:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1f2937;background:#f3f4f6;line-height:1.5;font-weight:400}*{box-sizing:border-box}body{margin:0;min-width:320px;background:linear-gradient(180deg,#f8fafc,#eef2ff)}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.app-shell{min-height:100vh}.topbar{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:#fffffff5;border-bottom:1px solid #e5e7eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.brand{display:flex;align-items:center;gap:.75rem}.brand-badge{width:2.5rem;height:2.5rem;border-radius:999px;display:grid;place-items:center;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;font-weight:800}.brand-copy h1{font-size:1.05rem;margin:0}.brand-copy p{font-size:.85rem;color:#6b7280;margin:0}.topbar-actions{display:flex;align-items:center;gap:.75rem}.nav-link{padding:.6rem .9rem;border-radius:999px;font-weight:700;color:#374151}.nav-link:hover,.nav-link.active{background:#eef2ff;color:#4338ca}.page{width:min(1200px,calc(100% - 1.5rem));margin:0 auto;padding:1.5rem 0 3rem}.auth-page{min-height:100vh;display:grid;place-items:center;padding:1rem}.auth-card,.dashboard-card,.users-card,.details-card{background:#fffffff5;border:1px solid rgba(229,231,235,.9);border-radius:24px;box-shadow:0 22px 60px #4f46e51f}.auth-card{width:min(460px,100%);padding:2rem}.auth-card h2,.section-title h2,.details-header h2{margin:0 0 .5rem}.auth-subtitle,.section-title p,.details-meta{color:#6b7280;margin-top:0}.auth-form{display:grid;gap:1rem;margin-top:1.5rem}.field{display:grid;gap:.4rem}.field label{font-weight:700}.field input,.field select,.search-input{width:100%;padding:.85rem 1rem;border:1px solid #d1d5db;border-radius:14px;background:#fff}.btn{border:0;border-radius:999px;padding:.85rem 1.1rem;font-weight:800;cursor:pointer;transition:transform .16s ease,opacity .16s ease,background .16s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff}.btn-secondary{background:#111827;color:#fff}.btn-ghost{background:#eef2ff;color:#3730a3}.auth-tip{margin-top:1rem;background:#f8fafc;padding:.85rem 1rem;border-radius:16px;color:#334155}.hero-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:1rem;margin-bottom:1rem}.dashboard-card,.users-card,.details-card{padding:1.25rem}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-bottom:1rem}.stat-card{padding:1rem;border-radius:20px;background:linear-gradient(135deg,#4f46e514,#7c3aed14)}.stat-card strong{display:block;font-size:1.75rem;margin-bottom:.2rem}.stat-label{color:#4b5563;font-size:.92rem}.metrics-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.metric-pill{padding:.9rem 1rem;border-radius:16px;background:#f8fafc;font-weight:700}.section-title{display:flex;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1rem}.user-table{overflow-x:auto}.user-table table{width:100%;border-collapse:collapse}.user-table th,.user-table td{text-align:left;padding:.9rem .75rem;border-bottom:1px solid #eef2f7;white-space:nowrap}.user-table th{color:#6b7280;font-size:.85rem}.sort-button{border:0;background:transparent;color:inherit;font:inherit;font-weight:800;padding:0;cursor:pointer}.sort-button span{color:#4338ca}.user-row:hover{background:#f8fafc}.status-pill{display:inline-flex;align-items:center;padding:.3rem .7rem;border-radius:999px;font-weight:800;font-size:.86rem}.status-active{background:#dcfce7;color:#166534}.status-inactive{background:#fee2e2;color:#991b1b}.status-pending{background:#fef3c7;color:#92400e}.user-action{color:#4338ca;font-weight:800}.filters{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;margin-bottom:1rem}.placeholder{padding:1rem;color:#6b7280;background:#f8fafc;border-radius:16px}.pagination-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #eef2f7}.pagination-summary{color:#4b5563;font-weight:700}.pagination-controls{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.pagination-page{border:1px solid #d1d5db;background:#fff;color:#111827;border-radius:999px;min-width:2.6rem;padding:.65rem .85rem;font-weight:800;cursor:pointer}.pagination-page.active{background:#111827;color:#fff;border-color:#111827}.pagination-controls button:disabled{opacity:.5;cursor:not-allowed}.details-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:1rem}.details-header{display:flex;justify-content:space-between;align-items:start;gap:1rem;margin-bottom:1rem}.profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.detail-item{padding:.9rem;background:#f8fafc;border-radius:16px}.detail-item span{display:block;font-size:.8rem;color:#6b7280;margin-bottom:.25rem}.detail-item strong{font-size:1rem}.storage-card{background:linear-gradient(135deg,#0f172a,#1d4ed8);color:#fff;border-radius:20px;padding:1.1rem}.storage-card p{margin:.4rem 0 0}.list-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #eef2f7}.list-row:last-child{border-bottom:0}.error-strip{margin-top:1rem;padding:.8rem 1rem;border-radius:14px;background:#fef2f2;color:#991b1b}.loading{color:#4b5563}@media (max-width: 900px){.hero-grid,.details-layout,.stats-grid,.profile-grid,.metrics-list{grid-template-columns:1fr}}@media (max-width: 700px){.topbar{flex-direction:column;align-items:start;gap:.8rem}.topbar-actions{width:100%;flex-wrap:wrap}.section-title,.details-header,.pagination-row{flex-direction:column;align-items:start}.pagination-controls{width:100%}.page{width:min(100%,calc(100% - 1rem));padding-top:1rem}.auth-card,.dashboard-card,.users-card,.details-card{border-radius:20px}}
