:root{--navy-dark: #0f2439;--navy-mid: #1e3a5f;--navy-light: #2d5a87;--gold: #d4a855;--gold-light: #e8c47a;--gold-dark: #b8923a;--bg-white: #ffffff;--bg-warm: #faf9f7;--bg-light-gray: #f3f4f6;--text-primary: #1a1a1a;--text-secondary: #4b5563;--text-muted: #6b7280;--shadow-soft: 0 4px 20px rgba(15, 36, 57, .08);--shadow-medium: 0 8px 30px rgba(15, 36, 57, .12);--shadow-float: 0 20px 60px rgba(15, 36, 57, .15)}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(1deg)}}@keyframes float-reverse{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(-1deg)}}*,*:before,*:after{box-sizing:border-box}*{margin:0}html,body,#root{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;color:#111827;background:#fff}.min-h-screen{min-height:100vh}.flex{display:flex}.flex-col{flex-direction:column}.flex-1{flex:1}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.shrink-0{flex-shrink:0}.min-w-0{min-width:0}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.font-light{font-weight:300}.font-medium{font-weight:500}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.tracking-tight{letter-spacing:-.025em}.text-center{text-align:center}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-white{color:#fff}.text-gray-300{color:#d1d5db}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-900{color:#111827}.text-green-600{color:#059669}.text-red-600{color:#dc2626}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-gray-900{background-color:#111827}.bg-green-100{background-color:#d1fae5}.bg-red-100{background-color:#fee2e2}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-gray-100{border-color:#f3f4f6}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:#d1d5db}.border-gray-900{border-color:#111827}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.p-4{padding:1rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-12{padding-top:3rem;padding-bottom:3rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-6{margin-top:1.5rem}.mt-12{margin-top:3rem}.mb-2{margin-bottom:.5rem}.mb-6{margin-bottom:1.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.w-4{width:1rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-80{width:20rem}.h-4{height:1rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-48{height:12rem}.max-w-md{max-width:28rem}.relative{position:relative}.fixed{position:fixed}.sticky{position:sticky}.top-0{top:0}.top-4{top:1rem}.left-4{left:1rem}.bottom-0{bottom:0}.z-10{z-index:10}.w-5{width:1.25rem}.h-5{height:1.25rem}.p-2{padding:.5rem}.opacity-50{opacity:.5}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.transition-colors{transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hidden{display:none}.last\:border-b-0:last-child{border-bottom-width:0}.hover\:bg-gray-100:hover{background-color:#f3f4f6}.hover\:bg-gray-800:hover{background-color:#1f2937}.hover\:border-gray-400:hover{border-color:#9ca3af}.hover\:text-gray-600:hover{color:#4b5563}.hover\:text-gray-900:hover{color:#111827}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.divide-y>*+*{border-top-width:1px}.divide-gray-100>*+*{border-color:#f3f4f6}
