*{box-sizing:border-box;margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{background:linear-gradient(135deg,#111827,#1f2933);color:#e5e7eb}.app{min-height:100vh;display:flex;align-items:stretch;justify-content:stretch;padding:0}.card{background:radial-gradient(circle at top left,rgba(45,212,191,.08),transparent 55%),radial-gradient(circle at bottom right,rgba(59,130,246,.08),transparent 55%),#020617;border-radius:14px;padding:20px 22px;box-shadow:0 16px 40px #0f172af2;width:100%;border:1px solid rgba(31,41,55,.9)}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.card-title{font-size:1rem;font-weight:600}.card-subtitle{margin-top:2px;font-size:.8rem;color:#9ca3af}.auth-card{max-width:420px}label{display:block;margin-bottom:12px;font-size:.9rem}input,select{width:100%;margin-top:4px;padding:10px 12px;border-radius:8px;border:1px solid #4b5563;background:#020617;color:#e5e7eb}button{margin-top:12px;padding:10px 16px;border-radius:999px;font-weight:600;cursor:pointer;transition:background .15s ease,transform .05s ease,box-shadow .1s ease}button:disabled{opacity:.6;cursor:default}.error{color:#fecaca;margin-top:8px;font-size:.85rem}.info{color:#bbf7d0;margin-top:8px;font-size:.85rem}.layout{width:100%;max-width:none;background:#0f172afa;border-radius:0;border:none;box-shadow:none;padding:16px 20px 20px}.topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.topbar-left h1{font-size:1.5rem;margin-bottom:4px}.topbar-subtitle{font-size:.85rem;color:#9ca3af}.topbar-right{display:flex;align-items:center;gap:20px}.user-info{display:flex;align-items:center;gap:12px;height:40px;padding:8px 20px;min-height:44px;min-width:260px;background:#0f172a99;border:1px solid rgba(55,65,81,.6);border-radius:12px;transition:all .2s ease}.user-info:hover{background:#0f172acc;border-color:#4b5563cc}.user-avatar{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#3b82f633,#9333ea33);color:#93c5fd;flex-shrink:0}.user-details{display:flex;flex-direction:column;gap:4px;min-width:0}.user-email{font-size:.875rem;font-weight:500;color:#e5e7eb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.user-role-badge{font-size:.75rem;font-weight:600;padding:2px 8px;border-radius:6px;background:#3b82f626;color:#93c5fd;text-transform:capitalize;width:fit-content;letter-spacing:.025em}.logout-button{display:flex;align-items:center;gap:8px;padding:10px 18px;background:transparent;border:1px solid rgba(75,85,99,.6);color:#e5e7eb;border-radius:10px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-top:0}.logout-button:hover{background:#ef44441a;border-color:#ef444466;color:#fca5a5}.logout-button:active{transform:translateY(0)}.logout-icon{flex-shrink:0}.primary-button{background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;color:#fff;box-shadow:0 14px 30px #2563eb80}.primary-button:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-1px)}.primary-button:active{transform:translateY(0);box-shadow:0 10px 20px #2563eb59}.full-width{width:100%;justify-content:center}.shell{display:grid;grid-template-columns:240px minmax(0,1fr);gap:20px;align-items:flex-start}.sidebar{background:#020617;border-radius:14px;padding:16px 12px;border:1px solid rgba(55,65,81,.9)}.sidebar-section+.sidebar-section{margin-top:16px;padding-top:14px;border-top:1px solid rgba(31,41,55,.9)}.sidebar-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#6b7280;margin-bottom:8px}.sidebar-item{width:100%;text-align:left;background:transparent;border-radius:10px;padding:8px 10px;font-size:.9rem;font-weight:500;border:none;color:#e5e7eb;margin-top:4px}.sidebar-item:hover{background:#1f2937e6}.sidebar-item.active{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 12px 30px #2563eb73}.content{min-height:260px}.content-header{margin-bottom:18px}.content-title{font-size:1.2rem;font-weight:600;margin-bottom:4px}.content-subtitle{font-size:.85rem;color:#9ca3af}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}table{width:100%;border-collapse:collapse;margin-top:8px;font-size:.85rem}th,td{padding:6px 8px;border-bottom:1px solid #1f2933}th{text-align:left;color:#9ca3af}@media (max-width: 900px){.shell{grid-template-columns:1fr}.sidebar{display:flex;flex-wrap:wrap;gap:8px}.sidebar-section{flex:1 1 140px;border-top:none;margin-top:0;padding-top:0}.sidebar-section+.sidebar-section{border-top:none}}
