:root{--bg: #f5f7fb;--surface: #ffffff;--surface-2: #f8fafc;--text: #0f172a;--muted: #475569;--border: #e2e8f0;--primary: #086972;--primary-hover: #065a61;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}html,body{height:100%}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg);color:var(--text)}#root{min-height:100%}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button,input{font:inherit}button{appearance:none;border:1px solid transparent;border-radius:10px;padding:10px 14px;background:var(--primary);color:#fff;font-weight:600;cursor:pointer;transition:background .16s ease,transform 80ms ease,opacity .16s ease}button:hover:not(:disabled){background:var(--primary-hover)}button:active:not(:disabled){transform:translateY(1px)}button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:1200px){.rooms-grid{grid-template-columns:1fr}}.board-svg{width:100%;height:auto;display:block;max-height:calc(100vh - 200px)}@media(max-width:1024px){.board-svg{max-height:none}}.game-main{flex:1;display:flex;flex-direction:column;align-items:center;gap:20px;position:relative}.your-turn-banner{position:absolute;top:-70px;left:50%;transform:translate(-50%);color:#1beb00;padding:8px 20px;border-radius:20px;font-weight:700;font-size:2.1em;z-index:100;animation:pulse 2s infinite}@media(max-width:1200px){.game-layout{flex-direction:column}}html,body{height:100%;margin:0}#root{margin:0;height:100%}.App{background:var(--bg);padding:1.5rem;transition:background .3s ease;width:100vw;height:100vh;box-sizing:border-box;overflow:hidden}.HomeApp{padding:24px 16px;width:100%;min-height:100vh;box-sizing:border-box;overflow-y:auto}.HomeApp>h1{max-width:1100px;margin:0 auto 16px;text-align:left;font-size:2rem;line-height:1.2}.HomeApp .create-room-section,.HomeApp .rooms-section{max-width:1100px;margin-left:auto;margin-right:auto}.App.turn-active{background:#e7ffee}.App.turn-wait{background:#f3f3f3}.info-banner{background:#fffbe6;padding:.75rem 1rem;border-radius:8px;border:1px solid #ffe58f;font-weight:600;margin-top:6px}.game-layout{display:flex;gap:20px;align-items:flex-start}.sidebar{width:320px;flex:0 0 320px;display:flex;flex-direction:column;gap:16px}.status-card{background:#fff;border-radius:12px;padding:12px 14px;text-align:left;box-shadow:0 3px 10px #00000014;transition:all .3s ease}.status-card.my-turn{background:#e7ffee;border:2px solid #4caf50;box-shadow:0 4px 15px #4caf504d}.status-card.role-white{border-left:4px solid #ffffff;box-shadow:0 0 0 1px #000}.status-card.role-black{border-left:4px solid #333333}.status-line{font-weight:600;margin-bottom:6px}.status-line.turn-indicator{font-size:1.1em;color:#2e7d32;font-weight:700}.turn-badge{display:inline-block;background:#4caf50;color:#fff;padding:2px 8px;border-radius:12px;font-size:.85em;margin-left:8px;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.error-banner{background:#ffecec;border:1px solid #ff9b9b;color:#b10000;padding:.6rem .8rem;border-radius:8px;font-weight:600;margin-top:6px}.dice-panel{background:#fff;border-radius:12px;padding:12px;box-shadow:0 3px 10px #0000000d}.dice-title{text-transform:uppercase;font-size:.75em;letter-spacing:.08em;color:#777;margin-bottom:6px}.dice-row{display:flex;justify-content:center;gap:12px}.dice-placeholder{font-size:.95em;color:#888;padding:8px 12px;border-radius:6px;background:#f0f0f0}.event-log-panel{width:100%;flex:1;background:#fff;border-radius:12px;border:1px solid #ddd;box-shadow:inset 0 0 10px #0000000d;display:flex;flex-direction:column;max-height:860px}.event-log-title{font-weight:700;padding:.8rem 1rem;border-bottom:1px solid #eee;background:#fafafa}.event-log-body{flex:1;overflow-y:auto;padding:.8rem 1rem;display:flex;flex-direction:column;gap:.6rem;max-height:500px}.event-log-item{display:flex;flex-direction:column;background:#f7f7f7;border-radius:6px;padding:.4rem .6rem;text-align:left;font-size:.9em}.event-log-time{color:#888;font-size:.75em}.event-log-empty{text-align:center;color:#aaa;font-size:.9em}.game-main{flex:1;display:flex;flex-direction:column;align-items:center;gap:20px}.board-container{display:flex;justify-content:center;margin-top:0;background:#4b2d1b;padding:10px;border-radius:16px;align-self:center;position:relative;width:100%;max-width:1400px;box-sizing:border-box}.controls{width:100%;margin:0;padding:15px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000f;display:flex;flex-direction:column;gap:10px;text-align:left}.die{width:56px;height:56px;background:#fff;border:1px solid #444;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:26px;border-radius:6px;box-shadow:inset 0 0 8px #00000026}.die-used{background:#1f8a3c;color:#fff;border-color:#0f5624;box-shadow:none}.debug-line{font-size:.8em;margin-top:10px;color:#555}.auto-note{font-size:.85em;color:#333}.sidebar-actions{display:flex;flex-direction:column;gap:6px;align-items:flex-start}.copy-button{position:absolute;left:5px;bottom:10px;padding:8px 14px;border-radius:8px;border:none;background:#0c7a9c;color:#fff;font-size:.95em;cursor:pointer}.copy-button:active{transform:scale(.97)}.copy-hint{font-size:.8em;color:#555}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:16px;text-align:center;min-width:280px;box-shadow:0 8px 30px #0003}.create-room-section{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 8px 24px #667eea4d;color:#fff}.create-room-section h2{margin:0 0 1.5rem;font-size:1.5rem;color:#fff}.create-room-form{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.create-room-form input{flex:1;min-width:200px;padding:12px 16px;border:none;border-radius:8px;font-size:1rem;background:#fffffff2}.create-room-form input:focus{outline:2px solid rgba(255,255,255,.8);background:#fff}.create-button{padding:12px 24px;font-size:1rem;font-weight:600;background:#fff;color:#667eea;border:none;border-radius:8px;cursor:pointer;transition:transform .2s,box-shadow .2s}.create-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #0003}.create-button:disabled{opacity:.7;cursor:not-allowed}.rooms-section{margin-top:2rem}.rooms-section h2{margin-bottom:1.5rem;color:#333;font-size:1.8rem}.loading-text{color:#666;font-style:italic}.no-rooms{text-align:center;color:#999;padding:3rem;font-size:1.1rem}.rooms-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-top:1rem}.room-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #0000001a;transition:opacity .26s ease,transform .26s ease,box-shadow .2s;display:flex;flex-direction:column;gap:1rem}.room-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026}.room-card--enter{opacity:0;transform:translateY(10px) scale(.98)}.room-card--show{opacity:1;transform:translateY(0) scale(1)}.room-card--leave{opacity:0;transform:translateY(10px) scale(.98)}.room-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:.75rem;border-bottom:2px solid #f0f0f0}.room-id{font-weight:700;font-size:1.1rem;color:#333;font-family:monospace}.password-badge{font-size:.85rem;color:#666;background:#f5f5f5;padding:4px 8px;border-radius:6px}.room-players{display:flex;flex-direction:column;gap:.75rem}.player-info{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:#f9f9f9;border-radius:6px}.player-label{font-weight:600;color:#555}.player-name{color:#333;font-weight:500}.room-password-input{width:100%;padding:10px 12px;border:2px solid #e0e0e0;border-radius:8px;font-size:.95rem}.room-password-input:focus{outline:none;border-color:#667eea}.room-actions{display:flex;flex-direction:column;gap:8px;margin-top:auto}.join-player-btn{width:100%;padding:12px;background:#086972;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s,transform .1s}.join-player-btn:hover:not(:disabled){background:#065a61;transform:translateY(-1px)}.join-spectator-btn{width:100%;padding:10px;background:#6c757d;color:#fff;border:none;border-radius:8px;font-weight:500;font-size:.95rem;cursor:pointer;transition:background .2s,transform .1s}.join-spectator-btn:hover:not(:disabled){background:#5a6268;transform:translateY(-1px)}.copy-link-btn{width:100%;padding:8px;background:#f0f0f0;color:#555;border:1px solid #ddd;border-radius:8px;font-size:.9rem;cursor:pointer;transition:background .2s}.copy-link-btn:hover{background:#e0e0e0}.error-message{background:#ffecec;border:1px solid #ff9b9b;color:#b10000;padding:1rem;border-radius:8px;margin:1rem 0;font-weight:500}.game-header{display:flex;justify-content:flex-start;align-items:center;margin-bottom:1rem;padding:.5rem 0}.home-button{padding:10px 20px;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,transform .1s;margin:0}.home-button:hover{background:#5568d3;transform:translateY(-1px)}@media(max-width:1200px){.game-layout{flex-direction:column}.sidebar,.event-log-panel{width:100%}.rooms-grid{grid-template-columns:1fr}.create-room-form{flex-direction:column}.create-room-form input{width:100%}.board-container{align-self:stretch;padding:8px}}@media(max-width:900px){.App{padding:1rem}.board-container{padding:6px;border-radius:12px}}
