.mh-root{display:flex;flex-direction:column;height:100%;min-height:0;background:var(--background)}.mh-header{border-bottom:1px solid var(--border);background:var(--background);position:sticky;top:0;z-index:10}.mh-header-inner{max-width:80rem;margin:0 auto;padding:1.5rem 1.5rem 1rem}.mh-title-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin:0 0 .25rem}.mh-title-row .mh-title{margin:0}.mh-title{font-size:1.5rem;font-weight:600;line-height:1.25;margin:0 0 .25rem;color:var(--foreground)}.mh-subtitle{font-size:.875rem;color:var(--muted-foreground);margin:0}.mh-subtitle-link{color:var(--primary);font-weight:500;text-decoration:none}.mh-subtitle-link:hover{text-decoration:underline}.mh-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.mh-btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;font-weight:500;font-size:.875rem;background:var(--primary);color:var(--primary-foreground);border:none;cursor:pointer}.mh-btn-primary:hover{opacity:.92}.mh-btn-primary svg{display:block;width:1rem;height:1rem}.mh-btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;background:transparent;color:var(--foreground);border:1px solid var(--border);cursor:pointer}.mh-btn-secondary:hover{background:var(--accent)}.mh-btn-secondary svg{display:block;width:1rem;height:1rem}.mh-actions a.mh-btn-secondary{text-decoration:none}.mh-program-filter-banner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem;padding:.625rem .875rem;border-radius:.5rem;border:1px solid var(--border);background:color-mix(in srgb,var(--muted) 25%,transparent);font-size:.875rem;color:var(--foreground)}.mh-program-filter-clear{font-size:.8125rem;font-weight:500;color:var(--primary);background:none;border:none;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px}.mh-program-filter-clear:hover{opacity:.9}.mh-body{max-width:80rem;margin:0 auto;padding:1.5rem;flex:1;min-height:0}.mh-attention-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}@media (min-width: 768px){.mh-attention-grid{grid-template-columns:repeat(3,1fr)}}.mh-attention-card{display:block;padding:1rem;border-radius:.5rem;border:1px solid var(--border);background:var(--card);text-decoration:none;color:inherit;transition:border-color .15s ease,box-shadow .15s ease}.mh-attention-card:hover{border-color:color-mix(in srgb,var(--primary) 35%,var(--border));box-shadow:0 1px 2px #0f172a0f}.mh-attention-card-inner{display:flex;align-items:center;gap:.75rem}.mh-attention-icon{width:2.5rem;height:2.5rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mh-attention-icon svg{display:block;width:1.25rem;height:1.25rem}.mh-attention-a{background:#fef3c7;color:#b45309}.dark .mh-attention-a{background:#451a03;color:#fde68a}.mh-attention-b{background:#ffedd5;color:#c2410c}.dark .mh-attention-b{background:#431407;color:#fed7aa}.mh-attention-c{background:#fee2e2;color:#b91c1c}.dark .mh-attention-c{background:#450a0a;color:#fca5a5}.mh-attention-val{font-size:1.5rem;font-weight:600;line-height:1.2}.mh-attention-label{font-size:.875rem;color:var(--muted-foreground)}.mh-toolbar{margin-bottom:1rem;display:flex;flex-direction:column;gap:.75rem}@media (min-width: 640px){.mh-toolbar{flex-direction:row;align-items:center}}.mh-search-wrap{flex:1;position:relative;min-width:0}.mh-search-wrap svg{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:var(--muted-foreground);display:block;pointer-events:none}.mh-search-input{width:100%;padding:.5rem .75rem .5rem 2.5rem;border-radius:.5rem;border:1px solid var(--border);background:var(--background);font-size:.875rem;color:var(--foreground)}.mh-search-input:focus{outline:none;box-shadow:0 0 0 2px color-mix(in srgb,var(--ring) 40%,transparent)}.mh-filter-panel{padding:1rem;border:1px solid var(--border);border-radius:.5rem;background:var(--card);margin-bottom:1rem}.mh-filter-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.mh-filter-grid{grid-template-columns:repeat(4,1fr)}}.mh-filter-label{font-size:.75rem;font-weight:500;color:var(--muted-foreground);display:block;margin-bottom:.5rem}.mh-filter-check{display:flex;align-items:center;gap:.5rem;font-size:.875rem;cursor:pointer}.mh-list-with-header{display:flex;flex-direction:column;gap:.5rem}.mh-list-header{display:none;padding:.5rem 1rem;border:1px solid var(--border);border-radius:.5rem;background:color-mix(in srgb,var(--muted) 40%,transparent)}@media (min-width: 768px){.mh-list-header{display:block}}.mh-row-grid--header{align-items:end}.mh-row-header-cell{font-size:.6875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--muted-foreground);line-height:1.25}.mh-list-gap{display:flex;flex-direction:column;gap:.5rem}.mh-row{display:block;padding:1rem;border:1px solid var(--border);border-radius:.5rem;background:var(--card);text-decoration:none;color:inherit;transition:border-color .15s ease}.mh-row:hover{border-color:color-mix(in srgb,var(--primary) 45%,var(--border))}.mh-row-grid{display:grid;grid-template-columns:1fr;gap:1rem;align-items:center}@media (min-width: 768px){.mh-row-grid{grid-template-columns:repeat(12,minmax(0,1fr))}}.mh-row-title-block{grid-column:span 12}@media (min-width: 768px){.mh-row-title-block{grid-column:span 4}}.mh-row-meta{grid-column:span 12}@media (min-width: 768px){.mh-row-meta{grid-column:span 2}}.mh-row h3{font-size:.9375rem;font-weight:500;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.mh-row-time{font-size:.875rem;color:var(--muted-foreground);margin-top:.25rem}.mh-badge{display:inline-flex;align-items:center;padding:.125rem .5rem;font-size:.75rem;border-radius:.375rem;font-weight:500}.mh-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 1.5rem;text-align:center}.mh-empty-icon{width:4rem;height:4rem;border-radius:9999px;background:color-mix(in srgb,var(--primary) 12%,transparent);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.mh-empty-icon svg{width:2rem;height:2rem;color:var(--primary);display:block}.mh-loading{padding:2rem;text-align:center;color:var(--muted-foreground);font-size:.875rem}.mh-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:1rem;background:#00000073}.mh-modal-panel{width:100%;max-width:28rem;border-radius:.75rem;border:1px solid var(--border);background:var(--card);box-shadow:0 4px 6px #0f172a14,0 12px 24px #0f172a1a}.mh-modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem 1rem 0}.mh-modal-title-row{display:flex;align-items:center;gap:.5rem}.mh-modal-title-icon{width:1.25rem;height:1.25rem;color:var(--primary);display:block}.mh-modal-title{font-size:1.125rem;font-weight:600;margin:0}.mh-modal-close{border:none;background:transparent;padding:.25rem;border-radius:.25rem;cursor:pointer;color:var(--muted-foreground)}.mh-modal-close:hover{background:var(--accent);color:var(--foreground)}.mh-modal-form{padding:1rem;display:flex;flex-direction:column;gap:1rem}.mh-modal-error{font-size:.875rem;color:#b91c1c;margin:0}.mh-field{display:flex;flex-direction:column;gap:.375rem}.mh-field-label{font-size:.75rem;font-weight:500;color:var(--muted-foreground)}.mh-field-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.mh-input{padding:.5rem .75rem;border-radius:.5rem;border:1px solid var(--border);background:var(--background);font-size:.875rem;color:var(--foreground)}.mh-input:focus{outline:none;box-shadow:0 0 0 2px color-mix(in srgb,var(--ring) 40%,transparent)}.mh-modal-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.5rem}.mh-modal-actions .mh-btn-secondary,.mh-modal-actions .mh-btn-primary{padding:.5rem 1rem}.mh-sched-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:1rem}.mh-sched-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.mh-sched-panel{position:relative;width:100%;max-width:42rem;max-height:90vh;display:flex;flex-direction:column;border-radius:.75rem;border:1px solid var(--border);background:var(--card);box-shadow:0 4px 6px #0f172a14,0 12px 24px #0f172a1f;overflow:hidden}.mh-sched-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.5rem;border-bottom:1px solid var(--border);flex-shrink:0}.mh-sched-title{font-size:1.25rem;font-weight:600;margin:0;color:var(--foreground)}.mh-sched-subtitle{font-size:.875rem;color:var(--muted-foreground);margin:.25rem 0 0}.mh-sched-form{display:flex;flex-direction:column;min-height:0;flex:1}.mh-sched-fields{padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.25rem}.mh-sched-section-label{font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-foreground);margin:.25rem 0 0;padding-top:.5rem;border-top:1px solid var(--border)}.mh-sched-fields>.mh-sched-section-label:first-child{border-top:none;padding-top:0}.mh-provider-hint{font-size:.8125rem;line-height:1.45;color:var(--muted-foreground);margin:.5rem 0 0}.mh-textarea{min-height:4.5rem;resize:vertical;font-family:inherit;line-height:1.45}.mh-field-label-required:after{content:" *";color:#ef4444}.mh-inline-icon{display:inline-block;vertical-align:middle;width:1rem;height:1rem;margin-right:.25rem}.mh-provider-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}@media (min-width: 640px){.mh-provider-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.mh-provider-manual-row{margin-top:.5rem}.mh-provider-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:.75rem;border-radius:.5rem;border:2px solid var(--border);background:var(--background);cursor:pointer;font:inherit;color:var(--foreground);transition:border-color .15s ease,background .15s ease}.mh-provider-btn:hover{border-color:color-mix(in srgb,var(--primary) 50%,var(--border))}.mh-provider-btn-active{border-color:var(--primary);background:color-mix(in srgb,var(--primary) 10%,transparent)}.mh-provider-btn-wide{width:100%;flex-direction:row;justify-content:flex-start;gap:.5rem;padding:.75rem 1rem}.mh-provider-emoji{font-size:1.5rem;line-height:1}.mh-provider-label{font-size:.75rem;font-weight:500;text-align:center}.mh-provider-btn-wide .mh-provider-label{text-align:left;font-size:.875rem}.mh-sched-datetime{align-items:flex-end}.mh-sched-datetime-modern{display:grid;grid-template-columns:minmax(0,1fr) minmax(10rem,12rem);gap:1rem;align-items:start}.mh-sched-day-field{min-width:0}.mh-sched-day-picker-wrap{margin-top:.35rem;border:1px solid var(--border);border-radius:.5rem;padding:.5rem;background:var(--background);--rdp-accent-color: hsl(var(--primary));--rdp-accent-background-color: color-mix(in srgb, hsl(var(--primary)) 12%, transparent);--rdp-day-height: 2.25rem;--rdp-day-width: 2.25rem;--rdp-day_button-height: 2.125rem;--rdp-day_button-width: 2.125rem}.mh-sched-day-picker-wrap .rdp-root{width:100%;max-width:20rem;margin:0 auto}@media (max-width: 520px){.mh-sched-datetime-modern{grid-template-columns:1fr}}.mh-input-date,.mh-input-time{min-height:2.75rem;font-size:.9375rem}.mh-field-hint-datetime{margin-top:-.25rem;margin-bottom:0}.mh-sched-webex-callout{padding:.75rem 1rem;border-radius:.5rem;border:1px solid color-mix(in srgb,var(--primary) 35%,var(--border));background:color-mix(in srgb,var(--primary) 8%,transparent);font-size:.8125rem;line-height:1.5;color:var(--foreground)}.mh-sched-webex-callout p{margin:0}.mh-sched-check{display:flex;flex-direction:row;align-items:flex-start;gap:.65rem}.mh-sched-check input[type=checkbox]{margin-top:.2rem;flex-shrink:0;width:1rem;height:1rem;cursor:pointer}.mh-sched-check .mh-field-hint{margin-top:.25rem;margin-bottom:0}.mh-sched-check-label{display:flex;align-items:center;gap:.35rem;font-size:.875rem;font-weight:500;color:var(--foreground)}.mh-participants-placeholder{padding:.5rem .75rem;border-radius:.5rem;border:1px dashed var(--border);font-size:.875rem;color:var(--muted-foreground);background:color-mix(in srgb,var(--muted) 25%,transparent)}.mh-sched-participants{display:flex;flex-direction:column;gap:.5rem}.mh-sched-participants-empty{margin:0;padding:.5rem .75rem;border-radius:.5rem;border:1px dashed var(--border);font-size:.8125rem;line-height:1.45;color:var(--muted-foreground);background:color-mix(in srgb,var(--muted) 20%,transparent)}.mh-sched-participant-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.375rem}.mh-sched-participant-pill{display:flex;align-items:center;gap:.5rem;padding:.375rem .5rem .375rem .75rem;border-radius:.375rem;border:1px solid var(--border);background:var(--card);font-size:.8125rem}.mh-sched-participant-name{flex:1;min-width:0;font-weight:500;color:var(--foreground);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mh-sched-participant-meta{font-size:.6875rem;text-transform:uppercase;letter-spacing:.02em;color:var(--muted-foreground)}.mh-sched-participant-remove{display:inline-flex;align-items:center;justify-content:center;padding:.25rem;margin-left:auto;border:none;border-radius:.25rem;background:transparent;color:var(--muted-foreground);cursor:pointer}.mh-sched-participant-remove:hover{background:color-mix(in srgb,var(--muted) 40%,transparent);color:var(--foreground)}.mh-sched-add-participants{display:inline-flex;align-items:center;gap:.375rem;align-self:flex-start;padding:0;border:none;background:none;font-size:.8125rem;font-weight:500;color:var(--primary);cursor:pointer;text-decoration:underline;text-underline-offset:2px}.mh-sched-add-participants:hover{color:color-mix(in srgb,var(--primary) 85%,var(--foreground))}.mh-recurring-box{display:flex;align-items:center;gap:.5rem;padding:1rem;border:1px solid var(--border);border-radius:.5rem;background:var(--card)}.mh-recurring-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;flex:1}.mh-field-hint{font-size:.75rem;color:var(--muted-foreground);margin:.375rem 0 0}.mh-icon-muted{color:var(--muted-foreground)}.mh-sched-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem;border-top:1px solid var(--border);background:color-mix(in srgb,var(--muted) 30%,transparent);flex-shrink:0}.mh-sched-footer .mh-btn-primary{padding:.5rem 1.5rem;font-weight:500}.mh-sched-footer .mh-btn-primary:disabled{opacity:.5;cursor:not-allowed}.mh-recur-field{margin-top:.25rem}.mh-recur-days{display:flex;flex-wrap:wrap;gap:.375rem}.mh-recur-day{min-width:2.25rem;padding:.375rem .5rem;border-radius:.375rem;border:1px solid var(--border);background:var(--background);font-size:.75rem;font-weight:500;color:var(--muted-foreground);cursor:pointer}.mh-recur-day:hover{border-color:color-mix(in srgb,var(--primary) 45%,var(--border));color:var(--foreground)}.mh-recur-day-on{border-color:var(--primary);background:color-mix(in srgb,var(--primary) 12%,transparent);color:var(--foreground)}.mh-recur-ends{display:flex;flex-direction:column;gap:.5rem}.mh-recur-radio{display:flex;align-items:center;gap:.5rem;font-size:.875rem;cursor:pointer;flex-wrap:wrap}.mh-recur-radio-row{align-items:center}.mh-recur-end-input{width:auto;min-width:5rem;max-width:10rem}.mh-hub-modal-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:1rem}.mh-hub-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.mh-hub-modal-panel{position:relative;width:100%;max-height:90vh;display:flex;flex-direction:column;border-radius:.75rem;border:1px solid var(--border);background:var(--card);box-shadow:0 4px 6px #0f172a14,0 12px 24px #0f172a1f;overflow:hidden}.mh-hub-modal-panel--md{max-width:48rem}.mh-hub-modal-panel--lg{max-width:56rem}.mh-hub-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.5rem;border-bottom:1px solid var(--border);flex-shrink:0}.mh-hub-modal-h2{font-size:1.25rem;font-weight:600;margin:0;color:var(--foreground)}.mh-hub-modal-lead{font-size:.875rem;color:var(--muted-foreground);margin:.25rem 0 0}.mh-hub-modal-body{padding:1.5rem;overflow-y:auto;min-height:0}.mh-hub-modal-footer{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-top:1px solid var(--border);background:color-mix(in srgb,var(--muted) 30%,transparent);flex-shrink:0;gap:.75rem}.mh-lw-stack{display:flex;flex-direction:column;gap:1.25rem}.mh-lw-search-input,.mh-hub-modal-body .mh-field .mh-input{width:100%;box-sizing:border-box}.mh-lw-type-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem}@media (max-width: 640px){.mh-lw-type-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.mh-lw-type-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:.75rem;border-radius:.5rem;border:2px solid var(--border);background:var(--background);cursor:pointer;font:inherit;color:var(--foreground);transition:border-color .15s ease,background .15s ease}.mh-lw-type-btn:hover{border-color:color-mix(in srgb,var(--primary) 50%,var(--border))}.mh-lw-type-btn-active{border-color:var(--primary);background:color-mix(in srgb,var(--primary) 10%,transparent)}.mh-lw-type-icon{width:1.25rem;height:1.25rem}.mh-lw-type-label{font-size:.75rem;font-weight:500}.mh-lw-list{border:1px solid var(--border);border-radius:.5rem;max-height:20rem;overflow-y:auto}.mh-lw-row{display:flex;align-items:center;gap:.75rem;padding:.75rem;cursor:pointer;margin:0;border-bottom:1px solid var(--border);transition:background .12s ease}.mh-lw-row:last-child{border-bottom:none}.mh-lw-row:hover{background:var(--accent)}.mh-lw-checkbox{border-radius:.25rem;flex-shrink:0}.mh-lw-row-text{flex:1;min-width:0}.mh-lw-row-title{font-weight:500;font-size:.875rem;color:var(--foreground)}.mh-lw-row-meta{font-size:.75rem;color:var(--muted-foreground);margin-top:.125rem}.mh-lw-check{width:1.25rem;height:1.25rem;color:var(--primary);flex-shrink:0}.mh-lw-empty{padding:2rem;text-align:center;font-size:.875rem;color:var(--muted-foreground)}.mh-lw-selected-banner{padding:.75rem;border-radius:.5rem;border:1px solid color-mix(in srgb,var(--primary) 50%,var(--border));background:color-mix(in srgb,var(--primary) 10%,transparent)}.mh-lw-selected-text{margin:0;font-size:.875rem;font-weight:500;color:var(--primary)}.mh-nt-scroll{padding:1.5rem;overflow-y:auto;max-height:calc(100vh - 16rem);min-height:0}.mh-nt-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.mh-nt-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.mh-nt-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.mh-nt-card{position:relative;margin:0;padding:1.25rem;text-align:left;border-radius:.75rem;border:2px solid var(--border);background:var(--background);cursor:pointer;font:inherit;color:var(--foreground);transition:border-color .15s ease,background .15s ease,transform .15s ease}.mh-nt-card:hover{border-color:color-mix(in srgb,var(--primary) 50%,var(--border));transform:scale(1.02)}.mh-nt-card-selected{border-color:var(--primary);background:color-mix(in srgb,var(--primary) 5%,transparent)}.mh-nt-card-check{position:absolute;top:.75rem;right:.75rem;width:1.5rem;height:1.5rem;border-radius:9999px;background:var(--primary);display:flex;align-items:center;justify-content:center}.mh-nt-check-glyph{color:var(--primary-foreground)}.mh-nt-icon-wrap{width:3rem;height:3rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.mh-nt-icon-wrap--yellow{color:#ca8a04;background:#fef9c3}.mh-nt-icon-wrap--blue{color:#2563eb;background:#dbeafe}.mh-nt-icon-wrap--purple{color:#9333ea;background:#f3e8ff}.mh-nt-icon-wrap--green{color:#16a34a;background:#dcfce7}.mh-nt-icon-wrap--orange{color:#ea580c;background:#ffedd5}.mh-nt-icon-wrap--pink{color:#db2777;background:#fce7f3}@media (prefers-color-scheme: dark){.mh-nt-icon-wrap--yellow{color:#facc15;background:#422006}.mh-nt-icon-wrap--blue{color:#60a5fa;background:#172554}.mh-nt-icon-wrap--purple{color:#c084fc;background:#3b0764}.mh-nt-icon-wrap--green{color:#4ade80;background:#14532d}.mh-nt-icon-wrap--orange{color:#fb923c;background:#431407}.mh-nt-icon-wrap--pink{color:#f472b6;background:#500724}}.mh-nt-card-title{font-size:1rem;font-weight:600;margin:0 0 .25rem}.mh-nt-card-desc{font-size:.75rem;color:var(--muted-foreground);margin:0 0 .75rem;line-height:1.4}.mh-nt-card-meta{display:flex;align-items:center;gap:1rem;font-size:.75rem;color:var(--muted-foreground);margin-bottom:.75rem}.mh-nt-meta-item{display:inline-flex;align-items:center;gap:.25rem}.mh-nt-meta-ic{width:.75rem;height:.75rem}.mh-nt-agenda-label{font-size:.75rem;font-weight:500;margin-bottom:.25rem}.mh-nt-agenda-list{margin:0;padding:0;list-style:none;font-size:.75rem;color:var(--muted-foreground)}.mh-nt-agenda-list li{margin-bottom:.125rem}.mh-btn-primary.mh-nt-use{display:inline-flex;align-items:center;gap:.5rem}.mh-btn-primary.mh-nt-use svg{width:1rem;height:1rem}.mh-mom-import-panel{margin-bottom:1.25rem;max-width:48rem;padding:1rem 1.125rem 1.125rem;border-radius:.75rem;border:1px solid color-mix(in srgb,var(--primary) 22%,var(--border));background:linear-gradient(165deg,color-mix(in srgb,var(--primary) 8%,var(--background)) 0%,var(--muted) / .35 100%);box-shadow:0 1px 2px color-mix(in srgb,var(--foreground) 6%,transparent)}.mh-mom-import-panel--success{border-color:color-mix(in srgb,hsl(142 70% 36%) 35%,var(--border));background:linear-gradient(165deg,color-mix(in srgb,hsl(142 70% 36%) 10%,var(--background)) 0%,var(--muted) / .3 100%)}.mh-mom-import-panel--error{border-color:color-mix(in srgb,hsl(0 72% 45%) 45%,var(--border));background:linear-gradient(165deg,color-mix(in srgb,hsl(0 72% 45%) 8%,var(--background)) 0%,var(--muted) / .35 100%)}.mh-mom-import-panel__head{margin-bottom:.875rem}.mh-mom-import-panel__head-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.375rem}.mh-mom-import-panel__eyebrow{font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-foreground)}.mh-mom-import-panel--success .mh-mom-import-panel__eyebrow{color:#188b42}.mh-mom-import-panel--error .mh-mom-import-panel__eyebrow{color:#b81e1e}.mh-mom-import-panel__elapsed{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-variant-numeric:tabular-nums;color:var(--muted-foreground)}.mh-mom-import-panel__elapsed-icon{width:.875rem;height:.875rem;opacity:.85}.mh-mom-import-panel__file-line{font-size:.8125rem;color:var(--muted-foreground);display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem}.mh-mom-import-panel__filename{font-weight:500;color:var(--foreground);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mh-mom-import-panel__current{display:flex;gap:.75rem;align-items:flex-start;padding:.75rem .875rem;border-radius:.5rem;background:color-mix(in srgb,var(--background) 88%,transparent);border:1px solid var(--border);margin-bottom:.875rem}.mh-mom-import-panel__current-spinner{width:1.75rem;height:1.75rem;flex-shrink:0;color:var(--primary);animation:mh-spin .9s linear infinite}.mh-mom-import-panel__current-icon{width:1.75rem;height:1.75rem;flex-shrink:0}.mh-mom-import-panel__current-icon--ok{color:#1c9c4b}.mh-mom-import-panel__current-icon--err{color:#c52020}@keyframes mh-spin{to{transform:rotate(360deg)}}.mh-mom-import-panel__current-text{min-width:0;flex:1}.mh-mom-import-panel__current-label{display:block;font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted-foreground);margin-bottom:.25rem}.mh-mom-import-panel__current-msg{margin:0;font-size:.875rem;line-height:1.45;color:var(--foreground);word-break:break-word}.mh-mom-import-panel__bar-track{height:.375rem;border-radius:999px;background:color-mix(in srgb,var(--muted-foreground) 18%,transparent);overflow:hidden;margin-bottom:.875rem}.mh-mom-import-panel__bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,color-mix(in srgb,var(--primary) 92%,white),color-mix(in srgb,var(--primary) 70%,transparent));transition:width .35s ease-out}.mh-mom-import-panel--success .mh-mom-import-panel__bar-fill{background:linear-gradient(90deg,#1fad53,#39c66d)}.mh-mom-import-panel--error .mh-mom-import-panel__bar-fill{background:linear-gradient(90deg,#d32222,#e9680c)}.mh-mom-import-panel__steps{list-style:none;margin:0;padding:0;display:grid;gap:.375rem}@media (min-width: 640px){.mh-mom-import-panel__steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.mh-mom-import-panel__steps{grid-template-columns:repeat(4,minmax(0,1fr))}}.mh-mom-import-step{display:flex;align-items:center;gap:.5rem;padding:.4rem .5rem;border-radius:.375rem;font-size:.75rem;border:1px solid transparent}.mh-mom-import-step--done{color:var(--foreground);background:color-mix(in srgb,hsl(142 70% 36%) 9%,transparent);border-color:color-mix(in srgb,hsl(142 70% 36%) 22%,transparent)}.mh-mom-import-step--active{color:var(--foreground);background:color-mix(in srgb,var(--primary) 12%,transparent);border-color:color-mix(in srgb,var(--primary) 35%,var(--border));box-shadow:0 0 0 1px color-mix(in srgb,var(--primary) 15%,transparent)}.mh-mom-import-step--failed{color:var(--foreground);background:color-mix(in srgb,hsl(0 72% 45%) 10%,transparent);border-color:color-mix(in srgb,hsl(0 72% 45%) 28%,transparent)}.mh-mom-import-step--pending{color:var(--muted-foreground);opacity:.92;background:color-mix(in srgb,var(--muted) 40%,transparent)}.mh-mom-import-step__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.125rem;height:1.125rem}.mh-mom-import-step__check{width:1.125rem;height:1.125rem;color:#1c9c4b}.mh-mom-import-step__spin{width:1.125rem;height:1.125rem;color:var(--primary);animation:mh-spin .85s linear infinite}.mh-mom-import-step__fail{width:1.125rem;height:1.125rem;color:#c52020}.mh-mom-import-step__dot{display:block;width:.5rem;height:.5rem;border-radius:999px;border:2px solid color-mix(in srgb,var(--muted-foreground) 45%,transparent);background:transparent}.mh-mom-import-step__label{flex:1;min-width:0;font-weight:500}.mh-mom-import-step__badge{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.125rem .35rem;border-radius:.25rem;background:color-mix(in srgb,var(--primary) 18%,transparent);color:var(--primary);flex-shrink:0}.mh-mom-import-step__badge--err{background:color-mix(in srgb,hsl(0 72% 45%) 18%,transparent);color:#b81e1e}.dark .mh-mom-import-panel__current{background:color-mix(in srgb,var(--background) 65%,transparent)}.mh-sched-helper{font-size:.8125rem;color:var(--muted-foreground);margin:0 0 .75rem;line-height:1.45}.mh-actual-wall-times{display:flex;flex-direction:column;gap:.75rem;margin:0;padding:1rem 1rem 1.125rem;border-radius:.5rem;border:1px solid var(--border);background:color-mix(in srgb,var(--muted) 18%,transparent)}.mh-actual-wall-times .mh-sched-section-label{border-top:none;padding-top:0;margin:0}.mh-actual-wall-times .mh-sched-helper{margin:0}.mh-actual-wall-times__row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.75rem;align-items:start}.mh-actual-wall-times__row .mh-field{min-width:0}.mh-input-datetime-local{min-height:2.75rem;font-size:.9375rem;width:100%}.mh-actual-wall-times__clear{align-self:flex-start;margin-top:.125rem}@media (max-width: 520px){.mh-actual-wall-times__row{grid-template-columns:1fr}}
