:root{--blue-dark: #0f2942;--blue-primary: #1e3a5f;--blue-medium: #2c5282;--blue-light: #e8f4fc;--blue-banner: #d4e9f7;--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-500: #6b7280;--gray-700: #374151;--gray-900: #111827;--green: #10b981;--gold: #f59e0b;--pink-banner: #fdf2f4;--shadow: 0 1px 3px rgba(0,0,0,.08);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -2px rgba(0,0,0,.1);--radius: 8px;--radius-lg: 12px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--gray-900);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer}input,select{font-family:inherit}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}.section-title{font-size:1.75rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;font-size:.9375rem;border-radius:var(--radius);border:none;transition:background .2s,transform .1s}.btn-primary{background:var(--blue-primary);color:var(--white)}.btn-primary:hover{background:var(--blue-medium)}.btn-green{background:var(--green);color:var(--white)}.btn-green:hover{background:#0d9668}.card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);overflow:hidden;transition:box-shadow .2s}.card:hover{box-shadow:var(--shadow-md)}@media (max-width: 1024px){.container{padding:0 16px}.section-title{font-size:1.5rem}}@media (max-width: 768px){.section-title{font-size:1.25rem}}.header-mobile-button,.header-mobile-panel{display:none!important}@media (max-width: 1024px){.header-mobile-button{display:inline-flex!important;margin-right:8px}.header-mobile-panel{display:block!important}.header-desktop-only{display:none!important}.header-brand-link{margin-left:8px}}@media (min-width: 769px){.hero-headline{white-space:nowrap}.hero-section{background-position:center center!important}}@media (min-width: 1025px){.hero-search{max-width:1280px!important}.hero-search .hero-field{min-width:170px}}@media (max-width: 1024px){.hero-actions{width:100%;justify-content:center;padding:12px 12px 16px}.hero-search-btn{border-radius:var(--radius)!important;padding:10px 24px!important;height:auto!important}}@media (max-width: 768px){.hero-section{background-position:right center!important}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f29428c;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px}.modal-panel{width:min(1280px,80vw);height:80vh;background:var(--white);border-radius:var(--radius-lg);box-shadow:0 20px 40px #00000040;overflow:hidden;display:flex;flex-direction:column}.modal-header{position:sticky;top:0;z-index:2;background:var(--white);border-bottom:1px solid var(--gray-200);padding:16px 16px 12px}.modal-body{padding:16px;overflow:auto;background:var(--gray-50);flex:1}.modal-close{background:var(--gray-100);border:none;border-radius:var(--radius);padding:8px 12px;font-weight:600;color:var(--gray-700)}.modal-close:hover{background:var(--gray-200)}@media (max-width: 768px){.modal-overlay{padding:12px}.modal-panel{width:95vw;height:90vh}}@media (max-width: 1024px){.admin-sidebar-hide-on-tablet{display:none!important}}
