@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;--brand-navy: #173f72;--brand-navy-dark: #102d53;--brand-navy-light: #235496;--brand-navy-subtle: #f0f4f9;--brand-navy-border: #d2dfed}html{font-size:17px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;background-color:#f8fafc;color:#0f172a;font-size:.95rem;line-height:1.5}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.bg-navy{background-color:#173f72}.bg-navy-dark{background-color:#102d53}.bg-navy-light{background-color:#235496}.bg-navy-subtle{background-color:#f0f4f9}.text-navy{color:#173f72}.text-navy-dark{color:#102d53}.border-navy{border-color:#173f72}.border-navy-subtle{border-color:#d2dfed}.hover\:bg-navy-dark:hover{background-color:#102d53}.hover\:bg-navy:hover{background-color:#173f72}.hover\:bg-navy-subtle:hover{background-color:#f0f4f9}.hover\:text-navy:hover{color:#173f72}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-size:.875rem;font-weight:600;color:#fff;background-color:#173f72;border-radius:.5rem;transition:all .15s ease-in-out;box-shadow:0 1px 2px #0000000d}.btn-primary:hover{background-color:#102d53}.btn-primary:active{background-color:#0c2340}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#334155;background-color:#fff;border:1px solid #e2e8f0;border-radius:.5rem;transition:all .15s ease-in-out;box-shadow:0 1px 2px #00000008}.btn-secondary:hover{background-color:#f8fafc;color:#0f172a;border-color:#cbd5e1}.input-standard{width:100%;padding:.5rem .75rem;font-size:.875rem;color:#1e293b;background-color:#fff;border:1px solid #e2e8f0;border-radius:.5rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.input-standard:focus{outline:none;border-color:#173f72;box-shadow:0 0 0 2px #173f7226}.card-standard{background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 1px 3px #00000008}@keyframes blob{0%{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}to{transform:translate(0) scale(1)}}.animate-blob{animation:blob 10s infinite}@keyframes sound-wave{0%,to{height:20%}50%{height:100%}}.animate-sound-wave{animation:sound-wave 1s ease-in-out infinite}
