:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;--primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--primary-color: #667eea;--secondary-color: #764ba2;--bg-light: #f8f9fa;--bg-white: #ffffff;--text-dark: #212529;--text-muted: #6c757d;--border-color: #e9ecef;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .08);--shadow-md: 0 2px 8px rgba(0, 0, 0, .1);--shadow-lg: 0 4px 12px rgba(0, 0, 0, .15);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html{height:100%;width:100%;margin:0;padding:0}body{height:100%;min-height:100vh;min-height:100dvh;width:100%;margin:0;padding: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:#f0f2f5;overscroll-behavior-y:none;-webkit-overflow-scrolling:touch}#root{height:100%;min-height:100vh;min-height:100dvh;width:100%;margin:0;padding:0;background-color:#f0f2f5}*{box-sizing:border-box}.chat-container{display:flex;height:100vh;height:100dvh;background-color:#f0f2f5;overflow:hidden}.sidebar{width:320px;background:#fff;border-right:1px solid #e9ecef;display:flex;flex-direction:column;box-shadow:2px 0 8px #0000000d}.sidebar-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:12px 16px;box-shadow:0 2px 8px #0000001a}.sidebar-header-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.app-brand{font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:#fff9}.username-display{font-size:17px;font-weight:700;color:#fff;margin-top:8px;margin-bottom:8px}.header-actions{display:flex;align-items:center;gap:8px}.language-toggle-btn{background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:6px;color:#ffffffd9;font-size:16px;cursor:pointer;padding:4px 8px;line-height:1;transition:all .15s}.language-toggle-btn:hover{background:#ffffff40;border-color:#fff9;transform:scale(1.05)}.sound-toggle-btn{background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:6px;color:#ffffffd9;font-size:16px;cursor:pointer;padding:4px 8px;line-height:1;transition:all .15s}.sound-toggle-btn:hover{background:#ffffff40;border-color:#fff9;transform:scale(1.05)}.logout-btn{background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:6px;color:#ffffffd9;font-size:13px;cursor:pointer;padding:4px 8px;line-height:1;transition:all .15s}.logout-btn:hover{background:#ffffff40;border-color:#fff9;color:#fff}.mobile-app-header{display:none}.user-info{display:flex;flex-direction:column;align-items:flex-start}.user-info .username{font-size:17px;font-weight:700;color:#fff;margin-bottom:8px}.user-info .details{display:flex;flex-direction:column;font-size:13px;color:#ffffffe6}.user-info .details .detail{margin-bottom:3px;display:flex;align-items:center;gap:6px}.status-indicator{width:8px;height:8px;border-radius:50%;background-color:#4caf50;display:inline-block;animation:pulse 2s infinite}.status-indicator.offline{background-color:#dc3545;animation:none}.sidebar-nav{display:flex;border-bottom:1px solid #e9ecef;background:#f8f9fa}.sidebar-nav button{flex:1;padding:14px 12px;background:none;border:none;cursor:pointer;font-size:14px;font-weight:600;color:#6c757d;transition:all .3s ease;position:relative}.sidebar-nav button:hover{background:#e9ecef;color:#495057}.sidebar-nav button.active{color:#667eea;background:#fff}.sidebar-nav button.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(135deg,#667eea,#764ba2)}.sidebar-content{flex:1;overflow-y:auto;padding:8px}.user-search-container{position:relative;margin-bottom:12px;padding:0 4px}.user-search-input{width:100%;padding:10px 36px 10px 12px;border:2px solid #e9ecef;border-radius:8px;font-size:14px;outline:none;transition:all .3s ease;background-color:#f8f9fa}.user-search-input:focus{border-color:#667eea;background-color:#fff;box-shadow:0 0 0 3px #667eea1a}.user-search-input::placeholder{color:#adb5bd}.clear-search-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#6c757d;font-size:16px;cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .2s ease}.clear-search-btn:hover{background:#e9ecef;color:#495057}.user-list,.room-list,.private-chats-list{list-style:none;padding:0;margin:0}.user-list li,.room-list button,.private-chats-list li{padding:8px 12px;margin-bottom:2px;border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:12px;position:relative}.user-list li:hover,.room-list button:hover:not(:disabled),.private-chats-list li:hover{background:#f8f9fa;transform:translate(4px)}.user-list li.current-user{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-left:3px solid #667eea;font-weight:700}.user-card{display:flex;flex-direction:column;gap:2px;width:100%;cursor:pointer}.user-card-header{display:flex;align-items:center;gap:8px}.user-card-icon{font-size:18px;flex-shrink:0}.user-card-name{font-size:14px;font-weight:600}.user-card-details{display:flex;align-items:center;gap:6px;font-size:12px;color:#6c757d;margin-left:26px}.user-card-age{font-weight:500}.user-card-separator{color:#adb5bd}.user-card-location{color:#6c757d}.room-list button{width:100%;text-align:left;border:none;background:none;font-size:14px;color:#212529;display:flex;justify-content:space-between;align-items:center}.room-list button .room-name{flex:1}.room-list button .room-count{font-size:12px;font-weight:600;color:#6c757d;background:#0000000d;padding:2px 8px;border-radius:12px;margin-left:8px}.current-room-badge{display:inline-block;margin-left:6px;font-size:14px;color:#28a745;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.room-list button.active-room-button{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-left:3px solid #667eea;font-weight:600;color:#667eea}.room-list button.active-room-button .room-count{color:#667eea;background:#667eea26}.room-list button:disabled{color:#adb5bd;cursor:not-allowed;opacity:.6}.room-list button:disabled .room-count{color:#adb5bd;background:#00000008}.current-room-section{margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #e9ecef}.current-room-header{font-size:13px;font-weight:600;color:#6c757d;text-transform:uppercase;margin:0 0 8px;padding:0 12px;letter-spacing:.5px}.current-room-button{width:100%;padding:12px;border:2px solid #dee2e6;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:500}.current-room-button:hover{background:#f8f9fa;border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 8px #667eea26}.current-room-button.viewing{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-color:#667eea;border-width:2px}.current-room-name{display:flex;align-items:center;gap:8px;font-weight:600;color:#212529}.private-chats-list li{background:#fff}.private-chats-list li.active{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-left:3px solid #667eea}.notification-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;padding:2px 8px;font-size:11px;font-weight:700;min-width:20px;text-align:center;box-shadow:0 2px 4px #667eea4d;animation:bounceIn .4s ease-out;margin-left:auto}@keyframes bounceIn{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.sidebar-footer{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:4px 10px;padding:8px 12px;border-top:1px solid #e9ecef;background:#f8f9fa;font-size:11px}.sidebar-footer a{color:#adb5bd;text-decoration:none;transition:color .2s ease;white-space:nowrap}.sidebar-footer a:hover{color:#667eea;text-decoration:underline}.main-chat{flex:1;display:flex;flex-direction:column;background:#f8f9fa;overflow:hidden}.room-users{width:280px;background:#fff;display:flex;flex-direction:column;overflow:hidden}.show-room-users-btn{background:#667eea1a;border:2px solid #667eea;border-radius:8px;color:#667eea;font-size:18px;cursor:pointer;padding:8px 12px;transition:all .2s ease}.show-room-users-btn:hover{background:#667eea;color:#fff;transform:scale(1.05)}.room-users-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999;display:none}@media (max-width: 768px){.room-users-backdrop{display:block}}.main-chat-header{background:#fff;border-bottom:1px solid #e9ecef;padding:16px 24px;box-shadow:0 2px 4px #0000000d;display:flex;align-items:center;gap:16px}.main-chat-header h1{font-size:18px;font-weight:700;color:#212529;margin:0 0 4px}.main-chat-header p{font-size:13px;color:#6c757d;margin:0}.pm-user-status{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;padding:3px 10px;border-radius:12px;margin-top:6px}.pm-user-status.online{color:#28a745;background:#28a7451a}.pm-user-status.offline{color:#6c757d;background:#6c757d1a}.pm-user-status .status-dot{width:6px;height:6px;border-radius:50%;display:inline-block}.pm-user-status.online .status-dot{background:#28a745;animation:pulse 2s ease-in-out infinite}.pm-user-status.offline .status-dot{background:#6c757d}.messages-area{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:8px}.no-chat-selected{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#adb5bd;font-size:16px}.system-message{text-align:center;color:#6c757d;font-size:10px;font-style:italic;margin:2px 0;padding:2px 8px;background:#e9ecef80;border-radius:10px;align-self:center;opacity:.7}.messages-area p{margin:4px 0;padding:10px 16px;border-radius:16px;word-wrap:break-word;line-height:1.5;font-size:14px;max-width:65%;animation:messageSlideIn .3s ease-out}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.other-message{align-self:flex-start;background:#fff;color:#212529;box-shadow:0 1px 2px #00000014;border-bottom-left-radius:4px}.my-message{align-self:flex-end;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 1px 2px #0000001a;border-bottom-right-radius:4px}.my-message strong{color:#fffffff2;font-weight:600}.other-message strong{font-weight:600}.message-timestamp{display:inline-block;font-size:11px;opacity:.6;margin-left:8px;font-weight:400;font-style:italic}.my-message .message-timestamp{color:#fffc}.other-message .message-timestamp{color:#6c757d}.input-area{background:#fff;border-top:1px solid #e9ecef;padding:16px 24px;box-shadow:0 -2px 8px #0000000d;display:flex;gap:12px;align-items:center}.input-area input[type=text],.input-area input[type=search]{flex:1;padding:12px 16px;border:2px solid #e9ecef;border-radius:24px;font-size:14px;outline:none;transition:all .3s ease;background:#f8f9fa}.input-area input[type=search]::-webkit-search-cancel-button{display:none}.input-area input[type=text]:focus,.input-area input[type=search]:focus{border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.input-area input[type=text]:disabled,.input-area input[type=search]:disabled{background-color:#e9ecef;cursor:not-allowed}.input-area button{padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:24px;cursor:pointer;font-size:14px;font-weight:600;transition:all .3s ease;box-shadow:0 2px 8px #667eea4d}.input-area button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.input-area button:active{transform:translateY(0)}.input-area button:disabled{background:#adb5bd;cursor:not-allowed;box-shadow:none;opacity:.6}.sidebar-content::-webkit-scrollbar,.messages-area::-webkit-scrollbar{width:8px;height:8px}.sidebar-content::-webkit-scrollbar-track,.messages-area::-webkit-scrollbar-track{background:#f0f2f5}.sidebar-content::-webkit-scrollbar-thumb,.messages-area::-webkit-scrollbar-thumb{background:#adb5bd;border-radius:4px}.sidebar-content::-webkit-scrollbar-thumb:hover,.messages-area::-webkit-scrollbar-thumb:hover{background:#6c757d}.bottom-nav,.mobile-fullscreen-container,.legal-bar{display:none}.desktop-only{display:flex}@media (max-width: 768px){.sidebar{width:280px}.messages-area{padding:16px}.messages-area p{max-width:80%}}@media (max-width: 768px){.desktop-only{display:none!important}.mobile-fullscreen-container{display:flex;flex-direction:column;flex:1;overflow:hidden;margin-bottom:92px}.mobile-app-header{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#ffffffd9;font-size:10px;font-weight:800;letter-spacing:3px;text-transform:uppercase;padding:2px 0;flex-shrink:0}.mobile-fullscreen-container .app-brand{display:none}.mobile-fullscreen-container .sidebar-header-top{justify-content:space-between;margin-bottom:4px}.mobile-fullscreen-container .sidebar-header-top .username{display:block;margin-bottom:0}.mobile-fullscreen-container .sidebar-content::-webkit-scrollbar{display:none}.mobile-fullscreen-container .sidebar-content{-ms-overflow-style:none;scrollbar-width:none;overscroll-behavior:contain;background:#fff}.mobile-fullscreen-container .sidebar,.mobile-fullscreen-container .main-chat{width:100%;flex:1;min-height:0;position:static;transform:none;box-shadow:none}.mobile-fullscreen-container .sidebar-nav,.mobile-fullscreen-container .sidebar-footer{display:none!important}.legal-bar{display:flex;justify-content:center;align-items:center;gap:4px;width:100%;padding:4px 8px;border-top:1px solid #e9ecef;background:#f8f9fa;flex-wrap:wrap}.legal-bar a,.legal-bar span{font-size:9px;color:#ced4da;text-decoration:none;line-height:1}.legal-bar a:hover{color:#667eea}.mobile-fullscreen-container .sidebar-header{padding:6px 12px;display:flex;flex-wrap:wrap;align-items:center}.mobile-fullscreen-container .sidebar-header-top{order:2;margin-bottom:0;margin-left:auto}.mobile-fullscreen-container .username-display{order:1;margin:0;flex:1;font-size:16px}.mobile-fullscreen-container .user-info{order:3;width:100%;display:block;margin-top:8px}.mobile-fullscreen-container .user-info .details{display:flex;flex-direction:row!important;flex-wrap:nowrap;gap:6px;align-items:center;font-size:11px;overflow-x:auto}.mobile-fullscreen-container .user-info .details .detail{margin-bottom:0;white-space:nowrap}.chat-container{height:100vh;height:100dvh;padding-bottom:0}.bottom-nav{display:flex;flex-direction:column;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e9ecef;box-shadow:0 -2px 8px #0000001a;z-index:900}.bottom-nav-buttons{display:flex;padding:6px 0}.bottom-nav-btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px;background:none;border:none;cursor:pointer;transition:all .2s ease;position:relative}.bottom-nav-btn .icon{font-size:24px}.bottom-nav-btn .label{font-size:11px;font-weight:600;color:#6c757d}.bottom-nav-btn.active .label{color:#667eea}.bottom-nav-btn.active:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:40px;height:3px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:0 0 3px 3px}.bottom-nav-btn .notification-badge{position:absolute;top:4px;right:20%;min-width:18px;height:18px;padding:2px 5px;font-size:10px}.main-chat{width:100%;display:flex;flex-direction:column;height:100%;min-height:0}.messages-area{padding:12px;flex:1;min-height:0;overflow-y:auto}.messages-area p{max-width:75%;font-size:13px}.input-area{padding:12px;gap:8px}.input-area input[type=text]{font-size:13px;padding:10px 14px}.input-area button{padding:10px 18px;font-size:13px}.main-chat-header{padding:12px 16px}.main-chat-header h1{font-size:16px}.main-chat-header p{font-size:12px}}@media (max-width: 576px){.bottom-nav-btn .label{font-size:10px}.messages-area p{max-width:80%;font-size:12px}.user-search-input{font-size:13px;padding:8px 32px 8px 10px}.clear-search-btn{font-size:14px;padding:2px 6px}}.chat-header-actions{display:flex;gap:8px;margin-left:auto}.block-user-btn,.report-user-btn{background:#dc35451a;border:1px solid rgba(220,53,69,.3);border-radius:8px;padding:8px 12px;font-size:18px;cursor:pointer;transition:all .2s ease}.block-user-btn{background:#ff98001a;border-color:#ff98004d}.block-user-btn:hover{background:#ff980033;border-color:#ff9800;transform:scale(1.05)}.block-user-btn:active{transform:scale(.95)}.report-user-btn:hover{background:#dc354533;border-color:#dc3545;transform:scale(1.05)}.report-user-btn:active{transform:scale(.95)}.leave-room-btn,.show-room-users-btn{background:#667eea1a;border:1px solid rgba(102,126,234,.3);border-radius:8px;padding:8px 12px;font-size:18px;cursor:pointer;transition:all .2s ease}.leave-room-btn:hover,.show-room-users-btn:hover{background:#667eea33;border-color:#667eea;transform:scale(1.05)}.leave-room-btn:active,.show-room-users-btn:active{transform:scale(.95)}.clickable-username{cursor:pointer;position:relative;transition:all .2s ease;padding:2px 6px;border-radius:4px;margin-right:4px}.clickable-username:hover{background:#667eea1a;transform:translateY(-1px)}.clickable-username:active{transform:translateY(0)}.main-chat-header{justify-content:space-between}.main-chat-header>div:first-child{flex:1}.spinner{width:36px;height:36px;border:3px solid rgba(255,255,255,.1);border-top-color:#a78bfa;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.room-users{display:flex;flex-direction:column;height:100%;background:#fff;border-left:1px solid #e9ecef}.room-users-header{padding:16px 20px;border-bottom:2px solid #e9ecef;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.room-users-header h3{margin:0;font-size:16px;font-weight:600}.users-count{background:#ffffff40;padding:4px 10px;border-radius:12px;font-size:13px;font-weight:700}.room-users-list{flex:1;overflow-y:auto;padding:12px}.no-users{text-align:center;color:#adb5bd;padding:40px 20px;font-size:14px}.room-user-card{padding:12px 14px;border-radius:8px;margin-bottom:8px;background:#f8f9fa;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.room-user-card:hover{background:#e9ecef;border-color:#667eea;transform:translate(2px)}.room-user-name{font-weight:600;font-size:14px;margin-bottom:4px}.room-user-name.username-girl{color:#e91e63}.room-user-name.username-boy{color:#2196f3}.room-user-name.username-neutral{color:#9c27b0}.room-user-info{display:flex;gap:10px;font-size:12px;color:#6c757d}.room-user-age,.room-user-location{display:flex;align-items:center;gap:4px}.room-user-location{font-weight:500}@media (max-width: 768px){.room-users{position:fixed;top:0;right:0;width:80%;max-width:300px;height:100vh;z-index:1000;box-shadow:-2px 0 8px #00000026;transform:translate(100%);transition:transform .3s ease}.room-users.visible{transform:translate(0)}.room-users-header{padding:14px 16px}.room-users-header h3{font-size:15px}.room-user-card{padding:10px 12px}.room-user-name{font-size:13px}.room-user-info{font-size:11px}}.username-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:40px 20px;animation:fadeIn .5s ease-in}.username-container h1{font-size:2.5em;margin-bottom:32px;color:#fff;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.2);animation:slideDown .6s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.username-container form{display:flex;flex-direction:column;align-items:flex-start;width:90%;max-width:450px;padding:32px;border:none;border-radius:16px;background-color:#fff;box-shadow:0 8px 24px #0003;animation:scaleIn .5s ease-out .2s both}.username-container div{display:flex;flex-direction:column;margin-bottom:20px;width:100%}.username-container label{font-weight:600;margin-bottom:8px;color:var(--text-dark, #212529);font-size:14px}.username-container label a{color:var(--primary-color, #667eea);text-decoration:none;transition:color .2s ease}.username-container label a:hover{color:var(--secondary-color, #764ba2);text-decoration:underline}.username-container input[type=text],.username-container input[type=number],.username-container select{padding:12px 16px;border:2px solid var(--border-color, #e9ecef);border-radius:8px;font-size:15px;width:100%;box-sizing:border-box;transition:all .3s ease;background-color:var(--bg-light, #f8f9fa)}.username-container input[type=text]:focus,.username-container input[type=number]:focus,.username-container select:focus{outline:none;border-color:var(--primary-color, #667eea);background-color:#fff;box-shadow:0 0 0 3px #667eea1a}.username-container input[type=checkbox]{margin-right:8px;width:18px;height:18px;cursor:pointer}.username-container button{padding:14px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d;margin-top:8px;width:100%}.username-container button:disabled{background:#adb5bd;cursor:not-allowed;box-shadow:none;opacity:.6}.username-container button:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.username-container button:not(:disabled):active{transform:translateY(0);box-shadow:0 2px 8px #667eea4d}.login-brand{font-size:12px;font-weight:800;letter-spacing:4px;text-transform:uppercase;color:#ffffffa6;margin-bottom:14px}.turnstile-container{display:flex;justify-content:center;align-items:center;padding:8px 0}@media (max-height: 800px){.username-container{justify-content:flex-start;padding-top:40px}.username-container h1{font-size:2em;margin-bottom:20px}.username-container form{padding:24px}.username-container div{margin-bottom:16px}}@media (max-height: 700px){.username-container h1{font-size:1.8em;margin-bottom:16px}.username-container form{padding:20px}.username-container div{margin-bottom:12px}}@media (max-width: 480px){.username-container{padding:24px 16px}.username-container h1{font-size:1.6em}.username-container form{padding:20px;max-width:100%}}.seo-content{width:90%;max-width:1000px;margin-top:48px;padding:40px;background:#fff;border-radius:16px;box-shadow:0 8px 24px #00000026;text-align:left;animation:fadeInUp .8s ease-out .4s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.seo-content h2{font-size:1.8em;margin-bottom:16px;color:#667eea;font-weight:700;text-align:center}.seo-content h3{font-size:1.2em;margin-bottom:8px;color:#212529;font-weight:600}.seo-content p{font-size:1em;line-height:1.7;color:#495057;margin-bottom:16px}.seo-content strong{color:#212529;font-weight:600}.hero-section{text-align:center;margin-bottom:48px;padding-bottom:32px;border-bottom:2px solid #e9ecef}.hero-section h2{font-size:2em;margin-bottom:20px}.hero-section p{font-size:1.1em;color:#495057;max-width:800px;margin:0 auto}.features-section{margin-bottom:48px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-top:32px}.feature-card{background:linear-gradient(135deg,#667eea0d,#764ba20d);padding:24px;border-radius:12px;text-align:center;transition:all .3s ease;border:2px solid transparent}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #667eea26;border-color:#667eea33}.feature-icon{font-size:3em;margin-bottom:12px}.feature-card h3{font-size:1.2em;color:#667eea;margin-bottom:12px}.feature-card p{font-size:.95em;color:#6c757d;margin:0}.how-it-works{margin-bottom:48px;padding:32px;background:linear-gradient(135deg,#667eea0d,#764ba20d);border-radius:12px}.steps-list{list-style:none;padding:0;margin-top:24px}.steps-list li{padding:16px;margin-bottom:12px;background:#fff;border-radius:8px;border-left:4px solid #667eea;font-size:1.05em;line-height:1.6;color:#495057;transition:all .3s ease}.steps-list li:hover{transform:translate(8px);box-shadow:0 4px 12px #667eea1a}.steps-list li strong{color:#667eea;font-weight:700}.faq-section{margin-bottom:48px}.faq-item{margin-bottom:24px;padding:24px;background:#f8f9fa;border-radius:12px;border-left:4px solid #667eea;transition:all .3s ease}.faq-item:hover{background:#fff;box-shadow:0 4px 12px #667eea1a}.faq-item h3{font-size:1.15em;color:#667eea;margin-bottom:12px}.faq-item p{font-size:1em;line-height:1.7;color:#495057;margin:0}.cta-section{text-align:center;padding:40px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;margin-bottom:32px}.cta-section h2{color:#fff;font-size:2em;margin-bottom:16px}.cta-section p{font-size:1.15em;color:#fffffff2;max-width:700px;margin:0 auto}.keywords-section{padding:20px;background:#f8f9fa;border-radius:8px;text-align:center}.keywords-text{font-size:.85em;color:#6c757d;line-height:1.8;margin:0}@media (max-width: 768px){.seo-content{padding:24px;margin-top:32px}.seo-content h2{font-size:1.5em}.hero-section h2{font-size:1.6em}.features-grid{grid-template-columns:1fr;gap:16px}.how-it-works{padding:20px}.faq-item{padding:16px}.cta-section{padding:24px}.cta-section h2{font-size:1.6em}}@media (max-width: 480px){.seo-content{width:100%;padding:20px;border-radius:12px}.hero-section h2,.cta-section h2{font-size:1.4em}.feature-icon{font-size:2.5em}}.report-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease-out}.report-modal{background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000004d;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease-out}.report-modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 16px;border-bottom:2px solid var(--border-color, #e9ecef)}.report-modal-header h2{margin:0;font-size:22px;color:var(--primary-color, #667eea);font-weight:600}.close-btn{background:none;border:none;font-size:32px;color:var(--text-muted, #6c757d);cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.close-btn:hover{background:var(--bg-light, #f8f9fa);color:var(--primary-color, #667eea)}.report-modal-body{padding:24px}.report-user-info{background:linear-gradient(135deg,#667eea1a,#764ba21a);padding:16px;border-radius:8px;border-left:4px solid var(--primary-color, #667eea);margin-bottom:24px;font-size:15px}.report-user-info strong{color:var(--primary-color, #667eea);font-weight:600}.form-group{margin-bottom:20px}.form-group label{display:block;font-weight:600;color:var(--text-dark, #212529);margin-bottom:8px;font-size:14px}.report-select,.report-textarea{width:100%;padding:12px;border:2px solid var(--border-color, #e9ecef);border-radius:8px;font-size:14px;font-family:inherit;transition:all .2s ease;background:#fff}.report-select:focus,.report-textarea:focus{outline:none;border-color:var(--primary-color, #667eea);box-shadow:0 0 0 3px #667eea1a}.report-select{cursor:pointer}.report-textarea{resize:vertical;min-height:80px}.char-count{display:block;text-align:right;font-size:12px;color:var(--text-muted, #6c757d);margin-top:4px}.report-info-box{background:#fff3cd;padding:16px;border-radius:8px;border-left:4px solid #ffc107;margin-bottom:24px;font-size:13px;color:#856404}.report-info-box p{margin:0 0 8px;font-weight:600}.report-info-box ul{margin:0;padding-left:20px}.report-info-box li{margin-bottom:4px;line-height:1.5}.report-modal-footer{display:flex;gap:12px;justify-content:flex-end;padding-top:16px;border-top:1px solid var(--border-color, #e9ecef)}.btn-cancel,.btn-submit{padding:12px 24px;border:none;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease}.btn-cancel{background:var(--bg-light, #f8f9fa);color:var(--text-dark, #212529)}.btn-cancel:hover:not(:disabled){background:#e9ecef}.btn-submit{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.btn-submit:disabled,.btn-cancel:disabled{opacity:.5;cursor:not-allowed}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 600px){.report-modal{width:95%;max-height:95vh}.report-modal-header{padding:20px 16px 12px}.report-modal-header h2{font-size:20px}.report-modal-body{padding:20px 16px}.report-modal-footer{flex-direction:column}.btn-cancel,.btn-submit{width:100%}}.user-actions-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;z-index:9999;animation:fadeIn .15s ease-out}.user-actions-modal{position:fixed;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000040;min-width:300px;max-width:400px;overflow:hidden;animation:scaleIn .2s cubic-bezier(.34,1.56,.64,1)}.user-actions-header{display:flex;align-items:center;justify-content:space-between;padding:16px;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-bottom:2px solid var(--border-color, #e9ecef)}.user-actions-profile{display:flex;align-items:center;gap:12px;flex:1}.user-emoji{font-size:32px;line-height:1}.user-details{flex:1}.user-details .username{font-weight:700;font-size:16px;color:var(--text-dark, #212529);margin-bottom:2px}.user-meta{font-size:12px;color:var(--text-muted, #6c757d);line-height:1.4}.user-status{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:600;margin-top:6px;padding:3px 8px;border-radius:12px;width:fit-content}.user-status.online{color:#28a745;background:#28a7451a}.user-status.offline{color:#6c757d;background:#6c757d1a}.user-status .status-dot{width:6px;height:6px;border-radius:50%;display:inline-block}.user-status.online .status-dot{background:#28a745;animation:pulse 2s ease-in-out infinite}.user-status.offline .status-dot{background:#6c757d}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.user-actions-header .close-btn{background:none;border:none;font-size:28px;color:var(--text-muted, #6c757d);cursor:pointer;padding:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;flex-shrink:0}.user-actions-header .close-btn:hover{background:#0000000d;color:var(--primary-color, #667eea)}.user-actions-body{padding:8px}.action-btn{width:100%;display:flex;align-items:center;gap:12px;padding:12px;border:none;background:#fff;border-radius:8px;cursor:pointer;transition:all .2s ease;margin-bottom:4px;text-align:left}.action-btn:hover{background:var(--bg-light, #f8f9fa);transform:translate(4px)}.action-btn:active{transform:translate(4px) scale(.98)}.action-icon{font-size:24px;line-height:1;flex-shrink:0}.action-content{flex:1}.action-title{font-weight:600;font-size:14px;color:var(--text-dark, #212529);margin-bottom:2px}.action-description{font-size:12px;color:var(--text-muted, #6c757d);line-height:1.3}.message-btn:hover{background:linear-gradient(135deg,#667eea1a,#764ba21a)}.message-btn:hover .action-title{color:var(--primary-color, #667eea)}.report-btn:hover{background:#dc35451a}.report-btn:hover .action-title{color:#dc3545}.report-btn:hover .action-icon{animation:shake .3s ease}.block-btn:hover{background:#ff98001a}.block-btn:hover .action-title{color:#ff9800}.unblock-btn:hover{background:#4caf501a}.unblock-btn:hover .action-title{color:#4caf50}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-3px)}75%{transform:translate(3px)}}@media (max-width: 600px){.user-actions-modal{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;min-width:280px;max-width:90%}}.ban-screen{position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.ban-container{background:#fff;border-radius:16px;padding:40px;max-width:500px;width:100%;box-shadow:0 20px 60px #0000004d;text-align:center;animation:fadeInScale .4s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.ban-icon{font-size:64px;margin-bottom:20px;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.ban-container h1{color:#333;font-size:28px;font-weight:700;margin:0 0 20px}.ban-message{background:#fff3cd;border:1px solid #ffc107;border-radius:8px;padding:16px;margin-bottom:24px}.ban-message p{margin:0 0 8px;color:#856404;font-size:15px;line-height:1.5}.ban-message p:last-child{margin-bottom:0}.ban-message a{color:#856404;text-decoration:underline;font-weight:600}.ban-message a:hover{color:#533f03}.ban-details{background:#f8f9fa;border-radius:8px;padding:20px;margin-bottom:24px}.ban-detail-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #e0e0e0}.ban-detail-row:last-child{border-bottom:none}.ban-detail-row.permanent{justify-content:center;color:#d32f2f;font-weight:700}.ban-detail-label{font-weight:600;color:#666;font-size:14px}.ban-detail-value{font-weight:700;color:#333;font-size:15px}.retry-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;padding:14px 32px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-bottom:16px}.retry-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.retry-btn:active{transform:translateY(0)}.ban-footer{margin-top:16px;padding-top:16px;border-top:1px solid #e0e0e0}.ban-footer p{margin:0;color:#666;font-size:13px}.ban-footer a{color:#667eea;text-decoration:none;font-weight:600}.ban-footer a:hover{text-decoration:underline}@media (max-width: 768px){.ban-container{padding:24px}.ban-icon{font-size:48px}.ban-container h1{font-size:24px}.ban-message p{font-size:14px}.ban-detail-label,.ban-detail-value{font-size:13px}}.error-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .2s ease-out;padding:20px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.error-popup{background:#fff;border-radius:12px;padding:24px;max-width:450px;width:100%;box-shadow:0 10px 40px #0000004d;position:relative;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.error-popup-close{position:absolute;top:12px;right:12px;background:transparent;border:none;font-size:24px;color:#999;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s;padding:0;line-height:1}.error-popup-close:hover{background:#f0f0f0;color:#333}.error-popup-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.error-popup-icon{font-size:28px;line-height:1}.error-popup-title{margin:0;font-size:20px;font-weight:700;color:#333}.error-popup-message{font-size:15px;line-height:1.6;color:#555;word-wrap:break-word}.error-popup-error{border-left:4px solid #f44336}.error-popup-error .error-popup-title{color:#f44336}.error-popup-warning{border-left:4px solid #ff9800}.error-popup-warning .error-popup-title{color:#ff9800}.error-popup-success{border-left:4px solid #4caf50}.error-popup-success .error-popup-title{color:#4caf50}.error-popup-info{border-left:4px solid #2196f3}.error-popup-info .error-popup-title{color:#2196f3}@media (max-width: 768px){.error-popup-overlay{padding:16px}.error-popup{padding:20px;max-width:100%}.error-popup-icon{font-size:24px}.error-popup-title{font-size:18px}.error-popup-message{font-size:14px}}
