:root{--brand-navy:#0d2b6b;--brand-blue:#1976d2;--brand-cyan:#00c4ff;--bg-page:linear-gradient(135deg,#e0f4ff,#c4ecff 15%,#a8e0ff 30%,#8fd4fc 45%,#b8e6ff 60%,#d4f0ff 75%,#eaf8ff 90%,#f0fbff);--bg-page-flat:#dff0fc;--bg-card:linear-gradient(145deg,hsla(0,0%,100%,.82),hsla(0,0%,100%,.55));--bg-card-solid:#fff;--bg-input:hsla(0,0%,100%,.85);--bg-subtle:rgba(0,150,200,.04);--bg-subtle-hover:rgba(0,150,200,.08);--border-card:hsla(0,0%,100%,.9);--border-input:hsla(0,0%,100%,.95);--border-divider:rgba(0,100,150,.08);--text-primary:#0d2b6b;--text-body:#334155;--text-muted:#4b6382;--text-faint:#7c93ab;--backdrop-blur:blur(24px);--shadow-card:0 4px 24px rgba(0,120,180,.06),inset 0 1px 0 #fff;--shadow-modal:0 12px 48px rgba(0,80,140,.15);--scrollbar-thumb:rgba(13,43,107,.2);--scrollbar-track:transparent;--status-success:#10b981;--status-warning:#f59e0b;--status-danger:#ef4444;--status-info:#0ea5e9}[data-theme=dark]{--bg-page:#0b1220;--bg-card:rgba(17,26,46,.9);--bg-card-solid:#111a2e;--bg-input:hsla(0,0%,100%,.06);--bg-subtle:hsla(0,0%,100%,.04);--bg-subtle-hover:hsla(0,0%,100%,.08);--border-card:hsla(0,0%,100%,.08);--border-input:hsla(0,0%,100%,.15);--border-divider:hsla(0,0%,100%,.08);--text-primary:#e2e8f0;--text-body:#cbd5e1;--text-muted:#94a3b8;--text-faint:#64748b;--scrollbar-thumb:hsla(0,0%,100%,.12);--shadow-card:0 4px 24px rgba(0,0,0,.4);--shadow-modal:0 8px 40px rgba(0,0,0,.6)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg-page);color:var(--text-body);transition:background .3s ease,color .2s ease;min-height:100vh}body:before{content:"";position:fixed;inset:0;background:linear-gradient(135deg,#e0f4ff,#c4ecff 20%,#a8e0ff 40%,#b8e6ff 60%,#d4f0ff 80%,#f0fbff);z-index:-1;transition:opacity .3s ease}[data-theme=dark] body:before{background:linear-gradient(135deg,#060e1e,#0a1a3a 25%,#0d2b6b 50%,#0e4d8f 75%,#1976d2)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--scrollbar-track)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--brand-blue)}:focus-visible{outline:2px solid var(--brand-blue);outline-offset:2px}a{color:var(--brand-blue);text-decoration:none}a:hover{text-decoration:underline}button{transition:opacity .15s,transform .1s}button:active{transform:scale(.97)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fadeIn{animation:fadeIn .3s ease forwards}.animate-slideUp{animation:slideUp .35s ease forwards}.animate-pulse{animation:pulse 1.5s ease-in-out infinite}.animate-spin{animation:spin 1s linear infinite}.glass{background:var(--bg-card);backdrop-filter:var(--backdrop-blur);-webkit-backdrop-filter:var(--backdrop-blur);border:1px solid var(--border-card);border-radius:16px;box-shadow:var(--shadow-card);position:relative;overflow:hidden}.glass:before{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(180deg,hsla(0,0%,100%,.6),hsla(0,0%,100%,.1) 50%,transparent);border-radius:16px 16px 0 0;pointer-events:none;z-index:1}[data-theme=dark] .glass:before{background:linear-gradient(180deg,hsla(0,0%,100%,.06),transparent)}.glass:hover{box-shadow:0 8px 32px rgba(0,150,200,.1),0 0 16px rgba(0,196,255,.05),inset 0 1px 0 #fff}[data-theme=dark] .glass:hover{box-shadow:0 8px 24px rgba(0,196,255,.12),inset 0 1px 0 hsla(0,0%,100%,.08)}body:after{content:"";position:fixed;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(0,196,255,.08) 0,transparent 70%);top:-10%;right:-5%;z-index:-1;pointer-events:none;filter:blur(60px)}[data-theme=dark] body:after{background:radial-gradient(circle,rgba(0,196,255,.06) 0,transparent 70%)}input,select,textarea{transition:border-color .2s,box-shadow .2s}input:focus,select:focus,textarea:focus{border-color:var(--brand-cyan)!important;box-shadow:0 0 0 3px rgba(0,196,255,.1),0 2px 8px rgba(0,150,200,.06)!important}[data-search-input]:focus{border-color:transparent!important;box-shadow:none!important}button:hover{filter:brightness(1.05)}table th{backdrop-filter:blur(8px)}[style*="position: fixed"][style*="inset: 0"],[style*="position:fixed"][style*="inset:0"]{backdrop-filter:blur(8px) saturate(1.2)!important}.text-primary{color:var(--text-primary)!important}.text-muted{color:var(--text-muted)!important}.text-faint{color:var(--text-faint)!important}#__next{min-height:100vh}@media (max-width:768px){aside{position:fixed!important;left:-280px;z-index:900;transition:left .3s ease;min-height:100vh;box-shadow:4px 0 24px rgba(0,0,0,.3)}aside.open{left:0}main{margin-left:0!important;width:100%!important}}@media (max-width:900px){.g-tile,.g-tile-hero{min-height:auto!important}}@media (max-width:768px){div[style*="grid-template-columns: 2fr"],div[style*="grid-template-columns: repeat(4"],div[style*="grid-template-columns: repeat(5"],div[style*="gridTemplateColumns: '2fr 1fr 1fr 1fr'"],div[style*="gridTemplateColumns: 'repeat(4"],div[style*="gridTemplateColumns: 'repeat(5"]{grid-template-columns:1fr 1fr!important}div[style*="padding: '24px 32px'"],div[style*="padding: 24px 32px"]{padding:16px!important}header[style*="height: 56px"],header[style*="height:56px"]{height:48px!important;padding:0 12px!important}table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}div[style*="width: 480px"],div[style*="width: 540px"],div[style*="width: 700px"],div[style*="width: 800px"],div[style*="width:480px"],div[style*="width:540px"],div[style*="width:700px"],div[style*="width:800px"]{width:95vw!important;max-width:95vw!important}div[style*="repeat(5,1fr)"],div[style*="repeat(6,1fr)"]{grid-template-columns:1fr 1fr!important}h1{font-size:20px!important}}@media (max-width:480px){div[style*=grid-template-columns],div[style*=gridTemplateColumns]{grid-template-columns:1fr!important}div[style*="padding: '24px 32px'"],div[style*="padding: 24px 32px"]{padding:12px!important}}@media (max-width:1024px){.dashboard-stats{grid-template-columns:repeat(3,1fr)!important}.g-tile,.g-tile-hero{min-height:120px}}@media (max-width:768px){aside{display:none!important}header{padding:0 12px!important}header>div{font-size:12px!important}.dash-topbar{flex-direction:column!important;gap:10px!important;padding:10px 16px 0!important;align-items:flex-start!important}.geniaz-search-wrap{max-width:100%!important;width:100%!important}.dashboard-stats{grid-template-columns:repeat(2,1fr)!important}.module-grid{grid-template-columns:1fr!important}table{display:block;overflow-x:auto;white-space:nowrap}.wizard-panel{width:100vw!important;max-width:100vw!important}.profile-dropdown{width:calc(100vw - 32px)!important;right:-10px!important}.glass-card{padding:14px!important}.detail-grid-2{grid-template-columns:1fr!important}.detail-grid-4,.detail-grid-5{grid-template-columns:repeat(2,1fr)!important}.geniaz-chat-panel{width:calc(100vw - 16px)!important;right:8px!important;bottom:8px!important;height:calc(100vh - 80px)!important}.cmd-k-badge{display:none!important}h1{font-size:20px!important}h2{font-size:16px!important}h3{font-size:14px!important}.modal-content{width:calc(100vw - 32px)!important;max-height:calc(100vh - 80px)!important;border-radius:14px!important}}@media (max-width:480px){.dashboard-stats{grid-template-columns:1fr!important}.g-tile,.g-tile-hero{padding:12px 10px!important}.view-toggle button{padding:5px 12px!important;font-size:11px!important}.notif-bell,.profile-avatar{width:30px!important;height:30px!important}.profile-avatar{font-size:11px!important}button{min-height:40px}.action-buttons{flex-direction:column!important;gap:4px!important}}@media (hover:none) and (pointer:coarse){[role=button],a,button{min-height:44px;min-width:44px}input,select,textarea{font-size:16px!important;min-height:44px}input[type=checkbox],input[type=radio]{width:20px;height:20px}td,th{padding:14px 12px!important}}.hide-mobile{display:block}.show-mobile{display:none}@media (max-width:768px){.hide-mobile{display:none!important}.show-mobile{display:block!important}}html{scroll-behavior:smooth}@supports (padding-bottom:env(safe-area-inset-bottom)){.safe-bottom{padding-bottom:env(safe-area-inset-bottom)}}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.1);border-radius:4px}::-webkit-scrollbar-track{background:transparent}