@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--brand-950: #060c18;--brand-900: #0f172a;--brand-800: #1a2844;--brand-700: #1f335f;--brand-600: #294575;--brand-500: #3566c9;--brand-400: #4f80e8;--brand-300: #7ba8f5;--brand-200: #b8cffc;--brand-150: #d5e2fb;--brand-100: #e9f2ff;--brand-50: #f5f8ff;--neutral-950: #07080d;--neutral-900: #111827;--neutral-800: #1d2433;--neutral-700: #3d4760;--neutral-600: #5a6480;--neutral-500: #6f7787;--neutral-400: #8491a6;--neutral-300: #b8c2d4;--neutral-200: #e6eaf1;--neutral-150: #eef1f6;--neutral-100: #f1f3f7;--neutral-50: #f7f8fb;--neutral-0: #ffffff;--color-success: #16a34a;--color-success-hover: #15803d;--color-success-light: #dcfce7;--color-success-text: #14532d;--color-error: #dc2626;--color-error-hover: #b91c1c;--color-error-light: #fee2e2;--color-error-text: #7f1d1d;--color-warning: #d97706;--color-warning-hover: #b45309;--color-warning-light: #fef3c7;--color-warning-text: #78350f;--color-info: #2563eb;--color-info-light: #eff6ff;--color-info-text: #1e3a8a;--font-sans: "Plus Jakarta Sans", Inter, "Segoe UI", system-ui, sans-serif;--font-serif: Georgia, "Times New Roman", serif;--font-mono: "Fira Code", "Cascadia Code", Consolas, monospace;--text-xs: 11px;--text-sm: 12px;--text-base: 13px;--text-md: 14px;--text-lg: 16px;--text-xl: 20px;--text-2xl: 24px;--text-3xl: 30px;--text-4xl: clamp(28px, 3.5vw, 40px);--weight-normal: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--weight-black: 900;--leading-tight: 1.25;--leading-normal: 1.5;--leading-relaxed: 1.7;--sp-px: 1px;--sp-0: 0px;--sp-1: 4px;--sp-2: 8px;--sp-3: 12px;--sp-4: 16px;--sp-5: 20px;--sp-6: 24px;--sp-8: 32px;--sp-10: 40px;--sp-12: 48px;--sp-16: 64px;--sp-20: 80px;--sp-24: 96px;--radius-none: 0px;--radius-xs: 2px;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--radius-xl: 12px;--radius-full: 9999px;--shadow-none: none;--shadow-xs: 0 1px 2px rgba(15, 23, 42, .06);--shadow-sm: 0 2px 8px rgba(15, 23, 42, .08);--shadow-md: 0 8px 24px rgba(15, 23, 42, .1);--shadow-lg: 0 16px 40px rgba(15, 23, 42, .14);--shadow-xl: 0 24px 64px rgba(15, 23, 42, .18);--transition-fast: .1s ease;--transition: .16s ease;--transition-slow: .28s ease;--transition-bounce: .2s cubic-bezier(.34, 1.56, .64, 1);--bp-sm: 600px;--bp-md: 900px;--bp-lg: 1200px;--bp-xl: 1440px;--color-text-primary: var(--neutral-800);--color-text-secondary: var(--neutral-500);--color-text-disabled: var(--neutral-400);--color-text-inverse: var(--neutral-0);--color-text-brand: var(--brand-700);--color-text-danger: var(--color-error);--color-bg-app: var(--neutral-50);--color-bg-surface: var(--neutral-0);--color-bg-subtle: var(--neutral-100);--color-bg-hover: var(--neutral-150);--color-bg-brand: var(--brand-900);--color-bg-brand-hover: var(--brand-800);--color-bg-danger: var(--color-error-light);--color-bg-secondary: var(--neutral-50);--color-border: var(--neutral-200);--color-border-strong: var(--neutral-300);--color-border-brand: var(--brand-500);--color-border-tertiary: var(--neutral-200);--accent: var(--brand-700);--accent-soft: var(--brand-50);--shadow-soft: var(--shadow-sm);--color-success-bg: var(--color-success-light);--color-warning-bg: var(--color-warning-light);--color-warning-border: #e3c64d;--color-error-bg: var(--color-error-light);--color-error-border: #f0cccc;--color-info-bg: var(--color-info-light);--color-background-danger: var(--color-error-light);--color-background-secondary: var(--neutral-50)}.primary-button,.secondary-button,.link-button{align-items:center;border:none;cursor:pointer;display:inline-flex;font-family:var(--font-sans);font-size:var(--text-base);font-weight:var(--weight-semibold);gap:var(--sp-2);justify-content:center;letter-spacing:.01em;line-height:1;outline-offset:2px;text-decoration:none;transition:background var(--transition),border-color var(--transition),box-shadow var(--transition),color var(--transition),opacity var(--transition);white-space:nowrap}.primary-button:focus-visible,.secondary-button:focus-visible,.link-button:focus-visible{outline:2px solid var(--brand-400);outline-offset:3px}.primary-button:disabled,.secondary-button:disabled{cursor:not-allowed;opacity:.45;pointer-events:none}.primary-button{background:var(--brand-900);border-radius:var(--radius-sm);color:var(--neutral-0);padding:var(--sp-2) var(--sp-4)}.primary-button:hover:not(:disabled){background:var(--brand-800);box-shadow:var(--shadow-sm)}.primary-button:active:not(:disabled){background:var(--brand-950);box-shadow:none;transform:translateY(1px)}.secondary-button{background:var(--neutral-0);border:1.5px solid var(--neutral-200);border-radius:var(--radius-sm);color:var(--neutral-800);padding:calc(var(--sp-2) - 1.5px) calc(var(--sp-4) - 1.5px)}.secondary-button:hover:not(:disabled){background:var(--neutral-50);border-color:var(--neutral-300);box-shadow:var(--shadow-xs)}.secondary-button:active:not(:disabled){background:var(--neutral-100);transform:translateY(1px)}.link-button{background:transparent;border-radius:var(--radius-sm);color:var(--brand-600);font-size:var(--text-sm);padding:var(--sp-1) var(--sp-2)}.link-button:hover{background:var(--brand-50);color:var(--brand-700)}.compact-action{font-size:var(--text-sm);padding:var(--sp-1) var(--sp-3)}.secondary-button.compact-action{padding:calc(var(--sp-1) - 1.5px) calc(var(--sp-3) - 1.5px)}.primary-button.full,.secondary-button.full{width:100%}:root{--heading-h1: var(--text-4xl);--heading-h2: clamp(22px, 2.4vw, 32px);--heading-h3: var(--text-lg);color:var(--color-text-primary);background:var(--color-bg-app);font-family:var(--font-sans);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;min-width:320px;overflow:hidden}button,input,select,textarea{font:inherit}button{cursor:pointer}input[type=file]{display:none}@keyframes orderSuccessIn{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.muted{color:var(--neutral-500)}.eyebrow{color:var(--neutral-500);font-size:var(--text-xs);font-weight:900;letter-spacing:0;text-transform:uppercase}.full{width:100%}label{color:var(--neutral-500);display:grid;font-size:var(--text-sm);font-weight:800;gap:6px;min-width:0}select,input,textarea{background:#fff;border:1px solid var(--neutral-200);border-radius:8px;color:var(--neutral-800);min-height:38px;min-width:0;padding:8px 10px;transition:border-color var(--transition),box-shadow var(--transition),opacity var(--transition);width:100%}select:disabled,input:disabled,textarea:disabled{background:var(--neutral-50);color:var(--neutral-500);cursor:not-allowed}select:disabled,input:disabled,textarea:disabled{background:var(--neutral-50);color:var(--neutral-500);cursor:not-allowed;opacity:.78}input[type=checkbox],input[type=radio],input[type=file]{background:transparent;border:none;min-height:unset;width:auto}textarea{resize:vertical}select:focus,input:focus,textarea:focus{border-color:var(--brand-700);box-shadow:0 0 0 3px #1f335f1a;outline:none}.status{border-radius:8px;font-size:12px;line-height:1.4;margin:0;padding:10px 12px}.status.info{background:var(--color-info-bg);color:var(--color-info-text)}.status.warning{background:var(--color-warning-bg);color:var(--color-warning-text)}dt{color:var(--neutral-500);font-size:11px;font-weight:900;text-transform:uppercase}dd{margin:3px 0 0;overflow-wrap:anywhere}.wide{grid-column:1 / -1}.loading-card{align-items:center;background:#fff;border:1px solid var(--neutral-200);border-radius:16px;box-shadow:var(--shadow-soft);display:grid;gap:10px;justify-items:center;padding:36px 48px;text-align:center}.loading-spinner{animation:spin .9s linear infinite;border:3px solid var(--neutral-200);border-radius:50%;border-top-color:var(--brand-700);display:block;height:36px;width:36px}@keyframes spin{to{transform:rotate(360deg)}}.loading-label{color:var(--brand-700);font-size:15px;font-weight:700;margin:0}.loading-hint{font-size:12px;margin:0;max-width:300px}.compact-action:disabled{cursor:wait;opacity:.68}.signout-overlay{align-items:center;background:#f7f8fbb8;bottom:0;display:flex;justify-content:center;left:0;padding:24px;position:fixed;right:0;top:0;z-index:10000}.signout-card{align-items:center;background:#fff;border:1px solid var(--neutral-200);border-radius:8px;box-shadow:0 8px 28px #1f335f24;color:var(--brand-700);display:grid;gap:8px;justify-items:center;max-width:280px;padding:22px 26px;text-align:center;width:min(100%,280px)}.signout-card strong{font-size:15px}.signout-card p{color:var(--neutral-500);font-size:12px;line-height:1.35;margin:0}.setup-screen{align-items:center;background:var(--neutral-50);display:grid;min-height:100vh;padding:24px;place-items:center}.setup-card{background:#fff;border:1px solid var(--neutral-200);border-radius:16px;box-shadow:var(--shadow-soft);display:grid;gap:14px;max-width:560px;padding:28px;width:min(100%,560px)}.setup-card h1{color:var(--brand-700);font-family:var(--font-sans);font-weight:var(--weight-bold);letter-spacing:0;margin:0}.setup-card pre{background:var(--neutral-50);border:1px solid var(--neutral-200);border-radius:10px;overflow:auto;padding:12px}.login-shell{background:#f6f7fb;display:grid;grid-template-columns:minmax(420px,1fr) minmax(420px,1fr);min-height:100vh}.login-brand-panel{align-items:center;background:#1c3159;color:#fff;display:flex;justify-content:center;overflow:hidden;padding:44px;position:relative}.login-brand-content{display:grid;gap:20px;max-width:430px;position:relative;text-align:center;z-index:1}.login-brand-content h1{font-family:var(--font-serif);font-size:34px;line-height:1;margin:0}.login-brand-content p{color:#dbe6fb;font-size:14px;line-height:1.5;margin:0}.login-brand-content ul{display:grid;gap:13px;list-style:none;margin:18px 0 0;padding:0;text-align:left}.login-brand-content li{align-items:center;color:#edf4ff;display:grid;font-size:13px;gap:12px;grid-template-columns:22px minmax(0,1fr)}.login-brand-content li:before{align-items:center;background:#ffffff2e;border-radius:50%;color:#fff;content:"✓";display:flex;font-size:11px;font-weight:900;height:22px;justify-content:center;width:22px}.login-form-panel{align-items:center;display:flex;justify-content:center;padding:44px}.login-form-card{display:grid;gap:18px;max-width:380px;width:100%}.login-form-card h2{color:var(--neutral-800);font-family:var(--font-serif);font-size:25px;line-height:1.1;margin:0 0 8px}.login-form-card p{color:var(--neutral-500);font-size:13px;margin:0}.login-input-wrap{align-items:center;background:#eaf0fb;border:1px solid #d9e2f2;border-radius:10px;display:grid;gap:10px;grid-template-columns:auto minmax(0,1fr);min-height:42px;padding:0 12px}.login-input-wrap span{color:#8491a6;font-size:13px}.login-input-wrap input{background:transparent;border:0;min-height:40px;padding:0}.login-input-wrap input:focus{box-shadow:none}.login-submit{box-shadow:0 8px 18px #1f335f38;min-height:44px}.login-form-card small{color:#98a1b2;font-size:11px;justify-self:center;margin-top:10px}.compact-action{min-height:36px;padding:7px 11px}.environment-banner{position:relative;z-index:10000;display:flex;min-height:26px;width:100%;align-items:center;justify-content:center;padding:5px 12px;border-bottom:1px solid #111827;background:#facc15;color:#111827;font-size:11px;font-weight:800;letter-spacing:.04em;line-height:1.2;text-align:center}.login-shell.login-shell--nexor{--login-ink: #0b1330;--login-slate: #1e2a54;--login-cyan: #2fe3d0;--login-link: #4f7bff;--login-fog: #eaf0ff;background:#f5f7fc;display:grid;grid-template-columns:minmax(560px,1.16fr) minmax(430px,.84fr);min-height:100vh;overflow:hidden}.login-shell--nexor .login-brand-panel--studio{align-items:center;background:radial-gradient(circle at 76% 23%,rgba(79,123,255,.22),transparent 27%),linear-gradient(145deg,#0b1330,#14234a 62%,#1e2a54);color:#fff;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:clamp(42px,7vh,72px) clamp(42px,6vw,88px);position:relative}.login-shell--nexor .login-brand-panel--studio:before{border:1px solid rgba(234,240,255,.1);border-radius:50%;content:"";height:440px;position:absolute;right:-235px;top:-165px;width:440px}.login-shell--nexor .login-brand-panel--studio:after{background:linear-gradient(90deg,var(--login-cyan),var(--login-link));bottom:0;content:"";height:1px;left:0;position:absolute;width:100%}.login-shell--nexor .login-brand-content--studio{display:flex;flex-direction:column;gap:clamp(22px,3vh,30px);justify-content:flex-start;margin:auto 0;max-width:610px;padding:0;position:relative;text-align:left;width:100%;z-index:2}.login-shell--nexor .login-studio-lockup{display:block;height:auto;max-width:390px;object-fit:contain;width:min(68%,390px)}.login-shell--nexor .login-brand-statement{max-width:570px}.login-shell--nexor .login-brand-statement h1{color:#fff;font-size:clamp(28px,2.65vw,40px);font-weight:650;letter-spacing:-.035em;line-height:1.08;margin:0;max-width:560px}.login-shell--nexor .login-brand-statement h1 span{color:var(--login-cyan);display:inline;font-size:.66em;font-weight:600;letter-spacing:-.02em;line-height:inherit;margin-left:.16em}.login-shell--nexor .login-brand-statement p{color:#eaf0ffb8;font-size:15px;line-height:1.68;margin:18px 0 0;max-width:505px}.login-shell--nexor .login-brand-signature{align-items:center;color:#eaf0ffad;display:flex;flex-wrap:wrap;font-size:11px;font-weight:700;gap:9px;letter-spacing:.055em;text-transform:uppercase}.login-shell--nexor .login-brand-signature i{background:var(--login-cyan);border-radius:50%;box-shadow:0 0 0 4px #2fe3d01a;height:5px;width:5px}.login-shell--nexor .login-visually-hidden{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.login-shell--nexor .login-intelligence-signal{align-items:center;display:flex;height:126px;justify-content:center;margin:-8px 0 0;overflow:visible}.login-shell--nexor .nexor-auth-mark{display:block;height:116px;overflow:visible;width:116px}.login-shell--nexor .nexor-auth-mark__links{animation:nexor-mark-flow 3.6s cubic-bezier(.4,0,.2,1) infinite;stroke-dasharray:74 220;stroke-dashoffset:180}.login-shell--nexor .nexor-auth-mark__node,.login-shell--nexor .nexor-auth-mark__core{transform-box:fill-box;transform-origin:center}.login-shell--nexor .nexor-auth-mark__node{animation:nexor-mark-node 3.6s cubic-bezier(.16,1,.3,1) infinite}.login-shell--nexor .nexor-auth-mark__node--two{animation-delay:.18s}.login-shell--nexor .nexor-auth-mark__node--four{animation-delay:.36s}.login-shell--nexor .nexor-auth-mark__node--three{animation-delay:.54s}.login-shell--nexor .nexor-auth-mark__core{animation:nexor-mark-core 3.6s cubic-bezier(.16,1,.3,1) infinite}.login-shell--nexor .login-form-instruction{color:#68728f;font-size:12px;line-height:1.5;margin:-8px 0 10px;text-align:center}@keyframes nexor-mark-flow{0%,12%{opacity:.38;stroke-dashoffset:180}48%,72%{opacity:1;stroke-dashoffset:0}to{opacity:.38;stroke-dashoffset:-180}}@keyframes nexor-mark-node{0%,18%,to{opacity:.68;transform:scale(.82)}42%,64%{opacity:1;transform:scale(1.12)}}@keyframes nexor-mark-core{0%,to{fill:#1f335f;transform:scale(.94)}50%{fill:#29447f;transform:scale(1.08)}}@keyframes nexor-mark-fade{0%,to{opacity:.58}50%{opacity:1}}.login-shell--nexor .login-vault-map{bottom:56px;height:190px;opacity:.78;pointer-events:none;position:absolute;right:5.5%;width:128px;z-index:1}.login-shell--nexor .login-vault-map__line{background:linear-gradient(180deg,transparent,rgba(136,147,184,.62) 18%,rgba(136,147,184,.62) 82%,transparent);height:100%;left:50%;position:absolute;width:1px}.login-shell--nexor .login-vault-map__node,.login-shell--nexor .login-vault-map__signal{border-radius:50%;left:calc(50% - 5px);position:absolute}.login-shell--nexor .login-vault-map__node{background:var(--login-link);border:3px solid #17244b;box-shadow:0 0 0 1px #eaf0ff59;height:10px;width:10px}.login-shell--nexor .login-vault-map__node--one{top:10px}.login-shell--nexor .login-vault-map__node--two{top:88px}.login-shell--nexor .login-vault-map__node--three{bottom:10px}.login-shell--nexor .login-vault-map__signal{animation:nexor-login-signal 3.8s cubic-bezier(.4,0,.2,1) infinite;background:var(--login-cyan);box-shadow:0 0 18px #2fe3d0d9;height:8px;top:10px;width:8px}@keyframes nexor-login-signal{0%,12%{opacity:0;transform:translateY(0)}22%{opacity:1}80%{opacity:1}92%,to{opacity:0;transform:translateY(162px)}}.login-shell--nexor .login-form-panel{align-items:center;background:radial-gradient(circle at center,rgba(79,123,255,.08) 0 1px,transparent 1.5px) 0 0 / 24px 24px,#f7f9fd;display:flex;justify-content:center;min-height:100vh;padding:clamp(40px,7vw,90px);position:relative}.login-shell--nexor .login-form-panel:before{background:#f7f9fd;content:"";top:0;right:0;bottom:0;left:0;opacity:.9;position:absolute}.login-shell--nexor .login-form-card{background:transparent;border:0;box-shadow:none;display:flex;flex-direction:column;gap:20px;margin:0;max-width:410px;padding:0;position:relative;width:100%;z-index:1}.login-shell--nexor .login-form-heading{align-items:center;display:grid;gap:16px;grid-template-columns:50px minmax(0,1fr);margin-bottom:12px}.login-shell--nexor .login-form-heading h2{color:var(--login-ink);font-size:26px;font-weight:700;letter-spacing:-.035em;line-height:1.1;margin:0}.login-shell--nexor .login-form-heading p{color:#68728f;font-size:12px;line-height:1.5;margin:6px 0 0}.login-shell--nexor .login-form-card label{color:#293659;font-size:11px;font-weight:700;letter-spacing:.01em}.login-shell--nexor .login-input-wrap{align-items:center;background:#fff;border:1px solid #d9e1f1;border-radius:11px;box-shadow:0 7px 22px #0b13300b;display:flex;height:52px;margin-top:8px;overflow:hidden;transition:border-color .16s ease,box-shadow .16s ease}.login-shell--nexor .login-input-wrap:focus-within{border-color:var(--login-link);box-shadow:0 0 0 4px #4f7bff1f,0 8px 24px #0b13300f}.login-shell--nexor .login-input-wrap>span{align-items:center;color:#7180a6;display:flex;height:100%;justify-content:center;width:48px}.login-shell--nexor .login-input-wrap>span svg{height:18px;width:18px}.login-shell--nexor .login-input-wrap input{background:transparent;border:0;color:var(--login-ink);flex:1;font-size:13px;height:100%;min-width:0;outline:0;padding:0 16px 0 0}.login-shell--nexor .login-password-toggle{align-items:center;align-self:stretch;background:transparent;border:0;border-radius:8px;color:#7180a6;cursor:pointer;display:flex;flex:0 0 48px;justify-content:center;margin:4px;padding:0;transition:background .16s ease,color .16s ease}.login-shell--nexor .login-password-toggle:hover{background:var(--login-fog);color:var(--login-ink)}.login-shell--nexor .login-password-toggle:focus-visible{background:var(--login-fog);color:var(--login-ink);outline:2px solid var(--login-link);outline-offset:-2px}.login-shell--nexor .login-password-toggle svg{height:19px;width:19px}.login-shell--nexor .login-submit.primary-button{background:var(--login-cyan);border:1px solid var(--login-cyan);border-radius:11px;box-shadow:0 12px 25px #17bfad33;color:var(--login-ink);font-size:12px;font-weight:800;height:50px;margin-top:2px;transition:background .16s ease,box-shadow .16s ease,transform .16s ease}.login-shell--nexor .login-submit.primary-button:hover:not(:disabled){background:#55ead9;box-shadow:0 15px 30px #17bfad42;transform:translateY(-1px)}.login-shell--nexor .login-form-card .link-button{align-self:center;color:#344c92;font-size:11px;font-weight:700;min-height:36px;padding:6px 10px}.login-shell--nexor .login-powered-by{color:#8a94ae;font-size:9px;line-height:1.5;margin-top:14px;text-align:center}.login-shell--nexor .login-powered-by span{color:var(--login-cyan);margin:0 4px}.login-shell--nexor .status{border-radius:10px;font-size:11px;line-height:1.5;margin:0;padding:11px 13px}@media(max-width:1020px){.login-shell.login-shell--nexor{grid-template-columns:minmax(480px,1fr) minmax(390px,.8fr)}.login-shell--nexor .login-brand-panel--studio{padding-left:44px;padding-right:44px}.login-shell--nexor .login-vault-map{display:none}.login-shell--nexor .login-form-panel{padding:48px}}@media(max-width:860px){.login-shell.login-shell--nexor{display:block;min-height:100vh;overflow:visible}.login-shell--nexor .login-brand-panel--studio{min-height:0;padding:32px 28px 34px}.login-shell--nexor .login-brand-content--studio{gap:18px;max-width:640px}.login-shell--nexor .login-studio-lockup{max-width:280px;width:280px}.login-shell--nexor .login-brand-statement h1{font-size:clamp(25px,5.6vw,34px);max-width:520px}.login-shell--nexor .login-brand-statement p{margin-top:12px}.login-shell--nexor .login-brand-signature{margin-top:-2px}.login-shell--nexor .login-form-panel{min-height:0;padding:48px 28px 64px}}@media(max-width:520px){.login-shell--nexor .login-brand-panel--studio{padding:26px 20px 28px}.login-shell--nexor .login-studio-lockup{width:230px}.login-shell--nexor .login-brand-statement h1{font-size:25px}.login-shell--nexor .login-brand-statement p{font-size:13px}.login-shell--nexor .login-brand-signature{gap:7px;letter-spacing:.035em}.login-shell--nexor .login-form-panel{padding:40px 20px 56px}.login-shell--nexor .login-form-heading{align-items:flex-start;grid-template-columns:44px minmax(0,1fr)}.login-shell--nexor .login-intelligence-signal{height:108px}.login-shell--nexor .login-intelligence-signal .nexor-auth-mark{height:98px;width:98px}}@media(prefers-reduced-motion:reduce){.login-shell--nexor .login-vault-map__signal{animation:none;top:88px}.login-shell--nexor .login-submit.primary-button{transition:none}.login-shell--nexor .nexor-auth-mark__links,.login-shell--nexor .nexor-auth-mark__node,.login-shell--nexor .nexor-auth-mark__core{animation:nexor-mark-fade 3.2s ease-in-out infinite;stroke-dasharray:none;stroke-dashoffset:0;transform:none}.login-shell--nexor .nexor-auth-mark__node--two{animation-delay:.24s}.login-shell--nexor .nexor-auth-mark__node--four{animation-delay:.48s}.login-shell--nexor .nexor-auth-mark__node--three{animation-delay:.72s}}@media(max-width:900px){.login-shell{grid-template-columns:1fr}.login-brand-panel{min-height:320px;padding:34px 24px}.login-form-panel{padding:34px 24px}}@media(max-width:760px){body{overflow:auto}}body>div[data-portal]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999}.tool-eyebrow{color:var(--neutral-500);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}body{background:var(--color-bg-app);color:var(--color-text-primary);font-family:var(--font-sans)}.tool-eyebrow{color:var(--neutral-500);font-family:var(--font-sans);font-size:10px;font-weight:var(--weight-bold);letter-spacing:.08em}.compact-action{border-radius:var(--radius-sm);font-family:var(--font-sans);font-size:11px;font-weight:var(--weight-bold);min-height:30px}input,select,textarea{border-color:var(--color-border);border-radius:var(--radius-md)}input:focus,select:focus,textarea:focus{border-color:var(--brand-400);box-shadow:0 0 0 3px #4f80e824}@keyframes mc-slide-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes poEditPulse{0%,to{opacity:1}50%{opacity:.4}}.link-button{background:none;border:none;color:var(--accent);cursor:pointer;font-size:12px;font-weight:500;padding:2px 6px}.link-button:hover{text-decoration:underline}.link-button:disabled{cursor:default;opacity:.6}.link-button{min-height:28px}.login-shell,.login-shell button,.login-shell input{font-family:var(--font-sans);letter-spacing:0}.setup-card,.loading-card{border-radius:var(--radius-lg);font-family:var(--font-sans)}.login-input-wrap,.login-submit{border-radius:var(--radius-md)}.login-brand-content h1,.login-form-card h2{font-family:var(--font-sans);font-weight:var(--weight-bold);letter-spacing:0;line-height:var(--leading-tight)}.login-brand-content h1{font-size:var(--text-3xl)}.login-form-card h2{color:var(--color-text-primary);font-size:var(--text-xl)}.login-brand-content p,.login-form-card p,.login-brand-content li{font-size:var(--text-sm)}.login-input-wrap input{font-size:var(--text-base)}.login-submit{font-size:var(--text-sm);min-height:42px}:root{--nexor-ink: #0b1330;--nexor-ink-deep: #070d22;--nexor-slate: #1e2a54;--nexor-signal: #2fe3d0;--nexor-link: #4f7bff;--nexor-fog: #eaf0ff;--nexor-muted: #7e8bb5;--nexor-muted-bright: #a8b5d8;--nexor-card: #0f1a40;--nexor-card-raised: #14245c;--nexor-line: rgba(120, 140, 210, .18);--nexor-signal-soft: rgba(47, 227, 208, .12);--nexor-link-soft: rgba(79, 123, 255, .14);--nexor-display: "Space Grotesk", Inter, system-ui, sans-serif;--nexor-text: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}.nexor-brand{align-items:flex-start;color:var(--nexor-fog);display:inline-flex;flex-direction:column;font-family:var(--nexor-text)}.nexor-brand__lockup{align-items:center;display:flex;font-family:var(--nexor-display);font-size:34px;font-weight:700;letter-spacing:-.04em;line-height:.9;white-space:nowrap}.nexor-brand__glyph{color:var(--nexor-muted);height:.9em;transform:translateY(.03em);width:.9em}.nexor-brand__ia{color:var(--nexor-signal);font-size:.4em;font-weight:600;letter-spacing:.16em;margin-left:.24em;transform:translateY(-.02em)}.nexor-brand__subtitle{color:var(--nexor-muted-bright);font-size:11px;letter-spacing:.08em;margin-top:8px;text-transform:uppercase}.nexor-brand__handle{align-items:center;color:var(--nexor-signal);display:inline-flex;font-family:var(--nexor-display);font-size:12px;gap:7px;letter-spacing:.04em;margin-top:7px}.nexor-brand__handle i{background:var(--nexor-signal);border-radius:50%;box-shadow:0 0 16px #2fe3d0cc;height:6px;width:6px}.nexor-brand--compact .nexor-brand__lockup{font-size:30px}@media(max-width:700px){.nexor-brand--compact .nexor-brand__lockup{font-size:27px}}.project-hub-demo-shell{background:var(--color-bg-app);display:flex;flex-direction:column;height:100vh;overflow:hidden}.project-hub-demo-bar{align-items:center;background:var(--brand-900);color:var(--color-text-inverse);display:flex;flex:none;justify-content:space-between;min-height:64px;padding:var(--sp-3) var(--sp-5)}.project-hub-demo-bar>div,.project-hub-demo-bar label{align-items:flex-start;display:flex;flex-direction:column;gap:var(--sp-1)}.project-hub-demo-bar strong{font-size:var(--text-lg);letter-spacing:.08em}.project-hub-demo-bar span,.project-hub-demo-bar label{color:var(--neutral-300);font-size:var(--text-xs)}.project-hub-demo-bar select{background:var(--color-bg-surface);border:0;border-radius:var(--radius-sm);color:var(--color-text-primary);font-size:var(--text-sm);min-width:190px;padding:var(--sp-2) var(--sp-3)}.project-hub{color:var(--color-text-primary);display:flex;flex:1;flex-direction:column;gap:var(--sp-5);min-height:0;overflow-x:hidden;overflow-y:auto;padding:var(--sp-5)}.project-hub svg{flex:none;height:18px;width:18px}.project-hub__preview{align-items:center;background:var(--color-info-light);border:1px solid var(--brand-200);border-radius:var(--radius-md);color:var(--color-info-text);display:flex;gap:var(--sp-3);margin:0 auto;max-width:1240px;padding:var(--sp-2) var(--sp-3);width:100%}.project-hub__preview span{background:var(--brand-700);border-radius:var(--radius-sm);color:var(--color-text-inverse);flex:none;font-size:var(--text-xs);font-weight:var(--weight-bold);padding:var(--sp-1) var(--sp-2);text-transform:uppercase}.project-hub__preview p{font-size:var(--text-sm);margin:0}.project-hub__header,.project-hub__nav,.project-hub__overview,.project-section-page{margin:0 auto;max-width:1240px;width:100%}.project-hub__header{align-items:flex-start;display:flex;gap:var(--sp-5);justify-content:space-between}.project-hub__heading{max-width:860px}.project-hub__eyebrow,.project-panel header span,.project-section-page>header>p{color:var(--brand-700);font-size:var(--text-xs);font-weight:var(--weight-bold);letter-spacing:.08em;margin:0 0 var(--sp-2);text-transform:uppercase}.project-hub__title-row{align-items:center;display:flex;flex-wrap:wrap;gap:var(--sp-3)}.project-hub__title-row h1{font-size:var(--text-3xl);font-weight:var(--weight-bold);letter-spacing:-.03em;line-height:var(--leading-tight);margin:0}.project-hub__heading>p:last-child{color:var(--color-text-secondary);font-size:var(--text-md);line-height:var(--leading-relaxed);margin:var(--sp-2) 0 0;max-width:74ch}.project-hub__active-badge,.project-status{border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--weight-bold);padding:var(--sp-1) var(--sp-3)}.project-hub__active-badge{background:var(--color-success-light);color:var(--color-success-text)}.project-hub__contract{align-items:center;display:inline-flex;gap:var(--sp-2);min-height:40px}.project-hub__nav{background:var(--color-bg-surface);border:1px solid var(--color-border);border-bottom:1px solid var(--color-border);border-radius:var(--radius-md);display:flex;flex:none;gap:var(--sp-1);overflow-x:auto;padding:0 var(--sp-2)}.project-hub__nav button{align-items:center;background:transparent;border:0;border-bottom:2px solid transparent;color:var(--color-text-secondary);cursor:pointer;display:inline-flex;flex:none;font-size:var(--text-sm);font-weight:var(--weight-semibold);gap:var(--sp-2);min-height:42px;padding:0 var(--sp-3)}.project-hub__nav button:hover{color:var(--color-text-primary)}.project-hub__nav button.active{border-bottom-color:var(--brand-700);color:var(--brand-700)}.project-hub__nav button>span{align-items:center;background:var(--color-warning-light);border-radius:var(--radius-full);color:var(--color-warning-text);display:inline-flex;font-size:var(--text-xs);height:20px;justify-content:center;min-width:20px}.project-hub__toast{background:var(--brand-900);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);color:var(--color-text-inverse);font-size:var(--text-sm);left:50%;max-width:min(520px,calc(100vw - var(--sp-8)));padding:var(--sp-3) var(--sp-4);position:fixed;top:var(--sp-20);transform:translate(-50%);z-index:200}.project-hub__overview{display:flex;flex-direction:column;gap:var(--sp-4)}.project-hub__metrics{display:grid;gap:var(--sp-3);grid-template-columns:repeat(4,minmax(0,1fr))}.project-hub__metric,.project-panel,.project-section-page,.project-phase-card,.project-deliverable,.project-document,.project-approval{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs)}.project-hub__metric{display:flex;flex-direction:column;min-height:126px;padding:var(--sp-4)}.project-hub__metric>span{color:var(--color-text-secondary);font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:uppercase}.project-hub__metric strong{color:var(--brand-900);font-size:var(--text-3xl);line-height:1;margin:var(--sp-3) 0 auto}.project-hub__metric strong.project-hub__metric-text{font-size:var(--text-xl);line-height:var(--leading-tight)}.project-hub__metric small{color:var(--color-text-secondary);font-size:var(--text-xs);margin-top:var(--sp-2)}.project-hub__metric--attention{background:var(--color-warning-light);border-color:var(--color-warning)}.project-hub__metric--attention strong,.project-hub__metric--attention>span,.project-hub__metric--attention small{color:var(--color-warning-text)}.project-progress{background:var(--neutral-150);border-radius:var(--radius-full);height:6px;overflow:hidden;width:100%}.project-progress i{background:var(--brand-700);border-radius:inherit;display:block;height:100%}.project-health{align-items:center;background:var(--color-bg-surface);border:1px solid var(--color-border);border-left:4px solid var(--color-success);border-radius:var(--radius-md);display:flex;gap:var(--sp-4);justify-content:space-between;padding:var(--sp-3) var(--sp-4)}.project-health--yellow{border-left-color:var(--color-warning)}.project-health--red{border-left-color:var(--color-error)}.project-health__status,.project-health__dates,.project-health__dates span{align-items:center;display:flex}.project-health__status{gap:var(--sp-2)}.project-health__status i{background:var(--color-success);border-radius:var(--radius-full);height:10px;width:10px}.project-health--yellow .project-health__status i{background:var(--color-warning)}.project-health--red .project-health__status i{background:var(--color-error)}.project-health__status span,.project-health__dates{color:var(--color-text-secondary);font-size:var(--text-sm)}.project-health__status strong{font-size:var(--text-sm)}.project-health__dates{gap:var(--sp-5)}.project-health__dates span{gap:var(--sp-2)}.project-health__dates strong{color:var(--color-text-primary)}.project-hub__main-grid,.project-hub__lower-grid{display:grid;gap:var(--sp-4);grid-template-columns:minmax(0,1.55fr) minmax(300px,.8fr)}.project-hub__lower-grid{grid-template-columns:minmax(0,1.35fr) minmax(320px,.8fr)}.project-panel{min-width:0;padding:var(--sp-5)}.project-panel>header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:var(--sp-5)}.project-panel header h2,.project-section-page>header h2{font-size:var(--text-lg);margin:0}.project-panel header button{align-items:center;background:transparent;border:0;color:var(--brand-700);cursor:pointer;display:inline-flex;font-size:var(--text-sm);font-weight:var(--weight-semibold);gap:var(--sp-1)}.project-panel header button svg{height:15px;width:15px}.project-roadmap-preview__track{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}.project-roadmap-preview__step{align-items:center;display:flex;flex-direction:column;min-width:0;position:relative;text-align:center}.project-roadmap-preview__step:before{background:var(--color-border);content:"";height:2px;left:-50%;position:absolute;right:50%;top:16px}.project-roadmap-preview__step:first-child:before{display:none}.project-roadmap-preview__step--completed:before,.project-roadmap-preview__step--in_progress:before{background:var(--brand-700)}.project-roadmap-preview__marker{align-items:center;background:var(--color-bg-surface);border:2px solid var(--neutral-300);border-radius:var(--radius-full);color:var(--color-text-secondary);display:flex;font-size:var(--text-xs);font-weight:var(--weight-bold);height:34px;justify-content:center;position:relative;width:34px;z-index:1}.project-roadmap-preview__marker svg{height:16px;width:16px}.project-roadmap-preview__step--completed .project-roadmap-preview__marker{background:var(--brand-700);border-color:var(--brand-700);color:var(--color-text-inverse)}.project-roadmap-preview__step--in_progress .project-roadmap-preview__marker{border-color:var(--brand-700);box-shadow:0 0 0 4px var(--brand-100);color:var(--brand-700)}.project-roadmap-preview__step strong{font-size:var(--text-sm);margin-top:var(--sp-3);overflow-wrap:anywhere}.project-roadmap-preview__step>span{color:var(--color-text-secondary);font-size:var(--text-xs);margin-top:var(--sp-1)}.project-week ul{display:flex;flex-direction:column;gap:var(--sp-2);list-style:none;margin:0;padding:0}.project-week__item{align-items:center;border-bottom:1px solid var(--color-border);display:grid;gap:var(--sp-3);grid-template-columns:24px minmax(0,1fr) auto;min-height:48px}.project-week__item:last-child{border-bottom:0}.project-week__item i{align-items:center;border:2px solid var(--neutral-300);border-radius:var(--radius-full);color:var(--color-text-inverse);display:flex;height:22px;justify-content:center;width:22px}.project-week__item i svg{height:13px;width:13px}.project-week__item--completed i{background:var(--color-success);border-color:var(--color-success)}.project-week__item--in_progress i{border-color:var(--brand-700);box-shadow:inset 0 0 0 4px var(--color-bg-surface);background:var(--brand-700)}.project-week__item>span{font-size:var(--text-sm);font-weight:var(--weight-medium)}.project-week__item small{color:var(--color-text-secondary);font-size:var(--text-xs)}.project-update-list,.project-timeline,.project-document-list,.project-approval-list{display:flex;flex-direction:column;gap:var(--sp-3)}.project-update{display:grid;gap:var(--sp-3);grid-template-columns:12px minmax(0,1fr);padding-bottom:var(--sp-3)}.project-update:last-child{padding-bottom:0}.project-update>i{background:var(--color-info);border-radius:var(--radius-full);height:9px;margin-top:var(--sp-1);width:9px}.project-update--milestone>i{background:var(--color-success)}.project-update strong,.project-approval-preview strong{font-size:var(--text-sm)}.project-update p,.project-approval-preview p{color:var(--color-text-secondary);font-size:var(--text-sm);line-height:var(--leading-normal);margin:var(--sp-1) 0}.project-update small,.project-approval-preview small{color:var(--color-text-disabled);font-size:var(--text-xs)}.project-needs--pending{border-top:3px solid var(--color-warning)}.project-approval-preview .primary-button{margin-top:var(--sp-4);width:100%}.project-empty{align-items:center;color:var(--color-text-secondary);display:flex;flex-direction:column;padding:var(--sp-5);text-align:center}.project-empty>i{align-items:center;background:var(--color-success-light);border-radius:var(--radius-full);color:var(--color-success-text);display:flex;height:40px;justify-content:center;margin-bottom:var(--sp-3);width:40px}.project-empty strong{color:var(--color-text-primary);font-size:var(--text-md)}.project-empty p{font-size:var(--text-sm);margin:var(--sp-1) 0 0}.project-section-page{padding:var(--sp-6)}.project-section-page>header{border-bottom:1px solid var(--color-border);margin-bottom:var(--sp-5);padding-bottom:var(--sp-5)}.project-section-page>header h2{font-size:var(--text-2xl)}.project-section-page>header>span{color:var(--color-text-secondary);display:block;font-size:var(--text-sm);margin-top:var(--sp-2)}.project-roadmap-full{display:flex;flex-direction:column;gap:var(--sp-3)}.project-phase-card{align-items:center;display:grid;gap:var(--sp-4);grid-template-columns:44px minmax(0,1fr) minmax(140px,240px);padding:var(--sp-4)}.project-phase-card__number,.project-deliverable__icon,.project-document__icon{align-items:center;background:var(--neutral-100);border-radius:var(--radius-full);color:var(--color-text-secondary);display:flex;height:40px;justify-content:center;width:40px}.project-phase-card--completed .project-phase-card__number{background:var(--color-success-light);color:var(--color-success-text)}.project-phase-card--in_progress{border-left:3px solid var(--brand-700)}.project-phase-card--in_progress .project-phase-card__number{background:var(--brand-100);color:var(--brand-700)}.project-phase-card__number svg{height:18px;width:18px}.project-phase-card span,.project-phase-card p,.project-deliverable p,.project-deliverable small,.project-document span,.project-document small,.project-approval p,.project-approval small{color:var(--color-text-secondary);font-size:var(--text-sm)}.project-phase-card h3,.project-deliverable h3,.project-document h3,.project-approval h3{font-size:var(--text-md);margin:var(--sp-1) 0}.project-phase-card p,.project-deliverable p,.project-approval p{line-height:var(--leading-normal);margin:0}.project-phase-card__progress>span{display:block;font-weight:var(--weight-semibold);margin-bottom:var(--sp-2);text-align:right}.project-timeline{margin-left:var(--sp-2)}.project-timeline__item{display:grid;gap:var(--sp-4);grid-template-columns:16px minmax(0,1fr);padding-bottom:var(--sp-6);position:relative}.project-timeline__item:before{background:var(--color-border);content:"";left:5px;position:absolute;top:12px;bottom:0;width:2px}.project-timeline__item:last-child:before{display:none}.project-timeline__item>i{background:var(--color-info);border:3px solid var(--color-bg-surface);border-radius:var(--radius-full);box-shadow:0 0 0 2px var(--color-info-light);height:12px;margin-top:var(--sp-1);position:relative;width:12px;z-index:1}.project-timeline__item--milestone>i{background:var(--color-success);box-shadow:0 0 0 2px var(--color-success-light)}.project-timeline__item small{color:var(--color-text-disabled);font-size:var(--text-xs)}.project-timeline__item h3{font-size:var(--text-md);margin:var(--sp-1) 0}.project-timeline__item p{color:var(--color-text-secondary);font-size:var(--text-sm);line-height:var(--leading-relaxed);margin:0}.project-deliverable-grid{display:grid;gap:var(--sp-3);grid-template-columns:repeat(2,minmax(0,1fr))}.project-deliverable{display:grid;gap:var(--sp-4);grid-template-columns:40px minmax(0,1fr);padding:var(--sp-4)}.project-deliverable__icon--delivered,.project-deliverable__icon--approved{background:var(--color-success-light);color:var(--color-success-text)}.project-status{display:inline-flex;font-size:var(--text-xs);margin-bottom:var(--sp-2)}.project-status--pending{background:var(--neutral-100);color:var(--neutral-600)}.project-status--in_progress{background:var(--color-info-light);color:var(--color-info-text)}.project-status--delivered,.project-status--approved,.project-status--completed{background:var(--color-success-light);color:var(--color-success-text)}.project-document{align-items:center;display:grid;gap:var(--sp-4);grid-template-columns:40px minmax(0,1fr) auto;padding:var(--sp-4)}.project-document__icon{border-radius:var(--radius-md);color:var(--brand-700)}.project-document h3{margin:0 0 var(--sp-1)}.project-document>button{align-items:center;display:inline-flex;gap:var(--sp-2)}.project-document>button svg{height:16px;width:16px}.project-approval{align-items:flex-end;border-left:3px solid var(--color-warning);display:flex;gap:var(--sp-5);justify-content:space-between;padding:var(--sp-5)}.project-approval__actions{display:flex;flex:none;gap:var(--sp-2)}.project-empty--page{min-height:280px;justify-content:center}.project-hub-state{align-items:center;background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);display:flex;flex:1;flex-direction:column;gap:var(--sp-3);justify-content:center;margin:0 auto;max-width:1240px;min-height:320px;padding:var(--sp-6);text-align:center;width:100%}.project-hub-state--error{border-top:3px solid var(--color-error)}.project-hub-state p{color:var(--color-text-secondary);font-size:var(--text-sm);margin:0}.project-approval__response{display:flex;flex:0 1 420px;flex-direction:column;gap:var(--sp-2)}.project-approval__response textarea{border:1px solid var(--color-border);border-radius:var(--radius-md);min-height:84px;padding:var(--sp-3);resize:vertical;width:100%}.project-approval__comment{background:var(--color-bg-app);border-left:3px solid var(--brand-500);margin-top:var(--sp-3)!important;padding:var(--sp-2) var(--sp-3)}.ph-manager{display:flex;flex-direction:column;gap:var(--sp-4);margin:0 auto;max-width:1440px;width:100%}.ph-manager__header{align-items:flex-end;display:flex;justify-content:space-between;gap:var(--sp-5)}.ph-manager__header h2{font-size:var(--text-2xl);margin:0}.ph-manager__header span{color:var(--color-text-secondary);display:block;font-size:var(--text-sm);margin-top:var(--sp-1)}.ph-manager label{color:var(--color-text-secondary);display:flex;flex-direction:column;font-size:var(--text-xs);font-weight:var(--weight-semibold);gap:var(--sp-1)}.ph-manager input,.ph-manager select,.ph-manager textarea{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-primary);min-height:38px;padding:var(--sp-2) var(--sp-3)}.ph-manager textarea{min-height:84px;resize:vertical}.ph-manager__header select{min-width:240px}.ph-manager__layout{align-items:start;display:grid;gap:var(--sp-4);grid-template-columns:250px minmax(0,1fr)}.ph-manager__projects,.ph-manager__card{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs)}.ph-manager__projects{display:flex;flex-direction:column;gap:var(--sp-2);padding:var(--sp-3);position:sticky;top:0}.ph-manager__aside-head,.ph-manager__card-head,.ph-manager__actions{align-items:center;display:flex;justify-content:space-between;gap:var(--sp-3)}.ph-manager__projects>button:not(.secondary-button){background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-primary);display:flex;flex-direction:column;gap:var(--sp-1);padding:var(--sp-3);text-align:left}.ph-manager__projects>button.active{background:var(--brand-50);border-color:var(--brand-500)}.ph-manager__projects>button span,.ph-manager__projects>button small{color:var(--color-text-secondary);font-size:var(--text-xs)}.ph-manager__content{display:flex;flex-direction:column;gap:var(--sp-4);min-width:0}.ph-manager__card{padding:var(--sp-5)}.ph-manager__card-head span{color:var(--brand-700);font-size:var(--text-xs);font-weight:var(--weight-bold);text-transform:uppercase}.ph-manager__card-head h3{font-size:var(--text-lg);margin:var(--sp-1) 0 0}.ph-manager__publish{align-items:center!important;background:var(--color-bg-app);border:1px solid var(--color-border);border-radius:var(--radius-md);flex-direction:row!important;padding:var(--sp-2) var(--sp-3)}.ph-manager__publish input,.ph-manager__check input{min-height:0}.ph-manager__form-grid{display:grid;gap:var(--sp-3);grid-template-columns:repeat(2,minmax(0,1fr));margin-top:var(--sp-5)}.ph-manager__span-2{grid-column:1 / -1}.ph-manager__actions{justify-content:flex-end;margin-top:var(--sp-4)}.ph-manager__section-tabs{border-bottom:1px solid var(--color-border);display:flex;gap:var(--sp-1);margin:calc(var(--sp-5) * -1) calc(var(--sp-5) * -1) var(--sp-5);overflow-x:auto;padding:0 var(--sp-4)}.ph-manager__section-tabs button{align-items:center;background:transparent;border:0;border-bottom:2px solid transparent;color:var(--color-text-secondary);display:flex;gap:var(--sp-2);min-height:44px}.ph-manager__section-tabs button.active{border-color:var(--brand-700);color:var(--brand-700)}.ph-manager__section-tabs button span{background:var(--neutral-100);border-radius:var(--radius-full);font-size:var(--text-xs);padding:var(--sp-1) var(--sp-2)}.ph-manager__child-layout{display:grid;gap:var(--sp-5);grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr)}.ph-manager__child-list,.ph-manager__child-form{display:flex;flex-direction:column;gap:var(--sp-3)}.ph-manager__child-item{align-items:center;border:1px solid var(--color-border);border-radius:var(--radius-md);display:flex;justify-content:space-between;gap:var(--sp-3);padding:var(--sp-3)}.ph-manager__child-item>div:first-child{display:flex;flex-direction:column;gap:var(--sp-1)}.ph-manager__child-item span,.ph-manager__child-item small{color:var(--color-text-secondary);font-size:var(--text-xs)}.ph-manager__child-item>div:last-child{display:flex;gap:var(--sp-2)}.ph-manager__child-item button{background:var(--color-bg-app);border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--brand-700);font-size:var(--text-xs);padding:var(--sp-1) var(--sp-2)}.ph-manager__child-item button.danger{color:var(--color-error)}.ph-manager__child-form{background:var(--color-bg-app);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--sp-4)}.ph-manager__child-form h4{font-size:var(--text-md);margin:0}.ph-manager__inline{display:grid;gap:var(--sp-3);grid-template-columns:repeat(2,minmax(0,1fr))}.ph-manager__check{align-items:center!important;flex-direction:row!important}@media(max-width:1000px){.ph-manager__layout,.ph-manager__child-layout{grid-template-columns:minmax(0,1fr)}.ph-manager__projects{position:static}}@media(max-width:700px){.ph-manager__header{align-items:stretch;flex-direction:column}.ph-manager__header select{min-width:0;width:100%}.ph-manager__form-grid{grid-template-columns:minmax(0,1fr)}.ph-manager__span-2{grid-column:auto}}.project-hub-demo-shell{background:radial-gradient(circle at 82% 2%,rgba(79,123,255,.16),transparent 34%),radial-gradient(circle at 12% 70%,rgba(47,227,208,.07),transparent 30%),var(--nexor-ink-deep);color:var(--nexor-fog);font-family:var(--nexor-text)}.project-hub-demo-bar{background:#070d22eb;border-bottom:1px solid var(--nexor-line);min-height:86px;padding:16px clamp(20px,4vw,48px);position:relative}.project-hub-demo-bar:after{background:linear-gradient(90deg,var(--nexor-signal),var(--nexor-link),transparent 78%);bottom:-1px;content:"";height:1px;left:0;opacity:.75;position:absolute;width:min(620px,70vw)}.project-hub-demo-bar .nexor-brand__lockup>span{color:inherit}.project-hub-demo-bar .nexor-brand__lockup .nexor-brand__ia{color:var(--nexor-signal)}.project-hub-demo-bar .nexor-brand__subtitle{color:var(--nexor-muted-bright)}.project-hub-demo-bar__context{align-items:center;display:flex;gap:24px}.project-hub-demo-bar__context>span{align-items:center;color:var(--nexor-signal);display:inline-flex;font-family:var(--nexor-display);font-size:10px;font-weight:600;gap:7px;letter-spacing:.16em;text-transform:uppercase}.project-hub-demo-bar__context>span i{background:var(--nexor-signal);border-radius:50%;box-shadow:0 0 14px #2fe3d0cc;height:6px;width:6px}.project-hub-demo-bar__context label{color:var(--nexor-muted-bright);font-family:var(--nexor-text);letter-spacing:.08em;text-transform:uppercase}.project-hub-demo-bar select{background:var(--nexor-card);border:1px solid var(--nexor-line);border-radius:10px;color:var(--nexor-fog);font-family:var(--nexor-text);min-width:210px;outline:none;padding:10px 34px 10px 12px}.project-hub-demo-bar select:focus{border-color:var(--nexor-signal);box-shadow:0 0 0 3px var(--nexor-signal-soft)}.project-hub{background:linear-gradient(rgba(120,140,210,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(120,140,210,.035) 1px,transparent 1px),transparent;background-size:42px 42px;color:var(--nexor-fog);font-family:var(--nexor-text);gap:20px;padding:clamp(22px,3vw,36px)}.project-hub__preview{background:linear-gradient(90deg,var(--nexor-link-soft),rgba(47,227,208,.04));border:1px solid rgba(79,123,255,.3);border-radius:12px;color:var(--nexor-muted-bright)}.project-hub__preview span{background:var(--nexor-link);border-radius:8px;color:#07112f;letter-spacing:.08em}.project-hub__heading{max-width:900px}.project-hub__eyebrow,.project-panel header span,.project-section-page>header>p{color:var(--nexor-signal);font-family:var(--nexor-display);letter-spacing:.16em}.project-hub__title-row h1,.project-panel header h2,.project-section-page>header h2,.project-hub__metric strong,.project-phase-card h3,.project-deliverable h3,.project-document h3,.project-approval h3{color:var(--nexor-fog);font-family:var(--nexor-display)}.project-hub__title-row h1{font-size:clamp(30px,4vw,46px);letter-spacing:-.04em}.project-hub__heading>p:last-child,.project-section-page>header>span{color:var(--nexor-muted-bright)}.project-hub__active-badge{background:var(--nexor-signal-soft);border:1px solid rgba(47,227,208,.32);color:var(--nexor-signal);letter-spacing:.04em}.project-hub .secondary-button,.project-hub .primary-button{border-radius:10px;font-family:var(--nexor-text);font-weight:600}.project-hub .secondary-button{background:#0f1a40d1;border:1px solid var(--nexor-line);color:var(--nexor-fog)}.project-hub .secondary-button:hover:not(:disabled){background:var(--nexor-slate);border-color:#2fe3d066;color:var(--nexor-signal)}.project-hub .primary-button{background:var(--nexor-signal);border-color:var(--nexor-signal);color:#06231f}.project-hub .primary-button:hover:not(:disabled){background:#6df3e5;border-color:#6df3e5}.project-hub__nav{background:#0f1a40d6;border:1px solid var(--nexor-line);border-radius:14px;box-shadow:0 18px 48px -36px #2fe3d08c;scrollbar-color:var(--nexor-slate) transparent}.project-hub__nav button{color:var(--nexor-muted-bright);min-height:48px}.project-hub__nav button:hover{color:var(--nexor-fog)}.project-hub__nav button.active{border-bottom-color:var(--nexor-signal);color:var(--nexor-signal)}.project-hub__nav button>span{background:#ffbe5c24;color:#ffd68b}.project-hub__toast{background:var(--nexor-slate);border:1px solid rgba(47,227,208,.35);box-shadow:0 20px 60px #040a1e8c;color:var(--nexor-fog)}.project-hub__metric,.project-panel,.project-section-page,.project-phase-card,.project-deliverable,.project-document,.project-approval,.project-hub-state{background:linear-gradient(150deg,#14245ce0,#0f1a40f0);border:1px solid var(--nexor-line);border-radius:16px;box-shadow:0 24px 60px -42px #2fe3d073,inset 0 1px #eaf0ff06}.project-hub__metric{min-height:142px;overflow:hidden;position:relative}.project-hub__metric:after{background:var(--nexor-signal);content:"";height:44px;opacity:.08;position:absolute;right:-22px;top:-22px;transform:rotate(45deg);width:88px}.project-hub__metric>span,.project-hub__metric small,.project-phase-card span,.project-phase-card p,.project-deliverable p,.project-deliverable small,.project-document span,.project-document small,.project-approval p,.project-approval small,.project-update p,.project-approval-preview p,.project-update small,.project-approval-preview small,.project-week__item small,.project-timeline__item small,.project-timeline__item p,.project-empty,.project-hub-state p{color:var(--nexor-muted-bright)}.project-hub__metric>span{font-family:var(--nexor-display);letter-spacing:.1em}.project-hub__metric strong{color:var(--nexor-fog);font-size:38px}.project-hub__metric--progress strong{color:var(--nexor-signal)}.project-hub__metric--attention{background:linear-gradient(150deg,#5c3a14a6,#28222ae6);border-color:#ffbe5c5c}.project-hub__metric--attention strong,.project-hub__metric--attention>span,.project-hub__metric--attention small{color:#ffd68b}.project-progress{background:#7e8bb52e}.project-progress i{background:linear-gradient(90deg,var(--nexor-signal),var(--nexor-link));box-shadow:0 0 16px #2fe3d073}.project-health{background:#0f1a40c2;border:1px solid var(--nexor-line);border-left:3px solid var(--nexor-signal)}.project-health--yellow{border-left-color:#ffbe5c}.project-health--red{border-left-color:#ff7285}.project-health__status i{background:var(--nexor-signal);box-shadow:0 0 13px #2fe3d0b3}.project-health--yellow .project-health__status i{background:#ffbe5c;box-shadow:0 0 13px #ffbe5c8c}.project-health--red .project-health__status i{background:#ff7285;box-shadow:0 0 13px #ff72858c}.project-health__status span,.project-health__dates{color:var(--nexor-muted-bright)}.project-health__status strong,.project-health__dates strong,.project-week__item>span,.project-update strong,.project-approval-preview strong,.project-empty strong{color:var(--nexor-fog)}.project-panel>header,.project-section-page>header{border-color:var(--nexor-line)}.project-panel header button,.project-document__icon{color:var(--nexor-link)}.project-roadmap-preview__step:before,.project-timeline__item:before,.project-week__item{border-color:var(--nexor-line)}.project-roadmap-preview__step:before,.project-timeline__item:before{background:var(--nexor-line)}.project-roadmap-preview__step--completed:before,.project-roadmap-preview__step--in_progress:before{background:linear-gradient(90deg,var(--nexor-link),var(--nexor-signal))}.project-roadmap-preview__marker,.project-phase-card__number,.project-deliverable__icon,.project-document__icon{background:#7e8bb514;border-color:var(--nexor-muted);color:var(--nexor-muted-bright)}.project-roadmap-preview__step--completed .project-roadmap-preview__marker{background:var(--nexor-signal);border-color:var(--nexor-signal);color:#06231f}.project-roadmap-preview__step--in_progress .project-roadmap-preview__marker{border-color:var(--nexor-link);box-shadow:0 0 0 4px var(--nexor-link-soft);color:var(--nexor-link)}.project-roadmap-preview__step>span{color:var(--nexor-muted-bright)}.project-week__item i{border-color:var(--nexor-muted);color:#06231f}.project-week__item--completed i{background:var(--nexor-signal);border-color:var(--nexor-signal)}.project-week__item--in_progress i{background:var(--nexor-link);border-color:var(--nexor-link);box-shadow:inset 0 0 0 4px var(--nexor-card)}.project-update>i,.project-timeline__item>i{background:var(--nexor-link)}.project-update--milestone>i,.project-timeline__item--milestone>i{background:var(--nexor-signal)}.project-timeline__item>i{border-color:var(--nexor-card);box-shadow:0 0 0 2px var(--nexor-link-soft)}.project-timeline__item--milestone>i{box-shadow:0 0 0 2px var(--nexor-signal-soft)}.project-needs--pending,.project-approval{border-top-color:#ffbe5c}.project-approval{border-left-color:#ffbe5c}.project-empty>i,.project-phase-card--completed .project-phase-card__number,.project-deliverable__icon--delivered,.project-deliverable__icon--approved{background:var(--nexor-signal-soft);color:var(--nexor-signal)}.project-phase-card--in_progress{border-left-color:var(--nexor-link)}.project-phase-card--in_progress .project-phase-card__number{background:var(--nexor-link-soft);color:var(--nexor-link)}.project-status--pending{background:#7e8bb51f;color:var(--nexor-muted-bright)}.project-status--in_progress{background:var(--nexor-link-soft);color:#9ab2ff}.project-status--delivered,.project-status--approved,.project-status--completed{background:var(--nexor-signal-soft);color:var(--nexor-signal)}.project-approval__response textarea,.ph-manager input,.ph-manager select,.ph-manager textarea{background:#070d22bf;border:1px solid var(--nexor-line);color:var(--nexor-fog);font-family:var(--nexor-text)}.project-approval__response textarea::placeholder,.ph-manager input::placeholder,.ph-manager textarea::placeholder{color:var(--nexor-muted)}.project-approval__response textarea:focus,.ph-manager input:focus,.ph-manager select:focus,.ph-manager textarea:focus{border-color:var(--nexor-signal);box-shadow:0 0 0 3px var(--nexor-signal-soft);outline:none}.project-approval__comment{background:#4f7bff14;border-left-color:var(--nexor-link)}.ph-manager{background:var(--nexor-ink);border:1px solid var(--nexor-line);border-radius:18px;color:var(--nexor-fog);font-family:var(--nexor-text);padding:clamp(18px,3vw,30px)}.ph-manager__header h2,.ph-manager__card h3,.ph-manager__child-form h4{color:var(--nexor-fog);font-family:var(--nexor-display)}.ph-manager__header span,.ph-manager label,.ph-manager__projects>button span,.ph-manager__projects>button small,.ph-manager__child-item span,.ph-manager__child-item small{color:var(--nexor-muted-bright)}.ph-manager__projects,.ph-manager__card,.ph-manager__child-list,.ph-manager__child-form{background:linear-gradient(150deg,#14245cd6,#0f1a40f0);border-color:var(--nexor-line);box-shadow:none}.ph-manager__projects>button:not(.secondary-button),.ph-manager__child-item{background:#070d226b;border-color:var(--nexor-line);color:var(--nexor-fog)}.ph-manager__projects>button.active,.ph-manager__section-tabs button.active{background:var(--nexor-signal-soft);border-color:#2fe3d057;color:var(--nexor-signal)}.ph-manager__section-tabs{background:#070d226b;border-color:var(--nexor-line)}.ph-manager__section-tabs button{color:var(--nexor-muted-bright)}.ph-studio__back{align-items:center;background:transparent;border:0;color:var(--nexor-signal);cursor:pointer;display:inline-flex;font-family:var(--nexor-text);font-size:11px;font-weight:700;gap:6px;letter-spacing:.04em;margin-bottom:8px;padding:0;text-transform:uppercase}.ph-studio__back svg{height:14px;width:14px}.ph-studio__back:hover{color:var(--nexor-signal-hover, #6df3e5)}.ph-studio__clients{display:grid;gap:14px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.ph-studio__client{background:linear-gradient(150deg,#14245cd6,#0f1a40f0);border:1px solid var(--nexor-line);border-radius:16px;display:flex;flex-direction:column;gap:14px;padding:18px}.ph-studio__client--paused{opacity:.78}.ph-studio__client header{align-items:center;display:grid;gap:12px;grid-template-columns:38px minmax(0,1fr) auto}.ph-studio__client header i{align-items:center;background:#2fe3d01f;border-radius:11px;color:var(--nexor-signal);display:flex;height:38px;justify-content:center;width:38px}.ph-studio__client header i svg{height:19px;width:19px}.ph-studio__client header strong{color:var(--nexor-fog);display:block;font-family:var(--nexor-display);font-size:15px;overflow-wrap:anywhere}.ph-studio__client header small{color:var(--nexor-muted-bright);display:block;font-size:10px;margin-top:3px}.ph-studio__client-actions{display:flex;flex-wrap:wrap;gap:8px}.ph-studio__client-actions button{flex:none}.ph-studio__client-form{margin-bottom:4px}.ph-studio__list-field{min-height:92px}.ph-manager label small{color:var(--nexor-muted-bright);display:block;font-size:10px;font-weight:400;margin-top:5px;text-transform:none}.ph-studio__team{display:flex;flex-direction:column;gap:8px}.ph-studio__member{align-items:center;background:#070d226b;border:1px solid var(--nexor-line);border-radius:12px;display:grid;gap:12px;grid-template-columns:34px minmax(0,1fr) auto auto;padding:10px 13px}.ph-studio__member>i{align-items:center;background:#4f7bff2e;border-radius:50%;color:#cddcff;display:flex;font-size:11px;font-style:normal;font-weight:800;height:34px;justify-content:center;width:34px}.ph-studio__member strong{color:var(--nexor-fog);display:block;font-size:12px;text-transform:capitalize}.ph-studio__member small{color:var(--nexor-muted-bright);display:block;font-size:10px;overflow-wrap:anywhere}.ph-studio__member>span{background:#2fe3d01f;border-radius:999px;color:var(--nexor-signal);font-size:9px;font-weight:800;letter-spacing:.06em;padding:4px 9px;text-transform:uppercase}.ph-studio__member button{background:transparent;border:0;color:#ff9aa4;cursor:pointer;font-size:11px;padding:4px}.ph-studio__team-add{align-items:flex-end;display:grid;gap:10px;grid-template-columns:minmax(0,2fr) minmax(0,1fr) auto;margin-top:14px}.ph-studio__summary dl{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));margin:0}.ph-studio__summary dt{color:var(--nexor-muted-bright);font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.ph-studio__summary dd{color:var(--nexor-fog);font-size:13px;font-variant-numeric:tabular-nums;margin:6px 0 0}@media(max-width:700px){.ph-studio__clients{grid-template-columns:minmax(0,1fr)}.ph-studio__client header{grid-template-columns:34px minmax(0,1fr)}.ph-studio__client header>span{grid-column:2;justify-self:start}.ph-studio__client-actions button{flex:1 1 auto;justify-content:center}.ph-studio__member{grid-template-columns:34px minmax(0,1fr)}.ph-studio__member>span,.ph-studio__member>button{grid-column:2;justify-self:start}.ph-studio__team-add{grid-template-columns:minmax(0,1fr)}}@media(max-width:700px){.project-hub-demo-bar{gap:16px;min-height:0;padding:16px 18px}.project-hub-demo-bar__context{align-items:stretch;flex-direction:column-reverse;gap:10px}.project-hub-demo-bar__context>span{align-self:flex-start}.project-hub-demo-bar__context label,.project-hub-demo-bar select{width:100%}.project-hub{background-size:30px 30px;padding:18px 16px 28px}.project-hub__title-row h1{font-size:30px}.project-hub__preview span{align-self:flex-start}}@media(max-width:1100px){.project-hub__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.project-hub__main-grid,.project-hub__lower-grid{grid-template-columns:minmax(0,1fr)}}@media(max-width:700px){.project-hub-demo-bar{align-items:stretch;flex-direction:column;gap:var(--sp-3)}.project-hub-demo-bar select{width:100%}.project-hub{gap:var(--sp-4);padding:var(--sp-4)}.project-hub__preview,.project-hub__header,.project-health,.project-approval{align-items:stretch;flex-direction:column}.project-hub__title-row h1{font-size:var(--text-2xl)}.project-hub__contract{justify-content:center;width:100%}.project-hub__nav,.project-hub__nav button{padding:0 var(--sp-2)}.project-hub__metrics,.project-deliverable-grid{grid-template-columns:minmax(0,1fr)}.project-health__dates{align-items:flex-start;flex-direction:column;gap:var(--sp-2)}.project-roadmap-preview__track{gap:var(--sp-2);grid-template-columns:minmax(0,1fr)}.project-roadmap-preview__step{align-items:center;display:grid;gap:var(--sp-3);grid-template-columns:34px minmax(0,1fr) auto;text-align:left}.project-roadmap-preview__step:before{bottom:50%;height:auto;left:16px;right:auto;top:-50%;width:2px}.project-roadmap-preview__step strong,.project-roadmap-preview__step>span{margin:0}.project-section-page{padding:var(--sp-4)}.project-phase-card{align-items:start;grid-template-columns:40px minmax(0,1fr)}.project-phase-card__progress{grid-column:1 / -1}.project-document{align-items:start;grid-template-columns:40px minmax(0,1fr)}.project-document>button,.project-approval__actions,.project-approval__actions button{grid-column:1 / -1;justify-content:center;width:100%}.project-approval__actions{flex-direction:column}}.project-hub-theme-toggle{background:#0f1a40b8;border:1px solid var(--nexor-line);border-radius:10px;display:inline-flex;padding:3px}.project-hub-theme-toggle button{background:transparent;border:0;border-radius:7px;color:var(--nexor-muted-bright);cursor:pointer;font-family:var(--nexor-text);font-size:11px;font-weight:600;min-height:30px;padding:0 11px}.project-hub-theme-toggle button:hover{color:var(--nexor-fog)}.project-hub-theme-toggle button.active{background:var(--nexor-signal);color:#06231f}.project-hub-demo-shell--light{--nexor-fog: #0b1330;--nexor-muted-bright: #536184;--nexor-line: rgba(30, 42, 84, .14);background:#f5f7fc;color:var(--nexor-ink)}.project-hub-demo-shell--light .project-hub-demo-bar{background:#fffffff5;box-shadow:0 8px 30px #0b13300f}.project-hub-demo-shell--light .project-hub-demo-bar__context>span{color:#087e74}.project-hub-demo-shell--light .project-hub-theme-toggle{background:#eef2fb}.project-hub-demo-shell--light .project-hub-theme-toggle button:hover{color:var(--nexor-ink)}.project-hub-demo-shell--light .project-hub-demo-bar select{background:#fff;color:var(--nexor-ink)}.project-hub--light{--nexor-fog: #0b1330;--nexor-muted-bright: #5c698d;--nexor-muted: #7884a8;--nexor-card: #ffffff;--nexor-card-raised: #f7f9fe;--nexor-slate: #edf1fb;--nexor-line: rgba(30, 42, 84, .13);--nexor-signal-soft: rgba(20, 177, 163, .1);--nexor-link-soft: rgba(79, 123, 255, .1);background:linear-gradient(rgba(30,42,84,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(30,42,84,.035) 1px,transparent 1px),#f5f7fc;background-size:42px 42px;color:var(--nexor-ink)}.project-hub--light .project-hub__preview{background:linear-gradient(90deg,#4f7bff17,#2fe3d00f);border-color:#4f7bff33}.project-hub--light .project-hub__preview span{color:#fff}.project-hub--light .project-hub__eyebrow,.project-hub--light .project-panel header span,.project-hub--light .project-section-page>header>p{color:#087e74}.project-hub--light .project-hub__active-badge{color:#087e74}.project-hub--light .project-hub__nav,.project-hub--light .project-hub__metric,.project-hub--light .project-panel,.project-hub--light .project-section-page,.project-hub--light .project-phase-card,.project-hub--light .project-deliverable,.project-hub--light .project-document,.project-hub--light .project-approval,.project-hub--light .project-hub-state,.project-hub--light .project-health{background:#fffffff0;border-color:var(--nexor-line);box-shadow:0 18px 46px -36px #0b133052,inset 0 1px #fff}.project-hub--light .project-hub__nav button{color:#687394}.project-hub--light .project-hub__nav button:hover{color:var(--nexor-ink)}.project-hub--light .project-hub__nav button.active{color:#087e74}.project-hub--light .project-hub__title-row h1,.project-hub--light .project-panel header h2,.project-hub--light .project-section-page>header h2,.project-hub--light .project-hub__metric strong,.project-hub--light .project-phase-card h3,.project-hub--light .project-deliverable h3,.project-hub--light .project-document h3,.project-hub--light .project-approval h3,.project-hub--light .project-health__status strong,.project-hub--light .project-health__dates strong,.project-hub--light .project-week__item>span,.project-hub--light .project-update strong,.project-hub--light .project-approval-preview strong,.project-hub--light .project-empty strong{color:var(--nexor-ink)}.project-hub--light .project-hub__metric--progress strong{color:#087e74}.project-hub--light .project-hub__metric--attention{background:linear-gradient(150deg,#fff9ec,#fffdf8);border-color:#dd972a61}.project-hub--light .project-hub__metric--attention strong,.project-hub--light .project-hub__metric--attention>span,.project-hub--light .project-hub__metric--attention small{color:#8a5a0a}.project-hub--light .project-progress{background:#e8ecf5}.project-hub--light .project-health{border-left-color:#14b1a3}.project-hub--light .project-health--yellow{border-left-color:#dd972a}.project-hub--light .project-health--red{border-left-color:#d94d63}.project-hub--light .project-roadmap-preview__marker,.project-hub--light .project-phase-card__number,.project-hub--light .project-deliverable__icon,.project-hub--light .project-document__icon{background:#f2f5fb}.project-hub--light .project-roadmap-preview__step--completed .project-roadmap-preview__marker{color:#06231f}.project-hub--light .project-week__item--in_progress i{box-shadow:inset 0 0 0 4px #fff}.project-hub--light .project-timeline__item>i{border-color:#fff}.project-hub--light .project-needs--pending,.project-hub--light .project-approval{border-color:var(--nexor-line);border-left-color:#dd972a}.project-hub--light .project-approval__response textarea{background:#fff;color:var(--nexor-ink)}.project-hub--light .project-approval__comment{background:#4f7bff0f}.project-hub--light .secondary-button{background:#fff;border-color:var(--nexor-line);color:var(--nexor-ink)}.project-hub--light .secondary-button:hover:not(:disabled){background:#eef2fb;border-color:#4f7bff4d;color:#315dcc}@media(max-width:920px){.project-hub-demo-bar__context{gap:12px}.project-hub-demo-bar__context>span{display:none}}@media(max-width:700px){.project-hub-theme-toggle{align-self:flex-start}}.project-workboard{display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:1240px;width:100%}.project-workboard__header{align-items:flex-end;display:flex;gap:24px;justify-content:space-between}.project-workboard__header>div:first-child{max-width:760px}.project-workboard__header p,.project-task-panel header span{color:var(--brand-400);font-size:11px;font-weight:750;letter-spacing:.12em;margin:0 0 7px;text-transform:uppercase}.project-workboard__header h2{color:inherit;font-size:clamp(24px,3vw,34px);letter-spacing:-.035em;margin:0 0 8px}.project-workboard__header>div>span{color:var(--color-text-secondary);display:block;font-size:14px;line-height:1.55}.project-workboard__view-toggle{background:#ffffff0d;border:1px solid var(--color-border-default);border-radius:12px;display:flex;flex:none;gap:4px;padding:4px}.project-workboard__view-toggle button{align-items:center;background:transparent;border:0;border-radius:8px;color:var(--color-text-secondary);cursor:pointer;display:flex;font:inherit;font-size:13px;font-weight:700;gap:8px;padding:9px 13px}.project-workboard__view-toggle button.active{background:var(--brand-700);box-shadow:0 7px 20px -12px var(--brand-500);color:#fff}.project-objectives{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr))}.project-objective{background:var(--color-bg-surface);border:1px solid var(--color-border-default);border-radius:14px;color:inherit;cursor:pointer;min-height:158px;padding:16px;text-align:left;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.project-objective:hover,.project-objective.active{border-color:var(--brand-400);box-shadow:0 17px 42px -32px #2b5bd2a6;transform:translateY(-1px)}.project-objective>span,.project-objective>small{color:var(--color-text-secondary);display:block;font-size:11px}.project-objective>span{font-weight:750;letter-spacing:.06em;margin-bottom:10px;text-transform:uppercase}.project-objective>strong{display:block;font-size:15px;line-height:1.3;margin-bottom:7px}.project-objective>p{color:var(--color-text-secondary);display:-webkit-box;font-size:12px;line-height:1.45;margin:0 0 12px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.project-objective>div{align-items:center;display:flex;gap:8px;margin-bottom:8px}.project-objective>div>i,.project-task-card__progress>i{background:var(--color-bg-app);border-radius:999px;display:block;flex:1;height:5px;overflow:hidden}.project-objective>div b,.project-task-card__progress b{background:linear-gradient(90deg,var(--brand-500),#2fe3d0);border-radius:inherit;display:block;height:100%}.project-objective>div em{color:var(--color-text-secondary);font-size:11px;font-style:normal;font-weight:700}.project-objective--all{background:linear-gradient(145deg,var(--brand-800),var(--brand-900));border-color:#6084ff59;color:#fff}.project-objective--all>span,.project-objective--all>small{color:#b9c5e5}.project-objective--all>strong{font-size:24px;margin:24px 0 10px}.project-gantt-shell{background:var(--color-bg-surface);border:1px solid var(--color-border-default);border-radius:16px;box-shadow:0 18px 45px -38px #0f22518c;overflow:auto}.project-gantt{display:grid;grid-template-columns:260px var(--gantt-width);min-width:calc(260px + var(--gantt-width))}.project-gantt__corner{background:var(--color-bg-surface);border-bottom:1px solid var(--color-border-default);border-right:1px solid var(--color-border-default);left:0;padding:14px 16px;position:sticky;top:0;z-index:6}.project-gantt__corner span,.project-gantt__corner small{display:block}.project-gantt__corner span{font-size:13px;font-weight:750}.project-gantt__corner small{color:var(--color-text-secondary);font-size:10px;margin-top:3px}.project-gantt__dates{background:var(--color-bg-surface);border-bottom:1px solid var(--color-border-default);display:flex;position:sticky;top:0;z-index:5}.project-gantt__dates>div{align-items:center;border-right:1px solid var(--color-border-subtle, var(--color-border-default));color:var(--color-text-secondary);display:flex;flex:none;flex-direction:column;font-size:9px;justify-content:center;min-height:57px;text-transform:uppercase}.project-gantt__dates>div strong{color:var(--color-text-primary);font-size:12px;margin-top:3px}.project-gantt__dates>div.weekend{background:#7885a614}.project-gantt__row{display:contents}.project-gantt__task{align-items:flex-start;background:var(--color-bg-surface);border:0;border-bottom:1px solid var(--color-border-default);border-right:1px solid var(--color-border-default);color:inherit;cursor:pointer;display:grid;grid-template-columns:8px minmax(0,1fr);left:0;min-height:66px;padding:13px 15px;position:sticky;text-align:left;z-index:3}.project-gantt__task:hover{background:var(--color-bg-app)}.project-gantt__task strong{font-size:12px;line-height:1.25}.project-gantt__task small{color:var(--color-text-secondary);font-size:10px;grid-column:2;margin-top:5px}.project-priority{border-radius:50%;height:7px;margin-top:4px;width:7px}.project-priority--low{background:#7b8aa7}.project-priority--medium{background:#4f7bff}.project-priority--high{background:#e49a28}.project-priority--critical{background:#dd5368}.project-gantt__track{border-bottom:1px solid var(--color-border-default);display:flex;min-height:66px;position:relative}.project-gantt__track>i{border-right:1px solid var(--color-border-subtle, var(--color-border-default));flex:none}.project-gantt__track>i.weekend{background:#7885a612}.project-gantt__bar{background:#4f7bff;border:0;border-radius:7px;box-shadow:0 7px 16px -10px #172e76;color:#fff;cursor:pointer;height:26px;overflow:hidden;padding:0;position:absolute;top:20px}.project-gantt__bar>i{background:#040f2c33;display:block;height:100%}.project-gantt__bar>span{font-size:9px;font-weight:800;left:8px;position:absolute;top:7px}.project-gantt__bar--done{background:#16a99c}.project-gantt__bar--review{background:#8b67d9}.project-gantt__bar--blocked{background:#d94d63}.project-gantt__bar--backlog,.project-gantt__bar--todo{background:#7b8aa7}.project-gantt__today{background:#e94b62;height:100%;position:absolute;top:0;width:1px;z-index:2}.project-gantt__today b{background:#e94b62;border-radius:4px;color:#fff;font-size:8px;left:-12px;padding:2px 4px;position:absolute;top:3px}.project-kanban{display:grid;gap:12px;grid-template-columns:repeat(5,minmax(220px,1fr));overflow-x:auto;padding-bottom:8px}.project-kanban__column{background:#7b8aa714;border:1px solid var(--color-border-default);border-radius:14px;min-height:440px;padding:11px}.project-kanban__column>header{align-items:center;display:flex;font-size:12px;font-weight:750;justify-content:space-between;padding:3px 3px 12px}.project-kanban__column>header b{align-items:center;background:var(--color-bg-surface);border:1px solid var(--color-border-default);border-radius:999px;display:flex;font-size:10px;height:22px;justify-content:center;width:22px}.project-kanban__cards{display:flex;flex-direction:column;gap:9px}.project-task-card{background:var(--color-bg-surface);border:1px solid var(--color-border-default);border-left:3px solid #7b8aa7;border-radius:10px;color:inherit;cursor:grab;padding:12px;transition:box-shadow .16s ease,transform .16s ease}.project-task-card:hover{box-shadow:0 15px 34px -28px #0d2458b3;transform:translateY(-1px)}.project-task-card--medium{border-left-color:#4f7bff}.project-task-card--high{border-left-color:#e49a28}.project-task-card--critical{border-left-color:#dd5368}.project-task-card__top,.project-task-card footer,.project-task-card footer>div,.project-task-card footer span,.project-task-card__progress{align-items:center;display:flex}.project-task-card__top{justify-content:space-between}.project-task-card__top span{color:var(--color-text-secondary);font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.project-task-card__top i{color:var(--color-text-secondary);font-size:11px;font-style:normal}.project-task-card h3{font-size:13px;line-height:1.35;margin:11px 0 6px}.project-task-card>p{color:var(--color-text-secondary);display:-webkit-box;font-size:11px;line-height:1.45;margin:0 0 12px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.project-task-card__progress{gap:8px}.project-task-card__progress span{color:var(--color-text-secondary);font-size:9px;font-weight:700}.project-task-card footer{border-top:1px solid var(--color-border-default);justify-content:space-between;margin-top:12px;padding-top:10px}.project-task-card footer>div{gap:8px}.project-task-card footer span{color:var(--color-text-secondary);font-size:9px;gap:3px}.project-task-card footer svg{height:12px;width:12px}.project-kanban__dropzone,.project-workboard__empty{border:1px dashed var(--color-border-default);border-radius:9px;color:var(--color-text-secondary);font-size:11px;padding:22px 12px;text-align:center}.project-task-panel-backdrop{align-items:stretch;background:#0308188a;display:flex;top:0;right:0;bottom:0;left:0;justify-content:flex-end;position:fixed;z-index:300}.project-task-panel{background:var(--color-bg-surface);box-shadow:-24px 0 80px -40px #020617;color:var(--color-text-primary);max-width:540px;overflow-y:auto;padding:26px;width:min(100%,540px)}.project-task-panel>header{align-items:flex-start;display:flex;gap:20px;justify-content:space-between}.project-task-panel>header h2{font-size:25px;letter-spacing:-.025em;line-height:1.18;margin:0}.project-task-panel>header>button{align-items:center;background:transparent;border:1px solid var(--color-border-default);border-radius:9px;color:inherit;cursor:pointer;display:flex;height:36px;justify-content:center;padding:0;width:36px}.project-task-panel__description{color:var(--color-text-secondary);font-size:13px;line-height:1.6;margin:18px 0 22px}.project-task-panel__meta{display:grid;gap:9px;grid-template-columns:repeat(2,minmax(0,1fr))}.project-task-panel__meta>div,.project-task-panel__meta>label{background:var(--color-bg-app);border:1px solid var(--color-border-default);border-radius:10px;display:flex;flex-direction:column;font-size:11px;gap:6px;padding:11px}.project-task-panel__meta span,.project-task-panel__meta>label{color:var(--color-text-secondary)}.project-task-panel__meta strong,.project-task-panel__meta select{color:var(--color-text-primary);font-size:12px;font-weight:700}.project-task-panel__meta select{background:var(--color-bg-surface);border:1px solid var(--color-border-default);border-radius:6px;padding:6px}.project-task-panel__meta .project-task-panel__state{align-self:flex-start;margin-bottom:0}.project-task-panel__meta .project-status--cancelled{color:#fff}.project-task-panel__meta small{color:var(--color-text-secondary);font-size:10px;line-height:1.35}.project-task-panel__priority--critical{color:#d33f57!important}.project-task-panel__priority--high{color:#aa6c0e!important}.project-task-panel__section{border-top:1px solid var(--color-border-default);margin-top:22px;padding-top:20px}.project-task-panel__section>header,.project-task-panel__section>header>div{align-items:center;display:flex;justify-content:space-between}.project-task-panel__section>header>div{gap:8px}.project-task-panel__section>header span{font-size:13px;font-weight:750}.project-task-panel__section>header strong{align-items:center;background:var(--color-bg-app);border-radius:999px;display:flex;font-size:10px;height:23px;justify-content:center;min-width:23px;padding:0 6px}.project-task-panel__section .project-progress{margin-top:12px}.project-task-panel__upload{align-items:center;border:1px solid var(--color-border-default);border-radius:8px;color:var(--brand-400);cursor:pointer;display:flex;font-size:11px;font-weight:750;gap:6px;padding:7px 9px}.project-task-panel__upload input{display:none}.project-task-panel__upload svg{height:14px;width:14px}.project-task-files{display:flex;flex-direction:column;gap:7px;margin-top:12px}.project-task-files>p,.project-task-comments>p{color:var(--color-text-secondary);font-size:12px;line-height:1.5}.project-task-files button{align-items:center;background:var(--color-bg-app);border:1px solid var(--color-border-default);border-radius:9px;color:inherit;cursor:pointer;display:flex;gap:10px;padding:10px;text-align:left}.project-task-files button>span{display:flex;flex-direction:column;gap:3px;min-width:0}.project-task-files button strong{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-task-files button small{color:var(--color-text-secondary);font-size:9px}.project-task-comments{display:flex;flex-direction:column;gap:9px;margin-top:13px}.project-task-comments article{background:var(--color-bg-app);border-radius:10px;padding:11px}.project-task-comments article>div{align-items:center;display:flex;gap:8px;justify-content:space-between}.project-task-comments article strong{font-size:11px}.project-task-comments article small{color:var(--color-text-secondary);font-size:9px}.project-task-comments article p{font-size:12px;line-height:1.5;margin:8px 0 0}.project-task-comment-form{display:flex;flex-direction:column;gap:8px;margin-top:13px}.project-task-comment-form textarea{background:var(--color-bg-app);border:1px solid var(--color-border-default);border-radius:10px;color:inherit;font:inherit;font-size:12px;min-height:84px;padding:11px;resize:vertical}.project-task-comment-form button{align-self:flex-end}.project-hub--light .project-workboard__header p,.project-hub--light .project-task-panel header span{color:#087e74}.project-hub--light .project-gantt-shell,.project-hub--light .project-objective,.project-hub--light .project-task-card,.project-hub--light .project-task-panel{box-shadow:0 18px 46px -36px #0b13305c}.project-hub--light .project-gantt__day.weekend,.project-hub--light .project-gantt__track>i.weekend,.project-hub--light .project-kanban__column{background:#5067990b}.project-hub--light .project-workboard__view-toggle{background:#fff}@media(max-width:1020px){.project-objectives{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.project-workboard__header{align-items:stretch;flex-direction:column}.project-workboard__view-toggle{align-self:flex-start}.project-objectives{display:flex;margin-right:-20px;overflow-x:auto;padding:0 20px 7px 0}.project-objective{flex:0 0 265px}.project-gantt{grid-template-columns:210px var(--gantt-width);min-width:calc(210px + var(--gantt-width))}.project-task-panel{padding:20px}.project-task-panel__meta{grid-template-columns:1fr}}.project-hub-demo-shell{display:grid;grid-template-rows:70px minmax(0,1fr);height:100dvh;top:0;right:0;bottom:0;left:0;overflow:hidden;position:fixed;width:100%}.environment-banner+.project-hub-demo-shell{bottom:0;height:auto;top:26px}.project-hub-demo-bar{align-items:center;background:#fffffffa!important;box-shadow:0 10px 34px #0b133012!important;display:flex;justify-content:space-between;min-height:70px;padding:9px 24px;z-index:40}.project-hub-demo-bar:after{background:linear-gradient(90deg,var(--nexor-signal),var(--nexor-link),transparent 82%);width:min(760px,72vw)}.project-hub-demo-brand{display:block;flex:0 0 auto;line-height:0;width:clamp(190px,18vw,238px)}.project-hub-demo-logo{display:block;height:auto;object-fit:contain;object-position:left center;width:100%}.project-hub-client-logo{align-items:center;display:flex;height:44px;justify-content:flex-end;min-width:120px}.project-hub-client-logo img{display:block;max-height:40px;max-width:min(230px,28vw);object-fit:contain;object-position:right center}.project-hub{display:grid;gap:0;grid-template-columns:246px minmax(0,1fr);min-height:0;overflow:hidden;padding:0;transition:grid-template-columns .22s ease}.project-hub--sidebar-collapsed{grid-template-columns:76px minmax(0,1fr)}.project-hub__sidebar{background:radial-gradient(circle at 25% 0,rgba(79,123,255,.22),transparent 36%),linear-gradient(180deg,#0b1537,#07102b 72%,#081535);border-right:1px solid rgba(120,140,210,.2);color:#eaf0ff;display:flex;flex-direction:column;min-height:0;overflow:hidden;padding:18px 13px 16px;position:relative}.project-hub__sidebar:before{background:linear-gradient(var(--nexor-signal),var(--nexor-link),transparent);content:"";height:180px;left:0;opacity:.72;position:absolute;top:0;width:2px}.project-hub__sidebar-head{align-items:center;display:flex;gap:10px;justify-content:space-between;min-height:54px;padding:0 4px 16px 7px}.project-hub__sidebar-head>div{min-width:0}.project-hub__sidebar-head span,.project-hub__sidebar-head strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-solutions-page>header h2{margin:0}.project-solutions{display:grid;gap:18px;grid-template-columns:minmax(260px,.75fr) minmax(380px,1.25fr)}.project-solutions__list{display:flex;flex-direction:column;gap:8px}.project-solutions__list button{align-items:center;background:#fff;border:1px solid #dfe5f1;border-radius:16px;color:#1e2a54;cursor:pointer;display:grid;gap:12px;grid-template-columns:42px minmax(0,1fr) auto 18px;min-height:78px;padding:12px 14px;text-align:left;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease;width:100%}.project-solutions__list button:hover{border-color:#4f7bff75;transform:translateY(-1px)}.project-solutions__list button.active{border-color:#4f7bff;box-shadow:0 10px 28px #1e2a5417,inset 3px 0 #2fe3d0}.project-solutions__list button>span:nth-child(2){min-width:0}.project-solutions__list button strong,.project-solutions__list button small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-solutions__list button strong{font-size:14px}.project-solutions__list button small{color:#7180a4;font-size:11px;margin-top:5px}.project-solutions__list button>b{color:#4f7bff;font-size:12px}.project-solutions__list button>svg{height:16px;width:16px}.project-solutions__glyph{align-items:center;background:#eaf0ff;border-radius:12px;color:#4f7bff;display:flex;height:42px;justify-content:center;width:42px}.project-solutions__glyph svg{height:20px;width:20px}.project-solution-detail{background:#fff;border:1px solid #dfe5f1;border-radius:20px;box-shadow:0 18px 44px #1e2a5414;padding:clamp(22px,3vw,34px)}.project-solution-detail__top{align-items:center;display:flex;justify-content:space-between}.project-solution-detail__top>strong{color:#4f7bff;font-size:13px}.project-solution-detail h3{color:#101936;font-size:clamp(25px,3vw,36px);letter-spacing:-.035em;margin:22px 0 8px}.project-solution-detail>p{color:#657394;font-size:14px;line-height:1.65;margin:0 0 22px;max-width:66ch}.project-solution-detail dl{border-bottom:1px solid #e6eaf3;border-top:1px solid #e6eaf3;display:grid;gap:0;grid-template-columns:repeat(3,1fr);margin:24px 0}.project-solution-detail dl>div{padding:18px 18px 18px 0}.project-solution-detail dt{color:#8792ad;font-size:10px;font-weight:750;letter-spacing:.09em;margin-bottom:7px;text-transform:uppercase}.project-solution-detail dd{color:#1e2a54;font-size:13px;font-weight:700;line-height:1.45;margin:0}.project-solution-detail__scope>span{color:#8792ad;display:block;font-size:10px;font-weight:750;letter-spacing:.09em;margin-bottom:10px;text-transform:uppercase}.project-solution-detail__scope>div{display:flex;flex-wrap:wrap;gap:8px}.project-solution-detail__scope i{background:#f1f4fb;border-radius:999px;color:#405078;font-size:11px;font-style:normal;font-weight:700;padding:8px 12px}.project-solution-detail__open{align-items:center;background:#172b59;border:0;border-radius:13px;color:#fff;cursor:pointer;display:inline-flex;font-size:12px;font-weight:750;gap:9px;margin-top:24px;min-height:42px;padding:0 16px}.project-solution-detail__open svg{height:16px;width:16px}.solution-workspace{display:flex;flex-direction:column;gap:14px;margin:0 auto;max-width:1240px;width:100%}.solution-workspace__back{align-items:center;align-self:flex-start;background:transparent;border:0;color:#536284;cursor:pointer;display:inline-flex;font-size:12px;font-weight:750;gap:7px;padding:2px 0}.solution-workspace__back svg{height:16px;width:16px}.solution-workspace__hero{align-items:center;background:radial-gradient(circle at 85% 12%,rgba(47,227,208,.13),transparent 30%),#fff;border:1px solid #dfe5f1;border-radius:18px;box-shadow:0 10px 28px #1e2a540e;display:flex;gap:22px;justify-content:space-between;min-height:118px;padding:20px 24px}.solution-workspace__hero>div{max-width:780px}.solution-workspace__hero>div>p{color:#138c83;font-size:10px;font-weight:800;letter-spacing:.12em;margin:0 0 8px;text-transform:uppercase}.solution-workspace__hero>div>div{align-items:center;display:flex;flex-wrap:wrap;gap:13px}.solution-workspace__hero h1{color:#101936;font-size:clamp(27px,3.4vw,39px);letter-spacing:-.05em;line-height:1;margin:0}.solution-workspace__hero>div>span{color:#627192;display:block;font-size:12px;line-height:1.5;margin-top:9px}.solution-workspace__hero>aside{background:#f5f7fcdb;border:1px solid #e0e6f2;border-radius:14px;flex:0 0 160px;padding:14px 16px}.solution-workspace__hero>aside strong,.solution-workspace__hero>aside span{display:block}.solution-workspace__hero>aside strong{color:#4f7bff;font-size:25px;letter-spacing:-.04em}.solution-workspace__hero>aside span{color:#7b87a4;font-size:10px;font-weight:750;letter-spacing:.08em;margin:2px 0 9px;text-transform:uppercase}.solution-workspace__floating-nav{align-items:center;align-self:center;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe6;border:1px solid rgba(199,208,228,.85);border-radius:18px;box-shadow:0 14px 40px #1e2a5421;display:flex;gap:3px;max-width:calc(100vw - 320px);overflow-x:auto;padding:6px;position:sticky;top:12px;width:max-content;z-index:20}.solution-workspace__floating-nav button{align-items:center;background:transparent;border:0;border-radius:12px;color:#6d7a99;cursor:pointer;display:flex;flex:none;font-size:11px;font-weight:750;gap:7px;min-height:40px;padding:0 13px}.solution-workspace__floating-nav button.active{background:#172b59;color:#fff}.solution-workspace__floating-nav button svg{height:16px;width:16px}.solution-workspace__floating-nav button b{align-items:center;background:#ffcf71;border-radius:999px;color:#5d3b00;display:flex;font-size:9px;height:18px;justify-content:center;min-width:18px}.solution-workspace__overview{display:flex;flex-direction:column;gap:18px}.solution-workspace__single-sheet{background:#fff;border:1px solid #dfe5f1;border-radius:20px;box-shadow:0 14px 38px #1e2a540f;overflow:hidden;padding:0 clamp(20px,3vw,34px)}.solution-workspace__single-sheet>section{padding:clamp(26px,4vw,40px) 0}.solution-workspace__single-sheet>section+section{border-top:1px solid #e5e9f1}.solution-workspace__single-sheet .solution-sheet-card,.solution-workspace__single-sheet .solution-sheet-page{background:transparent;border:0;border-radius:0}.solution-workspace__single-sheet .solution-sheet-card{background:#f8f9fc;border-radius:16px;padding:22px}.solution-workspace__single-sheet .solution-sheet-page{padding-left:0;padding-right:0}.solution-workspace__sheet-section{scroll-margin-top:18px}.solution-workspace__metrics{display:grid;gap:12px;grid-template-columns:repeat(4,1fr)}.solution-workspace__metrics article{background:#f8f9fc;border:1px solid #e7eaf2;border-radius:14px;min-height:108px;padding:17px}.solution-workspace__metrics span,.solution-workspace__metrics strong,.solution-workspace__metrics small{display:block}.solution-workspace__metrics span{color:#8a95ae;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.solution-workspace__metrics strong{color:#172548;font-size:18px;line-height:1.25;margin:13px 0 7px}.solution-workspace__metrics small{color:#7c88a3;font-size:10px}.solution-workspace__overview-grid{display:grid;gap:16px;grid-template-columns:.9fr 1.1fr}.solution-sheet-card,.solution-sheet-page{background:#fff;border:1px solid #e0e5f0;border-radius:20px;padding:clamp(22px,3vw,32px)}.solution-sheet-card header>span,.solution-sheet-page>header span{color:#138c83;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.solution-sheet-card h2,.solution-sheet-page h2{color:#142043;font-size:24px;letter-spacing:-.03em;margin:8px 0 0}.solution-sheet-card__scope{display:grid;gap:10px;grid-template-columns:repeat(2,1fr);margin-top:24px}.solution-sheet-card__scope>span{align-items:center;background:#f4f6fb;border-radius:13px;color:#35456c;display:flex;font-size:12px;font-weight:700;gap:9px;min-height:48px;padding:0 13px}.solution-sheet-card__scope svg{color:#16a99e;height:16px;width:16px}.solution-sheet-card>p,.solution-sheet-page>header p{color:#73809c;font-size:12px;line-height:1.55;margin:10px 0 0}.solution-sheet-card ul{display:flex;flex-direction:column;gap:10px;list-style:none;margin:20px 0;padding:0}.solution-sheet-card li{align-items:center;display:flex;gap:10px}.solution-sheet-card li>i{background:#4f7bff;border-radius:50%;flex:none;height:7px;width:7px}.solution-sheet-card li strong,.solution-sheet-card li small{display:block}.solution-sheet-card li strong{color:#26365e;font-size:12px}.solution-sheet-card li small{color:#8994aa;font-size:10px;margin-top:3px}.solution-sheet-card>button,.solution-sheet-page>header>button,.solution-approval-list article>button,.solution-file-list article>button{align-items:center;background:#172b59;border:0;border-radius:11px;color:#fff;cursor:pointer;display:inline-flex;font-size:11px;font-weight:750;gap:7px;min-height:38px;padding:0 14px}.solution-sheet-page>header{align-items:flex-start;border-bottom:1px solid #e5e9f1;display:flex;gap:20px;justify-content:space-between;margin-bottom:22px;padding-bottom:22px}.solution-sheet-page>header svg{height:15px;width:15px}.solution-approval-list,.solution-file-list{display:flex;flex-direction:column;gap:10px}.solution-approval-list article{align-items:center;background:#f8f9fc;border:1px solid #e4e8f1;border-radius:15px;display:flex;gap:22px;justify-content:space-between;padding:18px}.solution-approval-list h3{color:#1c2b51;font-size:15px;margin:12px 0 5px}.solution-approval-list p{color:#6f7c98;font-size:12px;line-height:1.5;margin:0 0 8px}.solution-approval-list small{color:#8b95aa;font-size:10px}.solution-file-list article{align-items:center;border-bottom:1px solid #e6eaf2;display:grid;gap:14px;grid-template-columns:42px minmax(0,1fr) auto;padding:14px 4px}.solution-file-list article>span{align-items:center;background:#eaf0ff;border-radius:11px;color:#4f7bff;display:flex;height:42px;justify-content:center;width:42px}.solution-file-list article>span svg{height:19px;width:19px}.solution-file-list article strong,.solution-file-list article small{display:block}.solution-file-list article strong{color:#27375d;font-size:13px}.solution-file-list article small{color:#8994aa;font-size:10px;margin-top:5px}.solution-user-grid{display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.solution-user-grid article{align-items:center;background:#f8f9fc;border:1px solid #e4e8f1;border-radius:15px;display:grid;gap:13px;grid-template-columns:44px minmax(0,1fr) auto;padding:16px}.solution-user-grid article>i{align-items:center;background:linear-gradient(145deg,#1e2a54,#4f7bff);border-radius:13px;color:#fff;display:flex;font-size:11px;font-style:normal;font-weight:800;height:44px;justify-content:center;width:44px}.solution-user-grid strong,.solution-user-grid span,.solution-user-grid small{display:block}.solution-user-grid strong{color:#26365d;font-size:13px}.solution-user-grid span{color:#62708e;font-size:11px;margin-top:3px}.solution-user-grid small{color:#9099ad;font-size:9px;margin-top:5px}.solution-user-grid article>b{color:#138c83;font-size:9px;text-transform:uppercase}.solution-sheet-empty{color:#7b87a2;font-size:12px;padding:24px 0;text-align:center}.project-workboard__mode-badge{background:#eef3ff;border:1px solid #dce5fa;border-radius:999px;color:#4f6593;flex:none;font-size:10px;font-weight:800;letter-spacing:.06em;padding:9px 13px;text-transform:uppercase}.project-solutions-plan__summary{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.project-solutions-plan__summary article{background:#fff;border:1px solid #e0e5f0;border-radius:15px;padding:17px 19px}.project-solutions-plan__summary span,.project-solutions-plan__summary strong,.project-solutions-plan__summary small{display:block}.project-solutions-plan__summary span{color:#8894ad;font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.project-solutions-plan__summary strong{color:#182750;font-size:25px;margin:9px 0 4px}.project-solutions-plan__summary small{color:#8490a8;font-size:10px}.master-solutions-gantt .project-gantt__task{grid-template-columns:minmax(0,1fr)}.master-solutions-gantt .project-gantt__task small{grid-column:1}.master-solutions-gantt .project-gantt__bar--pending,.master-solutions-gantt .project-gantt__bar--planned{background:#8995ad}.master-solutions-gantt .project-gantt__bar--completed,.master-solutions-gantt .project-gantt__bar--delivered{background:#16a99c}.master-solutions-board{grid-template-columns:repeat(4,minmax(230px,1fr))}.master-solution-card{border-left-color:#4f7bff;cursor:pointer}.master-solution-card footer>button{align-items:center;background:#eef3ff;border:0;border-radius:8px;color:#4f7bff;display:flex;height:28px;justify-content:center;width:28px}.master-solution-card footer>button svg{height:14px;width:14px}.project-hub__sidebar-head span{color:#7f90bd;font-family:var(--nexor-display);font-size:9px;font-weight:700;letter-spacing:.13em;margin-bottom:5px;text-transform:uppercase}.project-hub__sidebar-head strong{color:#fff;font-size:14px}.project-hub__sidebar-head button{align-items:center;background:#ffffff0e;border:1px solid rgba(159,177,230,.16);border-radius:10px;color:#aebce2;cursor:pointer;display:flex;flex:none;height:38px;justify-content:center;padding:0;transition:background .16s ease,color .16s ease,transform .22s ease;width:38px}.project-hub__sidebar-head button:hover{background:#2fe3d01c;border-color:#2fe3d047;color:var(--nexor-signal)}.project-hub__sidebar-head button svg{height:18px;width:18px}.project-hub__nav{background:transparent!important;border:0!important;border-radius:0;box-shadow:none!important;display:flex;flex:1;flex-direction:column;gap:5px;margin:0;max-width:none;min-height:0;overflow-x:hidden;overflow-y:auto;padding:7px 0;width:100%}.project-hub__nav button{align-items:center;background:transparent;border:0;border-left:2px solid transparent;border-radius:9px;color:#9eacd3!important;cursor:pointer;display:grid;flex:none;font-family:var(--nexor-text);font-size:12px;font-weight:650;gap:11px;grid-template-columns:22px minmax(0,1fr) auto;min-height:44px;padding:0 11px;text-align:left;transition:background .16s ease,color .16s ease,border-color .16s ease;width:100%}.project-hub__nav button:hover{background:#ffffff0e;color:#fff!important}.project-hub__nav button.active{background:linear-gradient(90deg,#2fe3d026,#4f7bff1a);border-bottom-color:transparent;border-left-color:var(--nexor-signal);color:#fff!important}.project-hub__nav button.active svg{color:var(--nexor-signal);filter:drop-shadow(0 0 7px rgba(47,227,208,.3))}.project-hub__nav button svg{height:19px;width:19px}.project-hub__nav-label{background:transparent!important;color:inherit!important;min-width:0;overflow:hidden;padding:0!important;text-overflow:ellipsis;white-space:nowrap}.project-hub__nav-count{align-items:center;background:#ffcf71!important;border-radius:999px;color:#5d3b00!important;display:flex;font-size:9px;font-weight:800;height:20px;justify-content:center;min-width:20px;padding:0 5px!important}.project-hub__sidebar>footer{align-items:center;border-top:1px solid rgba(159,177,230,.12);color:#7283b1;display:flex;flex:none;font-family:var(--nexor-display);font-size:9px;font-weight:700;gap:9px;letter-spacing:.12em;margin-top:10px;padding:16px 10px 2px;text-transform:uppercase;white-space:nowrap}.project-hub__sidebar>footer i{background:var(--nexor-signal);border-radius:50%;box-shadow:0 0 12px #2fe3d0ad;flex:none;height:6px;width:6px}.project-hub__workspace{background:linear-gradient(rgba(30,42,84,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(30,42,84,.035) 1px,transparent 1px),#f5f7fc;background-size:42px 42px;display:flex;flex-direction:column;gap:20px;min-height:0;overflow-x:hidden;overflow-y:auto;padding:clamp(22px,3vw,36px)}.project-hub--sidebar-collapsed .project-hub__sidebar-head{justify-content:center;padding-left:0;padding-right:0}.project-hub--sidebar-collapsed .project-hub__sidebar-head>div,.project-hub--sidebar-collapsed .project-hub__nav-label,.project-hub--sidebar-collapsed .project-hub__sidebar>footer span{display:none}.project-hub--sidebar-collapsed .project-hub__sidebar-head button svg{transform:rotate(180deg)}.project-hub--sidebar-collapsed .project-hub__nav button{display:flex;justify-content:center;padding:0}.project-hub--sidebar-collapsed .project-hub__nav-count{border:2px solid #0b1537;font-size:0;height:9px;min-width:9px;padding:0!important;position:absolute;transform:translate(9px,-9px);width:9px}.project-hub--sidebar-collapsed .project-hub__sidebar>footer{justify-content:center;padding-left:0;padding-right:0}@media(max-width:760px){.project-hub-demo-shell{grid-template-rows:58px minmax(0,1fr)}.project-hub-demo-bar{min-height:58px;padding:7px 14px}.project-hub-demo-brand{width:38px}.project-hub-demo-logo{height:auto;width:38px}.project-hub-client-logo{height:38px;min-width:80px}.project-hub-client-logo img{max-height:26px;max-width:38vw}.project-hub,.project-hub--sidebar-collapsed{grid-template-columns:66px minmax(0,1fr)}.project-hub__sidebar{padding:12px 8px}.project-hub__sidebar-head{justify-content:center;padding-left:0;padding-right:0}.project-hub__sidebar-head>div,.project-hub__nav-label,.project-hub__sidebar>footer span{display:none!important}.project-hub__nav-label{max-width:0!important;opacity:0!important;overflow:hidden!important;visibility:hidden!important;width:0!important}.project-hub__nav button{display:flex;font-size:0;justify-content:center;padding:0}.project-hub__nav-count{border:2px solid #0b1537;font-size:0;height:9px;min-width:9px;padding:0!important;position:absolute;transform:translate(9px,-9px);width:9px}.project-hub__sidebar>footer{justify-content:center;padding-left:0;padding-right:0}.project-hub__workspace{background-size:30px 30px;padding:18px 14px 26px}.project-solutions,.project-solution-detail dl{grid-template-columns:1fr}.project-solution-detail dl>div{border-bottom:1px solid #eef1f6;padding:14px 0}.project-solution-detail dl>div:last-child{border-bottom:0}.solution-workspace__hero{align-items:stretch;flex-direction:column;gap:14px;padding:18px}.solution-workspace__hero>aside{flex:none}.solution-workspace__single-sheet{border-radius:16px;padding:0 16px}.solution-workspace__single-sheet>section{padding:24px 0}.solution-workspace__metrics{grid-template-columns:repeat(2,1fr)}.solution-workspace__overview-grid,.solution-user-grid,.solution-sheet-card__scope{grid-template-columns:1fr}.solution-sheet-page>header{align-items:stretch;flex-direction:column}.solution-sheet-page>header>button{align-self:flex-start}.solution-approval-list article{align-items:stretch;flex-direction:column}.solution-approval-list article>button{align-self:flex-start}.project-solutions-plan__summary{grid-template-columns:1fr}.project-workboard__mode-badge{align-self:flex-start}}.project-hub{--project-ink: #0b1330;--project-link: #4f7bff;--project-signal: #17b9ab;--project-attention: #ffcf71;--project-paper: #ffffff;--project-ground: #f2f5fa;color-scheme:light}.project-hub ::selection{background:#2fe3d052;color:var(--project-ink)}.project-hub button:focus-visible,.project-hub a:focus-visible,.project-hub input:focus-visible,.project-hub textarea:focus-visible,.project-hub select:focus-visible{outline:3px solid rgba(79,123,255,.38);outline-offset:3px}.project-hub__workspace{background:radial-gradient(circle,rgba(30,42,84,.09) 1px,transparent 1.4px),var(--project-ground);background-size:30px 30px;gap:24px;scrollbar-color:rgba(79,123,255,.48) transparent;scrollbar-width:thin}.project-hub__workspace::-webkit-scrollbar{width:10px}.project-hub__workspace::-webkit-scrollbar-track{background:transparent}.project-hub__workspace::-webkit-scrollbar-thumb{background:#4f7bff6b;border:3px solid transparent;border-radius:999px;background-clip:padding-box}.project-hub__preview{align-items:center;background:#eaf0ffbd;border-color:#4f7bff2e;border-radius:12px;min-height:38px;padding:8px 12px;flex:0 0 auto}.project-hub--light .project-hub__preview span{background:transparent;color:#3159bc;padding:0}.project-hub__preview p{color:#52627f}.project-hub__briefing{display:grid;flex:0 0 auto;gap:12px;grid-template-columns:minmax(0,1fr) minmax(210px,.26fr);grid-template-rows:repeat(2,minmax(0,1fr));margin:0 auto;max-width:1240px;width:100%}.project-hub__briefing-main,.project-hub__briefing-progress,.project-hub__briefing-attention{border-radius:16px;min-width:0}.project-hub__briefing-main{background:radial-gradient(circle at 92% 4%,rgba(79,123,255,.16),transparent 31%),linear-gradient(135deg,#0b1330,#101f47 72%,#132b5c);box-shadow:0 24px 54px -38px #070d22c7;color:#eaf0ff;display:grid;gap:24px;grid-column:1;grid-row:1 / span 2;grid-template-columns:minmax(0,1fr) auto;min-height:238px;overflow:hidden;padding:clamp(24px,3.2vw,38px);position:relative}.project-hub__briefing-main:after{background:radial-gradient(circle at center,rgba(47,227,208,.7) 0 2px,transparent 2.5px),linear-gradient(90deg,transparent 49%,rgba(79,123,255,.18) 50%,transparent 51%);background-size:46px 46px,92px 100%;content:"";inset:auto -32px -50px auto;height:190px;opacity:.28;pointer-events:none;position:absolute;transform:rotate(-8deg);width:360px}.project-hub__briefing .project-hub__heading{align-self:start;min-width:0;position:relative;z-index:1}.project-hub__briefing .project-hub__title-row{align-items:flex-start;gap:14px}.project-hub__briefing .project-hub__title-row h1{color:#fff;font-family:var(--nexor-display);font-size:clamp(32px,4.2vw,58px);font-weight:700;letter-spacing:-.035em;line-height:.98;max-width:760px;text-wrap:balance}.project-hub__briefing .project-hub__active-badge{background:#2fe3d01f;border:1px solid rgba(47,227,208,.32);color:#78f3e5;flex:none;margin-top:6px}.project-hub__briefing .project-hub__heading>p{color:#aebbe0;font-size:14px;line-height:1.62;margin:18px 0 0;max-width:68ch}.project-hub__briefing-context{align-items:center;color:#91a1cc;display:flex;flex-wrap:wrap;font-size:11px;font-weight:700;gap:10px 18px;letter-spacing:.035em;margin-top:20px}.project-hub__health-signal{align-items:center;display:inline-flex;gap:7px}.project-hub__health-signal i{background:var(--project-signal);border-radius:50%;height:7px;width:7px}.project-hub__health-signal--yellow i{background:#ffcf71}.project-hub__health-signal--red i{background:#ff7c88}.project-hub__briefing .project-hub__contract{align-self:start;background:#ffffff14;border:1px solid rgba(190,204,244,.2);color:#fff;position:relative;z-index:1}.project-hub__briefing .project-hub__contract:hover{background:#2fe3d021;border-color:#2fe3d052}.project-hub__briefing-facts{align-self:end;display:grid;gap:0;grid-column:1 / -1;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;position:relative;z-index:1}.project-hub__briefing-facts>div{border-top:1px solid rgba(164,181,228,.18);min-width:0;padding:16px 18px 0 0}.project-hub__briefing-facts>div+div{padding-left:18px}.project-hub__briefing-facts dt{color:#7f91c0;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.project-hub__briefing-facts dd{color:#eef3ff;font-size:13px;font-weight:700;margin:7px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-hub__briefing-progress,.project-hub__briefing-attention{min-height:113px;padding:18px}.project-hub__briefing-progress{grid-column:2;grid-row:1}.project-hub__briefing-progress{background:var(--project-paper);box-shadow:0 20px 42px -34px #0b13308c;display:flex;flex-direction:column;justify-content:center}.project-hub__briefing-progress>span,.project-hub__briefing-attention>span{color:#71809f;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.project-hub__briefing-progress>strong,.project-hub__briefing-attention>strong{color:var(--project-ink);display:block;font-family:var(--nexor-display);font-size:32px;font-variant-numeric:tabular-nums;letter-spacing:-.035em;line-height:1;margin:10px 0}.project-hub__briefing-progress small,.project-hub__briefing-attention small{color:#7583a0;display:block;font-size:10px;line-height:1.35;margin-top:8px}.project-hub__briefing-progress .project-progress{height:5px}.project-hub__briefing-attention{background:#edf2ff;border:0;color:var(--project-ink);cursor:pointer;display:block;font-family:inherit;position:relative;text-align:left;transition:background .18s ease,transform .18s ease;width:100%;grid-column:2;grid-row:2}.project-hub__briefing-attention--pending{background:#fff4d9}.project-hub__briefing-attention:hover{background:#e3eaff;transform:translateY(-2px)}.project-hub__briefing-attention--pending:hover{background:#ffedbf}.project-hub__briefing-attention>svg{color:#4f7bff;height:17px;position:absolute;right:16px;top:16px;width:17px}.project-workboard.project-solutions-plan{background:var(--project-paper);border:0;border-radius:16px;box-shadow:0 28px 58px -46px #0b133094;margin:0 auto;max-width:1240px;overflow:hidden;padding:clamp(22px,2.8vw,32px);width:100%;flex:0 0 auto}.project-home-metrics{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr));margin:0 auto;max-width:1240px;width:100%}.project-home-metrics article{background:#fff;border:1px solid #e4e9f3;border-radius:14px;box-shadow:0 18px 36px -34px #0b13308c;min-height:118px;padding:18px}.project-home-metrics span,.project-home-metrics strong,.project-home-metrics small{display:block}.project-home-metrics span{color:#71809f;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.project-home-metrics strong{color:var(--project-ink);font-family:var(--nexor-display);font-size:clamp(23px,2.4vw,32px);font-variant-numeric:tabular-nums;letter-spacing:-.025em;line-height:1.05;margin:14px 0 9px;overflow-wrap:anywhere}.project-home-metrics small{color:#7a87a2;font-size:10px;line-height:1.4}.project-workboard__header{align-items:flex-end;border-bottom:1px solid #e6eaf2;margin-bottom:0;padding-bottom:22px}.project-solutions-plan__header{align-items:flex-start}.project-status-legend{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end;max-width:470px}.project-status-legend .project-status{white-space:nowrap}.project-workboard__header h2{color:var(--project-ink);font-size:clamp(26px,3vw,38px);letter-spacing:-.035em}.project-workboard__header>div>span{color:#697795;font-size:12px;margin-top:7px}.project-workboard__view-toggle{background:#eef2f8;border:0;padding:4px}.project-workboard__view-toggle button{min-height:38px}.project-solutions-plan__summary{background:var(--project-ink);border-radius:14px;gap:0;margin:22px 0 18px;overflow:hidden}.project-solutions-plan__summary article{background:transparent;border:0;border-radius:0;min-height:90px;padding:17px 20px}.project-solutions-plan__summary article+article{border-left:1px solid rgba(173,190,232,.16)}.project-solutions-plan__summary span{color:#8293c0}.project-solutions-plan__summary strong{color:#fff;font-variant-numeric:tabular-nums}.project-solutions-plan__summary small{color:#a8b4d2}.project-gantt-shell,.master-solutions-board{animation:project-evidence-in .32s cubic-bezier(.16,1,.3,1) both}.project-gantt--expandable{grid-template-columns:310px var(--gantt-width);min-width:calc(310px + var(--gantt-width))}.project-gantt__group,.project-gantt__children{display:contents}.project-gantt__dates--months>div{align-items:flex-start;min-height:57px;padding:10px 12px;text-transform:none}.project-gantt__dates--months>div strong{font-size:11px;margin:0;text-transform:capitalize}.project-gantt__dates--months>div small{color:#8b96ad;font-size:9px;margin-top:4px}.project-gantt__solution-label{align-items:center;display:grid!important;gap:10px;grid-template-columns:30px minmax(0,1fr)!important;padding:11px 14px}.project-gantt__expand{align-items:center;background:#edf2ff;border:1px solid #d8e2fb;border-radius:8px;color:#3159bc;cursor:pointer;display:flex;height:30px;justify-content:center;padding:0;width:30px}.project-gantt__expand:hover{background:#e1e9ff}.project-gantt__expand svg{height:15px;width:15px}.project-gantt__task-link{background:transparent;border:0;color:inherit;cursor:pointer;min-width:0;padding:0;text-align:left}.project-gantt__task-link strong,.project-gantt__task-link small{display:block}.project-gantt__task-link small{color:#7d89a2;font-size:10px;margin-top:5px}.project-gantt__grid{display:flex;top:0;right:0;bottom:0;left:0;position:absolute}.project-gantt__grid>i{border-right:1px solid var(--color-border-subtle, var(--color-border-default));flex:none}.project-gantt__grid>i.weekend{background:#7885a612}.project-gantt__children .project-gantt__task,.project-gantt__children .project-gantt__track{background:#f8faff}.project-gantt__row--task .project-gantt__task,.project-gantt__row--task .project-gantt__track{min-height:60px}.project-gantt__task--child{align-items:center;grid-template-columns:8px minmax(0,1fr) 18px;padding-left:30px}.project-gantt__task--child>i{background:#bcc7dc;border-radius:50%;height:6px;width:6px}.project-gantt__task--child>span{min-width:0}.project-gantt__task--child strong,.project-gantt__task--child small{display:block;grid-column:auto}.project-gantt__task--child svg{color:#7186bc;height:15px;width:15px}.project-gantt__row--task .project-gantt__bar{height:20px;top:20px}.project-gantt__row--task .project-gantt__bar>span{top:4px}.project-gantt__empty-child{background:#f8faff;border-bottom:1px solid #e4e9f3;color:#7c89a4;font-size:11px;grid-column:1 / -1;padding:18px 30px}.project-gantt__row--state-completed{--project-state-line: #356fe0;--project-state-tint: #e8efff;--project-state-ink: #2858c5}.project-gantt__row--state-in_progress{--project-state-line: #15966d;--project-state-tint: #e3f7ef;--project-state-ink: #0b7858}.project-gantt__row--state-waiting{--project-state-line: #e88a17;--project-state-tint: #fff0d5;--project-state-ink: #925700}.project-gantt__row--state-overdue{--project-state-line: #d73d50;--project-state-tint: #ffe7e9;--project-state-ink: #b72d3e}.project-gantt__row--state-cancelled{--project-state-line: #15171d;--project-state-tint: #15171d;--project-state-ink: #ffffff}.project-gantt__row--state-planned{--project-state-line: #8b96aa;--project-state-tint: #edf0f5;--project-state-ink: #59657d}.project-gantt__state-text{font-style:normal}.project-status--completed,.project-status--done,.project-status--delivered,.project-status--approved{background:#e8efff;color:#2858c5}.project-status--in_progress,.project-status--active,.project-status--review{background:#e3f7ef;color:#0b7858}.project-status--waiting,.project-status--pending,.project-status--blocked,.project-status--needs_changes,.project-status--rejected,.project-status--on_hold{background:#fff0d5;color:#925700}.project-status--overdue,.project-status--at_risk{background:#ffe7e9;color:#b72d3e}.project-status--cancelled{background:#15171d;color:#fff}.project-status--planned,.project-status--draft,.project-status--backlog,.project-status--todo{background:#edf0f5;color:#59657d}.project-gantt__bar--completed,.project-gantt__bar--done,.project-gantt__bar--delivered,.project-gantt__bar--approved{background:#356fe0}.project-gantt__bar--in_progress,.project-gantt__bar--active,.project-gantt__bar--review{background:#15966d}.project-gantt__bar--waiting,.project-gantt__bar--pending,.project-gantt__bar--blocked,.project-gantt__bar--needs_changes{background:#e88a17}.project-gantt__bar--overdue,.project-gantt__bar--at_risk{background:#d73d50}.project-gantt__bar--cancelled{background:#15171d}.project-gantt__bar--planned,.project-gantt__bar--draft,.project-gantt__bar--backlog,.project-gantt__bar--todo{background:#8b96aa}.master-solutions-gantt .project-gantt__bar--completed{background:#356fe0}.master-solutions-gantt .project-gantt__bar--in_progress{background:#15966d}.master-solutions-gantt .project-gantt__bar--waiting{background:#e88a17}.master-solutions-gantt .project-gantt__bar--overdue{background:#d73d50}.master-solutions-gantt .project-gantt__bar--cancelled{background:#15171d}.master-solutions-gantt .project-gantt__bar--planned{background:#8b96aa}@keyframes project-evidence-in{0%{clip-path:inset(0 0 10% 0);filter:blur(3px);transform:translateY(8px)}to{clip-path:inset(0);filter:blur(0);transform:translateY(0)}}@media(max-width:1080px){.project-home-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.project-hub__briefing{grid-template-columns:minmax(0,1fr) minmax(190px,.32fr)}.project-hub__briefing-main{grid-column:1;grid-row:1 / span 2;min-height:220px}.project-hub__briefing-progress,.project-hub__briefing-attention{grid-column:2}}@media(max-width:760px){.project-hub-demo-bar{flex-direction:row;justify-content:space-between}.project-hub-demo-brand{width:34px}.project-hub-demo-logo{height:auto;width:34px}.project-hub-client-logo{align-items:center;flex-direction:row;height:34px;justify-content:flex-end;max-width:112px}.project-hub-client-logo img{max-height:24px;max-width:112px}.project-hub__workspace{gap:16px;padding:14px 12px 24px}.project-hub__preview{align-items:flex-start;flex-direction:column;gap:4px;height:auto;min-height:0;padding:9px 12px}.project-hub__briefing{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto auto}.project-hub__briefing-main{gap:12px;grid-column:1 / -1;grid-row:1;grid-template-columns:minmax(0,1fr);min-height:0;padding:18px}.project-hub__briefing .project-hub__title-row{align-items:flex-start;flex-direction:column}.project-hub__briefing .project-hub__title-row h1{font-size:clamp(28px,9vw,36px);line-height:1}.project-hub__briefing .project-hub__active-badge{margin-top:0}.project-hub__briefing .project-hub__heading>p{font-size:13px;line-height:1.45;margin-top:12px}.project-hub__briefing-context{gap:7px 12px;margin-top:12px}.project-hub__briefing .project-hub__contract{grid-row:2;justify-content:center;justify-self:stretch}.project-hub__briefing-facts{grid-template-columns:repeat(3,minmax(0,1fr))}.project-hub__briefing-facts>div{padding:10px 7px 0 0}.project-hub__briefing-facts>div+div{margin-top:0;padding-left:7px}.project-hub__briefing-facts dt{font-size:8px}.project-hub__briefing-facts dd{font-size:11px;line-height:1.25;margin-top:5px;white-space:normal}.project-hub__briefing-progress{grid-column:1;grid-row:2}.project-hub__briefing-attention{grid-column:2;grid-row:2}.project-hub__briefing-progress,.project-hub__briefing-attention{min-height:112px;padding:13px}.project-hub__briefing-progress>strong,.project-hub__briefing-attention>strong{font-size:27px;margin:8px 0}.project-workboard.project-solutions-plan{padding:19px 16px}.project-workboard__header{align-items:stretch}.project-home-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.project-home-metrics article{min-height:108px;padding:14px}.project-home-metrics strong{font-size:22px}.project-status-legend{justify-content:flex-start;max-width:none}.project-workboard__view-toggle{align-self:stretch;display:grid;grid-template-columns:1fr 1fr}.project-solutions-plan__summary{grid-template-columns:repeat(3,minmax(100px,1fr));overflow-x:auto}.project-solutions-plan__summary article{min-height:82px;padding:14px 12px}.project-solutions-plan__summary strong{font-size:22px}.project-solutions-plan__summary small{font-size:9px}.master-solutions-gantt{overflow:visible}.project-gantt--expandable{display:block;min-width:0}.project-gantt--expandable .project-gantt__corner,.project-gantt--expandable .project-gantt__dates,.project-gantt--expandable .project-gantt__track{display:none}.project-gantt--expandable .project-gantt__group,.project-gantt--expandable .project-gantt__children{display:block}.project-gantt--expandable .project-gantt__task{position:static;width:100%}.project-gantt__solution-label{border-right:0;min-height:68px}.project-gantt__task--child{border-right:0;padding-left:25px}.project-gantt__empty-child{border-right:0}.project-gantt--expandable .project-gantt__solution-label,.project-gantt--expandable .project-gantt__task--child{border-left:3px solid var(--project-state-line, #cdd6e8)}.project-gantt--expandable .project-gantt__state-text{background:var(--project-state-tint, #edf0f5);border-radius:999px;color:var(--project-state-ink, #59657d);display:inline-block;font-size:9px;font-weight:800;letter-spacing:.06em;margin-right:2px;padding:3px 7px;text-transform:uppercase}}@media(prefers-reduced-motion:reduce){.project-hub *,.project-hub *:before,.project-hub *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.project-task-panel-backdrop{align-items:center;justify-content:center;padding:24px}.project-task-panel{background:var(--color-bg-surface);border:1px solid var(--color-border-default);border-radius:14px;box-shadow:0 28px 90px #03081857;display:grid;grid-template-rows:auto minmax(0,1fr);max-height:min(820px,calc(100dvh - 48px));max-width:1040px;overflow:hidden;padding:0;width:min(1040px,calc(100vw - 48px))}.project-task-panel>.project-task-panel__head{align-items:center;border-bottom:1px solid var(--color-border-default);min-height:78px;padding:16px 20px 16px 24px}.project-task-panel__head h2{color:var(--color-text-primary);font-size:clamp(20px,2.2vw,27px);line-height:1.15;margin:0}.project-task-panel__head>div>span{color:var(--color-text-secondary);display:block;font-size:10px;margin-top:5px}.project-task-panel__body{display:grid;grid-template-columns:minmax(330px,.78fr) minmax(430px,1.22fr);min-height:0}.project-task-panel__details{border-right:1px solid var(--color-border-default);overflow-y:auto;padding:20px 24px 26px}.project-task-field{align-items:center;display:grid;gap:14px;grid-template-columns:108px minmax(0,1fr);min-height:48px}.project-task-field>span,.project-task-panel__brief>span{color:var(--color-text-secondary);font-size:11px;font-weight:650}.project-task-field>strong,.project-task-field>button,.project-task-field>select{align-items:center;background:var(--color-bg-app);border:0;border-radius:3px;color:var(--color-text-primary);display:flex;font-size:11px;font-style:normal;font-weight:700;gap:7px;justify-content:flex-start;min-height:34px;min-width:0;padding:7px 10px;text-align:left;width:100%}.project-task-field>button{color:var(--brand-400);cursor:pointer}.project-task-field__dot{background:var(--nexor-signal, #2dd4c7);border-radius:50%;height:8px;width:8px}.project-task-field__person i{align-items:center;background:#e8edfb;border:1px solid #d4dcef;border-radius:50%;color:#344c8b;display:flex;font-size:8px;font-style:normal;height:24px;justify-content:center;width:24px}.project-task-field>.project-task-field__status{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#506886;color:#fff;justify-content:center;text-align:center;text-align-last:center}.project-task-field>.project-task-field__status--backlog,.project-task-field>.project-task-field__status--todo{background:#7b879e}.project-task-field>.project-task-field__status--in_progress{background:#4f7bff}.project-task-field>.project-task-field__status--review{background:#6b4fd3}.project-task-field>.project-task-field__status--blocked,.project-task-field>.project-task-field__status--cancelled{background:#d05a68}.project-task-field>.project-task-field__status--done{background:#16a394}.project-task-field__priority{justify-content:center!important}.project-task-field__priority--low{background:#dff6f1!important;color:#087064!important}.project-task-field__priority--medium{background:#e8edfb!important;color:#344c8b!important}.project-task-field__priority--high{background:#efe6ff!important;color:#6033a6!important}.project-task-field__priority--critical{background:#ffe7ea!important;color:#a32738!important}.project-task-field__timeline{overflow:hidden;position:relative}.project-task-field__timeline>i{background:linear-gradient(90deg,#2dd4c7,#4f7bff);bottom:0;left:0;opacity:.22;position:absolute;top:0}.project-task-field__timeline>b{font-size:9px;font-weight:750;position:relative;z-index:1}.project-task-panel__brief{border-top:1px solid var(--color-border-default);margin-top:16px;padding-top:16px}.project-task-panel__brief p{color:var(--color-text-secondary);font-size:11px;line-height:1.55;margin:7px 0 0}.project-task-panel__activity{display:grid;grid-template-rows:auto minmax(0,1fr);min-height:0}.project-task-panel__tabs{border-bottom:1px solid var(--color-border-default);display:flex;gap:2px;min-height:48px;padding:0 14px}.project-task-panel__tabs button{background:transparent;border:0;border-bottom:2px solid transparent;color:var(--color-text-secondary);font-size:11px;font-weight:700;padding:0 12px}.project-task-panel__tabs button.active{border-bottom-color:var(--brand-400);color:var(--color-text-primary)}.project-task-panel__tabs button span{align-items:center;background:var(--color-bg-app);border-radius:999px;display:inline-flex;font-size:8px;height:18px;justify-content:center;margin-left:4px;min-width:18px;padding:0 4px}.project-task-panel__tab-content{min-height:0;overflow-y:auto;padding:20px}.project-task-comment-form--primary{border:1px solid #4f7bff;border-radius:8px;gap:0;margin:0;overflow:hidden}.project-task-comment-form--primary textarea{background:var(--color-bg-surface);border:0;border-radius:0;min-height:118px;outline:none;padding:14px}.project-task-comment-form--primary>div{align-items:center;border-top:1px solid var(--color-border-default);display:flex;gap:12px;justify-content:space-between;padding:9px}.project-task-comment-form--primary>div>span{color:var(--color-text-secondary);font-size:9px}.project-task-comment-form--primary button{align-self:auto;min-height:32px}.project-task-panel__activity .project-task-comments{margin-top:18px}.project-task-panel__activity .project-task-comments article{border:1px solid var(--color-border-default)}.project-solutions-plan__header>div:first-child{max-width:660px}.master-solutions-gantt .master-solutions-gantt__row{background:linear-gradient(90deg,#eef3ff 0,#f8fbff 380px,#fff);border-top:1px solid #cbd7f4;border-bottom:1px solid #cbd7f4;min-height:64px}.master-solutions-gantt .project-gantt__solution-label strong{color:#0b1b46;font-size:15px}.master-solutions-gantt .project-gantt__children{position:relative;background:#fff}.master-solutions-gantt .project-gantt__children:before{content:"";position:absolute;inset:0 auto 0 30px;width:2px;background:#d8e1f4;z-index:2}.master-solutions-gantt .project-gantt__row--task{min-height:54px;background:#fff}.master-solutions-gantt .project-gantt__task--child{padding-left:46px}.master-solutions-gantt .project-gantt__task--child>i{position:absolute;left:29px;width:14px;height:2px;background:#9caed3}.master-solutions-gantt .project-gantt__task--child small{white-space:normal;line-height:1.35}.solution-workspace__definition{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:18px 0 12px}.solution-workspace__definition article{min-height:132px;padding:22px;border:1px solid #dce3f0;border-radius:18px;background:#fff}.solution-workspace__definition span,.solution-sheet-card--deliverables header>span{display:block;margin-bottom:10px;color:#008c87;font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.solution-workspace__definition h2{margin:0;color:#091638;font-size:clamp(18px,2vw,25px);line-height:1.2;letter-spacing:-.025em}.solution-sheet-card__limits{display:grid;gap:8px}.solution-sheet-card__limits span{padding:11px 13px;border-radius:10px;background:#fff3e2;color:#68420c;font-size:13px}.solution-sheet-card__limits:empty:before{content:"Sin limitaciones registradas";padding:12px;color:#63708d;background:#f5f7fb;border-radius:10px}.solution-sheet-card--deliverables{margin-top:12px}.solution-sheet-card--deliverables>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.solution-sheet-card--deliverables>div>span{display:flex;justify-content:space-between;gap:16px;padding:13px;border:1px solid #e0e6f1;border-radius:12px;background:#fff}.solution-sheet-card--deliverables small{color:#63708d;text-align:right}.project-workboard__actions{display:flex;align-items:center;gap:10px}.project-workboard__add{min-height:38px;padding-inline:16px;white-space:nowrap}.project-workboard__solution-summary{display:grid;grid-template-columns:minmax(180px,1fr) auto minmax(160px,300px) auto;align-items:center;gap:14px;margin:0 0 14px;padding:14px 16px;border:1px solid #d9e2f1;border-radius:14px;background:#f8faff}.project-workboard__solution-summary strong{color:#0b1b46}.project-workboard__solution-summary span{color:#63708d;font-size:12px}.project-workboard__solution-summary b{color:#4e78ff}.project-task-creator-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:grid;place-items:center;padding:24px;background:#07112d94;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.project-task-creator{width:min(760px,100%);max-height:calc(100vh - 48px);overflow:auto;border:1px solid #d7deec;border-radius:18px;background:#fff;box-shadow:0 28px 80px #05103047}.project-task-creator>header{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;align-items:center;padding:20px 24px 16px;border-bottom:1px solid #e1e6ef;background:#fffffff5}.project-task-creator>header span{color:#008c87;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.project-task-creator>header h2{margin:3px 0 0;color:#0b1636;font-size:24px}.project-task-creator>header button{display:grid;place-items:center;width:36px;height:36px;border:0;border-radius:9px;background:#f1f4f9;color:#273758}.project-task-creator>header svg{width:18px}.project-task-creator__form{display:grid;grid-template-columns:1fr 1fr;gap:15px;padding:22px 24px}.project-task-creator__form label{display:grid;gap:7px;color:#405071;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.project-task-creator__form label.wide{grid-column:1 / -1}.project-task-creator__form input,.project-task-creator__form select,.project-task-creator__form textarea{width:100%;min-height:42px;padding:10px 12px;border:1px solid #ced7e7;border-radius:10px;background:#fbfcff;color:#0b1636;font:inherit;font-size:14px;font-weight:500;line-height:1.35;text-transform:none;letter-spacing:normal}.project-task-creator__form textarea{min-height:80px;resize:vertical}.project-task-creator__form small{color:#75819b;font-size:11px;font-weight:500;letter-spacing:normal;text-transform:none}.project-task-creator>footer{position:sticky;bottom:0;display:flex;justify-content:flex-end;gap:10px;padding:15px 24px;border-top:1px solid #e1e6ef;background:#fffffff5}.project-task-field a{overflow:hidden;color:#315ddc;font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.project-task-field__dependency{color:#9a5e05!important}.project-task-field__dependency.done{color:#087b61!important}@media(max-width:760px){.solution-workspace__definition,.solution-sheet-card--deliverables>div,.project-task-creator__form{grid-template-columns:1fr}.project-task-creator__form label.wide{grid-column:auto}.project-workboard__header,.project-workboard__actions{align-items:stretch;flex-direction:column}.project-workboard__solution-summary{grid-template-columns:1fr auto}.project-workboard__solution-summary .project-progress{grid-column:1 / 2}}.project-task-panel__blank{align-items:center;color:var(--color-text-secondary);display:flex;flex-direction:column;justify-content:center;min-height:230px;padding:30px;text-align:center}.project-task-panel__blank>i{align-items:center;background:#4f7bff1c;border-radius:12px;color:#4f7bff;display:flex;font-size:24px;font-style:normal;height:54px;justify-content:center;margin-bottom:15px;width:54px}.project-task-panel__blank strong{color:var(--color-text-primary);font-size:14px}.project-task-panel__blank p{font-size:11px;line-height:1.55;margin:8px 0 0;max-width:330px}.project-task-panel__tab-content>.project-task-panel__upload{display:inline-flex;margin-bottom:14px}.project-task-history{list-style:none;margin:0;padding:0}.project-task-history li{display:grid;gap:12px;grid-template-columns:12px minmax(0,1fr);padding:12px 0}.project-task-history li+li{border-top:1px solid var(--color-border-default)}.project-task-history li>i{background:#2dd4c7;border-radius:50%;height:8px;margin-top:4px;width:8px}.project-task-history strong{color:var(--color-text-primary);display:block;font-size:11px}.project-task-history span{color:var(--color-text-secondary);display:block;font-size:10px;margin-top:4px}@media(max-width:820px){.project-task-panel-backdrop{padding:0}.project-task-panel{border:0;border-radius:0;height:100dvh;max-height:none;width:100vw}.project-task-panel__body{display:block;overflow-y:auto}.project-task-panel__details{border-bottom:1px solid var(--color-border-default);border-right:0;overflow:visible}.project-task-panel__activity{min-height:520px}}@media(max-width:480px){.project-task-panel>.project-task-panel__head{padding:14px 16px}.project-task-panel__details{padding:18px 16px 22px}.project-task-field{gap:9px;grid-template-columns:92px minmax(0,1fr)}.project-task-panel__tabs{overflow-x:auto;padding:0 6px}.project-task-panel__tab-content{padding:16px}.project-task-comment-form--primary>div>span{display:none}.project-task-comment-form--primary>div{justify-content:flex-end}}.nexor-workplace{align-items:center;background:#f8faff;border:1px solid #dde4f0;border-radius:12px;box-sizing:border-box;color:#101d49;display:flex;gap:12px;height:44px;justify-content:flex-end;max-width:min(620px,58vw);min-width:0;padding:7px 12px}.project-hub-demo-bar>.nexor-workplace,.project-hub-demo-bar__portal-actions>.nexor-workplace{align-items:center;flex-direction:row;gap:12px}.project-hub-demo-bar>.project-hub-demo-bar__portal-actions{align-items:center;display:flex;flex-direction:row;gap:10px;min-width:0}.project-hub-client-logo__name{color:#101d49!important;font-family:var(--nexor-display);font-size:12px!important;font-weight:800;letter-spacing:.08em;line-height:1;white-space:nowrap}.nexor-header-actions{align-items:center;background:#f8faff;border:1px solid #dde4f0;border-radius:12px;display:flex;flex:none;height:44px;overflow:hidden;padding:3px}.nexor-header-action{align-items:center;align-self:stretch;background:transparent;border:0;border-radius:8px;color:#52627f;cursor:pointer;display:inline-flex;font-family:var(--nexor-text);font-size:11px;font-weight:750;gap:7px;justify-content:center;min-width:0;padding:0 10px;transition:background-color .16s ease,color .16s ease}.nexor-header-action svg{height:16px;width:16px}.nexor-header-action>span{color:inherit!important;font-size:inherit!important;white-space:nowrap}.nexor-header-action--primary{background:#eaf0ff;color:#3157bd}.nexor-header-action--primary:hover{background:#dce6ff;color:#24479f}.nexor-header-action--logout:hover{background:#eef1f7;color:#101d49}.nexor-header-action:focus-visible{outline:3px solid rgba(79,123,255,.24);outline-offset:-1px}.nexor-header-action:disabled{cursor:wait;opacity:.58}.nexor-session-error{align-items:center;background:#fff1f2;border:1px solid #fecdd3;border-radius:12px;box-shadow:0 18px 40px -28px #79182a80;color:#9f1239;display:flex;font-family:var(--nexor-text);font-size:12px;gap:16px;justify-content:space-between;left:50%;max-width:min(520px,calc(100vw - 32px));padding:12px 14px;position:fixed;top:84px;transform:translate(-50%);width:max-content;z-index:80}.nexor-session-error button{background:transparent;border:0;color:inherit;cursor:pointer;font:inherit;font-weight:800;padding:4px}.nexor-session-error button:focus-visible{outline:2px solid currentColor;outline-offset:2px}.nexor-workplace .project-hub-client-logo{flex:none;height:28px;justify-content:center;min-width:0;width:auto}.nexor-workplace .project-hub-client-logo img{max-height:28px;max-width:150px}.nexor-workplace__divider{background:#d9e0ec;flex:none;height:24px;width:1px}.nexor-workplace>strong{font-family:var(--nexor-display);font-size:13px;font-weight:750;letter-spacing:.01em;line-height:1.2;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nexor-workplace>strong>span{color:#008b84}.nexor-workplace--admin{justify-content:flex-start;min-width:142px}.nexor-workplace--admin>i{background:#2dd4c7;border-radius:50%;box-shadow:0 0 0 5px #2dd4c721;flex:none;height:8px;width:8px}.project-hub--light{--nexor-ui-caption: 10px;--nexor-ui-body: 12px;--nexor-ui-title: 14px;--nexor-ui-heading: clamp(28px, 2.7vw, 34px);font-size:var(--nexor-ui-body)}.project-hub--light .project-hub__sidebar-head strong,.project-hub--light .project-gantt__solution-label strong{font-size:var(--nexor-ui-title);font-weight:750}.project-hub--light .project-hub__nav button,.project-hub--light .project-gantt__task--child strong,.project-hub--light .project-gantt__corner span,.project-hub--light .project-gantt__dates--months>div strong{font-size:var(--nexor-ui-body);font-weight:700}.project-hub--light .project-hub__sidebar>footer,.project-hub--light .project-status,.project-hub--light .project-solutions-plan__summary span,.project-hub--light .project-solutions-plan__summary small,.project-hub--light .project-gantt__corner small,.project-hub--light .project-gantt__dates--months>div small,.project-hub--light .project-gantt__task-link small,.project-hub--light .project-gantt__task--child small,.project-hub--light .project-gantt__bar>span{font-size:var(--nexor-ui-caption)}.project-hub--light .project-workboard__header h2{font-size:var(--nexor-ui-heading);font-weight:750;line-height:1.08}.project-hub--light .project-workboard__header>div>span{font-size:var(--nexor-ui-body);font-weight:500;line-height:1.55}.project-hub--light .project-solutions-plan__summary strong{font-family:var(--nexor-display);font-size:26px;font-weight:750}.project-hub--light .project-solutions-plan__summary span{font-weight:750;letter-spacing:.08em}.project-hub--light .project-gantt__task-link small,.project-hub--light .project-gantt__task--child small{font-weight:500;line-height:1.45}@media(max-width:760px){.nexor-workplace{gap:8px;height:40px;max-width:68vw;padding:6px 9px}.project-hub-demo-bar>.nexor-workplace,.project-hub-demo-bar__portal-actions>.nexor-workplace{gap:8px;max-width:124px}.project-hub-demo-bar>.project-hub-demo-bar__portal-actions{gap:7px}.nexor-workplace .project-hub-client-logo{height:24px}.nexor-workplace .project-hub-client-logo img{max-height:24px;max-width:82px}.project-hub-client-logo__name{font-size:9px!important;letter-spacing:.045em;max-width:104px;overflow:hidden;text-overflow:ellipsis}.nexor-workplace--client .nexor-workplace__divider,.nexor-workplace--client>strong{display:none}.nexor-workplace__divider{height:20px}.nexor-workplace>strong{font-size:11px}.nexor-header-actions{height:40px}.nexor-header-action{padding:0 8px}.nexor-header-action>span{display:none}.nexor-workplace--admin{min-width:124px}.project-hub--light{--nexor-ui-heading: 27px}}.nexor-studio-shell .project-hub-demo-bar__context{align-items:center;flex-direction:row;gap:16px}.nexor-studio .nexor-studio__page{background:transparent;border:0;border-radius:0;box-shadow:none;overflow:visible;padding:0}.nexor-studio .nexor-studio__page>header{border:0;margin-bottom:22px;padding:0 2px}.nexor-studio .nexor-studio__page>header h2{font-size:clamp(27px,2.6vw,38px);letter-spacing:-.04em;line-height:1.05;margin:5px 0 7px}.nexor-studio .nexor-studio__page>header>span{font-size:12px}.nexor-studio .status.info{background:#4f7bff17;border:1px solid rgba(79,123,255,.22);border-radius:12px;color:#2c4a9e;font-size:12px;margin-bottom:16px;padding:10px 14px}.nexor-studio .ph-studio__toolbar{align-items:center;background:var(--nexor-card);border:1px solid var(--nexor-line);border-bottom:0;border-radius:16px 16px 0 0;gap:16px;justify-content:flex-end;margin-bottom:0;padding:14px 16px}.nexor-studio .ph-studio__toolbar>span{color:var(--nexor-muted-bright);font-size:12px}.nexor-studio .ph-studio--directory{gap:0}.nexor-studio .ph-studio--directory .status.info{border-radius:0;margin:0}.nexor-studio .tool-eyebrow{color:#087e74;font-family:var(--nexor-display);font-size:9px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.nexor-studio h2,.nexor-studio h3,.nexor-studio h4{color:var(--nexor-fog);font-family:var(--nexor-display);letter-spacing:-.02em}.nexor-studio .muted{color:var(--nexor-muted-bright)}.nexor-studio label{color:var(--nexor-muted-bright);font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.nexor-studio input,.nexor-studio select,.nexor-studio textarea{background:var(--nexor-card);border:1px solid var(--nexor-line);border-radius:10px;color:var(--nexor-fog);font-family:var(--nexor-text);font-size:13px;padding:10px 12px;width:100%}.nexor-studio input::placeholder,.nexor-studio textarea::placeholder{color:var(--nexor-muted)}.nexor-studio input:focus-visible,.nexor-studio select:focus-visible,.nexor-studio textarea:focus-visible{border-color:#4f7bff73;outline:3px solid var(--project-link, #4f7bff);outline-offset:2px}.nexor-studio input:disabled,.nexor-studio select:disabled{color:var(--nexor-muted);opacity:.8}.nexor-studio .primary-button,.nexor-studio-shell .project-hub-demo-bar .primary-button{background:var(--live-cyan, #2fe3d0);border:0;border-radius:10px;color:#070d22;font-weight:700;min-height:40px}.nexor-studio .primary-button:hover:not(:disabled){background:#6df3e5}.nexor-studio .secondary-button,.nexor-studio-shell .project-hub-demo-bar .secondary-button{background:#fff;border:1px solid var(--nexor-line, rgba(30, 42, 84, .13));border-radius:10px;color:var(--project-ink, #0b1330);font-weight:600;min-height:40px}.nexor-studio .secondary-button:hover:not(:disabled),.nexor-studio-shell .project-hub-demo-bar .secondary-button:hover:not(:disabled){background:#f2f5fa}.nexor-studio .primary-button:disabled,.nexor-studio .secondary-button:disabled,.nexor-studio-shell .project-hub-demo-bar .secondary-button:disabled{cursor:progress;opacity:.6}.nexor-studio .compact-action,.nexor-studio-shell .project-hub-demo-bar .compact-action{font-size:12px;min-height:34px;padding:0 13px}.nexor-studio .eyebrow{color:#087e74;font-family:var(--nexor-display);letter-spacing:.16em}.nexor-studio .ph-manager{background:transparent;border:0;color:var(--nexor-fog);padding:0}.nexor-studio .ph-manager__card,.nexor-studio .ph-manager__child-form{background:var(--nexor-card);border:1px solid var(--nexor-line);box-shadow:none}.nexor-studio .ph-studio__member{background:var(--nexor-card-raised);border-color:var(--nexor-line);color:var(--nexor-fog)}.nexor-studio .ph-studio__back{color:#087e74}.nexor-studio .ph-studio__clients{background:var(--nexor-card);border:1px solid var(--nexor-line);border-radius:0 0 16px 16px;display:flex;flex-direction:column;gap:0;overflow:hidden}.nexor-studio .ph-studio__toolbar+.status+.ph-studio__clients,.nexor-studio .ph-studio__toolbar+.ph-studio__clients,.nexor-studio .ph-studio__toolbar+.ph-studio__client-form+.ph-studio__clients{border-top:0}.nexor-studio .ph-studio__client{align-items:center;background:transparent;border:0;box-shadow:none;display:grid;gap:16px;grid-template-columns:minmax(0,1fr) 88px auto;min-height:60px;padding:12px 16px}.nexor-studio .ph-studio__client+.ph-studio__client{border-top:1px solid var(--nexor-line)}.nexor-studio .ph-studio__client:hover{background:var(--nexor-card-raised)}.nexor-studio .ph-studio__client--paused .ph-studio__client-id strong{color:var(--nexor-muted-bright)}.nexor-studio .ph-studio__client-id strong{color:var(--nexor-fog);display:block;font-family:var(--nexor-display);font-size:14px;letter-spacing:-.01em;overflow-wrap:anywhere}.nexor-studio .ph-studio__client-id small{color:var(--nexor-muted-bright);display:block;font-size:10.5px;margin-top:2px;overflow-wrap:anywhere}.nexor-studio .ph-studio__client>.project-status{justify-self:start;margin-bottom:0;white-space:nowrap}.nexor-studio .ph-studio__client-actions{display:flex;flex-wrap:nowrap;gap:8px;justify-content:flex-end}.nexor-studio .ph-studio__client-actions button{flex:none;white-space:nowrap}.nexor-studio .ph-studio__member>i{background:var(--nexor-link-soft);color:#2c4a9e}.nexor-studio .ph-studio__member>span{background:var(--nexor-signal-soft);color:#05564f}.nexor-studio .ph-studio__member button{color:#b72d3e}.nexor-studio-signout .signout-card{border-radius:16px;font-family:var(--nexor-text)}.nexor-studio-signout .signout-card strong{font-family:var(--nexor-display)}@media(max-width:900px){.nexor-studio .ph-studio__client{align-items:stretch;gap:10px;grid-template-columns:minmax(0,1fr);padding:14px}.nexor-studio .ph-studio__client-actions{flex-wrap:wrap;justify-content:flex-start}.nexor-studio .ph-studio__client-actions .secondary-button{flex:1 1 0;justify-content:center}.nexor-studio .ph-studio__client-actions .primary-button{flex:1 1 100%;justify-content:center}}@media(prefers-reduced-motion:reduce){.nexor-studio *,.nexor-studio *:before,.nexor-studio *:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.nexor-studio .studio-overview{display:grid;gap:16px}.nexor-studio .studio-signals{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr))}.nexor-studio .studio-signals article{background:var(--nexor-card);border:1px solid var(--nexor-line);border-radius:14px;display:grid;min-height:112px;padding:16px 18px}.nexor-studio .studio-signals article:before{background:var(--live-cyan, #2fe3d0);border-radius:999px;content:"";height:3px;margin-bottom:15px;width:28px}.nexor-studio .studio-signals article:nth-child(2):before{background:#4f7bff}.nexor-studio .studio-signals article:nth-child(3):before{background:#92a3d0}.nexor-studio .studio-signals article:nth-child(4):before{background:#0b173c}.nexor-studio .studio-signals span,.nexor-studio .studio-signals small{color:var(--nexor-muted-bright)}.nexor-studio .studio-signals span{font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.nexor-studio .studio-signals strong{color:var(--nexor-fog);font-family:var(--nexor-display);font-size:clamp(25px,2.2vw,34px);font-variant-numeric:tabular-nums;letter-spacing:-.04em;line-height:1;margin:7px 0 5px}.nexor-studio .studio-signals small{font-size:10.5px}.nexor-studio .studio-sheet{background:var(--nexor-card);border:1px solid var(--nexor-line);border-radius:16px;overflow:hidden}.nexor-studio .studio-sheet__header{align-items:center;display:flex;gap:24px;justify-content:space-between;padding:18px 20px}.nexor-studio .studio-sheet__header h3{font-size:18px;margin:4px 0 2px}.nexor-studio .studio-sheet__header p,.nexor-studio .studio-sheet__note{color:var(--nexor-muted-bright);font-size:11px;margin:0}.nexor-studio .studio-sheet__note{background:var(--nexor-card-raised);border:1px solid var(--nexor-line);border-radius:999px;padding:7px 11px;white-space:nowrap}.nexor-studio .studio-sheet__header .primary-button{align-items:center;display:inline-flex;gap:8px;white-space:nowrap}.nexor-studio .studio-sheet__header .primary-button span{font-size:18px;line-height:1}.nexor-studio .studio-user-list{border-top:1px solid var(--nexor-line)}.nexor-studio .studio-user-row+.studio-user-row{border-top:1px solid var(--nexor-line)}.nexor-studio .studio-user-row:hover{background:var(--nexor-card-raised)}.nexor-studio .studio-user-row__identity{align-items:center;display:flex;gap:11px;min-width:0}.nexor-studio .studio-user-row__identity>i{align-items:center;background:linear-gradient(145deg,#2fe3d02e,#4f7bff29);border:1px solid rgba(79,123,255,.16);border-radius:11px;color:#234fae;display:flex;flex:0 0 38px;font-size:11px;font-style:normal;font-weight:800;height:38px;justify-content:center}.nexor-studio .studio-user-row__identity strong{color:var(--nexor-fog);display:block;font-family:var(--nexor-display);font-size:13px;overflow-wrap:anywhere}.nexor-studio .studio-user-row__identity small{color:var(--nexor-muted-bright);display:block;font-size:10px;margin-top:3px;overflow-wrap:anywhere}.nexor-studio .studio-state{border-radius:999px;font-size:9.5px;font-weight:700;justify-self:start;padding:5px 9px;white-space:nowrap}.nexor-studio .studio-state--active{background:#28c2991f;color:#08715e}.nexor-studio .studio-state--paused{background:#e0a43024;color:#8f6410}.nexor-studio .studio-state--neutral{background:var(--nexor-link-soft);color:#2c4a9e}.nexor-studio .studio-row-action{background:transparent;border:0;color:#2c59bd;font-size:11px;font-weight:700;padding:9px 0 9px 10px;white-space:nowrap}.nexor-studio .studio-row-action span{margin-left:6px}.nexor-studio .studio-user-row{align-items:end;display:grid;gap:16px;grid-template-columns:minmax(230px,1.2fr) minmax(155px,.7fr) minmax(190px,.85fr) 72px;min-height:82px;padding:13px 20px}.nexor-studio .studio-user-row__identity{align-self:center}.nexor-studio .studio-inline-control{display:grid;gap:5px}.nexor-studio .studio-inline-control>span{color:var(--nexor-muted-bright);font-size:8px}.nexor-studio .studio-inline-control select{min-height:36px;padding:7px 9px}.nexor-studio .studio-user-row>.studio-state{align-self:center}.nexor-studio .studio-empty{color:var(--nexor-muted-bright);font-size:12px;margin:0;padding:24px 20px;text-align:center}@media(max-width:1100px){.nexor-studio .studio-signals{grid-template-columns:repeat(2,minmax(0,1fr))}.nexor-studio .studio-user-row{grid-template-columns:minmax(210px,1fr) minmax(150px,.8fr) minmax(180px,.9fr)}.nexor-studio .studio-user-row>.studio-state{display:none}}@media(max-width:760px){.nexor-studio .studio-signals{gap:9px}.nexor-studio .studio-signals article{min-height:104px;padding:14px}.nexor-studio .studio-sheet__header{align-items:flex-start;flex-direction:column;gap:12px;padding:16px}.nexor-studio .studio-sheet__header .primary-button{width:100%;justify-content:center}.nexor-studio .studio-sheet__note{white-space:normal}.nexor-studio .studio-user-row{align-items:stretch;gap:11px;grid-template-columns:1fr;padding:14px 16px}.nexor-studio .studio-row-action{border-top:1px solid var(--nexor-line);padding:11px 0 0;text-align:left}}.nexor-studio .studio-project-list,.nexor-studio .studio-home__client-list,.nexor-studio .studio-home__decision-list{border-top:1px solid var(--nexor-line)}.nexor-studio .studio-project-row{align-items:center;background:transparent;border:0;color:var(--nexor-fog);display:grid;gap:16px;grid-template-columns:minmax(210px,1.3fr) 82px minmax(150px,.75fr) 72px 120px 18px;min-height:76px;padding:13px 20px;text-align:left;width:100%}.nexor-studio .studio-project-row+.studio-project-row{border-top:1px solid var(--nexor-line)}.nexor-studio .studio-project-row:hover{background:var(--nexor-card-raised)}.nexor-studio .studio-project-row__identity strong,.nexor-studio .studio-project-row__date strong,.nexor-studio .studio-project-row__signal strong{color:var(--nexor-fog);display:block;font-family:var(--nexor-display);font-size:12px}.nexor-studio .studio-project-row__identity small,.nexor-studio .studio-project-row__date small,.nexor-studio .studio-project-row__signal small,.nexor-studio .studio-project-row__progress small{color:var(--nexor-muted-bright);display:block;font-size:9px;margin-top:3px}.nexor-studio .studio-project-row__progress>div{background:#edf0f7;border-radius:999px;height:5px;overflow:hidden}.nexor-studio .studio-project-row__progress>div span{background:linear-gradient(90deg,var(--live-cyan, #2fe3d0),#4f7bff);border-radius:inherit;display:block;height:100%}.nexor-studio .studio-project-row__arrow{color:#2c59bd;font-size:16px}.nexor-studio .studio-state--risk{background:#d1384a1c;color:#a22637}.nexor-studio .studio-home__lower{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.nexor-studio .studio-home__client-list button,.nexor-studio .studio-home__decision-list>div{align-items:center;background:transparent;border:0;color:var(--nexor-fog);display:flex;gap:16px;justify-content:space-between;min-height:58px;padding:11px 18px;text-align:left;width:100%}.nexor-studio .studio-home__client-list button+button,.nexor-studio .studio-home__decision-list>div+div{border-top:1px solid var(--nexor-line)}.nexor-studio .studio-home__client-list button:hover{background:var(--nexor-card-raised)}.nexor-studio .studio-home__client-list strong,.nexor-studio .studio-home__decision-list strong{color:var(--nexor-fog);display:block;font-family:var(--nexor-display);font-size:12px}.nexor-studio .studio-home__client-list small,.nexor-studio .studio-home__decision-list small{color:var(--nexor-muted-bright);display:block;font-size:9.5px;margin-top:3px}.nexor-studio .ph-studio__client{grid-template-columns:minmax(0,1fr) 72px 88px auto}.nexor-studio .ph-studio__client-projects strong{color:var(--nexor-fog);display:block;font-family:var(--nexor-display);font-size:13px}.nexor-studio .ph-studio__client-projects small{color:var(--nexor-muted-bright);display:block;font-size:9px;margin-top:2px}@media(max-width:1100px){.nexor-studio .studio-project-row{grid-template-columns:minmax(190px,1.2fr) 82px minmax(130px,.7fr) 100px 18px}.nexor-studio .studio-project-row__signal{display:none}.nexor-studio .ph-studio__client{grid-template-columns:minmax(0,1fr) 72px 88px auto}}@media(max-width:900px){.nexor-studio .ph-studio__client{grid-template-columns:minmax(0,1fr)}}@media(max-width:760px){.nexor-studio .studio-project-row{align-items:stretch;gap:10px;grid-template-columns:minmax(0,1fr) auto;padding:15px 16px}.nexor-studio .studio-project-row__identity,.nexor-studio .studio-project-row__progress{grid-column:1 / -1}.nexor-studio .studio-project-row__date{grid-column:1}.nexor-studio .studio-project-row__arrow{align-self:center;grid-column:2;grid-row:4}.nexor-studio .studio-home__lower,.nexor-studio .ph-studio__client{grid-template-columns:minmax(0,1fr)}}.nexor-studio .ph-workspace{--workspace-navy: #101d49;--workspace-blue: #4f7bff;--workspace-aqua: #2dd4c7;--workspace-paper: rgba(255, 255, 255, .94);display:grid;gap:18px;min-width:0}.nexor-studio .ph-workspace__crumbs{align-items:center;display:flex;justify-content:space-between;min-height:30px}.nexor-studio .ph-workspace__crumbs>span{color:var(--nexor-muted-bright);font-size:10px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.nexor-studio .ph-workspace__crumb-actions{align-items:center;display:flex;gap:10px}.nexor-studio .ph-workspace__crumb-actions>span{color:var(--nexor-muted-bright);font-size:10px;font-weight:800}.nexor-studio .ph-workspace__project-head{align-items:end;background:var(--workspace-navy);border-radius:18px;color:#fff;display:grid;gap:clamp(24px,4vw,52px);grid-template-columns:minmax(280px,.85fr) minmax(520px,1.15fr);overflow:hidden;padding:clamp(24px,3.4vw,38px);position:relative}.nexor-studio .ph-workspace__project-head:after{background-image:radial-gradient(circle,rgba(45,212,199,.55) 1.4px,transparent 1.6px);background-size:28px 28px;bottom:-44px;content:"";height:160px;opacity:.32;position:absolute;right:-20px;transform:rotate(-7deg);width:420px}.nexor-studio .ph-workspace__identity,.nexor-studio .ph-workspace__signals{position:relative;z-index:1}.nexor-studio .ph-workspace__health{align-items:center;color:#cbd5f5;display:flex;font-size:9px;font-weight:800;gap:7px;letter-spacing:.1em;text-transform:uppercase}.nexor-studio .ph-workspace__health i{background:var(--workspace-aqua);border-radius:50%;height:7px;width:7px}.nexor-studio .ph-workspace__health--yellow i{background:#f3c75f}.nexor-studio .ph-workspace__health--red i{background:#ff7181}.nexor-studio .ph-workspace__identity h2{color:#fff;font-family:var(--nexor-display);font-size:clamp(30px,3.6vw,50px);letter-spacing:-.045em;line-height:.98;margin:12px 0 10px;max-width:620px;overflow-wrap:anywhere}.nexor-studio .ph-workspace__identity p{color:#cbd5f5;font-size:12px;line-height:1.55;margin:0;max-width:520px}.nexor-studio .ph-workspace__signals{border-left:1px solid rgba(255,255,255,.14);display:grid;gap:0;grid-template-columns:repeat(2,minmax(0,1fr));margin:0}.nexor-studio .ph-workspace__signals div{min-width:0;padding:10px 18px}.nexor-studio .ph-workspace__signals div:nth-child(2n){border-left:1px solid rgba(255,255,255,.12)}.nexor-studio .ph-workspace__signals div:nth-child(n+3){border-top:1px solid rgba(255,255,255,.12)}.nexor-studio .ph-workspace__signals dt{color:#8799ce;font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.nexor-studio .ph-workspace__signals dd{color:#fff;font-family:var(--nexor-display);font-size:13px;font-weight:750;margin:5px 0 0;overflow-wrap:anywhere}.nexor-studio .ph-workspace__nav{align-items:center;align-self:start;background:#fffffff0;border:1px solid var(--nexor-line);border-radius:13px;box-shadow:0 10px 28px #101d4914;display:flex;gap:3px;margin:-2px auto 0;max-width:calc(100% - 24px);overflow:visible;padding:5px;position:sticky;top:12px;width:max-content;z-index:12}.nexor-studio .ph-workspace__nav>button,.nexor-studio .ph-workspace__more>button{align-items:center;background:transparent;border:0;border-radius:9px;color:#566485;display:flex;font-family:var(--nexor-text);font-size:11px;font-weight:750;gap:7px;min-height:36px;padding:0 12px;white-space:nowrap}.nexor-studio .ph-workspace__nav button:hover{background:#f3f6fd;color:var(--workspace-navy)}.nexor-studio .ph-workspace__nav button.active{background:var(--workspace-navy);color:#fff}.nexor-studio .ph-workspace__nav button span{align-items:center;background:#edf1fb;border-radius:999px;color:#536180;display:inline-flex;font-size:8px;height:18px;justify-content:center;min-width:18px;padding:0 5px}.nexor-studio .ph-workspace__nav button.active span{background:#ffffff29;color:#fff}.nexor-studio .ph-workspace__more{position:relative}.nexor-studio .ph-workspace__more-menu{background:#fff;border:1px solid var(--nexor-line);border-radius:12px;box-shadow:0 14px 34px #101d4924;display:grid;min-width:170px;padding:6px;position:absolute;right:0;top:calc(100% + 8px)}.nexor-studio .ph-workspace__more-menu button{background:transparent;border:0;border-radius:8px;color:var(--workspace-navy);font-size:11px;font-weight:700;padding:10px 12px;text-align:left}.nexor-studio .ph-workspace__view{background:var(--workspace-paper);border:1px solid var(--nexor-line);border-radius:18px;min-width:0;padding:clamp(18px,2.6vw,28px)}.nexor-studio .ph-workspace__view-head{align-items:center;display:flex;gap:20px;justify-content:space-between;margin-bottom:22px}.nexor-studio .ph-workspace__view-head h3{color:var(--workspace-navy);font-family:var(--nexor-display);font-size:clamp(21px,2.2vw,28px);letter-spacing:-.035em;margin:0}.nexor-studio .ph-workspace__view-head p{color:var(--nexor-muted-bright);font-size:11px;line-height:1.5;margin:5px 0 0}.nexor-studio .ph-workspace__view-head .primary-button{flex:none}.nexor-studio .ph-board{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(205px,1fr));min-width:860px}.nexor-studio .ph-board__column{background:#f4f6fb;border:1px solid #e1e6f1;border-radius:12px;min-width:0;padding:10px}.nexor-studio .ph-board__column>header{align-items:center;display:flex;justify-content:space-between;padding:3px 4px 11px}.nexor-studio .ph-board__column>header strong{color:var(--workspace-navy);font-family:var(--nexor-display);font-size:11px}.nexor-studio .ph-board__column>header span{align-items:center;background:#e7ebf4;border-radius:999px;color:#65718d;display:flex;font-size:9px;height:20px;justify-content:center;min-width:20px}.nexor-studio .ph-board__cards{display:grid;gap:8px}.nexor-studio .ph-board__card{background:#fff;border:1px solid #dde3ef;border-radius:10px;box-shadow:0 2px 5px #101d490a;overflow:hidden}.nexor-studio .ph-board__card:focus-within{border-color:var(--workspace-blue);box-shadow:0 0 0 3px #4f7bff1f}.nexor-studio .ph-board__card-main{background:transparent;border:0;color:var(--workspace-navy);display:block;padding:13px;text-align:left;width:100%}.nexor-studio .ph-board__card-main>small{color:#087e74;display:block;font-size:8px;font-weight:850;letter-spacing:.08em;margin-bottom:7px;text-transform:uppercase}.nexor-studio .ph-board__card-main>strong{display:block;font-family:var(--nexor-display);font-size:12px;line-height:1.35}.nexor-studio .ph-board__card-main>p{color:#66718e;display:-webkit-box;font-size:10px;line-height:1.45;margin:7px 0 0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.nexor-studio .ph-board__meta{align-items:center;display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.nexor-studio .ph-board__meta span{color:#64708d;font-size:8px;font-weight:750}.nexor-studio .ph-board__priority{background:#eaf0ff;border-radius:999px;color:#3154ad!important;padding:4px 7px}.nexor-studio .ph-board__priority--high,.nexor-studio .ph-board__priority--critical{background:#fff0f1;color:#ad3342!important}.nexor-studio .ph-board__priority--low{background:#e7f8f4;color:#08675f!important}.nexor-studio .ph-board__move{align-items:center;border-top:1px solid #edf0f6;display:flex;justify-content:space-between;padding:7px 9px}.nexor-studio .ph-board__move span{color:#7a849e;font-size:8px;font-weight:750}.nexor-studio .ph-board__move select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;color:#536180;font-size:8px;font-weight:750;height:24px;padding:0 15px 0 5px;width:auto}.nexor-studio .ph-board__add{background:transparent;border:1px dashed #cbd3e3;border-radius:9px;color:#64708d;font-size:10px;min-height:42px;width:100%}.nexor-studio .ph-board__add:hover{background:#fff;border-color:var(--workspace-aqua);color:#087e74}.nexor-studio .ph-master-plan{border-bottom:1px solid var(--nexor-line);border-top:1px solid var(--nexor-line)}.nexor-studio .ph-master-plan>button{align-items:center;background:transparent;border:0;border-bottom:1px solid var(--nexor-line);color:var(--workspace-navy);display:grid;gap:16px;grid-template-columns:34px minmax(160px,1fr) minmax(140px,1.2fr) 44px 100px;min-height:72px;padding:10px 6px;text-align:left;width:100%}.nexor-studio .ph-master-plan>button:last-of-type{border-bottom:0}.nexor-studio .ph-master-plan>button:hover{background:#f7f9fd}.nexor-studio .ph-master-plan__index{color:#8b96af;font-family:var(--nexor-display);font-size:10px}.nexor-studio .ph-master-plan strong{display:block;font-family:var(--nexor-display);font-size:12px}.nexor-studio .ph-master-plan small{color:var(--nexor-muted-bright);display:block;font-size:9px;margin-top:4px}.nexor-studio .ph-master-plan__bar{background:#e7ebf4;border-radius:999px;height:5px;overflow:hidden}.nexor-studio .ph-master-plan__bar i{background:linear-gradient(90deg,var(--workspace-aqua),var(--workspace-blue));display:block;height:100%}.nexor-studio .ph-master-plan b{font-size:11px;font-variant-numeric:tabular-nums}.nexor-studio .ph-master-plan time{color:#66718e;font-size:9px}.nexor-studio .ph-workspace__records{border-top:1px solid var(--nexor-line)}.nexor-studio .ph-workspace__record{border-bottom:1px solid var(--nexor-line)}.nexor-studio .ph-workspace__record>button{align-items:center;background:transparent;border:0;color:var(--workspace-navy);display:flex;gap:20px;justify-content:space-between;min-height:66px;padding:10px 4px;text-align:left;width:100%}.nexor-studio .ph-workspace__record>button:hover{background:#f7f9fd;padding-left:10px;padding-right:10px}.nexor-studio .ph-workspace__record strong{display:block;font-family:var(--nexor-display);font-size:12px}.nexor-studio .ph-workspace__record span{color:var(--nexor-muted-bright);display:block;font-size:9.5px;margin-top:4px}.nexor-studio .ph-workspace__record-meta{align-items:center;display:flex;flex:none;gap:14px}.nexor-studio .ph-workspace__record-meta small{background:#eef2fa;border-radius:999px;color:#5d6988;font-size:8px;font-weight:800;padding:5px 8px}.nexor-studio .ph-workspace__record-meta b{color:var(--workspace-blue);font-size:17px}.nexor-studio .ph-workspace__empty{color:var(--nexor-muted-bright);font-size:11px;padding:30px 12px;text-align:center}.nexor-studio .ph-workspace__settings{max-width:860px}.nexor-studio .ph-workspace__settings .ph-manager__actions{margin-top:20px}.nexor-studio .ph-workspace__settings textarea{min-height:90px}.nexor-studio .ph-workspace__scrim{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#09112c80;border:0;top:0;right:0;bottom:0;left:0;position:fixed;z-index:40}.nexor-studio .ph-workspace__drawer{background:#fff;border:1px solid rgba(16,29,73,.12);border-radius:18px;box-shadow:0 28px 80px #09112c3d;display:flex;flex-direction:column;left:50%;max-height:calc(100dvh - 40px);overflow:hidden;padding:0;position:fixed;top:50%;transform:translate(-50%,-50%);width:min(760px,calc(100vw - 40px));z-index:41}.nexor-studio .ph-workspace__drawer>header{align-items:center;background:#fff;border-bottom:1px solid var(--nexor-line);display:flex;flex:none;justify-content:space-between;padding:17px 20px}.nexor-studio .ph-workspace__drawer>header small{color:#087e74;font-size:8px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.nexor-studio .ph-workspace__drawer>header h3{color:var(--workspace-navy);font-family:var(--nexor-display);font-size:22px;letter-spacing:-.03em;margin:4px 0 0}.nexor-studio .ph-workspace__drawer>header>button{align-items:center;background:#f1f4fa;border:0;border-radius:50%;color:var(--workspace-navy);display:flex;font-size:23px;height:34px;justify-content:center;width:34px}.nexor-studio .ph-workspace__drawer .ph-manager__child-form{border:0;border-radius:0;display:grid;gap:14px;overflow-y:auto;padding:22px}.nexor-studio .ph-workspace__drawer .ph-manager__child-form>h4{display:none}.nexor-studio .ph-workspace__drawer .ph-manager__actions{background:#fff;border-top:1px solid var(--nexor-line);bottom:0;margin:4px -22px -22px;padding:14px 22px;position:sticky}.nexor-studio .ph-solution-editor{display:grid;grid-template-columns:minmax(265px,.72fr) minmax(0,1.78fr);min-height:0;overflow:hidden}.nexor-studio .ph-solution-editor__preview{background:#f3f6fb;border-right:1px solid var(--nexor-line);min-width:0;overflow-y:auto;padding:24px}.nexor-studio .ph-solution-editor__preview>span{color:#087e74;display:block;font-size:8px;font-weight:850;letter-spacing:.12em;margin-bottom:12px;text-transform:uppercase}.nexor-studio .ph-solution-editor__preview>p{color:#6b7690;font-size:9.5px;line-height:1.55;margin:15px 2px 0}.nexor-studio .ph-solution-preview-card{background:#fff;border:1px solid #dbe2ee;border-radius:16px;box-shadow:0 10px 24px #101d4912;color:var(--workspace-navy);overflow:hidden;padding:18px}.nexor-studio .ph-solution-preview-card>header{align-items:center;display:flex;gap:8px;justify-content:space-between}.nexor-studio .ph-solution-preview-card>header b{color:#77829b;font-size:8px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.nexor-studio .ph-solution-preview-card__state{background:#eef2f9;border-radius:999px;color:#68738e;font-size:8px;font-style:normal;font-weight:800;padding:5px 8px}.nexor-studio .ph-solution-preview-card__state--in_progress{background:#daf8f3;color:#087e74}.nexor-studio .ph-solution-preview-card__state--completed{background:#ddf5e8;color:#157247}.nexor-studio .ph-solution-preview-card__state--waiting,.nexor-studio .ph-solution-preview-card__state--needs_changes{background:#fff0cf;color:#916012}.nexor-studio .ph-solution-preview-card__state--cancelled{background:#f7e3e6;color:#9a3e4d}.nexor-studio .ph-solution-preview-card h4{color:var(--workspace-navy);font-size:23px;letter-spacing:-.04em;line-height:1.05;margin:25px 0 8px;overflow-wrap:anywhere}.nexor-studio .ph-solution-preview-card>p{color:#66718e;font-size:10px;line-height:1.5;margin:0}.nexor-studio .ph-solution-preview-card dl{border-bottom:1px solid #e3e8f1;border-top:1px solid #e3e8f1;display:grid;gap:14px;margin:18px 0 14px;padding:15px 0}.nexor-studio .ph-solution-preview-card dt{color:#8994ac;font-size:7.5px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.nexor-studio .ph-solution-preview-card dd{font-size:10px;font-weight:750;line-height:1.4;margin:4px 0 0;overflow-wrap:anywhere}.nexor-studio .ph-solution-preview-card__scope{display:flex;flex-wrap:wrap;gap:6px;min-height:24px}.nexor-studio .ph-solution-preview-card__scope span{background:#eef2fb;border-radius:999px;color:#3f4c6c;font-size:8px;font-weight:750;padding:6px 8px}.nexor-studio .ph-solution-preview-card__scope small{color:#9aa3b6;font-size:8.5px}.nexor-studio .ph-solution-preview-card>footer{align-items:end;border-top:1px solid #e3e8f1;display:grid;gap:7px;grid-template-columns:auto auto 1fr;margin-top:16px;padding-top:14px}.nexor-studio .ph-solution-preview-card>footer span{color:#7c879f;font-size:8px}.nexor-studio .ph-solution-preview-card>footer strong{color:var(--workspace-navy);display:block;font-family:var(--nexor-display);font-size:15px}.nexor-studio .ph-solution-preview-card>footer time{color:#63708c;font-size:8px;font-weight:750;justify-self:end}.nexor-studio .ph-solution-editor__content{min-width:0;overflow-y:auto;padding:0 26px}.nexor-studio .ph-solution-form-section{border-bottom:1px solid #e3e8f1;padding:24px 0}.nexor-studio .ph-solution-form-section>header{align-items:start;display:grid;gap:12px;grid-template-columns:30px minmax(0,1fr);margin-bottom:18px}.nexor-studio .ph-solution-form-section>header>span{align-items:center;background:var(--workspace-navy);border-radius:9px;color:#fff;display:flex;font-family:var(--nexor-display);font-size:9px;height:30px;justify-content:center;width:30px}.nexor-studio .ph-solution-form-section h4{color:var(--workspace-navy);font-size:14px;letter-spacing:-.02em;margin:0}.nexor-studio .ph-solution-form-section header p{color:#7a859d;font-size:9.5px;line-height:1.4;margin:3px 0 0}.nexor-studio .ph-solution-form-grid{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.nexor-studio .ph-solution-form-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.nexor-studio .ph-solution-form-grid label{color:#52607e;display:grid;font-size:8px;font-weight:850;gap:7px;letter-spacing:.08em;min-width:0;text-transform:uppercase}.nexor-studio .ph-solution-form-grid label.wide{grid-column:1 / -1}.nexor-studio .ph-solution-form-grid input,.nexor-studio .ph-solution-form-grid select,.nexor-studio .ph-solution-form-grid textarea{background:#f8f9fc;border:1px solid #d9e0ec;border-radius:10px;color:var(--workspace-navy);font-family:inherit;font-size:11px;font-weight:650;letter-spacing:normal;min-height:42px;padding:10px 12px;text-transform:none;width:100%}.nexor-studio .ph-solution-form-grid textarea{line-height:1.5;min-height:82px;resize:vertical}.nexor-studio .ph-solution-form-grid input:focus,.nexor-studio .ph-solution-form-grid select:focus,.nexor-studio .ph-solution-form-grid textarea:focus{background:#fff;border-color:var(--workspace-blue);box-shadow:0 0 0 3px #4f7bff1c;outline:0}.nexor-studio .ph-solution-form-grid label>small{color:#929bb0;font-size:8px;font-weight:550;letter-spacing:0;line-height:1.4;text-transform:none}.nexor-studio .ph-solution-form-toggle{align-content:end}.nexor-studio .ph-solution-form-toggle>button{align-items:center;background:#f1f3f8;border:1px solid #d9e0ec;border-radius:10px;color:#66718c;display:flex;font-size:10px;font-weight:750;gap:9px;min-height:42px;padding:0 12px}.nexor-studio .ph-solution-form-toggle>button i{background:#aab2c2;border-radius:999px;height:8px;width:8px}.nexor-studio .ph-solution-form-toggle>button.active{background:#e7faf7;border-color:#a5e8df;color:#087e74}.nexor-studio .ph-solution-form-toggle>button.active i{background:var(--workspace-aqua);box-shadow:0 0 0 4px #2dd4c726}.nexor-studio .ph-solution-editor__actions{align-items:center;background:#fff;border-top:1px solid #e3e8f1;bottom:0;box-shadow:0 -10px 20px #fffffff5;display:flex;gap:16px;justify-content:space-between;margin:0 -26px;padding:16px 26px;position:sticky;z-index:2}.nexor-studio .ph-solution-editor__actions>div{align-items:center;display:flex;gap:14px}.nexor-studio .ph-solution-editor__actions small{color:#7c879f;font-size:8.5px}@media(max-width:1100px){.nexor-studio .ph-workspace__project-head{align-items:stretch;grid-template-columns:minmax(0,1fr)}.nexor-studio .ph-workspace__signals{border-left:0;border-top:1px solid rgba(255,255,255,.14);padding-top:8px}.nexor-studio .ph-workspace__view{overflow-x:auto}}@media(max-width:900px){.nexor-studio .ph-solution-editor{grid-template-columns:1fr;overflow-y:auto}.nexor-studio .ph-solution-editor__preview{border-bottom:1px solid var(--nexor-line);border-right:0;overflow:visible}.nexor-studio .ph-solution-preview-card{margin:0 auto;max-width:460px}.nexor-studio .ph-solution-editor__content{overflow:visible}}@media(max-width:760px){.nexor-studio .ph-workspace{gap:14px}.nexor-studio .ph-workspace__crumbs{align-items:flex-start;flex-direction:column;gap:7px}.nexor-studio .ph-workspace__project-head{border-radius:14px;padding:22px 18px}.nexor-studio .ph-workspace__identity h2{font-size:31px}.nexor-studio .ph-workspace__signals{grid-template-columns:minmax(0,1fr)}.nexor-studio .ph-workspace__signals div{border-left:0!important;padding:9px 0}.nexor-studio .ph-workspace__signals div+div{border-top:1px solid rgba(255,255,255,.12)}.nexor-studio .ph-workspace__nav{justify-content:flex-start;margin-left:0;max-width:100%;overflow-x:auto;position:static;width:100%}.nexor-studio .ph-workspace__nav{scrollbar-width:none}.nexor-studio .ph-workspace__nav::-webkit-scrollbar{display:none}.nexor-studio .ph-workspace__more{position:relative}.nexor-studio .ph-workspace__more-menu{position:fixed;right:14px;top:138px}.nexor-studio .ph-workspace__view{border-radius:14px;padding:17px 14px}.nexor-studio .ph-workspace__view-head{align-items:flex-start}.nexor-studio .ph-workspace__view-head p{max-width:230px}.nexor-studio .ph-workspace__view-head .primary-button{min-height:36px;padding:0 12px}.nexor-studio .ph-master-plan{min-width:620px}.nexor-studio .ph-workspace__drawer{border-radius:14px;max-height:calc(100dvh - 20px);width:calc(100vw - 20px)}.nexor-studio .ph-solution-editor__preview{padding:18px}.nexor-studio .ph-solution-editor__content{padding:0 18px}.nexor-studio .ph-solution-form-grid,.nexor-studio .ph-solution-form-grid--three{grid-template-columns:1fr}.nexor-studio .ph-solution-form-grid label.wide{grid-column:auto}.nexor-studio .ph-solution-editor__actions{align-items:stretch;flex-direction:column-reverse}.nexor-studio .ph-solution-editor__actions{margin-left:-18px;margin-right:-18px;padding-left:18px;padding-right:18px}.nexor-studio .ph-solution-editor__actions>div{align-items:stretch;flex-direction:column}.nexor-studio .ph-solution-editor__actions button{justify-content:center;width:100%}}@media(prefers-reduced-motion:reduce){.nexor-studio .ph-workspace *{scroll-behavior:auto!important;transition-duration:.01ms!important}}.nexor-studio .nexor-studio__page:has(.ph-studio--projects)>header{display:none}.nexor-studio .ph-studio--projects{display:grid;gap:14px}.nexor-studio .ph-studio-projects__bar{align-items:center;background:#fffffff0;border:1px solid var(--nexor-line);border-radius:14px;display:grid;gap:14px;grid-template-columns:auto minmax(0,1fr) auto;min-height:60px;padding:10px 12px}.nexor-studio .ph-studio-projects__bar>div{border-left:1px solid var(--nexor-line);padding-left:14px}.nexor-studio .ph-studio-projects__bar strong{color:var(--nexor-fog);display:block;font-family:var(--nexor-display);font-size:15px}.nexor-studio .ph-studio-projects__bar span{color:var(--nexor-muted-bright);display:block;font-size:9px;margin-top:2px}.nexor-studio .ph-studio-projects__bar .ph-studio__back{margin:0}.nexor-studio .ph-studio-projects{background:#fffffff0;border:1px solid var(--nexor-line);border-radius:14px;overflow:hidden}.nexor-studio .ph-studio-project-row{align-items:stretch;display:grid;grid-template-columns:minmax(0,1fr) auto}.nexor-studio .ph-studio-project-row+.ph-studio-project-row{border-top:1px solid var(--nexor-line)}.nexor-studio .ph-studio-project-row:hover{background:#f8faff}.nexor-studio .ph-studio-project-row__main{align-items:center;background:transparent;border:0;color:var(--nexor-fog);display:grid;gap:18px;grid-template-columns:minmax(210px,1.4fr) 86px minmax(150px,.8fr) 100px 86px;min-height:76px;padding:12px 16px;text-align:left;width:100%}.nexor-studio .ph-studio-project-row__main strong{display:block;font-family:var(--nexor-display);font-size:13px}.nexor-studio .ph-studio-project-row__main small{color:var(--nexor-muted-bright);display:block;font-size:9px;margin-top:4px}.nexor-studio .ph-studio-project-row__main time{color:#516080;font-size:10px;font-style:normal;font-weight:750}.nexor-studio .ph-studio-project-row__main em{color:#087e74;font-size:8px;font-style:normal;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.nexor-studio .ph-studio-project-row__main .project-status{justify-self:start;white-space:nowrap}.nexor-studio .ph-studio-project-row__progress i{background:#e7ebf4;border-radius:999px;display:block;height:5px;overflow:hidden}.nexor-studio .ph-studio-project-row__progress b{background:linear-gradient(90deg,#2dd4c7,#4f7bff);display:block;height:100%}.nexor-studio .ph-studio-project-row__progress small{margin-top:6px}.nexor-studio .ph-studio-project-row__actions{align-items:center;display:flex;gap:7px;padding:12px 14px 12px 0}.nexor-studio .ph-studio-project-row__actions button{white-space:nowrap}.nexor-studio .ph-studio-projects__empty{color:var(--nexor-muted-bright);display:grid;font-size:11px;gap:14px;justify-items:center;padding:38px 20px}.nexor-studio .ph-studio-project-editor__scrim{background:#070f275c;border:0;top:0;right:0;bottom:0;left:0;position:fixed;z-index:50}.nexor-studio .ph-studio-project-editor{background:#fff;border-left:1px solid var(--nexor-line);box-shadow:-20px 0 54px #101d492b;display:grid;grid-template-rows:auto minmax(0,1fr) auto;height:100dvh;max-width:94vw;position:fixed;right:0;top:0;width:590px;z-index:51}.nexor-studio .ph-studio-project-editor>header{align-items:center;border-bottom:1px solid var(--nexor-line);display:flex;justify-content:space-between;padding:18px 22px}.nexor-studio .ph-studio-project-editor>header small{color:#087e74;font-size:8px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.nexor-studio .ph-studio-project-editor>header h3{color:var(--nexor-fog);font-family:var(--nexor-display);font-size:22px;letter-spacing:-.03em;margin:4px 0 0}.nexor-studio .ph-studio-project-editor>header>button{align-items:center;background:#f0f3f9;border:0;border-radius:50%;color:var(--nexor-fog);display:flex;font-size:22px;height:34px;justify-content:center;width:34px}.nexor-studio .ph-studio-project-editor__body{overflow-y:auto;padding:22px}.nexor-studio .ph-studio-project-editor__body>.ph-manager__publish{justify-content:flex-start;margin-bottom:18px}.nexor-studio .ph-studio-project-editor__body textarea{min-height:76px}.nexor-studio .ph-studio-project-editor__team{border-top:1px solid var(--nexor-line);margin-top:24px;padding-top:20px}.nexor-studio .ph-studio-project-editor__team h4{color:var(--nexor-fog);font-family:var(--nexor-display);font-size:15px;margin:0 0 12px}.nexor-studio .ph-studio-project-editor>footer{align-items:center;background:#fff;border-top:1px solid var(--nexor-line);display:flex;justify-content:space-between;padding:14px 22px}@media(max-width:1100px){.nexor-studio .ph-studio-project-row__main{grid-template-columns:minmax(190px,1.3fr) 82px minmax(130px,.8fr) 92px}.nexor-studio .ph-studio-project-row__main em{display:none}}@media(max-width:760px){.nexor-studio .ph-studio-projects__bar{align-items:stretch;grid-template-columns:minmax(0,1fr) auto}.nexor-studio .ph-studio-projects__bar>.ph-studio__back{grid-column:1 / -1;justify-self:start}.nexor-studio .ph-studio-projects__bar>div{border-left:0;padding-left:2px}.nexor-studio .ph-studio-project-row{grid-template-columns:minmax(0,1fr);padding:14px}.nexor-studio .ph-studio-project-row__main{align-items:start;gap:10px;grid-template-columns:minmax(0,1fr) auto;min-height:0;padding:0}.nexor-studio .ph-studio-project-row__main>div:first-child{grid-column:1 / -1}.nexor-studio .ph-studio-project-row__progress{grid-column:1 / -1}.nexor-studio .ph-studio-project-row__main time{align-self:center}.nexor-studio .ph-studio-project-row__actions{justify-content:flex-end;padding:12px 0 0}.nexor-studio .ph-studio-project-editor{max-width:none;width:100%}}.nexor-studio-shell .project-hub-demo-bar__context{align-items:center;flex-direction:row;gap:10px;min-width:0}.nexor-studio-shell .nexor-workplace--admin{max-width:none}.nexor-studio{--nexor-ui-caption: 10px;--nexor-ui-body: 12px;--nexor-ui-title: 14px;--nexor-ui-heading: clamp(28px, 2.7vw, 34px)}.nexor-studio .nexor-studio__page>header h2,.nexor-studio .ph-workspace__view-head h3{font-size:var(--nexor-ui-heading);font-weight:750}.nexor-studio .nexor-studio__page>header>span,.nexor-studio .ph-workspace__view-head p,.nexor-studio .ph-workspace__record span{font-size:var(--nexor-ui-body);font-weight:500;line-height:1.5}.nexor-studio .ph-workspace__record strong,.nexor-studio .ph-studio-project-row__main strong{font-size:var(--nexor-ui-title);font-weight:750}.nexor-studio .tool-eyebrow,.nexor-studio .eyebrow,.nexor-studio .ph-studio-project-row__main small,.nexor-studio .ph-studio-project-row__main time,.nexor-studio .ph-studio-project-row__main em{font-size:var(--nexor-ui-caption)}@media(max-width:620px){.nexor-studio-shell .project-hub-demo-bar__context{gap:8px}.nexor-studio-shell .nexor-workplace--admin{min-width:0}}.dw-shell{--dw-ink: #0b1330;--dw-ink-deep: #070d22;--dw-blue: #4f7bff;--dw-cyan: #2fe3d0;--dw-yellow: #ffcf71;--dw-paper: #ffffff;--dw-ground: #f2f5fa;--dw-line: #dce4f2;--dw-muted: #63708e;background:var(--dw-ground);color:var(--dw-ink);font-family:Inter,system-ui,sans-serif;height:100%;min-height:100vh;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;scrollbar-color:#9aa8c4 transparent;scrollbar-width:thin}.dw-shell::-webkit-scrollbar{width:10px}.dw-shell::-webkit-scrollbar-track{background:transparent}.dw-shell::-webkit-scrollbar-thumb{background:#9aa8c4;border:3px solid var(--dw-ground);border-radius:10px}.dw-shell *{box-sizing:border-box}.dw-shell ::selection{background:#4f7bff3d;color:var(--dw-ink-deep)}.dw-shell button,.dw-shell input,.dw-shell textarea,.dw-shell select{font:inherit}.dw-shell button{cursor:pointer}.dw-shell button:focus-visible,.dw-shell input:focus-visible,.dw-shell textarea:focus-visible,.dw-shell select:focus-visible{outline:3px solid rgba(79,123,255,.32);outline-offset:2px}.dw-topbar{align-items:center;background:var(--dw-paper);border-bottom:1px solid var(--dw-line);display:grid;grid-template-columns:250px minmax(0,1fr) auto;height:72px;padding:0 24px;position:sticky;top:0;z-index:20}.dw-brand{align-items:center;display:flex}.dw-brand img{display:block;width:174px}.dw-brand .dw-brand__mark,.dw-demo-badge{display:none}.dw-session-title{border-left:1px solid var(--dw-line);display:flex;flex-direction:column;gap:3px;padding-left:24px}.dw-session-title span{color:var(--dw-muted);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.dw-session-title b{font-family:Space Grotesk,Inter,sans-serif;font-size:15px}.dw-top-actions{align-items:center;display:flex;gap:16px}.dw-save-state{align-items:center;color:var(--dw-muted);display:flex;font-size:12px;gap:7px}.dw-save-state i{background:var(--dw-cyan);border-radius:50%;height:7px;width:7px}.dw-public-badge{align-items:center;background:#f4eddd;border-radius:999px;color:#66532d;display:flex;font-size:10px;font-weight:800;gap:7px;padding:8px 11px;text-transform:uppercase}.dw-public-badge i{background:#bda466;border-radius:50%;height:7px;width:7px}.dw-top-actions button{background:#eef2ff;border:0;border-radius:10px;color:#36415f;min-height:40px;padding:0 14px}.dw-top-actions button.is-active{background:var(--dw-ink);color:#fff}.dw-recovery-banner{align-items:center;background:#fff4d9;color:#4c3708;display:flex;gap:18px;justify-content:space-between;padding:12px 24px;position:relative;z-index:18}.dw-recovery-banner>div{align-items:center;display:flex;gap:10px;min-width:0}.dw-recovery-banner span{display:flex;flex-direction:column;gap:2px;min-width:0}.dw-recovery-banner b{font-size:12px}.dw-recovery-banner small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dw-recovery-banner button{background:var(--dw-ink);border:0;border-radius:9px;color:#fff;flex:0 0 auto;min-height:38px;padding:0 14px}.dw-workspace{display:grid;grid-template-columns:262px minmax(0,1fr) 286px;min-height:calc(100vh - 72px)}.dw-workspace.is-mockup{grid-template-columns:220px minmax(0,1fr)}.dw-workspace.is-mockup .dw-main__content{max-width:1100px}.dw-workspace.is-mockup .dw-technical{display:none}.is-public-mockup .dw-workspace{display:block}.is-public-mockup .dw-main{padding:34px clamp(18px,4vw,64px) 56px}.is-public-mockup .dw-main__content{max-width:1120px}.is-public-mockup .dw-mockup-stage>.dw-section-heading{margin-inline:auto;max-width:1040px}.dw-nav{background:var(--dw-ink);color:#fff;padding:24px 16px;position:sticky;top:72px;height:calc(100vh - 72px);overflow-y:auto}.dw-nav__summary{padding:0 10px 22px}.dw-nav__summary>span{color:#a8b5d8;display:block;font-size:11px;margin-bottom:6px}.dw-nav__summary>b{font-family:Space Grotesk,sans-serif;font-size:28px}.dw-nav__summary>div{background:#ffffff1a;border-radius:8px;height:5px;margin-top:12px;overflow:hidden}.dw-nav__summary i{background:linear-gradient(90deg,var(--dw-blue),var(--dw-cyan));display:block;height:100%}.dw-nav ol{display:grid;gap:3px;list-style:none;margin:0;padding:0}.dw-nav li button{align-items:center;background:transparent;border:0;border-radius:12px;color:#9aa8cf;display:grid;gap:11px;grid-template-columns:36px 1fr;min-height:58px;padding:8px 10px;text-align:left;width:100%}.dw-nav li button:hover{background:#ffffff0f;color:#fff}.dw-nav li button.is-current{background:#4f7bff2e;color:#fff;box-shadow:inset 1px 0 0 var(--dw-cyan)}.dw-nav li button.is-complete{color:#d9e1ff}.dw-nav__icon{align-items:center;background:#ffffff0f;border-radius:10px;display:flex;height:36px;justify-content:center}.is-current .dw-nav__icon{background:var(--dw-cyan);color:var(--dw-ink)}.is-complete .dw-nav__icon{color:var(--dw-cyan)}.dw-nav li b{display:block;font-size:13px;font-weight:600}.dw-nav li small{color:inherit;display:block;font-size:10px;margin-top:3px;opacity:.72}.dw-nav__tip{align-items:flex-start;background:#ffffff0f;border-radius:14px;color:#afbbd9;display:flex;font-size:11px;gap:9px;line-height:1.55;margin-top:22px;padding:12px}.dw-nav__tip p{margin:0}.dw-nav__tip b{color:#fff}.dw-main{min-width:0;padding:36px clamp(28px,4vw,64px) 24px}.dw-main__content{animation:dw-enter .32s cubic-bezier(.16,1,.3,1) both;margin:0 auto;max-width:880px}@keyframes dw-enter{0%{clip-path:inset(0 0 12% 0);filter:blur(5px);opacity:.35;transform:translateY(10px)}to{clip-path:inset(0);filter:blur(0);opacity:1;transform:translateY(0)}}.dw-section-heading{align-items:flex-start;display:flex;gap:24px;justify-content:space-between;margin-bottom:28px}.dw-section-heading h1{font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(28px,3vw,40px);letter-spacing:-.035em;line-height:1.04;margin:0 0 10px;max-width:640px;text-wrap:balance}.dw-section-heading p{color:var(--dw-muted);font-size:14px;line-height:1.65;margin:0;max-width:68ch}.dw-output-tag{background:#eaf0ff;border-radius:12px;color:#344367;flex:0 0 158px;font-size:11px;line-height:1.4;padding:11px 12px}.dw-output-tag span{color:var(--dw-blue);display:block;font-size:9px;font-weight:800;letter-spacing:.08em;margin-bottom:4px;text-transform:uppercase}.dw-call-note{background:var(--dw-ink);border-radius:16px;color:#fff;margin-bottom:24px;overflow:hidden;padding:22px 24px;position:relative}.dw-call-note:after{background:radial-gradient(circle,rgba(47,227,208,.4) 0 2px,transparent 2.5px);background-size:24px 24px;content:"";top:0;right:0;bottom:0;left:62%;opacity:.18;position:absolute}.dw-call-note span{color:var(--dw-cyan);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.dw-call-note blockquote{font-family:Space Grotesk,sans-serif;font-size:19px;line-height:1.45;margin:12px 0 7px;max-width:650px;position:relative;z-index:1}.dw-call-note small{color:#a8b5d8}.dw-field{display:block;margin:22px 0}.dw-field__label,.dw-fieldset legend{color:var(--dw-ink);display:block;font-size:13px;font-weight:700;margin-bottom:7px}.dw-field__hint{color:var(--dw-muted);display:block;font-size:11px;line-height:1.5;margin:-3px 0 8px}.dw-field input,.dw-field textarea,.dw-field select,.dw-flow-row input,.dw-role-block input,.dw-data-row input,.dw-data-row select,.dw-rule-builder input,.dw-priority-items input{background:#fff;border:1px solid #cfd8e8;border-radius:10px;color:var(--dw-ink);min-height:44px;padding:10px 12px;width:100%}.dw-field textarea{line-height:1.55;min-height:92px;resize:vertical}.dw-field input:hover,.dw-field textarea:hover,.dw-field select:hover,.dw-flow-row input:hover,.dw-data-row input:hover,.dw-data-row select:hover{border-color:#9aabd0}.dw-fieldset{border:0;margin:22px 0;padding:0}.dw-choice-row{display:flex;flex-wrap:wrap;gap:8px}.dw-choice{align-items:center;background:#fff;border:1px solid #d8dfec;border-radius:10px;color:#4d5872;display:inline-flex;gap:8px;min-height:40px;padding:7px 11px}.dw-choice:hover{border-color:#9cadcd;color:var(--dw-ink)}.dw-choice.is-selected{background:#e8fbf8;border-color:#7bdbd0;color:#0a544f}.dw-choice__mark{align-items:center;border:1px solid #b8c3d7;border-radius:5px;display:flex;height:18px;justify-content:center;width:18px}.is-selected .dw-choice__mark{background:var(--dw-cyan);border-color:var(--dw-cyan);color:var(--dw-ink)}.dw-two-columns{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.dw-instruction{align-items:center;background:#eaf0ff;border-radius:12px;color:#40517c;display:flex;font-size:12px;gap:10px;line-height:1.55;margin-bottom:18px;padding:12px 14px}.dw-flow-list{display:grid;gap:8px}.dw-flow-row{align-items:center;background:#fff;border-radius:12px;box-shadow:0 12px 24px -23px #0b1330b3;display:grid;gap:10px;grid-template-columns:38px minmax(0,1fr) auto 34px;padding:8px}.dw-flow-row.is-pain{background:#fff8e8;box-shadow:inset 1px 0 #e0a329}.dw-flow-index{color:#7b88a5;font-family:Space Grotesk,sans-serif;font-size:12px;font-variant-numeric:tabular-nums;text-align:center}.dw-pain-toggle{background:transparent;border:0;border-radius:8px;color:#7b88a5;font-size:11px;min-height:34px;padding:0 9px}.is-pain .dw-pain-toggle{background:#ffdf9d;color:#593900;font-weight:700}.dw-icon-button{align-items:center;background:transparent;border:0;border-radius:8px;color:#8290aa;display:flex;height:34px;justify-content:center;width:34px}.dw-icon-button:hover{background:#fff0f1;color:#b32737}.dw-add-button{align-items:center;background:transparent;border:0;border-radius:9px;color:#345bc6;display:inline-flex;font-size:12px;font-weight:700;gap:7px;margin-top:12px;min-height:38px;padding:0 10px}.dw-add-button:hover{background:#eaf0ff}.dw-probe-grid{display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:20px}.dw-probe-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.dw-probe-grid .dw-field{margin:0}.dw-role-stack{display:grid;gap:16px}.dw-role-block{background:#fff;border-radius:16px;box-shadow:0 18px 34px -32px #0b1330cc;padding:20px}.dw-role-block__title{align-items:center;border-bottom:1px solid #e5eaf3;display:grid;gap:16px;grid-template-columns:120px 1fr;padding-bottom:14px}.dw-role-block__title span{color:var(--dw-muted);font-size:11px;font-weight:700}.dw-role-block__title input{font-family:Space Grotesk,sans-serif;font-size:17px;font-weight:700}.dw-data-table{background:#fff;border-radius:16px;box-shadow:0 18px 34px -32px #0b1330cc;overflow:hidden}.dw-data-row{align-items:center;border-top:1px solid #e8ecf3;display:grid;gap:12px;grid-template-columns:1.4fr 1fr 100px 120px;padding:10px 14px}.dw-data-head{background:#f7f9fc;border-top:0;color:#66728d;font-size:10px;font-weight:800;letter-spacing:.045em;text-transform:uppercase}.dw-check{align-items:center;color:#4d5872;display:flex;font-size:12px;gap:7px}.dw-check input{accent-color:#17b9ab;height:17px;width:17px}.dw-rule-builder{align-items:center;background:var(--dw-ink);border-radius:16px;color:#fff;display:grid;gap:10px;grid-template-columns:auto 1fr auto 1.2fr auto 1fr;padding:20px}.dw-rule-builder span{color:var(--dw-cyan);font-size:12px;font-weight:800;text-transform:uppercase}.dw-rule-builder input{background:#ffffff14;border-color:#ffffff29;color:#fff}.dw-web-explainer{align-items:center;background:var(--dw-ink);border-radius:16px;color:#fff;display:grid;gap:24px;grid-template-columns:240px 1fr;margin-bottom:24px;padding:24px}.dw-browser-frame{background:#fff;border-radius:10px;color:var(--dw-ink);display:grid;grid-template-columns:8px 8px 8px 1fr;gap:5px;padding:10px}.dw-browser-frame>span{background:#d2d9e8;border-radius:50%;height:8px;margin-top:3px;width:8px}.dw-browser-frame b{background:#edf1f7;border-radius:6px;font-size:10px;font-weight:500;margin-left:6px;padding:4px 7px}.dw-web-explainer h2{font-family:Space Grotesk,sans-serif;font-size:20px;margin:0 0 7px}.dw-web-explainer p{color:#b9c4e2;font-size:12px;line-height:1.6;margin:0}.dw-client-identity-editor{background:#fff;border-radius:16px;box-shadow:0 18px 34px -32px #0b1330cc;margin-bottom:24px;padding:20px}.dw-client-identity-editor>header{align-items:start;border-bottom:1px solid #e5eaf3;display:flex;gap:18px;justify-content:space-between;margin-bottom:18px;padding-bottom:14px}.dw-client-identity-editor>header h2{font-family:Space Grotesk,sans-serif;font-size:20px;letter-spacing:-.02em;margin:0 0 5px}.dw-client-identity-editor>header p{color:var(--dw-muted);font-size:11px;line-height:1.55;margin:0}.dw-client-identity-editor>header span{background:#e8fbf8;border-radius:9px;color:#0e766d;flex:0 0 auto;font-size:9px;font-weight:800;padding:8px 10px;text-transform:uppercase}.dw-client-identity-grid{display:grid;gap:22px;grid-template-columns:minmax(0,1fr) 160px}.dw-client-fields .dw-field{margin:0 0 14px}.dw-client-logo-field{align-items:center;background:#f5f7fb;border-radius:14px;display:flex;flex-direction:column;padding:15px;text-align:center}.dw-client-logo-field>span{color:#4d5974;font-size:10px;font-weight:800;margin-bottom:10px}.dw-client-logo-preview{align-items:center;background:#fff;border:1px solid #dce3ef;border-radius:12px;color:#40517c;display:flex;height:74px;justify-content:center;margin-bottom:10px;overflow:hidden;position:relative;width:74px}.dw-client-logo-preview img{display:block;height:100%;object-fit:contain;width:100%}.dw-client-logo-preview--reference img{height:100%;max-width:none;object-fit:cover;transform:scale(5.2);transform-origin:15% 27%;width:100%}.dw-client-logo-preview b{font-family:Space Grotesk,sans-serif;font-size:20px}.dw-file-button{background:#eaf0ff;border-radius:9px;color:#344a86;cursor:pointer;font-size:10px;font-weight:800;padding:9px 11px}.dw-file-button input{height:1px;opacity:0;position:absolute;width:1px}.dw-client-logo-field small{color:#75819b;font-size:8px;line-height:1.4;margin-top:8px;overflow-wrap:anywhere}.dw-text-button{background:transparent;border:0;color:#5c6f9e;font-size:9px;margin-top:6px;padding:4px}.dw-field-error{color:#a82c3c;font-size:9px;line-height:1.4;margin:7px 0 0}.dw-hosting-grid{border-top:1px solid #e5eaf3;display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:4px;padding-top:18px}.dw-hosting-grid .dw-field{margin:0}.dw-integration-section{border-top:1px solid var(--dw-line);margin-top:34px;padding-top:30px}.dw-integration-section__header{align-items:start;display:flex;gap:24px;justify-content:space-between;margin-bottom:20px}.dw-integration-section__header h2{font-family:Space Grotesk,sans-serif;font-size:24px;letter-spacing:-.025em;margin:0 0 7px}.dw-integration-section__header p{color:var(--dw-muted);line-height:1.6;margin:0;max-width:66ch}.dw-integration-section__header>span{background:#eaf0ff;border-radius:10px;color:#40517c;flex:0 0 164px;font-size:10px;font-weight:700;line-height:1.45;padding:10px 12px}.dw-integration-stack{display:grid;gap:16px}.dw-integration-card{background:#fff;border-radius:16px;box-shadow:0 18px 34px -32px #0b1330cc;padding:20px}.dw-integration-card>header{align-items:center;border-bottom:1px solid #e5eaf3;display:flex;gap:16px;justify-content:space-between;margin-bottom:18px;padding-bottom:14px}.dw-integration-card>header>div{align-items:center;display:grid;flex:1;gap:14px;grid-template-columns:88px minmax(0,1fr)}.dw-integration-card>header span{color:var(--dw-muted);font-size:11px;font-weight:700}.dw-integration-card>header input{background:#f7f9fc;border:1px solid #cfd8e8;border-radius:10px;color:var(--dw-ink);font-family:Space Grotesk,sans-serif;font-size:17px;font-weight:700;min-height:44px;padding:10px 12px;width:100%}.dw-integration-card .dw-field{margin:18px 0}.dw-integration-grid{display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr))}.dw-integration-grid .dw-field{margin:0}.dw-integration-empty{align-items:start;background:#fff4d9;border-radius:14px;color:#59420c;display:flex;gap:10px;margin:14px 0;padding:15px 16px}.dw-integration-empty .dw-icon{flex:0 0 auto;margin-top:1px}.dw-integration-empty b{display:block;font-size:13px}.dw-integration-empty p{font-size:11px;line-height:1.55;margin:4px 0 0}.dw-integration-empty--clear{background:#e8fbf8;color:#145f58}.dw-priority-board{display:grid;gap:12px;grid-template-columns:1.15fr 1fr 1fr}.dw-priority-lane{background:#fff;border-radius:16px;min-width:0;padding:18px}.dw-priority-lane--must{background:#e8fbf8}.dw-priority-lane--later{background:#eaf0ff}.dw-priority-lane--out{background:#f2f3f6}.dw-priority-lane h2{font-family:Space Grotesk,sans-serif;font-size:17px;margin:0 0 5px}.dw-priority-lane>p{color:var(--dw-muted);font-size:10px;line-height:1.5;margin:0 0 14px;min-height:30px}.dw-priority-items{display:grid;gap:7px}.dw-priority-items input{min-width:0}.dw-priority-lane>button{align-items:center;background:transparent;border:0;color:#42516e;display:flex;font-size:11px;gap:6px;margin-top:10px;padding:5px}.dw-close-grid{display:grid;gap:20px;grid-template-columns:minmax(0,1fr) 290px}.dw-confirmation-list{background:#fff;border-radius:16px;overflow:hidden}.dw-confirmation-list>div{align-items:start;border-top:1px solid #e6ebf3;display:grid;gap:12px;grid-template-columns:132px 1fr auto;padding:16px}.dw-confirmation-list>div:first-child{border-top:0}.dw-confirmation-list span{color:var(--dw-muted);font-size:10px;font-weight:800;text-transform:uppercase}.dw-confirmation-list p{font-size:12px;line-height:1.55;margin:0}.dw-confirmation-list button{background:transparent;border:0;color:#4263c6;font-size:11px}.dw-readiness{background:var(--dw-ink);border-radius:16px;color:#fff;padding:24px}.dw-readiness__score{color:var(--dw-cyan);font-family:Space Grotesk,sans-serif;font-size:42px;font-weight:700;letter-spacing:-.03em}.dw-readiness h2{font-family:Space Grotesk,sans-serif;font-size:20px;margin:7px 0}.dw-readiness p{color:#b5c0de;font-size:12px;line-height:1.55}.dw-readiness ul{border-top:1px solid rgba(255,255,255,.12);list-style:none;margin:18px 0;padding:14px 0 0}.dw-readiness li{align-items:start;color:#dbe2f8;display:flex;font-size:11px;gap:8px;margin:8px 0}.dw-readiness li span{background:var(--dw-yellow);border-radius:50%;flex:0 0 7px;height:7px;margin-top:4px}.dw-readiness button,.dw-generated-state{align-items:center;background:var(--dw-cyan);border:0;border-radius:10px;color:var(--dw-ink);display:flex;font-weight:700;gap:7px;justify-content:center;min-height:42px;width:100%}.dw-generated-state{background:#e8fbf8;color:#0e766d;font-size:12px;justify-content:flex-start;padding:8px 10px;text-align:left}.dw-generated-state>span{display:flex;flex:1;flex-direction:column;gap:2px}.dw-generated-state small{color:#327b75;font-size:9px;font-weight:600}.dw-generated-state:hover{background:#d7f7f2}.dw-brief-review{padding-bottom:32px}.dw-local-save-note{align-items:center;background:#e8fbf8;border-radius:12px;color:#145f58;display:flex;font-size:12px;gap:10px;line-height:1.5;margin-bottom:18px;padding:12px 14px}.dw-brief-sheet{background:#fff;border-radius:16px;box-shadow:0 24px 46px -42px #0b1330b8;overflow:hidden}.dw-brief-sheet>section{border-top:1px solid #e6ebf3;display:grid;gap:16px;grid-template-columns:145px minmax(0,1fr);padding:18px 20px}.dw-brief-sheet>section:first-child{border-top:0}.dw-brief-sheet>section>span{color:#63708e;font-size:10px;font-weight:800;letter-spacing:.045em;text-transform:uppercase}.dw-brief-sheet p{line-height:1.6;margin:0}.dw-brief-sheet ol{display:grid;gap:7px;margin:0;padding-left:20px}.dw-brief-role-list{display:grid;gap:10px}.dw-brief-role-list>div{background:#f3f6fb;border-radius:10px;padding:12px}.dw-brief-role-list b,.dw-brief-role-list small{display:block}.dw-brief-role-list small{color:#4d5b78;margin:4px 0}.dw-review-actions{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-top:20px}.dw-review-actions>button{align-items:center;background:#fff;border:1px solid #d4dceb;border-radius:10px;color:#40506e;display:flex;gap:7px;min-height:42px;padding:0 14px}.dw-review-actions>button:first-child .dw-icon{transform:rotate(180deg)}.dw-review-actions .dw-review-actions__primary{background:var(--dw-cyan);border-color:var(--dw-cyan);color:var(--dw-ink);font-weight:700}.dw-review-actions .dw-review-actions__primary .dw-icon{transform:none}.dw-review-actions>div{display:flex;flex-direction:column;gap:3px}.dw-review-actions>div b{font-size:11px}.dw-review-actions>div span{color:var(--dw-muted);font-size:10px}.dw-analysis-hero{align-items:end;background:var(--dw-ink);border-radius:16px;color:#fff;display:grid;gap:28px;grid-template-columns:minmax(0,1fr) 220px;padding:26px}.dw-analysis-hero span{color:var(--dw-cyan);font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.dw-analysis-hero h2{font-family:Space Grotesk,sans-serif;font-size:28px;letter-spacing:-.03em;margin:8px 0}.dw-analysis-hero p{color:#b7c2df;line-height:1.6;margin:0}.dw-analysis-confidence{background:#ffffff14;border-radius:12px;padding:16px}.dw-analysis-confidence b{color:var(--dw-yellow);display:block;font-size:14px;margin-bottom:6px}.dw-analysis-confidence span{color:#d7def3;font-size:10px;font-weight:500;letter-spacing:0;line-height:1.5;text-transform:none}.dw-analysis-grid{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:16px}.dw-analysis-grid>section{background:#fff;border-radius:14px;padding:18px}.dw-analysis-grid h3{font-family:Space Grotesk,sans-serif;font-size:16px;margin:0 0 10px}.dw-analysis-grid p{color:#4d5974;line-height:1.6;margin:0}.dw-analysis-grid ul{display:grid;gap:8px;list-style:none;margin:0;padding:0}.dw-analysis-grid li{align-items:start;color:#46536f;display:flex;gap:8px;line-height:1.45}.dw-analysis-grid li .dw-icon{color:#11a99c;flex:0 0 auto;margin-top:2px}.dw-analysis-grid li>span{background:var(--dw-yellow);border-radius:50%;flex:0 0 7px;height:7px;margin-top:6px}.dw-analysis-grid__wide{grid-column:1 / -1}.dw-analysis-integration{display:flex;flex-direction:column;gap:2px}.dw-analysis-integration small{color:#63708e;font-size:10px}.dw-deliverables{display:grid;gap:20px}.dw-deliverables>.dw-section-heading{margin-bottom:4px}.dw-deliverable{background:#fff;border-radius:16px;box-shadow:0 24px 46px -42px #0b1330b8;overflow:hidden}.dw-deliverable>header{align-items:center;border-bottom:1px solid #e6ebf3;display:flex;gap:18px;justify-content:space-between;padding:18px 22px}.dw-deliverable>header h2{font-family:Space Grotesk,sans-serif;font-size:20px;margin:0 0 4px}.dw-deliverable>header p{color:var(--dw-muted);font-size:11px;margin:0}.dw-deliverable>header button{align-items:center;background:#eef2ff;border:0;border-radius:10px;color:#344a86;display:flex;flex:0 0 auto;font-size:11px;font-weight:700;gap:7px;min-height:40px;padding:0 12px}.dw-deliverable>header button:hover{background:#e1e8ff}.dw-deliverable-solution{background:var(--dw-ink);color:#fff;padding:24px}.dw-deliverable-client-meta{align-items:baseline;background:#f5f7fb;display:grid;gap:6px 14px;grid-template-columns:auto minmax(0,.7fr) auto minmax(0,1.3fr);padding:12px 22px}.dw-deliverable-client-meta span{color:#63708e;font-size:9px;font-weight:800;text-transform:uppercase}.dw-deliverable-client-meta b{font-size:12px}.dw-deliverable-client-meta p{color:#4d5974;font-size:10px;line-height:1.45;margin:0}.dw-deliverable-solution>span,.dw-client-summary>section>span{color:var(--dw-cyan);display:block;font-size:9px;font-weight:800;letter-spacing:.07em;margin-bottom:8px;text-transform:uppercase}.dw-deliverable-solution h3{font-family:Space Grotesk,sans-serif;font-size:24px;letter-spacing:-.025em;margin:0 0 10px}.dw-deliverable-solution p{color:#d4dcf2;line-height:1.65;margin:0;max-width:72ch}.dw-deliverable-columns{display:grid;gap:0;grid-template-columns:repeat(2,minmax(0,1fr))}.dw-deliverable-columns>section{padding:22px}.dw-deliverable-columns>section+section{border-left:1px solid #e6ebf3}.dw-deliverable h3{font-family:Space Grotesk,sans-serif}.dw-deliverable-columns h3,.dw-deliverable-validation h3{font-size:15px;margin:0 0 9px}.dw-deliverable-columns p{color:#4d5974;line-height:1.65;margin:0}.dw-deliverable-columns ul,.dw-deliverable-validation ul{display:grid;gap:7px;margin:0;padding-left:18px}.dw-deliverable-columns li{color:#46536f;line-height:1.5}.dw-deliverable-validation{background:#fff8e8;padding:18px 22px}.dw-deliverable-validation ul{list-style:none;padding:0}.dw-deliverable-validation li{align-items:start;color:#66501a;display:flex;gap:8px;line-height:1.45}.dw-deliverable-validation li>span{background:var(--dw-yellow);border-radius:50%;flex:0 0 7px;height:7px;margin-top:6px}.dw-deliverable--client{background:#dfe6f1;padding:0 22px 22px}.dw-deliverable--client>.dw-client-toolbar{background:#fff;margin:0 -22px 22px}.dw-client-toolbar h2{margin:0!important}.dw-client-document{background:#fff;box-shadow:0 26px 54px -46px #070d22e6;color:var(--dw-ink);margin:0 auto;max-width:790px}.dw-client-letterhead{align-items:center;border-bottom:1px solid #dfe6f1;display:flex;justify-content:space-between;padding:24px 28px 20px}.dw-client-letterhead__provider{align-items:flex-start;display:flex;flex-direction:column;gap:5px}.dw-client-letterhead__provider img{display:block;width:176px}.dw-client-letterhead__customer{align-items:center;display:flex;gap:12px;justify-content:flex-end;max-width:430px;text-align:right}.dw-client-letterhead__customer>div:last-child{align-items:flex-end;display:flex;flex-direction:column;gap:2px}.dw-client-letterhead__customer b{color:var(--dw-ink);font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:700}.dw-client-letterhead__customer small{color:var(--dw-muted);display:block;font-size:8px;line-height:1.35;max-width:330px}.dw-client-mark{background:#fff;border:1px solid #dce3ef;border-radius:10px;flex:0 0 48px;height:48px;overflow:hidden;position:relative}.dw-client-mark img{display:block;height:100%;object-fit:contain;width:100%}.dw-client-mark--reference img{object-fit:cover;transform:scale(5.2);transform-origin:15% 27%}.dw-client-letterhead span{color:#4f6fc8;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.dw-client-title{background:var(--dw-ink);color:#fff;padding:28px}.dw-client-title h2{font-family:Space Grotesk,sans-serif;font-size:30px;letter-spacing:-.03em;line-height:1.08;margin:0 0 18px;max-width:680px}.dw-client-title>div{align-items:center;border-top:1px solid rgba(255,255,255,.14);color:#c4cee7;display:flex;font-size:9px;justify-content:space-between;padding-top:12px;text-transform:uppercase}.dw-client-title>div b{color:var(--dw-cyan);letter-spacing:.04em}.dw-client-body{padding:26px 28px 22px}.dw-client-body h3{color:var(--dw-ink);font-family:Space Grotesk,sans-serif;font-size:15px;margin:0 0 8px}.dw-client-body p{color:#46536f;line-height:1.62;margin:0}.dw-client-problem{padding-bottom:20px}.dw-client-proposal{background:#e8fbf8;margin:0 -28px;padding:20px 28px}.dw-client-proposal h3{color:#0e766d}.dw-client-proposal p{color:#174d49;font-size:15px}.dw-client-two-columns{display:grid;grid-template-columns:.82fr 1.18fr}.dw-client-two-columns>section{padding:22px 0}.dw-client-two-columns>section+section{border-left:1px solid #dfe6f1;padding-left:24px}.dw-client-two-columns>section:first-child{padding-right:24px}.dw-client-flow{border-bottom:1px solid #dfe6f1;border-top:1px solid #dfe6f1;padding:20px 0}.dw-client-flow ol{counter-reset:proposed-flow;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));list-style:none;margin:14px 0 0;padding:0}.dw-client-flow li{counter-increment:proposed-flow;min-width:0;padding:0 14px}.dw-client-flow li:first-child{padding-left:0}.dw-client-flow li+li{border-left:1px solid #dfe6f1}.dw-client-flow li:before{align-items:center;background:var(--dw-cyan);border-radius:50%;color:var(--dw-ink);content:counter(proposed-flow);display:flex;font-family:Space Grotesk,sans-serif;font-size:10px;font-weight:800;height:24px;justify-content:center;margin-bottom:9px;width:24px}.dw-client-flow li span{display:block;font-size:11px;font-weight:800;margin-bottom:4px}.dw-client-flow li p{font-size:10px;line-height:1.45}.dw-client-two-columns--closing{grid-template-columns:1fr 1fr}.dw-client-two-columns--closing section:last-child h3:not(:first-child){border-top:1px solid #dfe6f1;margin-top:14px;padding-top:12px}.dw-client-two-columns ul{color:#46536f;display:grid;gap:5px;margin:0;padding-left:18px}.dw-client-dependencies{background:#fff7e3;margin:0 -28px;padding:16px 28px}.dw-client-dependencies h3{color:#66501a}.dw-client-dependencies ul{color:#66501a;columns:2;font-size:11px;line-height:1.45;margin:0;padding-left:18px}.dw-client-dependencies li{break-inside:avoid;margin-bottom:4px}.dw-client-document-footer{align-items:center;background:#eaf0ff;display:flex;gap:20px;justify-content:space-between;padding:14px 28px}.dw-client-document-footer>div{max-width:590px}.dw-client-document-footer b{color:#263d78;display:block;font-family:Space Grotesk,sans-serif;font-size:9px;margin-bottom:4px}.dw-client-document-footer p{color:#40517c;font-size:9px;line-height:1.5;margin:0;max-width:520px}.dw-client-document-footer span{color:#344a86;flex:0 0 auto;font-size:8px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.dw-mockup-stage{max-width:1040px}.dw-mockup-controls{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:14px}.dw-mockup-controls>div{background:#e4eaf5;border-radius:12px;display:flex;gap:4px;padding:4px}.dw-mockup-controls button{border:0;border-radius:9px;color:#46536f;font-size:11px;font-weight:750;min-height:38px;padding:0 13px}.dw-mockup-controls>div button{background:transparent}.dw-mockup-controls>div button.is-active{background:#fff;box-shadow:0 8px 18px -15px #070d22b8;color:var(--dw-ink)}.dw-mockup-controls .dw-mockup-print{align-items:center;background:var(--dw-ink);color:#fff;display:flex;gap:7px}.dw-deliverable-editor{background:#fff;border-radius:16px;box-shadow:0 24px 46px -42px #0b1330b8;padding:22px}.dw-deliverable-editor>header{align-items:flex-start;display:flex;gap:18px;justify-content:space-between}.dw-deliverable-editor h2{font-family:Space Grotesk,sans-serif;font-size:21px;margin:0 0 5px}.dw-deliverable-editor header p{color:var(--dw-muted);font-size:11px;line-height:1.55;margin:0;max-width:65ch}.dw-deliverable-editor header span{background:#fff1cd;border-radius:999px;color:#755916;flex:0 0 auto;font-size:9px;font-weight:800;padding:7px 10px;text-transform:uppercase}.dw-deliverable-editor__grid{display:grid;gap:0 18px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:8px}.dw-deliverable-editor__grid .dw-field{margin-bottom:4px}.dw-deliverable-editor>footer{border-top:1px solid var(--dw-line);display:flex;gap:9px;justify-content:flex-end;margin-top:18px;padding-top:16px}.dw-deliverable-editor>footer button{background:#fff;border:1px solid #cfd8e8;border-radius:10px;color:#40506e;font-size:11px;font-weight:750;min-height:40px;padding:0 14px}.dw-deliverable-editor>footer button:last-child{background:var(--dw-cyan);border-color:var(--dw-cyan);color:var(--dw-ink)}.dw-client-toolbar__actions{display:flex;flex-direction:row!important;gap:8px}.dw-client-toolbar__actions button:first-child{background:#fff;border:1px solid #d4dceb}.dw-product-mockup{--ej-gold: #bda466;--ej-gold-dark: #756238;--ej-gold-soft: #f4eddd;--ej-ink: #151515;background:#fff;border-radius:16px;box-shadow:0 28px 58px -44px #070d22c7;overflow:hidden;position:relative}.dw-product-legal{align-items:center;background:#171717;color:#f8f4ea;display:flex;gap:15px;min-height:42px;padding:9px 14px}.dw-product-legal b{color:#d9c58e;flex:0 0 auto;font-size:8px;letter-spacing:.08em;text-transform:uppercase}.dw-product-legal span{color:#d6d2c8;font-size:8px;line-height:1.45}.dw-product-chrome{align-items:center;background:#f8fafc;border-bottom:1px solid #dfe6f1;display:grid;gap:18px;grid-template-columns:64px minmax(0,1fr) auto;min-height:42px;padding:0 14px}.dw-product-chrome>div{display:flex;gap:5px}.dw-product-chrome i{background:#c8d1df;border-radius:50%;display:block;height:7px;width:7px}.dw-product-chrome span{background:#edf1f6;border-radius:7px;color:#68748d;font-size:8px;overflow:hidden;padding:6px 10px;text-align:center;text-overflow:ellipsis;white-space:nowrap}.dw-product-chrome b{color:#785d18;font-size:8px;letter-spacing:.04em;text-transform:uppercase}.dw-product-login{background:#f7f6f3;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);min-height:540px}.dw-product-login__brand{background:#171717;color:#fff;display:flex;flex-direction:column;justify-content:space-between;min-width:0;overflow:hidden;padding:48px;position:relative}.dw-product-login__brand:after{border:1px solid rgba(189,164,102,.34);border-radius:50%;content:"";height:360px;position:absolute;right:-180px;top:90px;width:360px}.dw-product-login__brand:before{border:1px solid rgba(189,164,102,.16);border-radius:50%;content:"";height:500px;position:absolute;right:-250px;top:20px;width:500px}.dw-product-login__brand>img{height:96px;object-fit:contain;object-position:left center;position:relative;width:110px;z-index:1}.dw-product-login__brand>span{align-items:center;background:var(--ej-gold);border-radius:14px;color:#17130c;display:flex;font-family:Space Grotesk,sans-serif;font-size:22px;font-weight:800;height:78px;justify-content:center;width:78px}.dw-product-login__brand>div{max-width:480px;position:relative;z-index:1}.dw-product-login__brand h2{font-family:Space Grotesk,sans-serif;font-size:clamp(28px,3vw,42px);letter-spacing:-.035em;line-height:1.02;margin:0 0 16px}.dw-product-login__brand p{color:#d1cdc3;font-size:12px;line-height:1.65;margin:0;max-width:52ch}.dw-product-login__brand small{color:#968e7f;font-size:8px;position:relative;z-index:1}.dw-product-login__form{align-self:center;display:grid;gap:15px;margin:0 auto;max-width:360px;padding:40px;width:100%}.dw-product-login__form>div>span{color:var(--ej-gold-dark);display:block;font-size:8px;font-weight:800;letter-spacing:.08em;margin-bottom:7px;text-transform:uppercase}.dw-product-login__form h3{font-family:Space Grotesk,sans-serif;font-size:25px;letter-spacing:-.03em;margin:0 0 7px}.dw-product-login__form>div p{color:#6d706f;font-size:10px;line-height:1.5;margin:0}.dw-product-login__form label{color:#3d3f3e;display:grid;font-size:9px;font-weight:750;gap:6px}.dw-product-login__form input{background:#fff;border:1px solid #d3d0c9;border-radius:9px;color:#171717;font-size:10px;min-height:43px;padding:0 11px}.dw-product-login__form>button{background:#171717;border:0;border-radius:9px;color:#fff;font-size:10px;font-weight:800;min-height:43px}.dw-product-login__form>button:disabled{cursor:not-allowed;opacity:.42}.dw-product-login__form .dw-product-login__help{background:transparent;color:#665b43;min-height:28px;text-decoration:underline;text-underline-offset:3px}.dw-product-login__privacy{border-top:1px solid #ddd9d0;color:#777970;font-size:8px;line-height:1.5;margin:3px 0 0;padding-top:13px}.dw-product-shell{display:grid;grid-template-columns:190px minmax(0,1fr);min-height:535px}.dw-product-nav{background:#171717;color:#fff;display:flex;flex-direction:column;min-width:0;padding:22px 14px 14px}.dw-product-brand{align-items:center;display:flex;gap:9px;min-width:0;padding:0 7px 24px}.dw-product-brand>span,.dw-product-profile>span{align-items:center;background:#2fe3d0;border-radius:10px;color:#07102a;display:flex;flex:0 0 34px;font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:800;height:34px;justify-content:center}.dw-product-brand>img{display:block;flex:0 0 48px;height:48px;object-fit:contain;width:48px}.dw-product-brand div,.dw-product-profile div{min-width:0}.dw-product-brand b,.dw-product-profile b{display:block;font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dw-product-brand small,.dw-product-profile small{color:#9aa8cf;display:block;font-size:7px;line-height:1.4;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dw-product-nav nav{display:grid;gap:4px}.dw-product-nav nav button{align-items:center;background:transparent;border:0;border-radius:9px;color:#9faccc;display:flex;font-size:9px;gap:9px;min-height:36px;padding:0 10px;text-align:left}.dw-product-nav nav button span{border:1px solid currentColor;border-radius:4px;height:13px;width:13px}.dw-product-nav nav button.is-active{background:#bda4662b;color:#f8f1df}.dw-product-nav nav button.is-active span{background:var(--ej-gold);border-color:var(--ej-gold);box-shadow:inset 0 0 0 4px #171717}.dw-product-profile{align-items:center;border-top:1px solid rgba(255,255,255,.1);display:flex;gap:8px;margin-top:auto;padding:14px 7px 0}.dw-product-profile>span{background:#1e2a4e;color:#cbd5ef;flex-basis:29px;height:29px}.dw-product-workarea{background:#f7f6f3;min-width:0;padding:28px}.dw-product-workarea>header{align-items:center;display:flex;gap:18px;justify-content:space-between}.dw-product-workarea h2{font-family:Space Grotesk,sans-serif;font-size:25px;letter-spacing:-.03em;margin:0 0 5px}.dw-product-workarea>header p{color:#67738c;font-size:10px;margin:0}.dw-product-workarea>header>button{background:var(--ej-gold);border:0;border-radius:9px;color:#17130c;font-size:9px;font-weight:800;min-height:36px;padding:0 12px}.dw-product-create{align-items:center;background:#1a1a1a;border-radius:12px;color:#fff;display:grid;gap:12px;grid-template-columns:1fr minmax(150px,.8fr) auto;margin-top:18px;padding:15px}.dw-product-create b{display:block;font-size:10px}.dw-product-create p{color:#c9c4b9;font-size:8px;margin:3px 0 0}.dw-product-create input{background:#fff;border:0;border-radius:8px;color:#171717;font-size:9px;min-height:36px;padding:0 10px}.dw-product-create button{background:var(--ej-gold);border:0;border-radius:8px;color:#17130c;font-size:8px;font-weight:800;min-height:36px;padding:0 11px}.dw-product-create button:disabled{cursor:not-allowed;opacity:.45}.dw-product-metrics{display:grid;gap:10px;grid-template-columns:repeat(4,minmax(0,1fr));margin:24px 0 14px}.dw-product-metrics>div{background:#fff;border-radius:12px;padding:15px}.dw-product-metrics b{display:block;font-family:Space Grotesk,sans-serif;font-size:21px}.dw-product-metrics span{color:#71809a;display:block;font-size:8px;margin-top:3px}.dw-product-metrics .is-attention{background:var(--ej-gold-soft);color:#5d4d2d}.dw-product-metrics .is-attention span{color:#785d18}.dw-product-table{background:#fff;border-radius:14px;overflow:hidden}.dw-product-table>header{align-items:center;display:flex;gap:18px;justify-content:space-between;padding:17px 18px}.dw-product-table h3{font-family:Space Grotesk,sans-serif;font-size:13px;margin:0 0 3px}.dw-product-table header p{color:#78839a;font-size:8px;margin:0}.dw-product-table label{display:flex;flex-direction:column;gap:3px}.dw-product-table label span{color:#71809a;font-size:7px;font-weight:700;text-transform:uppercase}.dw-product-table input{border:1px solid #d5deea;border-radius:7px;font-size:8px;min-height:30px;padding:0 9px;width:150px}.dw-product-table__grid{border-top:1px solid #e5eaf2}.dw-product-table__head,.dw-product-table__row{align-items:center;display:grid;gap:10px;grid-template-columns:1.35fr .9fr .8fr .9fr;min-height:42px;padding:0 18px}.dw-product-table__head{background:#f8fafc;color:#71809a;font-size:7px;font-weight:800;letter-spacing:.04em;min-height:32px;text-transform:uppercase}.dw-product-table__row{background:#fff;border:0;border-top:1px solid #edf1f6;color:#2d3853;font-size:8px;text-align:left;width:100%}.dw-product-table__row:hover,.dw-product-table__row.is-selected{background:#faf6ed}.dw-product-table__row.is-selected{box-shadow:inset 1px 0 0 var(--ej-gold)}.dw-product-table__row>span:first-child{font-weight:750}.dw-product-table__row .is-status{border-radius:999px;justify-self:start;padding:5px 7px}.dw-product-table__row .is-0{background:#dcf8f2;color:#0a665e}.dw-product-table__row .is-1{background:#fff1cc;color:#725614}.dw-product-table__row .is-2{background:#e7edff;color:#3551a0}.dw-product-table__row .is-3{background:#ffeaec;color:#8a3340}.dw-product-empty{color:#6b7486;display:flex;flex-direction:column;font-size:9px;gap:4px;padding:28px 18px;text-align:center}.dw-product-record-detail{align-items:start;background:#171717;border-radius:14px;color:#fff;display:grid;gap:18px;grid-template-columns:minmax(0,1.2fr) minmax(240px,.9fr);margin-top:14px;padding:18px}.dw-product-record-detail>div:first-child>span,.dw-product-client-form>div:first-child>span{color:#d1b975;display:block;font-size:7px;font-weight:800;letter-spacing:.07em;margin-bottom:6px;text-transform:uppercase}.dw-product-record-detail h3,.dw-product-client-form h3{font-family:Space Grotesk,sans-serif;font-size:16px;margin:0 0 5px}.dw-product-record-detail p{color:#c9c4b9;font-size:8px;line-height:1.5;margin:0}.dw-product-record-detail dl{display:grid;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr));grid-column:1 / -1;margin:0}.dw-product-record-detail dl div{border-top:1px solid #3c382f;padding-top:8px}.dw-product-record-detail dt{color:#aaa396;font-size:7px}.dw-product-record-detail dd{font-size:9px;font-weight:750;margin:3px 0 0}.dw-product-record-detail>div:last-child{display:flex;gap:7px;justify-content:flex-end;position:absolute;right:18px;top:18px}.dw-product-record-detail{position:relative}.dw-product-record-detail button{background:transparent;border:1px solid #6d6554;border-radius:8px;color:#fff;font-size:8px;min-height:33px;padding:0 9px}.dw-product-record-detail button:last-child{background:var(--ej-gold);border-color:var(--ej-gold);color:#17130c;font-weight:800}.dw-product-progress{background:#e6fbf7;border-radius:999px;color:#0d766c;font-size:9px;font-weight:800;padding:8px 11px}.dw-product-client-journey{margin:32px auto 0;max-width:590px}.dw-product-client-summary{align-items:center;background:#171717;border-radius:14px 14px 0 0;color:#fff;display:grid;gap:11px;grid-template-columns:56px 1fr auto;padding:18px}.dw-product-client-summary>span{align-items:center;background:#2fe3d0;border-radius:10px;color:#07102a;display:flex;font-family:Space Grotesk,sans-serif;font-size:12px;font-weight:800;height:44px;justify-content:center}.dw-product-client-summary>img{height:50px;object-fit:contain;width:50px}.dw-product-client-summary b{display:block;font-size:11px}.dw-product-client-summary small{color:#aebada;display:block;font-size:8px;margin-top:3px}.dw-product-client-summary strong{background:#bda46629;border-radius:999px;color:#e6d39e;font-size:8px;padding:7px 9px}.dw-product-client-journey ol{background:#fff;border-radius:0 0 14px 14px;list-style:none;margin:0;padding:4px 18px}.dw-product-client-journey li{align-items:center;border-top:1px solid #e8edf4;display:grid;gap:12px;grid-template-columns:30px 1fr auto;min-height:70px}.dw-product-client-journey li:first-child{border-top:0}.dw-product-client-journey li>span{align-items:center;background:#edf1f6;border-radius:50%;color:#7b879e;display:flex;font-size:9px;font-weight:800;height:26px;justify-content:center;width:26px}.dw-product-client-journey li.is-done>span{background:#ddf8f3;color:#0d766c}.dw-product-client-journey li.is-current>span{background:var(--ej-gold-soft);color:#66532d}.dw-product-client-journey li b{display:block;font-size:10px}.dw-product-client-journey li small{color:#758199;display:block;font-size:8px;margin-top:3px}.dw-product-client-journey li button{background:#171717;border:0;border-radius:8px;color:#fff;font-size:8px;font-weight:750;min-height:32px;padding:0 10px}.dw-product-client-form{background:#fff;border-radius:14px;display:grid;gap:16px;grid-template-columns:minmax(0,1fr) minmax(220px,.8fr);margin:14px auto 0;max-width:590px;padding:18px}.dw-product-client-form p{color:#6b7486;font-size:8px;line-height:1.5;margin:0}.dw-product-client-form label{color:#4e5667;display:grid;font-size:8px;font-weight:700;gap:5px}.dw-product-client-form textarea{border:1px solid #d9dee8;border-radius:8px;font-size:8px;min-height:62px;padding:8px;resize:vertical}.dw-product-client-form>div:last-child{display:flex;gap:8px;grid-column:1 / -1;justify-content:flex-end}.dw-product-client-form button{background:#fff;border:1px solid #c9ced8;border-radius:8px;color:#333b4c;font-size:8px;font-weight:750;min-height:34px;padding:0 10px}.dw-product-client-form button:last-child{background:var(--ej-gold);border-color:var(--ej-gold);color:#17130c}.dw-product-toast{align-items:center;background:#fff8e7;border-top:1px solid #e5d6ae;bottom:0;color:#5b4b2a;display:flex;font-size:9px;font-weight:700;gap:7px;justify-content:center;left:190px;min-height:36px;padding:7px 12px;position:absolute;right:0}.dw-mockup-disclaimer{color:#64708a;font-size:10px;line-height:1.55;margin:12px 2px 0}.dw-mockup-disclaimer b{color:#3d4964}.dw-technical{background:#e8edf6;padding:36px 20px;position:sticky;top:72px;height:calc(100vh - 72px);overflow-x:hidden;overflow-y:auto;transition:opacity .2s ease,transform .25s cubic-bezier(.16,1,.3,1)}.dw-technical:not(.is-open){opacity:0;pointer-events:none;transform:translate(100%)}.dw-technical__header span{color:#6f7b96;display:block;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.dw-technical__header b{display:block;font-family:Space Grotesk,sans-serif;font-size:18px;margin-top:6px}.dw-signal-orbit{height:120px;margin:22px auto;position:relative;width:120px}.dw-signal-orbit:before,.dw-signal-orbit:after{border:1px solid rgba(79,123,255,.28);border-radius:50%;content:"";top:12px;right:12px;bottom:12px;left:12px;position:absolute}.dw-signal-orbit:after{top:33px;right:33px;bottom:33px;left:33px}.dw-signal-orbit i{background:var(--dw-ink);border:6px solid #cbd6f3;border-radius:50%;top:45px;right:45px;bottom:45px;left:45px;position:absolute}.dw-signal-orbit span{background:var(--dw-cyan);border-radius:50%;height:9px;position:absolute;width:9px}.dw-signal-orbit span:nth-child(1){left:8px;top:55px}.dw-signal-orbit span:nth-child(2){right:12px;top:25px}.dw-signal-orbit span:nth-child(3){bottom:9px;right:34px}.dw-technical ul{display:grid;gap:10px;list-style:none;margin:0;padding:0}.dw-technical li{align-items:center;background:#fff;border-radius:10px;color:#3b4661;display:flex;font-size:12px;gap:8px;min-height:38px;padding:8px 10px}.dw-technical li .dw-icon{color:#11a99c}.dw-technical__note{align-items:start;border-top:1px solid #cad4e5;color:#64708a;display:flex;font-size:11px;gap:8px;line-height:1.55;margin-top:22px;padding-top:16px}.dw-technical__note p{margin:0}.dw-technical__status{align-items:center;bottom:24px;display:flex;font-size:11px;justify-content:space-between;left:20px;position:absolute;right:20px}.dw-technical__status b{color:#0e766d}.dw-footer-actions{align-items:center;border-top:1px solid var(--dw-line);display:flex;justify-content:space-between;margin:36px auto 0;max-width:880px;padding-top:20px}.dw-footer-actions button{align-items:center;background:#fff;border:1px solid #d4dceb;border-radius:10px;color:#40506e;display:flex;gap:7px;min-height:42px;padding:0 14px}.dw-footer-actions button:first-child .dw-icon{transform:rotate(180deg)}.dw-footer-actions button:disabled{cursor:not-allowed;opacity:.35}.dw-footer-actions span{color:var(--dw-muted);font-size:11px}.dw-footer-actions .dw-next{background:var(--dw-cyan);border-color:var(--dw-cyan);color:var(--dw-ink);font-weight:700}.dw-ai-review{max-width:940px}.dw-ai-guardrail{align-items:flex-start;background:#fff4d9;border-radius:14px;color:#59420c;display:flex;gap:12px;margin-bottom:18px;padding:16px 18px}.dw-ai-guardrail .dw-icon{flex:0 0 auto}.dw-ai-guardrail b{display:block;font-size:13px}.dw-ai-guardrail p{font-size:11px;line-height:1.55;margin:4px 0 0}.dw-ai-prompt{background:var(--dw-ink);border-radius:16px;color:#fff;margin-top:18px;padding:20px}.dw-ai-prompt>header{align-items:center;display:flex;gap:18px;justify-content:space-between;margin-bottom:14px}.dw-ai-prompt h2{font-family:Space Grotesk,sans-serif;font-size:19px;margin:0 0 4px}.dw-ai-prompt header p{color:#b9c4e2;font-size:10px;margin:0}.dw-ai-prompt button{background:var(--dw-cyan);border:0;border-radius:10px;color:var(--dw-ink);flex:0 0 auto;font-size:11px;font-weight:800;min-height:40px;padding:0 13px}.dw-ai-prompt textarea{background:#080f2b;border:1px solid rgba(255,255,255,.16);border-radius:12px;color:#dce5ff;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:10px;line-height:1.5;max-height:260px;min-height:190px;padding:14px;resize:vertical;width:100%}.dw-ai-prompt details{border-top:1px solid rgba(255,255,255,.12);padding-top:12px}.dw-ai-prompt summary{color:#dce5ff;cursor:pointer;font-size:11px;font-weight:700;list-style-position:inside;margin-bottom:10px}.dw-ai-prompt details:not([open]) textarea{display:none}.dw-ai-next{color:#b9c4e2;font-size:10px;line-height:1.5;margin:12px 0 0}.dw-ai-next b{color:#fff}.dw-diagnosis-return{background:#fff;border-radius:16px;margin-top:18px;padding:22px}.dw-diagnosis-return>header{align-items:flex-start;display:flex;gap:20px;justify-content:space-between;margin-bottom:16px}.dw-diagnosis-return h2{font-family:Space Grotesk,sans-serif;font-size:19px;margin:0 0 5px}.dw-diagnosis-return header p{color:#5f6d8b;font-size:11px;line-height:1.55;margin:0;max-width:64ch}.dw-diagnosis-status{border-radius:999px;flex:0 0 auto;font-size:9px;font-weight:800;padding:7px 10px;text-transform:uppercase}.dw-diagnosis-status.is-approved{background:#dff8f4;color:#0e766d}.dw-diagnosis-status.is-pending{background:#fff1cd;color:#755916}.dw-diagnosis-return>textarea{border:1px solid #cbd5e6;border-radius:12px;color:var(--dw-ink);font-size:12px;line-height:1.55;min-height:130px;padding:14px;resize:vertical;width:100%}.dw-diagnosis-import{align-items:center;display:flex;gap:12px;margin-top:10px}.dw-diagnosis-import button{background:#eaf0ff;border:0;border-radius:10px;color:#30477f;font-size:11px;font-weight:800;min-height:40px;padding:0 14px}.dw-diagnosis-import button:disabled{cursor:not-allowed;opacity:.45}.dw-diagnosis-import span{font-size:10px;line-height:1.4}.dw-diagnosis-import .is-success{color:#0e766d}.dw-diagnosis-import .is-error{color:#a02f3b}.dw-diagnosis-review{background:var(--dw-ink);border-radius:14px;color:#fff;margin-top:18px;padding:20px}.dw-diagnosis-review>span{color:var(--dw-cyan);display:block;font-size:9px;font-weight:800;letter-spacing:.06em;margin-bottom:7px;text-transform:uppercase}.dw-diagnosis-review h3{font-family:Space Grotesk,sans-serif;font-size:21px;margin:0 0 9px}.dw-diagnosis-review p{color:#c6d0e8;line-height:1.62;margin:0;overflow-wrap:anywhere}.dw-diagnosis-review>div{display:flex;gap:9px;justify-content:flex-end;margin-top:16px}.dw-diagnosis-review button{border-radius:10px;font-size:11px;font-weight:800;min-height:40px;padding:0 14px}.dw-diagnosis-reject{background:transparent;border:1px solid rgba(255,255,255,.22);color:#fff}.dw-diagnosis-approve{background:var(--dw-cyan);border:0;color:var(--dw-ink)}@media(max-width:1180px){.dw-workspace{grid-template-columns:226px minmax(0,1fr)}.dw-technical{box-shadow:-18px 0 42px -36px #070d22cc;position:fixed;right:0;top:72px;width:286px;z-index:15}.dw-technical:not(.is-open){transform:translate(100%)}}@media(max-width:820px){.dw-topbar{grid-template-columns:1fr auto;height:64px;padding:0 14px}.dw-brand__full{display:none!important}.dw-brand .dw-brand__mark{display:block;height:38px;width:38px}.dw-demo-badge{background:#eaf0ff;border-radius:999px;color:#40517c;display:inline-flex;font-size:9px;font-weight:800;letter-spacing:.06em;padding:5px 8px;text-transform:uppercase}.dw-session-title,.dw-save-state{display:none}.dw-workspace{display:block}.dw-nav{height:auto;overflow-x:auto;padding:8px 12px;position:sticky;top:64px;z-index:14}.dw-nav{scrollbar-width:none}.dw-nav::-webkit-scrollbar{display:none}.dw-nav__summary,.dw-nav__tip{display:none}.dw-nav ol{display:flex;min-width:max-content}.dw-nav li button{grid-template-columns:32px auto;min-height:46px;padding:5px 9px;width:auto}.dw-nav li small{display:none}.dw-nav__icon{height:32px;width:32px}.dw-main{padding:28px 18px 20px}.dw-product-shell{grid-template-columns:64px minmax(0,1fr)}.dw-product-login{grid-template-columns:1fr}.dw-product-login__brand{min-height:250px;padding:28px}.dw-product-login__brand>img{height:72px;width:82px}.dw-product-login__brand h2{font-size:30px;max-width:430px}.dw-product-login__form{max-width:480px}.dw-product-nav{padding:18px 9px 12px}.dw-product-brand{justify-content:center;padding:0 0 20px}.dw-product-brand>img{flex-basis:42px;height:42px;width:42px}.dw-product-brand div,.dw-product-profile div{display:none}.dw-product-nav nav button{font-size:0;justify-content:center;padding:0}.dw-product-profile{justify-content:center;padding-inline:0}.dw-product-workarea{padding:22px}.dw-product-toast{left:64px}.dw-section-heading{display:block}.dw-output-tag{display:inline-block;margin-top:14px}.dw-technical{top:64px;height:calc(100vh - 64px)}.dw-rule-builder{grid-template-columns:auto 1fr}.dw-rule-builder span{align-self:center}.dw-integration-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.dw-top-actions button{font-size:11px;min-height:38px;padding:0 10px}.dw-section-heading h1{font-size:29px}.dw-two-columns,.dw-probe-grid,.dw-probe-grid--two,.dw-priority-board,.dw-close-grid,.dw-integration-grid{grid-template-columns:1fr}.dw-flow-row{grid-template-columns:30px minmax(0,1fr) 34px}.dw-pain-toggle{grid-column:2;justify-self:start}.dw-data-table{background:transparent;box-shadow:none;overflow:visible}.dw-data-head{display:none}.dw-data-row{background:#fff;border:0;border-radius:14px;grid-template-columns:1fr 1fr;margin-bottom:10px;padding:14px}.dw-data-row>:first-child{grid-column:1 / -1}.dw-web-explainer{grid-template-columns:1fr}.dw-client-identity-editor>header{display:block}.dw-client-identity-editor>header span{display:inline-block;margin-top:10px}.dw-client-identity-grid,.dw-hosting-grid{grid-template-columns:1fr}.dw-client-logo-field{align-items:flex-start;text-align:left}.dw-integration-section__header{display:block}.dw-integration-section__header>span{display:inline-block;margin-top:12px}.dw-integration-card{padding:15px}.dw-integration-card>header>div{grid-template-columns:1fr;gap:6px}.dw-role-block__title{grid-template-columns:1fr;gap:6px}.dw-confirmation-list>div{grid-template-columns:1fr auto}.dw-confirmation-list p{grid-column:1 / -1;grid-row:2}.dw-footer-actions span{display:none}.dw-brief-sheet>section{grid-template-columns:1fr;gap:7px;padding:15px}.dw-ai-prompt>header{align-items:stretch;flex-direction:column}.dw-ai-prompt button{width:100%}.dw-diagnosis-return>header,.dw-diagnosis-import{align-items:stretch;flex-direction:column}.dw-diagnosis-status{align-self:flex-start}.dw-diagnosis-review>div{flex-direction:column}.dw-analysis-hero,.dw-analysis-grid,.dw-deliverable-columns{grid-template-columns:1fr}.dw-deliverable-columns>section+section{border-left:0}.dw-deliverable>header{align-items:stretch;flex-direction:column}.dw-deliverable>header button{justify-content:center}.dw-deliverable--client{padding:0 0 14px}.dw-deliverable--client>.dw-client-toolbar{margin:0 0 14px}.dw-client-letterhead{align-items:flex-start;flex-direction:column;gap:14px;padding:20px}.dw-client-letterhead__customer{justify-content:flex-start;max-width:none;text-align:left}.dw-client-letterhead__customer>div:last-child{align-items:flex-start}.dw-deliverable-client-meta{grid-template-columns:auto 1fr}.dw-client-title{padding:24px 20px}.dw-client-title h2{font-size:25px}.dw-client-title>div{align-items:flex-start;flex-direction:column;gap:5px}.dw-client-body{padding:22px 20px 18px}.dw-client-proposal{margin:0 -20px;padding:18px 20px}.dw-client-dependencies{margin:0 -20px;padding:16px 20px}.dw-client-dependencies ul{columns:1}.dw-client-two-columns{grid-template-columns:1fr}.dw-client-two-columns>section:first-child{padding-right:0}.dw-client-two-columns>section+section{border-left:0;border-top:1px solid #dfe6f1;padding-left:0}.dw-client-flow ol{gap:16px 0;grid-template-columns:repeat(2,minmax(0,1fr))}.dw-client-flow li:nth-child(odd){border-left:0;padding-left:0}.dw-client-document-footer{align-items:flex-start;flex-direction:column}.dw-mockup-controls{align-items:stretch;flex-direction:column}.dw-mockup-controls>div{display:grid;grid-template-columns:repeat(3,1fr)}.dw-mockup-controls .dw-mockup-print{justify-content:center}.dw-product-chrome{grid-template-columns:45px minmax(0,1fr)}.dw-product-chrome b{display:none}.dw-product-legal{align-items:flex-start;flex-direction:column;gap:3px}.dw-product-legal span{font-size:7.5px}.dw-product-workarea{padding:18px 12px}.dw-product-workarea>header{align-items:flex-start}.dw-product-workarea h2{font-size:19px}.dw-product-workarea>header>button{display:none}.dw-product-metrics{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px}.dw-product-table>header{align-items:flex-start;flex-direction:column}.dw-product-table input,.dw-product-table label{width:100%}.dw-product-table__head,.dw-product-table__row{grid-template-columns:1.25fr .9fr}.dw-product-table__head span:nth-child(n+3),.dw-product-table__row span:nth-child(n+3){display:none}.dw-product-client-summary{grid-template-columns:38px 1fr}.dw-product-client-summary>img{height:36px;width:36px}.dw-product-client-summary>span{height:38px}.dw-product-client-summary strong{display:none}.dw-product-create,.dw-product-client-form{grid-template-columns:1fr}.dw-product-create button,.dw-product-create input{width:100%}.dw-product-record-detail{grid-template-columns:1fr}.dw-product-record-detail>div:last-child{grid-column:1 / -1;justify-content:stretch;position:static}.dw-product-record-detail button{flex:1}.dw-product-client-form>div:last-child{grid-column:1}.dw-product-login__brand{min-height:220px;padding:24px}.dw-product-login__brand h2{font-size:26px}.dw-product-login__brand p{font-size:10px}.dw-product-login__form{padding:28px 22px}.dw-deliverable-editor__grid{grid-template-columns:1fr}.dw-deliverable-editor>header{flex-direction:column}.dw-client-toolbar__actions{align-items:stretch;flex-direction:column!important}.dw-review-actions{align-items:stretch;flex-direction:column}.dw-review-actions>button{justify-content:center}.dw-recovery-banner{align-items:stretch;flex-direction:column;gap:10px;padding:12px 16px}.dw-recovery-banner small{white-space:normal}}@media(prefers-reduced-motion:reduce){.dw-main__content{animation-duration:.01ms}.dw-nav__summary i,.dw-technical{transition-duration:.01ms}}@media print{@page{size:A4 portrait;margin:10mm}html,body{height:auto!important}body[data-discovery-print]{background:#fff!important;print-color-adjust:exact;-webkit-print-color-adjust:exact}body[data-discovery-print] .dw-topbar,body[data-discovery-print] .dw-recovery-banner,body[data-discovery-print] .dw-nav,body[data-discovery-print] .dw-technical,body[data-discovery-print] .dw-footer-actions,body[data-discovery-print] .dw-deliverables>.dw-section-heading,body[data-discovery-print] .dw-deliverable-editor,body[data-discovery-print] .dw-deliverables>.dw-review-actions,body[data-discovery-print] .dw-deliverable>header button{display:none!important}body[data-discovery-print] .dw-shell,body[data-discovery-print] .dw-workspace,body[data-discovery-print] .dw-main{background:#fff!important;display:block;height:auto;min-height:0;overflow:visible;padding:0}body[data-discovery-print] .dw-main__content{animation:none;margin:0;max-width:none}body[data-discovery-print=client] .dw-deliverable--internal{display:none!important}body[data-discovery-print=mockup] .dw-mockup-stage>.dw-section-heading,body[data-discovery-print=mockup] .dw-mockup-controls,body[data-discovery-print=mockup] .dw-mockup-stage>.dw-review-actions{display:none!important}body[data-discovery-print=mockup] .dw-mockup-stage{display:block;max-width:none}body[data-discovery-print=mockup] .dw-product-mockup{border:1px solid #dce4f2;box-shadow:none}body[data-discovery-print=mockup] .dw-product-shell{min-height:150mm}body[data-discovery-print=mockup] .dw-mockup-disclaimer{font-size:7pt}body[data-discovery-print] .dw-deliverables{display:block;font-size:8.5pt;line-height:1.35}body[data-discovery-print] .dw-deliverable{border:1px solid #dce4f2;border-radius:10px;box-shadow:none;break-after:avoid;break-before:avoid;break-inside:avoid-page;margin:0;max-height:275mm;overflow:hidden;page-break-after:avoid;page-break-before:avoid;page-break-inside:avoid;width:100%}body[data-discovery-print] .dw-deliverable>header{padding:9mm 9mm 5mm}body[data-discovery-print] .dw-deliverable>header h2{font-size:17pt;margin-bottom:1.5mm}body[data-discovery-print] .dw-deliverable>header p{font-size:8pt}body[data-discovery-print] .dw-deliverable-client-meta{gap:1.5mm 3mm;padding:3mm 7mm}body[data-discovery-print] .dw-deliverable-client-meta span{font-size:6.5pt}body[data-discovery-print] .dw-deliverable-client-meta b,body[data-discovery-print] .dw-deliverable-client-meta p{font-size:7.5pt}body[data-discovery-print] .dw-deliverable-solution{padding:7mm 9mm}body[data-discovery-print] .dw-deliverable-solution>span{font-size:6.5pt;margin-bottom:2mm}body[data-discovery-print] .dw-deliverable-solution h3{font-size:18pt;margin-bottom:3mm}body[data-discovery-print] .dw-deliverable-solution p{font-size:9.5pt;line-height:1.45}body[data-discovery-print] .dw-deliverable-columns{grid-template-columns:.95fr 1.05fr}body[data-discovery-print] .dw-deliverable-columns>section{padding:5mm 7mm}body[data-discovery-print] .dw-deliverable-columns h3,body[data-discovery-print] .dw-deliverable-validation h3{font-size:10.5pt;margin-bottom:2.5mm}body[data-discovery-print] .dw-deliverable-columns p,body[data-discovery-print] .dw-deliverable-columns li{font-size:8.5pt;line-height:1.42}body[data-discovery-print] .dw-deliverable-columns ul{gap:1.2mm;padding-left:4mm}body[data-discovery-print=client] .dw-deliverable--client{background:#fff;padding:0}body[data-discovery-print=client] .dw-client-toolbar{display:none!important}body[data-discovery-print=client] .dw-client-document{box-shadow:none;max-width:none}body[data-discovery-print=client] .dw-client-letterhead{padding:5mm 7mm 4mm}body[data-discovery-print=client] .dw-client-letterhead__provider img{width:42mm}body[data-discovery-print=client] .dw-client-letterhead__customer{gap:2.5mm;max-width:112mm}body[data-discovery-print=client] .dw-client-letterhead__customer b{font-size:8.5pt}body[data-discovery-print=client] .dw-client-letterhead__customer small{font-size:5.5pt;max-width:88mm}body[data-discovery-print=client] .dw-client-mark{border-radius:2mm;flex-basis:11mm;height:11mm}body[data-discovery-print=client] .dw-client-letterhead span{font-size:6.5pt}body[data-discovery-print=client] .dw-client-title{padding:6mm 7mm 5mm}body[data-discovery-print=client] .dw-client-title h2{font-size:18pt;margin-bottom:4mm}body[data-discovery-print=client] .dw-client-title>div{font-size:6.5pt;padding-top:2.5mm}body[data-discovery-print=client] .dw-client-body{padding:5mm 7mm 4mm}body[data-discovery-print=client] .dw-client-body h3{font-size:10pt;margin-bottom:2mm}body[data-discovery-print=client] .dw-client-body p,body[data-discovery-print=client] .dw-client-body li{font-size:8pt;line-height:1.42}body[data-discovery-print=client] .dw-client-problem{padding-bottom:4mm}body[data-discovery-print=client] .dw-client-proposal{margin:0 -7mm;padding:4mm 7mm}body[data-discovery-print=client] .dw-client-proposal p{font-size:8.5pt}body[data-discovery-print=client] .dw-client-two-columns>section{padding:4mm 0}body[data-discovery-print=client] .dw-client-two-columns>section:first-child{padding-right:5mm}body[data-discovery-print=client] .dw-client-two-columns>section+section{padding-left:5mm}body[data-discovery-print=client] .dw-client-flow{padding:4mm 0}body[data-discovery-print=client] .dw-client-flow ol{margin-top:3mm}body[data-discovery-print=client] .dw-client-flow li{padding:0 3mm}body[data-discovery-print=client] .dw-client-flow li:before{font-size:7pt;height:5mm;margin-bottom:2mm;width:5mm}body[data-discovery-print=client] .dw-client-flow li span{font-size:8pt;margin-bottom:1mm}body[data-discovery-print=client] .dw-client-flow li p{font-size:7pt}body[data-discovery-print=client] .dw-client-two-columns--closing ul{gap:1mm;padding-left:4mm}body[data-discovery-print=client] .dw-client-two-columns--closing section:last-child h3:not(:first-child){margin-top:2mm;padding-top:2mm}body[data-discovery-print=client] .dw-client-dependencies{margin:0 -7mm;padding:3mm 7mm}body[data-discovery-print=client] .dw-client-dependencies ul{font-size:6.8pt;gap:1mm}body[data-discovery-print=client] .dw-client-document-footer{padding:3mm 7mm}body[data-discovery-print=client] .dw-client-document-footer>div{max-width:158mm}body[data-discovery-print=client] .dw-client-document-footer b{font-size:6.5pt;margin-bottom:1mm}body[data-discovery-print=client] .dw-client-document-footer p{font-size:6.5pt;max-width:none}body[data-discovery-print=client] .dw-client-document-footer span{font-size:6pt}}.px-proposal{--px-ink: #0b1330;--px-ink-deep: #070d22;--px-blue: #4f7bff;--px-cyan: #2fe3d0;--px-yellow: #ffcf71;--px-paper: #ffffff;--px-ground: #f2f5fa;--px-muted: #63708e;background:var(--px-ground);color:var(--px-ink);display:grid;font-family:Inter,system-ui,sans-serif;grid-template-columns:minmax(0,1fr);grid-template-rows:72px minmax(0,1fr);height:100svh;overflow:hidden}.px-proposal *{box-sizing:border-box}.px-proposal ::selection{background:#2fe3d057;color:var(--px-ink-deep)}.px-proposal button,.px-proposal input,.px-proposal textarea{font:inherit}.px-proposal button{cursor:pointer}.px-proposal button:focus-visible,.px-proposal a:focus-visible,.px-proposal input:focus-visible,.px-proposal textarea:focus-visible,.px-proposal summary:focus-visible{outline:3px solid rgba(79,123,255,.38);outline-offset:3px}.px-inline-edit{border-radius:5px;cursor:text;outline:1px dashed transparent;outline-offset:4px;transition:background .18s ease,outline-color .18s ease}.is-editing .px-inline-edit:hover{background:#4f7bff12;outline-color:#4f7bff52}.is-editing .px-inline-edit:focus{background:#fff;color:var(--px-ink);outline:2px solid var(--px-blue);outline-offset:4px}.is-editing .px-solution-statement .px-inline-edit:focus,.is-editing .px-evidence-plate .px-inline-edit:focus,.is-editing .px-months article>div .px-inline-edit:focus{background:#ffffff1f;color:#fff;outline-color:var(--px-cyan)}.px-topbar{align-items:center;background:#fffffff5;border-bottom:1px solid #dce4f2;display:grid;gap:20px;grid-column:1;grid-row:1;grid-template-columns:188px minmax(180px,.75fr) minmax(360px,1.4fr) auto;padding:0 clamp(18px,2.8vw,38px);position:relative;z-index:20}.px-topbar>a img{display:block;width:164px}.px-logo-mark{display:none!important}.px-topbar>.px-proposal-title{border-left:1px solid #dce4f2;min-width:0;padding-left:20px}.px-topbar>.px-proposal-title span{color:var(--px-muted);display:block;font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.px-topbar>.px-proposal-title b{display:block;font-family:Space Grotesk,sans-serif;font-size:13px;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.px-topbar nav{display:flex;gap:4px;justify-content:center}.px-topbar nav button{align-items:center;background:transparent;border:0;border-radius:9px;color:#65718d;display:flex;font-size:9px;gap:6px;min-height:36px;padding:0 8px}.px-topbar nav button span{align-items:center;background:#edf1f8;border-radius:50%;display:flex;font-size:7px;font-weight:800;height:19px;justify-content:center;width:19px}.px-topbar nav button.is-active{background:#eaf0ff;color:#263d78;font-weight:800}.px-topbar nav button.is-active span{background:var(--px-blue);color:#fff}.px-live-state,.px-edit-state{align-items:center;border-radius:999px;display:flex;flex:0 0 auto;font-size:8px;font-weight:800;gap:6px;padding:8px 10px;text-transform:uppercase}.px-live-state{background:#def8f3;color:#0d766c}.px-live-state i{background:#17b9ab;border-radius:50%;height:6px;width:6px}.px-edit-state{background:#fff1cd;color:#755916}.px-edit-actions{align-items:center;display:flex;gap:8px}.px-edit-actions>span,.px-edit-actions>a{color:#67738c;font-size:8px;font-weight:750;white-space:nowrap}.px-edit-actions>a{color:#304f9e;text-decoration:underline;text-underline-offset:3px}.px-edit-actions>button{background:var(--px-cyan);border:0;border-radius:9px;color:var(--px-ink);font-size:9px;font-weight:850;min-height:38px;padding:0 14px}.px-edit-actions>button:disabled{cursor:wait;opacity:.65}.px-edit-actions.is-copied>span{color:#0d766c}.px-edit-actions.is-error>span{color:#983746}.px-publish-notice{align-items:center;background:#e3f8f4;border:1px solid #b9e8e0;border-radius:14px;bottom:82px;box-shadow:0 22px 46px -30px #0b13309e;display:flex;gap:20px;justify-content:space-between;max-width:min(520px,calc(100vw - 32px));padding:15px 17px;position:fixed;right:20px;z-index:80}.px-publish-notice b{color:#0d665e;display:block;font-size:11px}.px-publish-notice span{color:#3e665f;display:block;font-size:9px;line-height:1.45;margin-top:3px}.px-publish-notice a{background:var(--px-ink);border-radius:9px;color:#fff;flex:0 0 auto;font-size:9px;font-weight:800;padding:11px 13px;text-decoration:none}.px-publish-notice.is-error{background:#fff3f4;border-color:#f0cfd4}.px-publish-notice.is-error b{color:#873440}.px-publish-notice.is-error span{color:#76545a}.px-stage{grid-column:1;grid-row:2;min-height:0;overflow:hidden;position:relative}.px-slide-deck{bottom:64px;left:0;overflow:hidden;position:absolute;right:0;top:0}.px-slide{background:var(--px-ground);top:0;right:0;bottom:0;left:0;opacity:.35;overflow-x:hidden;overflow-y:auto;padding:clamp(28px,4vw,58px);pointer-events:none;position:absolute;transition:transform .56s cubic-bezier(.16,1,.3,1),opacity .3s ease}.px-slide:after{background:radial-gradient(circle,rgba(79,123,255,.16) 0 2px,transparent 2.5px);background-size:30px 30px;content:"";height:180px;opacity:.22;pointer-events:none;position:absolute;right:-40px;top:18px;width:310px}.px-slide.is-active{opacity:1;pointer-events:auto}.px-slide-counter{color:var(--px-blue);display:block;font-size:9px;font-weight:800;letter-spacing:.08em;margin-bottom:16px;text-transform:uppercase}.px-slide h1,.px-slide h2,.px-slide h3{font-family:Space Grotesk,sans-serif;letter-spacing:-.035em}.px-controls{align-items:center;background:#fff;border-top:1px solid #dce4f2;bottom:0;display:flex;height:64px;justify-content:space-between;left:0;padding:0 clamp(20px,3vw,40px);position:absolute;right:0;z-index:10}.px-controls button{align-items:center;background:#fff;border:1px solid #d4dceb;border-radius:10px;color:#40506e;display:flex;font-size:10px;font-weight:750;gap:7px;min-height:40px;padding:0 13px}.px-controls button:last-child{background:var(--px-ink);border-color:var(--px-ink);color:#fff}.px-controls button:disabled{cursor:not-allowed;opacity:.35}.px-controls>div{align-items:center;color:var(--px-muted);display:flex;font-size:9px;gap:10px}.px-controls progress{accent-color:var(--px-blue);height:5px;width:min(22vw,220px)}.px-slide-grid{display:grid;gap:clamp(32px,5vw,78px);grid-template-columns:minmax(0,1.35fr) minmax(290px,.65fr);height:100%;margin:0 auto;max-width:1240px}.px-problem-copy{align-self:center;max-width:800px}.px-problem-copy h1{font-size:clamp(42px,5.5vw,78px);line-height:.98;margin:0 0 24px;max-width:11ch}.px-problem-copy>p{color:#53617e;font-size:clamp(14px,1.3vw,18px);line-height:1.65;margin:0;max-width:68ch}.px-client-lockup{align-items:center;display:grid;gap:2px 12px;grid-template-columns:54px auto;margin-top:34px}.px-client-lockup img{grid-row:1 / 3;height:52px;object-fit:contain;width:52px}.px-client-lockup span{color:#7a849c;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.px-client-lockup b{font-size:13px}.px-evidence-plate{align-self:stretch;background:var(--px-ink);border-radius:16px;color:#fff;display:flex;flex-direction:column;justify-content:center;padding:clamp(28px,3vw,46px);position:relative;z-index:1}.px-evidence-plate strong{color:var(--px-cyan);font-family:Space Grotesk,sans-serif;font-size:clamp(54px,6vw,88px);letter-spacing:-.04em;line-height:.9}.px-evidence-plate>span{color:#c8d1e9;font-size:11px;margin-top:9px;text-transform:uppercase}.px-evidence-plate hr{border:0;border-top:1px solid rgba(255,255,255,.14);margin:28px 0;width:100%}.px-evidence-plate p{color:#d0d8ed;line-height:1.65;margin:0}.px-evidence-plate ul{display:grid;gap:10px;list-style:none;margin:25px 0 0;padding:0}.px-evidence-plate li{align-items:center;color:#aebada;display:flex;font-size:10px;gap:9px}.px-evidence-plate li:before{background:var(--px-yellow);border-radius:50%;content:"";height:6px;width:6px}.px-critical-layout{display:grid;gap:28px;grid-template-rows:auto auto 1fr;height:100%;margin:0 auto;max-width:1240px}.px-critical-layout>header{display:grid;gap:24px;grid-template-columns:minmax(0,1.5fr) minmax(280px,.5fr)}.px-critical-layout>header .px-slide-counter{grid-column:1 / -1;margin-bottom:-10px}.px-critical-layout h2{font-size:clamp(34px,4.2vw,60px);line-height:1.02;margin:0;max-width:17ch}.px-critical-layout>header p{align-self:end;color:#596681;line-height:1.65;margin:0}.px-process-line{counter-reset:process;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));list-style:none;margin:0;padding:20px 0 0;position:relative}.px-process-line:before{background:#cbd5e8;content:"";height:1px;left:4%;position:absolute;right:4%;top:35px}.px-process-line li{min-width:0;padding-right:18px;position:relative}.px-process-line li>span{align-items:center;background:#fff;border:1px solid #cbd5e8;border-radius:50%;color:#53617e;display:flex;font-size:9px;font-weight:800;height:31px;justify-content:center;position:relative;width:31px;z-index:1}.px-process-line li p{font-size:11px;line-height:1.45;margin:11px 0 0;max-width:19ch}.px-process-line li.is-critical>span{background:var(--px-yellow);border-color:var(--px-yellow);color:#513b08}.px-process-line li b{color:#755916;display:block;font-size:8px;margin-top:7px;text-transform:uppercase}.px-critical-parts{align-self:end;display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.px-critical-parts article{background:#fff;border-radius:14px;min-height:120px;padding:22px}.px-critical-parts span{color:var(--px-blue);font-size:9px;font-weight:800}.px-critical-parts p{font-family:Space Grotesk,sans-serif;font-size:clamp(15px,1.5vw,21px);font-weight:700;line-height:1.25;margin:18px 0 0}.px-solution-shell{display:grid;gap:14px;grid-template-rows:auto minmax(0,1fr);height:100%;margin:0 auto;max-width:1240px}.px-solution-shell.is-infrastructure{align-content:start;height:auto;min-height:100%}.px-solution-tabs{background:#e5eaf3;border-radius:10px;display:inline-flex;justify-self:end;padding:4px;position:relative;z-index:2}.px-solution-tabs button{background:transparent;border:0;border-radius:7px;color:#5b6780;font-size:10px;font-weight:750;min-height:32px;padding:0 13px}.px-solution-tabs button.is-active{background:#fff;color:var(--px-ink);box-shadow:0 5px 16px #12224a17}.px-solution-layout{display:grid;gap:20px;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);height:100%;min-height:0}.px-solution-statement{align-self:stretch;background:var(--px-ink);border-radius:16px;color:#fff;display:flex;flex-direction:column;justify-content:center;padding:clamp(30px,4vw,58px)}.px-solution-label{color:var(--px-yellow);font-size:11px;font-weight:850;letter-spacing:.08em;margin-bottom:8px;text-transform:uppercase}.px-solution-statement .px-slide-counter{color:var(--px-cyan)}.px-solution-statement h2{font-size:clamp(38px,4.7vw,66px);line-height:1;margin:0 0 22px;max-width:11ch}.px-solution-statement>p{color:#d0d9ee;font-size:15px;line-height:1.65;margin:0;max-width:62ch}.px-solution-statement>div{border-top:1px solid rgba(255,255,255,.14);margin-top:28px;padding-top:22px}.px-solution-statement>div b{color:var(--px-cyan);font-size:9px;letter-spacing:.08em;text-transform:uppercase}.px-solution-statement>div p{color:#aebada;font-size:11px;line-height:1.65;margin:8px 0 0}.px-scope-ribbon{align-self:center;background:#fff;border-radius:16px;overflow:hidden}.px-scope-ribbon header{align-items:baseline;background:#eaf0ff;display:flex;justify-content:space-between;padding:18px 22px}.px-scope-ribbon header span{color:#344a86;font-size:9px;font-weight:800;text-transform:uppercase}.px-scope-ribbon header b{color:#52627f;font-size:9px}.px-scope-ribbon ol{list-style:none;margin:0;padding:0}.px-scope-ribbon li{align-items:center;border-top:1px solid #e6ebf3;display:grid;gap:14px;grid-template-columns:30px 1fr;min-height:64px;padding:10px 22px}.px-scope-ribbon li span{align-items:center;background:#def8f3;border-radius:50%;color:#0d766c;display:flex;font-size:8px;font-weight:800;height:27px;justify-content:center;width:27px}.px-scope-ribbon li p{color:#3f4d6a;font-size:11px;line-height:1.4;margin:0}.px-infrastructure-layout{align-content:start;display:grid;gap:12px;grid-template-rows:repeat(4,auto);min-height:max-content}.px-infrastructure-layout>header{align-items:end;display:grid;gap:28px;grid-template-columns:minmax(0,.95fr) minmax(340px,1.05fr)}.px-infrastructure-layout>header h2{font-size:clamp(27px,3.1vw,43px);line-height:1.02;margin:0;max-width:21ch}.px-infrastructure-layout>header>p{color:#4f5d78;font-size:11px;line-height:1.55;margin:0}.px-infra-columns{display:grid;gap:10px;grid-template-columns:1fr 1fr .78fr;min-height:0}.px-infra-columns article{background:#fff;border-radius:14px;min-width:0;overflow-wrap:anywhere;padding:15px 17px}.px-infra-columns h3{color:var(--px-ink);font-size:13px;margin:0 0 9px}.px-infra-columns ul{display:grid;gap:5px;margin:0;padding-left:17px}.px-infra-columns li{color:#4d5a75;font-size:9px;line-height:1.35;padding-left:2px}.px-capacity-card{background:var(--px-ink)!important;color:#fff}.px-capacity-card h3{color:var(--px-cyan)}.px-capacity-card p{color:#d1d9ec;font-size:10px;line-height:1.5;margin:0}.px-infra-costs{display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.px-infra-costs article{background:#fff;border-radius:12px;display:grid;grid-template-columns:minmax(0,1fr) auto;min-width:0;overflow-wrap:anywhere;padding:11px 14px}.px-infra-costs span{color:#61708c;font-size:8px;font-weight:800;text-transform:uppercase}.px-infra-costs strong{color:var(--px-ink);font-family:Space Grotesk,sans-serif;font-size:13px;text-align:right}.px-infra-costs p{color:#65718b;font-size:8px;grid-column:1 / -1;line-height:1.35;margin:5px 0 0}.px-infra-disclaimer{color:#6c7790;font-size:8px;line-height:1.4;margin:0}.is-editing .px-infrastructure-layout{gap:8px}.is-editing .px-infrastructure-layout>header{gap:20px;grid-template-columns:minmax(0,.82fr) minmax(380px,1.18fr)}.is-editing .px-infrastructure-layout>header h2{font-size:30px;max-width:25ch}.is-editing .px-infrastructure-layout>header>p{font-size:10px}.is-editing .px-infra-columns article{padding:11px 13px}.is-editing .px-infra-columns h3{font-size:11px;margin-bottom:6px}.is-editing .px-infra-columns ul{gap:3px}.is-editing .px-infra-columns li{font-size:8px}.is-editing .px-capacity-card p{font-size:9px}.is-editing .px-infra-costs article{padding:8px 10px}@media(max-height:800px)and (min-width:821px){.px-solution-shell.is-infrastructure,.px-infrastructure-layout{gap:10px}.px-infrastructure-layout>header h2{font-size:clamp(27px,2.8vw,38px)}.px-infra-columns article{padding:13px 15px}.px-infra-costs article{padding:9px 12px}}.px-mockup-layout{display:grid;gap:18px;grid-template-rows:auto minmax(0,1fr);height:100%;margin:0 auto;max-width:1240px}.px-mockup-layout>header{align-items:end;display:flex;gap:30px;justify-content:space-between}.px-mockup-layout h2{font-size:clamp(34px,3.8vw,54px);line-height:1;margin:0 0 8px}.px-mockup-layout header p{color:#5b6883;margin:0}.px-mockup-layout header a{background:var(--px-ink);border-radius:10px;color:#fff;font-size:10px;font-weight:800;padding:13px 15px;text-decoration:none}.px-mockup-frame{background:#dfe6f1;border-radius:16px;min-height:0;overflow:auto;padding:12px}.px-mockup-frame .dw-mockup-stage{max-width:none}.px-mockup-frame .dw-mockup-controls{margin-bottom:8px}.px-mockup-frame .dw-product-login,.px-mockup-frame .dw-product-shell{min-height:410px}.px-mockup-frame .dw-product-login__brand{min-height:410px;padding:28px}.px-mockup-frame .dw-product-login__brand h2{font-size:30px}.px-mockup-frame .dw-product-login__brand>img{height:72px;width:82px}.px-mockup-frame .dw-product-login__form{padding:25px}.px-plan-layout{display:grid;gap:12px;grid-template-rows:auto minmax(190px,1fr) auto;height:100%;margin:0 auto;max-width:1240px}.px-plan-layout>header{align-items:end;display:grid;gap:30px;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr)}.px-plan-layout h2{font-size:clamp(28px,3.3vw,46px);line-height:1.02;margin:0;max-width:22ch}.px-plan-layout>header>p{color:#5a6782;line-height:1.6;margin:0}.px-months{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr));min-height:0}.px-months article{background:#fff;border-radius:14px;display:grid;grid-template-rows:auto 1fr auto;min-width:0;overflow:hidden}.px-months article>div{background:var(--px-ink);color:#fff;padding:13px 18px}.px-months article:nth-child(2)>div{background:#17234a}.px-months article:nth-child(3)>div{background:#21396b}.px-months span{color:var(--px-cyan);display:block;font-size:8px;font-weight:800;letter-spacing:.08em;margin-bottom:5px;text-transform:uppercase}.px-months b{font-family:Space Grotesk,sans-serif;font-size:17px}.px-months ol{align-content:start;display:grid;gap:7px;margin:0;padding:12px 18px 10px 34px}.px-months li{color:#46536f;font-size:10px;line-height:1.45;padding-left:3px}.px-month-cost{background:#eef2f8;border-top:1px solid #dce4f2;padding:9px 18px 11px}.px-month-cost span{color:#65718b;margin-bottom:4px}.px-month-cost strong{color:var(--px-ink);display:block;font-family:Space Grotesk,sans-serif;font-size:18px;letter-spacing:-.02em;overflow-wrap:anywhere}.px-commercial-close{background:var(--px-ink);border-radius:16px;color:#fff;display:grid;gap:22px;grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr);padding:14px 20px}.px-commercial-close>div span{color:var(--px-cyan);display:block;font-size:8px;font-weight:800;text-transform:uppercase}.px-total-summary strong{color:#fff;display:block;font-family:Space Grotesk,sans-serif;font-size:22px;margin:3px 0}.px-commercial-close p{color:#b6c1df;font-size:9px;line-height:1.5;margin:0}.px-commercial-close aside{border-left:1px solid rgba(255,255,255,.15);padding-left:28px}.px-commercial-close aside b{color:var(--px-yellow);font-size:9px;text-transform:uppercase}.px-pdf-actions{display:flex;gap:7px;margin-top:8px}.px-pdf-actions button{background:transparent;border:1px solid rgba(255,255,255,.25);border-radius:8px;color:#fff;font-size:8px;font-weight:800;min-height:30px;padding:0 10px}.px-pdf-actions button:last-child{background:var(--px-cyan);border-color:var(--px-cyan);color:var(--px-ink)}.px-pdf-actions button:disabled{cursor:wait;opacity:.65}.px-quote-modal{background:#070d22eb;display:grid;grid-template-rows:68px minmax(0,1fr);top:0;right:0;bottom:0;left:0;position:fixed;z-index:100}.px-quote-modal>header{align-items:center;background:#fff;display:flex;justify-content:space-between;padding:0 28px}.px-quote-modal>header b{display:block;font-size:14px}.px-quote-modal>header span{color:var(--px-muted);display:block;font-size:9px;margin-top:3px}.px-quote-modal>header>div:last-child{display:flex;gap:8px}.px-quote-modal>header button{background:#fff;border:1px solid #d5ddec;border-radius:9px;color:var(--px-ink);font-size:10px;font-weight:800;min-height:38px;padding:0 14px}.px-quote-modal>header button:last-child{background:var(--px-ink);border-color:var(--px-ink);color:#fff}.px-quote-canvas{align-items:center;display:flex;justify-content:center;min-height:0;overflow:auto;padding:22px}.px-quote-paper{aspect-ratio:297 / 210;background:#fff;border-radius:3px;box-shadow:0 24px 70px #00000052;display:grid;gap:1.2%;grid-template-rows:8% 21% 35% 24% 4%;padding:2.3%;width:min(1100px,calc((100vh - 118px)*1.414),calc(100vw - 60px))}.px-quote-paper>header{align-items:center;border-bottom:1px solid #dce4f2;display:flex;justify-content:space-between;padding-bottom:1.2%}.px-quote-paper>header>img{width:16%}.px-quote-paper>header>div{align-items:center;display:grid;gap:1px 8px;grid-template-columns:32px auto;text-align:right}.px-quote-paper>header>div img{grid-row:1 / 3;height:30px;object-fit:contain;width:30px}.px-quote-paper>header>div b{font-size:clamp(8px,1vw,13px)}.px-quote-paper>header>div span{color:var(--px-muted);font-size:clamp(6px,.7vw,9px)}.px-quote-intro{display:grid;gap:3%;grid-template-columns:1fr 1fr;min-height:0}.px-quote-intro>div{min-width:0}.px-quote-intro span,.px-quote-blocks header span,.px-quote-blocks footer span,.px-quote-close span{color:var(--px-blue);display:block;font-size:clamp(5px,.55vw,8px);font-weight:850;letter-spacing:.06em;text-transform:uppercase}.px-quote-intro h2{font-size:clamp(11px,1.5vw,20px);line-height:1.05;margin:1.5% 0 2%}.px-quote-intro p{color:#52607c;font-size:clamp(6px,.72vw,9px);line-height:1.4;margin:0}.px-quote-blocks{display:grid;gap:1.8%;grid-template-columns:repeat(3,minmax(0,1fr));min-height:0}.px-quote-blocks>article{background:#f7f9fc;border-radius:9px;display:grid;grid-template-rows:auto 1fr auto;min-width:0;overflow:hidden}.px-quote-blocks article>header{background:var(--px-ink);color:#fff;padding:4% 5%}.px-quote-blocks article>header span{color:var(--px-cyan)}.px-quote-blocks article>header b{display:block;font-size:clamp(7px,.9vw,12px);margin-top:2%}.px-quote-blocks ol{color:#485571;display:grid;gap:3px;margin:0;padding:5% 7% 3% 11%}.px-quote-blocks li{font-size:clamp(5px,.64vw,8px);line-height:1.3}.px-quote-blocks article>footer{border-top:1px solid #dce4f2;padding:3% 5%}.px-quote-blocks article>footer strong{display:block;font-size:clamp(8px,1vw,13px);margin-top:1%}.px-quote-close{background:var(--px-ink);border-radius:9px;color:#fff;display:grid;gap:2%;grid-template-columns:.78fr 1fr 1.2fr;padding:2%}.px-quote-close>div strong{color:#fff;display:block;font-size:clamp(13px,2vw,25px);margin:2% 0}.px-quote-close p{color:#c2cae0;font-size:clamp(5px,.58vw,7px);line-height:1.3;margin:2px 0}.px-quote-close aside{border-left:1px solid rgba(255,255,255,.17);padding-left:7%}.px-quote-close aside b{color:var(--px-yellow);display:block;font-size:clamp(5px,.62vw,8px);margin-bottom:4%;text-transform:uppercase}.px-quote-service-row{align-items:baseline;color:#c2cae0;display:flex;flex-wrap:wrap;font-size:clamp(5px,.58vw,7px);gap:2px;line-height:1.3;margin:2px 0}.px-quote-service-row>span{color:inherit;display:inline;font-size:inherit;font-weight:700;letter-spacing:0;text-transform:none}.px-quote-service-row>i{font-style:normal}.px-quote-service-row>strong{color:#fff;font-size:inherit}.px-quote-recurring-note{color:#c2cae0!important;font-weight:400!important;margin-top:4%!important}.px-quote-footer-note{align-self:end;border-top:1px solid #dce4f2;color:#66728a;font-size:clamp(5px,.55vw,7px);line-height:1.25;margin:0;padding-top:1%}.px-quote-modal .px-inline-edit:focus{background:#4f7bff17;color:inherit}@media(max-width:1180px){.px-topbar{grid-template-columns:48px minmax(170px,.8fr) minmax(320px,1fr) auto}.px-logo-full{display:none!important}.px-logo-mark{display:block!important;height:36px;width:36px!important}.px-topbar nav button{font-size:0}.px-topbar nav button span{font-size:7px}.px-solution-layout{grid-template-columns:1fr 390px}}@media(max-width:820px){.px-proposal{grid-template-rows:64px minmax(0,1fr)}.px-topbar{gap:10px;grid-template-columns:42px minmax(0,1fr) auto;height:64px;padding:0 12px}.px-topbar>.px-proposal-title{border-left:0;padding-left:0}.px-topbar nav{bottom:-42px;left:0;position:absolute;right:0}.px-topbar nav button{background:#fff;border:1px solid #dfe5ef}.px-live-state,.px-edit-state{font-size:0;height:30px;padding:0;width:30px}.px-edit-actions>span,.px-edit-actions>a{display:none}.px-live-state i{margin:auto}.px-slide-deck{top:42px}.px-slide{padding:26px 18px}.px-slide-grid,.px-critical-layout>header,.px-solution-layout,.px-plan-layout>header{grid-template-columns:1fr}.px-slide-grid{height:auto}.px-problem-copy h1{font-size:43px}.px-evidence-plate{min-height:390px}.px-process-line{gap:14px;grid-template-columns:1fr 1fr}.px-process-line:before{display:none}.px-critical-parts,.px-months{grid-template-columns:1fr}.px-critical-parts article{min-height:96px}.px-solution-statement h2{font-size:42px}.px-solution-tabs{justify-self:stretch}.px-solution-tabs button{flex:1}.px-infrastructure-layout>header,.px-infra-columns,.px-infra-costs{grid-template-columns:1fr}.px-infrastructure-layout>header h2{font-size:34px}.px-mockup-layout{height:auto}.px-mockup-layout>header{align-items:flex-start;flex-direction:column}.px-mockup-frame{min-height:660px;overflow:visible}.px-plan-layout{height:auto}.px-commercial-close{grid-template-columns:1fr}.px-commercial-close aside{border-left:0;border-top:1px solid rgba(255,255,255,.15);padding-left:0;padding-top:18px}}@media(max-width:520px){.px-topbar>.px-proposal-title b{font-size:11px}.px-topbar>.px-proposal-title span{display:none}.px-controls{padding:0 12px}.px-controls button{font-size:0;padding:0 11px}.px-controls>div span{display:none}.px-controls progress{width:120px}.px-problem-copy h1{font-size:37px}.px-critical-layout h2,.px-plan-layout h2{font-size:34px}.px-solution-statement{padding:28px 22px}.px-solution-statement h2{font-size:36px}.px-mockup-frame{margin-inline:-10px;padding:6px}.px-publish-notice{align-items:stretch;bottom:72px;flex-direction:column;gap:10px;left:12px;max-width:none;right:12px}.px-publish-notice a{text-align:center}}@media(prefers-reduced-motion:reduce){.px-slide{transition-duration:.01ms}}.nexor-landing{--nl-ink: #07112e;--nl-ink-soft: #10224d;--nl-cyan: #20d9d0;--nl-cyan-dark: #087e82;--nl-blue: #4f7bff;--nl-paper: #fff;--nl-ground: #f2f5fa;--nl-copy: #51617f;background:var(--nl-paper);color:var(--nl-ink);font-family:var(--nexor-text);height:100%;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth}.nexor-landing ::selection{background:var(--nl-cyan);color:var(--nl-ink)}.nexor-landing::-webkit-scrollbar{width:10px}.nexor-landing::-webkit-scrollbar-track{background:#e8edf6}.nexor-landing::-webkit-scrollbar-thumb{background:#9aa9c7;border:2px solid #e8edf6;border-radius:999px}.nexor-landing a{color:inherit;text-decoration:none}.nexor-landing p,.nexor-landing h1,.nexor-landing h2,.nexor-landing h3{margin:0}.nexor-landing h1,.nexor-landing h2,.nexor-landing h3{font-family:var(--nexor-display)}.nexor-landing :focus-visible{outline:3px solid var(--nl-blue);outline-offset:4px}.nl-shell{margin:0 auto;max-width:1220px;width:calc(100% - 64px)}.nl-icon{flex:0 0 auto;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.nl-header{align-items:center;background:#fffffff5;border-bottom:1px solid #dfe6f2;display:grid;grid-template-columns:220px 1fr auto;height:78px;padding:0 max(32px,calc((100vw - 1220px)/2));position:relative;z-index:10}.nl-logo{display:inline-flex;width:174px}.nl-logo img{display:block;width:100%}.nl-header nav{display:flex;gap:34px;justify-content:center}.nl-header nav a,.nl-login{color:#425170;font-size:13px;font-weight:600}.nl-header nav a:hover,.nl-login:hover{color:var(--nl-ink)}.nl-header-actions{align-items:center;display:flex;gap:18px}.nl-button{align-items:center;background:var(--nl-cyan);border-radius:10px;color:var(--nl-ink)!important;display:inline-flex;font-size:14px;font-weight:750;gap:10px;justify-content:center;min-height:50px;padding:0 22px;transition:background .2s ease,box-shadow .2s ease,transform .2s ease}.nl-button:hover{background:#66eee7;box-shadow:0 14px 30px -20px #20d9d0cc;transform:translateY(-2px)}.nl-button--small{min-height:42px;padding:0 16px}.nl-button--ghost{background:transparent;border:1px solid rgba(198,211,243,.35);color:#f7f9ff!important}.nl-button--ghost:hover{background:#ffffff14;box-shadow:none}.nl-hero{background:var(--nl-ink);color:#fff;min-height:632px;overflow:hidden;position:relative}.nl-hero:before{background-image:radial-gradient(circle,rgba(93,125,202,.25) 1px,transparent 1px);background-size:32px 32px;content:"";top:0;right:0;bottom:0;left:57%;opacity:.38;position:absolute}.nl-hero__glow{background:radial-gradient(circle,rgba(79,123,255,.28),transparent 67%);filter:blur(10px);height:560px;left:-240px;position:absolute;top:-260px;width:680px}.nl-hero__grid{align-items:center;display:grid;gap:64px;grid-template-columns:1.02fr .98fr;min-height:632px;padding:54px 0;position:relative}.nl-hero__copy{max-width:610px}.nl-hero h1{font-size:clamp(43px,4.6vw,69px);font-weight:600;letter-spacing:-.04em;line-height:.99;max-width:740px}.nl-hero h1 em{color:var(--nl-cyan);font-style:normal}.nl-hero__copy>p{color:#c4cde4;font-size:clamp(16px,1.4vw,19px);line-height:1.62;margin-top:25px;max-width:57ch}.nl-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:31px}.nl-hero__facts{color:#b7c2de;display:flex;flex-wrap:wrap;font-size:12px;gap:22px;margin-top:31px}.nl-hero__facts span{align-items:center;display:flex;gap:7px}.nl-hero__facts .nl-icon{color:var(--nl-cyan)}.nl-capability-panel{background:#fbfcff;border-radius:16px;box-shadow:0 34px 72px -42px #000000a6,inset 0 1px var(--nl-blue);color:var(--nl-ink);overflow:hidden;padding:27px 30px 0;position:relative}.nl-capability-panel__top{align-items:center;display:flex;justify-content:flex-end;margin-bottom:11px}.nl-capability-panel__top i{background:#eaf9f8;border-radius:999px;color:#177b7c;font-size:10px;font-style:normal;font-weight:700;padding:7px 10px}.nl-capability-panel>h2{font-size:22px;letter-spacing:-.025em;line-height:1.2;max-width:460px}.nl-capability-list{margin-top:18px}.nl-capability-list article{align-items:start;display:grid;gap:14px;grid-template-columns:42px 1fr;padding:15px 0}.nl-capability-list article+article{border-top:1px solid #e5eaf3}.nl-capability-icon{align-items:center;background:#e9f2ff;border-radius:10px;color:#2458d7;display:flex;height:42px;justify-content:center;width:42px}.nl-capability-list h3{font-size:15px;font-weight:650;line-height:1.25}.nl-capability-list p{color:#52627f;font-size:12px;line-height:1.5;margin-top:4px}.nl-capability-panel__foot{align-items:center;border-top:1px solid #e3e9f2;color:#50607c;display:flex;font-size:11px;gap:8px;margin-top:2px;padding:17px 0 19px}.nl-capability-panel__foot .nl-icon{color:#0da696}.nl-problem{align-items:center;display:grid;gap:80px;grid-template-columns:1.05fr .95fr;padding-bottom:104px;padding-top:104px}.nl-problem__intro h2,.nl-section-heading h2,.nl-method h2,.nl-proof h2,.nl-faq h2,.nl-close h2{font-size:clamp(33px,3.2vw,48px);font-weight:650;letter-spacing:-.035em;line-height:1.08}.nl-problem__intro p,.nl-section-heading p,.nl-method__heading p,.nl-faq>div>p{color:var(--nl-copy);font-size:16px;line-height:1.7;margin-top:21px;max-width:61ch}.nl-problem__examples{border-left:1px solid #cad5e8;display:grid;gap:0;padding-left:42px}.nl-problem__examples p{color:#344463;font-family:var(--nexor-display);font-size:18px;line-height:1.4;padding:20px 0}.nl-problem__examples p+p{border-top:1px solid #e2e8f1}.nl-transformation{background:var(--nl-ground);padding:96px 0 104px}.nl-section-heading{align-items:end;display:grid;gap:50px;grid-template-columns:1fr auto}.nl-section-heading>div:first-child{max-width:690px}.nl-switch{background:#dfe6f1;border-radius:12px;display:flex;padding:4px}.nl-switch button{background:transparent;border:0;border-radius:9px;color:#465574;font-size:12px;font-weight:750;min-height:40px;padding:0 15px}.nl-switch button[aria-pressed=true]{background:#fff;box-shadow:0 7px 20px -16px #07112ecc;color:var(--nl-ink)}.nl-flow{display:grid;grid-template-columns:repeat(4,1fr);margin-top:50px}.nl-flow article{background:#fff;border-bottom:1px solid #dce4f1;border-top:1px solid #dce4f1;min-height:226px;padding:28px 27px;position:relative}.nl-flow article:first-child{border-left:1px solid #dce4f1;border-radius:14px 0 0 14px}.nl-flow article:last-child{border-radius:0 14px 14px 0;border-right:1px solid #dce4f1}.nl-flow article+article{border-left:1px solid #dce4f1}.nl-flow article>span{align-items:center;background:#e6edfb;border-radius:9px;color:#3f5f9e;display:flex;font-family:var(--nexor-display);font-size:13px;font-weight:700;height:34px;justify-content:center;width:34px}.nl-flow--system article>span{background:#dff8f5;color:#087d79}.nl-flow h3{font-size:17px;font-weight:650;line-height:1.28;margin-top:25px}.nl-flow p{color:#687791;font-size:13px;line-height:1.55;margin-top:9px}.nl-flow article>i{align-items:center;background:var(--nl-ground);border:1px solid #d6dfed;border-radius:50%;color:#667898;display:flex;height:34px;justify-content:center;position:absolute;right:-17px;top:28px;width:34px;z-index:2}.nl-flow--system article{animation:nlStep .45s cubic-bezier(.16,1,.3,1) both;animation-delay:calc(var(--step) * 65ms)}@keyframes nlStep{0%{filter:blur(4px);opacity:.65;transform:translateY(8px)}to{filter:none;opacity:1;transform:none}}.nl-transformation__result{align-items:center;background:var(--nl-ink);border-radius:14px;color:#fff;display:grid;gap:18px;grid-template-columns:40px 1fr;margin-top:18px;padding:21px 25px}.nl-transformation__result>span{align-items:center;background:var(--nl-cyan);border-radius:50%;color:var(--nl-ink);display:flex;height:36px;justify-content:center;width:36px}.nl-transformation__result strong{font-family:var(--nexor-display);font-size:16px}.nl-transformation__result p{color:#bdc9e6;font-size:13px;line-height:1.5;margin-top:3px}.nl-method{display:grid;gap:90px;grid-template-columns:.85fr 1.15fr;padding-bottom:112px;padding-top:112px}.nl-method__heading{align-self:start;position:sticky;top:35px}.nl-method ol{list-style:none;margin:0;padding:0}.nl-method li{display:grid;gap:22px;grid-template-columns:50px 1fr;padding:26px 0}.nl-method li+li{border-top:1px solid #dfe5ef}.nl-method li>span{align-items:center;border:1px solid #bfd0ec;border-radius:12px;color:#4166bd;display:flex;font-family:var(--nexor-display);font-weight:700;height:46px;justify-content:center;width:46px}.nl-method li h3{font-size:20px;font-weight:650}.nl-method li p{color:var(--nl-copy);font-size:14px;line-height:1.65;margin-top:7px}.nl-proof{background:var(--nl-ink);color:#fff;overflow:hidden;padding:96px 0;position:relative}.nl-proof:after{background:radial-gradient(circle,rgba(32,217,208,.13),transparent 68%);content:"";height:600px;position:absolute;right:-240px;top:-230px;width:700px}.nl-proof__grid{align-items:center;display:grid;gap:76px;grid-template-columns:.85fr 1.15fr;position:relative;z-index:1}.nl-proof__copy p{color:#bdc8e1;font-size:16px;line-height:1.7;margin-top:22px}.nl-proof__copy a{align-items:center;color:var(--nl-cyan);display:inline-flex;font-size:14px;font-weight:750;gap:9px;margin-top:28px}.nl-product-window{background:#fff;border-radius:14px;box-shadow:0 34px 78px -38px #000000e6;color:var(--nl-ink);overflow:hidden;transform:perspective(1000px) rotateY(-2deg) rotateX(1deg)}.nl-product-window__bar{align-items:center;background:#f0f3f8;border-bottom:1px solid #dce3ee;display:flex;gap:6px;height:38px;padding:0 14px}.nl-product-window__bar span{background:#bac4d4;border-radius:50%;height:6px;width:6px}.nl-product-window__bar b{color:#66748c;font-size:9px;font-weight:650;margin-left:auto}.nl-product-window__body{display:grid;grid-template-columns:58px 1fr;min-height:300px}.nl-product-window__body aside{background:#0c1737;display:flex;flex-direction:column;gap:14px;padding:24px 16px}.nl-product-window__body aside i{background:#415071;border-radius:5px;height:25px;width:25px}.nl-product-window__body aside i.active{background:var(--nl-cyan)}.nl-product-window__body>div{padding:24px}.nl-product-window__body header{align-items:center;display:flex;justify-content:space-between}.nl-product-window__body header span{color:#74829a;font-size:9px;font-weight:800;text-transform:uppercase}.nl-product-window__body header>b{background:var(--nl-cyan);border-radius:6px;color:var(--nl-ink);font-size:9px;font-weight:750;padding:8px 10px}.nl-product-window__body h3{font-size:21px;margin-top:17px}.nl-demo-metrics{display:grid;gap:8px;grid-template-columns:repeat(3,1fr);margin-top:18px}.nl-demo-metrics span{background:#edf2f8;border-radius:8px;color:#65738d;font-size:9px;padding:13px}.nl-demo-metrics b{color:var(--nl-ink);display:block;font-family:var(--nexor-display);font-size:20px;margin-bottom:3px}.nl-demo-table{margin-top:16px}.nl-demo-table i{background:linear-gradient(90deg,#dfe6f1 17%,#f0f3f7 17%,#f0f3f7 46%,#e5ebf3 46%,#e5ebf3 72%,#eff3f8 72%);border-radius:4px;display:block;height:27px;margin-top:6px}.nl-product-window small{background:#f6f8fb;border-top:1px solid #e0e6ef;color:#52627f;display:block;font-size:9px;padding:10px 15px}.nl-faq{display:grid;gap:90px;grid-template-columns:.72fr 1.28fr;padding-bottom:112px;padding-top:112px}.nl-faq__list details{border-top:1px solid #dce3ee;padding:23px 0}.nl-faq__list details:last-child{border-bottom:1px solid #dce3ee}.nl-faq summary{cursor:pointer;font-family:var(--nexor-display);font-size:17px;font-weight:650;list-style:none;padding-right:40px;position:relative}.nl-faq summary::-webkit-details-marker{display:none}.nl-faq summary:after{content:"+";font-size:24px;font-weight:400;position:absolute;right:5px;top:-5px}.nl-faq details[open] summary:after{content:"−"}.nl-faq details p{color:var(--nl-copy);font-size:14px;line-height:1.68;max-width:70ch;padding:14px 42px 0 0}.nl-close{background:var(--nl-cyan);padding:68px 0}.nl-close__grid{align-items:center;display:grid;gap:70px;grid-template-columns:1fr auto}.nl-close h2{max-width:820px}.nl-close p{color:#174f58;font-size:15px;line-height:1.65;margin-top:16px;max-width:68ch}.nl-button--light{background:var(--nl-ink);color:#fff!important;min-width:220px}.nl-button--light:hover{background:#15254d;box-shadow:0 15px 32px -20px #07112ecc}.nl-footer{background:#050b1d;color:#9eabc8;padding:32px 0}.nl-footer .nl-shell{align-items:center;display:grid;gap:30px;grid-template-columns:180px 1fr auto}.nl-footer img{filter:brightness(0) invert(1);opacity:.88;width:160px}.nl-footer p{font-size:11px;letter-spacing:.04em}.nl-footer div>div{align-items:center;display:flex;font-size:11px;gap:22px}.nl-footer a{color:var(--nl-cyan)}@media(max-width:980px){.nl-header{grid-template-columns:1fr auto}.nl-header nav{display:none}.nl-hero__grid{gap:38px;grid-template-columns:1fr;padding:72px 0}.nl-hero__copy{max-width:760px}.nl-capability-panel{max-width:720px}.nl-problem,.nl-method,.nl-proof__grid,.nl-faq{gap:52px;grid-template-columns:1fr}.nl-method__heading{position:static}.nl-section-heading{align-items:start;grid-template-columns:1fr}.nl-flow{grid-template-columns:repeat(2,1fr)}.nl-flow article,.nl-flow article:first-child,.nl-flow article:last-child{border:1px solid #dce4f1;border-radius:12px}.nl-flow article:nth-child(n+3){margin-top:12px}.nl-flow article:nth-child(2n)>i{display:none}.nl-product-window{max-width:700px;transform:none}}@media(max-width:680px){.nl-shell{width:calc(100% - 36px)}.nl-header{height:66px;padding:0 18px}.nl-logo{width:142px}.nl-header-actions{gap:12px}.nl-header-actions .nl-button--small{display:none}.nl-login{color:var(--nl-ink);display:inline-flex;font-size:12px}.nl-hero h1{font-size:42px}.nl-hero__grid{padding:54px 0 46px}.nl-hero__actions{align-items:stretch;flex-direction:column}.nl-hero__facts{align-items:flex-start;flex-direction:column;gap:10px}.nl-capability-panel{padding:24px 20px 0}.nl-capability-panel__top i{display:none}.nl-problem,.nl-method,.nl-faq{padding-bottom:76px;padding-top:76px}.nl-problem{gap:36px}.nl-problem__examples{padding-left:24px}.nl-transformation{padding:76px 0}.nl-switch{display:grid;grid-template-columns:1fr 1fr;width:100%}.nl-switch button{line-height:1.25;padding:7px 9px}.nl-flow{grid-template-columns:1fr}.nl-flow article,.nl-flow article:nth-child(n+3){margin-top:10px;min-height:0;padding:23px}.nl-flow article:first-child{margin-top:0}.nl-flow article>i{display:none}.nl-method{gap:38px}.nl-method li{gap:15px;grid-template-columns:44px 1fr}.nl-method li>span{height:40px;width:40px}.nl-proof{padding:75px 0}.nl-proof__grid{gap:44px}.nl-product-window__body{grid-template-columns:38px 1fr;min-height:260px}.nl-product-window__body aside{padding:18px 8px}.nl-product-window__body aside i{height:21px;width:21px}.nl-product-window__body>div{padding:18px 14px}.nl-demo-metrics{grid-template-columns:1fr}.nl-demo-metrics span{align-items:center;display:flex;gap:8px;padding:8px 10px}.nl-demo-metrics b{font-size:16px;margin:0}.nl-faq{gap:38px}.nl-close__grid{align-items:stretch;grid-template-columns:1fr;gap:28px}.nl-footer .nl-shell{align-items:start;grid-template-columns:1fr}.nl-footer div>div{align-items:flex-start;flex-direction:column;gap:10px}}@media(prefers-reduced-motion:reduce){.nexor-landing{scroll-behavior:auto}.nl-flow--system article{animation-duration:.001ms}.nl-button{transition:none}}
