:root{--background: #000000;--background-subtle: #0a0a0a;--foreground: #ffffff;--foreground-muted: #C4C4C7;--foreground-subtle: #71717A;--primary: #EF5122;--primary-hover: #ff6939;--primary-glow: rgba(239, 81, 34, .4);--primary-dim: rgba(239, 81, 34, .1);--success: #28c840;--success-glow: rgba(40, 200, 64, .4);--border: rgba(255, 255, 255, .1);--border-hover: rgba(255, 255, 255, .16);--border-strong: rgba(255, 255, 255, .2);--glass-bg: rgba(255, 255, 255, .03);--glass-bg-strong: rgba(255, 255, 255, .05);--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:3rem;font-weight:600;line-height:1.1;letter-spacing:-.02em;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.6;color:var(--foreground-muted)}.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.6;color:var(--foreground-muted);margin-bottom:var(--space-8)}.h-full{height:100%}.background-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden;background:#000}.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:var(--primary);color:#fff;box-shadow:0 4px 12px #ef51224d}.btn-primary:hover{background:#d4441c;box-shadow:0 6px 16px #ef512266}.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:#0a0a0a80;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);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:#050505cc;border-color:#ffffff1f;box-shadow:0 8px 32px #0006}.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}.desktop-links a:hover{color:#fff}.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}.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:#000;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:var(--glass-bg);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:border-color .3s ease}.glow-card:hover{border-color:var(--border-hover)}.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:3rem;line-height:1.1;font-weight:700;margin-bottom:1.25rem;letter-spacing:-.03em;color:#fff}.hero-subtitle{margin-bottom:.5rem}.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:3.5rem}}.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:#000;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:#000}.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:#000;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:#000;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:#0b0c10}.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:#0a0a0a;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:#0a0a0a}.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:#0a0a0acc;border-radius:24px;text-align:center;position:relative;border:1px solid rgba(239,81,34,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1;box-shadow:0 20px 50px #00000080;margin-top:5rem}.pricing-badge{position:absolute;top:-20px;left:-30px;transform:rotate(-15deg);background:var(--primary);color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:100px;text-transform:uppercase;letter-spacing:.05em;overflow:hidden;z-index:2}.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:700;color:#fff;letter-spacing:-.04em;text-shadow:0 0 30px rgba(239,81,34,.3)}.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:#000;border-top:1px solid rgba(255,255,255,.05)}.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:var(--primary)}.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(--gray-600);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)}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:var(--space-4);position:relative;width:100%}.auth-container{width:100%;max-width:1200px;position:relative;z-index:1}.auth-container-centered{width:100%;max-width:520px;margin:0 auto;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.auth-container-centered .auth-header,.auth-container-centered .auth-card-wrapper,.auth-container-centered .auth-features{width:100%}.auth-layout{display:flex;flex-direction:column;align-items:center;gap:var(--space-6)}.auth-mascot-container{display:flex;justify-content:center;margin-top:1.5rem}@media (min-width: 1024px){.auth-layout{flex-direction:row;align-items:center;justify-content:center;gap:4rem}.auth-card-wrapper{width:100%;max-width:480px;margin-bottom:0}.auth-mascot-container{margin-top:0;flex-shrink:0}}.auth-header{text-align:center;margin-bottom:var(--space-8)}.auth-logo{display:inline-flex;align-items:center;gap:var(--space-3);text-decoration:none;transition:transform .3s var(--ease-out-expo)}.auth-logo:hover{transform:scale(1.05)}.auth-logo .logo-text{font-size:1.5rem;font-weight:600;color:var(--foreground)}.auth-card-wrapper{margin-bottom:var(--space-6)}.auth-card{padding:var(--space-10)}.auth-card-header{text-align:center;margin-bottom:var(--space-8)}.auth-card-header h1{font-size:2rem;font-weight:600;color:var(--foreground);margin-bottom:var(--space-2)}.auth-card-header p{font-size:1rem;color:var(--foreground-muted)}.auth-form{display:flex;flex-direction:column;gap:var(--space-6)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4)}.form-group{display:flex;flex-direction:column;gap:var(--space-2)}.form-group label{display:flex;align-items:center;gap:var(--space-2);font-size:.875rem;font-weight:500;color:var(--foreground)}.form-group input{width:100%;padding:var(--space-3) var(--space-4);background:var(--glass-bg);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--foreground);font-size:1rem;transition:all .2s ease}.form-group input:focus{outline:none;border-color:var(--primary);background:var(--glass-bg-strong)}.form-group input::placeholder{color:var(--foreground-subtle)}.password-input-wrapper{position:relative}.password-input-wrapper input{padding-right:3rem}.password-toggle{position:absolute;right:var(--space-3);top:50%;transform:translateY(-50%);background:none;border:none;color:var(--foreground-subtle);cursor:pointer;padding:var(--space-2);display:flex;align-items:center;justify-content:center;transition:color .2s ease}.password-toggle:hover{color:var(--foreground)}.form-options{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);margin-top:calc(var(--space-6) * -1 + var(--space-2))}.checkbox-label{display:flex;align-items:center;gap:var(--space-2);font-size:.875rem;color:var(--foreground-muted);cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-label input[type=checkbox]{width:auto;accent-color:var(--primary);cursor:pointer}.terms-checkbox{align-items:flex-start}.terms-checkbox span{line-height:1.5}.forgot-link{font-size:.875rem;color:var(--primary);text-decoration:none;transition:color .2s ease}.forgot-link:hover{color:var(--primary-hover)}.auth-submit-btn{width:100%;margin-top:var(--space-2)}.loading-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-divider{position:relative;text-align:center;margin:var(--space-6) 0}.auth-divider:before{content:"";position:absolute;left:0;top:50%;width:100%;height:1px;background:var(--border)}.auth-divider span{position:relative;display:inline-block;padding:0 var(--space-4);background:var(--background);font-size:.875rem;color:var(--foreground-subtle)}.social-auth-buttons{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3)}.social-btn{display:flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);background:var(--glass-bg);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--foreground);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.social-btn:hover{background:var(--glass-bg-strong);border-color:var(--border-hover);transform:translateY(-1px)}.auth-footer{margin-top:var(--space-6);text-align:center}.auth-footer p{font-size:.875rem;color:var(--foreground-muted)}.auth-link{color:var(--primary);text-decoration:none;font-weight:500;transition:color .2s ease}.auth-link:hover{color:var(--primary-hover)}.auth-features{display:flex;align-items:center;justify-content:center;gap:var(--space-6);flex-wrap:wrap}.feature-item{display:flex;align-items:center;gap:var(--space-2);font-size:.875rem;color:var(--foreground-muted)}.feature-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:var(--radius-full);background:var(--success);color:#fff;font-size:.75rem;font-weight:600}@media (max-width: 640px){.auth-card{padding:var(--space-6)}.auth-card-header h1{font-size:1.5rem}.form-row{grid-template-columns:1fr}.form-options{flex-direction:column;align-items:flex-start;gap:var(--space-2)}.social-auth-buttons{grid-template-columns:1fr}.auth-features{flex-direction:column;gap:var(--space-3)}}.auth-error{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:var(--radius-md);color:#ef4444;font-size:.875rem}.auth-success{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);background:#28c8401a;border:1px solid rgba(40,200,64,.3);border-radius:var(--radius-md);color:var(--success);font-size:.875rem}.dashboard-layout{display:flex;min-height:100vh;background:var(--background)}.dashboard-sidebar{width:280px;background:var(--background-subtle);border-right:1px solid var(--border);display:flex;flex-direction:column;position:fixed;left:0;top:0;height:100vh;z-index:100}.sidebar-header{padding:var(--space-6);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.sidebar-logo{display:flex;align-items:center;gap:var(--space-3);text-decoration:none;transition:transform .2s ease}.sidebar-logo:hover{transform:scale(1.02)}.sidebar-logo .logo-text{font-size:1.25rem;font-weight:600;color:var(--foreground)}.sidebar-nav{flex:1;padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-1);overflow-y:auto}.nav-item{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);color:var(--foreground-muted);text-decoration:none;font-size:.9375rem;font-weight:500;transition:all .2s ease;position:relative}.nav-item:hover{background:var(--glass-bg);color:var(--foreground)}.nav-item.active{background:var(--glass-bg-strong);color:var(--foreground)}.nav-item.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:60%;background:var(--primary);border-radius:0 2px 2px 0}.sidebar-footer{padding:var(--space-4);border-top:1px solid var(--border)}.logout-btn{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);width:100%;background:none;border:none;border-radius:var(--radius-md);color:var(--foreground-muted);font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s ease}.logout-btn:hover{background:var(--glass-bg);color:var(--foreground)}.dashboard-main{flex:1;margin-left:280px;display:flex;flex-direction:column;min-height:100vh}.dashboard-header{height:72px;background:var(--background-subtle);border-bottom:1px solid var(--border);padding:0 var(--space-6);display:flex;align-items:center;gap:var(--space-6);position:sticky;top:0;z-index:50}.mobile-menu-toggle{display:none;background:none;border:none;color:var(--foreground);cursor:pointer;padding:var(--space-2)}.header-search{flex:1;max-width:500px;position:relative;display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--glass-bg);border:1px solid var(--border);border-radius:var(--radius-md)}.header-search svg{color:var(--foreground-subtle)}.header-search input{flex:1;background:none;border:none;color:var(--foreground);font-size:.9375rem;outline:none}.header-search input::placeholder{color:var(--foreground-subtle)}.header-actions{display:flex;align-items:center;gap:var(--space-4)}.header-icon-btn{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--glass-bg);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--foreground);cursor:pointer;transition:all .2s ease}.header-icon-btn:hover{background:var(--glass-bg-strong);border-color:var(--border-hover)}.notification-badge{position:absolute;top:-4px;right:-4px;width:18px;height:18px;background:var(--primary);color:#fff;font-size:.625rem;font-weight:600;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;border:2px solid var(--background-subtle)}.user-menu-wrapper{position:relative}.user-menu-btn{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-3);background:var(--glass-bg);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease}.user-menu-btn:hover{background:var(--glass-bg-strong);border-color:var(--border-hover)}.user-avatar{width:36px;height:36px;border-radius:var(--radius-full);background:var(--primary);display:flex;align-items:center;justify-content:center;color:#fff}.user-info{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.user-name{font-size:.875rem;font-weight:500;color:var(--foreground)}.user-email{font-size:.75rem;color:var(--foreground-subtle)}.menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150}.user-dropdown{position:absolute;top:calc(100% + var(--space-2));right:0;min-width:200px;background:var(--background-subtle);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-2);box-shadow:0 4px 20px #0000004d;z-index:200}.dropdown-item{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);width:100%;background:none;border:none;border-radius:var(--radius-sm);color:var(--foreground-muted);font-size:.875rem;font-weight:500;text-align:left;text-decoration:none;cursor:pointer;transition:all .2s ease}.dropdown-item:hover{background:var(--glass-bg);color:var(--foreground)}.dashboard-content{flex:1;padding:var(--space-8);overflow-y:auto}.mobile-sidebar,.mobile-overlay{display:none}@media (max-width: 1024px){.dashboard-sidebar{display:none}.dashboard-main{margin-left:0}.mobile-menu-toggle{display:block}.header-search{max-width:none}.user-info{display:none}.mobile-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:150}.mobile-sidebar{display:flex;width:280px;background:var(--background-subtle);border-right:1px solid var(--border);flex-direction:column;position:fixed;left:0;top:0;height:100vh;z-index:200}.mobile-close-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--foreground);cursor:pointer;padding:var(--space-2)}.dashboard-content{padding:var(--space-6) var(--space-4)}}@media (max-width: 640px){.dashboard-header{padding:0 var(--space-4);gap:var(--space-3)}.header-search{display:none}.header-actions{gap:var(--space-2)}.dashboard-content{padding:var(--space-4)}}.dashboard-page{width:100%;max-width:1400px;margin:0 auto}.page-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:var(--space-8);gap:var(--space-6)}.page-header h1{font-size:2rem;font-weight:600;color:var(--foreground);margin-bottom:var(--space-2)}.page-header p{font-size:1rem;color:var(--foreground-muted)}.page-actions{display:flex;gap:var(--space-3)}.btn-secondary{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);background:var(--glass-bg);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--foreground);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{background:var(--glass-bg-strong);border-color:var(--border-hover)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--space-6);margin-bottom:var(--space-8)}.stat-card,.metric-card{display:flex;align-items:center;gap:var(--space-4);padding:var(--space-6)}.stat-icon,.metric-icon{width:48px;height:48px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-content,.metric-content{flex:1;display:flex;flex-direction:column;gap:var(--space-1)}.stat-label,.metric-label{font-size:.875rem;color:var(--foreground-muted);font-weight:500}.stat-value-row,.metric-value-row{display:flex;align-items:center;gap:var(--space-3)}.stat-value,.metric-value{font-size:1.75rem;font-weight:600;color:var(--foreground)}.stat-change,.metric-change{display:flex;align-items:center;gap:var(--space-1);font-size:.875rem;font-weight:500;padding:var(--space-1) var(--space-2);border-radius:var(--radius-sm)}.stat-change.up,.metric-change.positive{color:var(--success);background:#28c8401a}.stat-change.down{color:#ef4444;background:#ef44441a}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:var(--space-6)}.dashboard-section{min-width:0}.card-content{padding:var(--space-6)}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-6)}.card-header h3{display:flex;align-items:center;gap:var(--space-2);font-size:1.125rem;font-weight:600;color:var(--foreground)}.view-all-link{font-size:.875rem;color:var(--primary);text-decoration:none;font-weight:500;transition:color .2s ease}.view-all-link:hover{color:var(--primary-hover)}.events-list{display:flex;flex-direction:column;gap:var(--space-4)}.event-item{display:flex;align-items:center;justify-content:space-between;padding:var(--space-4);background:var(--glass-bg);border:1px solid var(--border);border-radius:var(--radius-md);gap:var(--space-4);transition:all .2s ease}.event-item:hover{background:var(--glass-bg-strong);border-color:var(--border-hover)}.event-info{display:flex;flex-direction:column;gap:var(--space-1);flex:1}.event-name{font-size:.9375rem;font-weight:500;color:var(--foreground)}.event-date{display:flex;align-items:center;gap:var(--space-1);font-size:.8125rem;color:var(--foreground-subtle)}.event-stats{display:flex;align-items:center;gap:var(--space-3)}.event-sales{font-size:.9375rem;font-weight:600;color:var(--foreground)}.event-tickets{font-size:.8125rem;color:var(--foreground-muted)}.event-status{padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.event-status.active{background:#28c8401a;color:var(--success)}.event-status.upcoming{background:#3b82f61a;color:#3b82f6}.event-status.completed{background:#ffffff0d;color:var(--foreground-subtle)}.sales-list{display:flex;flex-direction:column;gap:var(--space-4)}.sale-item{display:flex;align-items:center;justify-content:space-between;padding:var(--space-4);background:var(--glass-bg);border:1px solid var(--border);border-radius:var(--radius-md);gap:var(--space-4);transition:all .2s ease}.sale-item:hover{background:var(--glass-bg-strong);border-color:var(--border-hover)}.sale-info{display:flex;flex-direction:column;gap:var(--space-1);flex:1}.sale-customer{font-size:.9375rem;font-weight:500;color:var(--foreground)}.sale-event{font-size:.8125rem;color:var(--foreground-subtle)}.sale-details{display:flex;flex-direction:column;align-items:flex-end;gap:var(--space-1)}.sale-amount{font-size:.9375rem;font-weight:600;color:var(--foreground)}.sale-time{display:flex;align-items:center;gap:var(--space-1);font-size:.75rem;color:var(--foreground-subtle)}.page-filters{display:flex;align-items:center;gap:var(--space-4);margin-bottom:var(--space-6);flex-wrap:wrap}.search-box{flex:1;min-width:300px;max-width:500px;display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--glass-bg);border:1px solid var(--border);border-radius:var(--radius-md)}.search-box svg{color:var(--foreground-subtle)}.search-box input{flex:1;background:none;border:none;color:var(--foreground);font-size:.9375rem;outline:none}.search-box input::placeholder{color:var(--foreground-subtle)}.filter-tabs{display:flex;gap:var(--space-2);flex-wrap:wrap}.filter-tab{padding:var(--space-2) var(--space-4);background:var(--glass-bg);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--foreground-muted);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.filter-tab:hover{background:var(--glass-bg-strong);border-color:var(--border-hover);color:var(--foreground)}.filter-tab.active{background:var(--primary-dim);border-color:var(--primary);color:var(--primary)}.events-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:var(--space-6)}.event-card{padding:var(--space-6);display:flex;flex-direction:column;gap:var(--space-4)}.event-card-header{display:flex;align-items:center;justify-content:space-between}.event-icon{width:56px;height:56px;border-radius:var(--radius-md);background:var(--glass-bg-strong);display:flex;align-items:center;justify-content:center;font-size:2rem}.event-menu-btn{background:none;border:none;color:var(--foreground-subtle);cursor:pointer;padding:var(--space-2);border-radius:var(--radius-sm);transition:all .2s ease}.event-menu-btn:hover{background:var(--glass-bg);color:var(--foreground)}.event-card-content{flex:1;display:flex;flex-direction:column;gap:var(--space-4)}.event-card-content h3{font-size:1.125rem;font-weight:600;color:var(--foreground)}.event-details{display:flex;flex-direction:column;gap:var(--space-2)}.detail-item{display:flex;align-items:center;gap:var(--space-2);font-size:.875rem;color:var(--foreground-muted)}.detail-item svg{color:var(--foreground-subtle)}.event-progress{display:flex;flex-direction:column;gap:var(--space-2)}.progress-header{display:flex;align-items:center;justify-content:space-between;font-size:.875rem}.progress-label{display:flex;align-items:center;gap:var(--space-2);color:var(--foreground-muted)}.progress-percentage{font-weight:600;color:var(--foreground)}.progress-bar{height:6px;background:var(--glass-bg);border-radius:var(--radius-full);overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,var(--primary),var(--primary-hover));border-radius:var(--radius-full);transition:width .4s ease}.event-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:var(--space-4);border-top:1px solid var(--border)}.event-revenue{display:flex;align-items:center;gap:var(--space-2);font-size:1rem;font-weight:600;color:var(--foreground)}.event-badge{padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.event-badge.active{background:#28c8401a;color:var(--success)}.event-badge.upcoming{background:#3b82f61a;color:#3b82f6}.event-badge.completed{background:#ffffff0d;color:var(--foreground-subtle)}.event-card-actions{display:flex;gap:var(--space-2);padding-top:var(--space-4);border-top:1px solid var(--border)}.action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);background:var(--glass-bg);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--foreground-muted);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.action-btn:hover{background:var(--glass-bg-strong);border-color:var(--border-hover);color:var(--foreground)}.action-btn.danger:hover{border-color:#ef4444;color:#ef4444;background:#ef44441a}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-20);text-align:center;gap:var(--space-4)}.empty-state svg{color:var(--foreground-subtle);opacity:.5}.empty-state h3{font-size:1.25rem;font-weight:600;color:var(--foreground)}.empty-state p{font-size:.9375rem;color:var(--foreground-muted);max-width:400px}.analytics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:var(--space-6)}.analytics-section{min-width:0}.chart-section{grid-column:1 / -1}.bar-chart{display:flex;align-items:flex-end;justify-content:space-around;gap:var(--space-3);height:200px;padding:var(--space-4) 0}.bar-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:var(--space-2)}.bar-wrapper{flex:1;width:100%;display:flex;align-items:flex-end;justify-content:center}.bar-fill{width:100%;max-width:48px;background:linear-gradient(180deg,var(--primary),var(--primary-hover));border-radius:var(--radius-sm) var(--radius-sm) 0 0;position:relative;display:flex;align-items:flex-start;justify-content:center;padding-top:var(--space-2)}.bar-value{font-size:.75rem;font-weight:600;color:#fff}.bar-label{font-size:.75rem;color:var(--foreground-muted);font-weight:500}.chart-total{font-size:.875rem;color:var(--foreground-muted)}.ranking-list{display:flex;flex-direction:column;gap:var(--space-4)}.ranking-item{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding:var(--space-4);background:var(--glass-bg);border:1px solid var(--border);border-radius:var(--radius-md);transition:all .2s ease}.ranking-item:hover{background:var(--glass-bg-strong);border-color:var(--border-hover)}.ranking-info{display:flex;align-items:center;gap:var(--space-3);flex:1}.ranking-number{width:32px;height:32px;border-radius:var(--radius-full);background:var(--primary-dim);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;flex-shrink:0}.ranking-details{display:flex;flex-direction:column;gap:var(--space-1)}.ranking-name{font-size:.9375rem;font-weight:500;color:var(--foreground)}.ranking-subtitle{font-size:.8125rem;color:var(--foreground-subtle)}.ranking-revenue{font-size:1rem;font-weight:600;color:var(--foreground)}.location-list{display:flex;flex-direction:column;gap:var(--space-4)}.location-item{display:flex;flex-direction:column;gap:var(--space-2)}.location-header{display:flex;align-items:center;justify-content:space-between}.location-name{font-size:.9375rem;font-weight:500;color:var(--foreground)}.location-value{font-size:.875rem;color:var(--foreground-muted)}.location-progress{height:8px;background:var(--glass-bg);border-radius:var(--radius-full);overflow:hidden}.location-fill{height:100%;background:linear-gradient(90deg,var(--primary),var(--primary-hover));border-radius:var(--radius-full)}.sales-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--space-6);margin-bottom:var(--space-8)}.summary-card{display:flex;align-items:center;gap:var(--space-4);padding:var(--space-6)}.summary-icon{width:56px;height:56px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}.summary-content{display:flex;flex-direction:column;gap:var(--space-1)}.summary-label{font-size:.875rem;color:var(--foreground-muted);font-weight:500}.summary-value{font-size:2rem;font-weight:600;color:var(--foreground)}.table-container{overflow-x:auto;padding:var(--space-6)}.sales-table{width:100%;border-collapse:collapse}.sales-table thead tr{border-bottom:1px solid var(--border)}.sales-table th{padding:var(--space-3) var(--space-4);text-align:left;font-size:.8125rem;font-weight:600;color:var(--foreground-muted);text-transform:uppercase;letter-spacing:.05em}.sales-table tbody tr{border-bottom:1px solid var(--border);transition:background .2s ease}.sales-table tbody tr:hover{background:var(--glass-bg)}.sales-table td{padding:var(--space-4);font-size:.875rem;color:var(--foreground-muted)}.sale-id{font-family:var(--font-mono);color:var(--foreground);font-weight:500}.customer-cell{display:flex;align-items:center;gap:var(--space-3)}.customer-avatar{width:40px;height:40px;border-radius:var(--radius-full);background:var(--glass-bg-strong);display:flex;align-items:center;justify-content:center;color:var(--foreground-subtle);flex-shrink:0}.customer-info{display:flex;flex-direction:column;gap:var(--space-1)}.customer-name{font-weight:500;color:var(--foreground)}.customer-email{font-size:.75rem;color:var(--foreground-subtle)}.event-name{color:var(--foreground)}.sale-amount{font-weight:600;color:var(--foreground)}.status-badge{display:inline-flex;align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);font-size:.75rem;font-weight:600}.status-badge.success{background:#28c8401a;color:var(--success)}.status-badge.warning{background:#f59e0b1a;color:#f59e0b}.status-badge.danger{background:#ef44441a;color:#ef4444}.settings-layout{display:grid;grid-template-columns:240px 1fr;gap:var(--space-8)}.settings-tabs{display:flex;flex-direction:column;gap:var(--space-1)}.settings-tab{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:none;border:none;border-radius:var(--radius-md);color:var(--foreground-muted);font-size:.9375rem;font-weight:500;text-align:left;cursor:pointer;transition:all .2s ease}.settings-tab:hover{background:var(--glass-bg);color:var(--foreground)}.settings-tab.active{background:var(--glass-bg-strong);color:var(--foreground)}.settings-content{min-width:0;display:flex;flex-direction:column;gap:var(--space-6)}.settings-section{padding:var(--space-8)}.settings-section h3{font-size:1.25rem;font-weight:600;color:var(--foreground);margin-bottom:var(--space-2)}.section-description{font-size:.9375rem;color:var(--foreground-muted);margin-bottom:var(--space-6)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-6)}.form-group.full-width{grid-column:1 / -1}.avatar-upload,.logo-upload{display:flex;align-items:center;gap:var(--space-6)}.avatar-preview,.logo-preview{width:80px;height:80px;border-radius:var(--radius-full);background:var(--glass-bg-strong);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--foreground-subtle);flex-shrink:0}.logo-preview{border-radius:var(--radius-md)}.avatar-actions,.logo-actions{display:flex;flex-direction:column;gap:var(--space-2)}.help-text{font-size:.8125rem;color:var(--foreground-subtle)}.payment-methods{display:flex;flex-direction:column;gap:var(--space-3);margin-bottom:var(--space-6)}.payment-method{display:flex;align-items:center;gap:var(--space-4);padding:var(--space-4);background:var(--glass-bg);border:1px solid var(--border);border-radius:var(--radius-md)}.payment-icon{width:48px;height:48px;border-radius:var(--radius-md);background:var(--glass-bg-strong);display:flex;align-items:center;justify-content:center;color:var(--foreground);flex-shrink:0}.payment-info{flex:1;display:flex;flex-direction:column;gap:var(--space-1)}.payment-name{font-size:.9375rem;font-weight:500;color:var(--foreground)}.payment-expiry{font-size:.8125rem;color:var(--foreground-subtle)}.payment-badge{padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);font-size:.75rem;font-weight:600}.payment-badge.primary{background:var(--primary-dim);color:var(--primary)}.add-payment-btn{width:fit-content}.plan-card{padding:var(--space-6);background:var(--glass-bg);border:1px solid var(--border);border-radius:var(--radius-md);display:flex;flex-direction:column;gap:var(--space-6)}.plan-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4)}.plan-header h4{font-size:1.125rem;font-weight:600;color:var(--foreground);margin-bottom:var(--space-1)}.plan-header p{font-size:.875rem;color:var(--foreground-muted)}.plan-price{font-size:2rem;font-weight:600;color:var(--foreground)}.plan-price span{font-size:1rem;color:var(--foreground-muted)}.plan-features{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-3)}.feature{font-size:.875rem;color:var(--foreground-muted)}.upgrade-btn{width:fit-content}.notifications-grid{display:flex;flex-direction:column;gap:var(--space-8)}.notification-group{display:flex;flex-direction:column;gap:var(--space-4)}.notification-group h4{font-size:1rem;font-weight:600;color:var(--foreground);margin-bottom:var(--space-2)}.notification-item{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding:var(--space-4);background:var(--glass-bg);border:1px solid var(--border);border-radius:var(--radius-md)}.notification-info{display:flex;flex-direction:column;gap:var(--space-1);flex:1}.notification-label{font-size:.9375rem;font-weight:500;color:var(--foreground)}.notification-desc{font-size:.8125rem;color:var(--foreground-subtle)}.toggle{position:relative;display:inline-block;width:48px;height:28px;flex-shrink:0}.toggle input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:var(--glass-bg);border:1px solid var(--border);border-radius:var(--radius-full);transition:all .3s ease}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:3px;background:var(--foreground-subtle);border-radius:var(--radius-full);transition:all .3s ease}.toggle input:checked+.toggle-slider{background:var(--primary);border-color:var(--primary)}.toggle input:checked+.toggle-slider:before{transform:translate(20px);background:#fff}.security-options{display:flex;flex-direction:column;gap:var(--space-4)}.security-item{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding:var(--space-6);background:var(--glass-bg);border:1px solid var(--border);border-radius:var(--radius-md)}.security-info{flex:1}.security-info h4{font-size:1rem;font-weight:600;color:var(--foreground);margin-bottom:var(--space-1)}.security-info p{font-size:.875rem;color:var(--foreground-muted)}.appearance-options{display:flex;flex-direction:column;gap:var(--space-8)}.appearance-item h4{font-size:1rem;font-weight:600;color:var(--foreground);margin-bottom:var(--space-4)}.theme-selector{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-4)}.theme-option{display:flex;flex-direction:column;align-items:center;gap:var(--space-3);padding:var(--space-4);background:var(--glass-bg);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease}.theme-option:hover{background:var(--glass-bg-strong);border-color:var(--border-hover)}.theme-option.active{border-color:var(--primary)}.theme-preview{width:80px;height:60px;border-radius:var(--radius-sm);border:1px solid var(--border)}.theme-preview.dark{background:#000}.theme-preview.light{background:#fff}.theme-preview.auto{background:linear-gradient(90deg,#000 50%,#fff 50%)}.color-selector{display:flex;gap:var(--space-3)}.color-option{width:48px;height:48px;border-radius:var(--radius-md);border:2px solid transparent;cursor:pointer;transition:all .2s ease}.color-option:hover{transform:scale(1.1)}.color-option.active{border-color:var(--foreground);box-shadow:0 0 0 2px var(--background)}@media (max-width: 1024px){.dashboard-grid,.analytics-grid{grid-template-columns:1fr}.chart-section{grid-column:1}.events-grid,.settings-layout{grid-template-columns:1fr}.settings-tabs{flex-direction:row;overflow-x:auto}}@media (max-width: 768px){.page-header{flex-direction:column;align-items:flex-start}.page-filters{flex-direction:column;align-items:stretch}.search-box{max-width:none}.stats-grid,.sales-summary,.form-grid,.plan-features,.theme-selector{grid-template-columns:1fr}.table-container{overflow-x:scroll}.sales-table{min-width:800px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:var(--space-6)}.modal-content{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-lg);max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #00000080}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-6);border-bottom:1px solid var(--border)}.modal-header h2{font-size:1.5rem;font-weight:600;color:var(--foreground);margin:0}.modal-close{background:none;border:none;color:var(--foreground-muted);cursor:pointer;padding:var(--space-2);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;transition:all .2s ease}.modal-close:hover{background:var(--glass-bg);color:var(--foreground)}.modal-form{padding:var(--space-6)}.modal-form .form-group{margin-bottom:var(--space-5)}.modal-form .form-group:last-child{margin-bottom:0}.modal-form label{display:block;color:var(--foreground);font-size:.875rem;font-weight:500;margin-bottom:var(--space-2)}.modal-form input,.modal-form textarea{width:100%;background:var(--glass-bg);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-3);color:var(--foreground);font-size:.9375rem;transition:all .2s ease}.modal-form input:focus,.modal-form textarea:focus{outline:none;border-color:var(--accent);background:var(--glass-bg-strong)}.modal-form textarea{resize:vertical;font-family:inherit}.modal-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4)}.modal-actions{display:flex;gap:var(--space-3);justify-content:flex-end;margin-top:var(--space-6);padding-top:var(--space-6);border-top:1px solid var(--border)}@media (max-width: 640px){.modal-overlay{padding:var(--space-4)}.modal-content{max-height:95vh}.modal-header,.modal-form{padding:var(--space-4)}.modal-form .form-row{grid-template-columns:1fr}.modal-actions{flex-direction:column-reverse}.modal-actions button{width:100%}}.role-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:var(--radius-sm);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.role-badge.admin{background:#ef512226;color:#ef5122;border:1px solid rgba(239,81,34,.3)}.role-badge.organizer{background:#3b82f626;color:#3b82f6;border:1px solid rgba(59,130,246,.3)}.role-badge.client{background:#a8a29e26;color:#a8a29e;border:1px solid rgba(168,162,158,.3)}.pase-info-box{margin-top:1rem;padding:1rem;background:#ef51221a;border-radius:8px;border:1px solid rgba(239,81,34,.3)}.floating-cart-button{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,var(--accent) 0%,#d94419 100%);border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 20px #ef512266;z-index:999;transition:all .3s ease}.floating-cart-button:hover{box-shadow:0 6px 30px #ef512299}.cart-badge{position:absolute;top:-4px;right:-4px;background:#28c840;color:#fff;font-size:.75rem;font-weight:600;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 6px;border:2px solid var(--background)}.cart-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:998}.cart-dropdown{position:fixed;bottom:100px;right:2rem;width:400px;max-height:600px;background:var(--background);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 20px 60px #00000080;z-index:999;display:flex;flex-direction:column;overflow:hidden}.cart-header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--border)}.cart-header h3{font-size:1.25rem;font-weight:600;color:var(--foreground);margin:0}.cart-close{background:none;border:none;color:var(--foreground-muted);cursor:pointer;padding:var(--space-2);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;transition:all .2s ease}.cart-close:hover{background:var(--glass-bg);color:var(--foreground)}.cart-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.cart-loading{display:flex;align-items:center;justify-content:center;padding:var(--space-8)}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-8);text-align:center;color:var(--foreground-muted)}.cart-empty svg{opacity:.3;margin-bottom:var(--space-4)}.cart-empty p{margin:0;font-size:.9375rem}.cart-items{flex:1;overflow-y:auto;padding:var(--space-4) var(--space-5);display:flex;flex-direction:column;gap:var(--space-3)}.cart-item{display:flex;gap:var(--space-3);padding:var(--space-3);background:var(--glass-bg);border:1px solid var(--border);border-radius:var(--radius-md);transition:all .2s ease}.cart-item:hover{background:var(--glass-bg-strong);border-color:var(--border-hover)}.cart-item-info{flex:1;min-width:0}.cart-item-info h4{font-size:.9375rem;font-weight:500;color:var(--foreground);margin:0 0 var(--space-1) 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-item-details{font-size:.8125rem;color:var(--foreground-muted);margin:0}.cart-item-actions{display:flex;align-items:center;gap:var(--space-3)}.cart-item-price{font-size:.9375rem;font-weight:600;color:var(--foreground);white-space:nowrap}.cart-item-remove{background:none;border:none;color:var(--foreground-muted);cursor:pointer;padding:var(--space-2);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;transition:all .2s ease}.cart-item-remove:hover{background:#ef44441a;color:#ef4444}.cart-footer{padding:var(--space-4) var(--space-5);border-top:1px solid var(--border);display:flex;flex-direction:column;gap:var(--space-4)}.cart-total{display:flex;align-items:center;justify-content:space-between;font-size:1rem;font-weight:600;color:var(--foreground)}.cart-total-amount{font-size:1.25rem;color:var(--accent)}.cart-items::-webkit-scrollbar{width:6px}.cart-items::-webkit-scrollbar-track{background:transparent}.cart-items::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.cart-items::-webkit-scrollbar-thumb:hover{background:var(--border-hover)}@media (max-width: 768px){.cart-dropdown{right:1rem;left:1rem;width:auto;bottom:90px}.floating-cart-button{bottom:1.5rem;right:1.5rem;width:56px;height:56px}}.app{position:relative;width:100%;min-height:100vh}
