*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,Segoe UI,system-ui,sans-serif}body{background:radial-gradient(circle at top,#f6f8ff,#eef2f9 45%,#e9eef7);color:#0f172a}.app{max-width:1280px;margin:32px auto 72px;padding:0 20px}.app-immersive{max-width:none;width:100%;margin:0;min-height:100vh;padding:20px}.app-header{background:linear-gradient(120deg,#0f172a,#1e293b 60%,#243b6b);color:#fff;padding:28px 32px;border-radius:24px;display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:28px;box-shadow:0 20px 40px #0f172a3d}.brand{display:grid;gap:6px}.brand-title{font-size:24px;font-weight:700}.brand-subtitle{font-size:16px;color:#dbeafe}.brand-meta{font-size:13px;color:#cbd5f5}.header-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.icon-button{min-width:44px;height:44px;padding:0;display:inline-flex;align-items:center;justify-content:center;font-size:20px}.user-menu{position:relative}.user-menu-trigger{min-width:44px}.header-user-avatar{width:90%;height:90%;border-radius:999px;object-fit:cover}.user-menu-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;background:#fff;border:1px solid #dbe2ef;border-radius:14px;padding:10px;box-shadow:0 18px 30px #0f172a2e;display:grid;gap:10px;z-index:20}.user-menu-user{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;color:#0f172a;padding:8px 10px;font-size:13px;font-weight:600}.user-menu-logout{width:100%}.header-chip{background:#ffffff24;border:1px solid rgba(255,255,255,.2);color:#e2e8f0;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:600}.layout{display:grid;grid-template-columns:270px 1fr;gap:24px}.layout-auth{grid-template-columns:1fr}.sidebar{background:#fffffff2;border-radius:20px;padding:18px;box-shadow:0 16px 32px #0f172a14;position:sticky;top:20px;height:fit-content;border:1px solid #e2e8f0}.nav{display:grid;gap:16px;margin-top:12px}.nav-section{display:grid;gap:10px}.nav-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.nav-group{display:grid;gap:8px}.nav a{text-decoration:none}.nav-button{background:#f8fafc;color:#0f172a;border:1px solid #e2e8f0;padding:10px 12px;border-radius:12px;text-align:left;width:100%;font-weight:600;transition:all .2s ease}.nav-button:hover{border-color:#cbd5f5;background:#f1f5ff}.nav-button.active{background:#2563eb;color:#fff;border-color:#2563eb;box-shadow:0 8px 16px #2563eb33}.content{display:grid;gap:20px}.auth-page{display:grid;place-items:center;min-height:calc(100vh - 104px)}.auth-card{width:min(420px,100%);padding:40px}.auth-card .section-title{text-align:center}.card{background:#fff;border-radius:20px;padding:24px;margin-bottom:16px;box-shadow:0 14px 30px #0f172a14;border:1px solid #eef2f7}.grid{display:grid;gap:16px}.grid-2{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}button{background:#2563eb;color:#fff;border:none;padding:10px 16px;border-radius:12px;cursor:pointer;font-weight:600;transition:transform .2s ease,box-shadow .2s ease}button:hover{transform:translateY(-1px);box-shadow:0 10px 16px #2563eb33}button.secondary{background:#f1f5f9;color:#0f172a}button.danger{background:#ef4444;color:#fff}button.danger:hover{box-shadow:0 10px 16px #ef444433}input,select,textarea{width:100%;padding:10px 12px;border-radius:12px;border:1px solid #dbe2ef;background:#fff}.password-field{position:relative;display:grid}.password-field input{padding-right:52px}.password-caption{font-size:12px;color:#64748b}.form-image-preview{width:96px;height:96px;border-radius:14px;object-fit:cover;border:1px solid #dbe2ef}.file-input-modern{display:grid;gap:10px}.file-input-native{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.file-picker-trigger{display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:10px 14px;border-radius:12px;border:1px solid #cbd5e1;background:linear-gradient(135deg,#f8fafc,#eef2ff);color:#0f172a;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.file-picker-trigger:hover{transform:translateY(-1px);box-shadow:0 8px 16px #6366f126;border-color:#a5b4fc}.file-picker-caption{font-size:12px;color:#64748b}.detail-image-preview{width:120px;height:120px;border-radius:14px;object-fit:cover;border:1px solid #dbe2ef}.password-toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);padding:6px 8px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc;color:#475569;font-size:14px;line-height:1;box-shadow:none}.password-toggle:hover{transform:translateY(-50%);box-shadow:none}.eye-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;font-size:16px}.eye-icon.eye-off:after{content:"";position:absolute;width:20px;height:2px;background:#94a3b8;border-radius:999px;transform:rotate(-45deg)}label{font-size:13px;font-weight:600;color:#475569}.section-title{font-size:20px;margin-bottom:8px;font-weight:700}.section-subtitle{font-size:13px;color:#64748b;margin-bottom:14px}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px}.header-pills{display:flex;flex-wrap:wrap;gap:8px}.pill{background:#e0e7ff;color:#3730a3;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:600}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:20px}.metric-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:14px;display:grid;gap:6px}.metric-label{font-size:12px;color:#64748b;font-weight:600}.metric-value{font-size:20px;font-weight:700;color:#0f172a}.section-block{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:14px}.chart-wrapper{padding:6px 0 8px}.sparkline{width:100%;height:120px}.sparkline-line{fill:none;stroke:#2563eb;stroke-width:2.5}.sparkline-fill{fill:#2563eb1f;stroke:none}.detail-list{display:grid;gap:8px}.detail-item{font-size:13px;color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:8px 10px}.action-button{width:100%;text-align:left;background:#fff;color:#1e293b;border:1px solid #e2e8f0;border-radius:12px;padding:10px 12px;font-weight:600;cursor:pointer;transition:all .2s ease}.action-button:hover{background:#eef2ff;border-color:#c7d2fe;transform:translateY(-1px);box-shadow:0 8px 16px #6366f126}.button-row{display:flex;gap:10px;flex-wrap:wrap}.records-list{display:grid;gap:12px}.records-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:12px}.records-meta{display:flex;gap:12px;flex-wrap:wrap;font-size:12px;color:#64748b;font-weight:600}.records-controls label{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:#64748b;font-weight:600}.records-controls select{padding:6px 10px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;color:#0f172a;font-weight:600}.pagination{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.pagination button{padding:6px 12px;border-radius:10px;font-size:12px}.record-card{border:1px solid #e2e8f0;padding:12px;border-radius:14px;background:#f8fafc;display:grid;gap:10px}.record-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.record-title{font-weight:700;color:#0f172a}.record-actions{display:flex;gap:8px;flex-wrap:wrap}.record-actions button{padding:6px 12px;border-radius:10px;font-size:12px}.record-meta{display:grid;gap:6px}.module-item{border:1px solid #e2e8f0;padding:12px;border-radius:14px;background:#f8fafc;display:grid;gap:6px}.kpi{font-size:24px;font-weight:700}.badge{display:inline-block;padding:6px 10px;border-radius:999px;background:#eef2ff;color:#3730a3;font-size:12px;font-weight:600}.badge-success{background:#dcfce7;color:#166534}.toast{position:fixed;top:20px;right:20px;z-index:1000;padding:12px 16px;border-radius:12px;border:1px solid transparent;box-shadow:0 10px 30px #0f172a33;font-size:13px;font-weight:600}.toast-success{background:#dcfce7;color:#166534;border-color:#86efac}.chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#f1f5f9;color:#0f172a;font-size:12px;font-weight:600;border:1px solid #e2e8f0}.notice{padding:10px 12px;background:#fef9c3;border:1px solid #fde68a;color:#92400e;border-radius:12px;font-size:13px;margin-bottom:12px}.empty-state{padding:10px 12px;border-radius:12px;border:1px dashed #cbd5f5;color:#64748b;font-size:13px}.item-label{display:inline-block;min-width:120px;font-size:12px;color:#64748b;font-weight:600}.item-value{font-size:13px;color:#0f172a;margin-left:6px}.text-link{color:#2563eb;font-weight:600;text-decoration:none}.text-link:hover{text-decoration:underline}.module-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:16px;display:grid;gap:14px;box-shadow:0 12px 24px #0f172a0f}.module-card-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.module-card-body{display:grid;gap:12px}.module-card-footer{display:flex;justify-content:flex-end}.module-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.rows{display:flex;gap:12px;flex-wrap:wrap}.rows>div{flex:1;min-width:160px}@media (max-width: 900px){.layout{grid-template-columns:1fr}.sidebar{position:static}.app-header{flex-direction:column;align-items:flex-start}.user-menu-dropdown{left:0;right:auto}}
