.sidebar{flex-shrink:0;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:16px 12px;gap:10px;transition:width .15s ease;overflow:hidden}.sidebar-top{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:4px 6px 16px}.sidebar-brand{display:flex;align-items:center;gap:10px;min-width:0}.sidebar-brand-label{font-size:15px;font-weight:600;white-space:nowrap}.sidebar-collapse-btn{font-size:13px;font-weight:500;color:var(--text-muted);background:transparent;border:1px solid var(--border);border-radius:7px;padding:4px 7px;cursor:pointer;flex-shrink:0;line-height:1}.sidebar-nav{display:flex;flex-direction:column;gap:10px}.sidebar-nav-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:7px 10px;border-radius:9px}.sidebar-nav-item-left{display:flex;align-items:center;gap:10px;min-width:0}.sidebar-nav-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.sidebar-nav-label{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-nav-badge{font-family:monospace;font-size:9px;text-transform:uppercase;background:var(--bg);border:1px solid var(--border);color:var(--text-muted);padding:2px 5px;border-radius:4px;flex-shrink:0}.header{display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:60px;flex-shrink:0;border-bottom:1px solid var(--border);background:var(--surface)}.header-title{font-size:17px;font-weight:600}.header-actions{display:flex;align-items:center;gap:12px}.header-theme-btn{font-size:12.5px;font-weight:500;color:var(--text-muted);background:transparent;border:1px solid var(--border);border-radius:8px;padding:7px 12px;cursor:pointer}.header-user{font-size:12.5px;color:var(--text-muted);display:flex;align-items:center;gap:6px}.header-user-role{font-family:monospace;font-size:10px;text-transform:uppercase;background:var(--bg);border:1px solid var(--border);padding:2px 5px;border-radius:4px}.header-avatar{width:32px;height:32px;border-radius:50%;background:var(--border)}.app-layout{display:flex;flex-direction:row;height:100vh;width:100vw;overflow:hidden;background:var(--bg);color:var(--text)}.app-layout-main{flex:1;display:flex;flex-direction:column;overflow:hidden}.app-layout-content{flex:1;overflow:auto;padding:20px;display:flex;flex-direction:column;gap:16px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:6px}.stat-card-label{font-size:12.5px;color:var(--text-muted)}.stat-card-value{font-size:22px;font-weight:600;color:var(--text)}.stat-card-delta{font-size:12px;font-weight:500;color:var(--text-muted)}.chart-placeholder{height:220px;border-radius:12px;border:1px dashed var(--border);background:repeating-linear-gradient(45deg,var(--surface),var(--surface) 10px,var(--bg) 10px,var(--bg) 20px);display:flex;align-items:center;justify-content:center;flex-shrink:0}.chart-placeholder span{font-family:monospace;font-size:12.5px;color:var(--text-muted)}.activity-table{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.activity-row{display:flex;align-items:center;justify-content:space-between;padding:0 16px;height:40px;border-bottom:1px solid var(--border)}.activity-row:last-child{border-bottom:none}.activity-name{font-size:13px;color:var(--text)}.activity-status{font-size:12px;font-weight:500;padding:3px 10px;border-radius:20px;background:var(--bg);color:var(--text-muted);border:1px solid var(--border)}.activity-amount{font-size:13px;color:var(--text-muted)}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg);padding:20px}.auth-card{width:100%;max-width:360px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:28px;display:flex;flex-direction:column;gap:14px}.auth-title{font-size:20px;font-weight:600;margin:0}.auth-subtitle{font-size:13px;color:var(--text-muted);margin:0 0 4px}.auth-label{font-size:13px;color:var(--text-muted);display:flex;flex-direction:column;gap:6px}.auth-input{font-family:inherit;font-size:14px;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:9px 11px}.auth-error{font-size:12.5px;color:#c0392b;margin:0}.auth-submit{font-size:14px;font-weight:600;color:var(--surface);background:var(--text);border:none;border-radius:8px;padding:10px 14px;cursor:pointer;margin-top:4px}.auth-submit:disabled{opacity:.6;cursor:default}.auth-link{font-size:12.5px;color:var(--text-muted);text-align:center;text-decoration:none}.auth-link:hover{text-decoration:underline}.users-toolbar{display:flex;justify-content:flex-end;margin-bottom:14px}.users-new-btn{font-size:13px;font-weight:600;color:var(--surface);background:var(--text);border:none;border-radius:8px;padding:8px 14px;cursor:pointer}.users-temp-password{font-size:13px;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:10px 14px;margin-bottom:14px}.users-form{display:flex;flex-wrap:wrap;gap:10px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:16px;align-items:flex-start}.users-input{font-family:inherit;font-size:13px;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:8px 10px;min-width:160px}.users-table{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.users-row{display:grid;grid-template-columns:1.2fr 1.6fr .8fr .8fr .8fr;align-items:center;gap:10px;padding:0 16px;height:44px;border-bottom:1px solid var(--border);font-size:13px}.users-row:last-child{border-bottom:none}.users-row-head{font-size:11.5px;text-transform:uppercase;color:var(--text-muted);height:36px}.users-action-btn{font-size:12px;color:var(--text-muted);background:transparent;border:1px solid var(--border);border-radius:6px;padding:5px 9px;cursor:pointer}.users-locked{color:var(--text-muted)}:root[data-theme=light]{color-scheme:light;--bg: #F3F0EA;--surface: #FFFFFF;--border: #E1D9CC;--text: #1F1D1C;--text-muted: #7B6958}:root[data-theme=dark]{color-scheme:dark;--bg: #18160F;--surface: #211E17;--border: #34302A;--text: #EDEAE5;--text-muted: #9C9186}@font-face{font-family:Clash Display;src:url(/fonts/ClashDisplay-Extralight.otf) format("opentype");font-weight:200;font-style:normal}@font-face{font-family:Clash Display;src:url(/fonts/ClashDisplay-Light.otf) format("opentype");font-weight:300;font-style:normal}@font-face{font-family:Clash Display;src:url(/fonts/ClashDisplay-Regular.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Clash Display;src:url(/fonts/ClashDisplay-Medium.otf) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:Clash Display;src:url(/fonts/ClashDisplay-Semibold.otf) format("opentype");font-weight:600;font-style:normal}@font-face{font-family:Clash Display;src:url(/fonts/ClashDisplay-Bold.otf) format("opentype");font-weight:700;font-style:normal}*{box-sizing:border-box}html,body,#root{margin:0;height:100%}body{font-family:Clash Display,sans-serif;background:var(--bg);color:var(--text)}button{font-family:inherit}
