@import "https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700;800;900&family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,400;1,600&family=Outfit:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap";:root,[data-theme=light],body.light-theme{--bg-main:#f8fafc;--bg-gradient:linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);--bg-surface:#fff;--bg-glass:#fffffff2;--bg-card:#fff;--text-primary:#0f172a;--text-secondary:#334155;--text-muted:#64748b;--border-subtle:#e2e8f0;--border-gold:#d9770659;--gold-primary:#b45309;--gold-accent:#d97706;--card-shadow:0 4px 20px #0000000d, 0 1px 3px #00000008}[data-theme=dark],body.dark-theme{--bg-main:#090d16;--bg-gradient:linear-gradient(180deg, #090d16 0%, #060911 100%);--bg-surface:#0f172a;--bg-glass:#0f172ae0;--bg-card:#111827;--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#64748b;--border-subtle:#ffffff14;--border-gold:#d4af374d;--gold-primary:#d4af37;--gold-accent:#f7e096;--card-shadow:0 20px 50px #0009}[data-theme=dark] .gold-gradient-text,body.dark-theme .gold-gradient-text{background:linear-gradient(135deg,#fce99f 0%,#d4af37 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-main);min-height:100vh;color:var(--text-primary);margin:0;font-family:Plus Jakarta Sans,Outfit,system-ui,sans-serif;line-height:1.6;transition:background-color .3s,color .3s;overflow-x:hidden}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#00000026;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#00000040}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes popIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 15px #d4af3733}50%{box-shadow:0 0 35px #d4af378c}}@keyframes floatBubble{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-10px)rotate(2deg)}to{transform:translateY(0)rotate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}.animate-slide-down{animation:.5s cubic-bezier(.16,1,.3,1) forwards slideDown}.animate-slide-up{animation:.5s cubic-bezier(.16,1,.3,1) forwards slideUp}.animate-pop-in{animation:.4s cubic-bezier(.34,1.56,.64,1) forwards popIn}.animate-pulse-glow{animation:2s ease-in-out infinite pulseGlow}.animate-fade-in{animation:.4s ease-out forwards fadeIn}.animate-spin{animation:1s linear infinite spin}.animate-bounce{animation:1s ease-in-out infinite bounce}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.animate-shimmer{animation:2s linear infinite shimmer}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.glass-card{background:var(--card-glass);-webkit-backdrop-filter:blur(20px)saturate(180%);border:1px solid var(--border-glass);border-radius:var(--radius-xl);box-shadow:0 8px 32px #00000014,0 1px 2px #0000000a}.glass-card-dark{background:var(--card-glass-dark);-webkit-backdrop-filter:blur(20px)saturate(180%);border-radius:var(--radius-xl);border:1px solid #ffffff14;box-shadow:0 8px 32px #0006,0 1px 2px #0003}.phone-mockup{background-color:var(--wa-chat-bg-dark);border:8px solid #1a1a2e;border-radius:40px;flex-direction:column;width:100%;max-width:420px;height:90vh;max-height:820px;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 60px -15px #00000080,0 0 0 1px #ffffff0d}@media (width<=640px){.phone-mockup{width:100%;max-width:100%;height:100dvh;max-height:100%;box-shadow:none;border:none;border-radius:0}}.phone-notch{z-index:999;background:#1a1a2e;border-bottom-right-radius:14px;border-bottom-left-radius:14px;width:130px;height:24px;position:absolute;top:0;left:50%;transform:translate(-50%)}@media (width<=640px){.phone-notch{display:none}}.min-h-screen{min-height:100vh}.h-full{height:100%}.w-full{width:100%}.max-w-md{max-width:28rem}.max-w-sm{max-width:24rem}.max-w-xs{max-width:20rem}.max-w-xl{max-width:36rem}.max-w-5xl{max-width:64rem}.max-w-lg{max-width:32rem}.flex{display:flex}.inline-flex{display:inline-flex}.flex-1{flex:1}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-start{justify-content:flex-start}.justify-around{justify-content:space-around}.shrink-0{flex-shrink:0}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-3\.5{gap:.875rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}@media (width>=768px){.md\:flex-row{flex-direction:row}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:w-80{width:20rem}.md\:items-center{align-items:center}.md\:items-start{align-items:flex-start}.md\:border-b-0{border-bottom:none}.md\:max-h-none{max-height:none}}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-3\.5{padding:.875rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-8{padding-top:2rem}.pb-4{padding-bottom:1rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.-mb-4{margin-bottom:-1rem}.-mt-1\.5{margin-top:-.375rem}.mr-2{margin-right:.5rem}.space-y-1>*+*{margin-top:.25rem}.space-y-1\.5>*+*{margin-top:.375rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-5>*+*{margin-top:1.25rem}.space-y-6>*+*{margin-top:1.5rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.border{border:1px solid #e2e8f0}.border-2{border-style:solid;border-width:2px}.border-4{border-style:solid;border-width:4px}.border-b{border-bottom:1px solid #e2e8f0}.border-t{border-top:1px solid #e2e8f0}.border-r{border-right:1px solid #e2e8f0}.border-dashed{border-style:dashed}.border-slate-100{border-color:#f1f5f9}.border-slate-200{border-color:#e2e8f0}.border-slate-700{border-color:#334155}.border-slate-800{border-color:#1e293b}.border-indigo-100{border-color:#e0e7ff}.border-indigo-200{border-color:#c7d2fe}.border-emerald-200{border-color:#a7f3d0}.border-emerald-800{border-color:#065f46}.border-red-200{border-color:#fecaca}.border-amber-200{border-color:#fde68a}.bg-white{background-color:#fff}.bg-slate-50{background-color:#f8fafc}.bg-slate-50\/50{background-color:#f8fafc80}.bg-slate-100{background-color:#f1f5f9}.bg-slate-200{background-color:#e2e8f0}.bg-slate-300{background-color:#cbd5e1}.bg-slate-800{background-color:#1e293b}.bg-slate-900{background-color:#0f172a}.bg-slate-900\/40{background-color:#0f172a66}.bg-slate-950{background-color:#020617}.bg-slate-950\/95{background-color:#020617f2}.bg-indigo-50{background-color:#eef2ff}.bg-indigo-100{background-color:#e0e7ff}.bg-indigo-600{background-color:#4f46e5}.bg-rose-50{background-color:#fff1f2}.bg-rose-500{background-color:#f43f5e}.bg-rose-500\/10{background-color:#f43f5e1a}.bg-emerald-50{background-color:#ecfdf5}.bg-emerald-50\/20{background-color:#ecfdf533}.bg-emerald-100{background-color:#d1fae5}.bg-emerald-500{background-color:#10b981}.bg-emerald-500\/10{background-color:#10b9811a}.bg-emerald-600{background-color:#059669}.bg-emerald-700{background-color:#047857}.bg-emerald-800{background-color:#065f46}.bg-amber-100{background-color:#fef3c7}.bg-amber-100\/90{background-color:#fef3c7e6}.bg-red-50{background-color:#fef2f2}.bg-red-50\/20{background-color:#fef2f233}.bg-red-100{background-color:#fee2e2}.bg-red-600{background-color:#dc2626}.bg-red-950\/50{background-color:#450a0a80}.bg-black\/60{background-color:#0009}.bg-black\/65{background-color:#000000a6}.bg-black\/90{background-color:#000000e6}.bg-black\/40{background-color:#0006}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.italic{font-style:italic}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.break-words{word-wrap:break-word;overflow-wrap:break-word}.whitespace-pre-wrap{white-space:pre-wrap}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.tracking-tight{letter-spacing:-.025em}.text-\[10px\]{font-size:10px;line-height:1.4}.text-\[11px\]{font-size:11px;line-height:1.4}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1.1}.text-6xl{font-size:3.75rem;line-height:1}.text-8xl{font-size:6rem;line-height:1}.font-medium{font-weight:500}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-extrabold{font-weight:800}.font-light{font-weight:300}.font-thin{font-weight:100}.text-slate-200{color:#e2e8f0}.text-slate-300{color:#cbd5e1}.text-slate-400{color:#94a3b8}.text-slate-500{color:#64748b}.text-slate-600{color:#475569}.text-slate-700{color:#334155}.text-slate-800{color:#1e293b}.text-slate-900{color:#0f172a}.text-white{color:#fff}.text-emerald-100{color:#d1fae5}.text-emerald-200{color:#a7f3d0}.text-emerald-400{color:#34d399}.text-emerald-600{color:#059669}.text-emerald-700{color:#047857}.text-emerald-800{color:#065f46}.text-indigo-600{color:#4f46e5}.text-indigo-900{color:#312e81}.text-rose-500{color:#f43f5e}.text-rose-700{color:#be123c}.text-red-400{color:#f87171}.text-red-600{color:#dc2626}.text-red-700{color:#b91c1c}.text-red-800{color:#991b1b}.text-amber-600{color:#d97706}.text-amber-800{color:#92400e}.text-yellow-400{color:#facc15}.text-sky-500{color:#0ea5e9}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.transition-all{transition-property:all;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-property:transform;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-property:opacity;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-300{transition-duration:.3s}.object-cover{object-fit:cover}.object-contain{object-fit:contain}.hidden{display:none}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.whitespace-nowrap{white-space:nowrap}.overflow-ellipsis{text-overflow:ellipsis}.cursor-pointer{cursor:pointer}.outline-none{outline-offset:2px;outline:2px solid #0000}.resize-none{resize:none}.select-none{-webkit-user-select:none;user-select:none}.fill-current{fill:currentColor}.scroll-smooth{scroll-behavior:smooth}.min-w-0{min-width:0}.opacity-0{opacity:0}.opacity-30{opacity:.3}.opacity-60{opacity:.6}.opacity-90{opacity:.9}.hover\:scale-\[1\.02\]:hover{transform:scale(1.02)}.hover\:scale-105:hover{transform:scale(1.05)}.hover\:bg-slate-100:hover{background-color:#f1f5f9}.hover\:bg-slate-50:hover{background-color:#f8fafc}.hover\:bg-slate-700:hover{background-color:#334155}.hover\:bg-indigo-700:hover{background-color:#4338ca}.hover\:bg-emerald-600:hover{background-color:#059669}.hover\:bg-emerald-700:hover{background-color:#047857}.hover\:bg-red-50:hover{background-color:#fef2f2}.hover\:bg-red-700:hover{background-color:#b91c1c}.hover\:text-white:hover{color:#fff}.hover\:text-red-600:hover{color:#dc2626}.hover\:text-red-500:hover{color:#f43f5e}.hover\:border-red-200:hover{border-color:#fecaca}.hover\:border-red-300:hover{border-color:#fca5a5}.hover\:border-indigo-500:hover{border-color:#6366f1}.hover\:border-emerald-500:hover{border-color:#10b981}input,textarea{background-color:#fff;font-family:inherit}input:focus,textarea:focus{border-color:#4f46e5;outline:none;box-shadow:0 0 0 3px #4f46e51f}.focus-emerald:focus{outline:none;border-color:var(--wa-green)!important;box-shadow:0 0 0 3px #128c7e26!important}.focus-indigo:focus{outline:none;border-color:var(--admin-primary)!important;box-shadow:0 0 0 3px #6366f126!important}button{cursor:pointer;border:none;font-family:inherit}button:hover{filter:brightness(.97)}button:active{transform:scale(.98)}button:disabled{opacity:.5;cursor:not-allowed;transform:none}.w-1\.5{width:.375rem}.h-1\.5{height:.375rem}.w-2{width:.5rem}.h-2{height:.5rem}.w-2\.5{width:.625rem}.h-2\.5{height:.625rem}.w-3{width:.75rem}.h-3{height:.75rem}.w-3\.5{width:.875rem}.h-3\.5{height:.875rem}.w-4{width:1rem}.h-4{height:1rem}.w-4\.5{width:1.125rem}.h-4\.5{height:1.125rem}.w-5{width:1.25rem}.h-5{height:1.25rem}.w-6{width:1.5rem}.h-6{height:1.5rem}.w-7{width:1.75rem}.h-7{height:1.75rem}.w-8{width:2rem}.h-8{height:2rem}.w-9{width:2.25rem}.h-9{height:2.25rem}.w-10{width:2.5rem}.h-10{height:2.5rem}.w-12{width:3rem}.h-12{height:3rem}.h-14{height:3.5rem}.w-16{width:4rem}.h-16{height:4rem}.w-20{width:5rem}.h-20{height:5rem}.w-48{width:12rem}.h-48{height:12rem}.w-56{width:14rem}.h-28{height:7rem}.w-64{width:16rem}.w-80{width:20rem}.h-32{height:8rem}.absolute{position:absolute}.relative{position:relative}.fixed{position:fixed}.top-0\.5{top:.125rem}.right-0\.5{right:.125rem}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.top-1{top:.25rem}.right-1{right:.25rem}.top-10{top:2.5rem}.left-10{left:2.5rem}.bottom-10{bottom:2.5rem}.right-10{right:2.5rem}.inset-0{inset:0}.z-10{z-index:10}.z-50{z-index:50}.z-\[9999\]{z-index:9999}.pointer-events-none{pointer-events:none}.blur-3xl{-webkit-filter:blur(64px)}.bg-cover{background-size:cover}.bg-center{background-position:50%}.bg-contain{background-size:contain}.backdrop-blur-xl{-webkit-backdrop-filter:blur(24px)}.backdrop-blur{-webkit-backdrop-filter:blur(12px)}.aspect-square{aspect-ratio:1}.chat-header{padding:.75rem 1rem}@media (width>=640px){.chat-header{padding-top:2rem}}.time-stamp{color:#8696a0;font-weight:500;font-size:.625rem!important}.bg-emerald-900{background-color:#075e54!important}@media (width<=640px){.sm\:p-0{padding:0}.sm\:p-4{padding:1rem}}@media (width<=480px){.max-w-\[280px\]{max-width:240px}}.max-w-\[280px\]{max-width:280px}.max-w-\[85\%\]{max-width:85%}.font-display,.font-cinzel{font-family:Cinzel,serif!important}.font-serif-luxury{font-family:Cormorant Garamond,Georgia,serif!important}.text-gold-300{color:#f7e096}.text-gold-400{color:#e5c158}.text-gold-500{color:#d4af37}.text-gold-600{color:#b88f28}.bg-gold-400{background-color:#e5c158}.bg-gold-500{background-color:#d4af37}.border-gold-400{border-color:#e5c158}.border-gold-500{border-color:#d4af37}.border-gold-500\/30{border-color:#d4af374d}.border-gold-400\/40{border-color:#e5c15866}.gold-gradient-text{background:linear-gradient(135deg,#b45309 0%,#d97706 50%,#92400e 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-weight:800;display:inline-block}[data-theme=dark] .gold-gradient-text,body.dark-theme .gold-gradient-text,.dark-theme .gold-gradient-text{background:linear-gradient(135deg,#fff 0%,#fce99f 40%,#d4af37 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.gold-gradient-bg{background:linear-gradient(135deg,#d4af37 0%,#f7e096 50%,#b88f28 100%)}.wax-seal{cursor:pointer;color:#3b2a04;text-shadow:0 1px 1px #ffffff80;-webkit-user-select:none;user-select:none;background:radial-gradient(circle at 35% 35%,#fce99f 0%,#d4af37 45%,#8f6c10 100%);border:3px solid #ffdc7899;border-radius:9999px;justify-content:center;align-items:center;width:76px;height:76px;font-family:Cinzel,serif;font-weight:800;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 10px 25px #00000080,inset 0 2px 4px #ffffff80,inset 0 -3px 6px #0006}.wax-seal:hover{transform:scale(1.08)rotate(3deg);box-shadow:0 14px 35px #d4af3766,inset 0 2px 5px #ffffffb3}.wax-seal:active{transform:scale(.96)}@keyframes floatSlow{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-float{animation:5s ease-in-out infinite floatSlow}.animate-glow{animation:3s infinite pulseGlow}.petal{opacity:.85;pointer-events:none;z-index:60;background:radial-gradient(#ff9eb5 0%,#e11d48 100%);border-radius:12px 2px;width:14px;height:18px;animation:2.5s cubic-bezier(.25,.46,.45,.94) forwards fallPetal;position:absolute}@keyframes fallPetal{0%{opacity:1;top:-20px;transform:rotate(0)scale(.6)}to{opacity:0;top:105%;transform:rotate(380deg)translate(40px)scale(1)}}.glass-luxury{-webkit-backdrop-filter:blur(20px);background:#0f172abf;border:1px solid #d4af3733}.glass-card-hover{transition:all .3s cubic-bezier(.16,1,.3,1)}.glass-card-hover:hover{border-color:#d4af3766;transform:translateY(-4px);box-shadow:0 15px 40px #0006}@keyframes floatReaction{0%{opacity:1;transform:translateY(0)scale(.8)rotate(0)}50%{opacity:.9;transform:translateY(-40px)scale(1.2)rotate(-8deg)}to{opacity:0;transform:translateY(-80px)scale(1.4)rotate(12deg)}}.floating-reaction{pointer-events:none;z-index:50;font-size:24px;animation:1.4s ease-out forwards floatReaction;position:absolute}@keyframes soundWave{0%,to{height:4px}50%{height:16px}}.audio-bar{background-color:#d4af37;border-radius:9999px;width:3px;animation:1.2s ease-in-out infinite soundWave;display:inline-block}.audio-bar:nth-child(2){animation-delay:.2s}.audio-bar:nth-child(3){animation-delay:.4s}.audio-bar:nth-child(4){animation-delay:.1s}.audio-bar:nth-child(5){animation-delay:.3s}.badge-gold-glow{border:1px solid #d9770659;box-shadow:0 0 20px #d9770640}.badge-cyan-glow{border:1px solid #0284c759;box-shadow:0 0 20px #0284c740}.interactive-envelope{background:linear-gradient(145deg,#1e293b,#0f172a);border:1px solid #d4af3759;border-radius:24px;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 25px 60px -15px #0009,0 0 40px #d4af371a}[data-theme=light] .interactive-envelope,body.light-theme .interactive-envelope{background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid #d977064d;box-shadow:0 20px 45px -10px #d9770626,0 4px 20px #0000000a}
