@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap";:root{--bg-color:#0f172a;--bg-gradient:linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);--glass-bg:#1e293b66;--glass-border:#ffffff1a;--accent-color:#00e58f;--accent-hover:#33eba5;--text-primary:#f8fafc;--text-secondary:#94a3b8;--danger-color:#ef4444}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-gradient);color:var(--text-primary);min-height:100vh;font-family:Inter,sans-serif}.saas-layout{color:#f8fafc;background:#09090b;width:100vw;height:100vh;display:flex;overflow:hidden}.saas-sidebar{background:#ffffff05;border-right:1px solid #ffffff0d;flex-direction:column;width:280px;padding:2rem 1.5rem;display:flex}.sidebar-logo{margin-bottom:3rem;padding-left:.5rem;font-size:1.5rem;font-weight:800}.sidebar-logo span{color:#00e58f}.sidebar-menu{flex-direction:column;flex:1;gap:.5rem;display:flex}.sidebar-item{color:#a1a1aa;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:1rem;padding:1rem;font-size:1rem;font-weight:500;transition:all .2s;display:flex}.sidebar-item:hover{color:#fff;background:#ffffff0d}.sidebar-item.active{color:#00e58f;background:#00e58f1a;border-right:3px solid #00e58f}.sidebar-item.danger{color:#ff7b72;margin-top:auto}.sidebar-item.danger:hover{background:#ef44441a}.saas-content{flex:1;padding:3rem 4rem;position:relative;overflow-y:auto}.saas-header{margin-bottom:3rem}.saas-header h1{margin-bottom:.5rem;font-size:2rem}.saas-header p{color:#a1a1aa}.saas-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;margin-bottom:2rem;padding:2rem}.subscription-status{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.sub-badge{color:#00e58f;background:#00e58f1a;border:1px solid #00e58f33;border-radius:999px;padding:.5rem 1rem;font-size:.9rem;font-weight:600}.sub-timer{text-align:center;background:#ffffff0d;border-radius:12px;margin-bottom:2rem;padding:1rem 1.5rem}.sub-timer span{color:#fff;font-family:monospace;font-size:1.5rem;font-weight:800}.payment-methods{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.btn-pix{color:#fff;cursor:pointer;background:#32bcad;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-weight:600;display:flex}.btn-paypal{color:#fff;cursor:pointer;background:#003087;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-weight:600;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-page{background:#09090b;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:2rem;display:flex}.auth-split{background:#ffffff05;border:1px solid #ffffff0d;border-radius:24px;width:100%;max-width:1100px;min-height:600px;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.auth-info{background:radial-gradient(circle at 0 0,#00e58f1a,#0000 70%);flex-direction:column;flex:1;padding:4rem;display:flex}.auth-logo{color:#fff;margin-bottom:4rem;font-size:1.5rem;font-weight:800;text-decoration:none;display:inline-block}.auth-logo span{color:#00e58f}.auth-instructions h2{color:#fff;margin-bottom:1rem;font-size:2.5rem}.auth-instructions p{color:#a1a1aa;margin-bottom:3rem;font-size:1.1rem;line-height:1.6}.info-card{background:#ffffff08;border:1px solid #ffffff05;border-radius:16px;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;display:flex}.info-icon{background:#00e58f1a;border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;font-size:2rem;display:flex}.info-card h4{color:#fff;margin-bottom:.5rem;font-size:1.1rem}.info-card p{color:#8b949e;margin-bottom:0;font-size:.95rem}.auth-form-container{background:#0d0d12;flex:1;justify-content:center;align-items:center;padding:4rem;display:flex}.auth-form-box{width:100%;max-width:400px}.auth-form-box h2{color:#fff;margin-bottom:.5rem;font-size:2rem}.auth-subtitle{color:#8b949e;margin-bottom:2rem}.auth-error{color:#ff7b72;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.input-group{margin-bottom:1.5rem}.input-group label{color:#c9d1d9;margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.input-group input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;width:100%;padding:1rem;font-family:inherit;font-size:1rem;transition:all .2s}.input-group input:focus{background:#00e58f0d;border-color:#00e58f;outline:none}.auth-link{text-align:center;color:#8b949e;margin-top:2rem}.auth-link a{color:#00e58f;font-weight:600;text-decoration:none}.auth-link a:hover{text-decoration:underline}@media (width<=768px){.auth-split{flex-direction:column}.auth-info,.auth-form-container{padding:2rem}}.landing-page{color:#f8fafc;background:#09090b;width:100%;min-height:100vh;font-family:Inter,sans-serif;overflow-x:hidden}.navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;background:#09090be6;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.5rem 5%;display:flex;position:sticky;top:0}.nav-logo{font-size:1.5rem;font-weight:800}.nav-logo span{color:#00e58f}.nav-links{gap:2rem;display:flex}.nav-links a{color:#a1a1aa;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:#fff}.nav-actions{gap:1rem;display:flex}.btn-login{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem 1.5rem;font-weight:600}.btn-login:hover{background:#ffffff1a}.btn-signup{color:#000;cursor:pointer;background:#fff;border:none;border-radius:8px;padding:.5rem 1.5rem;font-weight:600}.btn-signup:hover{background:#e4e4e7}.hero-section{text-align:center;background:radial-gradient(circle at 50% 0,#00e58f26 0%,#09090b 50%);padding:6rem 5% 8rem}.hero-content{max-width:800px;margin:0 auto}.hero-content h1{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.1}.highlight{color:#00e58f}.hero-content p{color:#a1a1aa;margin-bottom:3rem;font-size:1.25rem;line-height:1.6}.hero-buttons{justify-content:center;gap:1rem;display:flex}.btn-primary-large{color:#000;cursor:pointer;background:#00e58f;border:none;border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:700;transition:transform .2s}.btn-primary-large:hover{transform:translateY(-2px);box-shadow:0 10px 20px #00e58f33}.btn-secondary-large{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:600}.btn-secondary-large:hover{background:#ffffff1a}section{padding:5rem 5%}section h2{text-align:center;margin-bottom:1rem;font-size:2.5rem}section>p{text-align:center;color:#a1a1aa;margin-bottom:4rem;font-size:1.1rem}.steps-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.step-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;padding:2rem;position:relative}.step-number{color:#ffffff0d;font-size:4rem;font-weight:900;position:absolute;top:10px;right:20px}.step-card h3{color:#fff;margin-bottom:1rem;font-size:1.5rem}.step-card p{color:#a1a1aa;line-height:1.6}.games-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.game-card{background:#18181b;border:1px solid #ffffff0d;border-radius:16px;overflow:hidden}.game-card img{object-fit:cover;width:100%;height:200px}.game-info{padding:1.5rem}.game-info h3{margin:0 0 .5rem}.game-info p{color:#a1a1aa;margin:0}.pricing-grid{justify-content:center;align-items:center;gap:2rem;max-width:1000px;margin:0 auto;display:flex}.price-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:24px;flex:1;max-width:400px;padding:3rem 2rem}.price-card.popular{background:#00e58f05;border:1px solid #00e58f;position:relative;transform:scale(1.05);box-shadow:0 0 40px #00e58f1a}.badge{color:#000;letter-spacing:.05em;background:#00e58f;border-radius:999px;padding:4px 12px;font-size:.75rem;font-weight:800;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.price-card h3{margin-bottom:1rem;font-size:1.5rem}.price{margin-bottom:1rem;font-size:3rem;font-weight:800}.price span{color:#a1a1aa;font-size:1rem;font-weight:500}.price-card ul{margin:2rem 0;padding:0;list-style:none}.price-card li{color:#d4d4d8;align-items:center;margin-bottom:1rem;display:flex}.btn-plan-ghost{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:8px;width:100%;padding:1rem;font-weight:600}.btn-plan-primary{color:#000;cursor:pointer;background:#00e58f;border:none;border-radius:8px;width:100%;padding:1rem;font-weight:600}.faq-container{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid #ffffff1a}.faq-question{cursor:pointer;justify-content:space-between;padding:1.5rem 0;font-size:1.25rem;font-weight:600;display:flex}.faq-answer{color:#a1a1aa;max-height:0;line-height:1.6;transition:max-height .3s;overflow:hidden}.faq-item.open .faq-answer{max-height:200px;padding-bottom:1.5rem}footer{border-top:1px solid #ffffff1a;padding:3rem 5%}.footer-content{justify-content:space-between;max-width:1200px;margin:0 auto;display:flex}.footer-brand{font-size:1.25rem;font-weight:800}.footer-brand p{color:#64748b;margin-top:.5rem;font-size:.9rem;font-weight:400}.footer-links a{color:#a1a1aa;margin-left:2rem;font-size:.95rem;text-decoration:none}.footer-links a:hover{color:#fff}header{text-align:center;margin-bottom:2.5rem}header h1{color:#00e58f;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}header p{color:var(--text-secondary);font-size:1.1rem}.config-section{background:#0f172a66;border:1px solid #00e58f33;border-radius:16px;margin-bottom:2rem;padding:1.5rem}.username-input-group label{color:var(--text-primary);margin-bottom:.75rem;font-size:.95rem;font-weight:600;display:block}.username-wrapper{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:center;transition:all .2s;display:flex;overflow:hidden}.username-wrapper:focus-within{border-color:var(--accent-color);box-shadow:0 0 0 2px #00e58f33}.at-symbol{color:var(--accent-color);background:#ffffff0d;border-right:1px solid #ffffff1a;padding:1rem 1.25rem;font-size:1.1rem;font-weight:700}.username-wrapper input{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:1rem;font-size:1.1rem}.rules-section{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.rules-header{border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding-bottom:1rem;display:flex}.rules-header h2{font-size:1.5rem;font-weight:600}.btn-secondary{color:#fff;border:1px solid var(--glass-border);cursor:pointer;background:#ffffff1a;border-radius:8px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;transition:all .3s}.btn-secondary:hover{background:#ffffff26}.no-rules{text-align:center;color:var(--text-secondary);background:#ffffff05;border:1px dashed #ffffff1a;border-radius:12px;padding:2rem}.rules-list{flex-direction:column;gap:1rem;display:flex}.rule-card{background:#0f172a99;border:1px solid #ffffff0d;border-radius:16px;align-items:center;gap:1.5rem;padding:1rem;transition:all .3s;display:flex}.rule-card:hover{border-color:#00e58f4d;transform:translate(5px);box-shadow:0 4px 20px #00e58f1a}.image-dropdown{flex-shrink:0;width:auto}.rule-image-container{background:#0000004d;border:2px solid #ffffff1a;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;transition:all .2s;display:flex;overflow:hidden}.clickable-image{cursor:pointer}.clickable-image:hover{border-color:var(--accent-color);box-shadow:0 0 15px #00e58f66}.rule-gift-image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.clickable-image:hover .rule-gift-image{transform:scale(1.1)}.placeholder-icon{opacity:.8;font-size:2rem}.rule-inputs{flex:1;gap:1.5rem;display:flex}.input-group{flex-direction:column;flex:1;justify-content:center;gap:.5rem;display:flex}.input-group label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:500}.custom-dropdown{position:relative}.dropdown-list{white-space:nowrap;background:var(--bg-color);border:1px solid var(--accent-color);z-index:100;border-radius:12px;min-width:max-content;max-height:250px;margin-top:.5rem;list-style:none;position:absolute;top:100%;left:0;overflow:hidden auto;box-shadow:0 10px 25px #00000080}.dropdown-item{cursor:pointer;align-items:center;gap:1rem;padding:.75rem 1rem;font-weight:500;transition:background .2s;display:flex}.dropdown-item:hover{background:#00e58f33}.dropdown-item-details{flex-direction:column;gap:.2rem;display:flex}.gift-name{color:#fff;font-size:1rem}.gift-cost{color:#fbbf24;font-size:.8rem;font-weight:600}.dropdown-img-small{object-fit:cover;border-radius:6px;width:32px;height:32px}input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;outline:none;padding:.85rem 1rem;font-family:inherit;font-size:1.05rem;transition:all .2s}input:focus{border-color:var(--accent-color);background:#ffffff1a}.custom-gift-input{border-color:#00e58f80}.btn-remove-rule{color:var(--danger-color);border:1px solid var(--danger-color);cursor:pointer;background:0 0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.4rem;font-weight:700;transition:all .2s;display:flex}.btn-remove-rule:hover{background:var(--danger-color);color:#fff}.actions{border-top:1px solid var(--glass-border);justify-content:center;margin-top:2rem;padding-top:1.5rem;display:flex}button.btn-primary{color:#000;cursor:pointer;background:#00e58f;border:none;border-radius:12px;padding:1.1rem 3rem;font-size:1.15rem;font-weight:700;transition:all .3s;box-shadow:0 4px 15px #00e58f33}button.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00e58f66}.status-badge{border-radius:20px;align-items:center;gap:.5rem;margin-top:1rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.status-connected{color:#10b981;background:#10b9811a;border:1px solid #10b98133}.status-dot{background:#10b981;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse;box-shadow:0 0 10px #10b981}@keyframes pulse{0%{transform:scale(1)}to{transform:scale(1.1)}}.legend-overlay-container{color:#fff;padding:20px;font-family:Inter,sans-serif}.legend-title{text-transform:uppercase;text-shadow:0 2px 4px #00000080;letter-spacing:1px;margin-bottom:15px;font-size:1.2rem;font-weight:800}.legend-list{gap:15px;display:flex}.legend-overlay-container.vertical .legend-list{flex-direction:column}.legend-overlay-container.horizontal .legend-list{flex-flow:wrap}.legend-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#14141e99;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:15px;min-width:250px;padding:10px 20px;display:flex;box-shadow:0 8px 32px #0000005e}.legend-gift-icon{object-fit:contain;filter:drop-shadow(0 0 8px #fff3);width:50px;height:50px}.legend-gift-details{flex-direction:column;display:flex}.legend-gift-name{color:#fff;font-size:1.1rem;font-weight:700}.legend-gift-action{color:#00e58f;font-size:.9rem;font-weight:600}.admin-container{color:#fff;max-width:1200px;margin:0 auto;padding:2rem;font-family:Inter,sans-serif}.admin-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.admin-header h1{background:linear-gradient(135deg,#fff,#aaa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:2rem;font-weight:700}.admin-overview{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;padding:1.5rem;transition:transform .3s;box-shadow:0 4px 30px #0000001a}.stat-card:hover{background:#ffffff0d;transform:translateY(-5px)}.stat-card h3{color:#aaa;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.9rem}.stat-value{color:#00e58f;font-size:2.5rem;font-weight:800}.admin-charts{margin-bottom:3rem}.chart-container{background:#19191e80;border:1px solid #ffffff0d;border-radius:20px;padding:2rem}.chart-container h2{margin-bottom:1.5rem;font-size:1.3rem}.admin-users h2{margin-bottom:1.5rem;font-size:1.5rem}.table-responsive{background:#19191e80;border:1px solid #ffffff0d;border-radius:16px;padding:1rem;overflow-x:auto}.admin-table{border-collapse:collapse;width:100%}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid #ffffff0d;padding:1rem}.admin-table th{color:#aaa;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:600}.admin-table tbody tr:hover{background:#ffffff05}.status-badge.trial{color:#fbbf24;background:#ffbf2433}.status-badge.pro{color:#00e58f;background:#00e58f33}.btn-small{border-radius:8px;padding:.5rem 1rem;font-size:.85rem}.btn-action{color:#00e58f;cursor:pointer;background:0 0;border:1px solid #00e58f;transition:all .2s}.btn-action:hover{color:#000;background:#00e58f}.plans-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.plan-card{cursor:pointer;background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;justify-content:space-between;padding:1.5rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.plan-card:hover{background:#ffffff0d;transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.plan-card.active{background:#00e58f0d;border-color:#00e58f;box-shadow:0 0 20px #00e58f33}.plan-card.active:before{content:"";background:#00e58f;height:4px;position:absolute;top:0;left:0;right:0}.plan-title{color:#fff;margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.plan-price{color:#00e58f;margin-bottom:.5rem;font-size:2rem;font-weight:800}.plan-price span{color:#a1a1aa;font-size:1rem;font-weight:400}.plan-discount{color:#10b981;background:#10b98126;border-radius:20px;margin-bottom:1rem;padding:.2rem .6rem;font-size:.8rem;font-weight:700;display:inline-block}.plan-features{color:#e4e4e7;margin:1rem 0 0;padding:0;font-size:.9rem;list-style:none}.plan-features li{align-items:flex-start;gap:.5rem;margin-bottom:.5rem;display:flex}.plan-features li:before{content:"✓";color:#00e58f;font-weight:700}body{margin:0;padding:0;font-family:Inter,sans-serif}.obs-widget-container{box-sizing:border-box;flex-direction:column;justify-content:flex-end;width:100vw;height:100vh;padding:20px;display:flex;overflow:hidden}.event-list{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.event-card{will-change:transform, opacity;transform-origin:0;border-radius:12px;padding:12px 18px;animation:.4s cubic-bezier(.175,.885,.32,1.275) forwards slideIn}@keyframes slideIn{0%{opacity:0;transform:translate(-50px)scale(.9)}to{opacity:1;transform:translate(0)scale(1)}}.event-card.chat{-webkit-backdrop-filter:blur(4px);word-wrap:break-word;background:#0f172ad9;border-left:4px solid #3b82f6;max-width:400px;box-shadow:0 4px 15px #0000004d}.chat-message .username{color:#60a5fa;text-shadow:1px 1px #000;margin-right:8px;font-weight:800}.chat-message .comment{color:#f8fafc;text-shadow:1px 1px #000;font-size:1.1rem;font-weight:600}.event-card.gift{-webkit-backdrop-filter:blur(8px);background:linear-gradient(135deg,#8b5cf6e6 0%,#ec4899e6 100%);border:2px solid #fff3;box-shadow:0 8px 32px #ec489966}.gift-alert{align-items:center;gap:16px;display:flex}.gift-img-large{object-fit:contain;filter:drop-shadow(0 4px 6px #0006);width:60px;height:60px;animation:2s ease-in-out infinite bounce}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.gift-info{flex-direction:column;display:flex}.gift-info .username{color:#fff;text-shadow:1px 1px 2px #000c;font-size:1.2rem;font-weight:800}.gift-info .action-text{color:#fce7f3;text-shadow:1px 1px 2px #000c;font-size:1rem;font-weight:600}.gift-info .combo-text{color:#fbbf24;text-transform:uppercase;letter-spacing:2px;text-shadow:2px 2px #000;font-size:1.4rem;font-weight:800;animation:.5s infinite alternate pulse}
