@charset "UTF-8";
:root { --forest:#173f34; --green:#24664e; --green-hover:#164b38; --lime:#d7edb7; --mint:#edf4ed; --ink:#23332d; --muted:#6d7972; --border:#e3e8e2; --paper:#f7f8f5; --white:#fff; --danger:#a94539; --radius:16px; --shadow:0 12px 36px #20392b08; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:100px; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:Inter,"Segoe UI",Arial,sans-serif; font-size:14px; line-height:1.6; -webkit-font-smoothing:antialiased; }
a { color:inherit; text-decoration:none; }
button,input,select,textarea { font:inherit; }
button,a,input,select,textarea { -webkit-tap-highlight-color:transparent; }
button { cursor:pointer; }
button:disabled { cursor:not-allowed; opacity:.55; }
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible { outline:3px solid #71a286; outline-offset:3px; }
svg { display:block; }
h1,h2,h3,p { margin-top:0; }
h1,h2,h3 { line-height:1.25; letter-spacing:-.035em; }
h1 { font-size:34px; font-weight:650; margin-bottom:10px; }
h2 { font-size:20px; font-weight:650; }
h3 { font-size:16px; font-weight:650; }
p { margin-bottom:16px; }
strong { font-weight:600; }
.icon { width:20px; height:20px; flex-shrink:0; }
.container { width:min(1200px,calc(100% - 64px)); margin-inline:auto; }
.muted { color:var(--muted); }
.text-center { text-align:center; }
.nowrap { white-space:nowrap; }
.prewrap { white-space:pre-wrap; overflow-wrap:anywhere; }
.sr-only,.honeypot { position:absolute!important; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.skip-link { position:fixed; top:-100px; left:20px; z-index:300; padding:12px 20px; background:var(--forest); color:white; border-radius:8px; }
.skip-link:focus { top:10px; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:9px; min-height:43px; padding:10px 17px; border:1px solid var(--border); border-radius:9px; background:var(--white); color:var(--ink); font-size:13px; font-weight:600; line-height:1.3; transition:background .18s,border-color .18s,transform .18s; text-align:center; }
.button:hover { background:#f0f4ee; border-color:#bdcabe; }
.button .icon { width:17px; height:17px; }
.button-primary { background:var(--green); border-color:var(--green); color:#fff; box-shadow:0 3px 5px #173f3410; }
.button-primary:hover { color:#fff; background:var(--green-hover); border-color:var(--green-hover); }
.button-dark { background:var(--forest); border-color:var(--forest); color:#fff; }
.button-dark:hover { background:#0d2d23; color:white; }
.button-lime { background:var(--lime); border-color:var(--lime); color:var(--forest); }
.button-lime:hover { background:#c9e4a0; }
.button-plain { border-color:transparent; background:transparent; box-shadow:none; }
.button-small { min-height:34px; padding:7px 12px; font-size:12px; }
.button-large { min-height:51px; padding:14px 21px; font-size:14px; }
.button-full { width:100%; }
.button-disabled { color:var(--muted); background:#f4f6f1; cursor:default; }
.icon-button { display:inline-flex; align-items:center; justify-content:center; width:36px; height:36px; padding:7px; border:1px solid transparent; border-radius:9px; color:var(--muted); background:transparent; flex-shrink:0; }
.icon-button:hover { background:var(--mint); color:var(--forest); }
.text-link { display:inline-flex; align-items:center; gap:7px; color:var(--green); font-size:12px; font-weight:600; white-space:nowrap; }
.text-link .icon { width:15px; height:15px; }
.text-link:hover,.inline-actions a:hover,.back-link:hover { text-decoration:underline; }
.text-button { border:0; background:none; color:var(--green); padding:4px 0; font-size:12px; }
.danger { color:var(--danger); }
.back-link { display:inline-block; color:var(--muted); font-size:13px; margin-bottom:20px; }
.brand { display:inline-flex; align-items:center; font-size:28px; letter-spacing:-1.4px; font-weight:700; color:var(--forest); white-space:nowrap; line-height:1; }
.brand-symbol { display:inline-grid; place-items:center; position:relative; width:37px; height:39px; margin-right:10px; background:var(--forest); border-radius:11px; color:var(--lime); font-size:33px; font-weight:750; line-height:1; padding-bottom:7px; font-family:"Segoe UI",Arial,sans-serif; letter-spacing:-3px; }
.brand-symbol>span { position:absolute; font-size:16px; top:0; right:1px; line-height:1; letter-spacing:0; }
.brand-ai { color:var(--green); }
.brand-dot { color:#76a05e; }
.small-symbol { width:28px; height:30px; font-size:27px; border-radius:8px; margin-right:0; }
.small-symbol>span { font-size:12px; }
.brand-light { color:#fff; }
.brand-light .brand-symbol { background:var(--lime); color:var(--forest); }
.eyebrow { display:inline-block; margin-bottom:13px; color:var(--green); font-size:10px; font-weight:700; letter-spacing:1.6px; line-height:1.5; }
.eyebrow.light { color:var(--lime); }
.badge { display:inline-flex; align-items:center; justify-content:center; gap:5px; padding:4px 8px; border-radius:6px; color:#69716b; background:#f0f2ee; font-size:10px; font-weight:600; white-space:nowrap; }
.badge .icon { width:12px; height:12px; }
.badge-active,.badge-done,.badge-published,.badge-answered,.badge-ready,.badge-low { color:#286145; background:#eaf4e9; }
.badge-high,.badge-suspended { color:#9d4437; background:#fbece6; }
.badge-normal,.badge-open { color:#8a6727; background:#fcf3df; }
.badge-admin { color:#66518d; background:#f0ebfa; }
.notice { display:flex; align-items:flex-start; gap:11px; padding:16px 18px; border:1px solid #dce7d7; border-radius:10px; background:#f0f5eb; color:#4f654a; margin-bottom:22px; font-size:12px; overflow-wrap:anywhere; }
.notice>.icon { width:18px; height:18px; margin-top:1px; }
.notice a { font-weight:600; text-decoration:underline; }
.notice-success { background:#ecf6ed; border-color:#cce6cf; color:#256140; }
.notice-error { background:#fff0ec; border-color:#f1d1c7; color:#9f4132; }
.notice.compact { font-size:11px; padding:12px 14px; margin-top:20px; margin-bottom:0; }

/* Application shell */
.sidebar { position:fixed; inset:0 auto 0 0; width:236px; display:flex; flex-direction:column; background:#fff; border-right:1px solid var(--border); padding:28px 18px 0; z-index:80; overflow-y:auto; }
.sidebar>.brand { padding:0 13px; margin-bottom:30px; }
.workspace-switch { display:flex; align-items:center; gap:9px; padding:12px 10px; border:1px solid var(--border); border-radius:10px; margin-bottom:23px; background:#fafbf8; min-height:66px; }
.workspace-avatar { display:grid; place-items:center; width:31px; height:33px; flex-shrink:0; background:#e8eddf; color:var(--forest); font-size:10px; font-weight:700; border-radius:7px; }
.workspace-switch>div { display:grid; min-width:0; }
.workspace-switch strong { font-size:11px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.workspace-switch small { font-size:10px; color:var(--muted); }
.nav-label { display:block; padding:0 12px; margin:0 0 10px; color:#89928a; font-size:9px; font-weight:650; letter-spacing:1.1px; }
.side-nav { display:grid; gap:4px; margin-bottom:26px; }
.side-nav a { display:flex; align-items:center; gap:11px; min-height:42px; padding:10px 12px; border-radius:8px; color:#727b73; font-size:12px; line-height:1.3; }
.side-nav a .icon { width:18px; height:18px; stroke-width:1.6; }
.side-nav a:hover { background:#f4f6ef; color:var(--forest); }
.side-nav a.active { background:#edf3e6; color:var(--forest); font-weight:650; }
.side-nav a.active .icon { color:#39714b; }
.mini-tag { padding:2px 5px; border-radius:4px; background:#edf2e7; color:#658350; font-size:8px; margin-left:auto; font-weight:650; }
.sidebar-bottom { margin-top:auto; }
.sidebar-tip { display:block; position:relative; padding:15px 12px; border:1px solid #e2e9d8; border-radius:10px; background:linear-gradient(115deg,#f5f8ed,#edf3e4); margin:0 0 18px; }
.sidebar-tip>.icon { margin-bottom:10px; color:#507441; width:18px; height:18px; }
.sidebar-tip strong { display:block; font-size:11px; margin-bottom:3px; }
.sidebar-tip>span { display:flex; align-items:center; justify-content:space-between; font-size:10px; color:#7b876f; }
.sidebar-tip>span .icon { width:14px; height:14px; }
.sidebar-user { display:flex; align-items:center; gap:8px; padding:17px 0; border-top:1px solid var(--border); }
.avatar { display:inline-flex; align-items:center; justify-content:center; width:36px; height:36px; flex-shrink:0; border-radius:50%; background:#ebece3; color:#5a6450; font-size:11px; font-weight:650; }
.avatar.small { width:32px; height:32px; font-size:10px; }
.avatar.large { width:54px; height:54px; font-size:17px; }
.sidebar-user>div { display:grid; min-width:0; flex:1; }
.sidebar-user strong { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:10px; }
.sidebar-user small { font-size:9px; color:var(--muted); }
.sidebar-user .icon-button { width:28px; height:30px; padding:6px; }
.app-shell { margin-left:236px; min-height:100vh; display:flex; flex-direction:column; }
.app-header { height:74px; min-height:74px; display:flex; align-items:center; justify-content:space-between; gap:20px; padding:0 36px; border-bottom:1px solid var(--border); background:#ffffffdc; }
.breadcrumbs { display:flex; align-items:center; gap:14px; font-size:11px; color:#91998f; min-width:0; }
.breadcrumbs>a { color:#7d877e; }
.breadcrumbs strong { font-weight:500; color:#465248; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.header-actions { display:flex; align-items:center; gap:17px; flex-shrink:0; }
.header-date { font-size:10px; color:var(--muted); padding-right:16px; border-right:1px solid var(--border); }
.menu-button { display:none; }
.app-content { width:100%; max-width:1560px; padding:34px 36px 48px; margin-inline:auto; flex:1; }
.page-heading { display:flex; align-items:center; justify-content:space-between; gap:24px; margin-bottom:28px; }
.page-heading .eyebrow { margin-bottom:8px; font-size:9px; }
.page-heading h1 { font-size:30px; margin-bottom:7px; letter-spacing:-1px; }
.page-heading p { color:var(--muted); font-size:12px; margin:0; }
.page-heading>.button { flex-shrink:0; }
.page-heading .back-link { margin-bottom:8px; }
.greeting-dot { color:#bdcf98; font-size:26px; vertical-align:middle; padding-left:7px; }
.app-footer { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:18px 36px; border-top:1px solid var(--border); color:#90978e; font-size:9px; }
.app-footer a { color:var(--muted); }
.sidebar-overlay { display:none; }

/* Dashboard */
.welcome-card { position:relative; display:flex; justify-content:space-between; gap:30px; min-height:251px; padding:29px 34px; overflow:hidden; border:1px solid #dde8cb; border-radius:var(--radius); background:linear-gradient(105deg,#eff3e8 10%,#e8eed8 70%,#e1ebd0); margin-bottom:24px; }
.welcome-card h2 { font-size:30px; line-height:1.18; letter-spacing:-1px; margin-bottom:12px; font-weight:600; }
.welcome-card .eyebrow { font-size:8px; margin-bottom:10px; }
.welcome-card p { font-size:11px; color:#75816b; line-height:1.8; margin-bottom:16px; }
.welcome-card .button { min-height:35px; font-size:10px; padding:9px 13px; }
.welcome-art { position:relative; width:36%; min-width:200px; margin-right:2%; display:grid; place-items:center; }
.art-orbit { position:absolute; width:220px; height:220px; border:1px solid #cad7b8; border-radius:50%; }
.art-orbit::before,.art-orbit::after { content:""; position:absolute; border:1px solid #cad7b875; border-radius:50%; inset:-27px; }
.art-orbit::after { inset:24px; }
.art-sheet { width:116px; height:148px; padding:25px 20px; background:linear-gradient(130deg,#fff,#f9fbf5); border-radius:12px; transform:rotate(-13deg); box-shadow:8px 14px 20px #54653d17; z-index:1; }
.art-sheet>span { display:block; width:29px; height:9px; background:#d6e5c4; border-radius:3px; margin-bottom:18px; }
.art-sheet i { display:block; width:100%; height:5px; border-radius:3px; background:#e5ebdc; margin-bottom:8px; }
.art-sheet i:nth-child(4) { width:70%; }
.art-sheet b { display:grid; place-items:center; position:absolute; bottom:-12px; right:-13px; width:48px; height:48px; border:5px solid #f4f7ed; border-radius:50%; background:var(--green); color:var(--lime); font-size:23px; }
.art-tile { position:absolute; top:22px; right:23%; width:55px; height:55px; display:grid; place-items:center; border-radius:13px; background:#cbdcae; color:#35654c; box-shadow:0 7px 12px #54653d15; font-size:35px; transform:rotate(13deg); }
.art-caption { position:absolute; bottom:-3px; font-size:7px; letter-spacing:1.7px; color:#859272; white-space:nowrap; }
.stats-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; margin-bottom:24px; }
.stat-card { display:block; min-width:0; padding:19px 19px 16px; background:#fff; border:1px solid var(--border); border-radius:12px; transition:border-color .2s,box-shadow .2s; }
.stat-card:hover { border-color:#c5d3bf; box-shadow:var(--shadow); }
.stat-card>div { display:flex; align-items:center; justify-content:space-between; gap:8px; margin-bottom:10px; }
.stat-card>div>span { font-size:11px; color:var(--muted); }
.stat-card>div>.icon { width:27px; height:27px; padding:5px; color:#7c936f; background:#f4f6ee; border-radius:7px; }
.stat-card>strong { display:block; font-size:31px; font-weight:600; letter-spacing:-1px; line-height:1.2; margin-bottom:13px; }
.stat-card>small { display:flex; align-items:center; justify-content:space-between; color:#92998e; font-size:9px; gap:3px; }
.stat-card>small .icon { width:12px; height:12px; }
.dashboard-grid { display:grid; grid-template-columns:minmax(0,1.65fr) minmax(0,1fr); gap:22px; margin-bottom:22px; }
.card { min-width:0; background:#fff; border:1px solid var(--border); border-radius:var(--radius); box-shadow:0 3px 5px #244b3502; overflow:hidden; }
.card-heading { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:22px 23px 18px; }
.card-heading h2 { font-size:15px; letter-spacing:-.2px; margin:0; }
.card-heading p { font-size:10px; color:#899083; margin:5px 0 0; }
.card-heading>.icon { color:#839877; width:18px; height:18px; }
.card-heading>.muted { font-size:10px; }
.count { display:inline-block; background:#f0f3ec; color:#7d8b70; font-size:10px; border-radius:5px; padding:3px 6px; margin-left:5px; font-weight:500; vertical-align:middle; }
.empty-state { display:flex; flex-direction:column; align-items:center; justify-content:center; min-height:200px; padding:30px 24px; text-align:center; }
.empty-state>.icon { width:46px; height:46px; padding:11px; border:1px solid #e7eedd; border-radius:12px; color:#8ba47a; background:#f7f9f1; margin-bottom:15px; }
.empty-state h3 { font-size:13px; margin:0 0 8px; letter-spacing:0; }
.empty-state p { max-width:300px; color:#939a8f; font-size:11px; margin:0; }
.empty-action { display:block; text-align:center; color:var(--green); font-size:11px; padding:0 20px 23px; }
.risk-overview { padding-bottom:20px; }
.risk-overview h3 { text-align:center; font-size:13px; margin-bottom:6px; }
.risk-overview>.muted { font-size:11px; padding-inline:20px; }
.risk-overview>.button { width:calc(100% - 44px); margin:0 22px; font-size:11px; }
.risk-overview>.badge { display:flex; width:fit-content; margin:0 auto; }
.risk-illustration { display:grid; place-items:center; width:80px; height:80px; border-radius:50%; background:#f1f5e9; border:1px dashed #c3d4b4; margin:4px auto 16px; }
.risk-illustration>.icon { width:32px; height:32px; color:#87a272; }
.score-display { display:flex; align-items:baseline; justify-content:center; gap:5px; margin:12px auto; }
.score-display strong { font-size:54px; line-height:1; color:var(--forest); font-weight:600; letter-spacing:-2px; }
.score-display>span { color:#9aa390; font-size:12px; }
.score-display.large { margin:24px auto; }
.score-display.large strong { font-size:80px; }
.task-list { padding:0 22px 12px; }
.task-row { display:flex; align-items:flex-start; gap:12px; padding:17px 0; border-bottom:1px solid #eef1ea; }
.task-row:last-child { border:0; }
.round-check { display:grid; place-items:center; width:20px; height:20px; padding:2px; border:1px solid #dce3d7; border-radius:6px; background:#fff; color:transparent; margin-top:2px; }
.round-check .icon { width:13px; height:13px; }
.round-check:hover { border-color:#7c9f6c; color:#7c9f6c; }
.round-check.checked { background:var(--green); border-color:var(--green); color:#fff; }
.task-row>div { flex:1; min-width:0; }
.task-row strong { display:block; font-size:11px; overflow-wrap:anywhere; }
.task-row small { display:block; font-size:10px; color:#939a8f; margin-top:3px; }
.task-row.completed .task-info>strong { text-decoration:line-through; color:#92988c; }
.task-row p { font-size:11px; color:#7f887b; margin:9px 0; white-space:pre-wrap; overflow-wrap:anywhere; }
.task-row .inline-actions { margin-top:6px; }
.task-row .badge { font-size:9px; margin-top:2px; }
.overdue { color:#b5673a!important; }
.document-row,.ticket-row { display:flex; align-items:center; gap:11px; padding:17px 23px; border-top:1px solid #eef1ea; }
.document-row:hover,.ticket-row:hover { background:#fafcf7; }
.document-row>div,.ticket-row>div { display:grid; flex:1; min-width:0; }
.document-row strong,.ticket-row strong { font-size:12px; overflow-wrap:anywhere; }
.document-row small,.ticket-row small { font-size:10px; color:#939a8f; margin-top:3px; }
.document-row>.icon,.ticket-row>.icon { width:15px; height:15px; color:#8b977f; }
.file-icon { display:inline-flex; align-items:center; justify-content:center; width:34px; height:38px; border-radius:8px; background:#f2f4ec; color:#81916f; flex-shrink:0; }
.file-icon .icon { width:18px; height:18px; }
.quick-tools { padding:22px 23px; background:#f0f3e9; border:1px solid #e3e8d8; border-radius:var(--radius); }
.quick-tools .eyebrow { font-size:8px; margin-bottom:8px; }
.quick-tools h2 { font-size:21px; font-weight:550; line-height:1.3; margin-bottom:17px; }
.quick-tools>a { display:flex; align-items:center; gap:10px; padding:13px 0; border-top:1px solid #dfe5d4; color:#6f7f63; font-size:11px; }
.quick-tools>a>span { flex:1; }
.quick-tools>a>.icon { width:15px; height:15px; }
.quick-tools>a:hover { color:var(--forest); }

/* Forms, tables and work areas */
.split-layout { display:grid; grid-template-columns:minmax(0,1.55fr) minmax(310px,1fr); gap:24px; align-items:start; }
.split-layout.equal { grid-template-columns:repeat(2,minmax(0,1fr)); }
.stack { display:grid; gap:22px; min-width:0; }
.section-gap { margin-top:24px; }
.form-card { padding:24px; scroll-margin-top:25px; }
.form-card>.card-heading { padding:0 0 24px; }
.form-stack { display:grid; gap:18px; }
label { display:grid; gap:7px; color:#596652; font-size:11px; font-weight:600; }
label .optional { display:inline; color:#a1a797; font-size:10px; font-weight:400; }
input:not([type=checkbox],[type=radio],[type=file]),select,textarea { width:100%; min-width:0; min-height:43px; padding:10px 12px; border:1px solid #dfe5d9; background:#fff; color:var(--ink); font-size:12px; border-radius:8px; transition:border-color .15s,box-shadow .15s; }
input::placeholder,textarea::placeholder { color:#a3aa9c; opacity:1; }
input:focus,select:focus,textarea:focus { border-color:#93b283; box-shadow:0 0 0 3px #7eaa6820; }
textarea { resize:vertical; line-height:1.7; }
input[type=checkbox] { accent-color:var(--green); width:16px; height:16px; margin:2px 0 0; flex-shrink:0; }
.form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:15px; }
.field-hint { font-size:10px; color:#8d9586; margin:-7px 0 0; }
.check-label { display:flex; align-items:flex-start; gap:10px; font-size:11px; font-weight:400; line-height:1.7; }
.check-label strong { display:block; font-size:12px; color:#47563f; }
.check-label small { display:block; font-size:10px; color:#909885; }
.check-label a { text-decoration:underline; color:var(--green); }
.switch-label { padding:12px 0; border-top:1px solid var(--border); }
.fine-print { color:#849078; font-size:10px; line-height:1.8; margin:18px 0 0; }
.fine-print>.icon { display:inline-block; width:12px; height:12px; vertical-align:-2px; margin-right:4px; }
.inline-actions { display:flex; align-items:center; flex-wrap:wrap; gap:12px; }
.inline-actions a { color:var(--green); font-size:11px; }
.inline-actions .text-button { font-size:11px; }
.filter-links { display:flex; flex-wrap:wrap; gap:4px; font-size:10px; }
.filter-links a { padding:5px 9px; border-radius:6px; color:#87917b; }
.filter-links a.active { background:#edf3e5; color:var(--forest); }
.search-field { position:relative; width:230px; max-width:100%; }
.search-field>.icon { position:absolute; top:11px; left:11px; color:#939c88; width:15px; height:15px; }
.search-field>input { padding:9px 12px 9px 34px; min-height:36px; font-size:11px; background:#fafbf7; }
.table-wrap { overflow-x:auto; width:100%; }
table { width:100%; border-collapse:collapse; text-align:left; font-size:11px; }
th { background:#f8faf5; border-block:1px solid #e9eee2; color:#929a86; font-size:9px; font-weight:600; padding:12px 20px; white-space:nowrap; }
td { padding:17px 20px; border-bottom:1px solid #edf0e7; color:#738166; vertical-align:middle; }
td strong { color:#3f5036; font-size:11px; display:block; overflow-wrap:anywhere; }
td small { display:block; color:#989f8e; font-size:9px; margin-top:3px; }
tr:last-child td { border-bottom:0; }
.cell-with-icon { display:flex; align-items:center; gap:10px; min-width:150px; max-width:360px; }
.cell-with-icon>div { min-width:0; }
code { font-size:10px; color:#5b7053; background:#f3f6ef; border-radius:4px; padding:3px 5px; }
.pagination { display:flex; align-items:center; justify-content:space-between; padding:17px 23px; border-top:1px solid var(--border); gap:12px; }
.pagination>span { font-size:10px; color:#8b9680; }
.pagination>div { display:flex; gap:6px; }
.upload-zone { display:flex; flex-direction:column; align-items:center; gap:8px; padding:26px 16px; border:1px dashed #c2d2b3; border-radius:10px; background:#f9fbf5; text-align:center; cursor:pointer; }
.upload-zone>.icon { width:28px; height:28px; color:#87a173; margin-bottom:4px; }
.upload-zone>strong { font-size:12px; }
.upload-zone>span,.upload-zone>small { font-size:10px; font-weight:400; color:#8d9c7e; overflow-wrap:anywhere; max-width:100%; }
.upload-zone>input { width:100%; font-size:10px; margin:6px 0; color:#647857; }
.upload-zone>input::file-selector-button { padding:7px 10px; background:#e6eedb; border:0; border-radius:5px; color:#526746; margin-right:8px; cursor:pointer; }
.storage-card { padding:23px; }
.storage-card>div { display:flex; align-items:center; gap:8px; margin-bottom:18px; font-size:11px; }
.storage-card>div>.icon { width:16px; height:16px; color:#8d9d7c; }
.storage-card>div>span { margin-left:auto; color:#9aa48a; font-size:10px; }
progress { display:block; width:100%; height:5px; border:none; border-radius:5px; overflow:hidden; background:#ecf0e5; accent-color:var(--green); }
progress::-webkit-progress-bar { background:#edf1e5; }
progress::-webkit-progress-value { background:var(--green); border-radius:5px; }
.storage-card p { font-size:10px; color:#96a084; margin:10px 0 12px; }
.storage-card p strong { color:#6a7b58; }
.risk-detail { padding:0 24px 26px; }
.risk-detail>.card-heading { padding-inline:0; }
.risk-detail>h3 { font-size:14px; margin-top:30px; }
.action-list { list-style:none; padding:0; margin:16px 0 24px; }
.action-list>li { display:flex; align-items:flex-start; gap:10px; padding:13px 0; border-bottom:1px solid var(--border); font-size:12px; color:#6d7c61; }
.action-list .icon { color:#70945b; width:17px; height:17px; margin-top:2px; }
.method-note { margin-top:24px; padding-top:18px; border-top:1px solid var(--border); font-size:11px; color:#839173; }
.method-note summary { cursor:pointer; }
.method-note p { padding-top:12px; margin:0; font-size:10px; }
.history-strip { display:flex; overflow-x:auto; padding:0 24px 24px; gap:14px; }
.history-strip>div { display:grid; gap:10px; padding:16px 21px; border:1px solid var(--border); border-radius:10px; min-width:127px; }
.history-strip>div>span { font-size:10px; color:#8c997c; }
.history-strip strong { font-size:26px; }
.history-strip strong small { font-size:10px; color:#9da68e; }
.calculation-summary { padding:30px; background:linear-gradient(140deg,#edf3e5,#f4f7ef); border-color:#d9e4ce; }
.calculation-summary h2 { font-size:25px; }
.result-rate { font-size:11px; color:#82946e; margin-bottom:30px; }
.result-line { display:flex; justify-content:space-between; gap:14px; padding:18px 0; border-bottom:1px solid #dbe5cf; font-size:12px; }
.result-line>span { color:#82906e; }
.result-total { padding:25px 0 10px; }
.result-total span { display:block; font-size:11px; color:#6a7d54; margin-bottom:7px; }
.result-total strong { display:block; font-size:35px; font-weight:600; overflow-wrap:anywhere; }
.profile-heading { display:flex; align-items:center; gap:14px; border-bottom:1px solid var(--border); padding-bottom:25px; margin-bottom:24px; }
.profile-heading h2 { font-size:18px; margin-bottom:5px; }
.profile-heading p { color:#89967a; font-size:11px; margin:0; overflow-wrap:anywhere; }
.detail-list { margin:0; }
.detail-list>div { display:flex; justify-content:space-between; gap:20px; padding:14px 0; border-bottom:1px solid var(--border); font-size:12px; }
.detail-list dt { color:#8b987b; flex-shrink:0; }
.detail-list dd { margin:0; text-align:right; overflow-wrap:anywhere; }
.conversation-card { max-width:1050px; }
.message-thread { padding:8px 26px 26px; }
.support-message { display:flex; align-items:flex-start; gap:14px; padding:27px 0; border-bottom:1px solid var(--border); }
.support-message>div { flex:1; min-width:0; }
.support-message header { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:12px; margin-bottom:12px; }
.support-message header strong { display:flex; align-items:center; gap:8px; font-size:12px; }
.support-message time { font-size:10px; color:#9ba48e; }
.support-message p { font-size:13px; color:#6b7d5d; line-height:1.85; margin:0; }
.support-message.from-team>.avatar { background:#e3ecd9; color:var(--green); }
.reply-box { padding:25px; background:#fafbf7; border-top:1px solid var(--border); }
.close-ticket { margin-top:18px; }

/* AI workspace */
.ai-title-tag { display:inline-block; font-size:12px; vertical-align:middle; border:1px solid #dce5d1; background:#f0f4e9; color:#7e9566; padding:4px 8px; border-radius:6px; letter-spacing:0; }
.chat-layout { display:grid; grid-template-columns:210px minmax(0,1fr); gap:20px; align-items:start; }
.chat-history { padding:17px 12px; }
.chat-history>.button { margin-bottom:25px; font-size:11px; }
.chat-history>.fine-print { padding-inline:10px; }
.history-link { display:flex; align-items:center; gap:9px; font-size:11px; color:#869675; padding:10px 9px; border-radius:7px; }
.history-link .icon { width:15px; height:15px; }
.history-link>span { white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
.history-link.active,.history-link:hover { background:#eff3e8; color:var(--forest); }
.chat-card>.card-heading { border-bottom:1px solid var(--border); }
.ai-avatar { width:38px; height:38px; display:inline-flex; align-items:center; justify-content:center; background:var(--forest); color:var(--lime); border-radius:11px; }
.ai-avatar.large { width:58px; height:58px; border-radius:17px; margin:0 auto 20px; }
.ai-avatar.large>.icon { width:28px; height:28px; }
.chat-messages { min-height:380px; max-height:60vh; overflow-y:auto; padding:20px 24px; }
.chat-welcome { max-width:500px; margin:20px auto 10px; text-align:center; }
.chat-welcome>h2 { font-size:25px; font-weight:600; }
.chat-welcome>p { max-width:370px; margin:0 auto 23px; color:#94a083; font-size:11px; }
.prompt-grid { display:grid; gap:9px; max-width:430px; margin:auto; }
.prompt-grid>button { display:flex; align-items:center; justify-content:space-between; gap:15px; text-align:left; padding:13px 15px; border:1px solid #e5ebda; background:#fafcf7; border-radius:9px; color:#7a8c66; font-size:11px; }
.prompt-grid>button:hover { background:#f0f5e6; }
.prompt-grid .icon { width:14px; height:14px; }
.chat-composer { padding:0 24px 21px; }
.chat-composer>.notice { margin:0 0 15px; }
.chat-composer .form-stack { gap:12px; }
.composer-field { display:flex; align-items:flex-end; padding:7px; border:1px solid #dce5d0; border-radius:12px; box-shadow:0 4px 10px #30531c04; }
.composer-field textarea { border:0; box-shadow:none; font-size:12px; resize:vertical; background:transparent; max-height:180px; }
.composer-field .button { width:39px; min-width:39px; min-height:39px; padding:10px; }
.small-check { font-size:9px; color:#96a387; }
.small-check input { width:12px; height:12px; }
.chat-composer .fine-print { text-align:center; font-size:9px; margin:0; }
.chat-message { display:flex; align-items:flex-start; gap:11px; margin:8px 0 24px; }
.chat-message>div { min-width:0; flex:1; }
.chat-message strong { font-size:11px; }
.chat-message p { font-size:12px; line-height:1.9; margin:5px 0 0; color:#718160; }
.chat-message.user { background:#f5f8ef; padding:16px; border-radius:12px; }
.chat-message.assistant>.avatar { border-radius:10px; background:var(--forest); color:var(--lime); }
.chat-message.assistant>.avatar>.icon { width:17px; height:17px; }

/* Admin */
.admin-banner { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:30px 34px; background:var(--forest); color:white; border-radius:var(--radius); margin-bottom:25px; position:relative; overflow:hidden; }
.admin-banner h2 { font-size:28px; margin-bottom:10px; }
.admin-banner p { color:#a3b8a5; font-size:12px; margin:0; }
.admin-banner .eyebrow { font-size:9px; }
.admin-emblem { padding:26px; color:#bad493; border:1px solid #547b59; border-radius:50%; box-shadow:0 0 0 22px #42684b30; margin-right:25px; }
.admin-emblem>.icon { width:43px; height:43px; stroke-width:1.2; }
.service-list { padding:0 22px 20px; }
.service-list>div { display:flex; align-items:center; gap:10px; padding:12px 0; border-bottom:1px solid var(--border); }
.service-list>div:last-child { border:0; }
.service-list>div>div { display:grid; flex:1; }
.service-list strong { font-size:11px; }
.service-list small { color:#95a087; font-size:9px; margin-top:2px; }
.service-list .icon { width:14px; height:14px; color:#95a77d; }
.service-dot { width:6px; height:6px; background:#d3ae5d; border-radius:50%; }
.service-dot.ready { background:#77a067; }
.service-list+.button { width:calc(100% - 44px); margin:0 22px 23px; font-size:11px; }
.admin-plan-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.admin-plan-grid .form-grid { grid-template-columns:1fr; }
.settings-save { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-top:24px; }
.settings-save>span { font-size:11px; color:#859572; }
.article-list { padding:0 23px; }
.article-list>article { padding:20px 0; border-bottom:1px solid var(--border); }
.article-list>article:last-child { border:0; }
.article-list>article>div:first-child { display:flex; align-items:flex-start; justify-content:space-between; gap:15px; }
.article-list h3 { font-size:14px; margin:0 0 10px; }
.article-list p { color:#849671; font-size:12px; overflow-wrap:anywhere; }
.article-list small { color:#a1ad92; font-size:10px; }
.article-list .inline-actions { margin-top:13px; }

/* Authentication */
.auth-body { display:grid; grid-template-columns:43% 57%; min-height:100vh; background:#fff; }
.auth-story { display:flex; flex-direction:column; justify-content:space-between; padding:44px 55px 30px; background:radial-gradient(ellipse at 95% 95%,#355d3c 0,transparent 60%),var(--forest); color:#fff; position:relative; overflow:hidden; }
.auth-story::after { content:""; position:absolute; width:500px; height:500px; border:1px solid #42634a80; border-radius:50%; right:-300px; bottom:-150px; box-shadow:0 0 0 70px #42634a15,0 0 0 140px #42634a10; pointer-events:none; }
.auth-story>.brand { width:fit-content; }
.auth-story>div { padding:60px 0; max-width:400px; position:relative; z-index:1; }
.auth-story h2 { font-size:46px; line-height:1.14; font-weight:500; letter-spacing:-2px; margin-bottom:24px; }
.auth-story h2 em { color:var(--lime); font-style:normal; }
.auth-story p { color:#a1b49f; font-size:14px; line-height:1.85; margin-bottom:35px; }
.auth-feature { display:flex; align-items:center; gap:13px; color:#c9d5bd; font-size:12px; margin:20px 0; }
.auth-feature>.icon { color:#b0ce90; width:18px; height:18px; }
.auth-bottom { display:flex; justify-content:space-between; gap:20px; font-size:8px; letter-spacing:1.1px; color:#829b78; }
.auth-main { display:flex; flex-direction:column; padding:40px 60px 25px; min-width:0; }
.auth-main>.back-link { align-self:flex-start; font-size:12px; }
.auth-form-wrap { width:min(410px,100%); margin:auto; padding:40px 0; }
.auth-form-wrap>h1 { font-size:31px; line-height:1.2; font-weight:600; letter-spacing:-1px; }
.auth-form-wrap>.eyebrow { font-size:9px; }
.auth-form-wrap>.muted { font-size:13px; line-height:1.8; margin:0 0 29px; }
.auth-form-wrap .form-stack { gap:19px; }
.auth-form-wrap label { font-size:11px; }
.auth-form-wrap input:not([type=checkbox]) { min-height:47px; }
.password-field { position:relative; }
.password-field>input { padding-right:70px; }
.password-field>button { position:absolute; right:12px; top:14px; border:0; padding:0; color:#8a9a77; font-size:10px; background:none; }
.form-between { display:flex; justify-content:space-between; align-items:center; gap:10px; font-size:10px; margin-top:-4px; color:#788f61; }
.form-between>span { display:flex; align-items:center; gap:6px; color:#a0ab91; }
.form-between .icon { width:12px; height:12px; }
.auth-switch { font-size:12px; color:#8f9e7d; text-align:center; margin-top:26px; }
.auth-switch a { color:var(--green); font-weight:600; }
.auth-legal { display:flex; justify-content:center; gap:18px; font-size:10px; color:#a0ab95; margin:20px 0 0; }

/* Public website */
.public-body { background:#fcfdf9; }
.public-body>main { overflow-x:clip; }
.public-header { position:sticky; top:0; z-index:50; border-bottom:1px solid #e5e9df; background:#fcfdf9f2; backdrop-filter:blur(14px); }
.public-nav { display:flex; align-items:center; justify-content:space-between; gap:30px; min-height:84px; }
.public-links,.public-actions { display:flex; align-items:center; gap:30px; }
.public-links>a { color:#707d63; font-size:12px; }
.public-links>a:hover { color:var(--forest); }
.public-actions { gap:10px; }
.hero { display:grid; grid-template-columns:1.05fr 1fr; align-items:center; gap:70px; padding-block:87px 102px; }
.hero-pill { display:inline-flex; align-items:center; gap:8px; border:1px solid #e2e9d8; padding:7px 11px; border-radius:20px; background:#f7faef; color:#7e9067; font-size:10px; margin-bottom:24px; }
.hero-pill>span { width:5px; height:5px; border-radius:50%; background:#7d9e64; }
.hero h1 { font-size:clamp(48px,5.5vw,72px); line-height:1.05; letter-spacing:-3.5px; font-weight:550; margin-bottom:26px; }
.hero h1 em { font-style:normal; color:#50734a; }
.hero-copy>p { color:#849174; max-width:470px; font-size:14px; line-height:1.85; margin-bottom:29px; }
.hero-buttons { display:flex; gap:12px; flex-wrap:wrap; }
.hero-benefits { display:flex; gap:23px; margin-top:24px; }
.hero-benefits>span { display:flex; align-items:center; gap:6px; font-size:10px; color:#9aa68a; }
.hero-benefits .icon { width:13px; height:13px; color:#809c65; }
.hero-visual { position:relative; padding:20px 0; }
.hero-orbit { position:absolute; inset:10px -20px -20px 0; border:1px solid #e3ebd8; border-radius:50%; background:radial-gradient(ellipse,#e7efdb 0,#f3f7eb 65%,transparent 66%); }
.hero-orbit::after { content:""; position:absolute; inset:-35px; border:1px solid #edf1e4; border-radius:50%; }
.showcase-window { position:relative; width:100%; max-width:470px; border:1px solid #dde5d1; border-radius:18px; background:#fff; box-shadow:15px 26px 60px #3f5c2514; transform:rotate(-2deg); overflow:hidden; }
.showcase-top { display:flex; align-items:center; gap:10px; padding:18px 20px; border-bottom:1px solid #e9edde; }
.showcase-top>strong { font-size:12px; }
.showcase-top>.badge { margin-left:auto; font-size:8px; }
.showcase-body { padding:27px; }
.showcase-body>.eyebrow { font-size:8px; }
.showcase-body>h3 { font-size:26px; font-weight:550; letter-spacing:-.8px; }
.showcase-stats { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin:25px 0 20px; }
.showcase-stats>div { padding:15px; border:1px solid #e5ebd9; border-radius:10px; display:grid; background:#fafcf7; }
.showcase-stats .icon { color:#95aa78; width:18px; height:18px; margin-bottom:13px; }
.showcase-stats strong { font-size:12px; }
.showcase-stats small { color:#a1ad8f; font-size:9px; }
.showcase-task { display:flex; align-items:center; gap:11px; padding:14px 0; border-bottom:1px solid #eff2e8; }
.showcase-task>div { display:grid; flex:1; }
.showcase-task strong { font-size:10px; }
.showcase-task small { color:#9da98b; font-size:8px; }
.showcase-task>.icon { width:13px; height:13px; color:#a4b292; }
.task-check { width:19px; height:19px; display:grid; place-items:center; background:#e7eedb; color:#71954d; border-radius:5px; }
.task-check .icon { width:13px; height:13px; }
.task-check.pending { background:#fff; border:1px solid #dfe7d3; }
.showcase-progress { display:flex; align-items:center; gap:8px; margin-top:20px; font-size:7px; color:#9eac89; }
.showcase-progress>div { flex:1; height:4px; background:#eff3e8; border-radius:5px; }
.showcase-progress i { display:block; width:75%; height:4px; background:#afc492; border-radius:5px; }
.floating-note { position:absolute; left:30px; right:-8px; bottom:-10px; display:flex; align-items:center; gap:12px; padding:18px 20px; background:var(--forest); border-radius:11px; color:#d5e1c7; box-shadow:0 14px 35px #173f3420; transform:rotate(2deg); }
.floating-note>.icon { width:28px; height:28px; color:#aac986; }
.floating-note>div { display:grid; }
.floating-note strong { font-size:11px; }
.floating-note span { font-size:9px; color:#95ac86; }
.benefit-strip { border-block:1px solid #e8edde; background:#f7f9f0; }
.benefit-strip>.container { display:grid; grid-template-columns:repeat(4,1fr); padding-block:28px; }
.benefit-strip span { display:flex; align-items:center; justify-content:center; gap:10px; border-right:1px solid #e0e8d3; font-size:11px; color:#879970; }
.benefit-strip span:last-child { border:0; }
.benefit-strip .icon { width:18px; height:18px; }
.marketing-section { padding-block:96px; }
.section-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:40px; margin-bottom:38px; }
.section-heading h2,.center-heading h2,.how-section h2,.faq-section h2 { font-size:43px; font-weight:550; letter-spacing:-1.6px; margin:0; }
.section-heading>p { max-width:360px; font-size:13px; line-height:1.85; color:#8d9c7b; margin:0 0 6px; }
.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.feature-card { position:relative; padding:28px 26px 45px; border:1px solid #e6ecdc; border-radius:15px; background:#fff; }
.feature-card h3 { font-size:18px; margin-bottom:12px; font-weight:550; }
.feature-card p { font-size:12px; color:#93a080; line-height:1.85; }
.feature-icon { display:inline-flex; align-items:center; justify-content:center; width:41px; height:41px; border-radius:11px; background:#eff4e6; color:#759655; margin-bottom:25px; }
.feature-icon>.icon { width:21px; height:21px; }
.feature-card>a { position:absolute; bottom:20px; right:23px; color:#9ab67b; }
.feature-card>a:hover { color:var(--forest); }
.feature-card:first-child { background:#f0f5e8; border-color:#d8e5c8; }
.how-section { padding:80px 0; background:var(--forest); color:#fff; }
.how-section>.container { display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:90px; }
.how-section h2 { margin-bottom:22px; }
.how-section>.container>div>p { color:#a0b48f; font-size:13px; max-width:400px; line-height:1.9; }
.steps { display:grid; gap:27px; }
.steps>article { display:flex; align-items:flex-start; gap:20px; padding-bottom:25px; border-bottom:1px solid #486641; }
.steps>article:last-child { padding:0; border:0; }
.steps>article>span { font-size:10px; border:1px solid #688452; border-radius:50%; width:34px; height:34px; display:grid; place-items:center; flex-shrink:0; color:#bad493; }
.steps h3 { font-size:16px; font-weight:550; margin-bottom:7px; }
.steps p { color:#9eb289; font-size:12px; margin:0; }
.center-heading { text-align:center; }
.center-heading>p { max-width:480px; margin:22px auto; color:#91a07b; font-size:13px; }
.segmented { display:inline-flex; background:#eef3e5; border:1px solid #e5ebd9; padding:4px; border-radius:9px; }
.segmented>button { border:0; background:transparent; color:#8c9e74; border-radius:6px; padding:8px 22px; font-size:11px; }
.segmented>button.active { background:#fff; color:var(--forest); box-shadow:0 2px 4px #364f2010; }
.pricing-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; margin-top:45px; }
.pricing-card { position:relative; padding:30px 27px; border:1px solid #e1e9d6; border-radius:15px; background:#fff; }
.pricing-card.featured { border:1.5px solid #94ae79; background:#f7faef; }
.pricing-label { position:absolute; top:-12px; left:25px; padding:5px 10px; border-radius:5px; background:#d9e8c2; color:#4d703b; font-size:8px; font-weight:600; letter-spacing:.7px; }
.pricing-card>.eyebrow { font-size:11px; margin-bottom:10px; }
.pricing-card>p { color:#9ca88a; font-size:11px; min-height:35px; }
.price { display:flex; align-items:baseline; gap:7px; margin-top:27px; }
.price>strong { font-size:45px; font-weight:550; letter-spacing:-2px; line-height:1.3; }
.price>span { color:#94a47e; font-size:11px; }
.billing-note { display:block; color:#a4af95; font-size:9px; margin:5px 0 24px; }
.check-list { display:grid; gap:13px; list-style:none; padding:24px 0 0; margin:25px 0 0; border-top:1px solid #e4ead8; }
.check-list>li { display:flex; gap:9px; align-items:center; font-size:11px; color:#889d70; }
.check-list .icon { width:14px; height:14px; color:#97b478; }
.panel-pricing { margin-top:36px; }
.panel-pricing .check-list { margin:20px 0 28px; }
.faq-section { display:grid; grid-template-columns:1fr 1.4fr; gap:80px; padding:0 0 90px; }
.faq-list { border-top:1px solid #e0e8d4; }
.faq-list>details { border-bottom:1px solid #e0e8d4; }
.faq-list summary { position:relative; padding:21px 30px 21px 0; font-size:13px; cursor:pointer; list-style:none; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary::after { content:"+"; position:absolute; right:0; top:18px; color:#99b379; font-size:21px; font-weight:400; }
.faq-list details[open] summary::after { content:"−"; }
.faq-list p { padding:0 25px 5px 0; color:#94a580; font-size:12px; }
.final-cta { position:relative; overflow:hidden; padding:55px; background:var(--forest); color:#fff; border-radius:20px; margin-bottom:80px; }
.final-cta h2 { font-size:46px; font-weight:500; letter-spacing:-2px; margin-bottom:30px; }
.final-cta .eyebrow { font-size:9px; }
.cta-star { position:absolute; right:10%; top:25%; font-size:190px; line-height:1; color:#bed79a; transform:rotate(10deg); }
.public-footer { padding:45px 0 15px; border-top:1px solid #e7eddd; }
.footer-row { display:flex; align-items:center; gap:25px; padding-bottom:38px; }
.footer-row>.brand { font-size:24px; }
.footer-row>p { color:#9cac85; font-size:11px; margin:0; }
.footer-row>div { display:flex; gap:25px; margin-left:auto; font-size:10px; color:#8b9e73; }
.footer-bottom { display:flex; justify-content:space-between; flex-wrap:wrap; gap:15px; border-top:1px solid #e5ecda; padding-top:20px; color:#a7b295; font-size:9px; }
.error-page { text-align:center; padding-block:90px 120px; min-height:60vh; }
.error-symbol { display:grid; place-items:center; width:80px; height:80px; background:#edf3e4; border-radius:23px; margin:15px auto 30px; color:#88a76b; }
.error-symbol>.icon { width:38px; height:38px; }
.error-page h1 { font-size:40px; }
.error-page p { max-width:550px; margin:20px auto 30px; color:#889b70; }
.legal-page { max-width:800px; padding-block:80px 100px; min-height:65vh; }
.legal-page h1 { font-size:42px; margin-bottom:40px; }
.prose { font-size:14px; color:#73875b; line-height:1.95; }

/* Responsive layouts */
@media(min-width:1500px) { .app-content { padding-top:40px; } .welcome-card { padding:34px 40px; } .welcome-card h2 { font-size:35px; } .welcome-card p { font-size:12px; } }
@media(max-width:1250px) { .app-header { padding-inline:26px; } .app-content { padding:28px 26px 40px; } .stats-grid { gap:12px; } .stat-card { padding:16px 14px; } .stat-card>div>span { font-size:10px; } .dashboard-grid { gap:17px; } .card-heading { padding:20px; } .split-layout { grid-template-columns:minmax(0,1.2fr) minmax(300px,1fr); gap:18px; } .card-heading { flex-wrap:wrap; } .admin-plan-grid { grid-template-columns:1fr; } .admin-plan-grid .form-stack { grid-template-columns:1fr 1fr; } .admin-plan-grid .form-grid { grid-template-columns:1fr 1fr; } .hero { gap:35px; } .auth-story { padding-inline:38px; } }
@media(max-width:1100px) { .sidebar { transform:translateX(-100%); transition:transform .2s ease; box-shadow:10px 0 25px #16332512; } .sidebar-open .sidebar { transform:translateX(0); } .sidebar-open .sidebar-overlay { display:block; position:fixed; inset:0; z-index:70; border:0; background:#122f2480; backdrop-filter:blur(2px); } .app-shell { margin-left:0; } .menu-button { display:inline-flex; margin-left:-8px; } .app-content { max-width:1100px; } .sidebar-open { overflow:hidden; } .public-links { gap:18px; } .hero h1 { font-size:57px; } .hero { padding-block:65px 80px; } .auth-story h2 { font-size:38px; } .auth-main { padding-inline:40px; } .how-section>.container { gap:50px; } }
@media(max-width:800px) { .container { width:calc(100% - 40px); } .public-links { display:none; } .public-nav { min-height:74px; } .hero { grid-template-columns:1fr; padding-block:50px 75px; gap:45px; } .hero-copy { text-align:center; } .hero h1 { font-size:62px; } .hero-copy>p { margin-inline:auto; } .hero-buttons,.hero-benefits { justify-content:center; } .hero-visual { width:min(430px,calc(100% - 25px)); margin:0 auto; } .benefit-strip>.container { grid-template-columns:1fr 1fr; gap:22px; } .benefit-strip span:nth-child(2) { border:0; } .marketing-section { padding-block:65px; } .section-heading { align-items:flex-start; flex-direction:column; gap:24px; } .section-heading>p { max-width:500px; } .feature-grid { grid-template-columns:repeat(2,1fr); } .how-section>.container { grid-template-columns:1fr; gap:40px; } .how-section { padding-block:60px; } .pricing-grid { grid-template-columns:1fr; gap:27px; max-width:500px; margin-inline:auto; } .pricing-card { padding:30px; } .faq-section { grid-template-columns:1fr; gap:35px; padding-bottom:65px; } .final-cta { padding:40px; } .cta-star { font-size:110px; top:auto; bottom:45px; right:35px; } .footer-row { flex-wrap:wrap; gap:20px; } .footer-row>div { margin:0; width:100%; } .auth-body { grid-template-columns:1fr; } .auth-story { display:none; } .auth-main { min-height:100vh; padding:30px 24px 20px; } .auth-form-wrap { padding-block:25px; } .dashboard-grid,.split-layout,.split-layout.equal { grid-template-columns:1fr; } .stats-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .welcome-card { padding:27px; } .welcome-card h2 { font-size:28px; } .welcome-art { width:32%; min-width:160px; margin-right:0; } .art-orbit { width:160px; height:160px; } .art-tile { right:0; } .art-caption { display:none; } .risk-overview { padding-bottom:23px; } .risk-overview>.button { max-width:320px; margin:0 auto; display:flex; } .risk-illustration { margin-top:0; } .quick-tools { padding:24px; } .quick-tools h2 br { display:none; } .chat-layout { grid-template-columns:1fr; } .chat-history { display:flex; align-items:center; flex-wrap:wrap; gap:8px; padding:12px; max-height:155px; overflow:auto; } .chat-history>.button { width:auto; margin:0; } .chat-history>.nav-label,.chat-history>.fine-print { display:none; } .history-link { max-width:175px; } .admin-banner h2 { font-size:25px; } .app-footer { padding-inline:26px; } .app-footer>span:nth-child(2) { display:none; } .admin-plan-grid .form-stack { grid-template-columns:1fr 1fr; } .admin-plan-grid .form-grid { grid-template-columns:1fr; } .settings-save { flex-wrap:wrap; } .panel-pricing { max-width:none; } }
@media(max-width:520px) { body { font-size:13px; } .container { width:calc(100% - 32px); } .app-header { height:62px; min-height:62px; padding-inline:18px; gap:10px; } .breadcrumbs { gap:8px; font-size:10px; } .breadcrumbs>a,.breadcrumbs>span { display:none; } .header-actions { gap:8px; } .header-date { display:none; } .app-content { padding:23px 16px 32px; } .page-heading { align-items:flex-start; flex-wrap:wrap; gap:17px; margin-bottom:22px; } .page-heading h1 { font-size:26px; } .page-heading p { font-size:11px; } .page-heading>.button { min-height:37px; padding:8px 12px; font-size:11px; } .welcome-card { padding:25px 22px; min-height:240px; } .welcome-card>div:first-child { position:relative; z-index:2; max-width:100%; } .welcome-card h2 { font-size:29px; } .welcome-card p { font-size:11px; max-width:260px; } .welcome-art { display:none; } .stats-grid { gap:10px; margin-bottom:18px; } .stat-card { padding:15px 13px; } .stat-card>div { margin-bottom:11px; gap:4px; } .stat-card>div>span { font-size:10px; } .stat-card>div>.icon { width:23px; height:23px; } .stat-card>strong { font-size:29px; margin-bottom:10px; } .stat-card>small { font-size:8px; } .dashboard-grid { gap:17px; margin-bottom:17px; } .card-heading { padding:19px; gap:12px; } .card-heading h2 { font-size:14px; } .card-heading .search-field { width:100%; } .task-list { padding-inline:19px; } .task-row { gap:9px; } .task-row strong { font-size:11px; } .task-row .badge { font-size:8px; padding:3px 5px; } .document-row,.ticket-row { padding:15px 19px; gap:9px; } .ticket-row>.badge { font-size:8px; } .ticket-row>.icon { display:none; } .form-card { padding:21px; } .form-grid { grid-template-columns:1fr; gap:18px; } .form-stack { gap:17px; } .button { font-size:12px; } .app-footer { padding-inline:18px; } .empty-state { min-height:180px; } .empty-state h3 { font-size:12px; } .empty-state p { font-size:10px; } .result-total strong { font-size:30px; } .admin-banner { padding:25px; } .admin-banner h2 { font-size:24px; } .admin-emblem { display:none; } .admin-plan-grid .form-stack { grid-template-columns:1fr; } .message-thread { padding:0 18px 20px; } .support-message { gap:10px; } .support-message>.avatar { width:29px; height:29px; font-size:9px; } .support-message p { font-size:12px; } .reply-box { padding:20px; } .chat-messages { padding:15px; } .chat-welcome { margin-top:10px; } .chat-welcome h2 { font-size:23px; } .chat-composer { padding-inline:15px; } .chat-card .card-heading { padding:17px; } .chat-message { gap:8px; } .chat-message p { font-size:11px; } .chat-message>.avatar { width:28px; height:28px; font-size:9px; } .pagination { flex-wrap:wrap; padding:15px 18px; } .public-actions { gap:2px; } .public-actions .button { font-size:10px; padding:9px 11px; min-height:36px; } .public-actions .button .icon { display:none; } .public-nav .brand { font-size:25px; } .public-nav .brand-symbol { width:30px; height:32px; font-size:29px; border-radius:9px; margin-right:7px; } .public-nav .brand-symbol>span { font-size:13px; } .hero h1 { font-size:51px; letter-spacing:-2.4px; } .hero-pill { font-size:8px; } .hero-copy>p { font-size:13px; padding-inline:6px; } .hero-buttons { display:grid; } .hero-benefits { gap:15px; } .hero-benefits>span { font-size:9px; } .hero-visual { width:calc(100% - 10px); } .hero-orbit { inset:10px 0; } .hero-orbit::after { inset:-9px; } .showcase-body { padding:22px; } .showcase-top { padding:15px; } .showcase-top>strong { font-size:10px; } .showcase-top>.badge { font-size:7px; } .floating-note { left:18px; right:0; padding:14px; } .floating-note strong { font-size:10px; } .floating-note span { font-size:8px; } .benefit-strip>.container { padding-block:25px; gap:19px; } .benefit-strip span { gap:8px; font-size:9px; } .benefit-strip .icon { width:16px; height:16px; } .feature-grid { grid-template-columns:1fr; } .feature-card { padding:25px 25px 40px; } .feature-icon { margin-bottom:18px; } .section-heading h2,.center-heading h2,.how-section h2,.faq-section h2 { font-size:35px; } .marketing-section { padding-block:56px; } .feature-card h3 { font-size:19px; } .feature-card p { font-size:13px; } .final-cta { padding:30px; margin-bottom:55px; } .final-cta h2 { font-size:36px; } .cta-star { display:none; } .footer-row>p { display:none; } .footer-row>div { gap:22px; font-size:9px; } .footer-bottom { font-size:8px; gap:12px; } .error-page h1 { font-size:30px; } .error-page p { font-size:13px; } .legal-page h1 { font-size:33px; } .auth-form-wrap h1 { font-size:30px; } }
/* Keep secondary copy readable on light surfaces. */
.page-heading p,.card-heading p,.fine-print,.task-row small,.document-row small,.ticket-row small,.empty-state p,.stat-card>small,.field-hint,.check-label small,.profile-heading p,.detail-list dt,.service-list small,.article-list p,.article-list small,.history-strip>div>span,.storage-card p,.storage-card>div>span,.small-check,.chat-welcome>p,.result-rate,.result-line>span,.result-total span { color:#6d7964; }
.hero-copy>p,.section-heading>p,.feature-card p,.center-heading>p,.pricing-card>p,.billing-note,.check-list>li,.faq-list p,.hero-benefits>span,.footer-row>p,.footer-row>div,.prose,.error-page p { color:#6c795e; }
.side-nav a { font-size:12px; }
.card-heading p,.task-row small,.document-row small,.ticket-row small,.fine-print { font-size:11px; }
.task-row strong,.document-row strong,.ticket-row strong { font-size:12px; }
.form-stack>label,.form-grid>label { font-size:12px; }
input:not([type=checkbox],[type=radio],[type=file]),select,textarea { font-size:13px; }
.sidebar { scrollbar-width:thin; scrollbar-color:#dce4d4 transparent; }
@media(max-height:900px) { .sidebar { padding-top:21px; } .sidebar>.brand { margin-bottom:22px; } .workspace-switch { margin-bottom:17px; } .sidebar-tip { display:none; } .side-nav { gap:2px; margin-bottom:17px; } .side-nav a { min-height:37px; padding-block:8px; } .nav-label { margin-bottom:7px; } }
@media(max-width:520px) { .form-stack>label,.form-grid>label { font-size:12px; } input:not([type=checkbox],[type=radio],[type=file]),select,textarea { font-size:16px; } .sidebar { transition:none; } .task-row strong { font-size:12px; } .task-row small,.card-heading p { font-size:10px; } }
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { transition:none!important; animation:none!important; } }
@media print { .sidebar,.app-header,.app-footer,.public-header,.public-footer,form,.page-heading>.button { display:none!important; } .app-shell { margin:0; } .app-content { padding:0; } body { background:white; } .card { box-shadow:none; break-inside:avoid; } }
