:root{--background: #09090b;--background-subtle: #0f0f12;--background-elevated: #18181b;--background-card: #131316;--foreground: #fafafa;--foreground-muted: #a1a1aa;--foreground-subtle: #71717a;--text-primary: #fafafa;--text-secondary: #a1a1aa;--text-tertiary: #71717a;--primary: #EF5122;--primary-hover: #ff6b3d;--primary-glow: rgba(239, 81, 34, .4);--primary-dim: rgba(239, 81, 34, .08);--success: #22c55e;--success-glow: rgba(34, 197, 94, .3);--warning: #f59e0b;--error: #ef4444;--info: #3b82f6;--border: rgba(255, 255, 255, .08);--border-hover: rgba(255, 255, 255, .14);--border-strong: rgba(255, 255, 255, .2);--glass-bg: rgba(255, 255, 255, .03);--glass-bg-strong: rgba(255, 255, 255, .06);--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--space-32: 8rem;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--font-mono: "SF Mono", "Monaco", "Cascadia Code", monospace;--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-bounce: cubic-bezier(.68, -.55, .265, 1.55)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;background-color:var(--background);color:var(--foreground)}body{font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;line-height:1.5}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#fff3}h1{font-size:clamp(2.25rem,5vw,3.75rem);font-weight:700;line-height:1.08;letter-spacing:-.03em;color:var(--foreground)}h2{font-size:2.5rem;font-weight:600;line-height:1.15;letter-spacing:-.02em;color:var(--foreground)}h3{font-size:1.5rem;font-weight:500;line-height:1.3;letter-spacing:-.01em;color:var(--foreground)}h4,h5,h6{font-weight:500;line-height:1.4;letter-spacing:-.01em;color:var(--foreground)}p{line-height:1.7;color:var(--foreground-muted);font-size:1rem}.text-gradient-primary{color:#fff;font-weight:600}.text-white{color:#fff!important}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@keyframes pulse-glow{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.02)}}.animate-pulse-glow{animation:pulse-glow 4s infinite ease-in-out}section{width:100%;position:relative;overflow-x:hidden;padding:var(--space-20) 0}.section-label{display:inline-block;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:var(--space-4)}.section-title{font-size:3rem;font-weight:600;line-height:1.1;letter-spacing:-.02em;color:var(--foreground-muted);margin-bottom:var(--space-6)}.section-title-small{font-size:2.5rem;font-weight:600;line-height:1.15;letter-spacing:-.02em;color:var(--foreground-muted);margin-bottom:var(--space-4)}.section-subtitle,.section-desc-large{font-size:1.125rem;line-height:1.7;color:var(--foreground-muted);margin-bottom:var(--space-8)}section+section{border-top:1px solid rgba(255,255,255,.04)}.h-full{height:100%}a,a:hover{text-decoration:none}.background-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden;background:var(--background)}.particles-canvas{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.6}.glow-mesh{display:none}@keyframes rotate-mesh{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;font-size:.9375rem;transition:all .2s ease;cursor:pointer;border:1px solid transparent;gap:.5rem}.btn-primary{background:linear-gradient(135deg,#ef5122,#d4441c);color:#fff;box-shadow:0 4px 12px #ef51224d}.btn-primary:hover{background:linear-gradient(135deg,#ff6b3d,#ef5122);box-shadow:0 8px 24px #ef512280,0 0 0 1px #ef512233;transform:translateY(-1px)}.btn-secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-secondary:hover{background:#ffffff26;border-color:#fff3}.btn-outline{background:transparent;color:var(--gray-400);border:1px solid var(--gray-800)}.btn-outline:hover{color:#fff;border-color:var(--gray-600)}.mascot-logo{display:inline-block;cursor:pointer;filter:drop-shadow(0 4px 12px rgba(239,81,34,.3));transition:filter .3s ease}.mascot-logo:hover{filter:drop-shadow(0 8px 20px rgba(239,81,34,.5))}.navbar-wrapper{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:1.5rem;display:flex;justify-content:center;pointer-events:none}.navbar{width:100%;max-width:1000px;background:#0b0b0f99;backdrop-filter:blur(20px) saturate(1.2);-webkit-backdrop-filter:blur(20px) saturate(1.2);border:1px solid rgba(255,255,255,.08);border-radius:100px;padding:.75rem 1.5rem;pointer-events:auto;transition:all .3s ease}.navbar.scrolled{background:#0b0b0fe0;border-color:#ffffff1a;box-shadow:0 8px 32px #00000080}.navbar-content{display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}.logo-icon{width:20px;height:20px;background:var(--primary);border-radius:4px;box-shadow:0 0 12px #ef512280}.logo-text{font-size:1.125rem;font-weight:600;letter-spacing:-.02em;color:#fff}.desktop-links{display:none;gap:2rem}.desktop-links a{color:var(--foreground-muted);font-size:.875rem;font-weight:500;transition:color .2s ease;text-decoration:none}.desktop-links a:hover{color:#fff}.desktop-links a.active{color:#fff;position:relative}.desktop-links a.active:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);width:16px;height:2px;background:var(--primary);border-radius:1px}.desktop-actions{display:none;align-items:center;gap:1.5rem}.login-link{color:var(--foreground-muted);font-size:.875rem;font-weight:500;transition:color .2s ease}.login-link:hover{color:#fff}.signup-btn{padding:.5rem 1rem;font-size:.875rem;border-radius:100px}.signup-btn:hover{box-shadow:0 4px 16px #ef512266}.mobile-menu-btn{color:var(--foreground-muted);display:block;padding:.5rem}.mobile-menu-btn:hover{color:#fff}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background:var(--background);z-index:1001;padding:1.5rem;display:flex;flex-direction:column}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.mobile-menu-header button{color:#fff}.mobile-menu-links{display:flex;flex-direction:column;gap:2rem}.mobile-menu-links a{font-size:1.25rem;font-weight:500;color:var(--foreground-muted)}.mobile-menu-links a:hover{color:#fff}.mobile-actions{margin-top:2rem;display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 768px){.desktop-links,.desktop-actions{display:flex}.mobile-menu-btn{display:none}}.glow-card{position:relative;background:linear-gradient(145deg,#ffffff0e,#ffffff05);border:1px solid rgba(255,255,255,.09);border-radius:14px;overflow:hidden;transition:all .25s ease}.glow-card:hover{border-color:#ffffff29;box-shadow:0 8px 40px #0006,0 0 0 1px #ffffff14;transform:translateY(-1px)}.glow-spotlight{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;transition:opacity .3s ease;z-index:1}.glow-border{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;transition:opacity .3s ease;z-index:2;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:xor;padding:1px}.glow-card-content{position:relative;z-index:3;height:100%}.gatekeeper-scene{width:100%;height:200px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:radial-gradient(circle at 50% 50%,rgba(239,81,34,.05) 0%,transparent 70%)}.event-area{position:absolute;right:0;top:0;bottom:0;width:30%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.02));display:flex;align-items:center;justify-content:center;border-left:1px dashed var(--border-subtle)}.event-label{font-size:.75rem;font-weight:700;color:var(--foreground-muted);transform:rotate(90deg);letter-spacing:2px;opacity:.5}.party-lights{position:absolute;top:20%;right:20%;width:100%;height:100%;pointer-events:none}.light{position:absolute;width:100px;height:100px;border-radius:50%;filter:blur(20px)}.light.l1{background:#ef51221a;top:-20px;right:-20px}.light.l2{background:#28c8401a;bottom:-20px;right:20px}.gate-station{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center}.mascot-bouncer{position:relative;z-index:2}.gate-base{width:80px;height:10px;background:var(--border);border-radius:50%;margin-top:-5px;opacity:.5;filter:blur(2px)}.scanner-beam{position:absolute;bottom:100%;left:50%;transform:translate(-50%);width:40px;display:flex;justify-content:center;align-items:flex-end;pointer-events:none}.beam{width:100%;background:linear-gradient(to top,rgba(40,200,64,.3),transparent);border-bottom:2px solid #28c840}.scan-success-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border:2px solid #28c840;border-radius:50%;pointer-events:none}.queue-path{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);height:60px;display:flex;align-items:center;justify-content:center}.person-dot{position:absolute;display:flex;flex-direction:column;align-items:center;gap:2px}.person-dot .head{width:12px;height:12px;background:var(--foreground-muted);border-radius:50%;transition:background .3s ease}.person-dot .body{width:16px;height:20px;background:var(--foreground-muted);border-radius:8px 8px 0 0;opacity:.7;transition:background .3s ease}.person-dot.scanning .head,.person-dot.scanning .body{background:#fff;box-shadow:0 0 10px #ffffff80}.person-dot.admitted .head,.person-dot.admitted .body{background:#28c840}.hero{min-height:auto;display:flex;align-items:center;position:relative;padding-top:0;padding-bottom:0}.hero-container{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center;padding-top:12rem;padding-bottom:6rem;width:100%}.hero-content{max-width:100%;display:flex;flex-direction:column;align-items:flex-start}.hero-title{font-size:clamp(2.5rem,5.5vw,4rem);line-height:1.06;font-weight:800;margin-bottom:1.25rem;letter-spacing:-.04em;color:#fff}.hero-subtitle{margin-bottom:.5rem;color:var(--foreground-muted);font-size:1.125rem;line-height:1.7;max-width:520px}.hero-actions{display:flex;gap:1rem;margin-top:2rem;flex-wrap:wrap}@media (min-width: 1024px){.hero-container{grid-template-columns:1.1fr .9fr;gap:3.5rem;padding-top:14rem;padding-bottom:8rem}.hero-content{align-items:flex-start}.hero-actions{gap:1.25rem}.hero-title{font-size:clamp(3rem,4.5vw,4.25rem)}}.hero-glow-behind{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(239,81,34,.08) 0%,rgba(120,50,180,.04) 40%,transparent 70%);border-radius:50%;pointer-events:none;z-index:0;filter:blur(60px)}.hero-visual-wrapper{position:relative}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem .25rem .25rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:100px;font-size:.875rem;color:var(--foreground-muted);margin-bottom:1.5rem;transition:all .2s ease}.minimal-content{padding:0;height:100%}.minimal-chart{border:none;background:transparent}.minimal-stats{gap:1px;background:#ffffff08;padding-top:1px}.stat-box{background:var(--background);border:none;border-radius:0;padding:1.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.stat-label{font-size:.75rem;color:var(--foreground-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.stat-value{font-size:1.5rem;font-weight:400;color:#fff}.dashboard-preview{position:relative}.mascot-peek{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:10;filter:drop-shadow(0 10px 20px rgba(0,0,0,.3))}.logo-ticker{padding:4rem 0;border-bottom:1px solid rgba(255,255,255,.05);background:var(--background)}.ticker-label{text-align:center;font-size:.875rem;color:var(--gray-500);margin-bottom:2rem;text-transform:uppercase;letter-spacing:.05em}.ticker-mask{overflow:hidden;position:relative;mask-image:linear-gradient(to right,transparent,black 20%,black 80%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 20%,black 80%,transparent)}.ticker-track{display:flex;gap:4rem;width:max-content;animation:scroll 30s linear infinite}.ticker-item{display:flex;align-items:center;justify-content:center}.logo-placeholder{font-size:1.25rem;font-weight:600;color:var(--gray-600);opacity:.7;transition:opacity .3s ease}.logo-placeholder:hover{opacity:1;color:#fff}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-100% / 3))}}.ticketing-section{padding:var(--space-20) 0;border-top:1px solid var(--border);background:radial-gradient(circle at 50% 100%,rgba(239,81,34,.05) 0%,transparent 70%)}.ticketing-grid{display:grid;grid-template-columns:1fr;gap:var(--space-6);margin-top:var(--space-16);width:100%}.bento-card{background:var(--glass-bg);border-radius:var(--radius-lg);border:1px solid var(--border);overflow:hidden;transition:all .3s var(--ease-out-expo)}.bento-content{padding:var(--space-8);height:100%;display:flex;flex-direction:column}.bento-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.bento-icon{color:var(--primary)}.bento-header h3{font-size:1.25rem;font-weight:600;color:#fff;margin:0}.bento-desc{font-size:.9375rem;color:var(--foreground-muted);line-height:1.5;margin-top:auto}.map-visual{flex-grow:1;display:flex;flex-direction:column;margin-bottom:1.5rem;background:#0003;border-radius:var(--radius-md);padding:1rem;border:1px solid var(--border-subtle);overflow:hidden}.reservation-tabs{display:flex;gap:.5rem;margin-bottom:1rem;border-bottom:1px solid var(--border);padding-bottom:.5rem}.res-tab{display:flex;align-items:center;gap:6px;font-size:.75rem;color:var(--foreground-muted);padding:4px 8px;border-radius:100px;border:1px solid transparent;transition:all .3s ease;cursor:pointer;-webkit-user-select:none;user-select:none}.res-tab:hover{background:#ffffff0d;color:#fff}.reservation-viewport{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.visual-mode{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.stage-mini{width:40%;height:4px;background:var(--border);margin-bottom:8px;border-radius:2px;font-size:0}.seats-grid-mini{display:grid;grid-template-columns:repeat(8,1fr);gap:4px}.seat-mini{width:8px;height:8px;background:#333;border-radius:2px}.seat-mini.sold{background:var(--primary)}.tables-mode{flex-direction:row;flex-wrap:wrap;gap:1.5rem}.table-round{width:40px;height:40px;border-radius:50%;border:2px solid var(--primary);position:relative;background:#ef51221a}.chair{width:10px;height:10px;background:var(--border);border-radius:50%;position:absolute}.chair.c1{top:-8px;left:50%;transform:translate(-50%)}.chair.c2{bottom:-8px;left:50%;transform:translate(-50%)}.chair.c3{left:-8px;top:50%;transform:translateY(-50%)}.chair.c4{right:-8px;top:50%;transform:translateY(-50%)}.slots-mode{gap:8px}.time-slot{width:90%;padding:8px 12px;border-radius:6px;font-size:.8rem;display:flex;align-items:center;justify-content:center;font-weight:500}.time-slot.active{background:#28c8401a;color:#28c840;border:1px solid rgba(40,200,64,.2)}.time-slot.disabled{background:var(--border);color:var(--foreground-muted);opacity:.5;text-decoration:line-through}.queue-visual{flex-grow:1;display:flex;flex-direction:column;justify-content:center;margin-bottom:1.5rem;gap:1rem}.queue-status{text-align:center}.queue-status .label{display:block;font-size:.875rem;color:var(--foreground-muted);margin-bottom:.25rem}.queue-status .value{font-size:2rem;font-weight:700;color:#fff;font-feature-settings:"tnum"}.progress-container{width:100%;height:6px;background:var(--border);border-radius:10px;overflow:hidden}.progress-bar{height:100%;background:var(--primary);border-radius:10px}.queue-info{display:flex;align-items:center;justify-content:center;gap:6px;font-size:.875rem;color:var(--success)}.payments-visual{flex-grow:1;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;position:relative}.payment-card-float{width:140px;height:90px;background:linear-gradient(135deg,#333,#111);border-radius:10px;border:1px solid var(--border);position:relative;padding:1rem;box-shadow:0 10px 30px #0000004d}.card-chip{width:24px;height:18px;background:gold;border-radius:4px;margin-bottom:1rem}.card-lines{width:80%;height:8px;background:var(--border);border-radius:2px}.success-check{position:absolute;bottom:0;right:20px;background:#fff;border-radius:50%;padding:2px}.analytics-visual{flex-grow:1;display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1rem}.chart-container{display:flex;align-items:flex-end;gap:8px;height:60%;width:80%}.chart-bar{flex:1;background:#333;border-radius:4px 4px 0 0}.chart-bar.active{background:var(--primary)}.stats-row{display:flex;justify-content:space-around;width:100%;margin-top:1rem}.stat{display:flex;flex-direction:column;align-items:center}.stat .label{font-size:.75rem;color:var(--foreground-muted)}.stat .val{font-size:1rem;font-weight:700;color:#fff}@media (max-width: 768px){.ticketing-grid{grid-template-columns:1fr}.map-card,.speed-card,.wallet-card,.access-card,.heatmap-card,.analytics-card{grid-column:span 1}}@media (min-width: 1024px){.ticketing-grid{grid-template-columns:repeat(3,1fr)}.map-card{grid-column:span 2}.queue-card,.payments-card{grid-column:span 1}.analytics-card{grid-column:span 2}}.swipe-visual,.wallet-mini-visual,.scanner-visual-mini,.heatmap-visual-mini{flex:1;background:#0003;border-radius:8px;margin-bottom:1rem;position:relative;overflow:hidden;min-height:120px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border-subtle)}.swipe-container{width:80%;height:40px;background:#333;border-radius:20px;position:relative;overflow:hidden}.swipe-thumb{width:36px;height:36px;background:var(--primary);border-radius:50%;position:absolute;top:2px;left:2px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.swipe-text{position:absolute;right:15px;top:50%;transform:translateY(-50%);font-size:.75rem;color:#ffffff80}.wallet-card-stack{position:relative;width:60px;height:40px}.w-card{position:absolute;width:100%;height:100%;border-radius:6px}.w-1{background:#333;top:-5px;left:5px;transform:rotate(5deg)}.w-2{background:var(--primary);top:0;left:0}.phone-scanner-visual{flex:1;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;padding:1rem}.phone-frame{width:100px;height:160px;background:#1a1a1a;border:4px solid #333;border-radius:20px;position:relative;overflow:hidden;box-shadow:0 10px 20px #0000004d}.phone-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:40px;height:12px;background:#333;border-radius:0 0 8px 8px;z-index:10}.phone-screen{width:100%;height:100%;background:var(--background);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.qr-target{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.qr-icon-bg{color:#333;opacity:.5}.scan-laser{position:absolute;top:0;left:0;width:100%;height:2px;background:var(--primary);box-shadow:0 0 10px var(--primary);z-index:5}.scan-success-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#28c840e6;display:flex;align-items:center;justify-content:center;z-index:20;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.success-badge{display:flex;flex-direction:column;align-items:center;gap:8px}.success-text{color:#fff;font-weight:800;font-size:.875rem;letter-spacing:1px}.heat-dot{position:absolute;width:8px;height:8px;background:var(--primary);border-radius:50%;text-align:center}.custom-features-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:auto;padding:1rem 0}.feature-tag{font-size:.75rem;color:var(--foreground-muted);background:#ffffff0d;padding:4px 8px;border-radius:4px;border:1px solid var(--border)}.custom-bottom{display:flex;align-items:center;gap:8px;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.marketing-section{padding:var(--space-20) 0;border-top:1px solid var(--border);background:var(--background-subtle)}.marketing-grid{display:grid;grid-template-columns:1fr;gap:var(--space-6);margin-top:var(--space-16);width:100%}.bento-card{background:var(--glass-bg);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:all .3s var(--ease-out-expo)}.bento-card:hover{border-color:var(--border-hover);background:var(--glass-bg-strong);transform:translateY(-2px)}.bento-content{padding:var(--space-10);height:100%;display:flex;flex-direction:column;justify-content:space-between}.bento-header{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-6)}.bento-icon{color:var(--primary);flex-shrink:0}.bento-header h3{font-size:1.125rem;color:var(--foreground);font-weight:500;margin:0}.bento-desc{margin-top:auto;font-size:.9375rem;color:var(--foreground-muted);line-height:1.6}.email-preview{background:#ffffff08;border:1px solid var(--border);border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;flex-grow:1}.email-header{display:flex;gap:.5rem;font-size:.875rem;color:#fff;margin-bottom:1rem;border-bottom:1px solid var(--border);padding-bottom:.75rem}.label{color:var(--foreground-muted)}.typing-text{font-family:var(--font-mono)}.cursor{animation:blink 1s infinite;color:var(--primary)}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.email-body{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.skeleton-line{height:8px;background:var(--border-hover);border-radius:4px}.w-3\/4{width:75%}.w-full{width:100%}.w-1\/2{width:50%}.send-btn{background:var(--primary);color:#fff;border:none;padding:var(--space-2) var(--space-4);border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:var(--space-2);width:fit-content;transition:all .2s var(--ease-out-expo)}.send-btn:hover{background:var(--primary-hover);transform:translateY(-1px)}.send-btn.sent{background:var(--success)}.whatsapp-preview{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;flex-grow:1;justify-content:center}.chat-bubble{padding:.75rem 1rem;border-radius:12px;font-size:.875rem;max-width:80%}.chat-bubble.left{background:#ffffff14;color:var(--foreground);align-self:flex-start;border-bottom-left-radius:2px;border:1px solid var(--border)}.chat-bubble.right{background:#25d366;color:#000;align-self:flex-end;border-bottom-right-radius:2px;font-weight:500}.promoters-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;flex-grow:1}.promoter-row{display:flex;align-items:center;gap:1rem;background:#ffffff05;padding:.75rem;border-radius:8px;border:1px solid var(--border)}.rank{width:24px;height:24px;background:var(--border-hover);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#fff;font-weight:600}.promoter-info{flex-grow:1}.name{display:block;font-size:.875rem;color:#fff;margin-bottom:.25rem}.sales-bar-mini{height:4px;border-radius:2px}.sales-count{font-size:.875rem;color:var(--foreground-muted);font-family:var(--font-mono);font-weight:500}.team-goal-section{margin-bottom:1.5rem}.goal-header{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.875rem}.goal-label{color:var(--foreground-muted)}.goal-value{color:var(--primary);font-weight:600;font-family:var(--font-mono)}.goal-bar-bg{height:6px;background:var(--border);border-radius:3px;overflow:hidden}.goal-bar-fill{height:100%;background:var(--primary);border-radius:3px}.live-activity-section{margin-top:auto;padding-top:1rem;border-top:1px solid var(--border)}.activity-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--foreground-muted);margin-bottom:.75rem}.activity-feed{display:flex;flex-direction:column;gap:.5rem}.activity-item{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--foreground);padding:.5rem;background:#ffffff08;border-radius:6px}.activity-dot{width:6px;height:6px;background:var(--success);border-radius:50%;box-shadow:0 0 8px var(--success)}.activity-text{flex-grow:1}.activity-text b{color:#fff;font-weight:500}.activity-time{color:var(--foreground-muted);font-size:.75rem}.pixel-visual{display:flex;align-items:center;justify-content:center;height:160px;position:relative;margin-bottom:1.5rem}.pixel-node{width:50px;height:50px;border-radius:50%;background:var(--background);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.625rem;color:var(--foreground-muted);z-index:2}.pixel-node.center{width:60px;height:60px;background:var(--primary);color:#fff;border:none;position:relative}.pulse-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border-radius:50%;border:1px solid var(--primary);animation:ripple 2s infinite}.pulse-ring.delay-1{animation-delay:.5s}@keyframes ripple{0%{width:100%;height:100%;opacity:1}to{width:200%;height:200%;opacity:0}}.connection-line{position:absolute;height:2px;background:var(--primary-dim);top:50%;transform-origin:left}.line-1{left:50%;transform:rotate(-30deg)}.line-2{left:50%;transform:rotate(30deg)}.node-1{position:absolute;top:20px;right:20px}.node-2{position:absolute;bottom:20px;right:20px}.social-visual{flex-grow:1;display:flex;flex-direction:column;justify-content:center;margin-bottom:1.5rem;overflow:hidden}.review-stream{display:flex;flex-direction:column;gap:1rem}.review-bubble{display:flex;align-items:center;gap:.75rem;background:#ffffff0d;padding:.75rem 1rem;border-radius:100px;width:fit-content;border:1px solid var(--border)}.review-bubble.right{align-self:flex-end;flex-direction:row-reverse;background:var(--glass-bg-strong)}.avatar{width:24px;height:24px;border-radius:50%;background:var(--border)}.avatar.a1{background:gold}.avatar.a2{background:#ff69b4}.avatar.a3{background:#00ced1}.review-text{font-size:.8125rem;color:#fff;font-style:italic}.ads-visual{flex-grow:1;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.roas-meter{width:100px;height:120px;background:var(--background-subtle);border-radius:var(--radius-md);border:1px solid var(--border);display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:1rem;position:relative;overflow:hidden}.roas-label{position:absolute;top:1rem;font-size:.75rem;color:var(--foreground-muted);z-index:2}.roas-value{position:absolute;top:2.5rem;font-size:1.5rem;font-weight:700;color:#fff;z-index:2}.roas-chart{width:100%;background:linear-gradient(to top,var(--success),transparent);opacity:.5;display:flex;align-items:flex-end;justify-content:center;padding-bottom:.5rem}@media (min-width: 768px){.marketing-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr}.email-card{grid-column:1 / 3;grid-row:1;min-height:300px}.promoters-card{grid-column:3;grid-row:1 / 3;min-height:100%}.whatsapp-card{grid-column:1;grid-row:2;min-height:300px}.pixel-card{grid-column:2;grid-row:2;min-height:300px}.social-card{grid-column:1 / 3;grid-row:3;min-height:250px}.ads-card{grid-column:3;grid-row:3;min-height:250px}}.product-suite-section{padding:var(--space-20) 0;background:var(--background);border-top:1px solid var(--border)}.suite-content-stacked{display:flex;flex-direction:column;gap:8rem;margin-top:4rem}.suite-block{display:flex;flex-direction:column;gap:2rem}.block-header{text-align:center}.block-header h3{font-size:2rem;font-weight:600;color:#fff;margin-bottom:.5rem}.block-header p{font-size:1.125rem;color:var(--foreground-muted)}.suite-content{min-height:600px}.suite-grid-wrapper .ticketing-grid,.suite-grid-wrapper .marketing-grid,.suite-grid-wrapper .fan-grid{margin-top:0}@media (max-width: 768px){.suite-tabs{flex-direction:column;align-items:stretch;gap:.5rem}.suite-tab{text-align:center}}.management-section{padding:8rem 0;border-top:1px solid var(--border)}.section-header-linear{margin-bottom:6rem;max-width:700px}.section-title-small{font-size:.875rem;color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;font-weight:600}.section-desc-large{font-size:3rem;line-height:1.1;color:var(--foreground-muted);letter-spacing:-.03em}.management-grid{display:grid;grid-template-columns:1fr;gap:3rem}.management-col{display:flex;flex-direction:column;height:100%}.col-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.col-icon{color:var(--primary);opacity:.9}.col-header h3{font-size:1.5rem;color:#fff;font-weight:500;letter-spacing:-.01em}.management-col p{color:var(--foreground-muted);margin-bottom:2.5rem;line-height:1.6;font-size:1.0625rem}.visual-list,.visual-chat,.visual-toggles{background:linear-gradient(180deg,#ffffff08,#ffffff03);border:1px solid var(--border);border-radius:16px;padding:2rem;flex-grow:1;min-height:240px;display:flex;flex-direction:column;justify-content:center;box-shadow:inset 0 1px #ffffff0d}.list-item{display:flex;align-items:center;gap:1rem;color:var(--foreground-muted);margin-bottom:1rem;font-size:.9375rem;padding:.75rem;border-radius:8px;transition:background .2s}.list-item:hover{background:#ffffff08}.list-item.active{color:#fff;background:#ffffff0d;border:1px solid rgba(255,255,255,.05)}.dot{width:10px;height:10px;border-radius:50%;background:var(--border-hover);flex-shrink:0}.dot.active{background:#28c840;box-shadow:0 0 10px #28c84066}.chat-row{display:flex;gap:.75rem;margin-bottom:1rem;align-items:flex-end}.chat-row.right{justify-content:flex-end}.avatar{width:28px;height:28px;background:var(--border-hover);border-radius:50%;font-size:.75rem;display:flex;align-items:center;justify-content:center;color:#fff}.msg{background:#ffffff14;padding:.75rem 1rem;border-radius:12px 12px 12px 2px;font-size:.875rem;color:#fff;line-height:1.4}.chat-row.right .msg{border-radius:12px 12px 2px}.msg.primary{background:var(--primary);color:#fff;box-shadow:0 4px 12px #ef512233}.toggle-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;font-size:.9375rem;color:#fff;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.03)}.toggle-row:last-child{border-bottom:none;margin-bottom:0}.toggle{width:40px;height:24px;background:var(--border-hover);border-radius:100px;position:relative;transition:background .3s}.toggle.active{background:var(--primary)}.toggle:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;background:#fff;border-radius:50%;transition:transform .3s cubic-bezier(.2,.8,.2,1);box-shadow:0 2px 4px #0003}.toggle.active:after{transform:translate(16px)}@media (min-width: 1024px){.management-grid{grid-template-columns:repeat(3,1fr);gap:4rem;row-gap:6rem}}.stat-row-simple{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.9375rem;color:var(--foreground-muted);padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.03)}.payout-status{display:flex;align-items:center;gap:.5rem;margin-top:auto;font-size:.875rem;color:var(--success);background:#28c8401a;padding:.75rem;border-radius:8px}.integrations-section{padding:8rem 0;position:relative;overflow:hidden;width:100%}.integrations-header{text-align:center;margin-bottom:6rem;padding:0 var(--space-4)}.integrations-grid{position:relative;width:600px;height:600px;margin:0 auto;display:flex;justify-content:center;align-items:center}.center-piece{position:relative;z-index:2}.pases-logo-center{width:80px;height:80px;background:var(--background);border:1px solid rgba(255,255,255,.1);border-radius:24px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 40px #ef512233}.logo-icon-lg{width:40px;height:40px;background:var(--primary);border-radius:8px}.connection-lines{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;pointer-events:none}.connection-line{position:absolute;top:50%;left:50%;width:200px;height:2px;background:linear-gradient(90deg,rgba(255,255,255,.1),transparent);transform-origin:left center}.line-pulse{position:absolute;top:0;left:0;width:40px;height:100%;background:linear-gradient(90deg,transparent,var(--primary),transparent);animation:pulse-line 2s infinite linear}@keyframes pulse-line{0%{transform:translate(0)}to{transform:translate(200px)}}.integration-item{position:absolute;width:64px;height:64px}.integration-card{width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:16px;background:var(--background-card)}.integration-card .glow-card-content{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.item-0{top:50px;left:50%;transform:translate(-50%)}.item-1{top:150px;right:50px}.item-2{bottom:150px;right:50px}.item-3{bottom:50px;left:50%;transform:translate(-50%)}.item-4{bottom:150px;left:50px}.item-5{top:150px;left:50px}@media (max-width: 768px){.integrations-grid{width:100%;max-width:350px;height:350px;transform:none;margin:0 auto}.integrations-header{margin-bottom:3rem}.connection-line{width:120px}@keyframes pulse-line{0%{transform:translate(0)}to{transform:translate(120px)}}.item-0{top:0;left:50%;transform:translate(-50%)}.item-1{top:25%;right:0}.item-2{bottom:25%;right:0}.item-3{bottom:0;left:50%;transform:translate(-50%)}.item-4{bottom:25%;left:0}.item-5{top:25%;left:0}}.mascot-container{display:flex;justify-content:center;align-items:center;filter:drop-shadow(0 10px 20px rgba(239,81,34,.2))}.eye-glow{filter:drop-shadow(0 0 4px rgba(239,81,34,.8))}.boutique-section{padding:8rem 0;border-top:1px solid var(--border);background:var(--background-subtle);position:relative;overflow:hidden}.boutique-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}.boutique-label{font-size:.75rem;color:var(--primary);font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}.boutique-title{font-size:3rem;font-weight:500;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.03em}.boutique-desc{font-size:1.125rem;color:var(--foreground-muted);line-height:1.6;margin-bottom:1.5rem;max-width:540px}.boutique-desc strong{color:#fff;font-weight:500}.boutique-features{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.feature-item{display:flex;align-items:center;gap:.75rem;color:#fff;font-weight:400;font-size:.9375rem}.feature-icon{color:var(--primary);opacity:.8}.focus-scene{position:relative;height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center}.mascot-observer{position:relative;z-index:10;transform:scale(.9);filter:drop-shadow(0 10px 30px rgba(0,0,0,.5))}.attention-beam{position:absolute;top:50%;left:50%;transform:translate(-50%);width:200px;background:linear-gradient(to bottom,rgba(239,81,34,.15),transparent);clip-path:polygon(20% 0%,80% 0%,100% 100%,0% 100%);z-index:1;pointer-events:none}.vip-group{display:flex;gap:2rem;margin-top:2rem;position:relative;z-index:5}.vip-avatar{width:60px;height:60px;border-radius:50%;background:var(--glass-bg-strong);border:2px solid var(--primary);position:relative;display:flex;align-items:center;justify-content:center;box-shadow:0 0 15px #ef512233;overflow:hidden}.vip-avatar:before{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent)}.vip-avatar:after{content:"";width:24px;height:24px;background:#fff;border-radius:50%;opacity:.8}.vip-glow{position:absolute;width:100%;height:100%;border-radius:50%;background:radial-gradient(circle,rgba(239,81,34,.4) 0%,transparent 70%);opacity:0;transition:opacity .3s ease}.vip-avatar:hover .vip-glow{opacity:1}.vip-2{transform:translateY(20px)}@media (min-width: 768px){.boutique-grid{grid-template-columns:1fr 1fr}.boutique-title{font-size:4rem}.focus-scene{height:500px}}.pricing-section{padding:8rem 0;border-top:1px solid var(--border);background:var(--background-subtle)}.pricing-header{text-align:center;margin-bottom:4rem}.pricing-card-wrapper{max-width:480px;margin:0 auto;position:relative}.mascot-peeking{position:absolute;top:-60px;right:40px;z-index:0;transform:rotate(15deg);animation:peek 3s infinite ease-in-out}@keyframes peek{0%,to{transform:rotate(15deg) translateY(0)}50%{transform:rotate(10deg) translateY(-10px)}}.pricing-card{padding:3rem;background:linear-gradient(145deg,#1e1e26,#131317);border-radius:24px;text-align:center;position:relative;border:1px solid rgba(239,81,34,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1;box-shadow:0 8px 40px #00000080,0 0 100px #ef512214,0 1px #ffffff0a inset;margin-top:5rem}.pricing-badge{position:absolute;top:-20px;left:-30px;transform:rotate(-15deg);background:linear-gradient(135deg,#ef5122,#d4441c);color:#fff;font-size:.8rem;font-weight:700;padding:.35rem .9rem;border-radius:100px;text-transform:uppercase;letter-spacing:.06em;overflow:hidden;z-index:2;box-shadow:0 4px 16px #ef512266}.badge-shine{position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent);animation:shine-badge 3s infinite;transform:skew(-20deg)}@keyframes shine-badge{0%{left:-100%}20%{left:200%}to{left:200%}}.pricing-price{display:flex;align-items:baseline;justify-content:center;gap:.5rem;margin-bottom:1rem}.amount{font-size:4rem;font-weight:800;color:#fff;letter-spacing:-.04em;text-shadow:0 0 40px rgba(239,81,34,.25),0 0 80px rgba(239,81,34,.1)}.period{font-size:1.125rem;color:var(--foreground-muted)}.pricing-desc{color:var(--foreground-muted);font-size:1.125rem;margin-bottom:2.5rem}.pricing-features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem;text-align:left}.feature-row{display:flex;align-items:center;gap:.75rem;color:#fff;font-size:1rem}.check-icon{color:var(--primary);flex-shrink:0;filter:drop-shadow(0 0 5px rgba(239,81,34,.5))}.pricing-note{font-size:.8125rem;color:var(--foreground-muted);font-style:italic;margin-bottom:2rem}.testimonials-section{padding:8rem 0}.testimonials-header{text-align:center;margin-bottom:5rem}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.testimonial-card{padding:2rem;height:100%;display:flex;flex-direction:column;justify-content:space-between;background:#ffffff05}.testimonial-text{font-size:1.125rem;color:var(--foreground);margin-bottom:2rem;line-height:1.6}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:40px;height:40px;background:linear-gradient(135deg,var(--primary),#d4441c);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;color:#fff;font-size:1rem}.author-info{display:flex;flex-direction:column}.author-name{font-weight:600;font-size:.9375rem;color:#fff}.author-role{font-size:.8125rem;color:var(--foreground-muted)}@media (min-width: 768px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.footer{padding:6rem 0 4rem;background:var(--background);border-top:1px solid rgba(255,255,255,.06)}.footer-grid{display:grid;grid-template-columns:1fr;gap:4rem;margin-bottom:4rem}.brand-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.logo-icon-sm{width:16px;height:16px;background:var(--primary);border-radius:3px}.footer-brand .logo-text{font-size:1rem;color:#fff}.footer-desc{color:var(--foreground-muted);font-size:.9375rem;max-width:300px;margin-bottom:2rem}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.link-group h4{color:#fff;font-size:.875rem;font-weight:600;margin-bottom:1.25rem}.link-group a{display:block;color:var(--foreground-muted);font-size:.875rem;margin-bottom:.75rem;transition:color .2s ease}.link-group a:hover{color:#fff}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.05);display:flex;justify-content:space-between;align-items:center;color:var(--foreground-subtle);font-size:.8125rem}.social-links{display:flex;gap:1.5rem}.social-links a{color:var(--foreground-muted);font-size:.875rem;transition:color .2s ease}.social-links a:hover{color:#fff}@media (min-width: 768px){.footer-grid{grid-template-columns:1fr 2fr}.footer-links{grid-template-columns:repeat(3,1fr)}}.floating-cart-button{position:fixed;bottom:2rem;right:2rem;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#ef5122,#d94419);border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 24px #ef512266,0 0 #ef512200;z-index:999;transition:all .3s ease}.floating-cart-button:hover{box-shadow:0 6px 32px #ef512280,0 0 0 4px #ef512226}.cart-badge{position:absolute;top:-5px;right:-5px;background:#22c55e;color:#fff;font-size:.7rem;font-weight:700;min-width:22px;height:22px;border-radius:11px;display:flex;align-items:center;justify-content:center;padding:0 5px;border:2px solid var(--background);line-height:1}.cart-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:998}.cart-dropdown{position:fixed;bottom:100px;right:2rem;width:380px;max-height:520px;background:var(--background-elevated);border:1px solid rgba(255,255,255,.1);border-radius:16px;box-shadow:0 24px 64px #0009,0 0 0 1px #ffffff0d inset;z-index:999;display:flex;flex-direction:column;overflow:hidden}.cart-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.08)}.cart-header h3{font-size:1rem;font-weight:600;color:#fff;margin:0}.cart-close{background:none;border:none;color:#fff6;cursor:pointer;padding:.35rem;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.cart-close:hover{background:#ffffff14;color:#fff}.cart-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.cart-loading{display:flex;align-items:center;justify-content:center;padding:3rem}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 1.5rem;text-align:center;color:#ffffff80}.cart-empty p{margin:0}.cart-items{flex:1;overflow-y:auto;padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.cart-item{display:flex;gap:.75rem;padding:.75rem;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:10px;transition:all .2s ease}.cart-item:hover{background:#ffffff0d;border-color:#ffffff1a}.cart-item-info{flex:1;min-width:0}.cart-item-info h4{font-size:.875rem;font-weight:600;color:#fff;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.3}.cart-item-remove{background:none;border:none;color:#ffffff40;cursor:pointer;padding:.3rem;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.cart-item-remove:hover{background:#ef444426;color:#ef4444}.cart-footer{padding:1rem 1.25rem;border-top:1px solid rgba(255,255,255,.08);background:#ffffff05}.cart-items::-webkit-scrollbar{width:4px}.cart-items::-webkit-scrollbar-track{background:transparent}.cart-items::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.cart-items::-webkit-scrollbar-thumb:hover{background:#fff3}@media (max-width: 768px){.cart-dropdown{right:.75rem;left:.75rem;width:auto;bottom:84px;max-height:70vh}.floating-cart-button{bottom:1.25rem;right:1.25rem;width:52px;height:52px}}.app{position:relative;width:100%;min-height:100vh}
