@import url('./modules/operator.css');
@import url('./modules/client.css');
@import url('./modules/central.css');
:root{--brand:#246bfe;--brand-dark:#1552d8;--brand-soft:#e7f0ff;--navy:#0e254d;--ink:#102b58;--muted:#637da6;--line:#dbe6f6;--surface:rgba(255,255,255,.78);--bg:#f2f7ff;--danger:#bc454e;--success:#187969;--warning:#9d6d28;--radius:20px;--shadow:0 8px 32px -18px #31466966,0 1px 2px #34405605;--font:Inter,'Avenir Next',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-family:var(--font);color:var(--ink);font-size:14px;font-synthesis:none}*{box-sizing:border-box}body{margin:0;background:var(--bg);line-height:1.55}button,input,select,textarea{font:inherit;color:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a{color:var(--brand);text-decoration:none}svg{flex-shrink:0;vertical-align:middle}button:disabled{opacity:.45;cursor:not-allowed}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #76a8ff;outline-offset:3px}h1,h2,h3,p{margin:0}h1{font-size:32px;font-weight:650;letter-spacing:-1.2px;line-height:1.18}h2{font-size:18px;font-weight:650;letter-spacing:-.45px;line-height:1.4}h3{font-size:15px;line-height:1.5}p{line-height:1.65}strong{font-weight:600}small,.small{font-size:12px}.muted{color:var(--muted)}.row,.between,.actions{display:flex;align-items:center;gap:12px}.between{justify-content:space-between}.row{flex-wrap:wrap}.actions{flex-wrap:wrap}.stack{display:flex;flex-direction:column;gap:20px}.grid{display:grid;gap:20px;min-width:0}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.four,.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.span-full{grid-column:1/-1}.divider{height:1px;background:var(--line);margin:22px 0}.kicker,.mini-label{font-size:10px;font-weight:700;letter-spacing:1.65px;text-transform:uppercase;color:var(--brand);margin-bottom:10px}.amount{font-variant-numeric:tabular-nums;font-weight:650}.section-title{margin-bottom:16px}.skip-link{position:fixed;top:-80px;left:20px;z-index:1000;background:white;padding:10px 20px}.skip-link:focus{top:10px}.logo{display:flex;align-items:center;gap:10px;font-size:29px;font-weight:750;letter-spacing:-1.9px;color:var(--ink);white-space:nowrap}.logo-mark{width:36px;height:36px;display:grid;place-items:center;background:linear-gradient(145deg,#4da4ff,#1a5ce8);color:#fff;border-radius:12px;box-shadow:inset 0 1px 2px #ffffff9c,0 5px 11px #0e377d1f}.logo-mark img{display:block;width:100%;height:100%}.logo small{font-size:10px;letter-spacing:2px}.review-bar{height:52px;position:sticky;top:0;z-index:40;background:#142b53f7;color:#d8e7ff;display:flex;align-items:center;justify-content:space-between;padding:0 24px;gap:16px;border-bottom:1px solid #ffffff16;font-size:12px}.review-bar a,.review-bar button{color:inherit}.review-brand{font-size:12px;font-weight:600;display:flex;gap:10px;align-items:center}.review-brand span{opacity:.5}.review-center{display:flex;align-items:center;gap:12px;min-width:0}.review-center span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:320px}.review-select{border:1px solid #ffffff20;border-radius:7px;padding:5px 9px;background:#274572;color:#fff;max-width:180px}.view-controls{display:flex;align-items:center;gap:6px}.view-controls button{border:0;background:transparent;border-radius:6px;padding:6px 10px;font-size:11px}.view-controls button.active{background:#ffffff22;color:#fff}.prototype{min-height:calc(100vh - 52px);position:relative;background:radial-gradient(ellipse at 3% 0%,#b9d6ff80,transparent 43%),radial-gradient(ellipse at 100% 35%,#d6e7ff80,transparent 45%),#f0f6ff}.prototype:before{content:'';pointer-events:none;position:absolute;top:20px;left:-15%;width:80%;height:500px;border:1px solid #7e90b015;border-radius:50%;transform:rotate(-30deg)}.app-sidebar{width:232px;position:fixed;z-index:25;left:16px;top:68px;bottom:16px;border:1px solid #ffffffe6;border-radius:22px;background:linear-gradient(145deg,#ffffffb0,#eff6ff75);backdrop-filter:blur(22px);box-shadow:0 12px 40px -24px #27406b66,inset 0 1px 0 #fff;display:flex;flex-direction:column;padding:26px 17px 15px;overflow:auto}.app-sidebar .logo{padding:0 10px 22px}.sidebar-label{font-size:9px;letter-spacing:1.6px;color:#7588a8;text-transform:uppercase;margin:20px 13px 10px;font-weight:700}.nav-link,.nav-toggle{display:flex;align-items:center;gap:12px;padding:12px 13px;color:#536585;border-radius:11px;font-size:12px;font-weight:500;margin:4px 0;border:0;background:transparent;width:100%;text-align:left}.nav-link svg,.nav-toggle svg{width:18px;height:18px}.nav-link.active{background:linear-gradient(110deg,var(--brand),var(--brand-dark));color:#fff;box-shadow:0 4px 12px #0e377d21,inset 0 1px 1px #ffffff45}.nav-link:hover:not(.active),.nav-toggle:hover{background:#dde4f191}.nav-toggle .toggle-chevron{margin-left:auto;transition:transform .2s}.nav-toggle[aria-expanded=true] .toggle-chevron{transform:rotate(90deg)}.subnav{padding-left:18px;border-left:1px solid #c6cedc;margin-left:20px}.subnav .nav-link{font-size:11px;padding:8px 10px}.side-bottom{margin-top:auto;padding-top:30px}.help-card{border:1px solid #cfdaec;background:linear-gradient(130deg,#d2dbec4d,#fff8);padding:15px;border-radius:13px;color:#4d5e7c;font-size:11px}.help-card strong{display:block;font-size:12px;color:#293954;margin:8px 0 4px}.side-profile{display:flex;align-items:center;gap:10px;border-top:1px solid #d4deee;margin-top:16px;padding:17px 6px 0;font-size:11px}.side-profile small{display:block;color:var(--muted);font-size:10px}.product-topbar{height:84px;margin-left:274px;margin-right:32px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #d7dfee80}.tenant-chip{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:600}.tenant-icon{display:grid;place-items:center;width:35px;height:35px;border-radius:11px;background:white;border:1px solid #d0daec;color:var(--brand)}.tenant-chip small{display:block;font-size:9px;letter-spacing:1px;color:var(--muted);font-weight:500}.top-right{display:flex;align-items:center;gap:16px}.demo-indicator{display:flex;align-items:center;gap:6px;font-size:10px;color:#61769a;white-space:nowrap}.demo-indicator i{width:5px;height:5px;border-radius:50%;background:#7b8dac}.theme-switch{display:flex;gap:5px;align-items:center;border-right:1px solid #cdd8eb;padding-right:16px}.theme-switch button{height:15px;width:15px;border-radius:50%;border:2px solid white;box-shadow:0 0 0 1px #cdd8eb}.app-content{margin-left:274px;padding:32px 32px 50px 0;max-width:1660px;position:relative}.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:27px}.page-head p{color:var(--muted);font-size:12px;margin-top:9px;max-width:690px}.page-head .actions{flex-shrink:0}.btn{border:1px solid transparent;border-radius:10px;min-height:41px;padding:10px 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:11px;font-weight:600;line-height:1.4;white-space:nowrap;transition:transform .15s,box-shadow .15s,background .15s}.btn svg{width:16px;height:16px}.btn:hover{transform:translateY(-1px)}.btn.primary{color:#fff;background:linear-gradient(130deg,var(--brand),var(--brand-dark));box-shadow:0 4px 10px -4px #0b2d6760,inset 0 1px 1px #ffffff35;border-color:#ffffff24}.btn.secondary{background:rgba(255,255,255,.7);border-color:#ced9eb;color:#465570;box-shadow:0 1px 2px #26334905}.btn.ghost{background:transparent;color:var(--brand);padding-left:10px;padding-right:10px}.btn.danger{background:#b7424c;color:white;box-shadow:0 4px 12px #b7424c15}.card{padding:24px;border:1px solid #fff;border-radius:var(--radius);background:linear-gradient(125deg,#ffffffe0,#ffffff9c);box-shadow:var(--shadow);min-width:0}.card-heading{margin-bottom:21px}.card-heading p{font-size:11px;color:var(--muted);margin-top:4px}.card>.actions:last-child{margin-top:22px}.badge{display:inline-flex;align-items:center;gap:5px;font-size:9px;font-weight:600;padding:5px 8px;line-height:1.35;border-radius:6px;white-space:nowrap;color:#5b6f92;background:#e5ebf5}.badge i{width:4px;height:4px;border-radius:50%;background:currentColor}.badge.success{color:#1a8370;background:#e5f4ed}.badge.warning{color:#a77734;background:#fff2d9}.badge.danger{color:#b5515b;background:#fcebed}.badge.info{color:#436195;background:#e5ebf6}.metric{padding:21px 22px;border:1px solid white;border-radius:17px;background:#ffffffab;box-shadow:var(--shadow);min-width:0}.metric>.between>span{font-size:11px;color:#5c7092}.metric-icon{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#ebeff7;color:var(--brand)}.metric-icon svg{width:16px}.metric>strong{display:block;font-size:28px;letter-spacing:-1px;margin:10px 0 2px;font-weight:620}.metric>small{font-size:10px;color:#7a8cab;display:block}.hero{background:radial-gradient(ellipse at 90% 0,#235ba8,transparent 65%),linear-gradient(110deg,#0d2349,#122f5d);border-radius:21px;padding:30px 32px;color:#fff;box-shadow:inset 0 1px 0 #8e9fbc80,0 12px 24px -15px #142a4f80;position:relative;overflow:hidden}.hero h2{font-size:25px;letter-spacing:-.7px}.hero p{font-size:12px;color:#bec8d8;max-width:480px;margin-top:9px}.hero .kicker{color:#9fcdff}.hero .btn.secondary{background:#ffffff10;color:#e4eaf5;border-color:#ffffff30}.hero .btn.primary{background:#e4efff;color:#164386}.hero-orbit{position:absolute;width:360px;height:360px;border:1px solid #9bb0d328;border-radius:50%;right:-50px;top:-70px;pointer-events:none}.hero-orbit:before,.hero-orbit:after{content:'';position:absolute;border:1px solid #9bb0d320;border-radius:50%;inset:35px}.hero-orbit:after{inset:75px;background:radial-gradient(circle at 30% 30%,#7290c430,#c8d4e800 75%);box-shadow:inset 3px 4px 14px #b0bfd92a}.hero .actions{margin-top:22px}.hero>*:not(.hero-orbit){position:relative;z-index:1}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.field{display:flex;flex-direction:column;gap:7px;min-width:0}.field label{font-size:11px;font-weight:550;color:#415069}.field input,.field select,.field textarea{width:100%;min-width:0;border:1px solid #d1dbec;background:#fbfcfde3;border-radius:9px;padding:12px 13px;height:44px;font-size:12px;box-shadow:inset 0 1px 2px #27354c04}.field input::placeholder{color:#98a6be}.field input:focus,.field select:focus,.field textarea:focus{border-color:#4e90ff;background:white}.field textarea{height:100px;resize:vertical}.field small{font-size:10px;color:#7d8fae}.field.has-error input{border-color:#d1777f}.field.has-error small,.required{color:#b54450}.choice{display:flex;align-items:flex-start;gap:11px;padding:14px 15px;border:1px solid #d6dfee;border-radius:11px;cursor:pointer;background:#ffffff85}.choice:has(input:checked){border-color:#79a8ef;background:#eff6ff}.choice input{accent-color:var(--brand);margin:3px 0 0;width:16px;height:16px;flex-shrink:0}.choice strong{display:block;font-size:12px}.choice small{display:block;color:var(--muted);font-size:10px;margin-top:3px}.alert{display:flex;align-items:flex-start;gap:11px;padding:15px 17px;border:1px solid #d1dbec;border-radius:11px;background:#f1f4fa;color:#395381}.alert strong{font-size:12px}.alert p{font-size:11px;color:inherit;opacity:.86;margin-top:3px}.alert>svg{width:18px;height:18px;margin-top:2px}.alert.warning{background:#fff9ed;border-color:#f1e3c5;color:#937037}.alert.danger{background:#fff0f0;border-color:#f0d5d9;color:#a74550}.alert.success{background:#ecf7f1;border-color:#d0e8da;color:#377b64}.pending{display:flex;align-items:flex-start;gap:7px;font-size:10px;color:#7285a6;line-height:1.6;margin-top:17px}.pending svg{margin-top:1px;flex-shrink:0}.toolbar{display:flex;align-items:center;gap:12px;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap}.search-field{position:relative;display:flex;align-items:center;gap:9px;border:1px solid #d3dded;border-radius:10px;background:#ffffffb5;padding:0 12px;min-width:200px;max-width:380px;flex:1}.search-field svg{width:17px;color:#7c8ead}.search-field input{border:0;background:transparent;outline:none;padding:12px 0;width:100%;min-width:0;font-size:11px}.table-scroll{width:100%;overflow-x:auto;border-radius:8px}table{width:100%;border-collapse:collapse;font-size:11px;text-align:left;white-space:nowrap}th{font-weight:500;font-size:9px;color:#798bab;padding:12px 15px;border-bottom:1px solid #dce4f1;background:#f7f9fc80}td{padding:16px 15px;border-bottom:1px solid #e3e9f4;vertical-align:middle}tr:last-child td{border-bottom:0}tbody tr:hover{background:#f4f7fb}td .btn{font-size:10px;padding:6px 9px;min-height:30px}td .avatar{width:32px;height:32px;font-size:10px}.list-row{display:flex;align-items:center;gap:12px;padding:15px 0;border-bottom:1px solid #e1e8f3}.list-row:last-child{border-bottom:0}.list-row .grow{flex:1}.avatar{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:38px;height:38px;border-radius:12px;color:#405c8b;background:linear-gradient(130deg,#e1e8f3,#c9d5e9);font-size:12px;font-weight:650;border:1px solid #ffffff90}.avatar.blue{color:#4a7d9c;background:#dfebf3}.avatar.purple{color:#847899;background:#ebe4f1}.summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin:0}.summary dt{font-size:10px;color:var(--muted);margin-bottom:4px}.summary dd{margin:0;font-size:12px;font-weight:550;overflow-wrap:anywhere}.tabs{display:flex;gap:6px;border-bottom:1px solid #d4dded;margin-bottom:24px;overflow-x:auto}.tabs a{white-space:nowrap;color:#6f83a5;font-size:12px;padding:12px 18px;border-bottom:2px solid transparent}.tabs a.active{color:var(--brand);border-color:var(--brand);font-weight:600}.steps{list-style:none;padding:0;margin:0 0 28px;display:flex;gap:12px;align-items:flex-start}.steps li{flex:1;display:flex;align-items:center;gap:9px;color:#8b9bb7;position:relative}.steps li:not(:last-child):after{content:'';height:1px;background:#d5deee;flex:1;min-width:5px;margin-left:5px}.steps li>span{width:29px;height:29px;background:#e5eaf4;border:1px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;flex-shrink:0}.steps li small{font-size:10px;white-space:nowrap}.steps li.current{color:var(--brand);font-weight:600}.steps li.current>span{background:var(--brand);color:#fff;box-shadow:0 0 0 4px #dce4f1}.steps li.done>span{background:#dbe3f0;color:#4a6491}.progress-wrap{margin:18px 0}.progress-wrap .between{font-size:11px;color:#6b7fa2;margin-bottom:9px}.progress{height:6px;border-radius:10px;overflow:hidden;background:#dee5f2}.progress>span{height:100%;display:block;background:linear-gradient(90deg,#246bfe,#75b5ff);border-radius:inherit;transition:width .3s}.empty{text-align:center;padding:45px 20px}.empty-icon{display:inline-grid;place-items:center;background:#ebeff7;color:#5b729b;width:68px;height:68px;border-radius:22px;margin-bottom:18px}.empty p{max-width:440px;margin:10px auto 24px;color:var(--muted);font-size:12px}.empty .actions{justify-content:center}.timeline-item{position:relative;border-left:1px solid #d1dbec;margin-left:8px;padding:0 0 26px 24px;font-size:12px}.timeline-item:before{content:'';position:absolute;left:-5px;top:4px;width:9px;height:9px;border-radius:50%;background:#697fa4;border:2px solid white}.timeline-item small{display:block;color:var(--muted);font-size:10px;margin-top:5px}.timeline-item:last-child{padding-bottom:0}.permission-table input{accent-color:var(--brand);height:16px;width:16px}.auth-shell{max-width:1200px;min-height:calc(100vh - 52px);margin:auto;padding:60px 40px;display:grid;grid-template-columns:1.1fr 1fr;gap:90px;align-items:center}.auth-story{padding:10px 20px 20px}.auth-story h1{font-size:50px;letter-spacing:-2.5px;line-height:1.12;max-width:470px;margin:65px 0 20px;font-weight:600}.auth-story h1 em{font-style:normal;color:var(--brand)}.auth-story>p{font-size:14px;color:#6c80a3;max-width:365px}.auth-illustration{height:200px;position:relative;margin-top:44px;max-width:380px}.auth-illustration:before{content:'';position:absolute;left:30px;top:15px;width:180px;height:180px;border:1px solid #a6b2c8;border-radius:50%;box-shadow:0 0 0 24px #d2dced4a,0 0 0 48px #dce3f044}.float-card{position:absolute;top:25px;right:0;padding:18px;border-radius:15px;background:#ffffffb8;box-shadow:0 15px 30px -16px #596c8d80;border:1px solid white;transform:rotate(-5deg);width:260px;font-size:11px;backdrop-filter:blur(8px)}.float-card+ .float-card{top:110px;right:50px;transform:rotate(4deg)}.auth-card{background:#ffffffc9;border:1px solid #fff;padding:36px;border-radius:25px;box-shadow:0 24px 75px -45px #24355366;min-width:0}.auth-card h1,.auth-card h2{font-size:27px;letter-spacing:-1px;margin:10px 0}.auth-card>p{color:var(--muted);font-size:12px;margin-bottom:25px}.auth-card form{display:flex;flex-direction:column;gap:18px}.auth-card .btn{width:100%;min-height:45px}.auth-card .actions{gap:10px}.auth-card .stack{gap:18px}.auth-foot{font-size:10px;color:#7e90ae;text-align:center;margin-top:25px}.client-topbar{max-width:1100px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:24px 30px;border-bottom:1px solid #d3dded}.client-content{max-width:1100px;margin:auto;padding:32px 30px 70px}.client-topbar .logo{font-size:22px}.client-footer{text-align:center;color:#8798b4;font-size:10px;padding:0 20px 30px}.mobile-menu{display:none}.library-hero{padding:38px 42px;margin-bottom:25px;min-height:220px}.library-hero h1{font-size:38px;max-width:600px;color:#eaeff7;font-weight:550}.library-hero p{max-width:520px;margin-top:15px}.library-hero .kicker{margin-bottom:15px}.library-hero .hero-orbit{right:15px;top:-80px;width:430px;height:430px}.env-card{transition:transform .2s;border:1px solid white;display:flex;flex-direction:column;padding:24px;min-height:215px;color:var(--ink)}.env-card:hover{transform:translateY(-4px);box-shadow:0 14px 35px -18px #35476760}.env-card .env-icon{height:42px;width:42px;border-radius:13px;background:#dfe6f2;display:grid;place-items:center;color:var(--brand);margin-bottom:25px}.env-card h2{font-size:17px}.env-card p{font-size:11px;color:var(--muted);margin:7px 0 18px}.env-card .between{margin-top:auto;font-size:10px;color:#7a8cab}.library-filters{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:25px 0}.filter-pill{border:1px solid #d5deee;background:#fff8;color:#657a9f;padding:8px 14px;border-radius:9px;font-size:11px}.filter-pill.active{background:#dae2f0;color:#294576;border-color:#b5c2d8}.screen-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:19px}.screen-tile{border:1px solid #fff;border-radius:17px;overflow:hidden;background:#fff9;box-shadow:var(--shadow);color:var(--ink)}.screen-tile:hover{border-color:#9eafcd}.screen-mini{height:130px;background:linear-gradient(135deg,#dbe3f0,#edf1f7);padding:15px 22px;position:relative;overflow:hidden}.mini-window{display:flex;gap:9px;padding:8px;height:120px;border-radius:9px;background:#ffffffa8;border:1px solid white;box-shadow:0 6px 20px #404e6610}.mini-nav{width:28px;border-radius:4px;background:#d1dbec}.mini-body{flex:1}.mini-body>i{display:block;background:#cad6ea;width:42%;height:6px;border-radius:2px;margin:7px 0 10px}.mini-hero{height:32px;border-radius:4px;background:linear-gradient(120deg,#273958,#49638f);margin-bottom:7px}.mini-row{display:flex;gap:5px;margin-bottom:7px}.mini-row b{height:25px;border-radius:4px;background:#dde4f1;flex:1}.mini-lines{height:3px;background:#d3dded;width:85%;box-shadow:0 8px 0 #d3dded,0 16px 0 #d3dded}.screen-tile-info{padding:16px 18px}.screen-tile-info h3{font-size:12px}.screen-tile-info p{font-size:10px;color:#7c8ead;margin:4px 0 12px}.screen-tile-info .between{font-size:9px;color:#8c9cb7}.library-count{font-size:11px;color:#7e90af}.token-swatch{height:78px;border-radius:13px;padding:13px;color:#fff;display:flex;flex-direction:column;justify-content:space-between;font-size:10px}.component-sample{padding:22px 0;border-bottom:1px solid #dbe3f0}.component-sample:last-child{border:0}.component-sample h3{font-size:13px;margin-bottom:12px}.component-sample code,.doc-code{background:#eaeef6;color:#506487;padding:3px 6px;border-radius:5px;font-size:10px}.preview-workspace{min-height:calc(100vh - 52px);background:radial-gradient(ellipse at 50% 15%,#d3dded,#eaeff7 60%);display:flex;gap:50px;justify-content:center;padding:30px;align-items:flex-start}.device-frame{width:406px;max-width:100%;padding:7px;border-radius:37px;background:#16243c;box-shadow:0 20px 50px -25px #18263e70;flex-shrink:0;border:1px solid #45546d}.device-frame iframe{width:390px;max-width:100%;height:844px;border:0;border-radius:30px;background:#f1f4f9;display:block}.preview-meta{width:290px;padding-top:40px}.preview-meta h1{font-size:26px;margin-bottom:15px}.preview-meta p{font-size:12px;color:#64799e;margin-bottom:20px}.preview-meta .actions{margin-top:20px}.toast{position:relative;display:flex;align-items:flex-start;gap:12px;width:355px;max-width:calc(100vw - 32px);padding:17px 42px 21px 17px;border:1px solid #fff;border-radius:14px;background:#fcfdffed;box-shadow:0 15px 45px -18px #193e5266;backdrop-filter:blur(20px);overflow:hidden;animation:toast-in .25s ease-out}.toast-icon{background:#e4f1e8;color:#258260;display:grid;place-items:center;width:29px;height:29px;flex-shrink:0;border-radius:9px}.toast.error .toast-icon{background:#f8e6e7;color:#b14d59}.toast.warning .toast-icon{background:#faf0d8;color:#a37c38}.toast.info .toast-icon{background:#e3e9f3;color:#4a689b}.toast strong{font-size:12px;display:block;margin-top:1px}.toast p{font-size:10px;color:#6b80a3;margin-top:5px}.toast-close{position:absolute;right:12px;top:12px;border:0;background:transparent;padding:3px;color:#7d8ead}.toast-progress{position:absolute;bottom:0;height:3px;left:0;right:0;background:#50a283;transform-origin:left;animation:toast-progress 6s linear forwards}.toast:hover .toast-progress,.toast:focus-within .toast-progress{animation-play-state:paused}.toast.error .toast-progress{background:#c1636e}.toast.warning .toast-progress{background:#cea255}.toast.info .toast-progress{background:#6d83aa}#toast-region{position:fixed;top:78px;right:28px;z-index:200;display:flex;flex-direction:column;gap:12px;pointer-events:none}#toast-region .toast{pointer-events:auto}@keyframes toast-progress{from{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes toast-in{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}dialog{border:1px solid white;border-radius:22px;background:#f8fbff;box-shadow:0 30px 120px #192b4b55;width:540px;max-width:calc(100vw - 32px);padding:27px;color:var(--ink);max-height:85vh;overflow:auto}dialog::backdrop{background:#12254566;backdrop-filter:blur(6px)}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:22px}.modal-header h2{font-size:21px}.modal-header button{border:0;background:#e7ecf5;border-radius:8px;padding:7px;display:grid;place-items:center}.modal-body{font-size:12px}.modal-footer{display:flex;gap:10px;justify-content:flex-end;margin-top:25px;flex-wrap:wrap}.broker-layout{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:22px}.broker-summary{align-self:start;position:sticky;top:78px}.broker-summary .total{font-size:30px;letter-spacing:-1px;color:var(--brand);margin:8px 0}.broker-beneficiary{padding:15px;background:#eff3f9;border-radius:10px;margin-top:15px}.broker-form-footer{display:flex;justify-content:space-between;gap:15px;padding-top:24px;margin-top:25px;border-top:1px solid #dbe3f0}.broker-plan{display:flex;gap:12px;align-items:flex-start;padding:17px;border-radius:11px;border:1px solid #d1dbec;background:#fff9}.broker-plan:has(input:checked){border-color:#79a8ef;background:#edf5ff}.broker-plan input{accent-color:var(--brand);margin-top:4px}.broker-plan strong{font-size:13px;display:block}.broker-plan small{display:block;color:#6f83a5;font-size:10px;margin-top:4px}.broker-plan .price{margin-left:auto;text-align:right;white-space:nowrap;color:var(--brand)}.chart-bars{height:155px;display:flex;gap:15px;align-items:flex-end;padding:15px 10px 25px;border-bottom:1px solid #d9e2f0}.chart-bars>div{flex:1;position:relative;background:linear-gradient(0deg,#587099,#afbcd2);border-radius:5px 5px 0 0;min-height:10px}.chart-bars small{position:absolute;bottom:-23px;left:50%;transform:translateX(-50%);font-size:9px;color:#8394b1}.pagination{display:flex;justify-content:space-between;align-items:center;margin-top:16px;color:#7b8dac;font-size:10px}.pagination .btn{min-height:30px;padding:6px 10px}.code-input{text-align:center;letter-spacing:7px;font-size:22px!important}.library-note{font-size:10px;color:#7e90af;padding:15px 0}.doc-list li{margin-bottom:14px;font-size:12px;color:#62779c}.doc-list strong{color:#34435e}.mobile-backdrop{display:none}
@media(min-width:1700px){.app-content{margin-right:auto}.product-topbar{max-width:1628px}}
@media(max-width:1150px){.app-sidebar{width:205px;padding:24px 12px 14px}.app-content{margin-left:243px;padding-right:24px}.product-topbar{margin-left:243px;margin-right:24px}.stat-grid,.grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}.page-head{align-items:flex-start}.page-head .actions{flex-shrink:1}.broker-layout{grid-template-columns:minmax(0,1fr) 225px}.screen-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}.review-center span{max-width:200px}.auth-shell{gap:45px}.auth-story h1{font-size:42px}.preview-meta{width:250px}}
@media(max-width:850px){.app-sidebar{display:none;top:68px;width:245px;bottom:16px;z-index:60;background:#f2f7ffee}.app-sidebar.open{display:flex}.mobile-backdrop.visible{display:block;position:fixed;inset:52px 0 0;background:#23324d44;backdrop-filter:blur(3px);z-index:55}.mobile-menu{display:inline-flex;border:1px solid #d0daec;background:#fff9;padding:8px;border-radius:9px}.product-topbar{margin:0 24px;height:75px}.app-content{margin-left:0;padding:26px 24px 45px}.auth-shell{gap:30px;padding:40px 25px}.auth-story{padding:0}.auth-story h1{font-size:35px}.auth-card{padding:27px}.review-center{display:none}.preview-meta{display:none}.review-bar{padding:0 18px}.broker-layout{grid-template-columns:1fr}.broker-summary{position:static}.hero-orbit{opacity:.7}.client-content{padding:25px 22px 50px}.page-head h1{font-size:29px}.app-sidebar .side-bottom{margin-top:30px}}
@media(max-width:600px){.review-bar{height:45px;padding:0 14px}.review-brand{font-size:10px;gap:6px}.review-brand span{display:none}.view-controls button{padding:5px 7px;font-size:10px}.view-controls .desktop-label{display:none}.prototype{min-height:calc(100vh - 45px)}.product-topbar{margin:0 19px;height:72px}.top-right{gap:10px}.top-right .demo-indicator{display:none}.theme-switch{padding-right:10px;gap:4px}.app-content{padding:24px 18px 40px}.page-head{flex-direction:column;gap:17px;margin-bottom:23px}.page-head h1{font-size:29px;letter-spacing:-1.1px}.page-head p{font-size:11px;margin-top:8px}.page-head .actions{width:100%}.page-head .actions>.btn{flex:1}.kicker{font-size:9px;margin-bottom:9px}.grid.two,.grid.three,.form-grid{grid-template-columns:1fr;gap:17px}.grid.four,.stat-grid{gap:11px}.card{padding:20px;border-radius:17px}.card-heading{margin-bottom:19px}.metric{padding:16px 15px;border-radius:14px}.metric>.between>span{font-size:10px}.metric-icon{height:24px;width:24px}.metric-icon svg{width:13px}.metric>strong{font-size:25px;margin-top:12px}.metric>small{font-size:9px;line-height:1.55}.btn{font-size:11px;min-height:42px;padding:10px 14px}.hero{padding:25px 23px;border-radius:17px}.hero h2{font-size:22px}.hero p{font-size:11px;max-width:250px}.hero-orbit{right:-150px;opacity:.5}.summary{gap:20px 15px}.summary dd{font-size:11px}.summary dt{font-size:9px}.steps{gap:6px;align-items:flex-start;margin-bottom:25px}.steps li{flex-direction:column;gap:8px;min-width:0}.steps li small{font-size:8px;white-space:normal;text-align:center;line-height:1.4}.steps li:not(:last-child):after{position:absolute;width:calc(100% - 20px);left:calc(50% + 17px);top:14px;margin:0}.steps li>span{width:28px;height:28px}.auth-shell{display:block;padding:30px 22px;min-height:calc(100vh - 45px)}.auth-story .logo{font-size:25px}.auth-story h1{font-size:30px;letter-spacing:-1.4px;max-width:320px;margin:30px 0 12px}.auth-story>p{font-size:11px;margin-bottom:28px}.auth-illustration{display:none}.auth-card{padding:25px 23px;border-radius:21px}.auth-card h1,.auth-card h2{font-size:24px}.auth-story{padding:0 4px}.auth-foot{margin-top:20px}.client-topbar{padding:23px 20px}.client-topbar .demo-indicator{display:none}.client-content{padding:25px 18px 45px}.client-topbar .logo{font-size:23px}.client-topbar .tenant-chip{font-size:10px}.client-topbar .tenant-icon{width:28px;height:28px}.client-topbar .tenant-chip small{font-size:8px}.library-hero{min-height:240px;padding:30px 24px}.library-hero h1{font-size:31px}.library-hero p{max-width:260px}.library-hero .hero-orbit{right:-235px}.env-card{min-height:190px;padding:19px}.env-card .env-icon{margin-bottom:22px;width:34px;height:34px}.env-card h2{font-size:14px}.env-card p{font-size:10px}.env-card .between{font-size:9px}.screen-grid{grid-template-columns:1fr}.screen-mini{height:145px;padding:17px 30px}.mini-window{height:137px}.mini-hero{height:38px}.mini-row b{height:29px}.library-filters{gap:7px;margin:20px 0}.filter-pill{padding:7px 10px;font-size:10px}.library-filters .search-field{flex-basis:100%;max-width:none}.toolbar .search-field{max-width:none;width:100%}.toolbar{gap:12px}.toolbar .field{width:100%}.table-scroll{margin:0 -5px;width:calc(100% + 10px)}td,th{padding:13px 10px}.tabs a{font-size:11px;padding:11px 13px}.tabs{margin-bottom:20px}.stack{gap:17px}.row{gap:10px}.broker-form-footer{align-items:stretch}.broker-form-footer .btn{flex:1}.preview-workspace{padding:18px 8px}.device-frame{padding:4px;border-radius:28px}.device-frame iframe{border-radius:23px;height:80vh}.modal-footer .btn{flex:1}dialog{padding:23px}#toast-region{top:63px;right:16px;left:16px}.toast{width:auto;max-width:none}.toast p{font-size:11px}.app-sidebar{top:59px}.mobile-backdrop.visible{inset:45px 0 0}.library-count{font-size:10px}.review-select{max-width:150px}.list-row{gap:10px}.tenant-chip{font-size:11px}.tenant-chip small{font-size:8px}.stat-grid:has(>.metric:nth-child(3):last-child)>.metric:last-child{grid-column:1/-1}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}.toast{animation:none}.toast-progress{animation-timing-function:linear}.btn:hover{transform:none}}
.capture-preview{height:240px;background:#dfe6f2;overflow:hidden;display:flex;justify-content:center;border-bottom:1px solid #d6dfee}.capture-preview img{width:100%;object-fit:cover;object-position:top}.is-embedded .prototype,.is-embedded .auth-shell{min-height:100vh}.is-embedded .app-sidebar{top:16px}.is-embedded .mobile-backdrop.visible{inset:0}.is-embedded #toast-region{top:20px}.margin-top{margin-top:22px}
.screen-thumbnail{height:205px;background:linear-gradient(135deg,#d4deee,#edf1f7);padding:14px 14px 0;overflow:hidden;border-bottom:1px solid #d5deee;display:flex;justify-content:center;align-items:flex-start}.screen-thumbnail img{width:100%;border-radius:6px 6px 0 0;box-shadow:0 5px 18px #3340561f;background:#f2f7ff}.screen-thumbnail.mobile img{width:160px;border-radius:13px 13px 0 0;border:3px solid #fff}.screen-thumbnail.mobile{height:250px}.screen-tile-info .kicker{font-size:8px;letter-spacing:1.1px}.screen-tile-info .between{font-size:8px}.table-scroll:focus-visible{outline:2px solid var(--brand)}
@media(max-width:600px){.screen-thumbnail{height:220px}.screen-thumbnail.mobile{height:260px}.screen-thumbnail.mobile img{width:180px}}

/* The brand specimen uses the same asset and lockup as every product shell. */
.brand-specimen{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:28px;padding:24px 0}
.brand-signature{display:flex;align-items:center;justify-content:center;min-height:96px;padding:20px 28px;border-radius:20px;background:var(--bg)}
.brand-sizes{display:flex;align-items:end;gap:24px;flex-wrap:wrap}
.brand-sizes figure{margin:0;display:flex;align-items:center;flex-direction:column;gap:14px;min-width:24px}
.brand-sizes img{display:block}
.brand-sizes figcaption{font-size:10px;color:var(--muted)}
