@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--primary: #f97316;--primary-hover: #ea580c;--primary-light: #ffedd5;--bg-page: #f8fafc;--bg-card: #ffffff;--bg-input: #f9fafb;--text-main: #0f172a;--text-secondary: #475569;--text-muted: #94a3b8;--border: #e2e8f0;--border-focus: #fdba74;--success: #10b981;--success-bg: #d1fae5;--danger: #ef4444;--danger-bg: #fee2e2;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--transition: all .2s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,sans-serif}body{background-color:var(--bg-page);color:var(--text-main);min-height:100vh;line-height:1.5}.dl-table-loader-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.dashboard-loader{width:44px;height:44px;border:3.5px solid #e2e8f0;border-top-color:#5c4de4;border-radius:50%;animation:dash-spin 1s linear infinite}.dl-loader-text{color:#4b5563;font-weight:500}.dl-table-empty-state{text-align:center;padding:3rem 0;background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #00000008}.app-route-loader{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem;background:radial-gradient(circle at top right,rgba(249,115,22,.1),transparent 28%),linear-gradient(180deg,#f8fafc,#eef2ff 45%,#fff7ed)}.dl-empty-content{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#64748b}.dl-empty-icon{background:#6366f11a;color:#6366f1;padding:1rem;border-radius:50%;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center}.dl-empty-content h3{margin:0;color:#1e293b;font-size:1.25rem;font-weight:600}.dl-empty-content p{margin:0;font-size:.95rem}@keyframes dash-spin{to{transform:rotate(360deg)}}.app-status-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:radial-gradient(circle at top right,rgba(249,115,22,.12),transparent 24%),linear-gradient(180deg,#f8fafc,#eef2ff 46%,#fff7ed)}.app-status-card{width:min(100%,560px);background:#ffffffeb;border:1px solid rgba(226,232,240,.9);border-radius:24px;padding:2.5rem;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:1rem}.app-status-eyebrow{color:var(--primary);text-transform:uppercase;letter-spacing:.16em;font-size:.8rem;font-weight:700}.app-status-card h1{font-size:clamp(2rem,3vw,2.8rem);line-height:1.05}.app-status-card p{color:var(--text-secondary);font-size:1rem}.app-status-actions{display:flex;flex-wrap:wrap;gap:.75rem}.app-status-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 1.2rem;border-radius:999px;border:1px solid transparent;font-weight:700;text-decoration:none;cursor:pointer;transition:var(--transition)}.app-status-btn--primary{background:var(--text-main);color:#fff}.app-status-btn--secondary{background:#fff;color:var(--text-main);border-color:var(--border)}@media(max-width:640px){.app-status-card{padding:2rem 1.25rem;border-radius:20px}.app-status-actions{flex-direction:column}.app-status-btn{width:100%}}
