:root{--navy-950:#0a0f1e;--navy-900:#0f1629;--navy-800:#1a2342;--navy-700:#253056;--navy-600:#334270;--navy-500:#475a8a;--navy-400:#6b7db0;--navy-300:#94a3c8;--navy-200:#bcc5db;--navy-100:#e2e6f0;--navy-50:#f1f3f8;--cream:#fafbfd;--warm-white:#fff;--accent-blue:#3b6ff0;--accent-blue-light:#ebf0fe;--accent-green:#10b981;--accent-green-light:#ecfdf5;--accent-red:#ef4444;--accent-red-light:#fef2f2;--accent-amber:#f59e0b;--accent-amber-light:#fffbeb;--shadow-sm:0 1px 2px rgba(10,15,30,.05);--shadow-md:0 4px 12px rgba(10,15,30,.08);--shadow-lg:0 8px 30px rgba(10,15,30,.12);--shadow-xl:0 16px 48px rgba(10,15,30,.16);--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px}*,:after,:before{margin:0;padding:0;box-sizing:border-box}body{font-family:DM Sans,-apple-system,sans-serif;background:var(--cream);color:var(--navy-900);-webkit-font-smoothing:antialiased;line-height:1.6}html{scroll-behavior:smooth}::selection{background:var(--accent-blue);color:#fff}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes spin{to{transform:rotate(1turn)}}.animate-fade{animation:fadeIn .3s ease-out}.animate-slide{animation:slideUp .4s ease-out}.animate-slide-delay-1{animation:slideUp .4s ease-out .05s both}.animate-slide-delay-2{animation:slideUp .4s ease-out .1s both}.animate-slide-delay-3{animation:slideUp .4s ease-out .15s both}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--navy-200);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--navy-300)}@media (max-width:768px){body{font-size:14px}.header-container{padding:0 12px!important;flex-wrap:wrap}.desktop-nav,.header-subtitle{display:none!important}.mobile-menu,.mobile-menu-button{display:block!important}.header-stats{display:none!important}.usage-badge{font-size:11px!important;padding:4px 8px!important}.login-link{display:none!important}.auth-button{font-size:12px!important;padding:5px 10px!important}main{padding:24px 16px 60px!important}[style*="maxWidth: 420px"],[style*="maxWidth: 600px"],[style*="maxWidth: 800px"]{max-width:100%!important}[style*="gridTemplateColumns: 1fr 1fr"]{grid-template-columns:1fr!important}.additional-notes-textarea,textarea{font-size:14px!important;min-height:80px!important;padding:12px!important}textarea::placeholder{font-size:13px!important}[style*="gridTemplateColumns: repeat(auto-fill, minmax(200px, 1fr))"]{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))!important;gap:8px!important}[style*="flexWrap: wrap"]{gap:6px!important}h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}button[type=submit]{width:100%!important}[style*="position: fixed"][style*="right: 24px"]{right:12px!important;left:12px!important;top:70px!important}footer [style*="justifyContent: space-between"]{flex-direction:column!important;gap:12px!important;text-align:center!important}}@media (max-width:480px){main{padding:16px 12px 48px!important}header [style*="width: 36px"]{width:32px!important;height:32px!important}}button:not(:disabled):hover{transform:translateY(-1px);transition:all .2s ease}button:not(:disabled):active{transform:translateY(0)}[style*="background: white"][style*=borderRadius]:hover{box-shadow:0 8px 24px rgba(10,15,30,.1)!important;transition:box-shadow .3s ease}a{transition:color .15s ease}a:hover{opacity:.8}