:root{--ink:#171423;--ink-2:#3b3548;--muted:#777184;--muted-2:#9a94a5;--brand:#5b35b5;--brand-dark:#3a1f78;--brand-deep:#241449;--brand-soft:#f3effc;--brand-soft-2:#faf8ff;--danger:#c93753;--danger-soft:#fff4f6;--success:#187455;--success-soft:#f1faf6;--line:#e4e1e8;--line-strong:#cbc5d2;--field-bg:#fff;--page-bg:#f2f3f7;--surface:#fff;--shadow:0 28px 80px #22183724}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{color:var(--ink);background:var(--page-bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}.auth-page{background:radial-gradient(circle at 8% 12%, #5b35b517, transparent 28%), radial-gradient(circle at 94% 88%, #e745680f, transparent 24%), var(--page-bg);place-items:center;min-height:100vh;padding:28px;display:grid}.auth-shell{background:var(--surface);width:min(1120px,100%);min-height:min(740px,100vh - 56px);box-shadow:var(--shadow);border:1px solid #281c4217;border-radius:24px;grid-template-columns:minmax(340px,38%) minmax(0,62%);display:grid;overflow:hidden}.brand-panel{isolation:isolate;color:#fff;background:linear-gradient(155deg,#211241 0%,#35206a 58%,#4c2b91 100%);flex-direction:column;padding:38px 40px 34px;display:flex;position:relative;overflow:hidden}.brand-panel:before{content:"";z-index:-2;opacity:.18;background-image:linear-gradient(#ffffff1f 1px,#0000 1px),linear-gradient(90deg,#ffffff1f 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 72%);mask-image:linear-gradient(#000,#0000 72%)}.brand-panel:after{content:"";z-index:-1;background:#ffffff0a;border:1px solid #ffffff26;border-radius:50%;width:420px;height:420px;position:absolute;top:125px;right:-265px;box-shadow:0 0 0 74px #ffffff06}.brand-top{justify-content:flex-start;align-items:center;gap:18px;display:flex}.brand-logo{background:#fff;border-radius:12px;place-items:center;width:148px;height:58px;padding:9px 12px;display:grid;box-shadow:0 10px 28px #0a071838}.brand-logo img,.mobile-header>img{object-fit:contain;width:100%;height:100%}.brand-content{margin:auto 0;padding:48px 0 38px}.brand-section-label{color:#d8cdf1;letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:800}.brand-content h1{letter-spacing:-.045em;max-width:360px;margin:14px 0;font-size:clamp(38px,4vw,52px);line-height:1.04}.brand-content>p{color:#ffffffb3;max-width:350px;margin:0;font-size:14px;line-height:1.65}.brand-window{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff26;border-radius:16px;width:min(330px,92%);height:190px;margin-top:34px;overflow:hidden;box-shadow:0 22px 50px #0a061a2e}.brand-window-head{border-bottom:1px solid #ffffff1a;align-items:center;gap:6px;height:34px;padding:0 13px;display:flex}.brand-window-head span{background:#ffffff6b;border-radius:50%;width:6px;height:6px}.brand-window-body{grid-template-columns:68px 1fr;height:calc(100% - 34px);display:grid}.brand-window-nav{background:linear-gradient(#ffffff1f,#ffffff1f) 14px 20px/38px 5px no-repeat,linear-gradient(#ffffff12,#ffffff12) 14px 43px/30px 5px no-repeat,linear-gradient(#ffffff12,#ffffff12) 14px 66px/34px 5px no-repeat,linear-gradient(#ffffff12,#ffffff12) 14px 89px/26px 5px no-repeat;border-right:1px solid #ffffff1a}.brand-window-main{align-content:start;gap:11px;padding:20px 17px;display:grid}.mock-line{background:#ffffff1c;border-radius:99px;width:100%;height:6px;display:block}.mock-line-short{background:#ffffff47;width:42%}.mock-line-mid{width:68%}.mock-cards{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.mock-cards span{background:#ffffff12;border:1px solid #ffffff14;border-radius:8px;height:50px}.brand-footer{color:#ffffffa3;border-top:1px solid #ffffff1f;align-items:center;gap:9px;padding-top:22px;font-size:11px;font-weight:650;display:flex}.brand-footer svg{color:#ff8ca3;width:16px}.form-panel{background:#fff;align-items:center;min-width:0;padding:48px clamp(44px,6vw,78px);display:flex;overflow-y:auto}.form-panel-inner{width:min(540px,100%);margin:auto}.mobile-header{display:none}.form-wrap{width:100%}.login-wrap{max-width:430px}.register-wrap{max-width:540px}.form-heading{margin-bottom:28px}.form-heading.compact-heading{margin-bottom:21px}.form-eyebrow{color:var(--brand);letter-spacing:.08em;text-transform:uppercase;margin-bottom:9px;font-size:11px;font-weight:800;display:block}.form-heading h2{color:var(--ink);letter-spacing:-.04em;margin:0 0 8px;font-size:clamp(34px,3.6vw,43px);line-height:1.08}.compact-heading h2{font-size:clamp(31px,3vw,38px)}.form-heading p{color:var(--muted);margin:0;font-size:14px;line-height:1.55}.auth-form{gap:18px;display:grid}.register-form{gap:17px}.form-step{gap:17px;animation:.18s both form-reveal;display:grid}@keyframes form-reveal{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.field{gap:7px;min-width:0;display:grid}.field-label{color:var(--ink-2);font-size:12px;font-weight:720}.field-label span{color:var(--danger);margin-left:3px}.field-control{align-items:center;display:flex;position:relative}.field-control input,.field-control select{width:100%;height:50px;color:var(--ink);border:1px solid var(--line);background:var(--field-bg);border-radius:11px;outline:none;padding:0 42px 0 14px;transition:border-color .16s,box-shadow .16s,background .16s;box-shadow:0 1px 2px #19122705}.field-control.has-leading-icon input,.field-control.has-leading-icon select{padding-left:44px}.field-control input::placeholder{color:#aaa5b1}.field-control input:hover,.field-control select:hover{border-color:var(--line-strong)}.field-control input:focus,.field-control select:focus{border-color:var(--brand);box-shadow:0 0 0 3px #5b35b51c}.field-control:focus-within .field-icon{color:var(--brand)}.field-control input:-webkit-autofill{-webkit-text-fill-color:var(--ink);transition:background-color 9999s ease-out;-webkit-box-shadow:inset 0 0 0 1000px #fff}.field-control input:-webkit-autofill:hover{-webkit-text-fill-color:var(--ink);transition:background-color 9999s ease-out;-webkit-box-shadow:inset 0 0 0 1000px #fff}.field-control input:-webkit-autofill:focus{-webkit-text-fill-color:var(--ink);transition:background-color 9999s ease-out;-webkit-box-shadow:inset 0 0 0 1000px #fff}.field-icon{z-index:1;color:#8d8795;pointer-events:none;place-items:center;width:18px;height:18px;transition:color .16s;display:grid;position:absolute;left:14px}.field-icon svg,.password-toggle svg,.select-icon svg,.field-error-icon svg{width:100%;height:100%}.field-error-icon{width:17px;height:17px;color:var(--danger);pointer-events:none;position:absolute;right:13px}.password-control input{padding-right:54px}.password-toggle{color:#78717f;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:38px;height:38px;padding:9px;transition:color .16s,background .16s;display:grid;position:absolute;right:6px}.password-toggle:hover,.password-toggle:focus-visible,.password-toggle[aria-pressed=true]{color:var(--brand);background:var(--brand-soft);outline:none}.field-control select{appearance:none;cursor:pointer;padding-right:42px}.select-icon{color:#817a89;pointer-events:none;width:16px;height:16px;position:absolute;right:14px}.field-control select:disabled{color:#9993a1;cursor:not-allowed;background:#f5f4f7}.field-error .field-control input,.field-error .field-control select{border-color:var(--danger);box-shadow:0 0 0 3px #c9375314}.field-message,.standalone-error{color:var(--danger);font-size:11px;line-height:1.4}.field-hint{color:var(--muted-2);font-size:11px}.form-options{color:var(--muted);justify-content:space-between;align-items:center;gap:18px;font-size:12px;display:flex}.check-option,.policy-check{cursor:pointer;align-items:center;gap:9px;display:flex;position:relative}.check-option input,.policy-check input{opacity:0;pointer-events:none;position:absolute}.custom-check{background:#fff;border:1.5px solid #b9b3c0;border-radius:5px;flex:none;place-items:center;width:18px;height:18px;transition:border-color .16s,background .16s,box-shadow .16s;display:grid}.check-option input:focus-visible+.custom-check,.policy-check input:focus-visible+.custom-check{box-shadow:0 0 0 3px #5b35b51f}.check-option input:checked+.custom-check,.policy-check input:checked+.custom-check{border-color:var(--brand);background:var(--brand)}.check-option input:checked+.custom-check:after,.policy-check input:checked+.custom-check:after{content:"";border-bottom:2px solid #fff;border-left:2px solid #fff;width:7px;height:4px;margin-top:-2px;transform:rotate(-45deg)}.text-link{color:var(--brand);font-weight:720;text-decoration:none}.text-link:hover{text-decoration:underline}.primary-button,.secondary-button{cursor:pointer;border-radius:11px;justify-content:center;align-items:center;gap:9px;min-height:50px;padding:0 19px;font-size:13px;font-weight:760;transition:transform .16s,background .16s,border-color .16s,box-shadow .16s,opacity .16s;display:inline-flex}.primary-button{border:1px solid var(--brand);color:#fff;background:linear-gradient(#6740c3 0%,#5731af 100%);box-shadow:0 10px 22px #5b35b538}.primary-button:hover:not(:disabled){background:linear-gradient(#5d37b9 0%,#48258f 100%);transform:translateY(-1px);box-shadow:0 13px 26px #5b35b542}.primary-button:active:not(:disabled){transform:translateY(0)}.primary-button:focus-visible,.secondary-button:focus-visible{outline-offset:2px;outline:3px solid #5b35b526}.primary-button:disabled{opacity:.62;cursor:wait;box-shadow:none}.primary-button svg,.secondary-button svg{width:17px;height:17px}.secondary-button{border:1px solid var(--line);color:var(--ink-2);background:#fff}.secondary-button:hover{border-color:var(--line-strong);background:#f8f7fa}.button-spinner{border:2px solid #ffffff61;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite spin}.form-note{color:var(--muted-2);text-align:center;margin:18px 0 0;font-size:11px}.auth-switch{text-align:center;width:100%;color:var(--muted);border-top:1px solid #efedf1;margin-top:28px;padding-top:22px;font-size:12px}.auth-switch a{color:var(--brand);font-weight:780;text-decoration:none}.auth-switch a:hover{text-decoration:underline}.alert{border-radius:10px;margin-bottom:17px;padding:12px 14px;font-size:12px;line-height:1.5}.alert-error{color:#98233a;background:var(--danger-soft);border:1px solid #efc6cf}.alert-success{color:#176846;background:var(--success-soft);border:1px solid #bfe2d4}.stepper{border:1px solid var(--line);background:#faf9fb;border-radius:12px;grid-template-columns:repeat(3,1fr);margin:0 0 22px;display:grid;overflow:hidden}.step{color:#938d9b;border-right:1px solid var(--line);align-items:center;gap:9px;min-width:0;padding:11px 12px;display:flex}.step:last-child{border-right:0}.step-number{color:#817a89;background:#fff;border:1px solid #d7d2dc;border-radius:50%;flex:none;place-items:center;width:27px;height:27px;font-size:10px;font-weight:800;display:grid}.step-number svg{width:13px}.step-copy{gap:2px;min-width:0;display:grid}.step-copy small{color:inherit;letter-spacing:.07em;text-transform:uppercase;font-size:8px;font-weight:800}.step-copy strong{color:var(--ink-2);text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:720;overflow:hidden}.step.active{color:var(--brand);background:var(--brand-soft-2)}.step.active .step-number,.step.done .step-number{color:#fff;border-color:var(--brand);background:var(--brand)}.step.active .step-copy strong,.step.done .step-copy strong{color:var(--brand-dark)}.account-type-group{border:0;margin:0;padding:0}.account-type-group legend{color:var(--ink-2);margin-bottom:8px;font-size:12px;font-weight:720}.account-toggle{grid-template-columns:1fr 1fr;gap:12px;display:grid}.account-toggle button{text-align:left;min-width:0;min-height:70px;color:var(--muted);border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:11px;grid-template-columns:38px 1fr 18px;align-items:center;gap:10px;padding:12px 13px;transition:border-color .16s,background .16s,box-shadow .16s;display:grid}.account-toggle button:hover{border-color:var(--line-strong);background:#fbfafc}.account-icon{color:#777080;background:#f3f1f5;border-radius:9px;place-items:center;width:38px;height:38px;display:grid}.account-icon svg{width:20px}.account-copy{gap:3px;min-width:0;display:grid}.account-copy strong{color:var(--ink);font-size:12px}.account-copy small{color:var(--muted);font-size:10px}.account-check{color:#c6c1ca;opacity:0;width:17px;height:17px}.account-check svg{width:100%;height:100%}.account-toggle button.selected{border-color:var(--brand);background:var(--brand-soft-2);box-shadow:0 0 0 3px #5b35b514}.account-toggle button.selected .account-icon{color:var(--brand);background:#ebe3fb}.account-toggle button.selected .account-check{color:var(--brand);opacity:1}.customer-step{gap:16px;display:grid}.selection-intro{color:var(--brand-dark);background:var(--brand-soft-2);border:1px solid #ddd3f1;border-radius:11px;align-items:center;gap:12px;padding:13px 14px;display:flex}.selection-intro>svg{flex:none;width:22px}.selection-intro div{gap:2px;display:grid}.selection-intro strong{font-size:12px}.selection-intro span{color:var(--muted);font-size:11px}.password-panel{border:1px solid var(--line);background:#faf9fb;border-radius:11px;padding:13px 14px}.strength-row{color:var(--muted);justify-content:space-between;gap:20px;font-size:11px;display:flex}.strength-row strong{color:var(--ink-2)}.strength-bars{grid-template-columns:repeat(5,1fr);gap:5px;margin:9px 0 11px;display:grid}.strength-bars span{background:#e5e1e9;border-radius:99px;height:4px}.strength-bars span.filled{background:var(--brand)}.score-1 .strength-bars span.filled{background:#d9435e}.score-2 .strength-bars span.filled{background:#de7a39}.score-3 .strength-bars span.filled{background:#d7a72c}.score-4 .strength-bars span.filled{background:#4f9a72}.score-5 .strength-bars span.filled{background:#187455}.requirements{flex-wrap:wrap;gap:7px 12px;display:flex}.requirements span{color:#958f9c;align-items:center;gap:4px;font-size:10px;display:inline-flex}.requirements svg{width:12px}.requirements .valid{color:var(--success)}.policy-check{color:var(--muted);align-items:flex-start;font-size:11px;line-height:1.5}.policy-check.has-error{color:var(--danger)}.form-actions{gap:11px;padding-top:1px;display:flex}.form-actions .secondary-button{min-width:108px}.action-right{flex:1;margin-left:auto}.dashboard-page{background:linear-gradient(145deg,#f8f6fb,#eee9f5);min-height:100vh;padding:24px}.dashboard-nav{background:#ffffffeb;border:1px solid #e9e5ed;border-radius:16px;justify-content:space-between;align-items:center;max-width:1120px;margin:0 auto;padding:13px 17px;display:flex;box-shadow:0 12px 32px #30195012}.dashboard-brand{color:var(--brand);align-items:center;gap:8px;font-weight:800;display:flex}.dashboard-brand img{object-fit:contain;width:90px;height:38px}.logout-button{cursor:pointer;color:var(--brand-dark);background:#fff;border:1px solid #ded8e6;border-radius:9px;align-items:center;gap:7px;padding:9px 13px;font-weight:720;display:inline-flex}.logout-button svg{width:17px}.dashboard-content{max-width:1120px;margin:64px auto}.welcome-card{color:#fff;background:linear-gradient(135deg, var(--brand-deep), var(--brand));box-shadow:var(--shadow);border-radius:24px;padding:clamp(28px,5vw,56px)}.form-kicker{align-items:center;gap:7px;font-size:11px;font-weight:750;display:inline-flex}.form-kicker svg{width:16px}.welcome-card h1{letter-spacing:-.05em;margin:15px 0 10px;font-size:clamp(36px,6vw,64px)}.welcome-card>p{color:#ffffffb3}.profile-strip{background:#ffffff1a;border-radius:14px;align-items:center;gap:12px;margin-top:36px;padding:13px;display:flex}.avatar{width:44px;height:44px;color:var(--brand-dark);background:#fff;border-radius:11px;place-items:center;font-weight:850;display:grid}.profile-strip>div:nth-child(2){gap:3px;display:grid}.profile-strip span{color:#ffffffa6;font-size:11px}.status-pill{text-transform:capitalize;border-radius:999px;margin-left:auto;padding:7px 10px}.status-pill.active{color:#d8ffec;background:#2dc1782e}.status-pill.pending{color:#fff5c2;background:#f4be2d2e}.dashboard-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:18px;display:grid}.dashboard-grid article{background:#fff;border:1px solid #ebe7ef;border-radius:16px;gap:8px;padding:23px;display:grid;box-shadow:0 12px 30px #3019500f}.dashboard-grid svg{width:24px;color:var(--brand)}.dashboard-grid span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:11px}.dashboard-grid strong{font-size:18px}.loading-screen{min-height:100vh;color:var(--muted);background:#f7f5f9;place-content:center;justify-items:center;gap:14px;display:grid}.loader{border:3px solid #ddd7e5;border-top-color:var(--brand);border-radius:50%;width:34px;height:34px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:980px){.auth-page{padding:18px}.auth-shell{border-radius:21px;grid-template-columns:1fr;min-height:calc(100vh - 36px)}.brand-panel{display:none}.form-panel{padding:36px max(28px,8vw)}.form-panel-inner{width:min(570px,100%)}.mobile-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:34px;display:flex}.mobile-header>img{object-fit:contain;width:148px;height:48px}.mobile-header>span{color:var(--muted);align-items:center;gap:6px;font-size:10px;font-weight:700;display:inline-flex}.mobile-header>span svg{width:14px}}@media (max-width:650px){.auth-page{background:#fff;padding:0}.auth-shell{min-height:100vh;box-shadow:none;border:0;border-radius:0}.form-panel{align-items:flex-start;padding:24px 20px 30px}.mobile-header{margin-bottom:30px}.mobile-header>img{width:135px;height:44px}.form-heading{margin-bottom:24px}.form-heading h2{font-size:34px}.field-grid,.security-grid,.account-toggle{grid-template-columns:1fr}.form-options{align-items:flex-start}.step{justify-content:center;padding:9px 8px}.step-copy{display:none}.step-number{width:29px;height:29px}.form-actions .secondary-button{min-width:102px}.dashboard-page{padding:12px}.dashboard-content{margin-top:30px}.dashboard-grid{grid-template-columns:1fr}.profile-strip{flex-wrap:wrap;align-items:flex-start}.status-pill{margin-left:56px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.recovery-wrap{max-width:430px}.recovery-result{gap:16px;display:grid}.recovery-result .form-heading{margin-bottom:2px}.recovery-result-icon{width:48px;height:48px;color:var(--success);background:var(--success-soft);border:1px solid #cce9db;border-radius:14px;place-items:center;padding:11px;display:grid}.recovery-result-icon svg{width:100%;height:100%}.recovery-link{width:100%;text-decoration:none}.development-note{color:#6f6878;background:#faf9fb;border:1px dashed #d8d2df;border-radius:9px;margin:0;padding:11px 13px;font-size:10px;line-height:1.5}.alert .text-link{margin-left:3px}.erp-dashboard{--dash-bg:#f4f6fb;--dash-surface:#fff;--dash-surface-raised:#fff;--dash-surface-soft:#f8f9fc;--dash-ink:#161a2b;--dash-muted:#687086;--dash-subtle:#9299aa;--dash-line:#e5e8f0;--dash-line-strong:#d9dde8;--dash-purple:#5d3fd3;--dash-purple-deep:#3f269f;--dash-purple-soft:#f0edff;--dash-header:#ffffffe0;--dash-shadow-sm:0 8px 24px #1f26480f;--dash-shadow-md:0 18px 45px #1f264817;--dash-shadow-lg:0 24px 70px #1b1c3e29;min-height:100vh;color:var(--dash-ink);background:radial-gradient(circle at 4% 2%, #694bd714, transparent 27%), radial-gradient(circle at 98% 12%, #40a1ef12, transparent 22%), var(--dash-bg);transition:color .25s,background .25s}[data-theme=dark] .erp-dashboard{--dash-bg:#0d1020;--dash-surface:#15192b;--dash-surface-raised:#191e33;--dash-surface-soft:#111526;--dash-ink:#f4f5fb;--dash-muted:#aeb5c8;--dash-subtle:#7f879d;--dash-line:#282e45;--dash-line-strong:#343b54;--dash-purple:#9178f5;--dash-purple-deep:#7c5fe9;--dash-purple-soft:#7e60eb29;--dash-header:#0f1221e0;--dash-shadow-sm:0 8px 24px #00000029;--dash-shadow-md:0 18px 45px #00000038;--dash-shadow-lg:0 24px 70px #00000057;background:radial-gradient(circle at 4% 2%, #7554e821, transparent 27%), radial-gradient(circle at 98% 12%, #2d8bdc17, transparent 22%), var(--dash-bg)}.erp-header{z-index:40;border-bottom:1px solid var(--dash-line);background:var(--dash-header);-webkit-backdrop-filter:blur(18px)saturate(150%);backdrop-filter:blur(18px)saturate(150%);position:sticky;top:0;box-shadow:0 1px #ffffff4d}.erp-header-inner{justify-content:space-between;align-items:center;gap:28px;width:min(1440px,100% - 64px);min-height:76px;margin:0 auto;display:flex}.erp-brand-area,.erp-header-actions,.user-menu,.erp-brand-copy,.user-menu-copy{align-items:center;display:flex}.erp-brand-area{gap:16px;min-width:0}.erp-logo-wrap{border:1px solid var(--dash-line);background:#fff;border-radius:12px;place-items:center;width:118px;height:48px;padding:7px 10px;display:grid;box-shadow:0 5px 18px #231c4d12}.erp-logo-wrap img{object-fit:contain;width:100%;height:100%}.erp-brand-copy{flex-direction:column;align-items:flex-start;gap:2px;min-width:0}.erp-brand-copy strong{letter-spacing:-.01em;font-size:13px;font-weight:790}.erp-brand-copy span{color:var(--dash-muted);letter-spacing:.035em;font-size:10px;font-weight:570}.erp-header-actions{gap:9px}.header-icon-button{width:40px;height:40px;color:var(--dash-muted);border:1px solid var(--dash-line);background:var(--dash-surface);cursor:pointer;border-radius:11px;place-items:center;padding:0;transition:color .18s,border-color .18s,background .18s,transform .18s,box-shadow .18s;display:grid;position:relative}.header-icon-button:hover{color:var(--dash-purple);border-color:color-mix(in srgb, var(--dash-purple) 35%, var(--dash-line));background:var(--dash-purple-soft);box-shadow:var(--dash-shadow-sm);transform:translateY(-1px)}.header-icon-button:focus-visible,.user-menu:focus-visible,.module-card:focus-visible,.chat-launcher:focus-visible,.chat-panel button:focus-visible,.chat-panel input:focus-visible{outline:3px solid color-mix(in srgb, var(--dash-purple) 23%, transparent);outline-offset:2px}.header-icon-button svg{width:18px;height:18px}.notification-button>span{color:#fff;border:2px solid var(--dash-surface);background:#ee4f66;border-radius:99px;place-items:center;min-width:21px;height:21px;padding:0 5px;font-size:9px;font-weight:850;display:grid;position:absolute;top:-6px;right:-6px;box-shadow:0 5px 12px #da2e4840}.header-divider{background:var(--dash-line);width:1px;height:30px;margin:0 3px}.user-menu{min-width:0;color:var(--dash-ink);cursor:pointer;background:0 0;border:0;border-radius:12px;gap:10px;padding:4px 7px 4px 4px;transition:background .18s}.user-menu:hover{background:var(--dash-surface-soft)}.user-avatar{color:#fff;letter-spacing:.02em;background:linear-gradient(145deg,#7458e2,#4c31b8);border-radius:10px;flex:none;place-items:center;width:38px;height:38px;font-size:11px;font-weight:850;display:grid;box-shadow:0 7px 16px #5237b938}.user-menu-copy{text-align:left;flex-direction:column;align-items:flex-start;gap:2px;min-width:0}.user-menu-copy strong{text-overflow:ellipsis;white-space:nowrap;max-width:150px;font-size:11px;font-weight:770;overflow:hidden}.user-menu-copy small{max-width:150px;color:var(--dash-muted);text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:600;overflow:hidden}.user-menu>svg{width:15px;color:var(--dash-subtle)}.logout-icon-button{margin-left:2px}.erp-main{width:min(1280px,100% - 64px);margin:0 auto;padding:52px 0 30px}.dashboard-intro{justify-content:space-between;align-items:flex-end;gap:40px;display:flex}.dashboard-date{color:var(--dash-purple);letter-spacing:.055em;text-transform:uppercase;align-items:center;gap:7px;font-size:10px;font-weight:770;display:inline-flex}.dashboard-date svg{width:14px}.dashboard-intro h1{color:var(--dash-ink);letter-spacing:-.045em;margin:12px 0 8px;font-size:clamp(32px,4vw,48px);line-height:1.05}.dashboard-intro p{color:var(--dash-muted);margin:0;font-size:13px;line-height:1.6}.intro-status{border:1px solid var(--dash-line);background:var(--dash-surface);min-width:248px;box-shadow:var(--dash-shadow-sm);border-radius:13px;align-items:center;gap:11px;padding:13px 15px;display:flex}.status-dot{border:2px solid color-mix(in srgb, #22a86d 30%, var(--dash-surface));background:#22a86d;border-radius:50%;flex:none;width:10px;height:10px;box-shadow:0 0 0 4px #22a86d1f}.intro-status div{gap:2px;display:grid}.intro-status small{color:var(--dash-muted);text-transform:uppercase;letter-spacing:.06em;font-size:9px;font-weight:620}.intro-status strong{font-size:11px;font-weight:750}.overview-strip{border:1px solid var(--dash-line);background:var(--dash-surface);box-shadow:var(--dash-shadow-sm);border-radius:18px;grid-template-columns:repeat(4,1fr);margin-top:34px;padding:5px;display:grid}.overview-item{border-right:1px solid var(--dash-line);grid-template-columns:1fr auto;align-content:center;gap:5px 14px;min-width:0;min-height:110px;padding:20px 22px;display:grid}.overview-item:last-child{border-right:0}.overview-item>span{color:var(--dash-muted);text-transform:uppercase;letter-spacing:.06em;align-self:end;font-size:10px;font-weight:680}.overview-item>strong{color:var(--dash-ink);letter-spacing:-.04em;grid-area:1/2/3;align-self:center;font-size:31px;line-height:1}.overview-item>small{color:var(--dash-subtle);font-size:9px}.overview-primary{color:#fff;background:radial-gradient(circle at 90% 10%,#ffffff30,#0000 27%),linear-gradient(135deg,#694bd4,#4a2db2);border:0;border-radius:14px;margin:-1px;box-shadow:0 13px 28px #4a2db238}.overview-primary>span,.overview-primary>small{color:#ffffffb8}.overview-primary>strong{color:#fff}.module-section-head{justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:19px;display:flex}.section-eyebrow{color:var(--dash-purple);letter-spacing:.11em;text-transform:uppercase;margin-bottom:6px;font-size:9px;font-weight:830;display:block}.module-section-head h2{letter-spacing:-.025em;margin:0;font-size:24px;line-height:1.15}.module-search{width:min(350px,100%);height:44px;color:var(--dash-subtle);border:1px solid var(--dash-line);background:var(--dash-surface);border-radius:12px;align-items:center;gap:9px;padding:0 8px 0 13px;transition:border-color .18s,box-shadow .18s;display:flex;box-shadow:0 5px 16px #1f264809}.module-search:focus-within{border-color:color-mix(in srgb, var(--dash-purple) 55%, var(--dash-line));box-shadow:0 0 0 3px color-mix(in srgb, var(--dash-purple) 12%, transparent)}.module-search>svg{flex:none;width:17px}.module-search input{min-width:0;color:var(--dash-ink);background:0 0;border:0;outline:0;flex:1;font-size:11px}.module-search input::placeholder{color:var(--dash-subtle)}.module-search kbd{color:var(--dash-subtle);border:1px solid var(--dash-line);border-bottom-color:var(--dash-line-strong);background:var(--dash-surface-soft);border-radius:6px;padding:4px 7px;font-family:inherit;font-size:9px;font-weight:700}.module-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.module-card{--module-accent:#6848dc;--module-soft:#f0ecff;min-width:0;min-height:215px;color:var(--dash-ink);text-align:left;border:1px solid var(--dash-line);background:var(--dash-surface-raised);cursor:pointer;isolation:isolate;border-radius:17px;flex-direction:column;padding:20px;transition:transform .2s,border-color .2s,box-shadow .2s,background .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 27px #1f26480b}.module-card:before{content:"";z-index:-1;background:var(--module-soft);opacity:.65;border-radius:50%;width:170px;height:170px;transition:transform .25s,opacity .25s;position:absolute;top:-105px;right:-105px}.module-card:hover{z-index:2;border-color:color-mix(in srgb, var(--module-accent) 38%, var(--dash-line));transform:translateY(-5px);box-shadow:0 22px 48px #1f26481f}.module-card:hover:before{opacity:.85;transform:scale(1.35)}.module-card-top{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.module-icon{width:48px;height:48px;color:var(--module-accent);border:1px solid color-mix(in srgb, var(--module-accent) 16%, var(--dash-line));background:var(--module-soft);border-radius:13px;place-items:center;transition:transform .2s;display:grid}.module-card:hover .module-icon{transform:scale(1.04)rotate(-2deg)}.pending-badge{color:#fff;border:2px solid var(--dash-surface-raised);background:#ef5368;border-radius:99px;place-items:center;min-width:28px;height:26px;padding:0 8px;font-size:10px;font-weight:850;display:grid;box-shadow:0 6px 14px #df375033}.module-card-copy{gap:7px;margin-top:18px;display:grid}.module-card-copy strong{letter-spacing:-.015em;font-size:15px;font-weight:790}.module-card-copy small{min-height:38px;color:var(--dash-muted);font-size:10px;line-height:1.55}.module-card-footer{color:var(--dash-subtle);border-top:1px solid var(--dash-line);justify-content:space-between;align-items:center;gap:16px;margin-top:auto;padding-top:15px;font-size:9px;font-weight:630;display:flex}.module-open{color:var(--module-accent);align-items:center;gap:5px;font-weight:790;display:inline-flex}.module-open svg{width:13px;transition:transform .2s}.module-card:hover .module-open svg{transform:translate(2px,-2px)}.accent-violet{--module-accent:#6a47dd;--module-soft:#f1edff}.accent-blue{--module-accent:#3477db;--module-soft:#ebf3ff}.accent-cyan{--module-accent:#168eaa;--module-soft:#e9f8fb}.accent-amber{--module-accent:#b97616;--module-soft:#fff6e5}.accent-green{--module-accent:#24865a;--module-soft:#eaf8f1}.accent-pink{--module-accent:#c54f87;--module-soft:#fff0f6}.accent-orange{--module-accent:#c45d2d;--module-soft:#fff0e9}.accent-indigo{--module-accent:#4d5ecc;--module-soft:#eef0ff}.accent-slate{--module-accent:#586477;--module-soft:#eef1f5}.accent-teal{--module-accent:#138b82;--module-soft:#e8f8f6}.accent-rose{--module-accent:#b64e6f;--module-soft:#fff0f4}[data-theme=dark] .accent-violet{--module-soft:#6a47dd26}[data-theme=dark] .accent-blue{--module-soft:#3477db26}[data-theme=dark] .accent-cyan{--module-soft:#168eaa26}[data-theme=dark] .accent-amber{--module-soft:#b9761626}[data-theme=dark] .accent-green{--module-soft:#24865a26}[data-theme=dark] .accent-pink{--module-soft:#c54f8726}[data-theme=dark] .accent-orange{--module-soft:#c45d2d26}[data-theme=dark] .accent-indigo{--module-soft:#4d5ecc26}[data-theme=dark] .accent-slate{--module-soft:#69768b26}[data-theme=dark] .accent-teal{--module-soft:#138b8226}[data-theme=dark] .accent-rose{--module-soft:#b64e6f26}.empty-modules{min-height:260px;color:var(--dash-muted);border:1px dashed var(--dash-line-strong);background:var(--dash-surface);border-radius:17px;place-content:center;justify-items:center;gap:8px;display:grid}.empty-modules svg{width:28px;color:var(--dash-purple)}.empty-modules strong{color:var(--dash-ink);font-size:13px}.empty-modules span{font-size:10px}.erp-footer{color:var(--dash-subtle);border-top:1px solid var(--dash-line);justify-content:space-between;gap:20px;margin-top:34px;padding-top:18px;font-size:9px;font-weight:600;display:flex}.module-toast{z-index:80;width:min(390px,100% - 36px);color:var(--dash-ink);border:1px solid var(--dash-line);background:var(--dash-surface-raised);box-shadow:var(--dash-shadow-lg);border-radius:14px;align-items:center;gap:11px;padding:13px 16px;animation:.24s both core-toast-in;display:flex;position:fixed;bottom:28px;left:50%;transform:translate(-50%)}@keyframes core-toast-in{0%{opacity:0;transform:translate(-50%,12px)}}.toast-check{color:#fff;background:#24a16b;border-radius:9px;flex:none;place-items:center;width:30px;height:30px;font-size:12px;font-weight:900;display:grid}.module-toast div{gap:2px;min-width:0;display:grid}.module-toast strong{font-size:11px}.module-toast div span{color:var(--dash-muted);font-size:9px}.chat-launcher{z-index:71;color:#fff;cursor:pointer;background:linear-gradient(145deg,#7558df,#4c2eb9);border:0;border-radius:17px;place-items:center;width:56px;height:56px;padding:0;transition:transform .2s,box-shadow .2s,border-radius .2s;display:grid;position:fixed;bottom:26px;right:28px;box-shadow:0 16px 34px #4a2db252}.chat-launcher:hover{transform:translateY(-3px);box-shadow:0 20px 40px #4a2db266}.chat-launcher.is-open{border-radius:50%;transform:rotate(90deg)}.chat-launcher svg{width:23px;height:23px}.chat-online-dot{border:3px solid var(--dash-bg);background:#31c27c;border-radius:50%;width:15px;height:15px;position:absolute;top:-2px;right:-2px}.chat-panel{z-index:70;width:min(370px,100vw - 36px);height:min(570px,100vh - 130px);color:var(--dash-ink);border:1px solid var(--dash-line);background:var(--dash-surface-raised);box-shadow:var(--dash-shadow-lg);opacity:0;pointer-events:none;transform-origin:100% 100%;border-radius:20px;grid-template-rows:auto 1fr auto auto auto;transition:opacity .22s,transform .22s;display:grid;position:fixed;bottom:94px;right:28px;overflow:hidden;transform:translateY(14px)scale(.97)}.chat-panel.is-open{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.chat-header{color:#fff;background:radial-gradient(circle at 90% 10%,#ffffff2b,#0000 30%),linear-gradient(135deg,#6445d2,#43289f);align-items:center;gap:11px;padding:15px 16px;display:flex}.chat-bot-avatar{background:#ffffff21;border:1px solid #ffffff38;border-radius:11px;flex:none;place-items:center;width:38px;height:38px;display:grid}.chat-bot-avatar svg{width:19px}.chat-header>div:nth-child(2){flex:1;gap:3px;min-width:0;display:grid}.chat-header strong{font-size:12px;font-weight:780}.chat-header span{color:#ffffffb8;align-items:center;gap:5px;font-size:8px;display:flex}.chat-header span i{background:#5ee19e;border-radius:50%;width:6px;height:6px}.chat-header>button{color:#ffffffbf;cursor:pointer;background:0 0;border:0;border-radius:9px;place-items:center;width:32px;height:32px;padding:0;display:grid}.chat-header>button:hover{color:#fff;background:#ffffff1f}.chat-header>button svg{width:17px}.chat-body{background:linear-gradient(var(--dash-surface-soft), var(--dash-surface-soft)) padding-box, radial-gradient(circle at 20% 10%, #694bd70d, transparent 35%);scrollbar-width:thin;scrollbar-color:var(--dash-line-strong) transparent;flex-direction:column;gap:13px;min-height:0;padding:18px 14px;display:flex;overflow-y:auto}.chat-day-label{color:var(--dash-subtle);text-transform:uppercase;letter-spacing:.08em;align-self:center;font-size:8px;font-weight:700}.chat-message{align-items:flex-end;gap:7px;max-width:91%;display:flex}.chat-message.user{justify-content:flex-end;align-self:flex-end}.chat-message p{color:var(--dash-ink);border:1px solid var(--dash-line);background:var(--dash-surface-raised);border-radius:5px 13px 13px;margin:0;padding:11px 12px;font-size:9px;line-height:1.6;box-shadow:0 5px 14px #1f26480a}.chat-message.user p{color:#fff;background:linear-gradient(145deg,#6848d7,#5132bc);border-color:#0000;border-radius:13px 13px 5px}.mini-bot-avatar{width:25px;height:25px;color:var(--dash-purple);background:var(--dash-purple-soft);border-radius:8px;flex:none;place-items:center;display:grid}.mini-bot-avatar svg{width:13px}.chat-suggestions{background:var(--dash-surface-raised);scrollbar-width:none;gap:7px;padding:10px 13px 0;display:flex;overflow-x:auto}.chat-suggestions::-webkit-scrollbar{display:none}.chat-suggestions button{min-height:28px;color:var(--dash-purple);border:1px solid color-mix(in srgb, var(--dash-purple) 22%, var(--dash-line));background:var(--dash-purple-soft);cursor:pointer;border-radius:99px;flex:none;padding:0 10px;font-size:8px;font-weight:680}.chat-form{background:var(--dash-surface-raised);align-items:center;gap:7px;padding:10px 13px 7px;display:flex}.chat-form input{min-width:0;height:42px;color:var(--dash-ink);border:1px solid var(--dash-line);background:var(--dash-surface-soft);border-radius:11px;outline:0;flex:1;padding:0 12px;font-size:9px}.chat-form input::placeholder{color:var(--dash-subtle)}.chat-form input:focus{border-color:var(--dash-purple)}.chat-form button{color:#fff;cursor:pointer;background:linear-gradient(145deg,#6f50dc,#4d2fb9);border:0;border-radius:11px;flex:none;place-items:center;width:42px;height:42px;padding:0;display:grid}.chat-form button:disabled{opacity:.45;cursor:not-allowed}.chat-form button svg{width:17px}.chat-disclaimer{color:var(--dash-subtle);background:var(--dash-surface-raised);text-align:center;padding:0 13px 10px;font-size:7px}@media (max-width:1050px){.erp-header-inner,.erp-main{width:min(100% - 40px,1280px)}.module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.overview-strip{grid-template-columns:repeat(2,1fr)}.overview-item:nth-child(2){border-right:0}.overview-item:nth-child(-n+2){border-bottom:1px solid var(--dash-line)}.overview-primary{border-bottom:0!important}}@media (max-width:760px){.erp-header-inner{min-height:68px}.erp-brand-copy,.user-menu-copy,.user-menu>svg,.header-divider{display:none}.erp-logo-wrap{width:100px;height:43px}.user-menu{padding:0}.user-avatar{width:40px;height:40px}.erp-main{padding-top:34px}.dashboard-intro{flex-direction:column;align-items:flex-start;gap:22px}.intro-status{width:100%;min-width:0}.module-section-head{flex-direction:column;align-items:stretch;gap:15px}.module-search{width:100%}.module-grid{grid-template-columns:1fr}.module-card{min-height:200px}.erp-footer{flex-direction:column;gap:7px}}@media (max-width:520px){.erp-header-inner,.erp-main{width:calc(100% - 28px)}.erp-header-actions{gap:6px}.header-icon-button{width:38px;height:38px}.logout-icon-button{display:none}.dashboard-intro h1{font-size:34px}.overview-strip{grid-template-columns:1fr 1fr}.overview-item{grid-template-columns:1fr;gap:4px;min-height:104px;padding:17px 15px}.overview-item>strong{order:-1;grid-area:auto;font-size:28px}.overview-item>span{align-self:auto;font-size:8px}.overview-item>small{font-size:8px}.overview-item:nth-child(odd){border-right:1px solid var(--dash-line)}.overview-item:nth-child(2n){border-right:0}.overview-item:nth-child(-n+2){border-bottom:1px solid var(--dash-line)}.overview-primary{margin:-1px 0 -1px -1px}.module-card{padding:18px}.chat-launcher{bottom:16px;right:16px}.chat-panel{width:calc(100vw - 24px);height:min(600px,100vh - 98px);bottom:82px;right:12px}}.erp-header-inner{min-height:68px}.erp-logo-wrap{width:118px;height:38px;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.erp-logo-wrap img{object-fit:contain;object-position:left center}.erp-main{padding-top:26px}.module-section-head{align-items:center;margin-bottom:14px}.module-section-head h2{font-size:22px}.module-search{height:40px}.module-grid{gap:12px}.module-card{border-radius:14px;min-height:158px;padding:14px;box-shadow:0 7px 20px #1f26480a}.module-card:before{width:130px;height:130px;top:-82px;right:-82px}.module-card:hover{transform:translateY(-3px);box-shadow:0 15px 32px #1f26481a}.module-card-top{gap:14px}.module-icon{border-radius:10px;width:38px;height:38px}.pending-badge{min-width:25px;height:23px;padding:0 7px;font-size:9px}.module-card-copy strong{font-size:13px}.module-card-copy small{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:30px;font-size:9px;line-height:1.45;display:-webkit-box;overflow:hidden}.module-card-footer{gap:10px;padding-top:10px;font-size:8px}.erp-footer{margin-top:20px;padding-top:12px}.dashboard-intro h1{font-size:clamp(34px,4vw,48px)}@media (max-width:900px){.module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.erp-logo-wrap{width:100px;height:34px}.erp-main{padding-top:22px}.module-card{min-height:150px}}@media (max-width:560px){.module-grid{grid-template-columns:1fr}}@media (min-width:901px) and (max-width:1180px){.module-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1181px){.module-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.module-card{min-height:178px;padding:16px}.module-icon{width:42px;height:42px}.module-icon svg{width:21px;height:21px}.pending-badge{min-width:29px;height:27px;padding:0 8px;font-size:11px;line-height:1}.module-card-copy{gap:6px;margin-top:13px}.module-card-copy strong{color:var(--dash-ink);letter-spacing:-.012em;font-size:16px;font-weight:820;line-height:1.2}.module-card-copy small{color:#4d566c;-webkit-line-clamp:2;min-height:36px;font-size:11.5px;font-weight:560;line-height:1.5}.module-card-footer{color:#626b80;padding-top:11px;font-size:10px;font-weight:700;line-height:1.25}.module-open{font-size:10.5px;font-weight:820}.module-open svg{width:13px}[data-theme=dark] .module-card-copy small{color:#c1c7d6}[data-theme=dark] .module-card-footer{color:#aeb6c9}@media (max-width:760px){.module-card{min-height:174px;padding:16px}.module-card-copy strong{font-size:16px}.module-card-copy small{font-size:12px}}.module-section{margin-top:22px}:root{--de-bg:#f4f6fb;--de-surface:#fff;--de-surface-2:#f8f9fc;--de-surface-3:#eef1f7;--de-border:#e1e5ee;--de-border-strong:#d4d9e5;--de-text:#171a2b;--de-text-2:#4f576e;--de-text-3:#81899e;--de-purple:#6657e8;--de-purple-dark:#5344d7;--de-purple-soft:#eeeafe;--de-blue:#3978f6;--de-cyan:#22a9c8;--de-green:#25a772;--de-amber:#e6a11c;--de-red:#df4d66;--de-shadow:0 14px 40px #20274614;--de-shadow-lg:0 28px 80px #181c332e;--de-sidebar-width:256px;--de-topbar-height:72px}[data-theme=dark]{--de-bg:#10121b;--de-surface:#181b27;--de-surface-2:#1d202e;--de-surface-3:#252938;--de-border:#2a2f41;--de-border-strong:#383e52;--de-text:#f5f6fb;--de-text-2:#bec4d4;--de-text-3:#8991a7;--de-purple:#8174f6;--de-purple-dark:#9a90ff;--de-purple-soft:#6e5eeb2b;--de-shadow:0 14px 40px #0000003b;--de-shadow-lg:0 28px 90px #00000080}.de-studio-shell,.de-studio-shell *{box-sizing:border-box}.de-studio-shell{width:100%;min-height:100vh;color:var(--de-text);background:radial-gradient(circle at 83% 4%, #6657e814, transparent 28%), var(--de-bg);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.de-studio-shell button,.de-studio-shell input,.de-studio-shell select,.de-studio-shell textarea{font:inherit}.de-studio-shell button{color:inherit}.de-loading-screen{min-height:100vh;color:var(--de-text-2);background:var(--de-bg);place-content:center;justify-items:center;gap:20px;display:grid}.de-loading-brand{align-items:center;gap:18px;display:flex}.de-loading-brand img{object-fit:contain;width:150px;height:auto}.de-loading-brand span{border-left:1px solid var(--de-border-strong);color:var(--de-purple);letter-spacing:.17em;padding-left:18px;font-size:11px;font-weight:900}.de-loading-line{background:var(--de-surface-3);border-radius:999px;width:320px;height:4px;overflow:hidden}.de-loading-line i{border-radius:inherit;background:linear-gradient(90deg, var(--de-purple), #9a75ff);width:45%;height:100%;animation:1.3s ease-in-out infinite de-loading;display:block}.de-loading-screen p{margin:0;font-size:13px}@keyframes de-loading{0%{transform:translate(-110%)}to{transform:translate(340%)}}.de-sidebar{z-index:50;width:var(--de-sidebar-width);border-right:1px solid var(--de-border);background:color-mix(in srgb, var(--de-surface) 98%, var(--de-bg));flex-direction:column;padding:0 12px 14px;display:flex;position:fixed;inset:0 auto 0 0;box-shadow:12px 0 34px #1f264809}.de-sidebar-brand{height:var(--de-topbar-height);border-bottom:1px solid var(--de-border);justify-content:space-between;align-items:center;gap:12px;padding:0 10px;display:flex}.de-brand-button{cursor:pointer;background:0 0;border:0;place-items:center;width:108px;padding:0;display:grid}.de-brand-button img{object-fit:contain;width:106px;height:auto}.de-product-badge{border:1px solid color-mix(in srgb, var(--de-purple) 20%, var(--de-border));color:var(--de-purple);background:color-mix(in srgb, var(--de-purple-soft) 72%, var(--de-surface));letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border-radius:999px;padding:5px 8px;font-size:7.5px;font-weight:900}.de-sidebar-nav{overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--de-text-3) 46%, transparent) transparent;flex:1;min-height:0;padding:18px 3px 14px 0;overflow:hidden auto}.de-nav-group{margin-bottom:17px;display:block}.de-nav-group:last-child{margin-bottom:2px}.de-nav-label{color:var(--de-text-3);letter-spacing:.13em;text-transform:uppercase;margin:0 11px 7px;font-size:8px;font-weight:850;display:block}.de-nav-items{gap:3px;display:grid}.de-nav-items>button{text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:9px;width:100%;min-height:46px;padding:6px 10px;transition:color .18s,background .18s,border-color .18s,box-shadow .18s;display:grid;position:relative}.de-nav-items>button:before{content:"";background:0 0;border-radius:999px;width:2px;position:absolute;top:12px;bottom:12px;left:0}.de-nav-items>button:hover{border-color:var(--de-border);background:var(--de-surface-2)}.de-nav-items>button:hover .de-nav-icon{color:var(--de-purple);background:var(--de-surface-3)}.de-nav-items>button.is-active{border-color:color-mix(in srgb, var(--de-purple) 16%, var(--de-border));background:color-mix(in srgb, var(--de-purple-soft) 76%, var(--de-surface));box-shadow:0 5px 14px #372f760e}.de-nav-items>button.is-active:before{background:var(--de-purple)}.de-nav-icon{width:30px;height:30px;color:var(--de-text-3);background:0 0;border:1px solid #0000;border-radius:9px;place-items:center;transition:inherit;display:grid}.de-nav-icon svg{width:18px;height:18px}.de-nav-items>button.is-active .de-nav-icon{color:var(--de-purple);border-color:color-mix(in srgb, var(--de-purple) 17%, var(--de-border));background:var(--de-surface);box-shadow:0 4px 12px #45399914}.de-sidebar-nav button>span:nth-child(2){min-width:0;display:grid}.de-sidebar-nav button strong{color:var(--de-text-2);letter-spacing:-.005em;text-overflow:ellipsis;white-space:nowrap;font-size:11.5px;font-weight:720;overflow:hidden}.de-nav-items>button.is-active strong{color:var(--de-text);font-weight:790}.de-sidebar-nav button em{color:#fff;background:var(--de-red);border-radius:999px;place-items:center;min-width:22px;height:20px;padding:0 6px;font-size:8px;font-style:normal;font-weight:850;display:grid;box-shadow:0 3px 8px #df4d662e}.de-sidebar-insight{border:1px solid var(--de-border);background:var(--de-surface-2);border-radius:12px;margin:4px 2px 12px;padding:11px 12px;position:relative}.de-insight-icon{float:left;border:1px solid color-mix(in srgb, var(--de-purple) 15%, var(--de-border));width:28px;height:28px;color:var(--de-purple);background:var(--de-surface);border-radius:8px;place-items:center;margin-right:9px;display:grid}.de-insight-icon svg{width:16px;height:16px}.de-sidebar-insight>div{gap:1px;display:grid}.de-sidebar-insight small{color:var(--de-text-3);text-transform:uppercase;letter-spacing:.09em;font-size:7.5px;font-weight:850}.de-sidebar-insight strong{font-size:10.5px}.de-insight-meter{clear:both;background:var(--de-surface-3);border-radius:99px;height:4px;margin-top:10px;display:block;overflow:hidden}.de-insight-meter i{border-radius:inherit;background:linear-gradient(90deg, var(--de-purple), #9c74ff);height:100%;display:block}.de-sidebar-footer{border-top:1px solid var(--de-border);gap:5px;padding:10px 2px 0;display:grid}.de-sidebar-footer button{min-height:40px;color:var(--de-text-2);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:9px;padding:8px 10px;font-size:9.5px;font-weight:720;display:flex}.de-sidebar-footer button:hover{color:var(--de-purple);background:var(--de-purple-soft)}.de-sidebar-footer button>span{color:inherit;font-size:inherit;letter-spacing:0;padding:0}.de-sidebar-footer>span{color:var(--de-text-3);letter-spacing:.06em;text-transform:uppercase;padding-left:10px;font-size:7.5px}.de-sidebar-backdrop{display:none}.de-sidebar-nav::-webkit-scrollbar{width:7px;height:7px}.de-command-results::-webkit-scrollbar{width:7px;height:7px}.de-molds-project-list::-webkit-scrollbar{width:7px;height:7px}.de-schedule-project-grid::-webkit-scrollbar{width:7px;height:7px}.de-project-timeline-scroll::-webkit-scrollbar{width:7px;height:7px}.de-project-tracker::-webkit-scrollbar{width:7px;height:7px}.de-sidebar-nav::-webkit-scrollbar-track{background:0 0}.de-command-results::-webkit-scrollbar-track{background:0 0}.de-molds-project-list::-webkit-scrollbar-track{background:0 0}.de-schedule-project-grid::-webkit-scrollbar-track{background:0 0}.de-project-timeline-scroll::-webkit-scrollbar-track{background:0 0}.de-project-tracker::-webkit-scrollbar-track{background:0 0}.de-sidebar-nav::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--de-text-3) 42%, transparent);background-clip:content-box;border:2px solid #0000;border-radius:999px;min-height:34px}.de-command-results::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--de-text-3) 42%, transparent);background-clip:content-box;border:2px solid #0000;border-radius:999px;min-height:34px}.de-molds-project-list::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--de-text-3) 42%, transparent);background-clip:content-box;border:2px solid #0000;border-radius:999px;min-height:34px}.de-schedule-project-grid::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--de-text-3) 42%, transparent);background-clip:content-box;border:2px solid #0000;border-radius:999px;min-height:34px}.de-project-timeline-scroll::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--de-text-3) 42%, transparent);background-clip:content-box;border:2px solid #0000;border-radius:999px;min-height:34px}.de-project-tracker::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--de-text-3) 42%, transparent);background-clip:content-box;border:2px solid #0000;border-radius:999px;min-height:34px}.de-sidebar-nav::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--de-purple) 62%, var(--de-text-3));background-clip:content-box}.de-command-results::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--de-purple) 62%, var(--de-text-3));background-clip:content-box}.de-molds-project-list::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--de-purple) 62%, var(--de-text-3));background-clip:content-box}.de-schedule-project-grid::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--de-purple) 62%, var(--de-text-3));background-clip:content-box}.de-project-timeline-scroll::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--de-purple) 62%, var(--de-text-3));background-clip:content-box}.de-project-tracker::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--de-purple) 62%, var(--de-text-3));background-clip:content-box}html:has(.de-studio-shell){scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--de-text-3) 45%, transparent) transparent}html:has(.de-studio-shell)::-webkit-scrollbar{width:9px;height:9px}html:has(.de-studio-shell)::-webkit-scrollbar-track{background:var(--de-bg)}html:has(.de-studio-shell)::-webkit-scrollbar-thumb{border:2px solid var(--de-bg);background:color-mix(in srgb, var(--de-text-3) 42%, transparent);border-radius:999px}html:has(.de-studio-shell)::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--de-purple) 58%, var(--de-text-3))}.de-workspace{min-height:100vh;margin-left:var(--de-sidebar-width)}.de-topbar{z-index:40;height:var(--de-topbar-height);border-bottom:1px solid var(--de-border);background:color-mix(in srgb, var(--de-surface) 90%, transparent);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);justify-content:space-between;align-items:center;padding:0 26px;display:flex;position:sticky;top:0}.de-topbar-left,.de-topbar-actions,.de-breadcrumbs{align-items:center;display:flex}.de-mobile-menu{border:1px solid var(--de-border);background:var(--de-surface);border-radius:10px;place-items:center;width:38px;height:38px;margin-right:10px;display:none}.de-breadcrumbs{min-width:0;color:var(--de-text-3);gap:8px;font-size:10px}.de-breadcrumbs button{color:var(--de-purple);cursor:pointer;background:0 0;border:0;padding:0;font-weight:800}.de-breadcrumbs strong{color:var(--de-text-2);font-weight:700}.de-breadcrumbs em{max-width:170px;color:var(--de-text-3);text-overflow:ellipsis;white-space:nowrap;font-style:normal;overflow:hidden}.de-topbar-actions{gap:8px}.de-command-trigger{border:1px solid var(--de-border);width:min(330px,26vw);height:38px;color:var(--de-text-3);background:var(--de-surface-2);cursor:pointer;border-radius:11px;align-items:center;gap:9px;padding:0 9px 0 12px;font-size:10px;display:flex}.de-command-trigger span{text-align:left;text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.de-command-trigger kbd,.de-command-input kbd,.de-command-palette footer kbd{border:1px solid var(--de-border-strong);color:var(--de-text-3);background:var(--de-surface);border-bottom-width:2px;border-radius:6px;padding:3px 6px;font-family:inherit;font-size:8px;font-weight:700}.de-icon-button{border:1px solid var(--de-border);width:38px;height:38px;color:var(--de-text-2);background:var(--de-surface);cursor:pointer;border-radius:10px;place-items:center;padding:0;transition:all .2s;display:grid;position:relative}.de-icon-button:hover{color:var(--de-purple);border-color:color-mix(in srgb, var(--de-purple) 35%, var(--de-border));background:var(--de-purple-soft)}.de-icon-button svg{width:18px;height:18px}.de-notification-button i{border:2px solid var(--de-surface);color:#fff;background:var(--de-red);border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 4px;font-size:7px;font-style:normal;font-weight:900;display:grid;position:absolute;top:-4px;right:-5px}.de-user-wrap{position:relative}.de-user-button{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:9px;height:42px;padding:3px 6px 3px 3px;display:flex}.de-user-button:hover{border-color:var(--de-border);background:var(--de-surface-2)}.de-user-button>span{color:#fff;background:linear-gradient(145deg,#6556e8,#8d69ef);border-radius:10px;place-items:center;width:34px;height:34px;font-size:10px;font-weight:850;display:grid;box-shadow:0 8px 18px #6556e838}.de-user-button>div{text-align:left;gap:1px;min-width:88px;display:grid}.de-user-button strong{text-overflow:ellipsis;white-space:nowrap;max-width:130px;font-size:10px;overflow:hidden}.de-user-button small{color:var(--de-text-3);font-size:8px}.de-user-button>svg{width:14px;height:14px;color:var(--de-text-3)}.de-user-menu{z-index:60;border:1px solid var(--de-border);background:var(--de-surface);width:240px;box-shadow:var(--de-shadow-lg);border-radius:14px;padding:8px;position:absolute;top:calc(100% + 10px);right:0}.de-user-menu>div{border-bottom:1px solid var(--de-border);align-items:center;gap:10px;margin-bottom:6px;padding:10px;display:flex}.de-user-menu>div>span{color:#fff;background:var(--de-purple);border-radius:10px;place-items:center;width:36px;height:36px;font-size:10px;font-weight:900;display:grid}.de-user-menu p{gap:2px;min-width:0;margin:0;display:grid}.de-user-menu p strong,.de-user-menu p small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.de-user-menu p strong{font-size:10px}.de-user-menu p small{color:var(--de-text-3);font-size:8px}.de-user-menu>button{width:100%;color:var(--de-text-2);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:9px;padding:9px 10px;font-size:10px;font-weight:650;display:flex}.de-user-menu>button:hover{color:var(--de-purple);background:var(--de-purple-soft)}.de-user-menu>button svg{width:16px;height:16px}.de-page-scroll{padding:30px clamp(22px,3vw,44px) 56px}.de-page-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;display:flex}.de-page-heading>div:first-child{min-width:0}.de-eyebrow{color:var(--de-purple);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:7px;margin-bottom:8px;font-size:9px;font-weight:900;display:inline-flex}.de-eyebrow i{background:var(--de-purple);width:6px;height:6px;box-shadow:0 0 0 4px var(--de-purple-soft);border-radius:50%}.de-page-heading h1{color:var(--de-text);letter-spacing:-.04em;margin:0;font-size:clamp(26px,2.2vw,36px);line-height:1.05}.de-page-heading p{max-width:680px;color:var(--de-text-2);margin:8px 0 0;font-size:12px;line-height:1.55}.de-page-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.de-primary-button,.de-secondary-button{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:7px;height:39px;padding:0 14px;font-size:10px;font-weight:800;transition:all .2s;display:inline-flex}.de-primary-button{background:linear-gradient(135deg, var(--de-purple), #7b5ee8);border:1px solid #0000;box-shadow:0 9px 20px #6657e833;color:#fff!important}.de-primary-button:hover{transform:translateY(-1px);box-shadow:0 13px 26px #6657e847}.de-primary-button:disabled,.de-secondary-button:disabled{opacity:.55;cursor:not-allowed;transform:none}.de-primary-button.is-danger{background:linear-gradient(135deg,#d94b64,#bd354f);box-shadow:0 9px 20px #d94b6433}.de-secondary-button{border:1px solid var(--de-border);color:var(--de-text-2);background:var(--de-surface)}.de-secondary-button:hover{color:var(--de-purple);border-color:color-mix(in srgb, var(--de-purple) 35%, var(--de-border));background:var(--de-purple-soft)}.de-primary-button svg,.de-secondary-button svg{width:15px;height:15px}.de-data-mode{color:#a96d00;text-transform:uppercase;letter-spacing:.06em;background:#e6a11c17;border:1px solid #e6a11c40;border-radius:9px;align-items:center;gap:7px;height:32px;padding:0 10px;font-size:8px;font-weight:800;display:inline-flex}.de-data-mode i{background:var(--de-amber);border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #e6a11c21}[data-theme=dark] .de-data-mode{color:#efbf61}.de-demo-banner{background:linear-gradient(100deg, var(--de-purple-soft), var(--de-surface));border:1px solid #6657e82e;border-radius:14px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:13px;margin-bottom:22px;padding:13px 15px;display:grid}.de-demo-banner>span{width:38px;height:38px;color:var(--de-purple);background:var(--de-surface);border-radius:11px;place-items:center;display:grid;box-shadow:0 8px 18px #4234a51a}.de-demo-banner div{min-width:0}.de-demo-banner strong{margin-bottom:2px;font-size:10.5px;display:block}.de-demo-banner p{color:var(--de-text-2);margin:0;font-size:9px;line-height:1.5}.de-demo-banner code{color:var(--de-purple);background:var(--de-surface-3);border-radius:4px;padding:1px 4px;font-family:inherit;font-weight:800}.de-demo-banner button{color:var(--de-purple);cursor:pointer;white-space:nowrap;background:0 0;border:0;align-items:center;gap:6px;padding:8px 10px;font-size:9px;font-weight:800;display:flex}.de-demo-banner button svg{width:14px}.de-view-stack{gap:20px;display:grid}.de-panel{border:1px solid var(--de-border);background:var(--de-surface);min-width:0;box-shadow:var(--de-shadow);border-radius:17px}.de-panel-header{border-bottom:1px solid var(--de-border);justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 22px;display:flex}.de-panel-header.compact{align-items:center}.de-panel-header h2{letter-spacing:-.02em;margin:2px 0 0;font-size:16px}.de-panel-header p{color:var(--de-text-3);margin:4px 0 0;font-size:9.5px}.de-panel-header>button{color:var(--de-purple);background:var(--de-purple-soft);cursor:pointer;border:0;border-radius:8px;align-items:center;gap:6px;padding:7px 9px;font-size:9px;font-weight:800;display:inline-flex}.de-panel-header>button svg{width:14px}.de-section-kicker{color:var(--de-purple);letter-spacing:.11em;text-transform:uppercase;font-size:8px;font-weight:900}.de-live-label{color:var(--de-green);align-items:center;gap:6px;font-size:8px;font-weight:800;display:inline-flex}.de-live-label i{background:var(--de-green);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #25a7721f}.de-metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.de-metric-card{border:1px solid var(--de-border);background:var(--de-surface);min-height:180px;box-shadow:var(--de-shadow);border-radius:16px;padding:17px;position:relative;overflow:hidden}.de-metric-card:before{content:"";background:var(--metric-color);height:3px;position:absolute;inset:0 0 auto}.de-metric-card:after{content:"";background:color-mix(in srgb, var(--metric-color) 8%, transparent);border-radius:50%;width:110px;height:110px;position:absolute;top:-35px;right:-35px}.de-metric-card.tone-violet{--metric-color:var(--de-purple)}.de-metric-card.tone-amber{--metric-color:var(--de-amber)}.de-metric-card.tone-blue{--metric-color:var(--de-blue)}.de-metric-card.tone-rose{--metric-color:var(--de-red)}.de-metric-top{z-index:1;justify-content:space-between;align-items:center;margin-bottom:14px;display:flex;position:relative}.de-metric-top>span{width:34px;height:34px;color:var(--metric-color);background:color-mix(in srgb, var(--metric-color) 11%, var(--de-surface));border-radius:10px;place-items:center;display:grid}.de-metric-top em{color:var(--de-text-3);text-transform:uppercase;letter-spacing:.08em;font-size:7.5px;font-style:normal;font-weight:800}.de-metric-card>strong{letter-spacing:-.04em;font-size:28px;line-height:1;display:block}.de-metric-card h2{margin:6px 0 0;font-size:11px}.de-metric-card p{color:var(--de-text-3);margin:3px 0 12px;font-size:8.5px}.de-metric-card>button{color:var(--metric-color);cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:0;font-size:8.5px;font-weight:800;display:flex}.de-metric-card>button svg{width:12px}.de-overview-grid{grid-template-columns:minmax(0,1.65fr) minmax(310px,.75fr);gap:20px;display:grid}.de-overview-grid.lower{grid-template-columns:minmax(0,1.25fr) minmax(340px,.85fr)}.de-focus-list{padding:3px 0}.de-focus-row{border:0;border-bottom:1px solid var(--de-border);text-align:left;cursor:pointer;background:0 0;grid-template-columns:42px minmax(180px,1.5fr) minmax(120px,.8fr) minmax(110px,.8fr) minmax(100px,.75fr) 18px;align-items:center;gap:11px;width:100%;padding:11px 19px;transition:all .15s;display:grid}.de-focus-row:last-child{border-bottom:0}.de-focus-row:hover{background:var(--de-surface-2)}.de-focus-row>svg{width:14px;color:var(--de-text-3);transform:rotate(-90deg)}.de-focus-project,.de-focus-owner,.de-inline-progress{min-width:0}.de-focus-project{gap:3px;display:grid}.de-focus-project strong{text-overflow:ellipsis;white-space:nowrap;font-size:10.5px;overflow:hidden}.de-focus-project span{color:var(--de-text-3);text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.de-focus-owner{color:var(--de-text-2);align-items:center;gap:7px;font-size:8.5px;display:flex}.de-focus-owner>span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.de-avatar-mini{color:#fff;background:linear-gradient(145deg,#6657e8,#9a71e9);border-radius:8px;flex:0 0 24px;place-items:center;width:24px;height:24px;font-size:7px;font-weight:900;display:inline-grid}.de-priority-pill{border:1px solid;border-radius:7px;justify-content:center;align-items:center;min-width:31px;height:23px;padding:0 7px;font-size:8px;font-weight:900;display:inline-flex}.priority-critical{color:#ca334e;background:#df4d6617;border-color:#df4d6638}.priority-high{color:#ca7a00;background:#e6a11c1a;border-color:#e6a11c3d}.priority-medium{color:#3473df;background:#3978f617;border-color:#3978f638}.priority-low{color:var(--de-text-2);border-color:var(--de-border);background:var(--de-surface-2)}[data-theme=dark] .priority-critical{color:#ff8499}[data-theme=dark] .priority-high{color:#efbd61}[data-theme=dark] .priority-medium{color:#83aaff}.de-status-pill{white-space:nowrap;border:1px solid;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:24px;padding:4px 8px;font-size:7.5px;font-weight:800;line-height:1.2;display:inline-flex}.de-status-pill.is-success{color:#16825a;background:#25a77217;border-color:#25a77233}.de-status-pill.is-danger{color:#c83a54;background:#df4d6617;border-color:#df4d6633}.de-status-pill.is-warning{color:#a86d00;background:#e6a11c1a;border-color:#e6a11c38}.de-status-pill.is-info{color:#4e40ca;background:var(--de-purple-soft);border-color:#6657e833}.de-status-pill.is-neutral{color:var(--de-text-2);border-color:var(--de-border);background:var(--de-surface-2)}[data-theme=dark] .de-status-pill.is-success{color:#69dbaf}[data-theme=dark] .de-status-pill.is-danger{color:#ff8da1}[data-theme=dark] .de-status-pill.is-warning{color:#efc268}[data-theme=dark] .de-status-pill.is-info{color:#b2a9ff}.de-inline-progress{grid-template-columns:minmax(45px,1fr) auto;align-items:center;gap:7px;display:grid}.de-inline-progress>span{background:var(--de-surface-3);border-radius:999px;height:5px;overflow:hidden}.de-inline-progress>span i{border-radius:inherit;background:linear-gradient(90deg, var(--de-purple), #9b72ef);height:100%;display:block}.de-inline-progress strong{font-size:8px}.de-donut-wrap{grid-template-columns:132px minmax(0,1fr);align-items:center;gap:16px;padding:22px 20px 14px;display:grid}.de-donut{--segments:270deg;background:conic-gradient(var(--de-purple) var(--segments), var(--de-surface-3) 0);width:128px;height:128px;box-shadow:inset 0 0 0 1px var(--de-border);border-radius:50%;place-items:center;display:grid}.de-donut:before{content:"";background:var(--de-surface);width:90px;height:90px;box-shadow:0 0 0 1px var(--de-border);border-radius:50%;grid-area:1/1}.de-donut>div{z-index:1;grid-area:1/1;justify-items:center;display:grid}.de-donut strong{letter-spacing:-.04em;font-size:22px}.de-donut span{color:var(--de-text-3);font-size:7.5px}.de-donut-legend{gap:8px;display:grid}.de-donut-legend>div{color:var(--de-text-2);grid-template-columns:7px minmax(0,1fr) auto;align-items:center;gap:7px;font-size:8px;display:grid}.de-donut-legend i{background:var(--de-purple);border-radius:2px;width:7px;height:7px}.de-donut-legend i[data-index="1"]{background:#3d82f5}.de-donut-legend i[data-index="2"]{background:#24aa7a}.de-donut-legend i[data-index="3"]{background:#e5a126}.de-donut-legend i[data-index="4"]{background:#dc5d75}.de-donut-legend strong{color:var(--de-text)}.de-pipeline-bars{gap:7px;padding:5px 20px 20px;display:grid}.de-pipeline-bars>div{color:var(--de-text-3);grid-template-columns:92px minmax(0,1fr) 22px;align-items:center;gap:7px;font-size:7.5px;display:grid}.de-pipeline-bars em{background:var(--de-surface-3);border-radius:999px;height:4px;overflow:hidden}.de-pipeline-bars em i{border-radius:inherit;background:linear-gradient(90deg, var(--de-purple), #8d73ef);height:100%;display:block}.de-pipeline-bars strong{color:var(--de-text);text-align:right}.de-designer-overview-list{padding:5px 20px 15px}.de-designer-overview-row{border-bottom:1px solid var(--de-border);grid-template-columns:30px minmax(130px,1.1fr) minmax(100px,1.3fr) 34px 44px;align-items:center;gap:10px;padding:10px 0;display:grid}.de-designer-overview-row:last-child{border-bottom:0}.de-avatar-color{color:#fff;background:linear-gradient(145deg,#6253e2,#9a6ee9);border-radius:9px;place-items:center;width:29px;height:29px;font-size:7px;font-weight:900;display:grid}.de-designer-overview-row>div{gap:2px;min-width:0;display:grid}.de-designer-overview-row>div strong,.de-designer-overview-row>div small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.de-designer-overview-row>div strong{font-size:9px}.de-designer-overview-row>div small{color:var(--de-text-3);font-size:7.5px}.de-capacity-track{background:var(--de-surface-3);border-radius:999px;height:6px;overflow:hidden}.de-capacity-track i{border-radius:inherit;background:var(--de-green);height:100%;display:block}.de-capacity-track i.is-high{background:var(--de-amber)}.de-capacity-track i.is-over{background:var(--de-red)}.de-designer-overview-row>strong{text-align:right;font-size:8.5px}.de-designer-overview-row>strong.is-over{color:var(--de-red)}.de-designer-overview-row>em{color:var(--de-text-3);text-align:right;font-size:7.5px;font-style:normal}.de-activity-list{padding:5px 20px 12px}.de-activity-list>div{border-bottom:1px solid var(--de-border);grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px 0;display:grid}.de-activity-list>div:last-child{border-bottom:0}.de-activity-list>div>span{width:30px;height:30px;color:var(--de-purple);background:var(--de-purple-soft);border-radius:9px;place-items:center;display:grid}.de-activity-list>div>span svg{width:14px}.de-activity-list>div>div{gap:2px;min-width:0;display:grid}.de-activity-list strong,.de-activity-list small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.de-activity-list strong{font-size:8.7px}.de-activity-list small{color:var(--de-text-3);font-size:7.3px}.de-activity-list time{color:var(--de-text-3);white-space:nowrap;font-size:7px}.de-queue-summary{border:1px solid var(--de-border);background:var(--de-surface);box-shadow:var(--de-shadow);border-radius:15px;grid-template-columns:repeat(5,minmax(0,1fr));display:grid;overflow:hidden}.de-queue-summary>div{border-right:1px solid var(--de-border);grid-template-columns:1fr auto;gap:1px 10px;padding:15px 18px;display:grid;position:relative}.de-queue-summary>div:last-child{border-right:0}.de-queue-summary span{color:var(--de-text-3);text-transform:uppercase;letter-spacing:.06em;font-size:8px;font-weight:800}.de-queue-summary strong{letter-spacing:-.04em;grid-row:span 2;align-self:center;font-size:22px}.de-queue-summary small{color:var(--de-text-2);font-size:8px}.de-queue-panel{overflow:hidden}.de-toolbar{border-bottom:1px solid var(--de-border);background:var(--de-surface);align-items:center;gap:8px;padding:14px 16px;display:flex}.de-search-field{border:1px solid var(--de-border);background:var(--de-surface-2);border-radius:10px;flex:1;align-items:center;gap:8px;min-width:180px;height:38px;padding:0 10px;display:flex;position:relative}.de-search-field.wide{flex:1.5}.de-search-field>svg{width:16px;color:var(--de-text-3);flex:0 0 16px}.de-search-field input{width:100%;min-width:0;color:var(--de-text);background:0 0;border:0;outline:0;padding:0;font-size:9.5px}.de-search-field input::placeholder{color:var(--de-text-3)}.de-search-field button{width:24px;height:24px;color:var(--de-text-3);cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;display:grid}.de-toolbar>label{border:1px solid var(--de-border);background:var(--de-surface);border-radius:10px;align-items:center;gap:5px;height:38px;padding:0 8px;display:flex}.de-toolbar>label svg{width:14px;color:var(--de-text-3)}.de-toolbar select{min-width:110px;color:var(--de-text-2);cursor:pointer;background:0 0;border:0;outline:0;padding:0 16px 0 0;font-size:8.5px;font-weight:650}.de-toolbar select option{color:var(--de-text);background:var(--de-surface)}.de-view-toggle{border:1px solid var(--de-border);background:var(--de-surface-2);border-radius:10px;padding:3px;display:flex}.de-view-toggle button{width:30px;height:30px;color:var(--de-text-3);cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;padding:0;display:grid}.de-view-toggle button.is-active{color:var(--de-purple);background:var(--de-surface);box-shadow:0 4px 12px #1e244014}.de-view-toggle svg{width:14px}.de-data-table-wrap{overflow-x:auto}.de-data-table{border-collapse:collapse;width:100%}.de-data-table th{border-bottom:1px solid var(--de-border);height:42px;color:var(--de-text-3);background:var(--de-surface-2);letter-spacing:.06em;text-align:left;text-transform:uppercase;white-space:nowrap;padding:0 12px;font-size:7.5px;font-weight:850}.de-data-table td{border-bottom:1px solid var(--de-border);vertical-align:middle;min-height:62px;padding:10px 12px}.de-data-table tbody tr:last-child td{border-bottom:0}.de-data-table tbody tr:hover td{background:color-mix(in srgb, var(--de-purple-soft) 35%, var(--de-surface))}.de-project-cell{text-align:left;cursor:pointer;background:0 0;border:0;gap:2px;min-width:210px;padding:0;display:grid}.de-project-cell .de-project-code{color:var(--de-purple);letter-spacing:.04em;font-size:7.3px;font-weight:850}.de-project-cell strong{max-width:290px;color:var(--de-text);text-overflow:ellipsis;white-space:nowrap;font-size:9.7px;overflow:hidden}.de-project-cell small{max-width:280px;color:var(--de-text-3);text-overflow:ellipsis;white-space:nowrap;font-size:7.5px;overflow:hidden}.de-owner-cell{align-items:center;gap:8px;min-width:130px;display:flex}.de-owner-cell>span{color:#fff;background:linear-gradient(145deg,#5b72df,#8a67e8);border-radius:9px;flex:0 0 28px;place-items:center;width:28px;height:28px;font-size:7px;font-weight:900;display:grid}.de-owner-cell>div{gap:1px;min-width:0;display:grid}.de-owner-cell strong,.de-owner-cell small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.de-owner-cell strong{font-size:8.5px}.de-owner-cell small{color:var(--de-text-3);font-size:7px}.de-complexity-cell,.de-date-cell{gap:2px;min-width:100px;display:grid}.de-complexity-cell strong,.de-date-cell strong{font-size:8.5px}.de-complexity-cell small,.de-date-cell small{color:var(--de-text-3);font-size:7px}.de-table-progress{gap:4px;min-width:115px;display:grid}.de-table-progress>div{grid-template-columns:minmax(55px,1fr) auto;align-items:center;gap:7px;display:grid}.de-table-progress>div>span{background:var(--de-surface-3);border-radius:99px;height:5px;overflow:hidden}.de-table-progress>div>span i{border-radius:inherit;background:linear-gradient(90deg, var(--de-purple), #9b72f0);height:100%;display:block}.de-table-progress strong{font-size:8px}.de-table-progress small{color:var(--de-text-3);font-size:6.8px}.de-row-actions{justify-content:flex-end;gap:3px;display:flex}.de-row-actions button{width:28px;height:28px;color:var(--de-text-3);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;place-items:center;padding:0;display:grid}.de-row-actions button:hover{color:var(--de-purple);border-color:var(--de-border);background:var(--de-purple-soft)}.de-row-actions svg{width:13px}.de-project-card-grid{background:var(--de-surface-2);grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;padding:15px;display:grid}.de-project-card{border:1px solid var(--de-border);background:var(--de-surface);border-radius:14px;flex-direction:column;min-height:270px;padding:14px;transition:all .2s;display:flex;box-shadow:0 8px 22px #1e24400a}.de-project-card:hover{border-color:color-mix(in srgb, var(--de-purple) 28%, var(--de-border));box-shadow:var(--de-shadow);transform:translateY(-3px)}.de-project-card-head{align-items:center;gap:6px;display:flex}.de-project-card-head>button{width:26px;height:26px;color:var(--de-text-3);background:0 0;border:0;border-radius:7px;place-items:center;margin-left:auto;display:grid}.de-project-card-main{text-align:left;cursor:pointer;background:0 0;border:0;width:100%;padding:13px 0 10px;display:block}.de-project-card-main>span{color:var(--de-purple);font-size:7.5px;font-weight:900}.de-project-card-main h3{letter-spacing:-.02em;margin:4px 0;font-size:13px;line-height:1.25}.de-project-card-main p{height:31px;color:var(--de-text-2);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:8px;line-height:1.5;display:-webkit-box;overflow:hidden}.de-project-card-tags{flex-wrap:wrap;gap:5px;display:flex}.de-project-card-tags span{border:1px solid var(--de-border);color:var(--de-text-2);background:var(--de-surface-2);border-radius:7px;align-items:center;gap:4px;padding:4px 6px;font-size:7px;display:inline-flex}.de-project-card-tags svg{width:11px}.de-project-card-owner{grid-template-columns:32px minmax(0,1fr) 52px;align-items:center;gap:8px;margin-top:auto;padding:13px 0;display:grid}.de-project-card-owner>span{color:#fff;background:linear-gradient(145deg,#6572d8,#9a65e6);border-radius:10px;place-items:center;width:32px;height:32px;font-size:7px;font-weight:900;display:grid}.de-project-card-owner>div{gap:2px;min-width:0;display:grid}.de-project-card-owner strong,.de-project-card-owner small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.de-project-card-owner strong{font-size:8.5px}.de-project-card-owner small{color:var(--de-text-3);font-size:7px}.de-project-card footer{border-top:1px solid var(--de-border);justify-content:space-between;align-items:center;gap:8px;padding-top:10px;display:flex}.de-project-card footer button{color:var(--de-text-2);cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:5px;padding:6px 7px;font-size:7.5px;font-weight:800;display:flex}.de-project-card footer button:last-child{color:var(--de-purple);background:var(--de-purple-soft)}.de-project-card footer svg{width:12px}.de-progress-ring{place-items:center;display:grid;position:relative}.de-progress-ring svg{width:100%;height:100%;position:absolute;inset:0;transform:rotate(-90deg)}.de-progress-ring circle{fill:none;stroke-width:4px}.de-progress-ring-track{stroke:var(--de-surface-3)}.de-progress-ring-value{stroke:var(--de-purple);stroke-linecap:round}.de-progress-ring strong{font-size:8px}.de-planner-banner,.de-master-intro{border:1px solid var(--de-border);background:linear-gradient(120deg, var(--de-surface), color-mix(in srgb, var(--de-purple-soft) 55%, var(--de-surface)));box-shadow:var(--de-shadow);border-radius:15px;justify-content:space-between;align-items:center;gap:20px;padding:15px 17px;display:flex}.de-planner-banner>div:first-child,.de-master-intro>div{align-items:center;gap:11px;display:flex}.de-planner-banner>div:first-child>span,.de-master-intro>div>span{width:38px;height:38px;color:var(--de-purple);background:var(--de-surface);border-radius:11px;flex:0 0 38px;place-items:center;display:grid;box-shadow:0 7px 18px #28255814}.de-planner-banner strong,.de-master-intro strong{margin-bottom:2px;font-size:10px;display:block}.de-planner-banner p,.de-master-intro p{color:var(--de-text-2);margin:0;font-size:8.5px;line-height:1.5}.de-planner-legend{color:var(--de-text-3);white-space:nowrap;align-items:center;gap:12px;font-size:7.5px;display:flex}.de-planner-legend span{align-items:center;gap:5px;display:flex}.de-planner-legend i{border-radius:50%;width:7px;height:7px}.legend-normal{background:var(--de-green)}.legend-review{background:var(--de-amber)}.legend-risk{background:var(--de-red)}.de-kanban-board{grid-template-columns:repeat(5,minmax(210px,1fr));gap:10px;padding-bottom:4px;display:grid;overflow-x:auto}.de-kanban-column{border:1px solid var(--de-border);background:var(--de-surface-2);border-radius:15px;min-width:210px}.de-kanban-column>header{border-bottom:1px solid var(--de-border);justify-content:space-between;align-items:center;height:50px;padding:0 12px;display:flex}.de-kanban-column>header>div{align-items:center;gap:8px;display:flex}.de-kanban-column>header span{width:23px;height:23px;color:var(--de-purple);background:var(--de-purple-soft);border-radius:8px;place-items:center;font-size:8px;font-weight:900;display:grid}.de-kanban-column>header strong{font-size:9px}.de-kanban-column>header em{border:1px solid var(--de-border);min-width:23px;height:20px;color:var(--de-text-3);background:var(--de-surface);border-radius:999px;place-items:center;font-size:7px;font-style:normal;font-weight:800;display:grid}.de-kanban-items{min-height:480px;padding:9px}.de-kanban-card{border:1px solid var(--de-border);background:var(--de-surface);text-align:left;cursor:pointer;border-radius:11px;width:100%;margin-bottom:8px;padding:11px;transition:all .18s;display:block;box-shadow:0 6px 14px #1e233e0a}.de-kanban-card:hover{border-color:color-mix(in srgb, var(--de-purple) 30%, var(--de-border));box-shadow:var(--de-shadow);transform:translateY(-2px)}.de-kanban-card>div:first-child{grid-template-columns:7px 1fr 18px;align-items:center;gap:6px;display:grid}.de-priority-dot{border:0;border-radius:50%;width:7px;height:7px}.de-priority-dot.priority-critical{background:var(--de-red)}.de-priority-dot.priority-high{background:var(--de-amber)}.de-priority-dot.priority-medium{background:var(--de-blue)}.de-priority-dot.priority-low{background:var(--de-text-3)}.de-kanban-card>div:first-child em{color:var(--de-purple);font-size:7px;font-style:normal;font-weight:800}.de-kanban-card>div:first-child svg{width:13px;color:var(--de-text-3)}.de-kanban-card>strong{margin-top:9px;font-size:9px;line-height:1.35;display:block}.de-kanban-card>p{color:var(--de-text-3);margin:3px 0 9px;font-size:7.5px}.de-kanban-meta{flex-wrap:wrap;gap:5px;display:flex}.de-kanban-meta span{color:var(--de-text-2);background:var(--de-surface-2);border-radius:6px;align-items:center;gap:3px;padding:3px 5px;font-size:6.5px;display:inline-flex}.de-kanban-meta svg{width:9px}.de-kanban-progress{grid-template-columns:1fr auto;align-items:center;gap:6px;margin:10px 0;display:grid}.de-kanban-progress span{background:var(--de-surface-3);border-radius:99px;height:4px;overflow:hidden}.de-kanban-progress i{border-radius:inherit;background:var(--de-purple);height:100%;display:block}.de-kanban-progress strong{font-size:7px}.de-kanban-card footer{border-top:1px solid var(--de-border);align-items:center;gap:6px;padding-top:8px;display:flex}.de-kanban-card footer>span:nth-child(2){min-width:0;color:var(--de-text-2);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:7px;overflow:hidden}.de-kanban-card footer em{color:var(--de-text-3);align-items:center;gap:3px;font-size:7px;font-style:normal;display:flex}.de-kanban-card footer svg{width:9px}.de-kanban-empty{border:1px dashed var(--de-border-strong);min-height:100px;color:var(--de-text-3);text-align:center;border-radius:10px;align-content:center;place-items:center;gap:7px;padding:10px;font-size:7.5px;display:grid}.de-kanban-empty svg{width:18px}.de-team-summary{border:1px solid var(--de-border);background:var(--de-surface);box-shadow:var(--de-shadow);border-radius:15px;grid-template-columns:repeat(4,minmax(0,1fr));display:grid;overflow:hidden}.de-team-summary>div{border-right:1px solid var(--de-border);align-items:center;gap:11px;padding:16px;display:flex}.de-team-summary>div:last-child{border-right:0}.de-team-summary>div>span{border-radius:11px;flex:0 0 38px;place-items:center;width:38px;height:38px;display:grid}.team-purple{color:var(--de-purple);background:var(--de-purple-soft)}.team-blue{color:var(--de-blue);background:#3978f61a}.team-amber{color:var(--de-amber);background:#e6a11c1a}.team-green{color:var(--de-green);background:#25a7721a}.de-team-summary p{grid-template-columns:1fr auto;gap:0 8px;min-width:0;margin:0;display:grid}.de-team-summary p small{color:var(--de-text-3);text-transform:uppercase;letter-spacing:.04em;font-size:7.5px;font-weight:800}.de-team-summary p strong{letter-spacing:-.04em;grid-row:span 2;font-size:22px}.de-team-summary p em{color:var(--de-text-2);text-overflow:ellipsis;white-space:nowrap;font-size:7px;font-style:normal;overflow:hidden}.de-team-panel{overflow:hidden}.de-team-filter{border:1px solid var(--de-border);background:var(--de-surface-2);border-radius:9px;gap:4px;padding:3px;display:flex}.de-team-filter button{color:var(--de-text-3);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:5px 8px;font-size:7px;font-weight:750}.de-team-filter button.is-active{color:var(--de-purple);background:var(--de-surface);box-shadow:0 4px 10px #1e244014}.de-designer-card-grid{background:var(--de-surface-2);grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;padding:15px;display:grid}.de-designer-card{border:1px solid var(--de-border);background:var(--de-surface);border-radius:14px;min-width:0;padding:14px}.de-designer-card>header{grid-template-columns:42px minmax(0,1fr) 24px;align-items:center;gap:9px;display:grid}.de-designer-avatar{color:#fff;background:linear-gradient(145deg,#6657e8,#9a67e8);border-radius:13px;place-items:center;width:42px;height:42px;font-size:9px;font-weight:900;display:grid;position:relative}.de-designer-avatar i{border:2px solid var(--de-surface);background:var(--de-green);border-radius:50%;width:10px;height:10px;position:absolute;bottom:-1px;right:-1px}.avatar-1{background:linear-gradient(145deg,#327ddf,#5db0db)!important}.avatar-2{background:linear-gradient(145deg,#1b9a75,#58bd88)!important}.avatar-3{background:linear-gradient(145deg,#d07922,#eba04c)!important}.avatar-4{background:linear-gradient(145deg,#ce4e73,#e97f91)!important}.de-designer-card>header>div{gap:2px;min-width:0;display:grid}.de-designer-card>header strong,.de-designer-card>header small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.de-designer-card>header strong{font-size:10px}.de-designer-card>header small{color:var(--de-text-3);font-size:7.2px}.de-designer-card>header button{width:24px;height:24px;color:var(--de-text-3);background:0 0;border:0;border-radius:7px;place-items:center;padding:0;display:grid}.de-designer-card>header svg{width:13px}.de-designer-expertise{margin:11px 0}.de-designer-expertise span{border:1px solid var(--de-border);color:var(--de-text-2);background:var(--de-surface-2);border-radius:7px;padding:4px 7px;font-size:7px;display:inline-block}.de-utilization-row>div{justify-content:space-between;align-items:center;margin-bottom:5px;display:flex}.de-utilization-row>div span{color:var(--de-text-3);font-size:7.5px;font-weight:750}.de-utilization-row>div strong{font-size:8.5px}.de-utilization-row>div strong.is-over{color:var(--de-red)}.de-utilization-row>span{background:var(--de-surface-3);border-radius:99px;height:7px;display:block;overflow:hidden}.de-utilization-row>span i{border-radius:inherit;background:var(--de-green);height:100%;display:block}.de-utilization-row>span i.is-high{background:var(--de-amber)}.de-utilization-row>span i.is-over{background:var(--de-red)}.de-utilization-row>small{color:var(--de-text-3);margin-top:4px;font-size:6.7px;display:block}.de-designer-stats{border-block:1px solid var(--de-border);grid-template-columns:repeat(3,1fr);margin:12px 0;padding:10px 0;display:grid}.de-designer-stats>div{border-right:1px solid var(--de-border);justify-items:center;gap:2px;display:grid}.de-designer-stats>div:last-child{border-right:0}.de-designer-stats strong{font-size:12px}.de-designer-stats span{color:var(--de-text-3);font-size:6.3px}.de-assignment-preview>span{color:var(--de-text-3);text-transform:uppercase;letter-spacing:.05em;margin-bottom:5px;font-size:7px;font-weight:800;display:block}.de-assignment-preview>div{grid-template-columns:5px minmax(0,1fr) auto;align-items:center;gap:7px;padding:6px 0;display:grid}.de-assignment-preview>div>i{background:var(--de-purple);border-radius:50%;width:5px;height:5px}.de-assignment-preview p{gap:1px;min-width:0;margin:0;display:grid}.de-assignment-preview p strong,.de-assignment-preview p small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.de-assignment-preview p strong{font-size:7.5px}.de-assignment-preview p small{color:var(--de-text-3);font-size:6.5px}.de-assignment-preview em{color:var(--de-text-3);font-size:6.5px;font-style:normal}.de-no-assignments{color:var(--de-text-3);margin:10px 0;font-size:7px;line-height:1.5}.de-designer-card>footer{gap:6px;margin-top:10px;display:flex}.de-designer-card>footer button{border:1px solid var(--de-border);height:30px;color:var(--de-text-2);background:var(--de-surface);cursor:pointer;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:5px;font-size:7px;font-weight:750;display:flex}.de-designer-card>footer button:last-child{color:var(--de-purple);background:var(--de-purple-soft);border-color:color-mix(in srgb, var(--de-purple) 18%, var(--de-border))}.de-designer-card>footer svg{width:11px}.de-schedule-panel{overflow:hidden}.de-schedule-toolbar{border-bottom:1px solid var(--de-border);justify-content:space-between;align-items:center;gap:14px;padding:13px 15px;display:flex}.de-schedule-toolbar>div{align-items:center;gap:8px;display:flex}.de-schedule-toolbar button{border:1px solid var(--de-border);height:30px;color:var(--de-text-2);background:var(--de-surface);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:5px;padding:0 8px;font-size:7.5px;font-weight:750;display:inline-flex}.de-schedule-toolbar button:first-child svg{transform:rotate(90deg)}.de-schedule-toolbar>div:first-child button:nth-of-type(2) svg{transform:rotate(-90deg)}.de-schedule-toolbar strong{text-align:center;min-width:110px;font-size:10px}.de-today-button{color:var(--de-purple)!important;background:var(--de-purple-soft)!important}.de-schedule-toolbar>div:last-child>span{color:var(--de-text-3);align-items:center;gap:4px;font-size:7px;display:flex}.de-schedule-toolbar>div:last-child>span i{border-radius:2px;width:7px;height:7px}.schedule-active{background:var(--de-purple)}.schedule-planned{background:var(--de-blue)}.schedule-complete{background:var(--de-green)}.de-schedule-grid{min-width:960px}.de-schedule-corner{float:left;border-right:1px solid var(--de-border);border-bottom:1px solid var(--de-border);background:var(--de-surface-2);align-content:center;gap:2px;width:190px;height:54px;padding:0 15px;display:grid}.de-schedule-corner span{text-transform:uppercase;letter-spacing:.05em;font-size:8px;font-weight:800}.de-schedule-corner small{color:var(--de-text-3);font-size:6.5px}.de-schedule-days{border-bottom:1px solid var(--de-border);background:var(--de-surface-2);grid-template-columns:repeat(10,1fr);height:54px;display:grid}.de-schedule-days>div{border-right:1px solid var(--de-border);place-content:center;justify-items:center;gap:2px;display:grid}.de-schedule-days>div.is-weekend{background:color-mix(in srgb, var(--de-surface-3) 55%, var(--de-surface-2))}.de-schedule-days span{color:var(--de-text-3);text-transform:uppercase;font-size:6.5px}.de-schedule-days strong{font-size:9px}.de-schedule-rows{clear:both}.de-schedule-row{border-bottom:1px solid var(--de-border);grid-template-columns:190px minmax(0,1fr);min-height:70px;display:grid}.de-schedule-row:last-child{border-bottom:0}.de-schedule-person{border-right:1px solid var(--de-border);align-items:center;gap:9px;padding:10px 15px;display:flex}.de-schedule-person>span{color:#fff;background:linear-gradient(145deg,#6657e8,#9868e8);border-radius:10px;flex:0 0 34px;place-items:center;width:34px;height:34px;font-size:7px;font-weight:900;display:grid}.de-schedule-person>div{gap:2px;min-width:0;display:grid}.de-schedule-person strong,.de-schedule-person small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.de-schedule-person strong{font-size:8px}.de-schedule-person small{color:var(--de-text-3);font-size:6.5px}.de-schedule-track{grid-template-columns:repeat(10,1fr);min-height:70px;display:grid;position:relative;overflow:hidden}.de-schedule-track>i{border-right:1px solid var(--de-border)}.de-schedule-track>i.is-weekend{background:color-mix(in srgb, var(--de-surface-3) 40%, transparent)}.de-schedule-task{z-index:2;border:1px solid color-mix(in srgb, var(--schedule-color) 24%, transparent);min-width:70px;height:40px;color:var(--schedule-color);background:color-mix(in srgb, var(--schedule-color) 12%, var(--de-surface));text-align:left;cursor:pointer;border-radius:8px;align-content:center;gap:1px;padding:5px 8px;display:grid;position:absolute;top:15px;overflow:hidden;box-shadow:0 4px 10px #1b1f3914}.de-schedule-task.schedule-tone-0{--schedule-color:var(--de-purple)}.de-schedule-task.schedule-tone-1{--schedule-color:var(--de-blue)}.de-schedule-task.schedule-tone-2{--schedule-color:var(--de-green)}.de-schedule-task.schedule-tone-3{--schedule-color:var(--de-amber)}.de-schedule-task.is-complete{--schedule-color:var(--de-green)}.de-schedule-task strong,.de-schedule-task span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.de-schedule-task strong{font-size:7px}.de-schedule-task span{font-size:6.3px}.de-bom-summary{border:1px solid var(--de-border);background:var(--de-surface);box-shadow:var(--de-shadow);border-radius:15px;grid-template-columns:repeat(4,minmax(0,1fr));display:grid;overflow:hidden}.de-bom-summary>div{border-right:1px solid var(--de-border);align-items:center;gap:11px;padding:16px;display:flex}.de-bom-summary>div:last-child{border-right:0}.de-bom-summary>div>span{width:38px;height:38px;color:var(--de-purple);background:var(--de-purple-soft);border-radius:11px;flex:0 0 38px;place-items:center;display:grid}.de-bom-summary>div:nth-child(2)>span{color:var(--de-blue);background:#3978f61a}.de-bom-summary>div:nth-child(3)>span{color:var(--de-green);background:#25a7721a}.de-bom-summary>div:nth-child(4)>span{color:var(--de-amber);background:#e6a11c1a}.de-bom-summary>div>div{grid-template-columns:1fr auto;gap:0 9px;min-width:0;display:grid}.de-bom-summary small{color:var(--de-text-3);text-transform:uppercase;letter-spacing:.05em;font-size:7.5px;font-weight:800}.de-bom-summary strong{grid-row:span 2;font-size:22px}.de-bom-summary p{color:var(--de-text-2);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:7px;overflow:hidden}.de-bom-panel{overflow:hidden}.de-bom-card-list{background:var(--de-surface-2);gap:8px;padding:12px;display:grid}.de-bom-row{border:1px solid var(--de-border);background:var(--de-surface);border-radius:12px;grid-template-columns:42px minmax(210px,1.6fr) minmax(100px,.7fr) 48px 48px minmax(120px,.8fr) 90px 32px;align-items:center;gap:12px;padding:12px;display:grid}.de-bom-icon{width:40px;height:40px;color:var(--de-purple);background:var(--de-purple-soft);border-radius:11px;place-items:center;display:grid}.de-bom-identity{gap:2px;min-width:0;display:grid}.de-bom-identity>span{color:var(--de-purple);font-size:7px;font-weight:900}.de-bom-identity strong,.de-bom-identity small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.de-bom-identity strong{font-size:9px}.de-bom-identity small{color:var(--de-text-3);font-size:7px}.de-bom-drawing,.de-bom-date{gap:2px;display:grid}.de-bom-drawing small,.de-bom-date small{color:var(--de-text-3);text-transform:uppercase;font-size:6.5px}.de-bom-drawing strong,.de-bom-date strong{text-overflow:ellipsis;white-space:nowrap;font-size:7.5px;overflow:hidden}.de-bom-count{justify-items:center;gap:1px;display:grid}.de-bom-count strong{font-size:12px}.de-bom-count span{color:var(--de-text-3);font-size:6px}.de-bom-progress{gap:5px;display:grid}.de-bom-progress>div{color:var(--de-text-3);justify-content:space-between;font-size:6.5px;display:flex}.de-bom-progress>div strong{color:var(--de-text)}.de-bom-progress>span{background:var(--de-surface-3);border-radius:99px;height:5px;overflow:hidden}.de-bom-progress>span i{border-radius:inherit;background:linear-gradient(90deg, var(--de-purple), #9871ef);height:100%;display:block}.de-open-circle{border:1px solid var(--de-border);width:30px;height:30px;color:var(--de-purple);background:var(--de-surface);cursor:pointer;border-radius:9px;place-items:center;padding:0;display:grid}.de-open-circle svg{width:13px}.de-master-panel{overflow:hidden}.de-master-tabs{border-bottom:1px solid var(--de-border);gap:5px;padding:11px 15px 0;display:flex}.de-master-tabs button{color:var(--de-text-3);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:6px;margin-bottom:-1px;padding:9px 11px;font-size:8px;font-weight:800;display:flex}.de-master-tabs button.is-active{color:var(--de-purple);border-bottom-color:var(--de-purple)}.de-master-tabs svg{width:14px}.de-complexity-levels{background:var(--de-surface-2);grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;padding:15px;display:grid}.de-complexity-levels article{border:1px solid var(--de-border);background:var(--de-surface);border-radius:12px;grid-template-columns:42px minmax(0,1fr);align-content:start;gap:10px;min-height:150px;padding:13px;display:grid}.de-complexity-levels article>span{color:#fff;background:var(--de-green);border-radius:12px;place-items:center;width:40px;height:40px;font-size:14px;font-weight:900;display:grid}.de-complexity-levels .complexity-level-2{background:#50a696}.de-complexity-levels .complexity-level-3{background:var(--de-blue)}.de-complexity-levels .complexity-level-4{background:var(--de-amber)}.de-complexity-levels .complexity-level-5{background:var(--de-red)}.de-complexity-levels article>div{align-content:start;gap:2px;min-width:0;display:grid}.de-complexity-levels small{color:var(--de-text-3);text-transform:uppercase;letter-spacing:.05em;font-size:6.5px}.de-complexity-levels strong{font-size:10px}.de-complexity-levels p{color:var(--de-text-2);grid-column:1/-1;margin:6px 0 0;font-size:7px;line-height:1.5}.de-complexity-levels button{color:var(--de-purple);background:var(--de-purple-soft);cursor:pointer;border:0;border-radius:7px;grid-column:1/-1;justify-content:space-between;align-self:end;align-items:center;padding:7px 8px;font-size:7px;font-weight:800;display:flex}.de-complexity-levels button svg{width:11px}.de-route-groups{background:var(--de-surface-2);grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:15px;display:grid}.de-route-groups>article{border:1px solid var(--de-border);background:var(--de-surface);border-radius:12px;overflow:hidden}.de-route-groups>article>header{border-bottom:1px solid var(--de-border);grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:9px;padding:12px;display:grid}.de-route-groups>article>header>span{width:34px;height:34px;color:var(--de-purple);background:var(--de-purple-soft);border-radius:10px;place-items:center;display:grid}.de-route-groups>article>header>div{gap:1px;display:grid}.de-route-groups>article>header small{color:var(--de-text-3);text-transform:uppercase;font-size:6.5px}.de-route-groups>article>header strong{font-size:9px}.de-route-groups>article>header em{color:var(--de-purple);font-size:8px;font-style:normal;font-weight:800}.de-route-groups>article>div>div{border-bottom:1px solid var(--de-border);grid-template-columns:25px minmax(0,1fr) 45px 24px;align-items:center;gap:8px;padding:9px 12px;display:grid}.de-route-groups>article>div>div:last-child{border-bottom:0}.de-route-groups>article>div span{width:23px;height:23px;color:var(--de-text-2);background:var(--de-surface-2);border-radius:7px;place-items:center;font-size:7px;font-weight:850;display:grid}.de-route-groups>article>div strong{font-size:8px}.de-route-groups>article>div em{color:var(--de-text-3);text-align:right;font-size:7px;font-style:normal}.de-route-groups>article>div button{width:23px;height:23px;color:var(--de-text-3);background:0 0;border:0;border-radius:7px;place-items:center;display:grid}.de-route-groups>article>div svg{width:12px}.de-duration-table-wrap{padding:0 0 8px;overflow-x:auto}.de-duration-table td strong{font-size:8.5px}.de-neutral-tag{border:1px solid var(--de-border);color:var(--de-text-2);background:var(--de-surface-2);border-radius:7px;padding:4px 6px;font-size:7px;display:inline-flex}.de-table-edit{border:1px solid var(--de-border);color:var(--de-purple);background:var(--de-surface);cursor:pointer;border-radius:7px;padding:5px 8px;font-size:7px;font-weight:800}.de-empty-state{min-height:170px;color:var(--de-text-3);text-align:center;align-content:center;place-items:center;gap:7px;padding:25px;display:grid}.de-empty-state>span{width:48px;height:48px;color:var(--de-purple);background:var(--de-purple-soft);border-radius:14px;place-items:center;display:grid}.de-empty-state strong{color:var(--de-text);font-size:10px}.de-empty-state p{max-width:330px;margin:0;font-size:8px;line-height:1.5}.de-drawer-backdrop{z-index:70;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0a0c164d;border:0;position:fixed;inset:0}.de-project-drawer{z-index:80;border-left:1px solid var(--de-border);background:var(--de-surface);flex-direction:column;width:min(680px,94vw);transition:transform .28s cubic-bezier(.2,.7,.2,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(104%);box-shadow:-28px 0 80px #11142633}.de-project-drawer.is-open{transform:translate(0)}.de-drawer-loading{text-align:center;flex:1;align-content:center;place-items:center;gap:10px;padding:30px;display:grid}.de-spinner{border:3px solid var(--de-surface-3);border-top-color:var(--de-purple);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite de-spin}@keyframes de-spin{to{transform:rotate(360deg)}}.de-drawer-loading strong{font-size:12px}.de-drawer-loading p{max-width:350px;color:var(--de-text-3);margin:0;font-size:8.5px;line-height:1.5}.de-drawer-header{grid-template-columns:minmax(0,1fr) 36px;align-items:start;gap:15px;padding:22px 24px 15px;display:grid}.de-drawer-header>div{min-width:0}.de-drawer-header span{color:var(--de-purple);letter-spacing:.07em;font-size:8px;font-weight:900}.de-drawer-header h2{letter-spacing:-.03em;margin:4px 0;font-size:22px;line-height:1.2}.de-drawer-header p{color:var(--de-text-3);margin:0;font-size:9px}.de-drawer-header>button{border:1px solid var(--de-border);width:36px;height:36px;color:var(--de-text-2);background:var(--de-surface);cursor:pointer;border-radius:10px;place-items:center;display:grid}.de-drawer-status-row{flex-wrap:wrap;align-items:center;gap:7px;padding:0 24px 14px;display:flex}.de-drawer-status-row>span:not(.de-priority-pill):not(.de-status-pill){border:1px solid var(--de-border);color:var(--de-text-2);background:var(--de-surface-2);border-radius:8px;align-items:center;gap:4px;padding:5px 7px;font-size:7px;display:inline-flex}.de-drawer-status-row svg{width:11px}.de-drawer-actions{gap:7px;padding:0 24px 16px;display:flex}.de-drawer-actions .de-icon-button{width:39px;height:39px}.de-drawer-tabs{border-bottom:1px solid var(--de-border);gap:1px;padding:0 24px;display:flex}.de-drawer-tabs button{color:var(--de-text-3);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:5px;margin-bottom:-1px;padding:10px 11px;font-size:8px;font-weight:800;display:flex}.de-drawer-tabs button.is-active{color:var(--de-purple);border-bottom-color:var(--de-purple)}.de-drawer-tabs button span{background:var(--de-surface-3);border-radius:999px;place-items:center;min-width:18px;height:17px;padding:0 4px;font-size:6.5px;display:grid}.de-drawer-body{background:var(--de-surface-2);flex:1;padding:18px 24px 35px;overflow-y:auto}.de-drawer-section-stack{gap:13px;display:grid}.de-project-progress-hero{border:1px solid var(--de-border);background:linear-gradient(135deg, var(--de-surface), var(--de-purple-soft));border-radius:14px;align-items:center;gap:17px;padding:17px;display:flex}.de-project-progress-hero>div{gap:2px;display:grid}.de-project-progress-hero span{color:var(--de-text-3);text-transform:uppercase;letter-spacing:.05em;font-size:8px;font-weight:800}.de-project-progress-hero strong{letter-spacing:-.04em;font-size:24px}.de-project-progress-hero p{color:var(--de-text-2);margin:0;font-size:8px}.de-drawer-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.de-drawer-info-grid>div{border:1px solid var(--de-border);background:var(--de-surface);border-radius:12px;align-content:center;gap:3px;min-height:83px;padding:12px;display:grid}.de-drawer-info-grid>div>small{color:var(--de-text-3);text-transform:uppercase;letter-spacing:.05em;font-size:7px;font-weight:800}.de-drawer-info-grid>div>strong{font-size:10px}.de-drawer-info-grid>div>span:not(.de-owner-cell){color:var(--de-text-3);font-size:7px}.de-drawer-card{border:1px solid var(--de-border);background:var(--de-surface);border-radius:13px;padding:15px}.de-drawer-card>header{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:10px;display:flex}.de-drawer-card h3{margin:2px 0 0;font-size:11px}.de-drawer-card>header>svg{color:var(--de-purple)}.de-drawer-card>p{color:var(--de-text-2);margin:0;font-size:8.5px;line-height:1.65}.de-stage-map{align-items:flex-start;padding:8px 0 2px;display:flex}.de-stage-map>div{color:var(--de-text-3);flex:1;justify-items:center;gap:5px;display:grid;position:relative}.de-stage-map>div>span{z-index:1;border:2px solid var(--de-border);background:var(--de-surface);border-radius:50%;place-items:center;width:26px;height:26px;font-size:7px;font-weight:900;display:grid}.de-stage-map>div>strong{text-align:center;font-size:6.5px}.de-stage-map>div>i{background:var(--de-border);width:84%;height:2px;position:absolute;top:12px;left:58%}.de-stage-map>div.is-complete>span{color:#fff;border-color:var(--de-green);background:var(--de-green)}.de-stage-map>div.is-complete>i{background:var(--de-green)}.de-stage-map>div.is-current{color:var(--de-purple)}.de-stage-map>div.is-current>span{color:var(--de-purple);border-color:var(--de-purple);background:var(--de-purple-soft);box-shadow:0 0 0 4px var(--de-purple-soft)}.de-stage-map svg{width:12px}.de-readiness-list{gap:8px;display:grid}.de-readiness-list>div{border:1px solid var(--de-border);background:var(--de-surface-2);border-radius:10px;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px;display:grid}.de-readiness-list>div>span{width:30px;height:30px;color:var(--de-purple);background:var(--de-surface);border-radius:9px;place-items:center;display:grid}.de-readiness-list p{gap:2px;margin:0;display:grid}.de-readiness-list p strong{font-size:8px}.de-readiness-list p small{color:var(--de-text-3);font-size:6.8px}.de-readiness-list em{color:var(--de-purple);background:var(--de-purple-soft);border-radius:7px;padding:4px 6px;font-size:6.5px;font-style:normal;font-weight:800}.de-drawer-section-heading{justify-content:space-between;align-items:center;gap:12px;padding:2px 0 4px;display:flex}.de-drawer-section-heading h3{margin:2px 0 0;font-size:13px}.de-task-list,.de-drawer-bom-list,.de-history-timeline{gap:8px;display:grid}.de-task-list article{border:1px solid var(--de-border);background:var(--de-surface);border-radius:12px;grid-template-columns:34px minmax(0,1fr) 90px 24px;align-items:center;gap:10px;padding:12px;display:grid}.de-task-state{width:32px;height:32px;color:var(--de-text-3);background:var(--de-surface-3);border-radius:10px;place-items:center;font-size:8px;font-weight:900;display:grid}.de-task-state.is-done{color:#fff;background:var(--de-green)}.de-task-state.is-active{color:var(--de-purple);background:var(--de-purple-soft)}.de-task-state svg{width:14px}.de-task-main{gap:2px;min-width:0;display:grid}.de-task-main>span{color:var(--de-purple);text-transform:uppercase;font-size:6.5px;font-weight:850}.de-task-main>strong{text-overflow:ellipsis;white-space:nowrap;font-size:8.7px;overflow:hidden}.de-task-main p{color:var(--de-text-3);align-items:center;gap:5px;margin:2px 0 0;font-size:7px;display:flex}.de-task-main .de-avatar-mini{flex-basis:20px;width:20px;height:20px;font-size:6px}.de-task-dates{justify-items:end;gap:2px;display:grid}.de-task-dates small{color:var(--de-purple);font-size:6.5px;font-weight:800}.de-task-dates strong{font-size:8px}.de-task-dates span{color:var(--de-text-3);font-size:6.5px}.de-task-list article>button{width:24px;height:24px;color:var(--de-text-3);background:0 0;border:0;border-radius:7px;place-items:center;display:grid}.de-task-list article>button svg{width:12px}.de-drawer-bom-list article{border:1px solid var(--de-border);background:var(--de-surface);border-radius:12px;grid-template-columns:36px minmax(0,1fr) 35px 26px;align-items:center;gap:10px;padding:12px;display:grid}.de-drawer-bom-list article>span{width:36px;height:36px;color:var(--de-purple);background:var(--de-purple-soft);border-radius:10px;place-items:center;display:grid}.de-drawer-bom-list article>div{gap:2px;min-width:0;display:grid}.de-drawer-bom-list small{color:var(--de-purple);text-transform:uppercase;font-size:6.5px;font-weight:800}.de-drawer-bom-list strong,.de-drawer-bom-list p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.de-drawer-bom-list strong{font-size:8.5px}.de-drawer-bom-list p{color:var(--de-text-3);margin:0;font-size:6.7px}.de-inline-meter{background:var(--de-surface-3);border-radius:99px;height:4px;margin-top:4px;overflow:hidden}.de-inline-meter i{border-radius:inherit;background:var(--de-purple);height:100%;display:block}.de-drawer-bom-list article>em{font-size:8px;font-style:normal;font-weight:800}.de-drawer-bom-list article>button{border:1px solid var(--de-border);width:26px;height:26px;color:var(--de-purple);background:var(--de-surface);border-radius:8px;place-items:center;display:grid}.de-drawer-bom-list article>button svg{width:12px}.de-history-timeline article{grid-template-columns:28px minmax(0,1fr) auto;gap:10px;padding:0 0 14px;display:grid;position:relative}.de-history-timeline article:not(:last-child):before{content:"";background:var(--de-border);width:1px;position:absolute;top:24px;bottom:-2px;left:13px}.de-history-timeline article>span{border:1px solid var(--de-border);background:var(--de-surface);border-radius:50%;place-items:center;width:28px;height:28px;display:grid}.de-history-timeline article>span i{background:var(--de-purple);border-radius:50%;width:7px;height:7px}.de-history-timeline article>div{gap:2px;min-width:0;padding-top:2px;display:grid}.de-history-timeline small{color:var(--de-purple);text-transform:uppercase;font-size:6.5px;font-weight:850}.de-history-timeline strong{font-size:8.5px}.de-history-timeline p{color:var(--de-text-3);margin:0;font-size:7px}.de-history-timeline time{color:var(--de-text-3);white-space:nowrap;padding-top:4px;font-size:6.5px}.de-final-approval-history{max-height:260px;padding-right:6px;overflow:auto}.de-project-tracker-card{overflow:hidden}.de-project-tracker{scrollbar-width:thin;grid-template-columns:repeat(6,minmax(132px,1fr));gap:0;padding:8px 2px 4px;display:grid;overflow-x:auto}.de-project-tracker article{grid-template-rows:34px minmax(0,1fr);gap:7px;min-width:132px;padding:0 7px;display:grid}.de-project-tracker-node{justify-content:center;align-items:center;display:flex;position:relative}.de-project-tracker-node>span{z-index:2;border:2px solid var(--de-border-strong);width:32px;height:32px;color:var(--de-text-3);background:var(--de-surface);border-radius:50%;place-items:center;font-size:8px;font-weight:900;display:grid;position:relative}.de-project-tracker-node>i{z-index:1;background:var(--de-border);width:calc(100% - 18px);height:2px;position:absolute;top:16px;left:calc(50% + 16px)}.de-project-tracker-copy{border:1px solid var(--de-border);background:var(--de-surface-2);border-radius:10px;align-content:start;gap:4px;min-width:0;padding:8px;display:grid}.de-project-tracker-copy>div{gap:3px;display:grid}.de-project-tracker-copy strong{font-size:8px;line-height:1.3}.de-project-tracker-copy em{width:max-content;color:var(--de-text-3);background:var(--de-surface-3);text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:2px 5px;font-size:5.8px;font-style:normal;font-weight:850}.de-project-tracker-copy p{color:var(--de-text-2);margin:0;font-size:6.8px;line-height:1.45}.de-project-tracker-copy small{color:var(--de-text-3);font-size:6px;line-height:1.4}.de-project-tracker article.is-completed .de-project-tracker-node>span{color:#fff;border-color:var(--de-green);background:var(--de-green)}.de-project-tracker article.is-completed .de-project-tracker-node>i{background:var(--de-green)}.de-project-tracker article.is-completed .de-project-tracker-copy{border-color:color-mix(in srgb, var(--de-green) 24%, var(--de-border))}.de-project-tracker article.is-completed .de-project-tracker-copy em{color:var(--de-green);background:color-mix(in srgb, var(--de-green) 12%, var(--de-surface))}.de-project-tracker article.is-current .de-project-tracker-node>span{color:var(--de-purple);border-color:var(--de-purple);background:var(--de-purple-soft);box-shadow:0 0 0 4px var(--de-purple-soft)}.de-project-tracker article.is-current .de-project-tracker-copy{border-color:color-mix(in srgb, var(--de-purple) 32%, var(--de-border));background:color-mix(in srgb, var(--de-purple-soft) 48%, var(--de-surface))}.de-project-tracker article.is-current .de-project-tracker-copy em{color:var(--de-purple);background:var(--de-purple-soft)}.de-project-tracker article.is-returned .de-project-tracker-node>span{color:#fff;border-color:var(--de-red);background:var(--de-red)}.de-project-tracker article.is-returned .de-project-tracker-copy{border-color:color-mix(in srgb, var(--de-red) 30%, var(--de-border))}.de-project-tracker article.is-returned .de-project-tracker-copy em{color:var(--de-red);background:color-mix(in srgb, var(--de-red) 11%, var(--de-surface))}.de-project-tracker-loading{border:1px dashed var(--de-border-strong);background:var(--de-surface-2);border-radius:11px;justify-content:center;align-items:center;gap:10px;min-height:116px;padding:18px;display:flex}.de-project-tracker-loading p{gap:3px;margin:0;display:grid}.de-project-tracker-loading strong{font-size:8.5px}.de-project-tracker-loading span{color:var(--de-text-3);font-size:7px}.de-history-timeline article.is-returned>span{border-color:color-mix(in srgb, var(--de-red) 35%, var(--de-border))}.de-history-timeline article.is-returned>span i{background:var(--de-red)}.de-history-timeline article.is-returned small{color:var(--de-red)}.de-final-tracker-panel{overflow:hidden}.de-modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0a0c1685;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.de-modal{border:1px solid var(--de-border);background:var(--de-surface);width:min(570px,96vw);max-height:92vh;box-shadow:var(--de-shadow-lg);border-radius:18px;animation:.2s de-modal-in;overflow:auto}.de-modal.is-wide{width:min(980px,96vw)}@keyframes de-modal-in{0%{opacity:0;transform:translateY(12px)scale(.98)}}.de-modal>header{border-bottom:1px solid var(--de-border);grid-template-columns:40px minmax(0,1fr) 34px;align-items:center;gap:11px;padding:16px 18px;display:grid}.de-modal>header>span{width:40px;height:40px;color:var(--de-purple);background:var(--de-purple-soft);border-radius:12px;place-items:center;display:grid}.de-modal>header>div{gap:2px;min-width:0;display:grid}.de-modal>header h2{letter-spacing:-.02em;margin:0;font-size:14px}.de-modal>header p{color:var(--de-text-3);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:8px;overflow:hidden}.de-modal>header>button{border:1px solid var(--de-border);width:34px;height:34px;color:var(--de-text-2);background:var(--de-surface);cursor:pointer;border-radius:9px;place-items:center;display:grid}.de-modal-form{gap:13px;padding:18px;display:grid}.de-field{color:var(--de-text-2);gap:6px;font-size:8px;font-weight:750;display:grid}.de-field>span{color:var(--de-text-2)}.de-field input,.de-field select,.de-field textarea{border:1px solid var(--de-border);width:100%;color:var(--de-text);background:var(--de-surface-2);border-radius:9px;outline:0;font-size:9px;font-weight:500;transition:all .15s}.de-field input,.de-field select{height:38px;padding:0 10px}.de-field textarea{resize:vertical;min-height:100px;padding:10px;line-height:1.5}.de-field input:focus,.de-field select:focus,.de-field textarea:focus{border-color:var(--de-purple);box-shadow:0 0 0 3px var(--de-purple-soft)}.de-field select option{color:var(--de-text);background:var(--de-surface)}.de-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.de-form-grid.three{grid-template-columns:.65fr 1fr 1fr}.de-selected-project{border:1px solid var(--de-border);background:var(--de-surface-2);border-radius:10px;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:9px;padding:9px;display:grid}.de-selected-project>span{width:34px;height:34px;color:var(--de-purple);background:var(--de-purple-soft);border-radius:9px;place-items:center;display:grid}.de-selected-project>div{gap:2px;min-width:0;display:grid}.de-selected-project strong,.de-selected-project small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.de-selected-project strong{font-size:9px}.de-selected-project small{color:var(--de-text-3);font-size:7px}.de-modal-note{color:var(--de-purple);background:var(--de-purple-soft);border:1px solid #6657e82e;border-radius:10px;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:9px;padding:10px;display:grid}.de-modal-note.is-warning{color:#a96d00;background:#e6a11c17;border-color:#e6a11c33}[data-theme=dark] .de-modal-note.is-warning{color:#efc36b}.de-modal-note>svg{justify-self:center;width:18px}.de-modal-note p{gap:2px;margin:0;display:grid}.de-modal-note strong{font-size:8px}.de-modal-note span{color:var(--de-text-2);font-size:7px;line-height:1.45}.de-modal-form>footer{justify-content:flex-end;gap:8px;padding-top:4px;display:flex}.de-approval-plan{border:1px solid var(--de-border);background:var(--de-surface-2);border-radius:12px;gap:12px;padding:14px;display:grid}.de-approval-plan .de-drawer-section-heading{border:0;padding:0}.de-approval-plan .de-form-grid{margin:0}.de-decision-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.de-decision-cards button{border:1px solid var(--de-border);background:var(--de-surface-2);text-align:left;cursor:pointer;border-radius:12px;align-content:start;justify-items:start;gap:7px;min-height:130px;padding:13px;display:grid}.de-decision-cards button>span{width:34px;height:34px;color:var(--de-green);background:#25a7721a;border-radius:10px;place-items:center;display:grid}.de-decision-cards button.reject>span{color:var(--de-red);background:#df4d661a}.de-decision-cards button strong{font-size:9px}.de-decision-cards button p{color:var(--de-text-3);margin:0;font-size:7px;line-height:1.5}.de-decision-cards button.is-selected.approve{border-color:var(--de-green);background:#25a7720d;box-shadow:0 0 0 3px #25a7721a}.de-decision-cards button.is-selected.reject{border-color:var(--de-red);background:#df4d660d;box-shadow:0 0 0 3px #df4d661a}.de-percent-field>div{grid-template-columns:minmax(0,1fr) 42px;align-items:center;gap:10px;display:grid}.de-percent-field input{height:auto;box-shadow:none;accent-color:var(--de-purple);border:0;padding:0}.de-percent-field strong{text-align:right;font-size:9px}.de-bom-editor{border:1px solid var(--de-border);border-radius:12px;overflow:hidden}.de-bom-editor>header{border-bottom:1px solid var(--de-border);background:var(--de-surface-2);justify-content:space-between;align-items:center;gap:10px;padding:11px 12px;display:flex}.de-bom-editor h3{margin:2px 0 0;font-size:10px}.de-bom-editor-table{overflow-x:auto}.de-bom-editor-head,.de-bom-editor-row{grid-template-columns:110px 1.2fr 1.1fr 90px 55px 55px 30px;gap:6px;min-width:820px;padding:7px 9px;display:grid}.de-bom-editor-head{color:var(--de-text-3);background:var(--de-surface);text-transform:uppercase;font-size:6.5px;font-weight:850}.de-bom-editor-row{border-top:1px solid var(--de-border);background:var(--de-surface)}.de-bom-editor-row input{border:1px solid var(--de-border);width:100%;height:32px;color:var(--de-text);background:var(--de-surface-2);border-radius:7px;outline:0;padding:0 7px;font-size:7.5px}.de-bom-editor-row input:focus{border-color:var(--de-purple)}.de-bom-editor-row button{width:28px;height:28px;color:var(--de-red);cursor:pointer;background:#df4d6614;border:0;border-radius:7px;align-self:center;place-items:center;display:grid}.de-bom-editor-row button:disabled{opacity:.3;cursor:not-allowed}.de-bom-editor-row button svg{width:12px}.de-command-overlay{z-index:120;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a0c167a;place-items:start center;padding-top:min(16vh,130px);display:grid;position:fixed;inset:0}.de-command-palette{border:1px solid var(--de-border);background:var(--de-surface);width:min(620px,92vw);box-shadow:var(--de-shadow-lg);border-radius:17px;animation:.18s de-modal-in;overflow:hidden}.de-command-input{border-bottom:1px solid var(--de-border);grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:9px;height:58px;padding:0 15px;display:grid}.de-command-input>svg{color:var(--de-purple)}.de-command-input input{width:100%;color:var(--de-text);background:0 0;border:0;outline:0;font-size:12px}.de-command-input input::placeholder{color:var(--de-text-3)}.de-command-results{max-height:420px;padding:9px;overflow-y:auto}.de-command-label{color:var(--de-text-3);letter-spacing:.1em;text-transform:uppercase;padding:6px 8px;font-size:7px;font-weight:850;display:block}.de-command-results>button{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;grid-template-columns:36px minmax(0,1fr) 18px;align-items:center;gap:10px;width:100%;padding:8px;display:grid}.de-command-results>button:hover{background:var(--de-purple-soft)}.de-command-results>button>span{border:1px solid var(--de-border);width:36px;height:36px;color:var(--de-purple);background:var(--de-surface-2);border-radius:10px;place-items:center;display:grid}.de-command-results>button>div{gap:2px;min-width:0;display:grid}.de-command-results strong,.de-command-results small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.de-command-results strong{font-size:9.5px}.de-command-results small{color:var(--de-text-3);font-size:7.5px}.de-command-results>button>svg{width:14px;color:var(--de-text-3)}.de-command-palette>footer{border-top:1px solid var(--de-border);color:var(--de-text-3);background:var(--de-surface-2);gap:14px;padding:9px 14px;font-size:7px;display:flex}.de-command-palette>footer span{align-items:center;gap:4px;display:flex}.de-toast-stack{z-index:150;gap:8px;width:min(370px,100vw - 32px);display:grid;position:fixed;bottom:20px;right:20px}.de-toast{border:1px solid var(--de-border);background:var(--de-surface);box-shadow:var(--de-shadow-lg);border-radius:12px;grid-template-columns:34px minmax(0,1fr) 24px;align-items:center;gap:9px;padding:11px;animation:.25s de-toast-in;display:grid}@keyframes de-toast-in{0%{opacity:0;transform:translate(18px)}}.de-toast>span{width:34px;height:34px;color:var(--de-purple);background:var(--de-purple-soft);border-radius:10px;place-items:center;display:grid}.de-toast-success>span{color:var(--de-green);background:#25a7721a}.de-toast-error>span{color:var(--de-red);background:#df4d661a}.de-toast>div{gap:2px;min-width:0;display:grid}.de-toast strong{font-size:9px}.de-toast p{color:var(--de-text-2);margin:0;font-size:7.5px;line-height:1.4}.de-toast>button{width:24px;height:24px;color:var(--de-text-3);cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;display:grid}.de-toast svg{width:14px}@media (max-width:1280px){:root{--de-sidebar-width:224px}.de-overview-grid{grid-template-columns:1fr}.de-overview-grid.lower{grid-template-columns:1fr 1fr}.de-project-card-grid,.de-designer-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.de-complexity-levels{grid-template-columns:repeat(3,minmax(0,1fr))}.de-focus-row{grid-template-columns:38px minmax(170px,1.5fr) minmax(120px,.8fr) minmax(105px,.7fr) minmax(90px,.7fr) 16px}.de-bom-row{grid-template-columns:42px minmax(200px,1.5fr) minmax(90px,.65fr) 42px 42px minmax(100px,.75fr) 30px}.de-bom-date{display:none}}@media (max-width:1050px){.de-sidebar{box-shadow:var(--de-shadow-lg);transition:transform .25s;transform:translate(-102%)}.de-sidebar.is-open{transform:translate(0)}.de-sidebar-backdrop{z-index:45;background:#0a0c166b;border:0;display:block;position:fixed;inset:0}.de-workspace{margin-left:0}.de-mobile-menu{display:grid}.de-topbar{padding-inline:18px}.de-page-scroll{padding-inline:20px}.de-metric-grid,.de-team-summary,.de-bom-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.de-team-summary>div:nth-child(2),.de-bom-summary>div:nth-child(2){border-right:0}.de-team-summary>div:nth-child(-n+2),.de-bom-summary>div:nth-child(-n+2){border-bottom:1px solid var(--de-border)}.de-queue-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.de-queue-summary>div:nth-child(2n){border-right:0}.de-queue-summary>div:nth-child(-n+2){border-bottom:1px solid var(--de-border)}.de-toolbar{flex-wrap:wrap}.de-toolbar .de-search-field{flex-basis:100%}.de-focus-owner{display:none}.de-focus-row{grid-template-columns:38px minmax(180px,1.5fr) minmax(110px,.7fr) minmax(100px,.7fr) 16px}.de-route-groups{grid-template-columns:1fr}}@media (max-width:760px){.de-topbar{height:62px;padding-inline:12px}.de-breadcrumbs strong,.de-breadcrumbs span:nth-of-type(2),.de-breadcrumbs em{display:none}.de-command-trigger{justify-content:center;width:38px;padding:0}.de-command-trigger span,.de-command-trigger kbd,.de-user-button>div,.de-user-button>svg{display:none}.de-page-scroll{padding:20px 13px 40px}.de-page-heading{flex-direction:column;align-items:flex-start;gap:14px}.de-page-heading h1{font-size:27px}.de-page-actions{flex-wrap:wrap;width:100%}.de-page-actions .de-primary-button,.de-page-actions .de-secondary-button{flex:1}.de-demo-banner{grid-template-columns:38px minmax(0,1fr)}.de-demo-banner>button{grid-column:1/-1;justify-content:center}.de-metric-grid,.de-team-summary,.de-bom-summary,.de-queue-summary,.de-overview-grid.lower{grid-template-columns:1fr}.de-metric-card{min-height:160px}.de-team-summary>div,.de-bom-summary>div,.de-queue-summary>div{border-right:0;border-bottom:1px solid var(--de-border)}.de-team-summary>div:last-child,.de-bom-summary>div:last-child,.de-queue-summary>div:last-child{border-bottom:0}.de-project-card-grid,.de-designer-card-grid,.de-complexity-levels{grid-template-columns:1fr}.de-focus-row{grid-template-columns:34px minmax(0,1fr) auto 14px;padding-inline:13px}.de-focus-row .de-inline-progress{display:none}.de-panel-header{padding:16px}.de-donut-wrap{grid-template-columns:110px 1fr}.de-donut{width:108px;height:108px}.de-donut:before{width:74px;height:74px}.de-project-card-grid,.de-designer-card-grid{padding:10px}.de-toolbar>label{flex:1}.de-toolbar select{width:100%;min-width:0}.de-view-toggle{margin-left:auto}.de-planner-banner,.de-master-intro{flex-direction:column;align-items:flex-start}.de-planner-legend{flex-wrap:wrap;width:100%}.de-bom-row{grid-template-columns:38px minmax(0,1fr) 30px;gap:9px}.de-bom-drawing,.de-bom-count,.de-bom-progress,.de-bom-date{display:none}.de-project-drawer{width:100vw}.de-drawer-header{padding:18px 16px 12px}.de-drawer-header h2{font-size:18px}.de-drawer-status-row,.de-drawer-actions,.de-drawer-tabs{padding-inline:16px}.de-drawer-tabs{overflow-x:auto}.de-drawer-tabs button{white-space:nowrap}.de-drawer-body{padding:14px 14px 30px}.de-drawer-info-grid{grid-template-columns:1fr}.de-stage-map{overflow-x:auto}.de-stage-map>div{min-width:90px}.de-task-list article{grid-template-columns:32px minmax(0,1fr) 24px}.de-task-dates{display:none}.de-modal-backdrop{align-items:end;padding:0}.de-modal,.de-modal.is-wide{border-radius:18px 18px 0 0;width:100vw;max-height:94vh}.de-form-grid,.de-form-grid.three,.de-decision-cards{grid-template-columns:1fr}.de-decision-cards button{min-height:105px}.de-modal-form>footer .de-primary-button,.de-modal-form>footer .de-secondary-button{flex:1}.de-command-overlay{padding-top:70px}.de-command-palette{width:calc(100vw - 20px)}.de-toast-stack{width:calc(100vw - 20px);bottom:10px;right:10px}}.de-access-screen{background:radial-gradient(circle at 12% 12%, #634ee01f, transparent 32%), radial-gradient(circle at 86% 86%, #3dae771a, transparent 30%), var(--de-bg,#f5f7fb);place-items:center;min-height:100vh;padding:32px;display:grid}.de-access-card{border:1px solid var(--de-border,#dfe4ee);background:var(--de-surface,#fff);text-align:center;border-radius:28px;width:min(720px,100%);padding:clamp(28px,5vw,52px);box-shadow:0 24px 80px #19203824}.de-access-brand{justify-content:space-between;align-items:center;gap:18px;margin-bottom:34px;display:flex}.de-access-brand span{color:#5b46d8;letter-spacing:.08em;text-transform:uppercase;background:#634ee01a;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800}.de-access-icon{color:#b76b00;background:#f59e0b1f;border-radius:22px;place-items:center;width:68px;height:68px;margin:0 auto 20px;display:grid}.de-access-card h1{max-width:590px;color:var(--de-text,#171b2d);letter-spacing:-.04em;margin:12px auto 14px;font-size:clamp(30px,5vw,46px);line-height:1.08}.de-access-card>p{max-width:600px;color:var(--de-muted,#687086);margin:0 auto;font-size:16px;line-height:1.7}.de-access-card code{color:#5b46d8;background:#634ee01a;border-radius:6px;padding:2px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.92em}.de-access-user{border:1px solid var(--de-border,#dfe4ee);background:var(--de-soft,#f7f8fc);text-align:left;border-radius:16px;align-items:center;gap:14px;width:min(430px,100%);margin:28px auto 0;padding:14px 16px;display:flex}.de-access-user>span{color:#fff;background:#604ae0;border-radius:13px;flex:none;place-items:center;width:42px;height:42px;font-weight:800;display:grid}.de-access-user div{gap:3px;display:grid}.de-access-user strong{color:var(--de-text,#171b2d);font-size:14px}.de-access-user small{color:var(--de-muted,#687086);font-size:12px}.de-access-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:26px;display:flex}.de-access-help{color:var(--de-muted,#687086);margin-top:24px;line-height:1.7;display:block}[data-theme=dark] .de-access-screen{--de-bg:#0d1020;--de-surface:#15192a;--de-soft:#1b2033;--de-border:#2b3148;--de-text:#f4f6ff;--de-muted:#aeb5ca}@media (max-width:620px){.de-access-screen{padding:18px}.de-access-card{border-radius:22px;padding:26px 20px}.de-access-brand{align-items:flex-start}.de-access-actions{display:grid}.de-access-actions button{justify-content:center;width:100%}.de-access-help{overflow-wrap:anywhere}}.de-molds-workflow{gap:18px}.de-molds-rule-banner{border:1px solid color-mix(in srgb, var(--de-purple) 22%, var(--de-border));background:radial-gradient(circle at 8% 0%, color-mix(in srgb, var(--de-purple) 13%, transparent), transparent 34%), linear-gradient(115deg, var(--de-purple-soft), var(--de-surface) 56%);box-shadow:var(--de-shadow);border-radius:17px;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:16px;padding:16px 18px;display:grid}.de-molds-rule-banner>span{color:#fff;background:linear-gradient(145deg, var(--de-purple), #856ff2);border-radius:14px;place-items:center;width:46px;height:46px;display:grid;box-shadow:0 11px 24px #6657e83d}.de-molds-rule-banner>div:nth-child(2){min-width:0}.de-molds-rule-banner small{color:var(--de-purple);letter-spacing:.12em;text-transform:uppercase;margin-bottom:4px;font-size:9px;font-weight:900;display:block}.de-molds-rule-banner strong{color:var(--de-text);font-size:14px;line-height:1.35;display:block}.de-molds-rule-banner p{color:var(--de-text-2);margin:4px 0 0;font-size:10px;line-height:1.55}.de-molds-owner-chip{border:1px solid var(--de-border);background:color-mix(in srgb, var(--de-surface) 88%, transparent);border-radius:13px;align-items:center;gap:11px;min-width:245px;padding:10px 12px;display:flex}.de-molds-owner-chip>span{color:#fff;background:linear-gradient(145deg,#29324d,#495777);border-radius:11px;flex:none;place-items:center;width:38px;height:38px;font-size:10px;font-weight:900;display:grid}.de-molds-owner-chip div{min-width:0;display:grid}.de-molds-owner-chip div small{color:var(--de-text-3);letter-spacing:.09em;margin:0;font-size:7.5px}.de-molds-owner-chip div strong{color:var(--de-text);text-overflow:ellipsis;white-space:nowrap;font-size:10.5px;overflow:hidden}.de-molds-owner-chip div em{color:var(--de-purple);font-size:8.5px;font-style:normal;font-weight:800}.de-molds-access-note{border:1px solid color-mix(in srgb, var(--de-amber) 30%, var(--de-border));color:#9b6507;background:color-mix(in srgb, var(--de-amber) 8%, var(--de-surface));border-radius:13px;align-items:center;gap:12px;padding:12px 15px;display:flex}.de-molds-access-note>svg{flex:none}.de-molds-access-note strong{color:var(--de-text);font-size:10.5px;display:block}.de-molds-access-note p{color:var(--de-text-2);margin:2px 0 0;font-size:9px;line-height:1.5}.de-molds-layout{grid-template-columns:minmax(250px,292px) minmax(0,1fr);align-items:start;gap:18px;display:grid}.de-molds-projects{top:calc(var(--de-topbar-height) + 18px);position:sticky;overflow:hidden}.de-molds-projects>header{justify-content:space-between;align-items:flex-start;gap:12px;padding:17px 17px 12px;display:flex}.de-molds-projects h2{color:var(--de-text);letter-spacing:-.02em;margin:4px 0 0;font-size:14px}.de-molds-projects header p{color:var(--de-text-3);margin:3px 0 0;font-size:8.5px}.de-molds-count{min-width:28px;height:28px;color:var(--de-purple);background:var(--de-purple-soft);border-radius:9px;place-items:center;font-size:10px;font-weight:900;display:grid}.de-molds-search{border:1px solid var(--de-border);height:38px;color:var(--de-text-3);background:var(--de-surface-2);border-radius:10px;align-items:center;gap:8px;margin:0 12px 11px;padding:0 11px;display:flex}.de-molds-search svg{width:15px}.de-molds-search input{min-width:0;color:var(--de-text);font:inherit;background:0 0;border:0;outline:0;flex:1;font-size:9.5px}.de-molds-search input::placeholder{color:var(--de-text-3)}.de-molds-project-list{scrollbar-width:thin;max-height:calc(100vh - 280px);padding:0 8px 9px;overflow:auto}.de-molds-project-list>button{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;gap:6px;padding:12px;transition:all .18s;display:grid}.de-molds-project-list>button+button{margin-top:3px}.de-molds-project-list>button:hover{border-color:var(--de-border);background:var(--de-surface-2)}.de-molds-project-list>button.is-active{border-color:color-mix(in srgb, var(--de-purple) 26%, var(--de-border));background:var(--de-purple-soft);box-shadow:inset 3px 0 var(--de-purple)}.de-molds-project-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.de-molds-project-top>span{color:var(--de-purple);letter-spacing:.05em;font-size:8.5px;font-weight:900}.de-molds-project-top em{white-space:nowrap;border-radius:999px;padding:4px 6px;font-size:7px;font-style:normal;font-weight:850}.de-molds-project-top em.is-waiting{color:#a36800;background:#e6a11c21}.de-molds-project-top em.is-routing{color:#3f65ba;background:#3978f61f}.de-molds-project-top em.is-ready{color:#14835a;background:#25a7721f}[data-theme=dark] .de-molds-project-top em.is-waiting{color:#efc46c}[data-theme=dark] .de-molds-project-top em.is-routing{color:#8eb1ff}[data-theme=dark] .de-molds-project-top em.is-ready{color:#72ddb4}.de-molds-project-list>button>strong{color:var(--de-text);text-overflow:ellipsis;white-space:nowrap;font-size:10.5px;line-height:1.35;overflow:hidden}.de-molds-project-list>button>p{color:var(--de-text-3);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:8.5px;overflow:hidden}.de-molds-project-meta{color:var(--de-text-2);justify-content:space-between;align-items:center;gap:8px;font-size:7.5px;display:flex}.de-molds-project-meta span{align-items:center;gap:4px;display:inline-flex}.de-molds-project-meta svg{width:11px}.de-molds-project-progress{background:var(--de-surface-3);border-radius:99px;height:4px;overflow:hidden}.de-molds-project-progress i{border-radius:inherit;background:linear-gradient(90deg, var(--de-purple), #9a70ef);height:100%;transition:width .3s;display:block}.de-molds-main{gap:18px;min-width:0;display:grid}.de-molds-project-hero{padding:18px}.de-molds-project-heading{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.de-molds-project-heading h2{color:var(--de-text);letter-spacing:-.035em;margin:4px 0 0;font-size:clamp(18px,1.7vw,25px);line-height:1.15}.de-molds-project-heading p{color:var(--de-text-2);margin:5px 0 0;font-size:9.5px}.de-molds-project-badges{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.de-molds-project-badges .de-status-pill{align-items:center;gap:5px;display:inline-flex}.de-molds-project-badges svg{width:12px}.de-molds-stepper{border-top:1px solid var(--de-border);grid-template-columns:repeat(5,minmax(0,1fr));gap:0;margin-top:20px;padding-top:18px;display:grid}.de-molds-stepper>div{grid-template-columns:28px minmax(0,1fr);align-items:start;gap:8px;min-width:0;padding-right:12px;display:grid;position:relative}.de-molds-stepper>div:not(:last-child):after{content:"";background:var(--de-surface-3);height:2px;position:absolute;top:13px;left:29px;right:2px}.de-molds-stepper>div.is-complete:not(:last-child):after{background:color-mix(in srgb, var(--de-green) 65%, var(--de-surface-3))}.de-molds-stepper>div>span{z-index:1;border:1px solid var(--de-border-strong);width:28px;height:28px;color:var(--de-text-3);background:var(--de-surface);border-radius:50%;place-items:center;font-size:8px;font-weight:900;display:grid;position:relative}.de-molds-stepper>div.is-complete>span{color:#fff;background:var(--de-green);box-shadow:0 0 0 4px color-mix(in srgb, var(--de-green) 12%, transparent);border-color:#0000}.de-molds-stepper>div.is-current>span{color:#fff;background:var(--de-purple);box-shadow:0 0 0 4px var(--de-purple-soft);border-color:#0000}.de-molds-stepper>div>div{z-index:2;background:var(--de-surface);padding-top:1px;position:relative}.de-molds-stepper strong{color:var(--de-text);text-overflow:ellipsis;white-space:nowrap;font-size:8.5px;display:block;overflow:hidden}.de-molds-stepper small{color:var(--de-text-3);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:3px;font-size:7px;line-height:1.35;display:-webkit-box;overflow:hidden}.de-molds-route-panel,.de-molds-assignment-panel{overflow:hidden}.de-molds-section-header{border-bottom:1px solid var(--de-border);justify-content:space-between;align-items:flex-start;gap:18px;padding:18px 20px 15px;display:flex}.de-molds-section-header h2{color:var(--de-text);letter-spacing:-.02em;margin:4px 0 0;font-size:15px}.de-molds-section-header p{max-width:680px;color:var(--de-text-3);margin:5px 0 0;font-size:9px;line-height:1.5}.de-molds-saved{color:#16835b;white-space:nowrap;background:#25a7721f;border-radius:999px;align-items:center;gap:6px;padding:7px 9px;font-size:8px;font-weight:850;display:inline-flex}[data-theme=dark] .de-molds-saved{color:#72ddb4}.de-molds-route-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:16px 18px;display:grid}.de-molds-route-grid>button{border:1px solid var(--de-border);min-width:0;color:inherit;background:var(--de-surface-2);text-align:left;cursor:pointer;border-radius:13px;gap:8px;padding:13px;transition:all .18s;display:grid}.de-molds-route-grid>button:hover:not(:disabled){border-color:color-mix(in srgb, var(--de-purple) 38%, var(--de-border));transform:translateY(-2px);box-shadow:0 9px 20px #2d2f4e14}.de-molds-route-grid>button.is-selected{border-color:var(--de-purple);background:var(--de-purple-soft);box-shadow:0 0 0 2px color-mix(in srgb, var(--de-purple) 10%, transparent)}.de-molds-route-grid>button.is-saved{box-shadow:inset 0 3px var(--de-green)}.de-molds-route-grid>button:disabled{cursor:not-allowed;opacity:.72}.de-molds-route-grid>button>div{justify-content:space-between;align-items:center;gap:8px;display:flex}.de-molds-route-grid>button>div>span{color:var(--de-purple);letter-spacing:.1em;text-transform:uppercase;font-size:8px;font-weight:900}.de-molds-route-grid>button>div>em{color:var(--de-green);align-items:center;gap:3px;font-size:7px;font-style:normal;font-weight:850;display:inline-flex}.de-molds-route-grid>button>strong{color:var(--de-text);letter-spacing:-.04em;font-size:24px;line-height:1}.de-molds-route-grid>button>strong small{color:var(--de-text-3);letter-spacing:0;font-size:9px;font-weight:700}.de-molds-route-grid>button>p{min-height:32px;color:var(--de-text-2);margin:0;font-size:8px;line-height:1.45}.de-molds-route-grid>button>footer{border-top:1px solid var(--de-border);color:var(--de-text-3);justify-content:space-between;align-items:center;padding-top:8px;font-size:7.5px;display:flex}.de-molds-route-grid>button>footer span:last-child{color:var(--de-purple);align-items:center;gap:4px;font-weight:800;display:inline-flex}.de-molds-route-preview{border:1px solid var(--de-border);background:var(--de-surface-2);border-radius:13px;margin:0 18px 16px;overflow:hidden}.de-molds-preview-toggle{width:100%;color:var(--de-text-2);cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:12px;padding:11px 13px;display:flex}.de-molds-preview-toggle>span{align-items:center;gap:8px;min-width:0;display:flex}.de-molds-preview-toggle strong{color:var(--de-text);font-size:9.5px}.de-molds-preview-toggle em{color:var(--de-text-3);font-size:8px;font-style:normal}.de-molds-preview-toggle>svg{width:14px}.de-molds-route-processes{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:0 10px 10px;display:grid}.de-molds-route-processes article{border:1px solid var(--de-border);background:var(--de-surface);border-radius:10px;overflow:hidden}.de-molds-route-processes article>header{border-bottom:1px solid var(--de-border);align-items:center;gap:9px;padding:9px 10px;display:flex}.de-molds-route-processes article>header>span{width:24px;height:24px;color:var(--de-purple);background:var(--de-purple-soft);border-radius:7px;flex:none;place-items:center;font-size:8px;font-weight:900;display:grid}.de-molds-route-processes article>header div{gap:2px;display:grid}.de-molds-route-processes article>header strong{color:var(--de-text);font-size:9px}.de-molds-route-processes article>header small{color:var(--de-text-3);font-size:7.5px}.de-molds-route-processes article>div{display:grid}.de-molds-route-processes article>div>span{border-top:1px solid color-mix(in srgb, var(--de-border) 66%, transparent);color:var(--de-text-2);grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:6px;padding:7px 9px;font-size:7.5px;display:grid}.de-molds-route-processes article>div>span:first-child{border-top:0}.de-molds-route-processes article>div i{width:18px;height:18px;color:var(--de-text-3);background:var(--de-surface-2);border-radius:5px;place-items:center;font-size:6.5px;font-style:normal;font-weight:800;display:grid}.de-molds-route-processes article>div em{color:var(--de-purple);font-size:7px;font-style:normal;font-weight:800}.de-molds-action-footer{border-top:1px solid var(--de-border);background:color-mix(in srgb, var(--de-surface-2) 74%, var(--de-surface));justify-content:space-between;align-items:center;gap:16px;padding:13px 18px;display:flex}.de-molds-action-footer>div{align-items:center;gap:10px;min-width:0;display:flex}.de-molds-action-footer>div>svg{color:var(--de-purple);flex:none}.de-molds-action-footer p{gap:2px;margin:0;display:grid}.de-molds-action-footer strong{color:var(--de-text);font-size:9px}.de-molds-action-footer span{color:var(--de-text-3);font-size:7.5px;line-height:1.4}.de-molds-action-footer button{flex:none}.de-molds-assignment-counter{color:var(--de-purple);background:var(--de-purple-soft);white-space:nowrap;border-radius:10px;padding:8px 10px;font-size:9px;font-weight:900}.de-molds-assignment-panel.is-locked{background:color-mix(in srgb, var(--de-surface) 94%, var(--de-surface-3))}.de-molds-lock-state{text-align:center;justify-items:center;padding:42px 20px;display:grid}.de-molds-lock-state>span{width:56px;height:56px;color:var(--de-purple);background:var(--de-purple-soft);border-radius:17px;place-items:center;margin-bottom:12px;display:grid}.de-molds-lock-state strong{color:var(--de-text);font-size:13px}.de-molds-lock-state p{max-width:430px;color:var(--de-text-3);margin:6px 0 0;font-size:9px;line-height:1.55}.de-molds-plan-toolbar{border-bottom:1px solid var(--de-border);background:var(--de-surface-2);justify-content:space-between;align-items:end;gap:20px;padding:14px 18px;display:flex}.de-molds-plan-toolbar label{gap:6px;display:grid}.de-molds-plan-toolbar label span{color:var(--de-text-2);font-size:8px;font-weight:800}.de-molds-plan-toolbar input,.de-molds-designer-select select{border:1px solid var(--de-border-strong);min-width:210px;height:38px;color:var(--de-text);background:var(--de-surface);font:inherit;border-radius:9px;outline:0;padding:0 10px;font-size:9px}.de-molds-plan-toolbar input:focus,.de-molds-designer-select select:focus{border-color:var(--de-purple);box-shadow:0 0 0 3px var(--de-purple-soft)}.de-molds-plan-toolbar>div{gap:6px;min-width:250px;display:grid}.de-molds-plan-meter{background:var(--de-surface-3);border-radius:999px;height:6px;overflow:hidden}.de-molds-plan-meter i{border-radius:inherit;background:linear-gradient(90deg, var(--de-purple), var(--de-green));height:100%;display:block}.de-molds-plan-toolbar>div p{color:var(--de-text-3);text-align:right;margin:0;font-size:8px}.de-molds-plan-toolbar>div p strong{color:var(--de-text)}.de-molds-assignment-list{gap:9px;padding:14px 18px 18px;display:grid}.de-molds-assignment-list article{border:1px solid var(--de-border);background:var(--de-surface-2);border-radius:12px;grid-template-columns:34px minmax(0,1fr) minmax(220px,270px);align-items:center;gap:13px;padding:12px;transition:all .18s;display:grid}.de-molds-assignment-list article.is-assigned{border-color:color-mix(in srgb, var(--de-green) 30%, var(--de-border));background:color-mix(in srgb, var(--de-green) 4%, var(--de-surface))}.de-molds-process-number{width:32px;height:32px;color:var(--de-purple);background:var(--de-purple-soft);border-radius:10px;place-items:center;font-size:9px;font-weight:900;display:grid}.de-molds-process-copy{min-width:0}.de-molds-process-copy>div{align-items:baseline;gap:7px;display:flex}.de-molds-process-copy>div>span{color:var(--de-text-3);text-transform:uppercase;letter-spacing:.06em;font-size:7px;font-weight:800}.de-molds-process-copy>div>strong{color:var(--de-text);font-size:11px}.de-molds-process-copy>div>em{color:var(--de-purple);margin-left:auto;font-size:8px;font-style:normal;font-weight:850}.de-molds-process-copy>p{color:var(--de-text-3);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:5px 0 0;font-size:7.5px;line-height:1.45;display:-webkit-box;overflow:hidden}.de-molds-process-copy>small{color:var(--de-green);align-items:center;gap:5px;margin-top:7px;font-size:7.5px;font-weight:750;display:inline-flex}.de-molds-process-copy>small svg{width:12px}.de-molds-designer-select{gap:5px;display:grid}.de-molds-designer-select>span{color:var(--de-text-2);font-size:7.5px;font-weight:800}.de-molds-designer-select select{width:100%;min-width:0}.de-molds-designer-select>small{color:var(--de-green);align-items:center;gap:4px;font-size:7px;font-weight:750;display:inline-flex}.de-molds-designer-select>small svg{width:11px}.de-molds-loading{text-align:center;place-content:center;justify-items:center;min-height:270px;padding:30px;display:grid}.de-molds-loading strong{color:var(--de-text);margin-top:14px;font-size:13px}.de-molds-loading p{max-width:440px;color:var(--de-text-3);margin:6px 0 0;font-size:9px;line-height:1.55}@media (max-width:1180px){.de-molds-route-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.de-molds-stepper{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 0}.de-molds-stepper>div:nth-child(3):after{display:none}.de-molds-assignment-list article{grid-template-columns:32px minmax(0,1fr)}.de-molds-designer-select{grid-column:2}}@media (max-width:920px){.de-molds-rule-banner{grid-template-columns:44px minmax(0,1fr)}.de-molds-owner-chip{grid-column:1/-1;min-width:0}.de-molds-layout{grid-template-columns:1fr}.de-molds-projects{position:static}.de-molds-project-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;max-height:360px;display:grid}.de-molds-project-list>button+button{margin-top:0}.de-molds-route-processes{grid-template-columns:1fr}}@media (max-width:680px){.de-molds-rule-banner{grid-template-columns:1fr}.de-molds-rule-banner>span{width:42px;height:42px}.de-molds-project-list{grid-template-columns:1fr}.de-molds-project-heading,.de-molds-section-header,.de-molds-action-footer,.de-molds-plan-toolbar{flex-direction:column;align-items:stretch}.de-molds-project-badges{justify-content:flex-start}.de-molds-stepper{grid-template-columns:1fr;gap:8px}.de-molds-stepper>div:not(:last-child):after{width:2px;height:auto;display:block;inset:28px auto -8px 13px}.de-molds-stepper>div{min-height:46px}.de-molds-route-grid{grid-template-columns:1fr}.de-molds-action-footer button{justify-content:center;width:100%}.de-molds-plan-toolbar input{width:100%;min-width:0}.de-molds-plan-toolbar>div{min-width:0}.de-molds-plan-toolbar>div p{text-align:left}.de-molds-assignment-list article{grid-template-columns:32px minmax(0,1fr)}.de-molds-designer-select{grid-column:1/-1}}.de-molds-rule-banner{grid-template-columns:48px minmax(260px,1fr) minmax(210px,auto) minmax(205px,auto)}.de-head-access-chip{border:1px solid var(--de-border);background:color-mix(in srgb, var(--de-surface) 92%, transparent);border-radius:13px;grid-template-columns:11px minmax(0,1fr);align-items:center;gap:10px;min-width:205px;padding:11px 13px;display:grid}.de-head-access-chip>i{background:var(--de-text-3);width:10px;height:10px;box-shadow:0 0 0 5px color-mix(in srgb, var(--de-text-3) 12%, transparent);border-radius:50%}.de-head-access-chip.is-on{border-color:color-mix(in srgb, var(--de-green) 38%, var(--de-border));background:color-mix(in srgb, var(--de-green) 8%, var(--de-surface))}.de-head-access-chip.is-on>i{background:var(--de-green);box-shadow:0 0 0 5px color-mix(in srgb, var(--de-green) 15%, transparent)}.de-head-access-chip.is-off{border-color:color-mix(in srgb, var(--de-amber) 38%, var(--de-border));background:color-mix(in srgb, var(--de-amber) 7%, var(--de-surface))}.de-head-access-chip.is-off>i{background:var(--de-amber);box-shadow:0 0 0 5px color-mix(in srgb, var(--de-amber) 15%, transparent)}.de-head-access-chip div{min-width:0}.de-head-access-chip small{color:var(--de-text-3);letter-spacing:.08em;text-overflow:ellipsis;white-space:nowrap;margin:0 0 3px;font-size:8px;overflow:hidden}.de-head-access-chip strong{color:var(--de-text);letter-spacing:.045em;font-size:11px}.de-head-access-chip.is-on strong{color:var(--de-green)}.de-head-access-chip.is-off strong{color:#a66b07}.de-head-access-chip em{color:var(--de-text-2);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:8.5px;font-style:normal;display:block;overflow:hidden}.de-design-scope-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;display:grid}.de-design-scope-grid>article{border:1px solid var(--de-border);background:var(--de-surface);box-shadow:0 8px 25px color-mix(in srgb, var(--de-shadow-color,#15213d) 7%, transparent);border-radius:15px;overflow:hidden}.de-design-scope-grid>article>header{border-bottom:1px solid var(--de-border-soft);grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;padding:13px 14px 11px;display:grid}.de-design-scope-grid>article>header>span{width:38px;height:38px;color:var(--de-purple);background:var(--de-purple-soft);border-radius:11px;place-items:center;display:grid}.de-design-scope-grid>article.is-machines>header>span{color:#167b78;background:#1497901c}.de-design-scope-grid>article.is-electrical>header>span{color:#b77600;background:#e8a62521}.de-design-scope-grid>article>header div{min-width:0}.de-design-scope-grid>article>header small{color:var(--de-text-3);letter-spacing:.08em;text-transform:uppercase;font-size:8px;font-weight:850;display:block}.de-design-scope-grid>article>header strong{color:var(--de-text);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:12px;display:block;overflow:hidden}.de-design-scope-grid>article>header em{color:var(--de-text-2);font-size:9px;font-style:normal}.de-design-scope-grid>article>header b{min-width:31px;height:31px;color:var(--de-purple);background:var(--de-purple-soft);border-radius:10px;place-items:center;font-size:12px;display:grid}.de-design-scope-grid>article>div{padding:11px 14px}.de-design-scope-grid>article>div span{color:var(--de-text-3);letter-spacing:.08em;text-transform:uppercase;font-size:8px;font-weight:850}.de-design-scope-grid>article>div p{color:var(--de-text);margin:4px 0 0;font-size:10.5px;font-weight:700;line-height:1.45}.de-design-scope-grid>article>footer{min-height:49px;color:var(--de-text-2);background:color-mix(in srgb, var(--de-surface-2) 72%, transparent);align-items:flex-start;gap:8px;padding:10px 14px 12px;font-size:9px;line-height:1.45;display:flex}.de-design-scope-grid>article>footer svg{color:var(--de-green);flex:none;margin-top:1px}.de-design-scope-note{color:var(--de-text-2);grid-column:1/-1;align-items:center;gap:8px;margin:-1px 2px 0;font-size:9.5px;line-height:1.45;display:flex}.de-design-scope-note svg{color:var(--de-amber);flex:none}.de-design-scope-note b{color:var(--de-text)}@media (max-width:1320px){.de-molds-rule-banner{grid-template-columns:48px minmax(0,1fr) minmax(210px,auto)}.de-head-access-chip{grid-column:2/-1}}@media (max-width:920px){.de-molds-rule-banner{grid-template-columns:44px minmax(0,1fr)}.de-molds-owner-chip,.de-head-access-chip{grid-column:1/-1;min-width:0}.de-design-scope-grid{grid-template-columns:1fr}}@media (max-width:680px){.de-molds-rule-banner{grid-template-columns:1fr}.de-design-scope-grid>article>header{grid-template-columns:36px minmax(0,1fr) auto}}.adm-app{--adm-bg:#f3f6fb;--adm-surface:#fff;--adm-surface-2:#f7f9fd;--adm-border:#dfe5ef;--adm-border-soft:#ebeff6;--adm-text:#10182d;--adm-text-2:#56627a;--adm-text-3:#8993a8;--adm-primary:#5d55db;--adm-primary-2:#716af0;--adm-primary-soft:#efefff;--adm-green:#17845d;--adm-green-soft:#e8f8f0;--adm-amber:#ad6b00;--adm-amber-soft:#fff5de;--adm-red:#c94855;--adm-red-soft:#fff0f2;min-height:100vh;color:var(--adm-text);background:radial-gradient(circle at 8% 0%, #6b5fde14, transparent 28rem), var(--adm-bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}[data-theme=dark] .adm-app{--adm-bg:#0f1420;--adm-surface:#171e2c;--adm-surface-2:#1d2535;--adm-border:#2b3548;--adm-border-soft:#252e3f;--adm-text:#f4f6fb;--adm-text-2:#aab4c8;--adm-text-3:#768198;--adm-primary:#8a82ff;--adm-primary-2:#a39cff;--adm-primary-soft:#7d73ff24;--adm-green:#5fd3a2;--adm-green-soft:#32b47d21;--adm-amber:#f4bd5f;--adm-amber-soft:#d2932a21;--adm-red:#ff8490;--adm-red-soft:#d7465621}.adm-app button,.adm-app input,.adm-app select{font:inherit}.adm-topbar{z-index:40;border-bottom:1px solid var(--adm-border);background:color-mix(in srgb, var(--adm-surface) 92%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);justify-content:space-between;align-items:center;height:72px;padding:0 28px;display:flex;position:sticky;top:0;box-shadow:0 8px 25px #121c340a}.adm-brand,.adm-top-actions,.adm-current-user{align-items:center;display:flex}.adm-brand{gap:14px}.adm-brand>button,.adm-icon-button{border:1px solid var(--adm-border);width:38px;height:38px;color:var(--adm-text-2);background:var(--adm-surface);cursor:pointer;border-radius:11px;place-items:center;transition:all .18s;display:grid}.adm-brand>button:hover,.adm-icon-button:hover{color:var(--adm-primary);border-color:color-mix(in srgb, var(--adm-primary) 45%, var(--adm-border));transform:translateY(-1px)}.adm-brand img{object-fit:contain;width:auto;height:38px}.adm-brand>span{border-left:1px solid var(--adm-border);gap:1px;padding-left:14px;display:grid}.adm-brand>span b{font-size:14px}.adm-brand>span small{color:var(--adm-text-3);font-size:10px;font-weight:650}.adm-top-actions{gap:10px}.adm-current-user{gap:9px;padding:0 8px}.adm-current-user>span,.adm-avatar{color:#fff;background:linear-gradient(145deg, var(--adm-primary-2), #4e45bd);letter-spacing:.04em;border-radius:11px;flex:none;place-items:center;width:36px;height:36px;font-size:11px;font-weight:850;display:grid;box-shadow:0 7px 16px #564cca38}.adm-current-user div{display:grid}.adm-current-user b{text-overflow:ellipsis;white-space:nowrap;max-width:180px;font-size:11px;overflow:hidden}.adm-current-user small{color:var(--adm-text-3);font-size:9px}.adm-content{width:min(1600px,100% - 44px);margin:0 auto;padding:29px 0 38px}.adm-title-row{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:20px;display:flex}.adm-title-row>div>span{color:var(--adm-primary);letter-spacing:.13em;font-size:10px;font-weight:850}.adm-title-row h1{letter-spacing:-.035em;margin:6px 0 4px;font-size:clamp(24px,2.3vw,36px);line-height:1.1}.adm-title-row p{color:var(--adm-text-2);margin:0;font-size:12px}.adm-refresh{border:1px solid var(--adm-border);color:var(--adm-text-2);background:var(--adm-surface);cursor:pointer;border-radius:11px;align-items:center;gap:8px;padding:10px 14px;font-size:11px;font-weight:750;display:inline-flex}.adm-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.adm-summary-grid article{border:1px solid var(--adm-border);background:var(--adm-surface);border-radius:16px;align-items:center;gap:12px;min-width:0;padding:14px 15px;display:flex;box-shadow:0 8px 24px #151f3a0a}.adm-summary-grid article>span,.adm-section-heading>span{width:40px;height:40px;color:var(--adm-primary);background:var(--adm-primary-soft);border-radius:12px;flex:none;place-items:center;display:grid}.adm-summary-grid article:nth-child(2)>span{color:var(--adm-green);background:var(--adm-green-soft)}.adm-summary-grid article:nth-child(3)>span{color:var(--adm-amber);background:var(--adm-amber-soft)}.adm-summary-grid article:nth-child(4)>span{color:#3768bc;background:#447eda1c}.adm-summary-grid article:nth-child(5)>span{color:#a34c91;background:#be4aa41a}.adm-summary-grid article div{grid-template-columns:1fr auto;align-items:baseline;gap:2px 8px;min-width:0;display:grid}.adm-summary-grid small{color:var(--adm-text-3);letter-spacing:.07em;text-transform:uppercase;font-size:8px;font-weight:800}.adm-summary-grid strong{letter-spacing:-.04em;grid-area:1/2/3;font-size:24px}.adm-summary-grid em{color:var(--adm-text-2);text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-style:normal;overflow:hidden}.adm-notice{border:1px solid;border-radius:12px;align-items:center;gap:9px;margin:0 0 14px;padding:11px 13px;font-size:11px;font-weight:650;display:flex}.adm-notice.is-success{color:var(--adm-green);border-color:color-mix(in srgb, var(--adm-green) 28%, transparent);background:var(--adm-green-soft)}.adm-notice.is-error{color:var(--adm-red);border-color:color-mix(in srgb, var(--adm-red) 28%, transparent);background:var(--adm-red-soft)}.adm-notice span{flex:1}.adm-notice button{color:inherit;cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.adm-workspace{border:1px solid var(--adm-border);background:var(--adm-surface);border-radius:20px;grid-template-columns:350px minmax(0,1fr);min-height:690px;display:grid;overflow:hidden;box-shadow:0 18px 55px #121c3414}.adm-user-panel{border-right:1px solid var(--adm-border);background:var(--adm-surface-2);flex-direction:column;min-width:0;display:flex}.adm-user-panel>header{border-bottom:1px solid var(--adm-border);background:var(--adm-surface);align-items:center;height:66px;padding:0 18px;display:flex}.adm-user-panel>header div{justify-content:space-between;align-items:baseline;width:100%;display:flex}.adm-user-panel>header strong{font-size:14px}.adm-user-panel>header small{color:var(--adm-text-3);font-size:9px}.adm-user-tools{border-bottom:1px solid var(--adm-border-soft);gap:10px;padding:13px 14px;display:grid}.adm-user-tools>label{border:1px solid var(--adm-border);height:40px;color:var(--adm-text-3);background:var(--adm-surface);border-radius:11px;align-items:center;gap:8px;padding:0 11px;display:flex}.adm-user-tools input{min-width:0;color:var(--adm-text);background:0 0;border:0;outline:0;flex:1;font-size:10.5px}.adm-user-tools>div{grid-template-columns:repeat(4,1fr);gap:5px;display:grid}.adm-user-tools>div button{color:var(--adm-text-3);text-transform:capitalize;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;padding:6px 4px;font-size:8.5px;font-weight:800}.adm-user-tools>div button.is-active{color:var(--adm-primary);border-color:color-mix(in srgb, var(--adm-primary) 22%, transparent);background:var(--adm-primary-soft)}.adm-user-list{flex:1;padding:8px;overflow:auto}.adm-user-list>button{width:100%;color:var(--adm-text);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:13px;grid-template-columns:36px minmax(0,1fr) 8px 16px;align-items:center;gap:10px;padding:11px 10px;transition:all .16s;display:grid}.adm-user-list>button:hover{background:var(--adm-surface)}.adm-user-list>button.is-selected{border-color:color-mix(in srgb, var(--adm-primary) 30%, var(--adm-border));background:var(--adm-surface);box-shadow:0 7px 19px #3f399114}.adm-user-copy{gap:2px;min-width:0;display:grid}.adm-user-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.adm-user-copy small{color:var(--adm-text-3);text-overflow:ellipsis;white-space:nowrap;font-size:8.5px;overflow:hidden}.adm-user-copy em{color:var(--adm-primary);text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap;font-size:8px;font-style:normal;font-weight:750;overflow:hidden}.adm-status-dot{background:var(--adm-text-3);border-radius:50%;width:7px;height:7px}.adm-status-dot.is-active{background:var(--adm-green);box-shadow:0 0 0 4px var(--adm-green-soft)}.adm-status-dot.is-pending{background:var(--adm-amber);box-shadow:0 0 0 4px var(--adm-amber-soft)}.adm-status-dot.is-suspended{background:var(--adm-red);box-shadow:0 0 0 4px var(--adm-red-soft)}.adm-user-list>button>svg{color:var(--adm-text-3)}.adm-access-panel{background:var(--adm-surface);flex-direction:column;min-width:0;display:flex}.adm-user-hero{border-bottom:1px solid var(--adm-border);background:linear-gradient(120deg, color-mix(in srgb, var(--adm-primary-soft) 58%, var(--adm-surface)), var(--adm-surface) 58%);align-items:center;gap:14px;min-height:104px;padding:18px 23px;display:flex}.adm-avatar.is-large{border-radius:15px;width:52px;height:52px;font-size:15px}.adm-user-hero>div{flex:1;min-width:0}.adm-user-hero small{color:var(--adm-primary);letter-spacing:.1em;font-size:8px;font-weight:850}.adm-user-hero h2{letter-spacing:-.02em;margin:3px 0 2px;font-size:20px}.adm-user-hero p{color:var(--adm-text-2);margin:0;font-size:10px}.adm-user-hero em{color:var(--adm-text-3);margin-top:5px;font-size:8.5px;font-style:normal;display:block}.adm-status-badge{letter-spacing:.05em;text-transform:uppercase;border-radius:999px;padding:6px 9px;font-size:8px;font-weight:850}.adm-status-badge.is-active{color:var(--adm-green);background:var(--adm-green-soft)}.adm-status-badge.is-pending{color:var(--adm-amber);background:var(--adm-amber-soft)}.adm-status-badge.is-suspended{color:var(--adm-red);background:var(--adm-red-soft)}.adm-access-body{gap:14px;padding:16px;display:grid}.adm-account-card,.adm-design-card,.adm-modules-card{border:1px solid var(--adm-border);background:var(--adm-surface);border-radius:16px;overflow:hidden}.adm-section-heading{border-bottom:1px solid var(--adm-border-soft);align-items:center;gap:12px;padding:14px 16px 12px;display:flex}.adm-section-heading>div{min-width:0}.adm-section-heading small{color:var(--adm-primary);letter-spacing:.1em;font-size:8px;font-weight:850;display:block}.adm-section-heading h3{margin:2px 0;font-size:13px}.adm-section-heading p{color:var(--adm-text-2);margin:0;font-size:9px;line-height:1.4}.adm-account-controls{grid-template-columns:minmax(200px,.65fr) minmax(330px,1.35fr);gap:14px;padding:13px 16px 16px;display:grid}.adm-account-controls label{gap:6px;display:grid}.adm-account-controls label>span,.adm-design-role-grid article>label>span{color:var(--adm-text-2);font-size:9px;font-weight:750}.adm-account-controls select,.adm-design-role-grid select{border:1px solid var(--adm-border);height:39px;color:var(--adm-text);background:var(--adm-surface-2);border-radius:10px;outline:none;padding:0 10px;font-size:10px}.adm-admin-switch{border:1px solid var(--adm-border-soft);background:var(--adm-surface-2);border-radius:11px;justify-content:space-between;align-items:center;gap:15px;padding:9px 11px;display:flex}.adm-admin-switch>div{gap:2px;display:grid}.adm-admin-switch strong{font-size:10.5px}.adm-admin-switch span{color:var(--adm-text-2);font-size:8.5px}.adm-admin-switch>button{color:var(--adm-text-3);cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;display:flex}.adm-admin-switch>button i{background:#cbd2de;border-radius:999px;align-items:center;width:34px;height:19px;padding:2px;transition:all .18s;display:flex}.adm-admin-switch>button i:after{content:"";background:#fff;border-radius:50%;width:15px;height:15px;transition:all .18s;box-shadow:0 1px 4px #00000038}.adm-admin-switch>button.is-on i{background:var(--adm-primary);justify-content:flex-end}.adm-admin-switch>button b{min-width:60px;font-size:8px}.adm-admin-switch>button.is-on b{color:var(--adm-primary)}.adm-admin-switch>button:disabled{cursor:not-allowed;opacity:.75}.adm-design-role-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:13px 16px;display:grid}.adm-design-role-grid>button,.adm-design-role-grid>article{border:1px solid var(--adm-border);min-width:0;color:var(--adm-text);background:var(--adm-surface-2);text-align:left;border-radius:13px}.adm-design-role-grid>button{cursor:pointer;grid-template-columns:37px minmax(0,1fr) 20px;gap:10px;padding:12px;display:grid}.adm-design-role-grid>article{padding:12px}.adm-design-role-grid>button.is-active,.adm-design-role-grid>article.is-active{border-color:color-mix(in srgb, var(--adm-primary) 42%, var(--adm-border));background:var(--adm-primary-soft)}.adm-design-role-grid>button>span,.adm-design-role-grid article>span,.adm-role-toggle>span{width:37px;height:37px;color:var(--adm-primary);background:var(--adm-surface);border-radius:10px;flex:none;place-items:center;display:grid}.adm-design-role-grid strong{font-size:10.5px}.adm-design-role-grid p{color:var(--adm-text-2);margin:4px 0 0;font-size:8.5px;line-height:1.42}.adm-design-role-grid>button>i,.adm-role-toggle>i,.adm-role-card-header>i{color:#fff;background:var(--adm-primary);border-radius:50%;place-items:center;width:18px;height:18px;display:grid}.adm-design-role-grid>button>i:empty,.adm-role-toggle>i:empty,.adm-role-card-header>i:empty{background:0 0}.adm-section-head-card,.adm-designer-role-card{overflow:hidden;padding:0!important}.adm-role-card-header{grid-template-columns:37px minmax(0,1fr) 20px;align-items:start;gap:10px;padding:12px 12px 8px;display:grid}.adm-role-card-header>span{width:37px;height:37px;color:var(--adm-primary);background:var(--adm-surface);border-radius:10px;place-items:center;display:grid}.adm-role-card-header>div{min-width:0}.adm-role-card-controls{padding:0 12px 12px 59px}.adm-role-card-controls>span{color:var(--adm-text-2);font-size:8px;font-weight:750;display:block}.adm-scope-buttons{flex-wrap:wrap;gap:5px;margin-top:7px;display:flex}.adm-scope-buttons button{border:1px solid var(--adm-border);min-height:28px;color:var(--adm-text-2);background:var(--adm-surface);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:3px;padding:5px 9px;font-size:7.5px;font-weight:750;line-height:1.2;display:inline-flex}.adm-scope-buttons button.is-active{color:var(--adm-primary);border-color:color-mix(in srgb, var(--adm-primary) 35%, var(--adm-border));background:var(--adm-primary-soft)}.adm-role-toggle{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:37px minmax(0,1fr) 20px;gap:10px;padding:12px;display:grid}.adm-design-role-grid article>label{gap:5px;padding:0 12px 12px;display:grid}.adm-designer-controls{gap:11px;padding:0 12px 12px;display:grid}.adm-designer-controls>div{gap:5px;display:grid}.adm-designer-controls>div>span{color:var(--adm-text-2);font-size:9px;font-weight:750}.adm-category-buttons{flex-wrap:wrap;gap:5px;max-height:116px;padding-right:3px;display:flex;overflow-y:auto}.adm-category-buttons button{border:1px solid var(--adm-border);color:var(--adm-text-2);background:var(--adm-surface);cursor:pointer;border-radius:7px;align-items:center;gap:3px;padding:5px 7px;font-size:7.5px;font-weight:750;display:inline-flex}.adm-category-buttons button.is-active{color:var(--adm-primary);border-color:color-mix(in srgb, var(--adm-primary) 35%, var(--adm-border));background:var(--adm-primary-soft)}@media (max-width:1180px){.adm-design-role-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.adm-design-role-grid{grid-template-columns:1fr}.adm-role-card-controls{padding-left:12px}}.adm-role-rule{color:var(--adm-text-2);background:var(--adm-surface-2);border-radius:10px;align-items:flex-start;gap:8px;margin:0 16px 14px;padding:9px 10px;font-size:8.5px;line-height:1.45;display:flex}.adm-role-rule svg{color:var(--adm-primary);flex:none}.adm-role-rule p{margin:0}.adm-role-rule b{color:var(--adm-text)}.adm-module-table{padding:8px 10px 12px}.adm-module-row{border-bottom:1px solid var(--adm-border-soft);grid-template-columns:minmax(230px,1fr) repeat(5,62px);align-items:center;min-height:46px;display:grid}.adm-module-row:last-child{border-bottom:0}.adm-module-row.is-header{min-height:30px;color:var(--adm-text-3);letter-spacing:.07em;text-transform:uppercase;font-size:7.5px;font-weight:850}.adm-module-row.is-header b{text-align:center}.adm-module-row>span{gap:2px;min-width:0;padding:6px 8px;display:grid}.adm-module-row>span strong{font-size:9.5px}.adm-module-row>span small{color:var(--adm-text-3);text-overflow:ellipsis;white-space:nowrap;font-size:7.8px;overflow:hidden}.adm-module-row>button{cursor:pointer;background:0 0;border:0;place-items:center;height:100%;display:grid}.adm-module-row>button i{border:1px solid var(--adm-border);color:#fff;background:var(--adm-surface);border-radius:5px;place-items:center;width:18px;height:18px;display:grid}.adm-module-row>button.is-on i{border-color:var(--adm-primary);background:var(--adm-primary)}.adm-module-row>button:disabled{cursor:not-allowed;opacity:.72}.adm-module-row.is-enabled{background:linear-gradient(90deg, color-mix(in srgb, var(--adm-primary-soft) 55%, transparent), transparent 40%)}.adm-savebar{z-index:8;border-top:1px solid var(--adm-border);background:color-mix(in srgb, var(--adm-surface) 94%, transparent);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);justify-content:space-between;align-items:center;gap:15px;min-height:64px;padding:10px 18px;display:flex;position:sticky;bottom:0}.adm-savebar>div{color:var(--adm-text-3);align-items:center;gap:7px;font-size:8.5px;display:flex}.adm-savebar>div svg{color:var(--adm-primary)}.adm-savebar>button{color:#fff;background:linear-gradient(135deg, var(--adm-primary-2), #5147c7);cursor:pointer;border:0;border-radius:10px;align-items:center;gap:8px;padding:10px 16px;font-size:10px;font-weight:800;display:inline-flex;box-shadow:0 8px 18px #5246be3d}.adm-savebar>button:disabled{cursor:not-allowed;filter:grayscale(.3);opacity:.6}.adm-empty,.adm-empty-selection{color:var(--adm-text-3);text-align:center;align-content:center;place-items:center;gap:6px;display:grid}.adm-empty{min-height:170px}.adm-empty strong,.adm-empty-selection h2{color:var(--adm-text)}.adm-empty span,.adm-empty-selection p{margin:0;font-size:9px}.adm-loading,.adm-denied{color:#131b30;background:#f2f5fa;place-items:center;min-height:100vh;font-family:Inter,ui-sans-serif,system-ui,sans-serif;display:grid}.adm-loading{align-content:center;gap:12px}.adm-loading strong{font-size:12px}.adm-loader{border:3px solid #dedff5;border-top-color:#5d55db;border-radius:50%;width:34px;height:34px;animation:.8s linear infinite adm-spin}@keyframes adm-spin{to{transform:rotate(360deg)}}.adm-denied>div{text-align:center;background:#fff;border:1px solid #dde3ee;border-radius:20px;width:min(420px,100% - 34px);padding:34px;box-shadow:0 18px 50px #18233e1a}.adm-denied svg{color:#5d55db}.adm-denied h1{margin:13px 0 7px;font-size:23px}.adm-denied p{color:#657086;margin:0 0 18px;font-size:12px;line-height:1.55}.adm-denied button{color:#fff;cursor:pointer;background:#5d55db;border:0;border-radius:10px;align-items:center;gap:7px;padding:10px 14px;font-size:11px;font-weight:750;display:inline-flex}@media (max-width:1260px){.adm-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.adm-workspace{grid-template-columns:310px minmax(0,1fr)}.adm-design-role-grid{grid-template-columns:1fr}.adm-module-row{grid-template-columns:minmax(180px,1fr) repeat(5,50px)}}@media (max-width:900px){.adm-current-user div{display:none}.adm-content{width:min(100% - 24px,760px);padding-top:20px}.adm-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.adm-workspace{display:block;overflow:visible}.adm-user-panel{border-right:0;border-bottom:1px solid var(--adm-border);max-height:460px}.adm-account-controls{grid-template-columns:1fr}.adm-module-table{overflow-x:auto}.adm-module-row{min-width:690px}}@media (max-width:620px){.adm-topbar{height:62px;padding:0 12px}.adm-brand{gap:8px}.adm-brand img{width:78px;height:auto}.adm-brand>span{display:none}.adm-title-row{align-items:flex-start}.adm-refresh{padding:9px}.adm-refresh:not(:focus){font-size:0}.adm-summary-grid{grid-template-columns:1fr 1fr;gap:8px}.adm-summary-grid article{padding:11px}.adm-summary-grid article:nth-child(5){grid-column:1/-1}.adm-user-hero{align-items:flex-start;padding:15px}.adm-status-badge{position:absolute;right:25px}.adm-access-body{padding:10px}.adm-section-heading{align-items:flex-start;padding:12px}.adm-savebar{flex-direction:column;align-items:stretch}.adm-savebar>button{justify-content:center}}.de-role-chip{border:1px solid color-mix(in srgb, var(--de-purple) 25%, var(--de-border));min-height:34px;color:var(--de-purple);background:var(--de-purple-soft);white-space:nowrap;border-radius:10px;align-items:center;gap:7px;padding:0 11px;font-size:9px;font-weight:800;display:inline-flex}.de-schedule-project-browser{overflow:hidden}.de-schedule-project-browser-header{background:radial-gradient(circle at 7% 0%, color-mix(in srgb, var(--de-purple) 10%, transparent), transparent 32%), var(--de-surface);justify-content:space-between;align-items:center;gap:18px;min-height:74px;padding:16px 18px 12px;display:flex}.de-schedule-project-browser-header>div:first-child{gap:3px;display:grid}.de-schedule-project-browser-header h2{letter-spacing:-.025em;margin:0;font-size:16px}.de-schedule-project-search{border:1px solid var(--de-border);background:var(--de-surface-2);border-radius:12px;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:8px;width:min(460px,48%);height:40px;padding:0 11px;display:grid}.de-schedule-project-search>svg{color:var(--de-text-3)}.de-schedule-project-search input{width:100%;min-width:0;color:var(--de-text);background:0 0;border:0;outline:0;font-size:9px}.de-schedule-project-search input::placeholder{color:var(--de-text-3)}.de-schedule-project-search button{width:25px;height:25px;color:var(--de-text-3);cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;display:grid}.de-schedule-project-search button:hover{color:var(--de-purple);background:var(--de-purple-soft)}.de-schedule-project-filterbar{border-top:1px solid var(--de-border);border-bottom:1px solid var(--de-border);background:var(--de-surface-2);justify-content:space-between;align-items:center;gap:14px;min-height:48px;padding:8px 18px;display:flex}.de-schedule-project-filters{align-items:center;gap:5px;display:flex;overflow-x:auto}.de-schedule-project-filters button{height:30px;color:var(--de-text-3);white-space:nowrap;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:9px;align-items:center;gap:6px;padding:0 9px;font-size:7.5px;font-weight:850;display:inline-flex}.de-schedule-project-filters button span{min-width:18px;height:18px;color:var(--de-text-2);background:var(--de-surface-3);border-radius:99px;place-items:center;padding:0 5px;font-size:6.5px;display:grid}.de-schedule-project-filters button:hover{color:var(--de-text);background:var(--de-surface)}.de-schedule-project-filters button.is-active{color:var(--de-purple);border-color:color-mix(in srgb, var(--de-purple) 22%, var(--de-border));background:var(--de-purple-soft)}.de-schedule-project-filters button.is-active span{color:#fff;background:var(--de-purple)}.de-schedule-project-grid{scrollbar-color:var(--de-border-strong) transparent;grid-template-columns:repeat(auto-fill,minmax(245px,1fr));gap:10px;min-height:420px;max-height:calc(100vh - 270px);padding:13px 18px 18px;display:grid;overflow:auto}.de-schedule-project-card{border:1px solid var(--de-border);min-width:0;color:var(--de-text);background:var(--de-surface);text-align:left;cursor:pointer;border-radius:13px;gap:8px;padding:13px;transition:transform .16s,border-color .16s,box-shadow .16s;display:grid;box-shadow:0 5px 15px #1a1f320a}.de-schedule-project-card:hover{border-color:color-mix(in srgb, var(--de-purple) 32%, var(--de-border));transform:translateY(-1px);box-shadow:0 9px 22px #1a1f3214}.de-schedule-project-card.is-late{border-color:color-mix(in srgb, var(--de-red) 34%, var(--de-border))}.de-schedule-project-card-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.de-schedule-project-card-top em{color:var(--de-purple);letter-spacing:.06em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:7px;font-style:normal;font-weight:900;overflow:hidden}.de-schedule-project-card-top i{color:var(--de-blue);background:color-mix(in srgb, var(--de-blue) 11%, transparent);text-transform:uppercase;border-radius:99px;padding:4px 6px;font-size:6px;font-style:normal;font-weight:900}.de-schedule-project-card.is-active .de-schedule-project-card-top i{color:var(--de-purple);background:var(--de-purple-soft)}.de-schedule-project-card.is-complete .de-schedule-project-card-top i{color:var(--de-green);background:color-mix(in srgb, var(--de-green) 12%, transparent)}.de-schedule-project-card.is-late .de-schedule-project-card-top i{color:var(--de-red);background:color-mix(in srgb, var(--de-red) 12%, transparent)}.de-schedule-project-card.is-unscheduled .de-schedule-project-card-top i{color:var(--de-text-3);background:var(--de-surface-3)}.de-schedule-project-card>strong{letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.de-schedule-project-card>small{min-height:14px;color:var(--de-text-3);text-overflow:ellipsis;white-space:nowrap;font-size:7.5px;overflow:hidden}.de-schedule-project-progress-line{grid-template-columns:minmax(0,1fr) 34px;align-items:center;gap:9px;display:grid}.de-schedule-project-progress-line>i{background:var(--de-surface-3);border-radius:99px;height:7px;overflow:hidden}.de-schedule-project-progress-line>i b{border-radius:inherit;background:linear-gradient(90deg, var(--de-purple), #8777ef);height:100%;display:block}.de-schedule-project-card.is-complete .de-schedule-project-progress-line>i b{background:var(--de-green)}.de-schedule-project-card.is-late .de-schedule-project-progress-line>i b{background:var(--de-red)}.de-schedule-project-progress-line>strong{color:var(--de-text-2);text-align:right;font-size:8px}.de-schedule-project-card-meta{min-width:0;color:var(--de-text-3);white-space:nowrap;align-items:center;gap:9px;padding-top:3px;font-size:6.5px;display:flex}.de-schedule-project-card-meta>span:last-child{text-overflow:ellipsis;margin-left:auto;overflow:hidden}.de-schedule-project-card-meta b{color:var(--de-text-2);font-size:7.5px}.de-schedule-project-card-meta .is-late,.de-schedule-project-card-meta .is-late b{color:var(--de-red)}.de-schedule-project-no-results{min-height:150px;color:var(--de-text-3);place-content:center;justify-items:center;gap:7px;display:grid}.de-schedule-project-no-results>svg{color:var(--de-purple)}.de-schedule-project-no-results strong{color:var(--de-text);font-size:11px}.de-schedule-project-no-results button{color:var(--de-purple);cursor:pointer;background:0 0;border:0;font-size:8px;font-weight:850}.de-project-timeline-panel{overflow:hidden}.de-project-timeline-header{border-bottom:1px solid var(--de-border);background:radial-gradient(circle at 12% 0%, color-mix(in srgb, var(--de-purple) 10%, transparent), transparent 34%), var(--de-surface);grid-template-columns:1fr auto;align-items:center;gap:18px;padding:18px;display:grid}.de-project-list-back{border:1px solid var(--de-border);width:max-content;color:var(--de-text-2);background:var(--de-surface-2);cursor:pointer;border-radius:9px;grid-column:1/-1;align-items:center;gap:7px;padding:7px 10px;font-size:8px;font-weight:850;display:inline-flex}.de-project-list-back svg{transform:rotate(180deg)}.de-project-list-back:hover{color:var(--de-purple);border-color:color-mix(in srgb, var(--de-purple) 35%, var(--de-border));background:var(--de-purple-soft)}.de-project-timeline-identity{grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;min-width:0;display:grid}.de-project-timeline-identity-icon{color:#fff;background:linear-gradient(145deg, var(--de-purple), #7e6df0);border-radius:11px;place-items:center;width:38px;height:38px;display:grid;box-shadow:0 7px 16px #5d4bd238}.de-project-timeline-identity>div{gap:3px;min-width:0;display:grid}.de-project-timeline-identity>div>span{color:var(--de-purple);letter-spacing:.07em;text-transform:uppercase;font-size:8px;font-weight:900}.de-project-timeline-identity>div>strong{letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.de-project-timeline-identity>div>small{color:var(--de-text-3);text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.de-project-timeline-identity>button{border:1px solid var(--de-border);color:var(--de-text-2);background:var(--de-surface);white-space:nowrap;cursor:pointer;border-radius:9px;align-items:center;gap:6px;padding:8px 10px;font-size:8px;font-weight:800;display:inline-flex}.de-project-timeline-identity>button:hover{color:var(--de-purple);border-color:color-mix(in srgb, var(--de-purple) 35%, var(--de-border))}.de-project-timeline-stats{border:1px solid var(--de-border);background:var(--de-surface-2);border-radius:13px;grid-template-columns:repeat(4,minmax(58px,1fr));display:grid;overflow:hidden}.de-project-timeline-stats>span{border-right:1px solid var(--de-border);justify-items:center;gap:2px;min-width:58px;padding:9px 10px;display:grid}.de-project-timeline-stats>span:last-child{border-right:0}.de-project-timeline-stats small{color:var(--de-text-3);text-transform:uppercase;font-size:7px;font-weight:800}.de-project-timeline-stats strong{font-size:15px}.de-project-timeline-stats .is-active strong{color:var(--de-purple)}.de-project-timeline-stats .is-complete strong{color:var(--de-green)}.de-project-timeline-stats .is-risk strong{color:var(--de-red)}.de-project-timeline-toolbar{border-bottom:1px solid var(--de-border);background:var(--de-surface-2);justify-content:space-between;align-items:center;gap:14px;min-height:56px;padding:10px 14px;display:flex}.de-timeline-navigation,.de-timeline-actions,.de-timeline-legend,.de-timeline-range-switch{align-items:center;display:flex}.de-timeline-navigation{gap:7px}.de-timeline-navigation button{border:1px solid var(--de-border);height:32px;color:var(--de-text-2);background:var(--de-surface);cursor:pointer;border-radius:9px;place-items:center;padding:0 10px;font-size:8px;font-weight:850;display:grid}.de-timeline-navigation button:first-child svg{transform:rotate(90deg)}.de-timeline-navigation button:nth-child(3) svg{transform:rotate(-90deg)}.de-timeline-navigation button:hover{color:var(--de-purple);border-color:color-mix(in srgb, var(--de-purple) 32%, var(--de-border))}.de-timeline-navigation strong{min-width:180px;padding-left:5px;font-size:10px}.de-timeline-actions{gap:16px}.de-timeline-legend{gap:12px}.de-timeline-legend span{color:var(--de-text-3);white-space:nowrap;align-items:center;gap:5px;font-size:7.5px;font-weight:750;display:inline-flex}.de-timeline-legend i{border-radius:999px;width:18px;height:5px}.de-timeline-legend i.is-planned{background:var(--de-blue)}.de-timeline-legend i.is-actual{background:var(--de-green)}.de-timeline-legend i.is-risk{background:var(--de-red)}.de-timeline-legend i.is-today{background:var(--de-purple);border-radius:0;width:2px;height:13px}.de-timeline-range-switch{border:1px solid var(--de-border);background:var(--de-surface);border-radius:10px;gap:3px;padding:3px}.de-timeline-range-switch button{height:27px;color:var(--de-text-3);cursor:pointer;background:0 0;border:0;border-radius:7px;padding:0 9px;font-size:7.5px;font-weight:850}.de-timeline-range-switch button.is-active{color:#fff;background:var(--de-purple);box-shadow:0 5px 12px #5c4bd038}.de-project-timeline-empty{text-align:left;justify-content:center;align-items:center;gap:14px;min-height:260px;padding:30px;display:flex}.de-project-timeline-empty>span{width:48px;height:48px;color:var(--de-purple);background:var(--de-purple-soft);border-radius:14px;place-items:center;display:grid}.de-project-timeline-empty>div{gap:3px;display:grid}.de-project-timeline-empty strong{font-size:13px}.de-project-timeline-empty p{color:var(--de-text-3);margin:0;font-size:9px}.de-project-timeline-empty .de-primary-button{margin-left:10px}.de-project-timeline-scroll{background:var(--de-surface);scrollbar-color:var(--de-border-strong) transparent;min-height:390px;max-height:calc(100vh - 300px);overflow:auto}.de-project-timeline-board{min-width:1100px}.de-project-timeline-month-row,.de-project-timeline-day-row,.de-project-timeline-row{grid-template-columns:320px minmax(0,1fr);display:grid}.de-project-timeline-month-row{z-index:20;border-bottom:1px solid var(--de-border);background:var(--de-surface-2);min-height:36px;position:sticky;top:0}.de-project-timeline-corner{z-index:24;border-right:1px solid var(--de-border);background:var(--de-surface-2);align-content:center;gap:1px;padding:0 15px;display:grid;position:sticky;left:0}.de-project-timeline-corner span{letter-spacing:.06em;text-transform:uppercase;font-size:8px;font-weight:900}.de-project-timeline-corner small{color:var(--de-text-3);font-size:6.5px}.de-project-timeline-months{display:grid}.de-project-timeline-months>span{border-right:1px solid var(--de-border);color:var(--de-text-2);align-items:center;padding:0 10px;font-size:8px;font-weight:850;display:flex}.de-project-timeline-day-row{z-index:18;border-bottom:1px solid var(--de-border);background:var(--de-surface-2);min-height:48px;position:sticky;top:36px;box-shadow:0 4px 9px #191f3208}.de-project-timeline-day-labels{z-index:22;border-right:1px solid var(--de-border);background:var(--de-surface-2);align-items:center;gap:14px;padding:0 15px;display:flex;position:sticky;left:0}.de-project-timeline-day-labels span{color:var(--de-text-3);align-items:center;gap:5px;font-size:7px;font-weight:750;display:inline-flex}.de-project-timeline-day-labels span:before{content:"";background:var(--de-blue);border-radius:99px;width:16px;height:4px}.de-project-timeline-day-labels span:last-child:before{background:var(--de-green)}.de-project-timeline-days{display:grid}.de-project-timeline-days>div{border-right:1px solid var(--de-border);place-content:center;justify-items:center;gap:1px;display:grid}.de-project-timeline-days>div.is-weekend{background:color-mix(in srgb, var(--de-surface-3) 56%, transparent)}.de-project-timeline-days>div.is-today{color:var(--de-purple);background:var(--de-purple-soft)}.de-project-timeline-days span{color:inherit;opacity:.68;text-transform:uppercase;font-size:6.5px;font-weight:750}.de-project-timeline-days strong{font-size:9px}.de-project-timeline-row{border-bottom:1px solid var(--de-border);background:var(--de-surface);min-height:90px}.de-project-timeline-row:last-child{border-bottom:0}.de-project-timeline-row:hover{background:color-mix(in srgb, var(--de-purple-soft) 28%, var(--de-surface))}.de-project-timeline-task{z-index:10;border:0;border-right:1px solid var(--de-border);width:320px;min-width:0;color:var(--de-text);background:inherit;text-align:left;cursor:pointer;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 14px;display:grid;position:sticky;left:0}.de-project-timeline-task:hover strong{color:var(--de-purple)}.de-project-timeline-step{border:1px solid var(--de-border);width:32px;height:32px;color:var(--de-purple);background:var(--de-purple-soft);border-radius:10px;place-items:center;font-size:8px;font-weight:900;display:grid}.de-project-timeline-task>div{gap:2px;min-width:0;display:grid}.de-project-timeline-task>div>small{color:var(--de-purple);letter-spacing:.07em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:6.5px;font-weight:900;overflow:hidden}.de-project-timeline-task>div>strong{text-overflow:ellipsis;white-space:nowrap;font-size:10px;transition:color .16s;overflow:hidden}.de-project-timeline-task p{min-width:0;color:var(--de-text-3);text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:5px;margin:1px 0 0;font-size:7px;display:flex;overflow:hidden}.de-project-timeline-task p .de-avatar-mini{flex:0 0 19px;width:19px;height:19px;font-size:5.5px}.de-project-timeline-task p em{color:var(--de-text-2);margin-left:auto;padding-left:6px;font-style:normal;font-weight:800}.de-project-timeline-state{color:var(--de-blue);background:color-mix(in srgb, var(--de-blue) 12%, transparent);text-transform:uppercase;border-radius:999px;padding:5px 7px;font-size:6.5px;font-weight:900}.de-project-timeline-state.is-active{color:var(--de-purple);background:var(--de-purple-soft)}.de-project-timeline-state.is-complete{color:var(--de-green);background:color-mix(in srgb, var(--de-green) 12%, transparent)}.de-project-timeline-state.is-late,.de-project-timeline-state.is-late-complete{color:var(--de-red);background:color-mix(in srgb, var(--de-red) 12%, transparent)}.de-project-timeline-row.is-late .de-project-timeline-step,.de-project-timeline-row.is-late-complete .de-project-timeline-step{color:var(--de-red);border-color:color-mix(in srgb, var(--de-red) 28%, var(--de-border));background:color-mix(in srgb, var(--de-red) 9%, var(--de-surface))}.de-project-timeline-track{min-height:90px;position:relative;overflow:hidden}.de-project-timeline-gridlines{display:grid;position:absolute;inset:0}.de-project-timeline-gridlines>i{border-right:1px solid var(--de-border)}.de-project-timeline-gridlines>i.is-weekend{background:color-mix(in srgb, var(--de-surface-3) 38%, transparent)}.de-project-timeline-today-line{z-index:5;background:var(--de-purple);width:2px;box-shadow:0 0 0 1px color-mix(in srgb, var(--de-purple) 15%, transparent), 0 0 12px color-mix(in srgb, var(--de-purple) 22%, transparent);pointer-events:none;position:absolute;top:0;bottom:0}.de-project-timeline-today-line em{color:#fff;background:var(--de-purple);letter-spacing:.05em;text-transform:uppercase;border-radius:4px;padding:2px 4px;font-size:5.5px;font-style:normal;font-weight:900;position:absolute;top:4px;left:5px}.de-project-timeline-bar{z-index:4;white-space:nowrap;border-radius:7px;align-items:center;gap:7px;min-width:8px;height:25px;padding:0 8px;display:flex;position:absolute;overflow:hidden;box-shadow:0 4px 10px #191f321a}.de-project-timeline-bar span,.de-project-timeline-bar strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.de-project-timeline-bar span{letter-spacing:.04em;text-transform:uppercase;font-size:6px;font-weight:900}.de-project-timeline-bar strong{font-size:6.5px;font-weight:800}.de-project-timeline-bar.is-planned{color:#25549a;border:1px solid color-mix(in srgb, var(--de-blue) 36%, transparent);background:color-mix(in srgb, var(--de-blue) 16%, var(--de-surface));top:15px}.de-project-timeline-bar.is-planned.is-late{color:var(--de-red);border-color:color-mix(in srgb, var(--de-red) 38%, transparent);background:color-mix(in srgb, var(--de-red) 13%, var(--de-surface))}.de-project-timeline-bar.is-actual{color:#fff;border:1px solid color-mix(in srgb, var(--de-green) 78%, #000);background:linear-gradient(90deg, color-mix(in srgb, var(--de-green) 88%, #111), color-mix(in srgb, var(--de-green) 72%, #fff));top:51px}.de-project-timeline-bar.is-actual.is-active{border-color:color-mix(in srgb, var(--de-purple) 75%, #000);background:linear-gradient(90deg, var(--de-purple), #8272f0)}.de-project-timeline-bar.is-actual.is-late,.de-project-timeline-bar.is-actual.is-late-complete{border-color:color-mix(in srgb, var(--de-red) 78%, #000);background:linear-gradient(90deg, var(--de-red), #df6678)}@media (max-width:1180px){.de-project-timeline-header{grid-template-columns:1fr}.de-project-timeline-stats{width:100%}.de-project-timeline-toolbar{flex-direction:column;align-items:flex-start}.de-timeline-actions{justify-content:space-between;width:100%}}@media (max-width:760px){.de-schedule-project-browser-header{flex-direction:column;align-items:stretch;gap:10px;padding:13px}.de-schedule-project-search{width:100%}.de-schedule-project-filterbar{flex-direction:column;align-items:stretch;padding:8px 13px}.de-schedule-project-filters{width:100%}.de-schedule-project-grid{grid-template-columns:1fr;min-height:0;max-height:calc(100vh - 290px);padding:10px 13px 13px}.de-project-timeline-header{gap:12px;padding:13px}.de-project-timeline-identity{grid-template-columns:36px minmax(0,1fr)}.de-project-timeline-identity>button{grid-column:1/-1;justify-content:center}.de-project-timeline-stats{grid-column:auto}.de-project-timeline-toolbar{padding:9px}.de-timeline-navigation{width:100%}.de-timeline-navigation strong{text-align:right;min-width:0;margin-left:auto;font-size:8px}.de-timeline-actions{flex-direction:column;align-items:flex-start;gap:9px}.de-timeline-legend{justify-content:space-between;width:100%}.de-timeline-range-switch{width:100%}.de-timeline-range-switch button{flex:1}.de-project-timeline-scroll{max-height:calc(100vh - 330px)}}
