@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap";:root{--brand-navy: #1a3687;--brand-navy-dark: #12276a;--brand-navy-light: #2a4db5;--brand-white: #ffffff;--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #f1f5f9;--bg-glass: rgba(255, 255, 255, .75);--bg-glass-hover: rgba(255, 255, 255, .92);--text-primary: #0f172a;--text-secondary: #334155;--text-muted: #64748b;--accent-primary: #1a3687;--accent-secondary: #2a4db5;--accent-success: #10b981;--accent-warning: #f59e0b;--accent-danger: #ef4444;--border-color: rgba(26, 54, 135, .12);--border-light: rgba(26, 54, 135, .06);--font-base: "Inter", sans-serif;--font-heading: "Outfit", sans-serif;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--shadow-sm: 0 1px 2px 0 rgba(26, 54, 135, .1);--shadow-md: 0 4px 6px -1px rgba(26, 54, 135, .15), 0 2px 4px -1px rgba(26, 54, 135, .1);--shadow-lg: 0 10px 15px -3px rgba(26, 54, 135, .18), 0 4px 6px -2px rgba(26, 54, 135, .1);--shadow-glass: 0 8px 32px 0 rgba(26, 54, 135, .12);--shadow-navy: 0 4px 14px 0 rgba(26, 54, 135, .35);--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: 1rem;--radius-full: 9999px;--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-normal: .3s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-base);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;color:var(--text-primary);line-height:1.2}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse-subtle{0%{box-shadow:0 0 #1a368766}70%{box-shadow:0 0 0 10px #1a368700}to{box-shadow:0 0 #1a368700}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}.animate-fade-in{animation:fadeIn var(--transition-normal) forwards}.glass-panel{background:var(--bg-glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-glass)}.glass-panel:hover{border-color:#1a368726;transition:all var(--transition-normal)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:500;cursor:pointer;transition:all var(--transition-fast);border:none;font-family:var(--font-base)}.btn-primary{background:linear-gradient(135deg,var(--brand-navy-light) 0%,var(--brand-navy-dark) 100%);color:#fff;box-shadow:var(--shadow-navy)}.btn-primary:hover{background:linear-gradient(135deg,var(--brand-navy) 0%,var(--brand-navy-dark) 100%);transform:translateY(-2px);box-shadow:0 6px 20px #1a368773}.btn-primary:active{transform:translateY(0);box-shadow:var(--shadow-navy)}.form-group{margin-bottom:var(--space-sm);display:flex;flex-direction:column;gap:.25rem}.form-label{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;color:var(--text-secondary);transition:color var(--transition-fast)}.form-input,.input-field{width:100%;padding:.45rem .85rem;background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-primary);font-family:var(--font-base);font-size:.9rem;transition:all var(--transition-fast);box-shadow:inset 0 2px 4px #00000005}.form-input::placeholder,.input-field::placeholder{color:var(--text-muted);opacity:.6}.form-input:hover,.input-field:hover{border-color:#1a36874d;background-color:var(--bg-primary)}.form-input:focus,.input-field:focus{outline:none;border-color:var(--brand-navy);background-color:var(--bg-primary);box-shadow:0 0 0 3px #1a36871f,inset 0 2px 4px #00000005;transform:translateY(-1px)}.form-group:focus-within .form-label{color:var(--brand-navy)}select.form-input,select.input-field{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%231a3687' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1.25rem;padding-right:2.5rem}textarea.form-input,textarea.input-field{min-height:120px;line-height:1.6;resize:vertical}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:#1a368740;border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:#1a368773}@media(min-width:769px){.sidebar-desktop-spacer{display:block!important}}@media(max-width:768px){.hamburger-btn{display:flex!important}.sidebar-mobile{position:fixed!important;top:0;left:0;height:100vh;z-index:1000;transform:translate(-100%);transition:transform var(--transition-normal)}.sidebar-open{transform:translate(0)!important}.module-actions{flex-wrap:wrap!important}header{padding:.5rem!important;gap:.25rem!important}header select{display:none!important}header .btn{padding:.35rem .5rem!important;font-size:.75rem!important}header svg{width:16px!important;height:16px!important}.user-name-display,.header-btn-text{display:none!important}}@media(max-width:768px){main,.main-content,.page-container,[style*="padding: var(--space-xl)"],[style*="padding: 2rem"]{padding:.75rem!important}.glass-panel{padding:.85rem!important;border-radius:var(--radius-md)!important}.module-header,.page-header{flex-direction:column!important;align-items:stretch!important;gap:1rem!important;width:100%!important}.header-actions-bar{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:.5rem!important;width:100%!important}.header-actions-bar button{width:100%!important;justify-content:center!important;padding:.55rem .35rem!important;font-size:.75rem!important;white-space:nowrap!important;text-overflow:ellipsis!important;overflow:hidden!important}.tab-navigation,[style*="display: 'flex'"][style*=borderBottom]{display:flex!important;overflow-x:auto!important;white-space:nowrap!important;width:100%!important;padding-bottom:.5rem!important;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tab-navigation::-webkit-scrollbar{display:none}.tab-navigation button,[style*="display: 'flex'"][style*=borderBottom] button{flex-shrink:0!important;padding:.5rem .85rem!important;font-size:.8rem!important}.stats-grid,.system-overview-grid,[style*="gridTemplateColumns: 'repeat(auto-fit, minmax(220px"],[style*="gridTemplateColumns: 'repeat(auto-fit, minmax(200px"],[style*="gridTemplateColumns: 'repeat(auto-fit, minmax(240px"],[style*="gridTemplateColumns: 'repeat(auto-fit, minmax(180px"],[style*="gridTemplateColumns: 'repeat(4, 1fr)'"],[style*="gridTemplateColumns: 'repeat(3, 1fr)'"]{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:.5rem!important;margin-bottom:1rem!important}.stats-grid>div,.system-overview-grid>div,[style*="minmax(220px"]>div,[style*="minmax(200px"]>div,[style*="minmax(240px"]>div,[style*="minmax(180px"]>div{padding:.6rem .35rem!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:.2rem!important;min-width:0!important;overflow:hidden!important}.stats-grid svg,.system-overview-grid svg,[style*="minmax(220px"] svg,[style*="minmax(200px"] svg{width:18px!important;height:18px!important}.stats-grid h2,.stats-grid h3,.system-overview-grid h2,.system-overview-grid h3,[style*="minmax(220px"] h2,[style*="minmax(200px"] h2,[style*="minmax(220px"] h3,[style*="minmax(200px"] h3{font-size:.95rem!important;font-weight:700!important;margin:.1rem 0 0!important;word-break:break-word!important}.stats-grid p,.stats-grid span,.system-overview-grid p,.system-overview-grid span,[style*="minmax(220px"] p,[style*="minmax(200px"] p{font-size:.62rem!important;line-height:1.1!important;margin:0!important;opacity:.9!important}.table-wrapper,.table-container,[style*="overflowX: 'auto'"],div:has(>table){overflow-x:auto!important;max-width:100%!important;-webkit-overflow-scrolling:touch;margin-bottom:1rem!important}table{min-width:600px!important;width:100%!important;border-collapse:collapse!important}table th,table td{padding:.65rem .5rem!important;font-size:.78rem!important;white-space:nowrap!important}[style*="position: 'fixed'"][style*=zIndex],.modal-overlay{padding:.5rem!important}[style*="position: 'fixed'"]>div,.modal-card{width:95vw!important;max-width:95vw!important;max-height:90vh!important;padding:1rem!important;border-radius:12px!important;overflow-y:auto!important}.form-grid,form [style*=gridTemplateColumns],[style*="gridTemplateColumns: '1fr 1fr'"],[style*="gridTemplateColumns: '1fr 1fr 1fr'"]{grid-template-columns:repeat(auto-fit,minmax(130px,1fr))!important;gap:.65rem!important}.input-field,select,input,textarea{font-size:.85rem!important;padding:.5rem .65rem!important}[style*="minmax(90px, 1fr)"]{grid-template-columns:repeat(3,1fr)!important;gap:.5rem!important}[style*="minmax(90px, 1fr)"] button{padding:.55rem .25rem!important;min-height:72px!important}[style*="minmax(90px, 1fr)"] span{font-size:.65rem!important}}body.studio-editor-active .main-app-header,body.studio-editor-active header{display:none!important}body.studio-editor-active main{padding:0!important}
