:root{--belgut-blue:#0f172a;--belgut-primary:#1d4ed8;--belgut-gold:#facc15;--belgut-soft:#f8fafc;--belgut-green:#16a34a;--belgut-red:#dc2626;--belgut-orange:#f59e0b}*{box-sizing:border-box}body{background:linear-gradient(135deg,#f8fafc 0%,#eef2ff 45%,#fefce8 100%);min-height:100vh}.glass-card{background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border:1px solid rgba(226,232,240,.9);box-shadow:0 20px 45px rgba(15,23,42,.08)}.modern-input{width:100%;border:1px solid #cbd5e1;border-radius:1rem;padding:.9rem 1rem;background:#fff;outline:none;transition:.2s;font-size:16px}.modern-input:focus{border-color:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.12)}.modern-label{font-weight:800;color:#334155;font-size:.86rem}.modern-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:1rem;padding:.85rem 1.1rem;font-weight:900;transition:.2s;min-height:46px}.modern-btn:hover{transform:translateY(-1px)}.btn-primary{background:#1e3a8a;color:#fff}.btn-primary:hover{background:#1d4ed8}.btn-gold{background:#facc15;color:#111827}.btn-gold:hover{background:#eab308}.btn-danger{background:#dc2626;color:#fff}.btn-soft{background:#e2e8f0;color:#0f172a}.stat-card{border-radius:1.5rem;padding:1.25rem;background:#fff;border:1px solid #e2e8f0;box-shadow:0 12px 30px rgba(15,23,42,.06)}.stat-card .value{font-size:clamp(2rem,5vw,3.5rem);line-height:1;font-weight:1000;color:#0f172a}.responsive-table{overflow-x:auto;-webkit-overflow-scrolling:touch}.responsive-table table{min-width:900px}.toast-wrap{position:fixed;right:1rem;top:1rem;z-index:9999;display:flex;flex-direction:column;gap:.75rem}.toast{min-width:min(92vw,360px);padding:1rem 1.1rem;border-radius:1rem;color:white;font-weight:800;box-shadow:0 18px 40px rgba(15,23,42,.18);animation:toastIn .25s ease-out}.toast-success{background:#16a34a}.toast-error{background:#dc2626}.toast-warning{background:#d97706}.toast-info{background:#2563eb}@keyframes toastIn{from{opacity:0;transform:translateY(-12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:768px){.mobile-stack{display:grid!important;grid-template-columns:1fr!important}.hide-mobile{display:none!important}.glass-card{border-radius:1.25rem}.responsive-table table{font-size:13px}}
