:root{--bg: #0f172a;--card: #1e293b;--primary: #6366f1;--text: #f8fafc;--subtext: #94a3b8}body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;margin:0}.game-wrapper{max-width:500px;margin:0 auto;padding:2rem 1rem}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.logo{font-weight:800;font-size:1.2rem;letter-spacing:-.025em}.day-tag{background:#334155;padding:4px 12px;border-radius:99px;font-size:.8rem}.multiplayer-status{display:flex;justify-content:space-between;margin-bottom:1.5rem}.badge{padding:4px 10px;border-radius:6px;font-size:.75rem;font-weight:700}.badge.p1{background:#818cf8;color:#fff}.badge.p2{background:#fb7185;color:#fff}.anchors-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem}.anchor-card{background:var(--card);padding:1.5rem;border-radius:16px;border:1px solid #334155;text-align:center}.anchor-card label{font-size:.7rem;text-transform:uppercase;color:var(--subtext);letter-spacing:.05em}.anchor-card .word{font-size:1.5rem;font-weight:700;margin-top:.5rem}.anchor-card .word-blurred{font-size:1.5rem;filter:blur(8px);opacity:.5;margin-top:.5rem}.heat-section{margin-bottom:2rem}.meter-label{display:flex;justify-content:space-between;font-weight:700;margin-bottom:.5rem;font-size:.9rem}.meter-bar{background:#334155;height:12px;border-radius:6px;overflow:hidden}.meter-fill{height:100%;transition:width .6s cubic-bezier(.34,1.56,.64,1)}.guess-form{display:flex;gap:.5rem;margin-bottom:2rem}input{flex:1;background:#334155;border:1px solid #475569;border-radius:12px;padding:12px 16px;color:#fff;font-size:1rem}input:focus{outline:2px solid var(--primary);border-color:transparent}.btn-primary{background:var(--primary);color:#fff;border:none;padding:12px 20px;border-radius:12px;font-weight:700;cursor:pointer}.btn-secondary{background:transparent;border:1px solid #475569;color:var(--subtext);padding:4px 12px;border-radius:8px;font-size:.8rem;cursor:pointer}.history-container h3{font-size:.9rem;color:var(--subtext);margin-bottom:1rem}.history-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.75rem}.history-item{background:#ffffff08;padding:12px;border-radius:12px;display:flex;align-items:center;justify-content:space-between}.history-item.mine{border-left:4px solid #818cf8}.history-item.theirs{border-left:4px solid #fb7185}.player-tag{font-size:.6rem;font-weight:700;opacity:.6}.history-item .word{font-weight:600;flex:1;margin-left:1rem}.history-item .score{font-family:monospace;font-weight:800}.room-info{background:#ffffff0d;border:1px dashed #475569;border-radius:12px;padding:10px 15px;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:var(--subtext)}.room-info strong{color:var(--primary);font-family:monospace;letter-spacing:1px}.online-indicator{color:#10b981;display:flex;align-items:center;gap:6px;font-weight:600}.online-indicator:before{content:"";width:8px;height:8px;background:#10b981;border-radius:50%;display:inline-block;box-shadow:0 0 8px #10b981}.offline-indicator{color:var(--subtext);font-style:italic}form.guess-form input:disabled{opacity:.5;cursor:not-allowed}
