:root{--ui: #111318;--uiline: #e6e8ec;--text: #17181c;--muted: #6a6f7a;--panel: #fff;--green: #111318;--green2: #494e57;--greensoft: #f2f3f5;--greenline: #e5e7eb}.side{width:400px;flex:0 0 400px;background:var(--panel);border-right:1px solid var(--uiline);display:flex;flex-direction:column;min-width:0}.tabs{display:flex;gap:3px;padding:8px 8px 9px;border-bottom:1px solid var(--uiline)}.tab{position:relative;flex:1;min-width:0;padding:8px 4px 7px;border:0;background:none;border-radius:10px;font:inherit;font-weight:600;font-size:10.5px;letter-spacing:.01em;color:var(--muted);cursor:pointer;transition:background .14s,color .14s;display:flex;flex-direction:column;align-items:center;gap:4px}.tab .ico{opacity:.92}.tab .tab-lbl{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tab:hover{background:#f4f5f7;color:var(--text)}.tab.active{background:#1113180f;color:var(--ui)}.tab.active .ico{opacity:1;color:var(--ui)}.tab.locked{color:var(--muted);opacity:.72}.tab.locked:hover{background:#f4f5f7}.tab-lock{position:absolute;top:5px;right:8px;display:flex;color:var(--muted)}.scroll{flex:1;overflow:auto;padding:0}.ico{display:block;flex:none}.sect{padding:16px 18px;border-bottom:1px solid var(--uiline)}.sect>h3{font-size:11px;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);margin:0 0 5px;font-weight:700}.sect-hint{margin:0 0 13px;font-size:12px;color:var(--muted);line-height:1.45}.acc{border-bottom:1px solid var(--uiline)}.acc-head{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:15px 18px;-webkit-user-select:none;user-select:none}.acc-head h3{margin:0;font-size:11.5px;text-transform:uppercase;letter-spacing:.06em;color:var(--text);font-weight:700;display:flex;align-items:center;gap:8px}.acc-head h3 .ico{color:var(--muted)}.acc-head .chev{color:var(--muted);transition:transform .25s ease;display:flex}.acc.open .acc-head .chev{transform:rotate(90deg)}.acc.open .acc-head h3,.acc.open .acc-head h3 .ico{color:var(--ui)}.collapsible{overflow:hidden;max-height:0;transition:max-height .3s cubic-bezier(.4,0,.2,1)}.acc-body>.inner{padding:8px 18px 18px}.studio-scope .field{margin-bottom:13px}.studio-scope .field>label{display:block;font-size:11px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:5px}.studio-scope input[type=text],.studio-scope input[type=number],.studio-scope select,.studio-scope textarea{width:100%;padding:10px 12px;border:1px solid #d7dbe0;border-radius:10px;font-size:14px;line-height:1.3;background:#fff;font-family:inherit;color:var(--text);transition:border-color .15s,box-shadow .15s,background-color .15s}.studio-scope input[type=text]:focus,.studio-scope input[type=number]:focus,.studio-scope select:focus,.studio-scope textarea:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px #1113181a}.studio-scope input[type=text]:hover,.studio-scope input[type=number]:hover,.studio-scope select:hover,.studio-scope textarea:hover{border-color:#b6bcc6}.two{display:flex;gap:9px}.two>*{flex:1;min-width:0}.cs{position:relative;width:100%}.cs.hdr{width:auto;min-width:206px}.cs.hdr.lang{min-width:132px}.cs.hdr.lang .cs-menu{min-width:150px}.cs-trigger{width:100%;height:42px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 12px 0 14px;border:1px solid #d7dbe0;border-radius:10px;background:#fff;font-size:13.5px;font-weight:500;color:var(--text);cursor:pointer;transition:border-color .15s,background .15s,box-shadow .15s;font-family:inherit}.cs-trigger:hover{border-color:#b6bcc6;background:#fafbfc}.cs.hdr .cs-trigger{font-weight:600;font-size:13px}.cs.open .cs-trigger{border-color:var(--green);box-shadow:0 0 0 3px #1113181a}.cs-trigger .cs-val{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cs-trigger .ico{color:var(--muted);transition:transform .2s}.cs.open .cs-trigger .ico{transform:rotate(180deg)}.cs-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid var(--uiline);border-radius:12px;box-shadow:0 20px 50px #00000029;padding:5px;z-index:80;opacity:0;transform:translateY(-6px) scale(.98);transform-origin:top;pointer-events:none;transition:opacity .16s ease,transform .16s cubic-bezier(.4,0,.2,1)}.cs.open .cs-menu{opacity:1;transform:none;pointer-events:auto}.cs.hdr .cs-menu{left:auto;right:0;min-width:236px}.cs-opt{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 11px;border-radius:8px;cursor:pointer;font-size:13.5px;color:var(--text);opacity:0;transform:translateY(-5px);transition:opacity .18s ease,transform .18s ease,background .12s}.cs.open .cs-opt{opacity:1;transform:none}.cs-opt:hover{background:#f2f3f6}.cs-opt.sel{font-weight:600}.cs-opt .chk{color:var(--green);opacity:0;flex:none}.cs-opt.sel .chk{opacity:1}.cs-opt.locked{opacity:.72}.cs-opt.locked .chk{opacity:1;color:var(--muted)}.studio-scope .btn,.modal .btn{padding:9px 13px;border:1px solid #d7dbe0;border-radius:10px;background:#fff;font-size:13.5px;font-weight:600;cursor:pointer;color:var(--text);transition:background .15s,border-color .15s;display:inline-flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap}.studio-scope .btn:hover,.modal .btn:hover{background:#f6f7f9}.studio-scope .btn.sm{padding:7px 10px;font-size:12.5px}.studio-scope .btn:disabled{opacity:.45;cursor:default}.studio-scope .btn.block{width:100%}.hint{font-size:12px;color:var(--muted);line-height:1.5;margin-top:7px}.filebtn{position:relative;overflow:hidden}.filebtn input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;font-size:0}.filename{font-size:12px;color:var(--muted);margin-top:7px;word-break:break-all}.iconbtn{flex:none;width:34px;height:34px;border:1px solid #d7dbe0;border-radius:10px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--muted);transition:background .15s,color .15s,border-color .15s,transform .15s;padding:0;font-size:15px;line-height:1}.iconbtn:hover{background:#f2f3f6;color:var(--text)}.iconbtn.on{background:var(--ui);color:#fff;border-color:var(--ui)}.iconbtn.on .cog{transform:rotate(45deg)}.iconbtn .cog{transition:transform .3s ease;display:inline-flex}.gearfield{margin-bottom:15px}.gearfield:last-child{margin-bottom:0}.gfrow{display:flex;align-items:flex-end;gap:8px}.gfrow .grow{flex:1;min-width:0}.gfrow .field>label{margin-bottom:5px}.gfrow .field input[type=text],.gfrow .field textarea{height:40px;font-size:14px;padding:9px 11px}.gfrow .field textarea{height:auto;min-height:44px}.gfrow .iconbtn{width:40px;height:40px}.gfsettings>.inner{padding:12px 0 4px}.gfsettings .field{margin-bottom:10px}.gfsettings .field:last-child{margin-bottom:0}.gfsettings .fld-font .cs{display:block}.gfsettings .fld-font .cs-trigger{width:100%;height:38px}.gfsettings .fld-font .cs-menu{left:0;right:0}.switch{display:flex;align-items:center;justify-content:space-between;gap:14px;cursor:pointer;-webkit-user-select:none;user-select:none;margin:2px 0}.switch .swlabel{font-size:13px;font-weight:500;line-height:1.35}.switch .toggle{position:relative;flex:none}.switch input{position:absolute;opacity:0;width:0;height:0}.switch .track{display:block;width:44px;height:25px;border-radius:99px;background:#d3d7de;position:relative;transition:background .2s ease}.switch .thumb{position:absolute;top:2px;left:2px;width:21px;height:21px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000047;transition:transform .22s cubic-bezier(.4,0,.2,1)}.switch input:checked+.track{background:var(--green)}.switch input:checked+.track .thumb{transform:translate(19px)}.switch input:focus-visible+.track{box-shadow:0 0 0 3px #11131829}.range{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;border-radius:99px;background:#e2e5ea;outline:none;padding:0;margin:6px 0 2px;cursor:pointer;accent-color:var(--green)}.range::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:var(--ui);cursor:pointer;box-shadow:0 1px 4px #00000047;transition:transform .12s ease}.range::-webkit-slider-thumb:hover{transform:scale(1.15)}.range::-webkit-slider-thumb:active{transform:scale(1.25)}.range::-moz-range-thumb{width:18px;height:18px;border:0;border-radius:50%;background:var(--ui);cursor:pointer;box-shadow:0 1px 4px #00000047}.range::-moz-range-track{height:6px;border-radius:99px;background:#e2e5ea}.valpill{font-size:11px;font-weight:700;color:var(--ui);background:#eef0f4;border-radius:99px;padding:2px 8px;margin-left:6px}.swatches{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.swatch{border:0;background:none;padding:0;cursor:pointer;text-align:center}.swatch .chip{display:block;width:48px;height:48px;margin:0 auto;border-radius:50%;box-shadow:inset 0 0 0 1px #00000014;position:relative;transition:transform .12s ease,box-shadow .15s ease}.swatch:hover .chip{transform:translateY(-2px)}.swatch.active .chip{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--green)}.swatch.active .chip:after{content:"✓";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:15px;font-weight:800;text-shadow:0 1px 4px rgba(0,0,0,.55)}.swatch .nm{display:block;font-size:10.5px;font-weight:600;color:var(--muted);margin-top:6px}.swatch.active .nm{color:var(--ui)}.swatch.locked .nm{color:var(--muted)}.lockbadge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;border-radius:50%;background:#ffffffeb;display:flex;align-items:center;justify-content:center;color:var(--ui);box-shadow:0 2px 6px #00000026}.colorrow{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.colorrow label{font-size:12px;color:var(--text);font-weight:500}.colorrow input[type=color]{width:42px;height:28px;border:1px solid #d7dbe0;border-radius:7px;padding:2px;background:#fff;cursor:pointer}.cols3{display:flex;gap:6px}.cols3 input[type=color]{flex:1;width:auto}.locksec{position:relative}.locksec.locked>*{opacity:.45;pointer-events:none}.lockover{position:absolute;top:8px;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:9px;background:#f7f7f799;border:1px dashed #c9cdd4;border-radius:12px;cursor:pointer;color:var(--ui);font-size:13px;font-family:inherit;opacity:1!important;pointer-events:auto!important}.lockover b{font-weight:700}.pcard{border:1px solid var(--uiline);border-radius:12px;padding:11px;margin-bottom:10px;background:#fafbfc}.pcard .top{display:flex;gap:10px;align-items:flex-start}.pthumb{width:44px;height:44px;border-radius:12px;object-fit:contain;background:#fff;border:1px solid var(--uiline);flex:none;display:flex;align-items:center;justify-content:center;color:#9aa1ac;font-size:13px;font-weight:700;overflow:hidden}.pthumb img{width:100%;height:100%;object-fit:contain}.pthumb img.round{border-radius:50%}.pcard .fields{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}.pcard input[type=text],.pcard select,.pcard textarea{font-size:14px;padding:9px 11px}.pcard textarea{width:100%;resize:vertical;min-height:44px}.miniremove{flex:none;width:30px;height:30px;padding:0;border-radius:8px;font-size:16px;line-height:1;color:var(--muted)}.arrows{display:flex;gap:6px}.arrows .btn{width:40px;height:40px;padding:0}.seqnum{width:26px;height:26px;flex:none;border-radius:50%;background:var(--ui);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.priceedit{display:flex;gap:6px;margin-top:6px;align-items:center}.priceedit input{height:40px;min-width:0}.priceedit .lbl{flex:1 1 auto;min-width:0}.priceedit .val{width:92px;flex:none}.priceedit .iconbtn{width:40px;height:40px;flex:none}.prodhead{display:flex;align-items:center;gap:12px;margin-bottom:15px}.plogo-lg{position:relative;width:56px;height:56px;flex:none;border-radius:12px;border:1px solid var(--uiline);background:#fff;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#9aa1ac;font-weight:700;font-size:22px;cursor:pointer;transition:border-color .15s,box-shadow .15s}.plogo-lg:hover{border-color:#a9b0ba;box-shadow:0 0 0 3px #1113180f}.plogo-lg img{width:100%;height:100%;object-fit:contain}.loghint{flex:1;font-size:12px;color:var(--muted)}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#11131880;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:none;align-items:center;justify-content:center;z-index:180;opacity:0;transition:opacity .2s}.modal.on{display:flex;opacity:1}.modal .mbox{background:#fff;border-radius:16px;padding:24px;width:min(680px,92vw);box-shadow:0 30px 80px #0006}.modal .mbox h4{margin:0 0 14px;font-size:15px;font-weight:700;color:var(--text)}.modal textarea{width:100%;min-height:200px;font-size:16px;padding:12px;border:1px solid #d7dbe0;border-radius:10px;resize:vertical;font-family:inherit;color:var(--text)}.modal textarea:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px #1113181a}.modal .mfoot{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.bp-empty,.bp-lock p{font-size:12.5px;color:var(--muted);line-height:1.5;margin:0 0 10px}.bp-list{display:flex;flex-direction:column;gap:6px}.bp-item{display:flex;align-items:center;gap:6px}.bp-apply{flex:1;display:flex;align-items:center;gap:10px;min-width:0;padding:8px 10px;border:1px solid var(--uiline);border-radius:10px;background:#fff;cursor:pointer;font:inherit;text-align:left;transition:border-color .14s,background .14s}.bp-apply:hover{border-color:#b6bcc6;background:#fafbfc}.bp-sw{flex:none;width:26px;height:26px;border-radius:7px;border:1px solid var(--uiline)}.bp-name{flex:1;font-size:13px;font-weight:600;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bp-fmt{flex:none;font-size:10px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.03em}.bp-lock .btn{margin-top:2px}.drag-handle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--uiline);border-radius:9px;background:#fff;color:var(--muted);cursor:grab;flex:none}.drag-handle:hover{color:var(--text);border-color:#b6bcc6;background:#fafbfc}.drag-handle:active{cursor:grabbing}.pcard.dragging{opacity:.4}.pcard{transition:opacity .12s,box-shadow .12s}.seqnum-drag{cursor:grab}.seqnum-drag:active{cursor:grabbing}.seqsec{padding:10px 11px}.seqsec-head{display:flex;align-items:center;gap:8px}.seqsec .stwrap{flex:0 0 118px;min-width:0}.seqsec-title{flex:1;min-width:0;height:34px;border:1px solid var(--uiline);border-radius:8px;padding:0 10px;font:inherit;font-size:13px;background:#fff;color:var(--text)}.seqsec-title:focus{outline:none;border-color:var(--ui)}.seqsec-dur{width:48px;flex:none;height:34px;text-align:center;border:1px solid var(--uiline);border-radius:8px;font:inherit;font-size:13px;background:#fff;color:var(--text)}.seqsec-dur:focus{outline:none;border-color:var(--ui)}.seqsec-exp svg{transition:transform .18s ease}.seqsec.open .seqsec-exp svg{transform:rotate(180deg)}.seqsec-body{margin-top:11px;padding-top:11px;border-top:1px solid var(--line2)}.seqsec-content{margin-top:8px}.seqsec-open{flex:1;min-width:0;text-align:left;border:0;background:none;cursor:pointer;padding:0 2px}.seqsec-name{display:block;font-size:13px;font-weight:600;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.seqsec-sub{font-size:11px;color:var(--muted)}.seqsec-open:hover .seqsec-name{color:var(--ui)}.seqadd{display:flex;flex-wrap:wrap;gap:6px;margin-top:2px}.seqadd-opt{height:32px;padding:0 12px;border:1px solid var(--uiline);border-radius:8px;background:#fff;font:inherit;font-size:12.5px;font-weight:600;color:var(--text);cursor:pointer;transition:background .14s,border-color .14s}.seqadd-opt:hover{background:#f4f5f7;border-color:#c8ccd4}.seqadd-cancel{height:32px;padding:0 12px;border:0;background:none;color:var(--muted);font:inherit;font-size:12.5px;font-weight:600;cursor:pointer}.tl{flex:none;height:244px;display:flex;flex-direction:column;border-top:1px solid var(--uiline);background:#fff}.tl-resize{height:8px;flex:none;cursor:ns-resize;position:relative}.tl-resize:after{content:"";position:absolute;left:50%;top:3px;width:42px;height:3px;margin-left:-21px;border-radius:3px;background:#d7dbe0;transition:background .14s}.tl-resize:hover:after{background:var(--ui)}.tl-bar{display:flex;align-items:center;gap:7px;padding:9px 14px;border-bottom:1px solid var(--uiline);background:#fcfcfd}.tl-sp{flex:1}.tl-div{width:1px;height:20px;background:var(--uiline);margin:0 4px;flex:none}.tl-play{width:36px;height:36px;border-radius:50%;border:0;background:var(--ui);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex:none;box-shadow:0 2px 6px #1113182e;transition:transform .1s ease,filter .14s}.tl-play:hover{filter:brightness(1.15)}.tl-play:active{transform:scale(.94)}.tl-time{font-size:13px;font-weight:600;color:var(--text);font-variant-numeric:tabular-nums;letter-spacing:.01em;margin-left:2px}.tl-time em{color:var(--muted);font-style:normal;font-weight:500}.tl-btn{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 11px;border:1px solid transparent;border-radius:9px;background:transparent;color:var(--text);font:inherit;font-size:12.5px;font-weight:600;cursor:pointer;transition:background .14s,color .14s,border-color .14s}.tl-btn:hover{background:#1113180d}.tl-btn .ico{color:var(--muted)}.tl-btn:hover .ico{color:var(--text)}.tl-btn.on{background:#11131814;color:var(--ui)}.tl-btn.on .ico{color:var(--ui)}.tl-btn.primary,.tl-btn.accent{background:var(--ui);color:#fff}.tl-btn.primary .ico,.tl-btn.accent .ico{color:#fff}.tl-btn.primary:hover,.tl-btn.accent:hover{background:var(--ui);filter:brightness(1.16)}.tl-btn.danger{color:#c0392b}.tl-btn.danger:hover{background:#c0392b14}.tl-btn:disabled{opacity:.45;cursor:default}.tl-btn:disabled:hover{background:transparent}.tl-busy{display:inline-flex;align-items:center;gap:7px;font-size:12px;color:var(--muted);font-weight:600;white-space:nowrap}.tl-busy:before{content:"";width:12px;height:12px;border-radius:50%;border:2px solid #e0e3e8;border-top-color:var(--ui);animation:tlspin .7s linear infinite}@keyframes tlspin{to{transform:rotate(360deg)}}.tl-insp{display:flex;align-items:center;gap:16px;padding:9px 14px;border-bottom:1px solid var(--uiline);background:#fcfcfd;font-size:12px;color:var(--muted);overflow-x:auto}.tl-insp b{color:var(--text);font-size:12.5px;font-weight:600;flex:none;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tl-insp label{display:inline-flex;align-items:center;gap:7px;flex:none;font-weight:500}.tl-insp input[type=range]{width:96px;accent-color:var(--ui)}.tl-body{flex:1;display:flex;min-height:0}.tl-gutter{width:186px;flex:none;border-right:1px solid var(--uiline);padding-top:24px;background:#fafbfc;overflow:hidden}.tl-lbl{height:52px;display:flex;align-items:center;gap:8px;padding:0 12px;border-bottom:1px solid var(--line2);font-size:12px;color:var(--text)}.tl-lbl-video{font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:10px}.tl-lbl-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.tl-mute{width:24px;height:24px;flex:none;border:1px solid var(--uiline);border-radius:7px;background:#fff;color:var(--muted);font-size:11px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .14s,color .14s,border-color .14s}.tl-mute:hover{border-color:#c8ccd4;color:var(--text)}.tl-mute.on{background:#c0392b;color:#fff;border-color:#c0392b}.tl-vol{width:58px;accent-color:var(--ui)}.tl-x{width:22px;height:22px;flex:none;border:0;background:none;color:var(--muted);cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:background .14s,color .14s}.tl-x:hover{background:#eceef1;color:var(--text)}.tl-lanes{flex:1;overflow:auto;position:relative}.tl-scroll{position:relative;min-width:100%}.tl-ruler{position:relative;height:24px;border-bottom:1px solid var(--uiline);background:#fafbfc;cursor:ew-resize}.tl-tick{position:absolute;top:0;font-size:9.5px;font-weight:500;color:var(--muted);padding-left:4px;border-left:1px solid var(--line2);height:100%;line-height:24px;font-variant-numeric:tabular-nums}.tl-lane{position:relative;height:52px;border-bottom:1px solid var(--line2)}.tl-lane-video{background:#11131804}.tl-lane-drop{background:color-mix(in srgb,var(--ui) 3%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--ui) 12%,transparent)}.tl-scene{position:absolute;top:8px;height:36px;background:linear-gradient(180deg,#f1f2f5,#e9ebef);border:1px solid #d7dbe1;border-radius:8px;display:flex;align-items:center;padding:0 9px;overflow:hidden;box-shadow:0 1px 2px #1113180a}.tl-scene-t{font-size:11px;font-weight:600;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tl-scene-click{cursor:pointer;transition:border-color .12s,box-shadow .12s}.tl-scene-click:hover{border-color:var(--ui);box-shadow:0 2px 8px #1113181f}.tl-addbar{display:flex;align-items:center;flex-wrap:wrap;gap:6px;padding:9px 14px;border-bottom:1px solid var(--uiline);background:#fcfcfd}.tl-addbar-l{font-size:12px;font-weight:600;color:var(--muted);margin-right:4px}.tl-addbar-opt{height:30px;padding:0 12px;border:1px solid var(--uiline);border-radius:8px;background:#fff;font:inherit;font-size:12.5px;font-weight:600;color:var(--text);cursor:pointer;transition:background .14s,border-color .14s}.tl-addbar-opt:hover{background:#f4f5f7;border-color:#c8ccd4}.tl-clip{position:absolute;top:8px;height:36px;border-radius:8px;overflow:hidden;cursor:grab;display:flex;align-items:center;border:1px solid;box-shadow:0 1px 2px #1113180d;transition:box-shadow .18s ease,border-color .18s ease,transform .1s ease}.tl-clip:hover{border-color:#11131847;box-shadow:0 2px 10px #1113181a}.tl-clip:active{cursor:grabbing}.tl-clip.sel{border-color:#11131873;box-shadow:0 0 0 2px #11131829,0 4px 14px #11131824;z-index:3}.tl-clip.dragging{box-shadow:0 8px 20px #1113183d;z-index:4;opacity:.96}.tl-clip.muted{opacity:.45}.tl-clip-t{position:absolute;left:10px;top:4px;font-size:10.5px;font-weight:600;color:var(--text);opacity:.82;pointer-events:none;max-width:calc(100% - 18px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tl-wave{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.tl-clip-voice{background:#eef2fe;border-color:#c7d3fb}.tl-clip-music{background:#e9f7f1;border-color:#c1e4d6}.tl-clip-sfx{background:#f3ecfd;border-color:#dccbf5}.tl-clip-upload{background:#eef0f3;border-color:#d3d8df}.tl-rh{position:absolute;top:0;bottom:0;width:9px;cursor:ew-resize;z-index:3}.tl-rh-l{left:-1px}.tl-rh-r{right:-1px}.tl-playhead{position:absolute;top:0;bottom:0;width:2px;background:#e5484d;z-index:5;pointer-events:none}.tl-playhead-grip{position:absolute;top:-3px;left:-7px;width:16px;height:14px;background:#e5484d;border-radius:4px 4px 7px 7px;cursor:ew-resize;pointer-events:auto;box-shadow:0 1px 4px #e5484d73;transition:transform .12s ease}.tl-playhead-grip:hover{transform:scale(1.18)}.tl-playhead.scrubbing .tl-playhead-grip{transform:scale(1.28);box-shadow:0 2px 9px #e5484d8c}.tl-snap{position:absolute;top:0;bottom:0;width:1px;background:#f5b400;z-index:6;pointer-events:none;box-shadow:0 0 0 1px #f5b40038}.tl-empty{position:absolute;left:202px;bottom:16px;font-size:12.5px;color:var(--muted);pointer-events:none}.tl-ctx{position:fixed;z-index:200;min-width:220px;background:#fff;border:1px solid var(--uiline);border-radius:12px;box-shadow:0 20px 48px #11131838;padding:6px}.tl-ctx button{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;text-align:left;border:0;background:none;font:inherit;font-size:13px;font-weight:500;color:var(--text);padding:9px 11px;border-radius:8px;cursor:pointer;transition:background .12s}.tl-ctx button:hover{background:#f2f3f6}.tl-ctx button:disabled{opacity:.4;cursor:default}.tl-ctx button:disabled:hover{background:none}.tl-ctx button.danger{color:#c0392b}.tl-ctx button.danger:hover{background:#c0392b14}.tl-ctx button kbd{flex:none;font:inherit;font-size:10.5px;font-weight:600;color:var(--muted);background:#f2f3f6;border:1px solid var(--uiline);border-radius:5px;padding:1px 6px;min-width:16px;text-align:center}.tl-ctx-head{font-size:10.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);padding:7px 11px 5px}.tl-ctx-sep{height:1px;background:var(--uiline);margin:5px 6px}.tl-insp-hint{flex:none;font-size:11.5px;color:var(--muted)}.tl-marquee{position:fixed;z-index:150;border:1px solid var(--ui);background:color-mix(in srgb,var(--ui) 10%,transparent);border-radius:3px;pointer-events:none}.tl-locked{height:auto}.tl-lock-inner{display:flex;align-items:center;gap:14px;padding:16px 20px}.tl-lock-ic{width:36px;height:36px;flex:none;border-radius:10px;background:#f2f3f6;color:var(--muted);display:flex;align-items:center;justify-content:center}.tl-lock-txt{flex:1;min-width:0}.tl-lock-txt b{display:block;font-size:13.5px;color:var(--text);font-weight:600}.tl-lock-txt span{font-size:12.5px;color:var(--muted);line-height:1.45}.tl-locked .btn{flex:none;height:36px}.mbtn{position:relative;display:inline-flex}.mbtn-pop{position:absolute;top:calc(100% + 6px);left:0;min-width:216px;z-index:210;background:#fff;border:1px solid var(--uiline);border-radius:12px;box-shadow:0 20px 48px #11131838;padding:6px;animation:mbtnPop .14s ease}.mbtn-pop.r{left:auto;right:0}@keyframes mbtnPop{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.mbtn-item{display:flex;align-items:center;gap:10px;width:100%;text-align:left;border:0;background:none;font:inherit;font-size:13px;font-weight:500;color:var(--text);padding:9px 11px;border-radius:8px;cursor:pointer;transition:background .12s}.mbtn-item span{flex:1}.mbtn-item .ico{flex:none;color:var(--muted)}.mbtn-item:hover{background:#f2f3f6}.mbtn-item:hover .ico{color:var(--ui)}.mbtn-item:disabled{opacity:.4;cursor:default}.mbtn-item:disabled:hover{background:none}.mbtn-item.accent .ico{color:var(--ui)}.mbtn-item.danger{color:#c0392b}.mbtn-item.danger:hover{background:#c0392b14}.mbtn-item kbd{flex:none;font:inherit;font-size:10.5px;font-weight:600;color:var(--muted);background:#f2f3f6;border:1px solid var(--uiline);border-radius:5px;padding:1px 6px}.mbtn-sep{height:1px;background:var(--uiline);margin:5px 6px}.mbtn-item.on{font-weight:600}.mbtn-sub{position:relative}.mbtn-flyout{top:-7px;left:100%;margin-left:-2px;min-width:200px;display:none}.mbtn-flyout.l{left:auto;right:100%;margin-left:0;margin-right:-2px}.mbtn-sub:hover>.mbtn-flyout,.mbtn-sub:focus-within>.mbtn-flyout{display:block}.mo-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:140;background:#11131880;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:24px;animation:moFade .16s ease}@keyframes moFade{0%{opacity:0}to{opacity:1}}.mo{display:flex;flex-direction:column;width:100%;max-height:88vh;overflow:hidden;background:#fff;border:1px solid var(--uiline);border-radius:20px;box-shadow:0 40px 90px #1113184d;animation:moRise .2s ease}@keyframes moRise{0%{transform:translateY(10px);opacity:.6}to{transform:none;opacity:1}}.mo-sm{max-width:460px}.mo-md{max-width:580px}.mo-lg{max-width:820px}.mo-head{flex:none;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:21px 24px 15px;border-bottom:1px solid var(--uiline)}.mo-head-txt h2{display:flex;align-items:center;gap:9px;margin:0;font-size:20px;font-weight:700;letter-spacing:-.02em;color:var(--text)}.mo-head-txt p{margin:6px 0 0;font-size:13.5px;color:var(--muted);line-height:1.5}.mo-x{flex:none;width:34px;height:34px;border:0;background:none;border-radius:9px;color:var(--muted);cursor:pointer;display:flex;align-items:center;justify-content:center}.mo-x:hover{background:#f2f3f6;color:var(--text)}.mo-body{flex:1 1 auto;min-height:0;overflow-y:auto;padding:18px 24px}.mo-foot{flex:none;display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:14px 24px;border-top:1px solid var(--uiline);background:#fcfcfd}.mo-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 0;border-bottom:1px solid var(--uiline)}.mo-row:last-child{border-bottom:0}.mo-row-l b{display:block;font-size:13.5px;color:var(--text);font-weight:600}.mo-row-l span{font-size:12px;color:var(--muted);line-height:1.4}.mo-row-c{flex:none;display:flex;align-items:center;gap:10px}.mo-row-c .cs{min-width:210px;display:block}.mo-row-c .cs-trigger{width:100%;height:38px}.mo-row-c .cs-menu{left:0;right:0}.addscene-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.addscene-opt{display:flex;flex-direction:column;align-items:flex-start;gap:3px;text-align:left;padding:14px 15px;border:1px solid var(--uiline);border-radius:13px;background:#fff;cursor:pointer;font:inherit;transition:border-color .14s,box-shadow .14s,transform .08s}.addscene-opt:hover{border-color:var(--ui);box-shadow:0 8px 22px #1113181a;transform:translateY(-1px)}.addscene-ic{display:flex;color:var(--ui);margin-bottom:5px}.addscene-opt b{font-size:14px;color:var(--text);font-weight:650}.addscene-opt span{font-size:12px;color:var(--muted)}.tl-ctx-sl{padding:4px 8px 6px;display:grid;gap:10px}.tl-ctx-sl label{display:grid;grid-template-columns:1fr auto;align-items:center;column-gap:8px;font-size:12px;color:var(--muted);font-weight:500}.tl-ctx-sl label b{font-variant-numeric:tabular-nums;color:var(--text);font-size:11.5px}.tl-ctx-sl input[type=range]{grid-column:1 / -1;width:100%;accent-color:var(--ui);margin-top:2px;cursor:pointer}.cs-portal{z-index:300;background:#fff;border:1px solid var(--uiline);border-radius:12px;box-shadow:0 20px 50px #0000002e;padding:5px;overflow-y:auto;animation:csPop .14s ease}@keyframes csPop{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.cs-portal .cs-opt{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 11px;border-radius:8px;cursor:pointer;font-size:13.5px;color:var(--text);opacity:1;transform:none}.cs-portal .cs-opt:hover{background:#f2f3f6}.cs-portal .cs-opt.sel{font-weight:600}.cs-portal .cs-opt .chk{color:var(--green);opacity:0;flex:none;display:flex}.cs-portal .cs-opt.sel .chk{opacity:1}.cs-portal .cs-opt.locked{opacity:.72}.cs-portal .cs-opt.locked .chk{opacity:1;color:var(--muted)}.shell *::-webkit-scrollbar,.cs-portal::-webkit-scrollbar,.mbtn-pop::-webkit-scrollbar,.tl-ctx::-webkit-scrollbar,.pub-page *::-webkit-scrollbar{width:10px;height:10px}.shell *::-webkit-scrollbar-track,.cs-portal::-webkit-scrollbar-track,.mbtn-pop::-webkit-scrollbar-track,.tl-ctx::-webkit-scrollbar-track,.pub-page *::-webkit-scrollbar-track{background:transparent}.shell *::-webkit-scrollbar-thumb,.cs-portal::-webkit-scrollbar-thumb,.mbtn-pop::-webkit-scrollbar-thumb,.tl-ctx::-webkit-scrollbar-thumb,.pub-page *::-webkit-scrollbar-thumb{background:#11131833;border-radius:8px;border:2px solid transparent;background-clip:padding-box}.shell *::-webkit-scrollbar-thumb:hover,.cs-portal::-webkit-scrollbar-thumb:hover,.mbtn-pop::-webkit-scrollbar-thumb:hover,.tl-ctx::-webkit-scrollbar-thumb:hover,.pub-page *::-webkit-scrollbar-thumb:hover{background:#11131857;background-clip:padding-box}.shell,.cs-portal,.mbtn-pop,.pub-page{scrollbar-width:thin;scrollbar-color:rgba(17,19,24,.28) transparent}.card-editor .sect{padding:4px 0 16px}.card-editor .sect>h3{margin-bottom:10px}.card-editor .acc-head{padding-left:0;padding-right:0}.card-editor .acc-body>.inner{padding-left:0;padding-right:0}.card-editor>*:last-child{border-bottom:0}.bring-wrap{position:relative;display:inline-flex;align-items:center;gap:8px}.bring{position:relative;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:0;background:none;padding:0;cursor:pointer}.bring-svg{width:32px;height:32px}.bring-bg{fill:none;stroke:#e6e8ec;stroke-width:3.6}.bring-fg{fill:none;stroke:var(--ui);stroke-width:3.6;stroke-linecap:round;transition:stroke-dasharray .45s ease}.bring-wrap.low .bring-fg{stroke:#d98a1f}.bring-wrap.out .bring-fg{stroke:#c0392b}.bring-num{position:absolute;font-size:9px;font-weight:700;color:var(--text);font-variant-numeric:tabular-nums}.bring-wrap.out .bring-num{color:#c0392b}.bring-label{font-size:12.5px;font-weight:600;color:var(--muted)}.bring-pop{z-index:320;min-width:250px;background:#fff;border:1px solid var(--uiline);border-radius:12px;box-shadow:0 20px 50px #11131833;padding:12px 13px;animation:mbtnPop .14s ease}.bring-pop-h{font-size:10.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);margin-bottom:10px}.bring-row{display:grid;grid-template-columns:88px 1fr 34px;align-items:center;gap:9px;margin-bottom:8px;font-size:12.5px;color:var(--text)}.bring-row-l{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bring-rowbar{height:6px;border-radius:99px;background:#eceef1;overflow:hidden}.bring-rowbar i{display:block;height:100%;background:var(--ui);border-radius:99px}.bring-row b{text-align:right;font-variant-numeric:tabular-nums;color:var(--muted);font-weight:600}.bring-empty{font-size:12.5px;color:var(--muted);padding:2px 0 6px}.bring-foot{margin-top:6px;padding-top:9px;border-top:1px solid var(--uiline);font-size:11.5px;color:var(--muted);line-height:1.4}.bring-wrap.out .bring-foot{color:#c0392b}.studio-preview{--overhang:26px;--rowh:92px}.studio-preview{flex:1;overflow:auto;background:radial-gradient(120% 120% at 50% 0%,#f1f3f6,#e4e7ec);display:flex;align-items:center;justify-content:center;padding:40px;position:relative;min-height:0}.studio-preview.embed{padding:26px}.studio-preview .previewMeta{position:absolute;top:14px;left:18px;font-size:12px;font-weight:600;color:#6a6f7a;background:#ffffffb3;border:1px solid #e0e3e8;padding:5px 11px;border-radius:99px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2}.studio-preview .stage{margin:auto;display:flex;flex-direction:column;align-items:center;gap:40px}.studio-preview .emptyState{color:#9aa1ac;font-size:15px;text-align:center;max-width:360px;line-height:1.6}.studio-preview .card{position:relative;z-index:0;overflow:hidden;flex:none;background:linear-gradient(135deg,var(--bg1) 0%,var(--bg2) 42%,var(--bg3) 100%);padding:56px 64px;border-radius:22px;box-shadow:0 30px 70px #1e284629;display:inline-block}.studio-preview .card .title{text-align:center;font-size:34px;font-weight:800;letter-spacing:-.01em;margin:0 0 30px;color:var(--ctext)}.studio-preview .card .subtitle{text-align:center;font-size:18px;font-weight:600;color:var(--cmuted);margin:0 0 26px;line-height:1.25}.studio-preview .card .subfooter{text-align:center;font-size:12px;font-weight:500;color:var(--cmuted);opacity:.85;margin-top:6px;line-height:1.3}.studio-preview .brandlogo{position:absolute;top:30px;right:38px;height:30px;width:auto;z-index:6;pointer-events:none}.studio-preview .brandlogo img{height:100%;width:auto;display:block}.studio-preview .tblwrap{display:flex;gap:64px;align-items:flex-start;justify-content:center;flex-wrap:nowrap}.studio-preview .tbl{position:relative;padding:calc(var(--overhang) + 10px)}.studio-preview .frame{position:relative}.studio-preview .frame:before{content:"";position:absolute;top:0;bottom:0;left:calc(-1*var(--overhang));right:calc(-1*var(--overhang));border-top:1px dashed var(--cline);border-bottom:1px dashed var(--cline);pointer-events:none;z-index:5}.studio-preview .frame:after{content:"";position:absolute;left:0;right:0;top:calc(-1*var(--overhang));bottom:calc(-1*var(--overhang));border-left:1px dashed var(--cline);border-right:1px dashed var(--cline);pointer-events:none;z-index:5}.studio-preview .rows{position:relative}.studio-preview .row{position:relative;display:flex;align-items:center;height:var(--rowh)}.studio-preview .row:after{content:"";position:absolute;left:0;right:0;bottom:0;height:0;border-top:1px dashed var(--cline);pointer-events:none;z-index:4}.studio-preview .frame .row:last-child:after{display:none}.studio-preview .iconcell{position:relative;width:var(--rowh);height:100%;display:flex;align-items:center;justify-content:center;background:var(--ciconbg);z-index:0}.studio-preview .iconcell:after{content:"";position:absolute;right:0;top:0;bottom:0;width:0;border-left:1px dashed var(--cline);pointer-events:none;z-index:4}.studio-preview .frame .row:first-child .iconcell:after{top:calc(-1*var(--overhang))}.studio-preview .frame .row:last-child .iconcell:after{bottom:calc(-1*var(--overhang))}.studio-preview .disc{width:64px;height:64px;border-radius:50%;background:var(--ciconbg);display:flex;align-items:center;justify-content:center;overflow:hidden}.studio-preview .disc img{width:82%;height:82%;object-fit:contain}.studio-preview .disc .fallback{color:var(--ctext);font-weight:700;font-size:22px}.studio-preview .pphoto{width:74px;height:74px;border-radius:50%;overflow:hidden;background:#dfe3ea;display:flex;align-items:center;justify-content:center}.studio-preview .pphoto img{width:100%;height:100%;object-fit:cover}.studio-preview .pphoto .fallback{color:#8a919c;font-weight:700;font-size:24px}.studio-preview .namecell{flex:1;display:flex;flex-direction:column;justify-content:center;padding:0 40px}.studio-preview .provider{font-size:14px;font-weight:600;color:var(--cmuted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:2px;white-space:nowrap}.studio-preview .modelname{font-size:40px;font-weight:600;letter-spacing:-.01em;line-height:1.05;white-space:nowrap;color:var(--ctext)}.studio-preview .flagcell{width:120px;display:flex;align-items:center;justify-content:center;padding-right:8px}.studio-preview .flag{width:48px;height:48px;border-radius:50%;overflow:hidden;box-shadow:0 2px 6px #00000026;background:#dfe3ea;display:flex;align-items:center;justify-content:center}.studio-preview .flag img{width:100%;height:100%;object-fit:cover}.studio-preview .flag .fallback{font-size:12px;font-weight:700;color:#333}.studio-preview .flag .ico{width:72%;height:72%;color:#525a68}.studio-preview .showcase{position:relative;margin:0;display:flex;align-items:center;justify-content:center;background:var(--ciconbg)}.studio-preview .scmedia{display:block;width:820px;max-width:820px;height:auto}.studio-preview .showcase.empty{width:820px;height:460px;color:var(--cmuted);font-size:17px;font-weight:500}.studio-preview .row.prod{height:auto;min-height:var(--rowh);align-items:stretch}.studio-preview .row.prod .iconcell{width:190px;height:auto;padding:30px 14px}.studio-preview .plogoimg{display:flex;align-items:center;justify-content:center;width:100%}.studio-preview .plogoimg img{width:100%;height:auto;max-height:120px;object-fit:contain}.studio-preview .plogoimg .fallback{color:var(--ctext);font-weight:800;font-size:40px}.studio-preview .pbody{display:flex;flex-direction:column;justify-content:center;padding:30px 44px;gap:5px}.studio-preview .ptitle{font-size:36px;font-weight:700;letter-spacing:-.01em;line-height:1.08;color:var(--ctext)}.studio-preview .psub{font-size:18px;font-weight:600;color:var(--cmuted);margin-top:2px;line-height:1.25}.studio-preview .ptext{font-size:15px;line-height:1.55;color:var(--cmuted);margin-top:8px;max-width:660px}.studio-preview .pfooter{font-size:14px;font-weight:600;color:var(--cmuted);margin-top:16px;line-height:1.3}.studio-preview .psubfooter{font-size:12px;color:var(--cmuted);opacity:.82;margin-top:3px;line-height:1.3}.studio-preview .pricing{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.studio-preview .priceitem{border:1px dashed var(--cline);border-radius:14px;padding:10px 16px;display:flex;flex-direction:column;gap:2px}.studio-preview .priceitem .plabel{font-size:12px;font-weight:700;color:var(--cmuted);text-transform:uppercase;letter-spacing:.05em}.studio-preview .priceitem .pprice{font-size:22px;font-weight:800;color:var(--ctext);white-space:nowrap}.studio-preview .producthero{display:flex;align-items:center;justify-content:center;gap:72px}.studio-preview .heroimg{flex:none;width:520px;display:flex;align-items:center;justify-content:center}.studio-preview .heroimg img{width:100%;height:auto;max-height:840px;object-fit:contain}.studio-preview .heroimg .fallback{font-size:150px;font-weight:800;color:var(--ctext);line-height:1}.studio-preview .herobody{padding:46px 54px;min-width:400px;max-width:560px}.studio-preview .footer{background:none;border:0;padding:0;text-align:center;margin-top:28px;font-size:15px;color:var(--cmuted);font-weight:500}.studio-preview .ltr{display:inline-block;white-space:pre;will-change:transform,opacity}.studio-preview .cardTitleAbove{text-align:center;font-size:18px;font-weight:700;margin-bottom:32px;color:var(--cmuted)}.studio-preview .canvasFrame{position:relative;overflow:hidden;border-radius:16px;box-shadow:0 30px 70px #1e28462e;background:#fff}.studio-preview .canvas{position:absolute;top:0;left:0;z-index:0;transform-origin:top left;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--bg1) 0%,var(--bg2) 42%,var(--bg3) 100%);overflow:hidden}.studio-preview .canvas .card{box-shadow:none;border-radius:0;background:transparent}.studio-preview .card.fixed{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column}.studio-preview .card.fixed .title,.studio-preview .card.fixed .subtitle,.studio-preview .card.fixed .footer,.studio-preview .card.fixed .subfooter{flex:none}.studio-preview .card.fixed .content{flex:1 1 auto;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.studio-preview .card.fixed .content .tblwrap{transform-origin:center center;flex:none}.studio-preview .scene{position:absolute;top:0;right:0;bottom:0;left:0;will-change:transform,opacity}.studio-preview .closing{display:flex;align-items:center;justify-content:center;text-align:center;padding:6px 2px}.studio-preview .closebig{font-size:60px;font-weight:800;letter-spacing:-.02em;line-height:1.15;color:var(--ctext)}.studio-preview .gline{position:relative;outline:2px dashed #f5b400;outline-offset:5px}.studio-preview .gline:before,.studio-preview .gline:after{content:"";position:absolute;left:-3000px;right:-3000px;height:0;border-top:1.5px dashed #f5b400;opacity:.9;pointer-events:none;z-index:30}.studio-preview .gline:before{top:-6px}.studio-preview .gline:after{bottom:-6px}.studio-preview.editable .title,.studio-preview.editable .subtitle,.studio-preview.editable .footer,.studio-preview.editable .subfooter{cursor:grab;user-select:none;-webkit-user-select:none;touch-action:none}.studio-preview.editable .title:hover,.studio-preview.editable .subtitle:hover,.studio-preview.editable .footer:hover,.studio-preview.editable .subfooter:hover{outline:1.5px dashed var(--cline);outline-offset:6px;border-radius:3px}.studio-preview.editable .title:active,.studio-preview.editable .subtitle:active,.studio-preview.editable .footer:active,.studio-preview.editable .subfooter:active{cursor:grabbing}.shell{--ui: #111318;--uiline: #e6e8ec;--text: #17181c;--muted: #6a6f7a;--panel: #fff;--green: #111318;--green2: #494e57;--greensoft: #f2f3f5;--greenline: #e5e7eb;display:flex;height:100vh;overflow:hidden;background:#eef0f3;font-family:Hanken Grotesk,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text);font-size:15px;line-height:1.5}.shell *,.shell *:before,.shell *:after{box-sizing:border-box}.shell .workspace{flex:1;min-width:0;display:flex;flex-direction:column;overflow:hidden;background:#eef0f3}.shell .btn{padding:9px 13px;border:1px solid #d7dbe0;border-radius:10px;background:#fff;font-size:13.5px;font-weight:600;cursor:pointer;color:var(--text);transition:background .15s,border-color .15s;display:inline-flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap;font-family:inherit}.shell .btn:hover{background:#f6f7f9}.shell .btn.sm{padding:7px 10px;font-size:12.5px}.shell .btn.block{width:100%}.shell .btn:disabled{opacity:.45;cursor:default}.shell .btn-accent{background:var(--green);border-color:var(--green);color:#fff}.shell .btn-accent:hover{background:#2a2e37;border-color:#2a2e37}.shell .btn-ghost{background:#fff;border-color:#d7dbe0;color:var(--text)}.shell .btn-ghost:hover{background:#f6f7f9}.shell .btn-dark{background:var(--ui);border-color:var(--ui);color:#fff}.shell .btn-dark:hover{background:#2a2e37}.shell .btn.danger{color:#b3261e;border-color:#e6c3c0;background:#fff}.shell .btn.danger:hover{background:#fdf1f0;border-color:#dca9a4}.shell input[type=text],.shell input[type=email],.shell input[type=search],.shell input[type=url],.shell input[type=tel],.shell input[type=number],.shell input[type=password],.shell select,.shell textarea{width:100%;padding:10px 12px;border:1px solid #d7dbe0;border-radius:10px;font-size:14px;line-height:1.3;background:#fff;font-family:inherit;color:var(--text);transition:border-color .15s,box-shadow .15s,background-color .15s}.shell input:focus,.shell select:focus,.shell textarea:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px #1113181a}.shell input:hover,.shell select:hover,.shell textarea:hover{border-color:#b6bcc6}.shell select{-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer;padding-right:34px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%236a6f7a" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"/></svg>');background-repeat:no-repeat;background-position:right 11px center;background-size:12px}.shell .two{display:flex;gap:9px}.shell .two>*{flex:1;min-width:0}.shell .cs{position:relative;width:100%}.shell .cs.hdr{width:auto;min-width:206px}.shell .cs.hdr.lang{min-width:118px}.shell .cs.hdr.lang .cs-menu{min-width:130px}.shell .cs-trigger{width:100%;height:42px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 12px 0 14px;border:1px solid #d7dbe0;border-radius:10px;background:#fff;font-size:13.5px;font-weight:500;color:var(--text);cursor:pointer;transition:border-color .15s,background .15s,box-shadow .15s;font-family:inherit}.shell .cs-trigger:hover{border-color:#b6bcc6;background:#fafbfc}.shell .cs.hdr .cs-trigger{font-weight:600;font-size:13px}.shell .cs.open .cs-trigger{border-color:var(--green);box-shadow:0 0 0 3px #1113181a}.shell .cs-trigger .cs-val{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell .cs-trigger svg{width:15px;height:15px;flex:none;color:var(--muted);transition:transform .2s}.shell .cs.open .cs-trigger svg{transform:rotate(180deg)}.shell .cs-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid var(--uiline);border-radius:12px;box-shadow:0 20px 50px #00000029;padding:5px;z-index:80;opacity:0;transform:translateY(-6px) scale(.98);transform-origin:top;pointer-events:none;transition:opacity .16s ease,transform .16s cubic-bezier(.4,0,.2,1)}.shell .cs.open .cs-menu{opacity:1;transform:none;pointer-events:auto}.shell .cs.hdr .cs-menu{left:auto;right:0;min-width:236px}.shell .cs-opt{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 11px;border-radius:8px;cursor:pointer;font-size:13.5px;color:var(--text);opacity:0;transform:translateY(-5px);transition:opacity .18s ease,transform .18s ease,background .12s}.shell .cs.open .cs-opt{opacity:1;transform:none}.shell .cs-opt:hover{background:#f2f3f6}.shell .cs-opt.sel{font-weight:600}.shell .cs-opt .chk{color:var(--green);opacity:0;flex:none;display:flex}.shell .cs-opt .chk svg{width:16px;height:16px}.shell .cs-opt.sel .chk{opacity:1}.shell .cs-opt.locked{opacity:.72}.shell .cs-opt.locked .chk{opacity:1;color:var(--muted)}.shell .topbar{height:58px;display:flex;align-items:center;gap:14px;padding:0 18px;background:#fff;border-bottom:1px solid var(--uiline);position:relative;z-index:30;flex:none}.shell .topbar .spacer{flex:1}.shell .icontoggle{flex:none;width:36px;height:36px;border:1px solid var(--uiline);border-radius:10px;background:#fff;color:var(--muted);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:background .14s,color .14s,border-color .14s}.shell .icontoggle:hover{background:#f4f5f7;color:var(--text);border-color:#c8ccd4}.shell .icontoggle svg{width:19px;height:19px}.shell .menuwrap{position:relative}.shell .menu{position:absolute;right:0;top:calc(100% + 8px);background:#fff;border:1px solid var(--uiline);border-radius:13px;box-shadow:0 22px 55px #0003;padding:6px;min-width:250px;display:none;z-index:60}.shell .menu.on{display:block}.shell .menuitem{display:flex;flex-direction:column;align-items:flex-start;gap:1px;width:100%;padding:10px 12px;border:0;background:none;border-radius:9px;cursor:pointer;text-align:left;color:var(--text);font-family:inherit}.shell .menuitem:hover{background:#f2f3f6}.shell .menuitem b{font-size:14px;font-weight:700}.shell .menuitem span{font-size:12px;color:var(--muted)}.shell .menuitem.locked b:after{content:" · Pro";color:var(--green);font-weight:700}.shell .rail{width:250px;flex:0 0 250px;background:#fff;border-right:1px solid var(--uiline);display:flex;flex-direction:column;padding:16px 14px;transition:width .34s cubic-bezier(.4,0,.2,1),flex-basis .34s cubic-bezier(.4,0,.2,1),padding .34s cubic-bezier(.4,0,.2,1),opacity .26s ease}.shell.rail-collapsed .rail{width:0;flex-basis:0;padding-left:0;padding-right:0;opacity:0;pointer-events:none;overflow:hidden;border-right-color:transparent}.shell .rail-brand{display:flex;align-items:center;gap:10px;padding:4px 8px 16px}.shell .rail-brand img{height:20px;width:auto;max-width:130px;object-fit:contain}.shell .rail-brand b{font-size:13px;font-weight:700;letter-spacing:.05em;white-space:nowrap;color:var(--ui)}.shell .rail-nav{display:flex;flex-direction:column;gap:2px;flex:1;overflow-y:auto;padding-top:4px}.shell .rnav{display:flex;align-items:center;gap:11px;width:100%;padding:10px 12px;border:0;background:none;border-radius:10px;font-family:inherit;font-size:14px;font-weight:600;color:var(--muted);cursor:pointer;text-align:left;transition:background .14s,color .14s}.shell .rnav:hover{background:#f4f5f7;color:var(--text)}.shell .rnav.on{background:#eceef2;color:var(--ui);box-shadow:inset 3px 0 0 var(--ui)}.shell .rnav .ri{width:19px;height:19px;flex:none;display:flex;align-items:center;justify-content:center}.shell .rnav .ri svg{width:19px;height:19px;display:block}.shell .rnav .rl{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell .rail-foot{padding-top:12px;margin-top:6px;border-top:1px solid var(--uiline);position:relative}.shell .rail-userbtn{display:flex;align-items:center;gap:10px;width:100%;min-width:0;padding:8px;border:1px solid transparent;border-radius:11px;background:none;font-family:inherit;cursor:pointer;text-align:left;transition:background .14s,border-color .14s}.shell .rail-userbtn:hover{background:#f4f5f7}.shell .ru-av{width:34px;height:34px;flex:none;border-radius:50%;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12.5px;font-weight:700;letter-spacing:.02em}.shell .ru-av.lg{width:40px;height:40px;font-size:14px}.shell .ru-meta{min-width:0;display:flex;flex-direction:column;flex:1}.shell .ru-meta b{font-size:13px;font-weight:600;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell .ru-meta span{font-size:11.5px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell .ru-caret{flex:none;color:var(--muted);display:flex}.shell .rail-usermenu{position:absolute;left:0;right:0;bottom:calc(100% + 8px);background:#fff;border:1px solid var(--uiline);border-radius:14px;box-shadow:0 18px 45px #1113182e;padding:8px;opacity:0;transform:translateY(6px) scale(.98);transform-origin:bottom;pointer-events:none;transition:opacity .16s ease,transform .16s cubic-bezier(.4,0,.2,1);z-index:90}.shell .rail-usermenu.on{opacity:1;transform:none;pointer-events:auto}.shell .rum-head{display:flex;align-items:center;gap:11px;padding:8px 8px 12px;margin-bottom:6px;border-bottom:1px solid var(--uiline)}.shell .rum-id{min-width:0;display:flex;flex-direction:column}.shell .rum-id b{font-size:13.5px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell .rum-id span{font-size:11.5px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell .rum-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:7px 8px}.shell .rum-label{font-size:12px;font-weight:600;color:var(--muted)}.shell .rum-item{display:block;width:100%;text-align:left;border:0;background:none;font-family:inherit;font-size:13.5px;font-weight:600;color:var(--text);padding:10px 8px;border-radius:9px;cursor:pointer}.shell .rum-item:hover{background:#f2f3f6}.shell .rum-item.accent{color:var(--green)}.shell .rum-item.danger{color:#b3261e}.shell .rum-item.danger:hover{background:#fdf1f0}.shell .rum-sep{height:1px;background:var(--uiline);margin:6px 0}.shell .plan-pill{font-size:11.5px;font-weight:700;padding:3px 10px;border-radius:99px;background:#eef0f3;color:var(--muted)}.shell .plan-pill.paid{background:var(--greensoft);color:var(--green)}.shell .rum-seg{display:inline-flex;background:#f0f1f4;border-radius:9px;padding:3px;gap:2px}.shell .rum-seg button{border:0;background:none;font-family:inherit;font-size:12.5px;font-weight:600;color:var(--muted);padding:5px 12px;border-radius:7px;cursor:pointer}.shell .rum-seg button.on{background:#fff;color:var(--text);box-shadow:0 1px 3px #0000001f}.shell .view{flex:1;min-height:0}.shell .view-editor{display:flex;flex-direction:column}.shell .view-page{display:block;overflow-y:auto;overflow-x:hidden}.shell .editor-body{display:flex;flex:1;min-height:0;overflow:hidden}.shell .editor-main{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0}.shell .page{max-width:980px;margin:0 auto;padding:38px 40px 84px;width:100%}.shell .page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:26px}.shell .page-head h1{font-size:1.7rem;font-weight:600;letter-spacing:-.02em;margin:0 0 5px;color:var(--text)}.shell .page-head p{font-size:.95rem;color:var(--muted);margin:0;line-height:1.5;max-width:560px}.shell .page-head-act{flex:none;display:flex;gap:8px}.shell .sect-h{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:26px 0 12px}.shell .sect-h:first-child{margin-top:0}.shell .muted{color:var(--muted)}.shell .mt{margin-top:10px}.shell .shell-load{color:var(--muted);font-size:14px;padding:24px 2px}.shell .panel{background:#fff;border:1px solid var(--uiline);border-radius:16px;padding:22px 24px;margin-bottom:16px}.shell .panel>h3{font-size:1.02rem;font-weight:600;margin:0 0 16px;color:var(--text)}.shell .field{margin-bottom:13px}.shell .field>label{display:block;font-size:11px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:5px}.shell .panel .field:last-child{margin-bottom:0}.shell .panel input[disabled]{background:#f4f5f7;color:var(--muted);cursor:not-allowed}.shell .acct-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:16px}.shell .acct-msg{font-size:13px;font-weight:600}.shell .acct-msg.ok{color:var(--green)}.shell .acct-msg.err{color:#b3261e}.shell .proj-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.shell .proj-card{position:relative;background:#fff;border:1px solid var(--uiline);border-radius:15px;padding:16px;display:flex;flex-direction:column;gap:13px;cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .15s}.shell .proj-card:hover{border-color:#cfd4dc;box-shadow:0 10px 26px #1e284617;transform:translateY(-2px)}.shell .proj-card:focus-visible{outline:2px solid var(--green);outline-offset:2px}.shell .proj-card.current{border-color:var(--greenline);box-shadow:0 0 0 1px var(--greenline)}.shell .proj-thumb{height:78px;border-radius:11px;background:linear-gradient(135deg,var(--greensoft),#fff);display:flex;align-items:center;justify-content:center;color:var(--green);border:1px solid var(--greenline)}.shell .proj-thumb svg{width:26px;height:26px}.shell .proj-body{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.shell .proj-info{min-width:0;flex:1}.shell .proj-info b{display:block;font-size:1rem;font-weight:600;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell .proj-meta{display:block;font-size:12px;color:var(--muted);margin-top:4px}.shell .role-badge{display:inline-block;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:2px 7px;border-radius:99px;background:#eef0f3;color:var(--muted)}.shell .role-badge.owner{background:var(--greensoft);color:var(--green)}.shell .pc-more{position:relative;flex:none;margin:-2px -4px 0 0}.shell .pc-kebab{width:32px;height:32px;border:0;border-radius:9px;background:none;color:var(--muted);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .14s,color .14s}.shell .pc-kebab:hover,.shell .pc-kebab:focus-visible{background:#eef0f3;color:var(--text)}.shell .pc-menu{position:absolute;top:calc(100% + 6px);right:0;min-width:158px;background:#fff;border:1px solid var(--uiline);border-radius:11px;box-shadow:0 16px 40px #1113182e;padding:5px;opacity:0;transform:translateY(-6px) scale(.98);transform-origin:top right;pointer-events:none;transition:opacity .15s ease,transform .15s cubic-bezier(.4,0,.2,1);z-index:20}.shell .pc-menu.on{opacity:1;transform:none;pointer-events:auto}.shell .pc-menu button{display:block;width:100%;text-align:left;border:0;background:none;font-family:inherit;font-size:13px;font-weight:500;color:var(--text);padding:9px 11px;border-radius:7px;cursor:pointer;white-space:nowrap}.shell .pc-menu button:hover{background:#f2f3f6}.shell .pc-menu button.danger{color:#b3261e}.shell .pc-menu button.danger:hover{background:#fdf1f0}.shell .statebox{background:#fff;border:1px solid var(--uiline);border-radius:16px;padding:34px 30px;text-align:center;max-width:520px;margin:0 auto}.shell .statebox h3{font-size:1.12rem;font-weight:600;margin:0 0 8px;color:var(--text)}.shell .statebox p{font-size:.95rem;color:var(--muted);line-height:1.5;margin:0 0 16px}.shell .statebox .btn{margin:0 auto}.shell .seatbar{height:9px;border-radius:99px;background:#eceef1;overflow:hidden}.shell .seatbar>i{display:block;height:100%;background:var(--green);border-radius:99px;transition:width .3s ease}.shell .member-list{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.shell .member-row{display:flex;align-items:center;gap:12px;padding:11px 14px;border:1px solid var(--uiline);border-radius:11px}.shell .mem-mail{flex:1;font-size:14px;font-weight:500;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell .mem-role{font-size:12px;color:var(--muted);white-space:nowrap}.shell .mem-you{color:var(--muted);font-weight:500;font-size:12px}.shell .mem-budget{flex:none;position:relative;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px}.shell .mem-budget .bring-svg{width:30px;height:30px}.shell .mem-budget .bring-bg{fill:none;stroke:#e6e8ec;stroke-width:3.6}.shell .mem-budget .bring-fg{fill:none;stroke:var(--ui);stroke-width:3.6;stroke-linecap:round;transition:stroke-dasharray .4s ease}.shell .mem-budget.low .bring-fg{stroke:#d98a1f}.shell .mem-budget.out .bring-fg{stroke:#c0392b}.shell .mem-budget b{position:absolute;font-size:8.5px;font-weight:700;color:var(--text);font-variant-numeric:tabular-nums}.shell .mem-budget.out b{color:#c0392b}.shell .mem-x{flex:none;width:28px;height:28px;border:0;background:none;border-radius:8px;color:var(--muted);cursor:pointer;font-size:13px}.shell .mem-x:hover{background:#fdf1f0;color:#b3261e}.shell .team-form{display:flex;gap:8px;flex-wrap:wrap}.shell .team-form input{flex:1;min-width:180px}.shell .team-form select{width:auto;min-width:120px}.shell .team-form .btn{flex:none}.shell .plan-row{display:flex;align-items:center;gap:12px}.shell .plan-name{font-size:1.5rem;font-weight:600;color:var(--text)}.shell .plan-status{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:3px 10px;border-radius:99px;background:var(--greensoft);color:var(--green)}.shell .plan-status.past_due,.shell .plan-status.canceled{background:#fdf1f0;color:#b3261e}.shell .bill-line{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 0;border-top:1px solid var(--uiline);font-size:.92rem;color:var(--muted)}.shell .bill-line:first-of-type{margin-top:14px}.shell .bill-line b{font-weight:600;color:var(--text)}.shell .sess-list{display:flex;flex-direction:column;gap:8px;margin-bottom:4px}.shell .sess-row{display:flex;align-items:center;gap:14px;padding:13px 15px;border:1px solid var(--uiline);border-radius:12px}.shell .sess-row.current{border-color:var(--greenline);background:var(--greensoft)}.shell .sess-dev{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.shell .sess-dev b{font-size:14px;font-weight:600;color:var(--text)}.shell .sess-cur{display:inline-block;width:fit-content;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--green);background:#fff;border:1px solid var(--greenline);padding:1px 7px;border-radius:99px}.shell .sess-meta{font-size:12px;color:var(--muted)}.shell .sess-row .btn{flex:none}.shell .projctl{display:flex;align-items:center;gap:8px;position:relative}.shell .projctl-pill{display:inline-flex;align-items:center;gap:8px;max-width:230px;border:1px solid var(--uiline);background:#fff;color:var(--text);font-family:inherit;font-weight:600;font-size:13px;padding:8px 12px;border-radius:10px;cursor:pointer}.shell .projctl-pill span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell .projctl-pill svg{flex:none;width:16px;height:16px;color:var(--muted)}.shell .projctl-pill:hover{border-color:#b6bcc6;background:#fafbfc}.shell .projctl-share{border:1px solid var(--uiline);background:#fff;color:var(--text);font-family:inherit;font-weight:600;font-size:12.5px;padding:8px 13px;border-radius:999px;cursor:pointer}.shell .projctl-share:hover{background:#f6f7f9;border-color:#b6bcc6}.shell .projctl-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:230px;background:#fff;border:1px solid var(--uiline);border-radius:12px;box-shadow:0 18px 45px #11131829;padding:5px;display:none;z-index:70}.shell .projctl-menu.on{display:block}.shell .projctl-menu button{display:block;width:100%;text-align:left;border:0;background:none;font-family:inherit;font-size:13px;color:var(--text);padding:9px 11px;border-radius:8px;cursor:pointer}.shell .projctl-menu button:hover{background:#f2f3f6}.shell .projctl-menu button em{color:var(--muted);font-style:normal;font-size:11px}.shell .projctl-new{font-weight:600;color:var(--green)!important}.shell .projctl-sep{height:1px;background:var(--uiline);margin:5px 0}.shell .projctl-load{padding:10px 11px;color:var(--muted);font-size:13px}.shell .pm{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#1113188c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:none;align-items:center;justify-content:center;padding:24px}.shell .pm.on{display:flex}.shell .pm-box{position:relative;width:100%;max-width:440px;background:#fff;border-radius:20px;box-shadow:0 40px 90px #11131847;padding:36px 30px 28px;text-align:center;font-family:inherit}.shell .pm-x{position:absolute;top:14px;right:14px;width:34px;height:34px;border:0;background:none;border-radius:50%;cursor:pointer;color:var(--muted);display:flex;align-items:center;justify-content:center}.shell .pm-x:hover{background:#f2f3f6;color:var(--text)}.shell .pm-x svg{width:18px;height:18px}.shell .pm-box h3{font-size:1.3rem;font-weight:600;color:var(--text);letter-spacing:-.02em;margin:0 0 10px}.shell .pm-box p{font-size:.98rem;color:var(--muted);line-height:1.5;margin:0 0 22px}.shell .pm-box.pm-pricing{max-width:1080px;max-height:90vh;overflow-y:auto;text-align:center;padding:32px 30px 30px}.shell .pm-pricing .pm-head{margin-bottom:6px}.shell .pm-pricing .pm-kicker{display:inline-block;background:var(--greensoft);color:var(--text);border:1px solid var(--greenline);font-size:12px;font-weight:600;padding:6px 13px;border-radius:99px;margin-bottom:14px}.shell .pm-pricing h3{font-size:1.5rem;font-weight:600;letter-spacing:-.025em;margin:0 0 6px}.shell .pm-pricing .pm-subline{font-size:.95rem;color:var(--muted);margin:0}.shell .pm-pricing .toggle-wrap{display:flex;align-items:center;justify-content:center;gap:13px;margin:18px 0 26px;font-size:.95rem;font-weight:500;color:var(--muted)}.shell .pm-pricing .toggle-wrap span[data-lbl]{cursor:pointer}.shell .pm-pricing .toggle-wrap .on{color:var(--text)}.shell .pm-pricing .switch{width:50px;height:29px;border-radius:99px;background:#d7d9de;border:0;cursor:pointer;position:relative;transition:background .2s;flex:none;padding:0;margin:0}.shell .pm-pricing .switch.active{background:var(--ui)}.shell .pm-pricing .switch:after{content:"";position:absolute;top:3px;left:3px;width:23px;height:23px;border-radius:50%;background:#fff;transition:transform .2s}.shell .pm-pricing .switch.active:after{transform:translate(21px)}.shell .pm-pricing .save-pill{background:var(--greensoft);border:1px solid var(--greenline);color:var(--text);font-size:.72rem;font-weight:600;padding:4px 10px;border-radius:99px}.shell .pm-pricing .pricing{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;text-align:left;margin:0;align-items:start}.shell .pm-pricing .price{background:#fff;border:1px solid var(--uiline);border-radius:16px;padding:24px 22px;display:flex;flex-direction:column}.shell .pm-pricing .price h3{font-size:1.15rem;font-weight:600;color:var(--text);margin:0}.shell .pm-pricing .amt{margin:10px 0 2px;font-size:2.3rem;font-weight:700;color:var(--text);letter-spacing:-.03em;line-height:1;display:flex;align-items:baseline}.shell .pm-pricing .amt small{font-size:.85rem;font-weight:400;color:var(--muted);letter-spacing:0}.shell .pm-pricing .price .btn,.shell .pm-pricing .price-cur{width:100%;margin:18px 0 20px}.shell .pm-pricing .price-cur{text-align:center;font-size:12.5px;font-weight:700;color:var(--muted);padding:11px;border:1px dashed var(--uiline);border-radius:10px;box-sizing:border-box}.shell .pm-pricing .tag{display:inline-block;align-self:flex-start;background:var(--ui);color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.05em;padding:4px 11px;border-radius:99px;margin-bottom:12px}.shell .pm-pricing .plist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:11px}.shell .pm-pricing .plist li{display:flex;align-items:flex-start;gap:9px;font-size:.9rem;color:var(--text)}.shell .pm-pricing .plist svg{width:17px;height:17px;color:var(--ui);flex:none;margin-top:2px}.shell .pm-pricing .price.feat{background:var(--ui);border-color:var(--ui);color:#fff}.shell .pm-pricing .price.feat h3,.shell .pm-pricing .price.feat .amt{color:#fff}.shell .pm-pricing .price.feat .amt small{color:#fff9}.shell .pm-pricing .price.feat .plist li{color:#ffffffdb}.shell .pm-pricing .price.feat .plist svg{color:#fff}.shell .pm-pricing .price.feat .tag{background:#ffffff29;color:#fff}.shell .pm-pricing .price.feat .btn{background:#fff;color:var(--ui);border-color:#fff}.shell .pm-pricing .price.feat .btn:hover{background:#e9eaee}.shell .pm-pricing .price.current{box-shadow:0 0 0 1px var(--uiline)}@media(max-width:1000px){.shell .pm-box.pm-pricing{max-width:620px}.shell .pm-pricing .pricing{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.shell .pm-box.pm-pricing{max-width:440px}.shell .pm-pricing .pricing{grid-template-columns:1fr}.shell .pm-pricing .price.feat{order:-1}}.studio-embed{height:100vh;width:100%;display:flex;flex-direction:column}@media(max-width:860px){.shell .rail{width:74px;flex-basis:74px;padding:14px 10px}.shell .rail-brand b,.shell .rnav .rl,.shell .ru-meta,.shell .ru-caret{display:none}.shell .rail-brand{justify-content:center;padding:4px 0 14px}.shell .rnav{justify-content:center;padding:11px 0}.shell .rail-userbtn{justify-content:center;padding:8px 0}.shell .rail-usermenu{left:0;right:auto;min-width:230px}.shell .page{padding:26px 20px 70px}}.shell .tbtn-back{display:inline-flex;align-items:center;gap:6px;flex:none;height:36px;padding:0 13px 0 9px;border:1px solid var(--uiline);border-radius:10px;background:#fff;color:var(--text);font:inherit;font-weight:600;font-size:13px;cursor:pointer;transition:background .14s,border-color .14s}.shell .tbtn-back:hover{background:#f4f5f7;border-color:#c8ccd4}.shell .tb-hist{display:flex;gap:4px}.shell .icontoggle:disabled{opacity:.36;cursor:default}.shell .icontoggle:disabled:hover{background:#fff;color:var(--muted);border-color:var(--uiline)}.shell .tb-tpl{height:36px;padding:0 14px;gap:7px}.shell .tb-tpl .ico{color:var(--green)}.shell .tb-mode{height:36px;padding:0 13px;gap:6px}.shell .tb-mode.on{background:#11131814;border-color:#c8ccd4}.shell .tpl-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;background:#11131880;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:24px;animation:tplFade .18s ease}@keyframes tplFade{0%{opacity:0}to{opacity:1}}.shell .tpl-modal{position:relative;width:100%;max-width:780px;max-height:88vh;overflow:auto;background:#fff;border:1px solid var(--uiline);border-radius:20px;box-shadow:0 40px 90px #1113184d;padding:30px 30px 26px;animation:tplRise .2s ease}@keyframes tplRise{0%{transform:translateY(10px);opacity:.6}to{transform:none;opacity:1}}.shell .tpl-x{position:absolute;top:16px;right:16px;width:34px;height:34px;border:0;background:none;border-radius:9px;color:var(--muted);cursor:pointer;display:flex;align-items:center;justify-content:center}.shell .tpl-x:hover{background:#f2f3f6;color:var(--text)}.shell .tpl-head h2{font-size:22px;font-weight:700;letter-spacing:-.02em;color:var(--ui);margin:0 40px 0 0}.shell .tpl-head p{margin:7px 0 0;color:var(--muted);font-size:14.5px;line-height:1.5}.shell .tpl-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0 4px}.shell .tpl-step{display:flex;gap:10px;align-items:flex-start;padding:12px;border:1px solid var(--uiline);border-radius:12px;background:#fafbfc}.shell .tpl-step-n{flex:none;width:22px;height:22px;border-radius:50%;background:var(--ui);color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center}.shell .tpl-step b{display:block;font-size:13px;color:var(--text)}.shell .tpl-step span{font-size:12px;color:var(--muted);line-height:1.4}.shell .tpl-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}.shell .tpl-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:7px;text-align:left;padding:16px 15px;border:1px solid var(--uiline);border-radius:14px;background:#fff;cursor:pointer;font:inherit;transition:border-color .14s,box-shadow .14s,transform .1s}.shell .tpl-card:hover{border-color:var(--ui);box-shadow:0 10px 26px #1113181a;transform:translateY(-1px)}.shell .tpl-card b{font-size:14.5px;color:var(--ui);font-weight:600}.shell .tpl-desc{font-size:12.5px;color:var(--muted);line-height:1.45}.shell .tpl-ic{width:40px;height:40px;border-radius:11px;background:#f2f3f6;color:var(--ui);display:flex;align-items:center;justify-content:center;margin-bottom:2px}.shell .tpl-blank{background:#fafbfc;border-style:dashed}.shell .tpl-badge{position:absolute;top:12px;right:12px;font-size:10px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#fff;background:var(--ui);padding:3px 8px;border-radius:999px}.shell .tpl-locked .tpl-ic{color:var(--muted)}.shell .tpl-foot{margin-top:18px;text-align:center}.shell .tpl-skip{border:0;background:none;color:var(--muted);font:inherit;font-size:13px;font-weight:600;cursor:pointer;text-decoration:underline}.shell .tpl-skip:hover{color:var(--text)}@media(max-width:640px){.shell .tpl-grid,.shell .tpl-steps{grid-template-columns:1fr}}.shell .tb-export{height:36px;padding:0 16px;gap:7px}.shell .exp-modal{max-width:480px}.shell .exp-meta{display:flex;gap:10px;margin:18px 0 4px}.shell .exp-meta>div{flex:1;border:1px solid var(--uiline);border-radius:12px;padding:11px 13px;background:#fafbfc}.shell .exp-meta span{display:block;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);margin-bottom:3px}.shell .exp-meta b{font-size:14px;color:var(--ui);font-weight:600}.shell .exp-opts{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:12px;margin-top:16px}.shell .exp-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:16px 15px;border:1px solid var(--uiline);border-radius:14px;background:#fff;cursor:pointer;font:inherit;text-align:left;transition:border-color .14s,box-shadow .14s,transform .1s}.shell .exp-card:hover{border-color:var(--ui);box-shadow:0 10px 26px #1113181a;transform:translateY(-1px)}.shell .exp-card b{font-size:15px;color:var(--ui);font-weight:600}.shell .exp-sub{font-size:12.5px;color:var(--muted)}.shell .exp-ic{width:40px;height:40px;border-radius:11px;background:#f2f3f6;color:var(--ui);display:flex;align-items:center;justify-content:center}.shell .exp-locked .exp-ic{color:var(--muted)}.shell .exp-wm{display:flex;align-items:center;gap:8px;margin-top:16px;padding:11px 13px;border:1px solid var(--uiline);border-radius:12px;background:#fafbfc;font-size:12.5px;color:var(--muted)}.shell .exp-wm span{flex:1}.shell .exp-wm button{border:0;background:none;color:var(--ui);font:inherit;font-size:12.5px;font-weight:700;cursor:pointer;text-decoration:underline;flex:none}.shell .ai-modal{max-width:520px}.shell .ai-field{display:block;margin-top:14px}.shell .ai-field>span{display:block;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);margin-bottom:6px}.shell .ai-field select,.shell .ai-field textarea{width:100%;border:1px solid var(--uiline);border-radius:10px;padding:10px 12px;font:inherit;font-size:14px;color:var(--ui);background:#fff;resize:vertical}.shell .ai-field textarea:focus,.shell .ai-field select:focus{outline:none;border-color:var(--ui);box-shadow:0 0 0 3px #11131812}.shell .ai-row{display:flex;align-items:center;gap:10px}.shell .ai-row>span{margin:0;flex:none}.shell .ai-row input[type=range]{flex:1}.shell .ai-row b{flex:none;font-variant-numeric:tabular-nums;color:var(--text)}.shell .ai-foot{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.shell .as-modal{max-width:540px}.shell .as-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 0;border-bottom:1px solid var(--uiline)}.shell .as-row:last-of-type{border-bottom:0}.shell .as-lbl b{display:block;font-size:13.5px;color:var(--ui);font-weight:600}.shell .as-lbl span{font-size:12px;color:var(--muted);line-height:1.4}.shell .as-ctl select{border:1px solid var(--uiline);border-radius:9px;padding:8px 11px;font:inherit;font-size:13px;background:#fff;color:var(--ui);min-width:200px;cursor:pointer}.shell .as-ctl select:focus{outline:none;border-color:var(--ui);box-shadow:0 0 0 3px #11131812}.shell .as-switch{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--muted);cursor:pointer}.shell .as-switch input{width:16px;height:16px;accent-color:var(--ui);cursor:pointer}.shell .as-foot{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}.shell .as-modal .btn.block{width:100%}.shell .as-adv-toggle{display:inline-flex;align-items:center;gap:6px;margin-top:12px;padding:6px 2px;background:none;border:0;font:inherit;font-size:12.5px;font-weight:600;color:var(--muted);cursor:pointer}.shell .as-adv-toggle:hover{color:var(--ui)}.shell .as-adv{display:grid;gap:15px;margin-top:6px;padding:15px 16px;border:1px solid var(--uiline);border-radius:13px;background:#fafbfc}.shell .as-slider-top{display:flex;justify-content:space-between;align-items:baseline;font-size:13px;color:var(--ui);font-weight:600}.shell .as-slider-top b{font-variant-numeric:tabular-nums;color:var(--green)}.shell .as-slider input[type=range]{width:100%;margin:7px 0 4px;accent-color:var(--green);cursor:pointer}.shell .as-slider small{display:block;font-size:11.5px;color:var(--muted);line-height:1.35}.shell .bt-info{font-size:12.5px;color:var(--muted);margin:14px 0 2px;font-weight:600}.shell .bt-preview{margin-top:14px;padding:12px 14px;border:1px solid var(--uiline);border-radius:12px;background:#fafbfc}.shell .bt-preview span{display:block;font-size:10.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);margin-bottom:4px}.shell .bt-preview b{font-size:14px;color:var(--ui)}.shell .as-ctl .cs{display:block;min-width:210px}.shell .as-ctl .cs-trigger,.shell .ai-field .cs-trigger{width:100%;height:38px}.shell .ai-field .cs{display:block;margin-top:4px}.shell .as-ctl .cs-menu,.shell .ai-field .cs-menu{left:0;right:0}.shell .sec-modal{max-width:640px}.shell .sec-grid{display:grid;grid-template-columns:1fr 128px;gap:12px;margin-top:6px}.shell .sec-f{display:block;margin-top:12px}.shell .sec-f>span{display:block;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);margin-bottom:6px}.shell .sec-f input,.shell .sec-f textarea{width:100%;border:1px solid var(--uiline);border-radius:10px;padding:10px 12px;font:inherit;font-size:14px;color:var(--ui);background:#fff;resize:vertical}.shell .sec-f input:focus,.shell .sec-f textarea:focus{outline:none;border-color:var(--ui);box-shadow:0 0 0 3px #11131812}.shell .sec-f .cs{display:block}.shell .sec-f .cs-trigger{width:100%;height:40px}.shell .sec-content{margin-top:14px;border-top:1px solid var(--uiline);padding-top:14px;max-height:46vh;overflow:auto}.shell .sec-foot{display:flex;justify-content:space-between;gap:10px;margin-top:18px}.shell .btn.btn-ghost.danger{color:#c0392b;border-color:color-mix(in srgb,#c0392b 30%,var(--uiline))}.shell .dp-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:130;background:#11131866;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;justify-content:flex-end;animation:tplFade .18s ease}.shell .dp-panel{width:404px;max-width:92vw;height:100%;background:#fff;border-left:1px solid var(--uiline);box-shadow:-20px 0 55px #11131838;display:flex;flex-direction:column;animation:dpIn .22s ease}@keyframes dpIn{0%{transform:translate(28px);opacity:.5}to{transform:none;opacity:1}}.shell .dp-head{display:flex;align-items:center;justify-content:space-between;padding:15px 18px;border-bottom:1px solid var(--uiline);flex:none}.shell .dp-head h3{margin:0;font-size:15px;font-weight:650;color:var(--ui);letter-spacing:-.01em}.shell .dp-body{flex:1;overflow:auto}.shell .tb-cmdk{width:36px}.shell .cmdk-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:140;background:#1113186b;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:flex-start;justify-content:center;padding:13vh 20px 20px;animation:tplFade .16s ease}.shell .cmdk{width:100%;max-width:580px;max-height:62vh;display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid var(--uiline);border-radius:16px;box-shadow:0 32px 80px #11131857;animation:tplRise .18s ease}.shell .cmdk-search{display:flex;align-items:center;gap:10px;padding:15px 17px;border-bottom:1px solid var(--uiline);color:var(--muted)}.shell .cmdk-search input{flex:1;border:0;outline:none;background:none;font:inherit;font-size:15.5px;color:var(--text)}.shell .cmdk-search input::placeholder{color:var(--muted)}.shell .cmdk-esc{font-size:10.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);border:1px solid var(--uiline);border-radius:6px;padding:2px 6px}.shell .cmdk-list{overflow-y:auto;padding:7px}.shell .cmdk-empty{padding:26px 12px;text-align:center;color:var(--muted);font-size:14px}.shell .cmdk-group{font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);padding:11px 10px 5px}.shell .cmdk-item{width:100%;display:flex;align-items:center;gap:11px;padding:9px 10px;border:0;border-radius:10px;background:none;font:inherit;text-align:left;color:var(--text);cursor:pointer}.shell .cmdk-item.on{background:var(--greensoft)}.shell .cmdk-ic{flex:none;display:flex;color:var(--muted)}.shell .cmdk-item.on .cmdk-ic{color:var(--ui)}.shell .cmdk-lbl{flex:1;font-size:14px;display:flex;align-items:baseline;gap:8px;min-width:0}.shell .cmdk-lbl em{font-style:normal;font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shell .cmdk-enter{flex:none;display:flex;color:var(--muted);opacity:.8}.shell .pub-modal{max-width:480px}.shell .pub-modal .tpl-head h2{display:flex;align-items:center;gap:9px}.shell .pub-state{margin-top:20px;font-size:14px;color:var(--muted)}.shell .pub-state.err{color:#c0392b}.shell .pub-link{display:flex;gap:9px;margin-top:20px}.shell .pub-link input{flex:1;min-width:0;border:1px solid var(--uiline);border-radius:10px;padding:10px 12px;font:inherit;font-size:13.5px;color:var(--text);background:#fafbfc}.shell .pub-link input:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px #11131814}.shell .pub-link .btn{flex:none}.shell .pub-foot{display:flex;justify-content:flex-end;margin-top:14px}.pub-page{height:100vh;display:flex;flex-direction:column;background:#eef0f3;font-family:Hanken Grotesk,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.pub-page.loading{opacity:0}.pub-page:not(.loading){transition:opacity .3s ease;opacity:1}.pub-page .pub-stage{flex:1;min-height:0;display:flex}.pub-page .pub-stage .studio-preview{flex:1;min-height:0}.pub-badge{flex:none;align-self:center;margin:0 0 22px;font-size:12.5px;font-weight:600;color:#6a6f7a;text-decoration:none;padding:7px 14px;border:1px solid #dfe2e7;border-radius:999px;background:#fff;transition:color .14s,border-color .14s}.pub-badge:hover{color:#17181c;border-color:#c8ccd4}.pub-missing{background:#eef0f3}.pub-missing .statebox{background:#fff;border:1px solid #e6e8ec;border-radius:16px;padding:34px 30px;text-align:center;max-width:460px}.pub-missing .statebox h3{margin:0 0 8px;font-size:19px;color:#17181c}.pub-missing .statebox p{margin:0;color:#6a6f7a;font-size:14.5px;line-height:1.5}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0}.akov-toasts{position:fixed;left:50%;bottom:26px;transform:translate(-50%);z-index:4000;display:flex;flex-direction:column;align-items:center;gap:10px;pointer-events:none}.akov-toast{background:#17181c;color:#fff;font-size:.9rem;font-weight:500;padding:12px 16px;border-radius:12px;box-shadow:0 30px 70px #11131829;pointer-events:auto;cursor:default;opacity:0;transform:translateY(12px);transition:opacity .2s,transform .2s;max-width:92vw}.akov-toast.on{opacity:1;transform:none}.akov-toast.success{background:#1d2630}.akov-toast.error{background:#8f1f18}*,*:before,*:after{box-sizing:border-box}:root{--bg:#ffffff;--bg2:#f4f5f6;--white:#fff;--ink:#111318;--ink2:#494e57;--muted:#7c818b;--muted2:#a6aab2;--line:#e7e8ec;--line2:#eff0f2;--c-clay:#e2e0da;--c-sage:#d9e0da;--c-sand:#e7e3da;--c-blue:#d5dee5;--c-terra:#e6dde0;--c-dark:#15171c;--c-slate:#2e323a;--c-teal:#1d2630;--accent:#1e6b4d;--accent2:#5cc294;--accent-soft:#edf4f0;--accent-line:#d6e7de;--dark:#111318;--r:22px;--r-sm:15px;--r-xs:11px;--pill:999px;--sh-sm:0 1px 2px rgba(17,19,24,.05);--sh:0 10px 30px rgba(17,19,24,.07);--sh-lg:0 30px 74px rgba(17,19,24,.12);--maxw:1200px;--font:"Hanken Grotesk","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}html{scroll-behavior:smooth;scroll-padding-top:92px;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font);font-size:17px;line-height:1.55;color:var(--ink2);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.site h1,.site h2,.site h3,.site h4{color:var(--ink);line-height:1.05;letter-spacing:-.035em;margin:0;font-weight:600}.site h1{font-size:clamp(2.9rem,6vw,4.7rem);letter-spacing:-.045em}.site h2{font-size:clamp(2.1rem,4vw,3.2rem);letter-spacing:-.038em}.site h3{font-size:1.24rem;letter-spacing:-.02em;font-weight:600}.site p{margin:0}.site a{color:inherit;text-decoration:none}.site img{max-width:100%;display:block}.site{overflow-x:clip}.site .container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 24px}.site .section{padding:104px 0}.site .section.tight{padding:72px 0}.site .bg2{background:var(--bg2)}.site .center{text-align:center}.site .muted{color:var(--muted)}.site .eyebrow{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;max-width:100%;font-size:.8rem;font-weight:600;letter-spacing:.04em;line-height:1.4;text-transform:uppercase;color:var(--accent);background:var(--accent-soft);border:1px solid var(--accent-line);padding:7px 15px;border-radius:var(--pill)}.site .eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--accent)}.site .kicker{font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}.site .h-two{color:var(--ink)}.site .h-two .c{color:var(--muted2)}.site .sub{color:var(--muted);font-size:1.16rem;line-height:1.5}.site .shead{max-width:840px;margin-bottom:52px}.site .shead.center{margin-left:auto;margin-right:auto}.site .shead .kicker{display:block;margin-bottom:16px}.site .shead p{margin-top:18px}.site .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:inherit;font-size:.97rem;font-weight:500;line-height:1;padding:13px 22px;border-radius:var(--pill);border:1px solid transparent;cursor:pointer;transition:background .18s,border-color .18s,color .18s,transform .1s;white-space:nowrap}.site .btn:active{transform:translateY(1px)}.site .btn-dark,.site .btn-accent{background:var(--ink);color:#fff}.site .btn-dark:hover,.site .btn-accent:hover{background:#2a2e37}.site .btn-ghost{background:var(--white);color:var(--ink);border-color:var(--line)}.site .btn-ghost:hover{border-color:#cfd2d8;background:#fbfbfc}.site .btn-light{background:#fff;color:var(--ink);border-color:var(--line)}.site .btn-light:hover{background:#f4f5f6}.site .btn-lg{padding:15px 27px;font-size:1rem}.site .btn svg{width:17px;height:17px}.site .btn .chev{transition:transform .18s}.site .btn:hover .chev{transform:translate(3px)}.site .arrow{width:44px;height:44px;border-radius:50%;background:#1113180f;display:inline-flex;align-items:center;justify-content:center;transition:background .18s;flex:none}.site .arrow svg{width:19px;height:19px;color:var(--ink);transition:transform .18s}.site a:hover>.arrow,.site .arrow:hover{background:#1113181f}.site a:hover>.arrow svg{transform:translate(2px)}.site .on-dark .arrow{background:#ffffff24}.site .on-dark .arrow svg{color:#fff}.site .on-dark .arrow:hover{background:#ffffff3d}.site .nav{position:sticky;top:0;z-index:60;background:#ffffffd1;-webkit-backdrop-filter:saturate(150%) blur(16px);backdrop-filter:saturate(150%) blur(16px);transition:box-shadow .2s,background .2s}.site .nav.scrolled{box-shadow:0 1px 0 var(--line);background:#fffffff0}.site .nav-in{display:flex;align-items:center;gap:32px;height:72px}.site .brand{display:flex;align-items:center;gap:10px;flex:none}.site .brand img{height:20px;width:auto;max-width:130px;object-fit:contain}.site .brand b{font-size:13.5px;font-weight:600;letter-spacing:.04em;color:var(--ink)}.site .nav-links{display:flex;align-items:center;gap:28px}.site .nav-links a{font-size:.95rem;font-weight:450;color:var(--ink2)}.site .nav-links a:hover{color:var(--ink)}.site .nav-cta{display:flex;align-items:center;gap:12px;margin-left:auto}.site .nav-cta .login{font-size:.93rem;font-weight:500;color:var(--ink)}.site .nav-cta .btn{padding:10px 18px;font-size:.92rem}.site .burger{display:none;margin-left:auto;width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:var(--white);cursor:pointer;align-items:center;justify-content:center}.site .burger svg{width:22px;height:22px;stroke:var(--ink)}.site .hero{padding:66px 0 0;text-align:center;position:relative}.site .hero .eyebrow{margin-bottom:26px}.site .hero h1{max-width:16ch;margin:0 auto}.site .hero .sub{max-width:46ch;margin:24px auto 0;font-size:1.24rem}.site .hero-actions{display:flex;gap:12px;justify-content:center;margin-top:34px}.site .hero-trust{margin-top:22px;font-size:.88rem;color:var(--muted);display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.site .hero-trust span{display:inline-flex;align-items:center;gap:7px}.site .hero-trust svg{width:15px;height:15px;color:var(--accent)}.site .showcase{position:relative;margin-top:56px}.site .showcase-inner{position:relative;max-width:1120px;margin:0 auto;border-radius:20px 20px 0 0;overflow:hidden;box-shadow:var(--sh-lg);border:1px solid var(--line);border-bottom:0;-webkit-mask-image:linear-gradient(to bottom,#000 82%,transparent 100%);mask-image:linear-gradient(to bottom,#000 82%,transparent 100%)}.site .showcase-inner video,.site .showcase-inner img{width:100%;display:block;background:#eef0f2}.site .play-pill{position:absolute;left:50%;bottom:120px;transform:translate(-50%);z-index:3;display:inline-flex;align-items:center;gap:14px;background:var(--ink);color:#fff;border:0;cursor:pointer;padding:9px 11px 9px 20px;border-radius:var(--pill);font-family:inherit;font-size:.95rem;font-weight:500;box-shadow:var(--sh-lg);transition:background .18s}.site .play-pill:hover{background:#2a2e37}.site .play-pill .ptext{text-align:left;line-height:1.15}.site .play-pill small{display:block;color:#ffffff8c;font-size:.76rem;font-weight:400;margin-top:2px}.site .play-pill .pcircle{width:40px;height:40px;border-radius:50%;background:var(--accent);display:flex;align-items:center;justify-content:center;flex:none}.site .play-pill .pcircle svg{width:16px;height:16px;color:#fff;margin-left:2px}.site .stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:40px 0}.site .stat{text-align:center}.site .stat .num{font-size:2.5rem;font-weight:600;color:var(--ink);letter-spacing:-.03em;line-height:1}.site .stat .lbl{margin-top:9px;font-size:.92rem;color:var(--muted)}.site .logos{padding:48px 0}.site .logos p{text-align:center;font-size:.9rem;color:var(--muted);margin-bottom:28px}.site .logo-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:24px 46px}.site .logo-row .lg{display:flex;align-items:center;gap:9px;opacity:.8}.site .logo-row .lg img{width:24px;height:24px;object-fit:contain}.site .logo-row .lg span{font-weight:600;font-size:.98rem;color:var(--ink)}.site .fbig-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.site .fbig{position:relative;border-radius:var(--r);overflow:hidden;min-height:470px;padding:34px 34px 0;display:flex;flex-direction:column}.site .fbig h3{font-size:1.4rem;margin-bottom:8px}.site .fbig p{font-size:1rem;max-width:34ch}.site .fbig .arrow{margin-top:20px}.site .fbig .card-mock{position:absolute;left:34px;right:34px;bottom:0;top:214px;border-radius:14px 14px 0 0;overflow:hidden;box-shadow:0 -8px 34px #1113181f;background:#fff}.site .fbig .card-mock img{width:100%;height:100%;object-fit:cover;object-position:top center}.site .on-dark h3{color:#fff}.site .on-dark p{color:#ffffffb8}.site .deep{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.site .deep+.deep{margin-top:110px}.site .deep.rev .deep-media{order:2}.site .deep .kicker{display:block;margin-bottom:16px}.site .deep h2{font-size:2.3rem}.site .deep p{margin-top:16px;font-size:1.08rem}.site .checks{list-style:none;padding:0;margin:26px 0 0;display:flex;flex-direction:column;gap:13px}.site .checks li{display:flex;align-items:flex-start;gap:11px;font-size:1.02rem;color:var(--ink)}.site .checks svg{width:20px;height:20px;color:var(--accent);flex:none;margin-top:2px}.site .deep-media{position:relative}.site .deep-frame{border-radius:var(--r);overflow:hidden;box-shadow:var(--sh);background:var(--white);border:1px solid var(--line)}.site .deep-frame img,.site .deep-frame video{width:100%;height:auto;display:block}.site .deep-media.tint{padding:30px;border-radius:var(--r);background:linear-gradient(150deg,var(--c-clay),var(--c-sand))}.site .deep-media.tint .deep-frame{border:0}.site .dark-sec{background:var(--bg2);color:var(--ink2);position:relative}.site .dark-sec h2{color:var(--ink)}.site .dark-sec .sub{color:var(--muted);margin-top:16px}.site .dark-video{position:relative;max-width:960px;margin:44px auto 0;border-radius:18px;overflow:hidden;box-shadow:var(--sh);border:1px solid var(--line)}.site .dark-video video,.site .dark-video img{width:100%;display:block}.site .dark-cta{display:flex;gap:12px;justify-content:center;margin-top:36px}.site .theme-row{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.site .theme-chip{border-radius:var(--r-sm);overflow:hidden;box-shadow:var(--sh-sm);border:1px solid var(--line);aspect-ratio:1/1;background:#fff;transition:transform .18s,box-shadow .18s}.site .theme-chip:hover{transform:translateY(-4px);box-shadow:var(--sh)}.site .theme-chip img{width:100%;height:100%;object-fit:cover}.site .theme-note{margin-top:26px;text-align:center;font-size:1rem;color:var(--muted)}.site .theme-note b{color:var(--ink);font-weight:600}.site .fmt-row{display:flex;gap:24px;align-items:flex-end;justify-content:center;flex-wrap:wrap}.site .fmt-item{text-align:center}.site .fmt-item .frame{border-radius:14px;overflow:hidden;box-shadow:var(--sh);border:1px solid var(--line);background:#fff;margin:0 auto}.site .fmt-item .frame img{width:100%;height:100%;object-fit:cover;display:block}.site .fmt-item .cap{margin-top:12px;font-size:.9rem;font-weight:500;color:var(--ink)}.site .fmt-item .cap span{display:block;color:var(--muted);font-weight:400;font-size:.82rem}.site .fmt-square .frame{width:230px;height:230px}.site .fmt-port .frame{width:200px;height:250px}.site .fmt-story .frame{width:150px;height:266px}.site .fmt-land .frame{width:300px;height:169px}.site .pill-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.site .pcard{border-radius:var(--r);padding:32px;min-height:210px;display:flex;flex-direction:column;justify-content:space-between}.site .pcard .top h3{font-size:1.24rem;margin-bottom:8px}.site .pcard .top p{font-size:.98rem;max-width:42ch}.site .span4{grid-column:span 4}.site .span3{grid-column:span 3}.site .span2{grid-column:span 2}.site .uc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.site .uc{background:var(--white);border:1px solid var(--line);border-radius:var(--r);padding:28px;transition:transform .18s,box-shadow .18s}.site .uc:hover{transform:translateY(-3px);box-shadow:var(--sh)}.site .uc .ic{width:46px;height:46px;border-radius:12px;background:var(--bg2);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.site .uc .ic svg{width:23px;height:23px;color:var(--accent)}.site .uc h3{font-size:1.1rem;margin-bottom:7px}.site .uc p{font-size:.94rem;color:var(--muted)}.site .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.site .step{border-top:1px solid var(--ink);padding-top:20px}.site .step .n{font-size:.78rem;font-weight:700;color:var(--accent);letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px}.site .step h3{font-size:1.1rem;margin-bottom:8px}.site .step p{font-size:.96rem;color:var(--muted)}.site .vs{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.site .vs-card{background:var(--white);border:1px solid var(--line);border-radius:var(--r);padding:30px}.site .vs-card h3{font-size:1.12rem;margin-bottom:14px}.site .vs-card ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:11px}.site .vs-card li{display:flex;gap:10px;font-size:.96rem;color:var(--ink2)}.site .vs-card li svg{width:18px;height:18px;flex:none;margin-top:2px}.site .vs-card.win{background:var(--ink);color:#fff;border-color:var(--ink)}.site .vs-card.win h3{color:#fff}.site .vs-card.win li{color:#ffffffdb}.site .vs-yes{color:var(--accent)}.site .vs-win-yes{color:var(--accent2)}.site .vs-no{color:#c2c6cd}.site .tgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.site .tcard{background:var(--white);border:1px solid var(--line);border-radius:var(--r);padding:28px;display:flex;flex-direction:column}.site .tcard .stars{display:flex;gap:3px;color:var(--ink);margin-bottom:16px}.site .tcard .stars svg{width:17px;height:17px}.site .tcard p{font-size:1.02rem;color:var(--ink);line-height:1.5;flex:1}.site .tcard .who{margin-top:20px;display:flex;align-items:center;gap:12px}.site .tcard .av{width:42px;height:42px;border-radius:50%;background:var(--bg2);border:1px solid var(--line);color:var(--ink);font-weight:600;display:flex;align-items:center;justify-content:center;font-size:.9rem}.site .tcard .who b{color:var(--ink);font-weight:600;display:block;font-size:.95rem}.site .tcard .who span{color:var(--muted);font-size:.85rem}.site .pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:start}.site .price{background:var(--white);border:1px solid var(--line);border-radius:var(--r);padding:34px 30px}.site .price.feat{background:var(--ink);color:#fff;border-color:var(--ink);box-shadow:var(--sh)}.site .price.feat h3,.site .price.feat .amt{color:#fff}.site .price.feat .sub{color:#fff9}.site .price.feat .plist li{color:#ffffffd6}.site .price.feat .plist svg{color:var(--accent2)}.site .price.feat .tag{background:#ffffff26;color:#fff}.site .price.feat .btn{background:#fff;color:var(--ink);border-color:#fff}.site .price.feat .btn:hover{background:#e9eaee}.site .price .tag{display:inline-block;background:var(--ink);color:#fff;font-size:.72rem;font-weight:600;letter-spacing:.05em;padding:5px 12px;border-radius:var(--pill);margin-bottom:14px}.site .price h3{font-size:1.22rem}.site .price .amt{margin:12px 0 4px;font-size:2.7rem;font-weight:600;color:var(--ink);letter-spacing:-.035em}.site .price .amt small{font-size:.95rem;font-weight:400;color:var(--muted);letter-spacing:0}.site .price .sub{font-size:.94rem;color:var(--muted);min-height:44px}.site .price .btn{width:100%;margin:20px 0 24px}.site .plist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:13px}.site .plist li{display:flex;align-items:flex-start;gap:10px;font-size:.95rem;color:var(--ink2)}.site .plist svg{width:18px;height:18px;color:var(--accent);flex:none;margin-top:2px}.site .price-more{margin-top:34px;text-align:center}.site .reassure{display:flex;gap:28px;justify-content:center;flex-wrap:wrap;margin-top:34px;font-size:.92rem;color:var(--muted)}.site .reassure span{display:inline-flex;align-items:center;gap:8px}.site .reassure svg{width:17px;height:17px;color:var(--accent)}.site .toggle-wrap{display:flex;align-items:center;justify-content:center;gap:14px;margin:8px 0 42px;font-size:.96rem;font-weight:500;color:var(--muted)}.site .toggle-wrap .on{color:var(--ink)}.site .switch{width:52px;height:30px;border-radius:var(--pill);background:#d7d9de;border:0;cursor:pointer;position:relative;transition:background .2s;flex:none}.site .switch.active{background:var(--ink)}.site .switch:after{content:"";position:absolute;top:3px;left:3px;width:24px;height:24px;border-radius:50%;background:#fff;transition:transform .2s}.site .switch.active:after{transform:translate(22px)}.site .save-pill{background:var(--accent-soft);border:1px solid var(--accent-line);color:var(--accent);font-size:.74rem;font-weight:600;padding:4px 10px;border-radius:var(--pill)}.site .table-scroll{overflow-x:auto}.site .compare{width:100%;border-collapse:collapse;font-size:.96rem;min-width:800px}.site .compare th,.site .compare td{padding:16px 18px;text-align:left;border-bottom:1px solid var(--line)}.site .compare thead th{font-weight:600;color:var(--ink)}.site .compare thead th.plan{text-align:center;width:118px}.site .compare tbody td{color:var(--ink2)}.site .compare tbody td.val{text-align:center}.site .compare tbody tr:hover{background:#11131805}.site .compare .cat td{background:#11131808;font-weight:600;color:var(--ink);font-size:.82rem;letter-spacing:.05em;text-transform:uppercase}.site .faq{max-width:820px;margin:0 auto}.site .qa{border-bottom:1px solid var(--line)}.site .qa button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;background:none;border:0;cursor:pointer;font-family:inherit;text-align:left;padding:24px 4px;font-size:1.1rem;font-weight:500;color:var(--ink)}.site .qa .ch{width:22px;height:22px;flex:none;color:var(--muted);transition:transform .25s}.site .qa.open .ch{transform:rotate(45deg);color:var(--accent)}.site .qa .ans{overflow:hidden;max-height:0;transition:max-height .3s ease}.site .qa .ans p{padding:0 4px 24px;color:var(--muted);font-size:1.02rem;max-width:72ch}.site .cta{background:var(--bg2);border:1px solid var(--line);border-radius:var(--r);padding:76px 40px;text-align:center;position:relative}.site .cta h2{color:var(--ink)}.site .cta p{color:var(--muted);margin:16px auto 0;max-width:46ch;font-size:1.12rem}.site .cta-form{display:flex;gap:10px;max-width:460px;margin:30px auto 0;flex-wrap:wrap}.site .cta-form input{flex:1;min-width:220px;height:52px;border-radius:var(--pill);border:1px solid var(--line);background:#fff;color:var(--ink);padding:0 20px;font-size:1rem;font-family:inherit}.site .cta-form input::placeholder{color:var(--muted)}.site .cta-form input:focus{outline:none;border-color:var(--ink)}.site .cta-note{color:var(--muted);font-size:.85rem;margin-top:16px}.site .footer{background:var(--white);border-top:1px solid var(--line);color:var(--ink2);padding:66px 0 30px}.site .foot-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr;gap:40px}.site .footer .brand img{height:21px}.site .footer .brand b{color:var(--ink)}.site .foot-about{max-width:300px;margin-top:16px;font-size:.92rem;line-height:1.6;color:var(--muted)}.site .foot-badges{display:flex;gap:9px;margin-top:20px;flex-wrap:wrap}.site .foot-badges span{border:1px solid var(--line);border-radius:8px;padding:6px 11px;font-size:.72rem;font-weight:500;color:var(--ink2)}.site .foot-col h4{color:var(--ink);font-size:.8rem;letter-spacing:.05em;text-transform:uppercase;margin-bottom:15px;font-weight:600}.site .foot-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:11px}.site .foot-col a{font-size:.94rem;color:var(--muted)}.site .foot-col a:hover{color:var(--ink)}.site .foot-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:52px;padding-top:26px;border-top:1px solid var(--line);font-size:.86rem;color:var(--muted);flex-wrap:wrap}.site .foot-social{display:flex;gap:12px}.site .foot-social a{width:36px;height:36px;border:1px solid var(--line);border-radius:9px;display:flex;align-items:center;justify-content:center;color:var(--ink2)}.site .foot-social a:hover{color:var(--ink);border-color:#cfd2d8}.site .foot-social svg{width:16px;height:16px}.site .vmodal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#111318b3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:none;align-items:center;justify-content:center;padding:24px;opacity:0;transition:opacity .25s}.site .vmodal.on{display:flex;opacity:1}.site .vmodal-box{width:100%;max-width:1000px;border-radius:16px;overflow:hidden;box-shadow:var(--sh-lg);transform:scale(.97);transition:transform .25s}.site .vmodal.on .vmodal-box{transform:none}.site .vmodal-box video{width:100%;display:block;background:#000}.site .vmodal-close{position:absolute;top:22px;right:24px;width:44px;height:44px;border-radius:50%;background:#ffffff24;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.site .vmodal-close svg{width:22px;height:22px;color:#fff}.site .reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.site .reveal.in{opacity:1;transform:none}.site .mobile{display:none;position:fixed;top:72px;right:0;bottom:0;left:0;background:var(--bg);z-index:55;padding:22px 24px;flex-direction:column;gap:4px;overflow-y:auto}.site .mobile.on{display:flex}.site .mobile a{padding:15px 8px;font-size:1.1rem;font-weight:500;color:var(--ink);border-bottom:1px solid var(--line2)}.site .mobile .btn{margin-top:16px}body.lock{overflow:hidden}@media(max-width:1120px){.site .deep{gap:52px}.site .fbig{min-height:440px}}@media(max-width:900px){.site .nav-links,.site .nav-cta{display:none}.site .burger{display:flex}.site .section{padding:86px 0}.site .section.tight{padding:58px 0}.site .container{padding:0 22px}.site .shead{margin-bottom:38px}.site h1{font-size:clamp(2.5rem,7vw,3.5rem)}.site .deep h2{font-size:2rem}.site .stats{grid-template-columns:repeat(2,1fr);gap:28px;padding:34px 0}.site .fbig-grid{grid-template-columns:1fr}.site .fbig{min-height:0;padding:30px}.site .fbig p{max-width:none}.site .fbig .arrow{margin-top:16px}.site .fbig .card-mock{position:relative;inset:auto;margin-top:22px;box-shadow:var(--sh)}.site .fbig .card-mock img{height:auto}.site .deep,.site .deep.rev{grid-template-columns:1fr;gap:32px}.site .deep+.deep{margin-top:60px}.site .deep.rev .deep-media{order:0}.site .deep-media.tint{padding:24px}.site .pill-grid{grid-template-columns:repeat(2,1fr)}.site .span4,.site .span3,.site .span2{grid-column:span 1}.site .uc-grid,.site .steps,.site .tgrid{grid-template-columns:repeat(2,1fr)}.site .steps{gap:26px}.site .vs{grid-template-columns:1fr}.site .theme-row{grid-template-columns:repeat(3,1fr)}.site .pricing{grid-template-columns:1fr;max-width:440px;margin-left:auto;margin-right:auto}.site .price.feat{order:-1}.site .foot-grid{grid-template-columns:1.4fr 1fr 1fr;gap:30px}.site .cta{padding:60px 32px}.site .play-pill{bottom:70px}}@media(max-width:600px){.site .section{padding:58px 0}.site .section.tight{padding:44px 0}.site .container{padding:0 18px}.site h1{font-size:2.4rem}.site h2,.site .h-two{font-size:1.9rem}.site .sub{font-size:1.06rem}.site .hero{padding:40px 0 0}.site .eyebrow{font-size:.72rem;padding:6px 13px}.site .hero .eyebrow{margin-bottom:20px}.site .hero .sub{margin-top:18px}.site .hero-actions{flex-direction:column;align-items:stretch;margin-top:26px}.site .hero-actions .btn{width:100%}.site .hero-trust{gap:10px 18px;margin-top:20px}.site .stats{padding:30px 0}.site .stat .num{font-size:2rem}.site .uc-grid,.site .steps,.site .tgrid,.site .pill-grid{grid-template-columns:1fr}.site .theme-row{grid-template-columns:repeat(2,1fr)}.site .foot-grid{grid-template-columns:1fr 1fr;gap:24px 20px}.site .foot-bottom{flex-direction:column;align-items:flex-start;gap:14px}.site .dark-cta{flex-direction:column;align-items:stretch}.site .dark-cta .btn{width:100%}.site .cta{padding:48px 20px}.site .cta-form{flex-direction:column}.site .cta-form input,.site .cta-form .btn{width:100%;min-width:0}.site .showcase{margin-top:38px}.site .showcase-inner{border-radius:12px 12px 0 0}.site .play-pill{bottom:38px;padding:8px 9px 8px 15px;font-size:.86rem;gap:10px}.site .play-pill .pcircle{width:34px;height:34px}.site .fmt-square .frame{width:184px;height:184px}.site .fmt-port .frame{width:150px;height:188px}.site .fmt-story .frame{width:118px;height:210px}.site .fmt-land .frame{width:250px;height:141px}}@media(max-width:400px){.site h1{font-size:2.05rem}.site .container{padding:0 15px}.site .stats{grid-template-columns:1fr;gap:16px;padding:26px 0}.site .foot-grid{grid-template-columns:1fr}.site .theme-row{grid-template-columns:repeat(2,1fr)}.site .cta{padding:40px 18px}.site .play-pill .ptext{display:none}.site .play-pill{padding:8px;bottom:30px}.site .play-pill .pcircle{margin:0}}.site .auth-wrap{min-height:calc(100vh - 72px);display:flex;align-items:center;justify-content:center;padding:40px 24px;background:var(--bg2)}.site .auth-card{width:100%;max-width:440px;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--sh);padding:38px 34px 26px}.site .auth-head{text-align:center;margin-bottom:24px}.site .auth-head h1{font-size:1.7rem;font-weight:600;letter-spacing:-.03em}.site .auth-head p{margin-top:8px;font-size:.98rem}.site .auth-tabs{display:flex;gap:4px;background:var(--bg2);border:1px solid var(--line);border-radius:999px;padding:4px;margin-bottom:22px}.site .auth-tabs button{flex:1;border:0;background:none;font-family:inherit;font-size:.95rem;font-weight:600;color:var(--muted);padding:10px;border-radius:999px;cursor:pointer}.site .auth-tabs button.on{background:#fff;color:var(--ink);box-shadow:var(--sh-sm)}.site .auth-form{display:flex;flex-direction:column}.site .auth-form[hidden]{display:none}.site .auth-form label{font-size:.82rem;font-weight:600;color:var(--ink);margin:0 0 7px}.site .auth-form input{height:48px;border:1px solid var(--line);border-radius:12px;padding:0 15px;font-size:1rem;font-family:inherit;color:var(--ink);margin-bottom:16px;background:#fff}.site .auth-form input:focus{outline:none;border-color:var(--ink);box-shadow:0 0 0 3px #11131812}.site .auth-form .btn{width:100%;margin-top:4px}.site .auth-msg{border-radius:12px;padding:12px 14px;font-size:.92rem;margin-bottom:16px}.site .auth-msg.err{background:#fdecea;border:1px solid #f4c9c2;color:#a4372a}.site .auth-sent{text-align:center;padding:10px 0 6px}.site .auth-check{width:56px;height:56px;border-radius:50%;background:var(--accent-soft);color:var(--accent);display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.site .auth-check svg{width:28px;height:28px}.site .auth-sent h2{font-size:1.4rem;font-weight:600;margin-bottom:8px}.site .auth-note{margin-top:22px;font-size:.8rem;color:var(--muted2);text-align:center;line-height:1.5}.site .langsw{display:inline-flex;border:1px solid var(--line);border-radius:999px;overflow:hidden;background:#fff;flex:none}.site .langsw button{border:0;background:none;font-family:inherit;font-size:.78rem;font-weight:600;color:var(--muted);padding:7px 11px;cursor:pointer;letter-spacing:.02em;transition:background .15s,color .15s}.site .langsw button:hover{color:var(--ink)}.site .langsw button.on{background:var(--ink);color:#fff}.site .mobile .langsw{align-self:flex-start;margin-bottom:10px}.site .acct{max-width:920px}.site .acct-note{background:var(--bg2);border:1px solid var(--line);border-radius:var(--r);padding:22px 24px;color:var(--muted)}.site .acct-note a{color:var(--ink);font-weight:600}.site .acct-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.site .acct-card{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:26px}.site .acct-span{grid-column:1 / -1}.site .acct-card h3{font-size:1.05rem;margin-bottom:16px}.site .acct-plan{display:flex;flex-direction:column;gap:4px;margin-bottom:18px}.site .acct-planname{font-size:1.5rem;font-weight:600;color:var(--ink);letter-spacing:-.02em}.site .acct-status{color:var(--accent);font-weight:600}.site .acct-renew{font-size:.9rem}.site .acct-actions{display:flex;gap:10px;flex-wrap:wrap}.site .seatbar{height:10px;border-radius:999px;background:var(--bg2);border:1px solid var(--line);overflow:hidden}.site .seatbar i{display:block;height:100%;background:var(--accent);border-radius:999px;transition:width .3s}.site .member-list{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.site .member-row{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--line);border-radius:12px}.site .member-row .mem-mail{font-weight:500;color:var(--ink);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis}.site .member-row .mem-role{font-size:.85rem;color:var(--muted)}.site .member-row .mem-x{border:0;background:none;color:var(--muted);cursor:pointer;font-size:1rem;padding:4px 6px;border-radius:8px}.site .member-row .mem-x:hover{background:var(--bg2);color:var(--ink)}.site .team-form{display:flex;gap:10px;flex-wrap:wrap}.site .team-form input{flex:1;min-width:200px;height:46px;border:1px solid var(--line);border-radius:12px;padding:0 14px;font-family:inherit;font-size:.98rem}.site .team-form input:focus{outline:none;border-color:var(--ink)}.site .team-form select{height:46px;border:1px solid var(--line);border-radius:12px;padding:0 12px;font-family:inherit;background:#fff;cursor:pointer}.site .acct-msg{margin-top:14px;border-radius:12px;padding:11px 14px;font-size:.92rem}.site .acct-msg.err{background:#fdecea;border:1px solid #f4c9c2;color:#a4372a}.site .acct-msg.ok{background:var(--accent-soft);border:1px solid var(--accent-line);color:var(--accent)}@media(max-width:640px){.site .acct-grid{grid-template-columns:1fr}}.site .pricing.four{grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:1080px){.site .pricing.four{grid-template-columns:repeat(2,1fr);gap:18px}}@media(max-width:600px){.site .pricing.four{grid-template-columns:1fr;max-width:420px;margin-left:auto;margin-right:auto}}.site .legal{max-width:760px;margin:0 auto}.site .legal-head{padding:8px 0 26px;margin-bottom:26px;border-bottom:1px solid var(--line)}.site .legal-head .kicker{display:block;margin-bottom:14px}.site .legal-head h1{font-size:clamp(2rem,4vw,2.7rem);letter-spacing:-.035em;line-height:1.05}.site .legal-head .updated{color:var(--muted);font-size:.9rem;margin-top:12px}.site .legal h2{font-size:1.45rem;letter-spacing:-.02em;margin:40px 0 12px}.site .legal h3{font-size:1.12rem;letter-spacing:-.01em;margin:26px 0 8px}.site .legal h2:first-of-type{margin-top:6px}.site .legal p{margin:0 0 14px;color:var(--ink2);font-size:1.02rem;line-height:1.72}.site .legal ul,.site .legal ol{margin:0 0 16px;padding-left:22px;display:flex;flex-direction:column;gap:7px}.site .legal li{color:var(--ink2);line-height:1.6}.site .legal a{color:var(--accent);text-decoration:underline;text-underline-offset:2px;word-break:break-word}.site .legal a:hover{color:var(--ink)}.site .legal strong,.site .legal b{color:var(--ink);font-weight:600}.site .legal address{font-style:normal;color:var(--ink2);line-height:1.7;margin:0 0 14px}.site .legal hr{border:0;border-top:1px solid var(--line);margin:32px 0}.site .legal table{width:100%;border-collapse:collapse;margin:0 0 18px;font-size:.96rem}.site .legal th,.site .legal td{text-align:left;padding:10px 12px;border-bottom:1px solid var(--line);vertical-align:top}.site .legal th{color:var(--ink);font-weight:600}.site .legal-todo{border:1px dashed var(--line);background:var(--bg2);color:var(--muted);border-radius:var(--r-sm);padding:22px 24px;font-size:.98rem}@media(max-width:600px){.site .legal p{font-size:.99rem}.site .legal h2{font-size:1.3rem;margin-top:32px}}
