.promo-carousel{position:relative;background:#111;overflow:hidden}.promo-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.promo-track::-webkit-scrollbar{display:none}.promo-slide{flex:0 0 100%;display:block;scroll-snap-align:start;background:#111}.promo-slide img{display:block;width:100%;aspect-ratio:16/7;object-fit:cover}.promo-dots{position:absolute;left:0;right:0;bottom:8px;display:flex;justify-content:center;gap:6px;pointer-events:none}.promo-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:#ffffff80;box-shadow:0 1px 3px #0005}.promo-dots button.active{width:18px;border-radius:99px;background:#fff}
.home-popup-mask{position:fixed;inset:0;z-index:80;display:grid;place-items:center;background:rgba(0,0,0,.46);padding:18px}.home-popup-mask[hidden]{display:none}.home-popup-dialog{width:min(88vw,448px);overflow:hidden;border-radius:10px;background:#fff;color:#333;box-shadow:0 13px 35px rgba(0,0,0,.35)}.home-popup-dialog h2{margin:0;padding:10px 13px 8px;text-align:center;font-size:16px;font-weight:800;border-bottom:1px solid #ddd}.home-popup-body{padding:17px 15px 13px;line-height:1.6;font-size:14px;white-space:pre-wrap}.home-popup-actions{display:grid;grid-template-columns:1fr 1fr;gap:21px;padding:11px 14px 15px}.home-popup-actions button{height:41px;border-radius:7px;font-size:14px;border:1px solid #bbb;background:#fff;color:#444}.home-popup-actions .home-popup-confirm{border-color:#2387ff;background:#2387ff;color:#fff}.home-popup-actions .home-popup-cancel{background:#fff}
.quick-actions{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-bottom:0;padding:17px 4px}
.quick-actions a{min-width:0;padding:0 2px}
.quick-actions img,.quick-help-icon{width:35px;height:35px}
.quick-help-icon{display:grid!important;place-items:center;margin:0 auto 4px;border-radius:50%;color:#fff;background:#e9a516;font-size:25px!important;font-weight:700}
.quick-actions span,.quick-actions small{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.quick-actions span{font-size:13px}
.quick-actions small{font-size:10px}
.home-notice-after-actions{margin-bottom:10px;border-top:1px solid var(--line)}
.home-notice-after-actions span{display:inline-block;min-width:max-content;padding-left:100%;overflow:visible;text-overflow:clip;animation:notice-scroll 15s linear infinite}
@keyframes notice-scroll{from{transform:translateX(0)}to{transform:translateX(-100%)}}
@media(max-width:360px){.quick-actions{padding-inline:0}.quick-actions img,.quick-help-icon{width:32px;height:32px}.quick-actions span{font-size:12px}.quick-actions small{font-size:9px}}
