:root{--bg-color:#0c0c0e;--bg-secondary:#16161a;--border-color:#27272a;--text-primary:#f4f4f5;--text-secondary:#a1a1aa;--accent:#6366f1;--sidebar-width:280px;--font-primary:"Inter", system-ui, -apple-system, sans-serif;--font-header:"Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);font-family:var(--font-primary);-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4{color:#fff;letter-spacing:-.02em;font-weight:700}.app-container{min-height:100vh;display:flex}.main-content{margin-left:var(--sidebar-width);flex:1;max-width:1200px;margin-right:auto;padding:4rem}.sidebar{width:var(--sidebar-width);background:var(--bg-secondary);border-right:1px solid var(--border-color);z-index:100;flex-direction:column;height:100vh;padding:3rem 2rem;display:flex;position:fixed;top:0;left:0}.glass-panel{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:2rem;transition:border-color .2s,background-color .2s}.glass-panel:hover{border-color:var(--accent)}.premium-gradient-text{color:#fff}.pill{border:1px solid var(--border-color);color:var(--text-secondary);background:#1e1e24;border-radius:6px;padding:.5rem 1rem;font-size:.8rem;font-weight:600;transition:all .2s;display:inline-block}.pill.accent{background:var(--accent);color:#fff;border:1px solid var(--accent)}.nav-item{color:var(--text-secondary);border-radius:8px;align-items:center;gap:1rem;padding:1rem 1.2rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.nav-item:hover,.nav-item.active{color:#fff;background:#24242b}.nav-item.active{border:1px solid var(--border-color)}.grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}.text-accent{color:var(--accent)}.text-muted{color:var(--text-secondary)}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--accent)!important;background:#1e1e24!important}input::placeholder,textarea::placeholder{color:#ffffff4d}.status-indicator{text-transform:uppercase;letter-spacing:.05em;color:#10b981;align-items:center;gap:.5rem;margin-top:1rem;font-size:.75rem;font-weight:600;display:flex}.status-dot{background:#10b981;border-radius:50%;width:8px;height:8px}@media (max-width:1024px){.sidebar{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);z-index:1000;border-right:none;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:auto;padding:1rem 1.5rem;position:fixed;top:0;left:0;right:0}.main-content{margin-left:0;padding:6rem 1.5rem 2rem}.profile-card{align-items:center;gap:1rem;display:flex;margin-bottom:0!important}.profile-card h2,.profile-card p{display:none}.avatar{border-radius:8px!important;width:40px!important;height:40px!important}.nav-links{background:var(--bg-color);z-index:999;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;height:100vh;padding:2rem;transition:transform .4s ease-in-out;display:flex;position:fixed;top:0;left:0;right:0;transform:translateY(-100%)}.nav-links.open{transform:translateY(0)}.nav-item{padding:.8rem 1.5rem;font-size:1.5rem}.hamburger{z-index:1001;cursor:pointer;background:0 0;border:none;position:relative;display:block!important}.social-links{justify-content:center;position:fixed;bottom:3rem;left:0;right:0}}@media (min-width:1025px){.hamburger{display:none}}
