:root{color-scheme:light;--ink: #17202a;--muted: #5f6b76;--line: #d7dde3;--line-strong: #b8c2cc;--surface: #ffffff;--page: #f6f8f9;--accent: #0f766e;--accent-strong: #0b5e58;--accent-soft: #d9f2ee;--danger: #b42318;--danger-soft: #fee4e2;--warning: #a15c07;--warning-soft: #fff3d6;--positive: #087443;--positive-soft: #dcf4e8;--shadow: 0 16px 36px rgb(23 32 42 / .08)}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--page)}button,input,select,textarea{letter-spacing:0}button:disabled{cursor:not-allowed;opacity:.68}h1,h2{margin:0;line-height:1.2;letter-spacing:0}h1{font-size:32px}h2{font-size:22px}.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}.auth-page{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-card{width:min(520px,100%);display:grid;gap:20px;border:1px solid var(--line);border-radius:8px;padding:28px;background:var(--surface);box-shadow:var(--shadow)}.auth-brand{display:flex;align-items:flex-start;gap:14px}.auth-form{display:grid;gap:14px}.auth-form label{display:grid;gap:7px;color:var(--muted);font-size:14px;font-weight:700}.auth-form input{min-height:42px;width:100%;border:1px solid var(--line);border-radius:8px;padding:9px 11px;color:var(--ink);background:#fff;font:inherit}.auth-form input:focus{outline:2px solid var(--accent-soft);border-color:var(--accent)}.admin-shell{min-height:100vh;display:grid;grid-template-columns:264px minmax(0,1fr)}.sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;gap:24px;border-right:1px solid var(--line);padding:20px;background:var(--surface)}.brand-button{width:100%;display:flex;align-items:center;gap:12px;border:0;padding:0;background:transparent;color:var(--ink);text-align:left;font:inherit;cursor:pointer}.brand-button strong,.brand-button small{display:block}.brand-button strong{font-size:20px}.brand-button small{margin-top:2px;color:var(--muted);font-size:13px}.brand-mark,.metric-mark{display:inline-grid;place-items:center;border-radius:8px;background:var(--accent-soft);color:var(--accent);font-weight:700}.brand-mark{width:44px;height:44px}.sidebar-nav,.nav-section{display:grid;gap:8px}.nav-section-title{margin:10px 0 0;color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.nav-link{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid transparent;border-radius:8px;padding:10px 12px;background:transparent;color:var(--ink);font:inherit;font-weight:700;text-align:left;cursor:pointer}.nav-link span:first-child{display:inline-flex;align-items:center;gap:9px}.nav-link.active,.nav-link:hover{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-strong)}.nav-count{min-width:28px;border-radius:8px;padding:2px 7px;background:#eef2f7;color:var(--muted);font-size:12px;text-align:center}.workspace{min-width:0}.topbar{min-height:128px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding:24px 32px;background:var(--surface)}.topbar-status{display:flex;align-items:center;justify-content:flex-end;gap:14px;color:var(--muted);font-weight:700;white-space:nowrap}.user-chip{display:inline-grid;gap:2px;border:1px solid var(--line);border-radius:8px;padding:7px 10px;background:#fbfcfd;color:var(--ink);font-size:13px;line-height:1.2}.user-chip small{color:var(--muted);font-size:12px;text-transform:capitalize}.page-content{padding:28px 32px 48px}.dashboard-stack{display:grid;gap:20px}.metric-hero,.panel,.metric-card{border:1px solid var(--line);border-radius:8px;background:var(--surface)}.metric-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px;box-shadow:var(--shadow)}.metric-hero h2{margin-bottom:8px;font-size:28px}.metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px}.insight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.insight-card{display:grid;gap:6px;border:1px solid var(--line);border-radius:8px;padding:16px;background:var(--surface)}.insight-card span,.insight-card small{color:var(--muted);font-size:13px;font-weight:700}.insight-card strong{font-size:28px;line-height:1.1}.metric-card{display:grid;gap:12px;padding:18px}.metric-card p{min-height:46px;margin:0;color:var(--muted);line-height:1.45}.metric-topline,.metric-actions,.panel-heading,.section-heading,.modal-header,.modal-actions{display:flex;align-items:center;justify-content:space-between;gap:14px}.metric-topline{color:var(--muted);font-size:14px;font-weight:700}.metric-mark{width:42px;height:42px;font-size:13px}.metric-mark svg{font-size:17px}.metric-actions{justify-content:flex-start;margin-top:4px}.panel{padding:20px}.panel-heading,.section-heading{margin-bottom:18px}.eyebrow{margin:0 0 7px;color:var(--accent);font-size:13px;font-weight:700;text-transform:uppercase}.summary{margin:7px 0 0;color:var(--muted);font-size:15px;line-height:1.5}.button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--accent);border-radius:8px;padding:8px 14px;background:var(--accent);color:#fff;font:inherit;font-weight:700;cursor:pointer}.button:hover:not(:disabled){filter:brightness(.96)}.button:disabled{cursor:not-allowed;opacity:.65}.button-compact{min-height:36px;width:fit-content;padding:7px 12px;font-size:13px}.button-secondary{border-color:var(--line);background:var(--surface);color:var(--ink)}.button-danger{border-color:var(--danger);background:var(--danger);color:#fff}.oauth-panel{display:grid;gap:10px;margin:18px 0}.oauth-button-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px}.table-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:16px}.search-control,.filter-control,.resource-form label{display:grid;gap:7px;color:var(--muted);font-size:14px;font-weight:700}.search-control{flex:1;min-width:260px}.filter-control{width:min(260px,100%)}.search-control input,.filter-control select,.resource-form input,.resource-form select,.resource-form textarea{min-height:42px;width:100%;border:1px solid var(--line);border-radius:8px;padding:9px 11px;color:var(--ink);background:#fff;font:inherit}.search-control input:focus,.filter-control select:focus,.resource-form input:focus,.resource-form select:focus,.resource-form textarea:focus{outline:2px solid var(--accent-soft);border-color:var(--accent)}.table-wrap{width:100%;overflow-x:auto;border:1px solid var(--line);border-radius:8px}.data-table{width:100%;min-width:820px;border-collapse:collapse;background:var(--surface)}.data-table th,.data-table td{border-bottom:1px solid var(--line);padding:13px 14px;text-align:left;vertical-align:middle}.data-table th{background:#f1f5f7;color:var(--muted);font-size:13px;text-transform:uppercase}.data-table td{color:var(--ink);font-size:14px;overflow-wrap:anywhere}.data-table tbody tr:last-child td{border-bottom:0}.actions-column{width:170px}.row-actions{display:flex;flex-wrap:wrap;gap:8px}.row-actions .button{min-height:34px;padding:6px 10px;font-size:13px}.status{width:fit-content;display:inline-flex;align-items:center;min-height:26px;border-radius:8px;padding:4px 9px;background:#eef2f7;color:#2c3e50;font-size:13px;font-weight:700;text-transform:capitalize;white-space:nowrap}.status-positive{background:var(--positive-soft);color:var(--positive)}.status-warning{background:var(--warning-soft);color:var(--warning)}.status-danger{background:var(--danger-soft);color:var(--danger)}.status-neutral{background:#eef2f7;color:#2c3e50}.recent-list{display:grid;gap:10px}.recent-item{min-height:64px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;border:1px solid var(--line);border-radius:8px;padding:10px 12px;background:var(--surface);color:var(--ink);font:inherit;text-align:left;cursor:pointer}.recent-item:hover{border-color:var(--accent)}.recent-item strong,.recent-item small{display:block;overflow-wrap:anywhere}.recent-item small{margin-top:3px;color:var(--muted);font-size:13px}.empty{padding:24px;border:1px dashed var(--line-strong);border-radius:8px;background:#fbfcfd;color:var(--muted)}.empty-action{display:flex;align-items:center;justify-content:space-between;gap:14px}.form-error{margin:0 0 16px;padding:11px 13px;border-radius:8px;background:var(--danger-soft);color:#912018;font-weight:700}.modal-backdrop{position:fixed;inset:0;z-index:20;display:grid;place-items:center;padding:18px;background:#17202a8c}.modal{width:min(720px,100%);max-height:calc(100vh - 36px);overflow:auto;border-radius:8px;background:var(--surface);box-shadow:0 24px 80px #17202a42}.modal-header{padding:20px 20px 0}.modal-header h2{font-size:24px}.icon-button{width:38px;height:38px;flex:0 0 auto;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--ink);font-size:24px;line-height:1;cursor:pointer}.resource-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:20px}.field-label{display:flex;align-items:center;justify-content:space-between;gap:8px}.required-mark{border-radius:8px;padding:2px 7px;background:var(--accent-soft);color:var(--accent-strong);font-size:11px;font-weight:700}.resource-form textarea{min-height:104px;resize:vertical}.resource-form input[readonly]{border-color:#7054231f;background:#f6f1e8;color:#755f40;cursor:default}.wide-field{grid-column:1 / -1}.location-picker{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.map-canvas,.map-fallback{grid-column:1 / -1;min-height:280px;border:1px solid var(--line);border-radius:8px;background:#f7f9fb}.map-fallback{display:grid;place-content:center;gap:6px;padding:20px;color:var(--muted);text-align:center}.map-placeholder{display:grid;place-content:center;color:var(--muted)}.location-summary{display:grid;gap:6px;padding:12px 14px;border-radius:8px;background:var(--accent-soft);color:var(--accent-strong);font-weight:700}.document-selector{grid-column:1 / -1}.release-preview{display:contents}.release-preview .summary{grid-column:1 / -1;margin:0}.selected-document{color:var(--accent-strong);font-size:13px;font-weight:700}.image-upload-card{display:grid;gap:12px;border:1px dashed rgba(112,84,35,.28);border-radius:8px;padding:14px;background:#fffdfa;transition:border-color .18s ease,background .18s ease}.image-upload-card:focus-within{border-color:var(--accent);background:#fbf7ef}.image-upload-card.invalid{border-color:var(--danger)}.image-upload-body{display:grid;grid-template-columns:minmax(150px,220px) minmax(0,1fr);gap:14px;align-items:center}.image-preview-frame{aspect-ratio:4 / 3;display:grid;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#f7f9fb;color:var(--muted);font-size:13px;font-weight:700;text-align:center}.image-preview-frame img{width:100%;height:100%;object-fit:cover}.image-upload-controls{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.image-upload-controls small{width:100%;color:var(--muted);line-height:1.4}.resource-form .invalid input,.resource-form .invalid select,.resource-form .invalid textarea,.checkbox-label.invalid input{border-color:var(--danger)}.field-error{color:var(--danger);font-size:13px;font-weight:700}.checkbox-label{min-height:42px;align-content:center;grid-template-columns:auto minmax(0,1fr);column-gap:10px}.checkbox-label input{width:18px;min-height:18px}.checkbox-label .field-error{grid-column:1 / -1}.modal-actions{grid-column:1 / -1;justify-content:flex-end;margin-top:4px}.confirm-modal{width:min(560px,100%)}.confirm-body{display:grid;gap:8px;padding:20px}.confirm-body p{margin:0;line-height:1.5}.confirm-actions{padding:0 20px 20px}.toast-stack{position:fixed;right:18px;bottom:18px;z-index:30;display:grid;gap:10px;width:min(360px,calc(100% - 36px))}.toast{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid var(--line);border-radius:8px;padding:12px;background:var(--surface);box-shadow:var(--shadow);color:var(--ink);font-weight:700}.toast-success{border-color:#9bd8b7;background:var(--positive-soft)}.toast-error{border-color:#f3aaa5;background:var(--danger-soft)}.toast button{border:0;background:transparent;color:inherit;cursor:pointer}.site-shell{min-height:100vh;display:grid;place-items:center;padding:32px;background:radial-gradient(circle at top left,rgba(212,169,87,.2),transparent 30%),linear-gradient(135deg,#f6f1e7,#fffdf8 55%,#f0e4cd)}.landing-hero,.auth-portal-card{width:min(1120px,100%);border:1px solid rgba(112,84,35,.12);border-radius:28px;background:#fffcf6eb;box-shadow:0 26px 60px #4c34151f}.landing-hero{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;padding:40px}.hero-copy h1,.auth-portal-card h1{margin:0 0 14px;color:#3f2b16;font-size:clamp(2.3rem,4vw,4.4rem);line-height:1.02}.hero-panel{display:grid;gap:16px}.feature-card{display:grid;gap:10px;padding:18px;border-radius:20px;background:linear-gradient(180deg,#fffffff0,#f7efdef2);border:1px solid rgba(112,84,35,.12)}.feature-card svg{font-size:20px;color:#8b641f}.feature-card h2,.panel h2,.user-sidebar-card h2,.empty-state h3{margin:0;color:#3f2b16}.feature-card p,.empty-state p{margin:0;color:#715a3a}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.auth-portal-card{max-width:760px;padding:34px}.site-shell.public-landing-shell{display:block;min-height:100vh;padding:0;overflow-x:hidden;background:#fff;color:#061b49}.site-shell.public-landing-shell:before{display:none;content:none}.public-landing-shell .landing-nav,.public-landing-shell .landing-hero,.public-landing-shell .landing-search-band,.public-landing-shell .landing-section,.public-landing-shell .landing-metrics{width:min(1280px,calc(100% - 48px));margin-right:auto;margin-left:auto}.public-landing-shell .landing-nav{position:sticky;top:0;z-index:20;min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid #e6eefc;padding:14px 0;background:#fffffff5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.public-landing-shell .landing-brand{display:inline-flex;align-items:center;gap:10px;color:#075ee8;text-decoration:none;font-size:28px;font-weight:800;white-space:nowrap}.public-landing-shell .landing-brand-mark{width:48px;height:38px;display:inline-block;overflow:hidden;background:url(/media/metronic/app/mini-logo-primary.svg) center / contain no-repeat;color:transparent}.public-landing-shell .landing-nav-links{display:flex;align-items:center;justify-content:center;flex:1;gap:30px}.public-landing-shell .landing-nav-links a{position:relative;padding:12px 0;color:#061b49;text-decoration:none;font-size:14px;font-weight:700;white-space:nowrap}.public-landing-shell .landing-nav-links a.active{color:#075ee8}.public-landing-shell .landing-nav-links a.active:after{content:"";position:absolute;right:0;bottom:0;left:0;height:3px;border-radius:999px;background:#075ee8}.public-landing-shell .landing-nav-actions,.public-landing-shell .landing-hero-actions,.public-landing-shell .landing-document-actions{display:flex;align-items:center;gap:14px}.public-landing-shell .landing-nav-button{min-width:92px;min-height:48px}.public-landing-shell .button{border-radius:8px}.public-landing-shell .landing-hero{position:relative;min-height:650px;display:grid;place-items:center;grid-template-columns:1fr;gap:0;overflow:hidden;border:0;border-radius:0;padding:54px 290px 118px;background:linear-gradient(180deg,#f6faff,#fff);box-shadow:none}.public-landing-shell .landing-hero:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:radial-gradient(ellipse at center,#fffffffa,#fffffff0 34%,#ffffff85 55%,#ffffff29 72%),linear-gradient(180deg,#ffffff38,#ffffffc7)}.public-landing-shell .landing-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center -34px;z-index:0}.public-landing-shell .landing-hero-content{position:relative;z-index:2;max-width:620px;display:grid;justify-items:center;text-align:center}.public-landing-shell .landing-trust-badge{min-height:44px;display:inline-flex;align-items:center;gap:10px;margin:0 0 30px;border:1px solid #e8f0ff;border-radius:999px;padding:0 22px;background:#fffffff0;color:#075ee8;box-shadow:0 16px 36px #0843a114;font-size:14px;font-weight:800}.public-landing-shell .landing-hero h1{margin:0;color:#061b49;font-size:64px;line-height:1.12;font-weight:900}.public-landing-shell .landing-hero h1 span,.public-landing-shell .landing-hero h1 strong,.public-landing-shell .landing-document-copy h2 span{display:block}.public-landing-shell .landing-hero h1 strong,.public-landing-shell .landing-document-copy h2 span{color:#075ee8}.public-landing-shell .landing-hero-summary{max-width:560px;margin:28px 0 0;color:#17325f;font-size:18px;line-height:1.8}.public-landing-shell .landing-hero-actions{justify-content:center;flex-wrap:wrap;margin-top:34px}.public-landing-shell .landing-primary-action{min-width:240px;min-height:58px}.public-landing-shell .landing-trust-row{display:flex;flex-wrap:wrap;justify-content:center;gap:28px;margin-top:34px;color:#061b49;font-size:18px}.public-landing-shell .landing-trust-row span{display:inline-flex;align-items:center;gap:10px}.public-landing-shell .landing-trust-row svg{color:#075ee8}.public-landing-shell .landing-action-card{position:absolute;z-index:3;bottom:8px;width:280px;display:grid;gap:14px;border:1px solid #e2ebfb;border-radius:8px;padding:24px;background:#fffffff0;box-shadow:0 18px 44px #0925581f}.public-landing-shell .landing-action-owner{left:0}.public-landing-shell .landing-action-picker{right:0}.public-landing-shell .landing-card-kicker{display:inline-flex;align-items:center;gap:10px;margin:0;color:#17325f;font-size:13px;font-weight:800}.public-landing-shell .landing-card-kicker svg,.public-landing-shell .landing-action-card li svg{color:#075ee8}.public-landing-shell .landing-action-card h2{margin:0;color:#075ee8;font-size:28px;line-height:1.18}.public-landing-shell .landing-action-card p{margin:0;color:#17325f;font-size:14px;line-height:1.7}.public-landing-shell .landing-action-card ul,.public-landing-shell .landing-why-card ul{display:grid;gap:12px;margin:0;padding:0;list-style:none}.public-landing-shell .landing-action-card li,.public-landing-shell .landing-why-card li{display:flex;align-items:center;gap:10px;color:#061b49;font-size:13px;line-height:1.4}.public-landing-shell .landing-card-button{width:100%;min-height:52px;margin-top:4px}.public-landing-shell .landing-search-band{display:grid;gap:24px;margin-top:26px;margin-bottom:56px;border-radius:8px;padding:32px 36px 28px;background:linear-gradient(135deg,#061b49,#063477);color:#fff;box-shadow:0 24px 54px #061b4929}.public-landing-shell .landing-search-band h2{color:#fff;font-size:20px}.public-landing-shell .landing-search-grid{display:grid;grid-template-columns:1.1fr 1fr .95fr minmax(140px,.55fr);gap:16px}.public-landing-shell .landing-search-grid label{min-height:64px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;border:1px solid rgba(255,255,255,.28);border-radius:8px;padding:0 18px;background:#fff;color:#6b7898}.public-landing-shell .landing-search-grid input,.public-landing-shell .landing-search-grid select{width:100%;min-width:0;border:0;background:transparent;color:#061b49;font:inherit;font-size:14px;outline:0}.public-landing-shell .landing-search-grid button{min-height:64px}.public-landing-shell .landing-search-band p{display:flex;align-items:center;justify-content:center;gap:10px;margin:0;color:#ffffffe6;font-size:14px}.public-landing-shell .landing-section{padding:0 0 62px}.public-landing-shell .landing-section-heading{display:grid;justify-items:center;gap:12px;margin-bottom:30px;text-align:center}.public-landing-shell .landing-section-heading h2,.public-landing-shell .landing-document-copy h2{color:#061b49;font-size:32px;line-height:1.24}.public-landing-shell .landing-section-heading p,.public-landing-shell .landing-document-copy p{margin:0;color:#17325f;font-size:16px;line-height:1.7}.public-landing-shell .landing-process-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;align-items:stretch;gap:60px}.public-landing-shell .landing-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.public-landing-shell .landing-step-card,.public-landing-shell .landing-why-card,.public-landing-shell .landing-testimonial-card{position:relative;border:1px solid #e6eefc;border-radius:8px;background:#fff;box-shadow:0 16px 40px #09255814}.public-landing-shell .landing-step-card{min-height:230px;display:grid;justify-items:center;align-content:start;gap:14px;padding:30px 18px 24px;text-align:center}.public-landing-shell .landing-step-icon{width:76px;height:76px;display:grid;place-items:center;border-radius:999px;background:#eaf3ff;color:#075ee8;font-size:38px}.public-landing-shell .landing-step-card h3{margin:0;color:#061b49;font-size:16px}.public-landing-shell .landing-step-card p{margin:0;color:#17325f;font-size:13px;line-height:1.65}.public-landing-shell .landing-step-arrow{position:absolute;top:86px;right:-21px;color:#061b49;font-size:18px}.public-landing-shell .landing-why-card{display:grid;align-content:center;gap:26px;padding:34px;background:#eef6ff}.public-landing-shell .landing-why-card h3{margin:0;color:#061b49;font-size:20px}.public-landing-shell .landing-why-card li{font-size:14px}.public-landing-shell .landing-why-card svg{color:#075ee8}.public-landing-shell .landing-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:70px;border:1px solid #aac9ff;border-radius:8px;padding:26px 28px;background:#fff}.public-landing-shell .landing-metrics article{display:flex;align-items:center;gap:20px;min-width:0;padding:0 30px;border-right:1px solid #d4e2f8}.public-landing-shell .landing-metrics article:last-child{border-right:0}.public-landing-shell .landing-metrics svg{flex:0 0 auto;color:#075ee8;font-size:38px}.public-landing-shell .landing-metrics strong,.public-landing-shell .landing-metrics span{display:block}.public-landing-shell .landing-metrics strong{color:#075ee8;font-size:30px;line-height:1.1}.public-landing-shell .landing-metrics span{color:#061b49;font-size:14px}.public-landing-shell .landing-document-section{display:grid;grid-template-columns:360px minmax(0,1fr) 300px;align-items:center;gap:56px}.public-landing-shell .landing-document-visual{position:relative;min-height:190px}.public-landing-shell .landing-document-card{position:absolute;width:170px;height:116px;display:grid;align-content:space-between;border-radius:8px;padding:16px;box-shadow:0 16px 34px #09255829;font-weight:800}.public-landing-shell .landing-document-card svg{justify-self:end;font-size:34px}.public-landing-shell .landing-id-card{top:28px;left:10px;z-index:1;transform:rotate(-8deg);background:#eef3ec;color:#22416d}.public-landing-shell .landing-passport-card{top:8px;left:130px;z-index:2;transform:rotate(-6deg);background:#061b49;color:#f7d36a}.public-landing-shell .landing-document-check{position:absolute;right:68px;bottom:8px;z-index:3;width:74px;height:82px;display:grid;place-items:center;border-radius:34px 34px 46px 46px;background:linear-gradient(180deg,#55d976,#1ca84f);color:#fff;box-shadow:0 14px 24px #1ca84f40;font-size:34px}.public-landing-shell .landing-document-copy p{max-width:620px;margin-top:18px}.public-landing-shell .landing-document-actions{display:grid;gap:18px}.public-landing-shell .landing-wide-button{width:100%;min-height:62px;font-size:18px}.public-landing-shell .landing-testimonials{padding-top:28px}.public-landing-shell .landing-testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.public-landing-shell .landing-testimonial-card{display:grid;gap:20px;min-height:244px;padding:28px}.public-landing-shell .landing-quote-mark{color:#075ee8;font-size:44px;line-height:.8;font-weight:900}.public-landing-shell .landing-testimonial-card p{margin:0;color:#061b49;font-size:15px;line-height:1.65}.public-landing-shell .landing-testimonial-card div{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;column-gap:14px;margin-top:auto}.public-landing-shell .landing-avatar{grid-row:span 2;width:52px;height:52px;display:grid;place-items:center;border-radius:999px;background:#eaf3ff;color:#075ee8;font-weight:900}.public-landing-shell .landing-testimonial-card strong,.public-landing-shell .landing-testimonial-card small{display:block}.public-landing-shell .landing-testimonial-card strong{color:#061b49}.public-landing-shell .landing-testimonial-card small{color:#17325f}.public-landing-shell .landing-slider-dots{display:flex;justify-content:center;gap:10px;margin-top:28px}.public-landing-shell .landing-slider-dots span{width:10px;height:10px;border-radius:999px;background:#d4e2f8}.public-landing-shell .landing-slider-dots span:first-child{background:#075ee8}.public-landing-shell .landing-footer{display:grid;grid-template-columns:1.5fr repeat(3,minmax(130px,.72fr)) 1.1fr;gap:48px;padding:38px min(48px,5vw) 26px;background:linear-gradient(135deg,#061b49,#042d6d);color:#fff}.public-landing-shell .landing-footer .landing-brand{color:#fff}.public-landing-shell .landing-footer-brand p{max-width:300px;margin:18px 0 22px;color:#ffffffd1;line-height:1.7}.public-landing-shell .landing-socials{display:flex;gap:12px}.public-landing-shell .landing-socials a{width:30px;height:30px;display:grid;place-items:center;border-radius:999px;background:#075ee8;color:#fff;text-decoration:none;font-size:12px;font-weight:800}.public-landing-shell .landing-footer-group{display:grid;align-content:start;gap:10px}.public-landing-shell .landing-footer-group h3{margin:0 0 6px;color:#fff;font-size:16px}.public-landing-shell .landing-footer-group a,.public-landing-shell .landing-footer-group span{display:inline-flex;align-items:center;gap:10px;color:#ffffffd6;text-decoration:none;font-size:14px;line-height:1.45}.public-landing-shell .landing-copyright{grid-column:1 / -1;margin:0;color:#ffffff9e;text-align:center;font-size:13px}.public-landing-shell .public-page-main{min-height:58vh}.public-landing-shell .public-info-page,.public-landing-shell .auth-public-page{width:min(1180px,calc(100% - 48px));margin-right:auto;margin-left:auto}.public-landing-shell .public-info-page{display:grid;gap:34px;padding:72px 0 78px}.public-landing-shell .public-info-hero{display:grid;gap:16px;max-width:860px}.public-landing-shell .public-info-hero h1{margin:0;color:#061b49;font-size:48px;line-height:1.12}.public-landing-shell .public-info-hero p{margin:0;color:#17325f;font-size:18px;line-height:1.75}.public-landing-shell .public-info-cta{width:fit-content;min-height:54px;margin-top:8px;padding-right:20px;padding-left:20px}.public-landing-shell .public-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.public-landing-shell .public-info-card{display:grid;gap:16px;align-content:start;border:1px solid #e6eefc;border-radius:8px;padding:28px;background:#fff;box-shadow:0 16px 40px #09255814}.public-landing-shell .public-info-card h2{color:#061b49;font-size:22px}.public-landing-shell .public-info-card p{margin:0;color:#17325f;line-height:1.7}.public-landing-shell .public-info-card ul{display:grid;gap:12px;margin:0;padding:0;list-style:none}.public-landing-shell .public-info-card li{display:flex;gap:10px;align-items:flex-start;color:#061b49;line-height:1.5}.public-landing-shell .public-info-card li svg{margin-top:3px;color:#075ee8}.public-landing-shell .public-fees-card{display:grid;gap:20px;border:1px solid #aac9ff;border-radius:8px;padding:28px;background:#fff;box-shadow:0 16px 40px #09255814}.public-landing-shell .public-fees-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.public-landing-shell .public-fees-heading h2{margin:0;color:#061b49;font-size:26px}.public-landing-shell .public-fees-heading p:last-child{max-width:420px;margin:0;color:#17325f;line-height:1.6}.public-landing-shell .public-fees-table-wrap{overflow-x:auto}.public-landing-shell .public-fees-table{width:100%;min-width:760px;border-collapse:collapse}.public-landing-shell .public-fees-table th,.public-landing-shell .public-fees-table td{border-bottom:1px solid #dbe8fb;padding:16px;color:#061b49;text-align:left;vertical-align:top}.public-landing-shell .public-fees-table th{background:#eef6ff;color:#17325f;font-size:13px;font-weight:800;text-transform:uppercase}.public-landing-shell .public-fees-table td:first-child{font-weight:800}.public-landing-shell .public-fees-table strong,.public-landing-shell .public-fees-table span{display:block}.public-landing-shell .public-fees-table strong{color:#075ee8}.public-landing-shell .public-fees-table span{margin-top:4px;color:#5c6f94;font-size:13px}.public-landing-shell .auth-public-page{display:grid;grid-template-columns:minmax(420px,.78fr) minmax(360px,1fr);align-items:stretch;gap:36px;padding:56px 0 72px}.public-landing-shell .auth-public-page.compact{grid-template-columns:minmax(420px,.72fr) minmax(360px,.9fr)}.public-landing-shell .auth-public-card{max-width:none;width:100%;padding:36px}.public-landing-shell .auth-public-card .user-form{grid-template-columns:1fr}.public-landing-shell .auth-public-page.register .user-form{grid-template-columns:repeat(2,minmax(0,1fr))}.public-landing-shell .auth-public-card .oauth-panel,.public-landing-shell .auth-public-card .hero-actions{grid-column:1 / -1}.public-landing-shell .auth-inline-link{width:fit-content;border:0;padding:0;background:transparent;color:#075ee8;font:inherit;font-weight:700;text-align:left;cursor:pointer}.public-landing-shell .auth-visual-panel{position:relative;display:grid;align-content:space-between;gap:28px;overflow:hidden;border:1px solid #e6eefc;border-radius:8px;padding:42px;background:linear-gradient(90deg,#eff6fff5,#eff6ffc7 44%,#eff6ff47),url(/media/landing/taftadocs-recovery-hero.png) center / cover no-repeat;box-shadow:0 16px 40px #09255814}.public-landing-shell .auth-visual-panel h2{max-width:440px;color:#061b49;font-size:36px;line-height:1.16}.public-landing-shell .auth-visual-panel p{max-width:440px;margin:16px 0 0;color:#17325f;font-size:17px;line-height:1.7}.public-landing-shell .auth-visual-steps{display:flex;flex-wrap:wrap;align-items:center;gap:12px;color:#075ee8;font-weight:800}.public-landing-shell .auth-visual-steps span{display:inline-flex;align-items:center;gap:8px;border:1px solid #d6e6ff;border-radius:999px;padding:10px 14px;background:#ffffffe6}@media(max-width:1180px){.public-landing-shell .landing-nav-links{gap:18px}.public-landing-shell .landing-hero{min-height:610px;padding:44px 240px 104px}.public-landing-shell .landing-hero h1{font-size:54px}.public-landing-shell .landing-action-card{width:252px;padding:20px}.public-landing-shell .landing-action-card h2{font-size:24px}.public-landing-shell .landing-search-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.public-landing-shell .landing-process-layout{grid-template-columns:1fr;gap:28px}.public-landing-shell .landing-why-card{align-content:start}.public-landing-shell .landing-metrics{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:24px}.public-landing-shell .landing-metrics article:nth-child(2){border-right:0}.public-landing-shell .landing-document-section{grid-template-columns:300px minmax(0,1fr)}.public-landing-shell .landing-document-actions{grid-column:2;grid-template-columns:repeat(2,minmax(0,1fr))}.public-landing-shell .landing-footer{grid-template-columns:repeat(3,minmax(0,1fr))}.public-landing-shell .landing-footer-brand{grid-column:1 / -1}.public-landing-shell .auth-public-page{grid-template-columns:minmax(0,1fr) minmax(320px,.82fr)}}@media(max-width:980px){.public-landing-shell .landing-nav{align-items:flex-start;flex-wrap:wrap;gap:12px 18px}.public-landing-shell .landing-nav-links{order:3;width:100%;justify-content:flex-start;overflow-x:auto;padding-bottom:4px}.public-landing-shell .landing-hero{min-height:0;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;padding:46px 24px 30px}.public-landing-shell .landing-hero:before{background:radial-gradient(ellipse at center,#fffffffa,#ffffffe6 48%,#ffffffb3),linear-gradient(180deg,#ffffff8a,#ffffffeb)}.public-landing-shell .landing-hero-image{opacity:.42}.public-landing-shell .landing-hero-content{grid-column:1 / -1;justify-self:center;margin-bottom:8px}.public-landing-shell .landing-action-card{position:relative;inset:auto;width:100%}.public-landing-shell .landing-steps,.public-landing-shell .landing-testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.public-landing-shell .landing-step-arrow{display:none}.public-landing-shell .landing-document-section{grid-template-columns:1fr;gap:30px}.public-landing-shell .landing-document-visual,.public-landing-shell .landing-document-copy,.public-landing-shell .landing-document-actions{grid-column:auto}.public-landing-shell .landing-document-visual{width:min(360px,100%);justify-self:center}.public-landing-shell .public-info-grid,.public-landing-shell .auth-public-page,.public-landing-shell .auth-public-page.compact{grid-template-columns:1fr}.public-landing-shell .auth-visual-panel{min-height:360px}}@media(max-width:760px){.public-landing-shell .landing-nav,.public-landing-shell .landing-hero,.public-landing-shell .landing-search-band,.public-landing-shell .landing-section,.public-landing-shell .landing-metrics,.public-landing-shell .public-info-page,.public-landing-shell .auth-public-page{width:min(100% - 32px,1280px)}.public-landing-shell .landing-brand{font-size:22px}.public-landing-shell .landing-brand-mark{width:40px;height:32px}.public-landing-shell .landing-nav-actions{width:100%}.public-landing-shell .landing-nav-button{flex:1;min-width:0}.public-landing-shell .landing-nav-links a{font-size:13px}.public-landing-shell .landing-hero{grid-template-columns:1fr;padding:34px 18px 20px}.public-landing-shell .landing-hero h1{font-size:38px}.public-landing-shell .landing-hero-summary{font-size:16px;line-height:1.65}.public-landing-shell .landing-trust-badge{min-height:auto;align-items:flex-start;border-radius:8px;padding:12px 14px;text-align:left}.public-landing-shell .landing-hero-actions,.public-landing-shell .landing-trust-row,.public-landing-shell .landing-document-actions{align-items:stretch;flex-direction:column}.public-landing-shell .landing-primary-action,.public-landing-shell .landing-wide-button{width:100%;min-width:0}.public-landing-shell .landing-search-band{padding:24px 18px}.public-landing-shell .landing-search-grid,.public-landing-shell .landing-steps,.public-landing-shell .landing-metrics,.public-landing-shell .landing-testimonial-grid{grid-template-columns:1fr}.public-landing-shell .landing-search-band p{align-items:flex-start;text-align:left}.public-landing-shell .landing-section-heading h2,.public-landing-shell .landing-document-copy h2{font-size:27px}.public-landing-shell .landing-metrics article,.public-landing-shell .landing-metrics article:nth-child(2){border-right:0;border-bottom:1px solid #d4e2f8;padding:0 0 22px}.public-landing-shell .landing-metrics article:last-child{border-bottom:0;padding-bottom:0}.public-landing-shell .landing-document-card{width:150px}.public-landing-shell .landing-passport-card{left:112px}.public-landing-shell .landing-document-check{right:46px}.public-landing-shell .landing-document-actions{display:grid;grid-template-columns:1fr}.public-landing-shell .landing-footer{grid-template-columns:1fr;gap:30px}.public-landing-shell .landing-footer-brand{grid-column:auto}.public-landing-shell .public-info-page,.public-landing-shell .auth-public-page{padding:38px 0 48px}.public-landing-shell .public-info-hero h1{font-size:34px}.public-landing-shell .public-info-hero p,.public-landing-shell .auth-visual-panel p{font-size:16px}.public-landing-shell .public-info-card,.public-landing-shell .public-fees-card,.public-landing-shell .auth-public-card,.public-landing-shell .auth-visual-panel{padding:24px}.public-landing-shell .public-fees-heading{flex-direction:column}.public-landing-shell .auth-public-page.register .user-form{grid-template-columns:1fr}.public-landing-shell .auth-visual-panel{min-height:320px;background-position:center}.public-landing-shell .auth-visual-panel h2{font-size:28px}}.user-form{grid-template-columns:repeat(2,minmax(0,1fr))}.user-form .user-form-message,.user-form .hero-actions{grid-column:1 / -1}.user-shell{min-height:100vh;display:grid;grid-template-columns:290px 1fr;background:linear-gradient(145deg,#f8f4ec,#fcfaf6)}.user-sidebar{display:grid;align-content:start;gap:18px;padding:24px 18px;border-right:1px solid rgba(112,84,35,.1);background:radial-gradient(circle at top,rgba(196,141,37,.18),transparent 28%),linear-gradient(180deg,#3b2917,#24170c)}.user-sidebar .brand-button,.user-sidebar .nav-link{color:#f7efe1}.user-sidebar .nav-link{background:#ffffff0f}.user-sidebar .nav-link.active{background:#deb8713d}.user-sidebar-card{padding:18px;border-radius:20px;background:#ffffff14;color:#f7efe1}.user-sidebar-card h2,.user-sidebar-card .summary{color:inherit}.user-workspace{display:grid;grid-template-rows:auto 1fr}.user-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:28px 92px 10px 32px}.global-document-search{min-width:min(480px,42vw);min-height:44px;display:grid;grid-template-columns:auto minmax(160px,1fr) auto;align-items:center;gap:8px;padding:6px 6px 6px 12px;border:1px solid rgba(112,84,35,.16);border-radius:8px;background:#fffdfa;box-shadow:0 10px 24px #3f2b1614;transition:border-color .18s ease,box-shadow .18s ease}.global-document-search:focus-within{border-color:#a77a2d;box-shadow:0 14px 28px #3f2b161f}.global-document-search svg{color:#8b641f}.global-document-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#3f2b16;font:inherit;font-size:14px}.global-document-search input::placeholder{color:#8c7553}.z-menu-trigger{position:fixed;top:18px;right:24px;z-index:90;min-width:56px;height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(112,84,35,.2);border-radius:8px;background:#fffdfa;color:#3f2b16;box-shadow:0 12px 30px #3f2b1624;font:inherit;font-weight:800;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.z-menu-trigger:hover,.z-menu-trigger:focus-visible{border-color:#a77a2d;box-shadow:0 16px 34px #3f2b162e;transform:translateY(-1px)}.z-menu-backdrop{position:fixed;inset:0;z-index:70;visibility:hidden;background:#24170c00;opacity:0;pointer-events:none;transition:opacity .22s ease,visibility .22s ease,background .22s ease}.z-menu-backdrop.open{visibility:visible;background:#24170c3d;opacity:1;pointer-events:auto}.z-menu-panel{position:fixed;top:74px;right:24px;z-index:80;width:min(380px,calc(100vw - 32px));max-height:calc(100vh - 92px);display:grid;gap:16px;overflow:auto;padding:18px;border:1px solid rgba(112,84,35,.14);border-radius:8px;background:#fffdfa;box-shadow:0 24px 70px #24170c3d;visibility:hidden;opacity:0;pointer-events:none;transform:translate(18px,-18px) scale(.96);transform-origin:top right;transition:opacity .22s ease,transform .22s ease,visibility .22s ease}.z-menu-panel.open{visibility:visible;opacity:1;pointer-events:auto;transform:translate(0) scale(1)}.z-menu-header,.z-menu-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.z-menu-header h2{margin:0;color:#3f2b16;font-size:20px}.z-menu-header .icon-button{width:36px;height:36px;font-size:16px}.z-menu-section{display:grid;gap:10px;padding-top:14px;border-top:1px solid rgba(112,84,35,.12)}.z-menu-nav{display:grid;gap:8px}.z-menu-panel .nav-section-title{margin:0}.z-menu-user,.z-menu-wallet{display:grid;gap:3px;padding:10px 12px;border:1px solid rgba(112,84,35,.12);border-radius:8px;background:#fbf7ef;color:#3f2b16}.z-menu-user small,.z-menu-wallet span{color:#755f40;font-size:12px;text-transform:capitalize}.z-menu-wallet strong{color:#3f2b16}.z-menu-section-heading span{color:#755f40;font-size:13px;font-weight:800}.z-menu-panel .table-like-list{gap:8px}.z-menu-panel .list-row{grid-template-columns:1fr;gap:8px;padding:12px}.z-menu-panel .empty-state{padding:16px}.user-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.user-stack{display:grid;gap:18px}.hero-summary-card{background:linear-gradient(140deg,#fffdfa,#f3e7cf)}.search-launch-panel,.home-search-panel{border-color:#a77a2d3d;box-shadow:0 18px 40px #3f2b161a}.search-launch-panel{display:flex;align-items:center;justify-content:space-between;gap:18px}.search-modal{width:min(920px,calc(100vw - 32px))}.search-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.search-modal-body{display:grid;gap:16px;padding:20px}.search-mode-tabs{width:fit-content;display:inline-grid;grid-template-columns:repeat(2,minmax(118px,1fr));gap:4px;padding:4px;border:1px solid rgba(112,84,35,.14);border-radius:8px;background:#fbf7ef}.search-mode-tabs button{min-height:34px;border:0;border-radius:8px;background:transparent;color:#755f40;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.search-mode-tabs button.active{background:#fffdfa;color:#3f2b16;box-shadow:0 8px 18px #3f2b1614}.search-form-grid{padding:0}.search-form-actions,.search-empty-actions{grid-column:1 / -1}.search-modal-message{margin:0}.search-loading-state{min-height:120px;display:grid;place-items:center;gap:10px;border:1px dashed rgba(112,84,35,.18);border-radius:8px;background:#fffdfa;color:#755f40;font-weight:800}.search-results-panel,.search-empty-panel{display:grid;gap:14px}.search-results-heading,.search-empty-actions{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.search-results-heading h3{margin:0;color:#3f2b16;font-size:20px}.compact-home-grid{align-items:stretch}.claim-progress-panel{display:grid;align-content:start;gap:14px}.claim-progress-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.claim-progress-controls{display:inline-flex;align-items:center;gap:8px;color:#755f40;font-size:13px;font-weight:800;white-space:nowrap}.claim-progress-controls .icon-button{width:34px;height:34px;font-size:14px}.home-workspace{gap:20px}.home-header-panel{display:flex;align-items:stretch;justify-content:space-between;gap:20px;border-color:#005bbb29;background:linear-gradient(135deg,#fff,#eef6ff 58%,#e8f7f2);box-shadow:0 18px 44px #10407a1a}.home-header-copy{max-width:680px}.home-header-metrics{display:flex;align-items:stretch;gap:12px;flex-wrap:wrap}.home-wallet-indicator,.home-notification-indicator{min-width:150px;display:grid;gap:8px;padding:12px 14px;border:1px solid rgba(0,91,187,.16);border-radius:8px;background:#ffffffeb;color:#0b2345;box-shadow:0 12px 26px #10407a14;font:inherit;text-align:left;cursor:pointer}.home-wallet-indicator span,.home-notification-indicator span{display:inline-flex;align-items:center;gap:7px;color:#315270;font-size:12px;font-weight:800;text-transform:uppercase}.home-wallet-indicator strong,.home-notification-indicator strong{color:#075ad8;font-size:20px;line-height:1.1}.home-primary-actions,.home-dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.home-primary-card{min-height:126px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;border:1px solid rgba(0,91,187,.16);border-radius:8px;padding:18px;background:#fff;color:#0b2345;box-shadow:0 18px 42px #10407a1a;font:inherit;text-align:left;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.home-primary-card:hover,.home-primary-card:focus-visible,.home-action-button:hover,.home-action-button:focus-visible,.home-wallet-indicator:hover,.home-wallet-indicator:focus-visible,.home-notification-indicator:hover,.home-notification-indicator:focus-visible{border-color:#075ad8;box-shadow:0 20px 48px #10407a24;transform:translateY(-1px)}.home-primary-card.picker{border-color:#0f766e33}.home-primary-card strong,.home-action-button strong,.home-task-main strong,.home-activity-item strong{display:block;color:#0b2345;overflow-wrap:anywhere}.home-primary-card small,.home-action-button small,.home-task-main small,.home-activity-item small,.home-money-block small,.home-claim-footer small{display:block;margin-top:4px;color:#5f6b76;line-height:1.35;overflow-wrap:anywhere}.home-primary-icon,.home-action-icon,.home-activity-icon{width:42px;height:42px;display:inline-grid;place-items:center;flex:0 0 auto;border-radius:8px;background:#e8f1ff;color:#075ad8;font-size:18px}.home-primary-card.picker .home-primary-icon,.home-action-button:nth-child(2) .home-action-icon{background:#ddf5ef;color:#0f766e}.home-action-arrow{color:#075ad8}.home-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}.home-section-heading h2{color:#0b2345}.home-section-heading>span{flex:0 0 auto;border-radius:999px;padding:6px 10px;background:#eef6ff;color:#075ad8;font-size:12px;font-weight:800}.home-quick-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.home-action-button{min-height:76px;display:flex;align-items:center;gap:12px;border:1px solid rgba(0,91,187,.12);border-radius:8px;padding:12px;background:#f8fbff;font:inherit;text-align:left;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.home-task-list,.home-activity-feed,.home-transaction-list{display:grid;gap:10px}.home-task-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:12px;border:1px solid rgba(112,84,35,.1);border-radius:8px;background:#fff}.home-task-main,.home-activity-item>div{min-width:0}.home-inline-empty{display:grid;justify-items:start;gap:12px}.home-inline-empty .empty-state{width:100%;border-radius:8px;background:#f8fbff}.home-activity-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 0;border-top:1px solid rgba(112,84,35,.1)}.home-activity-item:first-child{border-top:0;padding-top:0}.home-activity-item time{color:#5f6b76;font-size:12px;font-weight:800;white-space:nowrap}.home-claim-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:4px}.home-finance-panel{border-color:#0f766e2e}.home-finance-grid{display:grid;grid-template-columns:1.25fr repeat(2,minmax(0,1fr));gap:12px}.home-money-block{display:grid;gap:4px;min-height:108px;padding:14px;border:1px solid rgba(15,118,110,.14);border-radius:8px;background:#f3fbf8}.home-money-block span{color:#315270;font-size:12px;font-weight:800;text-transform:uppercase}.home-money-block strong{color:#0f766e;font-size:24px;line-height:1.15;overflow-wrap:anywhere}.home-transaction-list{margin-top:14px}.home-transaction-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:10px 0;border-top:1px solid rgba(15,118,110,.12)}.home-transaction-row span{min-width:0;color:#0b2345;font-weight:800;overflow-wrap:anywhere}.wizard-modal{width:min(980px,calc(100vw - 32px))}.wizard-stepper{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:0;padding:18px 20px 0;list-style:none}.wizard-stepper button{min-height:100%;width:100%;display:grid;gap:5px;border:1px solid rgba(112,84,35,.12);border-radius:8px;padding:10px;background:#fffdfa;color:#755f40;text-align:left;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.wizard-stepper span{width:26px;height:26px;display:inline-grid;place-items:center;border-radius:999px;background:#ba8b2f24;color:#80591a;font-weight:800}.wizard-stepper strong{color:#3f2b16;font-size:13px}.wizard-stepper small{color:#8c7553;font-size:11px;line-height:1.3}.wizard-stepper li.active button{border-color:#a77a2d;background:#fbf7ef;transform:translateY(-1px)}.wizard-stepper li.complete span{background:#288f5b1f;color:#1f7a4c}.wizard-form{display:grid;gap:16px;padding:20px}.wizard-panel{animation:wizard-panel-in .18s ease}.upload-progress{margin:0;border-radius:8px;padding:10px 12px;background:#288f5b1a;color:#1f7a4c;font-size:13px;font-weight:800}.wizard-step-card{display:grid;gap:14px}.wizard-step-card h3,.wizard-review-card h4{margin:0;color:#3f2b16}.wizard-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:12px;border-top:1px solid rgba(112,84,35,.1)}.security-question-stack,.wizard-review-grid{display:grid;gap:12px}.security-question-card,.wizard-review-card{display:grid;gap:12px;border:1px solid rgba(112,84,35,.12);border-radius:8px;padding:14px;background:#fffdfa}.readonly-wizard .wizard-form{min-height:360px}.readonly-image-preview{display:grid;gap:8px;overflow:hidden;border:1px solid rgba(112,84,35,.12);border-radius:8px;padding:10px;background:#fffdfa}.readonly-image-preview img{width:100%;max-height:360px;object-fit:contain;border-radius:6px;background:#f7f9fb}.readonly-image-preview.empty,.readonly-image-preview span{min-height:160px;display:grid;place-items:center;color:var(--muted);font-size:13px;font-weight:800;text-align:center}.readonly-image-preview small{color:var(--muted);font-size:12px;font-weight:700}.claim-document-image-preview{display:grid;gap:12px;margin-top:16px}.claim-document-image-preview.compact{margin-top:4px}.claim-document-image-preview .section-heading{margin:0}.workflow-review-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.workflow-timeline{display:grid;gap:10px;margin:0;padding:0;list-style:none}.workflow-timeline li{display:grid;gap:3px;border-left:3px solid rgba(186,139,47,.24);padding-left:10px}.workflow-timeline strong{color:#3f2b16}.workflow-timeline span{color:#755f40;font-size:13px}.claim-history-panel{display:grid;gap:10px}.claim-history-panel.compact{border-top:1px solid rgba(112,84,35,.12);padding-top:12px}.claim-history-header h4{margin:0;color:#3f2b16}.claim-history-timeline li{gap:5px}.timeline-title-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.timeline-title-row .status-pill{padding:4px 8px;font-size:11px}.claim-history-timeline p{margin:0;color:#5f4c31;font-size:13px}.review-confirmation{display:flex;align-items:flex-start;gap:10px;border:1px solid rgba(112,84,35,.12);border-radius:8px;padding:12px;background:#fbf7ef;color:#3f2b16;font-weight:700}.review-confirmation.invalid{border-color:var(--danger);background:var(--danger-soft)}.review-confirmation input{margin-top:3px}.security-question-card label{display:grid;gap:6px}@keyframes wizard-panel-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.summary-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}.summary-strip div{display:grid;gap:4px;padding:14px;border-radius:16px;background:#ffffffc2}.summary-strip strong{font-size:1.2rem;color:#3f2b16}.summary-strip span{color:#755f40;font-size:13px}.progress-card{display:grid;gap:12px;margin-top:12px}.progress-track{position:relative;height:12px;border-radius:999px;background:#9b7a3d24;overflow:hidden}.progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#ba8b2f,#d7b067)}.progress-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;text-transform:capitalize;font-size:12px}.progress-step{color:#8c7553}.progress-step.active{color:#80591a;font-weight:700}.detail-list{display:grid;gap:12px;margin:18px 0 0}.detail-list div{display:grid;grid-template-columns:140px 1fr;gap:12px;padding-bottom:10px;border-bottom:1px solid rgba(112,84,35,.08)}.detail-list dt{color:#8c7553;font-weight:700}.detail-list dd{margin:0;color:#3f2b16}.table-like-list{display:grid;gap:12px;margin-top:18px}.list-row,.search-result-card{display:grid;gap:6px;padding:14px 16px;border-radius:8px;background:#fffdfa;border:1px solid rgba(112,84,35,.09)}.search-result-card{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px}.search-result-main{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:6px}.list-detail{display:flex;align-items:baseline;gap:6px;min-width:0}.list-detail small{flex:0 0 auto;color:#8c7553;font-size:11px;font-weight:700;text-transform:uppercase}.list-detail>span:last-child{min-width:0;color:#3f2b16;overflow-wrap:anywhere}.smart-table-shell{display:grid;gap:14px}.smart-table-header,.smart-table-footer,.bulk-action-bar{display:flex;align-items:center;justify-content:space-between;gap:12px}.smart-table-tools{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:8px}.smart-table-search{min-height:38px;min-width:min(360px,42vw);display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid rgba(112,84,35,.14);border-radius:8px;background:#fffdfa}.smart-table-search input{min-width:0;width:100%;border:0;outline:0;background:transparent;font:inherit}.smart-filter-panel{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;padding:12px;border:1px solid rgba(112,84,35,.12);border-radius:8px;background:#fbf7ef}.smart-filter-panel label{display:grid;gap:6px}.smart-filter-panel input,.smart-filter-panel select,.smart-table-footer select{min-height:34px;border:1px solid rgba(112,84,35,.18);border-radius:8px;padding:6px 9px;background:#fffdfa;color:#3f2b16;font:inherit}.bulk-action-bar{padding:10px 12px;border-radius:8px;background:#0f766e14;color:#0b5e58;font-weight:800}.smart-table-wrap{overflow:auto;border:1px solid rgba(112,84,35,.12);border-radius:8px;background:#fffdfa}.smart-table{width:100%;min-width:760px;border-collapse:separate;border-spacing:0}.smart-table th,.smart-table td{border-bottom:1px solid rgba(112,84,35,.08);padding:10px 12px;color:#3f2b16;text-align:left;vertical-align:middle}.smart-table thead th{position:sticky;top:0;z-index:1;background:#f6efe1;color:#755f40;font-size:12px;text-transform:uppercase}.smart-table tbody tr{cursor:pointer;transition:background .16s ease}.smart-table tbody tr:hover,.smart-table tbody tr.selected{background:#fbf7ef}.selection-cell,.actions-cell{width:48px}.sort-button{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:inherit;font:inherit;font-weight:800;cursor:pointer;text-transform:inherit}.table-menu,.row-action-menu{position:relative}.table-menu summary,.row-action-menu summary{min-height:34px;display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(112,84,35,.16);border-radius:8px;padding:7px 10px;background:#fffdfa;color:#3f2b16;font-weight:800;cursor:pointer;list-style:none}.row-action-menu summary{justify-content:center;width:34px;padding:7px}.table-menu summary::-webkit-details-marker,.row-action-menu summary::-webkit-details-marker{display:none}.table-menu-panel,.row-action-panel{position:absolute;top:calc(100% + 6px);right:0;z-index:20;min-width:190px;display:grid;gap:6px;padding:10px;border:1px solid rgba(112,84,35,.14);border-radius:8px;background:#fffdfa;box-shadow:0 18px 38px #3f2b1629}.checkbox-row,.row-action-panel button{display:flex;align-items:center;gap:8px;border:0;border-radius:8px;padding:8px;background:transparent;color:#3f2b16;font:inherit;text-align:left}.row-action-panel button:not(:disabled){cursor:pointer}.row-action-panel button:not(:disabled):hover{background:#fbf7ef}.row-action-panel button:disabled{color:#9a8a72}.table-skeleton{display:block;height:28px;border-radius:8px;background:linear-gradient(90deg,#f3ead9,#fffdfa,#f3ead9);background-size:200% 100%;animation:table-skeleton 1.2s ease infinite}.smart-table-footer{color:#755f40;font-size:13px;font-weight:800}.smart-table-footer label,.pagination-buttons{display:inline-flex;align-items:center;gap:8px}@keyframes table-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.status-pill{display:inline-flex;width:fit-content;padding:6px 10px;border-radius:999px;background:#ba8b2f1f;text-transform:capitalize;font-size:12px;font-weight:700;color:#7e5918}.status-pill.released,.status-pill.available,.status-pill.delivered,.status-pill.verified{background:#288f5b1f;color:#1f7a4c}.status-pill.rejected,.status-pill.failed,.status-pill.cancelled,.status-pill.archived{background:#b32e2e1f;color:#9b2e2e}.claim-card-header{display:flex;justify-content:space-between;gap:12px;align-items:start}.content-tabs{display:flex;flex-wrap:wrap;gap:8px;border-bottom:1px solid rgba(112,84,35,.12)}.content-tab{min-height:40px;border:1px solid transparent;border-radius:8px 8px 0 0;padding:9px 14px;background:transparent;color:var(--muted);font:inherit;font-weight:700;cursor:pointer}.content-tab:hover,.content-tab.active{border-color:#ba8b2f47;border-bottom-color:var(--surface);background:var(--surface);color:var(--accent-strong)}.claim-select-card{width:100%;grid-template-columns:minmax(0,1fr) auto;align-items:center;text-align:left;color:inherit;font:inherit;cursor:pointer}.claim-select-card:hover,.claim-select-card.selected{border-color:#ba8b2f6b;background:#fff8ec}.claim-dispatch-section{display:grid;gap:16px;margin-top:24px;padding-top:20px;border-top:1px solid rgba(112,84,35,.12)}.claim-payment-section{gap:18px}.payment-instructions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.payment-instructions div{display:grid;gap:4px;min-height:72px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#f7f9fb}.payment-instructions small{color:var(--muted);font-weight:700}.payment-instructions strong{overflow-wrap:anywhere}.instruction-list{margin:0;padding-left:20px;color:var(--muted)}.instruction-list li+li{margin-top:6px}.dispatch-summary{display:grid;gap:14px}.empty-state{display:grid;gap:8px;padding:22px;border-radius:18px;background:#faf5ebd9;border:1px dashed rgba(112,84,35,.2)}.status-banner{margin:0 0 16px;padding:12px 14px;border-radius:14px;background:#288f5b1f;color:#1f7a4c;font-weight:700}@media(max-width:980px){.admin-shell{grid-template-columns:1fr}.sidebar{position:static;height:auto;gap:16px;border-right:0;border-bottom:1px solid var(--line)}.sidebar-nav{display:flex;flex-wrap:wrap}.nav-link{width:auto}.topbar{align-items:stretch;flex-direction:column}.topbar-status{justify-content:space-between;white-space:normal}.landing-hero,.user-shell,.user-grid{grid-template-columns:1fr}.home-header-panel{flex-direction:column}.home-primary-actions,.home-dashboard-grid,.home-finance-grid{grid-template-columns:1fr}.search-launch-panel{align-items:stretch;flex-direction:column}.user-sidebar{border-right:0;border-bottom:1px solid rgba(112,84,35,.1)}.user-topbar{padding:20px 82px 8px 18px;flex-direction:column}.global-document-search{width:100%;min-width:0}.z-menu-trigger{top:14px;right:14px}.z-menu-panel{top:66px;right:14px;width:calc(100vw - 28px);max-height:calc(100vh - 80px)}.payment-instructions{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){h1{font-size:28px}.page-content,.topbar,.sidebar{padding-left:16px;padding-right:16px}.metric-hero,.section-heading,.panel-heading,.metric-actions,.empty-action,.modal-actions,.table-toolbar{align-items:stretch;flex-direction:column}.metric-hero{padding:20px}.search-control,.filter-control{min-width:0;width:100%}.global-document-search{grid-template-columns:auto minmax(0,1fr);padding:8px 10px}.global-document-search .button{grid-column:1 / -1;width:100%}.claim-progress-header,.home-header-metrics,.home-section-heading,.home-claim-footer{align-items:stretch;flex-direction:column}.home-wallet-indicator,.home-notification-indicator{min-width:0}.home-primary-card{grid-template-columns:auto minmax(0,1fr)}.home-action-arrow{display:none}.home-quick-action-grid{grid-template-columns:1fr}.home-task-row{grid-template-columns:auto minmax(0,1fr);align-items:start}.home-task-row .status-pill,.home-task-row .button{grid-column:2}.home-task-row .button,.home-section-heading .button,.home-claim-footer .button{width:100%}.home-activity-item,.home-transaction-row{grid-template-columns:auto minmax(0,1fr)}.home-activity-item time,.home-transaction-row strong,.home-transaction-row .status-pill{grid-column:2;white-space:normal}.search-modal{width:100%}.search-modal-body{padding:16px}.search-mode-tabs{width:100%}.search-form-grid{grid-template-columns:1fr}.search-results-heading,.search-empty-actions{align-items:stretch;flex-direction:column}.search-result-card{grid-template-columns:1fr;align-items:stretch}.search-result-card .button{width:100%}.claim-progress-controls{justify-content:space-between;width:100%}.smart-table-header,.smart-table-footer,.bulk-action-bar{align-items:stretch;flex-direction:column}.smart-table-tools,.smart-table-search,.pagination-buttons{width:100%}.smart-table-tools{justify-content:stretch}.smart-table-tools .button,.smart-table-tools .table-menu,.smart-table-tools .table-menu summary{width:100%}.smart-filter-panel{grid-template-columns:1fr}.wizard-stepper{grid-template-columns:1fr;padding-left:16px;padding-right:16px}.wizard-actions{align-items:stretch;flex-direction:column}.image-upload-body,.resource-form,.summary-strip,.detail-list div,.payment-instructions,.progress-steps,.user-form{grid-template-columns:1fr}.recent-item{grid-template-columns:auto minmax(0,1fr)}.recent-item .status{grid-column:2}.auth-brand{flex-direction:column}}:root{--ink: #181c32;--muted: #78829d;--line: #f1f1f4;--line-strong: #dbdfe9;--surface: #ffffff;--page: #f9f9f9;--accent: #1b84ff;--accent-strong: #056ee9;--accent-soft: #eff6ff;--danger: #f8285a;--danger-soft: #fff5f8;--warning: #f6b100;--warning-soft: #fff8dd;--positive: #17c653;--positive-soft: #eafff1;--shadow: 0 10px 30px rgb(24 28 50 / .06);--shadow-strong: 0 20px 50px rgb(24 28 50 / .12);--metronic-logo: url(/media/metronic/app/mini-logo-primary.svg);--metronic-auth-bg: url(/media/metronic/app/auth-bg.png);--metronic-auth-screen: url(/media/metronic/app/auth-screen.png)}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--page)}button,input,select,textarea{font-family:inherit}.auth-page,.site-shell{background:radial-gradient(circle at 12% 12%,rgb(27 132 255 / .08),transparent 32%),linear-gradient(180deg,#fff,#f7f9fc)}.auth-page{position:relative;overflow:hidden}.auth-page:before,.site-shell:before{content:"";position:fixed;inset:auto 0 0 auto;width:min(560px,70vw);aspect-ratio:1.25;pointer-events:none;background:var(--metronic-auth-bg) right bottom / contain no-repeat;opacity:.72}.auth-card,.auth-portal-card,.landing-hero,.panel,.metric-hero,.metric-card,.insight-card,.feature-card,.user-sidebar-card,.list-row,.search-result-card,.empty-state,.modal,.toast{border-color:var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.auth-card,.auth-portal-card{position:relative;z-index:1;overflow:hidden}.auth-card:after,.auth-portal-card:after{content:"";position:absolute;right:-42px;bottom:-54px;width:220px;height:180px;background:var(--metronic-auth-screen) center / contain no-repeat;opacity:.16;pointer-events:none}.brand-mark,.metric-mark{border:1px solid rgb(27 132 255 / .12);background:var(--accent-soft);color:var(--accent)}.brand-mark{position:relative;overflow:hidden;color:transparent}.brand-mark:before{content:"";width:24px;height:24px;background:var(--metronic-logo) center / contain no-repeat}.admin-shell,.user-shell{background:var(--page)}.sidebar,.user-sidebar{border-color:var(--line);background:var(--surface)}.user-sidebar{align-content:start;background:linear-gradient(180deg,rgb(27 132 255 / .04),transparent 36%),var(--surface)}.user-sidebar .brand-button,.user-sidebar .nav-link{color:var(--ink)}.brand-button strong,.topbar h1,.user-topbar h1,.hero-copy h1,.auth-portal-card h1,.metric-hero h2,.panel h2,.feature-card h2,.user-sidebar-card h2,.empty-state h3{color:var(--ink);font-weight:700}.topbar,.user-topbar{border-color:var(--line);background:color-mix(in srgb,var(--surface) 92%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.page-content{background:linear-gradient(180deg,rgb(27 132 255 / .025),transparent 320px),var(--page)}.nav-link{border-radius:8px;color:#4b5675;font-weight:600}.nav-link:hover,.nav-link.active,.user-sidebar .nav-link.active{border-color:transparent;background:var(--accent-soft);color:var(--accent-strong)}.nav-count,.required-mark,.status,.status-pill{border-radius:999px}.nav-count{background:#f3f6f9;color:var(--muted)}.eyebrow{color:var(--accent);font-size:12px;letter-spacing:0}.summary,.feature-card p,.empty-state p,.metric-card p,.user-chip small,.list-detail small,.detail-list dt,.instruction-list{color:var(--muted)}.button{border-color:var(--accent);border-radius:8px;background:var(--accent);box-shadow:0 6px 14px #1b84ff2e;font-weight:600;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease}.button:hover:not(:disabled){background:var(--accent-strong);border-color:var(--accent-strong);filter:none;transform:translateY(-1px)}.button-secondary{border-color:var(--line-strong);background:var(--surface);box-shadow:none;color:#4b5675}.button-secondary:hover:not(:disabled){background:#f9f9f9;border-color:#c4cada;color:var(--ink)}.button-danger{border-color:var(--danger);background:var(--danger);box-shadow:0 6px 14px #f8285a29}.resource-form input,.resource-form select,.resource-form textarea,.auth-form input,.search-control input,.filter-control select{border-color:var(--line-strong);border-radius:8px;background:var(--surface)}.resource-form input:focus,.resource-form select:focus,.resource-form textarea:focus,.auth-form input:focus,.search-control input:focus,.filter-control select:focus{outline:3px solid rgb(27 132 255 / .12);border-color:var(--accent)}.field-label,.auth-form label,.search-control,.filter-control,.resource-form label{color:#4b5675;font-weight:600}.table-wrap,.data-table,.recent-item,.payment-instructions div,.map-canvas,.map-fallback{border-color:var(--line);border-radius:8px;background:var(--surface)}.data-table th{background:#f9fafb;color:var(--muted);font-weight:700;letter-spacing:0}.data-table td,.detail-list dd,.list-detail>span:last-child{color:var(--ink)}.recent-item,.search-result-card,.list-row,.metric-card,.insight-card{transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.recent-item:hover,.search-result-card:hover,.metric-card:hover{border-color:#1b84ff40;box-shadow:var(--shadow-strong);transform:translateY(-1px)}.landing-hero{grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);position:relative;z-index:1;overflow:hidden;border-radius:8px;background:linear-gradient(90deg,var(--surface) 0%,rgb(255 255 255 / .94) 56%,rgb(239 246 255 / .7) 100%),var(--metronic-auth-screen) right bottom / min(48%,460px) auto no-repeat}.hero-copy h1,.auth-portal-card h1{font-size:clamp(2.1rem,4vw,3.8rem);letter-spacing:0}.feature-card{background:#ffffffdb}.feature-card svg{color:var(--accent)}.summary-strip div,.payment-instructions div{border:1px solid var(--line);border-radius:8px;background:#f9fafb}.summary-strip strong{color:var(--ink)}.content-tabs{border-color:var(--line)}.content-tab{color:var(--muted)}.content-tab:hover,.content-tab.active{border-color:var(--line);border-bottom-color:var(--surface);color:var(--accent)}.progress-track{background:#e9edf5}.progress-fill{background:linear-gradient(90deg,var(--accent) 0%,#50cd89 100%)}.progress-step.active,.selected-document{color:var(--accent)}.status-positive,.status-pill.released,.status-pill.available,.status-pill.delivered,.status-pill.verified{background:var(--positive-soft);color:#04a344}.status-warning,.status-pill.pending,.status-pill.pending_payment,.status-pill.challenge_required,.status-pill.manual_review,.status-pill.requested,.status-pill.assigned,.status-pill.in_transit,.status-pill.picked_up{background:var(--warning-soft);color:#b88300}.status-danger,.status-pill.rejected,.status-pill.failed,.status-pill.cancelled,.status-pill.archived{background:var(--danger-soft);color:var(--danger)}.form-error{background:var(--danger-soft);color:#d81a48}.status-banner,.location-summary{background:var(--positive-soft);color:#04a344}.modal-backdrop{background:#181c326b;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{box-shadow:0 24px 70px #181c3238}.icon-button{border-color:var(--line-strong);color:#4b5675}.icon-button:hover:not(:disabled){background:var(--accent-soft);color:var(--accent)}.toast-success{border-color:#17c6532e;background:var(--positive-soft)}.toast-error{border-color:#f8285a2e;background:var(--danger-soft)}@media(max-width:980px){.landing-hero{grid-template-columns:1fr;background:linear-gradient(180deg,var(--surface) 0%,rgb(239 246 255 / .64) 100%),var(--metronic-auth-screen) right bottom / 360px auto no-repeat}}@media(max-width:760px){.auth-page:before,.site-shell:before{opacity:.36}.landing-hero,.auth-portal-card,.auth-card,.panel,.metric-hero{border-radius:8px}}
