:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;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}}*{box-sizing:border-box;margin:0;padding:0}body{color:#e8eaed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0f1419;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.app{background:#0f1419;min-height:100vh}.header{border-bottom:1px solid #2d3748;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.logo{align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;display:flex}.logo-icon{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-weight:700;display:flex}.user-info{cursor:pointer;background:#1a202c;border-radius:9999px;align-items:center;gap:.75rem;padding:.5rem 1rem;transition:background .2s;display:flex}.user-info:hover{background:#2d3748}.user-avatar{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:600;display:flex}.main-content{max-width:1400px;margin:0 auto;padding:2rem}.title{text-align:center;margin-bottom:2rem;font-size:2rem;font-weight:600}.action-bar{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.btn{cursor:pointer;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.btn-primary{color:#fff;background:#3b82f6}.btn-primary:hover{background:#2563eb;transform:translateY(-1px)}.btn-secondary{color:#1a202c;background:#fbbf24}.btn-secondary:hover{background:#f59e0b;transform:translateY(-1px)}.btn-outline{color:#e8eaed;background:0 0;border:1px solid #4a5568}.btn-outline:hover{background:#2d3748}.search-bar{flex:1;min-width:300px;position:relative}.search-input{color:#e8eaed;background:#1a202c;border:1px solid #2d3748;border-radius:.5rem;width:100%;padding:.75rem 1rem .75rem 2.5rem;font-size:1rem}.search-input::placeholder{color:#718096}.search-input:focus{border-color:#3b82f6;outline:none}.search-icon{color:#718096;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.filter-bar{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:2rem;display:flex}.filter-btn{color:#e8eaed;cursor:pointer;background:#1a202c;border:1px solid #2d3748;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;transition:all .2s}.filter-btn:hover{background:#2d3748}.filter-btn.active{background:#3b82f6;border-color:#3b82f6}.rooms-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.room-card{cursor:pointer;background:#1a202c;border:1px solid #2d3748;border-radius:1rem;padding:1.5rem;transition:all .2s}.room-card:hover{border-color:#4a5568;transform:translateY(-4px);box-shadow:0 10px 30px #0000004d}.room-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.room-language{align-items:center;gap:.5rem;display:flex}.language-icon{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;display:flex}.language-info h3{margin-bottom:.25rem;font-size:1rem;font-weight:600}.language-info p{color:#a0aec0;font-size:.875rem}.room-settings{color:#a0aec0;cursor:pointer;padding:.25rem}.room-settings:hover{color:#e8eaed}.room-topic{color:#60a5fa;margin-bottom:1rem;font-size:.875rem;font-style:italic}.participants{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.participant-avatar{color:#fff;border:2px solid #2d3748;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:.875rem;font-weight:600;display:flex;position:relative}.participant-avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.participant-count{color:#a0aec0;align-items:center;gap:.25rem;font-size:.875rem;display:flex}.room-action{border-top:1px solid #2d3748;margin-top:1rem;padding-top:1rem}.room-action button{cursor:pointer;border:none;border-radius:.5rem;width:100%;padding:.75rem;font-weight:600;transition:all .2s}.btn-join{color:#fff;background:#3b82f6}.btn-join:hover{background:#2563eb}.btn-full{color:#718096;cursor:not-allowed;background:#2d3748}.modal-overlay{z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal{background:#1a202c;border:1px solid #2d3748;border-radius:1rem;width:100%;max-width:500px;max-height:90vh;padding:2rem;overflow-y:auto}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.modal-header h2{font-size:1.5rem;font-weight:600}.close-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.25rem;transition:background .2s;display:flex}.close-btn:hover{background:#dc2626}.form-group{margin-bottom:1.5rem}.form-group label{color:#e8eaed;margin-bottom:.5rem;font-weight:500;display:block}.form-group input,.form-group select{color:#e8eaed;background:#0f1419;border:1px solid #2d3748;border-radius:.5rem;width:100%;padding:.75rem;font-size:1rem}.form-group input:focus,.form-group select:focus{border-color:#3b82f6;outline:none}.form-actions{gap:1rem;margin-top:2rem;display:flex}.form-actions button{cursor:pointer;border:none;border-radius:.5rem;flex:1;padding:.75rem;font-weight:600;transition:all .2s}.btn-cancel{color:#e8eaed;background:#2d3748}.btn-cancel:hover{background:#4a5568}.btn-create{color:#fff;background:#3b82f6}.btn-create:hover{background:#2563eb}.warning{color:#92400e;background:#fef3c7;border-radius:.5rem;margin-bottom:1rem;padding:.75rem;font-size:.875rem}.generate-link{color:#60a5fa;cursor:pointer;margin-top:.25rem;font-size:.875rem;text-decoration:none;display:inline-block}.generate-link:hover{text-decoration:underline}
