*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#10202b;--panel:#1a303e;--panel2:#22394a;--line:#335063;--text:#e8eef2;--muted:#9db4c3;--accent:#e8a33d;--sea:#1b4965}body,html{height:100%}body{font-family:Segoe UI,system-ui,sans-serif;background:var(--bg);color:var(--text);overflow:hidden}.hidden{display:none!important}.screen{height:100vh;width:100vw}#screen-home,#screen-lobby{display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at 50% 30%,#1b4965 0,var(--bg) 75%)}.home-card{background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:36px 42px;width:380px;max-width:94vw;display:flex;flex-direction:column;gap:12px;box-shadow:0 18px 50px rgba(0,0,0,.5);text-align:center}.home-card h1{font-size:30px;color:var(--accent)}.subtitle{color:var(--muted);font-size:14px}.subtitle.small{font-size:12px}input[type=text]{background:var(--bg);border:1px solid var(--line);border-radius:8px;color:var(--text);padding:10px 12px;font-size:15px;width:100%}#code-input{text-transform:uppercase;letter-spacing:4px;text-align:center}button{background:var(--panel2);color:var(--text);border:1px solid var(--line);border-radius:8px;padding:10px 14px;font-size:14px;cursor:pointer;transition:filter .1s}button:hover:not(:disabled){filter:brightness(1.2)}button:disabled{opacity:.4;cursor:default}button.primary{background:var(--accent);color:#23180a;border-color:var(--accent);font-weight:600}button.warn{background:#7a2d2d;border-color:#a04040}.chat-row,.join-row,.share-row{display:flex;gap:8px}.join-row input{flex:1 1}.share-row input{flex:1 1;font-size:12px;color:var(--muted)}.room-code{font-family:Consolas,monospace;font-weight:700;letter-spacing:3px;color:var(--accent)}.error-text{color:#ff8080;font-size:13px;min-height:16px}.google-btn{display:flex;align-items:center;justify-content:center;gap:10px;background:#fff;color:#1f1f1f;font-weight:600;border:1px solid #dadce0}.google-btn:hover:not(:disabled){filter:brightness(.96)}.google-btn svg{flex:0 0 auto}.userbar{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);justify-content:center}.userbar button{padding:3px 10px;font-size:12px}.field-label{text-align:left;margin-bottom:-4px}.divider,.field-label{font-size:12px;color:var(--muted)}.divider{display:flex;align-items:center;gap:10px}.divider:after,.divider:before{content:"";flex:1 1;height:1px;background:var(--line)}.center-note{color:var(--muted);font-size:14px;text-align:center;padding:40px 20px}.lobby-list{list-style:none;text-align:left;display:flex;flex-direction:column;gap:6px}.lobby-list li{background:var(--bg);border:1px solid var(--line);border-radius:8px;padding:8px 12px;display:flex;align-items:center;gap:10px}.dot{width:14px;height:14px;border-radius:50%;display:inline-block;border:1px solid rgba(0,0,0,.4)}#screen-game{display:flex;flex-direction:column}#topbar{display:flex;align-items:center;gap:18px;background:var(--panel);border-bottom:1px solid var(--line);padding:8px 16px;flex:0 0 auto}.brand{color:var(--accent);font-weight:700}#dice-display{font-size:22px;letter-spacing:2px}#status-banner{color:var(--muted);font-size:14px;flex:1 1;text-align:right}#status-banner.me{color:var(--accent);font-weight:600}#game-layout{flex:1 1;display:flex;min-height:0}#board-wrap{flex:1 1;min-width:0;background:radial-gradient(ellipse at center,#2a6f97 0,var(--sea) 70%)}#board-svg{width:100%;height:100%;display:block}#sidebar{width:360px;flex:0 0 360px;background:var(--panel);border-left:1px solid var(--line);display:flex;flex-direction:column;min-height:0;overflow-y:auto}#sidebar section{border-bottom:1px solid var(--line);padding:10px 12px}#sidebar h3{font-size:13px;text-transform:uppercase;letter-spacing:1px;color:var(--muted);margin-bottom:8px}.player-row{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:8px;margin-bottom:4px;background:var(--bg);border:1px solid transparent;font-size:13px}.player-row.current{border-color:var(--accent)}.player-row .pname{font-weight:600;flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player-row .pstat{color:var(--muted);white-space:nowrap}.player-row .badge{font-size:11px;background:var(--panel2);border:1px solid var(--line);border-radius:10px;padding:1px 6px}.player-row .offline{color:#ff8080;font-size:11px}#hand-cards{display:flex;flex-wrap:wrap;gap:6px}.res-chip{display:inline-flex;align-items:center;gap:5px;border-radius:8px;padding:5px 9px;font-size:15px;font-weight:700;border:1px solid rgba(0,0,0,.35);color:#1c1c1c}.res-brick{background:#d98862}.res-lumber{background:#79b465}.res-wool{background:#cfe3ae}.res-grain{background:#ecd279}.res-ore{background:#a8b0b8}#vp-badge{color:var(--accent);font-weight:700}#dev-cards{display:flex;flex-direction:column;gap:4px;margin-top:8px}.dev-row{display:flex;align-items:center;gap:8px;background:var(--bg);border:1px solid var(--line);border-radius:8px;padding:5px 10px;font-size:13px}.dev-row .dev-name{flex:1 1}.dev-row button{padding:3px 10px;font-size:12px}.dev-row .new-tag{color:var(--muted);font-size:11px;font-style:italic}.action-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px;gap:6px}.action-grid button{font-size:13px;padding:8px 6px}.action-grid button.armed{outline:2px solid var(--accent)}#costs-hint{margin-top:8px;font-size:13px;color:var(--muted);text-align:center}#costs-hint .mini{font-size:11px}#trade-open{background:var(--panel2)}#trade-open .offer-line{font-size:13px;margin-bottom:6px}#trade-open .stack{display:flex;flex-wrap:wrap;gap:6px}#trade-open button{font-size:12px;padding:5px 10px}#log-panel{min-height:120px;border-bottom:none!important}#log-panel,#log-scroll{flex:1 1;display:flex;flex-direction:column}#log-scroll{overflow-y:auto;font-size:12px;color:var(--muted);gap:3px;padding-bottom:6px;min-height:80px}#log-scroll .chat-line{color:var(--text)}#log-scroll .chat-line b{color:var(--accent)}.chat-row{flex:0 0 auto}.chat-row input{flex:1 1;padding:6px 10px;font-size:13px}.chat-row button{padding:6px 12px}.hex-brick{fill:#b3502d}.hex-lumber{fill:#1e5b31}.hex-wool{fill:#85b356}.hex-grain{fill:#d9a933}.hex-ore{fill:#7d8890}.hex-desert{fill:#d9c58a}.hex-outline{stroke:#0e2a3a;stroke-width:5}.token-circle{fill:#f3e9ce;stroke:#6b5b3a;stroke-width:2.5}.token-num{font-family:Georgia,serif;font-weight:700;fill:#333;text-anchor:middle}.token-num.red{fill:#c22b1e}.token-pip{fill:#555}.token-pip.red{fill:#c22b1e}.port-circle{fill:#f3e9ce;stroke:#6b5b3a;stroke-width:2.5}.port-label{font-size:26px;font-weight:700;text-anchor:middle;fill:#333}.port-line{stroke:rgba(243,233,206,.65);stroke-width:6;stroke-dasharray:10 8}.road-outline{stroke:#0e2a3a;stroke-width:22;stroke-linecap:round}.road-fill{stroke-width:14;stroke-linecap:round}.building{stroke:#0e2a3a;stroke-width:4}.robber{fill:#2b2b33;stroke:#dcdcdc;stroke-width:3}.target{fill:rgba(255,255,255,.25);stroke:#ffe28a;stroke-width:3;cursor:pointer;animation:pulse 1.1s ease-in-out infinite}.target:hover{fill:rgba(255,226,138,.65)}.target-edge{stroke-linecap:round}.target-hex{animation:none;fill:rgba(255,226,138,.12);stroke-dasharray:14 10}.target-hex:hover{fill:rgba(255,226,138,.35)}@keyframes pulse{50%{fill-opacity:.55}}#modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:50}.modal{background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:24px 28px;width:440px;max-width:94vw;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column;gap:12px;box-shadow:0 18px 50px rgba(0,0,0,.6)}.modal h3{color:var(--accent)}.modal h4{font-size:13px;color:var(--muted);margin-bottom:6px}.stack{display:flex;flex-direction:column;gap:8px}.stepper-row{display:flex;align-items:center;gap:10px;background:var(--bg);border:1px solid var(--line);border-radius:8px;padding:6px 10px;margin-bottom:6px}.stepper-row .res-label{flex:1 1;font-size:14px}.stepper-row button{width:30px;height:30px;padding:0;font-size:16px}.stepper-row .count{width:26px;text-align:center;font-weight:700}.stepper-row .have{color:var(--muted);font-size:11px;width:52px;text-align:right}.trade-cols{display:flex;gap:18px}.trade-cols>div{flex:1 1}.trade-actions{display:flex;gap:8px;flex-wrap:wrap}#gameover-scores{display:flex;flex-direction:column;gap:6px}#gameover-scores .score-row{display:flex;gap:10px;align-items:center;background:var(--bg);border-radius:8px;padding:8px 12px}#toast{position:fixed;bottom:26px;left:50%;transform:translateX(-50%);background:#7a2d2d;color:#fff;border:1px solid #a04040;border-radius:10px;padding:10px 20px;font-size:14px;z-index:100;box-shadow:0 8px 24px rgba(0,0,0,.5)}@media (max-width:900px){#game-layout{flex-direction:column}#board-wrap{flex:0 0 48vh}#sidebar{width:100%;flex:1 1;border-left:none;border-top:1px solid var(--line)}}