.replayer-wrapper{position:relative}.replayer-mouse{position:absolute;width:20px;height:20px;transition:left .05s linear,top .05s linear;background-size:contain;background-position:center center;background-repeat:no-repeat;background-image:url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjMDAwMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iTGF5ZXIgMSIgdmlld0JveD0iMCAwIDUwIDUwIiB4PSIwcHgiIHk9IjBweCI+PHRpdGxlPkRlc2lnbl90bnA8L3RpdGxlPjxwYXRoIGQ9Ik00OC43MSw0Mi45MUwzNC4wOCwyOC4yOSw0NC4zMywxOEExLDEsMCwwLDAsNDQsMTYuMzlMMi4zNSwxLjA2QTEsMSwwLDAsMCwxLjA2LDIuMzVMMTYuMzksNDRhMSwxLDAsMCwwLDEuNjUuMzZMMjguMjksMzQuMDgsNDIuOTEsNDguNzFhMSwxLDAsMCwwLDEuNDEsMGw0LjM4LTQuMzhBMSwxLDAsMCwwLDQ4LjcxLDQyLjkxWm0tNS4wOSwzLjY3TDI5LDMyYTEsMSwwLDAsMC0xLjQxLDBsLTkuODUsOS44NUwzLjY5LDMuNjlsMzguMTIsMTRMMzIsMjcuNThBMSwxLDAsMCwwLDMyLDI5TDQ2LjU5LDQzLjYyWiI+PC9wYXRoPjwvc3ZnPg==);border-color:transparent}.replayer-mouse:after{content:"";display:inline-block;width:20px;height:20px;background:#4950f6;border-radius:100%;transform:translate(-50%,-50%);opacity:.3}.replayer-mouse.active:after{animation:click .2s ease-in-out 1}.replayer-mouse.touch-device{background-image:none;width:70px;height:70px;border-width:4px;border-style:solid;border-radius:100%;margin-left:-37px;margin-top:-37px;border-color:#4950f600;transition:left 0s linear,top 0s linear,border-color .2s ease-in-out}.replayer-mouse.touch-device.touch-active{border-color:#4950f6;transition:left .25s linear,top .25s linear,border-color .2s ease-in-out}.replayer-mouse.touch-device:after{opacity:0}.replayer-mouse.touch-device.active:after{animation:touch-click .2s ease-in-out 1}.replayer-mouse-tail{position:absolute;pointer-events:none}@keyframes click{0%{opacity:.3;width:20px;height:20px}50%{opacity:.5;width:10px;height:10px}}@keyframes touch-click{0%{opacity:0;width:20px;height:20px}50%{opacity:.5;width:10px;height:10px}}:root{--canvas:#F8F9FA;--surface:#FFFFFF;--hair:#E6E8EB;--hair-2:#EFF1F3;--ink:#0B0C0E;--ink-2:#3E444D;--muted:#8A909B;--blue:#2563EB;--blue-ink:#1D4ED8;--tint:#EFF4FF;--tint-2:#E3ECFF;--ok:#30A46C;--rec:#E5484D;--screen:#0C0D11;--screen-2:#15171D;--screen-line:#23262E;--screen-fog:#7B818C;--sans:"Geist",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--mono:"JetBrains Mono",ui-monospace,"SF Mono",Menlo,monospace;--ease:cubic-bezier(.4,0,.2,1);--r:10px;--r-sm:7px}*{box-sizing:border-box}html,body{margin:0;background:var(--canvas);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{font-size:15px;line-height:1.5}button{font-family:inherit;cursor:pointer;border:0;background:none;color:inherit}input{font-family:inherit}::selection{background:var(--tint-2)}.mono{font-family:var(--mono);font-variant-numeric:tabular-nums;letter-spacing:-.01em}h1,h2,h3,h4,p{margin:0}.app{min-height:100vh;display:flex;flex-direction:column}.app__main{flex:1}.topbar{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;height:58px;padding:0 24px;background:#f8f9fadb;-webkit-backdrop-filter:saturate(1.4) blur(14px);backdrop-filter:saturate(1.4) blur(14px);border-bottom:1px solid var(--hair)}.topbar__l,.topbar__r{display:flex;align-items:center;gap:22px}.logo{display:inline-flex;align-items:center;gap:8px}.logo__word{font-weight:600;letter-spacing:-.02em;line-height:1}.topbar__nav{display:flex;gap:4px}.topbar__nav button{font-size:13.5px;font-weight:500;color:var(--muted);padding:7px 11px;border-radius:7px;transition:.15s var(--ease)}.topbar__nav button:hover{color:var(--ink);background:var(--hair-2)}.topbar__nav button.on{color:var(--ink);background:#fff;box-shadow:inset 0 0 0 1px var(--hair)}.topbar__spend{display:flex;align-items:center;gap:8px;padding:7px 13px;border:1px solid var(--hair);border-radius:8px;background:#fff;white-space:nowrap}.topbar__spendv{font-size:13.5px;font-weight:600;color:var(--ink)}.avatar{display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:600;border-radius:34%;letter-spacing:.01em;flex:none}.screen{max-width:1240px;margin:0 auto;padding:40px 40px 80px;animation:fade .35s var(--ease) both}@keyframes fade{0%{transform:translateY(7px)}to{transform:none}}@media (prefers-reduced-motion:reduce){.screen{animation:none}}.rub{display:inline-flex;align-items:center;gap:9px;margin-bottom:14px}.rub__mk{width:7px;height:7px;background:var(--blue);flex:none}.rub .mono{font-size:11px;letter-spacing:.07em;text-transform:uppercase}.dot{border-radius:50%;display:inline-block;flex:none;position:relative}.dot--pulse:after{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:50%;border:1.5px solid var(--dot);opacity:.5;animation:pulse 1.8s var(--ease) infinite}@keyframes pulse{0%{transform:scale(.7);opacity:.6}70%{transform:scale(1.7);opacity:0}to{opacity:0}}.tag{display:inline-flex;align-items:center;font-family:var(--mono);font-size:10.5px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;padding:3px 7px;border-radius:5px;border:1px solid var(--hair);color:var(--ink-2)}.tag--soft{background:var(--hair-2);border-color:transparent}.tag--blue{color:var(--blue);background:var(--tint)}.tag--ok{color:var(--ok);background:#e9f6ef}.tag--muted{color:var(--muted)}.pcard__sep{width:3px;height:3px;border-radius:50%;background:var(--muted);opacity:.6;flex:none}.btn{display:inline-flex;align-items:center;gap:7px;font-size:13.5px;font-weight:500;padding:9px 14px;border-radius:var(--r-sm);transition:.15s var(--ease);white-space:nowrap}.btn--primary{background:var(--blue);color:#fff}.btn--primary:hover{background:var(--blue-ink)}.btn--ghost{border:1px solid var(--hair);background:#fff;color:var(--ink)}.btn--ghost:hover{border-color:var(--ink-2)}.btn--sm{padding:7px 11px;font-size:12.5px}.btn--lg{padding:13px 20px;font-size:15px}.btn:disabled{opacity:.4;cursor:not-allowed}.crumbs{display:flex;align-items:center;gap:8px;margin-bottom:26px;font-size:13px}.crumbs__link{color:var(--muted);font-weight:500;transition:.15s}.crumbs__link:hover{color:var(--blue)}.crumbs__here{color:var(--ink);font-weight:500}.dash__hero{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:30px}.dash__h1{font-size:46px;font-weight:600;letter-spacing:-.03em;line-height:1}.dash__statband{display:flex;align-items:center;gap:22px;padding:14px 22px;border:1px solid var(--hair);border-radius:var(--r);background:#fff}.dash__statrule{width:1px;align-self:stretch;background:var(--hair)}.stat{display:flex;flex-direction:column;gap:3px}.stat__k{font-size:10px;letter-spacing:.07em}.stat__v{font-size:24px;font-weight:600;letter-spacing:-.02em;font-family:var(--mono);line-height:1}.stat__sub{font-size:11px}.dash__bar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.search{display:flex;align-items:center;gap:9px;flex:1;max-width:360px;padding:9px 13px;border:1px solid var(--hair);border-radius:8px;background:#fff;transition:.15s var(--ease)}.search:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px var(--tint)}.search input{border:0;outline:0;flex:1;font-size:14px;background:none}.search__clear{display:flex}.dash__baractions{display:flex;align-items:center;gap:10px}.segmented{display:flex;border:1px solid var(--hair);border-radius:8px;overflow:hidden;background:#fff}.segmented button{display:flex;padding:8px 10px;color:var(--muted);transition:.15s}.segmented button.on{background:var(--ink);color:#fff}.bento{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.pcard{display:flex;flex-direction:column;text-align:left;background:#fff;border:1px solid var(--hair);border-radius:var(--r);overflow:hidden;transition:.2s var(--ease)}.pcard:hover{border-color:var(--ink-2);transform:translateY(-2px)}.pcard--feat{grid-column:span 2;flex-direction:row;min-height:236px}.pcard__thumbs{position:relative;aspect-ratio:16/10;background:var(--screen);overflow:hidden}.pcard--feat .pcard__thumbs{aspect-ratio:auto;width:56%;flex:none;align-self:stretch}.pcard--feat .pcard__meta{flex:1;justify-content:center;padding:26px 28px}.pcard--feat .pcard__desc{font-size:14px;margin-bottom:4px}.pcard__thumb,.pcard--feat .pcard__thumb{position:absolute;top:0;right:0;bottom:0;left:0}.pcard__count{position:absolute;bottom:10px;left:10px;z-index:6;font-size:10.5px;color:#fff;background:#00000080;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:3px 8px;border-radius:5px}.pcard__pin{position:absolute;top:10px;right:10px;z-index:6;display:flex;padding:5px;background:#fff;border-radius:6px}.pcard__meta{padding:14px 15px 15px;display:flex;flex-direction:column;gap:9px;flex:1}.pcard__head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.pcard__title{font-size:15px;font-weight:600;letter-spacing:-.01em;line-height:1.3}.pcard--feat .pcard__title{font-size:18px}.pcard__go{opacity:0;transform:translate(-4px);transition:.2s var(--ease);flex:none}.pcard:hover .pcard__go{opacity:1;transform:none}.pcard__desc{font-size:13px;color:var(--ink-2);line-height:1.5}.pcard__foot{display:flex;align-items:center;gap:8px;font-size:12px;margin-top:auto}.pcard__foot .mono{font-size:12px}.pcard__live{display:inline-flex;align-items:center;gap:5px}.pcard__live .mono{font-size:11px}.pcard--new{align-items:center;justify-content:center;gap:8px;padding:30px;border-style:dashed;background:transparent;min-height:160px}.pcard--new:hover{background:var(--tint);border-color:var(--blue);transform:none}.pcard__newicon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:var(--tint)}.pcard__newlabel{font-size:14px;font-weight:600}.rowslist{display:flex;flex-direction:column;border:1px solid var(--hair);border-radius:var(--r);overflow:hidden;background:#fff}.prow{display:flex;align-items:center;gap:18px;padding:13px 16px;text-align:left;border-bottom:1px solid var(--hair);transition:.15s var(--ease)}.prow:last-child{border-bottom:0}.prow:hover{background:var(--hair-2)}.prow__thumb{width:84px;aspect-ratio:16/10;border-radius:6px;overflow:hidden;flex:none;background:var(--screen)}.prow__main{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.prow__title{font-size:14.5px;font-weight:600;display:flex;align-items:center}.prow__c{font-size:12px;width:78px;text-align:right;flex:none}.pdet__head{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;margin-bottom:26px}.pdet__h1{font-size:38px;font-weight:600;letter-spacing:-.03em;line-height:1.05;margin-bottom:10px;max-width:18ch}.pdet__desc{font-size:15px;color:var(--ink-2);max-width:52ch;margin-bottom:16px}.pdet__facts{display:flex;flex-wrap:wrap;gap:18px}.pdet__facts span{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}.pdet__facts .mono{font-size:12.5px}.pdet__headactions{display:flex;gap:10px;flex:none}.pdet__bar{border-bottom:1px solid var(--hair);margin-bottom:22px}.tabs{display:flex;gap:2px}.tab{display:inline-flex;align-items:center;gap:8px;font-size:13.5px;font-weight:500;color:var(--muted);padding:11px 14px;border-bottom:2px solid transparent;margin-bottom:-1px;transition:.15s var(--ease)}.tab:hover{color:var(--ink)}.tab--on{color:var(--ink);border-bottom-color:var(--blue)}.tab__n{font-size:11px;background:var(--hair-2);padding:1px 6px;border-radius:20px}.tab--on .tab__n{background:var(--tint);color:var(--blue)}.vgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.vcard{display:flex;flex-direction:column;text-align:left;background:#fff;border:1px solid var(--hair);border-radius:var(--r);overflow:hidden;transition:.2s var(--ease)}.vcard:hover{border-color:var(--ink-2);transform:translateY(-2px)}.vcard__thumb{position:relative;aspect-ratio:16/9;background:var(--screen);overflow:hidden}.vcard__dur{position:absolute;bottom:9px;right:9px;font-size:11px;color:#fff;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:2px 7px;border-radius:5px;z-index:3}.vcard__editing{position:absolute;top:9px;left:9px;z-index:3;display:inline-flex;align-items:center;gap:5px;background:#fff;padding:3px 8px;border-radius:6px}.vcard__editing .mono{font-size:10.5px}.vcard__playhint{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:46px;height:46px;display:flex;align-items:center;justify-content:center;background:#2563ebe6;border-radius:50%;opacity:0;transform:scale(.85);transition:.2s var(--ease);z-index:2}.vcard:hover .vcard__playhint{opacity:1;transform:scale(1)}.vcard__meta{padding:13px 14px;display:flex;flex-direction:column;gap:9px}.vcard__top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.vcard__title{font-size:14.5px;font-weight:600;letter-spacing:-.01em;line-height:1.35}.vcard__foot{display:flex;align-items:center;gap:8px}.vcard__foot .mono{font-size:11.5px}.vcard__sep{width:3px;height:3px;border-radius:50%;background:var(--muted);opacity:.5}.vcard--new{align-items:center;justify-content:center;gap:7px;padding:24px;border-style:dashed;background:transparent}.vcard--new:hover{background:var(--tint);border-color:var(--blue);transform:none}.scene{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--screen);display:flex;flex-direction:column;font-size:9px;overflow:hidden}.prow__thumb .scene,.vcard__thumb .scene,.pcard__thumb .scene,.stage__screen .scene{position:absolute;top:0;right:0;bottom:0;left:0}.scene__chrome{display:flex;align-items:center;gap:5px;padding:7px 9px;border-bottom:1px solid var(--screen-line);flex:none}.scene__dot{width:6px;height:6px;border-radius:50%;background:#3a3d46}.scene__url{margin-left:8px;font-size:8.5px;color:var(--screen-fog)}.scene__body{flex:1;padding:11px 12px;display:flex;flex-direction:column;gap:8px;min-height:0}.scene__row{display:flex;align-items:center;justify-content:space-between}.scene__bar{height:7px;border-radius:3px;background:#2c2f37}.scene__bar.w40{width:42%}.scene__chip{width:26px;height:10px;border-radius:3px;background:var(--blue);opacity:.85}.scene__cards{display:flex;gap:8px}.scene__card{flex:1;background:var(--screen-2);border:1px solid var(--screen-line);border-radius:5px;padding:8px;display:flex;flex-direction:column;gap:6px}.scene__num{font-size:11px;color:#fff;font-weight:600}.scene__spark{height:14px;border-radius:3px;background:linear-gradient(90deg,transparent,rgba(37,99,235,.45));border-bottom:1.5px solid var(--blue)}.scene__spark.s2{background:linear-gradient(90deg,transparent,rgba(48,164,108,.4));border-bottom-color:var(--ok)}.scene__list{display:flex;flex-direction:column;gap:5px;margin-top:2px}.scene__list span{height:5px;border-radius:3px;background:#23262e}.scene__list span:nth-child(1){width:90%}.scene__list span:nth-child(2){width:70%}.scene__list span:nth-child(3){width:80%}.scene__body--code{gap:4px;justify-content:center;font-size:9px}.scene__codeln{color:#c7ccd6;display:flex;gap:9px;white-space:nowrap}.scene__ln{color:#4a4e58}.scene__body--slide{justify-content:center;gap:9px}.scene__kicker{font-size:8px;letter-spacing:.1em;color:var(--blue)}.scene__title{font-size:16px;font-weight:600;color:#fff;line-height:1.15;letter-spacing:-.02em}.scene__rule{width:40px;height:2px;background:var(--blue)}.scene__body--call{align-items:center;justify-content:center;gap:10px}.scene__face{width:40px;height:40px;border-radius:42%;background:var(--blue)}.scene__callmeta{display:flex;align-items:center;gap:6px;color:#fff;font-size:9.5px}.scene__body--sheet{gap:4px;padding-top:8px}.scene__srow{display:flex;gap:4px}.scene__srow span{flex:1;height:8px;border-radius:2px;background:#23262e}.scene__srow span.sel{background:var(--blue);opacity:.8;box-shadow:0 0 0 1px var(--blue)}.scene__cursor{position:absolute;filter:drop-shadow(0 1px 2px rgba(0,0,0,.6));pointer-events:none}.scene__playbadge{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:#0006;border-radius:50%}.editor{max-width:1480px;padding:24px 32px 40px}.editor__crumbs{margin-bottom:18px}.editor__grid{display:grid;grid-template-columns:1fr 396px;gap:24px;align-items:start}.editor__left{display:flex;flex-direction:column;gap:18px}.editor__vhead{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.editor__title{font-size:26px;font-weight:600;letter-spacing:-.02em;line-height:1.1;margin-bottom:9px}.editor__sub{display:flex;align-items:center;gap:10px}.editor__sub .mono{font-size:12.5px}.stage{display:flex;flex-direction:column;gap:14px}.stage__screen{position:relative;aspect-ratio:16/9;background:var(--screen);border-radius:12px;overflow:hidden;border:1px solid var(--hair)}.stage__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(120% 90% at 50% 40%,transparent,rgba(0,0,0,.32));z-index:2}.stage__big{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:#2563ebeb;border-radius:50%;z-index:4;transition:.18s var(--ease)}.stage__big:hover{transform:scale(1.06);background:var(--blue)}.stage__rec{position:absolute;top:14px;left:14px;z-index:4;display:inline-flex;align-items:center;gap:7px}.stage__rec .mono{font-size:11px;letter-spacing:.14em}.stage__tcbadge{position:absolute;bottom:14px;right:14px;z-index:4;font-size:12px;color:#fff;background:#00000080;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:4px 10px;border-radius:6px}.transport{display:flex;align-items:center;gap:13px;background:#fff;border:1px solid var(--hair);border-radius:var(--r);padding:11px 15px}.transport__pp{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--ink);border-radius:50%;flex:none}.transport__tc{font-size:12.5px;flex:none}.track{position:relative;flex:1;height:8px;background:var(--hair);border-radius:4px;cursor:pointer}.track__fill{position:absolute;left:0;top:0;bottom:0;background:var(--blue);border-radius:4px}.track__marker{position:absolute;top:50%;width:7px;height:7px;border-radius:2px;background:#fff;border:1.5px solid var(--blue);transform:translate(-50%,-50%) rotate(45deg);z-index:2}.track__marker--inline{position:static;display:inline-block;transform:rotate(45deg);vertical-align:middle}.track__head{position:absolute;top:50%;width:15px;height:15px;border-radius:50%;background:#fff;border:3px solid var(--blue);transform:translate(-50%,-50%);box-shadow:0 1px 5px #2563eb66;z-index:3}.transport__legend{display:flex;align-items:center;justify-content:space-between;padding:0 3px}.transport__legend span{display:inline-flex;align-items:center;gap:8px}.transport__legend .mono{font-size:11px;letter-spacing:.04em}.editor__panel{position:sticky;top:78px;display:flex;flex-direction:column;background:#fff;border:1px solid var(--hair);border-radius:14px;overflow:hidden;height:calc(100vh - 102px);max-height:780px}.panel__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid var(--hair);flex:none}.panel__title{display:flex;align-items:center;gap:8px;font-size:14.5px;font-weight:600;letter-spacing:-.01em}.panel__balance{display:flex;align-items:center;gap:8px}.panel__bal{font-size:13px;font-weight:600}.panel__scroll{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:14px}.panel__scroll::-webkit-scrollbar{width:8px}.panel__scroll::-webkit-scrollbar-thumb{background:var(--hair);border-radius:8px;border:2px solid #fff}.panel__intro{padding:11px 13px;background:var(--canvas);border-radius:9px}.panel__intro .mono{font-size:11.5px;line-height:1.6}.hist{display:flex;flex-direction:column;gap:9px}.hist__cmd{align-self:flex-end;max-width:88%;background:var(--blue);color:#fff;font-size:13px;line-height:1.45;padding:9px 12px;border-radius:12px 12px 3px}.hist__you{display:block;font-family:var(--mono);font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;opacity:.7;margin-bottom:2px}.hist__res{display:flex;gap:9px;max-width:96%}.hist__mk{width:24px;height:24px;flex:none;display:flex;align-items:center;justify-content:center;background:var(--tint);border-radius:7px}.hist__res p{font-size:13px;line-height:1.5;color:var(--ink-2);margin-bottom:7px}.hist__receipt{display:flex;align-items:center;gap:8px}.hist__receipt .mono{font-size:10.5px}.hist__undo{display:inline-flex;align-items:center;gap:4px;font-family:var(--mono);font-size:10.5px;color:var(--muted);margin-left:auto;transition:.15s}.hist__undo:hover{color:var(--rec)}.meter{border:1px solid var(--tint-2);background:var(--tint);border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:11px}.meter__top{display:flex;align-items:center;justify-content:space-between;gap:10px}.meter__live{display:inline-flex;align-items:center;gap:6px}.meter__live .mono{font-size:10px;letter-spacing:.1em}.meter__top>.mono{font-size:11px;max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.meter__count{display:flex;align-items:baseline;gap:8px}.meter__num{font-size:30px;font-weight:600;letter-spacing:-.02em;color:var(--blue);line-height:1}.meter__unit{font-size:12px;color:var(--muted)}.meter__cost{font-size:13px;font-weight:600;color:var(--ink);margin-left:auto}.meter__barwrap{height:5px;background:#fff;border-radius:3px;overflow:hidden}.meter__bar{height:100%;background:var(--blue);border-radius:3px;transition:width .1s linear}.meter__stage{font-size:11.5px;color:var(--ink-2);display:flex;align-items:center;gap:7px}.meter__spin{width:11px;height:11px;border:2px solid var(--tint-2);border-top-color:var(--blue);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.review{border:1px solid var(--hair);border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:12px;animation:fade .25s var(--ease)}.review__head{display:flex;align-items:center;gap:8px;font-size:13.5px;font-weight:600}.review__body{font-size:13px;line-height:1.5;color:var(--ink-2)}.review__diff{display:flex;align-items:center;gap:12px}.review__col{flex:1;border:1px solid var(--hair);border-radius:8px;padding:9px 11px;display:flex;flex-direction:column;gap:4px}.review__col .mono:first-child{font-size:9.5px;letter-spacing:.06em}.review__col .mono:last-child{font-size:14px;font-weight:600;color:var(--ink)}.review__col--after{border-color:var(--blue);background:var(--tint)}.review__receipt{display:flex;align-items:center;gap:9px;padding:9px 11px;background:var(--canvas);border-radius:8px}.review__receipt .mono{font-size:12px;font-weight:600}.review__actions{display:flex;gap:9px}.review__actions .btn{flex:1;justify-content:center}.panel__chips{display:flex;flex-wrap:wrap;gap:7px;padding:12px 16px 4px;flex:none;border-top:1px solid var(--hair)}.chip{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;padding:6px 10px;border:1px solid var(--hair);border-radius:20px;background:#fff;transition:.15s var(--ease)}.chip:hover{border-color:var(--blue);background:var(--tint);color:var(--blue-ink)}.composer{display:flex;gap:8px;padding:12px 16px 8px;flex:none}.composer__input{flex:1;border:1px solid var(--hair);border-radius:10px;padding:11px 13px;font-size:13.5px;outline:0;transition:.15s var(--ease);background:var(--canvas)}.composer__input:focus{border-color:var(--blue);background:#fff;box-shadow:0 0 0 3px var(--tint)}.composer__send{width:40px;flex:none;display:flex;align-items:center;justify-content:center;background:var(--blue);border-radius:10px;transition:.15s var(--ease)}.composer__send:hover:not(:disabled){background:var(--blue-ink)}.composer__send:disabled{background:var(--hair)}.composer__hint{display:flex;align-items:center;justify-content:space-between;padding:0 16px 14px}.composer__hint .mono{font-size:10.5px}.editor__headactions{display:flex;align-items:center;gap:10px;flex:none}.segmented--lay button{display:flex;align-items:center;gap:6px;padding:8px 12px;font-size:12.5px;font-weight:500}.segmented--lay button.on{background:var(--ink);color:#fff}.panel__headR{display:flex;align-items:center;gap:10px}.panel__min{display:flex;padding:5px;border-radius:6px;transition:.15s var(--ease)}.panel__min:hover{background:var(--hair-2)}.editor--theater{max-width:1480px}.editor__theater{position:relative}.theater__stagewrap{max-width:min(1180px,116vh);margin:0 auto}.stage--big .stage__screen{border-radius:14px}.theater__stagewrap .transport{margin-top:16px}.aipanel--floating{position:fixed;top:180px;right:24px;bottom:24px;width:392px;height:auto;max-height:none;z-index:60;border:1px solid var(--hair);border-radius:16px;box-shadow:0 24px 60px -18px #0b0c0e47,0 4px 14px -6px #0b0c0e1f;animation:panelIn .26s var(--ease) both}@keyframes panelIn{0%{transform:translate(16px)}to{transform:none}}.aipanel__launcher{position:fixed;right:24px;bottom:24px;z-index:60;display:inline-flex;align-items:center;gap:9px;background:var(--blue);color:#fff;font-size:14px;font-weight:600;padding:13px 20px;border-radius:30px;box-shadow:0 14px 34px -10px #2563eb80;transition:.16s var(--ease)}.aipanel__launcher:hover{background:var(--blue-ink);transform:translateY(-1px)}.aipanel__launchdot{display:inline-flex;margin-left:2px}@media (max-width:900px){.aipanel--floating{left:16px;right:16px;width:auto;top:auto;height:72vh}}.ext{max-width:1180px}.ext__hero{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;padding:14px 0 48px}.ext__h1{font-size:52px;font-weight:600;letter-spacing:-.03em;line-height:1.04;margin-bottom:20px}.ext__lede{font-size:17px;line-height:1.6;color:var(--ink-2);max-width:46ch;margin-bottom:26px}.ext__cta{display:flex;flex-direction:column;gap:14px;align-items:flex-start;margin-bottom:28px}.ext__ctameta{display:flex;flex-direction:column;gap:7px}.ext__ctameta span{display:inline-flex;align-items:center;gap:8px}.ext__ctameta .mono{font-size:12px}.ext__badges{display:flex;align-items:center;gap:20px;padding-top:24px;border-top:1px solid var(--hair)}.ext__badge{display:flex;flex-direction:column;gap:2px}.ext__badgeN{font-size:19px;font-weight:600;color:var(--ink)}.ext__badge .mono{font-size:11px}.ext__heroR{display:flex;flex-direction:column;align-items:center;gap:14px}.ext__browser{width:100%;max-width:420px;background:var(--screen);border-radius:14px;overflow:hidden;border:1px solid var(--screen-line);box-shadow:0 30px 60px -20px #0b0c0e66}.ext__browserbar{display:flex;align-items:center;gap:6px;padding:11px 14px;border-bottom:1px solid var(--screen-line)}.ext__addr{margin-left:6px;flex:1;font-size:10.5px;color:var(--screen-fog);background:#000;padding:5px 10px;border-radius:6px}.ext__pinned{display:flex;padding:5px;background:var(--screen-2);border-radius:6px;border:1px solid var(--screen-line)}.ext__browserbody{padding:26px;display:flex;justify-content:center;background:radial-gradient(circle at 70% 0%,#181b22,#0c0d11)}.ext__caption{font-size:11px}.extpop{width:248px;background:var(--screen-2);border:1px solid var(--screen-line);border-radius:12px;overflow:hidden}.extpop__bar{display:flex;align-items:center;justify-content:space-between;padding:11px 13px;border-bottom:1px solid var(--screen-line)}.extpop__id{display:flex;align-items:center;gap:7px}.extpop__body{padding:13px;display:flex;flex-direction:column;gap:10px}.extpop__src{display:flex;gap:5px;background:#0c0d11;padding:4px;border-radius:8px}.extpop__srcbtn{flex:1;font-size:11px;font-weight:500;color:var(--screen-fog);padding:6px 0;border-radius:6px;transition:.15s}.extpop__srcbtn.on{background:var(--blue);color:#fff}.extpop__toggle{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#d4d8e0}.sw{width:30px;height:17px;border-radius:20px;background:#3a3d46;position:relative;transition:.15s;flex:none}.sw:after{content:"";position:absolute;top:2px;left:2px;width:13px;height:13px;border-radius:50%;background:#fff;transition:.15s var(--ease)}.sw--on{background:var(--blue)}.sw--on:after{left:15px}.extpop__rec{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;background:var(--rec);color:#fff;font-size:13px;font-weight:600;padding:10px;border-radius:9px;margin-top:3px;transition:.15s}.extpop__rec--on{background:#fff;color:var(--screen)}.extpop__sq{width:11px;height:11px;border-radius:2px;background:var(--rec)}.extpop__live{display:flex;align-items:center;gap:6px;justify-content:center}.rulewide{height:1px;background:var(--hair);margin:8px 0 48px}.ext__install{padding-bottom:48px}.ext__installhead{margin-bottom:30px}.ext__h2{font-size:30px;font-weight:600;letter-spacing:-.02em}.ext__steps{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.istep{display:flex;gap:16px;padding:20px;background:#fff;border:1px solid var(--hair);border-radius:var(--r);transition:.18s var(--ease)}.istep:hover{border-color:var(--ink-2)}.istep__n{font-size:13px;font-weight:600;color:var(--blue);width:32px;height:32px;flex:none;display:flex;align-items:center;justify-content:center;background:var(--tint);border-radius:8px}.istep__title{font-size:16px;font-weight:600;margin-bottom:6px;letter-spacing:-.01em}.istep__text{font-size:14px;line-height:1.55;color:var(--ink-2)}.istep__text b{color:var(--ink);font-weight:600}.ext__installfoot{display:flex;align-items:center;gap:18px;margin-top:26px}.ext__installfoot .mono{font-size:12.5px}.ext__perms .rub{margin-bottom:22px}.ext__permgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.ext__perm{display:flex;gap:14px;padding:18px;background:#fff;border:1px solid var(--hair);border-radius:var(--r)}.ext__permico{width:38px;height:38px;flex:none;display:flex;align-items:center;justify-content:center;background:var(--tint);border-radius:9px}.ext__permt{font-size:15px;font-weight:600;margin-bottom:5px}.ext__permd{font-size:13.5px;line-height:1.55;color:var(--ink-2)}@media (max-width:1180px){.editor__grid{grid-template-columns:1fr}.editor--split .editor__panel{position:static;height:auto;max-height:none}.editor--split .panel__scroll{max-height:420px}.bento,.vgrid{grid-template-columns:repeat(2,1fr)}.pcard--feat{grid-row:span 1}.ext__hero{grid-template-columns:1fr;gap:36px}.ext__steps,.ext__permgrid{grid-template-columns:1fr}}@media (max-width:760px){.screen{padding:26px 18px 60px}.dash__hero,.pdet__head{flex-direction:column;align-items:flex-start;gap:18px}.dash__bar{flex-wrap:wrap}.bento,.vgrid{grid-template-columns:1fr}.dash__h1{font-size:36px}.ext__h1{font-size:38px}.topbar__spend{display:none}}.gate{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;background:var(--canvas);padding:24px}.gate__card{width:100%;max-width:380px;background:#fff;border:1px solid var(--hair);border-radius:14px;padding:30px 28px 26px;display:flex;flex-direction:column;gap:10px;box-shadow:0 24px 60px -28px #0b0c0e2e}.gate__logo{margin-bottom:8px}.gate__h1{font-size:22px;font-weight:600;letter-spacing:-.02em}.gate__lede{font-size:13.5px;line-height:1.55;color:var(--ink-2);margin-bottom:6px}.gate__input{width:100%;border:1px solid var(--hair);border-radius:10px;padding:12px 13px;font-size:14px;outline:0;background:var(--canvas);transition:.15s var(--ease);letter-spacing:.04em}.gate__input:focus{border-color:var(--blue);background:#fff;box-shadow:0 0 0 3px var(--tint)}.gate__err{color:var(--rec)}.gate__err .mono{font-size:12px}.gate__btn{justify-content:center;margin-top:6px}.gate__foot{font-size:11px;letter-spacing:.06em}.topbar__lock{display:inline-flex;align-items:center;gap:7px;padding:7px 12px;border:1px solid var(--hair);border-radius:8px;background:#fff;transition:.15s var(--ease)}.topbar__lock:hover{border-color:var(--ink-2)}.lib__center{display:flex;align-items:center;justify-content:center;gap:10px;padding:80px 0}.lib__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;padding:72px 24px;border:1px dashed var(--hair);border-radius:var(--r);background:transparent}.lib__emptyt{font-size:18px;font-weight:600;letter-spacing:-.01em;margin-top:4px}.player__head{margin-bottom:18px}.player__stage{background:var(--screen);border:1px solid var(--hair);border-radius:14px;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:320px;padding:10px}.rrwrap{width:100%;display:flex;align-items:center;justify-content:center}.rrwrap .rr-player{border-radius:10px;overflow:hidden;box-shadow:0 12px 40px -16px #00000080}.rrwrap__err{color:var(--screen-fog);font-family:var(--mono);font-size:13px;padding:40px;display:flex;align-items:center;justify-content:center;height:100%}.rrhost{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;align-items:center;justify-content:center}.stage__screen .rr-player{background:transparent!important;box-shadow:none!important;border-radius:0!important}.stage__screen .rr-player__frame{background:transparent!important}.stage__scrim{cursor:pointer}.pspeed{display:inline-flex;gap:2px}.pspeed button{font-family:var(--mono);font-size:11px;color:var(--muted);padding:3px 8px;border-radius:5px;transition:.12s var(--ease)}.pspeed button:hover{color:var(--ink);background:var(--hair-2)}.pspeed button.on{background:var(--ink);color:#fff}.player__url{max-width:54%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:24px;background:#0b0c0e6b;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:fade .18s var(--ease) both}.modal__card{width:100%;max-width:440px;background:#fff;border:1px solid var(--hair);border-radius:14px;padding:18px;display:flex;flex-direction:column;gap:14px;box-shadow:0 30px 70px -24px #0b0c0e52}.modal__head{display:flex;align-items:center;justify-content:space-between}.modal__field{display:flex;flex-direction:column;gap:6px}.drop{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;padding:30px 18px;border:1.5px dashed var(--hair);border-radius:12px;background:var(--canvas);cursor:pointer;font-size:13.5px;color:var(--ink-2);transition:.15s var(--ease)}.drop:hover{border-color:var(--blue);background:var(--tint)}.drop--has{border-style:solid;border-color:var(--blue);background:var(--tint)}.drop b{color:var(--ink);font-weight:600}.recmenu{position:relative;flex:none}.recmenu__btn{display:flex;padding:4px;border-radius:6px;transition:.15s var(--ease)}.recmenu__btn:hover{background:var(--hair-2)}.recmenu__scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20}.recmenu__pop{position:absolute;top:26px;right:0;z-index:21;min-width:170px;background:#fff;border:1px solid var(--hair);border-radius:10px;padding:5px;display:flex;flex-direction:column;box-shadow:0 16px 40px -16px #0b0c0e47}.recmenu__pop button{text-align:left;font-size:13px;padding:8px 10px;border-radius:7px;transition:.12s var(--ease)}.recmenu__pop button:hover{background:var(--hair-2)}.recmenu__danger{color:var(--rec)}.recmenu__danger:hover{background:#fdecec!important}
