@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;900&display=swap";.toast-container{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:10px;pointer-events:none}.toast{display:flex;align-items:center;gap:12px;padding:14px 20px;border-radius:12px;background:#1e1e28f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-size:.95rem;font-weight:500;box-shadow:0 8px 32px #0000004d;animation:slideIn .3s ease-out;pointer-events:auto;max-width:350px}.toast-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0}.toast-success .toast-icon{background:linear-gradient(135deg,#22c55e,#16a34a)}.toast-error .toast-icon{background:linear-gradient(135deg,#ef4444,#dc2626)}.toast-warning .toast-icon{background:linear-gradient(135deg,#f59e0b,#d97706)}.toast-info .toast-icon{background:linear-gradient(135deg,#3b82f6,#2563eb)}.toast-message{flex:1;line-height:1.4}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 480px){.toast-container{left:10px;right:10px;top:10px}.toast{max-width:none}}body{margin:0;font-family:Inter,sans-serif;background-color:#0f172a;color:#f8fafc;overflow-x:hidden}.landing-page-wrapper{width:100%;min-height:100vh;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.landing-nav{display:flex;justify-content:space-between;align-items:center;padding:20px 0;position:absolute;top:0;left:0;right:0;z-index:10}.nav-brand{font-size:1.5rem;font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:-1px}.nav-brand span{color:#e91e63}.nav-links button{background:transparent;border:none;color:#cbd5e1;font-weight:600;margin-left:20px;cursor:pointer;transition:color .2s}.nav-links button:hover{color:#fff}.nav-btn-highlight{background:#ffffff1a!important;padding:8px 16px;border-radius:20px;color:#fff!important}.hero-section{min-height:90vh;display:flex;align-items:center;position:relative;background:radial-gradient(circle at top right,#331d2c,#0f172a 60%);padding-top:80px}.hero-content{flex:1;padding-right:40px}.hero-tag{background:#e91e6333;color:#fca5a5;padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px;display:inline-block}.hero-title{font-size:3.5rem;font-weight:900;line-height:1.1;margin-bottom:20px;background:linear-gradient(to right,#fff,#cbd5e1);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-title span{background:linear-gradient(to right,#e91e63,#f43f5e);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:1.25rem;color:#94a3b8;line-height:1.6;margin-bottom:40px;max-width:500px}.hero-buttons{display:flex;gap:15px}.btn-cta{padding:16px 32px;background:linear-gradient(135deg,#e91e63,#be185d);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;box-shadow:0 10px 25px -5px #e91e6380;transition:transform .2s,box-shadow .2s}.btn-cta:hover{transform:translateY(-2px);box-shadow:0 15px 30px -5px #e91e6399}.btn-outline{padding:16px 32px;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .2s}.btn-outline:hover{background:#ffffff0d}.hero-image{flex:1;display:flex;justify-content:center;position:relative}.mockup-card{background:linear-gradient(145deg,#1e293b,#0f172a);border:1px solid #334155;border-radius:20px;padding:20px;width:350px;height:480px;box-shadow:0 25px 50px -12px #00000080;display:flex;align-items:center;justify-content:center;color:#475569;font-weight:700;transform:rotate(-3deg)}.features-section{padding:100px 0;background:#0b1120}.section-title{text-align:center;font-size:2.5rem;font-weight:800;margin-bottom:60px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.feature-card{background:#1e293b;padding:30px;border-radius:12px;border:1px solid #334155;transition:transform .3s}.feature-card:hover{transform:translateY(-5px);border-color:#e91e63}.feature-icon{font-size:2rem;margin-bottom:20px;display:inline-block;padding:12px;background:#e91e631a;border-radius:12px;color:#e91e63}.feature-card h3{margin:0 0 10px;font-size:1.25rem}.feature-card p{color:#94a3b8;line-height:1.6;margin:0}.auth-section{padding:80px 0;background:radial-gradient(circle at center,#1e293b,#0f172a);display:flex;justify-content:center}.auth-container{width:100%;max-width:500px}.card-form{background:#0f172acc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:2.5rem;border-radius:16px;border:1px solid rgba(255,255,255,.1);box-shadow:0 25px 50px -12px #00000080}.tabs{display:flex;gap:10px;margin-bottom:2rem;background:#0f172a;padding:4px;border-radius:8px}.tab-btn{flex:1;padding:10px;background:transparent;border:none;color:#64748b;font-weight:600;cursor:pointer;border-radius:6px}.tab-btn.active{background:#1e293b;color:#fff;box-shadow:0 1px 2px #0003}.input-label{display:block;margin-bottom:.5rem;color:#94a3b8;font-size:.875rem;font-weight:500}.input-field{width:100%;padding:12px;background:#0f172a;border:1px solid #334155;border-radius:8px;color:#fff;margin-bottom:1rem;box-sizing:border-box}.input-field:focus{border-color:#e91e63;outline:none}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.status-valid{color:#4caf50;font-size:.8rem}.status-invalid{color:#f43f5e;font-size:.8rem}.terms-box{background:#0f172a;padding:1rem;border-radius:8px;margin-top:1rem;border:1px solid #334155}@media (max-width: 768px){.hero-section{flex-direction:column;text-align:center;padding-top:100px}.hero-content{padding-right:0;margin-bottom:50px}.hero-buttons{justify-content:center}.hero-title{font-size:2.5rem}.mockup-card{width:90%;height:300px;transform:none;margin:0 auto}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}.modal-card{background:#1e293b;padding:2rem;border-radius:12px;width:90%;max-width:400px;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.close-btn{background:transparent;border:none;color:#94a3b8;font-size:1.5rem;cursor:pointer;padding:0;line-height:1}.close-btn:hover{color:#fff}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.player-mockup{background:#0f172a!important;padding:1.5rem!important;border:1px solid #334155}small{font-size:.8rem}.player-mockup-container{background:#0f172a!important;padding:0!important;display:flex!important;overflow:hidden;position:relative;border:1px solid #334155;flex-direction:row!important;align-items:stretch!important}.mockup-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;background:radial-gradient(circle at center,#1e293b,#020617);position:relative}.mockup-logo-area{text-align:center;margin-bottom:20px}.mockup-music-note{font-size:2.5rem;display:block;margin-bottom:5px;filter:drop-shadow(0 0 10px rgba(168,85,247,.5))}.mockup-brand{font-size:1.8rem;margin:0;font-weight:800;background:linear-gradient(to right,#fbbf24,#a855f7);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.mockup-venue-name{color:#cbd5e1;font-size:.9rem;margin-top:5px;font-weight:500}.mockup-qr-area{background:#fff;padding:10px;border-radius:12px;margin-bottom:20px;box-shadow:0 0 20px #00000080}.mockup-qr-placeholder{width:140px;height:140px;display:flex;align-items:center;justify-content:center}.qr-matrix{display:grid;grid-template-columns:repeat(8,1fr);width:100%;height:100%;gap:2px}.qr-dot{background:#000;border-radius:2px}.mockup-instruction{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px 16px;border-radius:20px;color:#e2e8f0;font-size:.8rem;display:flex;align-items:center;border:1px solid rgba(255,255,255,.05)}.phone-icon{margin-right:8px;font-size:1rem}.mockup-sidebar{width:250px;background:#0f172a;border-left:1px solid #1e293b;padding:15px;display:flex;flex-direction:column}.sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.sidebar-title{color:#fff;font-weight:700;font-size:.9rem;display:flex;align-items:center;gap:5px}.badge-connected{background:#064e3b;color:#34d399;font-size:.6rem;padding:2px 8px;border-radius:10px;border:1px solid #059669}.sidebar-list{flex:1}.sidebar-empty{color:#64748b;font-size:.8rem;margin-top:10px}@media (max-width: 768px){.landing-nav{flex-direction:column;gap:15px;padding:15px;background:#0f172af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-links{width:100%;display:flex;justify-content:center;flex-wrap:wrap;gap:10px}.nav-links button{margin:0;font-size:.9rem}.hero-section{flex-direction:column;text-align:center;padding-top:140px}.hero-content{padding-right:0;margin-bottom:50px}.hero-title{font-size:2rem;line-height:1.2}.hero-subtitle{font-size:1rem;margin-bottom:30px}.hero-buttons{justify-content:center;flex-direction:column;gap:10px}.btn-cta,.btn-outline{width:100%;box-sizing:border-box}.mockup-card{width:100%;max-width:100%;height:auto;transform:none;margin:0 auto}.player-mockup-container{flex-direction:row!important;align-items:stretch!important;aspect-ratio:16/9;width:100%;min-height:200px}.mockup-main{padding:10px}.mockup-music-note{font-size:1.5rem;margin-bottom:2px}.mockup-brand{font-size:1rem}.mockup-venue-name{font-size:.6rem}.mockup-qr-area{padding:5px;margin-bottom:10px;border-radius:6px}.mockup-qr-placeholder{width:60px;height:60px}.mockup-instruction{padding:4px 8px;font-size:.5rem}.phone-icon{font-size:.7rem;margin-right:4px}.mockup-sidebar{width:30%;min-width:80px;padding:8px;border-top:none;border-left:1px solid #1e293b}.sidebar-header{margin-bottom:10px;flex-direction:column;align-items:flex-start;gap:2px}.sidebar-title{font-size:.6rem}.badge-connected{font-size:.4rem;padding:1px 4px}.sidebar-empty{font-size:.5rem;margin-top:5px}.auth-section{padding:40px 0}.card-form{padding:1.5rem}}.form-divider{border:0;border-top:1px solid #334155;margin:2rem 0}.logo-upload-box{margin-bottom:1.5rem}.logo-file-input{display:none}.logo-upload-label{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;border:2px dashed #334155;border-radius:12px;background:#0f172a80;cursor:pointer;transition:all .2s;text-align:center;color:#94a3b8}.logo-upload-label:hover{border-color:#e91e63;background:#e91e630d;color:#fff}.upload-icon{font-size:2rem;margin-bottom:.5rem}.logo-preview{display:flex;flex-direction:column;align-items:center;color:#4caf50;font-weight:600}.slug-input-group{display:flex;align-items:center;background:#0f172a;border:1px solid #334155;border-radius:8px;margin-bottom:5px;overflow:hidden}.slug-input-group:focus-within{border-color:#e91e63}.slug-prefix{padding:12px 15px;background:#1e293b;color:#94a3b8;font-size:.9rem;font-weight:500;-webkit-user-select:none;user-select:none}.slug-input{flex:1;background:transparent;border:none;padding:12px;color:#fff;font-size:.9rem;outline:none}.slug-input::placeholder{color:#475569}.terms-link{color:#e91e63;text-decoration:underline;transition:color .2s}.terms-link:hover{color:#f43f5e}.terms-section{padding:120px 20px 60px;min-height:100vh}.terms-container{max-width:800px;margin:0 auto;background:#0f172acc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:3rem;border-radius:16px;border:1px solid rgba(255,255,255,.1);box-shadow:0 25px 50px -12px #00000080}.terms-header{text-align:center;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #334155}.terms-header h1{font-size:1.8rem;font-weight:800;background:linear-gradient(to right,#e91e63,#f43f5e);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:0 0 .5rem}.terms-update{color:#64748b;font-size:.9rem;margin:0}.terms-intro{background:#1e293b;padding:1.5rem;border-radius:12px;margin-bottom:2rem;border-left:4px solid #e91e63}.terms-intro p{margin:0;color:#cbd5e1;line-height:1.7}.terms-article{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #1e293b}.terms-article:last-of-type{border-bottom:none}.terms-article h2{font-size:1.2rem;color:#f8fafc;margin:0 0 1rem;font-weight:700}.terms-article p{color:#94a3b8;line-height:1.7;margin:0 0 .75rem}.terms-article ul{list-style:none;padding:0;margin:1rem 0}.terms-article li{color:#94a3b8;line-height:1.7;padding:.75rem 1rem;margin-bottom:.5rem;background:#1e293b80;border-radius:8px;border-left:3px solid #6366f1}.terms-important{background:#ef44441a;padding:1.5rem;border-radius:12px;border:1px solid rgba(239,68,68,.3)}.terms-important h2{color:#fca5a5}.terms-footer{text-align:center;margin-top:2.5rem;padding-top:2rem;border-top:1px solid #334155}@media (max-width: 768px){.terms-container{padding:1.5rem}.terms-header h1{font-size:1.3rem}.terms-article h2{font-size:1.1rem}}.btn-primary{width:100%;padding:16px;background:linear-gradient(135deg,#e91e63,#be185d);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 10px 25px -5px #e91e6366;transition:transform .2s,box-shadow .2s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 15px 30px -5px #e91e6380}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary{width:100%;padding:16px;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,border-color .2s}.btn-secondary:hover{background:#ffffff0d;border-color:#ffffff4d}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#1a1a1a;color:#fff}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}input,button{font-family:inherit}
