:root{--bg:#0a0a0a;--surface:#111;--surface-2:#161616;--border:#1e1e1e;--border-2:#2a2a2a;--gold:#d4a017;--gold-dim:#a87d10;--cyan:#4ad8e0;--text-0:#f5f5f0;--text-1:#f5f0e8;--text-2:#d4cfc8;--text-muted:#c8c8c3;--text-dim:#888880;--success:#22c55e;--warning:#f59e0b;--error:#ef4444;--info:#3b82f6;--radius:8px;--radius-lg:12px}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;background:var(--bg);color:var(--text-1);font-family:Inter,system-ui,sans-serif;font-size:15px;line-height:1.6}a{color:var(--gold);text-decoration:none}a:hover{color:var(--gold-dim)}button{cursor:pointer}button,input,select,textarea{font-family:inherit}h1,h2,h3,h4,h5{font-family:Cormorant Garamond,serif;color:var(--text-0);font-weight:600;line-height:1.2}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.2rem}.text-muted{color:var(--text-muted)}.text-dim{color:var(--text-dim)}.text-gold{color:var(--gold)}.text-success{color:var(--success)}.text-error{color:var(--error)}.text-warning{color:var(--warning)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.card{border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.card,.card-sm{background:var(--surface)}.card-sm{border:1px solid var(--border);padding:1rem}.btn,.card-sm{border-radius:var(--radius)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;border:none;font-size:.9rem;font-weight:500;transition:all .15s}.btn-primary{background:var(--gold);color:#000}.btn-primary:hover{background:var(--gold-dim)}.btn-secondary{background:var(--surface-2);color:var(--text-1);border:1px solid var(--border-2)}.btn-secondary:hover{border-color:var(--gold);color:var(--gold)}.btn-danger{background:var(--error);color:#fff}.btn-ghost{background:transparent;color:var(--text-muted)}.btn-ghost:hover,.input{color:var(--text-1)}.input{width:100%;padding:.65rem 1rem;background:var(--surface-2);border:1px solid var(--border-2);border-radius:var(--radius);font-size:.95rem;transition:border-color .15s}.input:focus{outline:none;border-color:var(--gold)}.input::placeholder{color:var(--text-dim)}.input-group{display:flex;flex-direction:column;gap:.4rem}.label{font-size:.85rem;color:var(--text-muted);font-weight:500}.badge{display:inline-flex;align-items:center;padding:.2rem .6rem;border-radius:100px;font-size:.75rem;font-weight:600}.badge-success{background:rgba(34,197,94,.15);color:var(--success)}.badge-warning{background:rgba(245,158,11,.15);color:var(--warning)}.badge-error{background:rgba(239,68,68,.15);color:var(--error)}.badge-info{background:rgba(59,130,246,.15);color:var(--info)}.badge-gold{background:rgba(212,160,23,.15);color:var(--gold)}.badge-muted{background:var(--surface-2);color:var(--text-muted)}.sidebar{width:240px;min-height:100vh;background:var(--surface);border-right:1px solid var(--border);padding:1.5rem 0;display:flex;flex-direction:column}.sidebar-logo{padding:0 1.5rem 1.5rem;border-bottom:1px solid var(--border)}.sidebar-nav{padding:1.5rem .75rem;flex:1 1}.sidebar-link{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;border-radius:var(--radius);color:var(--text-muted);font-size:.9rem;transition:all .15s;text-decoration:none;margin-bottom:.25rem}.sidebar-link.active,.sidebar-link:hover{background:var(--surface-2);color:var(--text-1)}.sidebar-link.active{color:var(--gold)}.sidebar-section{font-size:.7rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:.1em;padding:0 .75rem;margin:1.25rem 0 .5rem}.app-layout{display:flex;min-height:100vh}.page-content{flex:1 1;overflow:auto}.page-header{border-bottom:1px solid var(--border);padding:2rem 2rem 1.5rem;margin-bottom:2rem}.page-body{padding:0 2rem 2rem}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem 1.5rem}.stat-label{font-size:.8rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.stat-value{font-size:2rem;font-family:Cormorant Garamond,serif;color:var(--text-0);font-weight:700}.stat-sub{font-size:.8rem;color:var(--text-dim);margin-top:.25rem}.table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}table{width:100%;border-collapse:collapse}th{padding:.75rem 1rem;text-align:left;font-size:.75rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em;background:var(--surface-2)}td,th{border-bottom:1px solid var(--border)}td{padding:.85rem 1rem;color:var(--text-2);font-size:.9rem}tr:last-child td{border-bottom:none}tr:hover td{background:var(--surface-2)}.empty-state{text-align:center;padding:4rem 2rem}.empty-state h3{margin-bottom:.75rem}.empty-state p{color:var(--text-muted);margin-bottom:1.5rem}.skeleton{background:linear-gradient(90deg,var(--surface) 25%,var(--surface-2) 50%,var(--surface) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius)}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.alert{display:flex;align-items:flex-start;gap:.75rem;padding:.85rem 1rem;border-radius:var(--radius);font-size:.9rem;margin-bottom:1rem}.alert-error{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);color:#fca5a5}.alert-success{background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.3);color:#86efac}.alert-warning{background:rgba(245,158,11,.1);border:1px solid rgba(245,158,11,.3);color:#fcd34d}.alert-info{background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.3);color:#93c5fd}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem}.progress-bar{width:100%;height:8px;background:var(--surface-2);border-radius:100px;overflow:hidden}.progress-fill{height:100%;background:var(--gold);border-radius:100px;transition:width .3s}.tabs{display:flex;gap:0;border-bottom:1px solid var(--border);margin-bottom:1.5rem}.tab{padding:.6rem 1.25rem;font-size:.9rem;color:var(--text-muted);cursor:pointer;transition:all .15s;background:none;border:none;border-bottom:2px solid transparent}.tab:hover{color:var(--text-1)}.tab.active{color:var(--gold);border-bottom-color:var(--gold)}.top-bar{display:flex;align-items:center;justify-content:space-between;padding:.75rem 2rem;background:var(--surface);border-bottom:1px solid var(--border)}.top-bar-nav{display:flex;gap:.25rem}.top-bar-link{padding:.5rem .75rem;border-radius:var(--radius);color:var(--text-muted);font-size:.9rem;text-decoration:none;transition:all .15s}.top-bar-link.active,.top-bar-link:hover{background:var(--surface-2);color:var(--text-1)}.top-bar-link.active{color:var(--gold)}.select{padding:.5rem .75rem;background:var(--surface-2);border:1px solid var(--border-2);border-radius:var(--radius);color:var(--text-1);font-size:.9rem}.select:focus{outline:none;border-color:var(--gold)}