:root{--bg: #f6f7f4;--bg-strong: #eef2ed;--surface: #ffffff;--surface-soft: #f9faf7;--surface-strong: #101828;--ink: #101828;--ink-soft: #344054;--muted: #667085;--muted-strong: #475467;--border: #d9e2d7;--border-strong: #b9c8b5;--brand: #0f7a44;--brand-strong: #0b5f35;--brand-soft: #e8f5ed;--accent: #d43d2f;--accent-soft: #fff0ed;--blue: #2563eb;--blue-soft: #edf3ff;--amber: #b7791f;--amber-soft: #fff8e5;--shadow-soft: 0 16px 40px rgba(16, 24, 40, .08);--shadow-card: 0 8px 24px rgba(16, 24, 40, .06);--radius: 8px;--radius-lg: 12px;--container: 1180px}*{box-sizing:border-box}html{min-height:100%;scroll-behavior:smooth}body{min-height:100%;margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0;text-rendering:optimizeLegibility}button,input,select,textarea{font:inherit;letter-spacing:0}button{cursor:pointer}a{color:inherit}img,svg{max-width:100%}::selection{background:#0f7a4429}:focus-visible{outline:3px solid rgba(37,99,235,.28);outline-offset:2px}.app-container{min-height:100vh}.dashboard-shell{--dash-sidebar-expanded: 250px;--dash-sidebar-collapsed: 72px;display:flex;min-height:100vh;background:#f5f7f3;color:var(--ink);font-family:DM Sans,Inter,ui-sans-serif,system-ui,sans-serif}.dashboard-shell .sidebar{position:fixed;inset:0 auto 0 0;z-index:20;width:var(--dash-sidebar-expanded);display:flex;flex-direction:column;background:#111814;color:#fff;transition:width .2s ease}.dashboard-shell .sidebar.collapsed{width:var(--dash-sidebar-collapsed)}.dashboard-shell .sidebar.collapsed .nav-item,.dashboard-shell .sidebar.collapsed .logout-btn{justify-content:center;padding-inline:0}.dashboard-shell .sidebar-header{min-height:78px;padding:1rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.08)}.dashboard-shell .brand{display:flex;align-items:center;gap:.75rem}.dashboard-shell .brand strong{display:block;font-family:Syne,Inter,sans-serif}.dashboard-shell .brand small{display:block;color:#ffffff9e;font-size:.76rem}.dashboard-shell .brand-mark,.dashboard-shell .nav-code{width:34px;height:34px;display:inline-grid;place-items:center;border-radius:var(--radius);font-weight:900;letter-spacing:0;flex:0 0 auto}.dashboard-shell .brand-mark{background:#dcebdc;color:#193d2c}.dashboard-shell .nav-code{background:#ffffff14;color:#ffffffd6;font-size:.72rem}.dashboard-shell .icon-btn{width:36px;height:36px;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius);background:#ffffff0f;color:#fff}.dashboard-shell .nav-list{flex:1;display:grid;align-content:start;gap:.35rem;padding:1rem .75rem}.dashboard-shell .nav-item,.dashboard-shell .logout-btn{display:flex;align-items:center;gap:.75rem;width:100%;padding:.72rem .8rem;border:0;border-radius:var(--radius);background:transparent;color:#ffffffb8;text-decoration:none;font:inherit;text-align:left}.dashboard-shell .nav-item:hover,.dashboard-shell .nav-item.active,.dashboard-shell .logout-btn:hover{background:#ffffff17;color:#fff}.dashboard-shell .nav-item.active .nav-code{background:var(--brand);color:#fff}.dashboard-shell .logout-btn{margin:.75rem;width:calc(100% - 1.5rem);border:1px solid rgba(255,255,255,.1)}.dashboard-shell .dashboard-main{flex:1;margin-left:var(--dash-sidebar-expanded);padding:2rem;transition:margin-left .2s ease}.dashboard-shell.sidebar-collapsed .dashboard-main{margin-left:var(--dash-sidebar-collapsed)}@media(max-width:760px){.dashboard-shell{display:block}.dashboard-shell .sidebar,.dashboard-shell .sidebar.collapsed{position:static;width:100%;height:auto}.dashboard-shell .dashboard-main,.dashboard-shell.sidebar-collapsed .dashboard-main{margin-left:0;padding:1rem}}.btn,.btn-primary,.btn-secondary,.btn-outline,.btn-ghost{display:inline-flex;min-height:40px;align-items:center;justify-content:center;gap:.45rem;border-radius:var(--radius);border:1px solid transparent;padding:.66rem 1rem;font-weight:700;font-size:.92rem;line-height:1;text-decoration:none;transition:border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.btn-primary{background:var(--brand);color:#fff;box-shadow:0 10px 20px #0f7a442e}.btn-primary:hover{background:var(--brand-strong);transform:translateY(-1px)}.btn-secondary{background:var(--surface-strong);color:#fff}.btn-secondary:hover{background:#1d2939}.btn-outline{background:var(--surface);border-color:var(--border);color:var(--ink)}.btn-outline:hover{border-color:var(--brand);color:var(--brand-strong);box-shadow:var(--shadow-card)}.btn-ghost{background:transparent;color:var(--muted-strong)}.btn-ghost:hover{background:var(--surface-soft);color:var(--ink)}.btn-large,.large{min-height:48px;padding:.86rem 1.25rem;font-size:1rem}.pill{display:inline-flex;min-height:28px;align-items:center;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--muted-strong);padding:.35rem .72rem;font-size:.78rem;font-weight:800;white-space:nowrap}.eyebrow{color:var(--brand-strong);font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.surface{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.field,input,textarea,select{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--ink)}input::placeholder,textarea::placeholder{color:#98a2b3}input:focus,textarea:focus,select:focus{border-color:var(--brand);outline:none;box-shadow:0 0 0 4px #0f7a441a}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
