.baduk-page{background:#f6f4ef;min-height:100vh}.baduk-hero{background:linear-gradient(135deg,#171717,#4b321f);color:#fff;padding:4rem 0;text-align:center}.baduk-hero h1{font-size:2.6rem;font-weight:900}.baduk-hero p{max-width:700px;margin:1rem auto 1.5rem;color:rgba(255,255,255,.8)}.baduk-hero-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.baduk-section,.baduk-side-card,.baduk-board-card{background:#fff;border:1px solid rgba(58,40,22,.1);border-radius:18px;padding:1.25rem;box-shadow:0 5px 22px rgba(50,34,17,.05)}.baduk-section h2,.baduk-side-card h4{font-weight:800}.baduk-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.8rem}.baduk-info-card{background:#faf8f3;border-radius:12px;padding:1rem;text-align:center}.baduk-info-card i{font-size:1.6rem;color:#7b4d24;display:block;margin-bottom:.4rem}.baduk-board-wrap{width:100%;max-width:680px;margin:auto;aspect-ratio:1}.baduk-board-wrap canvas{width:100%;height:100%;display:block;border-radius:8px;box-shadow:0 5px 18px rgba(0,0,0,.2);touch-action:none}.baduk-launcher-hero{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;background:#fff;border-radius:18px;padding:1.5rem}.baduk-launcher-title{font-size:1.7rem;font-weight:900}.baduk-launcher-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.baduk-launcher-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 5px 22px rgba(0,0,0,.05)}.baduk-launcher-card-media{height:115px;background:linear-gradient(135deg,#6b4423,#1e1711);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2.5rem}.baduk-launcher-card-body{padding:1.25rem}.baduk-launcher-card-body h3{font-size:1.15rem;font-weight:800}.baduk-launcher-card-body button{width:100%}.baduk-game-stage,.baduk-lobby-stage{display:none}.baduk-game-stage.is-active,.baduk-lobby-stage.is-active{display:block}.baduk-game-head{display:flex;justify-content:space-between;align-items:center;gap:.8rem;flex-wrap:wrap;margin-bottom:1rem}.baduk-game-meta{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap}.baduk-turn-pill{display:inline-flex;align-items:center;gap:.45rem;background:#fff;border-radius:999px;padding:.4rem .8rem;font-weight:700}.baduk-stone{width:14px;height:14px;border-radius:50%;display:inline-block;border:1px solid #aaa}.baduk-stone.black{background:#111}.baduk-stone.white{background:#fff}.baduk-game-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:1.25rem;align-items:start}.baduk-side-card{margin-bottom:1rem}.baduk-player-row{display:flex;justify-content:space-between;align-items:center;padding:.65rem 0;border-bottom:1px solid #eee}.baduk-player-row:last-child{border-bottom:0}.baduk-player-info{display:flex;align-items:center;gap:.5rem}.baduk-move-list{max-height:220px;overflow:auto;background:#faf9f6;border-radius:10px;padding:.6rem}.baduk-move-item{font-size:.85rem;padding:.2rem}.baduk-turn-timer{background:#fff;border-radius:14px;padding:.9rem 1rem;border:1px solid rgba(0,0,0,.08)}.baduk-turn-timer .progress{height:12px}.baduk-form-inline{display:flex;gap:.5rem;flex-wrap:wrap}.baduk-code-input{max-width:170px;text-transform:uppercase;letter-spacing:.15em;font-weight:700}.baduk-chat-list{min-height:250px;max-height:500px;overflow:auto;background:#f8f7f3;border-radius:12px;padding:.75rem}.baduk-chat-item{margin-bottom:.65rem}.baduk-chat-body{display:inline-block;background:#fff;border:1px solid #ddd;border-radius:10px;padding:.45rem .65rem}.baduk-practice-overlay{position:absolute;inset:0;background:rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;border-radius:18px;z-index:5}.baduk-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,80px);opacity:0;background:#171717;color:#fff;padding:.75rem 1.1rem;border-radius:10px;z-index:1080;transition:.2s}.baduk-toast.show{transform:translate(-50%,0);opacity:1}.baduk-score-box{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.baduk-score-box>div{background:#f7f6f2;border-radius:10px;padding:.65rem;text-align:center}.baduk-rule-list li{margin-bottom:.65rem;line-height:1.55}@media(max-width:991px){.baduk-launcher-grid,.baduk-game-layout{grid-template-columns:1fr}.baduk-game-layout aside{order:-1}}@media(max-width:576px){.baduk-hero{padding:2.7rem 1rem}.baduk-hero h1{font-size:2rem}.baduk-board-card{padding:.5rem}}
