@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;600;700&display=swap");:root{--bg-gradient:linear-gradient(to bottom right,#0b0c2a,#1a1a4f,#3b2f7f);--text-color:#f0f4f8;--card-bg:hsla(0,0%,100%,.05);--card-border:hsla(0,0%,100%,.1);--button-bg:linear-gradient(90deg,#d4af37,#f9f295,#d4af37);--button-text:#0b0c2a;--gold:#d4af37;--gold-glow:rgba(212,175,55,.3);--font-primary:"Inter",sans-serif;--font-display:"Outfit",sans-serif;--top-padding:80px;--nav-h:64px}body.blue-theme{--bg-gradient:linear-gradient(to bottom right,#f0f8ff,#e6f0ff,#dbeafe);--text-color:#036;--card-bg:hsla(0,0%,100%,.6);--card-border:rgba(0,0,0,.05);--button-bg:linear-gradient(90deg,#3b82f6,#60a5fa);--button-text:#fff;--gold:#3b82f6}*{box-sizing:border-box}body,html{margin:0;padding:0;overflow-x:hidden}body{font-family:var(--font-primary);background:var(--bg-gradient);background-attachment:fixed;color:var(--text-color);min-height:100vh;transition:all .3s ease}.font-display{font-family:var(--font-display)}.font-bold{font-weight:700}.font-black{font-weight:900}.tracking-tighter{letter-spacing:-.05em}.gradient-text-blue,.gradient-text-gold{background-size:200% auto;animation:shine 3s linear infinite}@keyframes shine{to{background-position:200%}}.main-container{flex-direction:column;max-width:1400px;margin:0 auto;min-height:calc(100vh - var(--nav-h));position:relative;z-index:1}.centered-pair-container,.main-container{display:flex;align-items:center;width:100%}.centered-pair-container{justify-content:center;transition:transform .6s cubic-bezier(.22,1,.36,1)}.glass-card{background:var(--card-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--card-border);border-radius:2rem;transition:background .3s,border .3s}.loading-spinner{width:3rem;height:3rem;border:3px solid rgba(212,175,55,.1);border-top:3px solid var(--gold);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.button-premium{background:var(--button-bg);color:var(--button-text);padding:.75rem 2rem;border-radius:999px;border:none;font-weight:800;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 10px 20px -5px var(--gold-glow);font-family:var(--font-primary);text-decoration:none;display:inline-block}.button-premium:hover{transform:translateY(-2px);box-shadow:0 15px 25px -5px var(--gold-glow)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-4{gap:1rem}.gap-8{gap:2rem}.text-center{text-align:center}.w-full{width:100%}.max-w-2xl{max-width:42rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-6{margin-bottom:1.5rem}.mb-10{margin-bottom:2.5rem}@tailwind base;@tailwind components;@tailwind utilities;.footer{background-color:var(--footer-bg);color:var(--footer-text);font-family:var(--font-primary);padding:4rem 2rem;margin-top:auto}.topSection{border-bottom:1px solid var(--footer-border);padding-bottom:3rem;margin-bottom:2rem}.columns{display:flex;flex-wrap:wrap;gap:4rem;justify-content:space-between}.column{flex:1 1;min-width:200px}.heading{font-family:var(--font-display);font-weight:800;font-size:1.25rem;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:2px}.list{list-style:none;padding:0;margin:0}.list li{margin-bottom:.75rem}.list a{color:var(--footer-subtext);text-decoration:none;font-size:.95rem;transition:all .2s;opacity:.6}.list a:hover{opacity:1;color:var(--gold)}.appSection{display:flex;flex-direction:column;gap:1.5rem;justify-content:space-between;align-items:center;border-bottom:1px solid var(--footer-border);padding-bottom:2rem;margin-bottom:2rem}@media (min-width:768px){.appSection{flex-direction:row}}.appHeading{font-family:var(--font-display);font-weight:800;font-size:1.5rem;margin:0}.appLinks{display:flex;gap:1.5rem}.bottomSection{display:flex;flex-direction:column;justify-content:space-between;color:var(--footer-subtext);font-size:.85rem;gap:1rem;opacity:.5}@media (min-width:768px){.bottomSection{flex-direction:row;align-items:center}}.bottomLinks{display:flex;flex-wrap:wrap;gap:1rem}.footer a{color:inherit;text-decoration:none}.footer a:hover{text-decoration:underline}.gradient-text-gold{background:linear-gradient(90deg,#d4af37,#f9f295,#d4af37);background-clip:text}.gradient-text-blue{background:linear-gradient(90deg,#3b82f6,#60a5fa,#3b82f6);background-clip:text}.gradient-text-gold{background:linear-gradient(90deg,#936d14,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.gradient-text-blue{background:linear-gradient(90deg,#1e3a8a,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent}