:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--page:#f4f3ee;--surface:#fcfcf9;--surface-raised:#fff;--surface-muted:#f0f1ec;--ink:#13221c;--text-secondary:#46564f;--text-muted:#6c7973;--border:#dce1dc;--border-strong:#c6cec8;--brand:#14614b;--brand-strong:#0d4938;--brand-soft:#e6f2ed;--success:#19704f;--success-soft:#e8f5ee;--warning:#956711;--warning-soft:#fbf2d9;--critical:#a13b3b;--critical-soft:#fbecec;--info:#356a8a;--info-soft:#eaf3f8;--focus:#187859;--shadow-sm:0 1px 2px #12221c0d, 0 4px 14px #12221c0a;--shadow-md:0 18px 48px #12221c17;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--radius-xl:24px;--sidebar-width:264px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--page);color:var(--ink);text-rendering:optimizelegibility;margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.55}button,input,select,textarea{font:inherit}button,a,summary,input,select,textarea{-webkit-tap-highlight-color:transparent}a{color:var(--brand);text-underline-offset:3px}a:hover{color:var(--brand-strong)}button,.button-link{background:var(--brand);border:1px solid var(--brand);border-radius:var(--radius-sm);color:#fff;cursor:pointer;justify-content:center;align-items:center;gap:.5rem;min-height:42px;padding:.65rem 1rem;font-weight:700;text-decoration:none;transition:background-color .16s,border-color .16s,box-shadow .16s,transform .16s;display:inline-flex}button:hover,.button-link:hover{background:var(--brand-strong);border-color:var(--brand-strong);color:#fff}button:active,.button-link:active{transform:translateY(1px)}button:disabled{cursor:not-allowed;opacity:.52;transform:none}button[aria-busy=true]{cursor:wait}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid color-mix(in srgb, var(--focus), transparent 55%);outline-offset:2px}input,select,textarea{background:var(--surface-raised);border:1px solid var(--border-strong);border-radius:var(--radius-sm);color:var(--ink);width:100%;min-height:44px;padding:.68rem .8rem;transition:border-color .16s,box-shadow .16s}input:hover,select:hover,textarea:hover{border-color:#9eaaa2}input:focus,select:focus,textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}textarea{resize:vertical;min-height:96px}label{color:var(--text-secondary);gap:.4rem;font-size:.84rem;font-weight:720;display:grid}form{gap:.9rem;display:grid}h1,h2,h3,h4,h5,p{overflow-wrap:anywhere}h1,h2,h3,h4,h5{color:var(--ink);letter-spacing:-.025em;font-weight:760;line-height:1.15}h1{margin:.35rem 0 .75rem;font-size:clamp(2rem,4vw,3.25rem)}h2{margin:.2rem 0 .75rem;font-size:clamp(1.45rem,2.4vw,2rem)}h3{margin:.2rem 0 .5rem;font-size:1.18rem}h4{margin:.2rem 0 .45rem;font-size:1rem}h5{text-transform:uppercase;letter-spacing:.06em;margin:1rem 0 .5rem;font-size:.9rem}p{color:var(--text-secondary)}small{color:var(--text-muted)}code{border:1px solid var(--border);color:#263b32;background:#eef1ed;border-radius:6px;padding:.18rem .35rem;font:.82rem/1.5 ui-monospace,SFMono-Regular,Consolas,monospace}.app-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.75px;width:20px;height:20px}.eyebrow{color:var(--brand);letter-spacing:.13em;text-transform:uppercase;margin:0 0 .45rem;font-size:.72rem;font-weight:800}.muted-copy{color:var(--text-muted)}.skip-link{background:var(--surface-raised);border:1px solid var(--border);box-shadow:var(--shadow-md);z-index:100;border-radius:8px;padding:.7rem 1rem;position:fixed;top:-5rem;left:1rem}.skip-link:focus{top:1rem}.brand{color:var(--ink);letter-spacing:-.02em;align-items:center;gap:.65rem;font-size:1.02rem;font-weight:790;text-decoration:none;display:inline-flex}.brand-mark,.loading-mark{background:var(--brand-strong);color:#fff;letter-spacing:-.03em;border-radius:9px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.72rem;font-weight:850;display:inline-flex}.centered-message{background:radial-gradient(circle at 50% 0%, #e8eee9 0, transparent 42%), var(--page);place-items:center;min-height:100vh;padding:1.5rem;display:grid}.loading-card{text-align:center;flex-direction:column;align-items:center;max-width:520px;display:flex}.loading-card .loading-mark{margin-bottom:1rem}.auth-layout{background:radial-gradient(circle at 76% 18%,#d1e9dcc7,#0000 24%),radial-gradient(circle at 17% 68%,#f4e3c380,#0000 27%),linear-gradient(140deg,#fbfaf6 0%,#f6f5ef 52%,#eef5ef 100%);grid-template-rows:84px minmax(720px,1fr) auto;grid-template-columns:minmax(390px,.82fr) minmax(620px,1.18fr);min-height:100vh;display:grid;position:relative;overflow:hidden}.auth-navigation{z-index:20;grid-column:1/-1;grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;padding:1rem clamp(1.5rem,4vw,4.5rem);display:grid;position:relative}.auth-navigation .brand{font-size:1.22rem}.auth-navigation .brand-mark{border-radius:11px;width:40px;height:40px;box-shadow:inset 0 1px #ffffff3d,0 8px 18px #0d49382e}.auth-navigation nav{justify-content:center;align-items:center;gap:clamp(1.2rem,2.5vw,2.8rem);display:flex}.auth-navigation nav a{color:var(--text-secondary);font-size:.86rem;font-weight:720;text-decoration:none}.auth-navigation-actions{align-items:center;gap:.8rem;display:flex}.auth-navigation-actions>button:last-child{border-radius:999px;min-width:128px;box-shadow:0 12px 30px #0d49382e}.auth-intro{flex-direction:column;min-width:0;padding:clamp(2.5rem,6vw,6.5rem) 1rem clamp(2rem,4vw,4rem) clamp(1.5rem,4vw,4.5rem);display:flex;position:relative;overflow:hidden}.auth-intro:after{content:"";border:1px solid #14614b17;border-radius:999px;width:460px;height:460px;position:absolute;top:10%;right:-200px}.auth-story{z-index:5;max-width:660px;margin:auto 0;padding:1rem 0 2rem;position:relative}.auth-eyebrow{background:#ffffffad;border:1px solid #14614b1f;border-radius:999px;align-items:center;gap:.55rem;padding:.48rem .75rem;display:inline-flex}.auth-eyebrow>span{background:var(--success);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #19704f17}.auth-story h1{letter-spacing:-.062em;max-width:680px;margin:1.4rem 0;font-size:clamp(3.4rem,5.6vw,6rem);line-height:.96}.auth-story h1 em{color:var(--brand);font-style:normal}.auth-lede{color:var(--text-secondary);max-width:610px;font-size:1.03rem}.auth-trust-grid{flex-wrap:wrap;gap:.7rem;margin:2rem 0;display:flex}.auth-trust-grid span{color:var(--brand-strong);background:#ffffffc7;border:1px solid #14614b24;border-radius:999px;gap:.45rem;padding:.55rem .75rem;font-size:.82rem;font-weight:700;display:inline-flex;box-shadow:0 8px 22px #12221c0f}.auth-trust-grid .app-icon{width:16px;height:16px}.auth-cta-row{flex-wrap:wrap;gap:.8rem;margin-bottom:1.5rem;display:flex}.auth-cta-row>*{border-radius:999px;min-width:156px}.auth-intro .notice{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#e8f5eebf}.auth-visual-stage{perspective:1400px;min-width:0;min-height:720px;position:relative}.commerce-scene{pointer-events:none;transform-style:preserve-3d;position:absolute;inset:0;overflow:visible}.scene-orbit{border:1px solid #ffffffe6;border-radius:50%;position:absolute}.scene-orbit-one{width:880px;height:620px;top:4%;left:2%;transform:rotate(-12deg)}.scene-orbit-two{border-color:#14614b1a;width:680px;height:410px;top:19%;right:-8%;transform:rotate(17deg)}.scene-node{background:#fff;border-radius:50%;width:9px;height:9px;position:absolute;box-shadow:0 0 0 5px #ffffff59,0 0 26px #14614b3d}.scene-node-one{top:36%;left:8%}.scene-node-two{top:18%;right:3%}.scene-node-three{bottom:19%;right:9%}.monitor-preview{transform-origin:50%;z-index:4;background:#ffffffeb;border:1px solid #fffffff2;border-radius:26px;width:79%;min-height:440px;position:absolute;top:8%;left:6%;overflow:hidden;transform:rotate(2.2deg)rotateY(-5deg)translateZ(22px);box-shadow:0 46px 90px #1830262e,0 10px 26px #18302614,inset 0 1px #fff}.monitor-preview-bar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.15rem;display:flex}.preview-brand{align-items:center;gap:.45rem;font-size:.82rem;font-weight:820;display:flex}.preview-brand>span{background:var(--brand-strong);color:#fff;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;font-size:.55rem;display:flex}.preview-live,.preview-verified{background:var(--success-soft);color:var(--success);border:1px solid #c7dfd3;border-radius:999px;padding:.32rem .52rem;font-size:.62rem;font-weight:800}.monitor-preview-body{grid-template-columns:128px 1fr;min-height:386px;display:grid}.preview-nav{border-right:1px solid var(--border);gap:.35rem;padding:.9rem .65rem;display:grid}.preview-nav>span{color:var(--text-muted);border-radius:8px;align-items:center;gap:.45rem;padding:.52rem;font-size:.64rem;display:flex}.preview-nav>span.active{background:var(--brand-soft);color:var(--brand-strong);font-weight:800}.preview-nav .app-icon{width:14px;height:14px}.preview-content{gap:.85rem;padding:1.05rem;display:grid}.preview-heading{justify-content:space-between;align-items:center;display:flex}.preview-heading>span:first-child{display:grid}.preview-heading small,.preview-status-grid small,.preview-chart-card small{color:var(--text-muted);font-size:.58rem}.preview-heading strong{font-size:1rem}.preview-status-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem;display:grid}.preview-status-grid>div{border:1px solid var(--border);background:linear-gradient(145deg,#fff,#f4f7f3);border-radius:11px;align-items:flex-start;gap:.5rem;min-height:74px;padding:.7rem;display:flex;box-shadow:0 8px 20px #12221c0f}.preview-status-grid .app-icon{color:var(--brand);flex:none;width:17px;height:17px}.preview-status-grid span{display:grid}.preview-status-grid strong{font-size:.64rem;line-height:1.25}.preview-lower-grid{grid-template-columns:1.35fr .85fr;gap:.65rem;display:grid}.preview-chart-card,.preview-activity-card{border:1px solid var(--border);background:#fff;border-radius:12px;padding:.8rem;box-shadow:0 8px 20px #12221c0d}.preview-chart-card>span{display:grid}.preview-chart-card svg{width:100%;height:92px;margin-top:.55rem;overflow:visible}.chart-grid{fill:none;stroke:#e7ebe7;stroke-width:1px}.chart-area{fill:url(#hero-chart-fill);stroke:none}.chart-line{fill:none;stroke:var(--brand);stroke-linecap:round;stroke-width:3px;stroke-dasharray:450;stroke-dashoffset:0}.preview-activity-card{align-content:start;gap:.7rem;display:grid}.preview-activity-card>strong{font-size:.72rem}.preview-activity-card>span{color:var(--text-secondary);align-items:center;gap:.38rem;font-size:.59rem;display:flex}.activity-dot{background:var(--info);border-radius:50%;width:7px;height:7px}.activity-dot-success{background:var(--success)}.activity-dot-warning{background:var(--warning)}.floating-signal{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:7;background:#ffffffd6;border:1px solid #ffffffe6;border-radius:15px;align-items:center;gap:.65rem;padding:.72rem .85rem;display:flex;position:absolute;transform:translateZ(48px);box-shadow:0 18px 42px #19332824}.floating-signal .app-icon{color:var(--brand);width:21px;height:21px}.floating-signal>span{display:grid}.floating-signal strong{font-size:.68rem}.floating-signal small{color:var(--text-muted);font-size:.55rem}.signal-automated{top:28%;left:0;transform:rotate(-7deg)translateZ(48px)}.signal-evidence{top:12%;right:1.5%;transform:rotate(7deg)translateZ(60px)}.storefront-object{z-index:8;background:linear-gradient(145deg,#f6f2e8,#d9d9c8);border:1px solid #ffffffbf;border-radius:8px 8px 18px 18px;width:196px;height:168px;position:absolute;bottom:4%;left:3%;transform:rotate(-4deg)translateZ(72px);box-shadow:0 28px 54px #233a2f38,inset -12px -14px 22px #1e423217}.store-roof{background:linear-gradient(145deg,#e8e6d8,#bfc9bd);border-radius:8px 8px 2px 2px;width:210px;height:28px;position:absolute;top:-24px;left:-8px;transform:skew(-9deg)}.store-awning{height:42px;display:flex;inset:10px 0 auto}.store-awning i{background:#f4efe3;border-radius:0 0 8px 8px;flex:1}.store-awning i:nth-child(odd){background:linear-gradient(#1b7658,#10523f)}.store-window{color:#e5efe9;background:linear-gradient(145deg,#173f32,#0b2d23);border:7px solid #cfd0bd;border-radius:8px;justify-content:center;align-items:center;width:104px;height:88px;display:flex;position:absolute;top:61px;left:18px}.store-window svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px;width:47px;height:47px}.store-door{background:linear-gradient(145deg,#326d57,#174837);border:5px solid #cfd0bd;border-radius:7px 7px 0 0;width:43px;height:90px;position:absolute;bottom:0;right:18px}.package-object{z-index:10;background:linear-gradient(145deg,#d9a566,#b9793b);border-radius:8px;width:104px;height:82px;position:absolute;bottom:1%;left:22%;transform:rotate(7deg)translateZ(84px);box-shadow:0 22px 36px #4e321438}.package-tape{background:#f7deb1c7;width:18%;height:100%;position:absolute;left:43%}.package-label{color:var(--brand-strong);background:#f7f2e7;border-radius:3px;padding:.25rem .45rem;font-size:.55rem;font-weight:900;position:absolute;bottom:13px;right:10px}.shield-object{color:#fff;z-index:10;background:linear-gradient(145deg,#2b805f,#0a4936);border:6px solid #ffffffb8;border-radius:52% 48% 56% 44%/42% 43% 57% 58%;justify-content:center;align-items:center;width:88px;height:100px;display:flex;position:absolute;bottom:0;right:8%;transform:rotate(9deg)translateZ(84px);box-shadow:0 24px 48px #0d493840}.shield-object .app-icon{stroke-width:2.6px;width:44px;height:44px}.shopping-bag-object{color:#fff;z-index:9;background:linear-gradient(150deg,#1f7a59,#0c4b38);border-radius:5px 5px 12px 12px;justify-content:center;align-items:center;width:76px;height:94px;display:flex;position:absolute;bottom:15%;left:29%;transform:rotate(-8deg)translateZ(70px);box-shadow:0 22px 38px #0d493838}.shopping-bag-object>span{border:5px solid #9e754a;border-bottom:0;border-radius:999px 999px 0 0;width:40px;height:32px;position:absolute;top:-24px;left:18px}.shopping-bag-object .app-icon{width:32px;height:32px}.auth-visual-stage .auth-card{z-index:15;width:min(390px,43%);max-width:390px;margin:0;padding:1.65rem 1.8rem;position:absolute;bottom:5%;right:4%;transform:translateZ(110px)}.auth-visual-stage .auth-card h2{margin-bottom:.8rem;font-size:clamp(1.8rem,2.5vw,2.2rem)}.auth-visual-stage .auth-card form{gap:.7rem}.auth-visual-stage .auth-card input{min-height:42px}.auth-card{background:var(--surface-raised);border-radius:var(--radius-xl);border:1px solid #ffffffeb;width:calc(100% - 3rem);max-width:560px;padding:clamp(1.65rem,4vw,3rem);box-shadow:0 32px 70px #12221c2e,0 8px 22px #12221c14,inset 0 1px #fff}.auth-card h1,.auth-card h2{font-size:clamp(1.8rem,3vw,2.5rem)}.auth-card form+.text-button,.auth-card form+.auth-secondary-actions{margin-top:1rem}.auth-secondary-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.25rem 1.1rem;display:flex}.auth-card-heading{justify-content:space-between;align-items:flex-start;display:flex}.auth-card-icon{background:var(--brand-soft);color:var(--brand);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1.5rem;display:flex}.secure-session-label{background:var(--success-soft);color:var(--success);border:1px solid #c5dfd2;border-radius:999px;align-items:center;gap:.3rem;padding:.35rem .5rem;font-size:.62rem;font-weight:800;display:inline-flex}.secure-session-label .app-icon{width:12px;height:12px}.auth-proof-strip{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:var(--radius-lg);z-index:20;background:#ffffffb8;border:1px solid #ffffffe6;grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:1rem;margin:0 clamp(1.5rem,4vw,4.5rem) 1.5rem;padding:1rem 1.2rem;display:grid;position:relative;box-shadow:0 18px 48px #12221c17}.auth-proof-strip>div{align-items:center;gap:.65rem;min-width:0;display:flex}.auth-proof-strip .app-icon{color:var(--brand);flex:none;width:22px;height:22px}.auth-proof-strip span{min-width:0;display:grid}.auth-proof-strip strong{font-size:.72rem}.auth-proof-strip small{color:var(--text-muted);font-size:.62rem}.notice{background:var(--brand-soft);border-radius:var(--radius-md);border:1px solid #c9dfd5;align-items:flex-start;gap:.8rem;max-width:680px;margin:1.25rem 0;padding:.9rem 1rem;display:flex}.notice>.app-icon{color:var(--brand);flex:none;margin-top:.15rem}.notice p{margin:.2rem 0 0}.form-error,.coverage-warning,.success-message{border-radius:var(--radius-sm);border:1px solid;margin:1rem 0;padding:.78rem .9rem}.form-error{background:var(--critical-soft);color:#7f2929;border-color:#efcaca}.coverage-warning{background:var(--warning-soft);color:#6e4b0a;border-color:#ead8a1;gap:.2rem;display:grid}.success-message{background:var(--success-soft);color:#15563f;border-color:#c3dfd0}.secondary-button{background:var(--surface-raised);border-color:var(--border-strong);color:var(--ink)}.secondary-button:hover{background:var(--surface-muted);color:var(--ink);border-color:#aab5ad}.text-button{color:var(--brand);background:0 0;border-color:#0000;min-height:36px;padding:.4rem 0}.text-button:hover{color:var(--brand-strong);background:0 0;border-color:#0000;text-decoration:underline}.danger-button{background:var(--critical);border-color:var(--critical)}.danger-button:hover{background:#822f2f;border-color:#822f2f}.verification-card{text-align:center;width:100%;max-width:580px}.verification-card .secondary-button,.verification-card>button{width:100%}.verification-graphic{background:var(--brand-soft);color:var(--brand);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.35rem;display:flex;position:relative}.verification-graphic>.app-icon{width:30px;height:30px}.verification-graphic span{background:var(--success);border:3px solid var(--surface-raised);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:27px;height:27px;display:flex;position:absolute;bottom:-2px;right:-2px}.verification-graphic span .app-icon{width:15px;height:15px}.verification-lede{font-size:1.02rem}.recipient-chip{background:var(--surface-muted);border:1px solid var(--border);text-align:left;border-radius:10px;align-items:center;gap:.7rem;margin:1.2rem 0;padding:.8rem;display:flex}.recipient-chip .app-icon{color:var(--brand);flex:none}.verification-card details{border-top:1px solid var(--border);text-align:left;margin-top:1.25rem;padding-top:1.25rem}.verification-card summary{color:var(--brand);cursor:pointer;text-align:center;margin-bottom:1rem;font-weight:750}.app-shell{min-height:100vh}.workspace-layout{grid-template-columns:var(--sidebar-width) minmax(0, 1fr);min-height:100vh;display:grid}.app-sidebar{color:#d8e3dd;z-index:30;isolation:isolate;background:radial-gradient(circle at 20% 12%,#468b6d42,#0000 26%),linear-gradient(160deg,#132a22 0%,#0b1f18 72%,#071711 100%);flex-direction:column;height:100vh;padding:1.2rem .9rem;display:flex;position:sticky;top:0;overflow:hidden;box-shadow:12px 0 42px #081b141f}.app-sidebar:before,.app-sidebar:after{content:"";pointer-events:none;z-index:-1;border:1px solid #ffffff12;border-radius:50%;position:absolute}.app-sidebar:before{width:280px;height:280px;top:18%;left:-160px}.app-sidebar:after{width:330px;height:330px;bottom:-150px;right:-210px}.sidebar-brand{color:#fff;margin:.25rem .55rem 1.8rem}.sidebar-brand:hover{color:#fff}.sidebar-brand .brand-mark{color:var(--brand-strong);background:#e4f1eb}.primary-nav{gap:.2rem;display:grid}.primary-nav a{color:#afc0b8;border-radius:8px;align-items:center;gap:.75rem;min-height:42px;padding:.55rem .7rem;font-size:.9rem;font-weight:650;text-decoration:none;transition:background-color .15s,color .15s;display:flex}.primary-nav a:hover,.primary-nav a:focus-visible{color:#fff;background:#ffffff14}.primary-nav a:first-child{color:#fff;background:#ffffff17}.primary-nav .app-icon{width:18px;height:18px}.sidebar-context{border-top:1px solid #ffffff1a;margin-top:1.15rem;padding:1.15rem .45rem 0}.sidebar-label,.topbar-label{color:var(--text-muted);letter-spacing:.09em;text-transform:uppercase;margin-bottom:.4rem;font-size:.68rem;font-weight:800;display:block}.sidebar-context .sidebar-label{color:#82978d}.sidebar-context select{color:#fff;background:#1a3128;border-color:#355046;min-height:40px;font-size:.82rem}.compact-form{border-top:1px solid #ffffff1a;margin:1rem .45rem 0;padding-top:1rem}.compact-form label{color:#b8c7c0;font-size:.76rem}.compact-form input{color:#fff;background:#1a3128;border-color:#355046;min-height:40px;font-size:.82rem}.compact-form input::placeholder{color:#82978d}.compact-form button{min-height:38px;font-size:.8rem}.sidebar-danger-link{color:#e8a5a5;background:0 0;border-color:#0000;justify-content:flex-start;min-height:32px;margin:.3rem .45rem;padding:.3rem 0;font-size:.76rem}.sidebar-danger-link:hover{color:#ffc0c0;background:0 0;border-color:#0000;text-decoration:underline}.sidebar-spacer{flex:1;min-height:1rem}.sidebar-account{border-top:1px solid #ffffff1a;padding:.8rem .4rem 0;position:relative}.sidebar-account summary{cursor:pointer;border-radius:9px;align-items:center;gap:.65rem;padding:.55rem;list-style:none;display:flex}.sidebar-account summary::-webkit-details-marker{display:none}.sidebar-account summary:hover{background:#ffffff12}.account-avatar{color:var(--brand-strong);background:#d9ebe3;border:1px solid #b9d7ca;border-radius:50%;flex:none;justify-content:center;align-items:center;width:34px;height:34px;font-size:.76rem;font-weight:850;display:inline-flex}.account-summary{min-width:0;display:grid}.account-summary strong,.account-summary small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-summary strong{color:#fff;font-size:.82rem}.account-summary small{color:#91a59b;font-size:.69rem}.user-menu nav{background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);z-index:50;min-width:210px;padding:.45rem;display:grid;position:absolute}.sidebar-account nav{bottom:calc(100% + .5rem);left:.4rem}.user-menu nav a,.user-menu nav button{color:var(--ink);text-align:left;background:0 0;border-color:#0000;border-radius:7px;justify-content:flex-start;width:100%;min-height:38px;padding:.5rem .65rem;font-size:.84rem;text-decoration:none}.user-menu nav a:hover,.user-menu nav button:hover{background:var(--surface-muted);color:var(--ink);border-color:#0000}.app-frame{min-width:0}.app-header{border-bottom:1px solid var(--border);z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fcfcf9eb;justify-content:space-between;align-items:center;height:70px;padding:.85rem clamp(1.25rem,3vw,2.5rem);display:flex;position:sticky;top:0}.app-header>div:first-child{line-height:1.15;display:grid}.app-header .topbar-label{margin-bottom:.25rem}.topbar-actions{align-items:center;gap:.65rem;display:flex}.topbar-actions .secondary-button{width:40px;min-height:38px;padding:.1rem}.dashboard{width:100%;max-width:1540px;margin:0 auto;padding:clamp(1.25rem,3vw,2.75rem)}.page-heading{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:1.75rem;scroll-margin-top:92px;display:flex}.page-heading>div:first-child{max-width:760px}.page-heading p:last-child{margin:.45rem 0 0}.workspace-command-center{border-radius:var(--radius-xl);color:#e9f2ee;background:radial-gradient(circle at 78% 28%,#65ae8b45,#0000 28%),linear-gradient(135deg,#102c22 0%,#0b231b 64%,#173c2e 100%);border:1px solid #ffffff1a;grid-template-columns:minmax(300px,.78fr) minmax(430px,1.22fr);gap:1.2rem;min-height:310px;padding:clamp(1.5rem,3vw,2.7rem);display:grid;position:relative;overflow:hidden;box-shadow:0 28px 68px #0d251c2e,inset 0 1px #ffffff1a}.workspace-command-center:before{content:"";background:linear-gradient(90deg,#0000,#ffffff12,#0000);height:1px;position:absolute;inset:19% 5% auto}.command-center-copy{z-index:2;align-self:center;position:relative}.command-center-copy .eyebrow{color:#80c2a7}.command-center-copy h2{color:#fff;max-width:590px;font-size:clamp(1.75rem,3vw,2.8rem)}.command-center-copy>p:not(.eyebrow){color:#b9cbc3;max-width:610px}.command-center-status{flex-wrap:wrap;align-items:center;gap:.7rem;margin-top:1.25rem;display:flex}.command-center-status>span:last-child{color:#cbd9d3;font-size:.78rem}.workspace-pulse{min-height:250px;position:relative}.workspace-pulse>svg{width:100%;height:100%;position:absolute;inset:0;overflow:visible}.workspace-pulse>svg path{fill:none;stroke:#a6d5c242;stroke-dasharray:6 8;stroke-linecap:round;stroke-width:1.5px}.pulse-center,.pulse-stat{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;background:#ffffff17;border:1px solid #ffffff29;align-items:center;display:flex;position:absolute;box-shadow:0 18px 38px #0000002b}.pulse-center{border-radius:24px;flex-direction:column;justify-content:center;gap:.45rem;width:104px;height:104px;top:28%;left:42%;transform:rotate(4deg)}.pulse-center .app-icon{color:#9dd4bc;width:34px;height:34px}.pulse-center small{font-size:.62rem;font-weight:800}.pulse-stat{border-radius:14px;gap:.05rem;min-width:116px;padding:.7rem .8rem;display:grid}.pulse-stat strong{font-size:1.2rem}.pulse-stat small{color:#b9cbc3;font-size:.62rem}.pulse-stat-sites{top:18%;left:3%;transform:rotate(-4deg)}.pulse-stat-scans{top:8%;right:2%;transform:rotate(5deg)}.pulse-stat-regressions{bottom:5%;right:10%;transform:rotate(-3deg)}.pulse-stat-evidence{bottom:1%;left:12%;transform:rotate(3deg)}.pulse-stat-evidence .app-icon{color:#9dd4bc;width:22px;height:22px}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;margin:1.2rem 0 1.6rem;display:grid}.metric-grid article,.metric-grid>div{border:1px solid var(--border);border-radius:var(--radius-md);background:radial-gradient(circle at 86% 12%,#daede4b8,#0000 24%),linear-gradient(145deg,#fff,#fbfcf9);gap:.2rem;min-height:112px;padding:1.05rem 1.15rem;transition:border-color .16s,box-shadow .16s,transform .16s;display:grid;position:relative;box-shadow:0 14px 34px #12221c12,inset 0 1px #fff}.metric-grid article:hover,.metric-grid>div:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-2px)}.metric-grid article:before{background:var(--brand-soft);content:"";border-radius:999px;width:22px;height:6px;position:absolute;top:1rem;right:1rem}.metric-grid strong,.metric-grid dd{color:var(--ink);letter-spacing:-.04em;margin:auto 0 0;font-size:1.75rem;font-weight:780}.metric-grid span,.metric-grid dt{color:var(--text-muted);font-size:.78rem;font-weight:650}.metric-grid .metric-warning{border-color:#e3cf91}.metric-grid .metric-warning:before{background:var(--warning)}.metric-grid .metric-progress:before{background:var(--info)}.compact-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.compact-metrics article{min-height:94px}.sites-panel,.site-detail,.scan-box,.card,.detail-panel,.danger-zone{border:1px solid var(--border);border-radius:var(--radius-lg);background:radial-gradient(circle at 96% 0,#e7f2ebb8,#0000 22%),linear-gradient(145deg,#fff,#fcfcf9);margin:1rem 0;padding:clamp(1rem,2.2vw,1.6rem);scroll-margin-top:92px;box-shadow:0 16px 42px #12221c12,inset 0 1px #fff}.sites-panel>div:first-child,.detail-heading,.site-hero,.scan-box>div:first-child{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.site-form{grid-template-columns:1fr 1.35fr auto;align-items:end;width:100%;margin:1rem 0;display:grid}.sites-panel#sites>div:first-child{display:block}.site-form button{min-width:110px}.empty-state{background:var(--surface-raised);border:1px dashed var(--border-strong);border-radius:var(--radius-lg);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:260px;padding:2rem;display:flex}.compact-empty{background:var(--surface-muted);min-height:150px}.empty-state:before{background:var(--brand-soft);color:var(--brand);content:"+";border-radius:14px;place-items:center;width:48px;height:48px;margin-bottom:.9rem;font-size:1.5rem;display:grid}.scan-empty:before,.evidence-empty:before,.issue-empty:before,.manual-empty:before{display:none}.empty-state-icon{background:var(--brand-soft);color:var(--brand);border:1px solid #cbe1d8;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:.9rem;display:inline-flex}.empty-state strong{font-size:1rem}.empty-state p{max-width:590px;margin:.4rem auto 0}.onboarding-journey{counter-reset:onboarding-step;text-align:left;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem;width:100%;max-width:780px;margin:1.25rem 0 0;padding:0;list-style:none;display:grid}.onboarding-journey li{background:var(--surface-raised);border:1px solid var(--border);color:var(--text-secondary);counter-increment:onboarding-step;border-radius:11px;align-items:center;gap:.5rem;min-height:52px;padding:.65rem;font-size:.74rem;font-weight:750;display:flex}.onboarding-journey li:before{background:var(--brand-soft);color:var(--brand-strong);content:counter(onboarding-step);border-radius:50%;flex:none;justify-content:center;align-items:center;width:24px;height:24px;font-size:.68rem;display:flex}.site-list,.scan-history,.page-list,.evidence-list,.manual-check-list,.plan-actions{gap:.65rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.site-list{grid-template-columns:repeat(2,minmax(0,1fr))}.site-row{border:1px solid var(--border);border-radius:var(--radius-md);color:var(--ink);text-align:left;background:radial-gradient(circle at 88% 18%,#d9eee3c7,#0000 25%),linear-gradient(145deg,#fff,#f7f9f5);justify-content:space-between;align-items:center;width:100%;min-height:82px;padding:.9rem 1rem;transition:background-color .16s,border-color .16s,box-shadow .16s,transform .16s;display:flex;box-shadow:0 10px 24px #12221c0f,inset 0 1px #fff}.site-row:hover{border-color:var(--border-strong);box-shadow:var(--shadow-sm);color:var(--ink);background:radial-gradient(circle at 88% 18%,#cbe7d8db,#0000 27%),linear-gradient(145deg,#fff,#f3f7f3);transform:translateY(-1px)}.site-row.selected{background:var(--brand-soft);box-shadow:inset 3px 0 var(--brand);border-color:#a9cfc0}.site-row>span:first-child{display:grid}.site-row small{font-weight:500}.status{background:var(--surface-muted);border:1px solid var(--border);color:var(--text-secondary);letter-spacing:.035em;text-transform:capitalize;white-space:nowrap;border-radius:999px;align-items:center;gap:.35rem;padding:.38rem .55rem;font-size:.69rem;font-weight:800;line-height:1;display:inline-flex}.status:before{content:"";background:currentColor;border-radius:50%;width:6px;height:6px}.status-verified,.status-active,.status-completed,.status-fixed,.status-pass,.status-monitoring_ready{background:var(--success-soft);color:var(--success);border-color:#c5dfd2}.status-pending,.status-attention,.status-pending_verification,.status-queued,.status-partial,.status-moderate,.status-needs_review{background:var(--warning-soft);color:var(--warning);border-color:#ead8a1}.status-failed,.status-critical,.status-serious,.status-regressed,.status-open,.status-fail{background:var(--critical-soft);color:var(--critical);border-color:#efcaca}.status-running,.status-info{background:var(--info-soft);color:var(--info);border-color:#c6dce8}.status-ignored,.status-minor,.status-archived,.status-not_verified{background:var(--surface-muted);border-color:var(--border);color:var(--text-muted)}.site-detail{padding:clamp(1.15rem,2.5vw,2rem)}.site-hero{align-items:center;margin-bottom:1.2rem}.site-hero h2{margin-bottom:.2rem;font-size:2rem}.section-tabs{border-bottom:1px solid var(--border);scrollbar-width:thin;align-items:center;gap:.25rem;margin:1rem 0 1.5rem;display:flex;overflow-x:auto}.section-tabs a,.section-tabs button{color:var(--text-muted);white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;border-radius:0;min-height:42px;padding:.65rem .8rem;font-size:.82rem;text-decoration:none}.section-tabs a:hover,.section-tabs button:hover,.section-tabs .active{border-bottom-color:var(--brand);color:var(--brand-strong);background:0 0}.site-detail>dl,.detail-panel dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:1rem 0;display:grid}.site-detail dl>div,.detail-panel dl>div{background:var(--surface-muted);border-radius:9px;padding:.8rem}dt{color:var(--text-muted);text-transform:uppercase;font-size:.72rem;font-weight:750}dd{margin:.25rem 0 0}.inline-form{background:var(--surface-muted);border-radius:var(--radius-md);grid-template-columns:minmax(0,1fr) auto;align-items:end;padding:1rem;display:grid}.verification-box{border-radius:var(--radius-lg);background:linear-gradient(135deg,#eff6f2,#f8faf7);border:1px solid #c9ded4;margin:1.2rem 0;padding:1.3rem}.section-heading-icon,.settings-card-heading{align-items:flex-start;gap:.8rem;display:flex}.section-heading-icon>span,.settings-card-heading>span{background:var(--brand-soft);color:var(--brand);border-radius:10px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.section-heading-icon h3,.settings-card-heading h2{margin-bottom:.15rem}.settings-card-heading p{margin:0}.verification-steps{grid-template-columns:repeat(4,1fr);gap:.55rem;margin:1.1rem 0;padding:0;list-style:none;display:grid}.verification-steps li{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.76rem;font-weight:700;display:flex}.verification-steps span{background:var(--surface-raised);color:var(--brand);border:1px solid #bdd6ca;border-radius:50%;flex:none;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.button-row{flex-wrap:wrap;gap:.65rem;display:flex}.meta-instructions{border-radius:var(--radius-md);color:#d9e7e0;background:#10261e;gap:.8rem;margin-top:1rem;padding:1rem;display:grid}.meta-instructions p{color:#c2d2ca;margin:0}.meta-instructions code{color:#e7f2ed;white-space:nowrap;background:#17352a;border-color:#335246;padding:.8rem;display:block;overflow-x:auto}.meta-instructions button{justify-self:start}.scan-box{position:relative}.scan-box>div:first-child{align-items:center}.scan-history>li,.page-list>li,.issue-summary li{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.85rem 1rem;transition:border-color .16s,box-shadow .16s,transform .16s;display:flex;box-shadow:0 7px 18px #12221c0a}.scan-history>li:hover,.page-list>li:hover,.issue-summary li:hover{border-color:var(--border-strong);transform:translateY(-1px);box-shadow:0 13px 28px #12221c12}.scan-history li>span:first-child{gap:.2rem;min-width:180px;display:grid}.scan-history li button{min-height:36px;padding:.45rem .7rem}.scan-failure-copy{color:var(--critical);flex:100%;font-size:.78rem;font-weight:650}.pagination{justify-content:center;align-items:center;gap:.7rem;margin-top:1rem;display:flex}.page-list li{align-items:flex-start;display:grid}.page-list code{max-width:100%;overflow-x:auto}.issue-summary{background:var(--surface-muted);border-radius:var(--radius-md);margin:1rem 0;padding:1rem}.issue-summary ul{padding:0;list-style:none}.detail-panel{box-shadow:none;background:#fafbf8}.detail-panel>p{max-width:860px}.filter-form{background:var(--surface-muted);border-radius:var(--radius-md);grid-template-columns:1.4fr repeat(3,minmax(110px,.7fr));align-items:end;gap:.65rem;margin:1rem 0;padding:.85rem;display:grid}.filter-form label{font-size:.72rem}.filter-form label:nth-child(n+5){grid-column:auto}.filter-form input,.filter-form select{min-height:40px;font-size:.8rem}.evidence-list li{border:1px solid var(--border);border-radius:var(--radius-md);background:#f6f7f4;gap:.45rem;padding:1rem;display:grid}.evidence-list li>code{white-space:pre-wrap;max-height:130px;padding:.65rem;display:block;overflow:auto}.evidence-panel>div:first-child{align-items:flex-start}.evidence-count{background:var(--info-soft);color:var(--info);border:1px solid #c8dce8;border-radius:999px;flex:none;padding:.4rem .65rem;font-size:.72rem;font-weight:800}.evidence-gallery{gap:.7rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.evidence-gallery li{background:linear-gradient(135deg, var(--surface) 0%, #f7faf8 100%);border:1px solid var(--border);border-radius:var(--radius-md);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.85rem;padding:.9rem;transition:border-color .16s,box-shadow .16s,transform .16s;display:grid}.evidence-gallery li:hover{border-color:var(--border-strong);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.evidence-gallery li>div{min-width:0;display:grid}.evidence-gallery small{color:var(--text-muted)}.evidence-preview{color:#b9d8ca;background:#10261e;border-radius:10px;justify-content:center;align-items:center;width:58px;height:48px;display:inline-flex}.progress-track{background:#e4e8e4;border-radius:999px;height:8px;overflow:hidden}.progress-track span{background:var(--brand);border-radius:inherit;height:100%;transition:width .22s;display:block}.manual-review-summary{justify-content:space-between;align-items:center;gap:1rem;margin-top:1.25rem;display:flex}.manual-review-summary>div{display:grid}.manual-review-summary span:not(.status){color:var(--text-muted);font-size:.8rem}.manual-review-groups{gap:.75rem;margin-top:1rem;display:grid}.manual-group{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);transition:border-color .16s,box-shadow .16s;overflow:clip}.manual-group[open]{border-color:var(--border-strong);box-shadow:var(--shadow-sm)}.manual-group>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;min-height:64px;padding:.8rem 1rem;display:flex}.manual-group>summary::marker{color:var(--brand)}.manual-group>summary>span:first-child{flex:1;padding-left:.25rem;display:grid}.manual-group>summary small{color:var(--text-muted)}.manual-group .manual-check-list{border-top:1px solid var(--border);margin:0;padding:.8rem}.manual-check-list{grid-template-columns:repeat(2,minmax(0,1fr))}.manual-check-list>li{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);gap:1rem;padding:1rem;display:grid}.manual-check-list .status{justify-self:start}.manual-check-list h4{margin-top:0}.manual-check-list form{align-self:end}.manual-check-list form button{justify-self:start}.billing-panel .metric-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.plan-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.plan-actions li{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:.8rem;padding:1.15rem;transition:border-color .16s,box-shadow .16s,transform .16s;display:flex}.plan-actions li:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-2px)}.plan-actions li strong{font-size:1.15rem}.plan-actions li span{color:var(--text-secondary);font-size:.82rem}.plan-actions li button{margin-top:auto}.account-settings{max-width:980px;padding-top:2.5rem}.account-settings .app-header{position:sticky}.account-settings .card{margin:.9rem 0}.settings-card>form{max-width:620px;margin-top:1.25rem}.settings-card>p{flex-wrap:wrap;align-items:center;gap:.55rem;display:flex}.settings-card ul{gap:.55rem;padding:0;list-style:none;display:grid}.settings-card li{background:var(--surface-muted);border-radius:8px;padding:.75rem}.danger-zone{box-shadow:none;background:snow;border-color:#efcccc;justify-content:space-between;align-items:center;gap:1rem;display:flex}.danger-zone p{margin:.2rem 0 0}.modal-backdrop{z-index:100;background:#0915108c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.confirmation-dialog{background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:510px;padding:1.5rem;box-shadow:0 30px 90px #08171147}.confirmation-dialog h2{font-size:1.45rem}.dialog-icon{background:var(--critical-soft);color:var(--critical);border-radius:11px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1rem;display:flex}.dialog-actions{justify-content:flex-end;gap:.65rem;margin-top:1.35rem;display:flex}@keyframes scene-float{0%,to{translate:0}50%{translate:0 -9px}}@keyframes scene-float-reverse{0%,to{translate:0}50%{translate:0 8px}}@keyframes scene-node-pulse{0%,to{opacity:.48;scale:.8}50%{opacity:1;scale:1.2}}@keyframes chart-draw{0%{stroke-dashoffset:450px}to{stroke-dashoffset:0}}.monitor-preview{animation:9s ease-in-out infinite scene-float}.signal-automated,.shield-object,.pulse-stat-sites,.pulse-stat-regressions{animation:7s ease-in-out infinite scene-float-reverse}.signal-evidence,.storefront-object,.shopping-bag-object,.pulse-stat-scans,.pulse-stat-evidence{animation:8s ease-in-out infinite scene-float}.package-object,.pulse-center{animation:9.5s ease-in-out infinite scene-float-reverse}.scene-node{animation:3.2s ease-in-out infinite scene-node-pulse}.scene-node-two{animation-delay:.9s}.scene-node-three{animation-delay:1.7s}.chart-line{animation:2.2s ease-out both chart-draw}@media (max-width:1180px){:root{--sidebar-width:222px}.auth-layout{grid-template-columns:minmax(340px,.76fr) minmax(500px,1.24fr)}.auth-navigation{padding-inline:1.5rem}.auth-navigation nav{gap:1.15rem}.auth-intro{padding-left:2rem}.auth-story h1{font-size:clamp(3.2rem,5.4vw,4.8rem)}.monitor-preview{width:88%;left:2%}.auth-visual-stage .auth-card{width:47%;right:2%}.workspace-command-center{grid-template-columns:1fr}.workspace-pulse{min-height:230px}.metric-grid,.filter-form{grid-template-columns:repeat(3,minmax(0,1fr))}.manual-check-list{grid-template-columns:1fr}.verification-steps{grid-template-columns:repeat(2,1fr)}}@media (max-width:860px){.auth-layout{grid-template-rows:74px auto 830px auto;grid-template-columns:1fr;overflow:clip visible}.auth-navigation{grid-template-columns:auto 1fr}.auth-navigation nav{display:none}.auth-navigation-actions{justify-self:end}.auth-intro{min-height:auto;padding:3rem 2rem 1rem}.auth-story{max-width:720px;padding:1rem 0 2rem}.auth-story h1{font-size:clamp(3.4rem,9vw,5.4rem)}.auth-visual-stage{min-height:830px}.monitor-preview{width:91%;top:1%;left:3%}.auth-visual-stage .auth-card{width:53%;max-width:440px;bottom:3%;right:4%}.auth-proof-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace-layout{grid-template-columns:76px minmax(0,1fr)}.app-sidebar{padding-inline:.55rem}.sidebar-brand>span:last-child,.primary-nav span,.sidebar-context,.compact-form,.sidebar-danger-link,.account-summary{display:none}.sidebar-brand{justify-content:center;margin-inline:0}.primary-nav a{justify-content:center;padding-inline:0}.sidebar-account summary{justify-content:center}.sidebar-account nav{left:.25rem}.metric-grid,.billing-panel .metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-form,.plan-actions{grid-template-columns:1fr}.site-detail>dl,.detail-panel dl,.filter-form{grid-template-columns:repeat(2,minmax(0,1fr))}.site-list{grid-template-columns:1fr}}@media (max-width:620px){.auth-layout{grid-template-rows:68px auto 900px auto}.auth-navigation{gap:.75rem;padding:.75rem 1rem}.auth-navigation .brand{font-size:1rem}.auth-navigation .brand-mark{width:34px;height:34px}.auth-navigation-actions .text-button{display:none}.auth-navigation-actions>button:last-child{min-width:104px;min-height:38px;padding-inline:.7rem}.auth-intro{min-height:auto;padding:2.3rem 1.25rem 1rem}.auth-story{padding:0}.auth-story h1{margin:1.1rem 0;font-size:clamp(2.8rem,13vw,3.8rem)}.auth-trust-grid{gap:.45rem;margin:1.25rem 0;display:grid}.auth-trust-grid span{justify-self:start}.auth-cta-row>*{flex:140px}.auth-intro .notice{margin-bottom:0;padding:.75rem;font-size:.86rem}.auth-visual-stage{min-height:900px;overflow:hidden}.monitor-preview{transform-origin:top;width:112%;top:2%;left:-6%;transform:rotate(2deg)scale(.78)}.monitor-preview-body{grid-template-columns:104px 1fr}.preview-status-grid{grid-template-columns:1fr}.preview-status-grid>div:nth-child(n+2){display:none}.auth-visual-stage .auth-card{width:calc(100% - 2rem);max-width:none;padding:1.4rem;bottom:1.5rem;right:1rem;transform:none}.auth-proof-strip{grid-template-columns:1fr;margin:0 1rem 1rem}.signal-evidence{display:none}.signal-automated{top:38%;left:2%;transform:rotate(-4deg)scale(.9)}.storefront-object{transform-origin:0 100%;bottom:40%;left:2%;scale:.72}.shopping-bag-object,.package-object,.shield-object{bottom:38%;scale:.72}.shopping-bag-object{left:34%}.package-object{left:47%}.shield-object{right:4%}.workspace-command-center{min-height:auto;padding:1.3rem}.workspace-pulse{min-height:255px}.pulse-center{left:37%}.pulse-stat{min-width:104px}.workspace-layout{display:block}.app-sidebar{bottom:0;inset-inline:0;z-index:60;flex-direction:row;align-items:center;height:64px;padding:.4rem .65rem;position:fixed;top:auto}.sidebar-brand,.sidebar-context,.compact-form,.sidebar-danger-link,.sidebar-spacer,.sidebar-account{display:none}.primary-nav{grid-template-columns:repeat(5,1fr);width:100%;display:grid}.primary-nav a{min-height:52px}.primary-nav a:nth-child(n+6){display:none}.primary-nav .app-icon{width:20px;height:20px}.app-frame{padding-bottom:66px}.app-header{height:62px;padding:.7rem 1rem}.dashboard{padding:1rem}.page-heading{flex-direction:column;align-items:stretch;gap:1rem}.page-heading .button-link{align-self:flex-start}.metric-grid,.billing-panel .metric-grid,.compact-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.metric-grid article,.metric-grid>div{min-height:100px;padding:.85rem}.metric-grid strong,.metric-grid dd{font-size:1.5rem}.site-detail{padding:1rem}.site-hero,.sites-panel>div:first-child,.detail-heading,.scan-box>div:first-child,.danger-zone{flex-direction:column;align-items:stretch}.site-detail>dl,.detail-panel dl,.filter-form,.verification-steps{grid-template-columns:1fr}.onboarding-journey{grid-template-columns:repeat(2,minmax(0,1fr))}.inline-form{grid-template-columns:1fr}.scan-history>li{flex-direction:column;align-items:stretch}.scan-history>li button{width:100%}.evidence-gallery li{grid-template-columns:auto minmax(0,1fr);align-items:stretch}.evidence-count{align-self:flex-start}.evidence-gallery li button{grid-column:1/-1;width:100%}.manual-review-summary{flex-direction:column;align-items:flex-start}.manual-group>summary{align-items:flex-start}.pagination{text-align:center;flex-direction:column;align-items:stretch}.dialog-actions{flex-direction:column-reverse}.dialog-actions button{width:100%}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
