@import"https://fonts.googleapis.com/css2?family=Pacifico&family=Bungee+Shade&family=Inter:wght@400;500;600;700&display=swap";:root{--bg-primary: #0f0c29;--bg-secondary: #302b63;--bg-tertiary: #24243e;--pink: #ff1493;--blue: #00bfff;--magenta: #ff00ff;--gold: #ffd700;--white: #ffffff;--white-dim: rgba(255, 255, 255, .7);--font-script: "Pacifico", cursive;--font-display: "Bungee Shade", cursive;--font-body: "Inter", sans-serif;--glow-pink: 0 0 10px rgba(255, 20, 147, .5), 0 0 30px rgba(255, 20, 147, .3);--glow-blue: 0 0 10px rgba(0, 191, 255, .5), 0 0 30px rgba(0, 191, 255, .3);--glow-gold: 0 0 10px rgba(255, 215, 0, .5), 0 0 30px rgba(255, 215, 0, .3)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:linear-gradient(135deg,var(--bg-primary) 0%,var(--bg-secondary) 50%,var(--bg-tertiary) 100%);background-attachment:fixed;color:var(--white);min-height:100vh;overflow-x:hidden;line-height:1.6}h1,h2,h3{font-family:var(--font-script);line-height:1.3}.glow-text{text-shadow:var(--glow-pink)}.glow-text-blue{text-shadow:var(--glow-blue)}.glow-text-gold{text-shadow:var(--glow-gold)}.btn{font-family:var(--font-body);font-weight:600;padding:14px 36px;border:none;border-radius:50px;cursor:pointer;font-size:1rem;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.btn-primary{background:linear-gradient(135deg,var(--pink),var(--magenta));color:var(--white);box-shadow:0 4px 15px #ff149366}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--glow-pink),0 6px 20px #ff149399}.btn-primary:active{transform:translateY(0)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}input,textarea{font-family:var(--font-body);background:#ffffff14;border:2px solid rgba(255,255,255,.15);border-radius:12px;padding:14px 18px;color:var(--white);font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease;width:100%}input:focus,textarea:focus{outline:none;border-color:var(--pink);box-shadow:0 0 0 3px #ff149333}input::placeholder,textarea::placeholder{color:var(--white-dim)}.section{padding:80px 20px;max-width:900px;margin:0 auto}@media(max-width:768px){.section{padding:50px 16px}}@property --bg-primary{syntax: "<color>"; inherits: true; initial-value: #0f0c29;}@property --bg-secondary{syntax: "<color>"; inherits: true; initial-value: #302b63;}@property --bg-tertiary{syntax: "<color>"; inherits: true; initial-value: #24243e;}@property --pink{syntax: "<color>"; inherits: true; initial-value: #ff1493;}@property --blue{syntax: "<color>"; inherits: true; initial-value: #00bfff;}@property --magenta{syntax: "<color>"; inherits: true; initial-value: #ff00ff;}@property --gold{syntax: "<color>"; inherits: true; initial-value: #ffd700;}html[data-theme]{transition:--bg-primary .8s ease,--bg-secondary .8s ease,--bg-tertiary .8s ease,--pink .8s ease,--blue .8s ease,--magenta .8s ease,--gold .8s ease}html[data-theme=glamorous]{--bg-primary: #1a0a2e;--bg-secondary: #3d2a5c;--bg-tertiary: #2a1a40;--pink: #d4af37;--blue: #c9a8e8;--magenta: #e6c200;--gold: #ffd700;--glow-pink: 0 0 10px rgba(212, 175, 55, .5), 0 0 30px rgba(212, 175, 55, .3);--glow-blue: 0 0 10px rgba(201, 168, 232, .5), 0 0 30px rgba(201, 168, 232, .3);--glow-gold: 0 0 10px rgba(255, 215, 0, .6), 0 0 30px rgba(255, 215, 0, .4)}html[data-theme=retro]{--bg-primary: #0f0c29;--bg-secondary: #302b63;--bg-tertiary: #24243e;--pink: #ff1493;--blue: #00bfff;--magenta: #ff00ff;--gold: #ffd700;--glow-pink: 0 0 10px rgba(255, 20, 147, .5), 0 0 30px rgba(255, 20, 147, .3);--glow-blue: 0 0 10px rgba(0, 191, 255, .5), 0 0 30px rgba(0, 191, 255, .3);--glow-gold: 0 0 10px rgba(255, 215, 0, .5), 0 0 30px rgba(255, 215, 0, .3)}html[data-theme=fire-and-ice]{--bg-primary: #0a0a1a;--bg-secondary: #1a1030;--bg-tertiary: #141028;--pink: #ff4500;--blue: #64c8ff;--magenta: #ff6347;--gold: #ffb347;--glow-pink: 0 0 10px rgba(255, 69, 0, .5), 0 0 30px rgba(255, 69, 0, .3);--glow-blue: 0 0 10px rgba(100, 200, 255, .5), 0 0 30px rgba(100, 200, 255, .3);--glow-gold: 0 0 10px rgba(255, 179, 71, .5), 0 0 30px rgba(255, 179, 71, .3)}html[data-theme=enchanted-forest]{--bg-primary: #0a1a0a;--bg-secondary: #1a2e1a;--bg-tertiary: #142014;--pink: #b48cff;--blue: #00e68a;--magenta: #cc66ff;--gold: #f0d060;--glow-pink: 0 0 10px rgba(180, 140, 255, .5), 0 0 30px rgba(180, 140, 255, .3);--glow-blue: 0 0 10px rgba(0, 230, 138, .5), 0 0 30px rgba(0, 230, 138, .3);--glow-gold: 0 0 10px rgba(240, 208, 96, .5), 0 0 30px rgba(240, 208, 96, .3)}html[data-theme=neon-nights]{--bg-primary: #050505;--bg-secondary: #0a0a14;--bg-tertiary: #08080f;--pink: #ff00ff;--blue: #00ffff;--magenta: #ff1493;--gold: #39ff14;--glow-pink: 0 0 10px rgba(255, 0, 255, .6), 0 0 30px rgba(255, 0, 255, .4);--glow-blue: 0 0 10px rgba(0, 255, 255, .6), 0 0 30px rgba(0, 255, 255, .4);--glow-gold: 0 0 10px rgba(57, 255, 20, .6), 0 0 30px rgba(57, 255, 20, .4)}
