@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.6;color:#0b1220;background-color:#f5f7fa;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--primary);text-decoration:none}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font-family:inherit;font-size:inherit}ul,ol{list-style:none}:root{--primary: #3871b7;--primary-dark: #2d5d99;--primary-light: #e8f0f9;--primary-rgb: 56, 113, 183;--accent: #2daa4e;--accent-dark: #249340;--accent-light: #e6f7eb;--accent-rgb: 45, 170, 78;--dark: #0B1220;--text: #374151;--text-secondary: #667085;--text-muted: #9CA3AF;--border: #E5E7EB;--bg: #F5F7FA;--white: #ffffff;--success: #10B981;--warning: #F59E0B;--error: #EF4444;--shadow-sm: 0 1px 2px rgba(0,0,0,.04);--shadow: 0 2px 8px rgba(0,0,0,.06);--shadow-lg: 0 8px 24px rgba(0,0,0,.08);--radius-sm: 8px;--radius: 12px;--radius-lg: 16px;--radius-full: 9999px;--transition: all .2s ease}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.3;color:var(--dark)}h1{font-size:26px}h2{font-size:20px}h3{font-size:17px}h4{font-size:15px}.container{max-width:1200px;margin:0 auto;padding:0 16px}.text-center{text-align:center}.text-primary{color:var(--primary)}.text-muted{color:var(--text-muted)}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-3{margin-top:16px}.mt-4{margin-top:24px}.mb-1{margin-bottom:4px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:16px}.mb-4{margin-bottom:24px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}*:focus-visible{outline:2px solid var(--primary);outline-offset:2px}::selection{background:var(--primary-light);color:var(--primary-dark)}router-outlet+*{display:block;animation:fadeIn .25s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){body{padding-bottom:env(safe-area-inset-bottom,0)}}
