: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：E导航赞助页结构复刻与三卡整体上滚动画 */
.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}

/* v1.0.7：E导航式 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);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-first-badge{position:absolute;top:0;left:0;z-index:2;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: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{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:10px}
.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-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.8：亿导航式赞助弹窗、随机留言与透明 Logo */
.zysp-ee-top3-avatar{overflow:visible!important;background:rgba(255,255,255,.94)!important}
.zysp-ee-top3-avatar img{width:82%!important;height:82%!important;object-fit:contain!important;border-radius:0!important;background:transparent!important;filter:drop-shadow(0 2px 2px rgba(20,28,42,.12))}

.zysp-yinav-modal{width:min(430px,calc(100vw - 22px))!important;max-height:calc(100vh - 28px)!important;margin:14px auto!important;padding:0!important;border-radius:22px!important;overflow:hidden!important;background:#fff!important;color:#252830!important;box-shadow:0 28px 90px rgba(8,14,28,.34)!important}
.zysp-yinav-head{position:relative;padding:22px 54px 14px;text-align:center;border-bottom:1px solid #eef0f4}
.zysp-yinav-head h2{margin:0;color:#22252b;font-size:21px;line-height:1.35;font-weight:900}
.zysp-yinav-head p{margin:5px 0 0;color:#a1a6b0;font-size:13px}
.zysp-yinav-modal .zysp-modal-close{top:12px!important;right:12px!important;display:grid!important;width:34px!important;height:34px!important;place-items:center!important;border:0!important;border-radius:50%!important;background:#f3f4f7!important;color:#9a9fa9!important;font-size:21px!important;line-height:1!important;cursor:pointer!important}
.zysp-yinav-tabs{display:grid!important;grid-template-columns:repeat(3,1fr);gap:0!important;margin:0!important;padding:0 24px;border-bottom:1px solid #eef0f4;background:#fff}
.zysp-yinav-tabs button{position:relative;border:0!important;border-radius:0!important;background:transparent!important;padding:17px 6px 15px!important;color:#9aa0aa!important;font-size:15px!important;font-weight:800!important;cursor:pointer}
.zysp-yinav-tabs button:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;border-radius:2px;background:transparent}
.zysp-yinav-tabs button.active{color:#5c4df4!important}
.zysp-yinav-tabs button.active:after{background:linear-gradient(90deg,#4967ff,#8c2df2)}
.zysp-yinav-form{display:flex;max-height:calc(100vh - 150px);flex-direction:column}
.zysp-yinav-body{padding:17px 24px 14px;overflow:auto;overscroll-behavior:contain}
.zysp-owner-panel[hidden]{display:none!important}
.zysp-yinav-field{display:block;margin:0 0 13px;color:#555b65;font-size:13px;font-weight:800}
.zysp-yinav-field>span{display:block;margin-bottom:7px}
.zysp-yinav-field>span b{color:#ff5f4a}
.zysp-yinav-field input,.zysp-yinav-field textarea,.zysp-yinav-more input,.zysp-yinav-more textarea{width:100%;border:1px solid #e1e4ea!important;border-radius:12px!important;background:#fafbfc!important;color:#2b2f36!important;padding:12px 13px!important;outline:0!important;box-shadow:none!important;font-size:14px!important;line-height:1.4!important;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.zysp-yinav-field input{height:47px}
.zysp-yinav-field input::placeholder,.zysp-yinav-field textarea::placeholder,.zysp-yinav-more input::placeholder,.zysp-yinav-more textarea::placeholder{color:#b4b8c0}
.zysp-yinav-field input:focus,.zysp-yinav-field textarea:focus,.zysp-yinav-more input:focus,.zysp-yinav-more textarea:focus{border-color:#7365f8!important;background:#fff!important;box-shadow:0 0 0 3px rgba(100,82,246,.10)!important}
.zysp-yinav-url-row,.zysp-yinav-message-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px}
.zysp-yinav-url-row button,.zysp-yinav-message-row button{min-width:82px;border:1px solid #e1e4ea;border-radius:12px;background:#fff;color:#6559f5;font-size:13px;font-weight:800;cursor:pointer;transition:.2s ease}
.zysp-yinav-url-row button:hover,.zysp-yinav-message-row button:hover{border-color:#6657f6;background:#f4f1ff}
.zysp-yinav-url-row button.is-success{border-color:#23b26f;background:#eafaf2;color:#12814d}
.zysp-yinav-anonymous-note{margin-bottom:14px;padding:12px 14px;border-radius:12px;background:#f5f3ff;color:#6d62be;font-size:13px;line-height:1.6}
.zysp-yinav-more{margin:3px 0 14px;border:1px solid #e7e9ee;border-radius:12px;background:#fafbfc;overflow:hidden}
.zysp-yinav-more summary{padding:11px 13px;color:#747a86;font-size:13px;font-weight:800;cursor:pointer;list-style:none}
.zysp-yinav-more summary::-webkit-details-marker{display:none}
.zysp-yinav-more summary:after{content:"＋";float:right;color:#8f95a0}
.zysp-yinav-more[open] summary:after{content:"－"}
.zysp-yinav-more-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px;padding:0 12px 12px}
.zysp-yinav-more-grid label{display:flex;flex-direction:column;gap:6px;color:#656b76;font-size:12px;font-weight:700}
.zysp-yinav-more-grid .wide{grid-column:1/-1}
.zysp-yinav-more-grid .inline{grid-column:1/-1;display:flex;flex-direction:row;align-items:center;padding:8px 0}
.zysp-yinav-more-grid .inline input{width:auto;height:auto;margin:0 6px 0 0}
.zysp-yinav-package-block,.zysp-yinav-pay-block{margin-top:15px}
.zysp-yinav-block-title{display:block;margin-bottom:8px;color:#555b65;font-size:13px;font-weight:900}
.zysp-yinav-amount-options{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:8px!important}
.zysp-yinav-amount-options .zysp-modal-package{min-width:0!important;gap:2px!important;padding:10px 4px 8px!important;border:1px solid #eceef3!important;border-radius:10px!important;background:#f5f6f8!important;box-shadow:none!important}
.zysp-yinav-amount-options .zysp-modal-package.selected{border-color:#ff8c6d!important;background:#ff8c6d!important;box-shadow:0 5px 14px rgba(255,123,91,.28)!important}
.zysp-yinav-amount-options .zysp-modal-package strong{font-size:16px!important;color:#555b64!important;line-height:1.25!important}
.zysp-yinav-amount-options .zysp-modal-package small{display:block;overflow:hidden;max-width:100%;color:#8d929c!important;font-size:10px!important;white-space:nowrap;text-overflow:ellipsis}
.zysp-yinav-amount-options .zysp-modal-package em{display:none!important}
.zysp-yinav-amount-options .zysp-modal-package.selected strong,.zysp-yinav-amount-options .zysp-modal-package.selected small{color:#fff!important}
.zysp-yinav-pay-methods{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px!important;margin:0!important}
.zysp-yinav-pay-methods label{display:flex!important;justify-content:center!important;min-height:48px;margin:0!important;padding:10px 14px!important;border:1px solid #e1e4ea!important;border-radius:11px!important;background:#fff!important;color:#30343b!important;font-size:14px!important;font-weight:900!important;box-shadow:none!important}
.zysp-yinav-pay-methods label.selected{border-color:#654df3!important;background:linear-gradient(135deg,#4c63ff,#8b2fe8)!important;color:#fff!important;box-shadow:0 7px 18px rgba(93,69,235,.28)!important}
.zysp-yinav-pay-methods label input{position:absolute;opacity:0}
.zysp-yinav-pay-methods img{width:22px!important;height:22px!important;object-fit:contain}
.zysp-yinav-agreement{margin:14px 0 2px!important;color:#858b96!important;font-size:11px!important;line-height:1.5!important}
.zysp-yinav-footer{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #eceef2;background:#fff}
.zysp-yinav-footer button{height:56px;border:0;background:#fff;font-size:15px;font-weight:900;cursor:pointer}
.zysp-yinav-cancel{color:#727985;border-right:1px solid #eceef2!important}
.zysp-yinav-confirm{color:#6551f2}
.zysp-yinav-confirm:disabled{opacity:.55;cursor:not-allowed}
.zysp-yinav-modal .zysp-site-check-status{margin-top:7px;padding:7px 9px;border-radius:8px;font-size:11px;font-weight:600}
.zysp-yinav-modal .zysp-site-preview{margin:10px 0 14px;border-radius:12px}
.zysp-yinav-modal .zysp-preview-shot{aspect-ratio:16/6}
.zysp-yinav-modal .zysp-payment-result{position:absolute!important;inset:0!important;border-radius:22px!important;background:#fff!important}

.io-black-mode .zysp-yinav-modal,.io-black-mode .zysp-yinav-head,.io-black-mode .zysp-yinav-tabs,.io-black-mode .zysp-yinav-footer{background:#25272b!important;color:#eef1f5!important}
.io-black-mode .zysp-yinav-head,.io-black-mode .zysp-yinav-tabs,.io-black-mode .zysp-yinav-footer{border-color:rgba(255,255,255,.08)!important}
.io-black-mode .zysp-yinav-head h2,.io-black-mode .zysp-yinav-field,.io-black-mode .zysp-yinav-block-title{color:#eef1f5!important}
.io-black-mode .zysp-yinav-field input,.io-black-mode .zysp-yinav-field textarea,.io-black-mode .zysp-yinav-more,.io-black-mode .zysp-yinav-more input,.io-black-mode .zysp-yinav-more textarea{border-color:rgba(255,255,255,.09)!important;background:#2d3035!important;color:#eef1f5!important}
.io-black-mode .zysp-yinav-amount-options .zysp-modal-package{border-color:rgba(255,255,255,.08)!important;background:#2d3035!important}
.io-black-mode .zysp-yinav-pay-methods label{border-color:rgba(255,255,255,.09)!important;background:#2d3035!important;color:#eef1f5!important}

@media(max-width:520px){
.zysp-yinav-modal{width:100%!important;max-height:100vh!important;height:100vh!important;margin:0!important;border-radius:0!important}
.zysp-yinav-form{max-height:calc(100vh - 136px)}
.zysp-yinav-body{padding:15px 17px 12px}
.zysp-yinav-tabs{padding:0 16px}
.zysp-yinav-amount-options{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.zysp-yinav-more-grid{grid-template-columns:1fr}
.zysp-yinav-more-grid .wide,.zysp-yinav-more-grid .inline{grid-column:auto}
.zysp-yinav-modal .zysp-payment-result{border-radius:0!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：复刻 E导航首页实时赞助卡片视觉与三卡整体上滚 */
.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;
}
