.start-page{min-height:100vh;width:100%;position:relative;overflow:hidden;background:linear-gradient(135deg,#0f172a,#581c87,#0f172a);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem}.start-background-elements{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.start-bg-blob{position:absolute;border-radius:50%;filter:blur(80px);animation:pulse 4s ease-in-out infinite}.start-bg-blob-1{top:25%;left:25%;width:384px;height:384px;background:#a855f74d;animation-delay:0s}.start-bg-blob-2{bottom:25%;right:25%;width:384px;height:384px;background:#3b82f633;animation-delay:1s}.start-bg-blob-3{top:50%;left:50%;transform:translate(-50%,-50%);width:384px;height:384px;background:#06b6d433;animation-delay:2s}.start-floating-particles{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.start-particle{position:absolute;width:8px;height:8px;background:#fff3;border-radius:50%;animation:float 6s ease-in-out infinite}.start-header-section{text-align:center;margin-bottom:3rem;z-index:10;position:relative}.start-game-icon-container{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;position:relative}.start-game-icon{width:64px;height:64px;filter:drop-shadow(0 25px 25px rgba(0,0,0,.15))}.start-sparkle-icon{position:absolute;top:-8px;right:-8px;width:24px;height:24px;color:#fbbf24;animation:pulse 2s ease-in-out infinite}.start-main-title{font-size:4rem;font-weight:700;background:linear-gradient(to right,#fff,#e9d5ff,#a5f3fc);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem;filter:drop-shadow(0 25px 25px rgba(0,0,0,.15));line-height:1.1}.start-subtitle{font-size:1.25rem;color:#fffc;font-weight:300;letter-spacing:.05em}.start-forms-container{display:flex;gap:2rem;width:100%;max-width:64rem;z-index:10;position:relative}.start-glass-card{flex:1;background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;transition:all .5s ease;overflow:hidden}.start-glass-card:hover{background:#ffffff26;transform:scale(1.05)}.start-glass-card.start-create-card:hover{box-shadow:0 25px 50px -12px #a855f740}.start-glass-card.start-join-card:hover{box-shadow:0 25px 50px -12px #06b6d440}.start-card-header{text-align:center;padding:2rem 2rem 1rem}.start-card-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;box-shadow:0 10px 15px -3px #0000001a}.start-create-icon{background:linear-gradient(to right,#a855f7,#ec4899)}.start-join-icon{background:linear-gradient(to right,#06b6d4,#3b82f6)}.start-card-icon svg{width:24px;height:24px;color:#fff}.start-card-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.start-card-description{color:#ffffffb3;font-size:.875rem}.start-card-content{padding:0 2rem 2rem}.start-form{display:flex;flex-direction:column;gap:1.5rem}.start-input-group{display:flex;flex-direction:column;gap:1rem}.start-glass-input{background:#ffffff1a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.3);border-radius:.5rem;color:#fff;font-size:1.125rem;height:3rem;padding:0 1rem;transition:all .3s ease;outline:none}.start-glass-input::placeholder{color:#ffffff80}.start-glass-input:focus{background:#fff3;border-color:#a855f7;box-shadow:0 0 0 3px #a855f71a}.start-join-card .start-glass-input:focus{border-color:#06b6d4;box-shadow:0 0 0 3px #06b6d41a}.start-glass-button{width:100%;height:3rem;border:none;border-radius:.5rem;color:#fff;font-weight:600;font-size:1.125rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 10px 15px -3px #0000001a}.start-create-button{background:linear-gradient(to right,#9333ea,#db2777)}.start-create-button:hover{background:linear-gradient(to right,#7c3aed,#be185d);transform:scale(1.05);box-shadow:0 10px 15px -3px #a855f780}.start-join-button{background:linear-gradient(to right,#0891b2,#2563eb)}.start-join-button:hover{background:linear-gradient(to right,#0e7490,#1d4ed8);transform:scale(1.05);box-shadow:0 10px 15px -3px #06b6d480}.start-glass-button svg{width:20px;height:20px}.start-footer{margin-top:4rem;text-align:center;z-index:10;position:relative}.start-footer-text{color:#ffffff80;font-size:.875rem}.error-message{position:fixed;top:-10%;left:50%;transform:translate(-50%,-50%);background:#431852f2;color:#fff;border-radius:1rem;font-size:1rem;z-index:9999;box-shadow:0 20px 25px -5px #0003,0 8px 10px -6px #0000001a,0 0 0 1px #ffffff1a inset;opacity:0;width:auto;min-width:800px;max-width:90vw;display:flex;align-items:center;justify-content:center;padding:1.25rem 2rem;gap:1rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:slideError 2s ease-in-out forwards;border:1px solid rgba(255,255,255,.1)}.error-content{display:flex;align-items:center;justify-content:center;gap:1rem;flex:1;padding:.5rem 0}.error-icon{width:24px;height:24px;color:#f87171;flex-shrink:0;margin-right:.5rem}@keyframes float{0%,to{transform:translateY(0) rotate(0);opacity:.7}50%{transform:translateY(-20px) rotate(180deg);opacity:1}}@media (max-width: 1024px){.start-forms-container{flex-direction:column;max-width:32rem}.start-main-title{font-size:3rem}}@media (max-width: 768px){.start-page{padding:1rem}.start-main-title{font-size:2.5rem}.start-bg-blob{width:256px;height:256px}.start-header-section{margin-bottom:2rem}.start-footer{margin-top:2rem}}@media (max-width: 480px){.start-main-title{font-size:2rem}.start-card-header{padding:1.5rem 1.5rem 1rem}.start-card-content{padding:0 1.5rem 1.5rem}}.lobby-page{min-height:100vh;position:relative;overflow:hidden;background:linear-gradient(135deg,#0f172a,#581c87,#0f172a);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.lobby-background-elements{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.lobby-bg-blob{position:absolute;border-radius:50%;filter:blur(80px);animation:pulse 4s ease-in-out infinite}.lobby-bg-blob-1{top:20%;left:20%;width:300px;height:300px;background:#a855f74d;animation-delay:0s}.lobby-bg-blob-2{bottom:20%;right:20%;width:300px;height:300px;background:#3b82f633;animation-delay:1s}.lobby-bg-blob-3{top:60%;left:60%;transform:translate(-50%,-50%);width:250px;height:250px;background:#06b6d433;animation-delay:2s}.lobby-floating-particles{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.lobby-particle{position:absolute;width:6px;height:6px;background:#ffffff4d;border-radius:50%;animation:float 8s ease-in-out infinite}.lobby-header{text-align:center;margin-bottom:3rem;z-index:10;position:relative}.lobby-game-code-container{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}.lobby-game-code-icon{width:48px;height:48px;background:linear-gradient(to right,#a855f7,#ec4899);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px #a855f74d}.lobby-game-code-icon svg{width:24px;height:24px;color:#fff}.lobby-game-code-title{font-size:2.5rem;font-weight:700;background:linear-gradient(to right,#fff,#e9d5ff,#a5f3fc);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 10px 15px rgba(0,0,0,.2))}.lobby-game-code{display:inline-block;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:.75rem;padding:.75rem 1.5rem;font-size:1.5rem;font-weight:700;color:#a855f7;letter-spacing:.2em;margin:0 1rem;box-shadow:0 10px 15px -3px #0000001a}.lobby-status-text{font-size:1.125rem;color:#fffc;font-weight:300;margin-top:1rem}.lobby-players-section{z-index:10;position:relative;margin-bottom:3rem;width:100%;max-width:80rem}.lobby-players-title{text-align:center;font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:2rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.lobby-players-icon{width:24px;height:24px;color:#a855f7}.lobby-players-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;max-width:100%}@media (max-width: 768px){.lobby-players-grid{gap:1rem}}@media (max-width: 480px){.lobby-players-grid{gap:.75rem}}.lobby-player-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:1.5rem;text-align:center;transition:all .3s ease;box-shadow:0 10px 15px -3px #0000001a;width:160px;position:relative;overflow:hidden;flex-shrink:0}.lobby-player-card:hover{transform:scale(1.05);background:#ffffff26;box-shadow:0 20px 25px -5px #0003}.lobby-player-card.ishost{background:#a855f733;border-color:#a855f766}.lobby-player-card.ishost:hover{background:#a855f74d;box-shadow:0 20px 25px -5px #a855f74d}.lobby-player-card.current{background:#06b6d433;border-color:#06b6d466}.lobby-player-card.current:hover{background:#06b6d44d;box-shadow:0 20px 25px -5px #06b6d44d}.lobby-host-crown{position:absolute;top:-8px;right:-8px;width:32px;height:32px;background:linear-gradient(to right,#fbbf24,#f59e0b);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px -1px #0000001a;animation:pulse 2s ease-in-out infinite}.lobby-host-crown svg{width:16px;height:16px;color:#fff}.lobby-player-avatar{width:60px;height:60px;background:linear-gradient(to right,#8b5cf6,#ec4899);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;box-shadow:0 10px 15px -3px #0000001a}.lobby-player-avatar.lobby-host-avatar{background:linear-gradient(to right,#fbbf24,#f59e0b)}.lobby-player-avatar.lobby-current-avatar{background:linear-gradient(to right,#06b6d4,#3b82f6)}.lobby-player-avatar svg{width:30px;height:30px;color:#fff}.lobby-player-name{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:.5rem}.lobby-player-status{font-size:.875rem;color:#ffffffb3;font-weight:500}.lobby-player-status.you{color:#06b6d4;font-weight:600}.lobby-player-status.host{color:#fbbf24;font-weight:600}.lobby-controls-section{z-index:10;position:relative;display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.lobby-glass-button{height:3.5rem;padding:0 2rem;border:none;border-radius:.75rem;color:#fff;font-weight:600;font-size:1.125rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 10px 15px -3px #0000001a;min-width:180px}.lobby-start-button{background:linear-gradient(to right,#10b981,#059669)}.lobby-start-button:hover{background:linear-gradient(to right,#059669,#047857);transform:scale(1.05);box-shadow:0 20px 25px -5px #10b98166}.lobby-leave-button{background:linear-gradient(to right,#ef4444,#dc2626)}.lobby-leave-button:hover{background:linear-gradient(to right,#dc2626,#b91c1c);transform:scale(1.05);box-shadow:0 20px 25px -5px #ef444466}.lobby-glass-button svg{width:20px;height:20px}.lobby-waiting-indicator{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem}.lobby-waiting-dot{width:8px;height:8px;background:#fff9;border-radius:50%;animation:waiting 1.4s ease-in-out infinite both}.lobby-waiting-dot:nth-child(1){animation-delay:-.32s}.lobby-waiting-dot:nth-child(2){animation-delay:-.16s}@keyframes float{0%,to{transform:translateY(0) rotate(0);opacity:.3}50%{transform:translateY(-30px) rotate(180deg);opacity:.8}}@keyframes waiting{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}@media (max-width: 1024px){.lobby-players-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.lobby-game-code-title{font-size:2rem}.lobby-controls-section{flex-direction:column;align-items:center}}@media (max-width: 768px){.lobby-page{padding:1rem}.lobby-game-code-title{font-size:1.75rem}.lobby-players-grid{gap:1rem}.lobby-bg-blob{width:200px;height:200px}.lobby-header,.lobby-players-section{margin-bottom:2rem}}@media (max-width: 480px){.lobby-game-code-container{flex-direction:column;gap:.5rem}.lobby-game-code-title{font-size:1.5rem}.lobby-game-code{font-size:1.25rem;padding:.5rem 1rem}.lobby-players-grid{gap:.75rem}.lobby-glass-button{min-width:150px;height:3rem;font-size:1rem}}:root{--gradient-start: #06b6d4;--gradient-end: #3b82f6}.game-page{min-height:100vh;position:relative;overflow:hidden;background:linear-gradient(135deg,#0f172a,#581c87,#0f172a);display:flex;flex-direction:column;padding:1rem}.bg-blob-1{top:10%;left:10%;width:250px;height:250px;background:#a855f733;animation-delay:0s}.bg-blob-2{bottom:10%;right:10%;width:300px;height:300px;background:#3b82f626;animation-delay:2s}.bg-blob-3{top:50%;left:70%;width:200px;height:200px;background:#06b6d426;animation-delay:4s}.particle{position:absolute;width:4px;height:4px;background:#ffffff4d;border-radius:50%;animation:float 10s ease-in-out infinite}.game-header{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 10px 15px -3px #0000001a;z-index:10;position:relative}.player-info{display:flex;align-items:center;gap:1rem}.player-avatar-header{width:50px;height:50px;background:linear-gradient(to right,var(--gradient-start),var(--gradient-end));border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px -1px #0000001a}.player-avatar-header svg{width:24px;height:24px;color:#fff}.player-avatar-header.host{background:linear-gradient(to right,#fbbf24,#f59e0b)}.player-details h2{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.player-details p{color:#ffffffb3;font-size:.875rem}.leave-button{background:linear-gradient(to right,#ef4444,#dc2626);border:none;border-radius:.5rem;color:#fff;font-weight:600;padding:.75rem 1.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 6px -1px #ef44444d}.leave-button:hover{background:linear-gradient(to right,#dc2626,#b91c1c);transform:scale(1.05);box-shadow:0 10px 15px -3px #ef444466}.leave-button svg{width:16px;height:16px}.message-alert{background:#06b6d433;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(6,182,212,.3);border-radius:.75rem;padding:1rem;margin-bottom:1.5rem;color:#06b6d4;font-weight:500;text-align:center;box-shadow:0 4px 6px -1px #06b6d41a;z-index:10;position:relative}.error-message{position:fixed;top:-10%;left:50%;transform:translate(-50%,-50%);background:#431852f2;color:#fff;border-radius:1rem;font-size:1rem;z-index:9999;box-shadow:0 20px 25px -5px #0003,0 8px 10px -6px #0000001a,0 0 0 1px #ffffff1a inset;opacity:0;width:auto;min-width:800px;max-width:90vw;display:flex;align-items:center;justify-content:center;gap:1rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:slideError 2s ease-in-out forwards;border:1px solid rgba(255,255,255,.1)}.error-content{display:flex;align-items:center;justify-content:center;gap:.75rem;flex:1;margin:10px}.error-icon{position:absolute;transform:translate(-50%,-50%);top:50%;left:10%;width:24px;height:24px;color:#f87171;flex-shrink:0;margin:0}.error-content p{margin:10px;line-height:1.5;font-weight:500;text-align:left;padding:0}.error-remove-button{background:none;border:none;color:#fff9;padding:.25rem;cursor:pointer;border-radius:.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;width:28px;height:28px}.error-remove-button:hover{color:#fff;background:#ffffff1a}.error-remove-button:active{transform:scale(.95)}.error-remove-button svg{width:20px;height:20px}.error-remove-button{position:absolute;background:transparent;right:5%;border:none;color:#000;font-size:1.25rem;cursor:pointer;margin-left:1rem}@keyframes slideError{0%{top:-10%;opacity:0}20%{top:10%;opacity:1}80%{top:10%;opacity:1}to{top:-10%;opacity:0}}.game-content{display:grid;grid-template-columns:1fr 2fr;gap:1.5rem;flex:1;z-index:10;position:relative}.players-panel{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:1.5rem;box-shadow:0 10px 15px -3px #0000001a;height:fit-content;margin-bottom:20px}.players-title{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.players-title svg{width:20px;height:20px;color:#a855f7}.players-list{display:flex;flex-direction:column;gap:.75rem}.player-item{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;padding:.75rem;display:flex;align-items:center;gap:.75rem;transition:all .3s ease}.player-item:hover{background:#ffffff1a;transform:translate(4px)}.player-item.current-player{background:#06b6d433;border-color:#06b6d466}.player-item.active-turn{background:#10b98133;border-color:#10b98166;animation:pulse 2s ease-in-out infinite}.player-avatar-small{width:32px;height:32px;background:linear-gradient(to right,var(--gradient-start),var(--gradient-end));border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.player-avatar-small.host{background:linear-gradient(to right,#fbbf24,#f59e0b)}.player-avatar-small svg{width:16px;height:16px;color:#fff}.player-name{color:#fff;font-weight:500;flex:1}.player-badges{display:flex;gap:.25rem}.badge{font-size:.75rem;padding:.125rem .375rem;border-radius:.25rem;font-weight:500}.badge-you{background:#06b6d44d;color:#06b6d4}.badge-host{background:#fbbf244d;color:#fbbf24}.badge-impostor{background:#ef44444d;color:#ef4444}.badge-turn{background:#10b9814d;color:#10b981;animation:pulse 1s ease-in-out infinite}.game-panel{display:flex;flex-direction:column;gap:1.5rem}.role-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:2rem;text-align:center;box-shadow:0 10px 15px -3px #0000001a}.role-card.impostor{background:#ef444433;border-color:#ef44444d}.role-card.regular{background:#10b98133;border-color:#10b9814d}.role-icon{width:64px;height:64px;margin:0 auto 1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px #0003}.role-icon.impostor{background:linear-gradient(to right,#ef4444,#dc2626)}.role-icon.regular{background:linear-gradient(to right,#10b981,#059669)}.role-icon svg{width:32px;height:32px;color:#fff}.role-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.role-title.impostor{color:#ef4444}.role-title.regular{color:#10b981}.word-display{font-size:2rem;font-weight:700;color:#fff;background:#ffffff1a;padding:1rem;border-radius:.5rem;margin-top:1rem}.turn-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:1.5rem;text-align:center;box-shadow:0 10px 15px -3px #0000001a}.turn-card.my-turn{background:#10b98133;border-color:#10b9814d;animation:pulse 2s ease-in-out infinite}.turn-title{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.5rem}.turn-title.my-turn{color:#10b981}.word-input-form{background:#10b98133;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(16,185,129,.3);border-radius:1rem;padding:1.5rem;box-shadow:0 10px 15px -3px #10b9811a}.input-group{display:flex;gap:1rem;align-items:center}.word-input{flex:1;background:#ffffff1a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.3);border-radius:.5rem;color:#fff;font-size:1.125rem;height:3rem;padding:0 1rem;transition:all .3s ease;outline:none}.word-input::placeholder{color:#ffffff80}.word-input:focus{background:#fff3;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.submit-button{background:linear-gradient(to right,#10b981,#059669);border:none;border-radius:.5rem;color:#fff;font-weight:600;font-size:1rem;height:3rem;padding:0 1.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 6px -1px #10b9814d}.submit-button:hover{background:linear-gradient(to right,#059669,#047857);transform:scale(1.05);box-shadow:0 10px 15px -3px #10b98166}.submit-button svg{width:16px;height:16px}.words-container{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:1.5rem;box-shadow:0 10px 15px -3px #0000001a}.words-title{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.words-title svg{width:20px;height:20px;color:#a855f7}.words-list{display:flex;flex-direction:column;gap:.75rem}.word-item{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;padding:1rem;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.word-item:hover{background:#ffffff1a;transform:translateY(-2px)}.word-content{display:flex;align-items:center;gap:.75rem}.word-player{font-weight:600;color:#a855f7}.word-text{color:#fff;font-size:1.125rem}.empty-state{text-align:center;color:#fff9;font-style:italic;padding:2rem}@keyframes pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.02)}}@keyframes float{0%,to{transform:translateY(0) rotate(0);opacity:.3}50%{transform:translateY(-40px) rotate(180deg);opacity:.8}}@media (max-width: 1024px){.game-content{grid-template-columns:1fr;gap:1rem}.game-header{flex-direction:column;gap:1rem;text-align:center}.input-group{flex-direction:column}.word-input{width:100%}}@media (max-width: 768px){.game-page{padding:.5rem}.game-header,.role-card,.turn-card,.words-container,.players-panel{padding:1rem}.word-display{font-size:1.5rem}.bg-blob{width:150px;height:150px}}@media (max-width: 480px){.player-details h2,.role-title{font-size:1.25rem}.word-display{font-size:1.25rem;padding:.75rem}.input-group{gap:.5rem}.submit-button{width:100%;justify-content:center}}.voting-page{min-height:100vh;position:relative;overflow:hidden;background:linear-gradient(135deg,#0f172a,#581c87,#0f172a);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.bg-blob{position:absolute;border-radius:50%;filter:blur(80px);animation:pulse 5s ease-in-out infinite}.bg-blob-1{top:15%;left:15%;width:300px;height:300px;background:#a855f740;animation-delay:0s}.bg-blob-2{bottom:15%;right:15%;width:350px;height:350px;background:#3b82f633;animation-delay:2s}.bg-blob-3{top:50%;left:70%;width:250px;height:250px;background:#06b6d433;animation-delay:4s}.particle{position:absolute;width:6px;height:6px;background:#ffffff4d;border-radius:50%;animation:float 12s ease-in-out infinite}.voting-header{text-align:center;margin-bottom:3rem;z-index:10;position:relative}.voting-icon-container{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.voting-icon{width:64px;height:64px;background:linear-gradient(to right,#ef4444,#dc2626);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 25px -5px #ef44444d;animation:pulse 3s ease-in-out infinite}.voting-icon svg{width:32px;height:32px;color:#fff}.voting-title{font-size:2.5rem;font-weight:700;background:linear-gradient(to right,#fff,#fca5a5,#ef4444);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem;filter:drop-shadow(0 10px 15px rgba(0,0,0,.2))}.voting-subtitle{font-size:1.125rem;color:#fffc;font-weight:300}.voting-content{width:100%;max-width:64rem;z-index:10;position:relative;display:flex;flex-direction:column;gap:2rem}.words-display-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:2rem;box-shadow:0 20px 25px -5px #0000001a}.words-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.words-icon{width:48px;height:48px;background:linear-gradient(to right,#a855f7,#ec4899);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px -1px #a855f74d}.words-icon svg{width:24px;height:24px;color:#fff}.words-title{font-size:1.5rem;font-weight:600;color:#fff}.words-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.word-item{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:1.25rem;transition:all .3s ease;display:flex;align-items:center;gap:1rem}.word-item:hover{background:#ffffff1a;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0003}.word-avatar{width:40px;height:40px;background:linear-gradient(to right,#8b5cf6,#ec4899);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.word-avatar svg{width:20px;height:20px;color:#fff}.word-content{flex:1}.word-player{font-weight:600;color:#a855f7;font-size:.875rem;margin-bottom:.25rem}.word-text{color:#fff;font-size:1.125rem;font-weight:500}.voting-form-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:2rem;box-shadow:0 20px 25px -5px #0000001a}.voting-form-header{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.voting-form-icon{width:48px;height:48px;background:linear-gradient(to right,#ef4444,#dc2626);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px -1px #ef44444d}.voting-form-icon svg{width:24px;height:24px;color:#fff}.voting-form-title{font-size:1.5rem;font-weight:600;color:#fff}.players-grid-voting{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:2rem}.player-option{background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:.75rem;padding:1.25rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:1rem}.player-option:hover{background:#ffffff1a;transform:scale(1.02)}.player-option.selected{background:#ef444433;border-color:#ef444466;box-shadow:0 0 0 4px #ef44441a}.player-radio{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-radius:50%;position:relative;flex-shrink:0}.player-option.selected .player-radio{border-color:#ef4444;background:#ef4444}.player-option.selected .player-radio:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#fff;border-radius:50%}.player-option-avatar{width:40px;height:40px;background:linear-gradient(to right,#8b5cf6,#ec4899);border-radius:50%;display:flex;align-items:center;justify-content:center}.player-option-avatar svg{width:20px;height:20px;color:#fff}.player-option-name{color:#fff;font-weight:500;font-size:1.125rem;flex:1}.vote-button{background:linear-gradient(to right,#ef4444,#dc2626);border:none;border-radius:.75rem;color:#fff;font-weight:600;font-size:1.125rem;height:3.5rem;padding:0 2rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 10px 15px -3px #ef44444d;width:100%}.vote-button:hover:not(:disabled){background:linear-gradient(to right,#dc2626,#b91c1c);transform:scale(1.05);box-shadow:0 20px 25px -5px #ef444466}.vote-button:disabled{background:#ffffff1a;color:#ffffff80;cursor:not-allowed;transform:none;box-shadow:none}.vote-button svg{width:20px;height:20px}.vote-submitted-card{background:#10b98133;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(16,185,129,.3);border-radius:1rem;padding:2rem;text-align:center;box-shadow:0 20px 25px -5px #10b9811a}.vote-submitted-icon{width:64px;height:64px;background:linear-gradient(to right,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;box-shadow:0 10px 15px -3px #10b9814d}.vote-submitted-icon svg{width:32px;height:32px;color:#fff}.vote-submitted-title{font-size:1.5rem;font-weight:700;color:#10b981;margin-bottom:.5rem}.vote-submitted-text{color:#fffc;font-size:1rem}.voting-results-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:2rem;box-shadow:0 20px 25px -5px #0000001a;margin-top:1.5rem}.results-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.results-icon{width:48px;height:48px;background:linear-gradient(to right,#06b6d4,#3b82f6);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px -1px #06b6d44d}.results-icon svg{width:24px;height:24px;color:#fff}.results-title{font-size:1.5rem;font-weight:600;color:#fff}.total-votes{color:#fffc;font-size:1rem;margin-bottom:1.5rem}.vote-result-item{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:1.25rem;margin-bottom:1rem}.vote-result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.vote-result-player{font-weight:600;color:#fff}.vote-result-count{color:#fffc;font-size:.875rem}.vote-progress-bar{width:100%;height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden}.vote-progress-fill{height:100%;background:linear-gradient(to right,#06b6d4,#3b82f6);border-radius:4px;transition:width .5s ease}.vote-progress-fill.leading{background:linear-gradient(to right,#10b981,#059669)}.results-info{font-size:.875rem;color:#fff9;text-align:center;margin-top:1rem;font-style:italic}.all-voted-card{background:#fbbf2433;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(251,191,36,.3);border-radius:1rem;padding:3rem;text-align:center;box-shadow:0 20px 25px -5px #fbbf241a}.all-voted-icon{width:80px;height:80px;background:linear-gradient(to right,#fbbf24,#f59e0b);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 20px 25px -5px #fbbf244d;animation:pulse 2s ease-in-out infinite}.all-voted-icon svg{width:40px;height:40px;color:#fff}.all-voted-title{font-size:2rem;font-weight:700;color:#fbbf24;margin-bottom:1rem}.all-voted-text{color:#fffc;font-size:1.125rem;margin-bottom:1.5rem}.countdown-display{font-size:4rem;margin:1.5rem 0;animation:pulse 1s ease-in-out infinite}.loading-spinner{width:48px;height:48px;border:4px solid rgba(255,255,255,.2);border-top:4px solid #a855f7;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.loading-text{color:#fff;font-size:1.25rem;font-weight:500}.error-container{background:#ef444433;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(239,68,68,.3);border-radius:1rem;padding:2rem;text-align:center;box-shadow:0 20px 25px -5px #ef44441a}.error-icon{width:64px;height:64px;background:linear-gradient(to right,#ef4444,#dc2626);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;box-shadow:0 10px 15px -3px #ef44444d}.error-icon svg{width:32px;height:32px;color:#fff}.error-title{font-size:1.5rem;font-weight:700;color:#ef4444;margin-bottom:.5rem}.error-text{color:#fffc;margin-bottom:1.5rem}.retry-button{background:linear-gradient(to right,#ef4444,#dc2626);border:none;border-radius:.5rem;color:#fff;font-weight:600;padding:.75rem 1.5rem;cursor:pointer;transition:all .3s ease}.retry-button:hover{background:linear-gradient(to right,#dc2626,#b91c1c);transform:scale(1.05)}@keyframes float{0%,to{transform:translateY(0) rotate(0);opacity:.3}50%{transform:translateY(-50px) rotate(180deg);opacity:.8}}@media (max-width: 1024px){.words-grid,.players-grid-voting{grid-template-columns:1fr}.voting-title{font-size:2rem}}@media (max-width: 768px){.voting-page{padding:1rem}.voting-title{font-size:1.75rem}.words-display-card,.voting-form-card,.voting-results-card{padding:1.5rem}.bg-blob{width:200px;height:200px}}@media (max-width: 480px){.voting-title,.all-voted-title{font-size:1.5rem}.countdown-display{font-size:3rem}.words-display-card,.voting-form-card,.voting-results-card{padding:1rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow-x:hidden}.results-page{min-height:100vh;position:relative;overflow:hidden;background:linear-gradient(135deg,#0f172a,#581c87,#0f172a);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.background-elements{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.bg-blob{position:absolute;border-radius:50%;filter:blur(80px);animation:pulse 6s ease-in-out infinite}.bg-blob-1{top:10%;left:10%;width:400px;height:400px;background:#a855f74d;animation-delay:0s}.bg-blob-2{bottom:10%;right:10%;width:350px;height:350px;background:#3b82f640;animation-delay:2s}.bg-blob-3{top:60%;left:70%;width:300px;height:300px;background:#06b6d433;animation-delay:4s}.floating-particles{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:1}.particle{position:absolute;width:8px;height:8px;background:#fff6;border-radius:50%;animation:float 15s ease-in-out infinite}.confetti-particle{position:absolute;width:10px;height:10px;background:linear-gradient(45deg,#fbbf24,#f59e0b);animation:confetti 3s ease-out infinite}.results-header{text-align:center;margin-bottom:3rem;z-index:10;position:relative}.results-icon-container{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.results-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 25px 50px -12px #00000040;animation:pulse 3s ease-in-out infinite}.results-icon.success{background:linear-gradient(to right,#10b981,#059669)}.results-icon.failure{background:linear-gradient(to right,#ef4444,#dc2626)}.results-icon svg{width:40px;height:40px;color:#fff}.results-title{font-size:3rem;font-weight:700;background:linear-gradient(to right,#fff,#e9d5ff,#a5f3fc);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem;filter:drop-shadow(0 10px 15px rgba(0,0,0,.2))}.results-content{width:100%;max-width:64rem;z-index:10;position:relative;display:flex;flex-direction:column;gap:2rem}.main-result-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid rgba(255,255,255,.2);border-radius:1.5rem;padding:3rem;text-align:center;box-shadow:0 25px 50px -12px #00000040;position:relative;overflow:hidden}.main-result-card.success{background:#10b98133;border-color:#10b98166;box-shadow:0 25px 50px -12px #10b9814d}.main-result-card.failure{background:#ef444433;border-color:#ef444466;box-shadow:0 25px 50px -12px #ef44444d}.result-icon-large{width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;box-shadow:0 20px 25px -5px #0000004d}.result-icon-large.success{background:linear-gradient(to right,#10b981,#059669)}.result-icon-large.failure{background:linear-gradient(to right,#ef4444,#dc2626)}.result-icon-large svg{width:50px;height:50px;color:#fff}.main-result-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.main-result-title.success{color:#10b981}.main-result-title.failure{color:#ef4444}.main-result-text{font-size:1.25rem;color:#ffffffe6;font-weight:500;line-height:1.6}.impostor-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:2rem;text-align:center;box-shadow:0 20px 25px -5px #0000001a}.impostor-header{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem}.impostor-icon{width:60px;height:60px;background:linear-gradient(to right,#fbbf24,#f59e0b);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px #fbbf244d}.impostor-icon svg{width:30px;height:30px;color:#fff}.impostor-title{font-size:1.5rem;font-weight:600;color:#fff}.impostor-name{font-size:2rem;font-weight:700;color:#fbbf24;margin-bottom:1rem;background:#fbbf241a;padding:1rem;border-radius:.5rem;border:1px solid rgba(251,191,36,.3)}.impostor-status{color:#fffc;font-size:1rem}.voting-results-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:2rem;box-shadow:0 20px 25px -5px #0000001a}.voting-results-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.voting-results-icon{width:48px;height:48px;background:linear-gradient(to right,#06b6d4,#3b82f6);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px -1px #06b6d44d}.voting-results-icon svg{width:24px;height:24px;color:#fff}.voting-results-title{font-size:1.5rem;font-weight:600;color:#fff}.total-votes-display{color:#fffc;font-size:1rem;margin-bottom:1.5rem}.vote-results-list{display:flex;flex-direction:column;gap:1rem}.vote-result-item{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:1.5rem;transition:all .3s ease;position:relative;overflow:hidden}.vote-result-item:hover{background:#ffffff1a;transform:translateY(-2px)}.vote-result-item.impostor{background:#ef444426;border-color:#ef44444d}.vote-result-item.winner{background:#10b98126;border-color:#10b9814d}.vote-result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.vote-result-player{font-weight:600;color:#fff;font-size:1.125rem;display:flex;align-items:center;gap:.5rem}.vote-result-count{color:#fffc;font-size:1rem;font-weight:500}.vote-progress-container{position:relative;width:100%;height:12px;background:#ffffff1a;border-radius:6px;overflow:hidden}.vote-progress-fill{height:100%;border-radius:6px;transition:width .8s ease;position:relative;overflow:hidden}.vote-progress-fill.impostor{background:linear-gradient(to right,#ef4444,#dc2626)}.vote-progress-fill.winner{background:linear-gradient(to right,#10b981,#059669)}.vote-progress-fill.normal{background:linear-gradient(to right,#06b6d4,#3b82f6)}.vote-progress-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-weight:600;font-size:.75rem}.impostor-warning{margin-top:.5rem;font-size:.875rem;color:#ef4444;font-weight:500;display:flex;align-items:center;gap:.25rem}.statistics-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:2rem;box-shadow:0 20px 25px -5px #0000001a}.statistics-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.statistics-icon{width:48px;height:48px;background:linear-gradient(to right,#a855f7,#ec4899);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px -1px #a855f74d}.statistics-icon svg{width:24px;height:24px;color:#fff}.statistics-title{font-size:1.5rem;font-weight:600;color:#fff}.statistics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.stat-item{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;padding:1.25rem;text-align:center;transition:all .3s ease}.stat-item:hover{background:#ffffff1a;transform:scale(1.02)}.stat-label{font-weight:600;color:#fffc;font-size:.875rem;margin-bottom:.5rem}.stat-value{font-size:1.5rem;font-weight:700;color:#fff}.actions-container{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.action-button{background:linear-gradient(to right,#10b981,#059669);border:none;border-radius:.75rem;color:#fff;font-weight:600;font-size:1.125rem;height:3.5rem;padding:0 2rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 10px 15px -3px #10b9814d;min-width:200px}.action-button:hover{background:linear-gradient(to right,#059669,#047857);transform:scale(1.05);box-shadow:0 20px 25px -5px #10b98166}.action-button.secondary{background:linear-gradient(to right,#06b6d4,#3b82f6);box-shadow:0 10px 15px -3px #06b6d44d}.action-button.secondary:hover{background:linear-gradient(to right,#0891b2,#2563eb);box-shadow:0 20px 25px -5px #06b6d466}.action-button svg{width:20px;height:20px}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;text-align:center}.loading-spinner{width:64px;height:64px;border:6px solid rgba(255,255,255,.2);border-top:6px solid #a855f7;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}.loading-text{color:#fff;font-size:1.5rem;font-weight:500}.error-container{background:#ef444433;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(239,68,68,.3);border-radius:1rem;padding:3rem;text-align:center;box-shadow:0 20px 25px -5px #ef44441a}.error-icon{width:80px;height:80px;background:linear-gradient(to right,#ef4444,#dc2626);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 20px 25px -5px #ef44444d}.error-icon svg{width:40px;height:40px;color:#fff}.error-title{font-size:2rem;font-weight:700;color:#ef4444;margin-bottom:1rem}.error-text{color:#fffc;font-size:1.125rem}@keyframes pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0) rotate(0);opacity:.4}50%{transform:translateY(-60px) rotate(180deg);opacity:.9}}@keyframes confetti{0%{transform:translateY(0) rotate(0);opacity:1}to{transform:translateY(-100vh) rotate(720deg);opacity:0}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 1024px){.statistics-grid{grid-template-columns:repeat(2,1fr)}.actions-container{flex-direction:column;align-items:center}.results-title{font-size:2.5rem}}@media (max-width: 768px){.results-page{padding:1rem}.results-title,.main-result-title{font-size:2rem}.main-result-card,.impostor-card,.voting-results-card,.statistics-card{padding:1.5rem}.statistics-grid{grid-template-columns:1fr}.bg-blob{width:250px;height:250px}}@media (max-width: 480px){.results-title{font-size:1.75rem}.main-result-title,.impostor-name{font-size:1.5rem}.action-button{min-width:150px;font-size:1rem;height:3rem}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#ffffff1a;border-radius:4px}::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff80}
