html,body{height:100%;margin:0;padding:0;width:100%;overflow-x:hidden}body{min-height:100vh;min-height:-webkit-fill-available}#root{min-height:100vh;min-height:-webkit-fill-available;display:flex;flex-direction:column;width:100%;overflow-x:hidden}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden;width:100%}body{margin:0;padding:0;min-height:100vh;background:#16213e;color:#fff;font-family:system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;width:100%}.container{max-width:1024px;margin:0 auto;padding:2rem 1rem;width:100%;box-sizing:border-box}.heading{font-size:2rem;font-weight:700;text-align:center;margin-bottom:1.5rem;background:linear-gradient(to right,#60a5fa,#a78bfa);-webkit-background-clip:text;background-clip:text;color:transparent}.input{width:100%;padding:.75rem 1rem;border-radius:.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;font-size:1rem;transition:all .2s}.input:focus{outline:none;border-color:#60a5fa80;box-shadow:0 0 0 2px #60a5fa40}.button{width:100%;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;border:none}.button-primary{background:linear-gradient(to bottom right,#60a5fa,#a78bfa);color:#fff;box-shadow:0 4px 6px #0000001a}.button-primary:hover{transform:scale(1.02);box-shadow:0 6px 8px #00000026}.button-primary:active{transform:scale(.98)}.button-primary:disabled{background:linear-gradient(to bottom right,#4b5563,#6b7280);cursor:not-allowed;transform:none}.button-secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.button-secondary:hover{background:#ffffff26;border-color:#ffffff4d}.button-danger{background:linear-gradient(to bottom right,#ef4444,#f97316);color:#fff;box-shadow:0 4px 6px #0000001a}.button-danger:hover{transform:scale(1.02);box-shadow:0 6px 8px #00000026}.button-danger:active{transform:scale(.98)}.button-disabled{background:#4b55634d;cursor:not-allowed;opacity:.7}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.text-center{text-align:center}.card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:1.5rem}:root{--header-height: 4rem;--footer-height: auto}.main-layout{min-height:100vh;display:flex;flex-direction:column;width:100%;overflow-x:hidden}.main-nav{background:#00000040;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:.75rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.08);height:var(--header-height);box-sizing:border-box;position:sticky;top:0;z-index:1000;width:100%;left:0;right:0}.nav-logo{font-size:1.5rem;font-weight:700}.logo-link{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:transparent;text-decoration:none}.nav-links{display:flex;gap:2rem}.nav-link{color:#e5e7eb;text-decoration:none;padding:.5rem 1rem;border-radius:.375rem;transition:background-color .2s}.nav-link:hover{background:#ffffff1a}.main-content{flex:1 0 auto;width:100%;display:flex;flex-direction:column;justify-content:center}.main-footer{background:#0000004d;padding:2rem;box-sizing:border-box;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.08);flex-shrink:0;width:100%;left:0;right:0}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:1rem;align-items:center}.footer-links{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.footer-link{color:#e5e7eb;text-decoration:none;opacity:.8;transition:all .2s ease;padding:.25rem .5rem}.footer-link:hover{opacity:1;color:#60a5fa}.footer-copyright{color:#e5e7eb;opacity:.6;font-size:.875rem;text-align:center}@media (max-width: 768px){.main-nav{padding:.75rem 1rem}.nav-links{gap:1rem}.nav-link{padding:.5rem .75rem;font-size:.9rem}.nav-logo{font-size:1.25rem}.main-footer{padding:1.5rem 1rem}.footer-links{gap:1.5rem;font-size:.9rem}}@media (max-width: 480px){.nav-links{gap:.5rem}.nav-link{padding:.375rem .5rem;font-size:.85rem}.footer-links{flex-direction:column;gap:.75rem;text-align:center}}.profile-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:50%;background-color:#7171d3;color:#fff;cursor:pointer;transition:all .2s ease;position:relative;padding:0;aspect-ratio:1;overflow:hidden}.profile-button:hover{background-color:#5c5cb8;transform:scale(1.05)}.profile-avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;transition:transform .2s ease}@media (min-width: 640px){.profile-button,.profile-button.with-avatar{width:32px;height:32px}}.home-page{padding:2rem 1rem;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box}.hero-section{text-align:center;padding:4rem 0}.hero-title{font-size:3rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:1.5rem}.hero-subtitle{font-size:1.5rem;color:#e5e7eb;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;gap:1rem;justify-content:center}.button{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:transform .2s}.button:hover{transform:translateY(-2px)}.button-primary{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff}.button-secondary{background:#ffffff1a;color:#e5e7eb}.section-title{font-size:2rem;color:#e5e7eb;text-align:center;margin-bottom:2rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:3rem 0}.feature-card{background:#ffffff0d;padding:2rem;border-radius:1rem;text-align:center}.feature-card h3{color:#3b82f6;margin-bottom:1rem;font-size:1.25rem}.feature-card p{color:#e5e7eb;opacity:.8}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:3rem 0}.step-card{background:#ffffff0d;padding:2rem;border-radius:1rem;text-align:center;position:relative}.step-number{position:absolute;top:-1rem;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#3b82f6,#8b5cf6);width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.step-card h3{color:#3b82f6;margin:1rem 0;font-size:1.25rem}.step-card p{color:#e5e7eb;opacity:.8}.cta-section{text-align:center;padding:4rem 0;margin-top:2rem}.cta-section h2{font-size:2rem;color:#e5e7eb;margin-bottom:1rem}.cta-section p{color:#e5e7eb;opacity:.8;margin-bottom:2rem}@media (max-width: 768px){.home-page{padding:1rem .75rem}.hero-section{padding:2rem 0}.hero-title{font-size:2rem;word-wrap:break-word}.hero-subtitle{font-size:1.25rem}.hero-buttons{flex-direction:column;width:100%;max-width:300px;margin:0 auto}.button{width:100%}.features-grid,.steps-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card,.step-card{padding:1.5rem}}@media (max-width: 480px){.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1.125rem}.section-title{font-size:1.5rem}}.how-to-play{max-width:1000px;margin:0 auto;padding:2rem;color:#e5e7eb}.how-to-play h1{font-size:2.5rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:transparent;text-align:center;margin-bottom:2rem}.how-to-play section{margin-bottom:3rem}.how-to-play h2{font-size:1.8rem;color:#60a5fa;margin-bottom:1.5rem}.game-intro p{font-size:1.2rem;line-height:1.6;text-align:center;max-width:800px;margin:0 auto;opacity:.9}.game-modes{margin-bottom:3rem}.mode-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:1.5rem}.mode-card{padding:2rem;border-radius:1rem;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);transition:all .3s ease}.mode-card:hover{background:#ffffff14;transform:translateY(-4px);box-shadow:0 8px 24px #0003}.mode-card h3{font-size:1.5rem;margin-bottom:1rem;color:#60a5fa}.mode-card.word-mode{border-color:#3b82f64d}.mode-card.word-mode:hover{border-color:#3b82f680}.mode-card.question-mode{border-color:#8b5cf64d}.mode-card.question-mode:hover{border-color:#8b5cf680}.mode-description{font-size:1.05rem;line-height:1.6;opacity:.9;margin-bottom:1.5rem}.mode-details h4{color:#e5e7eb;font-size:1.1rem;margin-bottom:.75rem;margin-top:1rem}.mode-details ul{list-style-type:disc;margin-left:1.5rem}.mode-details li{margin-bottom:.5rem;line-height:1.5;opacity:.9}.role-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:1.5rem}.role-card{padding:1.5rem;border-radius:1rem;background:#ffffff0d}.role-card h3{font-size:1.4rem;margin-bottom:1rem}.role-card.regular h3{color:#34d399}.role-card.imposter h3{color:#f87171}.role-card p{line-height:1.5;opacity:.9}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.step{padding:1.5rem;background:#ffffff0d;border-radius:1rem}.step h3{color:#60a5fa;font-size:1.2rem;margin-bottom:1rem}.step ul{list-style-type:disc;margin-left:1.5rem}.step li{margin-bottom:.5rem;line-height:1.4;opacity:.9}.tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.tip{padding:1.5rem;background:#ffffff0d;border-radius:1rem}.tip h3{color:#60a5fa;font-size:1.2rem;margin-bottom:1rem}.tip ul{list-style-type:disc;margin-left:1.5rem}.tip li{margin-bottom:.5rem;line-height:1.4;opacity:.9}.ready-to-play{text-align:center;padding:3rem 0}.ready-to-play h2{margin-bottom:1rem}.ready-to-play p{margin-bottom:2rem;font-size:1.2rem;opacity:.9}.play-button{display:inline-block;padding:1rem 2rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;text-decoration:none;border-radius:.5rem;font-weight:600;transition:transform .2s}.play-button:hover{transform:translateY(-2px)}@media (max-width: 768px){.how-to-play{padding:1.5rem 1rem}.how-to-play h1{font-size:2rem}.how-to-play h2{font-size:1.5rem}.game-intro p{font-size:1.1rem}.mode-cards,.role-cards,.steps,.tips-grid{grid-template-columns:1fr}.mode-card,.step,.tip{padding:1.25rem}}.policy-page{max-width:800px;margin:0 auto;padding:2rem;color:#e5e7eb}.policy-page h1{font-size:2.5rem;color:#3b82f6;margin-bottom:1rem}.last-updated{color:#9ca3af;margin-bottom:2rem;font-style:italic}.policy-page section{margin-bottom:2rem}.policy-page h2{font-size:1.5rem;color:#60a5fa;margin-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:.5rem}.policy-page h3{font-size:1.25rem;color:#93c5fd;margin:1.5rem 0 1rem}.policy-page p{line-height:1.6;margin-bottom:1rem;opacity:.9}.policy-page ul{list-style-type:disc;margin-left:2rem;margin-bottom:1rem}.policy-page li{margin-bottom:.5rem;line-height:1.5;opacity:.9}@media (max-width: 768px){.policy-page{padding:1rem}.policy-page h1{font-size:2rem}.policy-page h2{font-size:1.25rem}.policy-page h3{font-size:1.1rem}}.profile-page{min-height:100%;padding:1rem;display:flex;justify-content:center}@media (min-width: 640px){.profile-page{padding:2rem}}.profile-container{width:100%;max-width:900px;display:grid;gap:1rem;padding-top:1rem}.profile-header{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;padding:2rem;background:linear-gradient(180deg,#ffffff14,#ffffff0a);border:1px solid rgba(255,255,255,.12);border-radius:1.25rem;position:relative;overflow:hidden}.profile-header:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,#fff0,#fff3,#fff0)}.header-left{display:flex;align-items:center;gap:1.5rem;flex:1}.header-avatar{width:80px;height:80px;border-radius:9999px;object-fit:cover;border:3px solid rgba(255,255,255,.15);box-shadow:0 4px 12px #0003;transition:transform .3s ease,border-color .3s ease}.header-avatar:hover{transform:scale(1.05);border-color:#ffffff4d}.header-text{display:flex;flex-direction:column;gap:.5rem;padding-top:.5rem}.header-title{font-weight:700;font-size:1.5rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center;text-align:center}.header-subtitle{color:#ffffffb3;font-size:1rem;display:flex;align-items:center;gap:.5rem}.profile-settings{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:1.5rem;flex-direction:column;gap:1.5rem}.settings-header{display:flex;flex-direction:column;gap:1rem;border-bottom:1px solid rgba(255,255,255,.08);align-items:center;padding-bottom:1rem}@media (min-width: 640px){.settings-header{flex-direction:row;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:1.5rem}}.settings-title{font-size:1.25rem;font-weight:600;color:#fff}.edit-form{display:grid;gap:1rem;background:#ffffff08;padding:1rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.08)}@media (min-width: 640px){.edit-form{grid-template-columns:auto 1fr auto;gap:1.25rem;padding:1.25rem;align-items:center}}.edit-form-label{color:#ffffffb3;font-size:.9rem;min-width:100px}.edit-form-input{flex:1;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:.5rem;padding:.5rem 1rem;color:#fff;font-size:1rem;transition:all .2s ease}.edit-form-input:focus{border-color:#ffffff4d;outline:none;background:#ffffff26}.edit-form-actions{display:flex;gap:.75rem}.header-subtitle svg{width:16px;height:16px;opacity:.7}.header-actions{display:flex;gap:.5rem}.page-title{font-size:1.5rem;font-weight:800;margin:0}.profile-content{display:flex;flex-direction:column;gap:1rem}.profile-info{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:1.5rem;border-radius:.5rem;background:#ffffff0d}.avatar-container{position:relative;width:128px;height:128px}.avatar-ring{padding:4px;border-radius:50%;background:conic-gradient(from 180deg at 50% 50%,#3b82f666,#ec489966,#3b82f666)}.profile-avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;border:4px solid rgba(255,255,255,.1)}.profile-details{text-align:center;width:100%}.profile-info-row{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:.5rem}.profile-meta{display:grid;gap:.5rem;justify-content:center}.email-row,.joined-row{display:inline-flex;align-items:center;gap:.5rem;color:#ffffffb3;font-size:.9rem}.nickname-input{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:.375rem;padding:.5rem 1rem;color:#fff;width:100%;max-width:300px;margin-bottom:1rem}.edit-buttons{display:flex;gap:1rem;justify-content:center}.edit-button,.save-button,.cancel-button{padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;transition:all .2s}.edit-button{background:#ffffff1a;color:#fffc}.save-button{background:#3b82f6;color:#fff}.cancel-button{background:#ffffff1a;color:#fffc}.sign-out-button{padding:.5rem 1rem;border-radius:.375rem;background:#ef44441a;color:#ef4444;transition:all .2s}.sign-out-button:hover{background:#ef444433}.profile-actions{display:flex;gap:.75rem}.primary-button{background:#3b82f6;color:#fff;padding:.55rem .9rem;border-radius:.5rem;font-weight:600;font-size:.9rem;border:1px solid transparent;transition:background-color .2s ease,box-shadow .2s ease}.primary-button:hover{background:#2563eb}.secondary-button{background:#ffffff14;color:#ffffffe6;border:1px solid rgba(255,255,255,.12);padding:.55rem .9rem;border-radius:.5rem;font-weight:600;font-size:.9rem;transition:background-color .2s ease}.secondary-button:hover{background:#ffffff1f}.danger-button{background:#ef44441f;color:#f87171;border:1px solid rgba(239,68,68,.3);padding:.55rem .9rem;border-radius:.5rem;font-weight:600;font-size:.9rem;transition:background-color .2s ease}.danger-button:hover{background:#ef444433}.stats-section{padding:1.5rem;border-radius:.5rem;background:#ffffff0d}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.stat-card{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:linear-gradient(180deg,#ffffff0f,#ffffff08);border-radius:.75rem;border:1px solid rgba(255,255,255,.12);transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.stat-card h3{font-size:.875rem;color:#fff9;margin-bottom:.5rem}.stat-value{font-size:1.375rem;font-weight:700;color:#fff}.stat-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:9999px;background:#ffffff0f;color:#ffffffe6;border:1px solid rgba(255,255,255,.12)}.stat-card:hover{transform:translateY(-2px);box-shadow:0 10px 20px #00000026}.login-prompt{display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem}.auth-card{width:100%;max-width:420px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);box-shadow:0 10px 30px #00000040;border-radius:1rem;padding:2rem;text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.auth-header{margin-bottom:1.25rem}.auth-title{font-size:1.5rem;font-weight:800;margin:0 0 .5rem}.auth-subtitle{color:#ffffffbf;font-size:.95rem;margin:0}.google-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:44px;padding:10px 16px;border-radius:8px;background:#fff;color:#3c4043;font-weight:600;letter-spacing:.01em;border:1px solid #dadce0;box-shadow:0 1px 2px #0000000f;transition:box-shadow .2s ease,transform .02s ease,background-color .2s ease}.google-btn:hover{box-shadow:0 2px 6px #0000001a;background:#fff}.google-btn:active{transform:translateY(1px)}.google-btn:focus{outline:none}.google-btn:focus-visible{box-shadow:0 0 0 4px #4285f44d}.btn-icon{width:18px;height:18px;display:inline-block}.btn-label{line-height:1}.legal-text{margin-top:.75rem;font-size:.85rem;color:#ffffffa6}@media (min-width: 640px){.profile-info{flex-direction:row;align-items:flex-start;text-align:left}.profile-details{text-align:left}.profile-info-row,.edit-buttons{justify-content:flex-start}.header-actions{gap:.75rem}}.instructions-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:9999}.instructions-modal{background:#111827;border:1px solid rgba(255,255,255,.1);border-radius:12px;width:calc(100% - 2rem);max-width:600px;max-height:80%;overflow-y:auto;box-shadow:0 10px 30px #00000080;padding:24px;margin:1rem;display:flex;flex-direction:column;color:#fff;box-sizing:border-box}.instructions-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.instructions-header h1{font-size:1.5rem;font-weight:700;margin:0;background:linear-gradient(to right,#3b82f6,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:transparent}.close-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);cursor:pointer;color:#fff;padding:8px;border-radius:50%;transition:all .2s;display:flex;align-items:center;justify-content:center}.close-btn:hover{background:#fff3;transform:scale(1.05)}.close-btn:active{transform:scale(.95)}.instructions-content{display:flex;flex-direction:column;gap:2rem}.instructions-section{padding:1.5rem;border-radius:.75rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08)}.instructions-section h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#60a5fa}.instructions-content h2{font-size:1.25rem;font-weight:600;margin-bottom:16px;color:#818cf8}.instructions-content ol{padding-left:24px;margin-bottom:12px}.instructions-content li{margin-bottom:10px;line-height:1.6;color:#e5e7eb;font-size:.95rem}.instructions-content strong{color:#60a5fa;font-weight:600}.instructions-content .tip{font-style:italic;color:#9ca3af;font-size:.9rem;margin-top:12px;padding:10px 12px;border-radius:8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}@media (max-width: 640px){.instructions-modal{width:95%;padding:20px;max-height:85%}.instructions-section{padding:1.25rem}.instructions-section h3{font-size:1.1rem}.instructions-content li{font-size:.9rem}}.lobby-menu{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;height:100%}.lobby-menu-content{width:100%;padding:2rem 1rem;text-align:center}.lobby-menu-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center}.lobby-menu-heading{font-size:3rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(to right,#3b82f6,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:transparent}.how-to-play-button{background:none;border:none;color:#60a5fa;font-size:1rem;cursor:pointer;padding:.5rem 1rem;margin-bottom:2rem;transition:all .2s;text-decoration:underline;text-underline-offset:4px;font-weight:500}.how-to-play-button:hover{color:#93c5fd}.how-to-play-button:active{transform:translateY(1px)}@media (max-width: 768px){.lobby-menu-heading{font-size:2.25rem}}@media (max-width: 480px){.lobby-menu-heading{font-size:2rem}.lobby-menu-content{padding:1.5rem .75rem}}.public-rooms{max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center;height:100%}.public-rooms h2{text-align:center;margin-bottom:2rem;color:var(--color-text-primary);font-size:1.75rem;font-weight:700;letter-spacing:-.5px;background:linear-gradient(135deg,#60a5fa,#3b82f6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.public-rooms-loading,.no-rooms{text-align:center;color:var(--color-text-secondary);padding:3rem 2rem;font-size:1.1rem;background:#ffffff08;border-radius:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%}.rooms-list{display:flex;flex-direction:column;gap:1rem;max-height:400px;overflow-y:auto;padding:.5rem;width:100%}.room-item{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.room-item:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(96,165,250,.5),transparent);opacity:0;transition:opacity .3s ease}.room-item:hover{background:#ffffff14;transform:translateY(-2px);box-shadow:0 8px 16px #00000026}.room-item:hover:before{opacity:1}.room-info{display:flex;flex-direction:column;gap:1.25rem;flex:1}.room-header{display:flex;justify-content:space-between;align-items:center;gap:1.25rem}.room-id{font-size:1.2rem;font-weight:700;color:#60a5fa;letter-spacing:-.25px}.room-status{display:flex;align-items:center;gap:.75rem}.room-players{font-size:.9rem;padding:.35rem 1rem;border-radius:999px;background:#3b82f626;color:#60a5fa;font-weight:600;letter-spacing:.25px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.room-players.full{background:#ef444426;color:#f87171}.room-details{display:flex;flex-wrap:wrap;gap:1.25rem}.room-detail{display:flex;align-items:center;gap:.75rem}.detail-label{font-size:.9rem;color:#fff9;font-weight:500}.detail-value{font-size:.9rem;color:#ffffffe6;font-weight:600}.button{padding:.75rem 1.5rem;border-radius:.75rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);min-width:120px;text-align:center;background:linear-gradient(135deg,#60a5fa,#3b82f6);color:#fff;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem;border:none;cursor:pointer}.button:hover{transform:translateY(-1px) scale(1.02);box-shadow:0 4px 12px #3b82f64d}@media (max-width: 600px){.public-rooms{padding:1rem}.public-rooms h2{font-size:1.5rem;margin-bottom:1.5rem}.room-item{flex-direction:column;gap:1.25rem;padding:1.25rem}.room-info{align-items:center;text-align:center}.room-header{flex-direction:column;gap:1rem}.room-details{justify-content:center}.button{width:100%}}.lobby-join{width:100%;display:flex;flex-direction:column;align-items:center;padding:2rem 1rem}.lobby-join-content{width:100%;max-width:32rem;display:flex;flex-direction:column;align-items:center;gap:2rem}.lobby-join-header{position:sticky;top:0;background:linear-gradient(to bottom,var(--color-background-primary) 80%,transparent);width:100%;padding:1rem 0;margin-bottom:1rem;text-align:center;z-index:10}.lobby-join-toggle{position:sticky;top:4.5rem;background:linear-gradient(to bottom,var(--color-background-primary) 80%,transparent);width:100%;padding:.5rem 0 1.5rem;z-index:10}.join-mode-selector{width:100%;display:flex;gap:.5rem;padding:.25rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem}.mode-button{flex:1;padding:.75rem;border-radius:.375rem;font-size:.875rem;font-weight:500;color:#fffc;background:transparent;border:none;cursor:pointer;transition:all .2s}.mode-button.mode-active{background:#3b82f633;color:#fff}.mode-button:hover:not(.mode-active){background:#ffffff0d}.heading{font-size:2rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(to right,#3b82f6,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:transparent;text-align:center}.lobby-join-main-content{width:100%;flex:1;display:flex;flex-direction:column;margin-bottom:1rem;min-height:0;overflow:hidden;align-items:center}.lobby-join-form{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:1rem;box-shadow:0 4px 6px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:100%;align-items:center;width:fit-content}.lobby-join-form>*{width:100%;box-sizing:border-box}.lobby-join-message{text-align:center;font-size:.875rem;line-height:1.4;padding:.75rem;border-radius:.5rem;background:#0003;width:100%;box-sizing:border-box;margin:0}.text-error{color:#ef4444}.text-success{color:#22c55e}.loading-text{display:flex;align-items:center;justify-content:center;gap:.5rem}.loading-spinner{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.input{width:100%;padding:1rem 1.5rem;border-radius:.75rem;background:#111827cc;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:1.125rem;transition:all .2s;box-sizing:border-box;margin:0}.input::placeholder{color:#fff6}.input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f64d;background:#111827e6}.button{width:100%;padding:.75rem 1.5rem;border-radius:.5rem;font-size:1rem;font-weight:600;transition:all .2s;cursor:pointer;box-sizing:border-box;margin:0;border:none}.input-success{border-color:#22c55e33}.input-success:focus{border-color:#22c55e66;box-shadow:0 0 0 2px #22c55e33}.input-error{border-color:#ef444433}.input-error:focus{border-color:#ef444466;box-shadow:0 0 0 2px #ef444433}.input-loading{border-color:#60a5fa33}.input-loading:focus{border-color:#60a5fa66;box-shadow:0 0 0 2px #60a5fa33}.chat-box{width:90%;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#111827cc;overflow-y:auto;padding:10px;margin:0;flex:1;min-height:0;align-self:center;height:100%}.messages{display:flex;flex-direction:column;gap:8px}.message{padding:6px 10px;border-radius:6px;background:#ffffff0d;color:#e5e7eb;word-break:break-word;overflow-wrap:break-word}.message .sender{font-weight:600;margin-right:8px;color:#60a5fa;white-space:nowrap}.message .text{color:#e5e7eb}.system-message{background:#4b55634d;color:#9ca3af;font-style:italic;text-align:center}.lobby-room{width:100%;max-width:1200px;margin:0 auto;padding:2rem 1rem;position:relative;display:grid;grid-template-columns:1fr minmax(300px,400px);gap:2rem;align-items:start;box-sizing:border-box}@media (max-width: 768px){.lobby-room{grid-template-columns:1fr;max-width:32rem;padding:1rem .75rem}}.lobby-room-content{width:100%;display:flex;flex-direction:column;gap:1.5rem;align-items:center}.lobby-room-header{width:100%;text-align:center}.heading{font-size:2rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(to right,#3b82f6,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:transparent}.lobby-room-code{font-weight:600;font-size:1.125rem}.lobby-room-code span{color:#60a5fa}.lobby-room-nickname{width:100%;max-width:20rem;padding:1.5rem;border-radius:.75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:1rem;align-items:center}.lobby-room-nickname label{font-size:1.125rem;font-weight:600;color:#e5e7eb}.input{width:100%;max-width:20rem;padding:.75rem 1.5rem;border-radius:.5rem;background:#111827cc;border:1px solid rgba(255,255,255,.2);color:#fff;text-align:center;font-size:1rem;transition:all .2s;box-sizing:border-box}.lobby-room-settings{width:100%;display:flex;gap:1rem;align-items:center;flex-direction:column}.settings-label{font-size:1.25rem;font-weight:700;text-align:center;background:linear-gradient(to right,#818cf8,#a78bfa);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:.5rem}.settings-group{width:100%;max-width:24rem;display:flex;gap:1rem;justify-content:center;flex-direction:column}.settings-option{flex:1;display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.settings-option label{font-weight:600;color:#d1d5db;display:flex;align-items:center;gap:.5rem}.disabled-note{font-size:.75rem;font-weight:400;color:#6b7280;font-style:italic}.settings-option select{width:100%;padding:.75rem 2.5rem .75rem 1.5rem;border-radius:.5rem;background:#111827cc;border:1px solid rgba(255,255,255,.2);color:#fff;text-align:left;appearance:none;cursor:pointer;box-sizing:border-box;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem}.settings-option select option{background:#111827;color:#fff;padding:.5rem 1rem}.settings-option select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f64d}.settings-option select:disabled{opacity:.5;cursor:not-allowed}.game-mode-section{position:relative}.game-mode-description{margin-top:.5rem;padding:.75rem;background:#111827cc;border:1px solid rgba(255,255,255,.1);border-radius:.5rem}.game-mode-description p{font-weight:600;color:#60a5fa;margin:0 0 .5rem}.game-mode-details{display:block;font-size:.875rem;color:#d1d5db;line-height:1.4}.players-list{width:100%;max-width:20rem;height:12rem;padding:1rem;border-radius:.75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:.5rem;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}.players-list::-webkit-scrollbar{width:6px}.players-list::-webkit-scrollbar-track{background:transparent}.players-list::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:3px}.player-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:.5rem;transition:all .2s;border:1px solid transparent;background:#ffffff05}.player-item.current{background:#60a5fa1a;border-color:#60a5fa33}.player-avatar{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;background:linear-gradient(to bottom right,#60a5fa33,#a78bfa33);border:1px solid rgba(255,255,255,.1);font-weight:600;font-size:1.125rem}.player-info{display:flex;align-items:center;gap:.5rem;flex:1}.player-name{font-weight:500;font-size:1rem}.player-tag{font-size:.875rem;color:#60a5fa;font-weight:600}.button-small{width:auto;max-width:none;padding:.25rem .5rem;font-size:.875rem;margin-left:auto}.button{width:100%;max-width:20rem;padding:.75rem 1.5rem;border-radius:.5rem;font-size:1rem;font-weight:600;transition:all .2s;cursor:pointer}.button-disabled{background:#4b55634d;color:#ffffff80;cursor:not-allowed}.button-danger{background:linear-gradient(to right,#ef4444,#f97316);color:#fff;box-shadow:0 4px 6px -1px #ef444433}.button-danger:hover{box-shadow:0 6px 8px -1px #ef44444d}.lobby-room-buttons{width:100%;max-width:24rem;display:flex;flex-direction:column;gap:1rem;align-items:center}.text-error{color:#ef4444;text-align:center;font-size:.875rem;margin-top:-.5rem}.chat-section{position:sticky;top:2rem;height:calc(100vh - 4rem);padding:1rem;border-radius:.75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;min-height:600px;max-height:fit-content}@media (max-width: 1000px){.chat-section{max-height:400px}}.chat-input{display:flex;gap:.5rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.1);max-height:60px}.chat-input button{max-width:5rem;height:40px;min-height:40px;padding:8px 16px;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.chat-section{position:static;height:auto;min-height:300px}}.scrollable-list-container{width:100%;display:flex;flex-direction:column}.scrollable-list-title{font-size:1.25rem;font-weight:700;text-align:center;color:#818cf8;margin-bottom:.75rem}.scrollable-table-container{width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;overflow:hidden}.scrollable-table{width:100%;border-collapse:collapse}.scrollable-table th{background:#ffffff1a;color:#818cf8;font-weight:600;text-align:left;padding:.75rem;position:sticky;top:0;z-index:1}.scrollable-table td{padding:.75rem;border-bottom:1px solid rgba(255,255,255,.05)}.scrollable-table tr:last-child td{border-bottom:none}.scrollable-table-content{overflow-y:auto;width:100%}.scrollable-list-content{width:100%;overflow-y:auto;border-radius:.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:.5rem}.scrollable-list-item{margin-bottom:.5rem}.scrollable-list-item:last-child{margin-bottom:0}.scrollable-list-content::-webkit-scrollbar,.scrollable-table-content::-webkit-scrollbar{width:6px}.scrollable-list-content::-webkit-scrollbar-track,.scrollable-table-content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.scrollable-list-content::-webkit-scrollbar-thumb,.scrollable-table-content::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.scrollable-list-content::-webkit-scrollbar-thumb:hover,.scrollable-table-content::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.game-container{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;overflow:hidden;position:relative;height:100%}.game-content{width:100%;height:100%;max-width:20rem;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1rem}.round-indicator{font-size:1.25rem;font-weight:600;color:#818cf8;text-align:center}.current-player{font-size:1.125rem;color:#e5e7eb;text-align:center;margin-top:.5rem}.current-player b{color:#60a5fa;font-weight:600}.theme-note{font-size:1rem;color:#9ca3af;text-align:center;margin-top:.5rem}.theme-note b{color:#818cf8;font-weight:600}.imposter-text{text-align:center;color:#ef4444!important;font-size:1.25rem;font-weight:600;margin:1rem 0;text-transform:uppercase;letter-spacing:.05em}.imposter-notice{text-align:center;color:#fbbf24;font-size:1.25rem;font-weight:600;margin:1.5rem auto;padding:1rem 1.5rem;background:#fbbf241a;border-radius:.75rem;border:2px solid rgba(251,191,36,.3);max-width:24rem;box-shadow:0 4px 6px #fbbf241a;animation:pulse 2s ease-in-out infinite}.word-text{text-align:center;color:#e5e7eb;font-size:1.125rem;margin:1.5rem 0}.word-value{color:#22c55e;font-weight:600;margin-left:.5rem}.input{width:100%;max-width:20rem;padding:.75rem 1.5rem;border-radius:.5rem;background:#111827cc;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:1rem;transition:all .2s;box-sizing:border-box}.input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f64d}.input:disabled{opacity:.5;cursor:not-allowed}.button{width:100%;max-width:20rem;padding:.75rem 1.5rem;border-radius:.5rem;font-size:1rem;font-weight:600;transition:all .2s;cursor:pointer;box-sizing:border-box}.button:hover:not(:disabled){transform:translateY(-1px)}.button:active:not(:disabled){transform:translateY(1px)}.button-primary{background:linear-gradient(to right,#3b82f6,#8b5cf6);color:#fff;box-shadow:0 4px 6px -1px #3b82f633}.button-primary:hover:not(:disabled){box-shadow:0 6px 8px -1px #3b82f64d}.button-end-game{background:linear-gradient(to right,#ef4444,#f97316);color:#fff;box-shadow:0 4px 6px -1px #ef444433;margin-top:2rem}.button-end-game:hover{box-shadow:0 6px 8px -1px #ef44444d}.button:disabled{background:#4b55634d;color:#ffffff80;cursor:not-allowed;box-shadow:none}.waiting-message{text-align:center;color:#9ca3af;font-size:1rem}.waiting-name{color:#60a5fa;font-weight:600}.clue-item{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:.5rem;background:#ffffff0d}.avatar{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;background:linear-gradient(to bottom right,#60a5fa33,#a78bfa33);border:1px solid rgba(255,255,255,.1);font-weight:600;color:#fff;flex-shrink:0}.player-name{font-weight:500;color:#60a5fa;flex-shrink:0}.clue-text{color:#e5e7eb;font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.leave-room-button{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:.5rem;transition:all .2s ease;cursor:pointer;box-shadow:0 2px 4px #ef444433;position:absolute;top:1.5rem;right:1rem}@media (max-width: 768px){.game-container{padding:.75rem}.imposter-notice{font-size:1.1rem;padding:.875rem 1.25rem;max-width:calc(100% - 1rem)}.round-indicator{font-size:1.125rem}.current-player{font-size:1rem}.leave-room-button{top:.5rem;right:.5rem;padding:.4rem .8rem;font-size:.8rem}}@media (max-width: 480px){.imposter-notice{font-size:1rem;padding:.75rem 1rem}}.question-display{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);padding:2rem 1rem;border-radius:1.5rem;margin:2rem auto;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.1);max-width:800px;width:calc(100% - 2rem);box-sizing:border-box;box-shadow:0 8px 32px #0000001a;animation:fadeIn .5s ease-out}.question-text{font-size:1.75rem;color:#f9fafb;margin-bottom:1rem;line-height:1.4;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.1)}.question-hint{font-size:1.1rem;color:#9ca3af;font-style:italic;max-width:600px;margin:0 auto 1.5rem}.answer-input{display:flex;gap:1rem;margin:1.5rem auto;width:100%;max-width:600px;align-items:center;position:relative;background:#0003;border-radius:16px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);padding:1.25rem;box-shadow:0 8px 32px #0000001a}.input-field{padding:1rem 1.5rem;height:56px;border-radius:12px;border:2px solid rgba(99,102,241,.3);background:#111827e6;color:#fff;font-size:1.125rem;width:100%;transition:all .2s ease;box-shadow:0 4px 6px #0000001a;min-width:0;flex:1}.input-field:focus{outline:none;border-color:#6366f1;background:#111827f2;box-shadow:0 0 0 4px #6366f126}.input-field::placeholder{color:#9ca3af;opacity:.8}.input-field[type=number]{appearance:textfield;-moz-appearance:textfield;text-align:center;font-variant-numeric:tabular-nums;letter-spacing:.05em}.input-field[type=number]::-webkit-outer-spin-button,.input-field[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}.button{height:56px;padding:0 2rem;border-radius:12px;border:none;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:140px;background:linear-gradient(135deg,#6366f1,#4f46e5);box-shadow:0 4px 6px #6366f133;white-space:nowrap;display:flex;align-items:center;justify-content:center}.button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 12px #6366f14d;background:linear-gradient(135deg,#5155e3,#4338ca)}.button:active:not(:disabled){transform:translateY(1px);box-shadow:0 2px 4px #6366f133}.button:disabled{background:#374151;cursor:not-allowed;opacity:.7;box-shadow:none;transform:none}.button-content{display:flex;align-items:center;gap:.75rem;color:#fff}.keyboard-shortcut{font-size:.875rem;padding:.25rem .5rem;background:#ffffff26;border-radius:6px;font-weight:500;color:#ffffffe6;border:1px solid rgba(255,255,255,.2)}@media (max-width: 768px){.question-display{padding:1.5rem .75rem;margin:1rem auto;width:calc(100% - 1rem)}.answer-input{flex-direction:column;padding:1rem;gap:1rem;margin:1rem auto;width:calc(100% - 2rem);max-width:100%}.button{min-width:0;width:100%;height:48px}.input-field{height:48px;font-size:1rem;width:100%}.question-text{font-size:1.25rem;padding:0 .5rem}.question-hint{font-size:1rem}.answers-grid{grid-template-columns:1fr;max-width:100%}.answers-list{padding:1.5rem 1rem;margin:1rem auto;width:calc(100% - 2rem)}.answer-item{padding:.875rem 1rem}.player-name{font-size:.9rem}.leave-room-button{top:.5rem;right:.5rem;padding:.5rem 1rem;font-size:.875rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.answers-list{background:#ffffff0d;padding:2rem;border-radius:1rem;margin:2rem auto;max-width:800px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;flex-direction:column}.answers-list h3{margin-bottom:1.5rem;color:#f3f4f6;font-size:1.25rem;font-weight:600;text-align:center}.answers-grid{display:flex;flex-wrap:wrap;gap:1rem;max-width:720px;margin:0 auto}.answer-item{display:flex;align-items:center;padding:1rem 1.25rem;background:#ffffff1a;border-radius:.75rem;border:1px solid rgba(255,255,255,.1);transition:all .2s ease;box-shadow:0 2px 4px #0000001a;min-width:0}.answer-item:hover{background:#ffffff26;transform:translateY(-1px)}.player-name{color:#f9fafb;font-weight:600;font-size:1.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:1rem}.answer-status{font-size:1.25rem;display:flex;align-items:center;justify-content:center;border-radius:50%;gap:.5rem;flex-shrink:0}.answer-status.submitted{color:#34d399;background:#34d3991a}.answer-status.pending{color:#9ca3af;background:#9ca3af1a}.imposter-notice{color:#fbbf24;text-align:center;font-weight:600;font-size:1.25rem;margin:1.5rem 0;padding:1rem;background:#fbbf241a;border-radius:.75rem;border:1px solid rgba(251,191,36,.2)}.game-status{text-align:center;margin-bottom:2.5rem;animation:fadeIn .5s ease-out}.game-status h2{color:#f9fafb;font-size:2rem;font-weight:700;margin-bottom:.5rem}.leave-room-button{position:absolute;top:1.5rem;right:1.5rem;padding:.75rem 1.25rem;border-radius:.75rem;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;cursor:pointer;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 6px #ef444433}.leave-room-button:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px);box-shadow:0 6px 12px #ef44444d}.leave-room-button:active{transform:translateY(1px);box-shadow:0 2px 4px #ef444433}.error-message{color:#ef4444;font-size:.875rem;margin-top:.75rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.timer{font-size:1.5rem;color:#f9fafb;font-weight:600;margin:1rem 0;display:flex;align-items:center;justify-content:center;gap:.5rem}.timer-warning{color:#fbbf24;animation:pulse 1s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.voting-container{display:flex;flex-direction:column;width:100%;height:100%;max-height:100%;background:#111827fa;padding:3rem;gap:1rem;margin:2rem;position:relative}@media (min-width: 768px){.voting-container{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,1fr);width:100%;max-width:90rem;margin:0 auto;padding:1.75rem}}.voting-main{display:flex;flex-direction:column;gap:1rem;min-width:0;flex:1;margin-top:1rem;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:env(safe-area-inset-bottom)}@media (min-width: 768px){.voting-main{overflow-y:auto;padding-right:1rem}}.voting-heading{font-size:1.25rem;font-weight:600;text-align:center;color:#e5e7eb;margin-bottom:.5rem;letter-spacing:.025em}.vote-box{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;padding:1rem;margin-bottom:1rem;-webkit-overflow-scrolling:touch}.suspect-buttons{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,160px),1fr));gap:.75rem;width:100%;padding:.5rem}.suspect-button{position:relative;width:100%;min-height:48px;padding:.75rem 1rem;border-radius:.75rem;font-size:clamp(.875rem,2vw,.9375rem);font-weight:500;color:#e5e7eb;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);transition:all .2s ease;text-align:center;overflow:hidden;box-shadow:0 2px 4px #0000001a;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.suspect-button:not(:disabled):not(.selected):hover{background:#ffffff1a;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.suspect-button:not(:disabled):not(.selected):active{transform:translateY(1px);box-shadow:0 1px 2px #0000001a}.suspect-button.selected{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-color:transparent;color:#fff;box-shadow:0 4px 12px #3b82f64d;font-weight:600;transform:none}.suspect-button:disabled{opacity:.5;cursor:not-allowed}.suspect-button.no-imposter{background:#ef44441a;color:#ef4444;border-color:#ef444433}.suspect-button.no-imposter:not(:disabled):not(.selected):hover{background:#ef444426}.suspect-button.no-imposter.selected{background:linear-gradient(135deg,#ef4444,#f97316);color:#fff;border-color:transparent;box-shadow:0 4px 12px #ef44444d;transform:none}.reveal-button{width:100%;padding:1rem 1.5rem;font-size:1.125rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#6b7280,#4b5563);border:none;border-radius:.75rem;transition:all .2s ease;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 4px 12px #4b55634d;opacity:.7;cursor:not-allowed}.reveal-button.reveal-button-enabled{background:linear-gradient(135deg,#059669,#10b981);box-shadow:0 4px 12px #0596694d;opacity:1;cursor:pointer}.reveal-button.reveal-button-enabled:hover{transform:translateY(-2px);box-shadow:0 6px 16px #05966966}.reveal-button.reveal-button-enabled:active{transform:translateY(1px)}.voting-message{text-align:center;color:#9ca3af;font-size:1.125rem;margin-top:1rem;padding:1rem;background:#ffffff0d;border-radius:.5rem;border:1px solid rgba(255,255,255,.1)}.avatar{width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;background:linear-gradient(135deg,#60a5fa33,#a78bfa33);border:1px solid rgba(255,255,255,.1);font-weight:600;color:#fff;margin-right:.5rem;font-size:.875rem}.clues-table{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;margin:1rem 0;overflow:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent;max-height:min(calc(var(--vh, 1vh) * 50),24rem)}.clues-table::-webkit-scrollbar{width:6px;height:6px}.clues-table::-webkit-scrollbar-track{background:transparent}.clues-table::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:3px}.clues-table table{width:100%;border-collapse:collapse;font-size:clamp(.75rem,2vw,.875rem);min-width:100%;border-spacing:0;table-layout:fixed}.clues-table th{position:sticky;top:0;color:#9ca3af;font-weight:500;text-align:left;padding:.75rem .5rem;background:#000c;border-bottom:1px solid rgba(255,255,255,.1);border-right:1px solid rgba(255,255,255,.05);z-index:1}.clues-table th:last-child{border-right:none}.clues-table th.player-column{width:100px;min-width:100px;position:sticky;left:0;z-index:2;background:#000c}.clues-table th.round-column{min-width:120px}.clues-table td{padding:.75rem .5rem;color:#e5e7eb;border-bottom:1px solid rgba(255,255,255,.05);border-right:1px solid rgba(255,255,255,.05);vertical-align:middle;text-align:left}.clues-table td:first-child{position:sticky;left:0;background:#111827fa;z-index:1;font-weight:600;white-space:nowrap;color:#fff;padding-right:1rem;border-right:2px solid rgba(255,255,255,.1)}.clues-table td:last-child{border-right:none}.clues-table tr:last-child td{border-bottom:none}.clue-item{background:#ffffff1a;padding:.5rem 1rem;border-radius:.375rem;color:#e5e7eb;display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-wrap:break-word;line-height:1.4;margin:.25rem 0}@media (max-width: 480px){.voting-container{padding:.5rem;gap:.5rem}.clues-table{margin:.5rem 0;border-radius:.375rem}.clues-table th,.clues-table td{padding:.625rem .375rem;font-size:.8125rem}.clue-item{padding:.25rem .5rem;font-size:.8125rem}}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.suspect-button.selected{animation:pulse 2s infinite}.vote-note{text-align:center;color:#9ca3af;font-size:.875rem;margin-bottom:.75rem;padding:.5rem;background:#ffffff0d;border-radius:.375rem;border:1px solid rgba(255,255,255,.1)}.leave-room-button{width:auto;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:.5rem;transition:all .2s ease;cursor:pointer;box-shadow:0 2px 4px #ef444433;position:absolute;top:1rem;right:1rem}.leave-room-button:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px);box-shadow:0 4px 6px #ef44444d}.leave-room-button:active{transform:translateY(1px);box-shadow:0 1px 2px #ef444433}.answers-table{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;margin:1rem 0;overflow:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent;max-height:min(calc(var(--vh, 1vh) * 50),24rem);padding:1rem}.answers-table .question-text{text-align:center;color:#e5e7eb;font-size:1.1rem;margin-bottom:1rem;padding:.5rem;background:#ffffff0d;border-radius:.375rem}.answers-table table{width:100%;border-collapse:collapse;font-size:clamp(.75rem,2vw,.875rem);min-width:100%;border-spacing:0;table-layout:fixed}.answers-table th{color:#9ca3af;font-weight:500;text-align:left;padding:.75rem .5rem;background:#0000004d;border-bottom:1px solid rgba(255,255,255,.1)}.answers-table td{padding:.75rem .5rem;color:#e5e7eb;border-bottom:1px solid rgba(255,255,255,.05);vertical-align:middle;text-align:left}.answers-table .player-column{width:30%}.answers-table .answer-column{width:70%}.answer-item{background:#ffffff1a;padding:.5rem 1rem;border-radius:.375rem;color:#e5e7eb;display:inline-block;width:90%;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-wrap:break-word;line-height:1.4}.chat-container{display:flex;flex-direction:column;max-height:600px;min-height:300px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;overflow:hidden}@media (max-width: 768px){.chat-container{min-height:250px;margin-bottom:1rem}}.chat-messages{flex:1 1 0;min-height:250px;max-height:calc(100vh - 200px);overflow-y:auto;padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.chat-message{padding:.5rem .75rem;border-radius:.75rem;max-width:85%;word-wrap:break-word;font-size:.875rem}.chat-message.sent{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;margin-left:auto;border-bottom-right-radius:.25rem}.chat-message.received{background:#ffffff1a;color:#e5e7eb;margin-right:auto;border-bottom-left-radius:.25rem}.sender-name{display:block;font-size:.8em;margin-bottom:4px;opacity:.8}.message-text{display:block}.chat-input-container{display:flex;max-height:40px;gap:.5rem;padding:.75rem;background:#0003;border-top:1px solid rgba(255,255,255,.1);flex-shrink:0;align-items:center}.chat-input{flex:1;min-width:0;padding:.5rem .75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.375rem;color:#e5e7eb}.chat-input::placeholder{color:#e5e7eb80}.chat-send-button{padding:.5rem .75rem;background:#3b82f6cc;color:#fff;border:none;border-radius:.375rem;cursor:pointer;white-space:nowrap;flex-shrink:0}.chat-send-button:hover{background-color:#0056b3}.chat-send-button:disabled{background-color:#6c757d;cursor:not-allowed}.results-container{width:calc(100% - 8rem);max-width:60rem;height:calc(95vh - 4rem);max-height:48rem;padding:1.5rem;background:#111827b3;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;box-shadow:0 8px 32px #0003;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.results-header{text-align:center;color:#e5e7eb;margin-bottom:1rem}.results-header h2{font-size:1.875rem;font-weight:700;margin-bottom:.5rem}.result-banner{padding:1rem;border-radius:.5rem;text-align:center;border:1px solid rgba(255,255,255,.1);background:#ffffff0d}.result-banner.success{background:#10b9811a;border-color:#10b98133}.result-banner.error{background:#ef44441a;border-color:#ef444433}.result-banner h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#e5e7eb}.result-banner p{color:#9ca3af}.imposter-reveal{text-align:center;padding:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem}.imposter-text{font-size:1.125rem;color:#9ca3af}.imposter-name{font-weight:600;color:#ef4444}.player-grid{display:flex;flex-wrap:wrap;justify-content:space-evenly;gap:.75rem;padding:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem}.player-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.375rem;padding:.75rem;text-align:center;transition:all .2s ease;width:120px}.player-card.imposter{background:linear-gradient(135deg,#ef44441a,#f973161a);border-color:#ef444433;text-align:center}.player-name{font-size:.9375rem;font-weight:600;color:#e5e7eb}.vote-count{font-size:.8125rem;color:#9ca3af}.button-container{display:flex;flex-direction:column;gap:.75rem;align-items:center;padding-top:1rem}.play-again-button{padding:.625rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:.375rem;cursor:pointer;transition:all .2s ease}.play-again-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.return-home-button{padding:.625rem 1.5rem;font-size:.9375rem;color:#e5e7eb;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.375rem;cursor:pointer;transition:all .2s ease}.return-home-button:hover{background:#ffffff1a}.waiting-message{color:#9ca3af;text-align:center;font-size:1rem}.confetti{position:fixed;inset:0;pointer-events:none;display:flex;align-items:center;justify-content:center;font-size:4rem;animation:float 2s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.word-guess-form{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;padding:1rem;margin-top:1rem;text-align:center}.waiting-for-guess{text-align:center;color:#9ca3af;font-size:1.125rem;font-weight:500;padding:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;animation:pulse 2s infinite}.word-guess-input{width:100%;max-width:20rem;padding:.75rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:.375rem;color:#e5e7eb;font-size:1rem;margin-bottom:.75rem}.word-guess-input:focus{outline:none;border-color:#60a5fa80;box-shadow:0 0 0 2px #60a5fa40}.word-guess-button{width:100%;max-width:20rem;padding:.75rem 1rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:.375rem;color:#fff;font-weight:600;cursor:pointer;transition:all .2s ease}.word-guess-button:hover{opacity:.9;transform:translateY(-1px)}.word-guess-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.guess-result{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;padding:1.25rem;margin-top:1rem;text-align:center}.guess-details{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.actual-word,.imposter-guess{display:flex;justify-content:center;align-items:center;gap:.5rem}.actual-word span,.imposter-guess span{color:#9ca3af}.actual-word strong,.imposter-guess strong{color:#e5e7eb;font-weight:600}.guess-outcome{font-size:1.125rem;font-weight:600}.correct-guess{color:#10b981}.incorrect-guess{color:#ef4444}
