.mvp-feedback{display:flex;align-items:center;gap:10px;min-height:30px;margin-bottom:14px;font-size:12px;color:var(--green)}.mvp-workspace{display:grid;grid-template-columns:340px minmax(0,1fr);gap:24px;align-items:start}.mvp-editor{padding:22px;margin:0}.mvp-editor .section-heading{gap:10px}.mvp-editor .section-heading h2{font-size:19px}.mvp-custom{border:0;background:none;padding:0;white-space:nowrap;font-size:11px}.mvp-field{display:flex;flex-direction:column;gap:6px;font-size:11px;color:var(--muted);min-width:0}.mvp-field input,.mvp-field select{width:100%;min-width:0;font-size:12px}.mvp-search-status,.mvp-preset-note,.mvp-form-note{font-size:11px;line-height:1.75;color:var(--muted)}.mvp-search-status{margin:10px 0}.mvp-results{max-height:250px;overflow:auto}.mvp-result{display:flex;align-items:center;gap:10px;width:100%;padding:9px 5px;background:var(--surface);border:0;border-top:1px solid var(--border);text-align:left}.mvp-result:hover,.mvp-result:focus{background:var(--green-soft)}.mvp-result img{width:35px;height:35px;object-fit:contain;image-rendering:pixelated}.mvp-result strong{display:block;font-size:12px}.mvp-result small{display:block;font-size:10px;color:var(--muted)}.mvp-shortcuts{display:flex;flex-wrap:wrap;gap:6px;margin:15px 0}.mvp-shortcuts>span{width:100%;font-size:10px;color:var(--muted)}.mvp-shortcuts button{border:1px solid var(--border);border-radius:5px;background:var(--soft);padding:6px 8px;font-size:10px}.mvp-form{border-top:1px solid var(--border);padding-top:20px;display:flex;flex-direction:column;gap:13px}.mvp-time-fields{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.mvp-minutes{display:flex;align-items:center;gap:5px}.mvp-minutes>span{font-size:10px}.mvp-kill-actions{display:flex;justify-content:space-between;gap:9px}.mvp-kill-actions button{border:0;background:none;padding:0;font-size:10px}.mvp-form-actions{display:flex;gap:8px}.mvp-form-actions>.primary{flex:1}.mvp-board{min-width:0}.mvp-board-heading{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:2px 0 19px}.mvp-board-heading h2{font-size:20px}.mvp-board-heading p{font-size:11px;color:var(--muted);margin-top:7px}.mvp-board-heading select{max-width:145px}.mvp-timer-list{display:flex;flex-direction:column;gap:14px}.mvp-timer{padding:20px;border-left:4px solid var(--border)}.mvp-timer[data-phase=waiting]{border-left-color:#5085a7}.mvp-timer[data-phase=window]{border-left-color:var(--green)}.mvp-timer[data-phase=overdue]{border-left-color:var(--gold)}.mvp-timer-header{display:flex;align-items:center;gap:12px}.mvp-timer-header img{width:42px;height:44px;object-fit:contain;image-rendering:pixelated}.mvp-timer-header h3{font-size:16px}.mvp-timer-place{font-size:10px;color:var(--muted);margin-top:4px;overflow-wrap:anywhere}.mvp-timer-label{font-size:11px;color:var(--green);margin-top:4px;overflow-wrap:anywhere}.mvp-timer-countdown{display:flex;justify-content:space-between;align-items:end;gap:10px;margin-top:17px}.mvp-timer-countdown strong{font-size:28px;font-variant-numeric:tabular-nums;letter-spacing:.6px;line-height:1.3}.mvp-timer-countdown span{font-size:11px;color:var(--muted);display:block;margin-bottom:5px}.mvp-timer-countdown small{font-size:10px;line-height:1.6;color:var(--muted);max-width:105px;text-align:right}.mvp-timer-window{font-size:10px;line-height:1.8;color:var(--muted);margin-top:10px}.mvp-progress{height:5px;background:var(--soft);border-radius:3px;margin-top:12px;overflow:hidden}.mvp-progress span{display:block;height:100%;background:var(--green);width:0}.mvp-timer[data-phase=overdue] .mvp-progress span{background:var(--gold)}.mvp-timer-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:15px}.mvp-timer-actions .button{min-height:35px;padding:7px 10px;font-size:10px}.mvp-timer-actions .primary{margin-right:auto}.mvp-empty{padding:42px 27px;text-align:center}.mvp-empty>.icon{width:36px;height:36px;color:var(--green);margin-bottom:15px}.mvp-empty h3{font-size:18px}.mvp-empty p{font-size:12px;line-height:1.9;max-width:360px;margin:12px auto 0;color:var(--muted)}.mvp-board-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:16px}.mvp-board-footer p{font-size:10px;line-height:1.8;color:var(--muted)}.mvp-board-footer button{font-size:10px;border:0;background:none;white-space:nowrap}.mvp-workspace [hidden],[data-mvp-timers]>[hidden]{display:none!important}
@media(max-width:1100px){.mvp-workspace{grid-template-columns:300px minmax(0,1fr);gap:18px}.mvp-editor{padding:18px}.mvp-timer{padding:17px}.mvp-board-heading{flex-wrap:wrap}.mvp-board-heading>.mvp-field{margin-left:auto}.mvp-timer-countdown strong{font-size:24px}}
@media(max-width:850px){.mvp-workspace{grid-template-columns:1fr}.mvp-editor{max-width:none}.mvp-board-heading{margin-top:12px}.mvp-timer-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr))}.mvp-form{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.mvp-form>[data-mvp-preset-note],.mvp-time-fields,.mvp-kill-actions,.mvp-form-note,.mvp-form-actions,.mvp-form>.form-error{grid-column:1/-1}.mvp-form-actions .primary{flex:none}.mvp-results{max-height:200px}}
@media(max-width:550px){.mvp-form{display:flex}.mvp-editor,.mvp-timer{padding:18px}.mvp-field input,.mvp-field select{font-size:16px}.mvp-shortcuts button{min-height:37px}.mvp-timer-actions .button{min-height:42px;font-size:11px}.mvp-timer-actions .primary{flex:1 0 100%;margin:0}.mvp-timer-actions .secondary{flex:1}.mvp-timer-countdown strong{font-size:28px}.mvp-board-heading select{font-size:12px}.mvp-board-footer{align-items:start}.mvp-timer-list{display:flex}}
