:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.4;color:#f5f5f5;background:#111}*{box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh}.app-shell{max-width:520px;margin:0 auto;padding:1rem 1.25rem 2rem}.play-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.play-header h1{font-size:1.25rem;font-weight:600;margin:0}.locale-toggle button{background:#333;color:#ccc;border:1px solid #444;padding:.35rem .65rem;cursor:pointer}.locale-toggle button.active{background:#2d5a27;color:#fff;border-color:#3d8a34}.letter-badge{font-size:4rem;font-weight:800;text-align:center;margin:.5rem 0 1.5rem;color:#fff}.category-list{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.75rem}.category-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.category-label{flex:1 1 100%;font-size:.95rem}.category-input-row{display:flex;flex:1 1 100%;gap:.5rem;align-items:center}.category-input-row input{flex:1 1 auto;min-width:0}.help-btn{flex:0 0 auto;padding:.45rem .65rem;font-size:.85rem;border-radius:6px;border:1px solid #444;background:#2a2a2a;color:#ddd;cursor:pointer}.help-btn:disabled{opacity:.45;cursor:not-allowed}.help-btn:hover:not(:disabled){background:#333}.category-row .category-input-row input{flex:1 1 auto;min-width:0;padding:.5rem .65rem;border-radius:6px;border:1px solid #444;background:#1a1a1a;color:#fff;font-size:1rem}.category-row.status-valid input{border-color:#3d8a34;color:#7dff6a}.category-row.status-invalid input{border-color:#a33}.row-hint{flex:1 1 100%;font-size:.8rem;color:#aaa}.category-row.status-valid .row-hint{color:#7dff6a}.category-row.status-invalid .row-hint,.error{color:#f88}.done{color:#7dff6a;margin-bottom:1rem}.new-round{width:100%;padding:.75rem;font-size:1rem;border-radius:8px;border:none;background:#333;color:#fff;cursor:pointer}.new-round:hover{background:#444}
