.layout{display:flex;min-height:100vh}.sidebar{width:220px;min-width:220px;background:var(--sidebar-bg);padding:1.5rem 0;display:flex;flex-direction:column;border-right:1px solid var(--border)}.sidebar-title{margin:0 1.25rem 1.5rem;font-size:1rem;font-weight:700;letter-spacing:.02em;color:var(--brand-dark)}.sidebar-nav{display:flex;flex-direction:column;gap:2px}.sidebar-link{padding:.6rem 1.25rem;color:var(--text-muted);font-size:.9rem}.sidebar-link:hover{background:var(--accent-bg);color:var(--accent)}.sidebar-link.active{background:var(--accent);color:#fff}.sidebar-logout{margin-top:auto;padding:.75rem 1.25rem;text-align:left;background:none;border:none;color:var(--text-muted);font-size:.9rem;cursor:pointer}.sidebar-logout:hover{color:var(--text);background:var(--accent-bg)}.main{flex:1;background:var(--content-bg);padding:1.5rem 2rem;overflow:auto}:root{--sidebar-bg: #f5f0e8;--content-bg: #ffffff;--brand: #8b6914;--brand-dark: #6b5010;--accent: #4a8b82;--accent-bg: rgba(74, 139, 130, .15);--text: #2c2c2c;--text-muted: #5a5a5a;--border: #e5e0d8;--card-bg: #faf8f5;--card-border: #ede8e0}*{box-sizing:border-box}body{margin:0;font-family:system-ui,sans-serif;background:var(--content-bg);color:var(--text);line-height:1.5}#root{min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button,select,input,textarea{font:inherit}button{cursor:pointer}
