:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{width:100%;min-height:100vh;margin:0;padding:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}:root{--sidebar-width:280px;--topbar-height:74px;--navy-dark:#06192b;--navy:#0a2540;--blue:#1687ff;--page-background:#f3f7fb;--text-dark:#0e2240}*{box-sizing:border-box}.desktop-shell{grid-template-columns:var(--sidebar-width) minmax(0, 1fr);grid-template-rows:var(--topbar-height) minmax(0, 1fr);background:var(--page-background);width:100%;min-height:100vh;color:var(--text-dark);display:grid}.desktop-sidebar{background:linear-gradient(180deg, var(--navy-dark) 0%, var(--navy) 55%, var(--navy-dark) 100%);color:#fff;grid-area:1/1/3;height:100vh;min-height:100vh;position:sticky;top:0}.desktop-topbar{height:var(--topbar-height);background:var(--navy);color:#fff;z-index:100;grid-area:1/2;position:sticky;top:0}.desktop-content{background:var(--page-background);background-attachment:fixed;grid-area:2/2;min-width:0}.desktop-brand{height:var(--topbar-height);border-bottom:1px solid #ffffff14;flex-direction:column;justify-content:center;padding:0 24px;display:flex}.desktop-brand-name{letter-spacing:-.04em;font-size:24px;font-weight:900}.desktop-brand-name span{color:var(--blue)}.desktop-brand-tagline{letter-spacing:.08em;text-transform:uppercase;color:#ffffffad;margin-top:5px;font-size:9px;font-weight:700}.desktop-agency{text-align:center;padding:24px 22px 18px}.desktop-agency-patch{border:1px dashed #ffffff47;border-radius:22px;justify-content:center;align-items:center;width:112px;height:112px;margin:0 auto 14px;padding:10px;display:flex}.desktop-agency-name{font-size:18px;font-weight:800;line-height:1.2}.desktop-agency-tagline{letter-spacing:.12em;text-transform:uppercase;color:#ffffffa6;margin-top:8px;font-size:10px;line-height:1.4}.desktop-nav{padding:6px 0 18px}.desktop-nav-item{color:#ffffffdb;text-align:left;background:0 0;border:0;border-left:4px solid #0000;align-items:center;width:100%;min-height:48px;padding:0 22px;font-size:14px;display:flex}.desktop-nav-item:hover{background:#ffffff0f}.desktop-nav-item.active{border-left-color:var(--blue);color:#fff;background:linear-gradient(90deg,#1687ff4d,#1687ff14)}.desktop-nav-divider{background:#ffffff24;height:1px;margin:10px 22px}.desktop-nav-item{gap:14px}.desktop-nav-icon{flex:0 0 21px;width:21px;height:21px}.desktop-nav-badge{color:#fff;background:#ef4444;border-radius:999px;justify-content:center;align-items:center;min-width:21px;height:21px;margin-left:auto;padding:0 6px;font-size:11px;font-weight:800;display:flex}.desktop-topbar{background:linear-gradient(90deg,#0a2540 0%,#08213a 60%,#06192b 100%);border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:20px;padding:0 26px;display:flex}.desktop-topbar-left,.desktop-topbar-right{align-items:center;display:flex}.desktop-topbar-left{gap:18px;min-width:0}.desktop-topbar-right{gap:14px}.desktop-menu-button{background:0 0;border:0;border-radius:9px;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:0 9px;display:flex}.desktop-menu-button span{background:#fff;border-radius:2px;width:100%;height:2px;display:block}.desktop-menu-button:hover{background:#ffffff14}.desktop-topbar-agency{align-items:center;gap:11px;min-width:0;display:flex}.desktop-topbar-badge{color:#ffffff80;border:1px dashed #ffffff47;border-radius:50%;flex:0 0 40px;justify-content:center;align-items:center;width:40px;height:40px;font-size:9px;display:flex}.desktop-topbar-agency-name{color:#fff;white-space:nowrap;font-size:17px;font-weight:800}.desktop-topbar-agency-subtitle{color:#ffffffa6;white-space:nowrap;margin-top:2px;font-size:12px}.desktop-search{background:#ffffff14;border:1px solid #ffffff24;border-radius:9px;align-items:center;gap:8px;width:260px;height:40px;padding:0 12px;display:flex}.desktop-search-icon{color:#ffffffbf;font-size:18px}.desktop-search input{color:#fff;background:0 0;border:0;outline:0;width:100%}.desktop-search input::placeholder{color:#ffffff8c}.desktop-notification-button{color:#fff;background:0 0;border:0;border-radius:9px;width:40px;height:40px;font-size:18px;position:relative}.desktop-notification-button:hover{background:#ffffff14}.desktop-notification-count{color:#fff;background:#ef4444;border-radius:999px;justify-content:center;align-items:center;min-width:17px;height:17px;padding:0 4px;font-size:9px;font-weight:800;display:flex;position:absolute;top:2px;right:1px}.desktop-user{align-items:center;gap:10px;display:flex}.desktop-user-button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:6px 8px}.desktop-topbar-right{position:relative}.desktop-user-menu{z-index:200;color:#0e2240;background:#fff;border:1px solid #dbe3ec;border-radius:12px;width:260px;padding:18px;position:absolute;top:58px;right:0;box-shadow:0 12px 30px #0f233c2e}.desktop-user-menu-name{font-size:16px;font-weight:800}.desktop-user-menu-role{color:#64748b;margin-top:3px;font-size:12px}.desktop-user-menu-divider{background:#e2e8f0;height:1px;margin:14px 0}.desktop-user-menu-label{text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-top:12px;font-size:11px;font-weight:800}.desktop-user-menu-value{color:#0e2240;margin-top:4px;font-size:14px;font-weight:600}.desktop-user-menu-actions{flex-direction:column;gap:6px;display:flex}.desktop-user-menu-action{text-align:left;color:#0e2240;cursor:pointer;background:0 0;border:none;border-radius:8px;width:100%;padding:10px 12px;font-size:14px;font-weight:700}.desktop-user-menu-action:hover{background:#f1f5f9}.desktop-user-menu-signout{color:#b42318}.desktop-password-modal-backdrop{z-index:500;background:#06192b73;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.desktop-password-modal{color:#0e2240;background:#fff;border-radius:14px;width:100%;max-width:420px;padding:24px;box-shadow:0 20px 50px #0f233c47}.desktop-password-modal-title{font-size:22px;font-weight:800}.desktop-password-modal-text{color:#64748b;margin-top:8px;margin-bottom:20px;font-size:14px;line-height:1.5}.desktop-password-label{color:#334155;margin-top:14px;margin-bottom:6px;font-size:12px;font-weight:800;display:block}.desktop-password-input{border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;height:42px;padding:0 12px;font-size:14px}.desktop-password-input:focus{border-color:#1687ff;box-shadow:0 0 0 3px #1687ff1f}.desktop-password-requirements{color:#64748b;margin-top:8px;font-size:11px;line-height:1.5}.desktop-password-message{border-radius:8px;margin-bottom:14px;padding:10px 12px;font-size:13px;line-height:1.4}.desktop-password-message.error{color:#b42318;background:#fef2f2;border:1px solid #fecaca}.desktop-password-message.success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.desktop-password-actions{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.desktop-password-cancel,.desktop-password-submit{cursor:pointer;border-radius:8px;min-height:40px;padding:0 16px;font-size:14px;font-weight:800}.desktop-password-cancel{color:#334155;background:#fff;border:1px solid #cbd5e1}.desktop-password-submit{color:#fff;background:#1687ff;border:none}.desktop-password-submit:hover{background:#0f75df}.desktop-user-avatar{color:#fff;background:linear-gradient(135deg,#1687ff,#2f6fd3);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:800;display:flex}.desktop-user-name{color:#fff;font-size:13px;font-weight:800}.desktop-user-role{color:#ffffffa6;margin-top:2px;font-size:11px}.desktop-hero{background:0 0;border-bottom:1px solid #e2eaf2;justify-content:space-between;align-items:flex-start;gap:30px;min-height:115px;padding:16px 32px 12px;display:flex;position:relative;overflow:hidden}.desktop-hero-greeting h1{letter-spacing:-.035em;color:#0e2240;margin:0;font-size:40px;line-height:1.05}.desktop-hero-greeting p{color:#47647f;margin:10px 0 0;font-size:18px}.desktop-product-mark{text-align:right;min-width:240px;padding-top:0}.desktop-product-company{letter-spacing:.03em;color:#74879b;font-size:19px;font-weight:900}.desktop-product-company span{color:var(--blue)}.desktop-product-line{background:linear-gradient(90deg, transparent, var(--blue) 25%, var(--blue) 75%, transparent);width:100%;height:2px;margin:8px 0 7px}.desktop-product-name{letter-spacing:.2em;color:#145fb7;font-size:14px;font-weight:900}.desktop-product-description{letter-spacing:.22em;text-transform:uppercase;color:#8293a5;margin-top:6px;font-size:10px;font-weight:800}.desktop-main-area{padding:24px 36px 40px}.desktop-sidebar{flex-direction:column;display:flex}.desktop-sidebar-image{min-height:190px;margin-top:auto;position:relative;overflow:hidden}.desktop-sidebar-image:before{content:"";background:linear-gradient(#06192b00 0%,#06192b59 35%,#06192bf2 100%),radial-gradient(circle at 50% 35%,#1687ff2e,#0000 48%);position:absolute;inset:0}.desktop-sidebar-image-placeholder{-webkit-backdrop-filter:none;backdrop-filter:none;z-index:1;background:0 0;border:none;border-radius:14px;justify-content:center;align-items:center;height:175px;display:flex;position:absolute;bottom:54px;left:18px;right:18px;overflow:visible}.desktop-sidebar-footer{text-align:center;color:#ffffff8c;letter-spacing:.12em;text-transform:uppercase;z-index:2;font-size:9px;position:absolute;bottom:18px;left:18px;right:18px}.desktop-default-patch-company{letter-spacing:.03em;color:#fff;font-size:12px;font-weight:900}.desktop-default-patch-product{letter-spacing:.18em;color:#9acbff;font-size:9px;font-weight:900}.desktop-default-patch{text-align:center;width:100%}.desktop-default-patch-company{letter-spacing:.03em;color:#fff;font-size:12px;font-weight:900;line-height:1.2}.desktop-default-patch-company span{color:#43a5ff}.desktop-default-patch-line{background:linear-gradient(90deg,#0000,#1687ff,#0000);height:1px;margin:6px 4px}.desktop-default-patch-product{letter-spacing:.18em;color:#9acbff;font-size:9px;font-weight:900;line-height:1.2}.desktop-sidebar-image-placeholder img{object-fit:contain;object-position:center center;width:100%;height:100%;display:block;transform:translateY(10px)}@media (height<=850px){.desktop-sidebar-image{display:none}}
