.toast-container{position:fixed;top:40px;left:50%;transform:translate(-50%);z-index:10000;display:flex;flex-direction:column;gap:12px;pointer-events:none;width:max-content;font-family:Inter,system-ui,-apple-system,sans-serif}.toast{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#333;padding:12px 24px;border-radius:12px;box-shadow:0 10px 25px #00000026;display:flex;align-items:center;gap:12px;min-width:300px;max-width:90vw;animation:toast-slide-down .4s cubic-bezier(.18,.89,.32,1.28) forwards;border-left:6px solid #ccc;pointer-events:auto}.toast-info{border-left-color:#3498db}.toast-error{border-left-color:#e74c3c;background:#fff5f5f2}.toast-success{border-left-color:#2ecc71}.toast-icon{font-size:1.25rem}.toast-message{font-weight:600;font-size:.95rem}@keyframes toast-slide-down{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}.toast.fade-out{animation:toast-fade-out .5s ease forwards}@keyframes toast-fade-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}:root{--r-color: #e74c3c;--g-color: #2ecc71;--b-color: #795548;--deco-bg: #f5f6fa}.deco-game-container{display:flex;flex-direction:column;justify-content:space-between;height:100vh;width:100vw;max-width:800px;margin:0 auto;background:var(--deco-bg);position:relative;overflow:hidden}.face-to-face-layout{display:flex;flex-direction:column;justify-content:space-between;height:100%;padding:20px;position:relative}.middle-area{display:flex;align-items:center;justify-content:center;flex:1;gap:20px;width:100%}.top-player{transform:rotate(180deg)}.is-3p .side-player{width:150px;transform:rotate(-90deg)}.board-wrapper{position:relative;display:flex;justify-content:center;align-items:center}.game-board-deco{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:10px;background:#bdc3c7;padding:10px;border-radius:12px;box-shadow:0 10px 30px #00000026;position:relative}.board-cell{width:80px;height:80px;border-radius:8px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:transform .2s,background-color .3s;background-color:#fff;position:relative;overflow:hidden}.board-cell:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:.35;pointer-events:none}.board-cell.cell-r{background-color:var(--r-color)}.board-cell.cell-g{background-color:var(--g-color)}.board-cell.cell-b{background-color:var(--b-color)}.board-cell.cell-r:before{background-image:url(/red.png)}.board-cell.cell-g:before{background-image:url(/green.png)}.board-cell.cell-b:before{background-image:url(/brown.png)}.board-cell.invalid{cursor:not-allowed;opacity:.8}.board-cell.invalid:after{content:"✕";position:absolute;color:#fff;font-size:2rem;font-weight:700;text-shadow:0 0 10px rgba(0,0,0,.5);z-index:10}.completion-highlight{position:absolute;border:4px solid #f1c40f;border-radius:10px;pointer-events:none;z-index:20;animation:success-pulse .8s ease-out 3 forwards;box-shadow:0 0 20px #f1c40f}@keyframes success-pulse{0%{transform:scale(1);opacity:0}20%{opacity:1}80%{transform:scale(1.05);opacity:.8}to{transform:scale(1.1);opacity:0}}.last-placement-panel{display:flex;flex-direction:column;align-items:center;gap:10px;width:80px;padding:10px;background:#fff;border-radius:10px;box-shadow:0 4px 10px #0000001a;margin-right:15px}.panel-label{font-size:.65rem;font-weight:700;color:#7f8c8d;text-transform:uppercase}.tile-placeholder{width:44px;height:44px;border:2px dashed #bdc3c7;border-radius:6px}.deco-tile.thumbnail{width:50px;height:50px;cursor:default;box-shadow:none}.deco-tile.thumbnail .pattern-grid{width:34px;height:34px}.player-area-deco{padding:15px;background:#ffffffb3;border-radius:15px;display:flex;flex-direction:column;align-items:center;gap:10px;transition:background .3s}.player-area-deco.is-current{background:#fff;border:2px solid var(--g-color);box-shadow:0 0 15px #2ecc7133}.hand-container{display:flex;gap:12px;justify-content:center}.deco-tile{width:65px;height:65px;border-radius:8px;box-shadow:0 4px 10px #0000001a;position:relative;cursor:pointer;border:2px solid transparent;transition:transform .2s,border-color .2s;overflow:hidden}.deco-tile.core-r{background-color:var(--r-color)}.deco-tile.core-g{background-color:var(--g-color)}.deco-tile.core-b{background-color:var(--b-color)}.deco-tile.selected{border-color:#3498db;transform:translateY(-8px);box-shadow:0 8px 15px #0003}.deco-tile:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:.4;pointer-events:none}.deco-tile.core-r:before{background-image:url(/red.png)}.deco-tile.core-g:before{background-image:url(/green.png)}.deco-tile.core-b:before{background-image:url(/brown.png)}.pattern-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:2px;width:44px;height:44px;background:#fff;padding:2px;border-radius:4px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.p-cell{border-radius:2px}.p-cell.dot-r{background-color:var(--r-color)}.p-cell.dot-g{background-color:var(--g-color)}.p-cell.dot-b,.p-cell.dot-brown{background-color:var(--b-color)}.p-cell.dot-red{background-color:var(--r-color)}.p-cell.dot-green{background-color:var(--g-color)}.turn-status{position:absolute;bottom:-40px;left:50%;transform:translate(-50%);background:#000000b3;color:#fff;padding:6px 15px;border-radius:20px;font-size:.9rem;font-weight:700;display:flex;align-items:center;gap:4px;z-index:100}.loading-dots:after{content:".";animation:dots 1.5s steps(5,end) infinite}@keyframes dots{0%,20%{content:"."}40%{content:".."}60%{content:"..."}80%,to{content:""}}.deco-header{display:flex;flex-direction:column;align-items:center;padding:10px;width:100%}.player-info-row{display:flex;align-items:center;gap:10px;margin-bottom:5px}.lucky-indicator{width:24px;height:24px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;color:#fff;box-shadow:0 2px 4px #0000001a}.color-r{background:var(--r-color)}.color-g{background:var(--g-color)}.color-b{background:var(--b-color)}.tile-controls{display:flex;gap:10px}.btn-deco{font-size:.8rem;padding:6px 12px}.star-top{width:80%;height:80%;filter:drop-shadow(0 0 10px gold);animation:star-shine 2s infinite;z-index:5;pointer-events:none}@keyframes star-shine{0%,to{transform:scale(1);filter:drop-shadow(0 0 5px gold)}50%{transform:scale(1.1);filter:drop-shadow(0 0 20px gold)}}.winner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffe6;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:500}.lobby-container{max-width:600px;margin:0 auto;padding:2rem}.lobby-header{text-align:center;margin-bottom:3rem}.lobby-header h1{font-size:2.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.lobby-header .language-switcher{margin-top:1rem}.language-switcher button{margin:0 .5rem;padding:.5rem 1rem;border:2px solid #667eea;background:transparent;color:#667eea;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:600}.language-switcher button.active{background:#667eea;color:#fff}.language-switcher button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.lobby-section{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.lobby-section:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.lobby-section h2{margin-top:0;margin-bottom:1.5rem;color:#333;font-size:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#555;font-weight:600;font-size:.9rem}.form-group input{width:100%;padding:.875rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.btn{width:100%;padding:1rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.btn-secondary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f5576c66}.room-list{margin-top:2rem}.room-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f8f9fa;border-radius:8px;margin-bottom:.75rem;transition:all .3s ease;cursor:pointer}.room-item:hover{background:#e9ecef;transform:translate(4px)}.room-info{flex:1}.room-id{font-weight:600;color:#333;margin-bottom:.25rem}.room-meta{font-size:.875rem;color:#666}.room-badge{padding:.25rem .75rem;background:#ffc107;color:#333;border-radius:12px;font-size:.75rem;font-weight:600}.error-message{background:#fee;color:#c33;padding:1rem;border-radius:8px;margin-bottom:1rem;border-left:4px solid #c33}.waiting-room-container{max-width:800px;margin:0 auto;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a}.waiting-room-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #eee}.room-info{display:flex;align-items:center;gap:1rem}.room-id-display{font-family:monospace;font-size:1.2rem;background:#f5f5f5;padding:.5rem 1rem;border-radius:6px}.host-badge{background:gold;color:#000;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:700}.waiting-room-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.players-list{background:#f9f9f9;border-radius:8px;padding:1rem;min-height:200px}.player-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;border-bottom:1px solid #eee}.player-info-left{display:flex;align-items:center;gap:.5rem}.player-color-indicator{width:16px;height:16px;border-radius:50%;border:1px solid rgba(0,0,0,.1)}.player-item:last-child{border-bottom:none}.player-badge{font-size:.8rem;color:#666;background:#eee;padding:.2rem .5rem;border-radius:4px}.game-selection-section{display:flex;flex-direction:column;gap:1rem}.game-select{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:6px;font-size:1rem}.selected-game-display{font-size:1.1rem;color:#2c3e50;font-weight:500;padding:1rem;background:#f0f8ff;border-radius:6px;text-align:center}.waiting-room-actions{display:flex;justify-content:center;padding-top:1rem;border-top:1px solid #eee}.invite-section{margin-top:1rem;display:flex;align-items:center;gap:1rem}.invite-feedback{color:#2ecc71;font-size:.9rem;font-weight:500}.color-selection-section{margin-top:2rem}.color-palette{display:grid;grid-template-columns:repeat(8,1fr);gap:.5rem;margin-top:.5rem}.color-swatch{width:30px;height:30px;border-radius:50%;cursor:pointer;border:2px solid transparent;transition:transform .2s,border-color .2s}.color-swatch:hover{transform:scale(1.1)}.color-swatch.selected{border-color:#000;transform:scale(1.1);box-shadow:0 0 5px #0000004d}.color-swatch.taken{opacity:.3;cursor:not-allowed;transform:none}.room-container{max-width:1200px;margin:0 auto;padding:1rem;font-family:Inter,sans-serif}.room-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;background:#fff;padding:1rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.room-info{display:flex;gap:1rem;align-items:center}.role-badge{padding:.25rem .75rem;border-radius:20px;font-weight:700;font-size:.9rem}.role-spymaster{background-color:#2d3748;color:#fff}.role-guesser{background-color:#4a5568;color:#fff}.turn-indicator{font-size:1.2rem;font-weight:700;padding:.5rem 1rem;border-radius:8px}.turn-red{color:#e53e3e;background-color:#fff5f5;border:2px solid #e53e3e}.turn-blue{color:#3182ce;background-color:#ebf8ff;border:2px solid #3182ce}.game-board{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:2rem}.tile{aspect-ratio:3/2;background:#edf2f7;border:2px solid #cbd5e0;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .2s;position:relative;-webkit-user-select:none;user-select:none;color:#2d3748}.tile:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.tile.red{background-color:#fed7d7;color:#c53030;border-color:#feb2b2}.tile.blue{background-color:#bee3f8;color:#2b6cb0;border-color:#90cdf4}.tile.neutral{background-color:#e2e8f0;color:#4a5568;border-color:#cbd5e0}.tile.assassin{background-color:#2d3748;color:#cbd5e0;border-color:#1a202c}.tile.revealed{opacity:1;cursor:default}.tile.revealed.red{background-color:#e53e3e;color:#fff;border-color:#c53030}.tile.revealed.blue{background-color:#3182ce;color:#fff;border-color:#2b6cb0}.tile.revealed.neutral{background-color:#a0aec0;color:#fff;border-color:#718096}.tile.revealed.assassin{background-color:#1a202c;color:#e53e3e;border-color:#000}.spymaster-view .tile:not(.revealed).red{background-color:#fff5f5;color:#e53e3e;border:2px dashed #fc8181}.spymaster-view .tile:not(.revealed).blue{background-color:#ebf8ff;color:#3182ce;border:2px dashed #63b3ed}.spymaster-view .tile:not(.revealed).neutral{background-color:#f7fafc;color:#718096;border:2px dashed #cbd5e0}.spymaster-view .tile:not(.revealed).assassin{background-color:#edf2f7;color:#2d3748;border:2px dashed #4a5568}.tile.hover-red{box-shadow:0 0 0 4px #e53e3e;animation:pulse-red 1.5s infinite;z-index:10}.tile.hover-blue{box-shadow:0 0 0 4px #3182ce;animation:pulse-blue 1.5s infinite;z-index:10}@keyframes pulse-red{0%{box-shadow:0 0 #e53e3eb3}70%{box-shadow:0 0 0 10px #e53e3e00}to{box-shadow:0 0 #e53e3e00}}@keyframes pulse-blue{0%{box-shadow:0 0 #3182ceb3}70%{box-shadow:0 0 0 10px #3182ce00}to{box-shadow:0 0 #3182ce00}}.controls{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.btn{padding:.75rem 1.5rem;border-radius:8px;font-weight:700;cursor:pointer;border:none;transition:all .2s}.btn-restart{background-color:#ed8936;color:#fff}.btn-end-turn{background-color:#718096;color:#fff}.btn:hover{filter:brightness(1.1);transform:translateY(-1px)}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:12px;text-align:center;max-width:400px}.modal-actions{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem}.hidden{display:none}
