@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--primary: #3b82f6;--primary-hover: #2563eb;--primary-muted: rgba(59, 130, 246, .15);--primary-glow: none;--accent: #3b82f6;--accent-muted: rgba(59, 130, 246, .15);--bg-primary: #111113;--bg-secondary: #131315;--bg-elevated: #141416;--bg-card: #1a1a1d;--bg-card-hover: #222225;--bg-subtle: rgba(255, 255, 255, .02);--bg-sidebar: #141416;--bg-sidebar-hover: rgba(161, 161, 170, .08);--border: rgba(63, 63, 70, .5);--border-hover: rgba(82, 82, 91, .6);--border-focus: rgba(113, 113, 122, .5);--text-primary: #e4e4e7;--text-secondary: #a1a1aa;--text-muted: #52525b;--success: #10b981;--warning: #f59e0b;--error: #ef4444;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .2);--shadow-md: none;--shadow-lg: none;--shadow-glow: none;--transition-fast: .1s ease;--transition-base: .15s ease;--transition-slow: .2s cubic-bezier(.4, 0, .2, 1);--sidebar-width: 280px;--sidebar-collapsed-width: 72px;--tenk-gold: #fbbf24;--tenk-progress: #3b82f6}*{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html{scroll-behavior:smooth}body{background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}.animate-slide-in-left{animation:slideInLeft .25s cubic-bezier(.16,1,.3,1) forwards}@keyframes pulse-glow{0%,to{box-shadow:none}50%{box-shadow:none}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.animate-fade-in{animation:fadeIn .5s cubic-bezier(.16,1,.3,1) forwards}.animate-fade-in-scale{animation:fadeInScale .4s cubic-bezier(.16,1,.3,1) forwards}.animate-slide-up{animation:slideUp .6s cubic-bezier(.16,1,.3,1) forwards}.animate-pulse-glow{animation:pulse-glow 2s ease-in-out infinite}.stagger-children>*{opacity:0;animation:fadeIn .4s cubic-bezier(.16,1,.3,1) forwards}.stagger-children>*:nth-child(1){animation-delay:.05s}.stagger-children>*:nth-child(2){animation-delay:.1s}.stagger-children>*:nth-child(3){animation-delay:.15s}.stagger-children>*:nth-child(4){animation-delay:.2s}.stagger-children>*:nth-child(5){animation-delay:.25s}.card-premium{background:var(--bg-card);border-radius:12px;border:1px solid var(--border);transition:border-color .2s ease,background-color .2s ease}.card-premium:hover{border-color:var(--border-hover);background:var(--bg-card-hover)}.btn-primary{background:#3f3f46;color:#e4e4e7;font-weight:500;padding:10px 20px;border-radius:8px;border:none;cursor:pointer;transition:background-color .15s ease}.btn-primary:hover{background:#52525b}.btn-primary:active{background:#3f3f46}.btn-secondary{background:transparent;color:var(--text-primary);font-weight:500;padding:10px 20px;border-radius:8px;border:1px solid var(--border);cursor:pointer;transition:all .15s ease}.btn-secondary:hover{background:var(--bg-subtle);border-color:var(--border-hover)}.btn-ghost{background:transparent;color:var(--text-secondary);font-weight:500;padding:10px 20px;border-radius:8px;border:none;cursor:pointer;transition:all .15s ease}.btn-ghost:hover{color:var(--text-primary);background:var(--bg-subtle)}.input-premium{background:var(--bg-subtle);border:1px solid var(--border);border-radius:8px;padding:10px 14px;color:var(--text-primary);font-size:14px;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease;width:100%}.input-premium::placeholder{color:var(--text-muted)}.input-premium:focus{outline:none;border-color:#3b82f6;background-color:#3b82f60d;box-shadow:0 0 0 3px #3b82f61a}.nav-bottom{background:#111113f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--border)}.nav-item{transition:color .15s ease}.nav-item:hover{color:var(--text-primary)}.nav-item.active{color:var(--primary)}.fab{background:var(--primary);transition:background-color .15s ease,transform .15s ease}.fab:hover{background:var(--primary-hover);transform:scale(1.05)}.fab:active{transform:scale(1)}.tag{background:var(--bg-subtle);border:1px solid var(--border);border-radius:6px;padding:4px 10px;font-size:12px;font-weight:500;color:var(--text-secondary);transition:all .15s ease}.tag:hover{background:var(--bg-elevated);color:var(--text-primary)}.tag.active{background:var(--primary);border-color:var(--primary);color:#fff}.badge{background:var(--primary-muted);color:var(--primary);font-size:11px;font-weight:600;padding:2px 8px;border-radius:4px}.empty-state{text-align:center;padding:40px 24px}.empty-state-icon{width:56px;height:56px;margin:0 auto 16px;background:var(--bg-elevated);border-radius:12px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border)}.empty-state-title{font-size:15px;font-weight:600;color:var(--text-primary);margin-bottom:4px}.empty-state-text{font-size:13px;color:var(--text-muted);max-width:260px;margin:0 auto}.skeleton{background:#27272a;animation:pulse 1s ease-in-out infinite alternate;border-radius:6px}@keyframes pulse{0%{opacity:.5}to{opacity:1}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--border-hover)}.text-primary-color{color:var(--primary)}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.divider{height:1px;background:var(--border)}.stat-value{font-size:24px;font-weight:700;color:var(--text-primary);font-variant-numeric:tabular-nums}.stat-label{font-size:13px;color:var(--text-muted)}.unicorn-mode{position:relative;background-image:url(https://0bzyyuhpcezekh4n.public.blob.vercel-storage.com/san%20fran.jpg)!important;background-size:cover;background-position:center;background-attachment:fixed}body:has(.unicorn-mode){background:#1a0520!important}.unicorn-mode:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#14051e99,#320a328c,#1e052899);z-index:0;pointer-events:none}.unicorn-mode:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:linear-gradient(45deg,#ff00801a,#ff80000d,#00ff801a,#0080ff0d,#8000ff1a);background-size:400% 400%;animation:rainbow-shimmer 8s ease infinite;z-index:0;pointer-events:none}.unicorn-mode>main,.unicorn-mode>header,.unicorn-mode>nav:not(.fixed){position:relative;z-index:1}.unicorn-mode .fixed{position:fixed!important}@keyframes rainbow-shimmer{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animate-gradient-shift{background-size:400% 400%;animation:gradient-shift 8s ease infinite}@keyframes sparkle-rain{0%{transform:translateY(-100px) rotate(0) scale(.5);opacity:0}5%{opacity:1;transform:translateY(0) rotate(30deg) scale(1)}95%{opacity:.8;transform:translateY(calc(100vh - 50px)) rotate(330deg) scale(.8)}to{transform:translateY(100vh) rotate(360deg) scale(.3);opacity:0}}@keyframes sparkle-sway{0%,to{transform:translate(0)}25%{transform:translate(40px)}75%{transform:translate(-40px)}}@keyframes sparkle-float-gentle{0%,to{transform:translateY(0) translate(0) rotate(0);opacity:.6}25%{transform:translateY(-20px) translate(15px) rotate(90deg);opacity:1}50%{transform:translateY(-10px) translate(-10px) rotate(180deg);opacity:.8}75%{transform:translateY(-25px) translate(20px) rotate(270deg);opacity:1}}.sparkle{position:absolute;font-size:24px;animation:sparkle-rain 8s linear infinite,sparkle-sway 4s ease-in-out infinite;filter:drop-shadow(0 0 15px rgba(255,105,180,1)) drop-shadow(0 0 30px rgba(138,43,226,.5));z-index:5;pointer-events:none}.sparkle-1{left:3%;animation-delay:0s;animation-duration:7s,3s;font-size:20px}.sparkle-2{left:12%;animation-delay:.8s;animation-duration:9s,4s;font-size:32px}.sparkle-3{left:22%;animation-delay:1.5s;animation-duration:6s,3.5s;font-size:26px}.sparkle-4{left:35%;animation-delay:2.2s;animation-duration:10s,5s;font-size:28px}.sparkle-5{left:48%;animation-delay:.5s;animation-duration:8s,4.5s;font-size:36px}.sparkle-6{left:60%;animation-delay:3s;animation-duration:7.5s,3s;font-size:22px}.sparkle-7{left:75%;animation-delay:1.2s;animation-duration:9.5s,4s;font-size:30px}.sparkle-8{left:88%;animation-delay:2.8s;animation-duration:6.5s,3.5s;font-size:24px}.sparkle-9{left:8%;animation-delay:4s;animation-duration:8s,4s;font-size:18px}.sparkle-10{left:30%;animation-delay:5s;animation-duration:7s,3s;font-size:34px}.sparkle-11{left:52%;animation-delay:3.5s;animation-duration:9s,5s;font-size:20px}.sparkle-12{left:70%;animation-delay:4.5s;animation-duration:6s,3.5s;font-size:28px}.sparkle-13{left:95%;animation-delay:2s;animation-duration:8.5s,4.5s;font-size:26px}@keyframes rainbow-scroll{0%{background-position:0% center}to{background-position:200% center}}@keyframes rainbow-border{0%{border-color:#ff6b6b;box-shadow:0 0 15px #ff6b6b}16%{border-color:#feca57;box-shadow:0 0 15px #feca57}33%{border-color:#48dbfb;box-shadow:0 0 15px #48dbfb}50%{border-color:#ff9ff3;box-shadow:0 0 15px #ff9ff3}66%{border-color:#54a0ff;box-shadow:0 0 15px #54a0ff}83%{border-color:#5f27cd;box-shadow:0 0 15px #5f27cd}to{border-color:#ff6b6b;box-shadow:0 0 15px #ff6b6b}}@keyframes neon-pulse{0%,to{text-shadow:0 0 5px #fff,0 0 10px #fff,0 0 20px #ff69b4,0 0 30px #ff69b4}50%{text-shadow:0 0 10px #fff,0 0 20px #fff,0 0 40px #ff69b4,0 0 60px #ff69b4}}@keyframes unicorn-bounce{0%,to{transform:translateY(0) rotate(-5deg)}25%{transform:translateY(-15px) rotate(5deg)}50%{transform:translateY(0) rotate(-5deg)}75%{transform:translateY(-10px) rotate(3deg)}}@keyframes confetti-fall{0%{transform:translateY(-100%) rotate(0);opacity:1}to{transform:translateY(100vh) rotate(720deg);opacity:0}}.unicorn-mode h1:not(.no-rainbow),.unicorn-mode h2:not(.no-rainbow){background:linear-gradient(90deg,#ff6b6b,#feca57,#48dbfb,#ff9ff3,#54a0ff,#5f27cd,#ff6b6b);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:rainbow-scroll 3s linear infinite}.unicorn-mode .bg-gradient-to-r,.unicorn-mode [class*=from-orange]{background:linear-gradient(135deg,#ff6b6b,#ff9ff3,#54a0ff,#48dbfb)!important;background-size:300% 300%;animation:gradient-shift 4s ease infinite;box-shadow:0 0 20px #ff69b480,0 0 40px #8a2be24d}.unicorn-mode .card-premium,.unicorn-mode .bg-zinc-900\/50,.unicorn-mode [class*=bg-gradient-to-br][class*=rounded-2xl]{border:2px solid transparent;animation:rainbow-border 4s linear infinite}.unicorn-mode input,.unicorn-mode textarea{border:2px solid #ff69b4!important;box-shadow:0 0 10px #ff69b466}.unicorn-mode input:focus,.unicorn-mode textarea:focus{box-shadow:0 0 20px #ff69b4cc,0 0 40px #8a2be266}.unicorn-mode .bg-zinc-900\/50{background:#32143c80!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.unicorn-mode .bg-zinc-900,.unicorn-mode .bg-zinc-800,.unicorn-mode .bg-\[#1a1a1d\]{background:#280f328c!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.unicorn-mode .bg-\[#111113\],.unicorn-mode .bg-\[#111113\]\/90,.unicorn-mode .bg-\[#111113\]\/95,.unicorn-mode .bg-\[#141416\],.unicorn-mode .bg-\[#141416\]\/90{background:#1e0a2899!important;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.unicorn-mode .bg-zinc-800\/60,.unicorn-mode .bg-zinc-800\/50{background:#ff69b41a!important;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.unicorn-mode .bg-zinc-800\/30{background:#ff69b414!important;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.unicorn-mode .text-zinc-400{color:#ffb6c1!important}.unicorn-mode .text-zinc-500{color:plum!important}.unicorn-mode .text-orange-400,.unicorn-mode .text-orange-500{color:#ff69b4!important;text-shadow:0 0 10px rgba(255,105,180,.8)}.unicorn-mode nav button.text-pink-400,.unicorn-mode nav button.text-orange-400,.unicorn-mode .text-pink-400{text-shadow:0 0 15px currentColor}.unicorn-mode .rounded-full{box-shadow:0 0 15px #ff69b499,0 0 30px #8a2be266}.unicorn-mode .fixed.bottom-0{background:linear-gradient(180deg,transparent,rgba(50,20,60,.95))!important;border-top:2px solid;animation:rainbow-border 4s linear infinite}.unicorn-mode .fixed.bottom-0>div:last-child{background:#1e0a28f2!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.unicorn-mode .fixed.bottom-0 .bg-gradient-to-t{background:linear-gradient(to top,rgba(30,10,40,.95),transparent)!important}.unicorn-mode header{background:#1e0a28f2!important;border-bottom:2px solid;animation:rainbow-border 4s linear infinite;z-index:50!important}.unicorn-mode header nav,.unicorn-mode header button,.unicorn-mode header a{position:relative;z-index:51}.unicorn-mascot{position:fixed;bottom:80px;right:20px;font-size:48px;z-index:99;animation:unicorn-bounce 2s ease-in-out infinite;filter:drop-shadow(0 0 20px rgba(255,105,180,.8));cursor:pointer;transition:transform .3s ease}.unicorn-mascot:hover{transform:scale(1.2) rotate(10deg);filter:drop-shadow(0 0 30px rgba(255,105,180,1))}.unicorn-mode button[class*=rounded-full]:hover{transform:scale(1.1);filter:brightness(1.2)}.unicorn-mode .text-yellow-400,.unicorn-mode .text-yellow-500{text-shadow:0 0 15px rgba(255,215,0,.8),0 0 30px rgba(255,165,0,.5)}.confetti-container{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:9999;overflow:hidden}.confetti{position:absolute;width:10px;height:10px;top:-20px;animation:confetti-fall 3s linear forwards}.confetti:nth-child(odd){background:linear-gradient(135deg,#ff6b6b,#ff9ff3);border-radius:50%}.confetti:nth-child(2n){background:linear-gradient(135deg,#48dbfb,#54a0ff);clip-path:polygon(50% 0%,0% 100%,100% 100%)}@keyframes confetti-rain{0%{transform:translateY(-10px) rotate(0);opacity:0}10%{opacity:1}90%{opacity:.8}to{transform:translateY(100vh) rotate(720deg);opacity:0}}@keyframes confetti-sway{0%,to{transform:translate(0)}50%{transform:translate(20px)}}.rainbow-confetti{position:fixed;width:8px;height:8px;pointer-events:none;z-index:5;animation:confetti-rain 6s linear infinite,confetti-sway 2s ease-in-out infinite}.rainbow-confetti:nth-child(1){left:5%;background:#ff6b6b;animation-delay:0s;border-radius:50%}.rainbow-confetti:nth-child(2){left:15%;background:#feca57;animation-delay:.5s;clip-path:polygon(50% 0%,0% 100%,100% 100%)}.rainbow-confetti:nth-child(3){left:25%;background:#48dbfb;animation-delay:1s;border-radius:50%}.rainbow-confetti:nth-child(4){left:35%;background:#ff9ff3;animation-delay:1.5s;clip-path:polygon(50% 0%,0% 100%,100% 100%)}.rainbow-confetti:nth-child(5){left:45%;background:#54a0ff;animation-delay:2s;border-radius:50%}.rainbow-confetti:nth-child(6){left:55%;background:#5f27cd;animation-delay:2.5s;clip-path:polygon(50% 0%,0% 100%,100% 100%)}.rainbow-confetti:nth-child(7){left:65%;background:#ff6b6b;animation-delay:3s;border-radius:50%}.rainbow-confetti:nth-child(8){left:75%;background:#feca57;animation-delay:3.5s;clip-path:polygon(50% 0%,0% 100%,100% 100%)}.rainbow-confetti:nth-child(9){left:85%;background:#48dbfb;animation-delay:4s;border-radius:50%}.rainbow-confetti:nth-child(10){left:95%;background:#ff9ff3;animation-delay:4.5s;clip-path:polygon(50% 0%,0% 100%,100% 100%)}.rainbow-confetti:nth-child(11){left:10%;background:#22c55e;animation-delay:5s;border-radius:50%;width:6px;height:6px}.rainbow-confetti:nth-child(12){left:30%;background:#f97316;animation-delay:5.5s;clip-path:polygon(50% 0%,0% 100%,100% 100%);width:10px;height:10px}.rainbow-confetti:nth-child(13){left:50%;background:#ec4899;animation-delay:.8s;border-radius:50%;width:6px;height:6px}.rainbow-confetti:nth-child(14){left:70%;background:#8b5cf6;animation-delay:1.8s;clip-path:polygon(50% 0%,0% 100%,100% 100%);width:10px;height:10px}.rainbow-confetti:nth-child(15){left:90%;background:#06b6d4;animation-delay:2.8s;border-radius:50%;width:6px;height:6px}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}@keyframes club-breathe{0%,to{filter:brightness(1) saturate(1.2) hue-rotate(0deg)}25%{filter:brightness(1.1) saturate(1.4) hue-rotate(15deg)}50%{filter:brightness(.95) saturate(1.3) hue-rotate(-10deg)}75%{filter:brightness(1.15) saturate(1.5) hue-rotate(20deg)}}@keyframes fog-drift{0%{transform:translate(-10%) translateY(0);opacity:.4}50%{transform:translate(10%) translateY(-20px);opacity:.6}to{transform:translate(-10%) translateY(0);opacity:.4}}.fog-layer{position:fixed;bottom:0;left:-10%;right:-10%;height:40%;background:linear-gradient(to top,rgba(138,43,226,.3) 0%,rgba(255,105,180,.2) 30%,transparent 100%);pointer-events:none;z-index:45;animation:fog-drift 8s ease-in-out infinite;filter:blur(30px)}.fog-layer-2{position:fixed;bottom:0;left:-5%;right:-5%;height:30%;background:linear-gradient(to top,rgba(6,182,212,.25) 0%,rgba(139,92,246,.15) 40%,transparent 100%);pointer-events:none;z-index:46;animation:fog-drift 12s ease-in-out infinite reverse;filter:blur(40px)}@keyframes spotlight-sweep{0%{transform:rotate(-25deg)}50%{transform:rotate(25deg)}to{transform:rotate(-25deg)}}@keyframes spotlight-sweep-reverse{0%{transform:rotate(30deg)}50%{transform:rotate(-30deg)}to{transform:rotate(30deg)}}.spotlight{position:fixed;top:-50px;width:0;height:0;border-left:80px solid transparent;border-right:80px solid transparent;border-top:120vh solid;pointer-events:none;z-index:50;opacity:.15;filter:blur(20px);transform-origin:top center}.spotlight-1{left:15%;border-top-color:#ff69b466;animation:spotlight-sweep 6s ease-in-out infinite}.spotlight-2{left:40%;border-top-color:#8b5cf666;animation:spotlight-sweep-reverse 8s ease-in-out infinite;animation-delay:1s}.spotlight-3{right:15%;border-top-color:#06b6d466;animation:spotlight-sweep 7s ease-in-out infinite;animation-delay:2s}@keyframes disco-float{0%,to{transform:translateY(0) scale(1) rotate(0)}50%{transform:translateY(-25px) scale(1.15) rotate(180deg)}}@keyframes disco-glow{0%,to{filter:drop-shadow(0 0 30px rgba(255,255,255,1)) drop-shadow(0 0 60px rgba(255,105,180,.8)) drop-shadow(0 0 100px rgba(138,43,226,.6));text-shadow:0 0 50px white,0 0 100px #ff69b4}50%{filter:drop-shadow(0 0 50px rgba(255,255,255,1)) drop-shadow(0 0 100px rgba(255,105,180,1)) drop-shadow(0 0 150px rgba(138,43,226,.8));text-shadow:0 0 80px white,0 0 150px #ff69b4}}.disco-ball{position:fixed;font-size:56px;z-index:80;animation:disco-float 5s ease-in-out infinite,disco-glow 2s ease-in-out infinite;pointer-events:none}.disco-ball-1{top:3%;left:8%;animation-delay:0s;font-size:72px}.disco-ball-2{top:5%;right:10%;animation-delay:1.5s;font-size:56px}.disco-ball-3{top:8%;left:45%;animation-delay:.8s;font-size:48px}@keyframes disco-ray{0%{transform:rotate(0);opacity:.3}50%{opacity:.6}to{transform:rotate(360deg);opacity:.3}}.disco-rays{position:fixed;top:5%;left:50%;width:300vw;height:300vh;margin-left:-150vw;margin-top:-150vh;background:repeating-conic-gradient(from 0deg,transparent 0deg 8deg,rgba(255,255,255,.03) 8deg 10deg,transparent 10deg 18deg,rgba(255,105,180,.02) 18deg 20deg);pointer-events:none;z-index:48;animation:disco-ray 20s linear infinite}@keyframes laser-sweep{0%{transform:rotate(-45deg) translate(-200%);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:rotate(45deg) translate(200%);opacity:0}}@keyframes laser-sweep-reverse{0%{transform:rotate(45deg) translate(200%);opacity:0}10%{opacity:.9}90%{opacity:.9}to{transform:rotate(-45deg) translate(-200%);opacity:0}}@keyframes laser-pulse{0%,to{opacity:.7;width:4px}50%{opacity:1;width:8px}}.laser-beam{position:fixed;width:5px;height:200vh;top:-50vh;pointer-events:none;z-index:65;border-radius:4px}.laser-pink{background:linear-gradient(180deg,transparent 0%,#ff69b4 20%,#ff69b4 80%,transparent 100%);box-shadow:0 0 30px #ff69b4,0 0 60px #ff69b4,0 0 90px #ff69b4;left:15%;animation:laser-sweep 5s ease-in-out infinite,laser-pulse .5s ease-in-out infinite}.laser-purple{background:linear-gradient(180deg,transparent 0%,#a855f7 20%,#a855f7 80%,transparent 100%);box-shadow:0 0 30px #a855f7,0 0 60px #a855f7,0 0 90px #a855f7;left:35%;animation:laser-sweep 6s ease-in-out infinite,laser-pulse .6s ease-in-out infinite;animation-delay:1.5s}.laser-cyan{background:linear-gradient(180deg,transparent 0%,#06b6d4 20%,#06b6d4 80%,transparent 100%);box-shadow:0 0 30px #06b6d4,0 0 60px #06b6d4,0 0 90px #06b6d4;right:25%;animation:laser-sweep-reverse 5.5s ease-in-out infinite,laser-pulse .55s ease-in-out infinite;animation-delay:.8s}.laser-yellow{background:linear-gradient(180deg,transparent 0%,#fbbf24 20%,#fbbf24 80%,transparent 100%);box-shadow:0 0 30px #fbbf24,0 0 60px #fbbf24,0 0 90px #fbbf24;right:10%;animation:laser-sweep-reverse 6.5s ease-in-out infinite,laser-pulse .65s ease-in-out infinite;animation-delay:2.5s}.laser-green{background:linear-gradient(180deg,transparent 0%,#22c55e 20%,#22c55e 80%,transparent 100%);box-shadow:0 0 30px #22c55e,0 0 60px #22c55e,0 0 90px #22c55e;left:55%;animation:laser-sweep 7s ease-in-out infinite,laser-pulse .7s ease-in-out infinite;animation-delay:3s}.laser-red{background:linear-gradient(180deg,transparent 0%,#ef4444 20%,#ef4444 80%,transparent 100%);box-shadow:0 0 30px #ef4444,0 0 60px #ef4444,0 0 90px #ef4444;left:75%;animation:laser-sweep-reverse 4.5s ease-in-out infinite,laser-pulse .45s ease-in-out infinite;animation-delay:.3s}@keyframes scanner-sweep{0%{top:-5%;opacity:0}10%{opacity:.8}90%{opacity:.8}to{top:105%;opacity:0}}.scanner-light{position:fixed;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent 0%,#ff69b4 20%,white 50%,#06b6d4 80%,transparent 100%);box-shadow:0 0 30px #ff69b4,0 0 60px #fff,0 0 90px #06b6d4,0 -20px 40px #ffffff4d,0 20px 40px #ffffff4d;pointer-events:none;z-index:70;animation:scanner-sweep 4s ease-in-out infinite}.scanner-light-2{position:fixed;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#a855f7 30%,#fbbf24 70%,transparent 100%);box-shadow:0 0 40px #a855f7,0 0 80px #fbbf24;pointer-events:none;z-index:69;animation:scanner-sweep 6s ease-in-out infinite reverse;animation-delay:2s}@keyframes floor-pulse{0%,to{opacity:.5;transform:scaleY(1) scaleX(1)}50%{opacity:.9;transform:scaleY(1.8) scaleX(1.2)}}.floor-light{position:fixed;bottom:0;width:150px;height:300px;pointer-events:none;z-index:55;border-radius:50% 50% 0 0;animation:floor-pulse 1.2s ease-in-out infinite;filter:blur(5px)}.floor-light-1{left:2%;background:radial-gradient(ellipse at bottom,rgba(255,105,180,.8),transparent 70%);animation-delay:0s}.floor-light-2{left:18%;background:radial-gradient(ellipse at bottom,rgba(168,85,247,.8),transparent 70%);animation-delay:.2s}.floor-light-3{left:34%;background:radial-gradient(ellipse at bottom,rgba(6,182,212,.8),transparent 70%);animation-delay:.4s}.floor-light-4{left:50%;background:radial-gradient(ellipse at bottom,rgba(251,191,36,.8),transparent 70%);animation-delay:.6s;transform:translate(-50%)}.floor-light-5{right:34%;background:radial-gradient(ellipse at bottom,rgba(34,197,94,.8),transparent 70%);animation-delay:.8s}.floor-light-6{right:18%;background:radial-gradient(ellipse at bottom,rgba(239,68,68,.8),transparent 70%);animation-delay:1s}.floor-light-7{right:2%;background:radial-gradient(ellipse at bottom,rgba(255,105,180,.8),transparent 70%);animation-delay:1.2s}@keyframes light-leak-pulse{0%,to{opacity:.3}50%{opacity:.6}}.light-leak-left{position:fixed;top:0;left:0;width:30%;height:100%;background:linear-gradient(90deg,rgba(255,105,180,.4) 0%,rgba(168,85,247,.2) 30%,transparent 100%);pointer-events:none;z-index:47;animation:light-leak-pulse 3s ease-in-out infinite;filter:blur(40px)}.light-leak-right{position:fixed;top:0;right:0;width:30%;height:100%;background:linear-gradient(-90deg,rgba(6,182,212,.4) 0%,rgba(139,92,246,.2) 30%,transparent 100%);pointer-events:none;z-index:47;animation:light-leak-pulse 4s ease-in-out infinite;animation-delay:1.5s;filter:blur(40px)}@keyframes glitter-float{0%{transform:translateY(100vh) rotate(0) scale(0);opacity:0}10%{opacity:1;transform:translateY(90vh) rotate(36deg) scale(1)}90%{opacity:.8;transform:translateY(10vh) rotate(324deg) scale(.8)}to{transform:translateY(0) rotate(360deg) scale(0);opacity:0}}@keyframes glitter-twinkle{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}}.glitter-particle{position:fixed;width:4px;height:4px;border-radius:50%;pointer-events:none;z-index:90;animation:glitter-float 8s linear infinite,glitter-twinkle .5s ease-in-out infinite}.glitter-1{left:5%;background:#ff69b4;box-shadow:0 0 10px #ff69b4;animation-delay:0s}.glitter-2{left:12%;background:#fbbf24;box-shadow:0 0 10px #fbbf24;animation-delay:.5s}.glitter-3{left:20%;background:#22c55e;box-shadow:0 0 10px #22c55e;animation-delay:1s}.glitter-4{left:28%;background:#06b6d4;box-shadow:0 0 10px #06b6d4;animation-delay:1.5s}.glitter-5{left:36%;background:#a855f7;box-shadow:0 0 10px #a855f7;animation-delay:2s}.glitter-6{left:44%;background:#fff;box-shadow:0 0 15px #fff;animation-delay:2.5s}.glitter-7{left:52%;background:#ff69b4;box-shadow:0 0 10px #ff69b4;animation-delay:3s}.glitter-8{left:60%;background:#ef4444;box-shadow:0 0 10px #ef4444;animation-delay:3.5s}.glitter-9{left:68%;background:#fbbf24;box-shadow:0 0 10px #fbbf24;animation-delay:4s}.glitter-10{left:76%;background:#22c55e;box-shadow:0 0 10px #22c55e;animation-delay:4.5s}.glitter-11{left:84%;background:#06b6d4;box-shadow:0 0 10px #06b6d4;animation-delay:5s}.glitter-12{left:92%;background:#fff;box-shadow:0 0 15px #fff;animation-delay:5.5s}@keyframes dance-move{0%,to{transform:translateY(0) rotate(-8deg) scaleX(1)}25%{transform:translateY(-20px) rotate(8deg) scaleX(-1)}50%{transform:translateY(-5px) rotate(-5deg) scaleX(1)}75%{transform:translateY(-15px) rotate(5deg) scaleX(-1)}}@keyframes dance-jump{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-30px) scale(1.1)}}.dancer{position:fixed;bottom:70px;font-size:40px;z-index:75;animation:dance-move .8s ease-in-out infinite;filter:drop-shadow(0 0 20px rgba(255,105,180,1));pointer-events:none}.dancer-1{left:3%;animation-delay:0s;font-size:44px}.dancer-2{left:10%;animation-delay:.15s;font-size:36px;animation-name:dance-jump;animation-duration:1s}.dancer-3{left:18%;animation-delay:.3s;font-size:42px}.dancer-4{right:18%;animation-delay:.1s;font-size:42px}.dancer-5{right:10%;animation-delay:.25s;font-size:36px;animation-name:dance-jump;animation-duration:1.2s}.dancer-6{right:3%;animation-delay:.05s;font-size:44px}@keyframes burst-explode{0%{transform:scale(0) rotate(0);opacity:1}50%{transform:scale(2) rotate(180deg);opacity:.8}to{transform:scale(0) rotate(360deg);opacity:0}}.sparkle-burst{position:fixed;font-size:32px;animation:burst-explode 1.5s ease-out infinite;pointer-events:none;z-index:85;filter:drop-shadow(0 0 20px currentColor)}.sparkle-burst-1{top:15%;left:15%;animation-delay:0s;color:#ff69b4}.sparkle-burst-2{top:25%;right:20%;animation-delay:.4s;color:#fbbf24}.sparkle-burst-3{top:45%;left:10%;animation-delay:.8s;color:#06b6d4}.sparkle-burst-4{top:35%;right:8%;animation-delay:1.2s;color:#a855f7}.sparkle-burst-5{top:55%;left:35%;animation-delay:.6s;color:#22c55e}.sparkle-burst-6{top:20%;left:55%;animation-delay:1s;color:#ef4444}.sparkle-burst-7{top:65%;right:30%;animation-delay:.3s;color:#ff69b4}.sparkle-burst-8{top:40%;left:70%;animation-delay:.9s;color:#fff}@keyframes strobe-flash{0%,4%,8%,to{opacity:0}2%,6%{opacity:.08}}.strobe-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;pointer-events:none;z-index:200;animation:strobe-flash 2s linear infinite}@keyframes flag-wave{0%,to{transform:rotate(-10deg) translateY(0) scale(1)}25%{transform:rotate(5deg) translateY(-15px) scale(1.1)}50%{transform:rotate(-5deg) translateY(-5px) scale(1)}75%{transform:rotate(10deg) translateY(-20px) scale(1.05)}}.pride-flag{position:fixed;font-size:40px;animation:flag-wave 2.5s ease-in-out infinite;filter:drop-shadow(0 0 25px rgba(255,255,255,.8));pointer-events:none;z-index:88}.pride-flag-1{top:20%;left:5%;animation-delay:0s;font-size:48px}.pride-flag-2{top:30%;right:8%;animation-delay:.8s;font-size:44px}.pride-flag-3{top:50%;left:3%;animation-delay:.4s;font-size:36px}.pride-flag-4{top:40%;right:5%;animation-delay:1.2s;font-size:38px}.pride-flag-5{top:60%;right:3%;animation-delay:.6s;font-size:32px}@keyframes rainbow-cycle{0%{background-position:0% 50%}to{background-position:200% 50%}}.rainbow-pulse-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#ff00000d,#ff7f000d,#ffff000d,#00ff000d,#0000ff0d,#4b00820d,#9400d30d,#ff00000d);background-size:200% 100%;pointer-events:none;z-index:49;animation:rainbow-cycle 4s linear infinite;mix-blend-mode:overlay}@keyframes eggplant-fall{0%{transform:translateY(-100px) rotate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(calc(100vh + 100px)) rotate(360deg);opacity:0}}.eggplant-rain{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.eggplant{position:absolute;top:0;font-size:32px;animation:eggplant-fall 6s linear infinite;will-change:transform;filter:drop-shadow(0 0 8px rgba(128,0,128,.5))}.unicorn-mode aside,.unicorn-mode .sidebar{background:#14081ef2!important;border-right:2px solid;animation:rainbow-border 4s linear infinite;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.unicorn-mode aside button:hover,.unicorn-mode aside a:hover{background:#ff69b426!important}.unicorn-mode aside .bg-blue-500\/15{background:#ff69b433!important}.unicorn-mode aside .text-blue-400{color:#ff69b4!important;text-shadow:0 0 10px rgba(255,105,180,.5)}.unicorn-mode aside{position:fixed!important;top:0!important;left:0!important;height:100vh!important;height:100dvh!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.unicorn-mode aside nav{flex:1!important;overflow-y:auto!important}.unicorn-mode button,.unicorn-mode input,.unicorn-mode select,.unicorn-mode textarea{-webkit-text-fill-color:inherit}.unicorn-mode{min-height:100vh;min-height:100dvh}html:has(.unicorn-mode),body:has(.unicorn-mode){min-height:100vh;min-height:100dvh}.unicorn-mode main{min-height:calc(100vh - 64px);min-height:calc(100dvh - 64px)}
