*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f5f5;color:#333}.container{max-width:480px;margin:0 auto;padding:1rem}h1{text-align:center;margin-bottom:1rem;color:#06c755}.profile{display:flex;align-items:center;gap:.75rem;background:#fff;padding:.75rem 1rem;border-radius:12px;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000001a}.profile.loading{justify-content:center;color:#999}.profile-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.profile-name{font-weight:600;font-size:1.1rem}.lobby{text-align:center}.lobby h2{font-size:1.25rem;margin-bottom:1rem}.lobby-section{margin-bottom:1rem}.lobby-btn{background:#06c755;color:#fff;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;cursor:pointer;transition:opacity .2s}.lobby-btn:disabled{opacity:.5;cursor:not-allowed}.lobby-btn.primary{width:100%;padding:1rem;font-size:1.1rem}.lobby-btn.small{padding:.4rem .8rem;font-size:.85rem}.lobby-divider{color:#999;margin:.75rem 0;font-size:.9rem}.lobby-error{background:#ffe0e0;color:#c00;padding:.5rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.room-code-display{background:#fff;padding:1rem;border-radius:12px;box-shadow:0 1px 3px #0000001a}.room-code-display span{display:block;font-size:.85rem;color:#999;margin-bottom:.25rem}.room-code-display strong{font-size:2rem;letter-spacing:.3em;color:#06c755}.room-code-display .hint{margin-top:.5rem;font-size:.85rem;color:#999}.join-row{display:flex;gap:.5rem;justify-content:center}.room-input{width:120px;text-align:center;font-size:1.2rem;letter-spacing:.2em;padding:.6rem;border:2px solid #ddd;border-radius:8px;outline:none}.room-input:focus{border-color:#06c755}.game{text-align:center}.game-header{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:.75rem;font-size:1rem}.my-symbol{font-weight:700;color:#06c755}.game-status{font-size:1.1rem;font-weight:600;margin-bottom:1rem;padding:.5rem;border-radius:8px}.game-status.win{background:#d4edda;color:#155724}.game-status.lose{background:#f8d7da;color:#721c24}.game-status.draw{background:#fff3cd;color:#856404}.game-status.left{background:#f8d7da;color:#721c24}.board{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;max-width:300px;margin:0 auto 1.5rem}.cell{aspect-ratio:1;background:#fff;border:2px solid #ddd;border-radius:8px;font-size:2.5rem;font-weight:700;cursor:pointer;transition:background .15s}.cell:hover:not(:disabled){background:#f0f0f0}.cell:disabled{cursor:default}.cell.x{color:#e74c3c}.cell.o{color:#3498db}.cell.win{background:#fffde7;border-color:#f1c40f}.back-btn{margin-top:1rem}
