:root{--zysp-bg:var(--main-bg-color,#fff);--zysp-muted:var(--muted-bg-color,#f3f5f7);--zysp-text:var(--main-color,#202530);--zysp-sub:var(--muted-color,#718096);--zysp-border:rgba(116,126,146,.18);--zysp-shadow:0 16px 50px rgba(31,43,64,.10);--zysp-radius:20px;--zysp-primary:#4c7df0;--zysp-primary-2:#7b61ff}.io-black-mode{--zysp-bg:#25272b;--zysp-muted:#1e2024;--zysp-text:#eef1f5;--zysp-sub:#aab2bf;--zysp-border:rgba(255,255,255,.10);--zysp-shadow:0 16px 50px rgba(0,0,0,.25)}
.zysp-page{max-width:1320px;margin:30px auto;padding:0 18px;color:var(--zysp-text)}.zysp-page *{box-sizing:border-box}.zysp-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:1.2fr 1fr;gap:28px;padding:48px;border-radius:28px;background:linear-gradient(135deg,#2767d8 0%,#6958e8 58%,#aa5ed8 100%);color:#fff;box-shadow:0 24px 70px rgba(77,95,196,.30)}.zysp-hero:before,.zysp-hero:after{content:"";position:absolute;border-radius:999px;background:rgba(255,255,255,.09)}.zysp-hero:before{width:420px;height:420px;right:-180px;top:-220px}.zysp-hero:after{width:260px;height:260px;left:-80px;bottom:-180px}.zysp-hero-copy,.zysp-stats{position:relative;z-index:1}.zysp-eyebrow,.zysp-section-head span,.zysp-center-hero>div>span{display:block;font-size:12px;letter-spacing:.16em;font-weight:800;opacity:.76}.zysp-hero h1{font-size:46px;line-height:1.1;margin:10px 0 16px;color:#fff}.zysp-hero p{max-width:680px;font-size:16px;line-height:1.8;margin:0;color:rgba(255,255,255,.86)}.zysp-hero-actions{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}.zysp-btn,.zysp-btn-light,.zysp-link-btn,.zysp-select-plan,.zysp-widget-cta,.zysp-center-actions button,.zysp-center-actions a{appearance:none;border:0;cursor:pointer;text-decoration:none;border-radius:12px;padding:12px 20px;font-weight:700;font-size:14px;transition:.2s ease;display:inline-flex;align-items:center;justify-content:center}.zysp-btn{background:#fff;color:#365fc0;box-shadow:0 10px 24px rgba(16,25,66,.18)}.zysp-btn:hover{transform:translateY(-2px);color:#254ba9}.zysp-btn-light{background:rgba(255,255,255,.14);color:#fff;border:1px solid rgba(255,255,255,.26)}.zysp-btn-light:hover{background:rgba(255,255,255,.24);color:#fff}.zysp-stats{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-content:center}.zysp-stats>div{padding:20px;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:rgba(255,255,255,.12);backdrop-filter:blur(16px)}.zysp-stats strong{display:block;font-size:30px;color:#fff}.zysp-stats span{font-size:12px;color:rgba(255,255,255,.78)}
.zysp-announcement{display:flex;align-items:center;gap:14px;margin:18px 0;padding:13px 18px;background:var(--zysp-bg);border:1px solid var(--zysp-border);border-radius:14px;box-shadow:var(--zysp-shadow)}.zysp-announcement span{background:#ff6b5f;color:#fff;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700}.zysp-announcement p{margin:0;color:var(--zysp-sub);font-size:14px}.zysp-ticker{overflow:hidden;margin:18px 0;border-radius:14px;background:var(--zysp-bg);border:1px solid var(--zysp-border)}.zysp-ticker-track{display:flex;width:max-content;animation:zyspTicker 35s linear infinite;padding:11px 0}.zysp-ticker:hover .zysp-ticker-track{animation-play-state:paused}.zysp-ticker span{display:inline-flex;align-items:center;gap:5px;padding:0 26px;white-space:nowrap;font-size:13px;color:var(--zysp-sub)}.zysp-ticker i{width:7px;height:7px;border-radius:50%;background:#16b364;box-shadow:0 0 0 4px rgba(22,179,100,.12)}.zysp-ticker b{color:var(--zysp-text)}@keyframes zyspTicker{to{transform:translateX(-50%)}}
.zysp-section{margin-top:28px;padding:28px;background:var(--zysp-bg);border:1px solid var(--zysp-border);border-radius:var(--zysp-radius);box-shadow:var(--zysp-shadow)}.zysp-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:22px}.zysp-section-head span{color:#6d72df}.zysp-section-head h2{font-size:28px;margin:5px 0 4px;color:var(--zysp-text)}.zysp-section-head p{margin:0;color:var(--zysp-sub)}.zysp-link-btn{background:var(--zysp-muted);color:var(--zysp-primary)}.zysp-link-btn:hover{background:var(--zysp-primary);color:#fff}.zysp-tabs{display:flex;gap:8px;margin-bottom:18px}.zysp-tabs button{border:0;background:var(--zysp-muted);color:var(--zysp-sub);padding:9px 18px;border-radius:10px;cursor:pointer}.zysp-tabs button.active{background:linear-gradient(135deg,var(--zysp-primary),var(--zysp-primary-2));color:#fff}.zysp-tab-panel{display:none}.zysp-tab-panel.active{display:block}.zysp-ranking-list{list-style:none;padding:0;margin:0;display:grid;gap:8px}.zysp-ranking-list li{display:grid;grid-template-columns:42px 1fr auto auto;align-items:center;gap:12px;padding:12px 14px;border-radius:12px;background:var(--zysp-muted)}.zysp-rank-no{width:28px;height:28px;border-radius:9px;background:var(--zysp-bg);display:grid;place-items:center;font-weight:800;color:var(--zysp-primary)}.zysp-ranking-list li:nth-child(1) .zysp-rank-no{background:#fff0b8;color:#a96d00}.zysp-ranking-list li:nth-child(2) .zysp-rank-no{background:#eef1f5;color:#657084}.zysp-ranking-list li:nth-child(3) .zysp-rank-no{background:#ffe0ce;color:#a55325}.zysp-rank-name{font-weight:700}.zysp-rank-count{color:var(--zysp-sub);font-size:12px}.zysp-ranking-list strong{color:#f04438}
.zysp-wall-grid{display:grid;grid-template-columns:repeat(var(--zysp-cols-desktop,4),minmax(0,1fr));gap:16px}.zysp-sponsor-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.zysp-sponsor-list.is-compact{grid-template-columns:1fr;gap:8px}.zysp-card{position:relative;min-height:176px;padding:20px;border:1px solid var(--zysp-border);border-radius:17px;background:linear-gradient(145deg,var(--zysp-bg),color-mix(in srgb,var(--zysp-accent) 7%,var(--zysp-bg)));overflow:hidden;transition:.22s ease}.zysp-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px color-mix(in srgb,var(--zysp-accent) 18%,transparent);border-color:color-mix(in srgb,var(--zysp-accent) 35%,var(--zysp-border))}.zysp-card:before{content:"";position:absolute;width:120px;height:120px;right:-55px;bottom:-60px;border-radius:50%;background:color-mix(in srgb,var(--zysp-accent) 12%,transparent)}.zysp-card-head{display:flex;gap:12px;align-items:center}.zysp-logo{width:48px;height:48px;border-radius:14px;background:var(--zysp-muted);display:grid;place-items:center;overflow:hidden;font-size:20px;font-weight:800;color:var(--zysp-accent);flex:0 0 48px}.zysp-logo img{width:100%;height:100%;object-fit:cover}.zysp-card-title{font-size:16px;margin:0;color:var(--zysp-text)}.zysp-industry{font-size:12px;color:var(--zysp-sub);margin-top:3px}.zysp-card-desc{font-size:13px;line-height:1.65;color:var(--zysp-sub);margin:15px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.zysp-card-meta{display:flex;gap:8px;flex-wrap:wrap;font-size:11px;color:var(--zysp-sub)}.zysp-card-meta span{background:var(--zysp-muted);padding:4px 8px;border-radius:999px}.zysp-card-meta .zysp-permanent{color:#c57b00;background:#fff4c9}.zysp-level-badge{position:absolute;top:14px;right:14px;background:var(--zysp-accent);color:#fff;border-radius:999px;padding:4px 9px;font-size:10px;font-weight:800}.zysp-new{position:absolute;top:0;left:0;padding:3px 11px;background:#f04438;color:#fff;font-size:9px;font-weight:900;border-radius:0 0 10px 0}.zysp-card-link{position:absolute;inset:0;z-index:2}.zysp-sponsor-list.is-compact .zysp-card{min-height:0;padding:11px}.zysp-sponsor-list.is-compact .zysp-logo{width:34px;height:34px;flex-basis:34px;border-radius:10px}.zysp-sponsor-list.is-compact .zysp-level-badge,.zysp-sponsor-list.is-compact .zysp-new,.zysp-sponsor-list.is-compact .zysp-card-meta{display:none}.zysp-sponsor-list.is-compact .zysp-card-title{font-size:13px}.zysp-widget-cta{width:100%;margin-top:10px;background:var(--zysp-primary);color:#fff}.zysp-widget-cta:hover{color:#fff;filter:brightness(.95)}
.zysp-package-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.zysp-package-card{position:relative;padding:22px;border:1px solid var(--zysp-border);border-radius:18px;background:var(--zysp-bg);transition:.2s ease}.zysp-package-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px color-mix(in srgb,var(--zysp-plan-color) 16%,transparent);border-color:var(--zysp-plan-color)}.zysp-plan-badge{position:absolute;right:12px;top:12px;background:var(--zysp-plan-color);color:#fff;border-radius:999px;font-size:10px;padding:4px 9px}.zysp-package-card h3{font-size:18px;margin:4px 0 12px}.zysp-plan-price{display:flex;align-items:flex-end;gap:4px;color:var(--zysp-plan-color)}.zysp-plan-price strong{font-size:32px;line-height:1}.zysp-plan-price span{font-size:11px;color:var(--zysp-sub)}.zysp-plan-save{margin:10px 0;padding:7px 9px;border-radius:9px;background:color-mix(in srgb,var(--zysp-plan-color) 10%,transparent);font-size:11px;color:var(--zysp-plan-color)}.zysp-package-card ul{list-style:none;padding:0;margin:16px 0}.zysp-package-card li{position:relative;padding:6px 0 6px 20px;font-size:12px;color:var(--zysp-sub)}.zysp-package-card li:before{content:"✓";position:absolute;left:0;color:var(--zysp-plan-color);font-weight:900}.zysp-plan-foot{display:flex;align-items:center;justify-content:space-between;gap:8px}.zysp-plan-foot span{font-size:11px;color:var(--zysp-sub)}.zysp-select-plan{background:var(--zysp-plan-color);color:#fff;padding:8px 12px}.zysp-select-plan:hover{color:#fff;filter:brightness(.95)}
.zysp-thanks-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.zysp-thanks-item{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid var(--zysp-border);border-radius:14px;color:var(--zysp-text);text-decoration:none;background:var(--zysp-muted);position:relative}.zysp-thanks-item:hover{color:var(--zysp-primary);transform:translateY(-2px)}.zysp-thanks-item img{width:40px;height:40px;object-fit:cover;border-radius:12px}.zysp-thanks-item span{display:flex;flex-direction:column;min-width:0}.zysp-thanks-item small{color:var(--zysp-sub);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.zysp-thanks-item em{position:absolute;right:8px;top:8px;font-style:normal;font-size:9px;background:#fff0b8;color:#a96d00;padding:2px 6px;border-radius:999px}.zysp-process{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:28px 0;padding:22px;background:var(--zysp-bg);border:1px solid var(--zysp-border);border-radius:18px}.zysp-process>div{display:flex;gap:10px;align-items:center}.zysp-process b{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,var(--zysp-primary),var(--zysp-primary-2));color:#fff}.zysp-process span{display:flex;flex-direction:column}.zysp-process small{color:var(--zysp-sub);font-size:11px}.zysp-process i{color:var(--zysp-sub)}
.zysp-global-footer{margin-top:24px;background:var(--zysp-bg);border-top:1px solid var(--zysp-border);border-bottom:1px solid var(--zysp-border)}.zysp-global-footer-inner{max-width:1320px;margin:auto;padding:20px 18px;display:grid;grid-template-columns:190px 1fr auto;align-items:center;gap:16px}.zysp-global-footer-inner>div:first-child{display:flex;flex-direction:column}.zysp-global-footer-inner>div:first-child span{font-size:11px;color:var(--zysp-sub)}.zysp-global-footer-inner>a{font-size:13px}.zysp-global-footer .zysp-sponsor-list{display:flex;overflow:hidden}.zysp-global-footer .zysp-card{min-width:160px}.zysp-floating-cta{position:fixed;right:22px;bottom:96px;z-index:999;border:0;border-radius:999px;padding:12px 18px;background:linear-gradient(135deg,#f04438,#ff8f5a);color:#fff;font-weight:800;box-shadow:0 14px 34px rgba(240,68,56,.30);cursor:pointer}.zysp-floating-cta span{margin-right:7px}.zysp-floating-cta:hover{transform:translateY(-3px)}
.zysp-toast-stack{position:fixed;right:20px;bottom:155px;z-index:1001;display:grid;gap:9px;pointer-events:none}.zysp-toast{width:min(340px,calc(100vw - 34px));padding:13px 15px;border-radius:14px;background:var(--zysp-bg);border:1px solid var(--zysp-border);box-shadow:var(--zysp-shadow);color:var(--zysp-text);animation:zyspToastIn .35s ease}.zysp-toast b{color:#f04438}.zysp-toast.is-out{animation:zyspToastOut .25s ease forwards}@keyframes zyspToastIn{from{opacity:0;transform:translateX(30px)}}@keyframes zyspToastOut{to{opacity:0;transform:translateX(30px)}}
.zysp-modal{position:fixed;inset:0;z-index:100000;display:none}.zysp-modal.is-open{display:block}.zysp-modal-backdrop{position:absolute;inset:0;background:rgba(16,22,36,.66);backdrop-filter:blur(7px)}.zysp-modal-dialog{position:relative;width:min(920px,calc(100vw - 28px));max-height:calc(100vh - 36px);overflow:auto;margin:18px auto;background:var(--zysp-bg);border-radius:22px;box-shadow:0 30px 100px rgba(0,0,0,.36);padding:26px;color:var(--zysp-text)}.zysp-modal-close{position:absolute;right:16px;top:14px;border:0;background:var(--zysp-muted);width:34px;height:34px;border-radius:50%;font-size:22px;color:var(--zysp-sub);cursor:pointer}.zysp-modal-head span{font-size:10px;letter-spacing:.15em;color:var(--zysp-primary);font-weight:800}.zysp-modal-head h2{margin:4px 0;font-size:28px}.zysp-modal-head p{margin:0;color:var(--zysp-sub)}.zysp-form-tabs{display:flex;gap:8px;margin:22px 0}.zysp-form-tabs button{border:1px solid var(--zysp-border);background:var(--zysp-muted);color:var(--zysp-sub);padding:10px 18px;border-radius:10px;cursor:pointer}.zysp-form-tabs button.active{background:var(--zysp-primary);border-color:var(--zysp-primary);color:#fff}.zysp-form-step{display:none}.zysp-form-step.active{display:block}.zysp-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.zysp-field-grid label,.zysp-offer-box label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:700;color:var(--zysp-text)}.zysp-field-wide{grid-column:1/-1}.zysp-field-grid input,.zysp-field-grid textarea,.zysp-offer-box input,.zysp-offer-box select,.zysp-center-query input{width:100%;border:1px solid var(--zysp-border);background:var(--zysp-muted);color:var(--zysp-text);border-radius:10px;padding:11px 12px;outline:0}.zysp-field-grid input:focus,.zysp-field-grid textarea:focus,.zysp-offer-box input:focus,.zysp-offer-box select:focus{border-color:var(--zysp-primary);box-shadow:0 0 0 3px rgba(76,125,240,.12)}.zysp-input-action{display:flex;gap:8px}.zysp-input-action button{border:0;border-radius:10px;background:var(--zysp-primary);color:#fff;padding:0 16px;white-space:nowrap}.zysp-site-preview{margin:16px 0;border:1px solid var(--zysp-border);border-radius:16px;overflow:hidden;background:var(--zysp-muted)}.zysp-preview-shot{aspect-ratio:16/7;background:#111;overflow:hidden}.zysp-preview-shot img{width:100%;height:100%;object-fit:cover}.zysp-preview-info{display:flex;gap:12px;padding:14px}.zysp-preview-logo{width:46px;height:46px;border-radius:12px;object-fit:cover}.zysp-preview-info p{margin:4px 0;color:var(--zysp-sub);font-size:12px}.zysp-check-tags{display:flex;gap:6px;flex-wrap:wrap}.zysp-check-tags span{font-size:10px;padding:3px 7px;border-radius:999px;background:#dff7e9;color:#18794e}.zysp-check-tags span.warn{background:#fff0d5;color:#9a6700}.zysp-step-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.zysp-step-actions .zysp-btn-light{color:var(--zysp-text);background:var(--zysp-muted);border-color:var(--zysp-border)}.zysp-modal-package-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.zysp-modal-package{position:relative;display:flex;flex-direction:column;align-items:center;gap:5px;padding:16px 10px;border:1px solid var(--zysp-border);border-radius:14px;cursor:pointer;background:var(--zysp-bg);text-align:center}.zysp-modal-package input{position:absolute;opacity:0}.zysp-modal-package.selected{border-color:var(--zysp-plan-color);box-shadow:0 0 0 3px color-mix(in srgb,var(--zysp-plan-color) 14%,transparent)}.zysp-modal-package strong{font-size:22px;color:var(--zysp-plan-color)}.zysp-modal-package small{color:var(--zysp-sub)}.zysp-modal-package em{font-style:normal;font-size:9px;background:var(--zysp-plan-color);color:#fff;padding:2px 6px;border-radius:999px}.zysp-offer-box{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px;padding:16px;background:var(--zysp-muted);border-radius:14px}.zysp-offer-box label:first-child{flex-direction:row;align-items:center}.zysp-offer-box input[type=checkbox]{width:auto}.zysp-order-summary{padding:18px;background:var(--zysp-muted);border-radius:14px}.zysp-order-summary h3{margin-top:0}.zysp-order-summary dl{margin:0}.zysp-order-summary dl>div{display:flex;justify-content:space-between;border-top:1px dashed var(--zysp-border);padding:9px 0}.zysp-order-summary dt{color:var(--zysp-sub)}.zysp-payment-methods{margin-top:16px}.zysp-payment-methods>div,.zysp-payment-methods label{display:inline-flex;align-items:center;gap:8px;margin:5px 8px 5px 0;padding:10px 16px;border:1px solid var(--zysp-border);border-radius:12px;cursor:pointer}.zysp-payment-methods label.selected{border-color:var(--zysp-primary);box-shadow:0 0 0 3px rgba(76,125,240,.12)}.zysp-payment-methods img{width:24px;height:24px}.zysp-agreement{display:flex;align-items:center;gap:8px;margin-top:15px;font-size:12px;color:var(--zysp-sub)}.zysp-payment-result{position:absolute;inset:0;background:var(--zysp-bg);z-index:3;padding:40px;display:grid;place-items:center}.zysp-payment-result-inner{text-align:center;max-width:460px}.zysp-pay-qr img{width:220px;max-width:100%;border-radius:14px}.zysp-pay-price{font-size:30px;font-weight:900;color:#f04438;margin:10px}.zysp-warning{padding:12px 14px;border-radius:12px;background:#fff0d5;color:#9a6700}
.zysp-center-hero{display:flex;justify-content:space-between;gap:20px;padding:34px;border-radius:22px;background:linear-gradient(135deg,#264fbb,#7158dc);color:#fff}.zysp-center-hero h1{color:#fff;margin:6px 0}.zysp-center-hero p{color:rgba(255,255,255,.8)}.zysp-balance{padding:16px 22px;border-radius:16px;background:rgba(255,255,255,.13);display:flex;flex-direction:column;min-width:190px}.zysp-balance strong{font-size:28px}.zysp-balance code{margin-top:6px;background:rgba(255,255,255,.14);color:#fff;padding:4px 7px;border-radius:7px}.zysp-center-query{max-width:620px;margin:28px auto;padding:26px;background:var(--zysp-bg);border:1px solid var(--zysp-border);border-radius:18px}.zysp-center-query form{display:grid;gap:12px}.zysp-center-query label{display:grid;gap:6px}.zysp-center-orders{display:grid;gap:12px}.zysp-center-orders article{display:grid;grid-template-columns:1fr 1.6fr auto;gap:18px;align-items:center;padding:18px;border:1px solid var(--zysp-border);border-radius:16px;background:var(--zysp-muted)}.zysp-center-orders h3{margin:5px 0}.zysp-center-orders p{margin:0;color:var(--zysp-sub)}.zysp-center-orders dl{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0}.zysp-center-orders dl>div{display:flex;justify-content:space-between;gap:8px}.zysp-center-orders dt{color:var(--zysp-sub)}.zysp-center-actions{display:grid;gap:7px}.zysp-center-actions button,.zysp-center-actions a{padding:8px 11px;background:var(--zysp-primary);color:#fff}.zysp-notice-list{display:grid;gap:10px}.zysp-notice-list article{padding:15px;background:var(--zysp-muted);border-radius:13px}.zysp-notice-list p{color:var(--zysp-sub)}.zysp-notice-list time{font-size:11px;color:var(--zysp-sub)}.zysp-pill{display:inline-block;padding:3px 8px;border-radius:999px;background:var(--zysp-muted);font-size:10px}.zysp-empty{padding:30px;text-align:center;color:var(--zysp-sub);background:var(--zysp-muted);border-radius:14px}
.zysp-confetti{position:fixed;inset:0;pointer-events:none;z-index:100001;overflow:hidden}.zysp-confetti i{position:absolute;top:-20px;width:8px;height:16px;animation:zyspFall 2.8s linear forwards}@keyframes zyspFall{to{transform:translate3d(var(--x),110vh,0) rotate(720deg)}}
@media(max-width:1100px){.zysp-package-grid{grid-template-columns:repeat(3,1fr)}.zysp-wall-grid{grid-template-columns:repeat(var(--zysp-cols-tablet,2),1fr)}.zysp-thanks-grid{grid-template-columns:repeat(2,1fr)}.zysp-modal-package-grid{grid-template-columns:repeat(3,1fr)}.zysp-process{overflow-x:auto;justify-content:flex-start}.zysp-process>div{min-width:185px}.zysp-global-footer-inner{grid-template-columns:1fr}.zysp-global-footer .zysp-sponsor-list{max-width:100%}}
@media(max-width:760px){.zysp-page{padding:0 10px;margin-top:14px}.zysp-hero{grid-template-columns:1fr;padding:28px 20px;border-radius:20px}.zysp-hero h1{font-size:34px}.zysp-stats{gap:9px}.zysp-stats>div{padding:14px}.zysp-stats strong{font-size:23px}.zysp-section{padding:18px;border-radius:16px}.zysp-section-head{align-items:flex-start;flex-direction:column}.zysp-section-head h2{font-size:23px}.zysp-wall-grid{grid-template-columns:repeat(var(--zysp-cols-mobile,1),1fr)}.zysp-package-grid{grid-template-columns:1fr}.zysp-thanks-grid{grid-template-columns:1fr}.zysp-ranking-list li{grid-template-columns:34px 1fr auto}.zysp-rank-count{display:none}.zysp-modal-dialog{width:100%;height:100%;max-height:none;margin:0;border-radius:0;padding:18px}.zysp-field-grid{grid-template-columns:1fr}.zysp-field-wide{grid-column:auto}.zysp-modal-package-grid{grid-template-columns:repeat(2,1fr)}.zysp-offer-box{grid-template-columns:1fr}.zysp-center-hero{flex-direction:column}.zysp-center-orders article{grid-template-columns:1fr}.zysp-center-orders dl{grid-template-columns:1fr}.zysp-floating-cta{right:12px;bottom:82px;padding:10px 13px}.zysp-global-footer{display:none}.zysp-toast-stack{right:10px;bottom:132px}.zysp-process{padding:15px}.zysp-announcement{align-items:flex-start}.zysp-plan-foot{align-items:flex-start;flex-direction:column}.zysp-select-plan{width:100%}}

/* v1.0.1: 网站检测可见反馈与弹层层级修复 */
.zysp-toast-stack{z-index:100300!important}
.zysp-toast-stack.is-modal-toast{right:calc(50% - min(430px,calc(50vw - 24px)));bottom:34px}
.zysp-payment-result[hidden],.zysp-site-preview[hidden],.zysp-site-check-status[hidden]{display:none!important}
.zysp-site-check-status{display:flex;align-items:flex-start;gap:8px;margin-top:9px;padding:10px 12px;border-radius:10px;font-size:12px;line-height:1.55;background:var(--zysp-muted);color:var(--zysp-sub)}
.zysp-site-check-status .zysp-site-check-icon{width:9px;height:9px;border-radius:50%;margin-top:5px;flex:0 0 9px;background:#8a94a6;box-shadow:0 0 0 4px rgba(138,148,166,.12)}
.zysp-site-check-status.is-pending{background:rgba(76,125,240,.09);color:#315fbe}
.zysp-site-check-status.is-pending .zysp-site-check-icon{background:#4c7df0;animation:zyspCheckPulse 1s ease-in-out infinite}
.zysp-site-check-status.is-success{background:rgba(22,179,100,.10);color:#087a43}
.zysp-site-check-status.is-success .zysp-site-check-icon{background:#16b364}
.zysp-site-check-status.is-error{background:rgba(240,68,56,.10);color:#b42318}
.zysp-site-check-status.is-error .zysp-site-check-icon{background:#f04438}
.zysp-site-check-status.is-warn{background:rgba(255,176,32,.12);color:#8a5b00}
.zysp-site-check-status.is-warn .zysp-site-check-icon{background:#ffb020}
#zysp-check-site.is-success{background:#16b364!important;color:#fff!important}
#zysp-check-site.is-error{background:#f04438!important;color:#fff!important}
@keyframes zyspCheckPulse{0%,100%{transform:scale(.8);opacity:.55}50%{transform:scale(1.15);opacity:1}}
@media(max-width:760px){.zysp-toast-stack.is-modal-toast{right:10px;bottom:18px}}

/* v1.0.3 sidebar widget and sponsor toast */
.zysp-form-tip{margin:12px 0 0;color:var(--zysp-sub);font-size:13px;line-height:1.7}
.zysp-offer-box--simple{grid-template-columns:repeat(3,minmax(0,1fr))}

.zysp-widget-box{overflow:hidden;border:1px solid rgba(25,38,67,.08);border-radius:10px;background:#fff;box-shadow:0 5px 15px rgba(25,38,67,.10)}
.zysp-widget-head{display:flex;align-items:center;justify-content:space-between;padding:17px 16px 11px}
.zysp-widget-head strong{font-size:17px;line-height:1.25;color:#20232a;font-weight:800}
.zysp-widget-head a{position:relative;z-index:3;font-size:13px;line-height:1;color:#2878f0;text-decoration:none;font-weight:700}
.zysp-widget-head a:hover{color:#135dca}
.zysp-widget-list{display:block}
.zysp-widget-row{position:relative;display:flex;align-items:center;gap:12px;min-height:62px;padding:10px 16px;border-top:1px solid #eef0f4;background:#fff;transition:background .18s ease}
.zysp-widget-row:hover{background:#fafbfe}
.zysp-widget-logo{display:flex;align-items:center;justify-content:center;width:42px;height:42px;flex:0 0 42px;border-radius:50%;overflow:hidden;background:#f1f4f9;color:#4c7df0;font-size:18px;font-weight:800}
.zysp-widget-logo img{width:100%;height:100%;object-fit:cover}
.zysp-widget-copy{display:block;min-width:0;flex:1}
.zysp-widget-copy strong{display:block;overflow:hidden;color:#20232a;font-size:15px;line-height:1.35;font-weight:700;text-overflow:ellipsis;white-space:nowrap}
.zysp-widget-copy small{display:block;overflow:hidden;margin-top:3px;color:#999faa;font-size:12px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}
.zysp-widget-amount{flex:0 0 auto;margin-left:5px;color:#ff4d43;font-size:15px;line-height:1;font-weight:800;white-space:nowrap}
.zysp-widget-row-link{position:absolute;z-index:2;inset:0}
.zysp-widget-empty{padding:26px 16px;border-top:1px solid #eef0f4;color:#999;text-align:center;font-size:13px}

.zysp-toast-stack{position:fixed;right:18px;bottom:112px;z-index:100300;display:flex;width:min(310px,calc(100vw - 24px));flex-direction:column;gap:8px;pointer-events:none}
.zysp-toast{box-sizing:border-box;width:100%;color:#20232a}
.zysp-toast-sponsor{display:flex;align-items:center;gap:11px;min-height:58px;padding:9px 13px;border:1px solid rgba(25,38,67,.08);border-radius:17px;background:rgba(255,255,255,.94);box-shadow:0 10px 25px rgba(22,35,67,.13);opacity:0;transform:translateY(17px);transition:opacity .38s ease,transform .38s ease,max-height .38s ease,margin .38s ease,padding .38s ease;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);max-height:80px}
.zysp-toast-sponsor.is-visible{opacity:1;transform:translateY(0)}
.zysp-toast-sponsor.is-leaving{overflow:hidden;max-height:0;margin-top:-8px;padding-top:0;padding-bottom:0;border-width:0;opacity:0;transform:translateY(-18px)}
.zysp-toast-media{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex:0 0 40px;border-radius:50%;overflow:hidden;background:#f1f4f9}
.zysp-toast-media img{width:100%;height:100%;object-fit:cover}
.zysp-toast-sponsor>strong{display:-webkit-box;overflow:hidden;color:#30343c;font-size:14px;line-height:1.45;font-weight:700;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.zysp-toast-info,.zysp-toast-warn,.zysp-toast-error,.zysp-toast-success{display:flex;align-items:center;min-height:54px;padding:12px 14px;border:1px solid rgba(25,38,67,.08);border-radius:14px;background:#fff;box-shadow:0 12px 28px rgba(22,35,67,.14);animation:zyspSystemToastIn .32s ease}
.zysp-toast-info.is-out,.zysp-toast-warn.is-out,.zysp-toast-error.is-out,.zysp-toast-success.is-out{animation:zyspSystemToastOut .28s ease forwards}
.zysp-toast-body{display:flex;min-width:0;flex-direction:column}
.zysp-toast-body strong{color:#20232a;font-size:14px;line-height:1.3;font-weight:800}
.zysp-toast-body span{margin-top:2px;color:#818895;font-size:13px;line-height:1.45}
.zysp-toast-success{border-left:4px solid #16b364}
.zysp-toast-warn{border-left:4px solid #ffb020}
.zysp-toast-error{border-left:4px solid #f04438}
.zysp-toast-info{border-left:4px solid #4c7df0}
@keyframes zyspSystemToastIn{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
@keyframes zyspSystemToastOut{to{opacity:0;transform:translateY(-16px)}}

.io-black-mode .zysp-widget-box,.io-black-mode .zysp-widget-row{border-color:rgba(255,255,255,.08);background:#25272b}
.io-black-mode .zysp-widget-head strong,.io-black-mode .zysp-widget-copy strong{color:#eef1f5}
.io-black-mode .zysp-widget-row:hover{background:#2b2e33}
.io-black-mode .zysp-widget-row,.io-black-mode .zysp-widget-empty{border-color:rgba(255,255,255,.08)}
.io-black-mode .zysp-widget-copy small{color:#9ca4b2}
.io-black-mode .zysp-toast-sponsor,.io-black-mode .zysp-toast-info,.io-black-mode .zysp-toast-warn,.io-black-mode .zysp-toast-error,.io-black-mode .zysp-toast-success{border-color:rgba(255,255,255,.10);background:rgba(37,39,43,.95)}
.io-black-mode .zysp-toast-sponsor>strong,.io-black-mode .zysp-toast-body strong{color:#eef1f5}
.io-black-mode .zysp-toast-body span{color:#abb2bd}

@media(max-width:1024px){.zysp-offer-box--simple{grid-template-columns:1fr}}
@media(max-width:760px){
.zysp-toast-stack{right:10px;bottom:92px;width:min(300px,calc(100vw - 20px))}
.zysp-toast-sponsor{min-height:54px;padding:8px 11px}
.zysp-toast-media{width:38px;height:38px;flex-basis:38px}
.zysp-toast-sponsor>strong{font-size:13px}
}
.widget_zysp_sponsor_widget{overflow:visible!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}

/* v1.0.5 三层纵向赞助动态：后台可调透明度、尺寸和位置 */
.zysp-toast-stack{
--zysp-toast-width:258px;
--zysp-toast-height:40px;
--zysp-toast-gap:3px;
--zysp-toast-faded-opacity:.42;
--zysp-toast-faded-scale:.94;
position:fixed!important;
right:74px!important;
bottom:150px!important;
width:min(var(--zysp-toast-width),calc(100vw - 24px))!important;
height:calc(var(--zysp-toast-height) + var(--zysp-toast-gap) + var(--zysp-toast-height) + var(--zysp-toast-gap) + var(--zysp-toast-height))!important;
display:block!important;
z-index:100300!important;
pointer-events:none!important;
overflow:visible!important;
}
.zysp-toast-stack .zysp-toast-sponsor{
position:absolute!important;
left:0!important;
right:0!important;
height:var(--zysp-toast-height)!important;
min-height:var(--zysp-toast-height)!important;
max-height:var(--zysp-toast-height)!important;
margin:0!important;
padding:calc((var(--zysp-toast-height) - var(--zysp-toast-icon-size, calc(var(--zysp-toast-height) - 10px))) / 2) 10px!important;
gap:8px!important;
border:1px solid rgba(25,38,67,.07)!important;
border-radius:clamp(9px, calc(var(--zysp-toast-height) * .3), 16px)!important;
background:rgba(255,255,255,.95)!important;
box-shadow:0 7px 20px rgba(22,35,67,.10)!important;
opacity:0;
transform-origin:var(--zysp-toast-origin,right center)!important;
transition:transform .52s cubic-bezier(.22,.72,.24,1),opacity .52s ease,filter .52s ease!important;
backdrop-filter:blur(10px);
-webkit-backdrop-filter:blur(10px);
box-sizing:border-box!important;
}
.zysp-toast-stack .zysp-toast-sponsor.is-top{
transform:translateY(0) scale(var(--zysp-toast-faded-scale))!important;
opacity:var(--zysp-toast-faded-opacity)!important;
filter:saturate(.72)!important;
z-index:1!important;
}
.zysp-toast-stack .zysp-toast-sponsor.is-center{
transform:translateY(calc(var(--zysp-toast-height) + var(--zysp-toast-gap))) scale(1)!important;
opacity:1!important;
filter:none!important;
z-index:3!important;
box-shadow:0 10px 25px rgba(22,35,67,.16)!important;
}
.zysp-toast-stack .zysp-toast-sponsor.is-bottom{
transform:translateY(calc(var(--zysp-toast-height) + var(--zysp-toast-gap) + var(--zysp-toast-height) + var(--zysp-toast-gap))) scale(var(--zysp-toast-faded-scale))!important;
opacity:var(--zysp-toast-faded-opacity)!important;
filter:saturate(.72)!important;
z-index:1!important;
}
.zysp-toast-stack .zysp-toast-sponsor.is-pre-bottom{
transform:translateY(calc(var(--zysp-toast-height) + var(--zysp-toast-gap) + var(--zysp-toast-height) + var(--zysp-toast-gap) + var(--zysp-toast-height) + var(--zysp-toast-gap))) scale(var(--zysp-toast-faded-scale))!important;
opacity:0!important;
z-index:0!important;
}
.zysp-toast-stack .zysp-toast-sponsor.is-exiting{
transform:translateY(calc(0px - var(--zysp-toast-height) - var(--zysp-toast-gap))) scale(var(--zysp-toast-faded-scale))!important;
opacity:0!important;
z-index:0!important;
}
.zysp-toast-stack .zysp-toast-media{
--zysp-toast-icon-size:calc(var(--zysp-toast-height) - 10px);
width:var(--zysp-toast-icon-size)!important;
height:var(--zysp-toast-icon-size)!important;
flex:0 0 var(--zysp-toast-icon-size)!important;
border-radius:50%!important;
}
.zysp-toast-stack .zysp-toast-sponsor>strong{
display:block!important;
min-width:0!important;
overflow:hidden!important;
font-size:clamp(11px, calc(var(--zysp-toast-height) * .31), 14px)!important;
line-height:1.25!important;
font-weight:700!important;
white-space:nowrap!important;
text-overflow:ellipsis!important;
-webkit-line-clamp:unset!important;
}
.zysp-system-toast-stack{
position:fixed;
right:74px;
bottom:292px;
z-index:100450;
width:min(300px,calc(100vw - 24px));
pointer-events:none;
}
.zysp-system-toast-stack.is-modal-toast{right:24px;bottom:24px}
.io-black-mode .zysp-toast-stack .zysp-toast-sponsor{background:rgba(37,39,43,.96)!important;border-color:rgba(255,255,255,.08)!important}
@media(max-width:760px){
.zysp-toast-stack{--zysp-toast-width:236px;--zysp-toast-height:37px;right:12px!important;bottom:128px!important}
.zysp-toast-stack .zysp-toast-sponsor{padding-left:9px!important;padding-right:9px!important}
.zysp-toast-stack .zysp-toast-sponsor>strong{font-size:clamp(11px, calc(var(--zysp-toast-height) * .31), 13px)!important}
.zysp-system-toast-stack{right:12px;bottom:258px;width:min(280px,calc(100vw - 24px))}
}

/* v1.0.6：旧版赞助页结构与三卡整体上滚动画 */
.zysp-ee-page{max-width:1180px;margin:24px auto 40px;padding:0 16px;color:#252a33}
.zysp-ee-page *{box-sizing:border-box}
.zysp-ee-announcement{display:flex;align-items:center;gap:12px;margin:0 0 16px;padding:12px 16px;border:1px solid #edf0f5;border-radius:14px;background:#fff;box-shadow:0 8px 22px rgba(28,39,65,.05)}
.zysp-ee-announcement span{flex:0 0 auto;color:#f04438;font-size:13px;font-weight:800}
.zysp-ee-announcement p{margin:0;color:#7d8491;font-size:13px;line-height:1.6}
.zysp-ee-hero{position:relative;overflow:hidden;padding:48px 24px 36px;border:1px solid #edf0f5;border-radius:22px;background:linear-gradient(180deg,#fff 0%,#fbfcff 100%);text-align:center;box-shadow:0 14px 40px rgba(30,41,70,.07)}
.zysp-ee-hero:before,.zysp-ee-hero:after{content:"";position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}
.zysp-ee-hero:before{top:-90px;left:-70px;width:220px;height:220px;background:rgba(75,125,240,.08)}
.zysp-ee-hero:after{right:-70px;bottom:-110px;width:260px;height:260px;background:rgba(255,93,100,.07)}
.zysp-ee-hero-icon{position:relative;z-index:1;display:grid;width:48px;height:48px;margin:0 auto 12px;place-items:center;border-radius:16px;background:linear-gradient(135deg,#ff6a5f,#ff8a5c);box-shadow:0 12px 24px rgba(255,103,83,.25);color:#fff;font-size:22px}
.zysp-ee-kicker{position:relative;z-index:1;display:block;color:#f04438;font-size:14px;font-weight:800;letter-spacing:.08em}
.zysp-ee-hero h1{position:relative;z-index:1;margin:10px 0 12px;color:#1f232b;font-size:38px;line-height:1.2;font-weight:900}
.zysp-ee-hero p{position:relative;z-index:1;max-width:700px;margin:0 auto;color:#7f8794;font-size:14px;line-height:1.8}
.zysp-ee-hero-links{position:relative;z-index:1;display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:22px}
.zysp-ee-hero-links a,.zysp-ee-hero-links button{appearance:none;border:1px solid #e8ebf1;border-radius:999px;background:#fff;padding:9px 16px;color:#555e6d;font-size:13px;font-weight:700;text-decoration:none;cursor:pointer;transition:.2s ease}
.zysp-ee-hero-links a:hover,.zysp-ee-hero-links button:hover{border-color:#4c7df0;color:#4c7df0;transform:translateY(-1px)}

.zysp-ee-showcase{overflow:hidden;margin:18px 0}
.zysp-ee-marquee{overflow:hidden;margin:8px 0;padding:2px 0;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}
.zysp-ee-marquee-track{display:flex;width:max-content;gap:10px;animation:zyspEeMarquee 38s linear infinite}
.zysp-ee-marquee.is-reverse .zysp-ee-marquee-track{animation-direction:reverse;animation-duration:44s}
.zysp-ee-marquee:hover .zysp-ee-marquee-track{animation-play-state:paused}
.zysp-ee-mini-card{position:relative;display:flex;align-items:center;gap:9px;min-width:210px;padding:9px 12px;border:1px solid #ebedf2;border-radius:14px;background:rgba(255,255,255,.94);box-shadow:0 8px 18px rgba(27,36,62,.06)}
.zysp-ee-mini-logo{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;overflow:hidden;border-radius:50%;background:#f2f4f8;color:#4c7df0;font-size:14px;font-weight:800}
.zysp-ee-mini-logo img{width:100%;height:100%;object-fit:cover}
.zysp-ee-mini-name{min-width:0;flex:1;overflow:hidden;color:#2b3038;font-size:13px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}
.zysp-ee-mini-card strong{color:#ff5548;font-size:13px;white-space:nowrap}
.zysp-ee-mini-card>a{position:absolute;inset:0;z-index:2}
@keyframes zyspEeMarquee{to{transform:translateX(-50%)}}

.zysp-ee-panel{margin-top:18px;padding:24px;border:1px solid #eceff4;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(25,37,67,.06)}
.zysp-ee-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}
.zysp-ee-section-head>div:first-child>span{display:block;color:#4c7df0;font-size:11px;font-weight:900;letter-spacing:.14em}
.zysp-ee-section-head h2{margin:6px 0 5px;color:#242932;font-size:25px;line-height:1.25;font-weight:900}
.zysp-ee-section-head h2 em{color:#a0a7b2;font-size:16px;font-style:normal;font-weight:600}
.zysp-ee-section-head p{margin:0;color:#8a919d;font-size:13px;line-height:1.6}
.zysp-ee-count{flex:0 0 auto;border-radius:999px;background:#f4f7ff;padding:8px 13px;color:#6f7784;font-size:12px}
.zysp-ee-count b{color:#4c7df0;font-size:15px}
.zysp-ee-tabs{display:inline-flex;margin:0 0 16px;padding:4px;border-radius:12px;background:#f3f5f8}
.zysp-ee-tabs button{min-width:72px;border:0;border-radius:9px;background:transparent;padding:8px 14px;color:#7d8490;font-size:13px;font-weight:700;cursor:pointer}
.zysp-ee-tabs button.active{background:#fff;color:#4c7df0;box-shadow:0 5px 15px rgba(42,58,92,.10)}

.zysp-ee-ranking-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0!important;padding:0!important;list-style:none!important}
.zysp-ee-ranking-list li{position:relative;display:grid!important;grid-template-columns:30px 42px minmax(0,1fr) auto!important;align-items:center;gap:10px;min-height:66px;margin:0!important;padding:10px 13px!important;border:1px solid #edf0f4;border-radius:13px;background:#fbfcfe;transition:.2s ease}
.zysp-ee-ranking-list li:hover{border-color:#dce4f6;background:#fff;box-shadow:0 9px 20px rgba(27,40,72,.08);transform:translateY(-1px)}
.zysp-ee-ranking-list .zysp-rank-no{display:grid;width:26px;height:26px;place-items:center;border-radius:8px;background:#eef1f6;color:#7c8490;font-size:12px;font-weight:900}
.zysp-ee-ranking-list .rank-1 .zysp-rank-no{background:#fff2c8;color:#bd7900}
.zysp-ee-ranking-list .rank-2 .zysp-rank-no{background:#edf1f7;color:#637080}
.zysp-ee-ranking-list .rank-3 .zysp-rank-no{background:#ffe6d6;color:#b85a28}
.zysp-rank-avatar{display:grid;width:42px;height:42px;place-items:center;overflow:hidden;border-radius:50%;background:#eef2f8;color:#4c7df0;font-weight:800}
.zysp-rank-avatar img{width:100%;height:100%;object-fit:cover}
.zysp-ee-ranking-list .zysp-rank-name{display:block;min-width:0}
.zysp-ee-ranking-list .zysp-rank-name b{display:block;overflow:hidden;color:#2a2f37;font-size:14px;text-overflow:ellipsis;white-space:nowrap}
.zysp-ee-ranking-list .zysp-rank-name small{display:block;overflow:hidden;margin-top:3px;color:#9aa1ac;font-size:11px;text-overflow:ellipsis;white-space:nowrap}
.zysp-ee-ranking-list li>strong{color:#ff5548;font-size:14px;white-space:nowrap}
.zysp-rank-link{position:absolute;inset:0;z-index:2}

.zysp-ee-support-button{appearance:none;flex:0 0 auto;border:0;border-radius:12px;background:#4c7df0;padding:11px 17px;color:#fff;font-size:13px;font-weight:800;cursor:pointer;box-shadow:0 9px 20px rgba(76,125,240,.20)}
.zysp-ee-support-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.zysp-ee-support-card{position:relative;display:flex;gap:12px;min-height:108px;padding:15px;border:1px solid #eceff4;border-radius:15px;background:#fff;transition:.2s ease}
.zysp-ee-support-card:hover{border-color:#dce4f7;box-shadow:0 12px 24px rgba(28,41,72,.09);transform:translateY(-2px)}
.zysp-ee-first-badge{position:absolute;top:0;left:0;border-radius:14px 0 10px 0;background:#ff5a50;padding:3px 8px;color:#fff;font-size:9px;font-weight:900}
.zysp-ee-support-logo{display:grid;width:48px;height:48px;flex:0 0 48px;place-items:center;overflow:hidden;border-radius:50%;background:#f2f4f8;color:#4c7df0;font-size:18px;font-weight:800}
.zysp-ee-support-logo img{width:100%;height:100%;object-fit:cover}
.zysp-ee-support-copy{min-width:0;flex:1}
.zysp-ee-support-title{display:flex;align-items:center;gap:8px}
.zysp-ee-support-title h3{min-width:0;flex:1;overflow:hidden;margin:0;color:#242932;font-size:14px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}
.zysp-ee-support-title strong{color:#ff5548;font-size:13px;white-space:nowrap}
.zysp-ee-support-copy p{display:-webkit-box;overflow:hidden;margin:7px 0;color:#8e95a0;font-size:12px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.zysp-ee-support-meta{display:flex;gap:6px;flex-wrap:wrap}
.zysp-ee-support-meta span{border-radius:999px;background:#f4f6f9;padding:3px 7px;color:#8a919d;font-size:10px}
.zysp-ee-card-link{position:absolute;inset:0;z-index:2}

.zysp-ee-thanks-panel .zysp-thanks-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.zysp-ee-thanks-panel .zysp-thanks-item{min-height:70px;border:1px solid #edf0f4;border-radius:13px;background:#fbfcfe;padding:11px 13px;box-shadow:none}
.zysp-ee-thanks-panel .zysp-thanks-item:hover{background:#fff;box-shadow:0 9px 20px rgba(27,40,72,.08)}
.zysp-ee-thanks-panel .zysp-thanks-item img{width:42px;height:42px;border-radius:50%}
.zysp-ee-thanks-panel .zysp-thanks-item b{color:#292e36}
.zysp-ee-thanks-panel .zysp-thanks-item small{color:#969da8}

.zysp-ee-final-cta{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:18px;padding:26px;border:1px solid #e8edf8;border-radius:18px;background:linear-gradient(135deg,#f4f7ff,#fff7f4);box-shadow:0 10px 28px rgba(25,37,67,.05)}
.zysp-ee-final-cta>div:first-child>span{color:#4c7df0;font-size:11px;font-weight:900;letter-spacing:.14em}
.zysp-ee-final-cta h2{margin:6px 0 5px;color:#252a32;font-size:24px}
.zysp-ee-final-cta p{margin:0;color:#848c98;font-size:13px}
.zysp-ee-final-actions{display:flex;gap:10px;flex-wrap:wrap}
.zysp-ee-final-actions button,.zysp-ee-final-actions a{appearance:none;border:0;border-radius:12px;padding:11px 17px;font-size:13px;font-weight:800;text-decoration:none;cursor:pointer}
.zysp-ee-final-actions button{background:#4c7df0;color:#fff}
.zysp-ee-final-actions a{background:#fff;color:#596273;box-shadow:0 6px 15px rgba(33,46,76,.08)}
.zysp-ee-empty{display:flex!important;min-height:130px!important;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:1px dashed #dce2eb!important;border-radius:14px;background:#fbfcfe!important}
.zysp-ee-empty strong{color:#4b5360;font-size:16px}.zysp-ee-empty span{color:#9aa1ab;font-size:13px}

/* 三张卡片作为一个轨道整体上滚，保证底部卡片进入中间并突出 */
.zysp-toast-stack{height:calc(var(--zysp-toast-height)*3 + var(--zysp-toast-gap)*2)!important;overflow:visible!important}
.zysp-toast-viewport{position:relative;width:100%;height:100%;overflow:hidden;border-radius:calc(var(--zysp-toast-height)*.32)}
.zysp-toast-track{display:flex;width:100%;flex-direction:column;gap:var(--zysp-toast-gap);transform:translateY(0);transition:transform var(--zysp-toast-duration) cubic-bezier(.22,.75,.2,1);will-change:transform}
.zysp-toast-track.is-shifting{transform:translateY(calc(0px - var(--zysp-toast-height) - var(--zysp-toast-gap)))}
.zysp-toast-track.is-resetting{transition:none!important;transform:translateY(0)!important}
.zysp-toast-stack .zysp-toast-track .zysp-toast-sponsor{position:relative!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;display:flex!important;width:100%!important;height:var(--zysp-toast-height)!important;min-height:var(--zysp-toast-height)!important;max-height:var(--zysp-toast-height)!important;flex:0 0 var(--zysp-toast-height)!important;align-items:center!important;margin:0!important;padding:5px 10px!important;gap:8px!important;border:1px solid rgba(29,42,72,.07)!important;border-radius:clamp(10px,calc(var(--zysp-toast-height)*.34),16px)!important;background:rgba(255,255,255,.96)!important;box-shadow:0 8px 18px rgba(22,35,67,.10)!important;opacity:var(--zysp-toast-faded-opacity)!important;transform:scale(var(--zysp-toast-faded-scale))!important;transform-origin:var(--zysp-toast-origin)!important;filter:saturate(.72)!important;transition:opacity var(--zysp-toast-duration) ease,transform var(--zysp-toast-duration) ease,filter var(--zysp-toast-duration) ease,box-shadow var(--zysp-toast-duration) ease!important;box-sizing:border-box!important}
.zysp-toast-stack .zysp-toast-track .zysp-toast-sponsor.is-center{opacity:1!important;transform:scale(1)!important;filter:none!important;box-shadow:0 11px 26px rgba(22,35,67,.16)!important;z-index:3}
.zysp-toast-stack .zysp-toast-track .zysp-toast-sponsor.is-top,.zysp-toast-stack .zysp-toast-track .zysp-toast-sponsor.is-bottom{opacity:var(--zysp-toast-faded-opacity)!important;transform:scale(var(--zysp-toast-faded-scale))!important;filter:saturate(.72)!important;z-index:1}
.zysp-toast-stack .zysp-toast-track .zysp-toast-sponsor.is-next{opacity:0!important;transform:scale(var(--zysp-toast-faded-scale))!important;filter:saturate(.65)!important}
.zysp-toast-stack .zysp-toast-track .zysp-toast-sponsor.is-exiting{opacity:0!important;transform:scale(var(--zysp-toast-faded-scale))!important}
.zysp-toast-stack .zysp-toast-media{--zysp-toast-icon-size:calc(var(--zysp-toast-height) - 10px);display:grid!important;width:var(--zysp-toast-icon-size)!important;height:var(--zysp-toast-icon-size)!important;flex:0 0 var(--zysp-toast-icon-size)!important;place-items:center!important;overflow:hidden!important;border-radius:50%!important;background:#f1f4f8!important}
.zysp-toast-stack .zysp-toast-media img{width:100%!important;height:100%!important;object-fit:cover!important}
.zysp-toast-copy{display:flex;min-width:0;flex:1;flex-direction:column;justify-content:center;line-height:1.15}
.zysp-toast-copy strong{display:block!important;overflow:hidden!important;color:var(--zysp-toast-title-color)!important;font-size:var(--zysp-toast-title-size)!important;font-weight:var(--zysp-toast-title-weight)!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.zysp-toast-copy small{display:block!important;overflow:hidden!important;margin-top:2px!important;color:var(--zysp-toast-text-color)!important;font-size:var(--zysp-toast-text-size)!important;font-weight:400!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.io-black-mode .zysp-toast-copy strong{color:#f3f5f8!important}.io-black-mode .zysp-toast-copy small{color:#aab1bc!important}

@media(max-width:980px){
.zysp-ee-ranking-list{grid-template-columns:1fr}
.zysp-ee-support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.zysp-ee-thanks-panel .zysp-thanks-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
.zysp-ee-page{margin-top:12px;padding:0 10px}
.zysp-ee-announcement{align-items:flex-start}
.zysp-ee-hero{padding:34px 16px 28px;border-radius:18px}
.zysp-ee-hero h1{font-size:28px}
.zysp-ee-panel{padding:17px;border-radius:16px}
.zysp-ee-section-head{align-items:flex-start;flex-direction:column}
.zysp-ee-count{align-self:flex-start}
.zysp-ee-support-grid,.zysp-ee-thanks-panel .zysp-thanks-grid{grid-template-columns:1fr}
.zysp-ee-final-cta{align-items:flex-start;flex-direction:column;padding:20px}
.zysp-ee-final-actions{width:100%}.zysp-ee-final-actions button,.zysp-ee-final-actions a{flex:1;text-align:center}
.zysp-ee-mini-card{min-width:178px}
.zysp-toast-viewport{border-radius:12px}
}

.io-black-mode .zysp-ee-announcement,.io-black-mode .zysp-ee-hero,.io-black-mode .zysp-ee-panel,.io-black-mode .zysp-ee-mini-card,.io-black-mode .zysp-ee-support-card,.io-black-mode .zysp-ee-final-cta{border-color:rgba(255,255,255,.08);background:#25272b;color:#eef1f5}
.io-black-mode .zysp-ee-hero h1,.io-black-mode .zysp-ee-section-head h2,.io-black-mode .zysp-ee-support-title h3,.io-black-mode .zysp-ee-mini-name,.io-black-mode .zysp-ee-final-cta h2,.io-black-mode .zysp-ee-ranking-list .zysp-rank-name b{color:#eef1f5}
.io-black-mode .zysp-ee-hero p,.io-black-mode .zysp-ee-section-head p,.io-black-mode .zysp-ee-support-copy p,.io-black-mode .zysp-ee-final-cta p,.io-black-mode .zysp-ee-announcement p{color:#aab1bc}
.io-black-mode .zysp-ee-ranking-list li,.io-black-mode .zysp-ee-thanks-panel .zysp-thanks-item{border-color:rgba(255,255,255,.08);background:#2b2e33}

/* Top3 支持足迹与共建伙伴列表 */
.zysp-ee-rank-layout{width:100%}
.zysp-ee-top3-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:stretch}
.zysp-ee-top3-grid.is-count-2{grid-template-columns:repeat(2,minmax(0,1fr));max-width:820px}
.zysp-ee-top3-grid.is-count-1{grid-template-columns:minmax(0,400px)}
.zysp-ee-top3-card{--zysp-rank-color:#f1b500;position:relative;display:block;overflow:hidden;border:2px solid var(--zysp-rank-color);border-radius:17px;background:#fff;color:inherit;text-decoration:none!important;box-shadow:0 12px 28px rgba(27,37,64,.14);transform-style:preserve-3d;transform:perspective(800px) rotateX(0) rotateY(0);transition:transform .18s ease,box-shadow .25s ease,border-color .25s ease;will-change:transform}
.zysp-ee-top3-card:hover{color:inherit;text-decoration:none!important;box-shadow:0 18px 36px rgba(27,37,64,.20)}
.zysp-ee-top3-gold{--zysp-rank-color:#f1b500}
.zysp-ee-top3-silver{--zysp-rank-color:#b7bcc5}
.zysp-ee-top3-bronze{--zysp-rank-color:#df7614}
.zysp-ee-top3-upper{position:relative;min-height:186px;overflow:hidden;background:linear-gradient(135deg,#d8dce5,#aeb4c0)}
.zysp-ee-top3-preview{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.82) contrast(.92);transform:scale(1.01);transition:transform .35s ease,filter .35s ease}
.zysp-ee-top3-card:hover .zysp-ee-top3-preview{transform:scale(1.045);filter:saturate(1) contrast(.96)}
.zysp-ee-top3-screen-mask{position:absolute;inset:0;background:linear-gradient(180deg,rgba(27,31,40,.15),rgba(18,22,31,.34));backdrop-filter:blur(.5px)}
.zysp-ee-top3-avatar{position:absolute;top:50%;left:50%;display:grid;width:82px;height:82px;place-items:center;overflow:hidden;border:4px solid rgba(255,255,255,.82);border-radius:50%;background:#fff;color:#4c7df0;font-size:28px;font-weight:900;transform:translate(-50%,-54%);z-index:2}
.zysp-ee-top3-avatar img{width:100%;height:100%;object-fit:cover}
.zysp-ee-avatar-glow-gold{box-shadow:0 0 0 7px rgba(242,183,0,.22),0 12px 25px rgba(26,31,42,.30)}
.zysp-ee-avatar-glow-silver{box-shadow:0 0 0 7px rgba(207,212,220,.28),0 12px 25px rgba(26,31,42,.30)}
.zysp-ee-avatar-glow-bronze{box-shadow:0 0 0 7px rgba(222,118,20,.23),0 12px 25px rgba(26,31,42,.30)}
.zysp-ee-top3-stats{position:absolute;left:50%;bottom:13px;z-index:3;max-width:calc(100% - 24px);padding:7px 13px;border-radius:999px;background:rgba(255,255,255,.92);box-shadow:0 6px 18px rgba(23,29,42,.17);color:#666d78;font-size:12px;font-weight:700;white-space:nowrap;transform:translateX(-50%);backdrop-filter:blur(8px)}
.zysp-ee-top3-lower{display:flex;align-items:center;gap:11px;min-height:72px;padding:12px 16px;background:#fff}
.zysp-ee-top3-medal-big{flex:0 0 auto;font-size:32px;line-height:1;filter:drop-shadow(0 4px 5px rgba(25,29,37,.10))}
.zysp-ee-top3-info{min-width:0;flex:1}
.zysp-ee-top3-info-row{display:flex;align-items:center;gap:8px}
.zysp-ee-top3-name{min-width:0;flex:1;overflow:hidden;color:#242a33;font-size:16px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}
.zysp-ee-top3-amount{flex:0 0 auto;color:#ff6a48;font-size:16px;font-weight:900;white-space:nowrap}
.zysp-ee-top3-desc{overflow:hidden;margin-top:5px;color:#8a919c;font-size:12px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}
.zysp-ee-rank-shimmer:before{content:"";position:absolute;top:-30%;left:-80%;z-index:4;width:36%;height:160%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);transform:skewX(-20deg);animation:zyspRankShimmer 5.2s ease-in-out infinite;pointer-events:none}
.zysp-ee-top3-silver:before{animation-delay:.8s}.zysp-ee-top3-bronze:before{animation-delay:1.6s}
@keyframes zyspRankShimmer{0%,68%{left:-80%}88%,100%{left:145%}}

.zysp-ee-rank-rest{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:16px 0 0!important;padding:0!important;list-style:none!important}
.zysp-ee-rank-rest li{position:relative;display:grid;grid-template-columns:28px 42px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:64px;margin:0;padding:10px 13px;border:1px solid #edf0f4;border-radius:13px;background:#fbfcfe;transition:.2s ease}
.zysp-ee-rank-rest li:hover{border-color:#dce4f6;background:#fff;box-shadow:0 9px 20px rgba(27,40,72,.08);transform:translateY(-1px)}
.zysp-ee-rank-rest-no{display:grid;width:26px;height:26px;place-items:center;border-radius:8px;background:#eef1f6;color:#7c8490;font-size:12px;font-weight:900}
.zysp-ee-rank-rest-avatar{display:grid;width:42px;height:42px;place-items:center;overflow:hidden;border-radius:50%;background:#eef2f8;color:#4c7df0;font-weight:800}
.zysp-ee-rank-rest-avatar img{width:100%;height:100%;object-fit:cover}
.zysp-ee-rank-rest-copy{display:block;min-width:0}
.zysp-ee-rank-rest-copy b{display:block;overflow:hidden;color:#2a2f37;font-size:14px;text-overflow:ellipsis;white-space:nowrap}
.zysp-ee-rank-rest-copy small{display:block;overflow:hidden;margin-top:3px;color:#9aa1ac;font-size:11px;text-overflow:ellipsis;white-space:nowrap}
.zysp-ee-rank-rest li>strong{color:#ff5548;font-size:14px;white-space:nowrap}
.zysp-ee-rank-rest li>a{position:absolute;inset:0;z-index:2}

.zysp-ee-support-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}
.zysp-ee-support-card{position:relative;display:flex;align-items:center;gap:13px;min-height:94px;padding:15px 16px;border:1px solid #eceff4;border-radius:15px;background:#fff;box-shadow:0 6px 17px rgba(27,37,64,.045);overflow:hidden;isolation:isolate;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.zysp-ee-support-card:hover{border-color:#d9e2f5;box-shadow:0 13px 26px rgba(28,41,72,.10);transform:translateY(-2px)}
.zysp-ee-support-logo{display:grid;width:54px;height:54px;flex:0 0 54px;place-items:center;overflow:hidden;border-radius:50%;background:#f2f4f8;color:#4c7df0;font-size:20px;font-weight:900;box-shadow:0 6px 16px rgba(33,45,73,.10)}
.zysp-ee-support-logo img{display:block;width:100%;height:100%;padding:5px;object-fit:contain}
.zysp-ee-support-copy{min-width:0;flex:1}
.zysp-ee-support-title{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0}
.zysp-ee-support-name-line{display:flex;align-items:center;gap:7px;min-width:0}
.zysp-ee-support-title h3{min-width:0;flex:1;overflow:hidden;margin:0;color:#242932;font-size:15px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}
.zysp-ee-first-badge{position:static;inset:auto;display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;padding:3px 8px;border:1px solid rgba(255,88,78,.16);border-radius:999px;background:rgba(255,88,78,.08);color:#ff5a50;font-size:10px;font-weight:800;line-height:1;letter-spacing:.2px;white-space:nowrap}
.zysp-ee-first-badge i{display:block;width:5px;height:5px;flex:0 0 5px;border-radius:50%;background:currentColor}
.zysp-ee-support-title strong{flex:0 0 auto;color:#ff5548;font-size:14px;font-weight:900;white-space:nowrap}
.zysp-ee-support-copy p{display:-webkit-box;overflow:hidden;margin:7px 0 0;color:#8e95a0;font-size:12px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.zysp-ee-card-link{position:absolute;inset:0;z-index:3}

@media(max-width:980px){
.zysp-ee-top3-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.zysp-ee-top3-grid.is-count-1{grid-template-columns:minmax(0,400px)}
.zysp-ee-support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.zysp-ee-rank-rest{grid-template-columns:1fr}
}
@media(max-width:760px){
.zysp-ee-top3-grid,.zysp-ee-top3-grid.is-count-2,.zysp-ee-top3-grid.is-count-1{grid-template-columns:1fr;max-width:none}
.zysp-ee-top3-upper{min-height:176px}
.zysp-ee-top3-lower{min-height:68px;padding:11px 14px}
.zysp-ee-support-grid{grid-template-columns:1fr}
.zysp-ee-support-card{min-height:86px;padding:13px}
.zysp-ee-support-logo{width:48px;height:48px;flex-basis:48px}
}

.io-black-mode .zysp-ee-top3-card,.io-black-mode .zysp-ee-top3-lower,.io-black-mode .zysp-ee-support-card,.io-black-mode .zysp-ee-rank-rest li{background:#292c31;border-color:rgba(255,255,255,.10)}
.io-black-mode .zysp-ee-top3-name,.io-black-mode .zysp-ee-support-title h3,.io-black-mode .zysp-ee-rank-rest-copy b{color:#f1f3f6}
.io-black-mode .zysp-ee-top3-desc,.io-black-mode .zysp-ee-support-copy p,.io-black-mode .zysp-ee-rank-rest-copy small{color:#aab1bc}

/* 支持足迹与共建伙伴标题：强调装饰条 + 中文标题 */
.zysp-ee-rank-panel .zysp-ee-section-head>div:first-child>span,.zysp-ee-active-panel .zysp-ee-section-head>div:first-child>span{display:none}
.zysp-ee-rank-panel .zysp-ee-section-head h2,.zysp-ee-active-panel .zysp-ee-section-head h2{position:relative;padding-left:14px}
.zysp-ee-rank-panel .zysp-ee-section-head h2:before,.zysp-ee-active-panel .zysp-ee-section-head h2:before{content:"";position:absolute;top:.12em;bottom:.12em;left:0;width:4px;border-radius:999px;background:#ff6f52}
.zysp-ee-rank-panel .zysp-ee-count{display:none}

/* ==========================================================
   v1.0.32 · 领航共建申请舱
   独立双栏信息架构：品牌价值 / 动态路径 / 表单 / 方案 / 支付
   ========================================================== */
.zysp-join-modal{
  --zysp-join-accent:#5b6cff;
  --zysp-join-width:980px;
  --zysp-join-radius:26px;
  width:min(var(--zysp-join-width),calc(100vw - 32px))!important;
  max-height:min(820px,calc(100vh - 32px))!important;
  height:min(760px,calc(100vh - 32px));
  margin:16px auto!important;
  padding:0!important;
  display:grid;
  grid-template-columns:310px minmax(0,1fr);
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.7);
  border-radius:var(--zysp-join-radius)!important;
  background:#fff!important;
  color:#171a22!important;
  box-shadow:0 36px 110px rgba(13,22,47,.24),0 8px 30px rgba(25,38,70,.08)!important;
  isolation:isolate;
}
.zysp-modal .zysp-modal-backdrop{background:rgba(12,18,31,.62)!important;backdrop-filter:blur(12px) saturate(115%);-webkit-backdrop-filter:blur(12px) saturate(115%)}
.zysp-join-close{
  z-index:30!important;top:15px!important;right:15px!important;
  width:36px!important;height:36px!important;display:grid!important;place-items:center!important;
  border:1px solid rgba(23,27,38,.07)!important;border-radius:50%!important;
  background:rgba(247,248,251,.92)!important;color:#8c93a2!important;
  box-shadow:0 5px 18px rgba(18,29,55,.06)!important;
  font-size:22px!important;line-height:1!important;cursor:pointer!important;
  transition:transform .25s ease,background .25s ease,color .25s ease!important;
}
.zysp-join-close:hover{transform:rotate(8deg) scale(1.06);background:#fff!important;color:#222733!important}

/* 左侧品牌信息舱 */
.zysp-join-aside{
  position:relative;min-width:0;padding:26px 24px 22px;overflow:hidden;
  display:flex;flex-direction:column;
  background:
    radial-gradient(circle at 22% 12%,color-mix(in srgb,var(--zysp-join-accent) 30%,transparent),transparent 33%),
    radial-gradient(circle at 82% 68%,rgba(44,194,255,.15),transparent 33%),
    linear-gradient(155deg,#11172a 0%,#151b31 52%,#0e1425 100%);
  color:#fff;
}
.zysp-join-aside:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.34;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:28px 28px;mask-image:linear-gradient(to bottom,black,transparent 88%)}
.zysp-join-aside:after{content:"";position:absolute;width:250px;height:250px;right:-115px;bottom:-100px;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 28px rgba(255,255,255,.018),0 0 0 62px rgba(255,255,255,.012)}
.zysp-join-brand{position:relative;z-index:2;display:flex;align-items:center;gap:10px}
.zysp-join-brand-mark{position:relative;width:var(--zysp-join-logo-size,40px);height:var(--zysp-join-logo-size,40px);display:grid;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:13px;background:rgba(255,255,255,.08);box-shadow:inset 0 1px rgba(255,255,255,.12),0 10px 30px rgba(0,0,0,.16);overflow:hidden}
.zysp-join-brand-mark:before{content:"";position:absolute;inset:-40%;background:conic-gradient(from 0deg,transparent,var(--zysp-join-accent),transparent 42%);animation:zyspJoinMark 8s linear infinite}
.zysp-join-brand-mark span{position:absolute;inset:5px;border-radius:10px;background:#131a2d}
.zysp-join-brand-mark b{position:relative;z-index:2;font-size:11px;letter-spacing:.05em;color:#fff}.zysp-join-brand-mark img{position:relative;z-index:2;display:block;width:calc(100% - 10px);height:calc(100% - 10px);object-fit:contain;border-radius:9px;filter:none!important}
.zysp-join-brand small{display:block;margin-bottom:2px;color:rgba(255,255,255,.46);font-size:8px;letter-spacing:.14em}
.zysp-join-brand strong{display:block;font-size:13px;letter-spacing:.02em}

.zysp-join-orbit{position:relative;z-index:1;width:168px;height:168px;margin:24px auto 12px;flex:none}
.zysp-join-orbit .orbit{position:absolute;inset:17px;border:1px solid rgba(255,255,255,.11);border-radius:50%;transform:rotate(-18deg)}
.zysp-join-orbit .orbit-b{inset:39px;border-color:color-mix(in srgb,var(--zysp-join-accent) 36%,transparent);transform:rotate(24deg)}
.zysp-join-orbit:before,.zysp-join-orbit:after{content:"";position:absolute;left:50%;top:50%;width:118px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.14),transparent);transform:translate(-50%,-50%) rotate(32deg)}
.zysp-join-orbit:after{transform:translate(-50%,-50%) rotate(-32deg)}
.zysp-join-orbit .orbit-core{position:absolute;left:50%;top:50%;width:58px;height:58px;display:grid;place-items:center;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.18);border-radius:19px;background:linear-gradient(145deg,color-mix(in srgb,var(--zysp-join-accent) 70%,#fff 5%),color-mix(in srgb,var(--zysp-join-accent) 42%,#111 30%));box-shadow:0 18px 45px color-mix(in srgb,var(--zysp-join-accent) 28%,transparent),inset 0 1px rgba(255,255,255,.24);font-size:23px;color:#fff}
.zysp-join-orbit .orbit-dot{position:absolute;width:8px;height:8px;border:2px solid #11172a;border-radius:50%;background:#fff;box-shadow:0 0 0 4px color-mix(in srgb,var(--zysp-join-accent) 16%,transparent)}
.zysp-join-orbit .dot-a{left:24px;top:64px}.zysp-join-orbit .dot-b{right:27px;top:34px}.zysp-join-orbit .dot-c{right:44px;bottom:24px;background:var(--zysp-join-accent)}
.zysp-join-modal.has-motion .zysp-join-orbit .orbit-a{animation:zyspJoinOrbit 14s linear infinite}.zysp-join-modal.has-motion .zysp-join-orbit .orbit-b{animation:zyspJoinOrbitReverse 10s linear infinite}

.zysp-join-aside-copy{position:relative;z-index:2;margin-top:2px}
.zysp-join-aside-copy>span{display:block;margin-bottom:7px;color:color-mix(in srgb,var(--zysp-join-accent) 68%,#fff 32%);font-size:9px;font-weight:800;letter-spacing:.18em}
.zysp-join-aside-copy h3{margin:0 0 8px;font-size:24px;line-height:1.18;letter-spacing:-.035em;color:#fff}
.zysp-join-aside-copy p{margin:0;color:rgba(255,255,255,.57);font-size:12px;line-height:1.75}
.zysp-join-benefits{position:relative;z-index:2;display:grid;gap:8px;margin-top:18px}
.zysp-join-benefits>div{display:flex;gap:10px;align-items:center;padding:8px 10px;border:1px solid rgba(255,255,255,.075);border-radius:12px;background:rgba(255,255,255,.038);transition:.25s ease}
.zysp-join-benefits>div:hover{transform:translateX(3px);border-color:color-mix(in srgb,var(--zysp-join-accent) 34%,transparent);background:rgba(255,255,255,.055)}
.zysp-join-benefits i{font-style:normal;color:rgba(255,255,255,.28);font-size:9px;font-weight:800}
.zysp-join-benefits span{display:grid;gap:1px}.zysp-join-benefits b{font-size:11px;color:#eef2ff}.zysp-join-benefits small{font-size:9px;color:rgba(255,255,255,.43)}
.zysp-join-journey{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:3px;margin-top:14px}
.zysp-join-journey>div{position:relative;display:grid;justify-items:center;gap:5px;color:rgba(255,255,255,.35);font-size:9px;text-align:center}
.zysp-join-journey>div:not(:last-child):after{content:"";position:absolute;left:62%;right:-38%;top:10px;height:1px;background:rgba(255,255,255,.09)}
.zysp-join-journey i{position:relative;z-index:2;width:22px;height:22px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.11);border-radius:50%;background:#131a2d;color:rgba(255,255,255,.42);font-style:normal;font-size:8px;font-weight:800;transition:.3s ease}
.zysp-join-journey>div.active,.zysp-join-journey>div.done{color:#fff}.zysp-join-journey>div.active i,.zysp-join-journey>div.done i{border-color:color-mix(in srgb,var(--zysp-join-accent) 66%,#fff 12%);background:var(--zysp-join-accent);color:#fff;box-shadow:0 0 0 4px color-mix(in srgb,var(--zysp-join-accent) 13%,transparent)}
.zysp-join-live-card{position:relative;z-index:2;margin-top:auto;padding:12px;border:1px solid rgba(255,255,255,.09);border-radius:14px;background:rgba(4,9,20,.28);backdrop-filter:blur(10px)}
.zysp-join-live-top{display:flex;justify-content:space-between;gap:8px;align-items:center}.zysp-join-live-top>span:first-child{font-size:9px;color:rgba(255,255,255,.46)}
.zysp-join-live-dot{display:flex;align-items:center;gap:5px;color:#7ce7b3!important;font-size:8px!important;font-weight:800}.zysp-join-live-dot:before{content:"";width:5px;height:5px;border-radius:50%;background:#5be59e;box-shadow:0 0 0 4px rgba(91,229,158,.10)}
.zysp-join-live-name{display:block;margin:7px 0 10px;overflow:hidden;color:#fff;font-size:12px;white-space:nowrap;text-overflow:ellipsis}
.zysp-join-live-plan{display:flex;justify-content:space-between;align-items:end;padding-top:8px;border-top:1px solid rgba(255,255,255,.07)}.zysp-join-live-plan span:first-child{display:grid;gap:1px}.zysp-join-live-plan small{font-size:8px;color:rgba(255,255,255,.32)}.zysp-join-live-plan b{font-size:10px;color:rgba(255,255,255,.75)}.zysp-join-live-plan .price{font-size:12px;color:#fff}.zysp-join-live-plan .price b{font-size:16px;color:#fff}

/* 右侧表单主舱 */
.zysp-join-main{position:relative;min-width:0;min-height:0;display:flex;flex-direction:column;background:#fff}
.zysp-join-head{display:flex;justify-content:space-between;gap:18px;padding:23px 62px 14px 25px;border-bottom:1px solid #edf0f5}
.zysp-join-kicker{display:block;margin-bottom:4px;color:var(--zysp-join-accent);font-size:8px;font-weight:900;letter-spacing:.17em}
.zysp-join-head h2{margin:0;color:#1d2230;font-size:22px;line-height:1.3;letter-spacing:-.025em}.zysp-join-head p{margin:4px 0 0;color:#9097a5;font-size:11px;line-height:1.6}
.zysp-join-head-state{align-self:center;display:flex;align-items:center;gap:6px;padding:6px 9px;border:1px solid #edf0f5;border-radius:999px;background:#fafbfc;color:#9aa1ae;font-size:8px;white-space:nowrap}.zysp-join-head-state span{width:6px;height:6px;border-radius:50%;background:#52c98b;box-shadow:0 0 0 4px rgba(82,201,139,.11)}

.zysp-join-tabs{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px!important;margin:0!important;padding:13px 25px!important;border-bottom:1px solid #edf0f5;background:#fff}
.zysp-join-tabs button{min-width:0!important;display:flex!important;align-items:center!important;gap:9px!important;padding:9px 10px!important;border:1px solid #e9ecf2!important;border-radius:13px!important;background:#fafbfc!important;color:#8b92a1!important;text-align:left!important;cursor:pointer!important;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease,background .22s ease!important}
.zysp-join-tabs button:hover{transform:translateY(-1px);border-color:#dfe3ec!important;background:#fff!important}.zysp-join-tabs button.active{border-color:color-mix(in srgb,var(--zysp-join-accent) 42%,#dfe3ec)!important;background:color-mix(in srgb,var(--zysp-join-accent) 5%,#fff)!important;color:#252a36!important;box-shadow:0 8px 24px color-mix(in srgb,var(--zysp-join-accent) 10%,transparent)!important}
.zysp-join-tab-icon{width:31px;height:31px;display:grid;place-items:center;flex:none;border-radius:10px;background:#fff;border:1px solid #e8ebf1;color:#9ca3b1;font-size:16px;transition:.22s ease}.zysp-join-tabs button.active .zysp-join-tab-icon{border-color:color-mix(in srgb,var(--zysp-join-accent) 35%,#e8ebf1);background:var(--zysp-join-accent);color:#fff;box-shadow:0 7px 18px color-mix(in srgb,var(--zysp-join-accent) 24%,transparent)}
.zysp-join-tabs button>span:last-child{min-width:0;display:grid;gap:1px}.zysp-join-tabs b{font-size:11px;color:inherit}.zysp-join-tabs small{overflow:hidden;color:#a5abb7;font-size:8px;white-space:nowrap;text-overflow:ellipsis}

.zysp-join-form{min-height:0;flex:1;display:flex;flex-direction:column}.zysp-join-body{min-height:0;flex:1;padding:17px 25px 20px;overflow:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#d8dce5 transparent}
.zysp-owner-panel[hidden]{display:none!important}
.zysp-owner-panel.active{animation:zyspJoinPanel .28s ease both}
.zysp-join-section-title{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin:1px 0 12px}.zysp-join-section-title>div{display:flex;align-items:center;gap:8px}.zysp-join-section-title>div>span{width:25px;height:25px;display:grid;place-items:center;flex:none;border-radius:8px;background:color-mix(in srgb,var(--zysp-join-accent) 8%,#f6f7fa);color:var(--zysp-join-accent);font-size:8px;font-weight:900}.zysp-join-section-title h3{margin:0;color:#262b37;font-size:14px;line-height:25px}.zysp-join-section-title p{max-width:310px;margin:3px 0 0;color:#a0a6b1;font-size:9px;line-height:1.55;text-align:right}.zysp-join-section-title.compact{margin-top:18px}
.zysp-join-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px 12px}.zysp-join-field{display:block;min-width:0;color:#606775;font-size:10px;font-weight:800}.zysp-join-field.wide{grid-column:1/-1}.zysp-join-field>span{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px}.zysp-join-field>span b{color:#ff6654}.zysp-join-field>span em{margin-left:auto;color:#a7adb8;font-size:8px;font-style:normal;font-weight:600}
.zysp-join-field input,.zysp-join-field textarea,.zysp-join-more input,.zysp-join-more textarea{width:100%;height:42px!important;padding:9px 11px!important;border:1px solid #e2e6ed!important;border-radius:11px!important;outline:0!important;background:#fbfcfd!important;color:#252b37!important;box-shadow:none!important;font-size:12px!important;line-height:1.4!important;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease!important}.zysp-join-field textarea,.zysp-join-more textarea{height:auto!important;min-height:70px!important;resize:vertical}.zysp-join-field input::placeholder,.zysp-join-more input::placeholder,.zysp-join-field textarea::placeholder,.zysp-join-more textarea::placeholder{color:#bcc1ca}.zysp-join-field input:focus,.zysp-join-field textarea:focus,.zysp-join-more input:focus,.zysp-join-more textarea:focus{border-color:color-mix(in srgb,var(--zysp-join-accent) 64%,#ccd2dc)!important;background:#fff!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--zysp-join-accent) 9%,transparent)!important}
.zysp-join-url-row,.zysp-join-message-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.zysp-join-url-row button,.zysp-join-message-row button{height:42px;min-width:90px;padding:0 12px;border:1px solid color-mix(in srgb,var(--zysp-join-accent) 23%,#e1e5ec);border-radius:11px;background:color-mix(in srgb,var(--zysp-join-accent) 4%,#fff);color:var(--zysp-join-accent);font-size:10px;font-weight:900;cursor:pointer;transition:.22s ease}.zysp-join-url-row button:hover,.zysp-join-message-row button:hover{transform:translateY(-1px);border-color:var(--zysp-join-accent);box-shadow:0 7px 17px color-mix(in srgb,var(--zysp-join-accent) 10%,transparent)}.zysp-join-url-row button i{margin-right:3px;font-style:normal}.zysp-join-url-row button.is-success{border-color:#46ba80;background:#effbf5;color:#1f925c}
.zysp-join-modal .zysp-site-check-status{margin-top:7px;padding:7px 9px;border-radius:9px;font-size:9px;font-weight:700}
.zysp-join-site-preview{display:grid;grid-template-columns:155px minmax(0,1fr);margin:12px 0!important;border:1px solid #e7eaf0!important;border-radius:13px!important;background:#fbfcfd!important;overflow:hidden!important}.zysp-join-site-preview[hidden]{display:none!important}.zysp-join-site-preview .zysp-preview-shot{aspect-ratio:auto;height:92px;background:#151923}.zysp-join-site-preview .zysp-preview-info{min-width:0;align-items:center;padding:10px!important}.zysp-join-site-preview .zysp-preview-logo{width:38px!important;height:38px!important;object-fit:contain!important;border-radius:10px!important;background:#fff;padding:4px;border:1px solid #edf0f4}.zysp-join-site-preview .zysp-preview-info>div{min-width:0}.zysp-join-site-preview .zysp-preview-info b{display:block;overflow:hidden;font-size:11px;white-space:nowrap;text-overflow:ellipsis}.zysp-join-site-preview .zysp-preview-info p{display:-webkit-box;margin:3px 0 5px!important;overflow:hidden;color:#8e95a3!important;font-size:9px!important;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.zysp-join-more{margin:12px 0 0;border:1px solid #e8ebf1;border-radius:12px;background:#fbfcfd;overflow:hidden}.zysp-join-more summary{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;cursor:pointer;list-style:none}.zysp-join-more summary::-webkit-details-marker{display:none}.zysp-join-more summary>span{display:grid;gap:1px}.zysp-join-more summary b{color:#656c79;font-size:10px}.zysp-join-more summary small{color:#a6acb7;font-size:8px}.zysp-join-more summary:after{content:"＋";width:24px;height:24px;display:grid;place-items:center;border-radius:8px;background:#f2f4f7;color:#959ca9;font-size:13px}.zysp-join-more[open] summary:after{content:"－"}.zysp-join-more-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0 11px 11px}.zysp-join-more-grid label{display:flex;flex-direction:column;gap:5px;color:#737a87;font-size:9px;font-weight:700}.zysp-join-more-grid .wide{grid-column:1/-1}.zysp-join-more-grid .inline{grid-column:1/-1;display:flex;flex-direction:row;align-items:center;padding:4px 0}.zysp-join-more-grid .inline input{width:auto!important;height:auto!important;margin:0 5px 0 0}.zysp-join-more-grid .inline span{display:inline}.zysp-join-more-grid .inline b{color:var(--zysp-join-accent)}
.zysp-join-anonymous-note{display:flex;gap:10px;align-items:center;margin-bottom:12px;padding:12px;border:1px solid color-mix(in srgb,var(--zysp-join-accent) 14%,#e7eaf0);border-radius:12px;background:color-mix(in srgb,var(--zysp-join-accent) 4%,#fbfcfd)}.zysp-join-anonymous-note>span{width:34px;height:34px;display:grid;place-items:center;flex:none;border-radius:10px;background:var(--zysp-join-accent);color:#fff;font-size:18px}.zysp-join-anonymous-note div{display:grid;gap:2px}.zysp-join-anonymous-note b{font-size:10px;color:#525966}.zysp-join-anonymous-note small{font-size:8px;color:#9ca3af}

/* 方案选择：强调周期与价值，不使用大面积实色填充 */
.zysp-join-plan-section{margin-top:18px;padding-top:16px;border-top:1px solid #edf0f4}.zysp-join-plan-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(118px,1fr))!important;gap:9px!important}.zysp-join-plan{position:relative!important;min-width:0!important;align-items:flex-start!important;gap:2px!important;padding:11px 10px 10px!important;border:1px solid #e6e9ef!important;border-radius:13px!important;background:#fbfcfd!important;text-align:left!important;box-shadow:none!important;overflow:hidden;transition:.23s ease!important}.zysp-join-plan:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--zysp-plan-color);opacity:.25;transition:.23s ease}.zysp-join-plan:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--zysp-plan-color) 30%,#e6e9ef)!important;background:#fff!important;box-shadow:0 9px 24px rgba(25,35,58,.06)!important}.zysp-join-plan.selected{border-color:color-mix(in srgb,var(--zysp-plan-color) 55%,#dfe3ea)!important;background:color-mix(in srgb,var(--zysp-plan-color) 4%,#fff)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--zysp-plan-color) 8%,transparent)!important}.zysp-join-plan.selected:before{opacity:1}.zysp-join-plan input{position:absolute;opacity:0}.zysp-join-plan-check{position:absolute;right:8px;top:8px;width:18px;height:18px;display:grid;place-items:center;border:1px solid #e2e5eb;border-radius:50%;background:#fff;color:transparent;font-size:9px}.zysp-join-plan.selected .zysp-join-plan-check{border-color:var(--zysp-plan-color);background:var(--zysp-plan-color);color:#fff}.zysp-join-plan small{display:block!important;max-width:calc(100% - 24px)!important;overflow:hidden!important;color:#757c89!important;font-size:9px!important;font-weight:800;white-space:nowrap!important;text-overflow:ellipsis!important}.zysp-join-plan strong{margin-top:5px;color:#262c38!important;font-size:18px!important;line-height:1.1!important}.zysp-join-plan strong i{margin-right:1px;color:var(--zysp-plan-color);font-size:10px;font-style:normal}.zysp-join-plan em{display:block!important;margin-top:4px!important;padding:0!important;background:transparent!important;color:#a1a7b2!important;font-size:8px!important;font-style:normal!important}
.zysp-join-pay-section{margin-top:17px}.zysp-join-pay-methods{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px!important;margin:0!important}.zysp-join-pay-methods label{position:relative!important;display:flex!important;align-items:center!important;gap:9px!important;min-height:49px!important;margin:0!important;padding:8px 10px!important;border:1px solid #e5e8ee!important;border-radius:12px!important;background:#fbfcfd!important;color:#525966!important;cursor:pointer!important;box-shadow:none!important;transition:.22s ease!important}.zysp-join-pay-methods label:hover{border-color:#d9dde6!important;background:#fff!important}.zysp-join-pay-methods label.selected{border-color:color-mix(in srgb,var(--zysp-join-accent) 44%,#dce1e9)!important;background:color-mix(in srgb,var(--zysp-join-accent) 4%,#fff)!important;box-shadow:0 8px 22px color-mix(in srgb,var(--zysp-join-accent) 8%,transparent)!important}.zysp-join-pay-methods input{position:absolute;opacity:0}.zysp-join-pay-icon{width:31px;height:31px;display:grid;place-items:center;flex:none;border:1px solid #e7eaf0;border-radius:9px;background:#fff}.zysp-join-pay-icon img{width:20px!important;height:20px!important;object-fit:contain!important}.zysp-join-pay-methods label>span:nth-child(3){min-width:0;display:grid;gap:1px}.zysp-join-pay-methods b{font-size:10px;color:#4a505c}.zysp-join-pay-methods small{font-size:8px;color:#a1a7b2}.zysp-join-pay-methods label>i{margin-left:auto;width:18px;height:18px;display:grid;place-items:center;border:1px solid #e1e5eb;border-radius:50%;color:transparent;font-size:8px;font-style:normal}.zysp-join-pay-methods label.selected>i{border-color:var(--zysp-join-accent);background:var(--zysp-join-accent);color:#fff}
.zysp-join-agreement{display:flex!important;align-items:flex-start!important;gap:7px!important;margin:14px 0 1px!important;color:#949ba8!important;font-size:9px!important;line-height:1.5!important}.zysp-join-agreement input{margin-top:1px}.zysp-join-agreement span{display:block}

/* 固定结算条 */
.zysp-join-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 17px 11px 25px;border-top:1px solid #e9edf3;background:rgba(255,255,255,.96);box-shadow:0 -10px 30px rgba(21,31,55,.035);backdrop-filter:blur(12px)}
.zysp-join-footer-total{display:flex;align-items:baseline;gap:7px;min-width:0}.zysp-join-footer-total small{color:#a2a8b4;font-size:8px}.zysp-join-footer-total strong{color:#222834;font-size:19px;letter-spacing:-.03em}.zysp-join-footer-total em{color:#9ca3af;font-size:8px;font-style:normal;white-space:nowrap}
.zysp-join-footer-actions{display:flex;gap:8px}.zysp-join-footer button{height:39px;border-radius:11px;font-size:10px;font-weight:900;cursor:pointer;transition:.22s ease}.zysp-join-cancel{padding:0 13px;border:1px solid #e4e7ed;background:#fff;color:#818896}.zysp-join-cancel:hover{background:#f7f8fa;color:#4e5561}.zysp-join-confirm{min-width:155px;display:flex;align-items:center;justify-content:center;gap:9px;padding:0 15px;border:1px solid var(--zysp-join-accent);background:linear-gradient(135deg,var(--zysp-join-accent),color-mix(in srgb,var(--zysp-join-accent) 68%,#7d47ff 32%));color:#fff;box-shadow:0 10px 24px color-mix(in srgb,var(--zysp-join-accent) 20%,transparent)}.zysp-join-confirm b{font-size:15px;transition:transform .2s ease}.zysp-join-confirm:hover{transform:translateY(-1px);box-shadow:0 13px 30px color-mix(in srgb,var(--zysp-join-accent) 27%,transparent)}.zysp-join-confirm:hover b{transform:translateX(3px)}.zysp-join-confirm:disabled{opacity:.56;cursor:not-allowed;transform:none!important}
.zysp-join-modal .zysp-payment-result{position:absolute!important;inset:0!important;z-index:50!important;border-radius:var(--zysp-join-radius)!important;background:#fff!important}

/* 深色模式 */
.io-black-mode .zysp-join-main,.io-black-mode .zysp-join-modal{background:#23262c!important;color:#eef1f5!important;border-color:rgba(255,255,255,.08)!important}.io-black-mode .zysp-join-head,.io-black-mode .zysp-join-tabs,.io-black-mode .zysp-join-footer{border-color:rgba(255,255,255,.07)!important;background:#23262c!important}.io-black-mode .zysp-join-head h2,.io-black-mode .zysp-join-section-title h3,.io-black-mode .zysp-join-footer-total strong{color:#eef1f5!important}.io-black-mode .zysp-join-head-state,.io-black-mode .zysp-join-tabs button,.io-black-mode .zysp-join-field input,.io-black-mode .zysp-join-field textarea,.io-black-mode .zysp-join-more,.io-black-mode .zysp-join-more input,.io-black-mode .zysp-join-more textarea,.io-black-mode .zysp-join-plan,.io-black-mode .zysp-join-pay-methods label,.io-black-mode .zysp-join-site-preview{border-color:rgba(255,255,255,.08)!important;background:#2b2e35!important;color:#eef1f5!important}.io-black-mode .zysp-join-tabs button.active,.io-black-mode .zysp-join-plan.selected,.io-black-mode .zysp-join-pay-methods label.selected{background:color-mix(in srgb,var(--zysp-join-accent) 10%,#2b2e35)!important}.io-black-mode .zysp-join-tab-icon,.io-black-mode .zysp-join-pay-icon,.io-black-mode .zysp-join-plan-check{border-color:rgba(255,255,255,.08);background:#333740}.io-black-mode .zysp-join-tabs button.active .zysp-join-tab-icon,.io-black-mode .zysp-join-pay-methods label.selected>i,.io-black-mode .zysp-join-plan.selected .zysp-join-plan-check{background:var(--zysp-join-accent)}.io-black-mode .zysp-join-tabs b,.io-black-mode .zysp-join-pay-methods b,.io-black-mode .zysp-join-plan strong,.io-black-mode .zysp-join-anonymous-note b{color:#eef1f5!important}.io-black-mode .zysp-join-more summary:after{background:#353941}.io-black-mode .zysp-join-footer{background:rgba(35,38,44,.96)!important}.io-black-mode .zysp-join-cancel{border-color:rgba(255,255,255,.09);background:#2b2e35;color:#adb3bd}.io-black-mode .zysp-join-modal .zysp-payment-result{background:#23262c!important}

/* 响应式 */
@media(max-width:880px){
  .zysp-join-modal{grid-template-columns:260px minmax(0,1fr)}
  .zysp-join-aside{padding:22px 19px 18px}.zysp-join-orbit{width:138px;height:138px;margin:18px auto 9px}.zysp-join-orbit .orbit-core{width:52px;height:52px}.zysp-join-aside-copy h3{font-size:21px}.zysp-join-benefits small{display:none}.zysp-join-head-state{display:none}
}
@media(max-width:720px){
  .zysp-join-modal{width:100%!important;height:100vh!important;max-height:100vh!important;margin:0!important;grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);border:0!important;border-radius:0!important}
  .zysp-join-aside{min-height:88px;padding:15px 54px 14px 16px;display:block;background:linear-gradient(135deg,#11172a,#171f37)}
  .zysp-join-brand{margin-bottom:9px}.zysp-join-brand-mark{width:32px;height:32px;border-radius:10px}.zysp-join-brand small{font-size:7px}.zysp-join-brand strong{font-size:11px}.zysp-join-orbit,.zysp-join-benefits,.zysp-join-journey,.zysp-join-live-card{display:none!important}.zysp-join-aside-copy{margin:0}.zysp-join-aside-copy>span{display:none}.zysp-join-aside-copy h3{margin:0;font-size:17px}.zysp-join-aside-copy p{display:none}
  .zysp-join-close{top:13px!important;right:13px!important;border-color:rgba(255,255,255,.13)!important;background:rgba(255,255,255,.09)!important;color:#fff!important;box-shadow:none!important}
  .zysp-join-main{min-height:0}.zysp-join-head{padding:14px 16px 11px}.zysp-join-head h2{font-size:19px}.zysp-join-head p{font-size:9px}.zysp-join-kicker{font-size:7px}
  .zysp-join-tabs{gap:6px!important;padding:9px 12px!important}.zysp-join-tabs button{gap:6px!important;padding:8px 7px!important}.zysp-join-tab-icon{width:27px;height:27px;border-radius:9px;font-size:13px}.zysp-join-tabs small{display:none}.zysp-join-tabs b{font-size:9px}
  .zysp-join-body{padding:13px 14px 16px}.zysp-join-section-title{display:block}.zysp-join-section-title p{max-width:none;margin:4px 0 0 33px;text-align:left}.zysp-join-field-grid{grid-template-columns:1fr}.zysp-join-field.wide{grid-column:auto}.zysp-join-more-grid{grid-template-columns:1fr}.zysp-join-more-grid .wide,.zysp-join-more-grid .inline{grid-column:auto}.zysp-join-site-preview{grid-template-columns:112px minmax(0,1fr)}.zysp-join-site-preview .zysp-preview-shot{height:84px}
  .zysp-join-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.zysp-join-pay-methods{grid-template-columns:1fr!important}
  .zysp-join-footer{padding:9px 10px 9px 14px}.zysp-join-footer-total small{display:none}.zysp-join-footer-total strong{font-size:17px}.zysp-join-footer-days{display:none}.zysp-join-footer-actions{margin-left:auto}.zysp-join-cancel{display:none}.zysp-join-confirm{min-width:150px;height:40px!important}
  .zysp-join-modal .zysp-payment-result{border-radius:0!important}
}
@media(max-width:420px){
  .zysp-join-tabs{grid-template-columns:repeat(3,1fr)!important}.zysp-join-tabs button{justify-content:center!important;text-align:center!important}.zysp-join-tab-icon{display:none}.zysp-join-url-row,.zysp-join-message-row{grid-template-columns:1fr}.zysp-join-url-row button,.zysp-join-message-row button{width:100%}.zysp-join-plan-grid{grid-template-columns:1fr 1fr!important}.zysp-join-footer-total{gap:3px}.zysp-join-confirm{min-width:142px;padding:0 12px}
}

@keyframes zyspJoinMark{to{transform:rotate(360deg)}}
@keyframes zyspJoinOrbit{to{transform:rotate(342deg)}}
@keyframes zyspJoinOrbitReverse{to{transform:rotate(-336deg)}}
@keyframes zyspJoinPanel{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){.zysp-join-modal *{animation:none!important;transition-duration:.01ms!important}.zysp-join-tabs button:hover,.zysp-join-plan:hover,.zysp-join-confirm:hover{transform:none!important}}

/* v1.0.10：排行榜透明 Logo 与黄白波浪光环 */
.zysp-ee-top3-avatar{
  --zysp-avatar-ring:#ffc400;
  isolation:isolate;
  overflow:visible!important;
  border:0!important;
  background:transparent!important;
  box-shadow:0 12px 25px rgba(26,31,42,.28)!important;
}
.zysp-ee-avatar-glow-gold{--zysp-avatar-ring:#ffc400}
.zysp-ee-avatar-glow-silver{--zysp-avatar-ring:#d5d9e1}
.zysp-ee-avatar-glow-bronze{--zysp-avatar-ring:#e77c1f}
.zysp-ee-top3-avatar:before{
  content:"";
  position:absolute;
  inset:-6px;
  z-index:-1;
  border-radius:50%;
  padding:5px;
  background:conic-gradient(
    from 0deg,
    var(--zysp-avatar-ring) 0 12%,
    #fff 12% 24%,
    var(--zysp-avatar-ring) 24% 42%,
    #fff 42% 55%,
    var(--zysp-avatar-ring) 55% 74%,
    #fff 74% 86%,
    var(--zysp-avatar-ring) 86% 100%
  );
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  animation:zyspAvatarWave 2.4s linear infinite;
  filter:drop-shadow(0 0 5px color-mix(in srgb,var(--zysp-avatar-ring) 58%,transparent));
  pointer-events:none;
}
.zysp-ee-top3-avatar:after{
  content:"";
  position:absolute;
  inset:2px;
  z-index:-2;
  border-radius:50%;
  background:rgba(255,255,255,.10);
  backdrop-filter:blur(1px);
  pointer-events:none;
}
.zysp-ee-top3-avatar img{
  width:92%!important;
  height:92%!important;
  border-radius:0!important;
  background:transparent!important;
  object-fit:contain!important;
  filter:drop-shadow(0 2px 3px rgba(20,28,42,.18))!important;
}
@keyframes zyspAvatarWave{to{transform:rotate(360deg)}}
@media (prefers-reduced-motion:reduce){.zysp-ee-top3-avatar:before{animation:none}}

/* v1.0.13：实时赞助卡片可点击 + 赞助弹窗柔和进出动画 */
body.zysp-modal-open{overflow:hidden!important}
.zysp-modal{
  display:block!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transition:opacity .28s ease,visibility 0s linear .36s!important;
}
.zysp-modal .zysp-modal-backdrop{
  opacity:0;
  transition:opacity .3s ease,backdrop-filter .3s ease!important;
}
.zysp-modal .zysp-modal-dialog{
  opacity:0;
  transform:translate3d(0,26px,0) scale(.965);
  transform-origin:center center;
  transition:opacity .25s ease,transform .42s cubic-bezier(.16,1,.3,1)!important;
  will-change:transform,opacity;
}
.zysp-modal.is-open{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transition:opacity .28s ease,visibility 0s linear 0s!important;
}
.zysp-modal.is-open .zysp-modal-backdrop{opacity:1}
.zysp-modal.is-open .zysp-modal-dialog{
  opacity:1;
  transform:translate3d(0,0,0) scale(1);
}
.zysp-modal.is-closing .zysp-modal-dialog{
  opacity:0;
  transform:translate3d(0,18px,0) scale(.98);
  transition-duration:.24s!important;
}
.zysp-toast-stack .zysp-toast-track .zysp-toast-sponsor{
  pointer-events:auto!important;
  cursor:pointer!important;
  color:inherit!important;
  text-decoration:none!important;
  -webkit-tap-highlight-color:transparent;
}
.zysp-toast-stack .zysp-toast-track a.zysp-toast-sponsor:hover,
.zysp-toast-stack .zysp-toast-track a.zysp-toast-sponsor:focus-visible{
  border-color:rgba(76,125,240,.24)!important;
  box-shadow:0 12px 30px rgba(22,35,67,.20)!important;
  text-decoration:none!important;
  outline:0!important;
}
.zysp-toast-stack .zysp-toast-track a.zysp-toast-sponsor:focus-visible{
  box-shadow:0 0 0 3px rgba(76,125,240,.18),0 12px 30px rgba(22,35,67,.20)!important;
}
@media(max-width:520px){
  .zysp-modal .zysp-modal-dialog{transform:translate3d(0,38px,0) scale(.985)}
  .zysp-modal.is-open .zysp-modal-dialog{transform:translate3d(0,0,0) scale(1)}
  .zysp-modal.is-closing .zysp-modal-dialog{transform:translate3d(0,26px,0) scale(.99)}
}
@media(prefers-reduced-motion:reduce){
  .zysp-modal,.zysp-modal .zysp-modal-backdrop,.zysp-modal .zysp-modal-dialog{transition:none!important}
}

/* v1.0.14：实时支持卡片视觉与三卡整体上滚 */
.zysp-toast-stack.zysp-ee-toast-style{
  position:fixed!important;
  width:min(var(--zysp-toast-width),calc(100vw - 24px))!important;
  height:calc(var(--zysp-toast-height)*3 + var(--zysp-toast-gap)*2)!important;
  display:block!important;
  padding:0!important;
  overflow:visible!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  z-index:100300!important;
  pointer-events:none!important;
  isolation:isolate;
}
.zysp-toast-stack.zysp-ee-toast-style .zysp-toast-viewport{
  position:relative!important;
  width:100%!important;
  height:100%!important;
  padding:0!important;
  overflow:hidden!important;
  border-radius:20px!important;
  background:transparent!important;
  -webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.74) 0%,#000 20%,#000 80%,rgba(0,0,0,.74) 100%);
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.74) 0%,#000 20%,#000 80%,rgba(0,0,0,.74) 100%);
}
.zysp-toast-stack.zysp-ee-toast-style .zysp-toast-track{
  display:flex!important;
  width:100%!important;
  flex-direction:column!important;
  gap:var(--zysp-toast-gap)!important;
  transform:translate3d(0,0,0)!important;
  transition:transform var(--zysp-toast-duration) cubic-bezier(.22,.72,.18,1)!important;
  will-change:transform!important;
}
.zysp-toast-stack.zysp-ee-toast-style .zysp-toast-track.is-shifting{
  transform:translate3d(0,calc(-1 * (var(--zysp-toast-height) + var(--zysp-toast-gap))),0)!important;
}
.zysp-toast-stack.zysp-ee-toast-style .zysp-toast-track.is-resetting{
  transition:none!important;
  transform:translate3d(0,0,0)!important;
}
.zysp-toast-stack.zysp-ee-toast-style .zysp-toast-sponsor{
  position:relative!important;
  inset:auto!important;
  display:flex!important;
  width:100%!important;
  height:var(--zysp-toast-height)!important;
  min-height:var(--zysp-toast-height)!important;
  max-height:var(--zysp-toast-height)!important;
  flex:0 0 var(--zysp-toast-height)!important;
  align-items:center!important;
  gap:11px!important;
  margin:0!important;
  padding:8px 14px!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
  border:1px solid rgba(30,42,67,.055)!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.965)!important;
  color:#222!important;
  box-shadow:0 5px 16px rgba(25,37,62,.09)!important;
  text-decoration:none!important;
  opacity:var(--zysp-toast-faded-opacity)!important;
  transform:scale(var(--zysp-toast-faded-scale))!important;
  transform-origin:var(--zysp-toast-origin,right center)!important;
  filter:saturate(.76)!important;
  transition:opacity var(--zysp-toast-duration) ease,transform var(--zysp-toast-duration) cubic-bezier(.22,.72,.18,1),filter var(--zysp-toast-duration) ease,box-shadow var(--zysp-toast-duration) ease,border-color .2s ease!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
  pointer-events:auto!important;
  cursor:pointer!important;
  -webkit-tap-highlight-color:transparent!important;
}
.zysp-toast-stack.zysp-ee-toast-style .zysp-toast-sponsor.is-center{
  z-index:3!important;
  opacity:1!important;
  transform:scale(1)!important;
  filter:none!important;
  border-color:rgba(30,42,67,.065)!important;
  box-shadow:0 8px 22px rgba(25,37,62,.14)!important;
}
.zysp-toast-stack.zysp-ee-toast-style .zysp-toast-sponsor.is-top,
.zysp-toast-stack.zysp-ee-toast-style .zysp-toast-sponsor.is-bottom{
  z-index:1!important;
  opacity:var(--zysp-toast-faded-opacity)!important;
  transform:scale(var(--zysp-toast-faded-scale))!important;
  filter:saturate(.72)!important;
  box-shadow:0 4px 12px rgba(25,37,62,.07)!important;
}
.zysp-toast-stack.zysp-ee-toast-style .zysp-toast-sponsor.is-next,
.zysp-toast-stack.zysp-ee-toast-style .zysp-toast-sponsor.is-exiting{
  opacity:0!important;
  transform:scale(var(--zysp-toast-faded-scale))!important;
  filter:saturate(.65)!important;
}
.zysp-toast-stack.zysp-ee-toast-style .zysp-toast-sponsor:hover,
.zysp-toast-stack.zysp-ee-toast-style .zysp-toast-sponsor:focus-visible{
  border-color:rgba(64,93,153,.13)!important;
  box-shadow:0 9px 24px rgba(25,37,62,.16)!important;
  text-decoration:none!important;
  outline:0!important;
}
.zysp-toast-stack.zysp-ee-toast-style .zysp-toast-media{
  display:grid!important;
  width:calc(var(--zysp-toast-height) - 18px)!important;
  height:calc(var(--zysp-toast-height) - 18px)!important;
  min-width:calc(var(--zysp-toast-height) - 18px)!important;
  flex:0 0 calc(var(--zysp-toast-height) - 18px)!important;
  place-items:center!important;
  overflow:hidden!important;
  border-radius:50%!important;
  background:#f3f5f8!important;
  box-shadow:none!important;
}
.zysp-toast-stack.zysp-ee-toast-style .zysp-toast-media img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:50%!important;
}
.zysp-toast-stack.zysp-ee-toast-style .zysp-toast-copy{
  display:block!important;
  min-width:0!important;
  flex:1!important;
  overflow:hidden!important;
  color:var(--zysp-toast-text-color)!important;
  font-size:var(--zysp-toast-text-size)!important;
  line-height:1.45!important;
  white-space:normal!important;
}
.zysp-toast-stack.zysp-ee-toast-style .zysp-toast-copy strong{
  display:inline!important;
  margin:0 4px 0 0!important;
  color:var(--zysp-toast-title-color)!important;
  font-size:var(--zysp-toast-title-size)!important;
  line-height:inherit!important;
  font-weight:var(--zysp-toast-title-weight)!important;
  white-space:normal!important;
}
.zysp-toast-stack.zysp-ee-toast-style .zysp-toast-copy small{
  display:inline!important;
  margin:0!important;
  color:var(--zysp-toast-text-color)!important;
  font-size:var(--zysp-toast-text-size)!important;
  line-height:inherit!important;
  font-weight:400!important;
  white-space:normal!important;
}
.zysp-toast-stack.zysp-ee-toast-style .zysp-toast-copy{
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  max-height:2.9em!important;
  text-overflow:ellipsis!important;
}
.io-black-mode .zysp-toast-stack.zysp-ee-toast-style .zysp-toast-sponsor{
  border-color:rgba(255,255,255,.065)!important;
  background:rgba(36,38,42,.97)!important;
  box-shadow:0 6px 18px rgba(0,0,0,.22)!important;
}
.io-black-mode .zysp-toast-stack.zysp-ee-toast-style .zysp-toast-copy strong{color:#f5f6f8!important}
.io-black-mode .zysp-toast-stack.zysp-ee-toast-style .zysp-toast-copy small{color:#a7adb7!important}
.io-black-mode .zysp-toast-stack.zysp-ee-toast-style .zysp-toast-media{background:#2e3137!important}
@media(max-width:760px){
  .zysp-toast-stack.zysp-ee-toast-style .zysp-toast-sponsor{gap:9px!important;padding:7px 11px!important;border-radius:16px!important}
  .zysp-toast-stack.zysp-ee-toast-style .zysp-toast-media{width:calc(var(--zysp-toast-height) - 16px)!important;height:calc(var(--zysp-toast-height) - 16px)!important;min-width:calc(var(--zysp-toast-height) - 16px)!important;flex-basis:calc(var(--zysp-toast-height) - 16px)!important}
}
@media(prefers-reduced-motion:reduce){
  .zysp-toast-stack.zysp-ee-toast-style .zysp-toast-track,
  .zysp-toast-stack.zysp-ee-toast-style .zysp-toast-sponsor{transition:none!important}
}


/* v1.0.16：终端开关硬控制，避免缓存或自定义样式让禁用设备继续显示 */
.zysp-toast-stack[hidden],
.zysp-toast-stack.is-device-disabled{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}


/* ============================================================
   v1.0.18：Top3 悬浮防溢出稳定补丁 + Aurora 极光头像动效
   说明：
   1) 禁用 3D 倾斜与图片 hover 缩放，避免 Chromium 合成层在圆角处短暂穿透；
   2) 使用 clip-path + contain:paint + overflow:hidden 三重裁切；
   3) 黄白旋转圆环改为不旋转的柔和极光呼吸与高光掠过。
   ============================================================ */
.zysp-ee-top3-card{
  overflow:hidden!important;
  clip-path:inset(0 round 17px)!important;
  contain:paint!important;
  isolation:isolate!important;
  transform:none!important;
  transform-style:flat!important;
  will-change:auto!important;
  backface-visibility:hidden!important;
  -webkit-backface-visibility:hidden!important;
  transition:box-shadow .28s ease,border-color .28s ease,background-color .28s ease!important;
}
.zysp-ee-top3-card:hover,
.zysp-ee-top3-card:focus-visible{
  transform:none!important;
  box-shadow:0 18px 38px rgba(27,37,64,.18)!important;
}
.zysp-ee-top3-upper{
  overflow:hidden!important;
  isolation:isolate!important;
  border-radius:15px 15px 0 0!important;
  clip-path:inset(0 round 15px 15px 0 0)!important;
  transform:translateZ(0)!important;
  -webkit-transform:translateZ(0)!important;
  backface-visibility:hidden!important;
  -webkit-backface-visibility:hidden!important;
}
.zysp-ee-top3-preview{
  display:block!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  margin:0!important;
  object-fit:cover!important;
  transform:none!important;
  -webkit-transform:none!important;
  transform-origin:center center!important;
  backface-visibility:hidden!important;
  -webkit-backface-visibility:hidden!important;
  transition:filter .32s ease,opacity .32s ease!important;
}
.zysp-ee-top3-card:hover .zysp-ee-top3-preview,
.zysp-ee-top3-card:focus-visible .zysp-ee-top3-preview{
  transform:none!important;
  -webkit-transform:none!important;
  filter:saturate(.96) contrast(.95) brightness(1.025)!important;
}
.zysp-ee-top3-screen-mask{
  overflow:hidden!important;
  border-radius:inherit!important;
}

/* Aurora：不旋转、不画黄白条纹，用层次柔光体现前三名身份 */
.zysp-ee-top3-avatar{
  --zysp-avatar-ring:#f1b500;
  isolation:isolate!important;
  overflow:visible!important;
  border:1px solid rgba(255,255,255,.82)!important;
  background:rgba(255,255,255,.95)!important;
  box-shadow:0 12px 28px rgba(21,29,45,.24),0 0 0 4px rgba(255,255,255,.24)!important;
}
.zysp-ee-avatar-glow-gold{--zysp-avatar-ring:#f4b900}
.zysp-ee-avatar-glow-silver{--zysp-avatar-ring:#aeb7c6}
.zysp-ee-avatar-glow-bronze{--zysp-avatar-ring:#dc7b2b}
.zysp-ee-top3-avatar:before{
  content:""!important;
  position:absolute!important;
  inset:-12px!important;
  z-index:-2!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  background:radial-gradient(circle at 50% 52%,var(--zysp-avatar-ring) 0 18%,rgba(255,255,255,.18) 36%,transparent 70%)!important;
  -webkit-mask:none!important;
  mask:none!important;
  filter:blur(9px)!important;
  opacity:.36!important;
  transform:scale(.92)!important;
  animation:zyspAvatarAura 3.8s cubic-bezier(.4,0,.2,1) infinite!important;
  pointer-events:none!important;
}
.zysp-ee-top3-avatar:after{
  content:""!important;
  position:absolute!important;
  top:7px!important;
  right:-5px!important;
  bottom:auto!important;
  left:auto!important;
  width:24px!important;
  height:7px!important;
  z-index:3!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.96),transparent)!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  filter:blur(.15px)!important;
  opacity:.15!important;
  transform:rotate(-38deg) translateX(-3px)!important;
  transform-origin:center!important;
  animation:zyspAvatarGleam 4.6s ease-in-out infinite!important;
  pointer-events:none!important;
}
.zysp-ee-top3-avatar img{
  display:block!important;
  width:86%!important;
  height:86%!important;
  max-width:86%!important;
  max-height:86%!important;
  margin:auto!important;
  border-radius:0!important;
  background:transparent!important;
  object-fit:contain!important;
  transform:none!important;
  -webkit-transform:none!important;
  filter:drop-shadow(0 3px 4px rgba(20,28,42,.16))!important;
}
@keyframes zyspAvatarAura{
  0%,100%{opacity:.28;transform:scale(.90)}
  50%{opacity:.50;transform:scale(1.04)}
}
@keyframes zyspAvatarGleam{
  0%,64%,100%{opacity:.10;transform:rotate(-38deg) translateX(-5px)}
  78%{opacity:.92;transform:rotate(-38deg) translateX(4px)}
  88%{opacity:.24;transform:rotate(-38deg) translateX(7px)}
}
@media (prefers-reduced-motion:reduce){
  .zysp-ee-top3-avatar:before,
  .zysp-ee-top3-avatar:after{animation:none!important}
}


/* ============================================================
   v1.0.19：Top3 丰富稳定交互（不恢复 3D 倾斜，不缩放预览图）
   ============================================================ */
.zysp-ee-top3-card{
  --zysp-pointer-x:50%;
  --zysp-pointer-y:45%;
  --zysp-motion-delay:0ms;
  transition:box-shadow .32s ease,border-color .32s ease,background-color .32s ease!important;
}
.zysp-ee-top3-card:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:5;
  pointer-events:none;
  border-radius:inherit;
  background:radial-gradient(220px circle at var(--zysp-pointer-x) var(--zysp-pointer-y),rgba(255,255,255,.23),rgba(255,255,255,.07) 30%,transparent 68%);
  opacity:0;
  transition:opacity .28s ease;
}
.zysp-ee-top3-card:hover:after,
.zysp-ee-top3-card:focus-visible:after,
.zysp-ee-top3-card.is-pointer-active:after{opacity:1}
.zysp-ee-top3-card:hover,
.zysp-ee-top3-card:focus-visible{
  border-color:color-mix(in srgb,var(--zysp-rank-color) 82%,#fff 18%)!important;
  box-shadow:0 20px 44px rgba(22,31,52,.22),0 0 0 4px color-mix(in srgb,var(--zysp-rank-color) 12%,transparent)!important;
}
.zysp-ee-top3-upper:after{
  content:"";
  position:absolute;
  inset:-25% -10%;
  z-index:1;
  pointer-events:none;
  background:
    radial-gradient(circle at 24% 40%,color-mix(in srgb,var(--zysp-rank-color) 22%,transparent),transparent 34%),
    radial-gradient(circle at 80% 22%,rgba(255,255,255,.16),transparent 28%);
  opacity:.38;
  animation:zyspTop3Ambient 4.8s ease-in-out infinite;
}
.zysp-ee-top3-card:hover .zysp-ee-top3-upper:after{opacity:.68}
.zysp-ee-top3-screen-mask{z-index:1}
.zysp-ee-top3-avatar,.zysp-ee-top3-stats{z-index:3}
.zysp-ee-top3-stats{
  transition:background .28s ease,box-shadow .28s ease,color .28s ease,letter-spacing .28s ease!important;
}
.zysp-ee-top3-card:hover .zysp-ee-top3-stats{
  background:rgba(255,255,255,.97)!important;
  box-shadow:0 9px 24px rgba(23,29,42,.22)!important;
  color:#424955!important;
  letter-spacing:.015em;
}
.zysp-ee-top3-lower{
  position:relative;
  overflow:hidden;
}
.zysp-ee-top3-lower:after{
  content:"";
  position:absolute;
  left:-46%;
  bottom:0;
  width:38%;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,transparent,var(--zysp-rank-color),transparent);
  opacity:.78;
  animation:zyspTop3Line 4.3s ease-in-out infinite;
  pointer-events:none;
}
.zysp-ee-top3-silver .zysp-ee-top3-lower:after{animation-delay:.7s}
.zysp-ee-top3-bronze .zysp-ee-top3-lower:after{animation-delay:1.4s}
.zysp-ee-top3-medal-big{
  transform-origin:50% 72%;
  transition:transform .35s cubic-bezier(.2,.8,.2,1),filter .3s ease!important;
}
.zysp-ee-top3-card:hover .zysp-ee-top3-medal-big{
  transform:translateY(-2px) rotate(-6deg);
  filter:drop-shadow(0 7px 8px rgba(25,29,37,.18));
}
.zysp-ee-top3-name,.zysp-ee-top3-amount{transition:color .28s ease,letter-spacing .28s ease,opacity .28s ease!important}
.zysp-ee-top3-card:hover .zysp-ee-top3-name{letter-spacing:.012em}
.zysp-ee-top3-card:hover .zysp-ee-top3-amount{letter-spacing:.025em}
.zysp-ee-rank-shimmer:before{
  width:28%!important;
  opacity:.46;
  animation-duration:4.6s!important;
}
.zysp-ee-top3-card.zysp-motion-in,
.zysp-ee-rank-rest li.zysp-motion-in{
  animation:zyspStableReveal .56s cubic-bezier(.2,.72,.2,1) var(--zysp-motion-delay,0ms) both;
}
.zysp-ee-rank-rest li{
  --zysp-pointer-x:50%;
  --zysp-pointer-y:50%;
  isolation:isolate;
  overflow:hidden;
}
.zysp-ee-rank-rest li:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:radial-gradient(150px circle at var(--zysp-pointer-x) var(--zysp-pointer-y),rgba(76,125,240,.08),transparent 68%);
  opacity:0;
  transition:opacity .25s ease;
}
.zysp-ee-rank-rest li.is-pointer-active:before,
.zysp-ee-rank-rest li:hover:before{opacity:1}
.zysp-ee-rank-rest li>*{position:relative;z-index:1}
.zysp-ee-rank-rest li>a{position:absolute;z-index:4}
@keyframes zyspTop3Ambient{
  0%,100%{opacity:.32}
  50%{opacity:.60}
}
@keyframes zyspTop3Line{
  0%,62%{left:-46%;opacity:0}
  72%{opacity:.85}
  100%{left:112%;opacity:0}
}
@keyframes zyspStableReveal{
  0%{opacity:0;clip-path:inset(8% 0 0 0 round 17px)}
  100%{opacity:1;clip-path:inset(0 0 0 0 round 17px)}
}
@media (prefers-reduced-motion:reduce){
  .zysp-ee-top3-upper:after,
  .zysp-ee-top3-lower:after,
  .zysp-ee-rank-shimmer:before,
  .zysp-ee-top3-card.zysp-motion-in,
  .zysp-ee-rank-rest li.zysp-motion-in{animation:none!important}
}


/* ============================================================
   v1.0.20：Top3 Logo × 白色浮层「双向磁吸」交互
   - Logo 向鼠标方向轻移、轻微转角与放大；
   - 白色圆形浮层向反方向回弹，形成双层视差；
   - 外围极光呼吸 + 圆面高光跟随，不使用土味旋转圆环；
   - 保留 v1.0.18 的预览图防溢出裁切，不对卡片/预览图做 3D transform。
   ============================================================ */
.zysp-ee-top3-card{
  --zysp-avatar-shell-x:0px;
  --zysp-avatar-shell-y:0px;
  --zysp-avatar-logo-x:0px;
  --zysp-avatar-logo-y:0px;
  --zysp-avatar-logo-r:0deg;
  --zysp-avatar-light-x:38%;
  --zysp-avatar-light-y:28%;
}

/* 白色圆形浮层：与 Logo 反向移动，形成磁吸/回弹的双向视差 */
.zysp-ee-top3-avatar{
  margin-top:0;
  overflow:visible!important;
  background:
    radial-gradient(circle at var(--zysp-avatar-light-x) var(--zysp-avatar-light-y),rgba(255,255,255,1) 0 15%,rgba(255,255,255,.985) 30%,rgba(250,251,253,.97) 66%,rgba(239,242,247,.96) 100%)!important;
  border:1px solid rgba(255,255,255,.92)!important;
  transform:
    translate(
      calc(-50% + var(--zysp-avatar-shell-x)),
      calc(-54% + var(--zysp-avatar-shell-y))
    )
    scale(1)!important;
  transition:
    transform .42s cubic-bezier(.16,1,.3,1),
    background .42s ease,
    box-shadow .42s ease,
    filter .42s ease!important;
  animation:zyspAvatarShellFloat 3.8s ease-in-out infinite;
  box-shadow:
    0 13px 30px rgba(20,28,44,.22),
    0 0 0 4px rgba(255,255,255,.22),
    0 0 26px color-mix(in srgb,var(--zysp-avatar-ring) 16%,transparent)!important;
}

/* 外层不是圆环，而是一团有方向的极光雾，缓慢呼吸 */
.zysp-ee-top3-avatar:before{
  inset:-16px!important;
  z-index:-2!important;
  border-radius:50%!important;
  background:
    radial-gradient(circle at var(--zysp-avatar-light-x) var(--zysp-avatar-light-y),
      color-mix(in srgb,var(--zysp-avatar-ring) 58%,#fff 42%) 0 7%,
      color-mix(in srgb,var(--zysp-avatar-ring) 34%,transparent) 24%,
      transparent 66%)!important;
  filter:blur(11px)!important;
  opacity:.30!important;
  transform:scale(.92)!important;
  animation:zyspAvatarMagneticAura 3.6s cubic-bezier(.4,0,.2,1) infinite!important;
  transition:opacity .35s ease,filter .35s ease!important;
}

/* 圆面玻璃高光：跟随鼠标在白色浮层里游走，不再使用黄白旋转条 */
.zysp-ee-top3-avatar:after{
  content:""!important;
  position:absolute!important;
  inset:5px!important;
  top:5px!important;
  right:5px!important;
  bottom:5px!important;
  left:5px!important;
  width:auto!important;
  height:auto!important;
  z-index:3!important;
  border-radius:50%!important;
  background:
    radial-gradient(circle at var(--zysp-avatar-light-x) var(--zysp-avatar-light-y),
      rgba(255,255,255,.98) 0 5%,
      rgba(255,255,255,.34) 14%,
      rgba(255,255,255,.08) 31%,
      transparent 56%)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.18)!important;
  filter:none!important;
  opacity:.46!important;
  transform:none!important;
  animation:none!important;
  transition:opacity .32s ease,background .18s linear!important;
  pointer-events:none!important;
}

/* Logo 本体：向鼠标方向移动；白色浮层则反方向，二者形成双向交互 */
.zysp-ee-top3-avatar img{
  position:relative!important;
  z-index:2!important;
  width:84%!important;
  height:84%!important;
  max-width:84%!important;
  max-height:84%!important;
  object-fit:contain!important;
  transform:
    translate(var(--zysp-avatar-logo-x),var(--zysp-avatar-logo-y))
    rotate(var(--zysp-avatar-logo-r))
    scale(1)!important;
  transform-origin:center!important;
  transition:
    transform .34s cubic-bezier(.16,1,.3,1),
    filter .34s ease!important;
  filter:drop-shadow(0 3px 5px rgba(17,26,43,.16))!important;
  will-change:transform;
  backface-visibility:hidden!important;
  -webkit-backface-visibility:hidden!important;
}

/* 鼠标进入：圆盘后退、Logo 前探，光影同时增强 */
.zysp-ee-top3-card:hover .zysp-ee-top3-avatar,
.zysp-ee-top3-card.is-avatar-engaged .zysp-ee-top3-avatar,
.zysp-ee-top3-card:focus-visible .zysp-ee-top3-avatar{
  animation-play-state:paused;
  transform:
    translate(
      calc(-50% + var(--zysp-avatar-shell-x)),
      calc(-54% + var(--zysp-avatar-shell-y))
    )
    scale(1.045)!important;
  box-shadow:
    0 17px 35px rgba(20,28,44,.26),
    0 0 0 5px rgba(255,255,255,.28),
    0 0 34px color-mix(in srgb,var(--zysp-avatar-ring) 29%,transparent)!important;
}
.zysp-ee-top3-card:hover .zysp-ee-top3-avatar:before,
.zysp-ee-top3-card.is-avatar-engaged .zysp-ee-top3-avatar:before,
.zysp-ee-top3-card:focus-visible .zysp-ee-top3-avatar:before{
  opacity:.55!important;
  filter:blur(13px)!important;
}
.zysp-ee-top3-card:hover .zysp-ee-top3-avatar:after,
.zysp-ee-top3-card.is-avatar-engaged .zysp-ee-top3-avatar:after,
.zysp-ee-top3-card:focus-visible .zysp-ee-top3-avatar:after{
  opacity:.78!important;
}
.zysp-ee-top3-card:hover .zysp-ee-top3-avatar img,
.zysp-ee-top3-card.is-avatar-engaged .zysp-ee-top3-avatar img,
.zysp-ee-top3-card:focus-visible .zysp-ee-top3-avatar img{
  transform:
    translate(var(--zysp-avatar-logo-x),var(--zysp-avatar-logo-y))
    rotate(var(--zysp-avatar-logo-r))
    scale(1.105)!important;
  filter:
    drop-shadow(0 6px 8px rgba(17,26,43,.20))
    drop-shadow(0 0 10px color-mix(in srgb,var(--zysp-avatar-ring) 13%,transparent))!important;
}

/* 离开鼠标后有一个非常轻的回弹，不突兀、不穿模 */
.zysp-ee-top3-card:not(:hover):not(.is-avatar-engaged) .zysp-ee-top3-avatar img{
  transition-duration:.52s!important;
}
.zysp-ee-top3-card:not(:hover):not(.is-avatar-engaged) .zysp-ee-top3-avatar{
  transition-duration:.56s!important;
}

@keyframes zyspAvatarShellFloat{
  0%,100%{margin-top:0;filter:brightness(1)}
  50%{margin-top:-2px;filter:brightness(1.018)}
}
@keyframes zyspAvatarMagneticAura{
  0%,100%{opacity:.25;transform:scale(.91)}
  50%{opacity:.43;transform:scale(1.055)}
}

/* 键盘聚焦也有完整反馈，但保持居中 */
.zysp-ee-top3-card:focus-visible{
  outline:0;
}

@media (hover:none),(pointer:coarse){
  .zysp-ee-top3-avatar img{will-change:auto}
  .zysp-ee-top3-card:hover .zysp-ee-top3-avatar img{
    transform:translate(0,0) rotate(0) scale(1.04)!important;
  }
}
@media (prefers-reduced-motion:reduce){
  .zysp-ee-top3-avatar,
  .zysp-ee-top3-avatar:before{animation:none!important}
  .zysp-ee-top3-avatar,
  .zysp-ee-top3-avatar img,
  .zysp-ee-top3-avatar:after{transition-duration:.01ms!important}
}


/* ============================================================
   v1.0.23：赞助卡片信息层级修正
   核心原则：站点名称永远完整展示，金额独立对齐，徽章退居辅助信息。
   ============================================================ */
.zysp-ee-support-grid{
  grid-template-columns:repeat(auto-fill,minmax(min(100%,360px),1fr))!important;
  align-items:stretch;
}
.zysp-ee-support-card{
  min-width:0!important;
  min-height:106px!important;
  padding:18px 20px!important;
  gap:14px!important;
}
.zysp-ee-support-copy{
  min-width:0!important;
  flex:1 1 auto!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}
.zysp-ee-support-title{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:start!important;
  column-gap:14px!important;
  row-gap:4px!important;
  min-width:0!important;
  margin:0!important;
}
.zysp-ee-support-title h3{
  display:block!important;
  min-width:0!important;
  max-width:none!important;
  overflow:visible!important;
  margin:0!important;
  color:#20242b!important;
  font-size:16px!important;
  font-weight:900!important;
  line-height:1.38!important;
  letter-spacing:.005em!important;
  text-overflow:clip!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-break:break-word!important;
}
.zysp-ee-support-title strong{
  align-self:start!important;
  flex:0 0 auto!important;
  margin-top:1px!important;
  color:#ff5a4f!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:1.4!important;
  white-space:nowrap!important;
}
.zysp-ee-support-meta{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:7px!important;
  margin-top:7px!important;
  min-height:18px!important;
}
.zysp-ee-support-card .zysp-ee-first-badge{
  position:static!important;
  inset:auto!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  width:auto!important;
  max-width:max-content!important;
  padding:3px 8px!important;
  border:1px solid rgba(255,88,78,.16)!important;
  border-radius:999px!important;
  background:rgba(255,88,78,.075)!important;
  color:#ff5a50!important;
  box-shadow:none!important;
  font-size:10px!important;
  font-weight:800!important;
  line-height:1!important;
  letter-spacing:.15px!important;
  white-space:nowrap!important;
  transform:none!important;
}
.zysp-ee-support-card .zysp-ee-first-badge i{
  width:5px!important;
  height:5px!important;
  flex:0 0 5px!important;
  border-radius:50%!important;
  background:currentColor!important;
  box-shadow:0 0 0 0 rgba(255,90,80,.25)!important;
  animation:zyspFirstBadgePulse 2.2s ease-out infinite!important;
}
.zysp-ee-support-card:hover .zysp-ee-first-badge{
  transform:translateY(-1px)!important;
  background:rgba(255,88,78,.11)!important;
  border-color:rgba(255,88,78,.25)!important;
}
.zysp-ee-support-status{
  display:inline-flex!important;
  align-items:center!important;
  color:#a0a5ad!important;
  font-size:10px!important;
  font-weight:650!important;
  line-height:1!important;
  letter-spacing:.12em!important;
  white-space:nowrap!important;
}
.zysp-ee-support-status:before{
  content:"";
  width:4px;
  height:4px;
  margin-right:5px;
  border-radius:50%;
  background:#6ac890;
  box-shadow:0 0 0 3px rgba(106,200,144,.10);
}
.zysp-ee-support-copy p{
  display:block!important;
  overflow:visible!important;
  margin:7px 0 0!important;
  color:#8e95a0!important;
  font-size:12px!important;
  line-height:1.55!important;
  -webkit-line-clamp:unset!important;
  -webkit-box-orient:initial!important;
  white-space:normal!important;
  text-overflow:clip!important;
  overflow-wrap:anywhere!important;
}
.zysp-ee-support-logo{
  align-self:center!important;
}
.io-black-mode .zysp-ee-support-title h3{color:#f1f3f6!important}
.io-black-mode .zysp-ee-support-status{color:#8f97a5!important}

@keyframes zyspFirstBadgePulse{
  0%{box-shadow:0 0 0 0 rgba(255,90,80,.28)}
  70%,100%{box-shadow:0 0 0 6px rgba(255,90,80,0)}
}

@media (max-width:768px){
  .zysp-ee-support-grid{grid-template-columns:1fr!important}
  .zysp-ee-support-card{padding:15px 16px!important;gap:12px!important;min-height:98px!important}
  .zysp-ee-support-title{column-gap:10px!important}
  .zysp-ee-support-title h3{font-size:15px!important;line-height:1.4!important}
  .zysp-ee-support-title strong{font-size:13px!important}
  .zysp-ee-support-meta{margin-top:6px!important;gap:6px!important}
  .zysp-ee-support-card .zysp-ee-first-badge{font-size:9px!important;padding:3px 7px!important}
  .zysp-ee-support-status{font-size:9px!important}
}
@media (max-width:480px){
  .zysp-ee-support-card{align-items:flex-start!important}
  .zysp-ee-support-logo{margin-top:2px!important}
  .zysp-ee-support-title{grid-template-columns:minmax(0,1fr) auto!important}
  .zysp-ee-support-title h3{font-size:14px!important}
  .zysp-ee-support-title strong{font-size:12px!important}
}
@media (prefers-reduced-motion:reduce){
  .zysp-ee-support-card .zysp-ee-first-badge i{animation:none!important}
}


/* v1.0.26：赞助墙双行轮播显示站点描述；每行独立暂停。 */
.zysp-ee-marquee-card .card-copy{display:flex;flex-direction:column;justify-content:center;gap:3px;min-width:0}
.zysp-ee-marquee-card .card-desc{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#9299a5;font-size:10px;line-height:1.25}
.zysp-ee-marquee-row:hover .zysp-ee-marquee-track{animation-play-state:paused!important}


/* ==========================================================
   v1.0.33 · 共建申请舱进入动画 + 手机端深度自适应
   桌面：航迹展开 / 分层入场；手机：底部申请舱上滑或全屏淡入。
   ========================================================== */
.zysp-modal{
  overscroll-behavior:none;
}
.zysp-modal.is-preparing .zysp-modal-backdrop{
  opacity:0!important;
}
.zysp-modal .zysp-join-modal.has-motion{
  --zysp-join-enter:520ms;
  --zysp-join-exit:350ms;
  will-change:transform,opacity,filter,clip-path;
}
.zysp-modal .zysp-join-modal.has-motion .zysp-join-aside,
.zysp-modal .zysp-join-modal.has-motion .zysp-join-head,
.zysp-modal .zysp-join-modal.has-motion .zysp-join-tabs,
.zysp-modal .zysp-join-modal.has-motion .zysp-join-body,
.zysp-modal .zysp-join-modal.has-motion .zysp-join-footer{
  will-change:transform,opacity;
}

/* 桌面 / 平板横向：申请舱整体展开，再让内容分层进入 */
@media(min-width:721px){
  .zysp-modal .zysp-join-modal.has-motion{
    opacity:0!important;
    transform:translate3d(0,42px,0) scale(.945)!important;
    filter:blur(7px) saturate(.92);
    clip-path:inset(5% 4% 5% 4% round calc(var(--zysp-join-radius) + 8px));
    transform-origin:50% 55%;
    transition:
      opacity var(--zysp-join-enter) ease,
      transform var(--zysp-join-enter) cubic-bezier(.16,1,.3,1),
      filter var(--zysp-join-enter) ease,
      clip-path var(--zysp-join-enter) cubic-bezier(.16,1,.3,1)!important;
  }
  .zysp-modal.is-open .zysp-join-modal.has-motion{
    opacity:1!important;
    transform:translate3d(0,0,0) scale(1)!important;
    filter:blur(0) saturate(1);
    clip-path:inset(0 round var(--zysp-join-radius));
  }
  .zysp-modal.is-closing .zysp-join-modal.has-motion{
    opacity:0!important;
    transform:translate3d(0,24px,0) scale(.975)!important;
    filter:blur(3px) saturate(.96);
    clip-path:inset(2.5% 2% 2.5% 2% round calc(var(--zysp-join-radius) + 4px));
    transition-duration:var(--zysp-join-exit)!important;
    transition-delay:0s!important;
  }

  .zysp-modal .zysp-join-modal.has-motion .zysp-join-aside{
    opacity:0;
    transform:translate3d(-24px,0,0);
    transition:opacity .34s ease,transform .46s cubic-bezier(.16,1,.3,1);
  }
  .zysp-modal .zysp-join-modal.has-motion .zysp-join-head,
  .zysp-modal .zysp-join-modal.has-motion .zysp-join-tabs,
  .zysp-modal .zysp-join-modal.has-motion .zysp-join-body,
  .zysp-modal .zysp-join-modal.has-motion .zysp-join-footer{
    opacity:0;
    transform:translate3d(16px,8px,0);
    transition:opacity .30s ease,transform .42s cubic-bezier(.16,1,.3,1);
  }
  .zysp-modal.is-open .zysp-join-modal.has-motion .zysp-join-aside{
    opacity:1;
    transform:none;
    transition-delay:.045s;
  }
  .zysp-modal.is-open .zysp-join-modal.has-motion .zysp-join-head{
    opacity:1;
    transform:none;
    transition-delay:.075s;
  }
  .zysp-modal.is-open .zysp-join-modal.has-motion .zysp-join-tabs{
    opacity:1;
    transform:none;
    transition-delay:.105s;
  }
  .zysp-modal.is-open .zysp-join-modal.has-motion .zysp-join-body{
    opacity:1;
    transform:none;
    transition-delay:.135s;
  }
  .zysp-modal.is-open .zysp-join-modal.has-motion .zysp-join-footer{
    opacity:1;
    transform:none;
    transition-delay:.165s;
  }
  .zysp-modal.is-closing .zysp-join-modal.has-motion .zysp-join-aside,
  .zysp-modal.is-closing .zysp-join-modal.has-motion .zysp-join-head,
  .zysp-modal.is-closing .zysp-join-modal.has-motion .zysp-join-tabs,
  .zysp-modal.is-closing .zysp-join-modal.has-motion .zysp-join-body,
  .zysp-modal.is-closing .zysp-join-modal.has-motion .zysp-join-footer{
    opacity:0;
    transform:translate3d(0,5px,0);
    transition-delay:0s!important;
    transition-duration:.16s!important;
  }
}

/* 手机端：真正按触控设备重新排版，而不是桌面布局简单缩小 */
@media(max-width:720px){
  .zysp-modal{
    display:flex!important;
    align-items:flex-end;
    justify-content:center;
    width:100%;
    min-height:100vh;
    min-height:100dvh;
    padding:0!important;
  }
  .zysp-modal .zysp-join-modal{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    height:100vh!important;
    height:100dvh!important;
    max-height:100vh!important;
    max-height:100dvh!important;
    grid-template-columns:1fr!important;
    grid-template-rows:auto minmax(0,1fr)!important;
    border-radius:0!important;
    border-left:0!important;
    border-right:0!important;
    border-bottom:0!important;
  }

  /* 默认推荐：底部申请舱，保留一点背景空间，进入动作更有层次 */
  .zysp-modal .zysp-join-modal.mobile-sheet{
    height:94vh!important;
    height:94dvh!important;
    max-height:94vh!important;
    max-height:94dvh!important;
    border-radius:24px 24px 0 0!important;
    border-top:1px solid rgba(255,255,255,.38)!important;
    box-shadow:0 -18px 70px rgba(9,18,42,.25)!important;
  }
  .zysp-modal .zysp-join-modal.mobile-sheet:before{
    content:"";
    position:absolute;
    z-index:36;
    left:50%;
    top:7px;
    width:34px;
    height:4px;
    transform:translateX(-50%);
    border-radius:999px;
    background:rgba(255,255,255,.35);
    pointer-events:none;
  }

  /* 手机进入动画：申请舱从屏幕底部上滑；关闭时原路退出 */
  .zysp-modal .zysp-join-modal.has-motion.mobile-sheet{
    opacity:.98!important;
    transform:translate3d(0,102%,0)!important;
    filter:none!important;
    clip-path:none!important;
    transition:
      transform var(--zysp-join-enter) cubic-bezier(.16,1,.3,1),
      opacity .24s ease!important;
  }
  .zysp-modal.is-open .zysp-join-modal.has-motion.mobile-sheet{
    opacity:1!important;
    transform:translate3d(0,0,0)!important;
  }
  .zysp-modal.is-closing .zysp-join-modal.has-motion.mobile-sheet{
    opacity:.98!important;
    transform:translate3d(0,102%,0)!important;
    transition-duration:var(--zysp-join-exit)!important;
    transition-delay:0s!important;
  }

  /* 后台关闭“底部申请舱”后：全屏柔和淡入 */
  .zysp-modal .zysp-join-modal.has-motion.mobile-fullscreen{
    opacity:0!important;
    transform:translate3d(0,34px,0) scale(.985)!important;
    filter:blur(3px);
    clip-path:none!important;
    transition:
      opacity .28s ease,
      transform var(--zysp-join-enter) cubic-bezier(.16,1,.3,1),
      filter .28s ease!important;
  }
  .zysp-modal.is-open .zysp-join-modal.has-motion.mobile-fullscreen{
    opacity:1!important;
    transform:none!important;
    filter:none;
  }
  .zysp-modal.is-closing .zysp-join-modal.has-motion.mobile-fullscreen{
    opacity:0!important;
    transform:translate3d(0,22px,0) scale(.992)!important;
    filter:blur(2px);
    transition-duration:var(--zysp-join-exit)!important;
  }

  /* 手机头部品牌区压缩为横向信息条 */
  .zysp-join-aside{
    min-height:74px!important;
    flex:none!important;
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    padding:13px 56px 11px 14px!important;
    overflow:hidden!important;
  }
  .zysp-join-brand{
    flex:0 0 auto!important;
    margin:0!important;
    gap:8px!important;
  }
  .zysp-join-brand-mark{
    width:34px!important;
    height:34px!important;
    border-radius:10px!important;
  }
  .zysp-join-brand small{display:none!important}
  .zysp-join-brand strong{
    max-width:88px;
    overflow:hidden;
    font-size:11px!important;
    white-space:nowrap;
    text-overflow:ellipsis;
  }
  .zysp-join-aside-copy{
    min-width:0;
    flex:1;
    margin:0!important;
  }
  .zysp-join-aside-copy>span,
  .zysp-join-aside-copy p,
  .zysp-join-orbit,
  .zysp-join-benefits,
  .zysp-join-journey,
  .zysp-join-live-card{
    display:none!important;
  }
  .zysp-join-aside-copy h3{
    margin:0!important;
    overflow:hidden;
    color:#fff!important;
    font-size:14px!important;
    line-height:1.35!important;
    white-space:nowrap;
    text-overflow:ellipsis;
  }
  .zysp-join-close{
    top:12px!important;
    right:12px!important;
    width:40px!important;
    height:40px!important;
    min-height:40px!important;
    border-color:rgba(255,255,255,.16)!important;
    background:rgba(255,255,255,.10)!important;
    color:#fff!important;
    box-shadow:none!important;
    -webkit-tap-highlight-color:transparent;
  }

  .zysp-join-main{
    min-width:0!important;
    min-height:0!important;
    overflow:hidden!important;
  }
  .zysp-join-head{
    flex:none;
    padding:12px 14px 10px!important;
  }
  .zysp-join-head h2{
    font-size:19px!important;
    line-height:1.25!important;
  }
  .zysp-join-head p{
    display:-webkit-box;
    margin-top:3px!important;
    overflow:hidden;
    font-size:10px!important;
    line-height:1.45!important;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
  }
  .zysp-join-kicker{font-size:7px!important}
  .zysp-join-head-state{display:none!important}

  .zysp-join-tabs{
    flex:none;
    gap:6px!important;
    padding:8px 10px!important;
    overflow:visible!important;
  }
  .zysp-join-tabs button{
    min-height:44px!important;
    gap:6px!important;
    padding:7px 6px!important;
    border-radius:11px!important;
    touch-action:manipulation;
  }
  .zysp-join-tab-icon{
    width:28px!important;
    height:28px!important;
    border-radius:8px!important;
    font-size:13px!important;
  }
  .zysp-join-tabs b{font-size:10px!important}
  .zysp-join-tabs small{display:none!important}

  .zysp-join-form{
    min-width:0!important;
    min-height:0!important;
    overflow:hidden!important;
  }
  .zysp-join-body{
    min-width:0!important;
    min-height:0!important;
    padding:13px 12px 18px!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior:contain;
    scroll-padding-top:12px;
    scroll-padding-bottom:96px;
  }
  .zysp-join-section-title{
    display:block!important;
    margin-bottom:11px!important;
  }
  .zysp-join-section-title p{
    max-width:none!important;
    margin:4px 0 0 33px!important;
    text-align:left!important;
    font-size:9px!important;
    line-height:1.55!important;
  }
  .zysp-join-field-grid,
  .zysp-join-more-grid{
    grid-template-columns:minmax(0,1fr)!important;
    gap:10px!important;
  }
  .zysp-join-field.wide,
  .zysp-join-more-grid .wide,
  .zysp-join-more-grid .inline{
    grid-column:auto!important;
  }

  /* iOS 输入框至少 16px，避免聚焦时 Safari 自动放大页面 */
  .zysp-join-field input,
  .zysp-join-field textarea,
  .zysp-join-more input,
  .zysp-join-more textarea,
  .zysp-join-more select{
    min-height:44px!important;
    font-size:16px!important;
    line-height:1.35!important;
  }
  .zysp-join-field textarea,
  .zysp-join-more textarea{
    min-height:92px!important;
  }
  .zysp-join-url-row,
  .zysp-join-message-row{
    min-width:0!important;
  }
  .zysp-join-url-row button,
  .zysp-join-message-row button,
  .zysp-random-message-btn{
    min-height:44px!important;
    touch-action:manipulation;
  }

  .zysp-join-site-preview{
    min-width:0!important;
    grid-template-columns:104px minmax(0,1fr)!important;
  }
  .zysp-join-site-preview .zysp-preview-shot{
    height:82px!important;
  }

  .zysp-join-plan-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  .zysp-join-plan{
    min-width:0!important;
    min-height:72px!important;
    padding:10px 9px!important;
    touch-action:manipulation;
  }
  .zysp-join-pay-methods{
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  .zysp-join-pay-methods label{
    min-height:50px!important;
    touch-action:manipulation;
  }

  /* 结算条始终可见，并兼容 iPhone 底部 Home Indicator 安全区 */
  .zysp-join-footer{
    flex:none!important;
    gap:8px!important;
    padding:9px 10px max(9px,env(safe-area-inset-bottom)) 12px!important;
    background:rgba(255,255,255,.97)!important;
  }
  .zysp-join-footer-total{
    min-width:0!important;
    gap:2px!important;
    flex-direction:column!important;
    align-items:flex-start!important;
  }
  .zysp-join-footer-total small{display:none!important}
  .zysp-join-footer-total strong{
    font-size:18px!important;
    line-height:1.05!important;
  }
  .zysp-join-footer-total em{
    max-width:120px;
    overflow:hidden;
    font-size:8px!important;
    white-space:nowrap;
    text-overflow:ellipsis;
  }
  .zysp-join-footer-actions{
    margin-left:auto!important;
    flex:none!important;
  }
  .zysp-join-cancel{display:none!important}
  .zysp-join-confirm{
    min-width:142px!important;
    min-height:44px!important;
    height:44px!important;
    padding:0 13px!important;
    border-radius:12px!important;
    touch-action:manipulation;
  }
  .zysp-join-confirm span{font-size:10px!important}

  .zysp-join-modal .zysp-payment-result{
    border-radius:inherit!important;
    padding:22px 14px max(22px,env(safe-area-inset-bottom))!important;
    overflow:auto!important;
    -webkit-overflow-scrolling:touch;
  }
}

/* 极窄手机：预览改成纵向，避免截图 + 文本挤压 */
@media(max-width:390px){
  .zysp-join-brand>div{display:none!important}
  .zysp-join-aside{min-height:64px!important}
  .zysp-join-aside-copy h3{font-size:13px!important}
  .zysp-join-site-preview{
    grid-template-columns:1fr!important;
  }
  .zysp-join-site-preview .zysp-preview-shot{
    height:auto!important;
    aspect-ratio:16/7!important;
  }
  .zysp-join-tabs button{
    justify-content:center!important;
    text-align:center!important;
  }
  .zysp-join-tab-icon{display:none!important}
  .zysp-join-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .zysp-join-confirm{min-width:132px!important}
}

/* 矮屏 / 横屏手机：优先给表单空间，品牌头直接收起 */
@media(max-width:920px) and (max-height:620px){
  .zysp-modal .zysp-join-modal.mobile-sheet{
    height:100vh!important;
    height:100dvh!important;
    max-height:100vh!important;
    max-height:100dvh!important;
    border-radius:0!important;
  }
}
@media(max-width:920px) and (max-height:540px) and (orientation:landscape){
  .zysp-modal .zysp-join-modal{
    height:100vh!important;
    height:100dvh!important;
    max-height:100vh!important;
    max-height:100dvh!important;
    grid-template-rows:minmax(0,1fr)!important;
    border-radius:0!important;
  }
  .zysp-join-aside{display:none!important}
  .zysp-join-close{
    top:9px!important;
    right:10px!important;
    border-color:#e6e9ef!important;
    background:rgba(255,255,255,.94)!important;
    color:#737b89!important;
    box-shadow:0 5px 16px rgba(20,29,47,.08)!important;
  }
  .zysp-join-head{padding-right:58px!important}
}

/* 关闭动效时保持快速、稳定；系统减少动态效果时完全尊重系统偏好 */
.zysp-modal .zysp-join-modal.no-motion{
  transition:opacity .12s ease!important;
  transform:none!important;
  filter:none!important;
  clip-path:none!important;
}
.zysp-modal.is-open .zysp-join-modal.no-motion{opacity:1!important}
.zysp-modal:not(.is-open) .zysp-join-modal.no-motion{opacity:0!important}
@media(prefers-reduced-motion:reduce){
  .zysp-modal .zysp-join-modal,
  .zysp-modal .zysp-join-modal *,
  .zysp-modal .zysp-modal-backdrop{
    animation:none!important;
    transition:none!important;
    scroll-behavior:auto!important;
  }
  .zysp-modal .zysp-join-modal{
    transform:none!important;
    filter:none!important;
    clip-path:none!important;
  }
}

/* v1.0.35 共建申请舱自定义品牌 Logo */
@media(max-width:760px){.zysp-join-brand-mark img{width:calc(100% - 8px);height:calc(100% - 8px);border-radius:8px}}


/* ==========================================================
   v1.0.37 · 共建申请舱显式缩放进场修复
   关键修复：preparing / closing 必须保持可见状态，否则浏览器没有可动画的中间帧。
   ========================================================== */
.zysp-modal.is-preparing{
  display:block!important;
  visibility:visible!important;
  opacity:0!important;
  pointer-events:none!important;
  transition:none!important;
}
.zysp-modal.is-closing{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:none!important;
  transition:none!important;
}
.zysp-modal.is-preparing .zysp-modal-backdrop{opacity:0!important}
.zysp-modal.is-closing .zysp-modal-backdrop{
  opacity:0!important;
  transition:opacity var(--zysp-join-exit,350ms) ease!important;
}

@media(min-width:721px){
  .zysp-modal.is-preparing .zysp-join-modal.has-motion{
    opacity:0!important;
    transform:translate3d(0,34px,0) scale(.885)!important;
    filter:blur(8px) saturate(.88)!important;
    clip-path:inset(6% 5% 6% 5% round calc(var(--zysp-join-radius) + 10px))!important;
    animation:none!important;
  }
  .zysp-modal.is-open .zysp-join-modal.has-motion{
    animation:zyspJoinCockpitEnter var(--zysp-join-enter) cubic-bezier(.16,1,.3,1) both!important;
  }
  .zysp-modal.is-closing .zysp-join-modal.has-motion{
    animation:zyspJoinCockpitExit var(--zysp-join-exit) cubic-bezier(.4,0,.2,1) both!important;
  }
  .zysp-modal.is-open .zysp-modal-backdrop{
    animation:zyspJoinBackdropIn 360ms ease both!important;
  }
}

@keyframes zyspJoinCockpitEnter{
  0%{
    opacity:0;
    transform:translate3d(0,34px,0) scale(.885);
    filter:blur(8px) saturate(.88);
    clip-path:inset(6% 5% 6% 5% round calc(var(--zysp-join-radius) + 10px));
  }
  58%{
    opacity:1;
    transform:translate3d(0,-3px,0) scale(1.012);
    filter:blur(0) saturate(1);
    clip-path:inset(0 round var(--zysp-join-radius));
  }
  78%{transform:translate3d(0,1px,0) scale(.997)}
  100%{
    opacity:1;
    transform:translate3d(0,0,0) scale(1);
    filter:none;
    clip-path:inset(0 round var(--zysp-join-radius));
  }
}
@keyframes zyspJoinCockpitExit{
  0%{opacity:1;transform:translate3d(0,0,0) scale(1);filter:none}
  100%{opacity:0;transform:translate3d(0,22px,0) scale(.94);filter:blur(3px) saturate(.94)}
}
@keyframes zyspJoinBackdropIn{from{opacity:0}to{opacity:1}}

/* 手机继续使用真正的底部申请舱；增加轻微缩放，使上滑不显得生硬。 */
@media(max-width:720px){
  .zysp-modal.is-preparing{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
  }
  .zysp-modal.is-closing{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
  }
  .zysp-modal.is-preparing .zysp-join-modal.has-motion.mobile-sheet{
    opacity:.72!important;
    transform:translate3d(0,104%,0) scale(.985)!important;
  }
  .zysp-modal.is-open .zysp-join-modal.has-motion.mobile-sheet{
    opacity:1!important;
    transform:translate3d(0,0,0) scale(1)!important;
  }
  .zysp-modal.is-closing .zysp-join-modal.has-motion.mobile-sheet{
    opacity:.72!important;
    transform:translate3d(0,104%,0) scale(.985)!important;
  }
}

@media(prefers-reduced-motion:reduce){
  .zysp-modal.is-open .zysp-join-modal.has-motion,
  .zysp-modal.is-closing .zysp-join-modal.has-motion,
  .zysp-modal.is-open .zysp-modal-backdrop{
    animation:none!important;
  }
}


/* ==========================================================
   v1.0.51 · 品牌中心退款确认舱
   替代浏览器原生 confirm/prompt，保持轻量、无第三方依赖。
   ========================================================== */
.zysp-action-dialog{position:fixed;inset:0;z-index:2147483000;display:grid;place-items:center;padding:24px;visibility:hidden;pointer-events:none;font-family:inherit}
.zysp-action-dialog.is-preparing,.zysp-action-dialog.is-open,.zysp-action-dialog.is-closing{visibility:visible}
.zysp-action-dialog.is-open{pointer-events:auto}
.zysp-action-dialog-backdrop{position:absolute;inset:0;background:rgba(14,16,25,.34);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);opacity:0;transition:opacity .22s ease}
.zysp-action-dialog.is-open .zysp-action-dialog-backdrop{opacity:1}
.zysp-action-dialog.is-closing .zysp-action-dialog-backdrop{opacity:0}
.zysp-action-dialog-card{position:relative;width:min(480px,calc(100vw - 32px));padding:26px;border:1px solid rgba(111,92,255,.14);border-radius:24px;background:rgba(255,255,255,.97);box-shadow:0 30px 90px rgba(32,27,69,.18),0 8px 24px rgba(32,27,69,.08);color:#171826;opacity:0;transform:translateY(22px) scale(.94);filter:blur(3px);transition:opacity .28s ease,transform .42s cubic-bezier(.16,1,.3,1),filter .28s ease;overflow:hidden}
.zysp-action-dialog-card:before{content:"";position:absolute;width:220px;height:220px;right:-85px;top:-115px;border-radius:50%;background:radial-gradient(circle,rgba(111,92,255,.14),transparent 67%);pointer-events:none}
.zysp-action-dialog.is-open .zysp-action-dialog-card{opacity:1;transform:translateY(0) scale(1);filter:none}
.zysp-action-dialog.is-closing .zysp-action-dialog-card{opacity:0;transform:translateY(14px) scale(.965);filter:blur(2px)}
.zysp-action-dialog-close{position:absolute;right:16px;top:16px;width:34px;height:34px;border:1px solid rgba(20,22,35,.08);border-radius:50%;background:#fff;color:#858897;font-size:22px;line-height:1;cursor:pointer;display:grid;place-items:center;transition:.2s ease;z-index:2}
.zysp-action-dialog-close:hover{color:#171826;background:#f6f5fb;transform:rotate(6deg)}
.zysp-action-dialog-head{display:flex;align-items:center;gap:13px;padding-right:42px;margin-bottom:14px}
.zysp-action-dialog-icon{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;flex:0 0 auto;background:linear-gradient(145deg,#7162ff,#5544e9);color:#fff;font-size:25px;font-weight:700;box-shadow:0 10px 26px rgba(91,72,232,.28)}
.zysp-action-dialog-head small{display:block;margin-bottom:3px;color:#7770b8;font-size:9px;font-weight:800;letter-spacing:.16em}
.zysp-action-dialog-head h3{margin:0;font-size:22px;line-height:1.25;letter-spacing:-.02em;color:#171826}
.zysp-action-dialog-copy{margin:0 0 16px;color:#686a78;font-size:13px;line-height:1.75}
.zysp-action-dialog-order{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:-2px 0 14px;padding:10px 12px;border-radius:13px;background:#f7f6fc;color:#8a8c99;font-size:11px}
.zysp-action-dialog-order strong{color:#343544;font-size:11px;word-break:break-all;text-align:right}
.zysp-action-dialog-notice{display:flex;gap:11px;padding:13px 14px;margin-bottom:17px;border:1px solid rgba(245,158,11,.13);border-radius:16px;background:linear-gradient(135deg,rgba(255,248,232,.88),rgba(255,252,246,.7))}
.zysp-action-dialog-notice>i{width:24px;height:24px;border-radius:8px;display:grid;place-items:center;flex:0 0 auto;background:#fff0c9;color:#b97800;font-size:12px;font-style:normal;font-weight:900}
.zysp-action-dialog-notice strong{display:block;margin:1px 0 3px;color:#5d4a1e;font-size:12px}
.zysp-action-dialog-notice span{display:block;color:#8d7a4d;font-size:11px;line-height:1.6}
.zysp-action-dialog-field{position:relative;display:block;margin:0}
.zysp-action-dialog-field>span{display:flex;align-items:center;gap:7px;margin-bottom:8px;color:#343544;font-size:12px;font-weight:700}
.zysp-action-dialog-field em{font-style:normal;color:#a5a6af;font-size:10px;font-weight:500}
.zysp-action-reason{box-sizing:border-box;width:100%;min-height:104px;resize:vertical;padding:13px 14px 28px;border:1px solid rgba(35,37,52,.10);border-radius:15px;outline:none;background:#fbfbfd;color:#2a2b37;font:inherit;font-size:13px;line-height:1.7;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.zysp-action-reason:focus{border-color:rgba(101,83,245,.52);background:#fff;box-shadow:0 0 0 4px rgba(101,83,245,.08)}
.zysp-action-reason::placeholder{color:#b2b3bc}
.zysp-action-reason-count{position:absolute;right:12px;bottom:10px;color:#b0b1ba;font-size:9px;font-weight:600}
.zysp-action-dialog-actions{display:grid;grid-template-columns:1fr 1.25fr;gap:10px;margin-top:19px}
.zysp-action-dialog-actions button{min-height:44px;border-radius:14px;font:inherit;font-size:12px;font-weight:750;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,background .22s ease}
.zysp-action-dialog-cancel{border:1px solid rgba(35,37,52,.09);background:#fff;color:#686a78}
.zysp-action-dialog-cancel:hover{background:#f7f7fa;transform:translateY(-1px)}
.zysp-action-dialog-confirm{border:0;background:linear-gradient(135deg,#6657f5,#5141dc);color:#fff;box-shadow:0 10px 24px rgba(82,65,220,.23);display:flex;align-items:center;justify-content:center;gap:8px}
.zysp-action-dialog-confirm:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(82,65,220,.30)}
.zysp-action-dialog-confirm i{font-style:normal;font-size:15px;transition:transform .2s ease}
.zysp-action-dialog-confirm:hover i{transform:translateX(2px)}
.zysp-request-refund.is-loading{pointer-events:none;opacity:.68}
@media(max-width:560px){.zysp-action-dialog{padding:14px;align-items:end}.zysp-action-dialog-card{width:100%;border-radius:24px 24px 18px 18px;padding:22px 18px 18px;transform:translateY(42px) scale(.98)}.zysp-action-dialog.is-open .zysp-action-dialog-card{transform:none}.zysp-action-dialog-head h3{font-size:20px}.zysp-action-dialog-actions{grid-template-columns:1fr}.zysp-action-dialog-confirm{order:-1}.zysp-action-reason{min-height:92px;font-size:16px}}
@media(prefers-color-scheme:dark){.zysp-action-dialog-backdrop{background:rgba(0,0,0,.58)}.zysp-action-dialog-card{background:rgba(24,25,32,.98);border-color:rgba(133,117,255,.18);color:#f5f5f8}.zysp-action-dialog-card:before{background:radial-gradient(circle,rgba(111,92,255,.19),transparent 67%)}.zysp-action-dialog-close{background:#24252d;border-color:rgba(255,255,255,.08);color:#9b9ca6}.zysp-action-dialog-close:hover{background:#2c2d36;color:#fff}.zysp-action-dialog-head h3{color:#f7f7fa}.zysp-action-dialog-copy{color:#a8a9b2}.zysp-action-dialog-order{background:#202129;color:#8f909b}.zysp-action-dialog-order strong{color:#d8d8de}.zysp-action-dialog-notice{background:rgba(119,87,24,.18);border-color:rgba(245,158,11,.10)}.zysp-action-dialog-notice strong{color:#e9d7a4}.zysp-action-dialog-notice span{color:#bcae89}.zysp-action-dialog-field>span{color:#e9e9ed}.zysp-action-reason{background:#202129;border-color:rgba(255,255,255,.08);color:#f1f1f4}.zysp-action-reason:focus{background:#22232c;border-color:rgba(133,117,255,.58)}.zysp-action-dialog-cancel{background:#24252d;border-color:rgba(255,255,255,.08);color:#bbbcc5}}
@media(prefers-reduced-motion:reduce){.zysp-action-dialog-backdrop,.zysp-action-dialog-card,.zysp-action-dialog-close,.zysp-action-dialog-actions button{transition:none!important}}
