.member-page{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:flex-start;justify-content:center;padding-top:96px;background:#0a0a0ab3}.member-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer}.member-container{position:relative;width:1192px;background:linear-gradient(180deg,#ffe0d7,#ffeedc);border-radius:20px;padding:20px 24px 24px;box-shadow:0 25px 50px -12px #00000040}.member-header-section{position:relative;padding:4px 0 20px}.member-close-btn{position:absolute;top:4px;right:0;width:26px;height:26px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:50%;cursor:pointer;color:#62748e;transition:opacity .2s ease}.member-close-btn:hover{opacity:.7}.member-title{font-family:PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:26px;font-weight:600;color:#0a0a0a;margin:0 0 8px}.member-subtitle{font-family:PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:16px;color:#62748e;margin:0}.member-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#62748e;gap:16px}.member-loading-spinner{width:32px;height:32px;border:3px solid #e5e5e5;border-top-color:#0a0a0a;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.member-plans-container{padding:24px}.member-plans{display:flex;gap:20px;justify-content:center}.plan-card{flex:1;max-width:363px;min-width:280px;background:#fff;border-radius:16px;padding:32px 30px 24px;display:flex;flex-direction:column;position:relative}.plan-card:first-child{background:linear-gradient(180deg,#ff69001a,#fff 30%),#fff}.plan-card:nth-child(2){background:linear-gradient(180deg,#0048ff1a,#fff 30%),#fff}.plan-card:last-child{background:linear-gradient(180deg,#ff00661a,#fff 30%),#fff}.plan-name{font-family:PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:23px;font-weight:600;color:#0a0a0a}.plan-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.plan-price{font-family:PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:26px;font-weight:600;color:#ff6b73}.plan-points{font-family:PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:18px;color:#0a0a0a;margin-bottom:20px}.plan-description{font-family:PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:14px;color:#62748e;margin:0 0 20px;line-height:1.6;text-align:left;padding-left:16px;position:relative}.plan-description:before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;border-radius:50%;background:var(--accent-color, #ff6900)}.plan-benefits{list-style:none;margin:0 0 24px;padding:0;flex:1}.plan-benefit{font-family:PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:14px;color:#62748e;padding:10px 0 10px 16px;line-height:1.5;text-align:left;position:relative}.plan-benefit:before{content:"";position:absolute;left:0;top:16px;width:6px;height:6px;border-radius:50%;background:var(--accent-color, #ff6900)}.plan-select-btn{width:310px;max-width:100%;height:45px;background:#0a0a0a;color:#fff;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:15px;font-weight:500;border:none;border-radius:10px;cursor:pointer;transition:background .2s ease;margin:0 auto}.plan-select-btn:hover{background:#2a2a2a}.plan-select-btn:active{background:#3a3a3a}.payment-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1001;display:flex;align-items:center;justify-content:center;background:#0a0a0ab3}.payment-dialog{width:832px;max-width:95vw;height:480px;max-height:90vh;background:#fff;border-radius:16px;padding:24px;display:flex;flex-direction:column;position:relative;box-shadow:0 25px 50px -12px #00000040}.payment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.payment-title{font-family:PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:20px;font-weight:600;color:#0a0a0a;margin:0}.payment-close{width:26px;height:26px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:50%;cursor:pointer;color:#62748e;transition:opacity .2s ease}.payment-close:hover{opacity:.7}.payment-methods{display:flex;gap:12px;margin-bottom:20px}.payment-method-btn{flex:1;height:51px;display:flex;align-items:center;justify-content:center;gap:10px;background:#fff;border:1px solid #e5e5e5;border-radius:8px;cursor:pointer;font-family:PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:15px;color:#62748e;transition:all .2s ease}.payment-method-btn.is-active{border-color:#07c160;background:#f0fff4;color:#0a0a0a}.payment-method-icon{width:20px;height:20px;border-radius:4px}.wechat-icon{background:#07c160}.alipay-icon{background:#1677ff}.payment-qr-section{display:flex;gap:20px;align-items:center;margin-bottom:20px;padding:20px;background:#fff;border-radius:16px}.payment-qr-placeholder{width:180px;height:180px;background:#f5f5f5;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.payment-qr-image{width:160px;height:160px;background:repeating-conic-gradient(#e5e5e5,#e5e5e5 25%,#fff 0%,#fff 50%) 50% / 16px 16px}.payment-info{flex:1;display:flex;flex-direction:column;gap:12px}.payment-amount-row{display:flex;align-items:baseline;gap:8px}.payment-amount-label{font-family:PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:16px;color:#62748e}.payment-amount-value{font-family:PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:32px;font-weight:600;color:#ff6b73}.payment-method-hint{font-family:PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:15px;color:#0a0a0a;margin:0}.payment-agreement{font-family:PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:12px;color:#000;margin:0;opacity:.6}.payment-actions{display:flex;gap:12px;justify-content:flex-end;align-items:center}.payment-btn{height:36px;padding:0 20px;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s ease}.payment-btn--primary{background:#f0f2f5;color:#20242b;border:none}.payment-btn--primary:hover{background:#e5e7eb}.payment-btn--secondary{background:#ff6900;color:#fff;border:none}.payment-btn--secondary:hover{background:#e55f00}.payment-btn:disabled{opacity:.6;cursor:not-allowed}.payment-order-id{font-family:PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:12px;color:#999;margin:8px 0 0}@media (max-width: 1024px){.member-plans{flex-direction:column;align-items:center}.plan-card{max-width:400px;width:100%}.payment-qr-section{flex-direction:column;align-items:center}}.profile-page{min-height:100vh;display:grid;grid-template-columns:280px minmax(0,1fr);background:#f6f8fb;color:#171b23;font-family:PingFang SC,Helvetica Neue,Arial,sans-serif}.profile-sidebar{min-height:100vh;padding-top:30px;background:#fff;border-right:1px solid #eef1f5}.profile-brand{display:flex;align-items:center;gap:15px;margin-left:16px;width:136px;height:50px}.profile-brand-mark{width:50px;height:50px;-o-object-fit:contain;object-fit:contain}.profile-brand strong,.profile-brand span{display:block;white-space:nowrap}.profile-brand strong{font-size:15px;line-height:22px;color:#101828}.profile-brand span{font-size:12px;line-height:22px;color:#5f6b7a}.profile-nav{margin-top:64px}.profile-nav button{width:280px;height:56px;display:flex;align-items:center;gap:12px;border:0;padding-left:32px;background:transparent;color:#45556c;font-size:15px;font-weight:500}.profile-nav button[aria-current=page]{color:#101828;background:linear-gradient(90deg,#ff6f551f,#ff6f5500)}.profile-nav-icon{width:18px;height:18px;-o-object-fit:contain;object-fit:contain}.profile-main{width:min(1160px,calc(100vw - 280px));min-height:100vh;padding:48px 56px 80px;background:#fff}.profile-main h1{margin:0;color:#101828;font-size:30px;font-weight:600;line-height:45px}.profile-summary{width:1048px;max-width:100%;height:128px;display:flex;align-items:center;gap:20px}.profile-avatar{width:96px;height:96px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.profile-summary-copy{flex:1;min-width:0}.profile-summary-copy strong{display:block;color:#101828;font-size:22px;font-weight:600;line-height:33px}.profile-summary-copy span{display:block;margin-top:6px;color:#8a94a3;font-size:14px;font-weight:400;line-height:21px}.profile-member-card{width:1048px;max-width:100%;height:150px;display:flex;align-items:center;gap:20px;border-radius:10px;padding:0 32px;background:linear-gradient(135deg,#ffe1d7,#ffeedc);box-shadow:0 2px 8px #0000000f}.profile-member-icon-shell{position:relative;display:grid;place-items:center;flex:0 0 auto;width:64px;height:64px;border-radius:50%;background:#fff}.profile-member-icon-shell img{width:32px;height:32px;-o-object-fit:contain;object-fit:contain}.profile-member-copy{flex:1;min-width:0;padding-left:0;display:flex;flex-direction:column;gap:0}.profile-member-card strong{color:#8b4b00;font-size:20px;font-weight:600;line-height:30px}.profile-member-card small{color:#8b4b00;font-size:14px;font-weight:400;line-height:21px}.profile-upgrade-button{width:90px;height:46px;border:0;border-radius:8px;background:#fff;color:#8b4b00;font-size:16px;font-weight:600}.profile-details{width:1048px;max-width:100%}.profile-row{min-height:96px;display:grid;grid-template-columns:160px minmax(0,1fr) auto;align-items:center;gap:0;border-bottom:1px solid #f1f3f6}.profile-row-label{color:#171b23;font-size:15px;font-weight:500;line-height:23px}.profile-row-value{min-width:0;color:#171b23;font-size:14px;line-height:21px}.profile-row:first-child .profile-row-value{color:#8a94a3}.profile-wechat-state{display:inline-flex;align-items:center;gap:8px}.profile-wechat-icon{width:18px;height:18px;-o-object-fit:contain;object-fit:contain}.profile-outline-button{min-width:60px;height:32px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #dde1e6;border-radius:5px;padding:0 16px;background:#fff;color:#171b23;font-size:13px}.profile-button-icon{width:14px;height:14px;-o-object-fit:contain;object-fit:contain}.profile-link-button,.profile-text-button{display:inline-flex;align-items:center;gap:6px;border:0;padding:0;background:transparent;color:#ff6f55;font-size:14px;font-weight:500}.profile-text-button{color:#ff6f55}.profile-inline-icon,.profile-label-info-icon{width:14px;height:14px;-o-object-fit:contain;object-fit:contain}.profile-row-label-with-icon{display:inline-flex;align-items:center;gap:6px}.profile-api-key-row{grid-template-columns:160px minmax(0,1fr) auto}.profile-api-key-row .profile-row-value{display:flex;flex-direction:column;gap:4px}.profile-api-key-row small{color:#8a94a3;font-size:12px}.profile-api-actions{display:flex;align-items:center;gap:10px}.profile-api-actions .profile-outline-button{padding:0 12px}.profile-ai-row .profile-row-value{display:flex;align-items:center;gap:40px}.profile-radio{display:inline-flex;align-items:center;gap:8px;color:#171b23;font-size:14px;line-height:21px}.profile-radio input{width:16px;height:16px;accent-color:#ff6f55}.profile-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;border:0;background:#0000001a}.profile-dialog-backdrop-above{z-index:42;background:#00000024}.profile-key-dialog{position:fixed;left:50%;top:50%;z-index:41;width:420px;min-height:194px;transform:translate(-50%,-50%);border-radius:15px;background:#fff;padding:22px 30px 20px;box-shadow:0 24px 60px #1d2b482e}.profile-dialog-close{position:absolute;right:10px;top:10px;width:35px;height:35px;border:0;border-radius:50%;background:transparent}.profile-dialog-close img{width:22px;height:22px;-o-object-fit:contain;object-fit:contain}.profile-key-dialog h2{margin:0;color:#0a0a0a;font-size:17px;font-weight:600;line-height:24px}.profile-key-dialog p{margin:10px 0 12px;color:#45556c;font-size:13.5px;line-height:19px}.profile-key-input{width:360px;height:40px;display:flex;align-items:center;gap:8px;border-radius:6px;background:#f1f5f9;padding:0 12px}.profile-key-input input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:#171b23;font-size:13.5px}.profile-key-input input::-moz-placeholder{color:#90a1b9}.profile-key-input input::placeholder,.profile-key-input span{color:#90a1b9}.profile-key-input span{flex:0 0 auto;font-size:13px}.profile-key-error{margin-top:6px;color:#ff4d4f;font-size:12px}.profile-dialog-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:20px}.profile-dialog-secondary,.profile-dialog-primary{height:32px;border:0;border-radius:6px;padding:0 16px;font-size:14px}.profile-dialog-secondary{background:#f0f2f5;color:#171b23}.profile-dialog-primary{background:#cad5e2;color:#171b23}.profile-segmented{display:inline-flex;gap:8px;margin:26px 0 24px;padding:4px;border-radius:8px;background:#f1f5f9}.profile-segmented button{min-width:104px;height:34px;border:0;border-radius:6px;background:transparent;color:#45556c;font-size:14px}.profile-segmented button[aria-pressed=true]{background:#fff;color:#101828;box-shadow:0 1px 4px #10182814}.profile-asset-section,.profile-points-page{width:1048px;max-width:100%}.profile-asset-section h2{margin:26px 0 14px;font-size:18px;line-height:27px}.profile-asset-card{width:240px;min-height:86px;display:inline-grid;grid-template-columns:56px 1fr;grid-template-rows:auto auto;-moz-column-gap:12px;column-gap:12px;align-items:center;margin-right:16px;border:1px solid #eef1f5;border-radius:8px;padding:14px}.profile-asset-card .profile-avatar{grid-row:span 2;width:56px;height:56px}.profile-asset-card strong{color:#101828;font-size:15px}.profile-asset-card span,.profile-muted{color:#8a94a3;font-size:14px;line-height:21px}.profile-balance-card{width:100%;min-height:118px;display:flex;align-items:center;gap:18px;border:1px solid #eef1f5;border-radius:10px;padding:24px;background:#fff7ed}.profile-balance-card span{color:#45556c;font-size:14px}.profile-balance-card strong{color:#101828;font-size:28px;line-height:38px}.profile-balance-card small{color:#8a94a3;font-size:13px}.profile-balance-card button,.profile-toolbar button,.profile-table button,.profile-top-links button,.developer-docs-page button,.profile-calendar-popover button{min-height:32px;border:1px solid #dde1e6;border-radius:6px;padding:0 12px;background:#fff;color:#171b23;font-size:13px}.profile-points-summary,.profile-toolbar,.profile-top-links,.profile-date-row,.profile-usage-metrics,.profile-page-title-row{display:flex;align-items:center;gap:14px;margin:18px 0}.profile-page-title-row{justify-content:space-between;margin:0 0 18px}.profile-page-title-row h1{margin:0}.profile-points-summary span{min-width:150px;color:#45556c;font-size:14px}.profile-points-summary strong{color:#101828;font-size:20px}.profile-table{width:100%;margin-top:18px;border-collapse:collapse;color:#171b23;font-size:14px}.profile-table th,.profile-table td{height:48px;border-bottom:1px solid #eef1f5;padding:0 12px;text-align:left;vertical-align:middle}.profile-table th{color:#667085;font-weight:500;background:#f8fafc}.profile-orders-table td:nth-child(2){min-width:220px;font-size:13px}.profile-table-status{color:#667085}.profile-console-page .profile-brand{display:block;height:auto;margin-top:18px}.profile-console-tip{width:880px;max-width:100%;border-radius:8px;padding:14px 16px;background:#f8fafc;color:#45556c;font-size:14px;line-height:22px}.profile-date-row input{width:150px;height:36px;border:1px solid #dde1e6;border-radius:6px;padding:0 10px;color:#171b23}.profile-error{color:#ff4d4f;font-size:13px;line-height:20px}.profile-success{color:#16a34a;font-size:13px;line-height:20px}.profile-metric{min-width:150px;border:1px solid #eef1f5;border-radius:8px;padding:14px;background:#fff}.profile-metric span{display:block;color:#667085;font-size:13px}.profile-metric strong{display:block;margin-top:8px;color:#101828;font-size:24px}.profile-calendar-popover{display:flex;align-items:center;gap:10px;width:-moz-fit-content;width:fit-content;border:1px solid #eef1f5;border-radius:10px;padding:12px;background:#fff;box-shadow:0 12px 32px #10182814}.profile-empty{display:grid;place-items:center;height:160px;margin-top:18px;border:1px dashed #dde1e6;border-radius:8px;color:#8a94a3}.profile-flow-dialog{width:480px;min-height:260px}.profile-invoice-dialog{width:760px;max-height:min(720px,calc(100vh - 48px));overflow-y:auto}.profile-confirm-dialog{z-index:43;width:420px;min-height:180px}.profile-service-dialog{width:440px}.profile-invoice-radio-row{display:flex;align-items:center;gap:24px;margin:12px 0}.profile-form-field{display:flex;flex-direction:column;gap:6px;margin:10px 0;color:#171b23;font-size:14px}.profile-form-field input{height:40px;border:1px solid #dde1e6;border-radius:6px;padding:0 10px;color:#171b23;font-size:14px}.profile-invoice-errors{margin-top:6px}.profile-invoice-errors p{margin:4px 0 0}.profile-exchange-panel{width:min(640px,100%);display:flex;align-items:flex-end;gap:14px;margin-top:24px}.profile-exchange-input{flex:1;margin:0}.profile-exchange-notes{width:min(720px,100%);margin-top:28px;border:1px solid #eef1f5;border-radius:8px;padding:16px 18px;background:#f8fafc;color:#45556c;font-size:14px;line-height:22px}.profile-exchange-notes strong{display:block;margin-bottom:6px;color:#171b23}.profile-exchange-notes p{margin:0}.profile-qr-box{display:grid;place-items:center;width:180px;height:180px;margin:14px auto;border:1px solid #dde1e6;border-radius:8px;background:#f8fafc;color:#45556c}.profile-secret-list{display:grid;grid-template-columns:100px 1fr;gap:10px;margin:18px 0;color:#171b23;font-size:14px}.profile-secret-list dt{color:#667085}.profile-secret-list dd{margin:0;word-break:break-all}.developer-docs-page{min-height:100vh;display:grid;grid-template-columns:240px minmax(0,1fr) 220px;gap:32px;padding:32px 48px;background:#fff;color:#171b23;font-family:PingFang SC,Helvetica Neue,Arial,sans-serif}.developer-docs-page aside{display:flex;flex-direction:column;gap:12px}.developer-docs-page h1,.developer-docs-page h2{margin:0 0 18px;color:#101828}.developer-docs-page input{width:260px;height:36px;border:1px solid #dde1e6;border-radius:6px;padding:0 10px}/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-duration:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-red-50:oklch(97.1% .013 17.38);--color-red-200:oklch(88.5% .062 18.334);--color-red-500:oklch(63.7% .237 25.331);--color-red-700:oklch(50.5% .213 27.518);--color-amber-50:oklch(98.7% .022 95.277);--color-amber-200:oklch(92.4% .12 95.746);--color-amber-500:oklch(76.9% .188 70.08);--color-amber-700:oklch(55.5% .163 48.998);--color-emerald-50:oklch(97.9% .021 166.113);--color-emerald-200:oklch(90.5% .093 164.15);--color-emerald-500:oklch(69.6% .17 162.48);--color-emerald-700:oklch(50.8% .118 165.612);--color-sky-50:oklch(97.7% .013 236.62);--color-sky-200:oklch(90.1% .058 230.902);--color-sky-500:oklch(68.5% .169 237.323);--color-sky-700:oklch(50% .134 242.749);--color-gray-50:oklch(98.5% .002 247.839);--color-gray-100:oklch(96.7% .003 264.542);--color-gray-200:oklch(92.8% .006 264.531);--color-gray-400:oklch(70.7% .022 261.325);--color-gray-600:oklch(44.6% .03 256.802);--spacing:.25rem;--leading-snug:1.375;--radius-md:.375rem;--radius-lg:.5rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::-moz-placeholder{opacity:1}::placeholder{opacity:1}@supports (not (-webkit-appearance:-apple-pay-button)) or (contain-intrinsic-size:1px){::-moz-placeholder{color:currentColor}::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::-moz-placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.pointer-events-auto{pointer-events:auto}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.top-4{top:calc(var(--spacing) * 4)}.left-1\/2{left:50%}.z-\[9999\]{z-index:9999}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.block{display:block}.flex{display:flex}.hidden{display:none}.inline{display:inline}.h-3\.5{height:calc(var(--spacing) * 3.5)}.h-4{height:calc(var(--spacing) * 4)}.w-3\.5{width:calc(var(--spacing) * 3.5)}.w-4{width:calc(var(--spacing) * 4)}.w-16{width:calc(var(--spacing) * 16)}.w-20{width:calc(var(--spacing) * 20)}.w-32{width:calc(var(--spacing) * 32)}.w-48{width:calc(var(--spacing) * 48)}.max-w-\[480px\]{max-width:480px}.min-w-\[280px\]{min-width:280px}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-2{--tw-translate-y:calc(var(--spacing) * -2);translate:var(--tw-translate-x) var(--tw-translate-y)}.translate-y-0{--tw-translate-y:calc(var(--spacing) * 0);translate:var(--tw-translate-x) var(--tw-translate-y)}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.flex-col{flex-direction:column}.items-center{align-items:center}.gap-2{gap:calc(var(--spacing) * 2)}.gap-2\.5{gap:calc(var(--spacing) * 2.5)}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)))}.rounded{border-radius:.25rem}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.border{border-style:var(--tw-border-style);border-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-amber-200{border-color:var(--color-amber-200)}.border-emerald-200{border-color:var(--color-emerald-200)}.border-gray-100{border-color:var(--color-gray-100)}.border-red-200{border-color:var(--color-red-200)}.border-sky-200{border-color:var(--color-sky-200)}.bg-amber-50{background-color:var(--color-amber-50)}.bg-emerald-50{background-color:var(--color-emerald-50)}.bg-gray-50{background-color:var(--color-gray-50)}.bg-gray-200{background-color:var(--color-gray-200)}.bg-red-50{background-color:var(--color-red-50)}.bg-sky-50{background-color:var(--color-sky-50)}.p-0\.5{padding:calc(var(--spacing) * .5)}.p-3{padding:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-5{padding-inline:calc(var(--spacing) * 5)}.py-2\.5{padding-block:calc(var(--spacing) * 2.5)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-4{padding-block:calc(var(--spacing) * 4)}.leading-snug{--tw-leading:var(--leading-snug);line-height:var(--leading-snug)}.text-amber-500{color:var(--color-amber-500)}.text-amber-700{color:var(--color-amber-700)}.text-emerald-500{color:var(--color-emerald-500)}.text-emerald-700{color:var(--color-emerald-700)}.text-gray-400{color:var(--color-gray-400)}.text-red-500{color:var(--color-red-500)}.text-red-700{color:var(--color-red-700)}.text-sky-500{color:var(--color-sky-500)}.text-sky-700{color:var(--color-sky-700)}.italic{font-style:italic}.opacity-0{opacity:0}.opacity-100{opacity:1}.shadow,.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-250{--tw-duration:.25s;transition-duration:.25s}@media (hover:hover){.hover\:text-gray-600:hover{color:var(--color-gray-600)}}}@font-face{font-family:ChanjingFont-01;src:url(/mock-fonts/files/subset-01.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-02;src:url(/mock-fonts/files/subset-02.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-03;src:url(/mock-fonts/files/subset-03.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-04;src:url(/mock-fonts/files/subset-04.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-05;src:url(/mock-fonts/files/subset-05.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-06;src:url(/mock-fonts/files/subset-06.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-08;src:url(/mock-fonts/files/subset-08.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-09;src:url(/mock-fonts/files/subset-09.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-10;src:url(/mock-fonts/files/subset-10.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-11;src:url(/mock-fonts/files/subset-11.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-12;src:url(/mock-fonts/files/subset-12.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-13;src:url(/mock-fonts/files/subset-13.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-14;src:url(/mock-fonts/files/subset-14.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-15;src:url(/mock-fonts/files/subset-15.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-16;src:url(/mock-fonts/files/subset-16.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-18;src:url(/mock-fonts/files/subset-18.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-38;src:url(/mock-fonts/files/subset-38.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-40;src:url(/mock-fonts/files/subset-40.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-41;src:url(/mock-fonts/files/subset-41.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-42;src:url(/mock-fonts/files/subset-42.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-43;src:url(/mock-fonts/files/subset-43.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-44;src:url(/mock-fonts/files/subset-44.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-45;src:url(/mock-fonts/files/subset-45.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-48;src:url(/mock-fonts/files/subset-48.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-49;src:url(/mock-fonts/files/subset-49.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-51;src:url(/mock-fonts/files/subset-51.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-53;src:url(/mock-fonts/files/subset-53.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-54;src:url(/mock-fonts/files/subset-54.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-66;src:url(/mock-fonts/files/subset-66.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-69;src:url(/mock-fonts/files/subset-69.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-70;src:url(/mock-fonts/files/subset-70.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-72;src:url(/mock-fonts/files/subset-72.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-73;src:url(/mock-fonts/files/subset-73.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-75;src:url(/mock-fonts/files/subset-75.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-76;src:url(/mock-fonts/files/subset-76.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-77;src:url(/mock-fonts/files/subset-77.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-78;src:url(/mock-fonts/files/subset-78.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-79;src:url(/mock-fonts/files/subset-79.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-80;src:url(/mock-fonts/files/subset-80.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-81;src:url(/mock-fonts/files/subset-81.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-82;src:url(/mock-fonts/files/subset-82.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-83;src:url(/mock-fonts/files/subset-83.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-84;src:url(/mock-fonts/files/subset-84.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-85;src:url(/mock-fonts/files/subset-85.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-86;src:url(/mock-fonts/files/subset-86.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-87;src:url(/mock-fonts/files/subset-87.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-89;src:url(/mock-fonts/files/subset-89.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-90;src:url(/mock-fonts/files/subset-90.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-91;src:url(/mock-fonts/files/subset-91.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-92;src:url(/mock-fonts/files/subset-92.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-93;src:url(/mock-fonts/files/subset-93.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-94;src:url(/mock-fonts/files/subset-94.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-95;src:url(/mock-fonts/files/subset-95.woff2)format("woff2");font-display:swap}@font-face{font-family:ChanjingFont-96;src:url(/mock-fonts/files/subset-96.woff2)format("woff2");font-display:swap}:root{--workspace-gap:20px;--toolbar-width:84px;--toolbar-drawer-width:420px;--right-panel-width:340px;--panel-radius:24px;--panel-surface:#ffffffeb;--panel-shadow:0 18px 48px #82765c1f;--panel-glow:#ffffff75;--stage-background:#f4f1eb;color:#1f2430;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at top,#ff846114,#0000 24%),linear-gradient(#fbfaf8,#f2f0ec);font-family:IBM Plex Sans,Segoe UI,sans-serif}*{box-sizing:border-box;scrollbar-color:#9093994d transparent}html,body,#root{min-height:100%;margin:0}body{min-height:100vh}button,input,textarea{font:inherit}button{cursor:pointer}img.image-load-failed{opacity:0}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ui-button{color:inherit;background:#fff;border:1px solid #ffffff14;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:10px 16px;transition:border-color .14s,background-color .14s,box-shadow .14s,opacity .14s;display:inline-flex}.ui-button:hover:not(:disabled){border-color:#1f24301f;box-shadow:0 6px 18px #78756e14}.ui-button:disabled{cursor:not-allowed;opacity:.42}.ui-button--primary{color:#fff;background:linear-gradient(135deg,#ff7d5c,#ff5136);border-color:#ff864d73}.ui-button--danger{color:#fff;background:linear-gradient(135deg,#912525e6,#e64c4ceb);border-color:#ff5f5f66}.ui-button--ghost{background:#fff}.ui-input,.ui-textarea{width:100%;min-height:96px;color:inherit;resize:vertical;background:#fff;border:1px solid #1f24301f;border-radius:14px;outline:none;line-height:1.5;transition:border-color .14s,box-shadow .14s,background-color .14s}.ui-input{min-height:44px}.ui-textarea::-moz-placeholder,.ui-input::-moz-placeholder{color:#a2abbb}.ui-textarea::placeholder,.ui-input::placeholder{color:#a2abbb}.ui-input:hover,.ui-textarea:hover{border-color:#1f24302e}.ui-input:focus,.ui-textarea:focus{border-color:#ff6e4c7a;box-shadow:0 0 0 3px #ff6e4c1f}.auth-page{z-index:1000;color:#101828;background:0 0;place-items:center;min-height:100vh;padding:64px 48px;display:grid;position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto}.auth-page--standalone{z-index:auto;background:#fff;grid-template-columns:minmax(420px,1fr) minmax(560px,1fr);place-items:stretch stretch;width:100%;height:100vh;min-height:100vh;padding:0;display:grid;position:relative;overflow:hidden}.auth-page:before{content:"";background:#0a0a0ab3;position:fixed;top:0;right:0;bottom:0;left:0}.auth-page--standalone:before{display:none}.auth-standalone-visual{background:#0a0f1a;height:100vh;min-height:0;overflow:hidden}.auth-standalone-visual img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%;min-height:0;display:block}.auth-shell{z-index:1;flex-direction:column;align-items:center;width:min(1074px,100%);display:flex;position:relative}.auth-dialog{background:#fff;border-radius:22.4px;grid-template-columns:448px minmax(0,576px);width:min(1024px,100%);min-height:555px;display:grid;overflow:hidden;box-shadow:0 30px 80px #00000047}.auth-brand-panel{background:var(--auth-brand-background,linear-gradient(180deg, #f3effb 0%, #fff 100%));min-height:555px;transition:background .42s;position:relative;overflow:hidden}.auth-brand{z-index:2;color:#0a0a0a;align-items:center;gap:8px;height:30.2px;text-decoration:none;display:inline-flex;position:absolute;top:24.6px;left:20.9px}.auth-brand-logo{background:#fff;border-radius:8.6px;place-items:center;width:30.2px;height:30.2px;display:grid;overflow:hidden}.auth-brand-logo img{-o-object-fit:contain;object-fit:contain;width:30.2px;height:30.2px}.auth-brand strong{font-size:18px;font-weight:600;line-height:30.2px}.auth-carousel{border-radius:24px;width:264px;height:353px;position:absolute;top:75px;left:92px;overflow:hidden}.auth-carousel-track{width:-moz-max-content;width:max-content;height:100%;transition:transform .42s;display:flex}.auth-carousel-slide{-o-object-fit:cover;object-fit:cover;flex:0 0 264px;width:264px;height:353px}.auth-carousel-indicators{justify-content:center;gap:6px;display:inline-flex;position:absolute;top:437px;left:0;right:0}.auth-carousel-indicator{background:#171b2333;border:0;border-radius:999px;width:35.2px;height:2.4px;padding:0;transition:background-color .16s}.auth-carousel-indicator[aria-current=true]{background:#171b23}.auth-brand-headline{color:#4a56ff;text-align:center;width:200px;margin:0;font-size:18px;font-weight:600;line-height:31.2px;position:absolute;top:453px;left:124px}.auth-gift-badge{color:#ff6900;background:linear-gradient(#fff7eb,#fff1df);border:1px solid #ff6900;border-radius:17.6px;justify-content:center;align-items:center;gap:6px;width:288px;height:32px;margin:0;font-size:12px;font-weight:500;line-height:18px;display:inline-flex;position:absolute;top:493px;left:80px}.auth-gift-badge img{-o-object-fit:contain;object-fit:contain;width:18px;height:18px}.auth-content{background:#fff;min-height:555px;padding-top:32px;position:relative}.auth-content--standalone{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;min-height:0;padding:64px 0 96px;display:flex}.auth-content h1{color:#101828;text-align:center;margin:0;font-size:30px;font-weight:600;line-height:54.7px}.auth-method-tabs{background:#f0f2f5;border-radius:8.6px;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;width:450.3px;height:55.8px;margin:20px auto 0;padding:4.3px;display:grid}.auth-content--standalone .auth-method-tabs{margin-top:42px}.auth-method-tab{color:#6b7280;background:0 0;border:0;border-radius:6.4px;justify-content:center;align-items:center;gap:9.6px;height:47.2px;font-size:16.1px;font-weight:500;line-height:24.1px;display:inline-flex}.auth-method-tab[aria-selected=true]{color:#111827;background:#fff;font-weight:600}.auth-method-tab img{-o-object-fit:contain;object-fit:contain;width:19.3px;height:19.3px}.auth-method-tab+.auth-method-tab img{width:17.2px;height:17.2px}.auth-wechat{flex-direction:column;align-items:center;display:flex}.auth-qr-frame{background:#fff;place-items:center;width:210.2px;height:210.2px;margin-top:20px;display:grid;position:relative;overflow:hidden}.auth-content--standalone .auth-qr-frame{width:262.7px;height:262.7px;margin-top:38px}.auth-qr-placeholder,.auth-qr-container{width:210.2px;height:210.2px}.auth-content--standalone .auth-qr-placeholder,.auth-content--standalone .auth-qr-container{width:262.7px;height:262.7px}.auth-qr-placeholder{-o-object-fit:contain;object-fit:contain}.auth-qr-container{background:#fff;position:absolute;top:0;right:0;bottom:0;left:0}.auth-qr-container.is-hidden{display:none}.auth-wechat .auth-agreement,.auth-form--sms .auth-agreement{margin:20px 0 0}.auth-content--standalone .auth-wechat .auth-agreement,.auth-content--standalone .auth-form--sms .auth-agreement,.auth-content--standalone .auth-wechat-link{display:none}.auth-agreement{color:#5f6b7a;text-align:center;font-size:12px;font-weight:400;line-height:18px}.auth-agreement a{color:inherit;text-decoration:none}.auth-feedback{color:#5f6b7a;text-align:center;min-height:18px;margin:8px 0 0;font-size:12px;line-height:18px}.auth-feedback--error{color:#ff4d4f}.auth-wechat-link{color:#5f6b7a;text-underline-offset:3px;margin-top:4px;font-size:12px;line-height:18px;text-decoration:underline}.auth-form{width:460px;margin:20px auto 0}.auth-content--standalone .auth-form{margin-top:50px}.auth-form input{color:#111827;background:0 0;border:0;outline:none;width:100%;min-width:0;font-size:16px;font-weight:400;line-height:22.4px}.auth-form input::-moz-placeholder{color:#11182780}.auth-form input::placeholder{color:#11182780}.auth-form--sms{gap:20px;display:grid}.auth-phone-field,.auth-code-row label,.auth-form--password label{background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;height:60px;display:flex}.auth-phone-field{padding:0 16px 0 18px;position:relative}.auth-country-backdrop{z-index:20;cursor:default;background:#0000001a;border:0;padding:0;position:fixed;top:0;right:0;bottom:0;left:0}.auth-country-code{color:#374151;background:0 0;border:0;flex:none;align-items:center;gap:8px;margin-right:24px;padding:0;font-size:16px;font-weight:500;line-height:24px;display:inline-flex}.auth-country-code-icon{border-bottom:1.6px solid #374151;border-right:1.6px solid #374151;width:8px;height:8px;transform:translateY(-2px)rotate(45deg)}.auth-country-notice{z-index:21;color:#fff;background:#0a0a0aeb;border-radius:8px;max-width:260px;padding:8px 12px;font-size:12px;font-weight:500;line-height:18px;position:absolute;top:50px;left:16px;box-shadow:0 8px 18px #0f172a38}.auth-country-notice:before{content:"";background:inherit;width:10px;height:10px;position:absolute;top:-5px;left:36px;transform:rotate(45deg)}.auth-code-row{grid-template-columns:308px 140px;gap:12px;display:grid}.auth-code-row label{padding:0 16px}.auth-code-row button{color:#fff;background:#0a0a0a;border:0;border-radius:8px;height:60px;font-size:15px;font-weight:500;line-height:22.5px}.auth-submit{color:#fff;background:#0a0a0a;border:0;border-radius:8px;width:100%;height:60px;font-size:17px;font-weight:600;line-height:25.5px}.auth-submit:disabled{cursor:not-allowed;background:#cad5e2}.auth-form--password{gap:14px;display:grid}.auth-password-title{color:#111827;text-align:center;margin:0 0 2px;font-size:16px;font-weight:600;line-height:24px}.auth-form--password label{color:#374151;grid-template-columns:88px minmax(0,1fr);padding:0 16px;font-size:16px;font-weight:500;display:grid}.auth-more-login{color:#5f6b7a;background:0 0;border:0;align-items:center;gap:8px;height:20.4px;padding:0;font-size:13.6px;font-weight:500;line-height:20.4px;display:inline-flex;position:absolute;bottom:55px;left:50%;transform:translate(-50%)}.auth-content--standalone .auth-more-login{margin-top:18px;position:static;transform:none}.auth-content--has-footer-feedback .auth-more-login{bottom:24px}.auth-content--standalone.auth-content--has-footer-feedback .auth-more-login{margin-top:18px;position:static;transform:none}.auth-more-login img{-o-object-fit:contain;object-fit:contain;width:16px;height:16px}.auth-corner-switch{clip-path:polygon(100% 0,100% 100%,0 0);background:linear-gradient(135deg,#fff9e8,#edf4ff);border:0;width:68.8px;height:68.8px;padding:0;position:absolute;top:0;right:0}.auth-content--standalone .auth-corner-switch{display:none}.auth-corner-switch-icon{-o-object-fit:contain;object-fit:contain;color:#4a5160;width:17.6px;height:17.6px;position:absolute;top:11.2px;right:11.2px}.auth-close{background:#000;border:1px solid #fff;border-radius:50%;place-items:center;width:44.8px;height:44.8px;margin-top:22.4px;display:grid}.auth-close img{-o-object-fit:contain;object-fit:contain;width:17.6px;height:17.6px}.auth-auto-login{color:#64748b;align-items:center;gap:8px;height:22px;font-size:14px;font-weight:400;line-height:21px;display:inline-flex;position:absolute;top:686px;left:50%;transform:translate(-50%)}.auth-content--standalone .auth-auto-login{margin-top:18px;position:static;transform:none}.auth-page--sms .auth-auto-login,.auth-page--password .auth-auto-login{top:632px}.auth-auto-login input{accent-color:#0a0a0a;width:16px;height:16px;margin:0}.auth-standalone-agreement{color:#5f6b7a;text-align:center;margin:0;font-size:14px;font-weight:400;line-height:21px;position:absolute;bottom:28px;left:0;right:0}.auth-standalone-agreement a{color:inherit;text-decoration:none}@media (max-width:1120px){.auth-page{padding:40px 24px}.auth-dialog{grid-template-columns:minmax(320px,448px) minmax(0,576px)}.auth-page--standalone{grid-template-columns:44% 56%}}@media (max-width:860px){.auth-dialog{grid-template-columns:1fr}.auth-brand-panel{display:none}.auth-method-tabs,.auth-form{width:min(460px,100% - 48px)}.auth-code-row{grid-template-columns:minmax(0,1fr)}.auth-page--standalone{grid-template-columns:1fr;overflow:auto}.auth-standalone-visual{display:none}.auth-content--standalone{min-height:100vh;padding-top:96px}.auth-content--standalone .auth-method-tabs,.auth-content--standalone .auth-form{width:min(460px,100% - 48px)}.auth-content--standalone .auth-qr-frame{width:210.2px;height:210.2px;margin-top:28px}.auth-content--standalone .auth-qr-placeholder,.auth-content--standalone .auth-qr-container{width:210.2px;height:210.2px}.auth-auto-login{top:auto;bottom:118px}.auth-content--standalone .auth-more-login,.auth-content--standalone.auth-content--has-footer-feedback .auth-more-login{top:auto;bottom:82px}.auth-standalone-agreement{padding:0 24px;bottom:34px}}.editor-page{background:radial-gradient(circle at 0 0,#ff8b5e14,#0000 22%),linear-gradient(#f7f5f1,#efede8);height:100vh;padding:10px;position:relative;overflow:hidden}.home-page{color:#0a0a0a;background:#f4f7fb;grid-template-columns:216px minmax(0,1fr);min-height:100vh;display:grid}.home-page--mine{background:#fff}.home-sidebar{background:#fbfcff;border-right:1px solid #222d4a0a;flex-direction:column;height:100vh;padding:30px 16px 50px;display:flex;position:sticky;top:0}.home-brand{align-items:center;gap:12px;min-height:50px;margin-bottom:48px;display:flex}.home-brand-mark{-o-object-fit:contain;object-fit:contain;width:52px;height:52px}.home-brand strong,.home-brand span{display:block}.home-brand strong{font-size:22px;line-height:1.1}.home-brand span{color:#909eb5;margin-top:5px;font-size:12px}.home-nav{flex-direction:column;gap:18px;display:flex}.home-nav-item{color:#62748e;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:14px;width:100%;height:50px;padding:0 24px;font-size:18px;font-weight:600;transition:background-color .16s,color .16s,transform .16s;display:flex}.home-nav-item:hover{color:#22304c;background:#f0f4fb}.home-nav-item span{white-space:nowrap}.home-nav-icon{-o-object-fit:contain;object-fit:contain;width:20px;height:20px}.home-nav-item.is-active{color:#0a0a0a;background:#eef3ff}.home-nav-item em{color:#fff;white-space:nowrap;background:#ff4a3f;border-radius:7px;justify-content:center;align-items:center;min-width:42px;height:24px;padding:0 8px;font-size:14px;font-style:normal;display:inline-flex}.home-guide{background:#fff0e6;border:0;border-radius:10px;width:184px;height:151px;margin-top:auto;padding:0;transition:box-shadow .16s,transform .16s;position:relative;overflow:hidden}.home-guide:hover{transform:translateY(-2px);box-shadow:0 16px 32px #ff813a2e}.home-guide img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.home-shell{min-width:0}.home-topbar{z-index:10;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f4f7fbeb;justify-content:flex-end;align-items:center;gap:20px;height:70px;padding:0 30px;display:flex;position:sticky;top:0}.home-page--mine .home-topbar{background:#fffffff0}.home-member-button,.home-top-links button,.home-icon-actions button,.home-user{color:#62748e;background:0 0;border:0}.home-member-button{border-radius:17px;justify-content:center;align-items:center;width:100px;height:34px;padding:0;display:inline-flex;overflow:hidden}.home-member-button img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;display:block}.home-top-links{gap:22px;display:flex}.home-top-links button{padding:4px 0;font-size:13px;font-weight:600}.home-top-links button:hover,.home-icon-actions button:hover,.home-user:hover{color:#1d293f}.home-icon-actions{align-items:center;gap:13px;display:flex}.home-notification-anchor,.home-account-anchor{place-items:center;display:grid;position:relative}.home-icon-actions button,.home-user{place-items:center;width:28px;height:28px;padding:0;display:grid;position:relative}.home-icon-actions img{-o-object-fit:contain;object-fit:contain;width:18px;height:18px;display:block}.home-notification-badge{color:#fff;background:#ff5f43;border:2px solid #fff;border-radius:999px;place-items:center;min-width:15px;height:15px;padding:0 3px;font-size:10px;font-weight:800;line-height:1;display:inline-grid;position:absolute;top:0;right:-3px}.home-notification-panel{z-index:30;background:#fff;border:1px solid #222d4a14;border-radius:8px;flex-direction:column;width:360px;max-height:min(520px,100vh - 86px);padding:16px;display:flex;position:absolute;top:40px;right:-74px;box-shadow:0 24px 60px #1d2b482e}.home-notification-backdrop{z-index:29;background:#0000001a;border:0;width:100vw;height:100vh;padding:0;display:block;position:fixed;top:0;right:0;bottom:0;left:0}.home-login-bonus{z-index:12;color:#fff;text-align:center;white-space:nowrap;opacity:0;pointer-events:none;background:#0a0a0acc;border-radius:6px;width:256px;height:40px;font-size:14px;font-weight:500;line-height:40px;transition:opacity .14s,transform .14s;display:block;position:absolute;top:calc(100% + 10px);right:0;transform:translateY(-4px)}.home-login-bonus:after{content:"";border-bottom:8px solid #0a0a0acc;border-left:8px solid #0000;border-right:8px solid #0000;width:0;height:0;position:absolute;bottom:100%;right:50px}.home-account-anchor:hover .home-login-bonus,.home-account-anchor:focus-within .home-login-bonus{opacity:1;transform:translateY(0)}.home-account-backdrop{z-index:29;background:#0000001a;border:0;width:100vw;height:100vh;padding:0;position:fixed;top:0;right:0;bottom:0;left:0}.home-account-panel{z-index:30;background:#fff;border:0;border-radius:16px;width:360px;min-height:457px;padding:26px 17px 18px;position:absolute;top:40px;right:-8px;box-shadow:0 24px 60px #1d2b482e}.home-account-summary{align-items:flex-start;gap:12px;display:flex}.home-account-avatar{background:#f4f4f4;border-radius:50%;flex:none;place-items:center;width:64px;height:64px;display:grid}.home-account-avatar img{-o-object-fit:contain;object-fit:contain;border-radius:50%;width:57px;height:57px}.home-account-identity{flex-direction:column;flex:1;gap:2px;min-width:0;padding-top:5px;display:flex}.home-account-title-row{align-items:center;gap:6px;min-width:0;display:flex}.home-account-title-row strong{color:#1d2430;text-overflow:ellipsis;white-space:nowrap;font-size:15.5px;font-weight:600;line-height:21.7px;overflow:hidden}.home-account-free-tag{color:#90a1b9;background:#f1f5f9;border-radius:3.6px;justify-content:center;align-items:center;width:68px;height:29px;font-size:14.4px;font-weight:400;line-height:20px;display:inline-flex}.home-account-free-tag.is-active{color:#9a5b1f;background:#fff4e6;width:auto;min-width:78px;padding:0 9px}.home-account-phone-row{color:#5f6b7a;align-items:center;gap:7px;min-height:17px;font-size:12px;line-height:16.8px;display:flex}.home-account-copy{background:0 0;border:0;width:18px;height:18px;padding:0;position:relative}.home-account-copy:before,.home-account-copy:after{content:"";border:1px solid #667085;border-radius:1px;position:absolute}.home-account-copy:before{width:6px;height:6px;top:7px;left:4px}.home-account-copy:after{background:#fff;width:7px;height:7px;top:4px;left:7px}.home-account-identity small{color:#90a1b9;font-size:12px;line-height:16.8px}.home-account-vip-card{background:radial-gradient(circle at 88% 16%,#ffffff57,#0000 30%),linear-gradient(135deg,#7a4a20,#ba7b3b 52%,#f1c489);border-radius:10px;justify-content:space-between;align-items:center;width:326px;height:81px;margin-top:17px;padding:14px 15px 14px 16px;display:flex;position:relative}.home-account-vip-card.is-active{background:radial-gradient(circle at 88% 16%,#ffffff61,#0000 30%),linear-gradient(135deg,#33251a,#9a6531,#f3c985)}.home-account-vip-copy{grid-template-columns:22px minmax(0,1fr);align-items:center;gap:3px 7px;min-width:0;display:grid}.home-account-vip-icon{color:#7a4a20;background:#f6d7b0;border-radius:50%;place-items:center;width:22px;height:22px;font-size:8px;font-weight:700;display:grid}.home-account-vip-copy strong{color:#fff;letter-spacing:0;white-space:nowrap;font-size:18px;font-weight:600;line-height:26.6px}.home-account-vip-copy small{color:#fff;grid-column:1/3;font-size:13px;font-weight:400;line-height:18.2px}.home-account-member-action{color:#7a4a20;background:#f6d7b0;border:0;border-radius:6px;flex:none;width:66px;height:24px;font-size:12.5px;font-weight:600;line-height:17.5px}.home-account-bean-expiry{z-index:2;background:#fff;border:1px solid #eaeef4f5;border-radius:10px;width:326px;padding:12px 14px;position:absolute;top:90px;left:0;box-shadow:0 18px 42px #1d2b4824}.home-account-bean-expiry strong{color:#171b23;font-size:14px;font-weight:600;line-height:20px;display:block}.home-account-bean-expiry span{color:#667085;margin-top:2px;font-size:12px;line-height:18px;display:block}.home-account-bean-expiry dl{margin:8px 0 0}.home-account-bean-expiry div{color:#45556c;justify-content:space-between;align-items:center;min-height:24px;font-size:12px;display:flex}.home-account-bean-expiry dt,.home-account-bean-expiry dd{margin:0}.home-account-bean-expiry dd{color:#171b23;font-weight:600}.home-account-menu{margin-top:22px}.home-account-menu button{color:#0a0a0a;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;height:47px;padding:0 10px 0 16px;font-size:14px;font-weight:400;line-height:19.6px;display:flex}.home-account-menu button:hover{background:#f8fafc}.home-account-menu-arrow{border-top:1.5px solid #90a1b9;border-right:1.5px solid #90a1b9;width:8px;height:8px;transform:rotate(45deg)}.home-account-logout{color:#ff4d4f;background:0 0;border:0;border-top:1px solid #eceff2;border-radius:0;width:326px;height:38px;margin-top:12px;font-size:14px;font-weight:400;line-height:19.6px}.home-account-logout:hover{color:#ff4d4f;background:#fff7f7}.home-notification-head{border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:12px;display:flex}.home-notification-head h2{color:#1f2430;margin:0;font-size:18px;line-height:1.3}.home-notification-head span{color:#7d8795;margin-top:4px;font-size:12px;display:block}.home-notification-head>button{color:#7d8795;border-radius:6px;width:28px;height:28px;font-size:18px;line-height:1}.home-notification-head>button:hover{background:#f3f6fb}.home-notification-actions{justify-content:flex-end;gap:10px;padding:12px 0;display:flex}.home-notification-actions button{color:#334155;background:#fff;border:1px solid #e2e7ef;border-radius:6px;width:auto;min-width:72px;height:30px;padding:0 10px;font-size:12px;font-weight:800}.home-notification-actions button:last-child{color:#fff;background:#1f2430;border-color:#0000}.home-notification-actions button:disabled{cursor:not-allowed;opacity:.48}.home-notification-status{color:#708098;place-items:center;min-height:64px;font-size:13px;display:grid}.home-notification-status.is-error{color:#d94b32;background:#fff3f1;border-radius:6px}.home-notification-list{gap:8px;padding-right:2px;display:grid;overflow:auto}.home-notification-item{color:#1f2430;text-align:left;background:#fff;border:1px solid #edf0f5;border-radius:8px;width:100%;min-height:76px;padding:11px 12px}.home-notification-item:hover{background:#fbfcff;border-color:#d9e1ee}.home-notification-item:disabled{cursor:wait;opacity:.62}.home-notification-item span{justify-content:space-between;align-items:center;gap:12px;display:flex}.home-notification-item strong{color:#1f2430;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:800;overflow:hidden}.home-notification-item small{color:#9aa3b1;flex:none;font-size:12px}.home-notification-item em{color:#5f6b7c;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-top:7px;font-size:13px;font-style:normal;line-height:1.45;display:-webkit-box;overflow:hidden}.home-notification-item.is-unread{background:#fff9f7;border-color:#ff7d623d}.home-notification-item.is-unread strong:before{content:"";background:#ff5f43;border-radius:50%;width:6px;height:6px;margin:0 7px 1px 0;display:inline-block}.home-user{border-radius:50%;width:38px;height:38px;overflow:hidden}.home-login-register-button{color:#fff;letter-spacing:0;background:linear-gradient(135deg,#ff2056,#ff8904);border-radius:6px;width:117px;height:34px;font-size:13px;font-weight:500;line-height:19.5px;overflow:visible}.home-login-register-button:hover,.home-login-register-button:focus-visible{color:#fff;background:linear-gradient(135deg,#ff2056,#ff8904)}.home-user img{-o-object-fit:contain;object-fit:contain;width:36px;height:36px;display:block}.home-main{max-width:1224px;margin:0 auto;padding:50px 30px 27px 32px}.home-notice{color:#708098;align-items:center;min-height:36px;margin:-34px 0 14px;font-size:13px;display:flex}.home-hero-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:17px;margin-bottom:30px;display:grid}.home-hero-card{border-radius:14px;min-height:200px;position:relative;overflow:hidden;box-shadow:0 18px 40px #1d2f5414}.home-hero-card:after{content:"";pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0}.home-hero-card--broadcast:after{background:linear-gradient(90deg,#ff5f46eb,#ff7e32c7 44%,#0000 78%)}.home-hero-card--custom:after{background:linear-gradient(90deg,#0060fff0,#4142d4d1 45%,#0000 78%)}.home-hero-card--video:after{background:linear-gradient(90deg,#641371f0,#400d5bd1 45%,#0000 78%)}.home-hero-visual{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0}.home-hero-content{z-index:1;color:#fff;flex-direction:column;align-items:flex-start;min-height:200px;padding:28px 20px 25px;display:flex;position:relative}.home-hero-content h2{letter-spacing:0;margin:0;font-size:24px;line-height:1.2}.home-hero-content p{margin:10px 0 0;font-size:14px;line-height:1.45}.home-hero-actions{gap:12px;margin-top:auto;display:flex}.home-card-button{background:0 0;border:0;border-radius:9px;width:99px;height:36px;padding:0;transition:transform .16s,box-shadow .16s;display:block;overflow:hidden}.home-card-button:hover{transform:translateY(-1px);box-shadow:0 8px 18px #0000001f}.home-card-button img{-o-object-fit:contain;object-fit:contain;width:99px;height:36px;display:block}.home-section{background:#ffffffe0;border-radius:14px;box-shadow:0 16px 40px #1f30520a}.home-toolbox{margin-bottom:20px;padding:22px 20px 25px}.home-library-section{margin-bottom:20px;padding:24px 20px}.home-section-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px;display:flex}.home-section-header h2{color:#0a0a0a;letter-spacing:0;margin:0;font-size:24px;line-height:1.2}.home-section-header button{color:#909eb5;background:0 0;border:0;align-items:center;gap:4px;font-size:12px;display:inline-flex}.home-tool-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.home-tool-card{color:#1d293d;text-align:left;background:#fff;border:1px solid #0000;border-radius:9px;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:12px;min-height:74px;padding:14px;transition:border-color .16s,box-shadow .16s,transform .16s;display:grid}.home-tool-card:hover,.home-tool-card.is-active{border-color:#35548c1a;transform:translateY(-1px);box-shadow:0 12px 26px #21325614}.home-tool-icon{width:44px;height:44px}.home-tool-icon img{-o-object-fit:contain;object-fit:contain;width:44px;height:44px;display:block}.home-tool-card strong,.home-tool-card small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.home-tool-card strong{font-size:16px;line-height:1.25}.home-tool-card small{color:#909eb5;margin-top:4px;font-size:12px}.home-tabs{align-items:center;gap:10px;min-height:28px;margin-bottom:16px;display:flex;overflow-x:auto}.home-tabs button{color:#5f6f88;background:#f4f7fb;border:0;border-radius:6px;flex:none;min-width:46px;height:28px;padding:0 12px;font-size:12px;font-weight:600}.home-tabs button.is-active{color:#17233a;background:#ecf2ff}.home-media-row{grid-template-columns:repeat(7,minmax(0,150px));align-items:stretch;gap:12px;padding-bottom:2px;display:grid;overflow-x:auto}.home-custom-avatar-card,.home-media-card{border-radius:14px;width:150px;height:200px}.home-custom-avatar-card{background:0 0;border:0;padding:0;overflow:hidden}.home-custom-avatar-card img{-o-object-fit:contain;object-fit:contain;width:150px;height:200px;display:block}.home-media-card{background:#e9edf5;transition:box-shadow .16s,transform .16s;position:relative;overflow:hidden}.home-media-card:hover,.home-media-card:focus-within{transform:translateY(-2px);box-shadow:0 14px 28px #1d2b4824}.home-media-card>button:first-child{background:0 0;border:0;width:100%;height:100%;padding:0;display:block}.home-media-card img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.home-media-badge{display:none;position:absolute;top:0;left:12px}.home-media-actions{pointer-events:none;justify-content:flex-end;display:flex;position:absolute;bottom:9px;right:9px}.home-media-actions button{color:#111827;opacity:0;pointer-events:auto;background:#ffffffeb;border:0;border-radius:7px;flex:none;height:28px;padding:0 10px;font-size:12px;font-weight:600;transition:opacity .16s,transform .16s;transform:translateY(4px)}.home-media-card:hover .home-media-actions button,.home-media-card:focus-within .home-media-actions button{opacity:1;transform:translateY(0)}.home-media-card.is-disabled{background:#edf1f7}.home-media-card.is-disabled img{filter:grayscale(.35);opacity:.72}.home-media-card.is-disabled .home-media-actions button{color:#7a8798;background:#f5f7fbf0}.home-media-title,.home-media-status{text-overflow:ellipsis;pointer-events:none;position:absolute;left:10px;right:10px;overflow:hidden}.home-media-title{color:#fff;text-shadow:0 1px 5px #0e172a99;white-space:nowrap;font-size:13px;font-weight:800;line-height:1.3;bottom:44px}.home-media-status{color:#ffffffeb;text-shadow:0 1px 5px #0e172a99;white-space:nowrap;font-size:11px;font-weight:700;line-height:1.2;bottom:28px}.home-catalog-section{flex-direction:column;min-height:calc(100vh - 128px);display:flex}.home-catalog-grid{grid-template-columns:repeat(6,150px);align-items:stretch;gap:14px;display:grid;overflow-x:auto}.home-catalog-status{color:#708098;align-items:center;min-height:72px;font-size:14px;display:flex}.home-catalog-inline-status{color:#708098;border:1px dashed #d9e1ee;border-radius:14px;justify-content:center;align-items:center;width:312px;height:200px;font-size:14px;display:flex}.home-pagination{justify-content:center;align-items:center;gap:12px;min-height:36px;margin-top:auto;padding-top:24px;display:flex}.home-pagination button{color:#334155;background:#fff;border:1px solid #d9e1ee;border-radius:7px;min-width:78px;height:32px;font-size:12px;font-weight:600}.home-pagination button:disabled{cursor:not-allowed;opacity:.45}.home-pagination span{color:#708098;font-size:12px}.home-voice-controls{flex-direction:column;gap:16px;margin-bottom:4px;display:flex}.home-avatar-controls{margin-bottom:10px}.home-avatar-header-row{justify-content:space-between;align-items:center;gap:20px;display:flex}.home-avatar-requirement{color:#fff;background:#1f2430;border:0;border-radius:6px;flex:none;height:36px;padding:0 16px;font-size:13px;font-weight:800}.home-voice-source-tabs,.home-voice-toolbar,.home-voice-filters{align-items:center;display:flex}.home-voice-source-tabs{gap:28px;min-height:40px}.home-voice-source-tabs button{color:#7d8795;background:0 0;border:0;height:40px;padding:0 0 8px;font-size:16px;font-weight:800;position:relative}.home-voice-source-tabs button.is-active,.home-voice-source-tabs button[aria-selected=true]{color:#1f2430}.home-voice-source-tabs button.is-active:after,.home-voice-source-tabs button[aria-selected=true]:after{content:"";background:#1f2430;border-radius:3px;height:3px;position:absolute;bottom:0;left:6px;right:6px}.home-voice-toolbar{justify-content:space-between;gap:20px}.home-voice-toolbar .home-tabs{margin:0}.home-voice-search{color:#9aa4b2;background:#fff;border:1px solid #e2e7ef;border-radius:6px;grid-template-columns:22px minmax(0,1fr);align-items:center;width:280px;height:36px;margin-left:auto;padding:0 10px;display:grid}.home-voice-search input{color:#1f2430;background:0 0;border:0;outline:none;min-width:0;font-size:13px}.home-voice-search input::-moz-placeholder{color:#bdc5d2}.home-voice-search input::placeholder{color:#bdc5d2}.home-voice-reset{color:#4b5565;background:#f1f3f7;border:0;border-radius:6px;height:36px;padding:0 16px;font-size:13px;font-weight:800}.home-voice-filters{gap:14px;min-height:42px}.home-voice-filter-select{color:#45556c;grid-template-columns:auto minmax(90px,112px);align-items:center;gap:8px;font-size:13px;font-weight:700;display:grid}.home-voice-filter-select select{color:#1f2430;background:#fff;border:1px solid #e2e7ef;border-radius:6px;outline:none;width:100%;height:34px;padding:0 26px 0 10px;font-size:13px}.home-voice-card,.home-work-card{background:#fff;border-radius:14px;width:150px;height:200px;transition:box-shadow .16s,transform .16s;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #222d4a0f}.home-voice-card:hover,.home-voice-card:focus-within,.home-work-card:hover,.home-work-card:focus-within{transform:translateY(-2px);box-shadow:inset 0 0 0 1px #222d4a14,0 14px 28px #1d2b481f}.home-work-card.is-focused{box-shadow:inset 0 0 0 2px #ff6b35b8,0 0 0 3px #ff6b3524}.home-voice-card>button,.home-work-card>button{color:#17233a;text-align:left;background:0 0;border:0;flex-direction:column;width:100%;height:100%;padding:16px 14px;display:flex}.home-voice-card>button{padding-bottom:48px}.home-voice-icon{color:#274c9f;background:#ecf2ff;border-radius:14px;place-items:center;width:54px;height:54px;margin-bottom:24px;font-size:28px;font-weight:700;display:grid}.home-voice-card strong,.home-voice-card small,.home-voice-card em,.home-work-card strong,.home-work-card small{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}.home-voice-card strong,.home-work-card strong{font-size:16px;line-height:1.25}.home-voice-card small,.home-work-card small{color:#708098;margin-top:8px;font-size:12px}.home-voice-card em{color:#ff6b35;margin-top:auto;font-size:12px;font-style:normal;font-weight:700}.home-voice-actions{position:absolute;bottom:12px;left:12px;right:12px}.home-voice-actions button{color:#fff;background:#1f2430;border:0;border-radius:6px;width:100%;height:32px;font-size:12px;font-weight:800}.home-work-card>button{padding:0}.home-work-preview{background:#e9edf5;width:150px;height:138px;display:block;overflow:hidden}.home-work-preview img,.home-work-preview video{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.home-work-card strong,.home-work-card small{margin-inline:12px}.home-work-card strong{margin-top:12px}.my-page{color:#1f2430;min-height:calc(100vh - 120px)}.my-primary-tabs{align-items:center;gap:34px;margin-bottom:28px;display:flex}.my-primary-tabs button{color:#9aa3b1;background:0 0;border:0;padding:0;font-size:28px;font-weight:800;line-height:1.2}.my-primary-tabs button.is-active{color:#1f2430}.my-asset-tabs{border-bottom:1px solid #edf0f5;align-items:center;gap:34px;min-height:36px;margin-bottom:28px;display:flex}.my-asset-tabs button{color:#9aa3b1;background:0 0;border:0;height:36px;padding:0;font-size:18px;font-weight:800;position:relative}.my-asset-tabs button.is-active{color:#1f2430}.my-asset-tabs button.is-active:after{content:"";background:#1f2430;border-radius:3px;height:3px;position:absolute;bottom:-1px;left:0;right:0}.my-asset-panel{min-height:540px}.my-toolbar{justify-content:space-between;align-items:center;min-height:40px;margin-bottom:34px;display:flex}.my-actions{align-items:center;gap:12px;display:flex}.my-search{color:#7d8795;background:#fff;border:1px solid #e2e7ef;border-radius:6px;grid-template-columns:22px minmax(0,1fr);align-items:center;width:230px;height:36px;padding:0 10px;display:grid}.my-search span{font-size:14px}.my-search input{color:#1f2430;background:0 0;border:0;outline:none;min-width:0;font-size:13px}.my-search input::-moz-placeholder{color:#bdc5d2}.my-search input::placeholder{color:#bdc5d2}.my-primary-action,.my-secondary-action{border:0;border-radius:6px;height:36px;padding:0 16px;font-size:13px;font-weight:800}.my-primary-action{color:#fff;background:#1f2430}.my-secondary-action{color:#4b5565;background:#f1f3f7}.my-section-title-row{justify-content:space-between;align-items:center;gap:20px;min-height:34px;margin-bottom:14px;display:flex}.my-section-title-row h2{color:#1f2430;flex:none;margin:0;font-size:18px;line-height:1.2}.my-video-tools{flex:1;justify-content:flex-end;align-items:center;gap:18px;min-width:0;display:flex}.my-retention{color:#7d8795;flex:none;align-items:center;gap:22px;font-size:12px;display:flex}.my-retention button{color:#ff7d62;background:#fff3f1;border:1px solid #0000;border-radius:18px;height:36px;padding:0 14px;font-size:12px;font-weight:800}.my-retention button.is-active,.my-retention button[aria-pressed=true]{color:#fff;background:#ff7d62;border-color:#ff7d6259}.my-video-grid{grid-template-columns:repeat(7,minmax(0,1fr));align-items:start;gap:18px;min-height:284px;display:grid}.my-video-grid .home-media-card,.my-video-grid .home-voice-card,.my-video-grid .home-work-card{width:100%;min-width:0}.my-video-grid .home-media-card,.my-video-grid .home-media-card>button:first-child,.my-video-grid .home-media-card img,.my-video-grid .home-voice-card{height:226px}.my-video-grid .home-work-card{height:auto;min-height:0;box-shadow:none;background:0 0;border-radius:8px}.my-video-grid .home-work-card:hover,.my-video-grid .home-work-card:focus-within{box-shadow:none;transform:translateY(-2px)}.my-video-grid .home-work-card.is-focused{box-shadow:0 0 0 3px #ff6b3529}.my-video-grid .home-work-card>button{color:#1f2430;height:auto;min-height:0}.my-video-grid .home-work-preview{aspect-ratio:3/4;background:#edf1f5;border-radius:8px;width:100%;height:auto;position:relative}.my-video-grid .home-work-preview em{color:#16a05c;background:#d9f7e6;border-radius:4px;min-width:36px;height:22px;padding:0 7px;font-size:12px;font-style:normal;font-weight:800;line-height:22px;position:absolute;bottom:10px;left:10px}.my-video-grid .home-work-card strong,.my-video-grid .home-work-card small,.my-video-grid .home-work-card time{text-overflow:ellipsis;white-space:nowrap;margin-inline:0;display:block;overflow:hidden}.my-video-grid .home-work-card strong{margin-top:12px;font-size:14px;line-height:1.3}.my-video-grid .home-work-card small{color:#6b7280;margin-top:4px;font-size:12px}.my-video-grid .home-work-card time{color:#9aa3b1;margin-top:6px;font-size:12px}.home-work-delete{z-index:2;background:#ffffffeb;border:0;border-radius:50%;place-items:center;width:28px;height:28px;display:grid;position:absolute;top:8px;right:8px;box-shadow:0 6px 14px #1d2b4824}.home-work-delete img{width:13px;height:13px}.home-work-delete:hover,.home-work-delete:focus-visible{background:#fff3f1;outline:none}.my-delete-backdrop{z-index:60;background:#0000001a;place-items:center;padding:24px;display:grid;position:fixed;top:0;right:0;bottom:0;left:0}.my-delete-dialog{background:#fff;border-radius:8px;width:min(360px,100%);padding:22px;box-shadow:0 24px 60px #1d2b482e}.my-delete-dialog h2{color:#1f2430;margin:0;font-size:18px;line-height:1.3}.my-delete-dialog p{color:#5f6b7c;margin:12px 0 0;font-size:14px;line-height:1.6}.my-delete-error{color:#d94b32;background:#fff3f1;border-radius:6px;margin-top:12px;padding:8px 10px;font-size:12px}.my-delete-actions{justify-content:flex-end;gap:10px;margin-top:22px;display:flex}.my-delete-actions button{border-radius:6px;min-width:88px;height:36px;padding:0 14px;font-size:13px;font-weight:800}.my-delete-actions button:disabled{cursor:not-allowed;opacity:.6}.my-delete-secondary{color:#4b5565;background:#fff;border:1px solid #e2e7ef}.my-delete-primary{color:#fff;background:#1f2430;border:0}.digital-human-requirement-backdrop{z-index:60;background:#0000001a;place-items:center;padding:24px;display:grid;position:fixed;top:0;right:0;bottom:0;left:0}.digital-human-requirement-dialog{background:#fff;border-radius:8px;width:min(360px,100%);padding:22px;box-shadow:0 24px 60px #1d2b482e}.digital-human-requirement-dialog h2{color:#1f2430;margin:0;font-size:18px;line-height:1.3}.digital-human-requirement-dialog p{color:#5f6b7c;margin:12px 0 0;font-size:14px;line-height:1.6}.digital-human-requirement-qr{color:#45556c;background:#f6f8fb;border-radius:8px;place-items:center;gap:10px;margin-top:18px;padding:18px;font-size:13px;font-weight:700;display:grid}.digital-human-requirement-qr img{-o-object-fit:contain;object-fit:contain;width:180px;height:180px;display:block}.digital-human-requirement-close{color:#fff;background:#1f2430;border:0;border-radius:6px;width:100%;height:36px;margin-top:18px;font-size:13px;font-weight:800}.my-empty-panel{color:#9aa3b1;border:1px dashed #e2e7ef;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;min-height:360px;display:flex}.my-empty-panel strong{color:#1f2430;font-size:18px}.my-empty-panel span{margin-top:8px;font-size:13px}.my-favorites{gap:34px;display:grid}.my-favorite-section{min-height:0}.my-favorite-grid{grid-template-rows:repeat(2,96px);grid-template-columns:repeat(5,170px);gap:14px 20px;display:grid}.my-favorite-placeholder{color:#bdc5d2;background:#fbfcff;border:1px dashed #e2e7ef;border-radius:8px;place-items:center;font-size:13px;display:grid}@media (max-width:1240px){.home-page{grid-template-columns:196px minmax(0,1fr)}.home-sidebar{padding-inline:12px}.home-nav-item{padding-inline:18px}.home-main{padding-inline:24px}.home-hero-grid{grid-template-columns:1fr}.home-tool-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:860px){.home-page{display:block}.home-sidebar{height:auto;padding:18px;position:static}.home-nav{flex-direction:row;gap:8px;overflow-x:auto}.home-nav-item{flex:none;width:auto;padding-inline:14px}.home-guide{display:none}.home-topbar{justify-content:flex-start;overflow-x:auto}.home-tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.topbar{justify-content:space-between;align-items:center;gap:24px;margin-bottom:18px;display:flex}.topbar h1,.panel-header h2{margin:2px 0 0;font-size:20px}.eyebrow{font-size:12px}.topbar-actions,.panel-header{align-items:center;gap:12px;display:flex}.topbar-actions{flex-wrap:wrap;justify-content:flex-end}.button,.chip,.meta-badge,.list-row,.upload-card,.panel,.dialog{border:1px solid #ffffff14}.button,.chip,.meta-badge,.pill,.ui-button{border-radius:999px}.button{color:inherit;background:#fff;padding:10px 16px}.button.primary{color:#fff;background:linear-gradient(135deg,#ff7d5c,#ff5136);border-color:#ff864d73}.button.danger{color:#fff;background:linear-gradient(135deg,#912525e6,#e64c4ceb);border-color:#ff5f5f66}.button.ghost,.chip,.meta-badge,.pill{background:#fff}.chip,.meta-badge,.pill{color:#6f7a8f;padding:8px 12px;font-size:12px}.workspace-grid{grid-template-columns:var(--toolbar-width) minmax(0,1fr) var(--right-panel-width);gap:var(--workspace-gap);align-items:start;height:calc(100vh - 90px);display:grid;position:relative}.panel{background:var(--panel-surface);border-radius:var(--panel-radius);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:var(--panel-shadow);padding:18px}.sidebar-panel,.right-panel{flex-direction:column;gap:12px;display:flex}.right-panel{width:var(--right-panel-width);z-index:2;height:100%;max-height:100%;position:relative;overflow:auto}.sidebar-shell{width:var(--toolbar-width);z-index:16;grid-template-columns:84px 1fr;gap:0;padding:0;transition:width .22s,box-shadow .22s;display:grid;position:absolute;top:0;bottom:0;left:0;overflow:hidden}.sidebar-shell.is-open{width:var(--toolbar-drawer-width)}.sidebar-nav{background:#fbfbfc;border-right:1px solid #1f24300f;flex-direction:column;align-items:center;gap:6px;padding:18px 10px;display:flex}.sidebar-logo{color:#07120d;background:linear-gradient(135deg,#1ae56f,#0f6b2d);border-radius:16px;place-items:center;width:48px;height:48px;margin-bottom:10px;font-weight:900;display:grid}.sidebar-nav-item{color:#7d8797;background:0 0;border:0;border-radius:18px;flex-direction:column;align-items:center;width:64px;padding:8px 0 6px;display:flex}.sidebar-nav-item.is-active{color:#ff6139;background:#ff6e4c1a}.sidebar-nav-icon{background:#1f24300a;border-radius:12px;place-items:center;width:34px;height:34px;margin-bottom:4px;font-weight:700;display:grid}.sidebar-content{opacity:1;flex-direction:column;gap:16px;padding:18px;transition:opacity .16s;display:flex;overflow:auto}.sidebar-shell.is-collapsed .sidebar-content{opacity:0;pointer-events:none}.center-column{grid-column:2;grid-template-rows:minmax(0,1fr) minmax(170px,28vh);justify-items:center;gap:18px;width:100%;height:100%;min-height:0;display:grid;overflow:hidden}.stack{flex-direction:column;gap:12px;display:flex}.section-title{color:#838da0;font-size:13px}.upload-card{background:linear-gradient(#ff764c1f,#fffffff5);border-radius:18px;flex-direction:column;gap:8px;padding:18px;display:flex}.hidden-input{display:none}.list-row{color:inherit;text-align:left;background:#fbfbfd;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.drag-handle{color:#7d879747;letter-spacing:-1px;opacity:0;flex:0 0 12px;width:12px;transition:opacity .14s,transform .14s,color .14s;transform:translate(-4px)}.template-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.material-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.template-card{background:#f6f7fa;border:1px solid #ffffff14;border-radius:22px;place-items:center;min-height:158px;padding:14px;display:grid}.template-card:hover{background:#fff;border-color:#1f24301f}.material-card{min-height:132px}.template-preview{place-items:center;width:100%;height:100%;min-height:120px;display:grid;position:relative}.template-svg{max-width:100%;max-height:82px}.material-svg{max-height:90px}.material-card-label{color:#6f7a8f;margin-top:8px;font-size:13px;font-weight:600;display:block}.template-text{text-align:center;max-width:78%;line-height:1.1;position:absolute}.list-row strong,.script-meta strong{margin-bottom:4px;display:block}.list-row span,.script-meta span,.empty-hint{color:#8a94a7;font-size:13px}.interactive:hover,.draggable-row:hover{background:#fff;border-color:#1f24301f}.draggable-row:hover .drag-handle,.draggable-row:focus-visible .drag-handle{opacity:1;color:#7d8797d1;transform:translate(0)}.draggable-row{cursor:grab}.draggable-row:active{cursor:grabbing}.preview-panel{width:100%;min-height:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;flex-direction:column;justify-content:flex-start;align-items:center;padding:0;display:flex;overflow:hidden}.preview-stage-wrap{border-radius:0;flex:1;justify-content:center;align-items:flex-start;width:100%;min-height:0;display:flex;overflow:hidden}.preview-stage{aspect-ratio:1080/1920;border-radius:var(--panel-radius);background:var(--stage-background);position:relative;overflow:hidden;box-shadow:0 18px 42px #5e57461f,inset 0 0 0 1px #1f24300f}.preview-video,.preview-overlay-layer,.empty-preview{position:absolute;top:0;right:0;bottom:0;left:0}.preview-video{-o-object-fit:contain;object-fit:contain;background:var(--stage-background);width:100%;height:100%}.preview-overlay-layer{pointer-events:none}.preview-guide{pointer-events:none;z-index:1;background:#ff7d5cb8;position:absolute}.preview-guide-vertical{width:1px;top:0;bottom:0}.preview-guide-horizontal{height:1px;left:0;right:0}.overlay-node{box-shadow:none;pointer-events:auto;border:1px solid #0000;justify-content:center;align-items:center;display:inline-flex;position:absolute;overflow:visible}.overlay-node.is-material{display:block;padding:0!important}.shape-svg{width:100%;height:100%;display:block;overflow:visible}.overlay-svg-background{-o-object-fit:fill;object-fit:fill;pointer-events:none;width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0}.overlay-text-layer{z-index:1;text-align:center;max-width:84%;line-height:1.08;position:relative}.overlay-node.is-selected{border-color:#ffffffeb;box-shadow:0 0 0 2px #4084ff70}.overlay-selection-frame{border:2px solid #ff7d5c;position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px}.overlay-transform-line{pointer-events:none;background:#ff7d5c;width:2px;height:18px;margin-left:-1px;position:absolute;top:-26px;left:50%}.overlay-transform-handle{pointer-events:auto;background:#2ecc71;border:2px solid #fff;border-radius:999px;width:14px;height:14px;position:absolute;box-shadow:0 0 0 1px #2ecc7159}.handle-nw{cursor:nwse-resize;top:-8px;left:-8px}.handle-n{cursor:ns-resize;top:-8px;left:calc(50% - 7px)}.handle-ne{cursor:nesw-resize;top:-8px;right:-8px}.handle-e{cursor:ew-resize;top:calc(50% - 7px);right:-8px}.handle-se{cursor:nwse-resize;bottom:-8px;right:-8px}.handle-s{cursor:ns-resize;bottom:-8px;left:calc(50% - 7px)}.handle-sw{cursor:nesw-resize;bottom:-8px;left:-8px}.handle-w{cursor:ew-resize;top:calc(50% - 7px);left:-8px}.handle-rotate{cursor:grab;background:#fff;top:-36px;left:calc(50% - 7px);box-shadow:0 0 0 2px #2ecc7173}.empty-preview{text-align:center;color:#5f697b;place-items:center;gap:6px;padding:24px;display:grid}.timeline-panel{flex-direction:column;gap:10px;width:100%;min-height:0;padding-top:14px;padding-bottom:12px;display:flex;overflow:hidden}.zoom-control{color:#7f899c;align-items:center;gap:12px;display:flex}.timeline-scroll{flex:1;min-height:0;padding-bottom:4px;overflow:auto}.timeline-canvas{min-height:132px;position:relative}.timeline-ruler{height:26px;margin-bottom:8px;position:relative}.ruler-tick{background:#1f243014;width:1px;height:26px;position:absolute;top:0}.ruler-tick span{color:#8d96a9;font-size:11px;position:absolute;top:0;left:6px}.timeline-lane{grid-template-columns:72px 1fr;min-height:52px;margin-bottom:6px;display:grid}.lane-label{color:#8b94a6;padding-top:8px;font-size:12px}.lane-body{background:#f7f8fb;border-radius:14px;min-height:48px;position:relative}.drop-lane{overflow:hidden}.drop-lane:after{content:"";color:#a0abcb6b;pointer-events:none;font-size:11px;position:absolute;inset:auto 12px 10px auto}.timeline-item{color:#fff;text-align:left;border:1px solid #1f243014;border-radius:12px;height:36px;padding:7px 10px;position:absolute;top:6px}.timeline-item-label{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.timeline-item.clip{background:linear-gradient(135deg,#ff854ccc,#ff645075)}.timeline-item.overlay{background:linear-gradient(135deg,#447effcc,#61cdff61)}.timeline-item.is-selected{border-color:#ffffffd1}.timeline-item strong,.timeline-item span{display:block}.timeline-item strong{white-space:nowrap;text-overflow:ellipsis;font-size:13px;line-height:1.1;overflow:hidden}.timeline-item span{opacity:.8;margin-top:1px;font-size:10px}.resize-handle{cursor:ew-resize;width:10px;position:absolute;top:0;bottom:0}.resize-handle.start{left:0}.resize-handle.end{right:0}.playhead{background:#1f2430eb;width:1px;position:absolute;top:0;bottom:0}.playhead-cap{background:#1f2430;border-radius:3px 3px 4px 4px;width:10px;height:10px;position:absolute;top:0;left:50%;transform:translate(-50%)}.playhead-cap:after{content:"";border-top:5px solid #1f2430;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}.field{flex-direction:column;gap:8px;display:flex}.field span{color:#8790a3;font-size:13px}.field input,.field select,.export-json{resize:vertical;width:100%;color:inherit;background:#fbfbfd;border:1px solid #1f243014;border-radius:16px;padding:12px 14px}.field input[type=color]{cursor:pointer;min-height:44px;padding:4px}.field-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.script-panel{flex-direction:column;gap:18px;display:flex}.script-mode-tabs{align-items:center;gap:28px;display:flex}.script-mode-tabs button{color:#aab3c2;background:0 0;border:0;padding:0;font-size:16px;font-weight:600}.script-mode-tabs button.is-active{color:#1f2430}.script-card{flex-direction:column;gap:12px;display:flex}.script-editor-shell{background:#f4f6fa;border-radius:22px;flex-direction:column;gap:14px;padding:18px;display:flex}.script-meta{justify-content:flex-end;display:flex}.script-meta span{color:#8590a4;font-variant-numeric:tabular-nums;white-space:nowrap;margin:0;font-family:SFMono-Regular,JetBrains Mono,Roboto Mono,Menlo,monospace;font-size:14px}.script-editor{color:#1f2430;resize:none;min-height:210px;box-shadow:none;background:0 0;border:0;border-radius:18px;font-size:16px;line-height:1.75}.script-editor:hover,.script-editor:focus{box-shadow:none;border-color:#0000}.dialog-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#03050aad;place-items:center;display:grid;position:fixed;top:0;right:0;bottom:0;left:0}.dialog{background:#fff;border-radius:28px;width:min(920px,100vw - 48px);padding:20px}.sidebar-panel,.timeline-panel{position:relative}.sidebar-panel:before,.timeline-panel:before,.right-panel:before{content:"";background:var(--panel-glow);z-index:-1;filter:blur(18px);border-radius:22px;position:absolute;top:10px;right:10px;bottom:10px;left:10px}.export-json{min-height:520px;margin-top:16px}@media (max-width:1440px){.sidebar-shell.is-open{width:360px}}@media (max-width:1180px){.workspace-grid{grid-template-columns:var(--toolbar-width) minmax(0,1fr);height:calc(100vh - 90px)}.center-column{height:100%;padding-right:calc(var(--right-panel-width) - 20px);grid-column:2;grid-template-rows:minmax(0,1fr) minmax(170px,28vh)}.sidebar-shell{position:absolute;bottom:0}.right-panel{width:var(--right-panel-width);height:100%;max-height:100%;position:absolute;top:0;right:0;overflow:auto}}.editor-v2{--editor-timeline-cover-height:44px;--editor-timeline-thumb-strip-height:72px;--editor-timeline-expanded-content-padding-top:22px;--editor-timeline-subtitle-row-height:34px;--editor-timeline-ruler-height:22px;--editor-timeline-track-row-height:40px;--editor-timeline-track-count:2;--editor-timeline-scrollbar-reserve:14px;--editor-playhead-handle-size:11px;color:#0a0a0a;background:radial-gradient(circle at 72% 66%,#fccee852,#0000 26%),linear-gradient(#f4f6fe,#fbfcff);min-height:100vh;font-family:PingFang SC,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden}.editor-v2[data-active-tool=background],.editor-v2[data-active-tool=text]{--right-panel-width:390px}.editor-v2 button,.editor-v2 input,.editor-v2 textarea{font:inherit}.editor-v2 button{border:0}.editor-v2 textarea:-moz-read-only{cursor:not-allowed;opacity:.58}.editor-v2 button:disabled,.editor-v2 input:disabled,.editor-v2 textarea:read-only{cursor:not-allowed;opacity:.58}.editor-v2-figma-icon{-o-object-fit:contain;object-fit:contain;pointer-events:none;flex:none;width:auto;height:auto;display:block}.editor-v2-topbar{z-index:70;background:#f1f5ff;border-bottom:1px solid #cad5e285;justify-content:space-between;align-items:center;height:60px;padding:0 16px;display:flex;position:fixed;top:0;left:0;right:0}.editor-v2-brand,.editor-v2-top-actions{align-items:center;gap:14px;display:inline-flex}.editor-v2-brand img{-o-object-fit:contain;object-fit:contain;width:34px;height:34px}.editor-v2-brand strong{font-size:18px;font-weight:600}.editor-v2-back{color:#314158;background:0 0;place-items:center;width:24px;height:36px;padding:0;display:grid}.editor-v2-light-button,.editor-v2-generate-button,.editor-v2-generation-status-pill{color:#0a0a0a;background:#fff;border-radius:6px;justify-content:center;align-items:center;gap:7px;height:32px;padding:0 18px;font-size:14px;font-weight:500;display:inline-flex}.editor-v2-generation-status-pill{color:#ff6900;background:#fff7ed;border:1px solid #ff690038}.editor-v2-light-button:nth-child(2){background:#e8edf4}.editor-v2-generate-button,.editor-v2-dialog-primary{color:#fff;background:linear-gradient(135deg,#ff3766,#ff7a00)}.editor-v2-toolbar{top:60px;bottom:var(--editor-timeline-cover-height,154px);z-index:80;background:#fbfcff;border-right:1px solid #cad5e275;width:78px;padding-top:16px;position:fixed;left:0;overflow-y:auto}.editor-v2-toolbar button{color:#45556c;background:0 0;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:7px;width:62px;height:68px;margin:0 auto 6px;display:flex}.editor-v2-toolbar button:hover,.editor-v2-toolbar button.is-active{color:#0a0a0a;background:#f1f3fd}.editor-v2-toolbar span{justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.editor-v2-toolbar span img{-o-object-fit:contain;object-fit:contain;width:24px;height:24px;display:block}.editor-v2-toolbar strong{font-size:12px;font-weight:500}.editor-v2-drawer{z-index:75;width:282px;padding:20px 18px calc(20px + var(--editor-timeline-cover-height));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff0;border-right:1px solid #cad5e27a;animation:.18s ease-out editor-drawer-slide-in;position:fixed;top:60px;bottom:0;left:78px;overflow:auto}@keyframes editor-drawer-slide-in{0%{transform:translate(-24px)}to{transform:translate(0)}}.editor-v2-drawer[data-tool=template]{width:284px;padding:18px 17px calc(20px + var(--editor-timeline-cover-height))}.editor-v2-drawer[data-tool=avatar]{flex-direction:column;display:flex;overflow:hidden}.editor-v2-drawer[data-tool=audio]{width:331px;padding:16px 14px calc(20px + var(--editor-timeline-cover-height));flex-direction:column;display:flex;overflow:hidden}.editor-v2-drawer[data-tool=background]{width:331px;padding:26px 18px calc(20px + var(--editor-timeline-cover-height));flex-direction:column;display:flex;overflow:hidden}.editor-v2-drawer[data-tool=text]{width:285px;padding:18px 20px calc(20px + var(--editor-timeline-cover-height));background:#fff;overflow:hidden}.editor-v2-drawer[data-tool=element]{width:285px;padding:20px 19px calc(20px + var(--editor-timeline-cover-height));background:#fff;flex-direction:column;display:flex;overflow:hidden}.editor-v2-drawer-head,.editor-v2-avatar-head,.editor-v2-avatar-head-actions,.editor-v2-avatar-options,.editor-v2-tabs,.editor-v2-filter-tabs,.editor-v2-timeline-toolbar,.editor-v2-right-tabs,.editor-v2-voice-row,.editor-v2-right-actions{align-items:center;display:flex}.editor-v2-drawer-head{justify-content:space-between;margin-bottom:14px}.editor-v2-avatar-head{justify-content:space-between;gap:12px;margin-bottom:14px}.editor-v2-avatar-head .editor-v2-tabs{min-width:0;margin-bottom:0}.editor-v2-avatar-head-actions{flex:none;gap:8px}.editor-v2-drawer-head h2{margin:0;font-size:18px;font-weight:600}.editor-v2-drawer-head button,.editor-v2-dialog-close{color:#45556c;background:#f8fafc;border-radius:8px;place-items:center;width:32px;height:32px;font-size:22px;display:grid}.editor-v2-tabs,.editor-v2-filter-tabs{gap:9px;margin-bottom:14px}.editor-v2-tabs button,.editor-v2-filter-tabs button,.editor-v2-mini-icon{color:#62748e;white-space:nowrap;background:0 0;border-radius:8px;height:36px;padding:0 14px;font-size:14px}.editor-v2-tabs button.is-active{color:#0a0a0a;font-size:18px;font-weight:600}.editor-v2-filter-tabs button{color:#62748e;background:#f1f5f9;font-size:12px}.editor-v2-filter-tabs button.is-active{color:#0a0a0a;background:#fff;box-shadow:0 4px 18px #90a1b921}.editor-v2-mini-icon{background:#f8fafc;width:30px;height:30px;padding:0}.editor-v2-avatar-search{color:#45556c;background:#fff;border:1px solid #0f172a;border-radius:8px;flex:auto;align-items:center;min-width:0;height:30px;padding:0 8px;display:flex}.editor-v2-avatar-search input{color:#0f172a;min-width:0;height:100%;font:inherit;background:0 0;border:0;outline:0;flex:auto;padding:0 6px;font-size:12px}.editor-v2-avatar-search input::-moz-placeholder{color:#9aa8bd}.editor-v2-avatar-search input::placeholder{color:#9aa8bd}.editor-v2-avatar-search button{color:#fff;background:#cbd5e1;border:0;border-radius:50%;flex:none;place-items:center;width:18px;height:18px;padding:0;font-size:13px;line-height:1;display:grid}.editor-v2-buyout-button{background:0 0;place-items:center;width:36px;height:34px;padding:0;display:grid}.editor-v2-buyout-button img{width:36px;height:auto;display:block}.editor-v2-checkbox{color:#62748e;white-space:nowrap;align-items:center;gap:8px;margin:0;font-size:14px;display:flex}.editor-v2-avatar-options{justify-content:space-between;gap:12px;margin:0 0 18px}.editor-v2-avatar-options-placeholder{width:1px;height:28px;display:block}.editor-v2-filter-button{color:#62748e;white-space:nowrap;background:0 0;flex:none;align-items:center;gap:4px;height:28px;padding:0 2px;font-size:12px;display:inline-flex}.editor-v2-avatar-filter-backdrop{z-index:94;cursor:default;background:#0000001a;border:0;width:100vw;height:100vh;padding:0;display:block;position:fixed;top:0;right:0;bottom:0;left:0}.editor-v2-avatar-filter-popover{z-index:95;color:#0a0a0a;background:#fff;border-radius:10px;flex-direction:column;width:464px;max-width:calc(100vw - 24px);font-family:PingFang SC,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;position:fixed;overflow:hidden;box-shadow:0 8px 26px #0f172a24}.editor-v2-avatar-filter-content{flex:auto;min-height:0;padding:20px 16px 0 20px;overflow:visible}.editor-v2-avatar-filter-row{grid-template-columns:38px minmax(0,1fr);align-items:flex-start;gap:0;margin-bottom:22px;display:grid}.editor-v2-avatar-filter-row>span{color:#8a94a3;white-space:nowrap;padding-top:3px;font-size:12px;line-height:22px}.editor-v2-avatar-filter-row>div{flex-wrap:wrap;gap:10px 9px;min-width:0;display:flex}.editor-v2-avatar-filter-row button{color:#606a78;cursor:pointer;height:24px;font:inherit;white-space:nowrap;background:#f5f6f8;border:0;border-radius:4px;padding:0 9px;font-size:12px;line-height:24px}.editor-v2-avatar-filter-row button.is-active{color:#121417;background:#eef1f4;font-weight:600}.editor-v2-avatar-filter-footer{background:#fff;flex:none;grid-template-columns:1fr 1fr;gap:10px;padding:0 20px 20px;display:grid}.editor-v2-avatar-filter-footer button{cursor:pointer;height:36px;font:inherit;border:0;border-radius:999px;justify-content:center;align-items:center;font-size:13px;display:inline-flex}.editor-v2-avatar-filter-reset{color:#262b33;background:#fff;border:1px solid #e1e6ee;gap:5px}.editor-v2-avatar-filter-reset span{color:#333942;font-size:16px;line-height:1}.editor-v2-avatar-filter-confirm{color:#fff;background:#000}.editor-v2-avatar-list{flex:auto;min-height:0;padding-right:1px;overflow-y:auto}.editor-v2-avatar-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.editor-v2-avatar-card{aspect-ratio:1;cursor:pointer;background:#f1f5f9;border:2px solid #0000;border-radius:10px;padding:0;display:block;position:relative;overflow:hidden}.editor-v2-avatar-card.is-active{border-color:#ff6900}.editor-v2-avatar-grid img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.editor-v2-avatar-grid span{z-index:1;color:#fffffff0;opacity:0;pointer-events:none;background:linear-gradient(#0f172a00,#0f172ac2);border-radius:0 0 8px 8px;padding:18px 7px 7px;font-size:10px;transition:opacity .16s,transform .16s;display:block;position:absolute;bottom:0;left:0;right:0;transform:translateY(8px)}.editor-v2-avatar-card:hover span,.editor-v2-avatar-card:focus-visible span{opacity:1;transform:translateY(0)}.editor-v2-avatar-grid span strong,.editor-v2-avatar-grid span small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.editor-v2-avatar-grid span strong{color:#fff;font-weight:600}.editor-v2-avatar-grid span small{color:#ffffffb8;margin-top:2px;font-size:10px}.editor-v2-avatar-collect{z-index:2;color:#fff;opacity:0;background:#0f172a94;border:0;border-radius:50%;place-items:center;width:24px;height:24px;padding:0;transition:opacity .16s,background .16s,color .16s;display:grid;position:absolute;top:6px;right:6px}.editor-v2-avatar-card:hover .editor-v2-avatar-collect,.editor-v2-avatar-card:focus-within .editor-v2-avatar-collect,.editor-v2-avatar-collect.is-collected{opacity:1}.editor-v2-avatar-collect.is-collected{color:#ff6900;background:#fff}.editor-v2-list-status{color:#8a94a3;text-align:center;padding:12px 0 2px;font-size:12px}.editor-v2-workspace{inset:60px var(--right-panel-width) var(--editor-timeline-cover-height,214px) 360px;justify-content:center;align-items:center;min-width:0;display:flex;position:fixed}.editor-v2-save{top:82px;right:calc(var(--right-panel-width) + 44px);z-index:20;color:#45556c;background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:5px;height:30px;padding:0 13px;font-size:12px;display:inline-flex;position:fixed}.editor-v2-save:disabled{cursor:not-allowed;opacity:.58}.editor-v2-save-status{z-index:20;color:#62748e;text-align:right;max-width:220px;font-size:12px;line-height:1.4;position:fixed;top:118px;right:398px}.editor-v2-save-status.is-error{color:#dc2626}.editor-v2-toast{z-index:70;color:#fff;text-align:center;background:#111827e6;border-radius:6px;max-width:min(420px,100vw - 32px);padding:10px 16px;font-size:13px;line-height:1.4;position:fixed;bottom:148px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #1118272e}.editor-v2-canvas{aspect-ratio:9/16;background:#c9cdd4;border-radius:12px;width:min(350px,30vw);position:relative;overflow:hidden;box-shadow:0 1px #ffffffb3,0 28px 74px #c6d2ff80}.editor-v2-canvas-background{z-index:0;background-position:50%;background-size:cover;position:absolute;top:-16px;right:-16px;bottom:-16px;left:-16px}.editor-v2-stage-tools{z-index:2;justify-content:space-between;display:flex;position:absolute;top:12px;left:12px;right:12px}.editor-v2-stage-tools span,.editor-v2-stage-tools button{color:#4f39f6;background:#ffffff94;border-radius:8px;height:28px;font-size:10px}.editor-v2-stage-tools span{align-items:center;gap:4px;padding:0 10px;display:inline-flex}.editor-v2-stage-tools div{gap:8px;display:flex}.editor-v2-stage-tools button{place-items:center;width:28px;display:grid}.editor-v2-stage-avatar{z-index:1;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;width:100%;height:100%;transition:width .16s,transform .16s;position:absolute;bottom:0;left:50%}.editor-v2-stage-media{z-index:1;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0}.editor-v2-empty-stage{z-index:1;color:#314158;place-items:center;width:100%;height:100%;font-size:24px;font-weight:600;display:grid;position:relative}.editor-v2-stage-caption{z-index:2;background:var(--caption-background,transparent);color:#fff;font-synthesis:weight style;text-align:center;max-width:100%;opacity:var(--caption-opacity,1);-webkit-text-stroke:var(--caption-stroke-width,0) var(--caption-stroke-color,transparent);paint-order:stroke fill;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none;border:1px solid #0000;border-radius:6px;align-items:center;padding:6px 10px;font-size:24px;font-weight:600;display:grid;position:absolute;transform:translate(-50%,-50%)}.editor-v2-stage-caption.is-selected,.editor-v2-stage-element.is-selected{outline-offset:0;outline:2px solid #27e0bc;box-shadow:0 0 0 2px #27e0bc24}.editor-v2-stage-caption.is-caption-bg-none,.editor-v2-stage-caption[style*=transparent]{background:0 0;padding:0}.editor-v2-stage-caption-text{overflow-wrap:anywhere;pointer-events:none;display:block}.editor-v2-stage-caption.is-caption-bg-dark{background:var(--caption-background,#0f172a9e)}.editor-v2-stage-caption.is-caption-bg-light{background:var(--caption-background,#ffffffc7)}.editor-v2-stage-caption:not(.has-caption-shadow){-webkit-text-stroke:0 transparent}.editor-v2-stage-element{z-index:3;border-color:var(--element-stroke-color,transparent);border-style:var(--element-stroke-style,none);border-width:var(--element-stroke-width,0);background:var(--element-fill,transparent);color:#fff;cursor:move;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none;border-radius:0;place-items:center;font-size:13px;font-weight:600;display:grid;position:absolute}.editor-v2-stage-element.is-circle{border-radius:999px}.editor-v2-stage-element.is-triangle{clip-path:polygon(50% 0,100% 100%,0 100%)}.editor-v2-stage-element.is-triangle:not(.is-stroke-none){clip-path:none;color:var(--element-stroke-color,#ff603e);background:0 0;border:0}.editor-v2-stage-element.is-picture{background:0 0;border:0}.editor-v2-stage-element span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.editor-v2-stage-element-dot{pointer-events:none;background:#fffffffa;border-radius:999px;width:10px;height:10px}.editor-v2-stage-megaphone{pointer-events:none;width:100%;height:100%;display:block;position:relative;overflow:visible}.editor-v2-stage-megaphone span{background:linear-gradient(135deg,#ff603e,#ffb133);border-radius:999px 8px 8px 999px;width:42%;height:38%;position:absolute;top:26%;left:6%;transform:rotate(-25deg);box-shadow:0 6px 10px #ff603e38}.editor-v2-stage-megaphone span:before{content:"";background:#ffd43b;border-radius:8px 999px 999px 8px;width:70%;height:140%;position:absolute;top:-20%;right:-44%}.editor-v2-stage-megaphone i,.editor-v2-stage-megaphone i:before,.editor-v2-stage-megaphone i:after{content:"";background:#ffd43b;border-radius:999px;display:block;position:absolute}.editor-v2-stage-megaphone i{width:12%;height:12%;top:18%;right:12%}.editor-v2-stage-megaphone i:before{width:10px;height:10px;top:30px;right:18px}.editor-v2-stage-megaphone i:after{width:8px;height:8px;top:44px;right:4px}.editor-v2-stage-element-label{color:#0a0a0a;pointer-events:none;border-radius:4px;justify-content:center;align-items:center;width:100%;height:100%;font-size:8px;line-height:1;display:inline-flex;transform:rotate(-4deg)}.editor-v2-stage-triangle-outline{pointer-events:none;width:100%;height:100%;display:block;overflow:visible}.editor-v2-stage-triangle-outline line{stroke-width:var(--element-stroke-width,3px);stroke-linecap:square;stroke-linejoin:round;vector-effect:non-scaling-stroke}.editor-v2-stage-element-image{-o-object-fit:contain;object-fit:contain;pointer-events:none;width:100%;height:100%;display:block}.editor-v2-transform-resize,.editor-v2-transform-rotate{z-index:4;touch-action:none;background:#27e0bc;border:1px solid #fff;padding:0;position:absolute;box-shadow:0 0 0 1px #27e0bc6b}.editor-v2-transform-resize{border-radius:2px;width:10px;height:10px}.editor-v2-transform-resize.is-nw{cursor:nwse-resize;top:-6px;left:-6px}.editor-v2-transform-resize.is-ne{cursor:nesw-resize;top:-6px;right:-6px}.editor-v2-transform-resize.is-se{cursor:nwse-resize;bottom:-6px;right:-6px}.editor-v2-transform-resize.is-sw{cursor:nesw-resize;bottom:-6px;left:-6px}.editor-v2-transform-rotate{cursor:grab;background:#fff;border-radius:999px;width:12px;height:12px;top:-34px;left:calc(50% - 6px)}.editor-v2-transform-rotate:before{content:"";pointer-events:none;background:#27e0bc;width:1px;height:22px;position:absolute;bottom:-23px;left:5px}.editor-v2-right-panel{z-index:50;width:var(--right-panel-width);padding:16px 12px calc(24px + var(--editor-timeline-cover-height));background:#fffffff2;border-left:1px solid #cad5e280;position:fixed;top:60px;bottom:0;right:0;overflow-y:auto}.editor-v2-right-tabs{gap:18px;margin-bottom:13px}.editor-v2-right-tabs button,.editor-v2-right-tabs>span,.editor-v2-right-tabs .editor-v2-right-context-tab{color:#62748e;background:0 0;align-items:center;height:30px;padding:0;font-size:14px;display:inline-flex}.editor-v2-right-tabs button.is-active,.editor-v2-right-tabs .editor-v2-right-context-tab.is-active{color:#0a0a0a;font-weight:600}.editor-v2-script-box{background:#f1f5f9;border-radius:12px;height:min(502px,100vh - 410px);min-height:220px;padding:18px}.editor-v2-script-box textarea{resize:none;color:#314158;background:0 0;border:0;outline:none;width:100%;height:calc(100% - 96px);min-height:112px;padding:0;font-size:14px;line-height:1.7;display:block}.editor-v2-script-box textarea::-moz-placeholder{color:#90a1b9}.editor-v2-script-box textarea::placeholder{color:#90a1b9}.editor-v2-script-meta{color:#90a1b9;text-align:right;margin-top:20px;font-size:14px}.editor-v2-script-tools{gap:16px;margin-top:22px;display:flex}.editor-v2-script-tools button{color:#0a0a0a;background:#fff;border-radius:8px;place-items:center;width:32px;height:32px;display:grid}.editor-v2-audio-settings{flex-direction:column;gap:22px;display:flex}.editor-v2-audio-setting-card{background:#f1f5f9;border-radius:8px;align-items:center;gap:10px;height:52px;padding:0 14px;display:flex}.editor-v2-audio-setting-icon{background:#fff;border-radius:50%;flex:0 0 22px;place-items:center;width:22px;height:22px;display:grid}.editor-v2-audio-setting-icon .editor-v2-figma-icon{filter:brightness(0)saturate()invert(48%)sepia(85%)saturate(3792%)hue-rotate(347deg)brightness(102%)contrast(101%)}.editor-v2-audio-setting-card strong{color:#0a0a0a;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.editor-v2-audio-settings label{color:#0a0a0a;font-size:14px}.editor-v2-audio-volume-row{align-items:center;gap:20px;display:flex}.editor-v2-audio-volume-row span{flex:0 0 28px}.editor-v2-audio-settings input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;outline:none;flex:auto;width:100%;height:14px}.editor-v2-audio-settings input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(90deg,#ff3d1f 0 var(--editor-audio-volume,70%),#e5eaf2 var(--editor-audio-volume,70%) 100%);border-radius:999px;height:4px}.editor-v2-audio-settings input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid #d9dee8;border-radius:50%;width:12px;height:12px;margin-top:-4px;box-shadow:0 1px 2px #0f172a1f}.editor-v2-audio-settings input[type=range]::-moz-range-track{background:#e5eaf2;border-radius:999px;height:4px}.editor-v2-audio-settings input[type=range]::-moz-range-progress{background:#ff3d1f;border-radius:999px;height:4px}.editor-v2-audio-settings input[type=range]::-moz-range-thumb{background:#fff;border:1px solid #d9dee8;border-radius:50%;width:12px;height:12px;box-shadow:0 1px 2px #0f172a1f}.editor-v2-audio-settings .editor-v2-switch-row{background:0 0;justify-content:space-between;align-items:center;padding:0;display:flex}.editor-v2-audio-settings .editor-v2-switch-row input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#e4e9f3;border-radius:999px;flex:0 0 28px;width:28px;height:16px;transition:background-color .14s;position:relative}.editor-v2-audio-settings .editor-v2-switch-row input[type=checkbox]:before{content:"";background:#fff;border-radius:50%;width:12px;height:12px;transition:transform .14s;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #0f172a2e}.editor-v2-audio-settings .editor-v2-switch-row input[type=checkbox]:checked{background:#ff3d1f}.editor-v2-audio-settings .editor-v2-switch-row input[type=checkbox]:checked:before{transform:translate(12px)}.editor-v2-audio-remove{color:#45556c;background:#f1f5f9;border-radius:8px;justify-content:center;align-items:center;gap:6px;height:32px;margin-top:6px;display:inline-flex}button.editor-v2-audio-remove{font-size:12px;font-weight:500}.editor-v2-background-settings{flex-direction:column;gap:22px;display:flex}.editor-v2-background-summary strong{min-width:0}.editor-v2-background-summary{background:#f1f5f9;border-radius:12px;grid-template-columns:66px minmax(0,1fr);align-items:center;gap:12px;min-height:82px;padding:8px;display:grid}.editor-v2-background-summary>span{background-position:50%;background-size:cover;border-radius:9px;width:66px;height:66px}.editor-v2-background-summary strong{color:#0a0a0a;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:600;overflow:hidden}.editor-v2-background-slider-row{color:#0a0a0a;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:12px;font-size:14px;display:grid}.editor-v2-background-slider-row input[type=range]{accent-color:#ff3d1f;width:100%}.editor-v2-background-slider-row input:disabled,.editor-v2-background-settings input:disabled{cursor:not-allowed;opacity:.45}.editor-v2-voice-row{gap:10px;height:45px;margin-top:16px}.editor-v2-voice-row button,.editor-v2-voice-row label{color:#45556c;background:#fff;border-radius:10px;height:44px;font-size:14px}.editor-v2-voice-row button{justify-content:center;align-items:center;padding:0 18px;display:inline-flex}.editor-v2-voice-row button:nth-child(2){color:#0a0a0a;min-width:126px;font-weight:500}.editor-v2-voice-row label{align-items:center;gap:8px;margin-left:auto;padding:0 2px 0 10px;display:flex}.editor-v2-voice-row input{accent-color:#ff5a20}.editor-v2-right-actions{gap:14px;margin-top:16px}.editor-v2-right-actions button,.editor-v2-copy-entry{color:#0a0a0a;background:#fff;border-radius:7px;justify-content:center;align-items:center;gap:6px;height:40px;font-size:14px;font-weight:500;display:inline-flex}.editor-v2-right-actions button{flex:1}.editor-v2-right-actions button.is-primary{color:#fff;background:#0a0a0a}.editor-v2-copy-entry{color:#ff6900;width:100%;margin-top:14px}.editor-v2-style-panel,.editor-v2-avatar-detail{flex-direction:column;gap:18px;display:flex}.editor-v2-style-panel label,.editor-v2-avatar-detail label{color:#45556c;gap:10px;font-size:14px;display:grid}.editor-v2-style-panel input[type=range],.editor-v2-avatar-detail input[type=range]{accent-color:#ff6900;width:100%}.editor-v2-style-group{color:#45556c;gap:10px;font-size:14px;display:grid}.editor-v2-swatch-row,.editor-v2-segment-row,.editor-v2-avatar-actions{flex-wrap:wrap;gap:8px;display:flex}.editor-v2-swatch-row button{border:2px solid #e2e8f0;border-radius:50%;width:32px;height:32px}.editor-v2-swatch-row button.is-active{border-color:#ff6900;box-shadow:0 0 0 3px #ff690021}.editor-v2-segment-row button,.editor-v2-avatar-actions button{color:#45556c;background:#f1f5f9;border-radius:8px;height:34px;padding:0 12px;font-size:13px}.editor-v2-segment-row button.is-active{color:#fff;background:#0a0a0a}.editor-v2-switch-row{background:#f8fafc;border-radius:12px;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.editor-v2-switch-row input{accent-color:#ff6900}.editor-v2-right-tabs .editor-v2-right-muted-tab{color:#62748e;background:#f1f5f9;border-radius:6px;align-items:center;height:30px;margin-left:auto;padding:0 17px;font-size:14px;display:inline-flex}.editor-v2-element-settings{flex-direction:column;gap:22px;padding:4px 3px 0;display:flex}.editor-v2-element-setting-row,.editor-v2-element-color-row{color:#0a0a0a;grid-template-columns:78px minmax(0,1fr);align-items:center;gap:14px;font-size:14px;font-weight:600;display:grid}.editor-v2-element-color-field,.editor-v2-element-stroke-field{align-items:center;min-width:0;display:flex}.editor-v2-element-color-field{background:#f1f5f9;border-radius:6px;height:42px}.editor-v2-element-color-field i,.editor-v2-element-color-field button{border-radius:5px;flex:0 0 24px;width:24px;height:24px;margin-left:10px}.editor-v2-element-color-field button{border:0;padding:0;box-shadow:inset 0 0 0 1px #0f172a14}.editor-v2-element-color-field input{color:#45556c;text-transform:uppercase;background:0 0;border:0;outline:none;width:92px;min-width:0;padding:0 10px;font-size:12px}.editor-v2-element-stroke-field{gap:0}.editor-v2-element-stroke-width{color:#62748e;background:#f1f5f9;border-left:1px solid #d9e1ef;border-radius:0 6px 6px 0;align-items:center;gap:10px;height:42px;padding:0 10px;font-size:12px;font-weight:400;display:inline-flex}.editor-v2-element-stroke-width input{color:#0a0a0a;text-align:center;background:#fff;border:0;border-radius:5px;outline:none;width:44px;height:28px}.editor-v2-element-segment{background:#f1f5f9;border-radius:6px;grid-template-columns:repeat(3,minmax(0,1fr));height:42px;display:grid;overflow:hidden}.editor-v2-element-segment button{color:#45556c;border-left:1px solid #e2e8f0;font-size:16px}.editor-v2-element-segment button:first-child{border-left:0}.editor-v2-element-segment button.is-active{color:#ff3d1f;background:#fff}.editor-v2-element-settings .editor-v2-text-range-row{color:#0a0a0a;grid-template-columns:78px minmax(0,1fr) 34px;gap:14px;margin:0;font-weight:600}.editor-v2-element-settings .editor-v2-switch-row{color:#0a0a0a;background:0 0;padding:0;font-size:14px;font-weight:600}.editor-v2-element-settings .editor-v2-switch-row input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#e4e9f3;border-radius:999px;width:32px;height:18px;position:relative}.editor-v2-element-settings .editor-v2-switch-row input[type=checkbox]:before{content:"";background:#fff;border-radius:50%;width:12px;height:12px;transition:transform .14s;position:absolute;top:3px;left:3px;box-shadow:0 1px 2px #0f172a2e}.editor-v2-element-settings .editor-v2-switch-row input[type=checkbox]:checked{background:linear-gradient(135deg,#ff204e,#ff8904)}.editor-v2-element-settings .editor-v2-switch-row input[type=checkbox]:checked:before{transform:translate(14px)}.editor-v2-element-remove{color:#45556c;background:#f1f5f9;border-radius:9px;justify-content:center;align-items:center;gap:6px;height:44px;font-size:12px;font-weight:500;display:inline-flex}.editor-v2-text-settings{flex-direction:column;gap:26px;padding:0 3px;display:flex}.editor-v2-text-field,.editor-v2-text-preset-section,.editor-v2-text-custom-section{gap:14px;display:grid}.editor-v2-text-input-card{background:#f1f5f9;border-radius:12px;height:105px;padding:17px 18px 34px;position:relative}.editor-v2-text-input-card textarea{resize:none;color:#0a0a0a;background:0 0;border:0;outline:0;width:100%;height:100%;padding:0;font-size:14px;line-height:20px;display:block}.editor-v2-text-input-card span{color:#90a1b9;font-size:14px;position:absolute;bottom:16px;right:18px}.editor-v2-text-style-grid{grid-template-columns:repeat(5,57px);gap:10px;display:grid}.editor-v2-text-style-grid button{background:var(--text-preset-bg,#f1f5f9);width:57px;height:57px;color:var(--text-preset-color,#0a0a0a);border:2px solid #0000;border-radius:6px;place-items:center;padding:0;display:grid}.editor-v2-text-style-grid button:not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(17)):not(:nth-child(18)){background:#f1f5f9}.editor-v2-text-style-grid button.is-active,.editor-v2-text-style-grid button:hover{border-color:#ff6900}.editor-v2-text-style-grid span{color:var(--text-preset-color,#0a0a0a);-webkit-text-stroke:1px var(--text-preset-stroke,transparent);paint-order:stroke fill;font-size:28px;font-weight:500;line-height:1}.editor-v2-text-custom-section{gap:10px}.editor-v2-text-font-row,.editor-v2-text-format-row,.editor-v2-text-color-row{align-items:center;display:flex}.editor-v2-text-font-row{gap:6px;position:relative}.editor-v2-text-font-select{color:#45556c;background:#e2e8f0;border-radius:6px;flex:auto;justify-content:center;align-items:center;gap:50px;height:42px;font-size:14px;display:inline-flex}.editor-v2-text-font-select img{-o-object-fit:contain;object-fit:contain;max-width:142px;max-height:22px;display:block}.editor-v2-text-font-backdrop{z-index:84;cursor:default;background:#0000001a;width:100vw;height:100vh;padding:0;display:block;position:fixed;top:0;right:0;bottom:0;left:0}.editor-v2-text-font-dropdown{z-index:85;background:#fff;border:1px solid #e2e8f0e6;border-radius:8px;flex-direction:column;width:217px;max-height:310px;padding:6px;display:flex;position:absolute;top:46px;left:0;overflow-y:auto;box-shadow:0 12px 28px #0f172a1f}.editor-v2-text-font-dropdown button{background:0 0;border-radius:6px;justify-content:center;align-items:center;min-height:36px;padding:6px 10px;display:flex}.editor-v2-text-font-dropdown button:hover,.editor-v2-text-font-dropdown button.is-active{background:#f1f5f9}.editor-v2-text-font-dropdown button.is-active{outline:1px solid #ff6900}.editor-v2-text-font-dropdown img{-o-object-fit:contain;object-fit:contain;max-width:176px;max-height:24px;display:block}.editor-v2-text-size-stepper{background:#e2e8f0;border-radius:6px;grid-template-rows:1fr 1fr;grid-template-columns:58px 42px;width:101px;height:42px;display:grid;overflow:hidden}.editor-v2-text-size-stepper input{color:#45556c;text-align:center;background:0 0;border:0;outline:0;grid-row:1/3;width:100%;padding:0;font-size:14px}.editor-v2-text-size-stepper input::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.editor-v2-text-size-stepper input::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.editor-v2-text-stroke-field input::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.editor-v2-text-stroke-field input::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.editor-v2-text-size-stepper button{background:0 0;border-left:1px solid #cbd5e1cc;place-items:center;display:grid}.editor-v2-text-size-stepper button:first-of-type{border-bottom:1px solid #cbd5e1cc}.editor-v2-text-format-row{background:#e2e8f0;border-radius:6px;height:42px;overflow:hidden}.editor-v2-text-format-row button{color:#45556c;background:0 0;border-right:1px solid #cbd5e1b8;flex:20%;place-items:center;height:42px;font-size:14px;display:grid}.editor-v2-text-format-row button:last-child{border-right:0}.editor-v2-text-format-row button.is-active{color:#0a0a0a;background:#ffffff75}.editor-v2-text-color-row{gap:8px}.editor-v2-right-field-chip{color:#45556c;white-space:nowrap;background:#e2e8f0;border-radius:6px;flex:none;align-items:center;gap:8px;height:42px;padding:0 10px;font-size:12px;display:inline-flex}.editor-v2-right-field-chip>button{background:0 0;border:1px solid #0f172a1f;border-radius:4px;width:24px;height:24px;padding:0;box-shadow:inset 0 0 0 1px #fff9}.editor-v2-text-color-row .editor-v2-right-field-chip:last-child{margin-left:auto}.editor-v2-right-field-chip input{color:#0a0a0a;text-align:center;background:#f8fafc;border:0;border-radius:6px;outline:0;width:48px;height:26px}.editor-v2-text-range-row{color:#0a0a0a;grid-template-columns:43px minmax(0,1fr) 32px;align-items:center;gap:13px;font-size:14px;display:grid}.editor-v2-text-range-row output{color:#4a5565;text-align:right;font-size:12px}.editor-v2-text-range-row input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;width:100%}.editor-v2-text-range-row input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(90deg,#ff3d1f 0 var(--text-range-progress,50%),#e2e8f0 var(--text-range-progress,50%) 100%);border-radius:999px;height:4px}.editor-v2-text-range-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid #dbe1ea;border-radius:50%;width:13px;height:13px;margin-top:-5px}.editor-v2-text-toggle-row{color:#0a0a0a;justify-content:space-between;align-items:center;font-size:14px;display:flex}.editor-v2-text-toggle-row input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#e2e8f0;border-radius:999px;width:28px;height:16px;position:relative}.editor-v2-text-toggle-row input:before{content:"";background:#fff;border-radius:50%;width:12px;height:12px;transition:transform .14s;position:absolute;top:2px;left:2px}.editor-v2-text-toggle-row input:checked{background:#ff6900}.editor-v2-text-toggle-row input:checked:before{transform:translate(12px)}.editor-v2-text-remove{color:#45556c;background:#f1f5f9;border-radius:10px;justify-content:center;align-items:center;gap:6px;height:44px;font-size:14px;display:inline-flex}.editor-v2-avatar-detail-card{background:#f8fafc;border-radius:14px;align-items:center;gap:12px;padding:12px;display:flex}.editor-v2-avatar-detail-card img{-o-object-fit:cover;object-fit:cover;border-radius:10px;width:68px;height:82px}.editor-v2-avatar-detail-card strong,.editor-v2-avatar-detail-card small{display:block}.editor-v2-avatar-detail-card strong{color:#0a0a0a;font-size:16px}.editor-v2-avatar-detail-card small{color:#90a1b9;margin-top:4px;font-size:12px}.editor-v2-search input{color:#314158;background:#f1f5f9;border:0;border-radius:10px;outline:none;width:100%;height:38px;margin-bottom:14px;padding:0 14px}.editor-v2-audio-panel{flex-direction:column;flex:auto;height:100%;min-height:0;display:flex}.editor-v2-audio-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.editor-v2-audio-head .editor-v2-tabs{margin-bottom:0}.editor-v2-audio-upload-button{color:#667085;background:0 0;border-left:1px solid #d8dee8;border-radius:0;flex:none;align-items:center;gap:5px;height:18px;padding:0 0 0 16px;font-size:13px;line-height:18px;display:inline-flex}.editor-v2-audio-upload-button:hover,.editor-v2-audio-upload-button:focus-visible{color:#45556c;background:0 0}.editor-v2-audio-tags{grid-template-columns:repeat(4,58px);justify-content:center;gap:7px;margin:2px 0 0;display:grid}.editor-v2-audio-tags button{color:#45556c;text-align:center;white-space:nowrap;background:#f1f5f9;border-radius:6px;height:28px;padding:0 5px;font-family:PingFang SC,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;line-height:18px}.editor-v2-audio-tags button.is-active{color:#0a0a0a;background:#f1f3fd;font-weight:500}.editor-v2-audio-tags-collapse{color:#90a1b9;background:0 0;flex:none;place-items:center;width:24px;height:24px;margin:10px auto 16px;padding:0;display:grid}.editor-v2-audio-tags-collapse .editor-v2-figma-icon{transition:transform .16s}.editor-v2-audio-tags-collapse.is-collapsed .editor-v2-figma-icon{transform:rotate(180deg)}.editor-v2-audio-list{flex-direction:column;flex:auto;gap:12px;min-height:0;padding-right:2px;display:flex;overflow-y:auto}.editor-v2-audio-card{cursor:pointer;text-align:left;background:#f1f5f9;border-radius:10px;grid-template-columns:44px minmax(0,1fr) 28px;align-items:center;gap:10px;min-height:72px;padding:12px 13px;display:grid;position:relative}.editor-v2-audio-card-delete{color:#62748e;opacity:0;pointer-events:none;visibility:hidden;background:#fff;border-radius:50%;place-items:center;width:22px;height:22px;transition:color .14s,opacity .14s,visibility .14s;display:grid;position:absolute;top:0;right:0;transform:translate(35%,-40%)}.editor-v2-audio-card:hover .editor-v2-audio-card-delete,.editor-v2-audio-card:focus-within .editor-v2-audio-card-delete{opacity:1;pointer-events:auto;visibility:visible}.editor-v2-audio-card-delete:hover,.editor-v2-audio-card-delete:focus-visible{color:#ef4444;outline:none}.editor-v2-audio-card:hover,.editor-v2-audio-card:focus-visible{background:#eaf0f7;outline:none}.editor-v2-audio-card.is-selected{background:#edf3ff}.editor-v2-audio-card.is-disabled{cursor:not-allowed;opacity:.62}.editor-v2-audio-card.is-disabled .editor-v2-audio-card-delete{pointer-events:none}.editor-v2-audio-card.has-no-selection{grid-template-columns:44px minmax(0,1fr)}.editor-v2-audio-thumb,.editor-v2-audio-empty-upload span{color:#fff;background:linear-gradient(135deg,#60a5fa,#bfdbfe 45%,#fff1f2);border-radius:9px;place-items:center;display:grid}.editor-v2-audio-thumb{width:44px;height:44px;position:relative}.editor-v2-audio-preview-button{border-radius:inherit;color:#fff;opacity:0;background:#0a0a0a6b;place-items:center;transition:opacity .14s;display:grid;position:absolute;top:0;right:0;bottom:0;left:0}.editor-v2-audio-card:hover .editor-v2-audio-preview-button,.editor-v2-audio-card:focus-within .editor-v2-audio-preview-button,.editor-v2-audio-card.is-preview-active .editor-v2-audio-preview-button{opacity:1}.editor-v2-audio-preview-button:disabled{cursor:not-allowed;opacity:0}.editor-v2-audio-preview-button .editor-v2-figma-icon{filter:brightness(0)invert()}.editor-v2-audio-preview-loading{width:15px;height:15px;animation:.85s linear infinite editor-audio-loading}.editor-v2-audio-meta{min-width:0}.editor-v2-audio-meta strong,.editor-v2-audio-meta small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.editor-v2-audio-meta strong{color:#0a0a0a;font-size:14px;font-weight:500}.editor-v2-audio-meta small{color:#90a1b9;margin-top:5px;font-size:13px}.editor-v2-audio-check{border:2px solid #cbd5e1;border-radius:999px;width:26px;height:26px}.editor-v2-audio-card.is-selected .editor-v2-audio-check{background:radial-gradient(circle,#ff6900 0,#ff6900 42%,#0000 46%);border-color:#ff6900}.editor-v2-audio-empty-upload{color:#0a0a0a;text-align:center;background:0 0;flex-direction:column;align-items:center;width:100%;margin-top:170px;display:flex}.editor-v2-audio-delete-dialog{background:#fff;border-radius:18px;width:380px;padding:28px;position:relative;box-shadow:0 30px 90px #0f172b33}.editor-v2-audio-delete-dialog h2{color:#0a0a0a;margin:0;font-size:18px;font-weight:600}.editor-v2-audio-delete-dialog p{color:#45556c;margin:14px 0 0;font-size:14px;line-height:1.6}.editor-v2-audio-delete-actions{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.editor-v2-audio-delete-actions button{color:#314158;background:#f1f5f9;border-radius:8px;min-width:88px;height:36px;font-size:14px;font-weight:500}.editor-v2-audio-delete-actions button.is-danger{color:#fff;background:#ef4444}.editor-v2-audio-delete-actions button:disabled{cursor:not-allowed;opacity:.58}.editor-v2-audio-empty-upload span{background:#f1f3fd;border:1px dashed #8fa8cc;border-radius:16px;width:110px;height:110px}.editor-v2-audio-empty-upload strong{margin-top:18px;font-size:14px;font-weight:500}.editor-v2-audio-empty-upload small{color:#90a1b9;margin-top:8px;font-size:12px}.editor-v2-audio-uploading{color:#202329;background:#353840;border-radius:6px;place-items:center;height:74px;margin-bottom:12px;display:grid;position:relative}.editor-v2-audio-uploading span{border:3px solid #ff690047;border-top-color:#ff6900;border-radius:999px;width:14px;height:14px;animation:.9s linear infinite editor-audio-loading;position:absolute;bottom:10px;left:10px}@keyframes editor-audio-loading{to{transform:rotate(360deg)}}.editor-v2-voice-list,.editor-v2-ai-list,.editor-v2-template-list,.editor-v2-media-list{flex-direction:column;gap:10px;display:flex}.editor-v2-voice-list button,.editor-v2-ai-list button,.editor-v2-template-list button,.editor-v2-media-list button{color:#0a0a0a;text-align:left;background:#fff;border-radius:12px;align-items:center;gap:12px;min-height:64px;padding:12px;display:flex;box-shadow:0 8px 20px #90a1b914}.editor-v2-voice-list button.is-active{background:#fff7ed;outline:2px solid #ff690057}.editor-v2-voice-list small,.editor-v2-ai-list small,.editor-v2-media-list small{color:#90a1b9;margin-top:4px;font-size:12px;display:block}.editor-v2-template-grid{grid-template-columns:repeat(2,118px);justify-content:center;gap:9px;display:grid}.editor-v2-element-drawer{flex-direction:column;flex:auto;min-height:0;display:flex}.editor-v2-element-source-tabs{align-items:center;gap:20px;height:30px;margin-bottom:17px;display:flex}.editor-v2-element-source-tabs button{color:#62748e;background:0 0;height:30px;padding:0;font-size:16px;font-weight:500}.editor-v2-element-source-tabs button.is-active{color:#0a0a0a;font-weight:600}.editor-v2-element-categories{grid-template-columns:repeat(4,54px);gap:8px 10px;margin-bottom:11px;display:grid}.editor-v2-element-categories button{color:#64748b;background:#f1f5f9;border-radius:6px;height:28px;font-size:12px}.editor-v2-element-categories button.is-active{color:#0a0a0a;background:#fff;box-shadow:0 1px 8px #0f172a0f}.editor-v2-element-category-collapse{color:#8da0b8;background:0 0;border:0;place-items:center;width:100%;height:22px;margin:0 0 11px;display:grid}.editor-v2-element-category-collapse.is-collapsed .editor-v2-figma-icon{transform:rotate(180deg)}.editor-v2-element-grid{overscroll-behavior:contain;scrollbar-width:none;flex:auto;grid-template-columns:repeat(3,77px);grid-auto-rows:76px;gap:8px;min-height:0;max-height:min(330px,100vh - 330px);padding:0 0 14px;display:grid;overflow-y:auto}.editor-v2-element-grid::-webkit-scrollbar{width:0}.editor-v2-element-card{background:#f1f5f9;border:2px solid #0000;border-radius:9px;place-items:center;height:76px;display:grid;position:relative;overflow:hidden}.editor-v2-element-card.is-active{background:#fff7ed;border-color:#ff6900}.editor-v2-element-preview-wrap{place-items:center;width:38px;height:38px;display:grid}.editor-v2-element-preview.is-shape{border-color:var(--element-preview-stroke,transparent);border-style:solid;border-width:var(--element-preview-stroke-width,0);background:var(--element-preview-fill,#ff603e);width:38px;height:38px}.editor-v2-element-preview.is-shape.is-circle{border-radius:999px}.editor-v2-element-preview.is-shape.is-square{border-radius:0}.editor-v2-element-preview.is-shape.is-triangle{clip-path:polygon(50% 0,100% 100%,0 100%)}.editor-v2-element-preview.is-shape.is-stroke-none{border-width:0}.editor-v2-element-preview-triangle{width:42px;height:42px;display:block;overflow:visible}.editor-v2-element-preview-image{-o-object-fit:contain;object-fit:contain;max-width:58px;max-height:58px;display:block}.editor-v2-element-preview.is-megaphone{width:50px;height:42px;position:relative;overflow:visible}.editor-v2-element-preview.is-megaphone>span{background:linear-gradient(135deg,#ff3d1f,#ffb22e);border-radius:999px 5px 5px 999px;width:23px;height:15px;position:absolute;top:16px;left:5px;transform:rotate(-25deg);box-shadow:0 3px 5px #ff603e3d}.editor-v2-element-preview.is-megaphone>span:before{content:"";background:#ffd33d;border-radius:5px 999px 999px 5px;width:18px;height:22px;position:absolute;top:-4px;right:-13px}.editor-v2-element-preview.is-megaphone>i,.editor-v2-element-preview.is-megaphone>i:before,.editor-v2-element-preview.is-megaphone>i:after{content:"";background:#ffd33d;border-radius:999px;display:block;position:absolute}.editor-v2-element-preview.is-megaphone>i{width:8px;height:8px;top:9px;right:8px}.editor-v2-element-preview.is-megaphone>i:before{width:7px;height:7px;top:16px;right:12px}.editor-v2-element-preview.is-megaphone>i:after{width:6px;height:6px;top:25px;right:-2px}.editor-v2-element-preview.is-label{background:var(--element-preview-fill);min-width:68px;height:12px;color:var(--element-preview-text);white-space:nowrap;border-radius:4px;justify-content:center;align-items:center;padding:0 6px;font-size:6px;font-weight:700;line-height:1;display:inline-flex;transform:rotate(-4deg)}.editor-v2-element-custom-empty{color:#90a1b9;background:#f8fafc;border-radius:9px;place-items:center;min-height:180px;font-size:13px;display:grid}.editor-v2-element-custom-panel{flex-direction:column;flex:auto;min-height:0;display:flex}.editor-v2-element-custom-upload{color:#45556c;cursor:pointer;background:#f8fafc;border:1px dashed #cad5e2;border-radius:9px;justify-content:center;align-items:center;gap:8px;height:64px;margin-bottom:12px;font-size:13px;font-weight:500;display:flex}.editor-v2-element-custom-upload input{display:none}.editor-v2-element-grid.is-custom{max-height:min(330px,100vh - 275px)}.editor-v2-text-drawer{color:#0a0a0a;flex-direction:column;height:100%;min-height:0;display:flex}.editor-v2-text-basic h3,.editor-v2-text-bubbles h3,.editor-v2-text-settings h3{color:#0a0a0a;margin:0;font-size:16px;font-weight:600;line-height:22px}.editor-v2-text-basic-grid{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:20px;display:grid}.editor-v2-text-basic-grid button{color:#0a0a0a;background:#fff;border:1px dashed #e2e8f0;border-radius:9px;height:46px;font-size:14px;font-weight:500}.editor-v2-text-basic-grid button:first-child{font-size:18px;font-weight:600}.editor-v2-text-bubbles{flex-direction:column;flex:auto;min-height:0;margin-top:39px;display:flex}.editor-v2-text-tabs{align-items:center;gap:16px;margin-bottom:17px;display:flex}.editor-v2-text-tabs button{color:#62748e;background:0 0;height:22px;padding:0;font-size:16px;line-height:22px}.editor-v2-text-tabs button.is-active{color:#0a0a0a;font-weight:600}.editor-v2-text-bubble-grid{grid-template-columns:repeat(3,76px);grid-auto-rows:76px;gap:8px;min-height:0;padding:2px 0 12px;display:grid;overflow-y:auto}.editor-v2-text-bubble-grid button{background:#f1f5f9;border:2px solid #0000;border-radius:10px;place-items:center;width:76px;height:76px;padding:0;display:grid;overflow:hidden}.editor-v2-text-bubble-grid button.is-active,.editor-v2-text-bubble-grid button:hover{border-color:#ff6900}.editor-v2-text-bubble-grid img{-o-object-fit:contain;object-fit:contain;width:72px;max-height:72px;display:block}.editor-v2-template-filters{grid-template-columns:repeat(4,58px);justify-content:center;gap:6px;margin:0 0 10px;display:grid}.editor-v2-template-filters button{color:#45556c;text-align:center;white-space:nowrap;background:#f1f5f9;border-radius:6px;height:28px;padding:0 5px;font-family:PingFang SC,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;line-height:18px}.editor-v2-template-filters button.is-active{color:#0a0a0a;background:#f1f3fd}.editor-v2-template-collapse{background:0 0;place-items:center;width:24px;height:24px;margin:10px auto;padding:0;display:grid}.editor-v2-template-collapse .editor-v2-figma-icon{transition:transform .16s}.editor-v2-template-collapse.is-collapsed .editor-v2-figma-icon{transform:rotate(180deg)}.editor-v2-background-panel{flex-direction:column;flex:auto;min-height:0;display:flex}.editor-v2-background-color-strip{flex:none;justify-content:center;align-items:center;gap:15px;margin:0 0 16px;display:flex}.editor-v2-background-custom-trigger,.editor-v2-background-quick-color{border:1px solid #e2e8f0;border-radius:8px;width:26px;height:26px;padding:0}.editor-v2-background-custom-trigger{background:conic-gradient(from 90deg,red,#ffd600,#00d492,#09f,#6d5dfc,#ff4db8,red);border:0}.editor-v2-background-custom-trigger.is-active,.editor-v2-background-quick-color.is-active{box-shadow:0 0 0 2px #ff6900}.editor-v2-background-color-divider{background:#e2e8f0;width:1px;height:22px}.editor-v2-background-filter-block{flex-direction:column;flex:none;margin-bottom:16px;display:flex}.editor-v2-background-filters{grid-template-columns:repeat(4,58px);justify-content:center;gap:6px;display:grid}.editor-v2-background-filters button{color:#45556c;background:#f1f5f9;border-radius:6px;height:28px;padding:0 4px;font-size:12px}.editor-v2-background-filters button.is-active{color:#0a0a0a;background:#f1f3fd;font-weight:600}.editor-v2-background-collapse{color:#90a1b9;background:0 0;flex:none;place-items:center;width:24px;height:24px;margin:10px auto 0;display:grid}.editor-v2-background-collapse .editor-v2-figma-icon{transition:transform .16s}.editor-v2-background-collapse.is-collapsed .editor-v2-figma-icon{transform:rotate(180deg)}.editor-v2-background-grid{grid-template-columns:repeat(2,118px);justify-content:center;gap:16px 13px;min-height:0;padding:1px 1px 12px;display:grid;overflow:hidden auto}.editor-v2-background-list-status{grid-column:1/-1}.editor-v2-background-card{box-sizing:border-box;color:#0a0a0a;text-align:left;background:#f1f5f9;border:2px solid #0000;border-radius:11px;width:118px;height:158px;padding:0;display:grid;position:relative;overflow:hidden}.editor-v2-background-card.is-active{border-color:#ff6900}.editor-v2-background-card.is-active:after{box-sizing:border-box;content:"";background:#ff6900;border:2px solid #fff;border-radius:50%;width:17px;height:17px;position:absolute;top:4px;right:4px}.editor-v2-background-card.is-active:before{z-index:1;content:"";background:#fff;border-radius:50%;width:4px;height:4px;position:absolute;top:10px;right:10px}.editor-v2-background-card strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;background:linear-gradient(#0000,#000000b3);align-items:center;height:28px;padding:0 6px;font-size:11px;font-weight:400;line-height:14px;display:flex;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.editor-v2-background-image-thumb{background:#f1f5f9;border-radius:9px;width:118px;height:158px;display:block;overflow:hidden}.editor-v2-background-image-thumb img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.editor-v2-color-picker-backdrop{z-index:95;background:#0f172a2e;position:fixed;top:0;right:0;bottom:0;left:0}.editor-v2-color-picker{z-index:96;background:#fff;border-radius:14px;flex:none;width:395px;margin-top:12px;padding:17px;position:fixed;top:398px;left:96px;box-shadow:0 8px 26px #0f172a24}.editor-v2-color-field{background:linear-gradient(180deg,transparent,#000),linear-gradient(90deg,#fff,transparent),var(--editor-color-picker-hue,#0853f2);border-radius:8px;height:202px;position:relative;overflow:hidden}.editor-v2-color-field span{border:2px solid #fff;border-radius:50%;width:24px;height:24px;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #767b83}.editor-v2-color-controls{grid-template-columns:48px minmax(0,1fr);align-items:center;gap:12px;margin-top:12px;display:grid}.editor-v2-color-preview{border:1px solid #e2e8f0;border-radius:50%;width:48px;height:48px;display:block}.editor-v2-color-hue{height:26px;position:relative}.editor-v2-color-hue:before{content:"";background:linear-gradient(90deg,red,#ff0,#0f0,#0ff,#00f,#f0f,red);border-radius:999px;height:16px;position:absolute;top:5px;left:0;right:0}.editor-v2-color-hue input[type=range]{z-index:1;opacity:0;width:100%;height:26px;margin:0;position:absolute;top:0;right:0;bottom:0;left:0}.editor-v2-color-hue span{z-index:2;pointer-events:none;background:0 0;border:2px solid #fff;border-radius:50%;width:26px;height:26px;position:absolute;top:0;transform:translate(-50%);box-shadow:0 0 0 1px #0f172a38}.editor-v2-color-hex-input{color:#0a0a0a;text-align:center;text-transform:uppercase;border:1px solid #d7d7d7;border-radius:3px;width:100%;height:32px;margin-top:12px;padding:0 10px;font-size:13px}.editor-v2-color-swatches{grid-template-columns:repeat(auto-fill,30px);justify-content:space-between;gap:10px 12px;margin-top:14px;display:grid}.editor-v2-color-swatches button{border:1px solid #0000;border-radius:5px;width:30px;height:30px}.editor-v2-color-swatches button.is-active{border-color:#0a0a0a;box-shadow:0 0 0 2px #fff,0 0 0 4px #0a0a0a2e}.editor-v2-template-grid button{aspect-ratio:118/158;color:#0a0a0a;text-align:left;box-shadow:none;background:#f1f5f9;border-radius:11px;padding:0;position:relative;overflow:hidden}.editor-v2-template-grid img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.editor-v2-template-grid span{color:#fff;background:linear-gradient(#0000,#000000b3);align-items:center;height:22px;padding:0 6px;display:flex;position:absolute;bottom:0;left:0;right:0}.editor-v2-template-grid strong,.editor-v2-template-grid small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.editor-v2-template-grid strong{color:#fff;font-size:11px;font-weight:400;line-height:14px}.editor-v2-template-grid small{display:none}.editor-v2-template-grid .editor-v2-empty-result{grid-column:1/-1}.editor-v2-media-thumb{background:#e2e8f0;border-radius:8px;flex:0 0 64px;width:64px;height:48px;position:relative;overflow:hidden}.editor-v2-media-thumb img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.editor-v2-media-thumb em{color:#fff;background:#0f172aad;border-radius:4px;padding:2px 4px;font-size:10px;font-style:normal;position:absolute;bottom:4px;right:4px}.editor-v2-voice-list em{color:#ff6900;margin-left:auto;font-size:12px;font-style:normal}.editor-v2-empty-result{color:#90a1b9;text-align:center;background:#f8fafc;border-radius:12px;padding:18px;font-size:13px}.editor-v2-voice-avatar,.editor-v2-ai-list span{color:#ff6900;background:#fff0e8;border-radius:12px;place-items:center;width:40px;height:40px;display:inline-grid}.editor-v2-placeholder{color:#62748e;text-align:center;background:#f8fafc;border-radius:14px;place-items:center;min-height:190px;padding:22px;display:grid}.editor-v2-placeholder strong{color:#0a0a0a}.editor-v2-timeline{z-index:95;will-change:height;background:#fff;border-top:1px solid #eef0f3;transition:height .18s;position:fixed;bottom:0;left:0;right:0;overflow:hidden}.editor-v2-timeline-resize-handle{z-index:8;cursor:ns-resize;touch-action:none;background:0 0;border:0;width:100%;height:12px;padding:0;position:absolute;top:-6px;left:0;right:0}.editor-v2-timeline-resize-handle:before{content:"";background:#d8dbe2;border-radius:999px;width:56px;height:3px;position:absolute;top:5px;left:50%;transform:translate(-50%)}.editor-v2-timeline-toolbar{border-bottom:1px solid #eef0f3;gap:16px;height:44px;padding:0 14px;position:relative}.editor-v2-timeline-toolbar label{color:#1f2937;align-items:center;gap:8px;font-size:14px;display:flex}.editor-v2-timeline-toggle{cursor:pointer;position:relative}.editor-v2-timeline-toggle-input{opacity:0;cursor:pointer;width:32px;height:18px;margin:0;position:absolute;right:0}.editor-v2-timeline-toggle-track{pointer-events:none;background:#d9dde6;border-radius:999px;flex:none;align-items:center;width:32px;height:16px;transition:background .16s;display:inline-flex;position:relative}.editor-v2-timeline-toggle-thumb{background:#fff;border-radius:50%;width:12px;height:12px;margin-left:2px;transition:transform .16s;display:block;box-shadow:0 1px 3px #0f172a29}.editor-v2-timeline-toggle-input:checked+.editor-v2-timeline-toggle-track{background:#ff714f}.editor-v2-timeline-toggle-input:checked+.editor-v2-timeline-toggle-track .editor-v2-timeline-toggle-thumb{transform:translate(16px)}.editor-v2-timeline-toggle-input:focus-visible+.editor-v2-timeline-toggle-track{outline-offset:2px;outline:2px solid #ff690052}.editor-v2-edit-actions{color:#62748e;gap:14px;display:flex}.editor-v2-edit-actions button{color:#62748e;background:0 0;align-items:center;gap:5px;height:28px;padding:0;font-size:12px;display:inline-flex}.editor-v2-edit-actions button:not(:disabled):hover{color:#111827}.editor-v2-playback-group{align-items:center;gap:6px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.editor-v2-playback-group strong{color:#4b5563;white-space:nowrap;font-size:14px;font-weight:400}.editor-v2-play{color:#4b5563;background:0 0;border-radius:50%;place-items:center;width:18px;height:18px;display:grid}.editor-v2-duration{color:#111827;flex:none;justify-content:center;align-items:center;gap:3px;width:148px;min-width:148px;height:24px;display:inline-flex;overflow:hidden}.editor-v2-duration b{font-size:12px;font-weight:400;line-height:1}.editor-v2-duration b:last-child,.editor-v2-duration i{color:#8a95a6}.editor-v2-duration i{font-size:12px;font-style:normal;line-height:1}.editor-v2-timeline-view-controls{align-items:center;gap:18px;margin-left:auto;display:flex}.editor-v2-zoom-controls{align-items:center;gap:8px;width:166px;display:flex}.editor-v2-zoom-controls button{background:0 0;border-radius:50%;place-items:center;width:18px;height:18px;display:grid;position:relative}.editor-v2-zoom-slider{cursor:pointer;touch-action:none;flex:0 0 96px;width:96px;height:24px;position:relative}.editor-v2-zoom-slider:focus-visible{outline-offset:3px;outline:2px solid #ff5a208f}.editor-v2-zoom-slider-track{background:#e1e4ea;border-radius:999px;width:96px;height:4px;display:block;position:absolute;top:50%;left:0;overflow:hidden;transform:translateY(-50%)}.editor-v2-zoom-slider-fill{border-radius:inherit;background:#d4d8e0;height:100%;display:block}.editor-v2-zoom-slider-thumb{background:#fff;border:1px solid #cad5e2db;border-radius:50%;width:14px;height:14px;display:block;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 2px 8px #0f172a29}.editor-v2-timeline-body{height:calc(100% - 44px)}.editor-v2-track-grid{-webkit-user-select:none;-moz-user-select:none;user-select:none;height:100%;position:relative;overflow:auto}.editor-v2-track-grid::-webkit-scrollbar{height:8px}.editor-v2-track-grid::-webkit-scrollbar-thumb{background:#d8dce4;border-radius:999px}.editor-v2-track-grid::-webkit-scrollbar-track{background:#f1f2f4}.editor-v2-track-content{min-width:100%;min-height:100%;height:calc(var(--editor-timeline-track-row-height) * var(--editor-timeline-track-count) + var(--editor-timeline-scrollbar-reserve));padding-top:10px;position:relative}.editor-v2-timeline:not(.is-editing-visible) .editor-v2-track-content{box-sizing:border-box;height:100%;padding-top:0}.editor-v2-timeline.is-editing-visible .editor-v2-track-content{height:calc(var(--editor-timeline-expanded-content-padding-top) + var(--editor-timeline-subtitle-row-height) + var(--editor-timeline-ruler-height) + var(--editor-timeline-track-row-height) * var(--editor-timeline-visible-track-count,4) + var(--editor-timeline-scrollbar-reserve));padding-top:var(--editor-timeline-expanded-content-padding-top)}.editor-v2-subtitle-segment-row,.editor-v2-ruler{width:calc(100% - var(--timeline-track-start) - var(--timeline-end-padding,0px));margin-left:var(--timeline-track-start);position:relative}.editor-v2-subtitle-segment-row{height:var(--editor-timeline-subtitle-row-height)}.editor-v2-subtitle-segment{box-sizing:border-box;color:#2f3b4c;text-overflow:ellipsis;white-space:nowrap;background:#f3f5f8;border-radius:4px;align-items:center;height:26px;padding:0 11px;font-size:12px;display:flex;position:absolute;top:4px;overflow:hidden}.editor-v2-ruler{height:var(--editor-timeline-ruler-height);color:#b2bac7;cursor:pointer;border-top:1px solid #d9dde5;font-size:10px}.editor-v2-ruler-tick{white-space:nowrap;display:block;position:absolute;top:-1px}.editor-v2-ruler-tick>i,.editor-v2-ruler-half-tick,.editor-v2-ruler-tenth-tick{background:#d9dde5;flex:none;width:1px;display:block}.editor-v2-ruler-tick>i{background:#aeb6c2;height:12px}.editor-v2-ruler-tick b{color:#a7b0bf;font-size:10px;font-weight:400;line-height:12px;position:absolute;top:4px;left:4px}.editor-v2-ruler-half-tick,.editor-v2-ruler-tenth-tick{position:absolute;top:-1px}.editor-v2-ruler-half-tick{background:#c2c9d3;height:7px}.editor-v2-ruler-tenth-tick{height:4px}.editor-v2-ruler-tick:last-child b{left:-4px;transform:translate(-100%)}.editor-v2-track-row-list{position:relative}.editor-v2-timeline:not(.is-editing-visible) .editor-v2-track-row-list{flex-direction:column;gap:6px;display:flex;position:absolute;bottom:6px;left:0;right:0}.editor-v2-timeline.is-editing-visible .editor-v2-track-row-list{min-height:calc(100% - var(--editor-timeline-ruler-height) - var(--editor-timeline-subtitle-row-height));flex-direction:column;display:flex}.editor-v2-track{grid-template-columns:var(--timeline-track-start) 1fr;width:calc(100% - var(--timeline-end-padding,0px));height:var(--editor-timeline-track-row-height);align-items:center;display:grid}.editor-v2-timeline:not(.is-editing-visible) .editor-v2-track{flex:none;height:40px}.editor-v2-timeline:not(.is-editing-visible) .editor-v2-track.is-bgm{height:28px}.editor-v2-timeline.is-editing-visible .editor-v2-track{border-top:0}.editor-v2-track.is-bgm{z-index:5;background:#fff;position:sticky;bottom:0}.editor-v2-timeline.is-editing-visible .editor-v2-track.is-bgm{margin-top:auto}.editor-v2-track-lane{min-width:0;height:100%;position:relative}.editor-v2-playhead{z-index:6;cursor:ew-resize;pointer-events:auto;background:#111;width:1px;position:absolute;top:0;bottom:0}.editor-v2-timeline.is-editing-visible .editor-v2-playhead{top:calc(var(--editor-timeline-expanded-content-padding-top) + var(--editor-timeline-subtitle-row-height))}.editor-v2-playhead:after{content:"";width:21px;position:absolute;top:0;bottom:0;left:-10px}.editor-v2-playhead span{clip-path:polygon(0 0,100% 0,50% 100%);background:#111;width:12px;height:12px;position:absolute;top:0;left:-6px}.editor-v2-track-label{z-index:2;box-sizing:border-box;color:#45556c;background:#fffffff5;justify-content:flex-start;align-items:center;gap:3px;height:100%;padding-left:6px;font-size:12px;font-style:normal;display:inline-flex;position:sticky;left:0;overflow:hidden}.editor-v2-track-label.is-collapsed{background:0 0}.editor-v2-track-label.is-empty-label{background:#fffffff5}.editor-v2-track-accent{border-radius:999px;flex:none;width:4px;height:13px;display:block}.editor-v2-track-label.is-video .editor-v2-track-accent{background:linear-gradient(#615fff,#7c86ff)}.editor-v2-track-label.is-text-element .editor-v2-track-accent{background:linear-gradient(#f6339a,#ff637e)}.editor-v2-track-label.is-image-element .editor-v2-track-accent{background:linear-gradient(#00bc7d,#00d5be)}.editor-v2-track-label.is-background .editor-v2-track-accent{background:linear-gradient(#ad46ff,#ed6aff)}.editor-v2-track-label.is-sound .editor-v2-track-accent{background:linear-gradient(#f59e0b,#f97316)}.editor-v2-video-placeholder .editor-v2-figma-icon{filter:invert(40%)sepia(79%)saturate(3622%)hue-rotate(228deg)brightness(101%)contrast(101%)}.editor-v2 .editor-v2-music .editor-v2-figma-icon{filter:invert(18%)sepia(98%)saturate(4986%)hue-rotate(278deg)brightness(85%)contrast(115%)}.editor-v2-track-label-text{color:#45556c;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;line-height:18px;overflow:hidden}.editor-v2-track-label.is-text-element .editor-v2-track-label-text,.editor-v2-track-label.is-image-element .editor-v2-track-label-text{font-size:10px}.editor-v2 .editor-v2-filmstrip-clip,.editor-v2 .editor-v2-clip,.editor-v2 .editor-v2-music,.editor-v2 .editor-v2-video-placeholder{z-index:2;box-sizing:border-box;border:1px solid #0000;border-radius:4px;align-items:center;font-size:11px;line-height:1;display:inline-flex;position:relative}.editor-v2-track-lane>.editor-v2-filmstrip-clip,.editor-v2-track-lane>.editor-v2-clip,.editor-v2-track-lane>.editor-v2-music,.editor-v2-track-lane>.editor-v2-video-placeholder{position:absolute;top:50%;transform:translateY(-50%)}.editor-v2 .editor-v2-filmstrip-clip{color:#fff;background-color:#c9cdd4;background-position:50%;background-size:cover;height:38px;padding:0;overflow:hidden}.editor-v2-timeline:not(.is-editing-visible) .editor-v2-filmstrip-clip{border:2px solid #ff6900;border-radius:5px;height:40px}.editor-v2 .editor-v2-filmstrip-clip.is-selected{border-color:#ff6900}.editor-v2-filmstrip-frames{flex:none;width:-moz-max-content;width:max-content;min-width:100%;height:100%;display:flex}.editor-v2-filmstrip-frame{flex:0 0 24px;height:100%;position:relative;overflow:hidden}.editor-v2-filmstrip-frame img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%;display:block;position:absolute;top:0;right:0;bottom:0;left:0}.editor-v2-filmstrip-index{z-index:3;color:#fff;background:#111;border-radius:0 0 4px;place-items:center;width:22px;height:18px;font-size:11px;display:grid;position:absolute;top:0;left:0}.editor-v2 .editor-v2-clip{color:#9a3412;background:#ffe6d5;justify-content:space-between;gap:8px;min-width:48px;height:30px;padding:0 10px;overflow:hidden}.editor-v2 .editor-v2-clip.is-soundEffect{color:#15803d;background:#e9f8ef}.editor-v2 .editor-v2-clip.is-text{color:#c6005c;background:linear-gradient(90deg,#fce7f3,#ffe4e6);box-shadow:0 0 0 1px #fccee8}.editor-v2 .editor-v2-clip.is-element{color:#047857;background:linear-gradient(90deg,#ecfdf5,#f0fdfa);box-shadow:0 0 0 1px #a4f4cf}.editor-v2 .editor-v2-clip.is-selected{border-color:#ff6900}.editor-v2-clip-title{text-overflow:ellipsis;font-synthesis:weight style;white-space:nowrap;min-width:0;overflow:hidden}.editor-v2-clip-resize{z-index:2;opacity:0;pointer-events:none;cursor:ew-resize;background:#ff714fb8;border-radius:999px;width:8px;position:absolute;top:3px;bottom:3px}.editor-v2-clip:hover .editor-v2-clip-resize,.editor-v2-clip:focus-visible .editor-v2-clip-resize,.editor-v2-clip.is-selected .editor-v2-clip-resize{opacity:1;pointer-events:auto}.editor-v2-clip-resize.is-left{left:2px}.editor-v2-clip-resize.is-right{right:2px}.editor-v2-clip-duration{z-index:3;color:#8a95a6;pointer-events:none;background:#ffffffeb;border-radius:4px;align-items:center;gap:3px;height:20px;padding:0 7px;font-size:10px;font-weight:400;display:inline-flex;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.editor-v2 .editor-v2-music{color:#8200db;background:linear-gradient(90deg,#f3e8ff,#fae8ff);justify-content:flex-start;gap:4px;min-width:48px;height:28px;padding:0 12px;overflow:hidden;box-shadow:0 0 0 1px #e9d4ff}.editor-v2 .editor-v2-music.is-placeholder{background:linear-gradient(90deg,#f3e8ff,#fae8ff);border:0;width:100%;left:0}.editor-v2 .editor-v2-video-placeholder{color:#615fff;letter-spacing:0;background:#615fff24;border:0;border-radius:0;justify-content:flex-start;gap:4px;width:100%;height:29px;padding:0 9px;font-size:11px;font-weight:400;line-height:16px;left:0}.editor-v2-overlay{z-index:120;background:#0000001a;place-items:center;display:grid;position:fixed;top:0;right:0;bottom:0;left:0}.editor-v2-copy-modal,.editor-v2-export-dialog,.editor-v2-generating-dialog{background:radial-gradient(circle at 20% 22%,#c6d2ff52,#0000 30%),radial-gradient(circle at 82% 28%,#fccee840,#0000 31%),#fff;border-radius:20px;position:relative;box-shadow:0 40px 120px #0f172b2e}.editor-v2-dialog-close{background:0 0;position:absolute;top:20px;right:20px}.editor-v2-export-dialog h2,.editor-v2-generating-dialog h2{margin:0 0 48px;font-size:18px;font-weight:600}.editor-v2-dialog-primary{border-radius:17px;min-width:216px;height:60px;font-size:16px;font-weight:600}.editor-v2-dialog-primary:disabled{cursor:not-allowed;opacity:.58}.editor-v2-dialog-error{color:#dc2626;background:#fef2f2;border-radius:8px;margin-top:10px;padding:8px 10px;font-size:12px;line-height:1.4}.editor-v2-copy-modal{grid-template-columns:1fr 320px;gap:40px;width:780px;min-height:578px;padding:24px;display:grid}.editor-v2-copy-modal h2{margin:0 0 24px;font-size:24px}.editor-v2-copy-modal h3{margin:54px 0 6px;font-size:18px}.editor-v2-copy-modal p{color:#90a1b9;margin:0 0 28px}.editor-v2-copy-modal label{margin-bottom:18px;font-size:16px;display:block}.editor-v2-copy-modal textarea,.editor-v2-copy-modal input{background:#fff;border:0;border-radius:12px;outline:none;width:100%;margin-top:12px;padding:14px;display:block}.editor-v2-copy-modal textarea{resize:none;height:88px}.editor-v2-copy-fields{grid-template-columns:1fr 1fr;gap:12px;display:grid}.editor-v2-copy-fields button,.editor-v2-copy-modal aside button{background:#fff;border-radius:12px;width:100%}.editor-v2-copy-fields button{color:#45556c;height:42px;margin-top:10px}.editor-v2-copy-generate{color:#fff;background:linear-gradient(135deg,#ff83a2,#ffc171);border-radius:12px;justify-content:center;align-items:center;gap:7px;width:100%;height:52px;margin-top:20px;font-size:16px;display:inline-flex}.editor-v2-copy-modal section>small{color:#90a1b9;text-align:center;margin-top:10px;display:block}.editor-v2-copy-modal aside{border-left:1px solid #e2e8f0;padding-left:40px}.editor-v2-copy-modal aside button{text-align:left;grid-template-columns:40px 1fr;align-items:center;min-height:70px;margin-bottom:20px;padding:10px 16px;display:grid}.editor-v2-copy-modal aside button span{color:#ff6900;background:#fff0e8;border-radius:12px;grid-row:span 2;place-items:center;width:40px;height:40px;display:grid}.editor-v2-copy-modal aside button small{color:#ff6900}.editor-v2-export-dialog{width:528px;padding:28px 24px 16px}.editor-v2-export-dialog label{color:#45556c;font-size:14px;display:block}.editor-v2-export-dialog input{background:#f1f5f9;border:0;border-radius:10px;outline:none;width:100%;height:44px;margin-top:10px;padding:0 14px}.editor-v2-export-section{margin-top:18px}.editor-v2-export-section>span,.editor-v2-export-levels small,.editor-v2-export-footer small{color:#90a1b9;display:block}.editor-v2-export-segments{background:#f1f5f9;border-radius:4px;grid-template-columns:repeat(3,1fr);height:36px;margin-top:10px;padding:2px;display:grid}.editor-v2-export-segments button{color:#90a1b9;background:0 0;border-radius:4px;justify-content:center;align-items:center;gap:4px;font-size:14px;display:inline-flex;position:relative}.editor-v2-export-segments button.is-active{color:#0a0a0a;background:#fff}.editor-v2-export-segments button em{color:#ff8a3d;white-space:nowrap;background:#fff7ed;border-radius:4px;padding:3px 6px;font-size:11px;font-style:normal;line-height:1;position:absolute;top:-12px;right:-18px}.editor-v2-export-diamond{color:#a78bfa}.editor-v2-export-levels{gap:12px;margin-top:18px;display:grid}.editor-v2-export-levels button{color:#0a0a0a;text-align:left;background:#f8fafc;border-radius:8px;grid-template-columns:68px auto 1fr;align-items:center;min-height:68px;padding:0 16px 0 0;display:grid}.editor-v2-export-levels button.is-active{background:#f8fbff;outline:1px solid #635bff52}.editor-v2-export-levels button.is-blocked{cursor:not-allowed;opacity:.62}.editor-v2-export-levels button>span{background:radial-gradient(circle at 28% 32%,#fff,#0000 38%),linear-gradient(135deg,#71c3ff,#7d6aff);border-radius:8px 0 0 8px;grid-row:span 2;width:68px;height:68px}.editor-v2-export-levels button:nth-child(2)>span{background:radial-gradient(circle at 28% 32%,#fff7ed,#0000 38%),linear-gradient(135deg,#ffc16b,#ffd3d8)}.editor-v2-export-levels button:nth-child(3)>span{background:radial-gradient(circle at 28% 32%,#fff,#0000 38%),linear-gradient(135deg,#fff6f6,#ffe2e2)}.editor-v2-export-levels strong{padding-left:16px;font-size:16px}.editor-v2-export-levels em{color:#635bff;background:#e7e2ff;border-radius:3px;justify-self:start;padding:2px 6px;font-size:11px;font-style:normal}.editor-v2-export-levels small{grid-column:2/-1;padding-left:16px;font-size:12px}.editor-v2-export-switch{justify-content:space-between;align-items:center;margin-top:18px;display:flex}.editor-v2-export-switch>span{align-items:center;gap:8px;display:inline-flex}.editor-v2-export-switch small{color:#90a1b9;font-size:12px}.editor-v2-export-switch input{accent-color:#ff6900;width:34px;height:18px;margin:0}.editor-v2-export-details{color:#45556c;background:#f8fafc;border-radius:8px;justify-content:space-between;align-items:flex-start;gap:16px;margin-top:16px;padding:12px 14px;font-size:12px;display:flex}.editor-v2-export-details dl{gap:8px;margin:0;display:grid}.editor-v2-export-details dl div{gap:8px;display:flex}.editor-v2-export-details dt,.editor-v2-export-details dd{margin:0}.editor-v2-export-details strong{color:#0f172a;white-space:nowrap;font-size:14px}.editor-v2-export-details strong span{color:#ff6900;font-size:18px}.editor-v2-export-footer{border-top:1px solid #eef2f7;justify-content:space-between;align-items:center;margin-top:16px;padding-top:16px;display:flex}.editor-v2-export-detail-toggle{color:#62748e;background:0 0;margin-left:auto;margin-right:14px;font-size:13px}.editor-v2-export-footer .editor-v2-dialog-primary{border-radius:8px;min-width:196px;height:40px}.editor-v2-generating-dialog{text-align:center;width:430px;padding:36px}.editor-v2-generating-dialog:not(.is-complete){width:430px;box-shadow:none;background:0 0}.editor-v2-processing-orb{background:radial-gradient(circle at 74% 22%,#ffffd2f2,#0000 18%),radial-gradient(circle at 72% 70%,#ff7cdcf2,#0000 36%),radial-gradient(circle at 28%,#1c7afff2,#0000 42%),linear-gradient(135deg,#fff,#ffb9ed 52%,#8ddcff);border-radius:50%;width:182px;height:182px;margin:0 auto 28px;animation:2.4s ease-in-out infinite editor-v2-float;box-shadow:0 0 16px #fffffff2,0 0 46px #7857ff7a}.editor-v2-complete-mark{color:#10b981;background:#ecfdf5;border-radius:50%;place-items:center;width:58px;height:58px;margin:0 auto 24px;font-size:32px;font-weight:700;display:grid}.editor-v2-complete-mark.is-error{color:#dc2626;background:#fef2f2}.editor-v2-generating-dialog h2{margin-bottom:10px}.editor-v2-generating-dialog p{color:#62748e}.editor-v2-generating-dialog:not(.is-complete) h2,.editor-v2-generating-dialog:not(.is-complete) p{color:#fff}.editor-v2-generating-dialog>strong{color:#ff6900;font-size:24px;display:block}.editor-v2-complete-actions{justify-content:center;gap:12px;display:flex}.editor-v2-generating-dialog button{color:#fff;background:#0a0a0a;border-radius:10px;height:42px;margin-top:20px;padding:0 24px}.editor-v2-generating-dialog button.is-light{color:#314158;background:#f1f5f9}@keyframes editor-v2-spin{to{transform:rotate(360deg)}}@keyframes editor-v2-float{50%{transform:translateY(-8px)scale(1.02)}}@media (max-width:1100px){.works-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:860px){.works-header{grid-template-columns:1fr;justify-items:stretch;position:static}.works-header p,.works-header h1{text-align:left}.works-shell{width:min(100% - 24px,1280px);padding-top:14px}.works-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.works-toolbar{flex-direction:column;align-items:stretch}.works-search{grid-template-columns:minmax(0,1fr) 64px}.works-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.works-summary,.works-grid{grid-template-columns:1fr}}.landing-page{--landing-content-width:min(1180px, calc(100% - 48px) );color:#10203d;background:radial-gradient(circle at 76% 12%,#708bff3d,#0000 34%),linear-gradient(#f7faff,#eef4ff 48%,#fff);min-height:100vh}.landing-header{z-index:10;min-height:76px;padding:0 calc((100% - var(--landing-content-width)) / 2);background:#f7faff;border-bottom:1px solid #667dae1f;justify-content:space-between;align-items:center;display:flex}.landing-brand{color:#111f3a;white-space:nowrap;flex:none;align-items:center;gap:12px;font-size:22px;font-weight:800;text-decoration:none;display:inline-flex}.landing-brand img{-o-object-fit:contain;object-fit:contain;width:46px;height:46px}.landing-nav{align-items:center;gap:10px;display:flex}.landing-nav a{color:#5d6f91;border-radius:8px;justify-content:center;align-items:center;min-height:40px;padding:0 14px;font-size:15px;font-weight:600;text-decoration:none;transition:background-color .16s,color .16s,transform .16s;display:inline-flex}.landing-nav a:hover{color:#3159e7;background:#6578f714}.landing-nav .landing-nav-primary{color:#fff;background:linear-gradient(135deg,#6f8cff,#995dff);min-width:116px;box-shadow:0 12px 24px #6578f73d}.landing-nav .landing-nav-primary:hover{color:#fff;transform:translateY(-1px)}.landing-hero{width:var(--landing-content-width);grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);align-items:center;gap:clamp(28px,5vw,72px);min-height:calc(100svh - 76px);margin:0 auto;padding:34px 0 56px;display:grid;overflow:hidden}.landing-hero-copy{max-width:610px;animation:.58s both landingFadeUp}.landing-eyebrow,.landing-section-kicker{color:#3159e7;background:#6578f71a;border-radius:8px;align-items:center;min-height:30px;padding:0 12px;font-size:14px;font-weight:700;display:inline-flex}.landing-hero h1{letter-spacing:0;margin:24px 0 18px;font-size:clamp(64px,8vw,112px);line-height:.94}.landing-hero p{color:#50627f;max-width:560px;margin:0;font-size:20px;line-height:1.75}.landing-actions{flex-wrap:wrap;gap:14px;margin-top:36px;display:flex}.landing-button{border-radius:8px;justify-content:center;align-items:center;min-width:132px;min-height:48px;padding:0 22px;font-size:16px;font-weight:800;text-decoration:none;transition:box-shadow .18s,transform .18s,background-color .18s;display:inline-flex}.landing-button--primary{color:#fff;background:linear-gradient(135deg,#6f8cff,#995dff);box-shadow:0 16px 32px #6578f747}.landing-button--ghost{color:#3159e7;background:#fff;border:1px solid #6578f72e}.landing-button:hover{transform:translateY(-2px)}.landing-hero-visual{min-height:540px;animation:.72s .12s both landingFloatIn;position:relative}.landing-hero-visual:before{content:"";background:linear-gradient(135deg,#ffffff94,#ffffff1a),linear-gradient(135deg,#708cff3d,#995dff33);border-radius:36px;position:absolute;top:6%;right:1%;bottom:4%;left:8%;transform:rotate(-2deg);box-shadow:0 38px 70px #2c48942e}.landing-hero-stage{background:linear-gradient(135deg,#0e193af0,#3d3188e6),linear-gradient(135deg,#6f8cff,#995dff);border-radius:24px;min-height:410px;animation:5.2s ease-in-out infinite landingBreath;position:absolute;bottom:36px;left:42px;right:0;overflow:hidden;transform:translateY(0);box-shadow:0 36px 80px #25326433,inset 0 0 0 1px #ffffff24}.landing-hero-stage:after{filter:blur(4px);content:"";background:#995dff42;border-radius:50%;width:360px;height:360px;position:absolute;bottom:-110px;right:-60px}.landing-hero-main-image{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;opacity:.82;width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;transform:scale(1.18)}.landing-hero-avatar-card{z-index:2;background:#ffffffe6;border-radius:22px;width:178px;height:226px;position:absolute;bottom:36px;right:44px;overflow:hidden;box-shadow:0 24px 56px #0b183a47}.landing-hero-avatar-card img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.landing-hero-avatar-card span{color:#fff;text-shadow:0 2px 12px #08102461;font-weight:800;position:absolute;bottom:12px;left:14px;right:14px}.landing-hero-task-card{z-index:2;background:#ffffffe6;border-radius:16px;gap:6px;width:252px;padding:18px;display:grid;position:absolute;bottom:34px;left:32px;box-shadow:0 22px 48px #0b183a3d}.landing-hero-task-card span{color:#3159e7;font-size:13px;font-weight:800}.landing-hero-task-card strong{color:#142341;font-size:20px}.landing-hero-task-card small{color:#6f80a1;font-size:13px}.landing-section,.landing-capabilities,.landing-company{width:var(--landing-content-width);margin:0 auto}.landing-section{grid-template-columns:minmax(280px,.78fr) minmax(0,1fr);gap:clamp(32px,6vw,92px);padding:78px 0 30px;display:grid}.landing-section h2,.landing-company h2{color:#111f3a;letter-spacing:0;margin:18px 0 0;font-size:38px;line-height:1.2}.landing-section p{color:#536783;margin:0;padding-left:18px;font-size:17px;line-height:1.9;position:relative}.landing-section p:before{content:"";background:#6f8cff;border-radius:50%;width:6px;height:6px;position:absolute;top:13px;left:0}.landing-section p+p{margin-top:18px}.landing-intro-copy{align-content:center;gap:14px;display:grid}.landing-capabilities{grid-template-columns:minmax(0,.9fr) minmax(360px,.55fr);gap:44px;padding:42px 0 74px;display:grid}.landing-capability-list{border-top:1px solid #5c739e29;gap:0;display:grid}.landing-capability{border-bottom:1px solid #5c739e29;grid-template-columns:170px minmax(0,1fr);gap:36px;padding:28px 0;display:grid}.landing-capability h3{color:#17284a;margin:0;font-size:20px}.landing-capability p{color:#5a6f8e;margin:0;font-size:15px;line-height:1.7}.landing-capability span{color:#3159e7;margin-top:14px;font-size:14px;font-weight:800;display:inline-flex}.landing-case-panel{background:linear-gradient(145deg,#ffffffe0,#eef4ffeb),radial-gradient(circle at 78% 12%,#995dff2e,#0000 36%);border-radius:8px;align-content:start;align-self:stretch;gap:22px;min-height:100%;padding:28px;display:grid;box-shadow:inset 0 0 0 1px #667dae1f,0 22px 54px #4a5d9c1a}.landing-case-panel h3{color:#142341;max-width:300px;margin:0;font-size:28px;line-height:1.25}.landing-case-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.landing-case-grid article{background:#ffffffc7;border-radius:8px;min-height:118px;padding:18px;box-shadow:inset 0 0 0 1px #667dae1a}.landing-case-grid strong,.landing-case-grid span,.landing-case-grid small{display:block}.landing-case-grid strong{color:#3159e7;font-size:30px;line-height:1}.landing-case-grid span{color:#17284a;margin-top:14px;font-weight:800}.landing-case-grid small{color:#6f80a1;margin-top:4px;font-size:13px}.landing-company{color:#142341;background:linear-gradient(135deg,#ffffffeb,#eff4ffd1),radial-gradient(circle at 88% 18%,#995dff2e,#0000 34%),radial-gradient(circle at 12% 84%,#6f8cff29,#0000 30%);border-radius:8px;grid-template-columns:minmax(280px,.65fr) minmax(0,1fr);gap:clamp(32px,6vw,92px);padding:68px clamp(20px,4vw,44px);display:grid;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #667dae24,0 24px 60px #2c48941a}.landing-company:before{opacity:.24;content:"";background:linear-gradient(90deg,#ffffffe0,#f7faffbd),url(/home/hero-video.png) 100%/cover no-repeat;position:absolute;top:0;right:0;bottom:0;left:0;transform:scale(1.08)}.landing-company>*{z-index:1;position:relative}.landing-company h2{color:#142341}.landing-company dl{gap:22px;margin:0;display:grid}.landing-company dt{color:#6f80a1;font-size:14px;font-weight:700}.landing-company dd{color:#17284a;margin:7px 0 0;font-size:18px;line-height:1.55}.landing-footer{width:var(--landing-content-width);color:#5a6f8e;border-top:1px solid #5c739e29;grid-template-columns:1fr auto;gap:30px;margin:72px auto 0;padding:34px 0 42px;display:grid}.landing-footer-brand{align-items:center;gap:12px;display:flex}.landing-footer-brand img{-o-object-fit:contain;object-fit:contain;width:42px;height:42px}.landing-footer-brand strong,.landing-footer-brand span{display:block}.landing-footer-brand strong{color:#142341;font-size:18px}.landing-footer-brand span{margin-top:4px;font-size:14px}.landing-footer-links{justify-content:flex-end;gap:18px;display:flex}.landing-footer-links a{color:#3159e7;font-weight:700;text-decoration:none}.landing-footer-records{flex-wrap:wrap;grid-column:1/-1;gap:10px 22px;font-size:13px;display:flex}@keyframes landingFadeUp{0%{opacity:1;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes landingFloatIn{0%{opacity:1;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes landingBreath{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:1240px){.landing-hero{grid-template-columns:minmax(0,1fr) minmax(340px,.85fr)}.landing-hero-visual{min-height:460px}.landing-capabilities{grid-template-columns:1fr}}@media (max-width:860px){.landing-page{--landing-content-width: calc(100% - 40px) }.landing-header{grid-template-columns:1fr;align-items:start;gap:12px;min-height:0;padding-block:16px;display:grid;position:static}.landing-nav{flex-wrap:wrap;justify-content:flex-start;gap:6px}.landing-nav a{min-height:36px;padding:0 10px;font-size:13px}.landing-hero,.landing-section,.landing-company{grid-template-columns:1fr}.landing-hero{min-height:auto;padding:34px 0 46px}.landing-hero p{font-size:17px}.landing-hero-visual{min-height:430px}.landing-hero-stage{min-height:330px;bottom:34px;left:24px;right:-16px}.landing-hero-avatar-card{border-radius:18px;width:132px;height:174px;bottom:24px;right:18px}.landing-hero-task-card{width:190px;padding:14px;bottom:22px;left:18px}.landing-hero-task-card strong{font-size:17px}.landing-section{padding-top:54px}.landing-section h2,.landing-company h2{font-size:30px}.landing-capabilities{padding-bottom:52px}.landing-capability{grid-template-columns:1fr;gap:10px}.landing-case-grid{grid-template-columns:1fr}.landing-company{padding:34px 20px}.landing-footer{grid-template-columns:1fr;margin-top:44px}.landing-footer-links{flex-wrap:wrap;justify-content:flex-start}}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}
