:root{--bg-color: #0f172a;--text-primary: #f8fafc;--text-secondary: #94a3b8;--accent-color: #3b82f6;--accent-gradient: linear-gradient(135deg, #06b6d4, #3b82f6);--glass-bg: rgba(255, 255, 255, .05);--glass-border: rgba(255, 255, 255, .1);--glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, .3)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:var(--bg-color);color:var(--text-primary);min-height:100vh;display:flex;justify-content:center;align-items:center;overflow-x:hidden;position:relative}.blob{position:absolute;filter:blur(80px);z-index:-1;opacity:.6;animation:float 20s infinite alternate cubic-bezier(.4,0,.2,1)}.blob-1{top:-10%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#eb4898,#eb489800 70%);animation-delay:0s}.blob-2{bottom:-20%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#3b82f6,#3b82f600 70%);animation-delay:-5s}.blob-3{top:40%;left:50%;width:400px;height:400px;background:radial-gradient(circle,#8b5cf6,#8b5cf600 70%);transform:translate(-50%);animation-delay:-10s}@keyframes float{0%{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}to{transform:translate(0) scale(1)}}#app{width:100%;max-width:1200px;padding:2rem;display:flex;justify-content:center;align-items:center;min-height:100vh}.glass-container{background:var(--glass-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);border-radius:24px;padding:3rem;width:100%;max-width:900px;box-shadow:var(--glass-shadow);display:flex;flex-direction:column;gap:4rem;animation:slideIn .8s cubic-bezier(.16,1,.3,1) forwards;opacity:0;transform:translateY(40px)}@keyframes slideIn{to{opacity:1;transform:translateY(0)}}header{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:800;display:flex;align-items:center;gap:.5rem;letter-spacing:-.5px}.swirl-icon{font-size:1.8rem;animation:spin 8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.hero{text-align:center;max-width:700px;margin:0 auto}.badge{display:inline-block;padding:.4rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:999px;font-size:.875rem;font-weight:600;color:#a78bfa;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:1px}h1{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-1px}.highlight{background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{font-size:1.25rem;color:var(--text-secondary);line-height:1.6}.products{display:flex;justify-content:center}.glass-panel{background:#ffffff08;border:1px solid var(--glass-border);border-radius:20px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.product-card{display:flex;align-items:center;gap:3rem;position:relative;overflow:hidden;will-change:transform}.product-card:hover{background:#ffffff0f}.product-image-container{flex-shrink:0;width:250px;height:250px;border-radius:20%;overflow:hidden;box-shadow:0 20px 40px #0000004d;transition:transform .3s ease}.product-card:hover .product-image-container{transform:scale(1.05) rotate(-2deg)}.product-image{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;gap:1rem}.product-info h2{font-size:2.5rem;font-weight:800;color:#f8fafc}.product-info p{color:var(--text-secondary);line-height:1.5;font-size:1.1rem}.notify-btn{margin-top:1rem;align-self:flex-start;background:var(--accent-gradient);color:#fff;border:none;padding:.8rem 2rem;font-size:1rem;font-weight:600;border-radius:999px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #3b82f666;font-family:Outfit,sans-serif}.notify-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f699;filter:brightness(1.1)}.notify-btn:active{transform:translateY(1px)}footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--glass-border);padding-top:2rem;color:var(--text-secondary);font-size:.9rem}.socials{display:flex;gap:1rem}.social-icon{width:36px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:50%;background:#ffffff0d;border:1px solid var(--glass-border);color:var(--text-primary);text-decoration:none;font-weight:600;transition:all .2s ease}.social-icon:hover{background:#ffffff26;transform:translateY(-2px);color:#fff}.notification-toast{position:fixed;bottom:2rem;right:2rem;transform:translateY(150px);opacity:0;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);z-index:1000;padding:1rem 2rem;background:#0f172acc;border:1px solid rgba(59,130,246,.3);box-shadow:0 10px 30px #00000080;color:#fff;border-radius:12px}.notification-toast.show{transform:translateY(0);opacity:1}@media(max-width:768px){h1{font-size:2.5rem}.product-card{flex-direction:column;text-align:center;gap:2rem}.product-info{align-items:center}.notify-btn{align-self:center}footer{flex-direction:column;gap:1rem;text-align:center}}
