*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0a0a12;--bg-sidebar: #0e0e1a;--bg-card: #13131f;--bg-input: #1a1a2e;--border: #1f1f35;--border-hover: #2d2d4a;--gold: #F0A500;--gold-dim: rgba(240, 165, 0, .12);--gold-hover: #ffb820;--text: #e8e8f0;--text-secondary: #a0a0be;--text-muted: #6a6a88;--danger: #ff6b6b;--success: #00d395}body{font-family:Inter,-apple-system,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}a{color:var(--gold);text-decoration:none}button{cursor:pointer;border:none;font-family:inherit;font-size:13px;font-weight:600;border-radius:10px;padding:10px 20px;transition:all .2s}input,textarea,select{font-family:inherit;font-size:14px;padding:11px 14px;border-radius:10px;border:1px solid var(--border);background:var(--bg-input);color:var(--text);outline:none;width:100%;transition:border-color .2s,box-shadow .2s}input:focus,textarea:focus{border-color:#f0a50066;box-shadow:0 0 0 3px #f0a5000f}input::placeholder,textarea::placeholder{color:var(--text-muted)}textarea{resize:vertical;min-height:120px}.app-layout{display:flex;min-height:100vh}.app-main{flex:1;margin-left:260px;min-height:100vh;background:var(--bg)}.app-content{padding:32px}.sidebar{position:fixed;top:0;left:0;width:260px;height:100vh;background:var(--bg-sidebar);border-right:1px solid var(--border);display:flex;flex-direction:column;z-index:100}.sidebar-logo{display:flex;align-items:center;gap:12px;padding:24px 20px 20px;border-bottom:1px solid var(--border)}.sidebar-logo-icon{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#f0a500,#d4940a);display:flex;align-items:center;justify-content:center;font-size:18px}.sidebar-logo-text{display:flex;flex-direction:column}.sidebar-brand{font-size:16px;font-weight:800;color:var(--gold);letter-spacing:-.02em}.sidebar-sub{font-size:11px;color:var(--text-muted);font-weight:500}.sidebar-nav{flex:1;padding:16px 12px;overflow-y:auto}.sidebar-nav-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);padding:8px 12px 6px}.sidebar-link{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;font-size:14px;font-weight:500;color:var(--text-secondary);text-decoration:none;transition:all .15s;margin-bottom:2px}.sidebar-link:hover{background:var(--gold-dim);color:var(--text)}.sidebar-link.active{background:var(--gold-dim);color:var(--gold);font-weight:600}.sidebar-link-icon{font-size:16px;width:24px;text-align:center}.sidebar-footer{padding:16px;border-top:1px solid var(--border)}.sidebar-user{display:flex;align-items:center;gap:10px;margin-bottom:12px}.sidebar-user-avatar{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#f0a50033,#f0a5000d);border:1px solid rgba(240,165,0,.15);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;color:var(--gold);flex-shrink:0}.sidebar-user-info{display:flex;flex-direction:column;min-width:0}.sidebar-user-name{font-size:13px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-email{font-size:11px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-logout{width:100%;padding:8px;border-radius:8px;background:transparent;border:1px solid var(--border);color:var(--text-muted);font-size:12px;text-align:center}.sidebar-logout:hover{color:var(--danger);border-color:#ff6b6b40;background:#ff6b6b0a}
