.login-modal{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000094;justify-content:center;align-items:center;padding:24px 16px;display:flex;position:fixed;inset:0}.login-modal__panel{background:var(--tx-bg,#fff);border:1px solid var(--tx-border,#e6e6e6);border-radius:32px;width:min(100%,520px);padding:44px 48px 40px;position:relative;overflow:hidden;box-shadow:0 28px 80px #00000038}.login-modal__close{color:#999;cursor:pointer;background:0 0;border:none;border-radius:50%;width:32px;height:32px;font-size:24px;line-height:1;transition:color .2s,background-color .2s;position:absolute;top:16px;right:16px}.login-modal__close:hover{color:var(--tx-font-black,#000);background:#0000000d}.login-modal__brand{flex-direction:column;align-items:center;gap:14px;margin-bottom:28px;display:flex}.login-modal__logo-wrap{background:linear-gradient(135deg,#e8fbff 0%,#e3f2ff 100%);border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;display:flex;box-shadow:inset 0 0 0 1px #4facfe33}.login-modal__logo{width:42px;height:auto}.login-modal__title{letter-spacing:-.5px;color:#000;margin:0;font-size:26px;font-weight:700}.login-modal__hint-banner{color:#b45309;text-align:center;background:#ff98001f;border-radius:12px;margin:12px 0 0;padding:10px 14px;font-size:14px;line-height:1.5}.auth-loading-shell{background:#f8fafc;justify-content:center;align-items:center;min-height:100vh;display:flex}.auth-loading-shell__text{color:#64748b;margin:0;font-size:14px}.login-modal__tabs{justify-content:center;gap:40px;margin-bottom:32px;display:flex}.login-modal__tab{color:#999;cursor:pointer;background:0 0;border:none;padding:0 0 12px;font-size:16px;font-weight:500;transition:color .2s;position:relative}.login-modal__tab:hover{color:var(--tx-font-muted,#666)}.login-modal__tab--active{color:var(--tx-font-black,#000);font-weight:600}.login-modal__tab--active:after{content:"";background:var(--tx-accent,#d4ff00);border-radius:999px;height:3px;position:absolute;bottom:0;left:0;right:0}.login-modal__form{flex-direction:column;gap:24px;display:flex}.login-modal__field{flex-direction:column;gap:10px;display:flex}.login-modal__label{color:var(--tx-font-black,#000);font-size:15px;font-weight:600}.login-modal__input-wrap{border:1px solid var(--tx-border,#e6e6e6);background:var(--tx-bg-subtle,#e6e6e6);border-radius:14px;align-items:center;gap:10px;min-height:52px;padding:0 16px;transition:border-color .2s,box-shadow .2s,background-color .2s;display:flex}.login-modal__input-wrap:focus-within{border-color:var(--tx-accent,#d4ff00);background:var(--tx-bg,#fff);box-shadow:var(--tx-accent-glow)}.login-modal__input-wrap--code{padding-right:8px}.login-modal__input-icon{color:#999;flex-shrink:0;display:inline-flex}.login-modal__prefix{color:#000;border-right:1px solid #e6e6e6;flex-shrink:0;margin-right:4px;padding-right:4px;font-size:14px;font-weight:500}.login-modal__input{color:#000;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:15px}.login-modal__input::placeholder{color:#999}.login-modal__hint{color:#999;align-items:center;gap:6px;margin:0;font-size:12px;display:flex}.login-modal__hint-icon{color:#999;border:1px solid #999;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:10px;font-style:italic;display:inline-flex}.login-modal__sms-btn{color:#000;cursor:pointer;white-space:nowrap;background:0 0;border:none;flex-shrink:0;padding:0 4px;font-size:14px;font-weight:600;transition:color .2s,opacity .2s}.login-modal__sms-btn:disabled{color:#999;cursor:not-allowed}.login-modal__agreement{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:8px;display:flex}.login-modal__checkbox{width:16px;height:16px;accent-color:var(--tx-accent,#d4ff00);cursor:pointer;flex-shrink:0;margin-top:2px}.login-modal__agreement-text{color:var(--tx-font-muted,#666);font-size:13px;line-height:1.5}.login-modal__link{color:var(--tx-font-black,#000);font-weight:500;text-decoration:none}.login-modal__link:hover{text-decoration:underline}.login-modal__error{color:#e5484d;background:#fff5f5;border:1px solid #f0b4b6;border-radius:10px;margin:0 0 12px;padding:10px 12px;font-size:13px;line-height:1.5}.login-modal__submit{background:var(--tx-accent,#d4ff00);width:100%;height:52px;color:var(--tx-on-accent,#000);cursor:pointer;border:none;border-radius:999px;margin-top:8px;font-size:17px;font-weight:600;transition:opacity .2s,transform .2s,box-shadow .2s,filter .2s}.login-modal__submit:hover:not(:disabled){box-shadow:var(--tx-accent-glow);filter:brightness(.97);transform:translateY(-1px)}.login-modal__submit:disabled{opacity:.55;cursor:not-allowed}@media (width<=480px){.login-modal__panel{border-radius:24px;width:100%;padding:32px 24px 28px}.login-modal__tabs{gap:24px}.login-modal__sms-btn{font-size:12px}}.app-toast-host{z-index:3200;pointer-events:none;flex-direction:column;align-items:center;gap:10px;width:min(560px,100vw - 32px);display:flex;position:fixed;top:72px;left:50%;transform:translate(-50%)}.app-toast{pointer-events:auto;border:1px solid;border-radius:10px;align-items:flex-start;gap:10px;width:100%;padding:12px 16px;font-size:14px;font-weight:500;line-height:1.5;animation:.22s ease-out app-toast-in;display:flex;box-shadow:0 8px 28px #0000001f}.app-toast__icon{flex-shrink:0;width:18px;height:18px;margin-top:1px}.app-toast__message{flex:1;min-width:0;margin:0}.app-toast__close{width:24px;height:24px;color:inherit;cursor:pointer;opacity:.7;background:0 0;border:none;border-radius:6px;flex-shrink:0;margin:-2px -4px 0 0;font-size:18px;line-height:1}.app-toast__close:hover{opacity:1;background:#0000000f}.app-toast--error{color:#c0392b;background:#fff5f5;border-color:#f5a8a8}.app-toast--warning{color:#d48806;background:#fffbf0;border-color:#f0c078}.app-toast--success{color:#1a7f4b;background:#f0fff4;border-color:#8fd9a8}@keyframes app-toast-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.app-confirm-dialog{z-index:1100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:auto;background:#00000094;justify-content:center;align-items:center;padding:24px 16px;display:flex;position:fixed;inset:0}.app-confirm-dialog__panel{background:var(--tx-bg,#fff);border:1px solid var(--tx-border,#e6e6e6);pointer-events:auto;border-radius:24px;width:min(100%,420px);padding:28px 28px 24px;box-shadow:0 28px 80px #00000038}.app-confirm-dialog__title{color:var(--tx-font-black,#000);margin:0 0 12px;font-size:20px;font-weight:700}.app-confirm-dialog__message{color:#555;margin:0 0 24px;font-size:15px;line-height:1.6}.app-confirm-dialog__actions{justify-content:flex-end;gap:12px;display:flex}.app-confirm-dialog__btn{cursor:pointer;border:none;border-radius:999px;min-width:88px;height:40px;padding:0 18px;font-size:14px;font-weight:600;transition:opacity .2s,transform .2s}.app-confirm-dialog__btn:disabled{opacity:.6;cursor:not-allowed}.app-confirm-dialog__btn--secondary{color:#333;background:#f3f4f6}.app-confirm-dialog__btn--primary{color:#fff;background:linear-gradient(135deg,#ff6b6b 0%,#ee5a24 100%)}.app-confirm-dialog__btn:not(:disabled):hover{transform:translateY(-1px)}.app-confirm-dialog--alert{z-index:3300;-webkit-backdrop-filter:none;backdrop-filter:none;background:#00000047}.app-confirm-dialog--alert .app-confirm-dialog__panel{border-radius:12px;width:min(100%,360px);padding:20px 20px 16px;box-shadow:0 12px 40px #0000001f}.app-confirm-dialog--alert .app-confirm-dialog__title{margin:0 0 8px;font-size:16px;font-weight:600}.app-confirm-dialog--alert .app-confirm-dialog__message{margin:0 0 16px;font-size:14px}.app-confirm-dialog--alert .app-confirm-dialog__btn--primary{background:#111;border-radius:8px;min-width:72px;height:36px;font-weight:500}.canvas-project-name-dialog{z-index:2500;pointer-events:auto}.canvas-project-name-dialog__input{border:1px solid var(--tx-border,#e6e6e6);color:#111;caret-color:#111;pointer-events:auto;-webkit-user-select:text;user-select:text;background:#fff;border-radius:10px;width:100%;height:40px;margin:0 0 20px;padding:0 12px;font-family:inherit;font-size:14px;display:block}.task-count-fly-star{z-index:4000;pointer-events:none;filter:drop-shadow(0 0 10px #d4ff00f2);width:22px;height:22px;margin:0;position:fixed}.task-count-fly-star__svg{fill:#d4ff00;width:100%;height:100%;display:block}.home-header__task-badge--pop{animation:.38s cubic-bezier(.22,1,.36,1) home-header-task-pop}@keyframes home-header-task-pop{0%{transform:scale(1)}40%{transform:scale(1.08)}to{transform:scale(1)}}@media (prefers-reduced-motion:reduce){.home-header__task-badge--pop{animation:none}}.home-header__inbox{flex-shrink:0;position:relative}.home-header__inbox-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;transition:opacity .2s;display:inline-flex;position:relative}.home-header__inbox-btn:hover,.home-header__inbox-btn--open{opacity:.88}.home-header__inbox-btn:focus-visible{outline:2px solid var(--home-accent,#d4ff00);outline-offset:2px}.home-header__inbox-icon{width:16px;height:16px}.home-header__inbox-badge{color:#fff;text-align:center;background:#e11d48;border-radius:999px;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:600;line-height:16px;position:absolute;top:-5px;right:-6px}.home-header-inbox-panel{z-index:90;background:#fff;border:1px solid #e6e6e6;border-radius:14px;flex-direction:column;width:min(360px,100vw - 24px);max-height:min(420px,70vh);display:flex;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 12px 36px #0000001f}.home-header-inbox-panel__head{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px 10px;display:flex}.home-header-inbox-panel__head strong{font-size:15px;font-weight:600}.home-header-inbox-panel__read-all,.home-header-inbox-panel__hint{color:#666;cursor:pointer;background:0 0;border:none;font-size:12px}.home-header-inbox-panel__read-all:hover{color:#111}.home-header-inbox-panel__empty{color:#888;text-align:center;margin:0;padding:28px 16px;font-size:13px}.home-header-inbox-panel__list{margin:0;padding:6px;list-style:none;overflow-y:auto}.home-header-inbox-panel__item{color:inherit;border:1px solid #0000;border-radius:10px;gap:10px;padding:10px 10px 10px 8px;text-decoration:none;transition:background .15s,border-color .15s;display:flex}.home-header-inbox-panel__item:hover{background:#f6f6f6}.home-header-inbox-panel__item:not(.home-header-inbox-panel__item--unread){opacity:.72}.home-header-inbox-panel__item:not(.home-header-inbox-panel__item--unread) .home-header-inbox-panel__title{color:#666;font-weight:500}.home-header-inbox-panel__item:not(.home-header-inbox-panel__item--unread) .home-header-inbox-panel__body{color:#999}.home-header-inbox-panel__item:not(.home-header-inbox-panel__item--unread) .home-header-inbox-panel__dot{background:0 0;box-shadow:inset 0 0 0 1.5px #d0d0d0}.home-header-inbox-panel__item--unread{box-shadow:inset 3px 0 0 var(--home-accent,#c8e600);background:#f4fce8;border-color:#e4f0c8}.home-header-inbox-panel__item--unread:hover{background:#eef8d8}.home-header-inbox-panel__dot{background:#ccc;border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px}.home-header-inbox-panel__item--unread .home-header-inbox-panel__dot{box-shadow:none;background:#111}.home-header-inbox-panel__content{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.home-header-inbox-panel__title-row{align-items:center;gap:6px;min-width:0;display:flex}.home-header-inbox-panel__title{color:#111;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:13px;font-weight:600;overflow:hidden}.home-header-inbox-panel__unread-tag{color:#fff;letter-spacing:.02em;background:#111;border-radius:999px;flex-shrink:0;padding:1px 6px;font-size:10px;font-weight:600;line-height:1.5}.home-header-inbox-panel__body{color:#555;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.45;display:-webkit-box;overflow:hidden}.home-header-inbox-panel__time{color:#999;font-size:11px}@media (width<=1279px),(device-width<=1279px){.home-header__inbox{display:none}}.site-chrome{display:contents}.home-header-shell{z-index:60;-webkit-backdrop-filter:blur(12px);background:#ffffffeb;border-bottom:1px solid #0000000f;position:sticky;top:0}.home-header__nav-divider{color:#999;-webkit-user-select:none;user-select:none;font-weight:300}.home-header__nav-emoji{margin-right:4px}.home-header__nav-trigger{color:var(--home-black);letter-spacing:-.8px;cursor:pointer;white-space:nowrap;transition:var(--home-hover-transition);background:0 0;border:none;border-radius:17px;justify-content:center;align-items:center;padding:5px 15px;font-size:16px;font-weight:300;line-height:1.2;display:inline-flex}.home-header__nav-trigger:hover,.home-header__nav-trigger--active{background-color:var(--home-black);color:var(--home-white)}.home-header__dropdown{position:relative}.site-header-dropdown{z-index:80;background:#fff;border:1px solid #e6e6e6;border-radius:14px;min-width:160px;padding:8px;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);box-shadow:0 12px 36px #0000001f}.site-header-dropdown__item{color:var(--home-black);border-radius:10px;align-items:center;gap:8px;padding:10px 14px;font-size:15px;font-weight:300;text-decoration:none;transition:background-color .2s,color .2s;display:flex}.site-header-dropdown__item-badge{background:var(--home-accent,#d4ff00);color:#111;white-space:nowrap;border-radius:999px;margin-left:auto;padding:1px 7px;font-size:11px;font-style:normal;font-weight:600;line-height:1.5}.site-header-dropdown__item:hover{background:#e6e6e6}.site-header-dropdown__item--active{background:var(--home-black);color:var(--home-white)}.site-header-dropdown--user{background:var(--home-black);border-color:#000;min-width:240px;padding:6px;left:auto;right:0;transform:none;box-shadow:0 12px 36px #00000047}.site-header-dropdown--user .site-header-dropdown__item--assets{text-align:left;cursor:pointer;width:100%;color:var(--home-white);background:0 0;border:none;align-items:flex-start;gap:10px;display:flex}.site-header-dropdown--user .site-header-dropdown__item--assets:hover{color:var(--home-white);background:#ffffff14}.site-header-dropdown--user .site-header-dropdown__item--assets.site-header-dropdown__item--active{color:var(--home-white);background:#ffffff1f}.site-header-dropdown--user .site-header-dropdown__item--assets small{color:#999;margin-top:2px;font-size:12px;font-weight:300;display:block}.site-header-dropdown--user .site-header-dropdown__item--assets.site-header-dropdown__item--active small{color:#999}.site-header-dropdown--user .site-header-dropdown__item-icon{flex-shrink:0;font-size:18px;line-height:1.2}.site-header-dropdown--user .site-header-dropdown__item-text{flex-direction:column;gap:2px;display:flex}.site-header-dropdown--user .site-header-dropdown__item-text strong{color:inherit;font-size:15px;font-weight:600}.site-header-dropdown--user .site-header-dropdown__item--action{width:100%;color:var(--home-white);text-align:left;cursor:pointer;font:inherit;background:0 0;border:none;border-top:1px solid #ffffff26;margin-top:4px;padding-top:12px;font-size:15px;font-weight:300;display:block}.site-header-dropdown--user .site-header-dropdown__item--action:hover{color:var(--home-white);background:#ffffff14}.site-header-dropdown__item--assets{text-align:left;cursor:pointer;width:100%;color:var(--home-black);background:var(--aw-bg-base,#e6e6e6);border:none;align-items:flex-start;gap:10px;display:flex}.site-header-dropdown__item--assets:hover{background:var(--aw-bg-hover,#e6e6e6);color:var(--home-black)}.site-header-dropdown__item--assets.site-header-dropdown__item--active{background:var(--home-black);color:var(--home-white)}.site-header-dropdown__item--assets small{color:var(--aw-text-muted,#666);margin-top:2px;font-size:12px;font-weight:300;display:block}.site-header-dropdown__item--assets.site-header-dropdown__item--active small{color:#999}.site-header-dropdown__item-text{flex-direction:column;gap:2px;display:flex}.site-header-dropdown__item-text strong{color:inherit;font-size:15px;font-weight:600}.site-header-dropdown__item--action{border:none;border-top:1px solid var(--aw-border-light,#e6e6e6);width:100%;color:var(--home-black);text-align:left;cursor:pointer;font:inherit;background:0 0;margin-top:4px;padding-top:12px;font-size:15px;font-weight:300;display:block}.site-header-dropdown__item--action:hover{background:var(--aw-bg-hover,#e6e6e6)}.home-header__dropdown--user{align-items:center;gap:6px;display:inline-flex;position:relative}.home-header__role-badge{color:#111;pointer-events:none;background:#d4ff00;border-radius:999px;flex-shrink:0;align-items:center;height:20px;padding:0 6px;font-size:11px;font-weight:600;line-height:1;display:inline-flex}.home-header__btn--user-open{opacity:.92}.home-header__user-meta{flex-shrink:0;align-items:center;gap:10px;margin-left:4px;display:inline-flex}.home-header__user-meta-link{letter-spacing:-.3px;white-space:nowrap;border-radius:37px;justify-content:center;align-items:center;height:30px;padding:0 12px;font-size:14px;font-weight:400;text-decoration:none;transition:opacity .2s,background-color .2s;display:inline-flex}.home-header__user-meta-link:hover{opacity:.88}.home-header__user-meta-link:focus-visible{outline:2px solid var(--home-accent,#d4ff00);outline-offset:2px}.home-header__user-meta-link--credits,.home-header__user-meta-link--works{color:#fff;background:#111;border:none}.home-header__user-meta-link--works:hover{opacity:.88}.site-header-mega{z-index:70;position:absolute;top:calc(100% + 4px);left:0;right:0}.site-header-mega__inner{background:#fff;border:1px solid #e6e6e6;border-radius:16px;grid-template-columns:minmax(180px,1.1fr) minmax(160px,1fr) minmax(140px,.85fr);gap:0;padding:12px 16px;display:grid;box-shadow:0 16px 48px #0000001f}.site-header-mega__column{flex-direction:column;gap:4px;padding:4px 8px;display:flex}.site-header-mega__column+.site-header-mega__column{border-left:1px solid #e6e6e6;padding-left:16px}.site-header-mega__link{color:var(--home-black);border-radius:10px;align-items:center;gap:6px;padding:10px 12px;font-size:15px;font-weight:300;text-decoration:none;transition:background-color .2s,color .2s;display:inline-flex}.site-header-mega__link-text{align-items:center;gap:6px;display:inline-flex}.site-header-mega__link-badge{background:var(--home-accent,#d4ff00);color:#111;white-space:nowrap;border-radius:999px;padding:1px 7px;font-size:11px;font-style:normal;font-weight:600;line-height:1.5}.site-header-mega__link-emoji{flex-shrink:0;font-size:15px;line-height:1}.site-header-mega__link:hover{background:#e6e6e6}.site-header-mega__link--active{background:var(--home-black);color:var(--home-white)}.site-header-mega__divider{background:#e6e6e6;height:1px;margin:8px 4px}.site-header-mega__assets{color:var(--home-black);border-radius:10px;align-items:flex-start;gap:10px;padding:10px 12px;text-decoration:none;transition:background-color .2s;display:flex}.site-header-mega__assets:hover{background:#e6e6e6}.site-header-mega__assets--active{background:var(--home-black);color:var(--home-white)}.site-header-mega__assets-icon{font-size:18px;line-height:1.2}.site-header-mega__assets-text{flex-direction:column;gap:2px;display:flex}.site-header-mega__assets-text strong{font-size:15px;font-weight:600}.site-header-mega__assets-text small{color:#666;font-size:12px;font-weight:300}.site-header-mega__assets--active .site-header-mega__assets-text small{color:#e6e6e6}.home-header__menu-btn{cursor:pointer;background:#fff;border:1px solid #e6e6e6;border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:38px;height:38px;padding:8px;display:none;position:relative}.home-header__menu-btn span{background:var(--home-black);border-radius:1px;width:100%;height:2px;display:block}.home-header__menu-btn--unread:after{content:"";background:#e11d48;border-radius:50%;width:8px;height:8px;position:absolute;top:6px;right:6px}.home-header__btn--login-desktop{display:inline-flex}.site-mobile-drawer{z-index:1000;isolation:isolate;position:fixed;inset:0;transform:translate(0,0)}.site-mobile-drawer__backdrop{cursor:pointer;background:#00000073;border:none;position:absolute;inset:0;transform:translate(0,0)}.site-mobile-drawer__panel{background:#fff;flex-direction:column;width:min(320px,88vw);animation:.24s site-mobile-drawer-in;display:flex;position:absolute;top:0;bottom:0;left:0;transform:translate(0,0);box-shadow:4px 0 32px #00000026}@keyframes site-mobile-drawer-in{0%{transform:translate(-100%)}to{transform:translate(0,0)}}.site-mobile-drawer__head{border-bottom:1px solid #e6e6e6;justify-content:space-between;align-items:center;padding:16px 16px 12px;display:flex}.site-mobile-drawer__logo{color:#111;align-items:center;text-decoration:none;display:inline-flex}.site-mobile-drawer__logo-swap{aspect-ratio:867/261;flex-shrink:0;width:auto;height:32px;display:block;position:relative}.site-mobile-drawer__logo-img{object-fit:contain;width:100%;height:100%;transition:opacity .35s;display:block}.site-mobile-drawer__logo-img--default{z-index:1;opacity:1;position:relative}.site-mobile-drawer__logo-img--hover{z-index:2;opacity:0;position:absolute;inset:0}.site-mobile-drawer__logo:hover .site-mobile-drawer__logo-img--default,.site-mobile-drawer__logo:focus-visible .site-mobile-drawer__logo-img--default{opacity:0}.site-mobile-drawer__logo:hover .site-mobile-drawer__logo-img--hover,.site-mobile-drawer__logo:focus-visible .site-mobile-drawer__logo-img--hover{opacity:1}.site-mobile-drawer__close{color:#666;cursor:pointer;background:0 0;border:none;border-radius:8px;width:36px;height:36px;font-size:28px;line-height:1}.site-mobile-drawer__nav{flex:1;min-height:0;padding:8px 12px 20px;overflow-y:auto}.site-mobile-drawer__group{flex-direction:column;gap:2px;display:flex}.site-mobile-drawer__group+.site-mobile-drawer__group{border-top:1px solid #0000001a;margin-top:8px;padding-top:8px}.site-mobile-drawer__group--pair{grid-template-columns:1fr 1fr;gap:6px;display:grid}.site-mobile-drawer__group--pair .site-mobile-drawer__link{text-align:center;background:#f3f3f3;justify-content:center;min-height:40px;padding:8px 6px}.site-mobile-drawer__group--pair .site-mobile-drawer__link--active{color:#111;background:var(--home-accent,var(--tx-accent,#d4ff00));font-weight:700}.site-mobile-drawer__link{color:#737373;background:0 0;border-radius:8px;align-items:center;padding:12px;font-size:15px;font-weight:400;line-height:1.35;text-decoration:none;display:flex}.site-mobile-drawer__link:hover{color:#111;background:#0000000a}.site-mobile-drawer__link-label{align-items:center;gap:6px;display:inline-flex}.site-mobile-drawer__link-badge{background:var(--home-accent,#d4ff00);color:#111;white-space:nowrap;border-radius:999px;padding:1px 7px;font-size:11px;font-style:normal;font-weight:600;line-height:1.5}.site-mobile-drawer__link-emoji{flex-shrink:0;font-size:15px;line-height:1}.site-mobile-drawer__link--active{color:#111;background:var(--home-accent,var(--tx-accent,#d4ff00));font-weight:700}.site-mobile-drawer__link-desc{color:#999;font-size:12px}.site-mobile-drawer__back{color:#111;cursor:pointer;background:0 0;border:none;align-items:center;min-height:36px;padding:0 4px;font-size:15px;font-weight:500;display:inline-flex}.site-mobile-drawer__mine{flex-direction:column;flex:1;gap:8px;padding:8px 14px 16px;display:flex;overflow-y:auto}.site-mobile-drawer__mine-title{color:#111;margin:4px 2px 8px;font-size:18px;font-weight:600}.site-mobile-drawer__mine-item{color:#111;cursor:pointer;text-align:left;background:#f5f5f5;border:none;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;min-height:48px;padding:12px 14px;font-size:15px;text-decoration:none;display:flex}.site-mobile-drawer__mine-item strong{color:#111;font-weight:600}.site-mobile-drawer__mine-item--active{background:var(--home-accent,var(--tx-accent,#d4ff00));font-weight:700}.site-mobile-drawer__mine-item--inbox{padding-right:8px}.site-mobile-drawer__mine-item--inbox .site-mobile-drawer__inbox{margin:0}.site-mobile-drawer__mine-entry{color:#fff;cursor:pointer;background:#111;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;min-height:44px;padding:0 14px;font-size:15px;font-weight:600;display:inline-flex}.site-mobile-drawer__account{padding:8px 10px calc(8px + env(safe-area-inset-bottom,0px));background:#fff;border-top:1px solid #e6e6e6;flex-direction:row;flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;display:flex;position:relative}.site-mobile-drawer__icon-btn{color:#111;cursor:pointer;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;padding:0;text-decoration:none;display:inline-flex;position:relative}.site-mobile-drawer__icon-btn svg,.site-mobile-drawer__icon-btn .home-header__inbox-icon{width:22px;height:22px}.site-mobile-drawer__icon-btn:hover{background:#0000000a}.site-mobile-drawer__icon-btn--active{color:#fff;background:#111}.site-mobile-drawer__icon-btn--active:hover{background:#111}.site-mobile-drawer__credits-badge{background:var(--home-accent,#d4ff00);color:#111;text-align:center;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border-radius:999px;min-width:16px;max-width:46px;height:16px;padding:0 4px;font-size:10px;font-weight:700;line-height:16px;position:absolute;top:-5px;right:-6px;overflow:hidden}.site-mobile-drawer__inbox{justify-content:center;display:flex}.site-mobile-drawer__inbox-panel{z-index:3;background:#fff;border:1px solid #e6e6e6;border-radius:12px;flex-direction:column;max-height:min(240px,42vh);display:flex;position:absolute;bottom:calc(100% + 6px);left:8px;right:8px;overflow:hidden;box-shadow:0 8px 24px #0000001f}.site-mobile-drawer__inbox-panel .home-header-inbox-panel__list{max-height:170px}.home-header__task-badge{display:none}@keyframes home-header-task-spin{to{transform:rotate(360deg)}}@keyframes home-header-task-glow{0%,to{opacity:.55;transform:scale(.92)}50%{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.home-header__task-badge-wait:before,.home-header__task-badge-wait:after{animation:none}}:root{--site-side-nav-width:128px;--site-header-rail-height:48px}.site-side-nav{display:none}.site-side-nav__nav{flex-direction:column;gap:0;padding:8px 4px 12px 10px;display:flex}.site-side-nav__group{flex-direction:column;gap:1px;display:flex}.site-side-nav__group+.site-side-nav__group{border-top:1px solid #0000001a;margin-top:8px;padding-top:8px}.site-side-nav__link{color:#737373;letter-spacing:0;background:0 0;border-radius:8px;align-items:center;padding:8px 8px 8px 16px;font-size:13.5px;font-weight:400;line-height:1.35;text-decoration:none;transition:color .18s,background-color .18s;display:flex;position:relative}.site-side-nav__link:hover{color:#111;background:#0000000a}.site-side-nav__link--active,.site-side-nav__link--active:hover{color:#111;background:var(--home-accent,var(--tx-accent,#d4ff00));font-weight:600}.site-side-nav__link--active:before{content:"";background:#111;border-radius:2px;width:3px;position:absolute;top:18%;bottom:18%;left:4px}.site-side-nav__badge{display:none}.home-header__credits-pill{background:0 0;border-radius:0;flex-shrink:0;align-items:center;gap:8px;height:auto;padding:0;display:inline-flex}.home-header__credits-pill--solo{background:0 0;height:auto;padding:0}.home-header__rail-cluster{background:var(--home-accent,var(--tx-accent,#d4ff00));border-radius:999px;flex-shrink:0;align-items:center;gap:6px;min-height:30px;padding:2px 3px 2px 12px;display:inline-flex;position:relative}.home-header__rail-cluster .home-header__btn--login{letter-spacing:0;height:26px;padding:0 14px;font-size:13px;font-weight:500}.home-header__credits-pill-label{color:var(--home-black);letter-spacing:.02em;white-space:nowrap;font-size:13px;font-weight:500}.home-header__credits-pill-recharge{color:#fff;cursor:pointer;background:#111;border:none;border-radius:999px;height:26px;padding:0 14px;font-size:13px;font-weight:500}.home-header__rail-cluster .home-header__avatar-btn,.home-header__rail-cluster .home-header__inbox-btn{width:26px;height:26px}.home-header__credits-pill-recharge:hover{opacity:.88}.home-header__credits-pill-recharge:focus-visible{outline:2px solid var(--home-accent,#d4ff00);outline-offset:2px}.home-header__avatar-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;padding:0;transition:opacity .2s;display:inline-flex}.home-header__avatar-btn:hover,.home-header__avatar-btn--open{opacity:.88}.home-header__avatar-btn:focus-visible{outline:2px solid var(--home-accent,#d4ff00);outline-offset:2px}.home-header__avatar{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.home-header__avatar-icon{width:16px;height:16px}@media (width<=1279px){.home-header__nav.home-header__nav--desktop,.home-header-shell .site-header-mega,.home-header-shell .site-header-dropdown,.home-header__btn--recharge,.home-header__btn--login-desktop,.home-header__dropdown--user,.home-header__credits-pill,.home-header__rail-cluster{display:none!important}.home-header__user-meta{display:none!important}.home-header-shell .home-header{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.home-header__menu-btn{z-index:2;margin-left:0;display:flex;position:relative}.home-header__logo-link{z-index:2;position:relative}.home-header__inbox{display:none}.home-header__task-badge{z-index:1;-webkit-backdrop-filter:blur(18px);max-width:100%;color:var(--home-black);font-family:var(--home-font,"Raleway", "PingFang SC", "Microsoft YaHei", sans-serif);white-space:nowrap;background:linear-gradient(#ffffffeb 0%,#ffffffad 100%);border:1px solid #0000000f;border-radius:999px;justify-content:center;justify-self:center;align-items:center;gap:8px;padding:5px 12px 5px 10px;text-decoration:none;transition:transform .25s,box-shadow .25s,border-color .25s;display:inline-flex;box-shadow:inset 0 1px #fffffff2,0 8px 22px #0000000f}.home-header__task-badge:hover{transform:scale(1.03);box-shadow:inset 0 1px #fffffff2,0 12px 28px #0000001a}.home-header__task-badge--waiting{border-color:#d4ff00b3;box-shadow:inset 0 1px #fffffff2,0 8px 22px #0000000f,0 0 0 3px #d4ff0029}.home-header__task-badge-wait{flex-shrink:0;width:14px;height:14px;position:relative}.home-header__task-badge-wait:before{content:"";background:var(--home-accent,#d4ff00);border-radius:50%;animation:1.4s ease-in-out infinite home-header-task-glow;position:absolute;inset:4px;box-shadow:0 0 8px #d4ff00d9}.home-header__task-badge-wait:after{content:"";border:1.5px solid #00000014;border-top-color:var(--home-black);border-radius:50%;animation:.9s linear infinite home-header-task-spin;position:absolute;inset:0}.home-header__task-badge-item{align-items:baseline;gap:4px;display:inline-flex}.home-header__task-badge-label{color:#0000006b;letter-spacing:.04em;font-size:10px;font-weight:400;line-height:1}.home-header__task-badge-num{font-variant-numeric:tabular-nums;letter-spacing:-.04em;font-size:13px;font-weight:600;line-height:1}.home-header__task-badge-sep{background:#0000001a;flex-shrink:0;width:1px;height:12px}.home-header__task-badge-item--fail .home-header__task-badge-label,.home-header__task-badge-item--fail .home-header__task-badge-num{color:#b42318}.home-header__spacer{display:none}}html.is-handheld .home-header__nav.home-header__nav--desktop,html.is-handheld .home-header-shell .site-header-mega,html.is-handheld .home-header-shell .site-header-dropdown,html.is-handheld .home-header__btn--recharge,html.is-handheld .home-header__btn--login-desktop,html.is-handheld .home-header__dropdown--user,html.is-handheld .home-header__credits-pill,html.is-handheld .home-header__rail-cluster,html.is-handheld .home-header__user-meta,html.is-handheld .home-header__inbox,html.is-handheld .home-header__spacer,html.is-handheld .site-side-nav{display:none!important}html.is-handheld .home-header-shell .home-header{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;max-width:none;min-height:0;display:grid}html.is-handheld .home-header__menu-btn{z-index:2;margin-left:0;position:relative;display:flex!important}@media (width>=1280px){html.is-handheld .site-side-nav{display:none!important}html.is-handheld .home-header__menu-btn{display:flex!important}html.is-handheld .home-header__nav.home-header__nav--desktop{display:none!important}html.has-site-side-nav .ai-workspace-page__main,html.has-site-side-nav .canvas-page__body,html.has-site-side-nav .account-page__main,html.has-site-side-nav .assets-library-page__main,html.has-site-side-nav .assistant-page__main,html.has-site-side-nav .premium-page__main,html.has-site-side-nav .customer-service-page__main{margin-left:var(--site-side-nav-width);padding-left:16px;padding-right:16px}html.has-site-side-nav .ai-workspace-page__header-inner,html.has-site-side-nav .canvas-page__header-inner{max-width:none;padding-left:16px;padding-right:16px}.home-header__nav--desktop{flex-wrap:wrap;align-items:center;gap:18px;min-width:0;display:flex}.home-header__menu-btn{display:none}.home-header-shell--rail{border-bottom:none}.home-header-shell--rail .home-header{min-height:var(--site-header-rail-height);box-sizing:border-box;gap:12px;padding-top:6px;padding-bottom:6px}.site-side-nav{top:var(--site-header-rail-height);z-index:50;width:var(--site-side-nav-width);background:#fff;border-right:none;flex-direction:column;padding:8px 0 16px;display:flex;position:fixed;bottom:0;left:0;overflow-y:auto}}html.is-handheld.has-site-side-nav .ai-workspace-page__main,html.is-handheld.has-site-side-nav .canvas-page__body,html.is-handheld.has-site-side-nav .account-page__main,html.is-handheld.has-site-side-nav .assets-library-page__main,html.is-handheld.has-site-side-nav .assistant-page__main,html.is-handheld.has-site-side-nav .premium-page__main,html.is-handheld.has-site-side-nav .customer-service-page__main{margin-left:0!important}@media (width<=768px){.home-header{padding:10px 0}}@media (width<=720px){.site-header-mega__inner{grid-template-columns:1fr}.site-header-mega__column+.site-header-mega__column{border-top:1px solid #e6e6e6;border-left:none;margin-top:4px;padding-top:12px;padding-left:8px}}.home-cover-media{box-sizing:border-box;justify-content:center;align-items:center;width:100%;min-width:0;height:100%;min-height:0;display:flex;position:relative}.home-cover-media img,.home-cover-media video{display:block}.home-cover-media--stack{background:radial-gradient(at 50% 28%,#fbf8f2 0%,#ece7df 64%,#e3ddd4 100%)}.home-cover-media__glow{pointer-events:none;background:radial-gradient(at 50% 38%,#ffffffc7 0%,#fff0 64%),radial-gradient(at 72% 78%,#d4ff001f 0%,#0000 46%);position:absolute;inset:6% 10%}.home-cover-media__cluster{justify-content:center;align-items:center;max-width:68%;max-height:84%;margin-inline:auto;display:flex;position:relative}.home-cover-media__sheet{pointer-events:none;border-radius:12px;transition:transform .35s;position:absolute;inset:0}.home-cover-media__sheet--a{background:#f3f3f0;transform:rotate(-7deg)scale(.96);box-shadow:0 10px 28px #00000014}.home-cover-media__sheet--b{background:#fafafa;transform:rotate(6deg)scale(.97);box-shadow:0 8px 22px #00000012}.home-cover-media__frame{z-index:2;background:#fff;border-radius:12px;max-width:100%;max-height:100%;margin:0;padding:6px;transition:transform .35s,box-shadow .35s;position:relative;box-shadow:inset 0 1px #ffffffe6,0 2px 4px #0000000a,0 18px 44px #00000029}.home-cover-media__frame:after{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(#ffffff47 0%,#0000 32%);position:absolute;inset:0}.home-cover-media__photo{object-fit:contain;border-radius:8px;width:auto;max-width:min(380px,100%);height:auto;max-height:min(440px,68vh)}.home-cover-media--stack:hover .home-cover-media__sheet--a{transform:rotate(-11deg)scale(.97)translate(-5%,3%)}.home-cover-media--stack:hover .home-cover-media__sheet--b{transform:rotate(10deg)scale(.97)translate(5%,-2%)}.home-cover-media--stack:hover .home-cover-media__frame{transform:translateY(-5px);box-shadow:inset 0 1px #ffffffe6,0 4px 10px #0000000d,0 24px 56px #0000002e}.home-cover-media--folio{background:linear-gradient(#f6f3ed 0%,#ebe6dd 52%,#e2dcd2 100%)}.home-cover-media__folio{z-index:1;box-sizing:border-box;background:#fff;border-radius:4px 16px 16px 4px;width:min(268px,44%);height:min(460px,78%);margin:0 auto;padding:10px 10px 10px 20px;display:flex;position:relative;box-shadow:0 18px 48px #00000029}.home-cover-media__folio:before{content:"";background:linear-gradient(#d4ff00,#b8d600);border-radius:99px;width:4px;position:absolute;top:12px;bottom:12px;left:8px}.home-cover-media__folio-photo{object-fit:cover;border-radius:8px;width:100%;height:100%}.home-cover-media--studio{background:radial-gradient(at 50% -8%,#f1f1ee 0%,#c8c8c3 48%,#a9a9a4 100%)}.home-cover-media__vignette{pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 90px #2828242e}.home-cover-media--studio .home-cover-media__spot{pointer-events:none;background:radial-gradient(at 50% 0,#ffffffe0 0%,#0000 72%);height:58%;position:absolute;top:0;left:16%;right:16%}.home-cover-media--studio .home-cover-media__floor{pointer-events:none;background:radial-gradient(at 50% 80%,#0000001a 0%,#0000 70%);height:32%;position:absolute;bottom:6%;left:14%;right:14%}.home-cover-media__hero{z-index:1;flex-direction:column;align-items:center;max-width:58%;max-height:86%;margin:0;display:flex;position:relative}.home-cover-media--studio .home-cover-media__photo{filter:drop-shadow(0 18px 36px #0003);border-radius:0;max-height:min(380px,58vh)}.home-cover-media__reflection{opacity:.32;pointer-events:none;width:100%;max-height:64px;display:block;overflow:hidden;transform:scaleY(-1);-webkit-mask-image:linear-gradient(#00000080,#0000 78%);mask-image:linear-gradient(#00000080,#0000 78%)}.home-cover-media__reflection img{object-fit:contain;width:100%;height:auto}.home-cover-media--board{background-color:#e6e6e6;background-image:radial-gradient(circle,#bdbdbd 1px,#0000 1.2px);background-size:14px 14px;border-radius:16px;overflow:hidden}.home-section-card__media--filled:has(.home-cover-media--board){padding:0}.home-cover-media__dotgrid{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.home-cover-media__wire{pointer-events:none;background:linear-gradient(90deg, transparent, var(--home-accent,#d4ff00), transparent);width:24%;height:1.5px;position:absolute;top:50%}.home-cover-media__wire--in{left:6%}.home-cover-media__wire--out{right:6%}.home-cover-media__canvas-card{z-index:1;background:#fff;border-radius:12px;width:min(260px,40%);margin:0;padding:7px;position:relative;box-shadow:0 16px 40px #00000024}.home-cover-media__node{aspect-ratio:3/4;object-fit:cover;background:#e6e6e6;border-radius:8px;width:100%;height:auto;box-shadow:0 8px 24px #00000024}.home-cover-media__port{border:1.5px solid var(--home-accent,#d4ff00);background:#fff;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;transform:translateY(-50%)}.home-cover-media__port--left{left:-4px}.home-cover-media__port--right{right:-4px}.home-cover-media__mosaic{justify-content:center;align-items:center;width:100%;height:100%;padding:10%;display:flex;position:relative}.home-cover-media__template-sheet{background:#f3f3f0;border-radius:10px;width:58%;height:70%;position:absolute;transform:rotate(8deg);box-shadow:0 12px 28px #00000014}.home-cover-media__template{z-index:1;background:#fff;border-radius:4px 4px 12px 12px;max-width:72%;max-height:86%;margin:0;padding:10px 10px 26px;position:relative;box-shadow:0 18px 44px #00000029}.home-cover-media__template-photo{object-fit:contain;width:100%;max-height:min(280px,70vh);display:block}.home-cover-media--collage{padding:0}.home-cover-media__collage{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2px;width:100%;height:100%;display:grid}.home-cover-media__inputs{grid-template-rows:minmax(0,1fr) minmax(0,1fr);gap:2px;min-height:0;display:grid}.home-cover-media__cell{object-fit:cover;width:100%;height:100%}.home-cover-media__cell--result{box-shadow:inset 0 0 0 2px #d4ff00e6}.home-cover-media--wipe{padding:0}.home-cover-media__split{grid-template-columns:1fr 1fr;gap:0;width:100%;height:100%;display:grid;position:relative}.home-cover-media__pane{object-fit:cover;width:100%;height:100%}.home-cover-media__pane--before{filter:grayscale(.55)saturate(.7)}.home-cover-media__divider{background:#fff;width:3px;position:absolute;top:6%;bottom:6%;left:50%;transform:translate(-50%);box-shadow:0 0 0 1px #00000014}.home-cover-media__divider:after{content:"";background:var(--home-accent,#d4ff00);border-radius:50%;width:18px;height:18px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 3px #fff,0 4px 12px #00000029}.home-cover-media__orbit{width:78%;height:78%;position:relative}.home-cover-media__angle{background:#fff;border-radius:3px 3px 8px 8px;margin:0;padding:6px 6px 16px;transition:transform .35s;position:absolute;box-shadow:0 12px 32px #00000029}.home-cover-media__angle-photo{object-fit:cover;border-radius:2px;width:100%;height:100%;display:block}.home-cover-media__angle--left,.home-cover-media__angle--right{aspect-ratio:3/4;width:48%;top:12%}.home-cover-media__angle--left{left:2%;transform:rotate(-12deg)}.home-cover-media__angle--right{right:2%;transform:rotate(12deg)}.home-cover-media--orbit:hover .home-cover-media__angle--left{transform:rotate(-16deg)translate(-6%)}.home-cover-media--orbit:hover .home-cover-media__angle--right{transform:rotate(16deg)translate(6%)}.home-cover-media__looks{justify-content:center;align-items:center;gap:10px;width:90%;height:90%;display:flex}.home-cover-media__look{background:#fff;border-radius:4px 4px 10px 10px;width:min(210px,58%);margin:0;padding:8px 8px 22px;box-shadow:0 16px 40px #00000029}.home-cover-media__looks .home-cover-media__look{width:min(148px,46%)}.home-cover-media__looks .home-cover-media__look:first-child{transform:rotate(-5deg)translateY(6px)}.home-cover-media__looks .home-cover-media__look:last-child{transform:rotate(5deg)translateY(-4px)}.home-cover-media__look-photo{aspect-ratio:3/4;object-fit:cover;width:100%}.home-cover-media__look-bar{background:var(--home-accent,#d4ff00);border-radius:99px;width:36%;height:3px;margin:12px auto 0;display:block}.home-feature-card__visual .home-cover-media--stack,.home-feature-card__visual .home-cover-media--folio,.home-feature-card__visual .home-cover-media--studio,.home-feature-card__visual .home-cover-media--orbit,.home-feature-card__visual .home-cover-media--portrait{padding:8%}.home-feature-card__visual .home-cover-media--stack .home-cover-media__photo{max-width:min(220px,100%);max-height:min(240px,100%)}@media (prefers-reduced-motion:reduce){.home-cover-media__sheet,.home-cover-media__frame,.home-cover-media__angle{transition:none}.home-cover-media--stack:hover .home-cover-media__sheet--a{transform:rotate(-7deg)scale(.96)}.home-cover-media--stack:hover .home-cover-media__sheet--b{transform:rotate(6deg)scale(.97)}.home-cover-media--stack:hover .home-cover-media__frame{transform:none}.home-cover-media--orbit:hover .home-cover-media__angle--left{transform:rotate(-12deg)}.home-cover-media--orbit:hover .home-cover-media__angle--right{transform:rotate(12deg)}}.home-media-carousel{--home-carousel-fade:.5s cubic-bezier(.22, 1, .36, 1);justify-content:center;align-items:center;width:100%;min-width:0;height:100%;min-height:280px;display:flex;position:relative;overflow:hidden}.home-media-carousel--cover,.home-media-carousel--showcase{justify-content:stretch;align-self:stretch;align-items:stretch;width:100%;height:100%;min-height:0}.home-media-carousel--showcase{justify-content:center;align-items:center}.home-media-carousel--showcase .home-media-carousel__slide{justify-content:center;align-items:center;display:flex}.home-media-carousel--showcase:has(.home-infinite-create-showcase){justify-content:stretch;align-items:stretch}.home-media-carousel--showcase:has(.home-infinite-create-showcase) .home-media-carousel__slide{justify-content:stretch;align-items:stretch}.home-media-carousel--slot{--home-slot-inset:24px;align-self:stretch;width:100%;height:100%;min-height:0}.home-media-carousel--slot .home-media-carousel__media{width:calc(100% - 2 * var(--home-slot-inset));height:calc(100% - 2 * var(--home-slot-inset));max-width:calc(100% - 2 * var(--home-slot-inset));max-height:calc(100% - 2 * var(--home-slot-inset));object-fit:contain;object-position:center}.home-dual-slot{background:#e6e6e6;grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0;width:100%;min-width:0;height:100%;min-height:0;display:grid;overflow:hidden}.home-dual-slot--arrow{--home-dual-gap:36px;--home-dual-arrow-w:1.625rem;justify-content:center;align-items:center;gap:var(--home-dual-gap);background:0 0;display:flex;container-type:size}.home-dual-slot__cell{background:#e6e6e6;min-width:0;min-height:0;position:relative;overflow:hidden}.home-dual-slot--arrow .home-dual-slot__cell{aspect-ratio:9/16;width:auto;height:100%;max-height:100%;max-width:calc((100% - var(--home-dual-gap) - var(--home-dual-arrow-w)) / 2);border-radius:12px;flex:0 auto}.home-dual-slot__img{object-fit:cover;object-position:center;width:100%;height:100%;display:block;position:absolute;inset:0}.home-dual-slot__arrow{color:#5c5c5c;flex:none;width:clamp(11px,4cqh,20px);height:clamp(18px,7cqh,34px);display:block}.home-section-card__header .home-media-carousel{background:var(--home-gray-placeholder,#e6e6e6);border-radius:16px;min-height:240px}.home-section-card__media .home-media-carousel--slot{--home-slot-inset:0px;width:100%;height:100%}.home-section-card__media .home-media-carousel--slot .home-media-carousel__media{width:86%;max-width:86%;height:86%;max-height:86%}.home-section-card__media .home-media-carousel__dots{display:none}.home-section-card__media .home-media-carousel__arrow--prev{left:8px}.home-section-card__media .home-media-carousel__arrow--next{right:8px}.home-media-carousel__slide{width:100%;height:100%;min-height:0;animation:home-carousel-fade var(--home-carousel-fade)}.home-media-carousel__media{object-fit:contain;max-width:88%;max-height:86%;animation:home-carousel-fade var(--home-carousel-fade)}.home-media-carousel__dots{z-index:3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffc7;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;display:flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #00000014}.home-media-carousel__dot{cursor:pointer;background:#00000038;border:0;border-radius:99px;width:6px;height:6px;padding:0;transition:width .28s,background-color .28s}.home-media-carousel__dot--active{background:var(--home-accent,#d4ff00);width:18px}.home-media-carousel__arrow{z-index:4;color:#111;cursor:pointer;opacity:0;pointer-events:none;background:#ffffffe0;border:0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:28px;font-weight:300;line-height:1;transition:opacity .2s,background-color .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 8px 24px #0000001f}.home-media-carousel__arrow--prev{left:12px}.home-media-carousel__arrow--next{right:12px}.home-media-carousel:hover .home-media-carousel__arrow,.home-media-carousel:focus-within .home-media-carousel__arrow{opacity:1;pointer-events:auto}.home-media-carousel__arrow:hover{background:#fff;transform:translateY(-50%)scale(1.06)}.home-media-carousel__arrow:focus-visible{outline:2px solid var(--home-accent,#d4ff00);outline-offset:2px}@keyframes home-carousel-fade{0%{opacity:0}to{opacity:1}}@media (hover:none){.home-media-carousel__arrow{opacity:1;pointer-events:auto}}@media (width<=1279px),(device-width<=1279px){.home-media-carousel__arrow{display:none}}@media (prefers-reduced-motion:reduce){.home-media-carousel__slide,.home-media-carousel__media{animation:none}.home-media-carousel__dot,.home-media-carousel__arrow{transition:none}}:root{--home-font:"PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;--home-black:var(--tx-font-black,#000);--home-white:var(--tx-font-white,#fff);--home-gray-footer:var(--tx-font-muted,#666);--home-gray-placeholder:var(--tx-neutral-90,#e6e6e6);--home-accent:var(--tx-accent,#d4ff00);--home-hover-scale:1.06;--home-hover-shadow:0 10px 40px #0000001f;--home-black-hover-shadow:0 6px 24px #00000026;--home-hover-transition:transform .25s ease, box-shadow .25s ease, filter .25s ease, background-color .25s ease, color .25s ease;--home-toggle-hover-bg:var(--tx-neutral-90,#e6e6e6);--home-max-width:1920px;--home-content-padding:clamp(20px, 3.3vw, 64px);--home-section-width:1221px;--home-section-height:633px;--home-section-wide-width:1275px;--home-section-wide-height:647px;--home-section-text-ratio:36fr;--home-section-media-ratio:64fr;--home-section-text-pad-y:48px;--home-section-text-pad-x:28px;--home-section-gap-title:20px;--home-section-gap-sub:32px;--home-section-gap-cta:52px}.home-page{background-color:var(--home-white);min-height:100vh;color:var(--home-black);font-family:var(--home-font)}.home-page__main{box-sizing:border-box;width:auto;max-width:none;padding:0 var(--home-content-padding);margin:0;overflow:clip visible}.home-page__main>*{box-sizing:border-box;min-width:0}.home-header{z-index:50;flex-wrap:nowrap;align-items:center;gap:18px;padding:14px 0;display:flex;position:relative;overflow:visible}.home-page>.home-header-shell{width:100%}.home-page>.home-header-shell .home-header{width:100%;max-width:var(--home-max-width);padding-left:var(--home-content-padding);padding-right:var(--home-content-padding);box-sizing:border-box;margin:0 auto}@media (width>=1280px){.home-page--with-side-nav>.home-header-shell .home-header{max-width:none;padding-left:16px;padding-right:16px}.home-page--with-side-nav>.home-page__main{margin-left:var(--site-side-nav-width)}.home-page--with-side-nav>.home-footer{padding-left:calc(var(--site-side-nav-width) + var(--home-content-padding))}}html.is-handheld .home-page--with-side-nav>.home-page__main,html.is-handheld .home-page--with-side-nav>.home-footer{padding-left:var(--home-content-padding);margin-left:0}html.is-handheld .home-section-card,html.is-handheld .home-section-card--reverse{grid-template-columns:1fr;min-height:auto}html.is-handheld .home-section-card--reverse .home-section-card__content,html.is-handheld .home-section-card--reverse .home-section-card__media{order:unset}.home-header__logo-link{cursor:pointer;color:#111;transition:var(--home-hover-transition);flex-shrink:0;align-items:center;padding:0 8px;text-decoration:none;display:inline-flex}.home-header__logo-link:hover{transform:scale(var(--home-hover-scale))}.home-header__logo-link:focus-visible{outline:2px solid var(--home-accent);outline-offset:4px;border-radius:4px}.home-header__logo-swap{aspect-ratio:867/261;flex-shrink:0;width:auto;height:32px;display:block;position:relative}.home-header__logo{pointer-events:none;object-fit:contain;width:100%;height:100%;transition:opacity .35s;display:block}.home-header__logo--default{z-index:1;opacity:1;position:relative}.home-header__logo--hover{z-index:2;opacity:0;position:absolute;inset:0}.home-header__logo-link:hover .home-header__logo--default,.home-header__logo-link:focus-visible .home-header__logo--default{opacity:0}.home-header__logo-link:hover .home-header__logo--hover,.home-header__logo-link:focus-visible .home-header__logo--hover{opacity:1}.home-header__nav{flex-wrap:wrap;align-items:center;gap:18px;min-width:0;display:flex}.home-header__nav-link{color:var(--home-black);letter-spacing:-.8px;white-space:nowrap;transition:var(--home-hover-transition);background-color:#0000;border-radius:17px;flex-shrink:0;justify-content:center;align-items:center;padding:5px 15px;font-size:16px;font-weight:300;line-height:1.2;text-decoration:none;display:inline-flex}.home-header__nav-link:hover,.home-header__nav-link--active,.home-header__nav-link--active:hover{background-color:var(--home-black);color:var(--home-white)}.home-header__nav-link:focus-visible{outline:2px solid var(--home-black);outline-offset:2px}.home-header__spacer{flex:1;min-width:16px}.home-header__btn{background-color:var(--home-black);color:var(--home-white);cursor:pointer;white-space:nowrap;border:none;border-radius:37px;flex-shrink:0;justify-content:center;align-items:center;font-weight:300;line-height:1.2;transition:opacity .2s;display:inline-flex}.home-header__btn:hover{opacity:.85}.home-header__btn:focus-visible{outline:2px solid var(--home-accent);outline-offset:3px}.home-header__btn--recharge{letter-spacing:-.7px;width:72px;height:28px;padding:4px 22px;font-size:15px}.home-header__btn--login{letter-spacing:-1px;height:28px;padding:4px 22px;font-size:20px}.home-hero{text-align:center;flex-direction:column;align-items:center;padding:236px 0 0;display:flex}.home-hero__title{letter-spacing:-4.8px;width:100%;max-width:956px;color:var(--home-black);text-align:center;margin:0;font-size:clamp(40px,5vw,96px);font-weight:600;line-height:1.2}.home-hero__title-text{white-space:nowrap;max-width:100%;display:inline-block}.home-hero__title-cursor{vertical-align:-.08em;background-color:var(--home-black);width:2px;height:.85em;margin-left:.08em;animation:.7s step-end infinite home-hero-cursor-blink;display:inline-block}@keyframes home-hero-cursor-blink{0%,to{opacity:0}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.home-hero__title-cursor{opacity:0;animation:none}}.home-hero__subtitle{letter-spacing:-.8px;color:#666;width:min(943px,100%);max-width:943px;margin:54px auto 0;font-size:16px;font-weight:300;line-height:1.2}.home-hero__cta{background-color:var(--home-accent);width:min(376px,100%);height:64px;color:var(--home-black);letter-spacing:-1.2px;cursor:pointer;transform-origin:50%;transition:var(--home-hover-transition);border:none;border-radius:37px;justify-content:center;align-items:center;margin-top:54px;padding:0 48px;font-size:24px;font-weight:300;text-decoration:none;display:inline-flex}.home-hero__cta:hover{background-color:var(--home-accent);box-shadow:var(--home-hover-shadow);transform:scale(var(--home-hover-scale))}.home-hero__cta:active{transform:scale(.98);box-shadow:0 4px 16px #0000001a}.home-hero__cta:focus-visible{outline:2px solid var(--home-black);outline-offset:3px}.home-section-card{box-sizing:border-box;width:min(var(--home-section-width), 100%);max-width:var(--home-section-width);min-width:0;min-height:var(--home-section-height);grid-template-columns:minmax(0, var(--home-section-text-ratio)) minmax(0, var(--home-section-media-ratio));background-color:var(--home-white);border-radius:24px;align-items:center;gap:28px;margin:54px auto 0;padding:48px;display:grid;overflow:visible;box-shadow:0 8px 40px #00000014}.home-section-card--wide{width:min(var(--home-section-wide-width), 100%);max-width:var(--home-section-wide-width);min-height:var(--home-section-wide-height)}.home-section-card--reverse{grid-template-columns:minmax(0, var(--home-section-media-ratio)) minmax(0, var(--home-section-text-ratio))}.home-section-card--reverse .home-section-card__content{order:2}.home-section-card--reverse .home-section-card__media{order:1}.home-section-card__media{background-color:var(--home-gray-placeholder);border-radius:16px;width:100%;min-width:0;height:calc(100% - 16px);min-height:520px;position:relative;overflow:hidden}.home-section-card__media--filled{justify-content:center;align-items:center;padding:20px 16px;display:flex}:is(.home-section-card__media--filled:has(.home-virtual-studio-showcase),.home-section-card__media--filled:has(.home-cover-media--studio)){min-height:560px;padding:28px 24px}:is(.home-section-card__media--filled:has(.home-media-carousel--cover),.home-section-card__media--filled:has(.home-dual-slot)){justify-content:stretch;align-items:stretch}:is(.home-section-card__media--filled:has(.home-infinite-create-showcase),.home-section-card__media--filled:has(.home-cover-media--board),.home-section-card__media--filled:has(.home-dual-slot),.home-section-card__media--filled:has(.home-hot-video-showcase)){justify-content:stretch;align-items:stretch;padding:0}.home-infinite-create-showcase{--ic-gap:10px;box-sizing:border-box;background-color:#e6e6e6;background-image:radial-gradient(circle,#bdbdbd 1px,#0000 1.2px);background-size:14px 14px;border-radius:16px;justify-content:center;align-items:center;width:100%;height:100%;min-height:460px;padding:28px 22px;display:flex;position:relative;overflow:hidden}.home-infinite-create-showcase__wires{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;inset:0}.home-infinite-create-showcase__wires path{fill:none;stroke:var(--tx-accent,#d4ff00);stroke-width:1px;stroke-dasharray:5 4;stroke-linecap:round;opacity:.9}.home-infinite-create-showcase__board{z-index:1;justify-content:center;align-items:center;gap:clamp(72px,8vw,110px);width:min(92%,720px);height:auto;min-height:0;max-height:92%;display:flex;position:relative}.home-infinite-create-showcase__sources,.home-infinite-create-showcase__results{z-index:1;min-width:0;min-height:0;display:flex;position:relative}.home-infinite-create-showcase__sources{justify-content:center;gap:var(--ic-gap);flex-direction:column;flex:0 0 17%}.home-infinite-create-showcase__results{gap:var(--ic-gap);flex:auto;grid-template-rows:repeat(3,auto);grid-template-columns:repeat(3,minmax(0,1fr));align-content:center;display:grid}.home-infinite-create-showcase__thumb{z-index:1;aspect-ratio:3/4;background:0 0;border-radius:8px;flex:none;width:100%;min-height:0;position:relative;overflow:visible}.home-infinite-create-showcase__thumb img{z-index:1;object-fit:cover;object-position:center top;background:#e6e6e6;border-radius:8px;width:100%;height:100%;display:block;position:relative;box-shadow:0 3px 12px #0000001f}.home-infinite-create-showcase__port{border:1.5px solid var(--tx-accent,#d4ff00);z-index:3;background:#fff;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 0 0 1px #0000000f}.home-infinite-create-showcase__port--left{left:-4px}.home-infinite-create-showcase__port--right{right:-4px}.home-infinite-create-showcase__badges{z-index:1;gap:3px;display:flex;position:absolute;top:5px;right:5px}.home-infinite-create-showcase__badge{background:#141414b8;border-radius:999px;width:14px;height:8px;box-shadow:0 1px 2px #0003}@media (width<=1279px){.home-infinite-create-showcase{min-height:340px;padding:18px 12px}.home-infinite-create-showcase__board{gap:56px;width:94%;max-height:94%}.home-infinite-create-showcase__sources{flex-basis:20%}.home-infinite-create-showcase__port{width:6px;height:6px}.home-infinite-create-showcase__badge{width:12px;height:7px}}.home-main-detail-showcase{justify-content:center;align-items:center;gap:12px;width:100%;height:100%;min-height:480px;display:flex}.home-main-detail-showcase__source-wrap{flex:none;justify-content:center;align-items:center;width:min(300px,38%);display:flex}.home-main-detail-showcase__source{object-fit:contain;filter:drop-shadow(0 8px 20px #0000001f);width:100%;max-height:420px}.home-main-detail-showcase__arrow{color:#9a9a9a;-webkit-user-select:none;user-select:none;flex:none;font-size:42px;font-weight:300;line-height:1;transform:translateY(-4px)}.home-main-detail-showcase__stack{flex:auto;width:min(400px,56%);height:min(420px,90%);min-height:360px;position:relative}.home-main-detail-showcase__card{aspect-ratio:338/455;object-fit:cover;background-color:#fff;border-radius:10px;width:42%;max-width:168px;position:absolute;transform:none;box-shadow:0 10px 28px #00000024}.home-main-detail-showcase__card--tl{z-index:1;top:4%;left:8%}.home-main-detail-showcase__card--tr{z-index:2;top:2%;right:6%}.home-main-detail-showcase__card--bl{z-index:3;bottom:6%;left:4%}.home-main-detail-showcase__card--br{z-index:4;bottom:4%;right:2%}.home-main-detail-showcase__card--front{z-index:5;width:48%;max-width:190px;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 16px 40px #0003}.home-hot-template-showcase{box-sizing:border-box;justify-content:center;align-items:center;gap:14px;width:100%;height:100%;min-height:480px;padding:8px 4px;display:flex}.home-hot-template-showcase__source-wrap{flex:none;justify-content:center;align-items:center;width:min(280px,34%);display:flex}.home-hot-template-showcase__source{object-fit:contain;filter:drop-shadow(0 10px 24px #0000001f);width:100%;max-height:360px}.home-hot-template-showcase__arrow{color:#6b6b6b;-webkit-user-select:none;user-select:none;flex:none;font-size:40px;font-weight:300;line-height:1;transform:translateY(-2px)}.home-hot-template-showcase__grid{aspect-ratio:3/4;flex:auto;grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:min(380px,52%);max-height:min(460px,92%);display:grid}.home-hot-template-showcase__cell{object-fit:cover;object-position:center;background-color:#fff;border-radius:10px;width:100%;height:100%;display:block;box-shadow:0 6px 18px #0000001a}.home-section-card--with-header,.home-section-card--with-footer{align-items:start;row-gap:28px}.home-section-card--with-header{padding-top:28px}.home-section-card--with-footer{padding-bottom:28px}.home-section-card__header,.home-section-card__footer{grid-column:1/-1;width:100%;min-width:0}.home-section-card__footer{order:3}#hot-video .home-section-card__header{justify-self:stretch}.home-section-card--with-header .home-section-card__media,.home-section-card--with-footer .home-section-card__media{height:auto;min-height:420px}#main-image .home-section-card__media,#detail-image .home-section-card__media,#virtual-studio .home-section-card__media,#infinite-create .home-section-card__media,#hot-template.home-section-card--with-footer .home-section-card__media,#hot-template .home-section-card__media,#hot-video .home-section-card__media,#hot-video .home-section-card__media--filled{box-sizing:border-box;justify-content:stretch;align-items:stretch;height:520px;min-height:520px;max-height:520px;padding:0}.home-section-card__content,.home-section-card__media{align-self:center}.home-section-card__content{justify-content:center;height:auto}.home-section-card__media .main-image-default-showcase{--collage-h:min(360px, 46vh, 28vw);max-width:100%}.main-image-default-showcase{--collage-h:min(480px, 58vh, 56vw);--collage-w:calc(var(--collage-h) * .78);--template-h:calc(var(--collage-h) * .62);--product-h:calc(var(--collage-h) * .56);box-sizing:border-box;justify-content:center;align-items:center;gap:clamp(10px,1.4vw,18px);width:100%;max-width:1080px;margin:0 auto;padding:8px 4px;display:flex}.main-image-default-showcase__inputs{flex:none;justify-content:center;align-items:center;gap:clamp(8px,1.1vw,14px);min-width:0;height:auto;display:flex}.main-image-default-showcase__product{width:auto;height:var(--product-h);max-width:calc(var(--product-h) * 1.05);object-fit:contain;filter:drop-shadow(0 6px 14px #0000001a)}.main-image-default-showcase__plus{color:#6b6b6b;-webkit-user-select:none;user-select:none;flex:none;font-size:clamp(18px,1.6vw,24px);font-weight:500;line-height:1}.main-image-default-showcase__template{width:calc(var(--template-h) * .72);height:var(--template-h);object-fit:cover;background:#e6e6e6;border-radius:12px;flex:none;box-shadow:0 8px 20px #0000001f}.main-image-default-showcase__arrow{color:#666;-webkit-user-select:none;user-select:none;flex:none;margin:0 2px;font-size:clamp(28px,2.4vw,36px);font-weight:300;line-height:1}.main-image-default-collage{width:var(--collage-w);height:var(--collage-h);background:#e6e6e6;border-radius:18px;flex:none;grid-template-rows:repeat(3,minmax(0,1fr));grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding:0;display:grid;overflow:hidden;box-shadow:0 8px 28px #00000014}.main-image-default-collage__cell{object-fit:cover;object-position:center;background:#e6e6e6;width:100%;height:100%;display:block}.main-image-default-collage__cell--hero{object-position:center top;grid-area:1/1/3/3}.main-image-default-collage__cell--side-top{object-position:center 28%;grid-area:1/3}.main-image-default-collage__cell--side-bottom{object-position:center 32%;grid-area:2/3}.main-image-default-collage__cell--bottom-1{object-position:center;grid-area:3/1}.main-image-default-collage__cell--bottom-2{object-position:center;grid-area:3/2}.main-image-default-collage__cell--bottom-3{object-position:center;grid-area:3/3}.home-hot-template-gallery{box-sizing:border-box;width:100%;min-width:0;max-width:100%;color:var(--home-black);background:0 0;border-radius:0;margin:0;padding:8px 0 0}.home-hot-template-gallery__tabs{align-items:center;gap:10px;margin-bottom:20px;display:flex}.home-hot-template-gallery__tab{border:1px solid var(--tx-border,#e6e6e6);background:var(--home-white);height:36px;color:var(--home-black);cursor:pointer;border-radius:999px;padding:0 18px;font-size:14px;font-weight:500}.home-hot-template-gallery__tab--active{background:var(--home-black);border-color:var(--home-black);color:var(--home-white)}.home-hot-template-gallery__tab:hover:not(.home-hot-template-gallery__tab--active){background:var(--home-gray-placeholder);border-color:var(--tx-neutral-60,#999)}.home-hot-template-gallery__placeholder,.home-hot-template-gallery__login{min-height:140px;color:var(--home-gray-footer);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;margin:0;font-size:14px;display:flex}.home-hot-template-gallery__login-btn{background:var(--home-accent);height:40px;color:var(--home-black);cursor:pointer;border:none;border-radius:999px;padding:0 22px;font-size:14px;font-weight:600}.home-hot-template-gallery__login-btn:hover{filter:brightness(.96)}.home-hot-template-gallery__rows{flex-direction:column;gap:36px;display:flex}.home-hot-template-row{grid-template-columns:minmax(160px,200px) minmax(0,1fr);align-items:start;gap:16px;display:grid}.home-hot-template-row__sidebar{flex-direction:column;gap:12px;min-width:0;padding:0;display:flex}.home-hot-template-row__title{letter-spacing:.02em;color:var(--home-black);margin:0;font-size:26px;font-weight:700;line-height:1.15}.home-hot-template-row__filters{--ht-filter-row-height:28px;--ht-filter-gap:6px;gap:var(--ht-filter-gap);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.home-hot-template-row__filters--collapsed{max-height:calc(var(--ht-filter-row-height) * 2 + var(--ht-filter-gap));overflow:hidden}.home-hot-template-row__filters--expanded{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--tx-neutral-60,#999) transparent;overflow:hidden auto}.home-hot-template-row__filters--expanded::-webkit-scrollbar{width:6px}.home-hot-template-row__filters--expanded::-webkit-scrollbar-thumb{background:var(--tx-neutral-60,#999);border-radius:999px}.home-hot-template-row__filters-toggle{border:1px solid var(--tx-border,#e6e6e6);background:var(--home-gray-placeholder);height:28px;color:var(--home-black);cursor:pointer;border-radius:999px;align-self:flex-start;padding:0 12px;font-size:12px;font-weight:500}.home-hot-template-row__filters-toggle:hover{border-color:var(--tx-neutral-60,#999);background:var(--home-white)}.home-hot-template-row__filter{box-sizing:border-box;height:var(--ht-filter-row-height,28px);min-height:var(--ht-filter-row-height,28px);border:1px solid var(--tx-border,#e6e6e6);background:var(--home-white);color:var(--home-black);text-align:center;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;border-radius:999px;padding:0 6px;font-size:12px;line-height:1;overflow:hidden}.home-hot-template-row__filter--active{background:var(--home-accent);border-color:var(--home-accent);color:var(--home-black);font-weight:600}.home-hot-template-row__filter:hover:not(.home-hot-template-row__filter--active){border-color:var(--tx-neutral-60,#999);background:var(--home-gray-placeholder)}.home-hot-template-row__nav{gap:8px;margin-top:2px;display:flex}.home-hot-template-row__nav-btn{border:1px solid var(--tx-border,#e6e6e6);background:var(--home-white);width:32px;height:32px;color:var(--home-black);cursor:pointer;border-radius:50%;font-size:20px;line-height:1}.home-hot-template-row__nav-btn:hover:not(:disabled){border-color:var(--home-black);background:var(--home-gray-placeholder)}.home-hot-template-row__nav-btn:disabled{opacity:.35;cursor:not-allowed}.home-hot-template-row__track{--ht-card-gap:12px;--ht-cards-visible:4;gap:var(--ht-card-gap);scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:var(--tx-neutral-60,#999) transparent;padding-bottom:6px;display:flex;overflow-x:auto}.home-hot-template-row__track::-webkit-scrollbar{height:6px}.home-hot-template-row__track::-webkit-scrollbar-thumb{background:var(--tx-neutral-60,#999);border-radius:999px}.home-hot-template-row__empty{color:var(--home-gray-footer);margin:0;padding:40px 8px;font-size:13px}.home-hot-template-card{flex:0 0 calc((100% - var(--ht-card-gap) * (var(--ht-cards-visible) - 1)) / var(--ht-cards-visible));scroll-snap-align:start;width:auto;min-width:0}.home-hot-template-card__collage{aspect-ratio:3/4;background:var(--home-gray-placeholder);border-radius:12px;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:4px;display:grid;position:relative;overflow:hidden}.home-hot-template-card__cell{object-fit:cover;width:100%;height:100%;display:block}.home-hot-template-card__placeholder{background:var(--home-gray-placeholder);grid-area:1/1/-1/-1}.home-hot-template-card__actions{opacity:0;pointer-events:none;gap:6px;transition:opacity .18s,transform .18s;display:flex;position:absolute;bottom:8px;left:8px;right:8px;transform:translateY(6px)}.home-hot-template-card:hover .home-hot-template-card__actions,.home-hot-template-card:focus-within .home-hot-template-card__actions{opacity:1;pointer-events:auto;transform:translateY(0)}.home-hot-template-card__action{cursor:pointer;border:none;border-radius:999px;flex:1;justify-content:center;align-items:center;gap:4px;height:32px;font-size:12px;font-weight:500;display:inline-flex}.home-hot-template-card__action--ghost{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0000008c}.home-hot-template-card__action--primary{background:var(--home-accent);color:var(--home-black)}.home-hot-template-card__action--ghost:hover{background:#000000b3}.home-hot-template-card__action--primary:hover{filter:brightness(.96)}.home-hot-template-card__title{color:var(--home-black);white-space:nowrap;text-overflow:ellipsis;margin:8px 0 0;font-size:13px;font-weight:500;overflow:hidden}.home-main-detail-showcase--workspace{gap:20px;max-width:980px;min-height:min(560px,68vh);margin:0 auto;padding:12px 8px}.home-main-detail-showcase--workspace .home-main-detail-showcase__source-wrap{width:min(360px,34%)}.home-main-detail-showcase--workspace .home-main-detail-showcase__source{max-height:480px}.home-main-detail-showcase--workspace .home-main-detail-showcase__arrow{font-size:52px}.home-main-detail-showcase--workspace .home-main-detail-showcase__stack{width:min(520px,58%);height:min(520px,92%);min-height:440px}.home-main-detail-showcase--workspace .home-main-detail-showcase__card{border-radius:12px;max-width:210px}.home-main-detail-showcase--workspace .home-main-detail-showcase__card--front{max-width:240px}.home-hot-video-strip{--hot-video-strip-gap:14px;--hot-video-strip-slot:calc((100% - 4 * var(--hot-video-strip-gap)) / 5);box-sizing:border-box;justify-content:center;align-items:stretch;gap:var(--hot-video-strip-gap);width:100%;min-width:0;max-width:100%;display:flex}.home-hot-video-strip__card{flex:1 1 0;width:auto;min-width:0;max-width:none}.home-hot-video-strip:not(.home-hot-video-strip--count-5) .home-hot-video-strip__card{flex:0 1 var(--hot-video-strip-slot);width:var(--hot-video-strip-slot);max-width:var(--hot-video-strip-slot)}.home-hot-video-strip__media{aspect-ratio:9/16;background:var(--home-gray-placeholder);cursor:pointer;outline-offset:0;border-radius:14px;outline:2px solid #0000;min-width:0;transition:box-shadow .2s,outline-color .2s;position:relative;overflow:hidden;box-shadow:0 6px 20px #00000014;container-type:inline-size}.home-hot-video-strip__card:hover .home-hot-video-strip__media,.home-hot-video-strip__card:focus-within .home-hot-video-strip__media{outline-color:var(--home-accent);box-shadow:var(--home-hover-shadow)}.home-hot-video-strip__video{object-fit:cover;width:100%;min-width:0;max-width:100%;height:100%;display:block}.home-hot-video-strip__play{z-index:1;cursor:pointer;background:0 0;border:none;position:absolute;inset:0}.home-hot-video-strip__play:after{content:"";background:#00000073;border-radius:999px;width:44px;height:44px;transition:opacity .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 16px #00000040}.home-hot-video-strip__play:before{content:"";z-index:1;border:8px solid #0000;border-left:14px solid #fff;border-right-width:0;position:absolute;top:50%;left:50%;transform:translate(-40%,-50%)}.home-hot-video-strip__card:hover .home-hot-video-strip__play:after,.home-hot-video-strip__card:hover .home-hot-video-strip__play:before,.home-hot-video-strip__card:focus-within .home-hot-video-strip__play:after,.home-hot-video-strip__card:focus-within .home-hot-video-strip__play:before{opacity:0}@media (hover:none){.home-hot-video-strip__card:hover .home-hot-video-strip__play:after,.home-hot-video-strip__card:hover .home-hot-video-strip__play:before,.home-hot-video-strip__card:focus-within .home-hot-video-strip__play:after,.home-hot-video-strip__card:focus-within .home-hot-video-strip__play:before{opacity:1}}.home-hot-video-strip__overlay{z-index:2;opacity:0;pointer-events:none;background:linear-gradient(#0000 45%,#00000059 100%);justify-content:center;align-items:flex-end;padding:14px;transition:opacity .2s;display:flex;position:absolute;inset:0}.home-hot-video-strip__card:hover .home-hot-video-strip__overlay,.home-hot-video-strip__card:focus-within .home-hot-video-strip__overlay{opacity:1}.home-hot-video-strip__cta{pointer-events:none;background:var(--home-accent);width:100%;height:18.4cqi;min-height:0;color:var(--home-black);cursor:pointer;transition:var(--home-hover-transition);border:none;border-radius:4.6cqi;font-family:inherit;font-size:6.9cqi;font-weight:600}.home-hot-video-strip__card:hover .home-hot-video-strip__cta,.home-hot-video-strip__card:focus-within .home-hot-video-strip__cta{pointer-events:auto}.home-hot-video-strip__cta:hover{filter:brightness(.96);transform:scale(1.02)}.home-hot-video-strip__cta:focus-visible{outline:2px solid var(--home-black);outline-offset:2px}.home-hot-video-player{z-index:1400;box-sizing:border-box;background:#000000b8;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.home-hot-video-player__panel{flex-direction:column;align-items:center;gap:14px;width:min(380px,92vw);animation:.18s ease-out home-hot-video-player-pop;display:flex;position:relative}@keyframes home-hot-video-player-pop{0%{opacity:0;transform:scale(.92)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.home-hot-video-player__close{z-index:2;color:#333;cursor:pointer;background:#fff;border:none;border-radius:999px;width:36px;height:36px;font-size:22px;line-height:1;position:absolute;top:-8px;right:-8px;box-shadow:0 4px 12px #0003}.home-hot-video-player__close:hover{background:#f3f3f3}.home-hot-video-player__media{aspect-ratio:9/16;background:#000;border-radius:12px;width:min(92vw,360px);overflow:hidden}.home-hot-video-player__video{object-fit:cover;background:#000;width:100%;height:100%;display:block}.home-hot-video-player__cta{background:var(--home-accent);width:100%;min-height:44px;color:var(--home-black);cursor:pointer;border:none;border-radius:10px;font-family:inherit;font-size:16px;font-weight:600}.home-hot-video-player__cta:hover{filter:brightness(.96)}.home-hot-video-showcase{box-sizing:border-box;justify-content:center;align-items:center;gap:3%;width:100%;height:100%;min-height:0;padding:2% 1%;display:flex}.home-hot-video-showcase__source-wrap{flex:0 28%;justify-content:center;align-items:center;width:28%;min-width:0;height:72%;min-height:0;display:flex}.home-hot-video-showcase__source{object-fit:contain;width:100%;height:100%;display:block}.home-hot-video-showcase__arrow{color:#6b6b6b;-webkit-user-select:none;user-select:none;flex:none;font-size:clamp(20px,3.6vw,40px);font-weight:300;line-height:1}.home-hot-video-showcase__video-wrap{z-index:0;aspect-ratio:9/16;background:#000;border-radius:14px;flex:none;width:auto;height:88%;max-height:88%;position:relative;overflow:hidden;transform:translateZ(0)}.home-hot-video-showcase__video{object-fit:cover;z-index:0;width:100%;height:100%;display:block;position:relative}@media (width<=1279px){.home-hot-video-showcase,.home-hot-video-showcase__source-wrap,.home-hot-video-showcase__video-wrap{min-width:0;max-width:100%}}.home-virtual-studio-showcase{box-sizing:border-box;justify-content:center;align-items:center;width:100%;height:100%;min-height:0;display:flex;overflow:hidden;container-type:size}.home-virtual-studio-showcase__board{--vs-card-w:32cqi;--vs-card-h:min(calc(var(--vs-card-w) * 16 / 9), 70cqb);--vs-ref-scale:.86;--vs-ref-gap:1.6cqi;--vs-input-gap:2.4cqi;--vs-main-gap:2.8cqi;--vs-under-x:1.4cqi;--vs-under-y:1.1cqi;justify-content:center;align-items:center;gap:var(--vs-main-gap);box-sizing:border-box;width:max-content;min-width:0;max-width:100%;height:auto;max-height:100%;display:flex}.home-virtual-studio-showcase__inputs{align-items:center;gap:var(--vs-input-gap);min-width:0;height:var(--vs-card-h);flex:none;max-height:100%;display:flex}.home-virtual-studio-showcase__product{object-fit:contain;filter:drop-shadow(0 8px 16px #00000024);width:auto;max-width:20cqi;height:62%}.home-virtual-studio-showcase__plus{color:#6b6b6b;-webkit-user-select:none;user-select:none;flex:none;font-size:2.6cqi;font-weight:500;line-height:1}.home-virtual-studio-showcase__refs{justify-content:center;align-items:center;gap:var(--vs-ref-gap);flex-direction:column;flex:none;height:100%;display:flex}.home-virtual-studio-showcase__ref{width:auto;height:calc((var(--vs-card-h) - 2 * var(--vs-ref-gap)) / 3 * var(--vs-ref-scale));aspect-ratio:9/16;background:0 0;border-radius:10px;flex:none;overflow:hidden;box-shadow:0 4px 14px #0000001f}.home-virtual-studio-showcase__ref img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.home-virtual-studio-showcase__arrow{color:#666;-webkit-user-select:none;user-select:none;flex:none;font-size:3.6cqi;font-weight:300;line-height:1}.home-virtual-studio-showcase__result-stack{width:calc(var(--vs-card-w) + var(--vs-under-x));height:calc(var(--vs-card-h) + var(--vs-under-y));flex:none;position:relative}.home-virtual-studio-showcase__result{width:var(--vs-card-w);height:var(--vs-card-h);aspect-ratio:9/16;background:0 0;border-radius:12px;position:absolute;overflow:hidden}.home-virtual-studio-showcase__result--under{top:var(--vs-under-y);left:var(--vs-under-x);z-index:0;filter:grayscale();opacity:.72;box-shadow:0 6px 18px #0000001a}.home-virtual-studio-showcase__result--front{z-index:1;top:0;left:0;box-shadow:0 10px 28px #00000029}.home-virtual-studio-showcase__result img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.home-section-card__content{box-sizing:border-box;min-width:0;max-width:100%;padding:var(--home-section-text-pad-y,48px) 0 var(--home-section-text-pad-y,48px) var(--home-section-text-pad-x,28px);flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.home-section-card__title{letter-spacing:-2.4px;margin:0;font-size:48px;font-weight:600;line-height:1.15}.home-section-card__subtitle{margin:var(--home-section-gap-title,20px) 0 0;letter-spacing:-1px;font-size:20px;font-weight:600;line-height:1.3}.home-section-card__desc{margin:var(--home-section-gap-sub,32px) 0 0;letter-spacing:-.8px;color:#000;white-space:pre-line;font-size:16px;font-weight:300;line-height:1.75}.home-section-card__desc--features{color:#666;line-height:1.6}.home-section-card__desc--muted{color:#666;font-size:14px;line-height:1.65}.home-section-card__cta{margin-top:var(--home-section-gap-cta,52px);background-color:var(--home-accent);min-width:120px;height:40px;color:var(--home-black);letter-spacing:-.8px;cursor:pointer;cursor:pointer;transform-origin:50%;transition:var(--home-hover-transition);border:none;border-radius:37px;justify-content:center;align-items:center;padding:0 28px;font-family:inherit;font-size:16px;font-weight:300;text-decoration:none;display:inline-flex}.home-section-card__cta:hover{background-color:var(--home-accent);box-shadow:var(--home-hover-shadow);transform:scale(var(--home-hover-scale))}.home-section-card__cta:active{transform:scale(.98);box-shadow:0 4px 16px #0000001a}.home-section-card__cta:focus-visible{outline:2px solid var(--home-black);outline-offset:3px}.home-feature-grid{box-sizing:border-box;width:100%;min-width:0;max-width:min(1820px,100%);margin:54px auto}.home-feature-grid__row{flex-wrap:wrap;justify-content:center;gap:33px;margin-bottom:33px;display:flex}.home-feature-grid__row:last-child{margin-bottom:0}.home-feature-grid__row--four{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(16px,1.8vw,28px);margin-bottom:0;display:grid}.home-feature-card{text-align:center;width:min(297px,100%)}.home-feature-card--design{background:#fff;border-radius:16px;flex-direction:column;align-items:stretch;width:100%;min-width:0;display:flex;overflow:hidden;box-shadow:0 6px 24px #00000014}.home-feature-card--link{color:inherit;cursor:pointer;text-decoration:none;transition:transform .2s,box-shadow .2s;display:block}.home-feature-card--design.home-feature-card--link:hover{transform:translateY(-2px);box-shadow:0 10px 28px #0000001a}.home-feature-card--link:focus-visible{outline:2px solid var(--home-accent,#d4ff00);outline-offset:4px;border-radius:16px}.home-feature-card__thumb{aspect-ratio:1;background-color:var(--home-gray-placeholder);border-radius:16px;width:100%;max-width:297px;height:auto;margin:0 auto;overflow:hidden;box-shadow:0 4px 20px #0000000f}.home-feature-card__thumb-img{object-fit:cover;width:100%;height:100%;display:block}.home-feature-card__visual{aspect-ratio:1/.92;background:#e6e6e6;justify-content:center;align-items:center;width:100%;min-width:0;display:flex;position:relative;overflow:hidden}.home-feature-card__visual .home-dual-slot{position:absolute;inset:0}.home-feature-card__footer{background:#fff;flex:none;justify-content:center;align-items:center;min-height:52px;padding:14px 12px;display:flex}.home-feature-card__label{letter-spacing:-.4px;color:#000;margin:0;font-size:16px;font-weight:400;line-height:1.2}.home-feature-visual{box-sizing:border-box;width:100%;height:100%;position:absolute;inset:0}.home-feature-visual--split,.home-feature-visual--collage{grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2px;height:100%;min-height:0;display:grid;overflow:hidden}.home-feature-visual__split-cell,.home-feature-visual__collage-cell{background:#e6e6e6;min-width:0;min-height:0;position:relative;overflow:hidden}.home-feature-visual__split-img,.home-feature-visual__collage-product,.home-feature-visual__collage-ref,.home-feature-visual__collage-result{object-fit:cover;object-position:center;width:100%;height:100%;display:block;position:absolute;inset:0}.home-feature-visual__collage-inputs{grid-template-rows:minmax(0,1fr) minmax(0,1fr);grid-template-columns:minmax(0,1fr);gap:2px;min-width:0;height:100%;min-height:0;display:grid;overflow:hidden}@media (width<=1100px){.home-feature-grid__row--four{grid-template-columns:repeat(2,minmax(0,1fr))}}.home-pricing{box-sizing:border-box;text-align:center;width:min(1120px,100%);min-width:0;max-width:1120px;margin:54px auto 100px;scroll-margin-top:24px}.home-pricing__toggle{background-color:#e6e6e6;border-radius:37px;align-items:center;gap:12px;margin-bottom:48px;padding:6px;display:inline-flex}.home-pricing__toggle-btn{font-family:var(--home-font);cursor:pointer;transform-origin:50%;transition:var(--home-hover-transition);background:0 0;border:none;border-radius:37px;padding:8px 24px;font-size:16px;font-weight:300}.home-pricing__toggle-btn:hover:not(.home-pricing__toggle-btn--active){background-color:var(--home-toggle-hover-bg)}.home-pricing__toggle-btn--active:hover{background-color:var(--home-accent);transform:scale(1.04)}.home-pricing__toggle-btn:focus-visible{outline:2px solid var(--home-black);outline-offset:2px}.home-pricing__toggle-btn--active{background-color:var(--home-accent);color:var(--home-black)}.home-pricing__cards{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-bottom:48px;display:grid}.home-pricing__cards--seven{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}.home-pricing__card{background-color:var(--home-white);text-align:left;border-radius:24px;flex-direction:column;padding:40px 32px;display:flex;box-shadow:0 8px 40px #00000014}.home-pricing__card--selectable{cursor:pointer;border:2px solid #0000;width:100%;transition:border-color .15s,box-shadow .15s,transform .15s}.home-pricing__card--selectable:hover{transform:translateY(-2px);box-shadow:0 12px 44px #0000001a}.home-pricing__card--active{border-color:var(--home-accent);box-shadow:0 12px 44px #d4ff0038}.home-pricing__card--disabled{opacity:.72;cursor:default}.home-pricing__card--disabled:hover{transform:none}.home-pricing__feedback{border-radius:12px;margin:0 0 20px;padding:12px 16px;font-size:14px}.home-pricing__feedback--error{color:#b91c1c;background:#ef444414}.home-pricing__feedback--success{color:#15803d;background:#22c55e1a}.home-pricing__loading,.home-pricing__hint{color:#666;margin:0 0 24px;font-size:14px}.home-pricing__card-name{letter-spacing:-1.2px;margin:0 0 12px;font-size:24px;font-weight:600}.home-pricing__card-price{letter-spacing:-2px;flex-wrap:wrap;align-items:baseline;gap:6px;margin:0 0 16px;font-size:40px;font-weight:600;display:flex}.home-pricing__card-price--upgrade{font-size:inherit;letter-spacing:normal;flex-direction:column;align-items:flex-start;gap:8px}.home-pricing__card-list-price,.home-pricing__card-upgrade-price{flex-wrap:wrap;align-items:baseline;gap:8px;margin:0;display:flex}.home-pricing__card-label{letter-spacing:0;color:#666;font-size:14px;font-weight:400}.home-pricing__card-list-price{letter-spacing:0;color:#666;font-size:16px;font-weight:400}.home-pricing__card-amount{letter-spacing:-2px;font-size:40px;font-weight:600}.home-pricing__card-unit{font-size:16px;font-weight:300}.home-pricing__card-original{color:#999;font-size:16px;font-weight:300;text-decoration:line-through}.home-pricing__features{margin:0;padding:0;list-style:none}.home-pricing__features li{letter-spacing:-.5px;border-bottom:1px solid #e6e6e6;padding:8px 0;font-size:14px;font-weight:300;line-height:1.4}.home-pricing__features li:before{content:"✓ ";color:var(--home-accent);font-weight:600}.home-pricing__card-cta{background-color:var(--home-accent);width:100%;min-height:48px;color:var(--home-black);letter-spacing:0;cursor:pointer;transition:var(--home-hover-transition);border:none;border-radius:999px;justify-content:center;align-items:center;margin:0 0 20px;padding:0 20px;font-size:16px;font-weight:600;display:inline-flex}.home-pricing__card-cta:hover:not(:disabled){box-shadow:var(--home-hover-shadow);transform:scale(var(--home-hover-scale))}.home-pricing__card-cta:disabled,.home-pricing__cta:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.home-pricing__membership-agree,.membership-agree{color:#444;cursor:pointer;align-items:flex-start;gap:8px;max-width:520px;margin:12px 0 8px;font-family:PingFang SC,Microsoft YaHei,Segoe UI,system-ui,sans-serif;font-size:14px;font-weight:400;line-height:1.5;display:flex}.membership-agree__checkbox{flex-shrink:0;margin-top:3px}.membership-agree__link{color:#1a5fb4;text-underline-offset:2px;text-decoration:underline}.home-footer{background-color:var(--home-gray-footer);color:var(--home-white);padding:40px var(--home-content-padding);margin-top:80px;font-family:PingFang SC,Microsoft YaHei,Segoe UI,system-ui,sans-serif}.home-footer__inner{max-width:var(--home-max-width);margin:0 auto}.home-footer__row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px 48px;display:flex}.home-footer__text{letter-spacing:0;white-space:nowrap;margin:0;font-size:14px;font-weight:400;line-height:1.5}.home-footer__links{flex-wrap:wrap;gap:32px;display:flex}.home-footer__link{color:var(--home-white);letter-spacing:0;font-size:14px;font-weight:400;text-decoration:none;transition:opacity .2s,text-decoration-color .2s}.home-footer__link:hover{opacity:1;text-underline-offset:3px;text-decoration:underline}.home-create-dest-menu{margin-top:var(--home-section-gap-cta,52px);flex-direction:column;align-items:flex-start;display:inline-flex;position:relative}.home-create-dest-menu__trigger{gap:8px;margin-top:0}.home-create-dest-menu__chevron{font-size:12px;line-height:1;transition:transform .2s;display:inline-flex}.home-create-dest-menu--open .home-create-dest-menu__chevron{transform:rotate(180deg)}.home-create-dest-menu__panel{z-index:20;transform-origin:0 0;background:#fff;border:1px solid #0000000f;border-radius:16px;width:min(320px,78vw);padding:10px;animation:.22s home-create-dest-in;position:absolute;top:calc(100% + 10px);left:0;box-shadow:0 4px 12px #0000000a,0 16px 40px #0000001a}.home-create-dest-menu__panel:before{content:"";background:#fff;border-top:1px solid #0000000f;border-left:1px solid #0000000f;width:12px;height:12px;position:absolute;top:-6px;left:28px;transform:rotate(45deg)}@keyframes home-create-dest-in{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.home-create-dest-menu__hint{letter-spacing:-.2px;color:#999;margin:0;padding:6px 10px 10px;font-size:12px;font-weight:400}.home-create-dest-menu__item{width:100%;color:var(--home-black,#000);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:12px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px;transition:background-color .18s,transform .18s;display:grid}.home-create-dest-menu__item:hover{background:#f7f7f7}.home-create-dest-menu__item:hover .home-create-dest-menu__icon{background:var(--home-accent);color:var(--home-black)}.home-create-dest-menu__item:hover .home-create-dest-menu__arrow{opacity:1;transform:translate(2px)}.home-create-dest-menu__item:active{transform:scale(.99)}.home-create-dest-menu__icon{color:#000;background:#e6e6e6;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .18s,color .18s;display:inline-flex}.home-create-dest-menu__text{flex-direction:column;gap:3px;min-width:0;display:flex}.home-create-dest-menu__title{letter-spacing:-.3px;color:var(--home-black,#000);font-size:14px;font-weight:600;line-height:1.3}.home-create-dest-menu__desc{color:#666;font-size:12px;font-weight:300;line-height:1.4}.home-create-dest-menu__arrow{color:#bbb;opacity:.55;font-size:14px;transition:opacity .18s,transform .18s,color .18s}.home-create-dest-menu__item:hover .home-create-dest-menu__arrow{color:var(--home-black)}@media (width<=1279px){.home-section-card,.home-section-card--reverse{grid-template-columns:1fr;min-height:auto;margin:40px auto 0;padding:32px 24px}.home-section-card--reverse .home-section-card__content,.home-section-card--reverse .home-section-card__media{order:unset}.home-section-card__media{aspect-ratio:4/3;min-height:240px}.home-section-card__media--filled{aspect-ratio:16/10;min-height:280px;padding:12px 10px}.home-main-detail-showcase{gap:8px;min-height:260px}.home-main-detail-showcase__source-wrap{width:min(180px,36%)}.home-main-detail-showcase__source{max-height:280px}.home-main-detail-showcase__arrow{font-size:28px}.home-main-detail-showcase__stack{width:min(260px,58%);height:90%;min-height:240px}.home-main-detail-showcase__card{border-radius:8px;width:44%;max-width:110px}.home-main-detail-showcase__card--front{width:50%;max-width:128px}.home-hot-video-strip{--hot-video-strip-gap:8px}.home-hot-video-strip__media{border-radius:10px}.home-section-card--with-header,.home-section-card--with-footer{row-gap:18px}.home-section-card--with-header{padding-top:20px}.home-section-card--with-footer{padding-bottom:20px}.home-section-card--with-header .home-section-card__media,.home-section-card--with-footer .home-section-card__media{min-height:260px}#main-image .home-section-card__media,#detail-image .home-section-card__media,#virtual-studio .home-section-card__media,#infinite-create .home-section-card__media,#hot-template.home-section-card--with-footer .home-section-card__media,#hot-template .home-section-card__media,#hot-video .home-section-card__media,#hot-video .home-section-card__media--filled{aspect-ratio:4/3;justify-self:stretch;width:100%;height:auto;min-height:280px;max-height:none;padding:0}.home-hot-template-showcase{gap:8px;min-height:260px}.home-hot-template-showcase__source-wrap{width:min(140px,30%)}.home-hot-template-showcase__source{max-height:220px}.home-hot-template-showcase__arrow{font-size:28px}.home-hot-template-showcase__grid{gap:6px;width:min(240px,56%);max-height:280px}.home-hot-template-showcase__cell{border-radius:8px}.home-hot-template-gallery{border-radius:0;margin-top:0;padding:16px 0 0}.home-hot-template-row{grid-template-columns:1fr;gap:12px}.home-hot-template-row__title{font-size:22px}.home-hot-template-row__filters{grid-template-columns:repeat(3,minmax(0,1fr));max-width:320px}.home-hot-template-row__track{--ht-cards-visible:2}:is(.home-section-card__media--filled:has(.home-virtual-studio-showcase),.home-section-card__media--filled:has(.home-cover-media--studio)){min-height:300px;padding:20px 16px}.home-virtual-studio-showcase__ref{border-radius:8px}.home-virtual-studio-showcase__result{border-radius:10px}.home-section-card__title{font-size:clamp(28px,6vw,40px)}.home-section-card{--home-section-text-pad-y:28px;--home-section-text-pad-x:12px;--home-section-gap-title:14px;--home-section-gap-sub:20px;--home-section-gap-cta:36px}.home-section-card__content{padding:var(--home-section-text-pad-y) 0 var(--home-section-text-pad-y) var(--home-section-text-pad-x)}.home-feature-grid{margin:40px auto}.home-pricing{margin:64px auto}.home-pricing__cards{grid-template-columns:1fr;max-width:420px;margin-left:auto;margin-right:auto}}@media (width<=768px){:root{--home-content-padding:16px}.home-header{gap:10px;padding:10px 0}.home-hero{padding:80px 0 0}.home-hero__title{letter-spacing:-2px}.home-hero__subtitle{margin-top:28px;padding:0 4px;font-size:14px;line-height:1.5}.home-hero__cta{width:100%;min-width:0;height:52px;margin-top:32px;padding:0 24px;font-size:18px}.home-section-card{border-radius:16px;margin:32px auto;padding:24px 20px}.home-section-card__title{letter-spacing:-1px;font-size:clamp(22px,6vw,32px)}.home-section-card__desc{margin-bottom:0;font-size:14px}.home-section-card__cta{justify-content:center;width:100%}.home-feature-grid__row,.home-feature-grid__row--four{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 12px;margin-bottom:16px;display:grid}.home-feature-card__footer{min-height:44px;padding:12px 10px}.home-feature-card__label{font-size:14px}.home-pricing__toggle{justify-content:center;width:100%}.home-pricing__toggle-btn{text-align:center;flex:1}.home-pricing__card{padding:28px 20px}.home-pricing__card-price{font-size:32px}.home-pricing__card-cta{min-height:44px;font-size:15px}.home-footer{padding-top:32px;padding-bottom:calc(32px + env(safe-area-inset-bottom));margin-top:48px}.home-footer__row{flex-direction:column;align-items:flex-start;gap:12px}.home-footer__text{white-space:normal;font-size:13px;line-height:1.5}.home-footer__links{gap:20px}.home-footer__link{font-size:13px}}@media (width<=480px){.home-hero__title{font-size:clamp(32px,10vw,44px)}.home-hero__title-text{white-space:normal}.home-feature-grid__row,.home-feature-grid__row--four{grid-template-columns:1fr;max-width:320px;margin-left:auto;margin-right:auto}}.canvas-entry-modal-backdrop{z-index:1200;background:#00000073;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.canvas-entry-modal{background:var(--home-white);width:min(920px,100%);max-height:min(80vh,720px);color:var(--home-black);font-family:var(--home-font);border-radius:16px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 24px 64px #0000002e}.canvas-entry-modal__header{border-bottom:1px solid #eee;padding:20px 24px 12px;position:relative}.canvas-entry-modal__title{margin:0;font-size:20px;font-weight:600}.canvas-entry-modal__subtitle{color:#666;margin:6px 0 0;font-size:13px}.canvas-entry-modal__close{cursor:pointer;background:#e6e6e6;border:none;border-radius:8px;padding:6px 12px;font-family:inherit;font-size:13px;position:absolute;top:16px;right:16px}.canvas-entry-modal__error{color:#c0392b;margin:8px 24px 0;font-size:13px}.canvas-entry-modal__status{color:#666;margin:8px 24px 0;font-size:13px}.canvas-entry-modal__body{flex:1;grid-template-columns:240px 1fr;gap:0;min-height:0;display:grid;overflow:hidden}.canvas-entry-modal__folders,.canvas-entry-modal__projects{min-height:0;padding:16px 20px 20px;overflow:auto}.canvas-entry-modal__folders{background:#fff;border-right:1px solid #eee}.canvas-entry-modal__section-label{color:#888;letter-spacing:.04em;text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:600}.canvas-entry-modal__tab{text-align:left;cursor:pointer;width:100%;color:inherit;background:0 0;border:none;border-radius:8px;margin-bottom:6px;padding:8px 10px;font-family:inherit;font-size:13px;display:block}.canvas-entry-modal__tab.is-active,.canvas-entry-modal__tab:hover{background:var(--tx-accent-dim,#d4ff0038)}.canvas-entry-modal__create-row{gap:8px;margin-top:12px;margin-bottom:12px;display:flex}.canvas-entry-modal__projects .canvas-entry-modal__create-row{justify-content:flex-start}.canvas-entry-modal__project-row{align-items:center;gap:8px;margin-bottom:8px;display:flex}.canvas-entry-modal__project-row .canvas-entry-modal__project{flex:1;min-width:0;margin-bottom:0}.canvas-entry-modal__rename,.canvas-entry-modal__icon-btn{color:#333;cursor:pointer;background:#fff;border:1px solid #e6e6e6;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex}.canvas-entry-modal__icon-btn:hover{background:#f3f3f3}.canvas-entry-modal__icon-btn:disabled{opacity:.55;cursor:not-allowed}.canvas-entry-modal__project--rename{cursor:default}.canvas-entry-modal__input{border:1px solid #ddd;border-radius:8px;flex:1;min-width:0;height:36px;padding:0 10px;font-family:inherit;font-size:13px}.canvas-entry-modal__btn{cursor:pointer;background:#e6e6e6;border:none;border-radius:8px;flex-shrink:0;height:36px;padding:0 12px;font-family:inherit;font-size:13px}.canvas-entry-modal__btn:disabled{opacity:.5;cursor:not-allowed}.canvas-entry-modal__btn--primary{background:var(--home-accent)}.canvas-entry-modal__empty{color:#888;margin:24px 0;font-size:13px;line-height:1.5}.canvas-entry-modal__list{margin:0;padding:0;list-style:none}.canvas-entry-modal__project{text-align:left;background:var(--home-white);cursor:pointer;width:100%;color:inherit;border:1px solid #eee;border-radius:10px;align-items:center;gap:12px;margin-bottom:8px;padding:10px 12px;font-family:inherit;display:flex}.canvas-entry-modal__project:hover{border-color:var(--tx-accent,#d4ff00);box-shadow:0 4px 16px #0000000f}.canvas-entry-modal__thumb,.canvas-entry-modal__thumb-placeholder{object-fit:cover;border-radius:6px;flex-shrink:0;width:40px;height:40px}.canvas-entry-modal__thumb-placeholder{background:var(--home-gray-placeholder)}.canvas-entry-modal__project-text{flex-direction:column;gap:2px;min-width:0;display:flex}.canvas-entry-modal__project-title{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.canvas-entry-modal__project-meta{color:#888;font-size:11px}@media (width<=720px){.canvas-entry-modal__body{grid-template-columns:1fr}.canvas-entry-modal__folders{border-bottom:1px solid #eee;border-right:none;max-height:40%}}:root{--tx-accent:#d4ff00;--tx-accent-rgb:212, 255, 0;--tx-font-white:#fff;--tx-font-muted:#666;--tx-font-black:#000;--tx-neutral-100:#fff;--tx-neutral-90:#e6e6e6;--tx-neutral-60:#999;--tx-neutral-40:#666;--tx-neutral-0:#000;--tx-text:var(--tx-font-black);--tx-text-muted:var(--tx-font-muted);--tx-text-dim:var(--tx-neutral-60);--tx-bg:var(--tx-neutral-100);--tx-bg-subtle:var(--tx-neutral-90);--tx-border:var(--tx-neutral-90);--tx-on-accent:var(--tx-font-black);--tx-accent-dim:rgba(var(--tx-accent-rgb), .22);--tx-accent-border:rgba(var(--tx-accent-rgb), .55);--tx-accent-glow:0 0 0 1px rgba(var(--tx-accent-rgb), .28), 0 4px 14px rgba(var(--tx-accent-rgb), .22)}@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-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction: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}}}@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;--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%;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;-webkit-text-decoration:inherit;-webkit-text-decoration: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}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::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]){appearance:button}::file-selector-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{.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}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.table{display:table}.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-wrap{flex-wrap:wrap}.rounded{border-radius:.25rem}.border{border-style:var(--tw-border-style);border-width:1px}.italic{font-style:italic}.ordinal{--tw-ordinal:ordinal;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.underline{text-decoration-line:underline}.shadow{--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)}.ring{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-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{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}html,body,#root{height:auto;min-height:100%;margin:0}body{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);overflow:hidden auto}html.canvas-route body,html.ai-workspace-route body{padding-bottom:env(safe-area-inset-bottom)}@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-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{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}.pay-qr-modal__header{text-align:left;justify-content:space-between;align-items:center;gap:12px;padding:18px 20px 14px;display:flex}.pay-qr-modal__title{letter-spacing:.02em;color:#111;margin:0;font-size:17px;font-weight:600}.pay-qr-modal__close{color:#555;cursor:pointer;background:#e6e6e6;border:none;border-radius:50%;flex-shrink:0;width:32px;height:32px;font-size:22px;line-height:1}.pay-qr-modal__close:hover{color:#111;background:#e6e6e6}.pay-qr-modal__amount{letter-spacing:-.04em;color:#111;font-variant-numeric:tabular-nums lining-nums;margin:0;font-family:Segoe UI Variable Display,Bahnschrift,DIN Alternate,Helvetica Neue,PingFang SC,Microsoft YaHei,sans-serif;font-size:32px;font-weight:500;line-height:1.05}.pay-qr-modal__order{color:#666;word-break:break-all;max-width:100%;margin:0 0 8px;font-size:12px}.pay-qr-modal__hint{color:#666;margin:10px 0 0;font-size:13px;line-height:1.5}.pay-qr-modal__link{color:#333;background:#fff;border:1px solid #e6e6e6;border-radius:999px;justify-content:center;align-items:center;margin-top:12px;padding:10px 20px;font-size:13px;font-weight:500;text-decoration:none;display:inline-flex}.pay-qr-modal__link:hover{background:#f7f7f7;border-color:#ccc}.pay-qr-modal__link--primary{color:#fff;background:#1677ff;border:none;padding:12px 24px;font-size:14px;font-weight:600}.pay-qr-modal__link--primary:hover{opacity:1;background:#3b8bff;border-color:#0000}.upgrade-confirm__membership-agree.membership-agree{color:#444;cursor:pointer;align-items:flex-start;gap:8px;margin:16px 0 0;font-family:PingFang SC,Microsoft YaHei,Segoe UI,system-ui,sans-serif;font-size:13px;font-weight:400;line-height:1.5;display:flex}.upgrade-confirm__membership-agree .membership-agree__checkbox{flex-shrink:0;margin-top:2px}.upgrade-confirm__membership-agree .membership-agree__link{color:#1a5fb4;text-underline-offset:2px;text-decoration:underline}
