:root,[data-theme="light"]{--font-display:'Boska',Georgia,serif;--font-body:'Satoshi',Inter,sans-serif;--text-xs:clamp(.75rem,.7rem + .25vw,.875rem);--text-sm:clamp(.875rem,.8rem + .35vw,1rem);--text-base:clamp(1rem,.95rem + .25vw,1.125rem);--text-lg:clamp(1.125rem,1rem + .75vw,1.5rem);--text-xl:clamp(1.5rem,1.2rem + 1.25vw,2.25rem);--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--color-bg:#fff7f0;--color-surface:#ffffff;--color-surface-2:#fff2e7;--color-surface-offset:#ffe7d1;--color-border:#ffd0a8;--color-divider:#ffd9ba;--color-text:#2f2116;--color-text-muted:#7a5d47;--color-text-faint:#b58f70;--color-text-inverse:#fffaf5;--color-primary:#ff7a00;--color-primary-hover:#db6700;--color-primary-active:#b95600;--color-success:#2d8c4b;--color-warning:#ba6f00;--color-error:#b23838;--radius-md:.75rem;--radius-lg:1rem;--radius-xl:1.5rem;--radius-full:9999px;--shadow-sm:0 1px 2px rgba(88,47,0,.08);--shadow-md:0 10px 24px rgba(88,47,0,.12)}[data-theme="dark"]{--color-bg:#1a1410;--color-surface:#241c17;--color-surface-2:#2b221c;--color-surface-offset:#35281e;--color-border:#5e442c;--color-divider:#473525;--color-text:#fff2e6;--color-text-muted:#d5b89a;--color-text-faint:#9f8163;--color-text-inverse:#1a1410;--color-primary:#ff9b40;--color-primary-hover:#ffb166;--color-primary-active:#ffd0a3;--shadow-sm:0 1px 2px rgba(0,0,0,.24);--shadow-md:0 10px 24px rgba(0,0,0,.34)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:var(--font-body);font-size:var(--text-base);background:var(--color-bg);color:var(--color-text);line-height:1.6}img,svg{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit}a{text-decoration:none;color:inherit}table{width:100%;border-collapse:collapse}iframe{width:100%;min-height:320px;border:0;border-radius:var(--radius-lg)}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:1rem;top:1rem;background:var(--color-surface);padding:.75rem 1rem;border-radius:.5rem}.topbar{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;gap:var(--space-6);align-items:center;padding:var(--space-4) clamp(var(--space-4),4vw,var(--space-10));background:color-mix(in srgb,var(--color-bg) 88%,transparent);backdrop-filter:blur(14px);border-bottom:1px solid color-mix(in srgb,var(--color-text) 10%,transparent)}.brand{display:flex;align-items:center;gap:var(--space-4)}.brand h1{font-family:var(--font-display);font-size:var(--text-xl);margin:0}.brand p{margin:0;color:var(--color-text-muted);font-size:var(--text-sm)}.logo{width:92px;color:var(--color-primary)}.top-actions{display:flex;gap:var(--space-3);align-items:center;flex-wrap:wrap}.theme-btn,.btn{min-height:44px;padding:.8rem 1rem;border-radius:var(--radius-full);border:1px solid transparent}.theme-btn{background:var(--color-surface);border-color:var(--color-border)}.btn{display:inline-flex;align-items:center;justify-content:center;font-size:var(--text-sm);font-weight:700}.btn-primary{background:var(--color-primary);color:var(--color-text-inverse)}.btn-secondary{background:var(--color-surface);border-color:var(--color-border)}.btn-ghost{border-color:var(--color-border)}.btn-danger{background:var(--color-error);color:#fff}.main-nav{display:flex;gap:var(--space-3);padding:0 clamp(var(--space-4),4vw,var(--space-10)) var(--space-4);overflow:auto}.nav-link{padding:.75rem 1rem;border-radius:var(--radius-full);background:var(--color-surface);white-space:nowrap;border:1px solid var(--color-border)}main{padding:0 clamp(var(--space-4),4vw,var(--space-10)) var(--space-10);display:grid;gap:var(--space-6)}.panel{background:var(--color-surface);border:1px solid color-mix(in srgb,var(--color-text) 10%,transparent);border-radius:var(--radius-xl);padding:clamp(var(--space-4),4vw,var(--space-8));box-shadow:var(--shadow-sm)}.hero{display:grid;grid-template-columns:1.25fr .9fr;gap:var(--space-6);align-items:center}.hero h2{font-family:var(--font-display);font-size:clamp(2rem,4vw,4.75rem);line-height:1.05;margin:.5rem 0 1rem}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--color-primary);font-size:var(--text-xs);font-weight:700}.cta-row{display:flex;gap:var(--space-3);flex-wrap:wrap;margin:var(--space-5) 0}.hero-card,.dashboard-grid,.subgrid,.three-col,.two-col{display:grid;gap:var(--space-4)}.hero-card{grid-template-columns:repeat(2,minmax(0,1fr))}.stat-card,.module-card,.mini-card,.payment-box,.inset,.three-col article{background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-4);box-shadow:var(--shadow-sm)}.stat-card strong{display:block;font-size:var(--text-lg);margin:.35rem 0}.section-head{display:flex;justify-content:space-between;gap:var(--space-4);align-items:end;margin-bottom:var(--space-4)}.section-head h3,.three-col h3,.module-card h4,.inset h4{font-size:var(--text-lg);margin:0}.section-head p{color:var(--color-text-muted);margin:0;max-width:60ch}.table-wrap{overflow:auto}th,td{padding:.9rem;border-bottom:1px solid var(--color-divider);text-align:left;vertical-align:middle}td small,.row small{display:block;color:var(--color-text-muted)}.badge{display:inline-flex;align-items:center;padding:.3rem .7rem;border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:700}.badge.ok{background:color-mix(in srgb,var(--color-success) 16%,white);color:var(--color-success)}.badge.warn{background:color-mix(in srgb,var(--color-warning) 16%,white);color:var(--color-warning)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-3)}.form-grid input,.form-grid select,.form-grid textarea{width:100%;background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.9rem 1rem}.form-grid textarea{grid-column:1/-1;min-height:120px;resize:vertical}.form-grid button{grid-column:1/-1}.list-cards,.contact-list{display:grid;gap:var(--space-3)}.contact-list{padding:0;margin:0;list-style:none}.row{padding:.75rem 0;border-bottom:1px solid var(--color-divider)}.row:last-child{border-bottom:none}.dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:var(--space-4)}.subgrid{grid-template-columns:1fr 1fr .9fr}.two-col{grid-template-columns:1.1fr .9fr}.three-col{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:980px){.hero,.two-col,.three-col,.dashboard-grid,.subgrid,.hero-card,.form-grid{grid-template-columns:1fr}.topbar{position:static}.section-head{flex-direction:column;align-items:start}}
