@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@500&family=Great+Vibes&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--color-bg-deep-black: #050505;--color-bg-midnight-black: #0A0A0A;--color-bg-charcoal: #121212;--color-gold-primary: #C9A227;--color-gold-rich: #DDAA1D;--color-gold-specular: #FFF6B0;--theme-page-bg: #FAF7F0;--theme-card-bg: #FDF9F0;--theme-primary-text: #1A1208;--theme-secondary-text: #5C4A1E;--theme-border: #D4B483;--theme-placeholder-text: #A08040;--theme-inactive-text: #8A7A5A;--theme-surface-bg: #FDF9F0;--theme-input-bg: #FFF8E7;--theme-input-border: #C9A227;--theme-input-focus: #F0B429;--theme-label-text: #C9A227;--theme-icon-color: #C9A227;--theme-cta-bg: #F0B429;--theme-cta-text: #0D1B2A;--theme-cta-hover: #C9A227;--theme-btn-sec-bg: #C9A227;--theme-btn-sec-text: #0D1B2A;--theme-segment-bg: #EDE8DC;--theme-segment-border: #D4B483;--theme-segment-active-bg: #C9A227;--theme-segment-active-text: #0D1B2A;--theme-segment-inactive-text: #5C4A1E}body{@apply text-slate-100;font-family:Inter,sans-serif;-webkit-tap-highlight-color:transparent;overscroll-behavior-y:contain}.theme-dark{--theme-page-bg: #0D1B2A;--theme-card-bg: #162032;--theme-active-gold: #F0B429;--theme-primary-gold: #C9A227;--theme-inactive-text: #8A7A5A;--theme-empty-state-text: #B8A878;--theme-segment-bg: rgba(255,255,255,.05);--theme-segment-border: rgba(255,255,255,.1);--theme-segment-active-bg: #C9A227;--theme-segment-active-text: #0D1B2A;--theme-segment-inactive-text: #8A7A5A;--theme-surface-bg: rgba(30, 41, 59, .5);--theme-input-bg: rgba(15, 23, 42, .5);--theme-input-border: rgba(255, 255, 255, .1);--theme-input-focus: #F0B429;--theme-label-text: #8A7A5A;--theme-icon-color: #8A7A5A;background:var(--theme-page-bg);background-color:var(--theme-page-bg);color:#fff}.theme-light{background:var(--theme-page-bg);color:var(--theme-primary-text)}.btn-primary{background-color:var(--theme-cta-bg)!important;color:var(--theme-cta-text)!important;transition:all .2s ease-in-out}.btn-primary:hover,.btn-primary:active{background-color:var(--theme-cta-hover)!important}.btn-secondary{background-color:var(--theme-btn-sec-bg)!important;color:var(--theme-btn-sec-text)!important;transition:all .2s ease-in-out}.btn-secondary:hover,.btn-secondary:active{opacity:.9}.btn-prev{background-color:transparent!important;border:1.5px solid var(--theme-cta-hover)!important;color:var(--theme-cta-hover)!important}.btn-prev:hover,.btn-prev:active{background-color:#c9a2271a!important}input[type=text],input[type=number],input[type=email],input[type=password],input[type=date],input[type=tel],input[type=search],textarea,select{background-color:var(--theme-input-bg)!important;border:1.5px solid var(--theme-input-border)!important;color:var(--theme-primary-text)!important;transition:all .2s ease-in-out}input::placeholder,textarea::placeholder{color:var(--theme-placeholder-text)!important}input:focus,textarea:focus,select:focus{outline:none!important;border-color:var(--theme-input-focus)!important;box-shadow:0 0 0 2px #f0b42933!important}label{color:var(--theme-label-text)}.search-icon,.dropdown-icon,.input-icon{color:var(--theme-icon-color)!important}button.bg-\[\#F5C242\]{background-color:var(--theme-cta-bg)!important;color:var(--theme-cta-text)!important;transition:all .2s ease-in-out!important}button.bg-\[\#F5C242\]:hover,button.bg-\[\#F5C242\]:active{background-color:var(--theme-cta-hover)!important}.segment-container{background-color:var(--theme-segment-bg)!important;border:1px solid var(--theme-segment-border)!important;display:flex;padding:.25rem;border-radius:.75rem}.segment-tab{flex:1;text-align:center;border-radius:.5rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em;transition:all .2s ease-in-out;color:var(--theme-segment-inactive-text)!important;background-color:transparent!important;box-shadow:none!important}.segment-tab.active{background-color:var(--theme-segment-active-bg)!important;color:var(--theme-segment-active-text)!important;box-shadow:none!important}.theme-dark h3.text-gray-800,.theme-dark .text-gray-800,.theme-dark .text-slate-800{color:#d1d5db!important}.theme-dark .text-gray-700,.theme-dark .text-slate-700{color:#9ca3af!important}.theme-dark .text-gray-600,.theme-dark .text-slate-600{color:#94a3b8!important}.theme-dark .bg-white{background-color:#0f172a99!important;border-color:#c9a2274d!important;color:#fff!important}.theme-dark .text-slate-900,.theme-dark .text-gray-900{color:#f1f5f9!important}.theme-dark .bg-gray-50{background-color:#0f172a8c!important;color:#fff!important;border-color:#c9a22740!important}.theme-dark .bg-gray-100,.theme-dark .bg-slate-100{background-color:#0f172abf!important;color:#fff!important;border-color:#c9a22740!important}.theme-dark .border-gray-50,.theme-dark .border-gray-100,.theme-dark .border-gray-200,.theme-dark .border-slate-100,.theme-dark .border-slate-200,.theme-dark .border-blue-100{border-color:#c9a22740!important}.theme-dark .border-amber-100{border-color:#c9a22759!important}.theme-dark input:not([type=checkbox]):not([type=radio]),.theme-dark select,.theme-dark textarea{background-color:#0f172acc!important;color:#fff!important;border:1px solid rgba(201,162,39,.2)!important}.theme-dark input:not([type=checkbox]):not([type=radio]):focus,.theme-dark select:focus,.theme-dark textarea:focus{border-color:var(--theme-active-gold)!important;outline:none!important}.theme-dark input::placeholder,.theme-dark textarea::placeholder{color:#fff6!important}.theme-dark select option{background-color:#0f172a!important;color:#fff!important}.font-swagger{font-family:Great Vibes,cursive}.font-golf{font-family:Cinzel,serif}.home-grid-card{border-width:2px!important}.theme-light .home-grid-card{background-color:#fff!important;border-color:#c9a227a6!important;box-shadow:0 15px 30px #0000000d,0 4px 10px #c9a22714!important}.theme-light .home-grid-card:hover{border-color:#c9a227f2!important}.theme-light .home-grid-card span.grid-label{color:#0f172a!important}.theme-light .home-grid-card span.grid-sub{color:#c2410c!important;opacity:1!important}.theme-light .home-grid-card .grid-icon-wrapper{background-color:#0c4a6e!important;border-color:#0284c7!important;color:#f5c242!important}.theme-dark .home-grid-card{background-color:#0f172a80!important;border-color:#c9a2274d!important;box-shadow:0 25px 45px #000000a6,inset 0 1px 1px #ffffff0d,0 0 15px #c9a2271f!important}.theme-dark .home-grid-card:hover{border-color:#c9a227!important;background-color:#0f172abf!important;box-shadow:0 25px 45px #000000bf,inset 0 1px 1px #ffffff1a,0 0 25px #c9a22759!important}.theme-dark .home-grid-card span.grid-label{color:#fff!important}.theme-dark .home-grid-card span.grid-sub{color:#c9a227f2!important;text-shadow:0 1px 2px rgba(0,0,0,.8)}.theme-dark .home-grid-card .grid-icon-wrapper{background-color:#020617!important;border-color:#c9a22726!important;color:#f5c242!important}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.text-blue-50{color:#f0f4fc!important}.text-blue-100{color:#dce5f6!important}.text-blue-200{color:#c1d1ed!important}.text-blue-300{color:#9bb4df!important}.text-blue-400{color:#6f93ce!important}.text-blue-500{color:#3d68b3!important}.text-blue-600{color:#1a4186!important}.text-blue-700{color:#0f2c61!important}.text-blue-800{color:#081d45!important}.text-blue-850{color:#061533!important}.text-blue-900{color:#05102d!important}.text-blue-950{color:#020719!important}.bg-blue-50{background-color:#f0f4fc!important}.bg-blue-100{background-color:#dce5f6!important}.bg-blue-200{background-color:#c1d1ed!important}.bg-blue-300{background-color:#9bb4df!important}.bg-blue-400{background-color:#6f93ce!important}.bg-blue-500{background-color:#3d68b3!important}.bg-blue-600{background-color:#1a4186!important}.bg-blue-700{background-color:#0f2c61!important}.bg-blue-800{background-color:#081d45!important}.bg-blue-900{background-color:#05102d!important}.bg-blue-950{background-color:#020719!important}.border-blue-50{border-color:#f0f4fc!important}.border-blue-100{border-color:#dce5f6!important}.border-blue-200{border-color:#c1d1ed!important}.border-blue-300{border-color:#9bb4df!important}.border-blue-400{border-color:#6f93ce!important}.border-blue-500{border-color:#3d68b3!important}.border-blue-600{border-color:#1a4186!important}.border-blue-700{border-color:#0f2c61!important}.border-blue-800{border-color:#081d45!important}.border-blue-900{border-color:#05102d!important}.border-blue-950{border-color:#020719!important}.hover\:bg-blue-50:hover{background-color:#f0f4fc!important}.hover\:bg-blue-100:hover{background-color:#dce5f6!important}.hover\:bg-blue-500:hover{background-color:#3d68b3!important}.hover\:bg-blue-600:hover{background-color:#1a4186!important}.hover\:bg-blue-700:hover{background-color:#0f2c61!important}.hover\:bg-blue-800:hover{background-color:#081d45!important}.hover\:bg-blue-900:hover{background-color:#05102d!important}.hover\:bg-blue-950:hover{background-color:#020719!important}.hover\:text-white:hover{color:#fff!important}.hover\:border-blue-500:hover{border-color:#3d68b3!important}.hover\:border-blue-600:hover{border-color:#1a4186!important}.group:hover .group-hover\:bg-blue-600{background-color:#1a4186!important}.group:hover .group-hover\:text-white{color:#fff!important}.ring-blue-100{--tw-ring-color: #DCE5F6 !important}.ring-blue-500{--tw-ring-color: #3D68B3 !important}.ring-blue-500\/5{--tw-ring-color: rgba(61, 104, 179, .05) !important}.ring-blue-500\/20{--tw-ring-color: rgba(61, 104, 179, .2) !important}.accent-blue-800{accent-color:#081D45!important}.theme-dark .text-blue-50{color:#f8fafc!important}.theme-dark .text-blue-100{color:#f1f5f9!important}.theme-dark .text-blue-200{color:#cbd5e1!important}.theme-dark .text-blue-300{color:#94a3b8!important}.theme-dark .text-blue-400{color:#ffd666!important}.theme-dark .text-blue-500,.theme-dark .text-blue-600,.theme-dark .text-blue-700,.theme-dark .text-blue-800,.theme-dark .text-blue-850,.theme-dark .text-blue-900,.theme-dark .text-blue-950{color:var(--theme-active-gold)!important}.theme-dark .bg-blue-50{background-color:#0f172a73!important}.theme-dark .bg-blue-100{background-color:#0f172aa6!important}.theme-dark .bg-blue-200{background-color:#0f172acc!important}.theme-dark .bg-blue-300{background-color:#020617b3!important}.theme-dark .bg-blue-400{background-color:#c9a22726!important}.theme-dark .bg-blue-500,.theme-dark .bg-blue-600{background-color:var(--theme-active-gold)!important;color:#020617!important}.theme-dark .bg-blue-700{background-color:#eab308!important;color:#020617!important}.theme-dark .bg-blue-800{background-color:#ca8a04!important;color:#020617!important}.theme-dark .bg-blue-900{background-color:#0f172a!important}.theme-dark .bg-blue-950{background-color:#020617!important}.theme-dark .border-blue-50{border-color:#c9a2271a!important}.theme-dark .border-blue-100{border-color:#c9a22733!important}.theme-dark .border-blue-200{border-color:#c9a2274d!important}.theme-dark .border-blue-300{border-color:#c9a22766!important}.theme-dark .border-blue-400{border-color:#c9a22780!important}.theme-dark .border-blue-500,.theme-dark .border-blue-600{border-color:var(--theme-active-gold)!important}.theme-dark .border-blue-700{border-color:#eab308!important}.theme-dark .border-blue-800{border-color:#ca8a04!important}.theme-dark .border-blue-900{border-color:#c9a22726!important}.theme-dark .border-blue-950{border-color:#c9a22733!important}.theme-dark .hover\:bg-blue-50:hover{background-color:#0f172a80!important}.theme-dark .hover\:bg-blue-100:hover{background-color:#0f172ab3!important}.theme-dark .hover\:bg-blue-500:hover,.theme-dark .hover\:bg-blue-600:hover{background-color:#eab308!important;color:#020617!important}.theme-dark .hover\:bg-blue-700:hover,.theme-dark .hover\:bg-blue-800:hover{background-color:#ca8a04!important;color:#020617!important}.theme-dark .hover\:text-white:hover{color:#fff!important}.theme-dark .hover\:border-blue-500:hover,.theme-dark .hover\:border-blue-600:hover{border-color:var(--theme-active-gold)!important}.theme-dark .group:hover .group-hover\:bg-blue-600{background-color:var(--theme-active-gold)!important;color:#020617!important}.theme-dark .group:hover .group-hover\:text-white{color:#020617!important}.theme-dark .ring-blue-100{--tw-ring-color: rgba(201, 162, 39, .2) !important}.theme-dark .ring-blue-500{--tw-ring-color: var(--theme-active-gold) !important}.theme-dark .ring-blue-500\/5{--tw-ring-color: rgba(201, 162, 39, .05) !important}.theme-dark .ring-blue-500\/20{--tw-ring-color: rgba(201, 162, 39, .2) !important}.theme-dark button.bg-blue-600,.theme-dark button.bg-blue-500,.theme-dark .bg-blue-600>span{color:#020617!important}.theme-dark button.bg-blue-600 svg,.theme-dark button.bg-blue-500 svg{color:#020617!important}.theme-light,.theme-light body,.theme-light .min-h-screen{background-color:#faf7f0!important;color:#1a1208!important}.theme-light .bg-white,.theme-light .bg-slate-50\/40,.theme-light .bg-slate-50\/50,.theme-light .bg-slate-50\/60,.theme-light .bg-gray-50\/40,.theme-light .bg-gray-50\/50,.theme-light .bg-gray-50\/60{background-color:#fdf9f0!important}.theme-light .bg-gray-50,.theme-light .bg-slate-50,.theme-light .bg-slate-100\/50,.theme-light .bg-gray-100{background-color:#faf7f0!important}.theme-light .border,.theme-light .border-2,.theme-light .border-b,.theme-light .border-t,.theme-light .border-gray-50,.theme-light .border-gray-100,.theme-light .border-gray-200,.theme-light .border-gray-300,.theme-light .border-slate-100,.theme-light .border-slate-200,.theme-light .border-amber-100,.theme-light .border-blue-100,.theme-light .border-\[\#C0C0C0\],.theme-light .border-\[\#E5E4E2\],.theme-light .border-\[\#FFD700\],.theme-light .border-dashed{border-color:#d4b483!important}.theme-light .shadow-sm,.theme-light .shadow,.theme-light .shadow-md,.theme-light .shadow-lg,.theme-light .shadow-xl,.theme-light .shadow-2xl,.theme-light [class*=shadow-]{box-shadow:0 4px 12px #1a12080a!important}.theme-light .text-gray-900,.theme-light .text-slate-900,.theme-light .text-gray-800,.theme-light .text-slate-800,.theme-light .text-[#111827],.theme-light h1,.theme-light h2,.theme-light h3,.theme-light h4,.theme-light h5,.theme-light h6{color:#1a1208!important}.theme-light .text-gray-700,.theme-light .text-slate-700,.theme-light .text-gray-600,.theme-light .text-slate-600{color:#5c4a1e!important}.theme-light .text-gray-500,.theme-light .text-slate-500,.theme-light .text-gray-400,.theme-light .text-slate-400,.theme-light .text-slate-500\/80,.theme-light .text-gray-300,.theme-light .text-slate-300{color:#8a7a5a!important}.theme-light .opacity-40.grayscale,.theme-light .opacity-40{opacity:.75!important;filter:grayscale(.25)!important}.theme-light .opacity-30,.theme-light .opacity-30 svg,.theme-light .py-24.opacity-30 svg,.theme-light .py-20.opacity-30 svg,.theme-light .text-gray-300 svg,.theme-light .text-slate-300 svg{opacity:.9!important}.theme-light .opacity-30 svg,.theme-light .py-24.opacity-30 svg,.theme-light .py-20.opacity-30 svg,.theme-light .text-gray-300 svg,.theme-light .text-slate-300 svg,.theme-light .text-amber-500,.theme-light .text-yellow-500{color:#c9a227!important}.theme-light .opacity-30 p,.theme-light .py-24.opacity-30 p,.theme-light .py-20.opacity-30 p,.theme-light .opacity-30 h2,.theme-light .opacity-30 span{color:#8a7a5a!important}.theme-light .space-y-3>*,.theme-light .space-y-4>*{margin-top:1rem!important}.theme-light .text-[#FFD35A]{color:#c9a227!important}.theme-light table{background-color:#fdf9f0!important;border-collapse:collapse!important}.theme-light thead tr,.theme-light thead th{background-color:#faf7f0!important;border-bottom:2px solid #D4B483!important;color:#8a7a5a!important}.theme-light tbody tr{background-color:#fdf9f0!important;border-bottom:1px solid #FAF7F0!important}.theme-light tbody tr:nth-child(2n){background-color:#fdf9f0!important}.theme-light tfoot tr{background-color:#faf7f0!important;border-top:2px solid #D4B483!important}.theme-light tbody td,.theme-light tfoot td{color:#1a1208!important}.theme-light .text-3xl,.theme-light .text-4xl,.theme-light .text-5xl{color:#1a1208!important;font-family:var(--font-sans),system-ui,sans-serif!important;font-weight:900!important}.theme-light .rounded-full.border{border-color:#d4b483!important;color:#5c4a1e!important;background-color:#faf7f0!important}.theme-light .rounded-full.border-amber-300,.theme-light .rounded-full.bg-amber-100{border-color:#c9a227!important;color:#1a1208!important;background-color:#c9a2271a!important}.theme-light #admin-portal{background-color:#faf7f0!important;color:#1a1208!important}.theme-light #admin-portal .bg-slate-900{background-color:#fdf9f0!important;border:1px solid #D4B483!important;box-shadow:0 4px 12px #1a12080a!important}.theme-light #admin-portal .bg-slate-900:hover{border-color:#c9a227!important;box-shadow:0 6px 16px #c9a2271a!important}.theme-light #admin-portal .bg-slate-900 h4,.theme-light #admin-portal .bg-slate-900 span{color:#1a1208!important}.theme-light #admin-portal .bg-slate-900 p{color:#5c4a1e!important}.theme-light #admin-portal .bg-slate-900 svg{color:#c9a227!important}.theme-light #admin-portal .bg-white,.theme-light #admin-portal .bg-gray-900,.theme-light #admin-portal .bg-slate-950,.theme-light #admin-portal .bg-slate-900:not(.w-full){background-color:#fdf9f0!important}.theme-light #admin-portal .bg-gray-50,.theme-light #admin-portal .bg-slate-800{background-color:#faf7f0!important;border-color:#d4b483!important}.theme-light #admin-portal .border,.theme-light #admin-portal .border-gray-100,.theme-light #admin-portal .border-gray-200,.theme-light #admin-portal .border-slate-700,.theme-light #admin-portal .border-slate-800,.theme-light #admin-portal .divide-gray-50>*,.theme-light #admin-portal .divide-y>*{border-color:#d4b483!important}.theme-light #admin-portal .bg-gradient-to-br,.theme-light #admin-portal .bg-gradient-to-tr{background:#fdf9f0!important;border-color:#d4b483!important;color:#1a1208!important}.theme-light #admin-portal .bg-gradient-to-br h4,.theme-light #admin-portal .bg-gradient-to-br span{color:#1a1208!important}.theme-light #admin-portal button.bg-\[\#1B4FA3\],.theme-light #admin-portal button.bg-blue-800,.theme-light #admin-portal button.bg-indigo-600,.theme-light #admin-portal button.bg-blue-600,.theme-light #admin-portal button.bg-purple-900,.theme-light #admin-portal .bg-\[\#1B4FA3\],.theme-light #admin-portal .bg-blue-800,.theme-light #admin-portal .bg-indigo-600,.theme-light #admin-portal .bg-blue-600,.theme-light #admin-portal .bg-[#F0B429],.theme-light #admin-portal button[type="submit"]{background-color:#f0b429!important;color:#0d1b2a!important;border:none!important;font-weight:800!important}.theme-light #admin-portal button.bg-\[\#1B4FA3\]:hover,.theme-light #admin-portal button.bg-blue-800:hover,.theme-light #admin-portal button.bg-indigo-600:hover,.theme-light #admin-portal button.bg-blue-600:hover,.theme-light #admin-portal .bg-indigo-600:hover,.theme-light #admin-portal .bg-blue-800:hover,.theme-light #admin-portal .bg-[#F0B429]:hover{background-color:#d49e1f!important}.theme-light #admin-portal button.bg-\[\#1B4FA3\] svg,.theme-light #admin-portal button.bg-blue-800 svg,.theme-light #admin-portal button.bg-indigo-600 svg,.theme-light #admin-portal button.bg-blue-600 svg,.theme-light #admin-portal .bg-\[\#1B4FA3\] svg,.theme-light #admin-portal .bg-blue-800 svg,.theme-light #admin-portal .bg-indigo-600 svg,.theme-light #admin-portal .bg-blue-600 svg{color:#0d1b2a!important}.theme-light #admin-portal .text-blue-800,.theme-light #admin-portal .text-blue-600{color:#c9a227!important}.theme-light #admin-portal .text-blue-800 svg,.theme-light #admin-portal .text-blue-600 svg{color:#c9a227!important}.theme-light #admin-portal .bg-gray-100,.theme-light #admin-portal .bg-gray-200{background-color:#faf7f0!important;border:1px solid #D4B483!important;color:#5c4a1e!important}.theme-light #admin-portal .bg-gray-100 svg,.theme-light #admin-portal .bg-gray-200 svg{color:#5c4a1e!important}.theme-light #admin-portal input[type=text],.theme-light #admin-portal input[type=number],.theme-light #admin-portal input[type=password],.theme-light #admin-portal select,.theme-light #admin-portal textarea{background-color:#faf7f0!important;border:2px solid #D4B483!important;color:#1a1208!important;border-radius:1rem!important}.theme-light #admin-portal input::placeholder{color:#8a7a5a!important}.theme-light #admin-portal input:focus,.theme-light #admin-portal select:focus,.theme-light #admin-portal textarea:focus{border-color:#c9a227!important;box-shadow:0 0 0 2px #c9a2271a!important}.theme-light #admin-portal h2,.theme-light #admin-portal h3,.theme-light #admin-portal h4,.theme-light #admin-portal .text-white:not(button):not(.bg-\[\#1C3A1C\]){color:#1a1208!important;font-weight:900!important}.theme-light #admin-portal p{color:#5c4a1e!important}.theme-light #admin-portal .text-gray-400,.theme-light #admin-portal .text-slate-400{color:#8a7a5a!important}.theme-light #admin-portal .bg-gradient-to-br,.theme-light #admin-portal .bg-gradient-to-tr,.theme-light #admin-portal button.bg-gradient-to-br{background:#fdf9f0!important;background-color:#fdf9f0!important;border:1px solid #D4B483!important;color:#1a1208!important;box-shadow:0 4px 12px #1a12080a!important}.theme-light #admin-portal button.bg-gradient-to-br:hover{border-color:#c9a227!important;box-shadow:0 6px 16px #c9a2271a!important}.theme-light #admin-portal button.bg-gradient-to-br svg{color:#c9a227!important}.theme-light #admin-portal button.bg-gradient-to-br span{color:#1a1208!important}.theme-light #admin-portal .bg-blue-50,.theme-light #admin-portal .bg-indigo-50{background-color:#c9a2271a!important;color:#1a1208!important;border:1px solid #D4B483!important}.theme-light #admin-portal .bg-gray-100.text-gray-500{background-color:#faf7f0!important;color:#8a7a5a!important;border:1px solid #D4B483!important}
