.app-stage>astro-island{display:block;height:100%}.mse{--mse-radius: 18px;--mse-radius-sm: 12px;--mse-radius-pill: 999px;--mse-accent: var(--color-mint, #24bfae);--mse-danger: #e0556e;--mse-display-bg: linear-gradient(180deg, #0c1626, #0e1a2b);--mse-display-border: rgba(118, 153, 182, .18);height:100%;overflow-y:auto;padding:clamp(18px,2.6vw,38px);font-family:var(--font-body);color:var(--color-ink)}.mse *,.mse *:before,.mse *:after{box-sizing:border-box}.mse-sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.mse-shell{max-width:1320px;margin:0 auto;display:flex;flex-direction:column;gap:clamp(18px,2.2vw,28px)}.mse-topbar{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:18px}.mse-topbar__intro{flex:1 1 320px;min-width:0}.mse-topbar__title{margin:0 0 6px;font-family:var(--font-display);font-size:clamp(1.4rem,2.4vw,1.85rem);color:var(--color-ink)}.mse-topbar__subtitle{margin:0;max-width:60ch;color:var(--color-muted);font-size:.95rem;line-height:1.5}.mse-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:9px 16px;border-radius:var(--mse-radius-sm);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-ink-soft);font:inherit;font-weight:600;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .12s ease}.mse-button:hover{border-color:var(--color-border-strong)}.mse-button:active{transform:translateY(1px)}.mse-button--ghost{background:transparent}.mse-button--danger{color:var(--mse-danger);border-color:color-mix(in srgb,var(--mse-danger) 40%,var(--color-border))}.mse-button--danger:hover{background:color-mix(in srgb,var(--mse-danger) 12%,transparent);border-color:var(--mse-danger)}.mse-button svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.mse-export-button{flex:0 0 auto;gap:8px}.mse-export-button__icon{display:inline-flex}.mse-export-button__icon svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mse-export-button.is-ready-flash{animation:mse-export-flash 1.4s ease}@keyframes mse-export-flash{0%,to{box-shadow:0 0 0 0 transparent}35%{box-shadow:0 0 0 6px color-mix(in srgb,var(--color-primary, #657df2) 28%,transparent)}}.mse-workspace{display:grid;grid-template-columns:320px 1fr;gap:clamp(16px,1.8vw,28px);align-items:start}.mse-browser{position:sticky;top:0;display:flex;flex-direction:column;gap:var(--mse-radius-sm);max-height:calc(100vh - 120px);padding:16px;border-radius:var(--mse-radius);border:1px solid var(--color-border);background:var(--color-surface);box-shadow:var(--shadow-soft)}.mse-browser__controls{display:flex;flex-direction:column;gap:8px}.mse-browser__search{width:100%}.mse-mob-list{display:flex;flex-direction:column;gap:6px;overflow-y:auto;padding-right:4px}.mse-mob-list__empty{padding:18px 12px;color:var(--color-muted);font-size:.9rem;text-align:center}.mse-mob-list__item{border-radius:var(--mse-radius-sm);transition:background .14s ease}.mse-mob-list__item.is-selected{background:var(--color-primary-soft)}.mse-mob-list__select{width:100%;padding:8px 10px;border:0;border-radius:var(--mse-radius-sm);background:transparent;color:var(--color-ink-soft);font:inherit;text-align:left;cursor:pointer;transition:background .14s ease}.mse-mob-list__select:hover{background:var(--color-surface-soft)}.mse-mob-list__item.is-selected .mse-mob-list__select:hover{background:transparent}.mse-mob-list__copy{display:flex;align-items:center;gap:12px}.mse-mob-list__copy strong{font-weight:600}.mob-preview{flex:0 0 auto;display:block;border-radius:10px;background:var(--color-surface-soft);object-fit:contain}.mob-preview--list{width:40px;height:40px}.mob-preview--card{width:64px;height:64px}.mob-preview-image{image-rendering:auto}.mob-preview-image--flipped{transform:scaleX(-1)}.mse-cards-panel{display:flex;flex-direction:column;gap:18px;min-width:0}.mse-cards-toolbar{display:flex}.mse-filter-option{display:inline-flex;align-items:center;gap:7px}.mse-filter-option__icon{display:inline-flex}.mse-filter-option__icon svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.mse-error{margin:0}.mse-empty{padding:clamp(24px,5vw,56px) 16px}.mse-empty__steps-wrap{display:block}.mse-empty__steps{margin:12px auto 0;padding:0;display:inline-flex;flex-direction:column;gap:6px;text-align:left;list-style:decimal;list-style-position:inside;color:var(--color-muted)}.mse-cards-grid{display:flex;flex-direction:column;gap:clamp(16px,2vw,26px)}.mse-mob-card{display:flex;flex-direction:column;gap:16px;padding:clamp(16px,2vw,24px);border-radius:var(--mse-radius);border:1px solid var(--color-border);background:var(--color-surface);box-shadow:var(--shadow-card);scroll-margin-top:24px}.mse-mob-card__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.mse-mob-card__title{display:flex;align-items:center;gap:14px;min-width:0}.mse-mob-card__heading h3{margin:0;font-family:var(--font-display);font-size:1.2rem;color:var(--color-ink)}.mse-mob-card__remove{flex:0 0 auto}.mse-mob-card__remove-icon{display:inline-flex}.mse-event-stack{display:flex;flex-direction:column;gap:14px}.mse-event-card{display:flex;flex-direction:column;gap:12px}.mse-event-card__header{display:flex}.mse-event-card__title strong{font-size:.95rem;font-weight:600;color:var(--color-ink-soft);text-transform:capitalize}.mse-event-card__subtitle{margin:2px 0 0;color:var(--color-muted);font-size:.85rem}.mse-variant-list{display:flex;flex-direction:column;gap:12px}.mse-event-toggle-row{display:flex;justify-content:center}.mse-event-toggle{padding:6px 14px;border:0;border-radius:var(--mse-radius-pill);background:transparent;color:var(--color-muted);font:inherit;font-size:.85rem;cursor:pointer;transition:color .14s ease}.mse-event-toggle:hover{color:var(--color-primary, #657df2)}.mse-variant-card{display:grid;grid-template-columns:1fr minmax(180px,220px);gap:clamp(12px,1.6vw,22px);padding:14px;border-radius:var(--mse-radius);border:1px solid var(--color-border);background:var(--color-surface-soft);transition:border-color .16s ease,box-shadow .16s ease,opacity .16s ease}.mse-variant-card.is-playing{border-color:color-mix(in srgb,var(--mse-accent) 45%,var(--color-border));box-shadow:0 0 0 1px color-mix(in srgb,var(--mse-accent) 24%,transparent)}.mse-variant-card.is-muted{opacity:.6}.mse-variant-card__preview{display:flex;flex-direction:column;gap:10px;min-width:0}.mse-variant-card__header{display:flex;align-items:center}.mse-variant-card__headline strong{font-size:.9rem;font-weight:600;color:var(--color-ink-soft);word-break:break-word}.mse-variant-card__waveforms{display:flex;flex-direction:column;gap:8px}.mse-variant-card__track{display:flex;align-items:center;gap:10px}.mse-variant-card__track-control{display:flex;align-items:center;gap:8px;flex:0 0 86px}.mse-variant-card__track-main{flex:1;min-width:0}.mse-track-play{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid var(--color-border-strong);border-radius:10px;background:var(--color-surface);color:var(--color-ink-soft);cursor:pointer;transition:border-color .14s ease,color .14s ease,background .14s ease}.mse-track-play:hover:not(:disabled){border-color:var(--mse-accent);color:var(--mse-accent)}.mse-track-play.is-playing{border-color:var(--mse-accent);color:var(--mse-accent);background:color-mix(in srgb,var(--mse-accent) 12%,var(--color-surface))}.mse-track-play:disabled{opacity:.5;cursor:not-allowed}.mse-track-play svg{width:20px;height:20px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mse-track-label{font-size:.78rem;font-weight:600;color:var(--color-muted);letter-spacing:.02em}.mse-track-label--custom{color:var(--mse-accent)}.mse-waveform{--waveform-progress: 0%;position:relative;width:100%;min-width:0;height:46px;padding:7px 9px;overflow:hidden;border:1px solid var(--mse-display-border);border-radius:var(--mse-radius-sm);background:var(--mse-display-bg)}.mse-waveform:before{content:"";position:absolute;inset:0;opacity:0;background:linear-gradient(90deg,color-mix(in srgb,var(--mse-accent) 22%,transparent),transparent);transition:opacity .18s ease}.mse-waveform.is-playing{border-color:color-mix(in srgb,var(--mse-accent) 42%,transparent)}.mse-waveform.is-playing:before{opacity:1}.mse-waveform.is-fallback .mse-waveform__bar{background:linear-gradient(180deg,#7f9bb3b3,#60788f8f)}.mse-waveform.is-fallback .mse-waveform__bar.is-played{background:linear-gradient(180deg,#b6ece0d6,#72c4abb8)}.mse-waveform.is-loading .mse-waveform__bar{animation:mse-waveform-pulse 1.1s ease-in-out infinite}.mse-waveform__layers,.mse-waveform__bars{position:relative;z-index:1;height:100%}.mse-waveform__bars{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;align-items:center;gap:1px}.mse-waveform__cursor{position:absolute;z-index:2;top:2px;bottom:2px;left:var(--waveform-progress);width:1px;opacity:0;border-radius:var(--mse-radius-pill);background:#d1fff5f0;box-shadow:0 0 0 1px color-mix(in srgb,var(--mse-accent) 16%,transparent),0 0 14px color-mix(in srgb,var(--mse-accent) 26%,transparent);transform:translate(-50%);transition:opacity .14s ease}.mse-waveform.is-playing .mse-waveform__cursor{opacity:1}.mse-waveform__bar{display:block;align-self:center;min-width:1px;width:100%;height:var(--bar-h, 34%);border-radius:var(--mse-radius-pill);background:linear-gradient(180deg,#a4bfe3e0,#567ab7c2)}.mse-waveform__bar.is-played{background:linear-gradient(180deg,#c4fff1,color-mix(in srgb,var(--mse-accent) 92%,transparent))}.mse-waveform__bar.is-current{background:linear-gradient(180deg,#f2fffb,#89ffdafa);box-shadow:0 0 14px color-mix(in srgb,var(--mse-accent) 28%,transparent)}@keyframes mse-waveform-pulse{0%,to{opacity:.55}50%{opacity:1}}.mse-variant-card__replace{display:flex;flex-direction:column;gap:10px}.mse-variant-card__section-copy h4{margin:0;font-size:.85rem;font-weight:600;color:var(--color-muted);text-transform:uppercase;letter-spacing:.04em}.mse-variant-card__replace-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mse-option-button{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:12px 8px;border:1px solid var(--color-border);border-radius:var(--mse-radius-sm);background:var(--color-surface);color:var(--color-ink-soft);font:inherit;font-size:.85rem;font-weight:600;cursor:pointer;transition:border-color .14s ease,color .14s ease,background .14s ease}.mse-option-button:hover{border-color:var(--color-border-strong);background:var(--color-surface-soft)}.mse-option-button__icon{display:inline-flex}.mse-option-button__icon svg{width:22px;height:22px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.mse-option-button--record.is-recording{border-color:var(--mse-danger);color:var(--mse-danger);background:color-mix(in srgb,var(--mse-danger) 10%,var(--color-surface));animation:mse-recording-pulse 1.3s ease-in-out infinite}@keyframes mse-recording-pulse{0%,to{box-shadow:0 0 color-mix(in srgb,var(--mse-danger) 38%,transparent)}50%{box-shadow:0 0 0 4px transparent}}.mse-reset-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:8px 12px;border:1px dashed var(--color-border-strong);border-radius:var(--mse-radius-sm);background:transparent;color:var(--color-muted);font:inherit;font-size:.82rem;font-weight:600;cursor:pointer;transition:color .14s ease,border-color .14s ease}.mse-reset-button:hover{color:var(--color-ink-soft);border-color:var(--color-ink-soft)}.mse-reset-button__icon{display:inline-flex}.mse-reset-button__icon svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.mse-scroll-navigation{position:fixed;right:clamp(16px,2.4vw,32px);bottom:clamp(20px,3vw,36px);z-index:30;display:flex;flex-direction:column;gap:8px}.mse-scroll-navigation__button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--color-border);border-radius:50%;background:var(--color-surface);color:var(--color-ink-soft);box-shadow:var(--shadow-float);cursor:pointer;transition:border-color .14s ease,color .14s ease,transform .12s ease}.mse-scroll-navigation__button:hover{border-color:var(--color-primary, #657df2);color:var(--color-primary, #657df2)}.mse-scroll-navigation__button:active{transform:translateY(1px)}.mse-scroll-navigation__button svg{width:22px;height:22px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mse-modal-backdrop{position:fixed;inset:0;z-index:60;display:grid;place-items:center;padding:20px}.mse-modal__scrim{position:absolute;inset:0;border:none;background:#07143d73;backdrop-filter:blur(3px);cursor:pointer}.mse-modal{position:relative;inset:auto;width:min(460px,100%);max-width:100%;margin:0;display:flex;flex-direction:column;gap:20px;padding:clamp(22px,3vw,30px);border-radius:var(--mse-radius);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-ink);box-shadow:var(--shadow-card-hover)}.mse-modal__copy{display:flex;flex-direction:column;gap:8px}.mse-modal__copy h2{margin:0;font-family:var(--font-display);font-size:1.3rem;color:var(--color-ink)}.mse-modal__copy p{margin:0;color:var(--color-muted);line-height:1.5}.mse-modal__eyebrow{margin:0;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-primary, #657df2)}.mse-modal__actions{display:flex;justify-content:flex-end;gap:10px}.mse-success__topline{display:flex;align-items:center;gap:14px}.mse-success__badge{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:44px;height:44px;border-radius:50%;background:var(--color-green-soft, #eef9ec);color:var(--color-green, #75c977)}.mse-success__badge svg{width:22px;height:22px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.mse-success__title-group h2{margin:0}.mse-success__title-group p{margin:2px 0 0}.mse-success__instructions{margin-top:8px;padding:16px;border-radius:var(--mse-radius-sm);border:1px solid var(--color-border);background:var(--color-surface-soft)}.mse-success__instructions-title{margin:0 0 8px;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-muted)}.mse-success__steps{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:6px;color:var(--color-ink-soft);line-height:1.5}.mse-success__steps strong{color:var(--color-ink)}@media(max-width:1040px){.mse-workspace{grid-template-columns:1fr}.mse-browser{position:static;max-height:none}.mse-mob-list{max-height:320px}}@media(max-width:720px){.mse-variant-card{grid-template-columns:1fr}.mse-variant-card__track-control{flex-basis:auto}}@media(prefers-reduced-motion:reduce){.mse *{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
