.tutorial-container{max-width:800px;margin:0 auto;padding:20px;background:#f9f9f9;border-radius:8px;box-shadow:0 2px 8px #0000001a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.tutorial-container h2{text-align:center;color:#333;margin-bottom:30px}.visual-guide{display:flex;justify-content:space-between;margin-bottom:30px;flex-wrap:wrap}.guide-step{flex:1;min-width:120px;display:flex;flex-direction:column;align-items:center;margin:0 10px 20px}.step-number{width:30px;height:30px;background:#4caf50;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:10px}.step-image{width:80px;height:80px;background:#eee;border-radius:8px;margin-bottom:10px;background-size:cover;background-position:center}.tile-image{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="80" height="80" viewBox="0 0 80 80"><rect x="10" y="10" width="60" height="60" rx="4" fill="%23f5e7c1" stroke="%23d4b483" stroke-width="2"/><text x="40" y="45" font-family="Arial" font-size="30" font-weight="bold" text-anchor="middle" fill="%23333">A</text><text x="60" y="65" font-family="Arial" font-size="12" text-anchor="middle" fill="%23666">1</text></svg>')}.drag-image{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="80" height="80" viewBox="0 0 80 80"><rect x="10" y="10" width="60" height="60" rx="4" fill="%23f5e7c1" stroke="%23d4b483" stroke-width="2"/><text x="40" y="45" font-family="Arial" font-size="30" font-weight="bold" text-anchor="middle" fill="%23333">A</text><path d="M60,40 L70,50 L50,50 Z" fill="%234caf50"/><path d="M65,45 L65,65 L45,65 L45,55 L55,55 L55,65" stroke="%234caf50" stroke-width="2" fill="none"/></svg>')}.word-image{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="80" height="80" viewBox="0 0 80 80"><rect x="5" y="25" width="20" height="20" rx="2" fill="%23f5e7c1" stroke="%23d4b483" stroke-width="1"/><text x="15" y="40" font-family="Arial" font-size="14" font-weight="bold" text-anchor="middle" fill="%23333">W</text><rect x="30" y="25" width="20" height="20" rx="2" fill="%23f5e7c1" stroke="%23d4b483" stroke-width="1"/><text x="40" y="40" font-family="Arial" font-size="14" font-weight="bold" text-anchor="middle" fill="%23333">O</text><rect x="55" y="25" width="20" height="20" rx="2" fill="%23f5e7c1" stroke="%23d4b483" stroke-width="1"/><text x="65" y="40" font-family="Arial" font-size="14" font-weight="bold" text-anchor="middle" fill="%23333">R</text><rect x="55" y="50" width="20" height="20" rx="2" fill="%23f5e7c1" stroke="%23d4b483" stroke-width="1"/><text x="65" y="65" font-family="Arial" font-size="14" font-weight="bold" text-anchor="middle" fill="%23333">D</text></svg>')}.score-image{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="80" height="80" viewBox="0 0 80 80"><circle cx="40" cy="40" r="30" fill="%234caf50" stroke="%23388e3c" stroke-width="2"/><text x="40" y="48" font-family="Arial" font-size="24" font-weight="bold" text-anchor="middle" fill="white">+10</text></svg>')}.step-text{text-align:center;font-weight:700}.simple-rules{list-style-type:none;padding:0}.simple-rules li{padding:8px 0 8px 30px;position:relative}.simple-rules li:before{content:"✓";position:absolute;left:0;color:#4caf50;font-weight:700}.special-squares{display:flex;justify-content:space-around;flex-wrap:wrap}.special-square{width:120px;height:80px;margin:10px;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}.square-label{font-size:1.5rem;font-weight:700;margin-bottom:5px}.tw-square{background-color:#e53935}.dw-square{background-color:#ff8a65}.tl-square{background-color:#1e88e5}.dl-square{background-color:#90caf9}.tutorial-section{margin-bottom:30px}.tutorial-section h3{border-bottom:2px solid #ddd;padding-bottom:10px;margin-bottom:15px}.start-game-button{display:block;width:200px;margin:30px auto;padding:15px;background-color:#4caf50;color:#fff;text-align:center;text-decoration:none;font-size:18px;font-weight:700;border-radius:4px;transition:background-color .3s}.start-game-button:hover{background-color:#388e3c}.game-board-container{padding:0 0 20px;background:transparent;margin:0;text-align:center}.game-board-container h2{margin-top:0;margin-bottom:15px}.game-board{display:grid;grid-template-columns:repeat(15,1fr);grid-template-rows:repeat(15,1fr);gap:1px;background:#333;padding:1px;border-radius:4px;box-shadow:0 4px 12px #0003}.board-square{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;font-size:.7rem;font-weight:700;position:relative}.tw{background:#e53935;color:#fff}.dw{background:#ff8a65;color:#fff}.tl{background:#1e88e5;color:#fff}.dl{background:#90caf9;color:#fff}.star{background:#ff5722;color:#fff;font-size:1.2rem;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #ff5722b3}70%{box-shadow:0 0 0 5px #ff572200}to{box-shadow:0 0 #ff572200}}.board-square.has-tile{padding:0}.board-tile{width:100%;height:100%;background:#f5e7c1;border:1px solid #d4b483;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.board-tile-letter{font-size:1.2rem;font-weight:700;color:#333}.board-tile-points{position:absolute;bottom:2px;right:4px;font-size:.6rem;color:#666}.blank-tile{background:#fff;border-color:#aaa}.blank-indicator{position:absolute;top:1px;left:1px;font-size:.4rem;color:#999;text-transform:uppercase}.board-square.drag-over{background-color:#f0f0f0;box-shadow:inset 0 0 5px #0000004d}@media (max-width: 700px){.board-square{width:30px;height:30px;font-size:.6rem}}.player-rack-container{padding:10px 15px;background:#f0e6d2;border-radius:8px;margin:0 auto;box-shadow:0 2px 8px #00000026;text-align:center}.player-rack-container h3{margin-top:0;margin-bottom:10px;font-size:1rem}.player-rack{display:flex;justify-content:center;gap:10px;padding:10px;background:#8b5a2b;border-radius:5px;min-height:80px;width:100%}.player-tile-slot{width:50px;height:50px;border-radius:4px;display:flex;align-items:center;justify-content:center;background:#fff3;box-shadow:inset 0 0 5px #0003}.empty-slot{border:2px dashed rgba(255,255,255,.3)}.player-tile{width:50px;height:50px;background:#f5e7c1;border:2px solid #d4b483;border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:grab;box-shadow:0 2px 4px #0003;transition:transform .2s;position:relative}.player-tile:hover{transform:translateY(-5px)}.player-tile:active{cursor:grabbing}.player-tile.dragging{opacity:.6;transform:scale(.95)}.tile-letter{font-size:1.5rem;font-weight:700;color:#333}.tile-points{position:absolute;bottom:2px;right:4px;font-size:.7rem;color:#666}.blank-label{font-size:.8rem;color:#666;font-style:italic}.tile-track-container{background:#f0e6d2;border-radius:8px;padding:8px 10px;box-shadow:0 2px 8px #00000014;margin-top:10px}.tile-track-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:5px}.tile-track-header h3{margin:0;font-size:.9rem}.toggle-icon{font-size:.8rem;color:#666}.tile-track-details{margin-top:10px;border-top:1px solid #eee;padding-top:10px}.tile-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.mini-tile{background:#f5e7c1;border:1px solid #d4b483;border-radius:4px;padding:3px;text-align:center;position:relative;height:25px;display:flex;align-items:center;justify-content:center}.mini-letter{font-weight:700;font-size:.8rem}.mini-count{position:absolute;bottom:1px;right:2px;font-size:.6rem;color:#666}.depleted,.tile.depleted{opacity:.5;background:#f0f0f0;border-color:#ccc}.score-board{background:#f0e6d2;border-radius:8px;padding:10px 15px;box-shadow:0 2px 8px #00000026}.score-board h3{margin-top:0;margin-bottom:10px;font-size:1rem;text-align:center}.scores{display:flex;flex-direction:column;gap:8px}.player-score{display:flex;justify-content:space-between;padding:8px 10px;background:#fff;border-radius:4px;box-shadow:0 1px 3px #0000001a}.current-player{background:#e8f5e9;border-left:4px solid #4caf50}.player-name{font-weight:700}.player-points{font-size:1.2em}.game-controls{display:flex;flex-direction:column;gap:8px;padding:10px 15px;background:#f0e6d2;border-radius:8px;box-shadow:0 2px 8px #00000026}.controls-row{display:flex;gap:10px}.control-button{flex:1;padding:10px 8px;border:none;border-radius:4px;font-weight:700;cursor:pointer;transition:background-color .3s,transform .1s;white-space:nowrap;font-size:.9rem}.control-button:active{transform:scale(.98)}.submit-button{background-color:#4caf50;color:#fff}.submit-button:hover{background-color:#388e3c}.submit-button:disabled{background-color:#a5d6a7;cursor:not-allowed}.pass-button{background-color:#ff9800;color:#fff}.pass-button:hover{background-color:#f57c00}.shuffle-button{background-color:#2196f3;color:#fff}.shuffle-button:hover{background-color:#1976d2}.recall-button{background-color:#9c27b0;color:#fff}.recall-button:hover{background-color:#7b1fa2}.recall-button:disabled{background-color:#ce93d8;cursor:not-allowed}.reset-button{background-color:#f44336;color:#fff}.reset-button:hover{background-color:#d32f2f}.error-message{background-color:#ffebee;color:#c62828;padding:10px;border-radius:4px;margin-bottom:10px;display:flex;justify-content:space-between;align-items:center}.close-error{background:none;border:none;color:#c62828;font-size:1.2rem;cursor:pointer;padding:0 5px}.game-container{width:100%;position:relative;padding:0 20px}.game-layout{display:flex;justify-content:center;gap:40px;max-width:1200px;margin:0 auto}.left-panel{flex:0 0 600px;display:flex;justify-content:flex-end;align-items:flex-start;padding-top:15px}.right-panel{flex:0 0 350px;display:flex;flex-direction:column;gap:20px}.help-button-container{position:absolute;top:10px;right:10px;z-index:100}.help-button{display:flex;align-items:center;background-color:#f0e6d2;border:none;border-radius:20px;padding:5px 15px;cursor:pointer;text-decoration:none;color:#333;box-shadow:0 2px 5px #0000001a;transition:all .3s ease}.help-button:hover{background-color:#e6d7b9;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.help-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:#4caf50;color:#fff;border-radius:50%;margin-right:8px;font-weight:700}.help-text{font-weight:700}.panel-title{margin-top:0;margin-bottom:15px;text-align:center;color:#333;font-size:1.5rem}@media (max-width: 1000px){.game-layout{flex-direction:column;align-items:center}.left-panel,.right-panel{width:100%;justify-content:center}}.blank-tile-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.blank-tile-modal{background-color:#fff;border-radius:8px;padding:20px;width:90%;max-width:500px;box-shadow:0 4px 20px #0003}.blank-tile-modal h3{text-align:center;margin-top:0;margin-bottom:20px}.letter-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-bottom:20px}.letter-button{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;background-color:#f5e7c1;border:2px solid #d4b483;border-radius:4px;cursor:pointer;transition:all .2s}.letter-button:hover{background-color:#f0d9a5;transform:translateY(-2px)}.letter-button.selected{background-color:#4caf50;color:#fff;border-color:#388e3c}.modal-actions{display:flex;justify-content:center;gap:20px}.confirm-button,.cancel-button{padding:10px 20px;border:none;border-radius:4px;font-weight:700;cursor:pointer}.confirm-button{background-color:#4caf50;color:#fff}.confirm-button:disabled{background-color:#a5d6a7;cursor:not-allowed}.cancel-button{background-color:#f44336;color:#fff}@media (max-width: 500px){.letter-grid{grid-template-columns:repeat(4,1fr)}}.scrabble-app{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;max-width:1200px;margin:0 auto;padding:20px}.app-header{text-align:center;color:#333;margin-bottom:30px}.app-title{font-size:2.5rem;margin-bottom:10px}.nav-menu{display:flex;justify-content:center;gap:20px;margin-bottom:30px}.nav-link{padding:10px 20px;background-color:#4a6da7;color:#fff;text-decoration:none;border-radius:5px;font-weight:700;transition:background-color .3s}.nav-link:hover{background-color:#3a5a8c}.nav-link.active{background-color:#2c4870}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;min-width:320px;min-height:100vh;background-color:#f5f5f5;color:#333}#root{width:100%;max-width:1280px;margin:0 auto;padding:2rem}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}}
