*{box-sizing:border-box}body{color:#eee;background:#1e1e1e;margin:0;font-family:Arial,sans-serif}.tracker{padding:12px}header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}h1{margin:0;font-size:22px}header button{color:#fff;cursor:pointer;background:#444;border:0;border-radius:4px;padding:4px 9px;font-size:18px}.table-header,.character-row{grid-template-columns:48px 110px 55px 1fr;align-items:center;gap:6px;display:grid}.table-header{color:#aaa;border-bottom:1px solid #555;padding:6px;font-size:12px;font-weight:700}.character-row{border-bottom:1px solid #444;min-height:54px;padding:7px 6px}.token-placeholder{background:#444;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.name{font-weight:700}.initiative{color:#bbb}.effects{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.effect-chip{color:#fff;cursor:pointer;text-align:left;background:#3b5f3b;border:0;border-radius:4px;padding:5px 7px}.effect-chip span{opacity:.75;font-size:10px;display:block}.add-effect{color:#fff;cursor:pointer;background:0 0;border:1px solid #777;border-radius:50%;width:25px;height:25px;font-size:18px}.no-effects{color:#777;font-size:12px}.empty{text-align:center;color:#888;padding:30px 10px}dialog{color:#fff;background:#292929;border:1px solid #666;border-radius:8px}.effect-dialog{flex-direction:column;gap:12px;width:280px;display:flex}.effect-dialog h2{margin:0}.effect-dialog label{flex-direction:column;gap:4px;display:flex}.effect-dialog input,.effect-dialog select{color:#fff;background:#1e1e1e;border:1px solid #666;border-radius:4px;padding:7px}.effect-dialog .checkbox{flex-direction:row;align-items:center}.dialog-buttons{justify-content:flex-end;gap:8px;display:flex}.dialog-buttons button{padding:7px 12px}
