.my-records-grid,.my-records-history,.my-records-result-list,.my-records-section{display:grid;grid-gap:.85rem;gap:.85rem}.my-records-card,.my-records-empty,.my-records-result-form,.my-records-result-item{background:var(--white);border:.5px solid var(--line);border-radius:12px;padding:1rem;display:grid;grid-gap:.85rem;gap:.85rem}.my-records-card-footer,.my-records-card-header,.my-records-result-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.65rem;justify-content:space-between}.my-records-card-header{align-items:flex-start}.my-records-card-header h3,.my-records-result-item h3{font-size:18px;font-weight:500;line-height:1.45;margin:0}.my-records-card-footer span,.my-records-card-header span,.my-records-empty p,.my-records-message,.my-records-result-item p,.my-records-result-meta span{color:var(--muted);font-size:14px;margin:0}.my-records-time-grid{display:grid;grid-gap:.75rem;gap:.75rem}.my-records-time-group{border:0;display:grid;grid-gap:.4rem;gap:.4rem;margin:0;padding:0}.my-records-result-form label>span,.my-records-time-group legend{color:var(--text);font-size:14px;font-weight:500}.my-records-time-inputs{display:grid;grid-gap:.4rem;gap:.4rem;grid-template-columns:repeat(3,minmax(0,1fr))}.my-records-result-form label,.my-records-time-inputs label{display:grid;grid-gap:.25rem;gap:.25rem;min-width:0}.my-records-time-inputs span{color:var(--muted);font-size:12px;font-weight:500}.my-records-result-form select,.my-records-time-inputs input{background:#fbfbf8;border:.5px solid var(--line);border-radius:8px;color:var(--text);font-size:16px;min-height:44px;min-width:0;padding:.55rem .65rem;width:100%}.my-records-card-footer button,.my-records-empty button,.my-records-result-actions a,.my-records-result-actions button,.my-records-result-form button{border:.5px solid rgba(0,0,0,.3);border-radius:8px;font-size:16px;font-weight:500;min-height:44px;padding:.65rem .9rem}.my-records-card-footer button,.my-records-empty button,.my-records-result-actions a,.my-records-result-form button{background:var(--blue);border-color:transparent;color:var(--white)}.my-records-result-actions button{background:transparent;color:var(--pink)}.my-records-message.is-success{color:#126a4f}.my-records-message.is-error{color:#993556}.my-records-empty.is-compact{padding:.85rem}.my-records-result-meta{display:grid;grid-gap:.15rem;gap:.15rem}.my-records-result-meta strong{color:var(--text);font-size:18px;font-weight:500}.footer-links,.site-footer>div{min-width:0}.site-footer p{max-width:360px}@media (min-width:840px){.my-records-grid,.my-records-time-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.my-records-result-form{align-items:end;grid-template-columns:minmax(220px,1.2fr) minmax(120px,.6fr) minmax(220px,1fr) auto}.my-records-result-item{align-items:center;grid-template-columns:minmax(0,1.4fr) minmax(130px,.45fr) auto}.site-footer{align-items:start;grid-template-columns:minmax(260px,.75fr) minmax(0,2fr)}}