@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;800&family=Noto+Sans+SC:wght@400;700;900&display=swap");.creation-plaza-hyper{--cp-card-bg:hsla(0,0%,4%,.4);--cp-text:#e0e0e0;--cp-accent:#ff003c;--cp-accent-2:#00f3ff;--cp-border:hsla(0,0%,100%,.1);--cp-font-display:"Noto Sans SC",sans-serif;--cp-font-code:"JetBrains Mono",monospace;position:relative;width:100%;background:transparent;cursor:crosshair}.creation-plaza-hyper .cp-hud{position:absolute;inset:1.25rem;z-index:20;pointer-events:none;display:flex;flex-direction:column;justify-content:space-between;font-family:var(--cp-font-code);font-size:10px;color:hsla(0,0%,100%,.5)}.creation-plaza-hyper .cp-hud-bottom,.creation-plaza-hyper .cp-hud-top{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.creation-plaza-hyper .cp-hud strong{color:var(--cp-accent-2)}.creation-plaza-hyper .cp-hud-line{flex:1;height:1px;background:hsla(0,0%,100%,.2);margin:0 .5rem;position:relative}.creation-plaza-hyper .cp-hud-line:after{content:"";position:absolute;right:0;top:-2px;width:5px;height:5px;background:var(--cp-accent)}.creation-plaza-hyper .cp-hud-velocity{align-self:flex-start;margin-top:auto;margin-bottom:auto;writing-mode:vertical-rl;transform:rotate(180deg);letter-spacing:.08em}.creation-plaza-hyper .cp-viewport{position:absolute;inset:0;perspective:1000px;overflow:hidden;z-index:1}.creation-plaza-hyper .cp-world{position:absolute;top:50%;left:50%;transform-style:preserve-3d;will-change:transform}.creation-plaza-hyper .cp-item{position:absolute;left:0;top:0;backface-visibility:hidden;transform-origin:center center;display:flex;align-items:center;justify-content:center}.creation-plaza-hyper .cp-card{width:min(320px,82vw);height:460px;background:var(--cp-card-bg);border:1px solid var(--cp-border);position:relative;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 0 0 1px rgba(0,0,0,.5),0 20px 50px rgba(0,0,0,.5);transition:border-color .3s,box-shadow .3s,background .3s;transform:translate(-50%,-50%);pointer-events:auto}@media (hover:hover){.creation-plaza-hyper .cp-card:hover{border-color:var(--cp-accent);box-shadow:0 0 30px rgba(255,0,60,.2);background:hsla(0,0%,8%,.8);z-index:100}}.creation-plaza-hyper .cp-card:after,.creation-plaza-hyper .cp-card:before{content:"";position:absolute;width:10px;height:10px;border:1px solid transparent;transition:.3s;pointer-events:none}.creation-plaza-hyper .cp-card:before{top:-1px;left:-1px;border-top-color:var(--cp-text);border-left-color:var(--cp-text)}.creation-plaza-hyper .cp-card:after{bottom:-1px;right:-1px;border-bottom-color:var(--cp-text);border-right-color:var(--cp-text)}.creation-plaza-hyper .cp-card:hover:after,.creation-plaza-hyper .cp-card:hover:before{width:100%;height:100%;border-color:var(--cp-accent)}.creation-plaza-hyper .cp-card-header{border-bottom:1px solid var(--cp-border);padding-bottom:.75rem;display:flex;justify-content:space-between;align-items:center;gap:.5rem}.creation-plaza-hyper .cp-card-id{font-family:var(--cp-font-code);color:var(--cp-accent);font-size:.72rem;letter-spacing:.04em}.creation-plaza-hyper .cp-heart-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .55rem;border:1px solid hsla(0,0%,100%,.15);border-radius:999px;background:hsla(0,0%,100%,.04);color:hsla(0,0%,100%,.65);font-family:var(--cp-font-code);font-size:.68rem;cursor:pointer;transition:color .2s,border-color .2s,background .2s,transform .15s;pointer-events:auto}.creation-plaza-hyper .cp-heart-btn:hover{border-color:rgba(255,0,60,.45);transform:scale(1.05)}.creation-plaza-hyper .cp-heart-btn.is-liked{color:var(--cp-accent);border-color:rgba(255,0,60,.55);background:rgba(255,0,60,.12)}.creation-plaza-hyper .cp-heart-btn svg{width:12px;height:12px;fill:currentColor}.creation-plaza-hyper .cp-card-image{flex:1;min-height:0;border:1px solid hsla(0,0%,100%,.08);overflow:hidden;background:rgba(0,0,0,.35)}.creation-plaza-hyper .cp-card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.creation-plaza-hyper .cp-card h2{font-family:var(--cp-font-display);font-size:1.35rem;line-height:1.25;margin:0;font-weight:700;color:#fff;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.creation-plaza-hyper .cp-card-footer{font-family:var(--cp-font-code);font-size:.68rem;color:hsla(0,0%,100%,.4);display:flex;justify-content:space-between;gap:.5rem}.creation-plaza-hyper .cp-big-text{font-family:var(--cp-font-display);font-size:clamp(3rem,15vw,12rem);font-weight:900;color:transparent;-webkit-text-stroke:2px hsla(0,0%,100%,.15);white-space:nowrap;transform:translate(-50%,-50%);pointer-events:none;letter-spacing:-.08em;mix-blend-mode:overlay}.creation-plaza-hyper .cp-star{position:absolute;width:2px;height:2px;background:#fff;transform:translate(-50%,-50%);pointer-events:none}.creation-plaza-hyper .cp-floating-heart{position:fixed;z-index:9999;pointer-events:none;color:var(--cp-accent);font-size:1.25rem;animation:cp-float-heart 1.1s ease-out forwards}@keyframes cp-float-heart{0%{opacity:1;transform:translate(-50%,-50%) scale(.6)}to{opacity:0;transform:translate(-50%,calc(-50% - 80px)) scale(1.4)}}.creation-plaza-hyper .cp-scroll-hint{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);z-index:21;font-family:var(--cp-font-code);font-size:.65rem;color:hsla(0,0%,100%,.35);letter-spacing:.12em;pointer-events:none;animation:cp-pulse 2s ease-in-out infinite}@keyframes cp-pulse{0%,to{opacity:.35}50%{opacity:.7}}.animated-button{--ab-bg:#fff;--ab-color:#1e1e1e;--ab-circle:#c5e5e4;--ab-ring:#fff;--ab-active-ring:#c5e5e4;--ab-pad-y:11px;--ab-pad-x:28px;--ab-font:14px;--ab-ease:cubic-bezier(0.23,1,0.32,1);position:relative;display:inline-flex;align-items:center;justify-content:center;padding:var(--ab-pad-y) var(--ab-pad-x);border:4px solid transparent;outline:none;font-family:inherit;font-size:var(--ab-font);font-weight:600;line-height:1.25;letter-spacing:.02em;background-color:var(--ab-bg);border-radius:100px;color:var(--ab-color);box-shadow:0 0 0 2px var(--ab-ring);cursor:pointer;overflow:hidden;white-space:nowrap;-webkit-font-smoothing:antialiased;transition:all .6s var(--ab-ease)}.animated-button--block{display:flex;width:100%}.animated-button--sm{--ab-pad-y:8px;--ab-pad-x:22px;--ab-font:13px}.animated-button--lg{--ab-pad-y:14px;--ab-pad-x:36px;--ab-font:15px}.animated-button--outline{--ab-bg:#fff;--ab-color:#1e1e1e;--ab-circle:#c5e5e4;--ab-ring:#fff;--ab-active-ring:#c5e5e4}.animated-button--social{--ab-bg:hsla(0,0%,100%,.1);--ab-color:hsla(0,0%,100%,.92);--ab-circle:hsla(0,0%,100%,.14);--ab-ring:hsla(0,0%,100%,.28);--ab-active-ring:hsla(0,0%,100%,.35);--ab-pad-y:10px}.animated-button__circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;background-color:var(--ab-circle);border-radius:50%;opacity:0;z-index:0;pointer-events:none;transition:all .8s var(--ab-ease)}.animated-button__text{position:relative;z-index:1;gap:8px;transition:color .6s var(--ab-ease)}.animated-button__lead,.animated-button__text{display:inline-flex;align-items:center;justify-content:center}.animated-button__lead{position:absolute;left:16px;z-index:2;line-height:0}.animated-button--has-lead .animated-button__text{padding-left:24px;padding-right:4px}.animated-button:hover:not(:disabled){box-shadow:0 0 0 12px transparent;border-radius:12px}.animated-button:hover:not(:disabled) .animated-button__circle{width:220px;height:220px;opacity:1}.animated-button:active:not(:disabled){scale:.95;box-shadow:0 0 0 4px var(--ab-active-ring)}.animated-button:disabled{opacity:.48;cursor:not-allowed}.animated-button:focus-visible{box-shadow:0 0 0 2px var(--ab-ring),0 0 0 4px rgba(45,212,191,.35)}.auth-modal-root.auth-modal-root--portal{--portal-accent:#34d399}.auth-modal-root.auth-modal-root--portal .auth-shell{border-color:color-mix(in srgb,var(--portal-accent) 35%,hsla(0,0%,100%,.12));box-shadow:0 24px 64px rgba(0,0,0,.55),0 0 0 1px color-mix(in srgb,var(--portal-accent) 12%,transparent)}.auth-modal-root.auth-modal-root--portal .auth-method-tab.active{color:var(--portal-accent);border-color:color-mix(in srgb,var(--portal-accent) 55%,hsla(0,0%,100%,.2))}.auth-portal-badge{margin:-6px 0 14px;text-align:center;font-size:11px;letter-spacing:.08em;color:color-mix(in srgb,var(--portal-accent,#fff) 85%,#fff)}.auth-modal-root{--auth-glass-bg:#0a0a0a;--auth-glass-border:hsla(0,0%,100%,.1);--auth-text:#f5f5f5;--auth-text-muted:hsla(0,0%,100%,.55);--auth-placeholder:hsla(0,0%,100%,.35);--auth-input-bg:hsla(0,0%,100%,.06);--auth-input-border:hsla(0,0%,100%,.14);--auth-input-focus:hsla(0,0%,100%,.42);--auth-link:hsla(0,0%,100%,.5);--auth-link-accent:hsla(0,0%,100%,.9);--auth-close:hsla(0,0%,100%,.45);--auth-close-hover-bg:hsla(0,0%,100%,.08);--auth-shadow:0 24px 64px rgba(0,0,0,.55);--auth-brand-fg:hsla(0,0%,100%,.92);--auth-brand-muted:hsla(0,0%,100%,.52);font-family:PingFang SC,Microsoft YaHei,Noto Sans SC,system-ui,-apple-system,sans-serif;font-size:13px;line-height:1.5;-webkit-font-smoothing:antialiased;color-scheme:dark}.auth-modal-frame{position:relative;z-index:1;width:min(760px,94vw);max-height:min(92vh,580px)}.auth-shell{display:flex;align-items:stretch;width:100%;min-height:480px;max-height:min(92vh,580px);border-radius:22px;border:1px solid var(--auth-glass-border);background:linear-gradient(145deg,#161616,#0a0a0a 48%,#050505);box-shadow:var(--auth-shadow);overflow:hidden;color:var(--auth-text);animation:auth-float-in .55s cubic-bezier(.22,1,.36,1) forwards}.auth-shell__brand{padding:22px 20px 18px;border-right:1px solid hsla(0,0%,100%,.06);background:linear-gradient(160deg,hsla(0,0%,100%,.03),transparent 55%)}.auth-shell__brand,.auth-shell__main{flex:0 0 50%;width:50%;min-width:0;overflow-y:auto;box-sizing:border-box}.auth-shell__main{position:relative;padding:24px 22px 20px;display:flex;flex-direction:column}.auth-brand-panel{display:flex;flex-direction:column;height:100%;color:var(--auth-brand-fg)}.auth-brand-panel__head{margin-bottom:10px}.auth-brand-panel__sub--solo{margin:0 0 14px;font-size:10px;color:var(--auth-brand-muted)}.auth-brand-panel__logo{height:32px!important;width:auto!important;max-width:128px}.auth-brand-panel__name{margin:0;font-size:15px;font-weight:600;color:var(--auth-brand-fg)}.auth-brand-panel__sub{margin:2px 0 0;font-size:11px;color:var(--auth-brand-muted)}.auth-brand-panel__story{flex:1 1 auto;min-height:188px;display:flex;flex-direction:column}.auth-brand-panel__hero{margin:0 0 8px;min-height:50px;font-size:22px;font-weight:700;line-height:1.15;white-space:pre-line;color:var(--auth-brand-fg)}.auth-brand-panel__lede{margin:0 0 12px;min-height:32px;font-size:11px;line-height:1.45;color:var(--auth-brand-muted)}.auth-brand-panel__features{list-style:none;margin:0;padding:0;min-height:84px;display:flex;flex-direction:column;gap:8px}.auth-brand-panel__features li{display:flex;align-items:flex-start;gap:8px;font-size:11px;color:hsla(0,0%,100%,.68)}.auth-brand-panel__features li svg{flex-shrink:0;margin-top:1px;color:hsla(0,0%,100%,.45)}.auth-brand-panel__models{flex-shrink:0;margin-top:auto;padding-top:10px}.auth-brand-panel__models-title{margin:0 0 8px;font-size:10px;color:var(--auth-brand-muted);letter-spacing:.02em}.auth-brand-panel__models-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.auth-brand-panel__model-cell{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;height:52px;min-height:52px;padding:6px 4px 5px;border-radius:10px;border:1px solid hsla(0,0%,100%,.09);background:hsla(0,0%,100%,.045);overflow:hidden}.auth-brand-panel__model-logo{width:20px;height:20px;-o-object-fit:contain;object-fit:contain;flex-shrink:0;filter:grayscale(1) brightness(2.2) contrast(.75);opacity:.82}.auth-brand-panel__model-name{font-size:9px;font-weight:500;line-height:1.15;text-align:center;color:hsla(0,0%,100%,.48);white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}.auth-brand-panel__copy{flex-shrink:0;margin:14px 0 0;font-size:10px;color:hsla(0,0%,100%,.28)}@keyframes auth-float-in{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.auth-modal-root .auth-form-container{width:350px;max-width:92vw;min-height:420px;background:var(--auth-glass-bg);border:1px solid var(--auth-glass-border);border-radius:20px;box-shadow:var(--auth-shadow);padding:36px 32px 32px;position:relative;color:var(--auth-text)}.auth-modal-root .auth-title{text-align:center;margin:0 0 20px;font-size:22px;font-weight:600;color:var(--auth-text)}.auth-modal-root .auth-subtitle{margin:-12px 0 18px;text-align:center;font-size:12px;color:var(--auth-text-muted)}.auth-modal-root .auth-form{width:100%;display:flex;flex-direction:column;margin-bottom:14px}.auth-modal-root .auth-input-group{margin-bottom:12px}.auth-modal-root .auth-fields-slot{position:relative;height:132px;flex-shrink:0;margin-bottom:4px}.auth-modal-root .auth-fields-panel{position:absolute;inset:0;display:flex;flex-direction:column;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .12s ease}.auth-modal-root .auth-fields-panel.is-active{opacity:1;visibility:visible;pointer-events:auto}.auth-modal-root .auth-field-meta{min-height:18px;display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:2px}.auth-modal-root .auth-password-hint{flex:1;min-width:0;font-size:12px;line-height:1.35;color:var(--auth-muted,hsla(0,0%,100%,.45));text-align:left}.auth-modal-root .auth-field-meta--spacer{visibility:hidden;pointer-events:none}.auth-modal-root .auth-ui-input{border-radius:10px;border:1px solid var(--auth-input-border);outline:none!important;box-shadow:none!important;box-sizing:border-box;padding:0 14px;width:100%;height:42px;font-size:14px;color:var(--auth-text);background-color:var(--auth-input-bg);caret-color:var(--auth-text);-webkit-appearance:none;-moz-appearance:none;appearance:none}.auth-modal-root .auth-ui-input:-webkit-autofill,.auth-modal-root .auth-ui-input:-webkit-autofill:active,.auth-modal-root .auth-ui-input:-webkit-autofill:focus,.auth-modal-root .auth-ui-input:-webkit-autofill:hover{box-shadow:inset 0 0 0 1000px hsla(0,0%,7%,.98)!important;-webkit-text-fill-color:var(--auth-text)!important;caret-color:var(--auth-text);border:1px solid var(--auth-input-border);-webkit-transition:background-color 99999s ease-out 0s;transition:background-color 99999s ease-out 0s}.auth-modal-root .auth-ui-input::-moz-placeholder{color:var(--auth-placeholder)}.auth-modal-root .auth-ui-input::placeholder{color:var(--auth-placeholder)}.auth-modal-root .auth-ui-input:hover{background-color:var(--auth-input-bg)}.auth-modal-root .auth-ui-input:focus{border-color:var(--auth-input-focus);background-color:hsla(0,0%,100%,.08);box-shadow:none!important}.auth-modal-root .auth-ui-input:focus-visible{outline:none!important;box-shadow:none!important}.auth-modal-root .auth-input-with-action{position:relative;height:42px}.auth-modal-root .auth-input-with-action .auth-ui-input{padding-right:38px}.auth-modal-root .auth-input-action{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;color:hsla(0,0%,100%,.42);cursor:pointer}.auth-modal-root .auth-page-link{color:var(--auth-link);background:none;border:none;font-size:12px;cursor:pointer}.auth-modal-root .auth-page-link:hover{color:var(--auth-link-accent);text-decoration:underline}.auth-modal-root .auth-cta-btn{margin-bottom:14px}.auth-modal-root .auth-cta-btn.animated-button{--ab-bg:#fff;--ab-color:#141414}.auth-modal-root .animated-button--social{--ab-bg:hsla(0,0%,100%,.08);--ab-color:hsla(0,0%,100%,.92)}.auth-modal-root .auth-sign-up-label{margin:0 0 12px;font-size:12px;color:var(--auth-text-muted);text-align:center}.auth-modal-root .auth-sign-up-link{color:var(--auth-link-accent);background:none;border:none;font-size:12px;cursor:pointer}.auth-modal-root .auth-or-text{text-align:center;font-size:12px;color:var(--auth-text-muted);margin:0 0 12px}.auth-modal-root .auth-method-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0 0 16px}.auth-modal-root .auth-method-tabs--forgot{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-modal-root .auth-method-tab{min-height:36px;padding:6px 8px;border-radius:10px;border:1px solid var(--auth-input-border);background:transparent;color:hsla(0,0%,100%,.45);font-size:11px;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px}.auth-modal-root .auth-method-tab.active{border-color:hsla(0,0%,100%,.38);color:hsla(0,0%,100%,.95);background:hsla(0,0%,100%,.08)}.auth-modal-root .auth-code-row{display:flex;gap:8px;height:42px}.auth-modal-root .auth-code-row .auth-ui-input{flex:1;min-width:0}.auth-modal-root .auth-code-send{width:96px;height:42px;border-radius:10px;border:1px solid var(--auth-input-border);background-color:var(--auth-input-bg);color:hsla(0,0%,100%,.88);font-size:12px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.auth-modal-root .auth-code-send:disabled{opacity:.38;cursor:not-allowed}.auth-modal-root .auth-agreement{display:flex;gap:8px;font-size:11px;color:hsla(0,0%,100%,.48);margin-top:8px}.auth-modal-root .auth-agreement a{color:var(--auth-link-accent);text-decoration:underline}.auth-modal-root .auth-back-link{width:100%;margin-top:12px;font-size:12px;color:var(--auth-link);background:none;border:none;cursor:pointer}.auth-modal-root .auth-back-link--center{text-align:center}.auth-modal-root .auth-forgot-hint{margin:0 0 16px;padding:12px 14px;border-radius:10px;border:1px dashed hsla(0,0%,100%,.14);background:hsla(0,0%,100%,.04);font-size:12px;color:var(--auth-text-muted);text-align:center}.auth-modal-root .auth-close{position:absolute;right:14px;top:14px;z-index:10;width:28px;height:28px;border-radius:8px;border:none;background:transparent;color:var(--auth-close);cursor:pointer}.auth-modal-root .auth-close:hover{color:var(--auth-text);background:var(--auth-close-hover-bg)}@media (max-width:820px){.auth-modal-frame{width:min(420px,94vw)}.auth-shell{flex-direction:column;min-height:auto}.auth-shell__brand{flex:none;width:100%;border-right:none;border-bottom:1px solid hsla(0,0%,100%,.06);padding:20px 22px 16px}.auth-brand-panel__features,.auth-brand-panel__models{display:none}.auth-shell__main{flex:none;width:100%;max-width:none;min-width:0;padding:22px}}.portal-reseller-home .portal-nav-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.5rem}.portal-reseller-home .portal-hero-title{letter-spacing:-.02em}.portal-theme--light .animated-button{--ab-bg:#111827;--ab-color:#f9fafb;--ab-circle:#374151;--ab-ring:#111827;--ab-active-ring:#374151}.portal-theme--light .portal-lang-switcher button{color:#374151;border-color:rgba(0,0,0,.12)}.portal-theme--dark{color-scheme:dark}.portal-theme--light{color-scheme:light}@media (max-width:640px){.portal-reseller-home .portal-hero-title{font-size:1.75rem;line-height:1.25}.portal-reseller-home .portal-hero-sub{font-size:.9375rem}.portal-reseller-home .portal-nav-inner{padding-left:1rem;padding-right:1rem}.portal-reseller-home .portal-cta-row{flex-direction:column;width:100%}.portal-reseller-home .portal-cta-row .animated-button{width:100%}}.home-vip88{--vip-surface:#121317;--vip-surface-bright:#38393d;--vip-surface-lowest:#0d0e12;--vip-surface-low:#1a1b20;--vip-accent:#f9f9f9;color:#fff;background:transparent;font-family:var(--font-hanken,var(--font-latin),system-ui,sans-serif)}.home-shape-grid-wrap,.home-vip88-shader-wrap{position:fixed;inset:0;z-index:0;pointer-events:none}.home-shape-grid-wrap{background:#0d0e12}.home-vip88-shader-canvas{display:block;width:100%;height:100%}@keyframes vip-vortex{0%{transform:rotate(0deg) scale(1);opacity:.3}50%{transform:rotate(180deg) scale(1.1);opacity:.5}to{transform:rotate(1turn) scale(1);opacity:.3}}.home-vip88 .animate-vortex{animation:vip-vortex 20s linear infinite}.home-vip88 .animate-vortex-reverse{animation:vip-vortex 30s linear infinite reverse}@keyframes vip-fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.home-vip88 .animate-fade-in-up{animation:vip-fade-in-up 1s cubic-bezier(.16,1,.3,1) forwards;opacity:0}.home-vip88 .delay-100{animation-delay:.1s}.home-vip88 .delay-200{animation-delay:.2s}.home-vip88 .delay-300{animation-delay:.3s}.home-vip88 .digital-grid{background-size:40px 40px;background-image:linear-gradient(90deg,hsla(0,0%,100%,.03) 1px,transparent 0),linear-gradient(180deg,hsla(0,0%,100%,.03) 1px,transparent 0)}.home-vip88 .vip-glass-panel{background:hsla(0,0%,100%,.02);backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.08)}.home-vip88 .hover-fx{transition:all .4s cubic-bezier(.16,1,.3,1)}.home-vip88 .hover-fx:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 10px 30px -10px hsla(0,0%,100%,.15);border-color:hsla(0,0%,100%,.3);background:hsla(0,0%,100%,.05)}.home-vip88 .glow-text{text-shadow:0 0 15px hsla(0,0%,100%,.4)}.home-vip88 .hero-pinyin-type{line-height:1.55;letter-spacing:-.01em}.home-vip88 .hero-typing-block{width:100%}.home-vip88 .hero-headline-slot,.home-vip88 .hero-subline-slot{min-height:2.75rem}@media (min-width:640px){.home-vip88 .hero-pinyin-type{line-height:1.6}.home-vip88 .hero-headline-slot{min-height:3.5rem}.home-vip88 .hero-subline-slot{min-height:3.25rem}}@media (min-width:768px){.home-vip88 .hero-headline-slot{min-height:4.25rem}.home-vip88 .hero-subline-slot{min-height:3.75rem}}@media (min-width:1024px){.home-vip88 .hero-headline-slot{min-height:5rem}.home-vip88 .hero-subline-slot{min-height:4.25rem}}.home-vip88 .hero-headline-type,.home-vip88 .hero-subline-type{display:block;width:100%;min-height:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-vip88 .hero-pinyin-br{display:block;content:"";margin-top:.35em}.home-vip88 .hero-pinyin-type .py-typing{color:hsla(0,0%,98%,.42);font-weight:600;letter-spacing:.06em;text-shadow:0 0 8px hsla(0,0%,100%,.12)}.home-vip88 .py-morph-wrap{display:inline-grid;vertical-align:baseline}.home-vip88 .py-morph-wrap>*{grid-area:1/1}.home-vip88-nav{border-bottom:1px solid hsla(0,0%,100%,.05);background:rgba(13,14,18,.6);backdrop-filter:blur(16px)}.home-vip88-btn-outline{border:1px solid hsla(0,0%,100%,.2);color:var(--vip-accent);border-radius:9999px;font-weight:700;transition:all .3s ease}.home-vip88-btn-outline:hover,.home-vip88-btn-primary{background:var(--vip-accent);color:var(--vip-surface-lowest)}.home-vip88-btn-primary{border-radius:9999px;font-weight:700;transition:all .3s ease}.home-vip88-btn-primary:hover{transform:scale(1.05);box-shadow:0 0 30px hsla(0,0%,100%,.3)}.home-vip88-fab{position:fixed;bottom:1.5rem;right:1.5rem;z-index:50;width:3rem;height:3rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;background:var(--vip-accent);color:var(--vip-surface-lowest);border:1px solid hsla(0,0%,100%,.15);box-shadow:0 8px 24px rgba(0,0,0,.35)}.home-brand-logo-wall{position:relative;z-index:2}.home-brand-pyramid{position:relative;display:flex;flex-direction:column;align-items:center;gap:6px;padding-bottom:2px}.home-brand-marquee-row{opacity:1}.home-brand-marquee-row__viewport{overflow:hidden;border-radius:4px}.home-brand-logo-mono{filter:brightness(0) invert(1);opacity:.9}.brand-logo-bubble{background:transparent;border:none;cursor:pointer;padding:0}.brand-logo-bubble:focus-visible{outline:2px solid rgba(45,212,191,.45);outline-offset:2px;border-radius:.5rem}.auth-portal-page{position:relative;overflow-x:hidden}.auth-portal-page .auth-portal-form{min-height:auto;max-height:none;animation:none}.auth-portal-page .auth-sign-up-link{background:none;border:none;padding:0;cursor:pointer;font:inherit;color:var(--auth-link-accent);text-decoration:underline;text-underline-offset:2px}.auth-portal-page a.auth-sign-up-link:hover{opacity:.9}