*,*::before,*::after{box-sizing:border-box}html,body{min-height:100%}body.zodiac-app{margin:0;color:var(--app-text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";background:radial-gradient(1200px 700px at 70% 25%, rgba(255,62,165,0.33), transparent 62%),radial-gradient(900px 600px at 25% 10%, rgba(124,92,255,0.28), transparent 60%),linear-gradient(120deg, var(--app-bg1) 0%, var(--app-bg2) 45%, var(--app-bg3) 100%);background-size:cover;overflow-x:hidden;display:flex;flex-direction:column;min-height:100vh;height:auto;position:relative}@keyframes floatSymbol{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.zodiac-app-header{position:sticky;top:0;z-index:90;border-bottom:1px solid rgba(255,255,255,0.12);background:rgba(25,2,7,0.3);backdrop-filter:blur(8px)}.zodiac-header{margin:0 auto;min-height:70px;padding:9px 24px;display:flex;align-items:center;gap:16px;position:relative}.zodiac-header__menu-button{width:62px;height:62px;border:0;background:transparent;color:#ffffff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border-radius:8px;transition:background-color 120ms ease}.zodiac-header__menu-button:hover{background:rgba(255,255,255,0.08)}.zodiac-header__menu-button:focus-visible{outline:2px solid rgba(255,255,255,0.9);outline-offset:2px}.zodiac-header__menu-icon{width:42px;height:4px;border-radius:2px;background:currentColor;position:relative;display:inline-block}.zodiac-header__menu-icon::before,.zodiac-header__menu-icon::after{content:"";width:42px;height:4px;border-radius:2px;background:currentColor;position:absolute;left:0}.zodiac-header__menu-icon::before{top:-13px}.zodiac-header__menu-icon::after{top:13px}.zodiac-header__actions{margin-left:auto;display:inline-flex;align-items:center;gap:10px}.zodiac-header__language-box{padding:8px 6px 7px;display:grid;gap:2px;text-align:center;min-width:200px}.zodiac-header__language-row{display:inline-flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap}.zodiac-header__language-button{border:0;background:transparent;color:rgba(255,255,255,0.88);padding:0;margin:0;cursor:pointer;font-size:16px;line-height:1.1;letter-spacing:.5px;transition:color 120ms ease}.zodiac-header__language-button:hover{color:#ffffff}.zodiac-header__language-button:focus-visible{outline:1px solid rgba(255,255,255,0.85);outline-offset:3px}.zodiac-header__language-button.is-active{color:#ffffff;font-weight:700}.zodiac-header__language-divider{color:rgba(255,255,255,0.72)}.zodiac-header__logout{color:#ffffff;width:44px;height:44px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:background-color 120ms ease,color 120ms ease}.zodiac-header__logout:hover{background:rgba(255,255,255,0.12)}.zodiac-header__logout:focus-visible{outline:2px solid rgba(255,255,255,0.9);outline-offset:2px}.zodiac-header__logout-icon{width:22px;height:22px}.zodiac-header__brand{display:inline-flex;align-items:center;text-decoration:none}.zodiac-header__brand-image{height:44px;width:auto;display:block}.zodiac-header__menu-dropdown{position:absolute;left:10px;top:calc(100% + 4px);min-width:172px;background:rgba(255,255,255,0.5);box-shadow:0 12px 28px rgba(0,0,0,0.28);overflow:hidden}.zodiac-header__menu-list{margin:0;padding:0;list-style:none}.zodiac-header__menu-item{position:relative}.zodiac-header__menu-divider{list-style:none;margin:0;padding:8px 0;position:relative}.zodiac-header__menu-divider::before{content:"";display:block;height:1px;margin-left:30px;background:#fff;width:calc(100% - 70px)}.zodiac-header__menu-link{display:block;position:relative;text-decoration:none;color:rgba(255,255,255,0.9);font-size:18px;line-height:1.02;font-weight:400;padding:8px 14px 10px 30px;transition:background-color 120ms ease,opacity 120ms ease;white-space:nowrap}.zodiac-header__menu-link::before{content:"";position:absolute;left:2px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:9px solid transparent;border-bottom:9px solid transparent;border-left:28px solid #9929b2}.zodiac-header__menu-link:hover,.zodiac-header__menu-link:focus-visible{opacity:1;background:rgba(240,90,52,0.7);color:#430019;outline:none}.zodiac-header__menu-link.is-active{opacity:1;background:#f05a34;color:#2a0010;font-weight:700}@media (max-width:980px){.zodiac-header{min-height:70px;padding:9px 14px}.zodiac-header__menu-button{width:52px;height:52px}.zodiac-header__menu-icon,.zodiac-header__menu-icon::before,.zodiac-header__menu-icon::after{width:34px;height:3px}.zodiac-header__menu-icon::before{top:-10px}.zodiac-header__menu-icon::after{top:10px}.zodiac-header__language-box{min-width:226px;padding:7px 8px 6px}.zodiac-header__language-button{font-size:14px;letter-spacing:.35px}.zodiac-header__brand-image{height:44px}.zodiac-header__menu-dropdown{top:calc(100% + 2px);width:170px}.zodiac-header__menu-link{padding:7px 12px 8px 24px}.zodiac-header__menu-link::before{border-top-width:7px;border-bottom-width:7px;border-left-width:22px}}@media (max-width:720px){.zodiac-header{min-height:70px;padding:9px 14px;gap:10px}.zodiac-header__actions{gap:10px}.zodiac-header__language-box{min-width:auto;padding:6px 7px 5px}.zodiac-header__language-row{gap:4px}.zodiac-header__language-button{font-size:12px;letter-spacing:.2px}.zodiac-header__logout{width:36px;height:36px}.zodiac-header__logout-icon{width:18px;height:18px}.zodiac-header__brand-image{height:32px}.zodiac-header__menu-dropdown{left:8px;max-width:320px}.zodiac-header__menu-link{padding:8px 12px 9px 24px}}div.bg-content{position:fixed;top:0;left:0;right:0;bottom:0}div.bg-content .bg-layer{pointer-events:none;position:absolute;top:0;left:0;right:0;bottom:0}div.bg-content.landing .bg-layer.bg{background:url(../images/landing-bg.jpg) no-repeat center center;background-size:cover}div.bg-content.landing .bg-layer.bg0{background:url(../images/landing-flare.png) right 22% top 40% no-repeat;background-size:35% auto;opacity:.75}div.bg-content.landing .bg-layer.bg1{background:url(../images/landing-element05.png) right -8% top 22% no-repeat;background-size:24% auto}div.bg-content.landing .bg-layer.bg2{background:url(../images/landing-element03.png) left 3% top 22% no-repeat;background-size:14% auto;animation:floatSymbol 6s ease-in-out infinite}div.bg-content.landing .bg-layer.bg3{background:url(../images/landing-element04.png) right 10% bottom 10% no-repeat;background-size:9.6% auto;animation:floatSymbol 7s ease-in-out infinite}div.bg-content.landing .bg-layer.bg4{background:url(../images/landing-aura02.png) right top no-repeat;background-size:63% auto;opacity:.7}div.bg-content.landing .bg-layer.bg5{background:url(../images/landing-element01.png) right 50% bottom 15% no-repeat;background-size:39% auto}div.bg-content.landing .bg-layer.bg6{background:url(../images/landing-element02.png) left 8% bottom 20% no-repeat;background-size:25.3% auto}div.bg-content.landing .bg-layer.bg7{background:url(../images/landing-aura01.png) left 9% bottom 10% no-repeat;background-size:26% auto;opacity:.6}div.bg-content.landing .bg-layer.bg8{background:url(../images/landing-aura03.png) right top no-repeat;background-size:100% 100%;opacity:.7}div.bg-content.landing .bg-layer.bg9{background:url(../images/landing-bug-logo.png) center top 25% no-repeat;background-size:20% auto}@media (orientation:portrait){div.bg-content.landing .bg-layer.bg0{background-position:right -300% top 50%;background-size:90% auto}div.bg-content.landing .bg-layer.bg1{background-position:right 2% top 15%;background-size:32% auto}div.bg-content.landing .bg-layer.bg2{background-position:left 10% top 33%;background-size:17% auto}div.bg-content.landing .bg-layer.bg3{background-position:right 10% bottom 10%;background-size:12% auto}div.bg-content.landing .bg-layer.bg4{background-size:150% 58%}div.bg-content.landing .bg-layer.bg5{background-position:right 30% top 68%;background-size:65% auto}div.bg-content.landing .bg-layer.bg6{background-position:left 7% bottom 18%}div.bg-content.landing .bg-layer.bg7{background-position:left 9% bottom 16%}div.bg-content.landing .bg-layer.bg8{background-position:right top}div.bg-content.landing .bg-layer.bg9{background-position:center top 30%;background-size:30% auto}}div.bg-content.onboarding .bg-layer.bg{background:url(../images/landing-bg.jpg) no-repeat right center;background-size:cover}div.bg-content.onboarding .bg-layer.bg0{top:unset;left:unset;width:100vw;height:auto;aspect-ratio:1170 / 1138;max-height:100vh;max-width:calc(100vh * (1170 / 1138));overflow:hidden}div.bg-content.onboarding .bg-layer.bg0::before{content:"";position:absolute;inset:0;background:url(../images/onboarding-element.png) no-repeat center;background-size:100% 100%}div.bg-content.onboarding .bg-layer.bg1{top:unset;left:unset;width:100vw;height:auto;aspect-ratio:1170 / 1138;max-height:100vh;max-width:calc(100vh * (1170 / 1138));overflow:hidden}@keyframes rotate{from{transform:translate(-50%, -50%) rotate(0deg)}to{transform:translate(-50%, -50%) rotate(360deg)}}div.bg-content.onboarding .bg-layer.bg1::before{content:"";position:absolute;width:23.28%;aspect-ratio:1 / 1;background:url(../images/onboarding-flare.png) no-repeat center;background-size:contain;left:calc((1090 / 1170) * 100%);top:calc((600 / 1138) * 100%);animation:rotate 60s linear infinite;transform-origin:center center}div.bg-content.onboarding .bg-layer.bg9{padding-top:200px;pointer-events:all}div.bg-content.brightStars{--bright-stars-ring-width:clamp(320px, 75vw, 1180px);--bright-stars-element-width:clamp(220px, 49.5vw, 640px)}div.bg-content.brightStars .bg-layer.bg{background:url(../images/landing-bg.jpg) no-repeat right center;background-size:cover}div.bg-content.brightStars .bg-layer.bg0{background:url('../images/bright-stars-aura1.png') left top / 41.5% auto no-repeat,url('../images/bright-stars-aura2.png') right bottom / 21.35% auto no-repeat}div.bg-content.brightStars .bg-layer.bg1{transform:translateY(3vw);background:url('../images/bright-stars-ring.png') center center / var(--bright-stars-ring-width) auto no-repeat}div.bg-content.brightStars .bg-layer.bg2{transform:translateY(3vw)}div.bg-content.brightStars .bg-layer.bg2 .elementWrapper{pointer-events:none;position:absolute;transition:all 300ms ease-in-out;width:var(--bright-stars-element-width);height:auto;aspect-ratio:951 / 941;background-size:contain;left:50%;bottom:50%}div.bg-content.brightStars .bg-layer.bg2 .elementWrapper.is-front{pointer-events:auto;animation:floatSymbol 6s ease-in-out infinite}div.bg-content.brightStars .bg-layer.bg2 .elementWrapper .bright-stars-label{position:absolute;left:0;top:calc(100% + 5vh);transform:translate(-50%, -50%);display:inline-flex;align-items:center;justify-content:center;gap:clamp(10px, 1.4vw, 24px);white-space:nowrap}div.bg-content.brightStars .bg-layer.bg2 .elementWrapper .bright-stars-label__name{font-size:clamp(16px, 1.6vw, 24px);line-height:1;font-weight:500;color:#ffffff;text-shadow:0 3px 10px rgba(0,0,0,0.24);white-space:nowrap;transition:color 180ms ease,text-shadow 180ms ease,font-weight 180ms ease}div.bg-content.brightStars .bg-layer.bg2 .elementWrapper .bright-stars-label__arrow{width:clamp(38px, 4vw, 68px);aspect-ratio:100 / 48;border:0;padding:0;background-color:transparent;background-repeat:no-repeat;background-position:center;background-size:contain;cursor:pointer;opacity:0;visibility:hidden;transition:opacity 180ms ease}div.bg-content.brightStars .bg-layer.bg2 .elementWrapper .bright-stars-label__arrow:focus-visible{outline:2px solid rgba(255,255,255,0.9);outline-offset:4px}div.bg-content.brightStars .bg-layer.bg2 .elementWrapper .bright-stars-label__arrow--left{background-image:url('../images/bright-star-l-arrow.png')}div.bg-content.brightStars .bg-layer.bg2 .elementWrapper .bright-stars-label__arrow--right{background-image:url('../images/bright-star-r-arrow.png')}div.bg-content.brightStars .bg-layer.bg2 .elementWrapper.is-front .bright-stars-label__name{color:#8a1020;text-shadow:none;font-weight:700}div.bg-content.brightStars .bg-layer.bg2 .elementWrapper.is-front .bright-stars-label__arrow{opacity:1;visibility:visible}div.bg-content.brightStars .bg-layer.bg2 .elementWrapper::before{content:"";position:absolute;inset:0;background:no-repeat center / 100% 100%;transition:transform 300ms ease-in-out}div.bg-content.brightStars .bg-layer.bg2 .elementWrapper.element1::before{background-image:url('../images/bright-star-element01.png');transform:translate(-64.14%, 46.97%) scale(var(--bright-stars-scale), var(--bright-stars-scale));transform-origin:64.14% 53.03%}div.bg-content.brightStars .bg-layer.bg2 .elementWrapper.element2::before{background-image:url('../images/bright-star-element02.png');transform:translate(-32.07%, 33.58%) scale(var(--bright-stars-scale), var(--bright-stars-scale));transform-origin:32.07% 66.42%}div.bg-content.brightStars .bg-layer.bg2 .elementWrapper.element3::before{background-image:url('../images/bright-star-element03.png');transform:translate(-69.61%, 39.11%) scale(var(--bright-stars-scale), var(--bright-stars-scale));transform-origin:69.61% 60.89%}div.bg-content.brightStars .bg-layer.bg2 .elementWrapper.element4::before{background-image:url('../images/bright-star-element04.png');transform:translate(-35.43%, 35.8%) scale(var(--bright-stars-scale), var(--bright-stars-scale));transform-origin:35.43% 64.2%}div.bg-content.brightStars .bg-layer.bg2 .elementWrapper.element5::before{background-image:url('../images/bright-star-element05.png');transform:translate(-62.35%, 28.27%) scale(var(--bright-stars-scale), var(--bright-stars-scale));transform-origin:62.35% 71.73%}div.bg-content.brightStars .bg-layer.bg2 .elementWrapper.element6::before{background-image:url('../images/bright-star-element06.png');transform:translate(-52.05%, 33.69%) scale(var(--bright-stars-scale), var(--bright-stars-scale));transform-origin:52.05% 66.31%}div.bg-content.brightStars .bg-layer.bg3{background:url('../images/bright-stars-title-cn.png') center 90px / 15% auto no-repeat}div.bg-content.brightStars .bg-layer.bg4 .star-menu-container{display:flex;flex-direction:column;gap:15px;width:290px;font-family:'Microsoft YaHei','PingFang SC',sans-serif;margin:90px 0 0 20px;transform-origin:top left;transition:transform .3s ease}@media (max-width:1366px){div.bg-content.brightStars .bg-layer.bg4 .star-menu-container{transform:scale(.9)}}@media (max-width:1024px){div.bg-content.brightStars .bg-layer.bg4 .star-menu-container{transform:scale(.8)}}@media (max-width:768px){div.bg-content.brightStars .bg-layer.bg4 .star-menu-container{transform:scale(.7);margin-top:80px;margin-left:15px}}@media (max-width:480px){div.bg-content.brightStars .bg-layer.bg4 .star-menu-container{transform:scale(.6);margin-top:70px;margin-left:10px}}div.bg-content.brightStars .bg-layer.bg4 .star-menu-container .star-menu-item{white-space:nowrap;display:flex;align-items:center;background:linear-gradient(to right, #ba273d 0%, #d8597a 50%, #eaa6bd 100%);border-radius:5px;padding:6px 12px 6px 15px;color:white;cursor:pointer;user-select:none;box-shadow:0 2px 4px rgba(0,0,0,0.1);transition:transform .2s ease}div.bg-content.brightStars .bg-layer.bg4 .star-menu-container .star-menu-item:hover{transform:scale(1.02)}div.bg-content.brightStars .bg-layer.bg4 .star-menu-container .text-main{font-size:24px;font-weight:bold;letter-spacing:0px;margin-right:0px}div.bg-content.brightStars .bg-layer.bg4 .star-menu-container .text-sub{font-size:19px;flex-grow:1;letter-spacing:0px;padding-top:4px}div.bg-content.brightStars .bg-layer.bg4 .star-menu-container .play-pill{width:46px;height:24px;background:linear-gradient(135deg, #ffffff 30%, #b8b7d6 100%);border-radius:20px;display:flex;justify-content:center;align-items:center;box-shadow:inset -2px -2px 4px rgba(0,0,0,0.1),inset 2px 2px 4px rgba(255,255,255,0.9);flex-shrink:0}div.bg-content.brightStars .bg-layer.bg4 .star-menu-container .play-triangle{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:11px solid #731720;margin-left:4px}.onboarding-inputarea{position:relative;z-index:2;max-width:760px;margin:0 auto;padding:0 24px 34px}.onboarding-CAS{display:block;width:40%;max-width:500px;min-width:200px;height:auto;z-index:-1;opacity:.8;margin:0 auto 24px}.d2-onboarding-card{background:transparent;color:#ffffff}.d2-onboarding-card__header{text-align:center;margin-bottom:16px}.d2-onboarding-card__title{margin:0;font-size:clamp(20px, 3vw, 40px);line-height:1.05;font-weight:500;text-shadow:0 3px 10px rgba(0,0,0,0.24)}.d2-onboarding-form{display:grid;gap:14px}.d2-onboarding-form__row{display:flex;align-items:center;gap:16px}.d2-onboarding-form__field{display:flex;align-items:center;gap:10px;min-width:0}.d2-onboarding-form__field--name{flex:1 1 auto}.d2-onboarding-form__field--gender{flex:0 0 235px}.d2-onboarding-form__field--date{flex:1 1 auto}.d2-onboarding-form__label{flex:0 0 auto;font-size:clamp(14px, 1.6vw, 20px);line-height:1;font-weight:400;color:#ffffff;text-shadow:0 1px 4px rgba(0,0,0,0.28);white-space:nowrap}.d2-onboarding-form__control-box{flex:1 1 auto;min-width:0;border-radius:0;background:#ffffff;border:1px solid rgba(119,119,119,0.55);overflow:hidden}.d2-onboarding-form__control-box--date{display:grid;grid-template-columns:2fr 1fr 1fr 1.35fr;gap:0}.d2-onboarding-form__input,.d2-onboarding-form__select{width:100%;height:36px;border:0;border-radius:0;background:transparent;color:#2a2a2a;font-size:clamp(14px, 1.6vw, 20px);line-height:1;padding:0 8px;outline:none}.d2-onboarding-form__select{cursor:pointer}.d2-onboarding-form__input:focus-visible,.d2-onboarding-form__select:focus-visible,.d2-onboarding-form__history-link:focus-visible,.d2-onboarding-form__action-button:focus-visible{outline:2px solid #ffffff;outline-offset:2px}.d2-onboarding-form__control-box--date .d2-onboarding-form__select{border-right:1px solid rgba(119,119,119,0.45)}.d2-onboarding-form__control-box--date .d2-onboarding-form__select:last-child{border-right:0}.d2-onboarding-form__actions{margin-top:14px;min-height:300px;display:flex;align-items:center;justify-content:space-between;gap:32px}.d2-onboarding-form__action-button{position:relative;isolation:isolate;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;background-size:contain;padding:0;cursor:pointer;transition:transform .22s ease,filter .22s ease}.d2-onboarding-form__action-button::after{content:"";position:absolute;inset:20%;border-radius:999px;background:radial-gradient(circle, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0) 72%);opacity:0;transition:opacity .22s ease;pointer-events:none;z-index:-1}.d2-onboarding-form__action-button__label{font-size:clamp(14px, 1.6vw, 16px);line-height:1;font-weight:400;color:#ffffff;text-shadow:0 1px 4px rgba(0,0,0,0.28);white-space:nowrap;transition:text-shadow .22s ease,letter-spacing .22s ease}@media (hover:hover) and (pointer:fine){.d2-onboarding-form__action-button:hover{transform:translateY(-2px) scale(1.015);filter:brightness(1.06) saturate(1.05)}.d2-onboarding-form__action-button:hover::after{opacity:1}.d2-onboarding-form__action-button:hover .d2-onboarding-form__action-button__label{letter-spacing:.01em;text-shadow:0 2px 6px rgba(0,0,0,0.36)}}.d2-onboarding-form__action-button:active{transform:translateY(0) scale(.995)}@media (prefers-reduced-motion:reduce){.d2-onboarding-form__action-button,.d2-onboarding-form__action-button::after,.d2-onboarding-form__action-button__label{transition:none}}.d2-onboarding-form__action-button--ziwei{width:min(40vw, 330px);aspect-ratio:1.2 / 1;flex:0 0 auto;background-image:url(../images/onboarding-ziwei-star.png)}.d2-onboarding-form__action-stack{margin-left:auto;width:min(34vw, 280px);display:grid;gap:12px}.d2-onboarding-form__action-button--iching{width:100%;aspect-ratio:2 / 1;background-image:url(../images/onboarding-iching.png)}.d2-onboarding-form__history-link{display:flex;align-items:center;justify-content:center;min-height:20px;text-decoration:none;color:#ffffff;font-size:clamp(14px, 2vw, 20px);line-height:1}.d2-onboarding-form__visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}@media (max-width:920px){.onboarding-inputarea{max-width:660px;padding:0 16px 24px}.d2-onboarding-form__field--gender{flex-basis:180px}.d2-onboarding-form__actions{min-height:300px;gap:20px}}@media (max-width:680px){.onboarding-inputarea{padding:0 40px 20px}.d2-onboarding-form{gap:10px}.d2-onboarding-form__row{flex-direction:column;align-items:stretch;gap:10px}.d2-onboarding-form__field--gender,.d2-onboarding-form__field--name,.d2-onboarding-form__field--date{width:100%;flex:1 1 auto}.d2-onboarding-form__label{flex-basis:90px;font-size:clamp(16px, 2vw, 20px)}.d2-onboarding-form__control-box--date{grid-template-columns:1fr 1fr}.d2-onboarding-form__control-box--date .d2-onboarding-form__select:nth-child(2){border-right:0}.d2-onboarding-form__control-box--date .d2-onboarding-form__select:nth-child(-n+2){border-bottom:1px solid rgba(119,119,119,0.45)}.d2-onboarding-form__actions{min-height:0;align-items:center}.d2-onboarding-form__action-button--ziwei,.d2-onboarding-form__action-stack{width:min(40vw, 200px)}.d2-onboarding-form__action-button--ziwei{aspect-ratio:1 / 1}.d2-onboarding-form__action-button--iching{aspect-ratio:2 / 1}.d2-onboarding-form__action-button__label{font-size:clamp(12px, 1.6vw, 14px)}}