:root{--bg: #0b0c0f;--bg-2: #0f1115;--card: #ffffff;--muted: #6b7280;--text: #0b0f19;--accent: #2563eb;--ring: rgba(37,99,235,.15);--app-scale: .75}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Montserrat,Poppins,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:#f7f8fb}.app-shell{display:flex;min-height:100vh}.main{flex:1;display:flex;flex-direction:column;height:100vh;overflow:auto;background-color:#f8fafc;background-image:var(--main-bg);background-size:cover;background-position:center;background-repeat:no-repeat}.header{position:sticky;top:0;z-index:5;background:#fff;border-bottom:1px solid #e5e7eb;-webkit-backdrop-filter:saturate(180%) blur(8px);backdrop-filter:saturate(180%) blur(8px)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 16px}.content{padding:16px;max-width:100%;margin:0 auto}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;box-shadow:0 10px 30px #0208140f}.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;font-weight:600}.btn.primary{background:#0ea5e9;color:#fff;border:none;padding:10px 14px;border-radius:10px;cursor:pointer}.btn.ghost{background:transparent;color:var(--text)}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.field input{padding:10px 12px;border:1px solid #d1d5db;border-radius:8px}.badge{display:inline-block;padding:4px 8px;border-radius:999px;font-size:12px;background:#eef2ff;color:#4338ca}.sidebar{position:sticky;top:0;height:100vh;width:240px;display:flex;flex-direction:column;gap:12px;padding:16px;color:#e2e8f0;background:linear-gradient(180deg,var(--bg),var(--bg-2));border-right:1px solid rgba(255,255,255,.06)}.sidebar .brand{display:flex;align-items:center;gap:10px;font-weight:700;letter-spacing:.3px;font-size:18px;margin-bottom:18px}.sidebar .user{display:flex;align-items:center;gap:10px;padding:10px;border-radius:12px;background:#ffffff0a;margin-bottom:16px}.sidebar-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.home-btn{background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#e2e8f0;padding:6px 10px;border-radius:8px;cursor:pointer}.profile-header{display:grid;grid-template-columns:44px 1fr;align-items:center;gap:10px;margin-bottom:2px}.avatar{width:36px;height:36px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;letter-spacing:.5px;background:#334155;color:#e2e8f0;border:1px solid rgba(255,255,255,.12);cursor:pointer}.avatar.round{width:44px;height:44px;border-radius:9999px;border:1px solid rgba(255,255,255,.12);overflow:hidden;display:grid;place-items:center;background:linear-gradient(180deg,#1f2937,#0f172a);color:#e2e8f0;padding:0}.avatar.round>img,.avatar-img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.avatar-initials{font-weight:700;font-size:14px;letter-spacing:.5px}.welcome-block{display:flex;flex-direction:column;line-height:1.1;cursor:pointer}.welcome-eyebrow{font-size:11px;color:#9ca3af;letter-spacing:.02em}.welcome-name{font-size:16px;color:#f8fafc;font-weight:600}.section-title{margin-top:10px;font-size:11px;font-weight:600;color:#fff;letter-spacing:.08em;text-transform:uppercase;opacity:.95}.nav.compact.tabs{display:flex;flex-direction:column;gap:1px;margin-top:0}.sidebar nav a{margin:0}.nav-link.tab{display:flex;align-items:center;gap:8px;padding:6px 10px;border-radius:0;border:1px solid transparent;color:#e2e8f0;text-decoration:none;position:relative;transition:background .12s ease,border-color .12s ease,color .12s ease}.nav-link.tab:hover{background:#ffffff0a;border-color:#ffffff14}.nav-link.tab.active{background:#ffffff24;border-color:#ffffff59;color:#fff}.nav-link.tab.active:before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:3px;background:var(--accent)}.tab-label{font-size:11px;font-weight:200}.divider{height:8px}.sidebar .nav.compact.tabs>.divider:first-of-type{display:none}.sidebar .nav.compact.tabs>.divider:last-child{height:12px;margin-top:8px;border-top:1px solid rgba(255,255,255,.12)}.sidebar .footer{position:absolute;bottom:16px;left:16px;right:16px;font-size:12px;color:#9ca3af;padding-top:10px;border-top:1px solid rgba(255,255,255,.12)}.btn.logout.modern{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 12px;border-radius:0;border:1px solid rgba(255,255,255,.35);background:transparent;color:#f1f5f9;font-weight:600;transition:background .12s ease,border-color .12s ease,color .12s ease,transform 80ms ease}.btn.logout.modern .icon{opacity:.85}.btn.logout.modern:hover{background:#ffffff0d;border-color:#ffffff80}.btn.logout.modern:active{transform:translateY(.5px)}.btn.logout.modern:focus-visible{outline:2px solid var(--ring);outline-offset:2px}@media (prefers-color-scheme: light){.sidebar.light{background:#fff;color:var(--text);border-right:1px solid #eef0f6}.sidebar.light .welcome-name,.sidebar.light .nav-link.tab{color:var(--text)}.sidebar.light .nav-link.tab:hover{background:#f8fafc;border-color:#eef2f7}.sidebar.light .nav-link.tab.active{background:#eef6ff;border-color:#dbeafe;color:#0b4abf}}
