:root{color-scheme:light;--radius: .9rem;--background: #f6f8fb;--foreground: #243043;--card: #ffffff;--card-foreground: #243043;--primary: #3476d4;--primary-foreground: #ffffff;--secondary: #eef4ff;--secondary-foreground: #30415f;--muted: #eef3f8;--muted-foreground: #6b778c;--accent: #35b9a4;--accent-foreground: #ffffff;--destructive: #d2463d;--destructive-foreground: #ffffff;--success: #28a97a;--warning: #d99a2b;--border: #dfe7f0;--input: #d7e1ec;--ring: rgba(52, 118, 212, .16);--shadow-soft: 0 16px 44px -28px rgba(37, 49, 70, .38)}*{box-sizing:border-box}html{min-height:100%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--background)}body{min-height:100%;margin:0;color:var(--foreground);background:radial-gradient(70rem 40rem at 12% -10%,rgba(95,150,229,.22),transparent 60%),radial-gradient(60rem 40rem at 100% 0%,rgba(53,185,164,.18),transparent 55%),radial-gradient(50rem 40rem at 50% 120%,rgba(178,132,224,.12),transparent 60%),var(--background);background-attachment:fixed}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit}.material-symbols-outlined{font-family:Material Symbols Outlined;font-size:20px;line-height:1;font-variation-settings:"FILL" 0,"wght" 430,"GRAD" 0,"opsz" 24}.iv-glass{background:#ffffffad;border:1px solid rgba(255,255,255,.72);box-shadow:var(--shadow-soft),inset 0 1px #ffffffc7;backdrop-filter:blur(20px) saturate(160%);-webkit-backdrop-filter:blur(20px) saturate(160%)}.iv-surface{background:var(--card);border:1px solid var(--border);box-shadow:0 1px 2px #2531460a}.iv-page{display:grid;gap:1.5rem}.iv-page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.iv-page-title{margin:0;color:var(--foreground);font-size:clamp(1.45rem,1.1rem + 1vw,2rem);font-weight:720;letter-spacing:0;line-height:1.1}.iv-page-subtitle{max-width:62rem;margin:.45rem 0 0;color:var(--muted-foreground);font-size:.94rem;line-height:1.6}.iv-card{border-radius:1.35rem;padding:1.25rem}.iv-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:1rem}.iv-stat-card{min-height:132px;border-radius:1.35rem;padding:1.15rem}.iv-stat-icon{display:inline-flex;width:2.5rem;height:2.5rem;align-items:center;justify-content:center;border-radius:.9rem;color:var(--primary);background:#3476d41f}.iv-stat-label{margin:.9rem 0 0;color:var(--muted-foreground);font-size:.85rem}.iv-stat-value{margin:.1rem 0 0;color:var(--foreground);font-size:2rem;font-weight:760;line-height:1}.iv-btn{display:inline-flex;min-height:2.5rem;align-items:center;justify-content:center;gap:.45rem;border:1px solid transparent;border-radius:.85rem;padding:.62rem .95rem;font-weight:680;text-decoration:none;transition:transform .16s ease,border-color .16s ease,background .16s ease}.iv-btn:hover{transform:translateY(-1px)}.iv-btn-primary{color:var(--primary-foreground);background:var(--primary);box-shadow:0 12px 24px -16px #3476d4d9}.iv-btn-secondary{color:var(--secondary-foreground);background:#ffffffb8;border-color:var(--border)}.iv-btn-danger{color:var(--destructive);background:#d2463d1a;border-color:#d2463d2e}.iv-field{display:grid;gap:.4rem}.iv-field label{color:var(--muted-foreground);font-size:.78rem;font-weight:700}.iv-input,.iv-field input,.iv-field select,.iv-field textarea{width:100%;border:1px solid var(--input);border-radius:.85rem;background:#ffffffb8;color:var(--foreground);outline:none;padding:.72rem .85rem;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.iv-input:focus,.iv-field input:focus,.iv-field select:focus,.iv-field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--ring);background:var(--card)}.iv-badge{display:inline-flex;align-items:center;gap:.25rem;border-radius:999px;padding:.22rem .6rem;color:var(--muted-foreground);background:var(--muted);font-size:.75rem;font-weight:700}.iv-badge-primary{color:var(--primary);background:#3476d41f}.iv-badge-success{color:var(--success);background:#28a97a24}.iv-badge-warning{color:#8d610f;background:#d99a2b2e}.iv-badge-danger{color:var(--destructive);background:#d2463d1f}.iv-table-wrap{overflow:auto;border-radius:1.2rem}.iv-table{width:100%;border-collapse:collapse}.iv-table th{color:var(--muted-foreground);background:#eef3f8b8;font-size:.72rem;font-weight:760;letter-spacing:.04em;text-align:left;text-transform:uppercase}.iv-table th,.iv-table td{padding:.85rem 1rem;border-bottom:1px solid var(--border);vertical-align:middle}.iv-table tr:last-child td{border-bottom:0}.iv-empty{display:grid;place-items:center;gap:.65rem;min-height:11rem;color:var(--muted-foreground);text-align:center}.iv-empty .material-symbols-outlined{display:inline-flex;width:3rem;height:3rem;align-items:center;justify-content:center;border-radius:1rem;color:var(--primary);background:#3476d41f}.iv-alert{border-radius:1rem;padding:.85rem 1rem}.iv-alert-error{color:var(--destructive);background:#d2463d1a;border:1px solid rgba(210,70,61,.18)}@media(max-width:720px){.iv-page-header{align-items:stretch;flex-direction:column}}
