.terms-container{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:20px;background:linear-gradient(135deg,#667eea,#764ba2)}.terms-box{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;width:100%;max-width:900px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;border:1px solid #e0e0e0}.terms-title{text-align:center;font-size:1.8em;margin:30px 20px 20px;color:#333;font-weight:600;letter-spacing:.05em}.terms-content{flex:1;overflow-y:auto;padding:20px 40px;margin:0 20px}.terms-section{margin-bottom:30px}.terms-section h2{color:#222;font-size:1.2em;margin-bottom:15px;border-bottom:1px solid #ccc;padding-bottom:8px;font-weight:600}.terms-section p{color:#444;line-height:1.9;margin-bottom:18px;font-size:14px;text-align:justify}.hidden-message{background:#f8f8f8;border-left:1px solid #ddd;padding:8px 12px;margin:15px 0;border-radius:2px;font-size:11px;color:#666;line-height:1.6;opacity:.7}.hidden-agreement-text{font-size:10px!important;color:#999!important;line-height:1.5!important;margin-top:10px!important;opacity:.6!important;text-align:left!important}.terms-footer{padding:20px 40px;border-top:2px solid #e0e0e0;background:#f9f9f9;display:flex;flex-direction:column;gap:15px;align-items:center}.agree-checkbox{display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.agree-checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer}.agree-checkbox input[type=checkbox]:disabled{cursor:not-allowed;opacity:.5}.agree-checkbox span{color:#666;font-size:14px}.agree-button{padding:12px 40px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s;min-width:200px}.agree-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.agree-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.terms-content::-webkit-scrollbar{width:8px}.terms-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.terms-content::-webkit-scrollbar-thumb{background:#667eea;border-radius:4px}.terms-content::-webkit-scrollbar-thumb:hover{background:#764ba2}@media (max-width: 768px){.terms-box{max-height:95vh}.terms-content{padding:15px 20px;margin:0 10px}.terms-title{font-size:1.5em;margin:20px 15px 15px}.terms-footer{padding:15px 20px}}.auth-container{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:20px}.auth-box{background:#fff;padding:40px;border-radius:15px;box-shadow:0 10px 30px #0003;width:100%;max-width:400px}.auth-title{text-align:center;font-size:2.5em;margin-bottom:10px;color:#667eea}.auth-box h2{text-align:center;margin-bottom:30px;color:#333}.auth-subtitle{text-align:center;color:#666;font-size:.9em;margin-bottom:20px}.form-group{margin-bottom:20px}.form-group input{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;transition:border-color .3s}.form-group input:focus{outline:none;border-color:#667eea}.auth-button{width:100%;padding:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-bottom:15px}.auth-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-link-button{width:100%;background:none;border:none;color:#667eea;cursor:pointer;font-size:14px;text-decoration:underline;padding:10px}.auth-link-button:hover{color:#764ba2}.error-message{background:#fee;color:#c33;padding:10px;border-radius:5px;margin-bottom:15px;font-size:14px;text-align:center}.particle-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1000}.particle{position:absolute;width:6px;height:6px;border-radius:50%;pointer-events:none}.tetris-container{width:100%;min-height:100vh;padding:20px;display:flex;flex-direction:column;align-items:center}.tetris-header{width:100%;max-width:800px;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:15px}.tetris-header h1{color:#fff;font-size:2.5em;margin:0}.header-buttons{display:flex;gap:10px;flex-wrap:wrap}.control-button{padding:10px 20px;background:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s;color:#667eea}.control-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003}.control-button.logout{background:#e74c3c;color:#fff}.tetris-game{display:flex;gap:20px;flex-wrap:wrap;justify-content:center;align-items:flex-start}.game-info{display:flex;flex-direction:column;gap:15px}.info-box{background:#fff;padding:15px;border-radius:8px;box-shadow:0 4px 6px #0000001a;text-align:center;min-width:100px}.info-box h3{margin:0 0 8px;color:#666;font-size:12px;text-transform:uppercase}.info-value{font-size:1.5em;font-weight:700;color:#667eea}.combo-box{animation:pulse .5s ease-in-out}.combo-value{color:#ff6b6b;text-shadow:0 0 10px rgba(255,107,107,.5)}.best-score-box{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.best-score-box h3{color:#fff}.best-score-value{color:gold;text-shadow:0 0 10px rgba(255,215,0,.5)}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.next-piece-box{margin-top:15px}.next-piece-preview{display:flex;flex-direction:column;gap:2px;align-items:center;justify-content:center;min-height:80px;padding:10px}.next-piece-row{display:flex;gap:2px}.next-piece-cell{width:12px;height:12px;border:1px solid rgba(255,255,255,.2);border-radius:2px}.game-board-container{position:relative}.game-board{display:inline-block;background:#ffffff1a;border:3px solid white;border-radius:10px;padding:10px;box-shadow:0 10px 30px #0000004d}.board-row{display:flex}.board-cell{width:25px;height:25px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d}.board-cell.filled{border:1px solid rgba(255,255,255,.3)}.board-cell.ghost{opacity:.3;border:1px dashed rgba(255,255,255,.5);background:#ffffff1a!important}.overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;justify-content:center;align-items:center;border-radius:10px}.overlay-content{background:#fff;padding:30px;border-radius:10px;text-align:center}.overlay-content h2{color:#333;margin-bottom:15px}.overlay-content p{color:#666;margin-bottom:20px}.restart-button{padding:12px 30px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:transform .2s}.restart-button:hover{transform:translateY(-2px)}.game-controls{background:#fff;padding:20px;border-radius:10px;box-shadow:0 4px 6px #0000001a;min-width:200px}.game-controls h3{margin:0 0 15px;color:#333;text-align:center}.controls-list{display:flex;flex-direction:column;gap:8px;font-size:14px;color:#666}.controls-list div{padding:5px 0}.mobile-controls{display:none;width:100%;max-width:300px;margin-top:20px;gap:10px}.mobile-controls-row{display:flex;gap:10px;justify-content:center;width:100%}.mobile-button{flex:1;padding:15px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:20px;font-weight:700;cursor:pointer;transition:transform .1s,opacity .2s;touch-action:manipulation;-webkit-tap-highlight-color:transparent;min-height:50px}.mobile-button:active:not(:disabled){transform:scale(.95);opacity:.8}.mobile-button:disabled{opacity:.5;cursor:not-allowed}.rotate-button{background:linear-gradient(135deg,#f093fb,#f5576c);font-size:16px}.left-button,.right-button{flex:1}.down-button{flex:1.5;background:linear-gradient(135deg,#4facfe,#00f2fe)}@media (max-width: 768px){.tetris-container{padding:8px}.tetris-header{flex-direction:column;align-items:center;margin-bottom:10px}.tetris-header h1{font-size:1.8em;margin-bottom:8px}.header-buttons{width:100%;justify-content:center}.control-button{padding:6px 12px;font-size:11px;flex:1;max-width:100px}.tetris-game{flex-direction:column;align-items:center;gap:10px}.game-info{flex-direction:row;justify-content:center;flex-wrap:wrap;width:100%;gap:6px;order:2}.info-box{flex:1;min-width:70px;max-width:90px;padding:8px 6px}.info-box h3{font-size:10px;margin:0 0 4px}.info-value{font-size:1.2em}.game-board-container{width:100%;max-width:100%;display:flex;justify-content:center;order:1}.game-board{transform:scale(1);transform-origin:center}.board-cell{width:22px;height:22px}.game-controls{display:none}.mobile-controls{display:flex;flex-direction:column;order:3;margin-top:10px}.next-piece-box{display:none}.next-piece-cell{width:8px;height:8px}}@media (max-width: 480px){.tetris-container{padding:5px}.tetris-header{margin-bottom:8px}.tetris-header h1{font-size:1.5em;margin-bottom:5px}.control-button{padding:5px 10px;font-size:10px;max-width:80px}.game-info{gap:4px}.info-box{min-width:60px;max-width:75px;padding:6px 4px}.info-box h3{font-size:9px;margin:0 0 3px}.info-value{font-size:1em}.board-cell{width:20px;height:20px}.game-board{transform:scale(1)}.mobile-button{padding:12px 15px;font-size:18px;min-height:45px}.rotate-button{font-size:14px}}@media (hover: none) and (pointer: coarse){.game-board-container{touch-action:pan-y}.control-button:hover{transform:none}}.app{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center}.loading{display:flex;flex-direction:column;align-items:center;gap:20px;color:#fff}.spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.config-error{background:#fff;padding:30px;border-radius:10px;box-shadow:0 4px 6px #0000001a;max-width:500px;text-align:center}.config-error h2{color:#e74c3c;margin-bottom:15px}.config-error ul{list-style:none;margin-top:15px;text-align:left}.config-error li{padding:5px 0;color:#555}.config-error code{background:#f5f5f5;padding:2px 6px;border-radius:3px;font-family:monospace}.dev-mode-banner{position:fixed;top:0;left:0;right:0;background:orange;color:#fff;padding:10px;text-align:center;font-size:14px;z-index:1000;box-shadow:0 2px 4px #0000001a}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;display:flex;justify-content:center;align-items:center}#root{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center}
