html.mp-demo-mode{scroll-padding-top:0;background:#dfe3ff}html.mp-demo-mode body{background:#dfe3ff;background-image:none}html.mp-demo-overlay-open{overflow:hidden}.mp-demo-page{--demo-canvas: #dfe3ff;--demo-paper: #fffdf7;--demo-paper-soft: #f4f2ff;--demo-ink: #17152e;--demo-muted: #66617c;--demo-violet: #6956e8;--demo-violet-dark: #4f3ed0;--demo-yellow: #ffd857;--demo-mint: #b9eea7;--demo-line: rgba(23, 21, 46, .16);min-height:100dvh;color:var(--demo-ink);background:var(--demo-canvas);font-family:var(--font-body)}.mp-demo-page *,.mp-demo-page *:before,.mp-demo-page *:after{box-sizing:border-box}.mp-demo-page button,.mp-demo-page a{-webkit-tap-highlight-color:transparent}.mp-demo-page :where(button,a,[tabindex]):focus-visible{outline:3px solid var(--demo-yellow);outline-offset:3px}.mp-demo-topbar{position:relative;z-index:80;height:70px;padding:0 22px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;color:#fff;background:var(--demo-ink);border-bottom:2px solid var(--demo-ink)}.mp-demo-brand{width:fit-content;display:inline-flex;align-items:center;gap:10px;color:#fff;text-decoration:none}.mp-demo-brand-mark{width:38px;height:38px;display:grid;place-items:center;border:2px solid #fff;border-radius:12px;background:var(--demo-yellow);transform:rotate(-3deg)}.mp-demo-brand-image{width:26px;height:26px}.mp-demo-brand-type{font-family:var(--font-display);font-size:17px;line-height:1;letter-spacing:-.035em;text-transform:uppercase}.mp-demo-brand-type span{color:var(--color-brand-pink)}.mp-demo-topbar-context{display:inline-flex;align-items:center;justify-content:center;gap:9px;color:#ffffffb8;font-family:var(--font-mono);font-size:10px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.mp-demo-live-dot{width:8px;height:8px;display:inline-block;flex:0 0 auto;border-radius:50%;background:var(--demo-mint);box-shadow:0 0 0 3px #b9eea733}.mp-demo-topbar-divider{color:#ffffff47}.mp-demo-topbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.mp-demo-topbar-chapters,.mp-demo-exit,.mp-demo-start{min-height:40px;border:0;border-radius:999px;font-size:12px;font-weight:800;text-decoration:none;cursor:pointer}.mp-demo-topbar-chapters{display:none;align-items:center;gap:6px;padding:0 13px;color:var(--demo-ink);background:#fff}.mp-demo-topbar-chapters>span:first-child{font-size:17px;line-height:1}.mp-demo-exit{min-height:40px;padding:0 12px;display:inline-flex;align-items:center;color:#ffffffc7}.mp-demo-exit:hover{color:#fff}.mp-demo-start{padding:0 18px;display:inline-flex;align-items:center;gap:8px;color:var(--demo-ink);background:var(--demo-yellow);border:2px solid #fff;box-shadow:3px 3px #fff;font-family:var(--font-display);text-transform:uppercase;transition:transform .15s var(--ease-bounce),box-shadow .15s var(--ease-bounce)}.mp-demo-start:hover{transform:translate(-2px,-2px);box-shadow:5px 5px #fff}.mp-demo-workspace{height:calc(100dvh - 70px);min-height:0;padding:16px;display:grid;grid-template-columns:272px minmax(0,1fr);gap:16px}.mp-demo-sidebar,.mp-demo-main{min-width:0;min-height:0;background:var(--demo-paper);border:2px solid var(--demo-ink);border-radius:24px;box-shadow:6px 6px 0 var(--demo-ink);overflow:hidden}.mp-demo-sidebar{display:grid;grid-template-rows:auto minmax(0,1fr) auto}.mp-demo-sidebar-head{padding:20px 18px 15px;border-bottom:1px solid var(--demo-line)}.mp-demo-card-kicker{display:block;color:var(--demo-violet-dark);font-family:var(--font-mono);font-size:9px;font-weight:700;letter-spacing:.12em;line-height:1.3;text-transform:uppercase}.mp-demo-sidebar-head h2{margin:5px 0 14px;font-family:var(--font-display);font-size:18px;letter-spacing:-.035em;line-height:1.05;text-transform:uppercase}.mp-demo-sidebar-progress{height:5px;overflow:hidden;border-radius:999px;background:#17152e1a}.mp-demo-sidebar-progress-fill{width:0;height:100%;display:block;border-radius:inherit;background:var(--demo-violet);transition:width .3s var(--ease-smooth)}.mp-demo-sidebar-scroll{min-height:0;padding:12px 10px;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:rgba(23,21,46,.2) transparent;scrollbar-width:thin}.mp-demo-route-group{position:relative}.mp-demo-route-group+.mp-demo-route-group{margin-top:10px}.mp-demo-route-group:before{content:"";position:absolute;z-index:0;top:34px;bottom:10px;left:17px;border-left:1px dashed rgba(23,21,46,.22)}.mp-demo-route-group h3{margin:0 0 4px;padding:0 8px;color:var(--demo-muted);font-family:var(--font-mono);font-size:8px;font-weight:700;letter-spacing:.11em;line-height:1.8;text-transform:uppercase}.mp-demo-route-item{position:relative;z-index:1;min-height:38px;padding:4px 7px 4px 3px;display:grid;grid-template-columns:30px minmax(0,1fr) 13px;align-items:center;gap:6px;color:var(--demo-ink);border:1px solid transparent;border-radius:10px;text-decoration:none;transition:background .14s ease,color .14s ease,transform .14s ease}.mp-demo-route-item:hover{background:var(--demo-paper-soft);transform:translate(2px)}.mp-demo-route-item.is-active{color:#fff;background:var(--demo-violet);border-color:var(--demo-ink)}.mp-demo-route-node{width:28px;height:28px;display:grid;place-items:center;border:1.5px solid var(--demo-ink);border-radius:50%;background:var(--demo-paper);color:var(--demo-ink);font-family:var(--font-mono);font-size:8px;font-weight:700}.mp-demo-route-item.is-active .mp-demo-route-node{background:var(--demo-yellow);box-shadow:2px 2px 0 var(--demo-ink)}.mp-demo-route-copy{min-width:0;display:flex;flex-direction:column}.mp-demo-route-copy strong{overflow:hidden;font-size:11px;font-weight:800;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.mp-demo-route-copy small{margin-top:1px;color:var(--demo-muted);font-family:var(--font-mono);font-size:7px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.mp-demo-route-item.is-active .mp-demo-route-copy small{color:#ffffffa6}.mp-demo-route-arrow{opacity:0;font-size:12px;transition:opacity .14s ease}.mp-demo-route-item.is-active .mp-demo-route-arrow{opacity:1}.mp-demo-sidebar-foot{padding:10px;border-top:1px solid var(--demo-line)}.mp-demo-cheat-button{width:100%;min-height:54px;padding:8px 10px;display:grid;grid-template-columns:28px minmax(0,1fr) 16px;align-items:center;gap:8px;color:var(--demo-ink);border:1.5px solid var(--demo-ink);border-radius:12px;background:var(--demo-yellow);text-align:left;cursor:pointer}.mp-demo-cheat-button>span:nth-child(2){min-width:0;display:flex;flex-direction:column}.mp-demo-cheat-button strong{font-size:11px}.mp-demo-cheat-button small{margin-top:1px;font-size:8px;opacity:.65}.mp-demo-sidebar-foot p{margin:7px 0 0;color:var(--demo-muted);font-family:var(--font-mono);font-size:7px;text-align:center}.mp-demo-main{display:grid;grid-template-rows:auto minmax(0,1fr) 66px}.mp-demo-header-host{min-height:132px;padding:21px 28px 18px;border-bottom:1px solid var(--demo-line)}.mp-demo-chapter-intro{animation:mp-demo-enter .32s var(--ease-bounce) both}@keyframes mp-demo-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.mp-demo-chapter-meta{min-height:20px;display:flex;align-items:center;gap:8px;color:var(--demo-muted);font-family:var(--font-mono);font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.mp-demo-act-label{color:var(--demo-violet-dark)}.mp-demo-mode-label{margin-left:auto;padding:4px 8px;border:1px solid var(--demo-ink);border-radius:999px;color:var(--demo-ink);background:var(--demo-paper-soft);letter-spacing:.07em}.mp-demo-mode-label.is-interactive{background:var(--demo-yellow)}.mp-demo-title-row{margin-top:5px;display:flex;align-items:center;gap:12px}.mp-demo-title-number{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border:2px solid var(--demo-ink);border-radius:12px 12px 12px 4px;background:var(--chapter-accent, var(--demo-yellow));box-shadow:3px 3px 0 var(--demo-ink);font-family:var(--font-display);font-size:15px;transform:rotate(-2deg)}.mp-demo-chapter-title{margin:0;font-family:var(--font-display);font-size:clamp(25px,3vw,42px);letter-spacing:-.055em;line-height:.96;text-wrap:balance;text-transform:uppercase}.mp-demo-chapter-blurb{max-width:68ch;margin:8px 0 0 50px;color:var(--demo-muted);font-size:14px;font-weight:600;line-height:1.45}.mp-demo-tabs{display:none}.mp-demo-content{min-height:0;padding:16px 20px 18px;display:grid;grid-template-columns:minmax(285px,.7fr) minmax(390px,1.3fr);gap:16px}.mp-demo-info{min-width:0;min-height:0;display:flex;flex-direction:column;gap:12px;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:rgba(23,21,46,.18) transparent;scrollbar-width:thin}.mp-demo-view{flex:0 0 auto}.mp-demo-info-card{padding:0;overflow:hidden;border:1.5px solid var(--demo-ink);border-radius:17px;background:#fff}.mp-demo-card-heading{padding:13px 14px 11px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px;border-bottom:1px solid var(--demo-line);background:var(--demo-paper-soft)}.mp-demo-card-heading h2{margin:3px 0 0;font-family:var(--font-display);font-size:15px;letter-spacing:-.025em;line-height:1;text-transform:uppercase}.mp-demo-card-count{width:25px;height:25px;display:grid;place-items:center;flex:0 0 auto;border:1px solid var(--demo-ink);border-radius:50%;background:#fff;font-family:var(--font-mono);font-size:8px;font-weight:700}.mp-demo-command-list{padding:10px;display:flex;flex-direction:column;gap:7px}.mp-demo-command-row{min-width:0;padding:9px 9px 9px 11px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;border:1px solid rgba(23,21,46,.24);border-radius:10px;background:var(--demo-paper)}.mp-demo-command-row code{overflow-wrap:anywhere;color:var(--demo-ink);font-family:var(--font-mono);font-size:10px;font-weight:700;line-height:1.4;white-space:pre-wrap}.mp-demo-copy-button{min-width:48px;min-height:28px;padding:0 8px;border:1px solid var(--demo-ink);border-radius:7px;background:#fff;color:var(--demo-ink);font-family:var(--font-mono);font-size:8px;font-weight:700;cursor:pointer}.mp-demo-copy-button:hover,.mp-demo-copy-button[data-copied=true]{background:var(--demo-mint)}.mp-demo-notes-list{margin:0;padding:12px 14px 14px;display:flex;flex-direction:column;gap:10px;list-style:none}.mp-demo-notes-list li{display:grid;grid-template-columns:20px minmax(0,1fr);gap:8px;color:var(--demo-muted);font-size:11px;font-weight:600;line-height:1.45}.mp-demo-note-check{width:18px;height:18px;display:grid;place-items:center;margin-top:1px;border:1px solid var(--demo-ink);border-radius:50%;background:var(--demo-mint);color:var(--demo-ink);font-size:9px;font-weight:900}.mp-demo-stage{padding:0;min-width:0;min-height:0;display:grid;grid-template-rows:44px minmax(0,1fr) 38px;overflow:hidden;color:#fff;border:2px solid var(--demo-ink);border-radius:20px;background:var(--demo-violet);box-shadow:5px 5px 0 var(--demo-ink)}.mp-demo-stage-head,.mp-demo-stage-foot{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 14px;background:var(--demo-violet-dark)}.mp-demo-stage-head{border-bottom:1px solid rgba(255,255,255,.22);font-family:var(--font-mono);font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.mp-demo-stage-status{display:inline-flex;align-items:center;gap:7px}.mp-demo-stage-head>span:last-child{max-width:50%;overflow:hidden;color:#ffffffad;text-overflow:ellipsis;white-space:nowrap}.mp-demo-stage-foot{border-top:1px solid rgba(255,255,255,.22);color:#ffffffc7;font-size:9px;font-weight:700}.mp-demo-stage-platforms{font-family:var(--font-mono);font-size:8px;opacity:.68}.mp-demo-ping-chamber{position:relative;min-width:0;min-height:0;overflow:hidden;isolation:isolate}.mp-demo-ping-chamber:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;opacity:.16;background-image:radial-gradient(rgba(255,255,255,.72) 1px,transparent 1px);background-size:22px 22px}.mp-demo-ping-ring{position:absolute;z-index:-1;top:50%;left:50%;aspect-ratio:1;border:1.5px solid rgba(255,255,255,.25);border-radius:50%;transform:translate(-50%,-50%);pointer-events:none}.mp-demo-ping-ring-one{width:min(70%,380px)}.mp-demo-ping-ring-two{width:min(105%,560px)}.mp-demo-ping-ring-three{width:min(145%,760px)}.mp-demo-stage.is-pinging .mp-demo-ping-ring-one{animation:mp-demo-ping .7s 20ms ease-out both}.mp-demo-stage.is-pinging .mp-demo-ping-ring-two{animation:mp-demo-ping .7s .1s ease-out both}.mp-demo-stage.is-pinging .mp-demo-ping-ring-three{animation:mp-demo-ping .7s .18s ease-out both}@keyframes mp-demo-ping{0%{opacity:.15;transform:translate(-50%,-50%) scale(.88)}45%{opacity:.9}to{opacity:.22;transform:translate(-50%,-50%) scale(1)}}.mp-demo-stage-slot{position:absolute;top:0;right:0;bottom:0;left:0;min-width:0;min-height:0}.mp-demo-stage-fit{--mp-demo-fit: 1;position:absolute;top:50%;left:50%;width:max-content;transform:translate(-50%,-50%) scale(var(--mp-demo-fit));transform-origin:center}.mp-demo-controls{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:stretch;border-top:1px solid var(--demo-line);background:var(--demo-paper-soft)}.mp-demo-control,.mp-demo-control-count{border:0;color:var(--demo-ink);background:transparent;cursor:pointer}.mp-demo-control{min-width:0;padding:9px 18px;display:flex;align-items:center;gap:11px;text-align:left}.mp-demo-control-next{justify-content:flex-end;text-align:right;background:var(--demo-yellow);border-left:1px solid var(--demo-line)}.mp-demo-control-previous{border-right:1px solid var(--demo-line)}.mp-demo-control:hover:not(:disabled){background:var(--demo-mint)}.mp-demo-control:disabled{opacity:.35;cursor:not-allowed}.mp-demo-control-copy{min-width:0;display:flex;flex-direction:column}.mp-demo-control-copy small,.mp-demo-control-count small{color:var(--demo-muted);font-family:var(--font-mono);font-size:7px;font-weight:700;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.mp-demo-control-copy strong{max-width:210px;overflow:hidden;margin-top:2px;font-size:11px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.mp-demo-control-arrow{width:30px;height:30px;display:grid;place-items:center;flex:0 0 auto;border:1.5px solid var(--demo-ink);border-radius:50%;background:#fff;font-size:15px}.mp-demo-control-count{min-width:92px;padding:8px 14px;display:flex;flex-direction:column;align-items:center;justify-content:center}.mp-demo-control-count>span{font-family:var(--font-display);font-size:13px;letter-spacing:-.02em}.mp-demo-directory-backdrop,.mp-demo-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;display:flex;justify-content:flex-end;background:#17152eb8;opacity:0;transition:opacity .18s ease}.mp-demo-directory-backdrop.is-open,.mp-demo-overlay.is-open{opacity:1}.mp-demo-directory{width:min(440px,100%);height:100%;padding:20px;display:grid;grid-template-rows:auto minmax(0,1fr) auto;color:var(--demo-ink);background:var(--demo-paper);border-left:2px solid var(--demo-ink);box-shadow:-8px 0 0 var(--demo-yellow);transform:translate(100%);transition:transform .22s var(--ease-smooth)}.mp-demo-directory-backdrop.is-open .mp-demo-directory{transform:translate(0)}.mp-demo-directory-head,.mp-demo-sheet-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.mp-demo-directory-head{padding-bottom:16px;border-bottom:1px solid var(--demo-line)}.mp-demo-directory-head h2,.mp-demo-sheet-head h2{margin:4px 0 0;font-family:var(--font-display);letter-spacing:-.045em;line-height:1;text-transform:uppercase}.mp-demo-directory-head h2{font-size:25px}.mp-demo-drawer-close,.mp-demo-sheet-close,.mp-demo-sheet-copy,.mp-demo-directory-sheet{min-height:40px;border:1.5px solid var(--demo-ink);border-radius:999px;background:#fff;color:var(--demo-ink);font-size:11px;font-weight:800;cursor:pointer}.mp-demo-drawer-close,.mp-demo-sheet-close{padding:0 12px;display:inline-flex;align-items:center;gap:8px}.mp-demo-drawer-close span,.mp-demo-sheet-close span{font-size:20px;line-height:1}.mp-demo-directory .mp-demo-route-list{min-height:0;padding:14px 2px;overflow-y:auto}.mp-demo-directory .mp-demo-route-item{min-height:48px}.mp-demo-directory-sheet{width:100%;background:var(--demo-yellow)}.mp-demo-overlay{z-index:120;align-items:center;justify-content:center;padding:24px}.mp-demo-sheet{width:min(1080px,100%);max-height:calc(100dvh - 48px);padding:24px;overflow-y:auto;color:var(--demo-ink);background:var(--demo-paper);border:2px solid var(--demo-ink);border-radius:24px;box-shadow:9px 9px 0 var(--demo-yellow);transform:translateY(16px) scale(.98);transition:transform .2s var(--ease-bounce)}.mp-demo-overlay.is-open .mp-demo-sheet{transform:translateY(0) scale(1)}.mp-demo-sheet-head{position:sticky;z-index:2;top:-24px;margin:-24px -24px 0;padding:22px 24px 16px;background:var(--demo-paper);border-bottom:1px solid var(--demo-line)}.mp-demo-sheet-head h2{font-size:clamp(25px,4vw,42px)}.mp-demo-sheet-actions{display:flex;gap:8px}.mp-demo-sheet-copy{padding:0 16px;background:var(--demo-yellow)}.mp-demo-sheet-intro{max-width:70ch;margin:18px 0 20px;color:var(--demo-muted);font-size:13px;font-weight:600;line-height:1.5}.mp-demo-sheet-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.mp-demo-sheet-act{grid-column:1 / -1;margin:12px 0 0;padding:7px 9px;color:var(--demo-violet-dark);border-bottom:1px solid var(--demo-line);font-family:var(--font-mono);font-size:9px;letter-spacing:.11em;text-transform:uppercase}.mp-demo-sheet-card{min-width:0;overflow:hidden;border:1.5px solid var(--demo-ink);border-radius:13px;background:#fff}.mp-demo-sheet-card-title{width:100%;min-height:42px;padding:8px 10px;display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:7px;border:0;border-bottom:1px solid var(--demo-line);background:var(--demo-paper-soft);color:var(--demo-ink);font-size:10px;font-weight:800;text-align:left;cursor:pointer}.mp-demo-sheet-card-title span:first-child{font-family:var(--font-mono);font-size:8px}.mp-demo-sheet-commands{padding:9px;display:flex;flex-direction:column;gap:5px}.mp-demo-sheet-commands code{overflow-wrap:anywhere;color:var(--demo-muted);font-family:var(--font-mono);font-size:8px;font-weight:700;line-height:1.4;white-space:pre-wrap}@media(max-width:1279px){.mp-demo-workspace{grid-template-columns:250px minmax(0,1fr)}.mp-demo-content{grid-template-columns:minmax(270px,.72fr) minmax(360px,1.28fr)}}@media(max-width:1099px){.mp-demo-topbar-chapters{display:inline-flex}.mp-demo-workspace{grid-template-columns:minmax(0,1fr)}.mp-demo-sidebar{display:none}.mp-demo-content{grid-template-columns:minmax(260px,.72fr) minmax(330px,1.28fr)}}@media(max-width:767px){html.mp-demo-mode,html.mp-demo-mode body{height:auto;overflow-y:auto;overscroll-behavior-y:none}.mp-demo-page{min-height:100dvh;padding-bottom:calc(68px + env(safe-area-inset-bottom))}.mp-demo-topbar{position:sticky;top:0;height:62px;padding:0 12px;grid-template-columns:minmax(0,1fr) auto;gap:8px}.mp-demo-topbar-context{display:none}.mp-demo-brand{gap:8px}.mp-demo-brand-mark{width:34px;height:34px;border-radius:10px}.mp-demo-brand-image{width:23px;height:23px}.mp-demo-brand-type{font-size:15px}.mp-demo-topbar-actions{gap:5px}.mp-demo-topbar-chapters,.mp-demo-exit{min-height:36px}.mp-demo-topbar-chapters{padding:0 10px;font-size:10px}.mp-demo-exit{padding:0 7px;font-size:0}.mp-demo-exit:after{content:"Exit";font-size:10px}.mp-demo-start{display:none}.mp-demo-workspace{height:auto;min-height:calc(100dvh - 62px);padding:0;display:block}.mp-demo-main{min-height:calc(100dvh - 62px);display:grid;grid-template-rows:auto auto minmax(0,1fr);border:0;border-radius:0;box-shadow:none;overflow:visible}.mp-demo-header-host{min-height:0;padding:19px 17px 17px;background:var(--demo-paper)}.mp-demo-chapter-meta{font-size:8px}.mp-demo-mode-label{padding:4px 7px;font-size:7px}.mp-demo-title-row{gap:10px}.mp-demo-title-number{width:34px;height:34px;border-radius:10px 10px 10px 3px;font-size:13px}.mp-demo-chapter-title{font-size:clamp(27px,9vw,38px)}.mp-demo-chapter-blurb{margin:8px 0 0;font-size:13px}.mp-demo-tabs{position:sticky;z-index:65;top:62px;padding:8px 12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;background:var(--demo-paper);border-bottom:1px solid var(--demo-line)}.mp-demo-tab{min-height:39px;padding:0 7px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:1px solid var(--demo-ink);border-radius:999px;background:#fff;color:var(--demo-ink);font-size:9px;font-weight:800}.mp-demo-tab.is-active{background:var(--demo-violet);color:#fff;box-shadow:2px 2px 0 var(--demo-ink)}.mp-demo-content{min-height:0;padding:12px;display:block}.mp-demo-info{min-height:calc(100dvh - 270px);overflow:visible}.mp-demo-info-card{border-radius:15px;box-shadow:4px 4px 0 var(--demo-ink)}.mp-demo-card-heading{padding:16px}.mp-demo-card-heading h2{font-size:17px}.mp-demo-command-list{padding:12px;gap:9px}.mp-demo-command-row{min-height:52px;padding:10px 9px 10px 12px}.mp-demo-command-row code{font-size:11px}.mp-demo-copy-button{min-width:58px;min-height:36px;font-size:9px}.mp-demo-notes-list{padding:15px;gap:14px}.mp-demo-notes-list li{grid-template-columns:23px minmax(0,1fr);font-size:13px}.mp-demo-note-check{width:21px;height:21px}.mp-demo-stage{height:min(720px,calc(100dvh - 94px));min-height:610px;grid-template-rows:43px minmax(0,1fr) 38px;border-radius:17px;box-shadow:4px 4px 0 var(--demo-ink)}.mp-demo-stage-head,.mp-demo-stage-foot{padding-inline:11px}.mp-demo-stage-platforms{display:none}.mp-demo-stage-foot{justify-content:center}.mp-demo-page [data-mobile-view=live] .mp-demo-info,.mp-demo-page [data-mobile-view=phrases] .mp-demo-stage,.mp-demo-page [data-mobile-view=notes] .mp-demo-stage,.mp-demo-page [data-mobile-view=phrases] .mp-demo-view-notes,.mp-demo-page [data-mobile-view=notes] .mp-demo-view-phrases{display:none}.mp-demo-controls{position:fixed;z-index:70;right:0;bottom:0;left:0;height:calc(68px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);grid-template-columns:minmax(0,1fr) 82px minmax(0,1fr);border-top:2px solid var(--demo-ink);background:var(--demo-paper);box-shadow:0 -5px #17152e1a}.mp-demo-control{padding:8px 10px;gap:7px}.mp-demo-control-arrow{width:29px;height:29px}.mp-demo-control-copy small{font-size:6px}.mp-demo-control-copy strong{max-width:100px;font-size:9px}.mp-demo-control-count{min-width:0;padding:6px}.mp-demo-control-count>span{font-size:11px}.mp-demo-control-count small{font-size:6px}.mp-demo-directory-backdrop,.mp-demo-overlay{padding:0}.mp-demo-directory{width:100%;padding:16px 14px calc(16px + env(safe-area-inset-bottom));border-left:0;box-shadow:none}.mp-demo-directory-head h2{font-size:23px}.mp-demo-directory .mp-demo-route-item{min-height:54px}.mp-demo-directory .mp-demo-route-copy strong{font-size:13px}.mp-demo-sheet{width:100%;height:100dvh;max-height:none;padding:17px 14px calc(24px + env(safe-area-inset-bottom));border:0;border-radius:0;box-shadow:none}.mp-demo-sheet-head{top:-17px;margin:-17px -14px 0;padding:16px 14px 13px}.mp-demo-sheet-head h2{max-width:180px;font-size:23px}.mp-demo-sheet-actions{gap:5px}.mp-demo-sheet-copy{width:78px;padding:0 8px;font-size:9px;line-height:1.1}.mp-demo-sheet-close{padding:0 9px;font-size:0}.mp-demo-sheet-close span{font-size:22px}.mp-demo-sheet-intro{margin-top:15px;font-size:12px}.mp-demo-sheet-grid{grid-template-columns:minmax(0,1fr);gap:9px}.mp-demo-sheet-card-title{min-height:48px;font-size:12px}.mp-demo-sheet-commands code{font-size:9px}}@media(max-width:380px){.mp-demo-brand-type{display:none}.mp-demo-stage{min-height:580px}}@media(min-width:768px){html.mp-demo-mode,html.mp-demo-mode body{height:100%;overflow:hidden}}@media(prefers-reduced-motion:reduce){.mp-demo-chapter-intro,.mp-demo-stage.is-pinging .mp-demo-ping-ring-one,.mp-demo-stage.is-pinging .mp-demo-ping-ring-two,.mp-demo-stage.is-pinging .mp-demo-ping-ring-three{animation:none}.mp-demo-directory,.mp-demo-directory-backdrop,.mp-demo-overlay,.mp-demo-sheet,.mp-demo-route-item,.mp-demo-sidebar-progress-fill{transition:none}}
