*,*:before,*:after{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}:root{--bg-image: none;--safe-bottom: env(safe-area-inset-bottom, 0px);--countdown-bar-bg: rgba(200, 60, 60, .96)}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;background:transparent;min-height:100vh;min-height:100dvh;color:#fff;position:relative;overflow-x:hidden;overscroll-behavior-y:none}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:var(--bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:scroll;opacity:1;z-index:-2;pointer-events:none}body:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:var(--theme-overlay, transparent);opacity:.7;z-index:-1;pointer-events:none}.loading-screen,.error-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:1.2em}.loading-spinner{width:48px;height:48px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.countdown-bar{display:none}.countdown-content{max-width:480px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:8px}.countdown-info{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.countdown-icon{font-size:18px;flex-shrink:0;animation:flame 1.5s ease-in-out infinite alternate}@keyframes flame{0%{transform:scale(1) rotate(-2deg)}to{transform:scale(1.1) rotate(2deg)}}.countdown-text{display:flex;flex-direction:column;gap:1px;min-width:0}.countdown-title{font-size:.85em;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.countdown-subtitle{font-size:.72em;opacity:.85;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.countdown-timer{display:flex;align-items:center;gap:6px;background:#00000026;padding:6px 12px;border-radius:20px;flex-shrink:0}.countdown-display{font-size:1.5em;font-weight:700;font-family:SF Mono,Courier New,monospace;min-width:62px;text-align:center;letter-spacing:1px}.countdown-display.countdown-urgent{animation:urgentPulse 1s ease-in-out infinite;color:#ffe0e0}@keyframes urgentPulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.countdown-label{font-size:.75em;opacity:.85}.fixed-top-bar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#ffffff80;backdrop-filter:blur(10px);padding:6px 10px;box-shadow:0 2px 8px #0000001a;max-width:480px;margin:0 auto;color:#333}.fixed-top-bar .feature-tags{margin-bottom:4px}.fixed-top-bar .feature-tag{font-size:.6em;padding:1px 6px;color:#333;background:#fff9;border:1px solid rgba(0,0,0,.15)}.fixed-top-bar .marquee-bubble{margin-bottom:4px}.fixed-top-bar .marquee-item{font-size:.6em;padding:1px 6px;color:#333;background:#fff9;border:1px solid rgba(0,0,0,.15)}.fixed-top-bar .redirect-button{width:fit-content;max-width:100%;margin-bottom:4px;padding:5px 10px}.fixed-top-bar .line-icon{width:22px;height:22px;min-width:22px}.fixed-top-bar .line-icon svg{width:13px;height:13px}.fixed-top-bar .line-button-title{font-size:.7em}.fixed-top-bar .line-button-subtitle{font-size:.55em}.fixed-top-bar .stats-bar{margin:0;padding:6px 0 0}.fixed-top-bar .stats-value{font-size:1.2em}.fixed-top-bar .stats-label{font-size:.6em}.container{text-align:center;width:100%;min-height:100vh;padding:136px 16px calc(32px + env(safe-area-inset-bottom,0px));max-width:480px;margin:0 auto;animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}h1,p{display:none}.footer-note p{display:block}.feature-tags{display:flex;flex-wrap:nowrap;justify-content:center;gap:6px;margin-bottom:16px;overflow:hidden}.feature-tag{font-size:.72em;background:#ffffff2e;border:1px solid rgba(255,255,255,.35);border-radius:20px;padding:3px 10px;white-space:nowrap}.beauty-carousel{margin:12px 0 20px;overflow:hidden}.beauty-carousel-track{display:flex;gap:10px;width:max-content;animation:carouselScroll 20s linear infinite}.beauty-slide{flex:0 0 160px;width:160px;aspect-ratio:3 / 4;border-radius:12px;overflow:hidden;position:relative;box-shadow:0 4px 12px #00000040}.beauty-slide-photo{width:100%;height:100%;object-fit:cover;display:block}.beauty-slide-info-wrap{position:absolute;bottom:0;left:0;right:0;padding:24px 10px 12px;background:linear-gradient(to top,rgba(0,0,0,.72) 0%,rgba(0,0,0,.2) 60%,transparent 100%);display:flex;flex-direction:column;align-items:center;gap:4px;text-shadow:0 1px 4px rgba(0,0,0,.5)}.beauty-slide-name{font-size:.9em;font-weight:700}.beauty-slide-info{display:flex;justify-content:center;gap:4px;flex-wrap:wrap}.beauty-slide-info-item{background:#fff3;padding:1px 8px;border-radius:20px;font-size:.68em;backdrop-filter:blur(4px)}.beauty-carousel:hover .beauty-carousel-track{animation-play-state:paused}@keyframes carouselScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-bubble{overflow:hidden;margin-bottom:12px}.marquee-track{display:flex;gap:8px;width:max-content;animation:marqueeScroll 12s linear infinite}.marquee-item{font-size:.72em;background:#ffffff2e;border:1px solid rgba(255,255,255,.35);border-radius:20px;padding:3px 10px;white-space:nowrap;color:#fff;flex-shrink:0}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.stats-bar{display:flex;justify-content:center;align-items:stretch;margin:0 -16px;padding:20px 16px 28px}.stats-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;padding:0 8px}.stats-item--divided{border-right:1px solid rgba(255,255,255,.3)}.stats-value{font-size:1.8em;font-weight:900;line-height:1;letter-spacing:0;color:gold;white-space:nowrap}.stats-label{font-size:.72em;opacity:.85;text-align:center;line-height:1.3}.member-section,.security-section{margin:0 -16px;padding:18px 20px;background:#ffffff80;border-top:1px solid rgba(240,240,240,.4);text-align:left}.security-section{padding-bottom:calc(40px + env(safe-area-inset-bottom,20px))}.member-section-title{font-size:1.1em;font-weight:700;margin-bottom:6px;display:flex;align-items:center;justify-content:center;gap:6px;text-align:center;color:#333}.member-section-subtitle{font-size:.82em;color:#888;margin-bottom:16px;text-align:center}.member-offers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;margin-top:14px}.member-offer-card{background:#ffffff80;border-radius:12px;padding:14px 12px;text-align:center;border:1px solid rgba(255,255,255,.4);position:relative;overflow:hidden}.member-offer-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,gold,#ff6b6b,#87ceeb)}.member-offer-icon{font-size:22px;margin-bottom:10px;display:block}.member-offer-title{font-size:.9em;font-weight:600;margin-bottom:6px;line-height:1.3;color:#333}.member-offer-description{font-size:.76em;color:#666;line-height:1.45}.member-badge{display:inline-block;background:#ff6b6b;color:#fff;padding:2px 10px;border-radius:10px;font-size:.7em;font-weight:500;margin-top:8px}.preference-section{margin:0 -16px;padding:24px 12px 20px;background:#ffffff80;text-align:left}.preference-title{font-size:1.1em;font-weight:700;margin-bottom:14px;display:flex;align-items:center;justify-content:center;gap:6px;text-align:center;color:#333}.preference-categories{display:flex;flex-direction:column;gap:14px}.preference-category{display:flex;flex-direction:column;gap:8px}.preference-category-title{font-size:.85em;font-weight:600;display:flex;align-items:center;justify-content:center;gap:5px;color:#666}.preference-options{display:flex;flex-wrap:wrap;gap:4px;justify-content:center}.preference-option{background:#fff6;color:#333;border:1.5px solid #e0e0e0;padding:3px 8px;border-radius:14px;font-size:.65em;font-weight:500;cursor:pointer;transition:background .2s,border-color .2s,transform .15s;min-height:24px;display:flex;align-items:center;white-space:nowrap}.preference-option:active{transform:scale(.96)}.preference-option.selected{background:#ff6b6b;border-color:#ff6b6b;color:#fff;font-weight:700}.security-title{font-size:1.05em;font-weight:700;margin-bottom:16px;display:flex;align-items:center;justify-content:center;gap:6px;text-align:center;color:#333}.security-features{display:grid;grid-template-columns:1fr;gap:10px}.security-feature{background:#ffffff80;border-radius:12px;padding:16px 12px 14px;border:1px solid rgba(255,255,255,.4);position:relative;overflow:hidden;text-align:center}.security-feature:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,gold,#ff6b6b,#87ceeb)}.security-feature-icon{font-size:26px;display:block;margin-bottom:8px}.security-feature-title{font-size:.88em;font-weight:700;margin-bottom:6px;line-height:1.3;color:#333}.security-feature-description{font-size:.76em;color:#666;line-height:1.5}.footer-note{margin:16px 16px 0;padding:8px 0;font-size:11px;color:#fff9;line-height:1.7;text-align:center}.footer-note *{color:#fff9!important;font-size:11px!important;line-height:1.7;margin:0 0 2px;opacity:1!important;text-shadow:0 1px 3px rgba(0,0,0,.6)}.footer-note p:last-child{margin-bottom:0}.footer-note a{color:#fff!important;text-decoration:underline}.safe-area-bottom{height:calc(4px + env(safe-area-inset-bottom,4px))}@keyframes floatButton{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.redirect-button{display:flex;align-items:center;justify-content:center;text-decoration:none;border-radius:50px;border:none;transition:opacity .2s,transform .1s;width:fit-content;margin:0 auto 12px}.redirect-button:active{opacity:.85;transform:scale(.97)}.line-button{padding:10px 20px;background:linear-gradient(135deg,#06c755,#00b84f);box-shadow:0 6px 20px #06c75580;color:#fff;gap:8px;position:relative;justify-content:center}.line-button:after{content:"";position:absolute;inset:-4px;border-radius:54px;border:2px solid rgba(6,199,85,0);animation:btnPulse 3s ease-out infinite;pointer-events:none}@keyframes btnPulse{0%{inset:-2px;border-color:#06c75500;opacity:1}40%{inset:-8px;border-color:#06c75599;opacity:.8}to{inset:-14px;border-color:#06c75500;opacity:0}}.line-icon{width:30px;height:30px;min-width:30px;border-radius:50%;background:#ffffff2e;display:flex;align-items:center;justify-content:center;flex-shrink:0}.line-icon svg{width:16px;height:16px;fill:#fff}.line-button-text{display:flex;flex-direction:column;align-items:center;line-height:1.25}.line-button-title{font-size:.82em;font-weight:700;color:#fff}.line-button-subtitle{font-size:.62em;font-weight:400;color:#ffffffe6;margin-top:1px}@supports (-webkit-touch-callout: none){body:before{background-attachment:scroll!important}.countdown-bar,.member-section,.preference-section,.security-section{-webkit-backdrop-filter:none!important;backdrop-filter:none!important}}
