:root{--bg: #0f1115;--surface: #1a1d24;--surface-2: #232730;--border: #2d323c;--text: #e6e8ec;--muted: #9aa1ac;--brand: #e8772e;--brand-600: #d9661c;--red: #ef4444;--green: #22c55e;--yellow: #eab308;--orange: #f97316;--header-bg: rgba(15, 17, 21, .85);--link: var(--brand);--app-header-h: 57px}:root[data-theme=light]{--bg: #f5f6f8;--surface: #ffffff;--surface-2: #eef1f5;--border: #dde2ea;--text: #171a21;--muted: #5c6470;--header-bg: rgba(255, 255, 255, .85);--green: #16a34a;--red: #dc2626;--link: #c2410c}:root[data-theme=light] .badge-basse{background:#47556924;color:#475569}:root[data-theme=light] .badge-moyenne{background:#b4780a29;color:#a16207}:root[data-theme=light] .badge-haute{background:#ea580c29;color:#c2410c}:root[data-theme=light] .badge-urgente{background:#dc262624;color:#b91c1c}:root[data-theme=light] .badge-ok{background:#16a34a24;color:#15803d}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1000px;margin:0 auto;padding:24px 16px}.container-sm{max-width:460px;margin:0 auto;padding:40px 16px}.app-shell{display:flex;min-height:100vh;align-items:flex-start;--rail: 64px;--sidebar-open: 240px}.app-header{position:sticky;top:0;z-index:31;background:var(--header-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.app-header-inner{display:flex;align-items:center;gap:12px;padding:10px 16px}.sidebar-toggle,.app-header-brand{display:none}.app-header-brand{align-items:center;gap:10px}.app-header-brand img{display:block}.app-welcome{margin:0;font-weight:700;font-size:15px}.app-header-actions{display:flex;align-items:center;gap:8px;margin-left:auto;flex:none}.app-header-link{display:inline-flex;align-items:center;gap:6px;flex:none;height:36px;padding:0 12px;border:1px solid var(--border);background:var(--surface-2);border-radius:9px;color:var(--muted);font-weight:600;font-size:13px;white-space:nowrap}.app-header-link:hover{color:var(--text);border-color:var(--muted);text-decoration:none}.app-header-link svg{width:16px;height:16px;flex:none}.app-header-sep{width:1px;height:24px;background:var(--border);flex:none}.ai-quota-pill{display:inline-flex;align-items:center;gap:8px;flex:none;height:36px;padding:0 12px;border:1px solid var(--border);background:var(--surface-2);border-radius:999px;color:var(--muted);font-size:12px;font-weight:700;white-space:nowrap}.ai-quota-pill:hover{color:var(--text);border-color:var(--muted);text-decoration:none}.ai-quota-dot{width:8px;height:8px;border-radius:50%;flex:none;background:var(--green)}.ai-quota-value{color:var(--text)}.ai-quota-pill.is-warning .ai-quota-dot{background:var(--orange)}.ai-quota-pill.is-warning .ai-quota-value{color:var(--orange)}.ai-quota-pill.is-danger .ai-quota-dot{background:var(--red)}.ai-quota-pill.is-danger .ai-quota-value{color:var(--red)}:root[data-theme=light] .ai-quota-pill.is-warning .ai-quota-dot{background:#c2410c}:root[data-theme=light] .ai-quota-pill.is-warning .ai-quota-value{color:#c2410c}.app-header-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--border);background:var(--surface-2);color:var(--muted);border-radius:9px}.app-header-icon:hover{color:var(--text);text-decoration:none}.app-header-icon svg{width:18px;height:18px}.app-header-review{white-space:nowrap}.app-header-review svg{width:16px;height:16px}.review-star{cursor:pointer;display:inline-flex;color:var(--muted)}.review-star svg{width:30px;height:30px}.review-star:hover svg{color:var(--brand)}.review-star.is-on svg{color:var(--brand)}.review-star input:focus-visible~svg{outline:2px solid var(--brand);outline-offset:2px;border-radius:4px}.app-footer{border-top:1px solid var(--border);margin-top:auto;padding:20px 16px;text-align:center;color:var(--muted);font-size:12px}.sidebar-toggle{align-items:center;justify-content:center;flex:none;width:40px;height:40px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);border-radius:9px;cursor:pointer}.sidebar-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:29;background:#00000073;border:none;padding:0;cursor:default}.sidebar{position:fixed;z-index:20;top:0;left:0;height:100vh;width:var(--rail);display:flex;flex-direction:column;gap:4px;background:var(--surface);border-right:1px solid var(--border);padding:18px 14px;overflow:hidden;transition:width .2s ease .18s,box-shadow .2s ease}.sidebar:hover,.sidebar:focus-within{width:var(--sidebar-open);overflow-y:auto;box-shadow:8px 0 40px #0000002e;transition:width .2s ease,box-shadow .2s ease}.sidebar .app-org,.sidebar-footer{opacity:0;visibility:hidden;transition:opacity .15s ease,visibility 0s linear .15s}.sidebar:hover .sidebar-nav a,.sidebar:focus-within .sidebar-nav a,.app-shell.pinned .sidebar-nav a{font-size:14px;gap:10px;justify-content:flex-start}.sidebar:hover .app-org,.sidebar:focus-within .app-org,.sidebar:hover .sidebar-footer,.sidebar:focus-within .sidebar-footer{opacity:1;visibility:visible;transition:opacity .15s ease,visibility 0s}.sidebar-brand .brand-logo{flex:none}.sidebar-brand .brand-full{display:none}.sidebar-brand .brand-mark{display:block}.sidebar:hover .sidebar-brand .brand-full,.sidebar:focus-within .sidebar-brand .brand-full,.app-shell.pinned .sidebar-brand .brand-full{display:block}.sidebar:hover .sidebar-brand .brand-mark,.sidebar:focus-within .sidebar-brand .brand-mark,.app-shell.pinned .sidebar-brand .brand-mark{display:none}.app-shell.pinned .sidebar{width:var(--sidebar-open);overflow-y:auto;box-shadow:none;transition:width .2s ease,box-shadow .2s ease}.app-shell.pinned .app-org,.app-shell.pinned .sidebar-footer{opacity:1;visibility:visible}.sidebar-pin,.sidebar-ext{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--border);background:var(--surface-2);color:var(--muted);border-radius:9px;cursor:pointer}.sidebar-pin[aria-pressed=true]{color:var(--brand);border-color:var(--brand)}.sidebar-pin svg,.sidebar-ext svg{width:18px;height:18px}.sidebar-brand{padding:0 8px 14px;border-bottom:1px solid var(--border);margin-bottom:10px}.sidebar-nav{display:flex;flex-direction:column;gap:2px;flex:1}.sidebar-nav a{position:relative;display:flex;align-items:center;gap:0;justify-content:center;padding:9px 10px;border-radius:9px;white-space:nowrap;color:var(--muted);font-weight:600;font-size:0}.sidebar-nav a svg{width:18px;height:18px;flex:none}.sidebar-nav a:hover{color:var(--text);background:var(--surface-2);text-decoration:none}.sidebar-nav a.active{color:var(--text);background:#e8772e1f}.nav-badge{position:absolute;top:3px;right:5px;min-width:18px;height:18px;padding:0 5px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;line-height:1;color:#fff;background:var(--brand);border-radius:9px;pointer-events:none}.nav-badge-alert{top:6px;right:7px;min-width:9px;width:9px;height:9px;padding:0;background:var(--red);border:2px solid var(--surface)}.sidebar-footer{display:flex;flex-direction:column;gap:10px;border-top:1px solid var(--border);padding-top:12px;margin-top:8px}.sidebar-user{font-size:13px;padding:0 8px}.sidebar-footer-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:0 8px}.sidebar-logout{display:flex;align-items:center;justify-content:center;gap:0;width:100%;padding:9px 10px;margin-top:8px;border-radius:9px;border:1px solid var(--border);background:var(--surface-2);color:var(--muted);font-weight:600;font-size:0;white-space:nowrap;cursor:pointer}.sidebar-logout svg{width:18px;height:18px;flex:none}.sidebar-logout:hover{color:var(--text);background:var(--surface)}.sidebar:hover .sidebar-logout,.sidebar:focus-within .sidebar-logout,.app-shell.pinned .sidebar-logout{font-size:14px;gap:10px;justify-content:flex-start}.app-main{flex:1;min-width:0;padding-left:var(--rail);transition:padding-left .2s ease .18s;display:flex;flex-direction:column;min-height:100vh}.app-main>main{flex:1}.sidebar:hover~.app-main,.sidebar:focus-within~.app-main,.app-shell.pinned .app-main{padding-left:var(--sidebar-open);transition:padding-left .2s ease}@media (max-width: 960px){.app-shell{display:block}.sidebar-toggle{display:inline-flex}.app-header-brand{display:flex}.app-welcome{display:none}.app-header-link span,.app-header-review span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.app-header-link{padding:0 10px}.ai-quota-label{display:none}.app-header-inner{gap:8px}:root{--app-header-h: 61px}.sidebar-backdrop{display:block}.app-main,.sidebar:hover~.app-main,.sidebar:focus-within~.app-main,.app-shell.pinned .app-main{padding-left:0}.sidebar-pin{display:none}.sidebar .app-org,.sidebar-footer{opacity:1;visibility:visible}.sidebar-nav a,.sidebar-logout{font-size:14px;gap:10px;justify-content:flex-start}.sidebar-brand .brand-full{display:block}.sidebar-brand .brand-mark{display:none}.sidebar{position:fixed;z-index:30;top:0;bottom:0;left:0;height:100vh;width:var(--sidebar-open);overflow-y:auto;transform:translate(-100%);visibility:hidden;transition:transform .2s ease-out,visibility 0s linear .2s;box-shadow:0 0 40px #00000059}.sidebar.open{transform:translate(0);visibility:visible;transition:transform .2s ease-out,visibility 0s linear 0s}}@media (max-width: 560px){.app-header-link,.ai-quota-pill{display:none}}@media (max-width: 520px){:root{--app-header-h: 65px}}.card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:20px}.card+.card{margin-top:16px}.pay-mvola{border:1px solid var(--brand);box-shadow:0 0 0 1px var(--brand) inset;border-radius:12px;padding:14px 16px;margin-top:10px}.pay-rails{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;margin-top:8px}.pay-rail{display:block;width:100%;text-align:left;cursor:pointer;background:var(--surface-2);border:1px solid var(--border);border-radius:12px;padding:12px 14px;color:var(--text);font:inherit}.pay-rail:hover:not(:disabled){border-color:color-mix(in srgb,var(--brand) 45%,var(--border))}.pay-rail:disabled{opacity:.55;cursor:not-allowed}.pay-rail.is-recommended{border-color:var(--brand);box-shadow:0 0 0 1px var(--brand) inset}.pay-rail-name{display:block;font-size:14px;font-weight:600}.pay-rail-badge{float:right;margin-left:8px;padding:1px 7px;border-radius:999px;background:var(--brand);color:#fff;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.pay-rail-hint{display:block;margin-top:3px;font-size:12px;color:var(--muted);line-height:1.35}.pay-recap{margin-top:4px;padding:14px 16px;border-radius:12px;background:color-mix(in srgb,var(--brand) 8%,var(--surface));border:1px solid color-mix(in srgb,var(--brand) 22%,var(--border))}.pay-recap-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;font-size:13px}.pay-recap-row+.pay-recap-row{margin-top:6px}.pay-recap-row .k{color:var(--muted)}.pay-recap-row .v{font-weight:600;font-variant-numeric:tabular-nums}.pay-recap-sep{margin:10px 0;border:0;border-top:1px solid color-mix(in srgb,var(--brand) 22%,var(--border))}.pay-recap-total{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.pay-recap-total .k{font-size:13px;font-weight:600}.pay-recap-total .v{font-size:28px;font-weight:800;line-height:1.1;color:var(--brand);font-variant-numeric:tabular-nums}.pay-recap-alt{margin-top:4px;text-align:right;font-size:12px;color:var(--muted)}.pay-secure{display:flex;gap:10px;align-items:flex-start;margin-top:14px;padding:10px 14px;border-radius:8px;font-size:12px;color:var(--muted);background:var(--surface-2);border:1px solid var(--border)}.pay-secure svg{flex-shrink:0;width:16px;height:16px;margin-top:1px;color:var(--green)}.pay-secure strong{display:block;color:var(--text);font-size:13px;margin-bottom:2px}.pay-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;flex-wrap:wrap}@media (max-width: 520px){.pay-actions{flex-direction:column-reverse;align-items:stretch}.pay-actions .btn-primary{width:100%}}h1{font-size:26px;margin:0 0 4px}h2{font-size:15px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin:0 0 12px}.muted{color:var(--muted)}.error{color:var(--red);font-size:13px}.success{color:var(--green);font-size:13px}.row{display:flex;gap:12px;flex-wrap:wrap}.row>.field{min-width:140px}.hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.spread{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.grid-2{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 760px){.grid-2{grid-template-columns:1fr 1fr}}.agent-plan-row{display:grid;grid-template-columns:1fr;gap:20px;align-items:start}@media (min-width: 640px){.agent-plan-row{grid-template-columns:1fr 220px}}.label{display:block;font-size:12px;color:var(--muted);margin:0 0 6px}.field{margin-bottom:14px}.input,.textarea,.select{width:100%;background:var(--surface-2);border:1px solid var(--border);border-radius:9px;padding:10px 12px;color:var(--text);font-size:14px;font-family:inherit}.input:focus,.textarea:focus,.select:focus{outline:none;border-color:var(--brand)}.input:focus-visible,.textarea:focus-visible,.select:focus-visible{outline:2px solid var(--brand);outline-offset:1px}.textarea{resize:vertical}.label .req{color:var(--red);font-weight:700;margin-left:3px;transition:color .15s ease}.label .req.req-ok{color:var(--muted);font-weight:400}.form-required-note{font-size:12px;color:var(--muted);margin:0 0 16px}.field [aria-invalid=true]{border-color:var(--red)}.field [aria-invalid=true]:focus-visible{outline-color:var(--red)}.field-error{color:var(--red);font-size:12px;margin:5px 0 0}.field-hint{color:var(--muted);font-size:12px;margin:5px 0 0}.field-hint code{color:var(--text);background:var(--surface-2);padding:1px 5px;border-radius:5px}.row>.field.col{flex:1 1 170px}.checkbox-field{display:flex;align-items:flex-start;gap:9px}.checkbox-field input[type=checkbox]{flex:0 0 auto;width:16px;height:16px;margin:2px 0 0;accent-color:var(--brand);cursor:pointer}.checkbox-field input[aria-invalid=true]{outline:2px solid var(--red);outline-offset:2px}.checkbox-field .checkbox-text{font-size:13px;line-height:1.45;color:var(--muted);cursor:pointer;margin:0}.checkbox-option .field{margin-bottom:0}.checkbox-option .checkbox-text{font-size:14px;color:var(--text)}.pwd-strength-track{display:flex;gap:4px;height:5px;margin-top:2px}.pwd-strength-seg{flex:1;border-radius:999px;background:var(--surface-2);transition:background .25s ease}.pwd-strength-label{font-size:12px;margin:5px 0 0}.container-form{max-width:620px;margin:0 auto;padding:40px 16px}:focus-visible{outline:2px solid var(--brand);outline-offset:2px}:focus:not(:focus-visible){outline:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}#main-content{scroll-margin-top:var(--app-header-h)}.skip-link{position:absolute;top:-40px;left:8px;z-index:2000;background:var(--surface);color:var(--text);padding:8px 14px;border-radius:8px;border:1px solid var(--border)}.skip-link:focus{top:8px}.password-field{position:relative}.password-field .input{padding-right:40px}.password-toggle{position:absolute;top:50%;right:4px;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;background:none;color:var(--muted);cursor:pointer;border-radius:7px}.password-toggle:hover{color:var(--text)}.password-toggle .icon{width:18px;height:18px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;background:var(--surface-2);color:var(--text);border-radius:9px;padding:10px 16px;font-size:14px;font-weight:600;cursor:pointer}.btn:hover{filter:brightness(1.1)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-600);filter:none}.btn-danger{background:var(--red);color:#fff}@media (max-width: 520px){.container-sm,.container-form{padding:24px 14px}.input,.textarea,.select{font-size:16px;padding:12px}.btn{min-height:44px;padding:12px 16px}.lang-btn{height:34px;min-width:40px}.checkbox-field input[type=checkbox]{width:20px;height:20px}}.btn-sm{padding:6px 12px;font-size:13px}.btn-link{background:transparent;color:var(--link);padding:6px 0;font-weight:600}.btn-link:hover{background:transparent;filter:none;text-decoration:underline}.btn-link:disabled{background:transparent}.table-scroll{overflow-x:auto}.table{width:100%;border-collapse:collapse}.table th{text-align:left;font-size:11px;text-transform:uppercase;color:var(--muted);padding:10px 12px;background:var(--surface-2)}.table td{padding:10px 12px;border-top:1px solid var(--border)}.table tr:hover td{background:#ffffff05}.table th.th-sortable{padding:0}.th-sort{display:flex;align-items:center;gap:6px;width:100%;padding:10px 12px;background:none;border:0;color:inherit;font:inherit;text-transform:inherit;letter-spacing:inherit;text-align:left;cursor:pointer}.th-sort:hover{color:var(--text)}.th-sort-arrow{font-size:9px;opacity:.55}.table th[aria-sort]:not([aria-sort=none]) .th-sort-arrow{opacity:1}.row-actions-trigger{padding:4px 8px}.row-actions-trigger svg{width:16px;height:16px;display:block}.row-actions-menu{position:fixed;z-index:1100;width:240px;display:flex;flex-direction:column;padding:6px;background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 32px #00000047}.row-actions-item{padding:8px 10px;border:0;border-radius:7px;background:none;color:var(--text);font:inherit;font-size:14px;text-align:left;cursor:pointer}.row-actions-item:hover:not([disabled]){background:var(--surface-2)}.row-actions-item[disabled]{color:var(--muted);cursor:not-allowed}.row-actions-item-danger:not([disabled]){color:var(--red)}.row-actions-reason{display:block;margin-top:2px;font-size:11px;line-height:1.4}.badge{display:inline-block;padding:2px 8px;border-radius:6px;font-size:12px;font-weight:700}.badge-basse{background:#9aa1ac33;color:#c4c9d1}.badge-moyenne{background:#eab30833;color:#f5d76e}.badge-haute{background:#f9731633;color:#fbbf77}.badge-urgente{background:#ef444433;color:#f6a3a3}.badge-ok{background:#22c55e33;color:#86efac}.chip{display:inline-block;padding:2px 8px;border-radius:6px;font-size:12px;background:var(--surface-2);color:var(--muted);margin:2px 4px 2px 0}.kpi-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media (min-width: 760px){.kpi-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 980px){.kpi-grid{grid-template-columns:repeat(6,1fr)}}.kpi-tile{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:14px 16px}.kpi-num{font-size:26px;font-weight:800;line-height:1.2}.kpi-sub{font-size:13px;font-weight:400;color:var(--muted)}.kpi-cap{font-size:12px;color:var(--muted);margin-top:2px}.hbar-row{display:grid;grid-template-columns:minmax(90px,130px) 1fr 40px;align-items:center;gap:10px;margin:9px 0;font-size:13px}.hbar-label{color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hbar-track{display:block;background:var(--surface-2);border-radius:4px;height:10px;overflow:hidden}.hbar-fill{display:block;height:100%;border-radius:4px}.hbar-value{text-align:right;font-weight:700}.center{text-align:center}.mt{margin-top:16px}.mb{margin-bottom:16px}.pre{white-space:pre-wrap}.btn-lg{padding:14px 24px;font-size:15px;border-radius:11px}.lp-header{position:sticky;top:0;z-index:20;background:var(--header-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.lp-header-inner{position:relative;max-width:1000px;margin:0 auto;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px}.lp-logo{font-weight:900;font-size:20px;color:var(--text);letter-spacing:-.02em}.lp-logo:hover{text-decoration:none}.lp-nav{display:flex;align-items:center;gap:18px}.lp-nav a{color:var(--muted);font-weight:600}.lp-nav a:hover{color:var(--text);text-decoration:none}.lp-nav .btn{color:#fff}.lp-nav-toggle{display:none;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);border-radius:9px;cursor:pointer}@media (max-width: 640px){.lp-nav-toggle{display:inline-flex}.lp-nav{display:none;position:absolute;left:0;right:0;top:100%;flex-direction:column;align-items:flex-start;gap:4px;background:var(--surface);border-bottom:1px solid var(--border);padding:12px 16px}.lp-nav.open{display:flex}.lp-nav a{padding:8px 4px;width:100%}}.hero{padding:72px 0 48px;text-align:center;background:radial-gradient(900px 380px at 50% -10%,rgba(232,119,46,.18),transparent 70%)}.hero-eyebrow{display:inline-block;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--brand);border:1px solid var(--border);padding:5px 12px;border-radius:999px;margin-bottom:18px}.hero-title{font-size:44px;line-height:1.1;font-weight:900;letter-spacing:-.02em;max-width:820px;margin:0 auto 16px}.hero-title .accent{color:var(--brand)}.hero-sub{font-size:18px;color:var(--muted);max-width:640px;margin:0 auto 28px;line-height:1.6}.hero-cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.hero-note{color:var(--muted);font-size:13px;margin-top:16px}@media (max-width: 640px){.hero-title{font-size:32px}.hero-sub{font-size:16px}}.section{padding:56px 0}.section.band{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.section-title{font-size:30px;font-weight:900;text-transform:none;letter-spacing:-.01em;color:var(--text);text-align:center;margin:0 0 8px}.section-sub{text-align:center;color:var(--muted);max-width:620px;margin:0 auto 32px;font-size:16px}.section-foot{text-align:center;margin-top:24px;font-size:13px}.block-title{font-size:18px;font-weight:800;text-transform:none;letter-spacing:0;color:var(--text);margin:0 0 12px}.bullets{margin:0;padding-left:18px;color:var(--muted);line-height:1.9}.feature-grid{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 700px){.feature-grid{grid-template-columns:repeat(3,1fr)}}.feature{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:22px}.feature-icon{font-size:26px;margin-bottom:10px}.feature-title{font-size:16px;font-weight:800;margin:0 0 6px;color:var(--text)}.steps{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 760px){.steps{grid-template-columns:repeat(4,1fr)}}.step{text-align:center;padding:12px}.step-n{width:40px;height:40px;border-radius:999px;background:var(--brand);color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.chips-row{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.chip-lg{background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:8px 16px;font-weight:600}.pricing-grid{display:grid;grid-template-columns:1fr;gap:18px;align-items:stretch}@media (min-width: 820px){.pricing-grid{grid-template-columns:repeat(3,1fr)}}.price-card{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:26px;display:flex;flex-direction:column}.price-card.popular{border-color:var(--brand);box-shadow:0 0 0 1px var(--brand) inset}.price-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--brand);color:#fff;font-size:12px;font-weight:700;padding:4px 12px;border-radius:999px}.price-name{font-size:20px;font-weight:800;margin:4px 0 2px}.price-tagline{color:var(--muted);font-size:13px;margin:0 0 14px;min-height:34px}.price-amount{font-size:38px;font-weight:900;letter-spacing:-.02em}.price-period{font-size:15px;font-weight:600;color:var(--muted)}.price-ar{color:var(--muted);font-size:14px}.price-yearly{color:var(--brand);font-size:13px;margin-top:4px}.feature-list{list-style:none;padding:0;margin:18px 0 22px;display:grid;gap:9px;color:var(--text);font-size:14px}.price-card .btn{margin-top:auto}.cta-final{background:radial-gradient(700px 300px at 50% 120%,rgba(232,119,46,.18),transparent 70%)}.lp-footer{border-top:1px solid var(--border);background:var(--surface);padding:32px 0 24px}.lp-foot-links{display:flex;flex-direction:column;gap:8px;text-align:right}.lp-foot-links a{color:var(--muted)}.hero-grid{display:grid;grid-template-columns:1fr;gap:32px;align-items:center;text-align:left}@media (min-width: 860px){.hero-grid{grid-template-columns:1.05fr .95fr}}.hero-grid .hero-cta{justify-content:flex-start}.hero-art img,.hero-art svg{width:100%;height:auto;max-width:540px;display:block;margin:0 auto}.feature-icon{width:44px;height:44px;border-radius:12px;background:#e8772e1f;color:var(--brand);display:flex;align-items:center;justify-content:center;margin-bottom:14px}.feature-icon .icon{width:22px;height:22px}.preview{border:1px solid var(--border);border-radius:16px;overflow:hidden;background:var(--surface);box-shadow:0 20px 60px #00000059}.preview img,.preview svg{width:100%;height:auto;display:block}.ill-surface{fill:var(--surface)}.ill-bg{fill:var(--bg)}.ill-row,.ill-row2{fill:var(--surface-2)}.ill-line{fill:var(--border)}.ill-line2{fill:var(--muted);opacity:.4}.ill-stroke{stroke:var(--border);stroke-width:1}.ill-text-fill{fill:var(--text)}.ill-muted-fill{fill:var(--muted)}.ill-brand-fill,.ill-brand-fill-t{fill:var(--brand)}.feature-list li{display:flex;align-items:flex-start;gap:8px}.feature-list .check{width:18px;height:18px;color:var(--brand);flex:0 0 auto;margin-top:1px}.success-check{width:56px;height:56px;border-radius:999px;background:#22c55e2e;color:var(--green);display:flex;align-items:center;justify-content:center;margin:0 auto 10px}.success-check .icon{width:28px;height:28px}html{scroll-behavior:smooth}[id]{scroll-margin-top:76px}.hero{position:relative;overflow:hidden}.hero-particles{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;opacity:.55;pointer-events:none}.hero .container{position:relative;z-index:1}.hero-title .accent{background:linear-gradient(90deg,#e8772e,#ffce9e,#e8772e);background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:shimmer 5s linear infinite}@keyframes shimmer{to{background-position:200% center}}.hero-in>*{opacity:0;transform:translateY(16px);animation:rise .7s ease forwards}.hero-in>*:nth-child(1){animation-delay:.05s}.hero-in>*:nth-child(2){animation-delay:.15s}.hero-in>*:nth-child(3){animation-delay:.25s}.hero-in>*:nth-child(4){animation-delay:.35s}.hero-in>*:nth-child(5){animation-delay:.45s}@keyframes rise{to{opacity:1;transform:none}}.floaty{animation:float 6s ease-in-out infinite;filter:drop-shadow(0 20px 40px rgba(232,119,46,.18))}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.glow-pulse{animation:none}@keyframes glowPulse{0%,to{box-shadow:0 8px 24px #e8772e47}50%{box-shadow:0 0 28px #e8772e80,0 10px 30px #e8772e6b}}.btn-primary{position:relative;overflow:hidden}.btn-primary:after{content:"";position:absolute;top:0;left:-150%;width:60%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.4),transparent);transform:skew(-20deg);transition:left .6s ease;pointer-events:none}.btn-primary:hover:after{left:150%}.reveal{opacity:0;transform:translateY(26px);transition:opacity .6s ease,transform .6s ease}.reveal.in{opacity:1;transform:none}.tilt{transition:transform .18s ease;transform-style:preserve-3d;will-change:transform}.feature-grid>.reveal{display:flex}.feature-grid>.reveal>.tilt{flex:1}.tilt>.feature{height:100%}.glow-card{transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.glow-card:hover{border-color:var(--brand);box-shadow:0 14px 44px #e8772e24}.tilt:hover .glow-card{border-color:var(--brand);box-shadow:0 22px 60px #e8772e33}.stats-band{padding:34px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface)}.stats{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media (min-width: 760px){.stats{grid-template-columns:repeat(4,1fr)}}.stat{text-align:center}.stat-num{font-size:40px;font-weight:900;color:var(--brand);line-height:1;letter-spacing:-.02em}.stat-label{color:var(--muted);font-size:13px;margin-top:6px}.pricing-grid>.reveal{display:flex}.pricing-grid>.reveal>.price-card{flex:1 1 auto}.price-card{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.price-card:hover{transform:translateY(-6px);border-color:var(--brand);box-shadow:0 22px 60px #00000059}.price-card.popular:hover{box-shadow:0 22px 70px #e8772e38}.preview{transition:transform .3s ease,box-shadow .3s ease}.preview:hover{transform:translateY(-4px)}.splash{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:var(--bg);display:flex;align-items:center;justify-content:center;transition:opacity .45s ease}.splash.leaving{opacity:0;pointer-events:none}.splash-inner{text-align:center}.splash-mark{display:block;margin:0 auto 14px;animation:splashPop .7s cubic-bezier(.2,.8,.2,1) both;filter:drop-shadow(0 0 24px rgba(232,119,46,.5))}@keyframes splashPop{0%{opacity:0;transform:scale(.6) rotate(-6deg)}60%{opacity:1;transform:scale(1.06)}to{transform:scale(1)}}.splash-name{font-weight:900;font-size:24px;letter-spacing:-.02em;color:var(--text);opacity:0;animation:fadeIn .5s ease .25s forwards}@keyframes fadeIn{to{opacity:1}}.splash-bar{width:160px;height:4px;border-radius:999px;background:var(--surface-2);margin:16px auto 0;overflow:hidden}.splash-bar span{display:block;height:100%;width:0;background:var(--brand);border-radius:999px;animation:barFill 1.1s ease forwards}@keyframes barFill{to{width:100%}}.billing-toggle{display:flex;width:max-content;gap:4px;background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:4px;margin:0 auto 24px}.billing-toggle button{border:0;background:transparent;color:var(--muted);padding:8px 16px;border-radius:999px;cursor:pointer;font-weight:600;font-size:14px}.billing-toggle button.active{background:var(--brand);color:#fff}.billing-toggle .save{font-size:11px;opacity:.9}.app-brand{display:flex;align-items:center;gap:10px}.app-brand img{display:block}.sidebar-brand-link{display:flex;align-items:center;gap:10px}.app-org{color:var(--muted);font-size:13px;border-left:1px solid var(--border);padding-left:10px}.app-org-logo{max-height:28px;max-width:130px;object-fit:contain}@media (max-width: 560px){.app-org{display:none}}.trial-banner{background:#e8772e1f;border-bottom:1px solid var(--border);color:var(--text);text-align:center;padding:8px 16px;font-size:13px}.trial-banner a{font-weight:700}.auth-logo{text-align:center;margin-bottom:14px}.auth-logo .brand-logo{margin:0 auto}.auth-logo-row{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:14px}.back-link{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex-shrink:0;border-radius:9px;color:var(--muted)}.back-link:hover{color:var(--text);background:var(--surface-2)}.back-link .icon{width:20px;height:20px}.back-link-spacer{width:34px;flex-shrink:0}.brand-logo{color:var(--text);display:block;width:auto}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);border-radius:9px;cursor:pointer}.theme-toggle:hover{border-color:var(--muted)}.theme-toggle .icon{width:18px;height:18px}.lang-switcher{display:inline-flex;gap:4px;padding:3px;border:1px solid var(--border);background:var(--surface-2);border-radius:10px}.lang-btn{min-width:34px;height:28px;padding:0 8px;border:none;background:none;color:var(--muted);font-size:12px;font-weight:700;border-radius:7px;cursor:pointer}.lang-btn:hover{color:var(--text)}.lang-btn.active{background:var(--surface);color:var(--text);box-shadow:0 1px 2px #00000026}.toast-container{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:12px;max-width:420px;width:calc(100% - 40px);pointer-events:none}.toast{pointer-events:auto;position:relative;display:flex;align-items:flex-start;gap:12px;background:var(--surface);border:1px solid var(--border);border-left-width:3px;border-radius:12px;box-shadow:0 8px 32px #00000040;padding:14px 36px 14px 16px;animation:toastIn .35s ease-out}.toast-icon{flex-shrink:0;margin-top:1px}.toast-body{flex:1;min-width:0;overflow-wrap:anywhere}.toast-icon svg{width:20px;height:20px}.toast-title{font-weight:700;font-size:14px;color:var(--text);margin-bottom:2px}.toast-message{font-size:13px;color:var(--muted);line-height:1.5}.toast-close{position:absolute;top:8px;right:8px;display:flex;padding:4px;border:none;background:none;cursor:pointer;color:var(--muted)}.toast-close:hover{color:var(--text)}.toast-close svg{width:14px;height:14px}.toast-success{border-left-color:var(--green)}.toast-success .toast-icon{color:var(--green)}.toast-error{border-left-color:var(--red)}.toast-error .toast-icon{color:var(--red)}.toast-info{border-left-color:var(--brand)}.toast-info .toast-icon{color:var(--brand)}@keyframes toastIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation:none!important;transition:none!important}html{scroll-behavior:auto}.reveal{opacity:1;transform:none}.hero-in>*{opacity:1;transform:none}.floaty{filter:none}}.filter-bar{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:16px 18px;margin-bottom:16px}.filter-bar-grid{display:grid;grid-template-columns:1fr;gap:10px;align-items:end}@media (min-width: 640px){.filter-bar-grid{grid-template-columns:repeat(3,1fr)}.filter-field-search{grid-column:1 / -1}}.filter-field{min-width:0}.filter-field-date input[type=date]{width:100%;min-width:0}.filter-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.filter-actions .btn{flex:1;min-width:80px}.filter-active-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px;padding-top:12px;border-top:1px solid var(--border);align-items:center}.filter-tag-label{font-size:12px;color:var(--muted);font-weight:600;margin-right:4px}.filter-tag{display:inline-flex;align-items:center;gap:4px;background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:3px 12px;font-size:12px;color:var(--text)}.filter-tag-count{font-size:11px;color:var(--muted);margin-left:4px}.filter-tag-remove{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;margin-left:2px;border:none;background:none;color:var(--muted);font-size:14px;line-height:1;cursor:pointer;border-radius:50%}.filter-tag-remove:hover{color:var(--text);background:var(--surface)}.pagination-controls{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;padding:12px 0}.pagination-info{font-size:13px;color:var(--muted)}.pagination-nav{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.pagination-pages{display:flex;align-items:center;gap:4px}.pagination-page{display:flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 8px;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}.pagination-page:hover:not(:disabled){border-color:var(--brand);background:var(--surface-2)}.pagination-page.active{background:var(--brand);border-color:var(--brand);color:#fff}.pagination-page:disabled{opacity:.5;cursor:not-allowed}.pagination-ellipsis{color:var(--muted);padding:0 4px;font-size:14px}.pagination-limit{display:flex;align-items:center;gap:6px}.pagination-limit .select{width:110px;padding:6px 10px;font-size:13px}@media (max-width: 640px){.pagination-controls{flex-direction:column;align-items:stretch;gap:10px}.pagination-nav{justify-content:center}.pagination-pages{gap:3px}.pagination-page{min-width:38px;height:38px;font-size:12px;padding:0 5px}.pagination-info{text-align:center}.pagination-limit{justify-content:center}.filter-actions{flex-direction:row}.filter-actions .btn{flex:1}}@media (max-width: 480px){.filter-bar{padding:12px}.filter-actions .btn{font-size:12px;padding:8px 12px;min-height:36px}.filter-active-tags{gap:4px}.filter-tag{font-size:11px;padding:2px 8px}}.quota-progress{width:100%}.quota-header{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:600;margin-bottom:8px}.quota-pct{font-size:20px;font-weight:800}.quota-track{width:100%;height:10px;background:var(--surface-2);border-radius:999px;overflow:hidden}.quota-fill{height:100%;border-radius:999px;transition:width .6s ease,background .3s ease}.quota-details{display:flex;justify-content:space-between;font-size:13px;margin-top:6px;color:var(--muted)}.quota-used{font-size:15px;color:var(--text);margin-top:4px}.quota-alert{margin-top:10px;padding:10px 14px;border-radius:10px;font-size:14px;line-height:1.6}.quota-alert-warning{background:#f9731626;border:1px solid var(--orange);color:var(--orange)}.quota-alert-warning strong{color:var(--text)}.quota-alert-danger{background:#ef444426;border:1px solid var(--red);color:var(--red)}.quota-alert-danger strong{color:var(--text)}.quota-alert .muted{color:var(--muted)}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:20px}.metric-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:16px 18px;border-left-width:4px;transition:transform .15s ease,box-shadow .15s ease}.metric-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.metric-value{font-size:28px;font-weight:800;line-height:1.2;color:var(--text)}.metric-label{font-size:13px;color:var(--muted);margin-top:2px}a.metric-card{display:block;color:inherit}a.metric-card:hover{text-decoration:none;border-color:var(--brand);transform:translateY(-2px)}.metric-go{font-size:12px;color:var(--link);margin-top:6px}.donut-chart-container{position:relative;display:flex;justify-content:center;align-items:center;width:100%}.donut-chart-wrapper{position:relative;width:100%;max-width:320px}.donut-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;pointer-events:none}.donut-total{font-size:28px;font-weight:800;color:var(--text);display:block;line-height:1.1}.donut-label{font-size:12px;color:var(--muted);display:block}.period-filters{display:flex;flex-wrap:wrap;gap:6px;background:var(--surface-2);border:1px solid var(--border);border-radius:10px;padding:4px}.period-filters button{border:none;background:none;color:var(--muted);font-size:13px;font-weight:600;padding:6px 14px;border-radius:7px;cursor:pointer;transition:background .15s ease,color .15s ease}.period-filters button:hover{color:var(--text)}.period-filters button.active{background:var(--brand);color:#fff}.timeline-head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;margin-bottom:10px}.timeline-summary{display:flex;align-items:baseline;gap:6px;font-size:13px}.seg-toggle{display:flex;gap:4px;background:var(--surface-2);border:1px solid var(--border);border-radius:8px;padding:3px}.seg-toggle button{border:none;background:none;color:var(--muted);font-size:12px;font-weight:600;padding:5px 12px;border-radius:6px;cursor:pointer;transition:background .15s ease,color .15s ease}.seg-toggle button:hover{color:var(--text)}.seg-toggle button.active{background:var(--brand);color:#fff}.result-line{font-size:13px;color:var(--muted);margin:0 0 10px}.result-line b{color:var(--text)}.empty-state{text-align:center;padding:36px 20px}.empty-state-title{font-size:15px;font-weight:700;margin:0 0 6px;color:var(--text)}.empty-state p{color:var(--muted);margin:0 auto 14px;max-width:46ch;line-height:1.55}.save-bar{position:sticky;bottom:0;z-index:5;margin-top:20px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:12px 16px;border:1px solid var(--border);border-radius:12px;background:var(--header-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:saveBarIn .22s ease-out}@keyframes saveBarIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.save-bar-dot{transition:background-color .25s ease}.save-bar-state{font-size:13px;color:var(--muted);display:flex;align-items:center;gap:8px}.save-bar-dot{width:8px;height:8px;border-radius:999px;background:var(--brand);flex:none}.save-bar.is-clean .save-bar-dot{background:var(--green)}.disabled-why{font-size:12px;color:var(--muted);margin:6px 0 0}.kb-grid{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 980px){.kb-grid{grid-template-columns:minmax(0,1fr) 320px;align-items:start}.kb-aside{position:sticky;top:calc(var(--app-header-h) + 16px)}}.chip-set{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.chip-removable{display:inline-flex;align-items:center;gap:6px;background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:4px 6px 4px 12px;font-size:13px}.chip-removable button{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:999px;background:none;color:var(--muted);font-size:14px;line-height:1;cursor:pointer;padding:0}.chip-removable button:hover{color:var(--text);background:var(--border)}.count-pill{font-size:12px;font-weight:700;color:var(--muted);background:var(--surface-2);border-radius:999px;padding:1px 8px}.sev-row{display:grid;grid-template-columns:28px 150px minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:8px 0;border-top:1px solid var(--border)}.sev-row:first-of-type{border-top:none}.sev-rank{font-size:13px;font-weight:700;color:var(--muted);text-align:center}.sev-order{display:flex;flex-direction:column;gap:2px}.sev-order button{width:24px;height:18px;border:1px solid var(--border);background:var(--surface-2);color:var(--muted);border-radius:5px;line-height:1;cursor:pointer;padding:0;display:inline-flex;align-items:center;justify-content:center}.sev-order button:hover:not(:disabled){color:var(--text)}.sev-order button:disabled{opacity:.4;cursor:not-allowed}.sev-order svg{width:12px;height:12px}@media (max-width: 620px){.sev-row{grid-template-columns:28px minmax(0,1fr) auto auto}.sev-row .sev-criteres{grid-column:2 / -1}}.dropzone{display:flex;align-items:center;gap:14px;border:1px dashed var(--border);border-radius:12px;padding:14px;background:var(--surface-2)}.dropzone:hover,.dropzone:focus-within{border-color:var(--brand)}.dropzone-thumb{width:64px;height:64px;flex:none;border-radius:10px;background:var(--surface);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;overflow:hidden}.dropzone-thumb img{max-width:100%;max-height:100%;object-fit:contain}.dropzone-body{min-width:0}.dropzone-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.color-field{display:flex;align-items:center;gap:8px}.color-field input[type=color]{width:42px;height:38px;padding:0;border:1px solid var(--border);border-radius:9px;background:none;cursor:pointer}.color-field .input{width:108px;font-variant-numeric:tabular-nums}.contrast-verdict{display:flex;align-items:center;gap:6px;font-size:12px;margin-top:8px}.contrast-dot{width:8px;height:8px;border-radius:999px;flex:none}.contrast-ok{color:var(--green)}.contrast-ok .contrast-dot{background:var(--green)}.contrast-warn{color:var(--orange)}.contrast-warn .contrast-dot{background:var(--orange)}.device{border:1px solid var(--border);border-radius:14px;overflow:hidden;background:var(--bg)}.device-bar{display:flex;align-items:center;gap:6px;padding:8px 12px;background:var(--surface-2);border-bottom:1px solid var(--border)}.device-url{font-size:11px;color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.device-body{padding:20px 16px;text-align:center}.copy-field{display:flex;gap:8px}.copy-field .input{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.radio-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px}.radio-card{display:block;cursor:pointer;padding:12px 14px;background:var(--surface-2);border:1px solid var(--border);border-radius:12px;transition:border-color .2s ease,box-shadow .2s ease}.radio-card:hover{border-color:color-mix(in srgb,var(--brand) 45%,var(--border))}.radio-card input{position:absolute;opacity:0;pointer-events:none}.radio-card:has(input:checked){border-color:var(--brand);box-shadow:0 0 0 1px var(--brand) inset}.radio-card:has(input:focus-visible){outline:2px solid var(--brand);outline-offset:2px}.radio-card-name{display:block;font-size:14px;font-weight:700}.radio-card-hint{display:block;margin-top:3px;font-size:12px;color:var(--muted);line-height:1.4}.danger-sep{border:0;border-top:1px solid var(--border);margin:32px 0 20px}.danger-zone{border-color:color-mix(in srgb,var(--red) 45%,var(--border))}.danger-zone h2{color:var(--red)}.consequences{list-style:none;padding:0;margin:12px 0 16px;display:grid;gap:7px;font-size:13px}.consequences li{display:flex;gap:8px;align-items:flex-start;color:var(--muted)}.consequences li:before{content:"—";color:var(--red);flex:none}.status-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1px;background:var(--border);border:1px solid var(--border);border-radius:14px;overflow:hidden;margin-bottom:16px}.status-cell{background:var(--surface);padding:14px 16px}.status-cell .k{font-size:12px;color:var(--muted)}.status-cell .v{font-size:15px;font-weight:700;margin-top:3px;word-break:break-word}.status-cell .v.pending{color:var(--muted);font-weight:400}.step{display:grid;grid-template-columns:34px minmax(0,1fr);gap:14px;text-align:left}.step-num{width:30px;height:30px;flex:none;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;background:var(--surface-2);border:1px solid var(--border);color:var(--muted)}.step-num svg{width:16px;height:16px}.step.is-done .step-num{background:#22c55e29;border-color:var(--green);color:var(--green)}.step.is-current .step-num{background:var(--brand);border-color:var(--brand);color:#fff}.step-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-bottom:6px}.step-title{font-size:16px;font-weight:700;margin:0}.step-sub{font-size:14px;font-weight:700;color:var(--muted);margin:0 0 4px}.step-state{font-size:12px;font-weight:700;padding:2px 9px;border-radius:999px}.step-state.todo{background:var(--surface-2);color:var(--muted)}.step-state.done{background:#22c55e2e;color:var(--green)}.step-state.included{background:#e8772e24;color:var(--brand)}.detail-grid{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 900px){.detail-grid{grid-template-columns:minmax(0,1fr) 320px;align-items:start}.detail-aside{position:sticky;top:calc(var(--app-header-h) + 12px)}}.detail-aside{display:grid;gap:16px}.detail-main{display:grid;gap:16px;align-content:start;min-width:0}.detail-bar{position:sticky;top:var(--app-header-h);z-index:6;margin:0 -16px 16px;padding:12px 16px;display:flex;align-items:center;gap:12px;flex-wrap:wrap;background:var(--header-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.detail-bar h1{font-size:20px;margin:0}.draft-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:8px 12px;border-radius:9px 9px 0 0;font-size:12px;background:var(--surface-2);border:1px solid var(--border);border-bottom:none;color:var(--muted)}.draft-banner+.textarea{border-radius:0 0 9px 9px}.draft-banner svg{width:15px;height:15px;vertical-align:-3px;margin-right:5px}.note{border-left:2px solid var(--border);padding:2px 0 2px 12px;margin-bottom:12px}.note-meta{font-size:12px;color:var(--muted);margin-bottom:3px}.qr-canvas{display:block;width:100%;max-width:200px;height:auto}.qr-canvas-sm{display:block;width:100%;max-width:160px;height:auto}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:20px}.page-head-text{min-width:260px;flex:1 1 340px}.page-lede{color:var(--muted);margin:0;max-width:62ch;line-height:1.5}.page-head-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.sticky-sub{position:sticky;top:var(--app-header-h);z-index:5;margin:0 -16px 16px;padding:10px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;background:var(--header-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.chart-caption{font-size:12px;color:var(--muted);margin:-4px 0 14px;line-height:1.5}.skeleton{background:var(--surface-2);border-radius:6px;animation:skeletonPulse 1.4s ease-in-out infinite}.skeleton-line{height:12px;margin:8px 0}.skeleton-num{height:28px;width:60%;margin-bottom:8px}@keyframes skeletonPulse{0%,to{opacity:1}50%{opacity:.45}}.stats-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.stats-grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}@media (max-width: 760px){.stats-grid-2,.stats-grid-3{grid-template-columns:1fr}.metrics-grid{grid-template-columns:repeat(2,1fr)}}.sla-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:20px}.sla-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:16px 0}.sla-details-grid h3{font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin:0 0 8px}.sla-detail-row{display:flex;justify-content:space-between;align-items:center;padding:4px 0;border-bottom:1px solid var(--border);font-size:13px}.sla-detail-label{font-weight:600;color:var(--text)}.sla-detail-count{color:var(--muted);font-size:12px}.sla-detail-time{font-weight:700;color:var(--text)}.sla-bars{margin-top:12px}.sla-bar-row{display:grid;grid-template-columns:40px 1fr 50px;align-items:center;gap:10px;margin:6px 0}.sla-bar-label{font-size:13px;font-weight:600;color:var(--muted)}.sla-bar-track{display:block;background:var(--surface-2);border-radius:4px;height:10px;overflow:hidden}.sla-bar-fill{display:block;height:100%;border-radius:4px;transition:width .6s ease}.sla-bar-value{font-size:13px;font-weight:700;text-align:right;color:var(--text)}@media (max-width: 640px){.sla-details-grid{grid-template-columns:1fr}}.dashboard-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.export-button-wrapper{position:relative;display:inline-flex;align-items:center}.export-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:600;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:9px;cursor:pointer;transition:all .15s ease;min-height:38px}.export-btn:hover:not(:disabled){border-color:var(--brand);background:var(--surface-2)}.export-btn:disabled{opacity:.6;cursor:not-allowed}.export-btn svg{flex-shrink:0}.export-error{position:absolute;bottom:-24px;left:0;font-size:12px;color:var(--red);white-space:nowrap;background:var(--surface);padding:2px 10px;border-radius:4px;border:1px solid var(--red)}.spinner{display:inline-block;width:14px;height:14px;border:2px solid var(--border);border-top-color:var(--brand);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 640px){.dashboard-actions{width:100%;justify-content:flex-start}.export-btn{width:100%;justify-content:center}}.digest-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:20px 24px;margin-bottom:16px}.digest-header{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:16px}.digest-title{font-size:16px;font-weight:700;color:var(--text);margin:0;text-transform:none;letter-spacing:0}.digest-subtitle{font-size:13px;color:var(--muted);margin:2px 0 0}.digest-periods{display:flex;gap:4px;background:var(--surface-2);border:1px solid var(--border);border-radius:8px;padding:3px}.digest-period-btn{border:none;background:none;color:var(--muted);font-size:12px;font-weight:600;padding:4px 12px;border-radius:6px;cursor:pointer;transition:all .15s ease}.digest-period-btn:hover{color:var(--text)}.digest-period-btn.active{background:var(--brand);color:#fff}.digest-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px}.digest-metric{display:flex;align-items:center;gap:10px;padding:10px 12px;background:var(--surface-2);border-radius:10px;border:1px solid var(--border);transition:transform .15s ease}.digest-metric:hover{transform:translateY(-2px)}.digest-metric-icon{font-size:22px;line-height:1;flex-shrink:0}.digest-metric-value{font-size:20px;font-weight:800;color:var(--text);line-height:1.2}.digest-metric-label{font-size:11px;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.04em}@keyframes pulse-urgent{0%,to{opacity:1}50%{opacity:.5}}.digest-top-category{border-color:var(--brand);background:#e8772e0f}.digest-loading,.digest-error{text-align:center;padding:20px;color:var(--muted);font-size:14px}@media (max-width: 640px){.digest-card{padding:16px}.digest-header{flex-direction:column;align-items:stretch}.digest-periods{align-self:flex-start}.digest-metrics{grid-template-columns:repeat(2,1fr)}.digest-metric{padding:8px 10px}.digest-metric-value,.digest-metric-icon{font-size:18px}}@media (max-width: 400px){.digest-metrics{grid-template-columns:1fr}}.digest-metric-urgent{border-color:var(--red);background:#ef444414}.digest-urgent-icon{color:var(--red)}.digest-urgent-value{color:var(--red);animation:pulse-urgent 2s ease-in-out infinite}.digest-urgent-label{color:var(--red)}.status-flow{display:flex;align-items:center;gap:0;padding:8px 0;flex-wrap:wrap}.status-step-wrapper{display:flex;align-items:center;flex:1;min-width:80px}.status-step{display:flex;flex-direction:column;align-items:center;gap:4px;background:none;border:none;cursor:pointer;padding:4px 8px;flex:1;min-width:60px;transition:all .2s ease}.status-step:disabled{cursor:not-allowed;opacity:.5}.status-step:not(:disabled):hover .status-step-circle{transform:scale(1.1)}.status-step-circle{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;font-size:13px;font-weight:700;background:var(--surface-2);color:var(--muted);border:2px solid var(--border);transition:all .3s ease}.status-step.active .status-step-circle{background:var(--brand);color:#fff;border-color:var(--brand)}.status-step.current .status-step-circle{box-shadow:0 0 0 4px #e8772e4d}.status-step.completed .status-step-circle{background:var(--green);color:#fff;border-color:var(--green)}.status-step-label{font-size:11px;color:var(--muted);font-weight:600;text-align:center}.status-step.active .status-step-label{color:var(--text)}.status-connector{flex:1;height:2px;background:var(--border);min-width:20px;transition:background .3s ease}.status-connector.active{background:var(--brand)}.notes-history{display:flex;flex-direction:column;gap:24px}.notes-section h3,.history-section h3{font-size:14px;font-weight:700;color:var(--text);margin:0 0 12px;text-transform:none;letter-spacing:0}.notes-input{display:flex;flex-direction:column;gap:8px}.notes-input .textarea{min-height:80px}.notes-input .btn{align-self:flex-end;min-width:140px}.notes-list{display:flex;flex-direction:column;gap:12px;margin-top:12px}.note-item{background:var(--surface-2);border-radius:10px;padding:12px 16px;border-left:3px solid var(--brand)}.note-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px;font-size:12px}.note-author{font-weight:600;color:var(--text)}.note-date{color:var(--muted);font-size:11px}.note-content{font-size:14px;color:var(--text);white-space:pre-wrap}.history-list{display:flex;flex-direction:column;gap:6px;max-height:300px;overflow-y:auto;padding-right:4px}.history-list::-webkit-scrollbar{width:4px}.history-list::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px}.history-item{display:flex;align-items:flex-start;gap:10px;padding:8px 12px;border-radius:8px;background:var(--surface-2);transition:background .15s ease}.history-item:hover{background:var(--surface)}.history-icon{font-size:16px;flex-shrink:0;margin-top:1px}.history-content{flex:1;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:4px 12px}.history-message{font-size:13px;color:var(--text)}.history-date{font-size:11px;color:var(--muted);flex-shrink:0}.notes-history-loading{text-align:center;padding:20px;color:var(--muted)}@media (max-width: 640px){.status-flow{gap:4px}.status-step{min-width:40px;padding:4px}.status-step-circle{width:28px;height:28px;font-size:11px}.status-step-label{font-size:9px}.status-connector{min-width:10px}.history-item{flex-wrap:wrap}.history-content{flex-direction:column;align-items:flex-start}.notes-input .btn{width:100%;align-self:stretch}}.notification-badge-wrapper{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.notification-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:999px;font-size:13px;font-weight:600}.notification-badge.sent{background:#22c55e26;color:var(--green);border:1px solid var(--green)}.notification-badge.pending{background:#ef444426;color:var(--red);border:1px solid var(--red);animation:pulse-badge 2s ease-in-out infinite}.notification-icon{font-size:14px}.notification-btn{font-size:12px;padding:4px 12px;min-height:30px}.notification-error{font-size:12px;color:var(--red)}@keyframes pulse-badge{0%,to{opacity:1}50%{opacity:.6}}.sidebar-nav a.nav-highlight,.app-header-icon.nav-highlight{color:var(--brand);border-radius:8px;outline:2px solid var(--brand);outline-offset:3px;animation:glowPulse 1.3s ease-in-out 2}.onb-pill{position:fixed;bottom:20px;right:20px;z-index:900;display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:var(--brand);color:#fff;border:none;cursor:pointer;font-weight:700;font-size:14px;box-shadow:0 8px 24px #e8772e47}.onb-pill:hover{background:var(--brand-600)}.onb-pill-icon{width:18px;height:18px}.onb-pill-pct{background:#ffffff38;border-radius:999px;padding:2px 8px;font-size:12px}.onb-panel{position:fixed;bottom:20px;right:20px;z-index:900;width:min(360px,calc(100vw - 32px));background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:18px;box-shadow:0 16px 40px #00000059}.onb-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.onb-sub{font-size:13px;margin-top:2px}.onb-close{background:none;border:none;color:var(--muted);cursor:pointer;padding:4px;line-height:0}.onb-close svg{width:18px;height:18px}.onb-close:hover{color:var(--text)}.onb-progress{height:8px;border-radius:999px;background:var(--surface-2);overflow:hidden;margin:14px 0 6px}.onb-progress-bar{display:block;height:100%;background:var(--brand);transition:width .35s ease}.onb-count{font-size:12px;margin-bottom:10px}.onb-tasks{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.onb-task{width:100%;display:flex;gap:10px;align-items:flex-start;text-align:left;background:var(--surface-2);border:1px solid var(--border);border-radius:10px;padding:10px 12px;cursor:pointer;color:var(--text)}.onb-task:hover{border-color:var(--brand)}.onb-task-mark{flex:0 0 auto;width:22px;height:22px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;background:var(--surface);border:1px solid var(--border);color:var(--muted)}.onb-task.done .onb-task-mark{background:var(--green);border-color:var(--green);color:#fff}.onb-task-mark svg{width:14px;height:14px}.onb-task-body{display:flex;flex-direction:column;gap:2px}.onb-task-title{font-weight:600;font-size:14px}.onb-task.done .onb-task-title{text-decoration:line-through;color:var(--muted)}.onb-task-desc{font-size:12px}.onb-hide{margin-top:12px;width:100%}.help-h2{font-size:16px;margin:0 0 12px}.help-guide-row{align-items:center;margin-top:4px}.faq{display:flex;flex-direction:column;gap:8px}.faq-item{border:1px solid var(--border);border-radius:10px;padding:12px 14px;background:var(--surface-2)}.faq-item summary{cursor:pointer;font-weight:600}.faq-item summary:hover{color:var(--brand)}.faq-item p{margin:10px 0 0}.mb-lg{margin-bottom:22px}.link{color:var(--link);text-decoration:none}.link:hover{text-decoration:underline}.acct-arrow{width:15px;height:15px;transform:rotate(180deg)}.acct-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:12px;margin:16px 0}.acct-metric{background:var(--surface-2);border-radius:8px;padding:12px 14px;min-width:0;overflow:hidden}.acct-metric .k{font-size:12px;color:var(--muted);margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.acct-metric .v{font-size:18px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.acct-metric .v span{font-size:12px;color:var(--muted);font-weight:400}.acct-quota{margin:6px 0 2px}.acct-quota-row{display:flex;justify-content:space-between;font-size:13px;margin-bottom:6px}.acct-bar{height:8px;background:var(--surface-2);border-radius:999px;overflow:hidden}.acct-bar>i{display:block;height:100%;background:var(--brand);border-radius:999px}.acct-included{border-top:1px solid var(--border);padding-top:14px;margin-top:18px}.acct-included-title{font-size:13px;font-weight:600;margin:0 0 10px}.acct-feats{display:grid;grid-template-columns:1fr 1fr;gap:8px 24px;overflow:hidden}.acct-feat{display:flex;align-items:flex-start;gap:8px;font-size:14px;word-break:break-word;overflow-wrap:break-word;max-width:100%}.acct-feat .check{color:var(--green);flex-shrink:0;margin-top:2px;width:18px;height:18px}.acct-notice{margin:14px 0 2px;padding:10px 14px;border-radius:8px;font-size:13px;color:var(--brand-600);background:color-mix(in srgb,var(--brand) 10%,var(--surface));border:1px solid color-mix(in srgb,var(--brand) 30%,var(--border))}.acct-expired{background:color-mix(in srgb,var(--red) 8%,var(--surface));border-color:color-mix(in srgb,var(--red) 30%,var(--border));padding:20px 24px}.acct-expired-head{margin-bottom:16px}.acct-expired-title{font-size:16px;font-weight:600;color:var(--red)}.acct-expired-recap{background:var(--surface);border-radius:8px;padding:14px 16px;margin-bottom:16px}.acct-acc{padding:0;overflow:hidden}.acct-acc-head{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.acct-acc-head::-webkit-details-marker{display:none}.acct-acc-head:after{content:"";width:8px;height:8px;margin-left:12px;flex-shrink:0;border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);transform:rotate(45deg);transition:transform .15s}.acct-acc:not([open]) .acct-acc-head:after{transform:rotate(-45deg)}.acct-acc-title{font-size:14px;font-weight:600}.acct-acc-count{font-size:12px;color:var(--muted);font-weight:400}.acct-acc-body{border-top:1px solid var(--border)}.acct-acc-empty{padding:16px 20px;color:var(--muted);font-size:14px}.acct-acc-more{padding:12px 20px;text-align:center;border-top:1px solid var(--border)}.acct-hist-filter{padding:12px 20px 4px}.bill-list{display:flex;flex-direction:column;gap:10px;padding:12px 20px 16px}.bill-card{border:1px solid var(--border);border-radius:10px;background:var(--surface-2);overflow:hidden}.bill-card[open]{border-color:var(--brand)}.bill-card-head{display:flex;align-items:center;gap:12px;padding:12px 14px;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.bill-card-head::-webkit-details-marker{display:none}.bill-card-head:after{content:"";width:8px;height:8px;flex-shrink:0;border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);transform:rotate(45deg);transition:transform .15s}.bill-card:not([open]) .bill-card-head:after{transform:rotate(-45deg)}.bill-card-lines{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.bill-card-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.bill-card-ref{font-size:13px;font-weight:600;color:var(--brand);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bill-card-amt{font-size:18px;font-weight:700}.bill-card-date{font-size:13px;color:var(--muted);white-space:nowrap}.bill-card-meta{display:flex;flex-direction:column;gap:2px;margin-top:2px}.bill-card-meta span{font-size:12px;color:var(--muted)}.bill-card-body{border-top:1px solid var(--border);padding:14px}.bill-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px 16px}.bill-field{display:flex;flex-direction:column;gap:2px;min-width:0}.bill-field-label{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.bill-field-value{font-size:14px}.bill-card-dl{display:inline-flex;align-items:center;gap:8px;margin-top:14px}.bill-card-dl svg{width:16px;height:16px}.bill-card-note{margin:14px 0 0;font-size:13px;color:var(--muted)}@media (max-width: 640px){.acct-metrics{grid-template-columns:1fr 1fr}.acct-feats{grid-template-columns:1fr}.bill-list{padding:12px 12px 16px}.bill-card-dl{width:100%;justify-content:center}}@media (max-width: 400px){.acct-metrics{grid-template-columns:1fr}}.pr-page{max-width:640px;margin:0 auto;padding:20px 16px 40px}.pr-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:16px;margin-bottom:24px;border-bottom:1px solid var(--border)}.pr-brand{min-width:0;display:flex;align-items:center}.pr-logo{max-height:40px;max-width:200px;object-fit:contain}.pr-brand-name{font-size:20px;font-weight:800;color:var(--text)}.pr-actions{display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.pr-hero{text-align:center;margin-bottom:28px}.pr-title{font-size:34px;font-weight:800;line-height:1.15;margin:0 0 8px;color:var(--text)}.pr-subtitle{color:var(--muted);font-size:16px;margin:0 auto;max-width:520px}.pr-form{display:flex;flex-direction:column;gap:20px}.pr-section{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:20px}.pr-section-head{display:flex;align-items:center;gap:10px;margin-bottom:16px}.pr-step{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0;border-radius:999px;background:var(--brand);color:#fff;font-size:14px;font-weight:700}.pr-section-title{font-size:18px;font-weight:700;margin:0;color:var(--text)}.pr-dropzone{display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px;padding:24px 16px;border:1.5px dashed var(--border);border-radius:12px;background:var(--surface-2);color:var(--muted);cursor:pointer;transition:border-color .15s,background .15s}.pr-dropzone:hover{border-color:var(--brand)}.pr-dropzone.is-drag{border-color:var(--brand);background:color-mix(in srgb,var(--brand) 10%,var(--surface-2))}.pr-dropzone-icon{width:34px;height:34px;color:var(--brand);margin-bottom:4px}.pr-dropzone-title{font-size:15px;font-weight:600;color:var(--text)}.pr-dropzone-sub{font-size:13px}.pr-dropzone-hint{font-size:12px;margin-top:2px}.pr-file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}.pr-previews{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.pr-preview{position:relative}.pr-preview img{width:72px;height:72px;object-fit:cover;border-radius:8px;border:1px solid var(--border);display:block}.pr-preview-remove{position:absolute;top:-6px;right:-6px;width:22px;height:22px;line-height:20px;border-radius:50%;border:none;background:#000000b3;color:#fff;cursor:pointer;padding:0}.pr-submit{width:100%;height:52px;font-size:16px;font-weight:700;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:8px}.pr-submit .icon{width:18px;height:18px}.pr-consent{text-align:center;color:var(--muted);font-size:12px;margin:4px 0 0}.pr-footer{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:32px;padding-top:20px;border-top:1px solid var(--border);color:var(--muted);font-size:13px}.pr-footer-sep{opacity:.5}@media (max-width: 520px){.pr-title{font-size:27px}.pr-section{padding:16px}.pr-topbar{flex-wrap:wrap}}.contact-hero{text-align:center;padding-top:48px;padding-bottom:8px}.contact-title{font-size:42px;font-weight:900;letter-spacing:-.02em;margin:0 0 12px}.contact-sub{color:var(--muted);max-width:620px;margin:0 auto;font-size:15px;line-height:1.6}.contact-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:20px;align-items:start;padding-bottom:56px}.contact-col{display:flex;flex-direction:column;gap:16px}.contact-grid>.reveal,.contact-col>.reveal{min-width:0}.contact-grid>.reveal>.card,.contact-col>.reveal>.card{margin-top:0}.contact-card-title{font-size:20px;font-weight:800;text-transform:none;letter-spacing:-.01em;color:var(--text);margin:0 0 16px}.contact-info{list-style:none;margin:0;padding:16px 0 0;border-top:1px solid var(--border)}.contact-info-row{display:flex;align-items:flex-start;gap:12px;padding:10px 0}.contact-info-icon{flex:0 0 auto;width:40px;height:40px;border-radius:10px;background:var(--surface-2);color:var(--brand);display:flex;align-items:center;justify-content:center}.contact-info-icon .icon{width:19px;height:19px}.contact-info-text{display:flex;flex-direction:column;gap:2px;min-width:0}.contact-info-label{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.contact-info-value{font-size:15px;color:var(--text);overflow-wrap:anywhere}.contact-support{background:linear-gradient(160deg,color-mix(in srgb,var(--brand) 20%,var(--surface)),var(--surface) 75%);border-color:color-mix(in srgb,var(--brand) 35%,var(--border))}.contact-support-title{display:flex;align-items:center;gap:10px;margin-bottom:10px}.contact-support-title .icon{width:20px;height:20px;color:var(--brand);flex:0 0 auto}.contact-support-btn{margin-top:16px;background:color-mix(in srgb,var(--brand) 32%,#fff);border-color:color-mix(in srgb,var(--brand) 32%,#fff);color:#2a1508;font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-size:12px}.contact-support-btn:hover{background:color-mix(in srgb,var(--brand) 45%,#fff)}.contact-submit{width:100%;min-height:46px;margin-top:4px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;font-size:13px}.contact-submit .icon{width:16px;height:16px}.contact-consent{text-align:center;font-size:12px;margin:12px 0 0}@media (max-width: 900px){.contact-grid{grid-template-columns:1fr}}@media (max-width: 520px){.contact-hero{padding-top:28px}.contact-title{font-size:32px}}
