:root{--bg:#f4efe5;--surface:rgba(255,250,242,0.88);--surface-strong:#fff9f0;--ink:#1f2a22;--muted:#55655a;--line:rgba(31,42,34,0.12);--brand:#21543d;--brand-strong:#17392b;--accent:#d78643;--danger:#8b3d31;--shadow:0 18px 40px rgba(34,39,34,0.1)}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Georgia,Times New Roman,serif;color:var(--ink);background:radial-gradient(circle at top left,rgba(215,134,67,.18),transparent 34%),radial-gradient(circle at top right,rgba(33,84,61,.16),transparent 28%),linear-gradient(180deg,#fbf6ee 0,var(--bg) 44%,#efe6d8 100%);min-height:100vh}a{color:inherit;text-decoration:none}.shell{width:min(1180px,calc(100vw - 32px));margin:0 auto;min-width:0}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:rgba(244,239,229,.78);border-bottom:1px solid var(--line)}.topbar-inner{align-items:center;justify-content:space-between;gap:16px;padding:16px 0}.brand,.topbar-inner{display:flex;min-width:0}.brand{flex-direction:column;gap:4px}.brand-mark{font-size:.8rem;letter-spacing:.2em;text-transform:uppercase;color:var(--accent)}.brand-title{font-size:1.2rem;font-weight:700}.nav{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end;min-width:0}.nav-desktop{align-items:center}.nav-mobile{display:none}.nav-mobile-toggle{display:inline-flex;align-items:center;justify-content:center;list-style:none;cursor:pointer;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.52);color:var(--ink);padding:10px 16px;font:inherit}.nav-mobile-toggle::-webkit-details-marker{display:none}.nav-mobile-panel{display:grid;grid-gap:14px;gap:14px;margin-top:12px;padding:16px;border-radius:24px;border:1px solid var(--line);background:rgba(255,250,242,.96);box-shadow:var(--shadow)}.nav-mobile-panel[hidden]{display:none}.nav-mobile-links{display:grid;grid-gap:10px;gap:10px}.nav-mobile-links .nav-locale,.nav-mobile-links .nav-pill,.nav-mobile-links>a,.nav-mobile-links>form{width:100%}.nav-mobile-links .nav-pill,.nav-mobile-links>a,.nav-mobile-links>form button{justify-content:flex-start}.nav-mobile-links .nav-locale{display:grid;grid-gap:10px;gap:10px}.nav-mobile-links .nav-locale select{width:100%}.nav-locale{display:inline-flex;align-items:center;gap:8px}.nav-locale select{border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.46);color:var(--ink);padding:10px 14px;font:inherit}.nav a{border:1px solid transparent;color:var(--muted);min-width:0}.nav a,.nav-pill{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px}.nav-pill{font-size:.88rem;border:1px solid var(--line)}.nav-pill-ok{background:rgba(33,84,61,.1);color:var(--brand)}.nav-pill-warn{background:rgba(215,134,67,.12);color:#8c5519}.nav-pill-alert{background:rgba(139,61,49,.12);color:var(--danger)}.nav a:hover{border-color:var(--line);background:rgba(255,255,255,.4)}.nav a[aria-current=page],.nav-active{color:var(--brand-strong);border-color:rgba(33,84,61,.24);background:rgba(33,84,61,.1)}.landing-footer-links a,.legal-card a,.legal-markdown a,.nav a{transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.hero{display:grid;grid-template-columns:1.4fr 1fr;grid-gap:24px;gap:24px;padding:48px 0 28px;min-width:0}.hero-card,.metric,.panel,.story-card,.table-card{background:var(--surface);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);min-width:0}.hero-card{padding:34px}.hero-card-product{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);grid-gap:24px;gap:24px;overflow:hidden}.hero-copy,.hero-proof{display:grid;align-content:start;min-width:0}.hero-proof{grid-gap:14px;gap:14px}.hero-proof-card{padding:20px;border-radius:24px;background:linear-gradient(180deg,rgba(33,84,61,.1),rgba(255,255,255,.55));border:1px solid rgba(33,84,61,.12)}.hero-proof-card strong{display:block;margin-top:10px;font-size:1.2rem;line-height:1.35}.hero-proof-card p{margin-top:10px}.hero-proof-grid{display:grid;grid-gap:12px;gap:12px}.hero-proof-item{display:grid;grid-template-columns:auto 1fr;grid-gap:10px;gap:10px;align-items:flex-start;padding:16px 18px;border-radius:22px;background:rgba(255,255,255,.56);border:1px solid var(--line)}.hero-proof-item p{margin:0;font-size:.96rem}.hero-proof-dot{width:10px;height:10px;margin-top:8px;border-radius:999px;background:var(--accent);box-shadow:0 0 0 6px rgba(215,134,67,.14)}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;color:var(--brand)}.hero h1{margin:18px 0 14px;font-size:clamp(2.5rem,5vw,5rem);line-height:.95}.hero h1,.hero p{overflow-wrap:anywhere}.hero p{margin:0;max-width:62ch;color:var(--muted);font-size:1.05rem;line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px;min-width:0}.button,.button-ghost{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:12px 18px;font-size:.96rem;border:1px solid transparent;max-width:100%;min-width:0;text-align:center;white-space:normal;overflow-wrap:anywhere}.button{background:var(--brand);color:#fffaf2}.button:hover{background:var(--brand-strong)}.button-ghost{border-color:var(--line);color:var(--ink);background:rgba(255,255,255,.46)}.aside-stack{display:grid;grid-gap:16px;gap:16px;min-width:0}.panel{padding:20px}.panel-accent{background:linear-gradient(180deg,rgba(215,134,67,.14),rgba(255,250,242,.92))}.panel h3,.story-card h3,.table-card h3{margin:0 0 10px;font-size:1.05rem;overflow-wrap:anywhere}.panel p,.story-card p,.table-card p{margin:0;color:var(--muted);line-height:1.6;overflow-wrap:anywhere}.metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px;padding:18px 0 10px;min-width:0}.metric{padding:22px}.metric-label{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.metric-value{display:block;margin-top:12px;font-size:2rem;overflow-wrap:anywhere}.section{padding:22px 0}.section-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-end;flex-wrap:wrap;margin-bottom:18px;min-width:0}.section-head h2{margin:0;font-size:2rem}.section-head p{margin:0;max-width:60ch;color:var(--muted);line-height:1.6;overflow-wrap:anywhere}.grid{display:grid;grid-gap:16px;gap:16px;min-width:0}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.owner-layout{grid-template-columns:repeat(2,minmax(0,1fr))}.story-card,.table-card{padding:22px}.story-card-feature{background:linear-gradient(180deg,rgba(255,255,255,.7),rgba(255,250,242,.92))}.story-card-route{position:relative}.route-accent{display:inline-flex;align-items:center;margin-bottom:10px;font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}.subnav{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.subnav-link{display:inline-flex;align-items:center;border-radius:999px;padding:10px 14px;border:1px solid var(--line);background:rgba(255,255,255,.42);color:var(--muted)}.subnav-link:hover{color:var(--ink);border-color:rgba(33,84,61,.2);background:rgba(33,84,61,.08)}.admin-span-2{grid-column:span 2}.metrics-tight{padding:6px 0 0}.admin-export{margin-top:14px;min-width:0}.admin-export summary{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;max-width:100%;cursor:pointer;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.48);color:var(--ink);padding:10px 14px;overflow-wrap:anywhere}.admin-export summary:hover{border-color:rgba(33,84,61,.2);background:rgba(33,84,61,.08)}.code-block{max-width:100%;max-height:min(58vh,520px);margin:14px 0 0;overflow:auto;border-radius:20px;border:1px solid var(--line);background:rgba(31,42,34,.92);color:#fffaf2;padding:16px;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere}.code-block code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.86rem;line-height:1.55}.list{display:grid;grid-gap:10px;gap:10px;margin-top:14px}.list-inline{display:flex;flex-wrap:wrap;gap:10px;align-items:center;min-width:0}.stack-line{display:grid;grid-gap:6px;gap:6px;padding:10px 0;border-bottom:1px solid var(--line)}.action-grid,.status-rail{display:grid;grid-gap:10px;gap:10px;margin-top:14px}.status-rail-item{display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap;padding:12px 0;border-bottom:1px solid var(--line)}.metric-value-copy{font-size:1.1rem;line-height:1.5}.pill{display:inline-flex;align-items:center;gap:8px;border-radius:999px;background:rgba(33,84,61,.08);color:var(--brand);padding:8px 12px;font-size:.88rem;max-width:100%;min-width:0;white-space:normal;overflow-wrap:anywhere}.table{width:100%;border-collapse:collapse;margin-top:14px;table-layout:fixed}.table td,.table th{text-align:left;padding:12px 10px;border-bottom:1px solid var(--line);vertical-align:top;overflow-wrap:anywhere;word-break:break-word}.table th{font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}.table th,.table-empty-row{color:var(--muted)}.form-message{margin:0;font-size:.95rem;line-height:1.5}.form-message-error{color:var(--danger)}.field-help{display:block;margin-top:8px;color:var(--muted);font-size:.88rem;line-height:1.5}.badge-alert,.badge-ok,.badge-warn{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;font-size:.82rem}.badge-ok{background:rgba(33,84,61,.1);color:var(--brand)}.badge-warn{background:rgba(215,134,67,.12);color:#8c5519}.badge-alert{background:rgba(139,61,49,.12);color:var(--danger)}.chat-shell{display:grid;grid-gap:18px;gap:18px;min-width:0}.chat-stream{display:grid;grid-gap:14px;gap:14px;min-width:0}.chat-bubble{border-radius:24px;padding:18px 20px;border:1px solid var(--line);box-shadow:var(--shadow)}.chat-bubble-user{background:rgba(215,134,67,.14)}.chat-bubble-assistant{background:rgba(255,250,242,.9)}.chat-role{display:inline-block;margin-bottom:8px;font-size:.76rem;letter-spacing:.12em;text-transform:uppercase;color:var(--brand)}.chat-bubble p{margin:0;line-height:1.65;overflow-wrap:anywhere}.chat-form,.intake-form{display:grid;grid-gap:16px;gap:16px;padding:24px;border-radius:28px;border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);min-width:0}.chat-input,.field input,.field select,.field textarea{width:100%;border-radius:18px;border:1px solid var(--line);background:rgba(255,255,255,.72);padding:14px 16px;color:var(--ink);font:inherit}.chat-input,.field textarea{resize:vertical}.chat-form-row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;align-items:center;min-width:0}.chat-form-row>*{min-width:0}.chat-form-row .muted-copy{flex:1 1 320px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;min-width:0}.research-hero{padding-bottom:18px}.research-hero-card{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);grid-gap:20px;gap:20px;padding:28px;min-width:0}.research-hero-copy h2{margin:12px 0 10px;font-size:clamp(2rem,4vw,3.4rem);line-height:.98}.research-hero-copy p{margin:0;max-width:58ch;overflow-wrap:anywhere}.research-hero-rail{display:grid;grid-gap:12px;gap:12px;min-width:0}.research-hero-step{display:grid;grid-gap:6px;gap:6px;padding:16px 18px;border-radius:22px;background:rgba(255,255,255,.58);border:1px solid var(--line)}.research-hero-step strong{font-size:.96rem}.research-hero-step span{color:var(--muted);line-height:1.55}.research-form-section{padding-top:12px}.field{display:grid;grid-gap:8px;gap:8px;min-width:0}.field span,.field-title{font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.offer-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:10px;gap:10px}.offer-chip,.offer-grid{display:grid;min-width:0}.offer-chip{grid-gap:6px;gap:6px;text-align:left;padding:14px 16px;border-radius:20px;border:1px solid var(--line);background:rgba(255,255,255,.56);color:var(--ink);font:inherit}.offer-chip strong{font-size:.96rem}.offer-chip span{color:var(--muted);line-height:1.45;font-size:.9rem;overflow-wrap:anywhere}.offer-chip-active{border-color:rgba(33,84,61,.28);background:rgba(33,84,61,.1)}.muted-copy{color:var(--muted);line-height:1.55;overflow-wrap:anywhere}.result-inline{margin-top:8px}.footer{padding:34px 0 48px;color:var(--muted);font-size:.95rem}@media (max-width:980px){.form-grid,.grid-3,.grid-4,.hero,.hero-card-product,.metrics,.owner-layout,.research-hero-card{grid-template-columns:1fr 1fr}.topbar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}}@media (max-width:720px){.form-grid,.grid-3,.grid-4,.hero,.hero-card-product,.metrics,.owner-layout,.research-hero-card,.section-head{grid-template-columns:1fr;display:grid}.topbar{position:static;-webkit-backdrop-filter:none;backdrop-filter:none}.topbar-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center}.nav-desktop{display:none}.nav-mobile{display:block;justify-self:end}.hero-card,.metric,.panel,.story-card,.table-card{border-radius:22px}.shell{width:min(100vw - 20px,1180px)}.admin-span-2{grid-column:auto}:root{--shadow:0 10px 24px rgba(34,39,34,0.08)}}@media (max-width:820px){.table{margin-top:10px}.table thead{display:none}.table tbody,.table td,.table tr{display:block;width:100%}.table tr{margin-bottom:14px;padding:14px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.58);box-shadow:0 8px 20px rgba(20,35,28,.06)}.table td{padding:8px 0;border-bottom:1px solid rgba(31,42,34,.08)}.table td:last-child{border-bottom:0}.table td[data-label]:before{content:attr(data-label);display:block;margin-bottom:4px;color:var(--brand);font-size:.76rem;letter-spacing:.08em;text-transform:uppercase}.table .table-empty-row:before{content:none}}.mobile-root{display:none}@media (max-width:720px){.mobile-root{display:block}.desktop-root{display:none}}.mobile-shell{--ms-bg:#fbf6ee;--ms-surface:#fff9f0;--ms-surface-soft:#f4efe5;--ms-ink:#1f2a22;--ms-muted:#55655a;--ms-faint:#8a978d;--ms-line:rgba(31,42,34,0.12);--ms-line-soft:rgba(31,42,34,0.06);--ms-mint:#dde9d8;--ms-mint-soft:#ecf2e7;--ms-mint-ink:#21543d;--ms-peach:#f3dcc4;--ms-peach-soft:#faeee1;--ms-peach-ink:#7a4520;--ms-sand:#efe4cb;--ms-sand-soft:#f7efd9;--ms-sand-ink:#5c4a22;--ms-clay:#e7d3c6;--ms-clay-soft:#f2e6dc;--ms-clay-ink:#6e3f2a;--ms-danger:#8b3d31;--ms-warning:#b9772a;--ms-success:#21543d;--ms-r-lg:24px;--ms-r-md:18px;--ms-r-sm:12px;--ms-shadow-card:0 1px 2px rgba(31,42,34,0.05);--ms-shadow-float:0 10px 28px -12px rgba(31,42,34,0.22);color:var(--ms-ink);font-family:Georgia,Times New Roman,serif;-webkit-font-smoothing:antialiased;letter-spacing:-.003em}.mobile-shell .phone{width:402px;height:872px;background:#1a1f1c;border-radius:50px;padding:11px;box-shadow:0 40px 80px -30px rgba(31,42,34,.45),0 8px 24px rgba(31,42,34,.14);position:relative;margin:24px auto}.mobile-shell .phone-screen{width:100%;height:100%;background:var(--ms-bg);border-radius:40px;overflow:hidden;position:relative;display:flex;flex-direction:column}.mobile-shell.full-bleed .phone{width:100%;height:auto;background:var(--ms-bg);padding:0;box-shadow:none;margin:0}.mobile-shell.full-bleed .phone,.mobile-shell.full-bleed .phone-screen{min-height:100vh;border-radius:0}.mobile-shell .statusbar{height:44px;flex-shrink:0;display:flex;align-items:flex-end;justify-content:space-between;padding:0 26px 8px;font-size:14px;font-weight:600;position:relative;z-index:10}.mobile-shell .statusbar-time{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.mobile-shell .statusbar-right{display:flex;align-items:center;gap:6px}.mobile-shell .screen-body{flex:1 1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.mobile-shell .screen-body::-webkit-scrollbar{width:0;height:0}.mobile-shell .screen-pad{padding:8px 18px 28px}.mobile-shell .home-indicator{position:absolute;bottom:8px;left:50%;transform:translateX(-50%);width:134px;height:5px;border-radius:999px;background:rgba(31,42,34,.85);z-index:30}.mobile-shell .appbar{display:flex;align-items:center;justify-content:space-between;padding:6px 18px 14px;gap:12px}.mobile-shell .appbar-title{font-size:24px;font-weight:700;letter-spacing:-.02em;line-height:1.1}.mobile-shell .appbar-sub{font-size:13px;color:var(--ms-muted);margin-top:2px}.mobile-shell .appbar-actions{display:flex;align-items:center;gap:8px}.mobile-shell .icon-btn{width:40px;height:40px;border-radius:999px;background:var(--ms-surface);border:1px solid var(--ms-line);display:inline-flex;align-items:center;justify-content:center;color:var(--ms-ink);position:relative;flex-shrink:0;cursor:pointer}.mobile-shell .icon-btn .dot-badge{position:absolute;top:5px;right:5px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--ms-danger);color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid var(--ms-surface)}.mobile-shell .appbar-back{display:inline-flex;align-items:center;gap:4px;font-size:15px;color:var(--ms-ink);font-weight:600;cursor:pointer;background:none;border:0;padding:0}.mobile-shell .tabbar{flex-shrink:0;height:78px;padding:10px 14px 22px;background:rgba(255,249,240,.92);backdrop-filter:saturate(180%) blur(18px);-webkit-backdrop-filter:saturate(180%) blur(18px);border-top:1px solid var(--ms-line-soft);display:flex;align-items:flex-start;justify-content:space-around}.mobile-shell .tab{display:flex;flex-direction:column;align-items:center;gap:4px;color:var(--ms-faint);font-size:10.5px;font-weight:600;flex:1 1;cursor:pointer;padding-top:4px;background:none;border:0}.mobile-shell .tab.active{color:var(--ms-mint-ink)}.mobile-shell .tab-fab{width:52px;height:52px;margin-top:-14px;border-radius:999px;background:var(--ms-mint-ink);color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:var(--ms-shadow-float);border:0;cursor:pointer}.mobile-shell .h1{font-size:28px;font-weight:700;letter-spacing:-.02em;line-height:1.12;margin:0}.mobile-shell .h2{font-size:21px;font-weight:700;letter-spacing:-.015em;line-height:1.18;margin:0}.mobile-shell .h3{font-size:16px;font-weight:700;letter-spacing:-.01em;margin:0}.mobile-shell .eyebrow{font-size:11px;letter-spacing:.09em;text-transform:uppercase;color:var(--ms-muted);font-weight:700}.mobile-shell .body{font-size:14.5px;line-height:1.55;color:var(--ms-muted);margin:0}.mobile-shell .small{font-size:13px;line-height:1.5;color:var(--ms-muted)}.mobile-shell .tiny{font-size:11.5px;line-height:1.45;color:var(--ms-faint)}.mobile-shell .mono{font-family:ui-monospace,SF Mono,Menlo,monospace}.mobile-shell .ink{color:var(--ms-ink)}.mobile-shell .section-gap{height:20px}.mobile-shell .section-gap-sm{height:12px}.mobile-shell .card{background:var(--ms-surface);border:1px solid var(--ms-line);border-radius:var(--ms-r-lg);box-shadow:var(--ms-shadow-card)}.mobile-shell .card-pad{padding:18px}.mobile-shell .card-tint{border-color:transparent;box-shadow:none}.mobile-shell .stack{display:flex;flex-direction:column}.mobile-shell .row{display:flex;align-items:center}.mobile-shell .between{justify-content:space-between}.mobile-shell .gap-6{gap:6px}.mobile-shell .gap-8{gap:8px}.mobile-shell .gap-10{gap:10px}.mobile-shell .gap-12{gap:12px}.mobile-shell .gap-14{gap:14px}.mobile-shell .gap-16{gap:16px}.mobile-shell .grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.mobile-shell .wrap{flex-wrap:wrap}.mobile-shell .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--ms-mint-ink);color:#fff;border:0;border-radius:999px;padding:14px 22px;font-size:14.5px;font-weight:600;font-family:inherit;cursor:pointer;transition:transform .12s ease,background .2s;min-height:46px}.mobile-shell .btn:active{transform:scale(.98)}.mobile-shell .btn-block{width:100%}.mobile-shell .btn-ghost{background:var(--ms-surface)}.mobile-shell .btn-ghost,.mobile-shell .btn-soft{color:var(--ms-ink);border:1px solid var(--ms-line)}.mobile-shell .btn-soft{background:var(--ms-surface-soft)}.mobile-shell .btn-sm{padding:10px 16px;font-size:13px;min-height:38px}.mobile-shell .chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;background:var(--ms-surface-soft);border:1px solid var(--ms-line);font-size:12px;font-weight:600;color:var(--ms-ink);white-space:nowrap}.mobile-shell .chip-row{display:flex;gap:8px;flex-wrap:wrap}.mobile-shell .chip-scroll{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.mobile-shell .chip-scroll::-webkit-scrollbar{display:none}.mobile-shell .badge{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;white-space:nowrap}.mobile-shell .badge-ok{background:var(--ms-mint);color:var(--ms-mint-ink)}.mobile-shell .badge-warn{background:var(--ms-peach);color:var(--ms-peach-ink)}.mobile-shell .badge-alert{background:#f0d4cd;color:var(--ms-danger)}.mobile-shell .badge-info{background:var(--ms-clay);color:var(--ms-clay-ink)}.mobile-shell .badge-dark{background:var(--ms-ink);color:#fff}.mobile-shell .sdot{width:8px;height:8px;border-radius:999px;flex-shrink:0}.mobile-shell .field{display:flex;flex-direction:column;gap:7px}.mobile-shell .label{font-size:13px;font-weight:600;color:var(--ms-ink)}.mobile-shell .input{width:100%;border:1px solid var(--ms-line);background:var(--ms-surface);border-radius:var(--ms-r-sm);padding:13px 15px;font-size:14.5px;color:var(--ms-ink);font-family:inherit;outline:none;transition:border-color .2s,box-shadow .2s}.mobile-shell .input::placeholder{color:var(--ms-faint)}.mobile-shell .input:focus{border-color:var(--ms-mint-ink);box-shadow:0 0 0 3px rgba(33,84,61,.1)}.mobile-shell .input-wrap{position:relative}.mobile-shell .input-icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:var(--ms-faint);cursor:pointer}.mobile-shell .field-help{font-size:12px;color:var(--ms-faint)}.mobile-shell .field-error .input{border-color:var(--ms-danger)}.mobile-shell .field-error-msg{font-size:12px;color:var(--ms-danger);display:flex;align-items:center;gap:6px}.mobile-shell .auth-social{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:48px;border-radius:var(--ms-r-sm);font-size:14.5px;font-weight:600;font-family:inherit;cursor:pointer;border:1px solid var(--ms-line);background:var(--ms-surface);color:var(--ms-ink)}.mobile-shell .auth-social.dark{background:var(--ms-ink);color:#fff;border-color:var(--ms-ink)}.mobile-shell .divider{display:flex;align-items:center;gap:14px;color:var(--ms-faint);font-size:12px}.mobile-shell .divider:after,.mobile-shell .divider:before{content:"";flex:1 1;height:1px;background:var(--ms-line)}.mobile-shell .checkbox-row{display:flex;align-items:flex-start;gap:10px}.mobile-shell .checkbox{width:22px;height:22px;border-radius:7px;border:1.5px solid var(--ms-line);flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background:var(--ms-surface);margin-top:1px;cursor:pointer;color:transparent}.mobile-shell .checkbox.on{background:var(--ms-mint-ink);border-color:var(--ms-mint-ink);color:#fff}.mobile-shell .link{color:var(--ms-mint-ink);text-decoration:underline;text-underline-offset:2px;cursor:pointer}.mobile-shell .ring-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center}.mobile-shell .ring-val{position:absolute;text-align:center}.mobile-shell .ring-num{font-size:28px;font-weight:700;letter-spacing:-.02em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1}.mobile-shell .ring-label{font-size:9.5px;color:var(--ms-muted);margin-top:3px;text-transform:uppercase;letter-spacing:.06em}.mobile-shell .avatar{border-radius:999px;overflow:hidden;position:relative;border:2.5px solid var(--ms-surface);box-shadow:0 2px 8px rgba(31,42,34,.12);flex-shrink:0;background:var(--ms-surface-soft)}.mobile-shell .avatar svg{width:100%;height:100%;display:block}.mobile-shell .metric{display:flex;flex-direction:column;gap:3px}.mobile-shell .metric-val{font-size:19px;font-weight:700;letter-spacing:-.02em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.mobile-shell .metric-label{font-size:11px;color:var(--ms-muted)}.mobile-shell .bg-peach{background:var(--ms-peach)}.mobile-shell .bg-clay{background:var(--ms-clay)}.mobile-shell .bg-mint{background:var(--ms-mint)}.mobile-shell .bg-sand{background:var(--ms-sand)}.mobile-shell .bg-soft{background:var(--ms-surface-soft)}.mobile-shell .bg-ink{background:var(--ms-ink);color:#fff}.mobile-shell .lrow{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--ms-line-soft)}.mobile-shell .lrow:last-child{border-bottom:0}.mobile-shell .lrow-ic{width:38px;height:38px;border-radius:11px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.mobile-shell .timeline{position:relative;padding-left:26px}.mobile-shell .timeline:before{content:"";position:absolute;left:7px;top:6px;bottom:6px;width:2px;background:var(--ms-line)}.mobile-shell .tl-item{position:relative;padding-bottom:18px}.mobile-shell .tl-item:last-child{padding-bottom:0}.mobile-shell .tl-dot{position:absolute;left:-26px;top:3px;width:16px;height:16px;border-radius:999px;border:3px solid var(--ms-surface);box-shadow:0 0 0 1px var(--ms-line)}.mobile-shell .pbar{height:8px;border-radius:999px;background:var(--ms-surface-soft);overflow:hidden}.mobile-shell .pbar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--ms-clay),var(--ms-mint))}.mobile-shell .seg{display:flex;background:var(--ms-surface-soft);border-radius:999px;padding:4px;gap:4px;border:1px solid var(--ms-line)}.mobile-shell .seg-item{flex:1 1;text-align:center;padding:8px;border-radius:999px;font-size:12.5px;font-weight:600;color:var(--ms-muted);cursor:pointer}.mobile-shell .seg-item.on{background:var(--ms-surface);color:var(--ms-ink);box-shadow:var(--ms-shadow-card)}.mobile-shell .dropzone{border:1.5px dashed rgba(33,84,61,.35);border-radius:var(--ms-r-md);padding:28px 18px;text-align:center;background:var(--ms-surface-soft)}.mobile-shell .spec-ic{width:36px;height:36px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-shell .sk{background:linear-gradient(90deg,#ece6d8 25%,#f4efe5 50%,#ece6d8 75%);background-size:200% 100%;animation:mskl 1.4s infinite;border-radius:10px}@keyframes mskl{0%{background-position:200% 0}to{background-position:-200% 0}}.mobile-shell .spin-ring{animation:mspin 3s linear infinite}@keyframes mspin{to{transform:rotate(1turn)}}