@font-face{font-family:Sora;src:url(/fonts/Sora-Variable.ttf)format("truetype");font-style:normal;font-weight:100 800;font-display:swap}:root{color:var(--ink);background:var(--canvas);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-synthesis:none;text-rendering:optimizelegibility;--ink:#f7f7f4;--muted:#b6b6b0;--quiet:#92928c;--purple:#f4f4f1;--purple-ink:#fff;--purple-soft:#202020;--purple-border:#464646;--blue:#d7d7d2;--green:#82d8b2;--green-soft:#112a20;--green-border:#285f49;--red:#ff9daa;--red-ink:#ffadb8;--red-soft:#32191e;--red-border:#69333c;--amber:#e1c07d;--amber-soft:#2d2618;--surface:#111;--surface-muted:#171717;--surface-hover:#202020;--canvas:#050505;--border:#292929;--divider:#222;--mono:#bcbcb6;--slash:#4f4f4b;--topbar:#050505e0;--avatar-bg:#f2f2ef;--avatar-ink:#080808;--focus-ring:#ffffff38;--shadow:0 12px 36px #00000052;--raised-shadow:0 28px 90px #000000a3;--backdrop:#000000c2;--scrim:#000000b3;--shimmer:#ffffff1f;--auth-aside:#050505;--sidebar:258px;font-family:Sora,system-ui,sans-serif}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{min-height:100dvh;color:var(--ink);background:var(--canvas);overflow:hidden}button,input,textarea{font:inherit;letter-spacing:0}button{color:inherit}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.shell{min-height:100dvh}.collapsed{--sidebar:82px}.sidebar{z-index:20;width:var(--sidebar);border-right:1px solid var(--border);background:var(--surface);flex-direction:column;padding:18px 14px 14px;transition:width .22s,transform .22s;display:flex;position:fixed;inset:0 auto 0 0}.brand{align-items:center;gap:12px;min-height:54px;padding:5px 10px 14px;display:flex;overflow:hidden}.brand img{flex:none;width:30px;height:30px}.brand>div{white-space:nowrap;line-height:1;display:grid}.brand strong{font-size:22px;font-weight:800}.brand span{color:var(--quiet);text-transform:uppercase;margin-top:6px;font-size:10px;font-weight:750}.sidebar nav{flex-direction:column;flex:1;gap:5px;min-height:0;padding-top:24px;display:flex;overflow:hidden auto}.nav-label{height:24px;color:var(--quiet);text-transform:uppercase;white-space:nowrap;padding:0 12px;font-size:10px;font-weight:800;line-height:24px}.nav-label.integrations{margin-top:20px}.sidebar nav button{width:100%;min-height:43px;color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:8px;align-items:center;gap:12px;padding:0 12px;font-size:13px;font-weight:700;transition:color .15s,background .15s,transform .15s;display:flex}.identity{border-top:1px solid var(--border);grid-template-columns:36px minmax(0,1fr);align-items:center;gap:10px;min-height:62px;padding:12px 8px 4px;display:grid;overflow:hidden}.identity>span{width:36px;height:36px;color:var(--avatar-ink);background:var(--avatar-bg);border-radius:50%;place-items:center;font-size:11px;font-weight:800;display:grid}.identity div{gap:3px;min-width:0;display:grid}.identity strong,.identity small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.identity small{color:var(--quiet);font-size:9px}.collapse{border:1px solid var(--border);width:26px;height:26px;color:var(--muted);background:var(--surface);box-shadow:var(--shadow);cursor:pointer;border-radius:50%;place-items:center;padding:0;display:grid;position:absolute;top:77px;right:-13px}.collapsed .brand{justify-content:center;padding-inline:0}.collapsed .brand>div,.collapsed .nav-label,.collapsed nav button span,.collapsed .identity div{display:none}.collapsed nav{gap:8px}.collapsed nav button{justify-content:center;padding:0}.collapsed .identity{grid-template-columns:1fr;justify-items:center;padding-inline:0}.main{min-width:0;margin-left:var(--sidebar);transition:margin-left .22s}.main>header{border-bottom:1px solid var(--border);background:var(--topbar);align-items:center;gap:12px;height:65px;padding:0 28px;display:flex}.breadcrumb{flex:1;align-items:baseline;gap:9px;min-width:0;display:flex}.main>header span{color:var(--quiet);font-size:11px;font-weight:700}.breadcrumb span:after{content:"/";color:var(--slash);margin-left:9px}.main>header strong{font-size:13px}.workspace-switcher{flex:0 230px;width:230px;height:43px;position:relative}.workspace-trigger{border:1px solid var(--border);width:100%;height:43px;color:var(--muted);text-align:left;background:var(--surface);cursor:pointer;border-radius:8px;grid-template-rows:17px 20px;grid-template-columns:34px minmax(0,1fr) 18px;align-items:center;column-gap:7px;padding:3px 9px 3px 5px;transition:border-color .15s,background .15s,box-shadow .15s;display:grid}.workspace-trigger:hover,.workspace-switcher.open .workspace-trigger{border-color:var(--purple-border);background:var(--surface-hover)}.workspace-trigger:focus-visible{border-color:var(--purple);box-shadow:0 0 0 3px var(--focus-ring);outline:0}.workspace-trigger>svg:first-child{color:var(--purple);grid-row:1/3;justify-self:center}.workspace-trigger>span{text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;align-self:end;line-height:1;overflow:hidden;color:var(--quiet)!important;font-size:8px!important;font-weight:800!important}.workspace-trigger>strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;align-self:start;font-size:10px;font-weight:750;line-height:18px;overflow:hidden}.workspace-trigger>svg:last-child{color:var(--quiet);grid-area:1/3/3;transition:transform .15s}.workspace-switcher.open .workspace-trigger>svg:last-child{transform:rotate(180deg)}.workspace-switcher.disabled{opacity:.65}.workspace-switcher.disabled .workspace-trigger{cursor:wait}.workspace-menu{z-index:40;border:1px solid var(--border);background:var(--surface);width:min(290px,100vw - 28px);box-shadow:var(--raised-shadow);border-radius:10px;padding:6px;animation:.14s both workspace-menu-in;display:grid;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.workspace-options{gap:4px;max-height:min(270px,100dvh - 150px);display:grid;overflow:hidden auto}.workspace-options>button{width:100%;min-height:52px;color:var(--muted);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;grid-template-columns:32px minmax(0,1fr) 20px;align-items:center;gap:9px;padding:6px 9px;display:grid}.workspace-options>button.highlighted{color:var(--ink);background:var(--surface-hover)}.workspace-options>button>span:nth-child(2){gap:4px;min-width:0;display:grid}.workspace-options strong,.workspace-options small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.workspace-options strong{color:inherit;font-size:11px}.workspace-options small{color:var(--quiet);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:8px}.workspace-options>button>svg{color:var(--purple);justify-self:center}.workspace-option-icon{background:var(--purple-soft);border-radius:7px;place-items:center;width:30px;height:30px;color:var(--purple)!important;display:grid!important}.workspace-create{border:0;border-top:1px solid var(--border);min-height:42px;color:var(--purple);cursor:pointer;background:0 0;border-radius:0 0 7px 7px;align-items:center;gap:9px;margin-top:6px;padding:6px 11px 0;font-size:10px;font-weight:800;display:flex}.environment{background:var(--amber-soft);text-transform:uppercase;border-radius:5px;padding:5px 7px;color:var(--amber)!important;font-size:9px!important;font-weight:800!important}.icon{border:1px solid var(--border);width:36px;height:36px;color:var(--muted);background:var(--surface);cursor:pointer;border-radius:8px;flex:none;place-items:center;transition:all .15s;display:inline-grid}.icon:hover{color:var(--purple);border-color:var(--purple-border);background:var(--purple-soft)}.logout:hover{color:var(--red);border-color:var(--red-border);background:var(--red-soft)}.mobile-menu,.mobile-close,.scrim{display:none}.stage{height:calc(100dvh - 65px);padding:32px;overflow:auto}.overview,.section.full{width:min(1380px,100%);margin:0 auto}.overview{gap:30px;display:grid}.balance-band{border:1px solid var(--border);background:var(--surface);min-height:195px;box-shadow:var(--shadow);border-radius:8px;grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);align-items:stretch;display:grid;overflow:hidden}.balance-band>div:first-child{flex-direction:column;justify-content:center;padding:34px 40px;display:flex}.balance-band span,.balance-band small{color:var(--muted);font-size:11px}.balance-band>div:first-child strong{margin:12px 0 8px;font-size:clamp(30px,4vw,48px);line-height:1}.balance-band>div:first-child small{color:var(--quiet);font-size:9px}.balance-parts{border-left:1px solid var(--border);background:var(--surface-muted);grid-template-columns:repeat(2,1fr);display:grid}.balance-parts>span{flex-direction:column;justify-content:center;gap:10px;min-width:0;padding:28px;display:flex}.balance-parts>span+span{border-left:1px solid var(--border)}.balance-parts strong{overflow-wrap:anywhere;font-size:18px}.legal-restrictions{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:8px;grid-template-columns:repeat(auto-fit,minmax(min(100%,310px),1fr));display:grid;overflow:hidden}.legal-restrictions>div{border-right:1px solid var(--border);align-content:center;gap:8px;padding:22px 28px;display:grid}.legal-restrictions>div span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:10px}.legal-restrictions>div strong{font-size:20px}.legal-restrictions ul{margin:0;padding:0;list-style:none;display:grid}.legal-restrictions li{justify-content:space-between;align-items:center;gap:18px;min-width:0;padding:13px 22px;display:flex}.legal-restrictions li+li{border-top:1px solid var(--divider)}.legal-restrictions code{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.legal-restrictions li span{flex:none;font-size:12px;font-weight:700}.section{border:1px solid var(--border);background:var(--surface);border-radius:8px;overflow:hidden}.section.full{min-height:calc(100dvh - 129px)}.section-heading{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;min-height:106px;padding:24px 26px;display:flex}.section-heading>div{min-width:0}.section-heading>div>span{color:var(--purple);text-transform:uppercase;font-size:10px;font-weight:800}.section-heading h1{margin:5px 0 0;font-size:23px}.section-heading p{color:var(--muted);margin:7px 0 0;font-size:11px}.button,.secondary-button,.danger-button,.text-button{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:38px;padding:0 15px;font-size:11px;font-weight:750;display:inline-flex}.button{border:1px solid var(--purple);color:#fff;background:var(--purple)}.button:disabled,.secondary-button:disabled,.danger-button:disabled{opacity:.5;cursor:not-allowed}.secondary-button{border:1px solid var(--border);color:var(--ink);background:var(--surface)}.danger-button{border:1px solid var(--red);color:#fff;background:var(--red)}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%}th{height:42px;color:var(--quiet);background:var(--surface-muted);text-align:left;text-transform:uppercase;white-space:nowrap;padding:0 18px;font-size:9px;font-weight:800}td{border-top:1px solid var(--border);min-height:68px;color:var(--muted);white-space:nowrap;padding:13px 18px;font-size:10px}td:first-child{align-items:center;gap:11px;display:flex}.movement-icon,.resource-icon{width:36px;height:36px;color:var(--green);background:var(--green-soft);border-radius:8px;flex:none;place-items:center;display:grid}.movement-icon.out{color:var(--red);background:var(--red-soft)}.primary-cell{gap:4px;display:grid}.primary-cell strong{color:var(--ink);font-size:11px}.primary-cell small{color:var(--quiet);font-size:9px}.mono,code{color:var(--mono);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px}.positive{color:var(--green);font-weight:800}.negative{color:var(--red);font-weight:800}.load-more{border:0;border-top:1px solid var(--border);width:100%;min-height:42px;color:var(--purple);background:var(--surface);cursor:pointer;font-size:11px;font-weight:750}.resource-list{display:grid}.resource-list article{border-bottom:1px solid var(--border);grid-template-columns:40px minmax(0,1fr) auto 150px;align-items:center;gap:14px;min-height:76px;padding:14px 24px;display:grid}.resource-list article>div{gap:5px;min-width:0;display:grid}.resource-list strong,.resource-list small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.resource-list strong{font-size:12px}.resource-list small{color:var(--quiet);font-size:9px}.resource-list time{color:var(--muted);text-align:right;font-size:9px}.status{color:var(--green);background:var(--green-soft);border-radius:5px;padding:5px 7px;font-size:9px;font-weight:800}.status.disabled{color:var(--red);background:var(--red-soft)}.project-list{display:grid}.project-list article{border-bottom:1px solid var(--border);grid-template-columns:40px minmax(190px,1fr) minmax(260px,.75fr) auto 38px;align-items:center;gap:16px;min-height:82px;padding:14px 24px;display:grid}.project-identity{gap:5px;min-width:0;display:grid}.project-identity strong,.project-identity code{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.project-identity strong{font-size:12px}.project-list dl{grid-template-columns:repeat(3,minmax(72px,1fr));gap:18px;margin:0;display:grid}.project-list dl div{gap:5px;display:grid}.project-list dt{color:var(--quiet);text-transform:uppercase;font-size:8px}.project-list dd{margin:0;font-size:11px;font-weight:800}.project-delete{width:36px;height:36px;color:var(--quiet);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;place-items:center;display:grid}.project-delete:hover{border-color:var(--red-border);color:var(--red);background:var(--red-soft)}.member-list{display:grid}.member-list article{border-bottom:1px solid var(--border);grid-template-columns:40px minmax(180px,1fr) minmax(150px,.5fr) auto 38px;align-items:center;gap:15px;min-height:78px;padding:13px 24px;display:grid}.member-avatar{width:36px;height:36px;color:var(--avatar-ink);background:var(--avatar-bg);border-radius:50%;place-items:center;font-size:10px;font-weight:800;display:grid}.member-identity,.member-access{gap:5px;min-width:0;display:grid}.member-identity strong,.member-identity code{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.member-identity strong{font-size:11px}.member-access>span{color:var(--quiet);text-transform:uppercase;font-size:8px}.member-access strong{font-size:10px}.role-badge{white-space:nowrap;border-radius:5px;padding:5px 8px;font-size:9px;font-weight:800}.role-badge.financial{color:var(--green);background:var(--green-soft)}.role-badge.guest{color:var(--blue);background:var(--surface-muted)}.role-badge.none{color:var(--quiet);background:var(--surface-muted)}.member-edit{width:36px;height:36px;color:var(--quiet);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;place-items:center;display:grid}.member-edit:hover{border-color:var(--purple-border);color:var(--purple);background:var(--purple-soft)}.empty{min-height:320px;color:var(--quiet);align-content:center;place-items:center;gap:10px;display:grid}.empty strong{color:var(--ink);font-size:13px}.empty span{font-size:10px}.error,.notice{border:1px solid var(--red-border);width:min(1380px,100%);color:var(--red-ink);background:var(--red-soft);border-radius:8px;justify-content:space-between;align-items:center;gap:20px;margin:0 auto 16px;padding:13px 16px;font-size:11px;display:flex}.error button,.notice button{color:inherit;cursor:pointer;background:0 0;border:0;font-weight:800}.notice{border-color:var(--green-border);color:var(--green);background:var(--green-soft)}.unavailable{min-height:320px;color:var(--quiet);background:var(--surface);align-content:center;place-items:center;gap:9px;display:grid}.unavailable svg{color:var(--quiet)}.unavailable strong{color:var(--muted);font-size:12px}.unavailable span{font-size:10px}.balance-unavailable{border:1px solid var(--border);min-height:195px;box-shadow:var(--shadow);border-radius:8px}.skeleton{background:var(--divider);border-radius:5px;display:block;position:relative;overflow:hidden}.skeleton:after{background:linear-gradient(90deg, transparent, var(--shimmer), transparent);content:"";animation:1.35s ease-in-out infinite shimmer;position:absolute;inset:0;transform:translate(-100%)}.skeleton-label{width:92px;height:10px}.skeleton-balance-value{width:min(290px,72%);height:42px;margin:15px 0 10px}.skeleton-caption{width:76px;height:8px}.skeleton-part-value{width:min(130px,82%);height:19px}.skeleton-icon,.skeleton-row-icon{border-radius:8px;flex:none;width:36px;height:36px}.skeleton-row-primary{width:125px;height:10px}.skeleton-row-secondary{width:78px;height:8px}.skeleton-row-cell{width:92px;height:9px}.skeleton-row-cell.short{width:62px}.resource-list-skeleton .skeleton-resource-name{width:min(190px,78%);height:11px}.resource-list-skeleton .skeleton-resource-id{width:min(260px,90%);height:8px}.skeleton-status{width:54px;height:22px}.skeleton-date{justify-self:end;width:92px;height:9px}.project-list-skeleton .skeleton-project-name{width:min(190px,72%);height:11px}.project-list-skeleton .skeleton-project-id{width:min(260px,90%);height:8px}.skeleton-project-metrics{grid-template-columns:repeat(3,minmax(72px,1fr));gap:18px;display:grid}.skeleton-project-metrics .skeleton{width:72%;height:24px}.skeleton-project-action{width:36px;height:36px}.skeleton-identity-avatar{border-radius:50%;width:36px;height:36px}.skeleton-identity-name{width:130px;height:9px}.skeleton-identity-caption{width:105px;height:8px}.skeleton-header-label{width:150px;height:12px;margin-right:auto}.skeleton-header-action{width:36px;height:36px}.skeleton-heading-label{width:95px;height:9px}.skeleton-heading-title{width:180px;height:23px;margin-top:9px}.table-skeleton td{height:68px}.bootstrap-nav{flex:1;align-content:start;gap:10px;padding:30px 8px;display:grid}.bootstrap-nav .skeleton{height:43px}.bootstrap-header{gap:12px}.dialog-backdrop{z-index:50;background:var(--backdrop);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);place-items:center;padding:20px;display:grid;position:fixed;inset:0}.dialog{border:1px solid var(--border);background:var(--surface);width:min(520px,100%);max-height:calc(100dvh - 40px);box-shadow:var(--raised-shadow);border-radius:8px;gap:20px;padding:26px;animation:.2s both dialog-in;display:grid;overflow:auto}.dialog.wide{width:min(680px,100%)}.dialog-head{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.dialog-head span{color:var(--purple);text-transform:uppercase;font-size:9px;font-weight:800}.dialog-head h2{margin:6px 0 0;font-size:20px}.dialog label{gap:7px;display:grid}.dialog label>span,.dialog legend{color:var(--muted);font-size:10px;font-weight:750}.dialog input,.dialog textarea,.dialog select{border:1px solid var(--border);width:100%;color:var(--ink);background:var(--surface);border-radius:8px;padding:0 12px}.dialog input,.dialog select{height:42px}.dialog textarea{resize:vertical;padding-block:11px}.dialog fieldset{border:0;margin:0;padding:0}.dialog legend{margin-bottom:9px}.scope-summary{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:10px;display:flex}.scope-summary span{color:var(--ink);font-size:10px;font-weight:800}.scope-summary small{color:var(--quiet);text-align:right;font-size:8px}.scope-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.scope-group{border:1px solid var(--border);background:var(--surface);border-radius:8px;align-content:space-between;gap:12px;min-width:0;padding:13px;transition:border-color .15s,background .15s;display:grid}.scope-group.selected{border-color:var(--purple-border);background:var(--purple-soft)}.scope-group-head{gap:4px;min-width:0;display:grid}.scope-group-head strong{color:var(--ink);font-size:10px}.scope-group-head span{color:var(--quiet);font-size:8px;line-height:1.45}.scope-actions{flex-wrap:wrap;gap:6px;display:flex}.scope-option{cursor:pointer;position:relative;display:block!important}.scope-option input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.scope-option span{border:1px solid var(--border);background:var(--surface);border-radius:6px;align-items:center;gap:7px;min-height:30px;padding:0 9px;font-weight:800;display:inline-flex;color:var(--muted)!important;font-size:8px!important}.scope-option span:before{border:1px solid var(--quiet);content:"";border-radius:3px;flex:none;width:11px;height:11px}.scope-option input:checked+span:before{border-color:var(--purple);background:var(--purple);box-shadow:inset 0 0 0 2px var(--surface)}.scope-option input:focus-visible+span{outline:3px solid var(--focus-ring);outline-offset:2px}.dialog-error{border:1px solid var(--red-border);color:var(--red-ink);background:var(--red-soft);border-radius:8px;padding:11px 13px;font-size:10px}.dialog-actions{justify-content:flex-end;gap:8px;padding-top:4px;display:flex}.confirm-dialog p{color:var(--muted);margin:0;font-size:11px;line-height:1.65}.key-notice{border:1px solid var(--green-border);color:var(--green);background:var(--green-soft);border-radius:8px;gap:13px;padding:15px;display:flex}.key-notice div{gap:5px;display:grid}.key-notice strong{font-size:11px}.key-notice span{font-size:9px;line-height:1.5}.copy-field{border:1px solid var(--border);border-radius:8px;grid-template-columns:minmax(0,1fr) 38px;display:grid;overflow:hidden}.copy-field code{white-space:nowrap;padding:12px;overflow:auto}.copy-field button{border:0;border-left:1px solid var(--border);color:var(--purple);background:var(--surface-muted);cursor:pointer;place-items:center;display:grid}.access-context{border:1px solid var(--border);color:var(--purple);background:var(--surface-muted);border-radius:8px;align-items:center;gap:12px;padding:13px;display:flex}.access-context>div{gap:4px;display:grid}.access-context strong{color:var(--ink);font-size:11px}.access-context span{color:var(--quiet);font-size:9px}.role-options{gap:7px;display:grid}.role-options button{border:1px solid var(--border);min-height:52px;color:var(--muted);text-align:left;background:var(--surface);cursor:pointer;border-radius:8px;grid-template-columns:minmax(0,1fr) 20px;gap:4px 10px;padding:9px 12px;display:grid}.role-options button:hover{border-color:var(--purple-border)}.role-options button.selected{border-color:var(--purple);color:var(--purple-ink);background:var(--purple-soft)}.role-options button span{color:inherit;font-size:10px;font-weight:800}.role-options button small{color:var(--quiet);grid-column:1;font-size:8px}.role-options button svg{grid-area:1/2/3;align-self:center}.dialog-warning{border:1px solid var(--purple-border);color:var(--purple-ink);background:var(--purple-soft);border-radius:8px;padding:11px 13px;font-size:10px;line-height:1.5}.statement-notice{border:1px solid var(--purple-border);color:var(--purple);background:var(--purple-soft);border-radius:8px;gap:13px;padding:15px;display:flex}.statement-notice>div{gap:5px;display:grid}.statement-notice strong{color:var(--ink);font-size:11px}.statement-notice span{color:var(--muted);font-size:9px;line-height:1.55}.date-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.dialog-caption{color:var(--quiet);margin:-8px 0 0;font-size:9px;line-height:1.5}@keyframes shimmer{to{transform:translate(100%)}}@keyframes dialog-in{0%{opacity:0;transform:translateY(8px)scale(.99)}}@keyframes workspace-menu-in{0%{opacity:0;transform:translateY(-4px)scale(.985)}}@media (width<=1050px){.project-list article{grid-template-columns:40px minmax(0,1fr) auto 38px}.project-list dl,.project-list-skeleton .skeleton-project-metrics{grid-area:2/2/auto/-1}.project-list .status,.project-list-skeleton .skeleton-status{grid-area:1/3}.project-list .project-delete,.project-list-skeleton .skeleton-project-action{grid-area:1/4}.member-list article{grid-template-columns:40px minmax(0,1fr) auto 38px}.member-access{grid-area:2/2/auto/-1}.member-list .role-badge{grid-area:1/3}.member-list .member-edit{grid-area:1/4}.balance-band{grid-template-columns:1fr}.balance-parts{border-top:1px solid var(--border);border-left:0}}@media (width<=760px){:root{--sidebar:0px}.sidebar{width:min(280px,86vw);transform:translate(-105%)}.mobile-open .sidebar{transform:translate(0)}.mobile-open .scrim{z-index:15;background:var(--scrim);border:0;display:block;position:fixed;inset:0}.collapse{display:none}.mobile-close,.mobile-menu{display:inline-grid}.mobile-close{margin-left:auto}.main{margin-left:0}.main>header{padding:0 14px}.breadcrumb{display:none}.workspace-switcher{margin-right:auto}.stage{padding:18px 14px}.overview{gap:18px}.section.full{min-height:0}.balance-band>div:first-child{padding:28px 24px}.balance-parts{grid-template-columns:1fr 1fr}.balance-parts>span{padding:20px}.section-heading{align-items:flex-start;min-height:0;padding:20px}.section-heading .button{flex:0 0 38px;width:38px;padding:0}.section-heading .button svg{margin:0}.section-heading .button{font-size:0}.project-list article{padding-inline:18px}.resource-list article{grid-template-columns:40px minmax(0,1fr) auto}.resource-list time{display:none}.scope-grid{grid-template-columns:1fr}.dialog{padding:20px}}@media (width<=480px){.workspace-switcher{flex:auto;width:auto;min-width:0}.environment{display:none}.balance-parts{grid-template-columns:1fr}.balance-parts>span+span{border-top:1px solid var(--border);border-left:0}.stage{padding-inline:10px}.section-heading{gap:12px}.scope-summary{gap:4px;display:grid}.scope-summary small{text-align:left}.dialog-actions{flex-direction:column-reverse}.dialog-actions>button{width:100%}.date-grid{grid-template-columns:1fr}.project-list article{grid-template-columns:36px minmax(0,1fr) 36px;gap:12px}.project-list dl,.project-list-skeleton .skeleton-project-metrics{grid-column:2/-1}.project-list .project-delete,.project-list-skeleton .skeleton-project-action{grid-area:1/3}.project-list .status,.project-list-skeleton .skeleton-status{display:none}.member-list article{grid-template-columns:36px minmax(0,1fr) 36px;gap:12px}.member-list .role-badge{display:none}.member-list .member-edit{grid-area:1/3}.member-access{grid-column:2/-1}.resource-list article{grid-template-columns:36px minmax(0,1fr)}.resource-list .status{display:none}}.session-unavailable{background:var(--canvas);place-items:center;min-height:100dvh;padding:24px;display:grid}.session-unavailable>div{border:1px solid var(--border);text-align:center;background:var(--surface);width:min(440px,100%);box-shadow:var(--raised-shadow);border-radius:8px;justify-items:center;gap:13px;padding:34px;display:grid}.session-unavailable strong{font-size:18px}.session-unavailable span{color:var(--muted);font-size:11px;line-height:1.6}.session-unavailable .button{margin-top:5px}.auth-shell{--ink:#12143a;--muted:#62668a;--quiet:#9699b0;--purple:#6d5df6;--purple-ink:#4f43d3;--purple-soft:#efedff;--purple-border:#cbc6ff;--green:#17856b;--green-soft:#e8f9f4;--green-border:#c7e9df;--red-ink:#a82740;--red-soft:#fff0f3;--red-border:#f2bdc7;--surface:#fff;--surface-muted:#fafafd;--border:#e4e5ef;--focus-ring:#6d5df640;--raised-shadow:0 24px 70px #12143a24;--auth-aside:#12143a;min-height:100dvh;color:var(--ink);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:var(--surface);display:grid;position:relative}.auth-aside{color:#fff;background:var(--auth-aside);flex-direction:column;justify-content:space-between;min-height:100dvh;padding:42px 54px 64px;display:flex}.auth-brand,.auth-mobile-brand{align-items:center;gap:12px;display:flex}.auth-brand img,.auth-mobile-brand img{width:34px;height:34px}.auth-brand strong,.auth-mobile-brand strong{font-size:25px}.auth-aside span,.auth-panel>span{color:#8e82ff;font-size:11px;font-weight:800}.auth-aside h1{max-width:500px;margin:14px 0 18px;font-size:42px;line-height:1.13}.auth-aside p{color:#c7c9df;max-width:430px;margin:0;font-size:16px;line-height:1.65}.auth-panel{flex-direction:column;place-self:center;gap:18px;width:min(480px,100% - 48px);padding:44px 0;display:flex}.auth-panel h2{margin:-4px 0 0;font-size:34px}.auth-panel>p{color:var(--muted);margin:-7px 0 12px;font-size:14px;line-height:1.6}.auth-panel label{gap:8px;display:grid}.auth-panel label>span{color:var(--ink);font-size:11px;font-weight:750}.auth-input{border:1px solid var(--border);background:var(--surface);border-radius:8px;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;height:50px;transition:border-color .15s,box-shadow .15s;display:grid}.auth-input:focus-within{border-color:var(--purple);box-shadow:0 0 0 3px var(--focus-ring)}.auth-input>svg{color:var(--quiet);justify-self:center}.auth-input input{width:100%;min-width:0;height:46px;color:var(--ink);background:0 0;border:0;outline:0;font-size:16px}.auth-input button{width:38px;height:38px;color:var(--muted);cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.auth-hint{color:var(--quiet);margin-top:-10px;font-size:10px}.auth-link{color:#6d5df6;cursor:pointer;background:0 0;border:none;align-self:flex-end;margin-top:-4px;padding:0;font-size:12px;font-weight:700}.auth-error{border:1px solid var(--red-border);color:var(--red-ink);background:var(--red-soft);border-radius:8px;padding:12px 14px;font-size:11px;line-height:1.5}.auth-primary{color:#fff;cursor:pointer;background:#6d5df6;border:1px solid #6d5df6;border-radius:8px;justify-content:center;align-items:center;gap:9px;min-height:50px;font-size:13px;font-weight:800;display:inline-flex}.auth-primary:disabled{opacity:.48;cursor:not-allowed}.auth-mobile-brand{color:var(--ink);margin-bottom:24px;display:none}.auth-shell-success{background:radial-gradient(circle at 50% 16%,#6d5df61f,#0000 34%),#f7f7fb;grid-template-columns:1fr;place-items:center;padding:clamp(24px,5vw,72px);overflow:hidden auto}.auth-success{z-index:1;border:1px solid var(--border);text-align:center;background:var(--surface);width:min(520px,100%);box-shadow:var(--raised-shadow);border-radius:22px;place-self:auto;gap:16px;padding:clamp(38px,5vw,58px)}.auth-success>img{align-self:center;width:46px;height:46px;margin-bottom:10px}.auth-success>svg{box-sizing:content-box;color:var(--green);background:var(--green-soft);border-radius:50%;align-self:center;padding:10px}.auth-success h1{text-wrap:balance;align-self:center;max-width:430px;margin:0;font-size:clamp(26px,4vw,34px);line-height:1.2}.auth-success p{text-wrap:balance;align-self:center;max-width:420px;margin:0 0 10px}.auth-success .auth-primary{width:100%;margin-top:4px}@media (width<=820px){.auth-shell-form{grid-template-columns:1fr}.auth-aside{display:none}.auth-mobile-brand{display:flex}.auth-panel{width:min(460px,100% - 36px);padding:30px 0}.auth-panel h2{font-size:28px}.auth-success{width:min(520px,100%);padding:38px 28px}.auth-success h1{font-size:28px}}@media (width<=480px){.auth-shell-success{align-items:center;padding:18px}.auth-success{border-radius:16px;padding:32px 22px}.auth-success>img{margin-bottom:6px}.auth-success h1{font-size:25px}}@media (prefers-reduced-motion:reduce){.skeleton:after{animation:none}}.limits-view{gap:18px;max-width:780px;display:grid}.limits-panel{border:1px solid var(--border);background:var(--surface);border-radius:10px;gap:16px;padding:20px;display:grid}.limits-panel>header{gap:5px;display:grid}.limits-panel h2{margin:0;font-size:15px}.limits-panel>header p{color:var(--quiet);margin:0;font-size:11px;line-height:1.55}.limits-view-skeleton .limits-panel{min-height:0}.limits-view-skeleton .limits-panel>header{gap:8px}.skeleton-limits-title{width:124px;height:15px;margin-bottom:2px}.skeleton-limits-title.trusted{width:146px}.skeleton-limits-copy{width:94%;height:9px}.skeleton-limits-copy.medium{width:72%}.skeleton-limits-copy.short{width:56%}.skeleton-limit-field{gap:7px;display:grid}.skeleton-limit-label{width:88px;height:9px}.skeleton-limit-input{border-radius:8px;width:100%;height:42px}.skeleton-limit-caption{width:96px;height:8px}.skeleton-limits-button{border-radius:8px;width:112px;height:40px}.skeleton-limits-button.wide{width:132px}.skeleton-trusted-badge{border-radius:6px;width:92px;height:23px}.skeleton-trusted-row{border:1px solid var(--border);background:var(--surface-muted);border-radius:8px;align-items:center;gap:9px;padding:9px 12px;display:flex}.skeleton-trusted-row>div{gap:6px;display:grid}.skeleton-trusted-value{width:168px;height:10px}.skeleton-trusted-add{grid-template-columns:minmax(0,1fr) 108px;gap:8px;display:grid}.skeleton-trusted-input,.skeleton-trusted-action{border-radius:8px;width:100%;height:40px}.limits-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.limits-grid label{gap:6px;display:grid}.limits-grid label>span{color:var(--muted);font-size:10px;font-weight:750}.limits-grid input{border:1px solid var(--border);height:42px;color:var(--ink);background:var(--surface-muted);border-radius:8px;padding:0 12px;font-size:14px}.limits-grid input:focus{border-color:var(--focus);outline:0}.limits-grid label>small{color:var(--quiet);font-size:9px}.limits-actions{gap:8px;display:flex}.limits-view button.primary{min-height:40px;color:var(--purple-ink);background:var(--purple-soft);box-shadow:inset 0 0 0 1px var(--purple-border);cursor:pointer;border:0;border-radius:8px;align-items:center;gap:7px;padding:0 16px;font-size:11px;font-weight:750;display:inline-flex}.limits-view button.primary:disabled{opacity:.5;cursor:not-allowed}.limits-view button.ghost{border:1px solid var(--border);min-height:40px;color:var(--muted);background:var(--surface);cursor:pointer;border-radius:8px;align-items:center;gap:7px;padding:0 14px;font-size:11px;font-weight:700;display:inline-flex}.limits-view button.icon{width:30px;height:30px;color:var(--quiet);cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;display:grid}.trusted-current{gap:10px;display:grid}.trusted-badge{text-transform:uppercase;border-radius:6px;justify-self:start;padding:4px 9px;font-size:9px;font-weight:800}.trusted-badge.on{color:var(--green);background:var(--green-soft);box-shadow:inset 0 0 0 1px var(--green-border)}.trusted-badge.off{color:var(--quiet);background:var(--surface-muted)}.trusted-current ul,.trusted-draft{gap:6px;margin:0;padding:0;list-style:none;display:grid}.trusted-current li{border:1px solid var(--border);background:var(--surface-muted);border-radius:8px;align-items:center;gap:9px;padding:9px 12px;display:flex}.trusted-current li>svg{color:var(--green)}.trusted-current li strong{color:var(--ink);font-size:12px}.trusted-current li small{color:var(--quiet);text-transform:uppercase;font-size:9px}.trusted-edit{gap:12px;display:grid}.trusted-add{gap:8px;display:flex}.trusted-add input{border:1px solid var(--border);height:40px;color:var(--ink);background:var(--surface-muted);border-radius:8px;flex:1;padding:0 12px;font-size:13px}.trusted-draft li{border:1px dashed var(--border);border-radius:8px;justify-content:space-between;align-items:center;padding:8px 10px;display:flex}.trusted-draft li strong{color:var(--ink);font-size:12px}.trusted-pending{border-top:1px solid var(--border);gap:8px;padding-top:14px;display:grid}.trusted-pending h3{color:var(--muted);margin:0;font-size:11px}.trusted-pending-row{border:1px solid var(--border);background:var(--surface-muted);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.trusted-pending-row strong{color:var(--ink);font-size:12px}.trusted-pending-row small{color:var(--quiet);font-size:9px;display:block}.limits-view .muted{color:var(--quiet);font-size:11px}@media (width<=620px){.limits-grid,.skeleton-trusted-add{grid-template-columns:1fr}.skeleton-trusted-action{width:108px}}.quick-actions{flex-wrap:wrap;gap:10px;margin-bottom:14px;display:flex}body{background:radial-gradient(circle at 84% -12%, #ffffff12, transparent 28%), var(--canvas)}.sidebar{background:#080808;border-color:#222;padding:20px 16px 16px}.brand{min-height:62px;padding:7px 10px 18px}.brand-wordmark{object-fit:contain;flex:none;width:108px!important;height:auto!important}.collapsed .brand-wordmark{width:48px!important}.sidebar nav{gap:7px;padding-top:20px}.nav-label{color:#8c8c86;letter-spacing:.08em}.sidebar nav button{color:#a4a49f;border-radius:13px;min-height:46px;font-weight:600}.sidebar nav button:hover{color:var(--ink);background:#181818;transform:none}.sidebar nav button.active{color:#080808;background:#f3f3f0}.identity{border-color:#222;min-height:70px}.identity strong{font-size:11px}.identity small{font-size:9px}.collapse{color:#b5b5af;background:#141414;border-color:#303030}.main>header{background:var(--topbar);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border-color:#232323;height:72px;padding-inline:30px}.breadcrumb span{color:#92928c}.breadcrumb strong{font-size:14px}.workspace-switcher{flex-basis:242px;width:242px;height:46px}.workspace-trigger{background:#121212;border-color:#303030;border-radius:999px;height:46px;padding-inline:8px 13px}.workspace-trigger:hover,.workspace-switcher.open .workspace-trigger{background:#1b1b1b;border-color:#505050}.workspace-trigger:focus-visible{border-color:#72726e}.workspace-trigger>svg:first-child{color:#d8d8d3}.workspace-trigger>span{color:#94948e!important}.workspace-menu{background:#121212;border-color:#303030;border-radius:20px;padding:8px}.workspace-options>button{border-radius:13px;min-height:56px}.workspace-options>button.highlighted{background:#202020}.workspace-options>button.selected{color:#090909;background:#f1f1ee}.workspace-options>button.selected small{color:#5d5d59}.workspace-option-icon{background:#252525;border-radius:10px;color:#d8d8d3!important}.workspace-options>button.selected .workspace-option-icon{background:#111;color:#f4f4f1!important}.workspace-create{min-height:46px;color:var(--ink)}.workspace-create:hover{background:#202020}.icon{color:#b8b8b2;background:#121212;border-color:#303030;border-radius:999px;width:40px;height:40px}.icon:hover{color:#080808;background:#f1f1ee;border-color:#f1f1ee}.logout:hover{border-color:var(--red-border);color:var(--red);background:var(--red-soft)}.stage{height:calc(100dvh - 72px);padding:34px}.overview{gap:24px}.balance-band,.legal-restrictions,.section,.limits-panel{box-shadow:var(--shadow);background:#101010;border-color:#292929;border-radius:22px}.balance-band{min-height:216px}.balance-band>div:first-child{padding:38px 42px}.balance-band>div:first-child strong{letter-spacing:-.04em;font-size:clamp(36px,4vw,54px);font-weight:620}.balance-parts{background:#151515;border-color:#292929}.balance-parts>span+span,.legal-restrictions>div{border-color:#292929}.section-heading{border-color:#292929;min-height:116px;padding:28px 30px}.section-heading>div>span{color:#8c8c86;letter-spacing:.08em}.section-heading h1{letter-spacing:-.025em;margin-top:7px;font-size:25px;font-weight:620}.section-heading p{margin-top:9px;font-size:12px}.button,.secondary-button,.danger-button,.text-button,.auth-primary,.limits-view button.primary,.limits-view button.ghost{border-radius:999px;min-height:46px;padding-inline:20px;font-size:12px;font-weight:620;transition:color .15s,background .15s,border-color .15s,transform .15s}.button,.auth-primary,.limits-view button.primary{color:#070707;box-shadow:none;background:#f3f3f0;border:1px solid #f3f3f0}.button:hover:not(:disabled),.auth-primary:hover:not(:disabled),.limits-view button.primary:hover:not(:disabled){background:#d8d8d4;border-color:#d8d8d4}.button:active:not(:disabled),.auth-primary:active:not(:disabled){transform:scale(.985)}.secondary-button,.limits-view button.ghost{color:var(--ink);background:#191919;border-color:#363636}.secondary-button:hover:not(:disabled),.limits-view button.ghost:hover:not(:disabled){background:#252525;border-color:#565656}.danger-button{border-color:var(--red);color:#111;background:var(--red)}.text-button{color:var(--ink);background:0 0;border:0}.text-button:hover{background:#202020}.quick-actions{margin-bottom:0}th{color:#94948e;background:#151515;height:48px}td{border-color:#292929;min-height:72px;font-size:11px}.movement-icon,.resource-icon{border-radius:12px}.load-more{min-height:50px;color:var(--ink);background:#111;border-color:#292929}.resource-list article,.project-list article,.member-list article{border-color:#292929}.project-delete,.member-edit{border-radius:999px}.role-badge.admin{color:#f1f1ed;background:#292929}.empty svg{color:#a7a7a1}.error,.notice{border-radius:16px}.session-unavailable>div{background:#111;border-color:#2d2d2d;border-radius:24px}.session-unavailable svg{color:#dadad5}.dialog-backdrop{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.dialog{background:#111;border-color:#303030;border-radius:26px}.dialog input,.dialog textarea,.dialog select{background:#181818;border-color:#333;border-radius:14px}.scope-group,.role-options button,.access-context,.statement-notice,.copy-field{border-radius:16px}.scope-group.selected,.role-options button.selected{color:#fff;background:#232323;border-color:#5b5b58}.scope-option input:checked+span{border-color:#f1f1ee;color:#fff!important}.scope-option input:checked+span:before{background:#f1f1ee;border-color:#f1f1ee}.auth-shell{--ink:#f7f7f4;--muted:#b6b6b0;--quiet:#92928c;--purple:#f3f3f0;--purple-ink:#fff;--purple-soft:#202020;--purple-border:#464646;--green:#82d8b2;--green-soft:#112a20;--green-border:#285f49;--red-ink:#ffadb8;--red-soft:#32191e;--red-border:#69333c;--surface:#0b0b0b;--surface-muted:#151515;--border:#303030;--focus-ring:#fff3;--raised-shadow:0 28px 90px #000000b3;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#050505}.auth-shell-form{grid-template-columns:minmax(440px,1.08fr) minmax(430px,.92fr)}.auth-aside{isolation:isolate;color:#fff;background:linear-gradient(#0000002e,#000000c7),url(/images/login-background.png) 50%/cover no-repeat;padding:48px 56px 68px;position:relative}.auth-aside:after{z-index:-1;content:"";background:linear-gradient(90deg,#0000 50%,#0000004d);position:absolute;inset:0}.auth-brand,.auth-mobile-brand{min-height:40px}.auth-wordmark{object-fit:contain;width:118px!important;height:auto!important}.auth-aside>div:last-child{max-width:560px}.auth-aside span,.auth-panel>span{color:#b8b8b2;letter-spacing:.08em}.auth-aside h1{letter-spacing:-.055em;max-width:550px;margin:16px 0 20px;font-size:clamp(42px,4.2vw,68px);font-weight:560;line-height:1.02}.auth-aside p{color:#c4c4bf;max-width:470px;font-size:16px}.auth-panel{gap:19px;width:min(460px,100% - 64px)}.auth-panel h2{letter-spacing:-.04em;margin-top:-2px;font-size:38px;font-weight:620}.auth-panel>p{color:#9b9b95;font-size:14px}.auth-panel label>span{color:#c9c9c3;font-size:11px}.auth-input{background:#121212;border-color:#333;border-radius:15px;height:54px}.auth-input:focus-within{border-color:#747470}.auth-input input{color:#f7f7f4;height:50px}.auth-link{color:#d9d9d4}.auth-primary{min-height:58px;margin-top:4px}.auth-shell-success{background:#050505}.auth-success{box-shadow:var(--raised-shadow);background:#101010;border-color:#2d2d2d;border-radius:28px}.auth-success>img{width:118px!important;height:auto!important}.auth-success>svg{color:#090909;background:#f2f2ef}.auth-success h1{letter-spacing:-.035em;font-weight:600}.limits-panel{border-radius:20px}.limits-grid input,.trusted-add input,.trusted-current li,.trusted-pending-row,.skeleton-trusted-row{border-radius:13px}@media (width<=820px){.auth-shell-form{grid-template-columns:1fr}.auth-panel{width:min(460px,100% - 40px)}.auth-mobile-brand{margin-bottom:28px}.stage{padding:24px 18px}}@media (width<=760px){.main>header{height:68px;padding-inline:14px}.stage{height:calc(100dvh - 68px)}.sidebar{padding-inline:14px}.balance-band,.legal-restrictions,.section,.limits-panel{border-radius:18px}.section-heading{padding:23px 20px}}@media (width<=480px){.auth-panel h2{font-size:30px}.auth-shell-success{padding:16px}.auth-success{border-radius:22px}}
