@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;700;800&display=swap";:root{color-scheme:dark}html{background-color:#090314;overscroll-behavior-y:none}body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#090314 radial-gradient(circle at 10% 20%,rgba(93,20,153,.4),transparent 50%),radial-gradient(circle at 90% 80%,rgba(55,20,100,.3),transparent 50%);background-attachment:fixed;color:#f8fafc;display:flex;justify-content:center;align-items:center;min-height:100dvh;overscroll-behavior-y:none}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}#root{width:100%;height:100dvh;display:flex;flex-direction:column}@media(min-width:800px){#root{height:100vh;width:100vw;max-width:none;border-radius:0;box-shadow:none;border:none;background-color:#1a202c}}.app-container{display:flex;flex-direction:column;height:100%;width:100%}.header{padding:1rem 2rem;background-color:#0a051966;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.05);display:flex;justify-content:space-between;align-items:center;z-index:10}.header-title{font-size:1.5rem;font-weight:800;font-family:Outfit,sans-serif;color:#fff;display:flex;align-items:center;gap:10px}.header-title:hover{opacity:.8}.header-title svg{color:#a855f7}.status-indicator{display:flex;align-items:center;gap:8px;font-size:.875rem;font-weight:500;color:#a0aec0}.status-dot{width:10px;height:10px;border-radius:50%;background-color:#4a5568}.status-dot.active{background-color:#22c55e;box-shadow:0 0 8px #22c55e80}.status-dot.searching{background-color:#eab308;box-shadow:0 0 8px #eab30880;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.main-content-area{flex:1;display:flex;flex-direction:column;overflow:hidden}.center-screen{flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:2rem 10%;overflow-y:auto}.chat-interface{flex:1;display:flex;flex-direction:column;overflow:hidden}.chat-area{flex:1;padding:2rem 3rem;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem;background-color:transparent}.system-message{align-self:flex-start;font-size:1.1rem;color:#cbd5e1;margin:1rem 0;font-weight:500}.message{max-width:100%;padding:.2rem 0;font-size:1.15rem;line-height:1.6;word-break:break-word;letter-spacing:.2px}.message.self{color:#cbd5e1}.message.self .message-sender{color:#a855f7;font-weight:700;margin-right:8px;font-size:1.1rem;display:inline}.message.stranger{color:#cbd5e1}.message.stranger .message-sender{color:#ec4899;font-weight:700;margin-right:8px;font-size:1.1rem;display:inline}.chat-controls{display:flex;height:90px;background-color:#0f051e99;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.05);padding:0 1rem;align-items:center;gap:1rem}.chat-action-btn{width:160px;height:60px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;color:#cbd5e1;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.2rem;transition:all .3s ease}.btn-text-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.2rem}.mobile-icon{display:none}.chat-action-btn:hover:not(:disabled){background:#ffffff14;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #0003}.chat-action-btn.send-btn{background:linear-gradient(135deg,#a855f7,#6366f1);border:none;color:#fff}.chat-action-btn.send-btn:hover:not(:disabled){background:linear-gradient(135deg,#b875f8,#7578f2);box-shadow:0 8px 20px #a855f766}.chat-action-btn:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.chat-action-btn.report-btn{width:60px;background:#e11d4826;border:1px solid rgba(225,29,72,.3);color:#fb7185}.chat-action-btn.report-btn:hover:not(:disabled){background:#e11d484d;color:#fecdd3;box-shadow:0 4px 15px #e11d4833}.btn-label{font-size:1.05rem;font-weight:600}.btn-shortcut{font-size:.75rem;color:inherit;opacity:.7}.chat-input-wrapper{flex:1;display:flex;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:0 1.5rem;height:60px;align-items:center;transition:border-color .3s,box-shadow .3s}.chat-input-wrapper:focus-within{border-color:#a855f7;box-shadow:0 0 0 2px #a855f733}.chat-input-field{flex:1;background:transparent;border:none;color:#fff;font-size:1.15rem;outline:none;font-family:inherit;-webkit-appearance:none;appearance:none;margin:0}.chat-input-field::placeholder{color:#64748b}.chat-input-field:disabled{opacity:.5;cursor:not-allowed}.btn{display:flex;align-items:center;justify-content:center;gap:.5rem;border:none;border-radius:9999px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s;font-family:inherit}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background-color:#a855f7;color:#fff;padding:.5rem 1rem}.btn-primary:hover:not(:disabled){background-color:#9333ea;transform:translateY(-1px)}.btn-icon{width:40px;height:40px;border-radius:50%;padding:0}.btn-danger{background-color:#ef4444;color:#fff;padding:.5rem 1.5rem}.btn-danger:hover:not(:disabled){background-color:#dc2626;transform:translateY(-1px)}.btn-next{background-color:#3b82f6;color:#fff;padding:.5rem 1.5rem}.btn-next:hover:not(:disabled){background-color:#2563eb;transform:translateY(-1px)}.brand-h1{font-size:3.5rem;margin-bottom:.2rem;margin-top:0;background:linear-gradient(to right,#a855f7,#c084fc);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.subtitle{font-size:1.125rem;color:#a0aec0;margin-top:0;margin-bottom:1.5rem;max-width:400px;line-height:1.6}.terms-checkbox{max-width:500px;margin-bottom:2rem;text-align:left;background:#2d374866;padding:1rem;border-radius:12px;border:1px solid #4a5568}.terms-checkbox label{display:flex;align-items:flex-start;gap:12px;cursor:pointer;font-size:.8rem;line-height:1.45;color:#cbd5e1}.terms-checkbox input[type=checkbox]{margin-top:3px;width:18px;height:18px;accent-color:#06b6d4;cursor:pointer;flex-shrink:0}.terms-checkbox a{color:#38bdf8;text-decoration:none;font-weight:500}.terms-checkbox a:hover{text-decoration:underline}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background-color:#0f172a;border-top:1px solid #334155;padding:1rem 2rem;display:flex;justify-content:center;align-items:center;gap:2rem;z-index:50;box-shadow:0 -4px 6px -1px #0003}.cookie-banner p{margin:0;font-size:.85rem;line-height:1.5;color:#94a3b8;max-width:800px}.seo-landing-content{background:transparent;padding:0;max-width:700px;text-align:center;box-shadow:none;animation:slideIn .5s ease-out forwards;margin-top:6vh;margin-bottom:2rem;width:100%}.landing-footer{width:100%;max-width:800px;margin:2rem auto 0;padding:1rem 2rem;text-align:center;border-top:1px solid rgba(255,255,255,.05)}.landing-footer p{color:#64748b;font-size:.75rem;line-height:1.5;margin-bottom:.8rem}.footer-link{color:#a855f7;text-decoration:none;transition:opacity .2s}.footer-link:hover{text-decoration:underline;opacity:.8}.seo-title{font-size:4rem;font-weight:800;margin-top:0;margin-bottom:1.5rem;line-height:1.2;padding-top:.1em;background:linear-gradient(to right,#fff,#c084fc);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.seo-description{color:#cbd5e1;font-size:1.25rem;line-height:1.6;margin-bottom:3rem;font-weight:300}.action-area{display:flex;flex-direction:column;align-items:center;gap:2rem}.btn-connect{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;font-size:1.25rem;padding:1.25rem 3.5rem;border-radius:9999px;box-shadow:0 10px 30px #a855f766;border:none;cursor:pointer;font-weight:600;transition:all .3s ease;width:auto;min-width:280px}.btn-connect:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 15px 35px #ec489980;background:linear-gradient(135deg,#b875f8,#f472b6)}.btn-connect:disabled{background:#334155;cursor:not-allowed;box-shadow:none}.seo-terms{background:#ffffff08;padding:1.25rem;border-radius:12px;font-size:.9rem;margin-bottom:0;max-width:600px;border:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.location-info{font-size:.85rem;color:#94a3b8;display:flex;align-items:center;gap:8px;margin-top:-.5rem}.location-badge{background-color:#6a8e23;color:#fff;padding:.2rem .6rem;border-radius:12px;font-weight:600}.online-status{color:#eab308;font-weight:700}.online-number{font-size:1.1rem}.online-text{font-size:.9rem;color:#cbd5e1;font-weight:400}@media(max-width:600px){.cookie-banner{flex-direction:column;text-align:center;gap:1rem;padding:1.5rem 1rem}.seo-title{font-size:2.5rem}.hide-on-mobile,.btn-text-content{display:none!important}.mobile-icon{display:block!important}.chat-controls{height:70px;padding:0 .5rem;gap:.5rem}.chat-action-btn{width:50px;height:50px;border-radius:12px;padding:0}.chat-action-btn.report-btn{width:50px}.chat-input-wrapper{min-width:0;padding:0 .8rem}.chat-input-field{font-size:1rem;min-width:0}}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:1000}.custom-modal{background:#140a1ed9;border:1px solid rgba(168,85,247,.3);border-radius:1.5rem;padding:2rem;width:90%;max-width:400px;text-align:center;box-shadow:0 10px 40px #00000080;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.custom-modal h3{margin-top:0;margin-bottom:1rem;color:#f8fafc;font-size:1.5rem}.custom-modal p{color:#cbd5e1;margin-bottom:2rem;line-height:1.5}.legal-modal{max-width:600px;width:95%;max-height:90vh;display:flex;flex-direction:column}.legal-modal h3{flex-shrink:0}.legal-text{flex:1;overflow-y:auto;text-align:left;padding-right:15px;margin-bottom:20px}.legal-text h4{color:#c084fc;margin-top:1.5rem;margin-bottom:.5rem;font-size:1.1rem}.legal-text p{margin-bottom:0;font-size:.9rem}.legal-text::-webkit-scrollbar{width:6px}.legal-text::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.legal-text::-webkit-scrollbar-thumb{background:#a855f780;border-radius:3px}.modal-actions{display:flex;justify-content:space-between;gap:1rem}.modal-actions .btn{flex:1;padding:12px 0}.btn-secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.btn-secondary:hover{background:#ffffff26}.btn-danger{background:linear-gradient(135deg,#e11d48,#be123c);box-shadow:0 4px 15px #e11d484d}.btn-danger:hover:not(:disabled){box-shadow:0 6px 20px #e11d4880;transform:translateY(-2px)}
