: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: 232px;--dash-sidebar-collapsed: 64px;display:flex;min-height:calc(100vh - 64px);background:#f5f7f3;color:var(--ink);font-family:DM Sans,Inter,ui-sans-serif,system-ui,sans-serif}.dashboard-shell .sidebar{position:fixed;inset:64px auto 0 0;z-index:20;width:var(--dash-sidebar-expanded);display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.07);background:linear-gradient(180deg,rgba(124,207,148,.08),transparent 150px),linear-gradient(180deg,#0d1711,#101813 62%,#0b110d);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{width:40px;margin-inline:auto;justify-content:center;padding-inline:0}.dashboard-shell .sidebar.collapsed .nav-section{display:none}.dashboard-shell .sidebar-header{min-height:56px;padding:.65rem .65rem .65rem .72rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.08)}.dashboard-shell .brand,.dashboard-shell .sidebar-title{display:flex;align-items:center;min-width:0}.dashboard-shell .sidebar-title{gap:.55rem}.dashboard-shell .sidebar-title strong,.dashboard-shell .sidebar-title small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell .sidebar-title strong{color:#ffffffeb;font-size:.8rem;font-weight:820;line-height:1.1}.dashboard-shell .sidebar-title small{margin-top:.1rem;color:#e2ebe285;font-size:.68rem;font-weight:700}.dashboard-shell .workspace-dot{width:8px;height:8px;flex:0 0 auto;border-radius:999px;background:#7ccf94;box-shadow:0 0 0 4px #7ccf941f}.dashboard-shell .nav-icon{width:30px;height:30px;display:inline-grid;place-items:center;border-radius:8px;font-weight:900;letter-spacing:0;flex:0 0 auto}.dashboard-shell .nav-icon{background:transparent;color:#e2ebe2b8;font-size:.72rem}.dashboard-shell .icon-btn{width:32px;height:32px;display:inline-grid;place-items:center;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff09;color:#ffffffc7}.dashboard-shell .icon-btn svg,.dashboard-shell .nav-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.dashboard-shell .nav-icon svg path[fill]{stroke:none}.dashboard-shell .nav-list{flex:1;display:grid;align-content:start;gap:.12rem;padding:.72rem .6rem}.dashboard-shell .nav-section{display:block;margin:.08rem 0 .42rem;padding:0 .55rem;color:#e2ebe275;font-size:.66rem;font-weight:820;line-height:1;text-transform:uppercase}.dashboard-shell .nav-item,.dashboard-shell .logout-btn{position:relative;display:flex;align-items:center;gap:.62rem;width:100%;min-height:40px;padding:.34rem .52rem;border:1px solid transparent;border-radius:8px;background:transparent;color:#eef4eebd;text-decoration:none;font:inherit;font-size:.91rem;font-weight:720;line-height:1.1;text-align:left;transition:background .16s ease,border-color .16s ease,color .16s ease}.dashboard-shell .nav-item span:not(.nav-icon),.dashboard-shell .logout-btn span:not(.nav-icon){min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell .nav-item:hover,.dashboard-shell .nav-item.active,.dashboard-shell .logout-btn:hover{background:#ffffff0f;border-color:#ffffff0f;color:#fff}.dashboard-shell .nav-item.active{background:#7ccf9421;border-color:#7ccf942e}.dashboard-shell .nav-item.active:before{content:"";position:absolute;inset:8px auto 8px 0;width:3px;border-radius:999px;background:#7ccf94}.dashboard-shell .nav-item.active .nav-icon{background:#7ccf942e;color:#a9e8b9}.dashboard-shell .nav-item:hover .nav-icon,.dashboard-shell .logout-btn:hover .nav-icon{color:#fff;background:#ffffff14}.dashboard-shell .logout-btn{margin:auto .6rem .7rem;width:calc(100% - 1.2rem);border-color:#ffffff14;background:#ffffff06;color:#eef4eeb8}.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}}
