/* Satnam Siri WaheGuru Sahib Ji */
.tool-main { max-width: 1200px; padding-top: 30px; padding-bottom: 72px; }
.tool-main svg { fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.tool-head { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.tool-ic { width: 52px; height: 52px; border-radius: 14px; background: var(--accent-soft); color: var(--accent); display: grid; place-items: center; flex: none; }
.tool-ic svg { width: 27px; height: 27px; }
.tool-head > div:not(.tool-ic) { flex: 1; min-width: 0; }
.tool-head h1 { margin: 0; font-size: clamp(1.4rem, 1rem + 1.9vw, 2rem); letter-spacing: -.02em; }
.tool-head p { margin: 3px 0 0; color: var(--muted); font-size: .92rem; }
.tool-head .pill { margin-left: auto; align-self: flex-start; flex: none; }

.mp-grid { display: grid; gap: 18px; align-items: start;
  grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
  grid-template-areas: "basics result" "people result" "timeline result"; }
#mp-basics { grid-area: basics; } #mp-people { grid-area: people; }
#mp-timeline { grid-area: timeline; } #mp-result { grid-area: result; }
.mp-grid > * { min-width: 0; }

.mp-card { background: var(--bg-2); border: 1px solid var(--border); border-radius: 18px; padding: 20px 22px; }
.mp-h { margin: 0 0 16px; font-size: 1.06rem; letter-spacing: -.01em; }
.mp-card-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.mp-card-head .mp-h { margin: 0; }
.mp-hint { margin: 14px 0 0; font-size: .82rem; color: var(--faint); }

.mp-basics-row { display: flex; flex-wrap: wrap; gap: 16px; align-items: flex-end; }
.mp-basics-row > .mp-field { flex: 1 1 200px; }
.mp-basics-row > .mp-field:nth-child(2) { flex: 0 0 auto; }
.mp-basics-row > .mp-field-tz { flex: 1 1 100%; }
.mp-field { min-width: 0; }
.mp-field > label { display: block; font-size: .8rem; font-weight: 600; color: var(--muted); margin-bottom: 7px; }
.mp-date { position: relative; display: flex; align-items: center; gap: 8px; height: 44px; padding: 0 11px;
  border: 1px solid var(--border); border-radius: 11px; background: var(--bg-2); color: var(--text); }
.mp-date .mp-lead { width: 17px; height: 17px; color: var(--muted); flex: none; }
.mp-date #mp-date-label { flex: 1; font-size: .9rem; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mp-date .mp-chev { width: 15px; height: 15px; color: var(--muted); flex: none; }
.mp-date input[type="date"] { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.mp-date:focus-within { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }

.mp-seg { display: inline-flex; background: var(--bg-3); border: 1px solid var(--border); border-radius: 11px; padding: 4px; gap: 3px; }
.mp-seg button { border: 0; background: transparent; color: var(--muted); padding: 9px 13px; border-radius: 8px; font: inherit; font-weight: 600; font-size: .88rem; cursor: pointer; white-space: nowrap; }
.mp-seg button:hover { color: var(--text); }
.mp-seg button.is-active { background: var(--accent); color: var(--accent-ink); box-shadow: var(--shadow-sm); }
.mp-durwrap { display: flex; align-items: center; height: 44px; border: 1px solid var(--border); border-radius: 11px; background: var(--bg-2); padding: 0 6px 0 12px; }
.mp-durwrap input { width: 58px; border: 0; background: transparent; color: var(--text); font: inherit; font-size: .92rem; font-weight: 500; }
.mp-durwrap input:focus { outline: none; }
.mp-durwrap:focus-within { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.mp-dur-suffix { color: var(--muted); font-size: .85rem; padding-left: 2px; }

.mp-tz { position: relative; }
.mp-tz-btn { width: 100%; display: flex; align-items: center; gap: 9px; height: 44px; padding: 0 12px;
  border: 1px solid var(--border); border-radius: 11px; background: var(--bg-2); color: var(--text); font: inherit; cursor: pointer; text-align: left; }
.mp-tz-btn .mp-tz-name { flex: 1; min-width: 0; font-size: .9rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mp-tz-btn svg { width: 16px; height: 16px; color: var(--muted); flex: none; }
.mp-tz-btn:hover { border-color: var(--accent); }
.mp-tz.open .mp-tz-btn { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.mp-tz-pop { position: absolute; z-index: 40; top: calc(100% + 6px); left: 0; right: 0; background: var(--bg-2);
  border: 1px solid var(--border); border-radius: 13px; box-shadow: var(--shadow-md); padding: 8px; }
.mp-tz-search { width: 100%; height: 38px; padding: 0 11px; border: 1px solid var(--border); border-radius: 9px; background: var(--bg-3); color: var(--text); font: inherit; margin-bottom: 6px; }
.mp-tz-list { list-style: none; margin: 0; padding: 0; max-height: 260px; overflow-y: auto; }
.mp-tz-list li { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 10px; border-radius: 8px; cursor: pointer; }
.mp-tz-list li:hover, .mp-tz-list li.hi { background: var(--bg-3); }
.mp-tz-list .z-city { font-size: .88rem; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mp-tz-list .z-meta { font-size: .78rem; color: var(--muted); white-space: nowrap; flex: none; }
.mp-tz-empty { padding: 10px; color: var(--muted); font-size: .86rem; }

.mp-add { display: inline-flex; align-items: center; gap: 7px; padding: 9px 14px; border-radius: 10px;
  border: 1px solid color-mix(in srgb, var(--accent) 40%, var(--border)); background: var(--accent-soft); color: var(--accent); font: inherit; font-weight: 600; font-size: .88rem; cursor: pointer; }
.mp-add svg { width: 16px; height: 16px; }
.mp-add:hover { border-color: var(--accent); }

.mp-people-bar { display: flex; gap: 10px; align-items: center; margin-bottom: 6px; flex-wrap: wrap; }
.mp-search { flex: 1 1 200px; display: flex; align-items: center; gap: 8px; height: 40px; padding: 0 12px; border: 1px solid var(--border); border-radius: 10px; background: var(--bg-2); }
.mp-search svg { width: 16px; height: 16px; color: var(--muted); flex: none; }
.mp-search input { flex: 1; min-width: 0; border: 0; background: transparent; color: var(--text); font: inherit; font-size: .9rem; }
.mp-search input:focus { outline: none; }
.mp-search:focus-within { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.mp-ptabs { flex: none; }
.mp-ptabs button { font-size: .82rem; padding: 8px 13px; }
.mp-psel { width: 17px; height: 17px; accent-color: var(--accent); flex: none; cursor: pointer; }
.mp-person.sel { background: color-mix(in srgb, var(--accent) 5%, transparent); }

#mp-people-list { border-radius: 8px; overflow: hidden; }
.mp-person { padding: 13px 10px; border-top: 1px solid var(--border-2); }
.mp-person:first-child { border-top: 0; }
.mp-p-row1 { display: flex; align-items: center; gap: 9px; }
.mp-p-num { flex: none; width: 23px; height: 23px; border-radius: 50%; display: grid; place-items: center; font-size: .78rem; font-weight: 700; }
.mp-psel { flex: none; }
.mp-avatar { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; font-size: .92rem; flex: none; }
.mp-p-name { flex: 1; min-width: 0; font-weight: 600; font-size: .95rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mp-p-name .you { color: var(--muted); font-weight: 500; }
.mp-p-star { width: 15px; height: 15px; vertical-align: -2px; margin-left: 3px; color: #eab308; fill: #eab308; stroke: #eab308; }
.mp-p-actions { flex: none; display: flex; gap: 2px; }
.mp-p-meta { display: flex; align-items: baseline; gap: 8px; margin-top: 6px; }
.mp-p-tz { flex: 1; min-width: 0; font-size: .8rem; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mp-p-clock { flex: none; font-size: .78rem; color: var(--muted); font-variant-numeric: tabular-nums; white-space: nowrap; }
.mp-p-email { font-size: .78rem; color: var(--faint); font-style: italic; margin-top: 3px; }
.mp-p-wins { display: flex; flex-wrap: nowrap; gap: 6px; margin-top: 8px; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; }
.mp-p-wins::-webkit-scrollbar { display: none; }
.mp-win { flex: none; font-size: .78rem; font-weight: 600; color: var(--ok-ink); background: var(--ok-soft); border: 1px solid color-mix(in srgb, var(--ok) 30%, transparent); padding: 4px 9px; border-radius: 8px; white-space: nowrap; font-variant-numeric: tabular-nums; }
.mp-days-chip { align-self: center; }
.mp-ico { width: 34px; height: 34px; border-radius: 9px; border: 1px solid transparent; background: transparent; color: var(--muted); display: grid; place-items: center; cursor: pointer; }
.mp-ico svg { width: 17px; height: 17px; }
.mp-ico:hover { color: var(--accent); background: var(--bg-3); }
.mp-ico.del:hover { color: var(--c-red, #ef4444); }

.mp-empty { text-align: center; padding: 22px 10px; color: var(--muted); font-size: .9rem; }
.mp-remember { display: flex; align-items: center; gap: 8px; margin-top: 14px; font-size: .82rem; color: var(--faint); cursor: pointer; }
.mp-remember input { width: 15px; height: 15px; accent-color: var(--accent); }
.mp-trash { margin-top: 14px; padding-top: 14px; border-top: 1px dashed var(--border); }
.mp-trash-h { display: flex; align-items: center; gap: 7px; font-size: .78rem; font-weight: 600; color: var(--muted); margin-bottom: 8px; }
.mp-trash-h svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.9; }
.mp-trash-row { display: flex; align-items: center; gap: 10px; padding: 7px 0; }
.mp-trash-av { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; font-size: .72rem; font-weight: 700; flex: none; }
.mp-trash-name { font-weight: 500; font-size: .88rem; }
.mp-trash-tz { font-size: .78rem; color: var(--muted); flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mp-trash-restore { border: 1px solid var(--border); background: var(--bg-2); color: var(--accent); border-radius: 8px; padding: 5px 12px; font: inherit; font-size: .8rem; font-weight: 600; cursor: pointer; }
.mp-trash-restore:hover { border-color: var(--accent); }

.mp-ed { border: 1px solid var(--border); border-radius: 14px; padding: 16px; margin-top: 12px; background: var(--bg); }
.mp-ed-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mp-ed-full { grid-column: 1 / -1; }
.mp-ed label { display: block; font-size: .78rem; font-weight: 600; color: var(--muted); margin-bottom: 6px; }
.mp-in { width: 100%; height: 42px; padding: 0 12px; border: 1px solid var(--border); border-radius: 10px; background: var(--bg-2); color: var(--text); font: inherit; }
.mp-in:focus, .mp-tz-search:focus, #mp-dur-custom:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.mp-wins-edit { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.mp-win-edit { display: inline-flex; align-items: center; gap: 5px; background: var(--bg-2); border: 1px solid var(--border); border-radius: 9px; padding: 4px 6px 4px 9px; }
.mp-win-edit input[type="time"] { border: 0; background: transparent; color: var(--text); font: inherit; font-size: .84rem; width: 88px; }
.mp-win-x { width: 22px; height: 22px; border-radius: 6px; border: 0; background: transparent; color: var(--muted); cursor: pointer; display: grid; place-items: center; }
.mp-win-x:hover { color: var(--c-red, #ef4444); background: var(--bg-3); }
.mp-win-x svg { width: 14px; height: 14px; }
.mp-add-win { border: 1px dashed var(--border); background: transparent; color: var(--muted); border-radius: 9px; padding: 7px 11px; font: inherit; font-size: .82rem; font-weight: 600; cursor: pointer; }
.mp-add-win:hover { color: var(--accent); border-color: var(--accent); }
.mp-presets { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 9px; }
.mp-preset { border: 1px solid var(--border); background: var(--bg-2); color: var(--muted); border-radius: 999px; padding: 5px 11px; font: inherit; font-size: .78rem; cursor: pointer; }
.mp-preset:hover { color: var(--accent); border-color: var(--accent); }
.mp-days { display: flex; flex-wrap: wrap; gap: 6px; }
.mp-day { border: 1px solid var(--border); background: var(--bg-2); color: var(--muted); border-radius: 8px; padding: 7px 11px; font: inherit; font-size: .8rem; font-weight: 600; cursor: pointer; }
.mp-day:hover { border-color: var(--accent); }
.mp-day.on { background: var(--accent); border-color: var(--accent); color: var(--accent-ink); }
.mp-days-chip { flex: none; font-size: .72rem; font-weight: 600; color: var(--muted); background: var(--bg-3); padding: 4px 8px; border-radius: 8px; white-space: nowrap; }
.mp-star-toggle { display: inline-flex; align-items: center; gap: 8px; cursor: pointer; font-size: .85rem; color: var(--text); }
.mp-star-toggle input { position: absolute; opacity: 0; }
.mp-star-toggle .sbox { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 7px; border: 1px solid var(--border); color: var(--muted); }
.mp-star-toggle .sbox svg { width: 15px; height: 15px; }
.mp-star-toggle input:checked + .sbox { color: #eab308; border-color: #eab308; background: color-mix(in srgb, #eab308 12%, transparent); }
.mp-star-toggle input:checked + .sbox svg { fill: #eab308; stroke: #eab308; }
.mp-ed-foot { display: flex; justify-content: flex-end; gap: 10px; margin-top: 14px; }

.mp-result .mp-rank { display: flex; width: 100%; margin-bottom: 16px; }
.mp-result .mp-rank button { flex: 1; justify-content: center; text-align: center; }
.mp-slot { border-radius: 15px; background: var(--ok-soft); border: 1px solid color-mix(in srgb, var(--ok) 24%, transparent); padding: 20px; text-align: center; }
.mp-slot-ic { width: 44px; height: 44px; border-radius: 12px; background: var(--ok); color: #fff; display: grid; place-items: center; margin: 0 auto 10px; }
.mp-slot-ic svg { width: 24px; height: 24px; }
.mp-slot-date { font-size: .9rem; color: var(--muted); }
.mp-slot-time { font-size: 1.5rem; font-weight: 700; color: var(--ok-ink); letter-spacing: -.01em; margin: 2px 0 12px; font-variant-numeric: tabular-nums; }
.mp-badge { display: inline-flex; align-items: center; gap: 6px; font-size: .84rem; font-weight: 600; padding: 6px 12px; border-radius: 999px; }
.mp-badge svg { width: 15px; height: 15px; }
.mp-badge.all { color: var(--ok-ink); background: color-mix(in srgb, var(--ok) 14%, transparent); }
.mp-badge.partial { color: var(--amber-ink); background: color-mix(in srgb, var(--c-amber, #d97706) 14%, transparent); }
.mp-miss { margin-top: 10px; font-size: .82rem; color: var(--muted); }

.mp-break { margin-top: 14px; display: flex; flex-direction: column; }
.mp-break-row { display: flex; align-items: center; gap: 10px; padding: 8px 2px; border-top: 1px solid var(--border-2); }
.mp-break-row:first-child { border-top: 0; }
.mp-break .mp-avatar { width: 30px; height: 30px; font-size: .8rem; }
.mp-break-name { flex: 1; font-size: .9rem; font-weight: 500; }
.mp-break-time { font-size: .88rem; font-weight: 600; color: var(--text); font-variant-numeric: tabular-nums; }
.mp-break-time.out { color: var(--faint); text-decoration: line-through; }
.mp-flag { font-size: .78rem; color: var(--muted); margin-left: 6px; font-weight: 500; }
.mp-break-row { cursor: pointer; }
.mp-break-row.nocheck { cursor: default; }
.mp-break-hint { font-size: .78rem; color: var(--muted); margin: 4px 0 10px; }
.mp-inc { width: 16px; height: 16px; accent-color: var(--accent); flex: none; }
.mp-break-row.excluded { opacity: .5; }
.mp-break-time.excl { font-size: .76rem; color: var(--faint); font-style: italic; }
.mp-slot-open { margin-top: 9px; font-size: .8rem; color: var(--muted); }
.mp-alts-h { margin: 16px 0 8px; font-size: .82rem; font-weight: 600; color: var(--muted); }

.mp-alts { margin-top: 12px; display: flex; flex-direction: column; gap: 8px; max-height: 300px; overflow-y: auto; }
.mp-alt { display: flex; align-items: center; gap: 11px; padding: 10px 12px; border: 1px solid var(--border); border-radius: 11px; background: var(--bg-2); cursor: pointer; text-align: left; font: inherit; width: 100%; }
.mp-alt:hover { border-color: var(--accent); }
.mp-alt.on { border-color: var(--accent); background: var(--accent-soft); }
.mp-alt-n { width: 22px; height: 22px; border-radius: 50%; border: 1px solid var(--border); display: grid; place-items: center; font-size: .78rem; color: var(--muted); flex: none; }
.mp-alt-t { flex: 1; font-size: .88rem; font-weight: 600; font-variant-numeric: tabular-nums; }
.mp-alt-c { font-size: .8rem; font-weight: 600; }
.mp-alt-c.all { color: var(--ok-ink); } .mp-alt-c.partial { color: var(--amber-ink); }

.mp-note { padding: 18px; border-radius: 13px; background: var(--bg-3); color: var(--muted); font-size: .9rem; text-align: center; }
.mp-note.warn { background: color-mix(in srgb, var(--c-amber) 12%, transparent); color: var(--amber-ink); border: 1px solid color-mix(in srgb, var(--c-amber, #d97706) 30%, transparent); }

.mp-share { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--border-2); }
.mp-share-lbl { font-size: .92rem; font-weight: 600; margin-bottom: 11px; }
.mp-share-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 9px; }
.mp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 11px 14px;
  border: 1px solid var(--border); border-radius: 11px; background: var(--bg-2); color: var(--text); font: inherit; font-weight: 600; font-size: .9rem; cursor: pointer; }
.mp-btn svg { width: 17px; height: 17px; }
.mp-btn:hover { border-color: var(--accent); color: var(--accent); }
.mp-btn-primary { background: var(--accent); border-color: var(--accent); color: var(--accent-ink); }
.mp-btn-primary:hover { color: var(--accent-ink); opacity: .92; }
.mp-btn-ghost { border-color: transparent; color: var(--accent); background: transparent; }
.mp-btn-ghost:hover { background: var(--accent-soft); }
.mp-btn.copied { border-color: var(--ok); color: var(--ok-ink); }

.mp-tl-ref { font-size: .8rem; color: var(--muted); }
.mp-tl { overflow-x: auto; overflow-y: hidden; }
.mp-tl-flex { display: flex; flex-direction: column; gap: 9px; min-width: 480px; }
.mp-tl-row { display: flex; align-items: center; gap: 12px; }
.mp-tl-name { width: 104px; flex: none; font-size: .82rem; line-height: 1.15; }
.mp-tl-name b { font-weight: 600; } .mp-tl-name span { color: var(--muted); font-size: .74rem; }
.mp-tl-axis { flex: 1; display: flex; justify-content: space-between; font-size: .72rem; color: var(--faint); font-variant-numeric: tabular-nums; }
.mp-tl-track { flex: 1; position: relative; display: flex; height: 22px; border-radius: 6px; overflow: hidden; background: var(--bg-3); }
.mp-tl-cell { flex: 1 1 0; }
.mp-tl-cell.night { background: color-mix(in srgb, var(--muted) 22%, transparent); }
.mp-tl-cell.avail { background: color-mix(in srgb, var(--c-green) 42%, transparent); }
.mp-tl-band-seg { position: absolute; top: 0; bottom: 0; background: color-mix(in srgb, var(--ok) 55%, transparent); box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--ok) 60%, transparent); pointer-events: none; }
.mp-tl-legend { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 14px; font-size: .78rem; color: var(--muted); }
.mp-tl-legend span { display: inline-flex; align-items: center; gap: 6px; }
.mp-tl-legend .lg { width: 13px; height: 13px; border-radius: 3px; display: inline-block; }
.lg-night { background: color-mix(in srgb, var(--muted) 22%, transparent); }
.lg-avail { background: color-mix(in srgb, var(--c-green) 42%, transparent); }
.lg-sel { background: color-mix(in srgb, var(--ok) 55%, transparent); }
.mp-tl-legend b { color: var(--text); font-weight: 600; }

.mp-toast { position: fixed; left: 50%; bottom: 26px; transform: translate(-50%, 12px); z-index: 90; max-width: 90vw;
  padding: 12px 18px; border-radius: 12px; background: var(--text); color: var(--bg-2); font-size: .9rem; font-weight: 500;
  box-shadow: var(--shadow-md); opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; }
.mp-toast.show { opacity: 1; transform: translate(-50%, 0); }
.mp-modal-ov { position: fixed; inset: 0; z-index: 100; background: rgba(9, 11, 15, .5); display: grid; place-items: center; padding: 20px; }
.mp-modal { width: 100%; max-width: 380px; background: var(--bg-2); border: 1px solid var(--border); border-radius: 16px; padding: 22px; box-shadow: var(--shadow-md); }
.mp-modal h3 { margin: 0 0 8px; font-size: 1.1rem; }
.mp-modal p { margin: 0 0 18px; color: var(--muted); font-size: .9rem; line-height: 1.5; }
.mp-modal-foot { display: flex; justify-content: flex-end; gap: 10px; }
.mp-btn-danger { background: color-mix(in srgb, var(--c-red) 82%, #000); border-color: color-mix(in srgb, var(--c-red) 82%, #000); color: #fff; }
.mp-btn-danger:hover { color: #fff; opacity: .92; }

.mp-sticky { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60; display: none; align-items: center; gap: 12px;
  padding: 12px 14px; border-radius: 14px; border: 1px solid var(--border); background: var(--bg-2); box-shadow: var(--shadow-md); cursor: pointer; text-align: left; font: inherit; }
.mp-sticky-ic { width: 38px; height: 38px; border-radius: 10px; background: var(--ok-soft); color: var(--ok); display: grid; place-items: center; flex: none; }
.mp-sticky-ic svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.9; }
.mp-sticky-txt { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.mp-sticky-txt b { color: var(--ok-ink); font-size: .95rem; }
.mp-sticky-txt span { color: var(--muted); font-size: .8rem; }
.mp-sticky-chev { width: 18px; height: 18px; color: var(--muted); flex: none; fill: none; stroke: currentColor; stroke-width: 2; }

@media (max-width: 900px) {
  .mp-grid { grid-template-columns: 1fr; grid-template-areas: "basics" "people" "result" "timeline"; }
  #mp-result { position: static; }
  .mp-sticky.show { display: flex; }
  #mp-timeline { margin-bottom: 64px; }
}
@media (max-width: 620px) {
  .mp-seg { width: 100%; } .mp-seg button { flex: 1; }
  .mp-ed-grid { grid-template-columns: 1fr; }
}
@media (max-width: 430px) {
  .tool-head .pill { display: none; }
  .mp-card { padding: 18px 14px; }
}
.mp-share-issues { display: flex; flex-direction: column; gap: 6px; margin-bottom: 12px; }
.mp-share-issues[hidden] { display: none; }
.mp-share-issues span { display: block; padding: 9px 11px; border-radius: 10px; font-size: .8rem; line-height: 1.5;
  border: 1px solid color-mix(in srgb, var(--c-amber) 40%, var(--border)); background: color-mix(in srgb, var(--c-amber) 11%, transparent); }
#mp-reftz:empty { min-height: 44px; }
#mp-people-list:empty { min-height: 395px; }
#mp-result-body:empty { min-height: 81px; }

/* webk · v0.1.0 */
