.attempt-filters{display:flex;gap:8px;margin:0 0 16px}.attempt-filters a{padding:9px 14px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--green2);font-weight:800;text-decoration:none}.attempt-filters a.active{background:var(--navy);border-color:var(--navy);color:#fff}.attempts-panel{padding:0;overflow:hidden}.attempt-row{display:grid;grid-template-columns:190px minmax(220px,1fr) 170px 110px;align-items:center;border-bottom:1px solid var(--line)}.attempt-row:last-child{border-bottom:0}.attempt-row>*{min-width:0;padding:12px 16px;overflow-wrap:anywhere}.attempt-header{background:#edf2f4;color:var(--muted);font-size:11px;font-weight:900;text-transform:uppercase}.attempt-status{justify-self:start;padding:6px 9px;border-radius:8px;font-size:11px}.attempt-status.success{background:#e8f8f0;color:#08613f}.attempt-status.fail{background:#fff0ee;color:var(--danger)}@media(max-width:720px){.attempts-panel{overflow-x:auto}.attempt-row{min-width:720px}}
