:root{color-scheme:light;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans KR,sans-serif;color:#211d2c;background:#f5f2ed;font-synthesis:none;--ink: #211d2c;--muted: #746e7e;--line: #ded9e4;--violet: #6555d9;--deep: #17132a;--paper: #fffdfa}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:#f5f2ed}button,input,select,textarea{font:inherit}button{color:inherit}button,a,summary{-webkit-tap-highlight-color:transparent;touch-action:manipulation}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #9f91ff;outline-offset:2px}.page{min-height:100vh;overflow-x:clip;overflow-y:visible}.intro h1,.intro__copy,.result-hero>p,.section-title,.section-intro,.insight-card,.month-card,.compat-findings,.prompt-section>p,.disclaimer{word-break:keep-all;overflow-wrap:break-word}.page main{width:min(100%,680px);margin:0 auto}.topbar{position:relative;z-index:20;display:flex;align-items:center;justify-content:space-between;height:calc(64px + env(safe-area-inset-top));padding:env(safe-area-inset-top) calc(20px + env(safe-area-inset-right)) 0 calc(20px + env(safe-area-inset-left));color:#fff;background:var(--deep)}.topbar--result{position:sticky;top:0;background:#17132af0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand{display:inline-flex;min-height:44px;align-items:center;gap:9px;padding:8px 0;border:0;background:none;color:inherit;font-size:19px;font-weight:800;letter-spacing:-.04em;cursor:pointer}.brand__mark{display:grid;place-items:center;width:26px;height:26px;border:1px solid #8c7df2;border-radius:50%;color:#f1c67e;font-size:19px}.install-button,.install-help-button,.text-button,.icon-button{border:1px solid rgba(255,255,255,.2);background:#ffffff14;color:#fff;cursor:pointer}.install-button{min-height:44px;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:700}.install-help-button{min-height:44px;padding:8px 11px;border-radius:9px;font-size:11px;font-weight:700}.topbar__actions{display:flex;align-items:center;gap:8px}.text-button{min-height:44px;padding:8px 11px;border-radius:9px;font-size:12px}.icon-button{width:44px;height:44px;border-radius:50%;font-size:19px}.share-button{display:inline-flex;min-height:44px;align-items:center;gap:6px;padding:8px 11px;border:1px solid rgba(255,255,255,.2);border-radius:9px;background:#ffffff14;color:#fff;font-size:13px;font-weight:750;cursor:pointer}.share-button span{font-size:16px}.skip-link{position:fixed;z-index:100;top:8px;left:8px;padding:10px 13px;border-radius:9px;background:#fff;color:#30245f;font-weight:800;text-decoration:none;transform:translateY(-160%);transition:transform .18s ease}.skip-link:focus{transform:translateY(0)}.is-hidden{display:none!important}.intro{position:relative;min-height:405px;padding:48px 24px 58px;color:#fff;background:radial-gradient(circle at 82% 10%,rgba(111,92,255,.5),transparent 30%),radial-gradient(circle at 5% 90%,rgba(159,115,212,.28),transparent 34%),var(--deep)}.intro:after{content:"";position:absolute;right:-35px;bottom:22px;width:150px;height:150px;border:1px solid rgba(218,205,255,.2);border-radius:50%;box-shadow:0 0 0 26px #ffffff06,0 0 0 58px #ffffff05}.intro__stars i{position:absolute;display:block;width:3px;height:3px;border-radius:50%;background:#fff;box-shadow:0 0 10px #fff}.intro__stars i:nth-child(1){top:72px;right:36px}.intro__stars i:nth-child(2){top:126px;right:124px;width:5px;height:5px}.intro__stars i:nth-child(3){bottom:96px;right:72px}.eyebrow{margin:0 0 12px;color:var(--violet);font-size:11px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.eyebrow--light{color:#c8bcff}.intro h1{position:relative;z-index:1;margin:0;font-size:clamp(31px,8.4vw,49px);line-height:1.17;letter-spacing:-.065em}.intro h1 span{color:#dfc3ff}.intro__copy{position:relative;z-index:1;margin:23px 0 0;color:#c9c4d3;font-size:15px;line-height:1.7}.privacy-pill{position:absolute;z-index:2;left:24px;bottom:28px;display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid rgba(255,255,255,.11);border-radius:999px;background:#ffffff0f;color:#c9c4d3;font-size:11px}.privacy-pill span{color:#b29eff;font-size:17px}.form-shell{position:relative;z-index:3;margin:-24px 12px 28px;padding:28px 20px 25px;border:1px solid rgba(255,255,255,.8);border-radius:24px;background:var(--paper);box-shadow:0 18px 55px #271e431c}.section-heading{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:28px}.step-label{margin:0 0 7px;color:var(--violet);font-size:10px;font-weight:850;letter-spacing:.13em}.section-heading h2{margin:0;font-size:22px;line-height:1.25;letter-spacing:-.045em}.required-note{color:#9992a1;font-size:11px}.field{display:block;margin:0 0 25px;padding:0;border:0}.field>label:first-child,.field__label,.field legend{display:block;margin-bottom:9px;color:#3b3547;font-size:13px;font-weight:760}.optional{margin-left:5px;color:#aaa4b0;font-size:10px;font-weight:500}input[type=text],input[type=date],input[type=time],input:not([type]),select,textarea{width:100%;border:1px solid #ddd7e3;border-radius:13px;background:#fff;color:var(--ink);font-size:16px;transition:border .2s,box-shadow .2s}input[type=text],input[type=date],input[type=time],input:not([type]),select{height:52px;padding:0 14px}select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#777080 50%),linear-gradient(135deg,#777080 50%,transparent 50%);background-position:calc(100% - 18px) 22px,calc(100% - 13px) 22px;background-repeat:no-repeat;background-size:5px 5px}textarea{min-height:104px;padding:13px 14px;line-height:1.55;resize:vertical}input:focus,select:focus,textarea:focus{border-color:#8879ee;box-shadow:0 0 0 4px #6555d91a;outline:0}input:disabled{color:#a5a0a9;background:#f3f0f4}input::placeholder{color:#aaa4af}.input-with-icon{position:relative}.input-with-icon>span{position:absolute;z-index:1;top:50%;left:15px;transform:translateY(-50%);color:#746c83;font-size:17px;pointer-events:none}.input-with-icon input{padding-left:44px}.segmented{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px;border-radius:13px;background:#eeebf0}.segmented button{height:44px;border:0;border-radius:10px;background:transparent;color:#817a87;font-size:13px;font-weight:750;cursor:pointer}.segmented button.is-active{background:#fff;color:var(--ink);box-shadow:0 3px 10px #1f182d14}.field-hint{margin:8px 2px 0;color:#908995;font-size:10px;line-height:1.5}.quick-date-input{font-variant-numeric:tabular-nums;letter-spacing:.08em}.date-picker-details{margin-top:9px;border:1px solid #e2dce5;border-radius:11px;background:#faf8fb}.date-picker-details summary{display:flex;min-height:44px;align-items:center;justify-content:space-between;padding:9px 12px;color:#6c6474;font-size:12px;font-weight:700;cursor:pointer;list-style:none}.date-picker-details summary::-webkit-details-marker{display:none}.date-picker-details summary b{transition:transform .2s ease}.date-picker-details[open] summary b{transform:rotate(180deg)}.date-picker-details>.input-with-icon{margin:0 10px 10px}.time-slot-hint{margin:8px 0 0;padding:10px 12px;border:1px solid #ddd6f5;border-radius:11px;background:#f5f2ff;color:#5647a3;font-size:12px;font-weight:750;line-height:1.5}.check-row{display:inline-flex!important;align-items:center;gap:8px;margin:11px 2px 0!important;color:#6f6976!important;font-size:11px!important;font-weight:520!important;cursor:pointer}.check-row input{position:absolute;opacity:0;pointer-events:none}.fake-check{display:grid;place-items:center;width:17px;height:17px;border:1px solid #c7c1cd;border-radius:5px;background:#fff}.check-row input:checked+.fake-check{border-color:var(--violet);background:var(--violet)}.check-row input:checked+.fake-check:after{content:"✓";color:#fff;font-size:11px;font-weight:900}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.choice-card{position:relative;display:flex;align-items:center;gap:10px;min-height:68px;padding:11px;border:1px solid #ded8e4;border-radius:14px;cursor:pointer;transition:.2s}.choice-card.is-selected{border-color:#7766e6;background:#f3f0ff;box-shadow:inset 0 0 0 1px #7766e6}.choice-card input{position:absolute;opacity:0}.choice-card__icon{display:grid;flex:0 0 34px;place-items:center;width:34px;height:34px;border-radius:50%;background:#efebf2;color:#6a6174;font-size:18px}.choice-card.is-selected .choice-card__icon{background:#7766e6;color:#fff}.choice-card strong,.choice-card small{display:block}.choice-card strong{font-size:12px}.choice-card small{margin-top:3px;color:#8b8491;font-size:9px;line-height:1.35}.form-error{min-height:18px;margin:-7px 0 10px;color:#c64d59;font-size:11px;line-height:1.5}.primary-button{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:58px;padding:0 20px;border:0;border-radius:15px;background:linear-gradient(135deg,#6e5adf,#4f3fc1);box-shadow:0 12px 22px #5542c53d;color:#fff;font-size:14px;font-weight:800;cursor:pointer}.primary-button b{font-size:20px}.sample-button{width:100%;margin-top:14px;padding:6px;border:0;background:none;color:#766e7d;font-size:11px;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.feature-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin:0 12px 28px;overflow:hidden;border:1px solid #e1dce4;border-radius:15px;background:#e1dce4}.feature-strip div{padding:15px 4px;text-align:center;background:#faf8f4}.feature-strip b,.feature-strip span{display:block}.feature-strip b{color:#6b5fd1;font-family:Georgia,serif;font-size:15px}.feature-strip span{margin-top:5px;color:#7f7883;font-size:9px}.install-guide{margin:0 12px 28px;padding:18px;border:1px solid #ddd7e4;border-radius:17px;background:#fffdfa;box-shadow:0 8px 26px #231c2f0b}.install-guide__heading{display:flex;align-items:center;gap:12px}.install-guide__heading>span{display:grid;flex:0 0 auto;place-items:center;width:40px;height:40px;border-radius:13px;background:#eeeaff;color:#6555d9;font-size:20px}.install-guide__heading p{margin:0 0 4px;color:#6c5fd0;font-size:8px;font-weight:850;letter-spacing:.12em}.install-guide__heading h2{margin:0;font-size:14px;letter-spacing:-.025em}.install-guide details{margin-top:14px;border-top:1px solid #eee9ef}.install-guide summary{display:flex;align-items:center;justify-content:space-between;padding:13px 2px 7px;color:#554e5f;font-size:11px;font-weight:800;cursor:pointer;list-style:none}.install-guide summary::-webkit-details-marker{display:none}.install-guide summary b{transition:transform .2s ease}.install-guide details[open] summary b{transform:rotate(180deg)}.install-steps{display:grid;gap:8px;margin-top:8px}.install-steps article{padding:11px;border-radius:11px;background:#f5f2f7}.install-steps b,.install-steps span{display:block}.install-steps b{color:#413a4b;font-size:10px}.install-steps span{margin-top:5px;color:#746d78;font-size:10px;line-height:1.55}.install-guide>p{margin:12px 2px 0;color:#8c8590;font-size:9px;line-height:1.5}.site-footer{padding:8px 20px calc(26px + env(safe-area-inset-bottom));color:#96909a;font-size:9px;text-align:center}.site-footer a{color:#6c5fd0;font-weight:700;text-underline-offset:3px}.page--result{background:#f6f3ee}.result-hero{position:relative;min-height:550px;padding:44px 24px 35px;overflow:hidden;color:#fff;text-align:center;background:radial-gradient(circle at 50% 35%,color-mix(in srgb,var(--day) 35%,transparent),transparent 30%),radial-gradient(circle at 85% 5%,rgba(109,87,233,.42),transparent 30%),var(--deep)}.result-hero:after{content:"";position:absolute;inset:104px auto auto 50%;width:245px;height:245px;border:1px solid rgba(255,255,255,.13);border-radius:50%;transform:translate(-50%);box-shadow:0 0 0 32px #ffffff05,0 0 0 65px #ffffff03}.result-hero>*{position:relative;z-index:2}.result-hero__orbit i{position:absolute;z-index:3;width:5px;height:5px;border-radius:50%;background:#fff;box-shadow:0 0 12px #fff}.result-hero__orbit i:nth-child(1){top:79px;left:16%}.result-hero__orbit i:nth-child(2){top:162px;right:13%;width:3px;height:3px}.result-hero__orbit i:nth-child(3){top:265px;left:19%;width:3px;height:3px}.day-master{display:grid;place-items:center;width:164px;height:164px;margin:24px auto 22px;border:1px solid color-mix(in srgb,var(--day) 70%,white);border-radius:50%;background:radial-gradient(circle at 45% 38%,#ffffff2b,#ffffff09);box-shadow:0 0 45px color-mix(in srgb,var(--day) 32%,transparent)}.day-master span{margin-bottom:-15px;color:#c9c2d3;font-size:9px}.day-master strong{color:color-mix(in srgb,var(--day) 75%,white);font-family:Georgia,"Noto Serif KR",serif;font-size:67px;font-weight:500;line-height:.8}.day-master b{margin-top:-12px;color:#eeeaf4;font-size:10px}.result-hero h1{margin:0;font-size:clamp(25px,7vw,34px);letter-spacing:-.055em}.result-hero>p:not(.eyebrow){max-width:470px;margin:14px auto 0;color:#c9c4d2;font-size:12px;line-height:1.7}.hero-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:7px;margin-top:17px}.hero-tags span{padding:6px 9px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:#ffffff0f;color:#d9d4e1;font-size:9px}.birth-summary{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:25px;color:#aba5b5;font-size:9px}.birth-summary i{width:2px;height:2px;border-radius:50%;background:#766e83}.birth-time-summary{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px;margin-top:9px;color:#d8d2df;font-size:11px}.birth-time-summary span{color:#9f96aa}.birth-time-summary b{color:#efe9ff}.birth-time-summary em{color:#c6b9ff;font-style:normal}.notice{display:flex;gap:12px;margin:14px 12px 0;padding:14px;border:1px solid #e7d0a2;border-radius:12px;background:#fff7e8;font-size:10px;line-height:1.55}.notice b{white-space:nowrap;color:#8d6521}.notice span{color:#726451}.result-nav{position:sticky;z-index:10;top:calc(64px + env(safe-area-inset-top));display:grid;grid-template-columns:repeat(6,1fr);border-bottom:1px solid #e4dfe7;background:#fffdfaf2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.result-nav a{position:relative;display:grid;min-height:46px;place-items:center;padding:12px 3px;color:#756e7c;font-size:10px;font-weight:700;text-align:center;text-decoration:none;transition:color .2s,background .2s}.result-nav a.is-active,.result-nav a[aria-current=location]{background:#f1edff;color:#5543ca}.result-nav a.is-active:after,.result-nav a[aria-current=location]:after{content:"";position:absolute;right:22%;bottom:0;left:22%;height:2px;border-radius:99px 99px 0 0;background:#6957dc}.result-section{scroll-margin-top:calc(115px + env(safe-area-inset-top));padding:48px 18px;background:var(--paper)}.result-section+.result-section{border-top:1px solid #e7e2e8}.result-section.tinted{background:#f1eff5}.section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:24px}.section-title p{margin:0 0 7px;color:var(--violet);font-size:9px;font-weight:850;letter-spacing:.13em}.section-title h2{margin:0;font-size:24px;letter-spacing:-.05em}.section-title>span{padding-bottom:3px;color:#97909c;font-size:9px;text-align:right}.year-switcher{display:flex;flex:0 0 112px;flex-direction:column;align-items:flex-end;gap:5px}.year-switcher span{color:#8a8290;font-size:9px;font-weight:750}.year-switcher select{width:112px;height:40px;padding:0 28px 0 10px;border:1px solid #d9d2df;border-radius:11px;background-color:#fff;color:#4f4658;font-size:12px;font-weight:750}.manse-table{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid #d9d3de;border-radius:17px;background:#e5e0e8;box-shadow:0 10px 28px #241c3014}.manse-column{display:grid;min-width:0;grid-template-rows:70px 38px 88px 88px 40px 90px 76px 112px;gap:1px;background:#e8e3eb;text-align:center}.manse-column+.manse-column{border-left:1px solid #d9d3de}.manse-head{min-width:0;padding:8px 3px 6px;background:linear-gradient(180deg,#ece8ef,#e5e0e8)}.manse-head b,.manse-head span,.manse-head small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.manse-head b{color:#302a37;font-size:14px}.manse-head span{margin-top:1px;color:#8d8592;font-size:9px}.manse-head small{margin-top:4px;color:#514958;font-size:12px;font-weight:800}.manse-column--day .manse-head{background:linear-gradient(180deg,#ded8ff,#ece8ff);box-shadow:inset 0 3px #6b59d7}.manse-column--day .manse-head b,.manse-column--day .manse-god{color:#5542c8}.manse-god,.manse-branch-god{display:grid;place-items:center;min-width:0;background:#fff8cf;color:#554d58;font-size:12px;font-weight:800}.manse-character{display:grid;place-content:center;min-width:0;margin:6px;border:1px solid color-mix(in srgb,var(--tone) 55%,#312a37);border-radius:11px;background:linear-gradient(145deg,color-mix(in srgb,var(--tone) 82%,#221b28),color-mix(in srgb,var(--tone) 62%,#211a26));box-shadow:inset 0 1px #ffffff3d,0 4px 10px color-mix(in srgb,var(--tone) 18%,transparent);color:#fff}.manse-character strong,.manse-character span{display:block}.manse-character strong{font-family:Georgia,"Noto Serif KR",serif;font-size:clamp(37px,11vw,52px);font-weight:600;line-height:.9;text-shadow:0 2px 2px rgba(0,0,0,.26)}.manse-character span{margin-top:7px;color:#ffffffe0;font-size:9px;font-weight:700}.manse-hidden{min-width:0;padding:7px 3px 6px;background:#fff}.manse-hidden>small{display:block;margin-bottom:5px;color:#928a97;font-size:9px;font-weight:800}.manse-hidden>div{display:flex;flex-wrap:wrap;align-content:flex-start;justify-content:center;gap:4px}.manse-hidden>div span{min-width:28px;padding:4px 3px;border-radius:7px;background:#f1eef3}.manse-hidden b,.manse-hidden span small{display:block}.manse-hidden b{color:#403946;font-family:Georgia,serif;font-size:15px}.manse-hidden span small{margin-top:1px;color:#817985;font-size:8px}.manse-extra{display:grid;grid-template-rows:1fr 1fr;gap:1px;min-width:0;background:#e8e3eb}.manse-extra>span{display:grid;grid-template-columns:31px minmax(0,1fr);align-items:center;gap:2px;padding:0 4px;background:#faf8fb}.manse-extra small{color:#948b98;font-size:8px}.manse-extra b{overflow:hidden;color:#514a56;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.manse-stars{min-width:0;padding:7px 3px;background:#fffdf8}.manse-stars>small{display:block;margin-bottom:6px;color:#8d8392;font-size:8px;font-weight:850}.manse-stars>div{display:flex;flex-wrap:wrap;align-content:flex-start;justify-content:center;gap:4px}.manse-stars>div>span{display:grid;min-width:0;padding:4px 5px;border-radius:7px;background:#f0ecf4;color:#5f5665;font-size:8px;font-weight:800;line-height:1.15}.manse-stars>div>span.is-special{background:#ede8ff;color:#5d49c4}.manse-stars>div>span small{margin-top:2px;color:#9d94a2;font-size:6px;font-weight:650}.manse-column--unknown{background:#ebe7ed}.manse-column--unknown .manse-head,.manse-column--unknown .manse-god,.manse-column--unknown .manse-branch-god{background:#f1eef3;color:#99919c}.manse-column--unknown .manse-character{border-color:#d6d0da;background:repeating-linear-gradient(135deg,#ece8ee,#ece8ee 8px,#e4dfe7 8px 16px);box-shadow:none;color:#9f97a3}.manse-column--unknown .manse-character span{color:#9a929e}.manse-column--unknown .manse-hidden{display:grid;place-content:center;color:#9a929e}.manse-column--unknown .manse-hidden p{margin:0;padding:0 4px;font-size:9px;line-height:1.4}.manse-stars--unknown{display:grid;place-content:center;background:#f4f1f5;color:#9a929e}.manse-stars--unknown p{margin:0;font-size:9px}.legend-note{display:flex;gap:10px;margin-top:14px;padding:13px;border-radius:12px;background:#f5f2f6;color:#756e79;font-size:9px;line-height:1.55}.legend-note b{flex:0 0 auto;color:#574e61}.sinsal-guide{margin-top:14px;padding:17px 14px;border:1px solid #ded8e5;border-radius:16px;background:linear-gradient(155deg,#fff,#f5f1f8)}.sinsal-guide__head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.sinsal-guide__head span{color:#6e5bd4;font-size:9px;font-weight:850;letter-spacing:.12em}.sinsal-guide__head h3{margin:4px 0 0;color:#37303d;font-size:16px;letter-spacing:-.035em}.sinsal-guide__head>b{flex:0 0 auto;padding:6px 9px;border-radius:999px;background:#ece7ff;color:#5a47c4;font-size:9px}.sinsal-guide__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:13px}.sinsal-guide__grid article{min-width:0;padding:11px;border:1px solid #e5dfe8;border-radius:12px;background:#ffffffd6}.sinsal-guide__grid article[data-tone=motion]{border-color:#d8e2f7;background:#f4f7ff}.sinsal-guide__grid article[data-tone=support]{border-color:#d7eadf;background:#f3fbf6}.sinsal-guide__grid article[data-tone=expression]{border-color:#f0dce7;background:#fff6fa}.sinsal-guide__grid article[data-tone=leadership]{border-color:#eadfc4;background:#fff9ed}.sinsal-guide__grid article>div{display:flex;align-items:baseline;justify-content:space-between;gap:6px}.sinsal-guide__grid article b{color:#4d4355;font-size:13px}.sinsal-guide__grid article span{color:#938a98;font-size:9px;text-align:right}.sinsal-guide__grid article p{margin:7px 0 0;color:#716879;font-size:11px;line-height:1.55}.sinsal-guide__note{margin:12px 2px 0;color:#817987;font-size:10px;line-height:1.65}.element-panel{padding:19px 16px;border:1px solid #dfd9e5;border-radius:17px;background:#fff}.element-row{display:grid;grid-template-columns:48px 1fr 38px;align-items:center;gap:10px}.element-row+.element-row{margin-top:15px}.element-row__name{display:flex;align-items:center;gap:6px;color:#6d6672;font-size:9px}.element-row__name b{display:grid;place-items:center;width:24px;height:24px;border-radius:8px;background:color-mix(in srgb,var(--tone) 18%,white);color:color-mix(in srgb,var(--tone) 78%,#333);font-family:Georgia,serif;font-size:13px}.element-row__track{height:7px;overflow:hidden;border-radius:999px;background:#ede9ef}.element-row__track i{display:block;min-width:0;height:100%;border-radius:inherit;background:var(--tone);transition:width .7s ease}.element-row__value{color:#4d4655;font-size:11px;font-weight:750;text-align:right}.element-row__value small{color:#a39ca7;font-size:7px;font-weight:500}.balance-caption{margin:12px 3px 0;color:#7f7785;font-size:9px;line-height:1.65}.balance-caption b{color:#4f4758}.god-heading{display:flex;justify-content:space-between;align-items:flex-end;margin:31px 2px 12px}.god-heading h3{margin:0;font-size:15px}.god-heading span{color:#99919e;font-size:8px}.god-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.god-card{padding:12px;border:1px solid #e0dae5;border-radius:13px;background:#ffffffbf}.god-card.is-strong{border-color:#9b8fec;background:#fff}.god-card>span,.god-card>b,.god-card>small{display:block}.god-card>span{color:var(--violet);font-size:9px;font-weight:800}.god-card>b{margin-top:4px;font-size:11px}.god-card>div{height:4px;margin:10px 0 7px;overflow:hidden;border-radius:99px;background:#e9e5eb}.god-card>div i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#9a8bef,#6453d1)}.god-card>small{color:#8b8490;font-size:9px}.insight-list{display:grid;gap:11px}.insight-card{display:grid;grid-template-columns:39px 1fr;gap:13px;padding:17px 15px;border:1px solid #e3dee6;border-radius:16px;background:#fff}.insight-card__icon{display:grid;place-items:center;width:39px;height:39px;border-radius:12px;background:#efecff;color:#6b58dd;font-size:18px}.insight-card p{margin:1px 0 5px;color:#6c5fd0;font-size:9px;font-weight:800;letter-spacing:.08em}.insight-card h3{margin:0;font-size:15px;letter-spacing:-.03em}.insight-card__body{margin-top:9px;color:#6d6672;font-size:10px;line-height:1.65}.insight-card aside{margin-top:10px;padding:10px 11px;border-left:2px solid #aa9ef0;background:#f6f3fb;color:#716a78;font-size:10px;line-height:1.55}.monthly-section{background:#f8f5ef}.timing-summary{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:14px}.timing-summary div{padding:13px;border:1px solid #e1dbe4;border-radius:13px;background:#fff}.timing-summary span,.timing-summary b{display:block}.timing-summary span{color:#7e7685;font-size:9px}.timing-summary b{margin-top:6px;color:#554b63;font-size:11px;line-height:1.5}.month-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.month-card{min-width:0;padding:13px;border:1px solid #e0dae4;border-radius:14px;background:#fff}.month-card.is-push{border-color:color-mix(in srgb,var(--tone) 48%,white);background:linear-gradient(145deg,#fff,var(--soft))}.month-card>div{display:flex;align-items:center;justify-content:space-between}.month-card>div b{font-size:10px}.month-card>div span{padding:3px 6px;border-radius:99px;background:var(--soft);color:color-mix(in srgb,var(--tone) 75%,#333);font-size:9px;font-weight:800}.month-card strong{display:block;margin-top:12px;color:color-mix(in srgb,var(--tone) 70%,#333);font-family:Georgia,serif;font-size:24px;font-weight:500}.month-card p{margin:7px 0 0;color:#4e4657;font-size:10px;font-weight:750}.month-card small{display:block;margin-top:5px;color:#7f7884;font-size:10px;line-height:1.55}.section-footnote{margin:13px 2px 0;color:#817985;font-size:10px;line-height:1.65}.fortune-section{color:#fff;background:#211b38}.fortune-section+.result-section{border-top:0}.fortune-section .section-title h2{color:#fff}.fortune-section .section-title>span{color:#938ba4}.current-fortune{display:grid;grid-template-columns:60px 54px 1fr;align-items:center;gap:11px;padding:15px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:#ffffff0e}.current-fortune>span{color:#c1b8cf;font-size:9px}.current-fortune>strong{color:#e4c48e;font-family:Georgia,serif;font-size:25px;font-weight:500}.current-fortune div{padding-left:11px;border-left:1px solid rgba(255,255,255,.12)}.current-fortune b{font-size:11px}.current-fortune p{margin:5px 0 0;color:#b9b1c5;font-size:10px;line-height:1.65}.fortune-scroll{display:grid;grid-auto-columns:118px;grid-auto-flow:column;gap:9px;margin:18px -18px 0;padding:0 18px 8px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.fortune-scroll::-webkit-scrollbar{display:none}.fortune-period{position:relative;min-height:151px;padding:18px 13px 13px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#ffffff0e;scroll-snap-align:start}.fortune-period.is-current{border-color:color-mix(in srgb,var(--tone) 72%,white);background:color-mix(in srgb,var(--tone) 16%,#211b38)}.current-badge{position:absolute;top:8px;right:8px;padding:3px 5px;border-radius:99px;background:var(--tone);color:#17132a;font-size:7px;font-weight:850}.fortune-period p{margin:0 0 10px;color:#b7afc3;font-size:9px}.fortune-period strong{display:block;color:color-mix(in srgb,var(--tone) 65%,white);font-family:Georgia,serif;font-size:28px;font-weight:500}.fortune-period>span:not(.current-badge),.fortune-period small{display:block}.fortune-period>span:not(.current-badge){margin-top:8px;color:#afa7bb;font-size:9px}.fortune-period small{margin-top:13px;color:#ddd7e4;font-size:10px}.scroll-hint{margin:3px 0 0;color:#7f778e;font-size:8px;text-align:right}.fortune-legend{display:flex;justify-content:space-between;gap:12px;margin-top:14px;color:#aaa2b7;font-size:9px}.fortune-legend i{display:inline-block;width:7px;height:7px;margin-right:5px;border-radius:50%;background:#a99af3}.section-intro{margin:-8px 0 18px;color:#817986;font-size:10px;line-height:1.65}.compatibility-section{background:#f1eff5}.compat-details{overflow:hidden;border:1px solid #ded8e4;border-radius:16px;background:#fff}.compat-details>summary{display:flex;min-height:52px;align-items:center;justify-content:space-between;padding:17px;color:#554b61;font-size:12px;font-weight:800;cursor:pointer;list-style:none}.compat-details>summary::-webkit-details-marker{display:none}.compat-details[open]>summary{border-bottom:1px solid #ece7ef}.compat-details>summary b{font-size:17px;transition:transform .2s ease}.compat-details[open]>summary b{transform:rotate(45deg)}.compat-form{padding:17px}.compat-form>label,.compact-grid label{display:block;margin-bottom:14px}.compat-form label>span:not(.fake-check),.compact-grid label>span{display:block;margin-bottom:7px;color:#5f5768;font-size:11px;font-weight:750}.compat-form label small{color:#9a929f;font-weight:500}.compact-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.compat-form input,.compat-form select{height:48px;font-size:16px}.compat-form .check-row{margin:0 15px 14px 0!important}.compat-submit{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:50px;padding:0 16px;border:0;border-radius:12px;background:#6654d6;color:#fff;font-size:12px;font-weight:800;cursor:pointer}.compat-result{margin-top:14px;padding:18px;border-radius:18px;background:#201a34;color:#fff;scroll-margin-top:calc(126px + env(safe-area-inset-top))}.compat-score{text-align:center}.compat-score span,.compat-score strong,.compat-score small{display:block}.compat-score span{color:#bbb2c8;font-size:10px}.compat-score strong{margin-top:5px;color:#ddc193;font-family:Georgia,serif;font-size:48px;font-weight:500;line-height:1}.compat-score small{margin-top:6px;color:#9d94aa;font-size:9px}.compat-pair{display:grid;grid-template-columns:1fr 26px 1fr;align-items:center;margin-top:18px}.compat-pair>div{padding:12px;border:1px solid rgba(255,255,255,.1);border-radius:13px;text-align:center}.compat-pair b,.compat-pair strong,.compat-pair span{display:block}.compat-pair b{color:#d5cedd;font-size:10px}.compat-pair strong{margin:7px 0 4px;color:color-mix(in srgb,var(--tone, #9c8bf0) 72%,white);font-family:Georgia,serif;font-size:31px;font-weight:500}.compat-pair span{color:#aaa2b6;font-size:9px}.compat-pair>i{color:#786e89;font-style:normal;text-align:center}.compat-findings{display:grid;gap:8px;margin-top:12px}.compat-findings article{padding:13px;border-radius:12px;background:#ffffff0e}.compat-findings p{margin:0;color:#a99cf5;font-size:9px;font-weight:800}.compat-findings h3{margin:5px 0 7px;font-size:13px}.compat-findings span{color:#c0b8ca;font-size:11px;line-height:1.65}.compat-prompt-button{width:100%;min-height:47px;margin-top:12px;border:1px solid rgba(255,255,255,.18);border-radius:11px;background:#ffffff17;color:#fff;font-size:10px;font-weight:750;cursor:pointer}.prompt-section{position:relative;overflow:hidden;padding-top:58px;color:#fff;background:radial-gradient(circle at 88% 8%,rgba(151,106,216,.48),transparent 30%),linear-gradient(145deg,#463183,#292044)}.prompt-orb{position:absolute;top:32px;right:25px;display:grid;place-items:center;width:74px;height:74px;border:1px solid rgba(255,255,255,.18);border-radius:50%;color:#f3d49c;font-size:28px;box-shadow:0 0 0 14px #ffffff06,0 0 36px #dcbeff2e}.prompt-section h2{margin:0;font-size:25px;letter-spacing:-.05em}.prompt-section>p:not(.eyebrow){max-width:410px;margin:13px 92px 0 0;color:#c8bed7;font-size:10px;line-height:1.7}.prompt-modes{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:23px}.prompt-mode{min-height:78px;padding:12px;border:1px solid rgba(255,255,255,.13);border-radius:12px;background:#ffffff0e;color:#fff;text-align:left;cursor:pointer}.prompt-mode.is-active{border-color:#d8c8ff;background:#ffffff29;box-shadow:inset 0 0 0 1px #ffffff2e}.prompt-mode b,.prompt-mode span,.prompt-mode small{display:block}.prompt-mode b{font-size:11px}.prompt-mode span{margin-top:5px;color:#cec5d8;font-size:10px;line-height:1.5}.prompt-mode small{margin-top:8px;color:#f0d39f;font-size:9px}.selected-prompt{margin-top:15px;padding:12px 13px;border-left:2px solid #d5c2ff;background:#0f0a1c38}.selected-prompt span,.selected-prompt b,.selected-prompt small{display:block}.selected-prompt span{color:#c0b5ce;font-size:10px}.selected-prompt b{margin-top:4px;font-size:12px}.selected-prompt small{margin-top:4px;color:#cfc4da;font-size:10px}.prompt-button{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:53px;margin-top:25px;padding:0 17px;border:1px solid rgba(255,255,255,.3);border-radius:13px;background:#ffffff1f;color:#fff;font-size:12px;font-weight:750;cursor:pointer}.prompt-preview{margin-top:11px;padding:11px 0;color:#c9c0d6;font-size:8px}.prompt-preview summary{cursor:pointer}.prompt-preview pre{max-height:260px;margin-top:12px;padding:14px;overflow:auto;border-radius:10px;background:#0b081659;color:#e0dae8;font:9px/1.65 ui-monospace,Consolas,monospace;white-space:pre-wrap}.coverage-note{margin-top:12px;padding:14px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:#0f0a1c33;color:#d6cfe0}.coverage-note summary{display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;list-style:none;font-size:10px;font-weight:800}.coverage-note summary::-webkit-details-marker{display:none}.coverage-note summary b{padding:4px 7px;border-radius:999px;background:#ffffff1a;color:#efd3a1;font-size:8px}.coverage-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:13px}.coverage-chips span{padding:5px 7px;border:1px solid rgba(255,255,255,.13);border-radius:999px;color:#ded6e8;font-size:8px}.coverage-note p{margin:12px 0 0!important;color:#bbb1c8!important;font-size:10px!important;line-height:1.7!important}.disclaimer{margin:17px 12px;padding:17px;border:1px solid #ddd7e0;border-radius:14px;background:#efebe7}.disclaimer h3{margin:0 0 9px;font-size:13px}.disclaimer p{margin:6px 0 0;color:#6f686f;font-size:11px;line-height:1.7}.restart-button{display:block;width:calc(100% - 24px);min-height:50px;margin:0 12px 30px;border:1px solid #4d4559;border-radius:13px;background:transparent;color:#433b4d;font-size:11px;font-weight:750;cursor:pointer}.toast{position:fixed;z-index:50;left:50%;bottom:calc(24px + env(safe-area-inset-bottom));max-width:calc(100% - 32px);padding:11px 15px;border-radius:999px;background:#1b1629f2;color:#fff;font-size:11px;opacity:0;transform:translate(-50%,20px);transition:.25s;pointer-events:none}.toast.is-visible{opacity:1;transform:translate(-50%)}body{font-size:16px;line-height:1.55}.install-help-button,.text-button,.install-button{font-size:13px}.eyebrow,.step-label,.privacy-pill,.required-note{font-size:12px}.field>label:first-child,.field__label,.field legend{font-size:14px}.optional,.field-hint,.check-row{font-size:12px!important}.check-row{min-height:44px}.choice-card{min-height:76px;padding:13px}.choice-card strong{font-size:14px}.choice-card small{font-size:11px;line-height:1.45}.choice-card:has(input:focus-visible){outline:3px solid #9f91ff;outline-offset:2px}.check-row:has(input:focus-visible) .fake-check{outline:3px solid #9f91ff;outline-offset:2px}[aria-invalid=true]{border-color:#c64d59!important;box-shadow:0 0 0 4px #c64d591a!important}.form-error,.sample-button{font-size:13px}.sample-button{min-height:44px}.primary-button{font-size:15px}.profile-save-card{margin:-5px 0 24px;padding:13px 14px;border:1px solid #ded8e4;border-radius:13px;background:#f7f4f8}.profile-save-card .check-row{margin:0!important;color:#4d4657!important;font-weight:750!important}.profile-save-card p{margin:3px 0 0 25px;color:#837b89;font-size:11px;line-height:1.55}.forget-profile-button{margin:8px 0 0 25px;padding:7px 0;border:0;background:transparent;color:#6655cd;font-size:12px;font-weight:750;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.feature-strip span{font-size:11px}.install-guide__heading p{font-size:10px}.install-guide__heading h2{font-size:16px;line-height:1.4}.install-guide summary{min-height:44px;font-size:13px}.install-steps b,.install-steps span{font-size:12px}.install-guide>p,.site-footer{font-size:11px}.day-master span,.day-master b{font-size:11px}.result-hero>p:not(.eyebrow){font-size:14px}.result-hero h1:focus{outline:none}.hero-tags span,.birth-summary{font-size:11px}.result-card-button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:8px;margin-top:18px;padding:10px 16px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:#ffffff17;color:#fff;font-size:13px;font-weight:800;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.result-card-button span{color:#efd29e;font-size:16px}.notice{font-size:12px}.daily-checkin{margin:14px 12px;padding:20px;border:1px solid #d8cff2;border-radius:18px;background:linear-gradient(145deg,#fffdfa,#f1edff);box-shadow:0 10px 30px #3f2f7414}.daily-checkin__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.daily-checkin__head p{margin:0;color:#6555d9;font-size:12px;font-weight:850;letter-spacing:.08em}.daily-checkin__head time{color:#81798b;font-size:12px}.daily-checkin h2{margin:9px 0 0;font-size:22px;letter-spacing:-.04em}.daily-checkin__copy{margin:9px 0 0;color:#6f6878;font-size:13px;line-height:1.7}.daily-checkin__grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:15px}.daily-checkin__grid div{padding:12px;border:1px solid #e0daeb;border-radius:12px;background:#ffffffd1}.daily-checkin__grid b,.daily-checkin__grid span{display:block}.daily-checkin__grid b{color:#6555d9;font-size:11px}.daily-checkin__grid span{margin-top:5px;color:#4f4858;font-size:12px;line-height:1.55}.daily-checkin button{display:flex;width:100%;min-height:46px;align-items:center;justify-content:space-between;margin-top:12px;padding:0 14px;border:1px solid #7768d8;border-radius:11px;background:#fff;color:#5543c6;font-size:13px;font-weight:800;cursor:pointer}.result-nav a{font-size:12px}.section-title p{font-size:11px}.section-title h2{font-size:26px}.section-title>span,.year-switcher span{font-size:11px}.year-switcher select{font-size:13px}.prompt-preview summary{display:flex;min-height:44px;align-items:center}.legend-note{font-size:12px}.element-row{grid-template-columns:58px 1fr 46px}.element-row__name{font-size:12px}.element-row__value{font-size:13px}.element-row__value small{font-size:10px}.balance-caption{font-size:12px}.god-heading h3{font-size:17px}.god-heading span{font-size:11px}.god-card{padding:14px}.god-card>span,.god-card>small{font-size:11px}.god-card>b{font-size:13px}.insight-card p{font-size:11px}.insight-card h3{font-size:17px}.insight-card__body,.insight-card aside{font-size:13px}.timing-summary span{font-size:12px}.timing-summary b{font-size:13px}.month-card>div b{font-size:12px}.month-card>div span{font-size:11px}.month-card p{font-size:13px}.month-card small,.section-footnote{font-size:12px}.current-fortune>span{font-size:11px}.current-fortune b{font-size:13px}.current-fortune p{font-size:12px}.fortune-scroll{grid-auto-columns:130px}.current-badge{font-size:10px}.fortune-period p,.fortune-period>span:not(.current-badge),.fortune-period small{font-size:11px}.scroll-hint,.fortune-legend{font-size:11px}.section-intro{font-size:13px}.compat-details>summary,.compat-submit{font-size:14px}.compat-form label>span:not(.fake-check),.compact-grid label>span{font-size:13px}.compat-time-hint{margin:-3px 0 13px}.quick-date-hint{margin:-7px 0 11px}.date-picker-details--compat{margin:-3px 0 14px}.date-picker-details--compat>input{width:calc(100% - 20px);margin:0 10px 10px}.time-slot-hint--compat{margin:-5px 0 15px;font-size:12px}.compat-score span{font-size:12px}.compat-score small{font-size:11px}.compat-pair b{font-size:12px}.compat-pair span,.compat-findings p{font-size:11px}.compat-findings h3{font-size:15px}.compat-findings span,.compat-prompt-button{font-size:13px}.prompt-section>p:not(.eyebrow){font-size:13px}.prompt-mode{min-height:92px;padding:14px}.prompt-mode b{font-size:13px}.prompt-mode span{font-size:12px}.prompt-mode small{font-size:11px}.selected-prompt span,.selected-prompt small{font-size:12px}.selected-prompt b,.prompt-button{font-size:14px}.prompt-preview{font-size:12px}.prompt-preview pre{font:12px/1.7 ui-monospace,Consolas,monospace}.disclaimer h3{font-size:15px}.disclaimer p,.restart-button,.toast{font-size:13px}@media(max-width:390px){.topbar{padding-inline:calc(14px + env(safe-area-inset-left)) calc(14px + env(safe-area-inset-right))}.topbar__actions{gap:6px}.share-button,.install-help-button,.text-button{padding-inline:9px}.daily-checkin__grid{grid-template-columns:1fr}#chart.result-section{padding-inline:10px}.manse-column{grid-template-rows:66px 36px 82px 82px 38px 88px 72px 122px}.manse-head b{font-size:13px}.manse-head span{font-size:8px}.manse-character{margin:5px}.manse-character strong{font-size:clamp(34px,11vw,43px)}.manse-character span{font-size:8px}.manse-extra>span{grid-template-columns:27px minmax(0,1fr);padding-inline:2px}.manse-extra b{font-size:9px}.manse-stars>div>span{padding-inline:4px;font-size:7px}.sinsal-guide{padding-inline:12px}.sinsal-guide__grid article{padding:10px 9px}}@media(min-width:681px){body{background:#e8e3dd}.page{width:680px;margin:0 auto;background:#f5f2ed;box-shadow:0 0 70px #1e172c24}.topbar{width:680px}.form-shell{margin-inline:24px;padding-inline:30px}.feature-strip{margin-inline:24px}.god-grid{grid-template-columns:repeat(5,1fr)}.sinsal-guide__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.result-section{padding-inline:28px}.fortune-scroll{margin-inline:-28px;padding-inline:28px}.month-grid{grid-template-columns:repeat(3,1fr)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
