.BirthDataForm-module__2QXW5a__formWrapper{background:var(--bg-card);border:1px solid var(--border-light);width:100%;max-width:600px;box-shadow:var(--shadow-warm);border-radius:16px;margin:0 auto;padding:2rem}.BirthDataForm-module__2QXW5a__formTitle{color:var(--text-primary);text-align:center;margin-bottom:.5rem;}.BirthDataForm-module__2QXW5a__formSubtitle{color:var(--text-secondary);text-align:center;margin-bottom:1.5rem;}.BirthDataForm-module__2QXW5a__fieldGroup{margin-bottom:1.25rem;position:relative}.BirthDataForm-module__2QXW5a__label{color:var(--text-secondary);margin-bottom:.4rem;display:block;}.BirthDataForm-module__2QXW5a__input,.BirthDataForm-module__2QXW5a__select{background:var(--bg-primary);border:1px solid var(--border-light);width:100%;color:var(--text-primary);border-radius:8px;outline:none;padding:.75rem 1rem;font-size:1.0625rem;line-height:1.4;transition:border-color .2s}.BirthDataForm-module__2QXW5a__input:focus,.BirthDataForm-module__2QXW5a__select:focus{border-color:var(--color-red)}.BirthDataForm-module__2QXW5a__input::placeholder{color:var(--text-muted)}.BirthDataForm-module__2QXW5a__select option{color:var(--text-primary);background:#fff}.BirthDataForm-module__2QXW5a__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.BirthDataForm-module__2QXW5a__regionCityRow{grid-template-columns:1fr 1fr 1fr;gap:1rem;display:grid}.BirthDataForm-module__2QXW5a__genderGroup{gap:1rem;display:flex}.BirthDataForm-module__2QXW5a__genderOption{background:var(--bg-primary);border:1px solid var(--border-light);color:var(--text-secondary);text-align:center;cursor:pointer;border-radius:8px;flex:1;padding:.75rem;transition:all .2s;}.BirthDataForm-module__2QXW5a__genderOption:hover{border-color:var(--border-medium)}.BirthDataForm-module__2QXW5a__genderOptionActive{border-color:var(--color-red);color:var(--color-red);background:rgba(var(--color-red-rgb), .06);}.BirthDataForm-module__2QXW5a__genderOptionActive:hover{border-color:var(--color-red)}.BirthDataForm-module__2QXW5a__submitBtn{background:var(--color-red);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;margin-top:.5rem;padding:.9rem;font-weight:700;transition:all .2s;}.BirthDataForm-module__2QXW5a__submitBtn:hover{opacity:.9;box-shadow:var(--shadow-warm);transform:translateY(-1px)}.BirthDataForm-module__2QXW5a__submitBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}.BirthDataForm-module__2QXW5a__secondaryBtn{width:100%;color:var(--text-secondary);cursor:pointer;text-align:center;background:0 0;border:none;margin-top:.25rem;padding:.65rem;transition:color .2s;display:block;}.BirthDataForm-module__2QXW5a__secondaryBtn:hover{color:var(--text-accent)}.BirthDataForm-module__2QXW5a__secondaryBtn:disabled{opacity:.4;cursor:not-allowed}.BirthDataForm-module__2QXW5a__error{color:#f44336;text-align:center;margin-top:.5rem;}.BirthDataForm-module__2QXW5a__nameInputWrapper{align-items:center;display:flex;position:relative}.BirthDataForm-module__2QXW5a__nameInputWrapper .BirthDataForm-module__2QXW5a__input{padding-right:2.5rem}.BirthDataForm-module__2QXW5a__dropdownToggle{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:.5rem;line-height:1;transition:color .2s;position:absolute;right:.5rem;}.BirthDataForm-module__2QXW5a__dropdownToggle:hover{color:var(--text-accent)}.BirthDataForm-module__2QXW5a__profileDropdown{z-index:50;border:1px solid var(--border-medium);box-shadow:var(--shadow-warm);background:#fff;border-radius:8px;max-height:200px;margin:.25rem 0 0;padding:.25rem 0;list-style:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.BirthDataForm-module__2QXW5a__profileDropdownItem{width:100%;color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.65rem 1rem;transition:background .15s;display:flex;}.BirthDataForm-module__2QXW5a__profileDropdownItem:hover{background:#d4a01714}.BirthDataForm-module__2QXW5a__profileDropdownName{font-weight:500}.BirthDataForm-module__2QXW5a__profileDropdownTag{border-radius:4px;padding:.15rem .5rem;font-weight:500;}.BirthDataForm-module__2QXW5a__tagSELF{color:var(--color-red);background:rgba(var(--color-red-rgb), .1)}.BirthDataForm-module__2QXW5a__tagFAMILY{color:#64b5f6;background:#2196f31f}.BirthDataForm-module__2QXW5a__tagFRIEND{color:#81c784;background:#4caf501f}.BirthDataForm-module__2QXW5a__saveProfileGroup{border:1px solid var(--border-light);background:#d4a0170d;border-radius:8px;margin-bottom:1.25rem;padding:.75rem 1rem}.BirthDataForm-module__2QXW5a__checkboxLabel{color:var(--text-primary);cursor:pointer;align-items:center;gap:.5rem;display:flex;}.BirthDataForm-module__2QXW5a__checkbox{accent-color:var(--color-red);width:16px;height:16px}.BirthDataForm-module__2QXW5a__tagRow{margin-top:.75rem}.BirthDataForm-module__2QXW5a__tagGroup{gap:.75rem;display:flex}.BirthDataForm-module__2QXW5a__tagOption{background:var(--bg-primary);border:1px solid var(--border-light);color:var(--text-secondary);text-align:center;cursor:pointer;border-radius:8px;flex:1;padding:.5rem;transition:all .2s;}.BirthDataForm-module__2QXW5a__tagOption:hover{border-color:var(--border-medium)}.BirthDataForm-module__2QXW5a__tagOptionActive{border-color:var(--color-red);color:var(--color-red);background:rgba(var(--color-red-rgb), .06);}.BirthDataForm-module__2QXW5a__tagOptionActive:hover{border-color:var(--color-red)}.BirthDataForm-module__2QXW5a__calendarTypeGroup{gap:1rem;display:flex}.BirthDataForm-module__2QXW5a__calendarTypeOption{background:var(--bg-primary);border:1px solid var(--border-light);color:var(--text-secondary);text-align:center;cursor:pointer;border-radius:8px;flex:1;padding:.75rem;transition:all .2s;}.BirthDataForm-module__2QXW5a__calendarTypeOption:hover{border-color:var(--border-medium)}.BirthDataForm-module__2QXW5a__calendarTypeOptionActive{border-color:var(--color-red);color:var(--color-red);background:rgba(var(--color-red-rgb), .06);}.BirthDataForm-module__2QXW5a__calendarTypeOptionActive:hover{border-color:var(--color-red)}.BirthDataForm-module__2QXW5a__leapMonthRow{margin-top:.5rem}.BirthDataForm-module__2QXW5a__leapMonthLabel{color:var(--text-primary);cursor:pointer;align-items:center;gap:.5rem;display:flex;}.BirthDataForm-module__2QXW5a__leapMonthHint{color:var(--text-muted);margin-top:.25rem;}.BirthDataForm-module__2QXW5a__dateTimeGroup{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem;display:grid}.BirthDataForm-module__2QXW5a__dateRow,.BirthDataForm-module__2QXW5a__timeRow{gap:.5rem;display:flex}.BirthDataForm-module__2QXW5a__dateSelect{flex:1;min-width:0;padding:.75rem .5rem;}.BirthDataForm-module__2QXW5a__dateSelect:first-child{flex:1.4}@media (max-width:480px){.BirthDataForm-module__2QXW5a__row,.BirthDataForm-module__2QXW5a__regionCityRow,.BirthDataForm-module__2QXW5a__dateTimeGroup{grid-template-columns:1fr}.BirthDataForm-module__2QXW5a__formWrapper{padding:1.5rem}}.BirthDataForm-module__2QXW5a__hourUnknownToggle{color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.4rem;margin:.55rem 0 0;display:inline-flex;}.BirthDataForm-module__2QXW5a__hourUnknownHint{color:var(--text-secondary);background:var(--bg-primary);border:1px solid var(--border-light);border-radius:8px;margin:.5rem 0 0;padding:.5rem .7rem;}
.BaziChart-module__P9zRGG__chartContainer{width:100%;max-width:900px;margin:0 auto}.BaziChart-module__P9zRGG__profileHeader{background:linear-gradient(135deg, var(--color-red) 0%, var(--color-orange) 100%);text-align:center;border:none;border-radius:16px;margin-bottom:1.5rem;padding:1.5rem}.BaziChart-module__P9zRGG__profileName{color:var(--text-on-red);margin-bottom:.3rem;}.BaziChart-module__P9zRGG__profileDates{color:#ffffffd9;}.BaziChart-module__P9zRGG__section{background:var(--bg-card);border:1px solid var(--border-light);box-shadow:var(--shadow-warm);border-radius:16px;margin-bottom:1.5rem;padding:1.5rem}.BaziChart-module__P9zRGG__pillarsSection{padding:0;overflow:hidden;}.BaziChart-module__P9zRGG__sectionTitle{color:var(--text-accent);border-left:3px solid var(--color-red);border-bottom:none;margin-bottom:1rem;padding-bottom:.75rem;padding-left:1rem;}.BaziChart-module__P9zRGG__chartHeader{background:linear-gradient(90deg, var(--color-red), var(--color-orange));text-align:center;padding:.85rem 1.5rem}.BaziChart-module__P9zRGG__chartHeaderTitle{color:var(--text-on-red);letter-spacing:.15em;}.BaziChart-module__P9zRGG__chartHeaderDiamond{color:var(--color-gold-light);margin:0 .5rem}.BaziChart-module__P9zRGG__pillarsTable{border-collapse:collapse;table-layout:fixed;width:100%}.BaziChart-module__P9zRGG__pillarsTable th{color:var(--text-accent);font-weight:600;font-size:var(--t-label-size);line-height:var(--t-label-leading);letter-spacing:.04em;text-align:center;border:1px solid rgba(var(--color-gold-rgb), .15);background:#fff8f0;padding:.7rem .3rem}.BaziChart-module__P9zRGG__pillarsTable th:first-child{width:3rem}.BaziChart-module__P9zRGG__pillarsTable td{text-align:center;vertical-align:middle;border:1px solid rgba(var(--color-gold-rgb), .15);padding:.6rem .3rem}.BaziChart-module__P9zRGG__pillarLabel{color:var(--text-accent);text-align:center;white-space:nowrap;background:#fff8f0;}.BaziChart-module__P9zRGG__stemBranchCell{padding:.5rem 0}.BaziChart-module__P9zRGG__stemChar{font-family:var(--font-noto-serif-tc), serif;font-size:1.5rem;font-weight:700;line-height:1.3}.BaziChart-module__P9zRGG__branchWrap{display:inline-block;position:relative}.BaziChart-module__P9zRGG__branchChar{font-family:var(--font-noto-serif-tc), serif;font-size:1.5rem;font-weight:700;line-height:1.3}.BaziChart-module__P9zRGG__zodiacLabel{color:var(--text-secondary);letter-spacing:.06em;white-space:nowrap;background:#d4a01714;border:1px solid #d4a01726;border-radius:10px;margin-left:2px;padding:1px 6px;font-weight:400;position:absolute;top:50%;left:100%;transform:translateY(-50%);}.BaziChart-module__P9zRGG__tenGodCell{color:var(--text-secondary);}.BaziChart-module__P9zRGG__hiddenStemsCell{overflow-wrap:break-word;}.BaziChart-module__P9zRGG__hiddenStem{margin:0 0 7px;display:block;}.BaziChart-module__P9zRGG__hiddenStem:last-child{margin-bottom:0}.BaziChart-module__P9zRGG__hiddenStemGod{color:var(--text-primary);font-weight:600;display:block;}.BaziChart-module__P9zRGG__hiddenStemElement{font-size:var(--t-meta-size);line-height:var(--t-meta-leading);font-weight:400;display:block}.BaziChart-module__P9zRGG__nayinCell{color:var(--text-muted);}.BaziChart-module__P9zRGG__shenShaCell{color:var(--text-muted);}.BaziChart-module__P9zRGG__shenShaItem{overflow-wrap:break-word;background:#d4af3714;border-radius:3px;margin:1px 2px;padding:1px 4px;display:inline-block}.BaziChart-module__P9zRGG__lifeStageCell{color:var(--text-muted);}.BaziChart-module__P9zRGG__dayMasterBadge{background:rgba(var(--color-red-rgb), .1);color:var(--color-red);border-radius:4px;margin-top:2px;padding:1px 6px;display:inline-block;}.BaziChart-module__P9zRGG__elementsGrid{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.BaziChart-module__P9zRGG__elementBar{text-align:center;flex:1;min-width:80px;max-width:120px}.BaziChart-module__P9zRGG__elementCircle{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto .5rem;font-size:1.1rem;font-weight:700;line-height:1;display:flex;position:relative}.BaziChart-module__P9zRGG__elementPercent{color:var(--text-primary);font-weight:600;}.BaziChart-module__P9zRGG__elementName{color:var(--text-secondary);margin-top:2px;}.BaziChart-module__P9zRGG__dayMasterCard{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.BaziChart-module__P9zRGG__dmItem{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.BaziChart-module__P9zRGG__dmLabel{color:var(--text-secondary);}.BaziChart-module__P9zRGG__dmValue{color:var(--text-primary);font-weight:600;}.BaziChart-module__P9zRGG__strengthBar{grid-column:1/-1;margin-top:.5rem}.BaziChart-module__P9zRGG__strengthBarInner{background:#d4a01714;border-radius:14px;height:28px;display:flex;overflow:hidden}.BaziChart-module__P9zRGG__strengthSame{color:#fff;background:#4caf50;justify-content:center;align-items:center;font-weight:600;transition:width .5s;display:flex;}.BaziChart-module__P9zRGG__strengthOpposite{color:#fff;background:#f44336;justify-content:center;align-items:center;font-weight:600;transition:width .5s;display:flex;}.BaziChart-module__P9zRGG__strengthLabels{color:var(--text-secondary);justify-content:space-between;margin-top:4px;display:flex;}.BaziChart-module__P9zRGG__godsRow{flex-wrap:wrap;grid-column:1/-1;gap:.5rem;margin-top:.5rem;display:flex}.BaziChart-module__P9zRGG__godTag{border:1px solid #00000014;border-radius:20px;padding:.35rem .75rem;font-weight:500;}.BaziChart-module__P9zRGG__godTagFavorable{color:#4caf50;background:#4caf5026;border-color:#4caf504d;}.BaziChart-module__P9zRGG__godTagUseful{color:#2196f3;background:#2196f326;border-color:#2196f34d;}.BaziChart-module__P9zRGG__godTagIdle{color:#9e9e9e;background:#9e9e9e26;border-color:#9e9e9e4d;}.BaziChart-module__P9zRGG__godTagTaboo{color:#f44336;background:#f4433626;border-color:#f443364d;}.BaziChart-module__P9zRGG__godTagEnemy{color:#9c27b0;background:#9c27b026;border-color:#9c27b04d;}.BaziChart-module__P9zRGG__timelineScroll{-webkit-overflow-scrolling:touch;padding-bottom:.5rem;overflow-x:auto}.BaziChart-module__P9zRGG__timelineRow{gap:.5rem;min-width:max-content;display:flex}.BaziChart-module__P9zRGG__periodCard{background:var(--bg-primary);border:1px solid var(--border-light);text-align:center;border-radius:10px;flex-shrink:0;min-width:100px;padding:.75rem;transition:all .2s}.BaziChart-module__P9zRGG__periodCardCurrent{border-color:var(--color-red);background:rgba(var(--color-red-rgb), .06);}.BaziChart-module__P9zRGG__periodAge{color:var(--text-secondary);margin-bottom:4px;}.BaziChart-module__P9zRGG__periodYear{color:var(--text-muted);margin-bottom:6px;}.BaziChart-module__P9zRGG__periodStemBranch{margin-bottom:4px;font-size:1.3rem;font-weight:700;line-height:1}.BaziChart-module__P9zRGG__periodTenGod{color:var(--text-secondary);}.BaziChart-module__P9zRGG__periodCurrentLabel{color:var(--color-red);margin-top:4px;font-weight:600;}.BaziChart-module__P9zRGG__shenShaList{flex-wrap:wrap;gap:.5rem;display:flex}.BaziChart-module__P9zRGG__shenShaTag{color:#d4af37;background:#d4af371a;border:1px solid #d4af3740;border-radius:20px;padding:.35rem .75rem;}.BaziChart-module__P9zRGG__kongWangText{color:var(--text-secondary);}.BaziChart-module__P9zRGG__kongWangBranch{color:var(--text-primary);font-weight:600}.BaziChart-module__P9zRGG__elementRingWrap{width:70px;height:70px;margin:0 auto .5rem;position:relative}.BaziChart-module__P9zRGG__elementRingSvg{width:100%;height:100%}.BaziChart-module__P9zRGG__elementProgressRing{transition:stroke-dashoffset 1.2s ease-out}.BaziChart-module__P9zRGG__elementRingChar{font-size:1.2rem;font-weight:700;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.BaziChart-module__P9zRGG__revealSection{animation:.5s ease-out both BaziChart-module__P9zRGG__revealFadeIn}@keyframes BaziChart-module__P9zRGG__revealFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.BaziChart-module__P9zRGG__revealPlaceholder{border:1px dashed var(--border-light);background:#d4a0170d;border-radius:16px;justify-content:center;align-items:center;gap:.75rem;margin:1rem 0;padding:2.5rem;display:flex}.BaziChart-module__P9zRGG__revealSpinner{border:2px solid rgba(var(--color-red-rgb), .15);border-top-color:var(--color-red);border-radius:50%;width:18px;height:18px;animation:.8s linear infinite BaziChart-module__P9zRGG__revealSpin}@keyframes BaziChart-module__P9zRGG__revealSpin{to{transform:rotate(360deg)}}.BaziChart-module__P9zRGG__revealMessage{color:var(--text-accent);font-weight:500;}@media (max-width:600px){.BaziChart-module__P9zRGG__stemChar,.BaziChart-module__P9zRGG__branchChar{font-size:1.3rem;line-height:1.3}.BaziChart-module__P9zRGG__pillarsTable th,.BaziChart-module__P9zRGG__pillarsTable td{padding:.5rem .15rem}.BaziChart-module__P9zRGG__zodiacLabel{margin:3px auto 0;padding:0 4px;display:block;position:static}.BaziChart-module__P9zRGG__shenShaItem{text-align:center;margin:1px 0;display:block}.BaziChart-module__P9zRGG__dayMasterCard{grid-template-columns:1fr}.BaziChart-module__P9zRGG__section{padding:1rem}.BaziChart-module__P9zRGG__pillarsSection{padding:0}.BaziChart-module__P9zRGG__extraPalaces{grid-template-columns:repeat(2,1fr)}.BaziChart-module__P9zRGG__palaceItem{padding:.35rem .5rem}}.BaziChart-module__P9zRGG__extraPalaces{border-top:1px solid #d4a0171a;grid-template-columns:repeat(4,1fr);gap:.5rem;padding:.75rem 1rem;display:grid}.BaziChart-module__P9zRGG__palaceItem{border-radius:var(--radius-sm);background:#d4a0170a;flex-direction:column;align-items:center;gap:.15rem;padding:.4rem .5rem;display:flex}.BaziChart-module__P9zRGG__palaceLabel{color:var(--text-muted);}.BaziChart-module__P9zRGG__palaceStem,.BaziChart-module__P9zRGG__palaceBranch{font-family:var(--font-noto-serif-tc), serif;font-size:1rem;font-weight:700;line-height:1}.BaziChart-module__P9zRGG__palaceNayin{color:var(--text-muted);}.BaziChart-module__P9zRGG__seasonalStates{border-top:1px solid #d4a0171a;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.6rem 1rem;display:flex}.BaziChart-module__P9zRGG__seasonalLabel{color:var(--text-muted);font-weight:500;}.BaziChart-module__P9zRGG__seasonalItem{align-items:center;gap:.2rem;font-weight:600;display:inline-flex;}.BaziChart-module__P9zRGG__seasonalState{color:var(--text-secondary);font-weight:400;}.BaziChart-module__P9zRGG__clickableCell{cursor:pointer;transition:background-color .15s}.BaziChart-module__P9zRGG__clickableCell:hover{background-color:#d4a0170f}.BaziChart-module__P9zRGG__clickableCell:active{background-color:#d4a0171f}.BaziChart-module__P9zRGG__clickableInline{cursor:pointer;border-radius:4px;transition:background-color .15s}.BaziChart-module__P9zRGG__clickableInline:hover{background-color:#d4a0171a}.BaziChart-module__P9zRGG__clickableInline:active{background-color:#d4a0172e}.BaziChart-module__P9zRGG__hintText{text-align:center;color:var(--text-muted,#8b7355);padding:.3rem 0;animation:5s ease-out forwards BaziChart-module__P9zRGG__hintFade;}@keyframes BaziChart-module__P9zRGG__hintFade{0%,70%{opacity:1}to{opacity:0}}.BaziChart-module__P9zRGG__hourUnknownTag{color:var(--text-secondary);letter-spacing:.02em;margin-top:2px;font-weight:400;display:block;}.BaziChart-module__P9zRGG__hourUnknownCell{color:var(--text-secondary);text-align:center;font-family:var(--font-noto-serif-tc), serif;}.BaziChart-module__P9zRGG__hourUnknownBasis{text-align:left;color:var(--text-secondary);background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:8px;margin-top:.5rem;padding:.45rem .7rem;}
.ElementExplanation-module__RMPRtq__backdrop{z-index:9998;background:#0006;animation:.2s ease-out ElementExplanation-module__RMPRtq__fadeIn;position:fixed;inset:0}@keyframes ElementExplanation-module__RMPRtq__fadeIn{0%{opacity:0}to{opacity:1}}.ElementExplanation-module__RMPRtq__sheet{background:var(--bg-card,#fff);z-index:9999;border-radius:16px 16px 0 0;height:85vh;transition:transform .3s ease-out;animation:.3s ease-out ElementExplanation-module__RMPRtq__slideUp;position:fixed;bottom:0;left:0;right:0;overflow:hidden;transform:translateY(35vh);box-shadow:0 -4px 30px #00000026}.ElementExplanation-module__RMPRtq__sheetExpanded{transform:translateY(0)}.ElementExplanation-module__RMPRtq__sheetContent{-webkit-overflow-scrolling:touch;max-height:calc(50vh - 80px);transition:max-height .3s ease-out;overflow-y:auto}.ElementExplanation-module__RMPRtq__sheetContentExpanded{max-height:calc(85vh - 80px)}@keyframes ElementExplanation-module__RMPRtq__slideUp{0%{transform:translateY(100%)}to{transform:translateY(35vh)}}.ElementExplanation-module__RMPRtq__dragHandle{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;padding:14px 0 10px;display:flex}.ElementExplanation-module__RMPRtq__dragHandle:before{content:"";background:#0003;border-radius:3px;width:40px;height:5px}.ElementExplanation-module__RMPRtq__header{justify-content:space-between;align-items:center;padding:0 1.2rem .6rem;display:flex}.ElementExplanation-module__RMPRtq__headerTitle{color:var(--text-accent,#c41e3a);}.ElementExplanation-module__RMPRtq__headerPillar{color:var(--text-secondary,#6b5940);margin-left:.5rem;font-weight:400;}.ElementExplanation-module__RMPRtq__closeBtn{color:var(--text-muted,#8b7355);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:4px 8px;font-size:1.3rem;line-height:1;transition:background .15s}.ElementExplanation-module__RMPRtq__closeBtn:hover{background:#0000000d}.ElementExplanation-module__RMPRtq__categoryBadge{color:var(--text-accent,#c41e3a);background:#c41e3a14;border:1px solid #c41e3a26;border-radius:10px;margin:0 1.2rem .6rem;padding:2px 10px;font-weight:500;display:inline-block;}.ElementExplanation-module__RMPRtq__content{padding:0 1.2rem 1.2rem}.ElementExplanation-module__RMPRtq__meaningText{color:var(--text-primary,#3c2415);margin-bottom:.8rem;}.ElementExplanation-module__RMPRtq__keywordsRow{flex-wrap:wrap;gap:.4rem;margin-bottom:.8rem;display:flex}.ElementExplanation-module__RMPRtq__keyword{color:var(--text-secondary,#6b5940);white-space:nowrap;background:#d4af3714;border:1px solid #d4a01726;border-radius:10px;padding:2px 8px;display:inline-block;}.ElementExplanation-module__RMPRtq__liuQinRow{color:var(--text-secondary,#6b5940);background:#d4a0170a;border-radius:8px;margin-bottom:.6rem;padding:.4rem .6rem;}.ElementExplanation-module__RMPRtq__liuQinLabel{color:var(--text-primary,#3c2415);font-weight:600}.ElementExplanation-module__RMPRtq__divider{border:none;border-top:1px solid #d4a01726;margin:.8rem 0}.ElementExplanation-module__RMPRtq__personalizedHeader{color:var(--text-accent,#c41e3a);align-items:center;gap:.4rem;margin-bottom:.6rem;display:flex;}.ElementExplanation-module__RMPRtq__personalizedSection{margin-bottom:.6rem}.ElementExplanation-module__RMPRtq__sectionLabel{color:var(--text-secondary,#6b5940);align-items:center;gap:.3rem;margin-bottom:.3rem;display:flex;}.ElementExplanation-module__RMPRtq__sectionLabel:before{content:"▸";color:var(--text-accent,#c41e3a);font-size:.8125rem;line-height:1.4}.ElementExplanation-module__RMPRtq__sectionText{color:var(--text-primary,#3c2415);margin-bottom:.5rem;padding-left:.8rem;}.ElementExplanation-module__RMPRtq__godRoleBadge{border-radius:10px;margin-left:.3rem;padding:1px 8px;font-weight:600;display:inline-block;}.ElementExplanation-module__RMPRtq__godRoleBadge[data-role=喜神]{color:#2e7d32;background:#4caf5026;border:1px solid #4caf504d}.ElementExplanation-module__RMPRtq__godRoleBadge[data-role=用神]{color:#1565c0;background:#2196f326;border:1px solid #2196f34d}.ElementExplanation-module__RMPRtq__godRoleBadge[data-role=閒神]{color:#616161;background:#9e9e9e26;border:1px solid #9e9e9e4d}.ElementExplanation-module__RMPRtq__godRoleBadge[data-role=忌神]{color:#c62828;background:#f4433626;border:1px solid #f443364d}.ElementExplanation-module__RMPRtq__godRoleBadge[data-role=仇神]{color:#7b1fa2;background:#9c27b026;border:1px solid #9c27b04d}.ElementExplanation-module__RMPRtq__godRoleBadge[data-role=favorable]{color:#2e7d32;background:#4caf5026;border:1px solid #4caf504d}.ElementExplanation-module__RMPRtq__godRoleBadge[data-role=unfavorable]{color:#c62828;background:#f4433626;border:1px solid #f443364d}.ElementExplanation-module__RMPRtq__godRoleBadge[data-role=neutral]{color:#616161;background:#9e9e9e26;border:1px solid #9e9e9e4d}.ElementExplanation-module__RMPRtq__teaserSection{position:relative;overflow:hidden}.ElementExplanation-module__RMPRtq__teaserBlur{color:var(--text-primary,#3c2415);filter:blur(4px);-webkit-user-select:none;user-select:none;pointer-events:none;padding:.4rem .8rem;}.ElementExplanation-module__RMPRtq__teaserCta{flex-direction:column;align-items:center;gap:.5rem;padding:1rem 0;display:flex}.ElementExplanation-module__RMPRtq__teaserBtn{color:#fff;background:linear-gradient(135deg, var(--color-red,#e23d28), var(--color-orange,#f5a623));cursor:pointer;border:none;border-radius:24px;align-items:center;gap:.4rem;padding:.6rem 1.4rem;font-weight:600;transition:transform .15s,box-shadow .15s;display:inline-flex;}.ElementExplanation-module__RMPRtq__teaserBtn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #e23d284d}.ElementExplanation-module__RMPRtq__teaserCount{color:var(--text-muted,#8b7355);}.ElementExplanation-module__RMPRtq__comingSoon{text-align:center;color:var(--text-muted,#8b7355);padding:2rem 1rem;}.ElementExplanation-module__RMPRtq__comingSoonIcon{opacity:.5;margin-bottom:.5rem;font-size:2rem;line-height:1}.ElementExplanation-module__RMPRtq__loading{text-align:center;color:var(--text-muted,#8b7355);padding:2rem 1rem;}.ElementExplanation-module__RMPRtq__interactionCard{background:var(--bg-secondary,#fffbf5);border-left:3px solid var(--color-gold,#d4a017);border-radius:10px;margin-bottom:.6rem;padding:.8rem 1rem}.ElementExplanation-module__RMPRtq__interactionCard[data-nature=manifest],.ElementExplanation-module__RMPRtq__interactionCard[data-nature=strong_root]{background:#2e7d320a;border-left-color:#2e7d32}.ElementExplanation-module__RMPRtq__interactionCard[data-nature=moderate_root]{background:#b8860b0a;border-left-color:#b8860b}.ElementExplanation-module__RMPRtq__interactionCard[data-nature=latent],.ElementExplanation-module__RMPRtq__interactionCard[data-nature=weak_root]{border-left-color:#8b7355}.ElementExplanation-module__RMPRtq__interactionCard[data-nature=floating]{background:#d32f2f0a;border-left-color:#d32f2f}.ElementExplanation-module__RMPRtq__interactionHeader{align-items:center;gap:.4rem;margin-bottom:.4rem;display:flex}.ElementExplanation-module__RMPRtq__interactionIcon{font-size:.9rem;line-height:1}.ElementExplanation-module__RMPRtq__interactionName{font-family:var(--font-noto-serif-tc), serif;color:var(--text-primary,#3c2415);flex:1;font-weight:600;}.ElementExplanation-module__RMPRtq__interactionBadge{background:var(--border-light,#d4a01726);color:var(--text-secondary,#6b5940);border-radius:4px;padding:.15rem .4rem;font-weight:600;}.ElementExplanation-module__RMPRtq__interactionBadge[data-nature=manifest],.ElementExplanation-module__RMPRtq__interactionBadge[data-nature=strong_root]{color:#2e7d32;background:#2e7d321f}.ElementExplanation-module__RMPRtq__interactionBadge[data-nature=moderate_root]{color:#b8860b;background:#b8860b1f}.ElementExplanation-module__RMPRtq__interactionBadge[data-nature=floating]{color:#d32f2f;background:#d32f2f1f}.ElementExplanation-module__RMPRtq__interactionDesc{color:var(--text-secondary,#6b5940);margin:0;}.ElementExplanation-module__RMPRtq__pillarContextFree{border:1px solid var(--border-light,#d4a01726);background:#d4a0170f;border-radius:10px;gap:.6rem;margin-bottom:.8rem;padding:.8rem 1rem;display:flex}.ElementExplanation-module__RMPRtq__pillarContextIcon{flex-shrink:0;margin-top:.1rem;font-size:1rem;line-height:1}.ElementExplanation-module__RMPRtq__pillarContextText{color:var(--text-secondary,#6b5940);margin:0;}.ElementExplanation-module__RMPRtq__pillarContextPaid{border-left:3px solid var(--color-gold,#d4a017);margin-bottom:.8rem;padding-left:.8rem}.ElementExplanation-module__RMPRtq__comboCard{background:var(--bg-secondary,#fffbf5);border:1px solid var(--border-light,#d4a01726);border-radius:10px;padding:.8rem 1rem}.ElementExplanation-module__RMPRtq__comboHeader{flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:.3rem;display:flex}.ElementExplanation-module__RMPRtq__comboTitle{color:var(--text-primary,#3c2415);}.ElementExplanation-module__RMPRtq__gradeBadge{border-radius:4px;padding:.15rem .5rem;font-weight:600;}.ElementExplanation-module__RMPRtq__gradeBadge[data-grade=上等]{color:#2e7d32;background:#2e7d321f}.ElementExplanation-module__RMPRtq__gradeBadge[data-grade=中等]{color:#b8860b;background:#d4a01726}.ElementExplanation-module__RMPRtq__gradeBadge[data-grade=下等]{color:#8b7355;background:#8b73551f}.ElementExplanation-module__RMPRtq__specialLabel{border-radius:3px;padding:.1rem .4rem;font-weight:500;}.ElementExplanation-module__RMPRtq__specialLabel[data-label-type=auspicious]{color:#2e7d32;background:#2e7d3214;border:1px solid #2e7d3233}.ElementExplanation-module__RMPRtq__specialLabel[data-label-type=cautionary]{color:#c41e3a;background:#d32f2f0f;border:1px solid #d32f2f26}.ElementExplanation-module__RMPRtq__specialLabel[data-label-type=power]{color:#7c3aed;background:#8b5cf614;border:1px solid #8b5cf633}.ElementExplanation-module__RMPRtq__comboMeta{color:var(--text-muted,#8b7355);margin-bottom:.5rem;}.ElementExplanation-module__RMPRtq__comboTeaser{background:linear-gradient(135deg,#d4a0170f,#e23d280a);border:1px solid #d4a01726;border-radius:10px;margin-bottom:.8rem;padding:.8rem 1rem}.ElementExplanation-module__RMPRtq__comboTeaserText{color:var(--text-secondary,#6b5940);margin:.3rem 0 .6rem;}.ElementExplanation-module__RMPRtq__safeArea{padding-bottom:env(safe-area-inset-bottom,0)}
.InsufficientCreditsModal-module__5P-HaW__overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;justify-content:center;align-items:center;animation:.2s InsufficientCreditsModal-module__5P-HaW__fadeIn;display:flex;position:fixed;inset:0}.InsufficientCreditsModal-module__5P-HaW__modal{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border-light);text-align:center;width:100%;max-width:420px;padding:2rem;animation:.2s InsufficientCreditsModal-module__5P-HaW__scaleUp;box-shadow:0 20px 60px #00000026}.InsufficientCreditsModal-module__5P-HaW__icon{margin-bottom:.75rem;font-size:2.5rem;line-height:1}.InsufficientCreditsModal-module__5P-HaW__title{color:var(--text-accent);font-size:1.3rem;font-weight:700;line-height:1.4;font-family:var(--font-noto-serif-tc), serif;margin-bottom:.75rem}.InsufficientCreditsModal-module__5P-HaW__body{color:var(--text-secondary);margin-bottom:1.5rem;}.InsufficientCreditsModal-module__5P-HaW__body strong{color:var(--text-primary)}.InsufficientCreditsModal-module__5P-HaW__actions{flex-direction:column;gap:.75rem;display:flex}.InsufficientCreditsModal-module__5P-HaW__primaryBtn{background:var(--color-red);color:var(--text-on-red);border-radius:var(--radius-sm);text-align:center;padding:.75rem 2rem;font-weight:700;text-decoration:none;transition:all .2s;display:block;}.InsufficientCreditsModal-module__5P-HaW__primaryBtn:hover{background:var(--color-red-dark);box-shadow:0 4px 15px rgba(var(--color-red-rgb), .25);transform:translateY(-1px)}.InsufficientCreditsModal-module__5P-HaW__primaryBtn:focus-visible{outline:2px solid var(--color-red);outline-offset:2px}.InsufficientCreditsModal-module__5P-HaW__buyCreditsBtn{color:var(--color-info);border-radius:var(--radius-sm);text-align:center;background:#2196f30f;border:1px solid #2196f340;padding:.75rem 2rem;font-weight:600;text-decoration:none;transition:all .2s;display:block;}.InsufficientCreditsModal-module__5P-HaW__buyCreditsBtn:hover{background:#2196f31f;border-color:#2196f366}.InsufficientCreditsModal-module__5P-HaW__buyCreditsBtn:focus-visible{outline:2px solid var(--color-info);outline-offset:2px}.InsufficientCreditsModal-module__5P-HaW__adRewardBtn{background:rgba(var(--color-gold-rgb), .04);border:1px solid var(--border-light);width:100%;color:var(--text-muted);border-radius:var(--radius-sm);cursor:not-allowed;opacity:.5;text-align:center;padding:.6rem 1rem;display:block;}.InsufficientCreditsModal-module__5P-HaW__secondaryBtn{border:1px solid var(--border-medium);color:var(--text-primary);border-radius:var(--radius-sm);cursor:pointer;background:0 0;padding:.75rem 2rem;font-weight:600;transition:all .2s;display:block;}.InsufficientCreditsModal-module__5P-HaW__secondaryBtn:hover{background:rgba(var(--color-gold-rgb), .08);border-color:var(--color-gold)}.InsufficientCreditsModal-module__5P-HaW__secondaryBtn:focus-visible{outline:2px solid var(--color-gold);outline-offset:2px}@keyframes InsufficientCreditsModal-module__5P-HaW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes InsufficientCreditsModal-module__5P-HaW__scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:600px){.InsufficientCreditsModal-module__5P-HaW__modal{width:calc(100% - 2rem);padding:1.5rem}.InsufficientCreditsModal-module__5P-HaW__title{font-size:var(--t-section-size);line-height:var(--t-section-leading)}.InsufficientCreditsModal-module__5P-HaW__body{font-size:var(--t-body-size);line-height:var(--t-body-leading)}}
.PastReadingsSection-module__GocMiW__section{margin-bottom:1.25rem}.PastReadingsSection-module__GocMiW__header{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);cursor:pointer;text-align:left;width:100%;color:var(--text-primary);box-shadow:var(--shadow-warm);align-items:center;gap:.55rem;padding:.75rem 1rem;font-family:inherit;font-weight:600;transition:border-color .2s,box-shadow .2s,background .2s,border-radius .15s;display:flex;}.PastReadingsSection-module__GocMiW__header:hover{border-color:var(--border-medium);box-shadow:var(--shadow-warm-lg)}.PastReadingsSection-module__GocMiW__header:focus-visible{outline:2px solid var(--color-red);outline-offset:2px}.PastReadingsSection-module__GocMiW__header[aria-expanded=true]{box-shadow:none;border-bottom-right-radius:0;border-bottom-left-radius:0}.PastReadingsSection-module__GocMiW__header[aria-expanded=true]:hover{box-shadow:none;border-color:var(--border-light)}.PastReadingsSection-module__GocMiW__chevron{color:var(--text-accent);flex-shrink:0;font-size:.75rem;line-height:1;transition:transform .15s}.PastReadingsSection-module__GocMiW__title{font-family:var(--font-noto-serif-tc), serif;color:var(--text-accent);flex:1;min-width:0;font-weight:600}.PastReadingsSection-module__GocMiW__count{color:var(--text-secondary);align-items:baseline;gap:.2rem;margin-left:.5rem;font-family:inherit;font-weight:500;display:inline-flex;}.PastReadingsSection-module__GocMiW__countSeparator{color:var(--text-muted);margin-right:.25rem}.PastReadingsSection-module__GocMiW__countNumber{color:var(--tier-master-text);font-variant-numeric:tabular-nums;margin:0 .18rem;font-weight:700}.PastReadingsSection-module__GocMiW__retry{color:var(--text-accent);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:12px;margin-left:auto;padding:.25rem .5rem;transition:background .15s;}.PastReadingsSection-module__GocMiW__retry:hover{background:rgba(var(--color-red-rgb), .08)}.PastReadingsSection-module__GocMiW__list{background:var(--bg-card);border:1px solid var(--border-light);border-bottom-left-radius:var(--radius-md);border-bottom-right-radius:var(--radius-md);box-shadow:var(--shadow-warm);border-top:none;flex-direction:column;display:flex;overflow:hidden}.PastReadingsSection-module__GocMiW__card{border:none;border-top:1px solid var(--border-light);cursor:pointer;text-align:left;width:100%;min-height:64px;color:inherit;background:0 0;border-radius:0;align-items:center;gap:.85rem;padding:.85rem 1rem;font-family:inherit;transition:background .15s;display:flex}.PastReadingsSection-module__GocMiW__card:hover{background:rgba(var(--color-red-rgb), .04)}.PastReadingsSection-module__GocMiW__card:focus-visible{outline:2px solid var(--color-red);outline-offset:-2px}.PastReadingsSection-module__GocMiW__cardIcon{flex-shrink:0;font-size:1.3rem;line-height:1}.PastReadingsSection-module__GocMiW__cardBody{flex:1;min-width:0}.PastReadingsSection-module__GocMiW__cardLine1{color:var(--text-primary);flex-wrap:wrap;align-items:center;gap:.35rem;margin-bottom:.2rem;font-weight:600;display:flex;}.PastReadingsSection-module__GocMiW__cardLine2{color:var(--text-muted);}.PastReadingsSection-module__GocMiW__metaDot{color:var(--text-muted)}.PastReadingsSection-module__GocMiW__cardBirthDate{color:var(--text-secondary);font-weight:400}.PastReadingsSection-module__GocMiW__vsLabel{color:var(--color-orange);font-weight:700}.PastReadingsSection-module__GocMiW__yearBadge{color:var(--color-red);font-weight:600;}.PastReadingsSection-module__GocMiW__cardArrow{color:var(--text-muted);flex-shrink:0;font-size:1rem;line-height:1;transition:transform .2s,color .2s}.PastReadingsSection-module__GocMiW__card:hover .PastReadingsSection-module__GocMiW__cardArrow{color:var(--text-accent);transform:translate(3px)}.PastReadingsSection-module__GocMiW__loadMore{background:var(--bg-secondary);border:none;border-top:1px solid var(--border-light);width:100%;color:var(--text-accent);cursor:pointer;padding:.65rem 1rem;font-family:inherit;font-weight:600;transition:background .15s,color .15s;}.PastReadingsSection-module__GocMiW__loadMore:hover:not(:disabled){background:rgba(var(--color-red-rgb), .06);color:var(--color-red)}.PastReadingsSection-module__GocMiW__loadMore:disabled{color:var(--text-muted);cursor:default}.PastReadingsSection-module__GocMiW__loadMore:focus-visible{outline:2px solid var(--color-red);outline-offset:-2px}@media (max-width:640px){.PastReadingsSection-module__GocMiW__header{font-size:var(--t-subsection-size);line-height:var(--t-subsection-leading);padding:.6rem .75rem}.PastReadingsSection-module__GocMiW__cardLine1{font-size:var(--t-bodyTight-size);line-height:var(--t-bodyTight-leading)}}
.CompatibilityScoreRevealV2-module__ZcKakq__container{text-align:center;background:var(--bg-card);border:1px solid var(--border-light,#d4a01726);max-width:600px;box-shadow:var(--shadow-warm,0 4px 20px #e23d2814);border-radius:16px;margin:0 auto 1.5rem;padding:2rem 1.5rem 1.5rem}.CompatibilityScoreRevealV2-module__ZcKakq__scoreRing{width:180px;height:180px;margin:0 auto .75rem;position:relative}.CompatibilityScoreRevealV2-module__ZcKakq__scoreCenter{flex-direction:column;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-55%)}.CompatibilityScoreRevealV2-module__ZcKakq__scoreRow{align-items:baseline;gap:2px;display:flex}.CompatibilityScoreRevealV2-module__ZcKakq__scoreNumber{font-variant-numeric:tabular-nums;font-size:clamp(2.5rem,7vw,3.5rem);font-weight:800;line-height:1}.CompatibilityScoreRevealV2-module__ZcKakq__scoreUnit{color:var(--text-secondary,#6b5940);font-size:.9rem;font-weight:400}.CompatibilityScoreRevealV2-module__ZcKakq__scoreLabelInRing{font-size:1.15rem;line-height:1.4;font-family:var(--font-noto-serif-tc), serif;color:var(--text-accent,#c41e3a);letter-spacing:.05em;margin-top:.3rem;font-weight:700}.CompatibilityScoreRevealV2-module__ZcKakq__scoreBreakdown{opacity:0;max-width:320px;margin:.5rem auto 1.5rem;transition:opacity .5s ease-out}.CompatibilityScoreRevealV2-module__ZcKakq__barRow{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.CompatibilityScoreRevealV2-module__ZcKakq__barRow:last-child{margin-bottom:0}.CompatibilityScoreRevealV2-module__ZcKakq__barLabel{color:var(--text-secondary,#6b5940);text-align:right;flex-shrink:0;min-width:58px;font-weight:600;}.CompatibilityScoreRevealV2-module__ZcKakq__barTrack{background:#d4a0171f;border-radius:5px;flex:1;height:10px;overflow:hidden}.CompatibilityScoreRevealV2-module__ZcKakq__barFill{border-radius:5px;height:100%;transition:width 1.5s ease-out}.CompatibilityScoreRevealV2-module__ZcKakq__barValue{color:var(--text-primary,#3c2415);text-align:left;flex-shrink:0;min-width:24px;font-weight:700;}.CompatibilityScoreRevealV2-module__ZcKakq__badgesRow{opacity:0;flex-direction:column;gap:.6rem;margin-bottom:1.5rem;transition:opacity .5s ease-out,transform .5s ease-out;display:flex;transform:translateY(8px)}.CompatibilityScoreRevealV2-module__ZcKakq__personBadges{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;display:flex}.CompatibilityScoreRevealV2-module__ZcKakq__personName{color:var(--text-secondary,#6b5940);text-align:right;min-width:65px;font-weight:600;}.CompatibilityScoreRevealV2-module__ZcKakq__badge{border-radius:20px;align-items:center;padding:.2rem .65rem;font-weight:600;display:inline-flex;}.CompatibilityScoreRevealV2-module__ZcKakq__badge[data-type=peach]{color:var(--color-peach-blossom);background:#e91e6314;border:1px solid #e91e6326}.CompatibilityScoreRevealV2-module__ZcKakq__badge[data-type=spouse]{color:var(--color-gold,#d4a017);background:#b8860b14;border:1px solid #b8860b26}.CompatibilityScoreRevealV2-module__ZcKakq__reassurance{background:linear-gradient(135deg, var(--color-success-bg-start) 0%, var(--color-success-bg-end) 100%);text-align:left;opacity:0;border:1px solid #2e7d3226;border-radius:10px;gap:.75rem;max-width:500px;margin:0 auto 1.5rem;padding:.8rem 1rem;transition:opacity .5s ease-out;display:flex}.CompatibilityScoreRevealV2-module__ZcKakq__reassuranceIcon{flex-shrink:0;margin-top:.1rem;font-size:1.2rem}.CompatibilityScoreRevealV2-module__ZcKakq__reassuranceContent strong{color:var(--color-success);margin-bottom:.25rem;font-size:.9rem;line-height:1.45;display:block}.CompatibilityScoreRevealV2-module__ZcKakq__reassuranceContent p{color:var(--text-secondary,#6b5940);margin:0;font-size:.9375rem;line-height:1.5}.CompatibilityScoreRevealV2-module__ZcKakq__masterNote{background:var(--bg-card);border:1px solid var(--border-light,#d4a01726);text-align:left;opacity:0;border-radius:12px;max-width:600px;margin:0 auto;padding:1.2rem 1.5rem;transition:opacity .5s ease-out,transform .5s ease-out;transform:translateY(8px)}.CompatibilityScoreRevealV2-module__ZcKakq__masterNoteHeader{align-items:center;gap:.5rem;margin-bottom:.6rem;display:flex}.CompatibilityScoreRevealV2-module__ZcKakq__masterNoteIcon{font-size:1.2rem}.CompatibilityScoreRevealV2-module__ZcKakq__masterNoteTitle{font-family:var(--font-noto-serif-tc), serif;color:var(--text-accent,#c41e3a);font-size:1.05rem;font-weight:700}.CompatibilityScoreRevealV2-module__ZcKakq__masterNoteSummary{color:var(--text-primary,#3c2415);margin:0 0 .8rem;font-size:.92rem;line-height:1.7}.CompatibilityScoreRevealV2-module__ZcKakq__metricsRow{gap:.5rem;margin-bottom:.8rem;display:flex}.CompatibilityScoreRevealV2-module__ZcKakq__metricCard{background:var(--bg-secondary,#fffbf5);border:1px solid var(--border-light,#d4a01726);border-radius:10px;flex-direction:column;flex:1;align-items:center;padding:.6rem .4rem;display:flex}.CompatibilityScoreRevealV2-module__ZcKakq__metricCard[data-tone=good]{background:#2e7d320f;border-color:#2e7d3226}.CompatibilityScoreRevealV2-module__ZcKakq__metricCard[data-tone=fair]{background:#ffc1070f;border-color:#ffc10726}.CompatibilityScoreRevealV2-module__ZcKakq__metricCard[data-tone=poor]{background:#f443360f;border-color:#f4433626}.CompatibilityScoreRevealV2-module__ZcKakq__metricLabel{color:var(--text-muted,#8b7355);margin-bottom:.2rem;font-weight:600;}.CompatibilityScoreRevealV2-module__ZcKakq__metricValue{color:var(--text-primary,#3c2415);}.CompatibilityScoreRevealV2-module__ZcKakq__metricValue small{margin-left:1px;font-size:.75rem;font-weight:500;line-height:1.35}.CompatibilityScoreRevealV2-module__ZcKakq__metricCard[data-tone=good] .CompatibilityScoreRevealV2-module__ZcKakq__metricValue{color:var(--color-success)}.CompatibilityScoreRevealV2-module__ZcKakq__metricCard[data-tone=poor] .CompatibilityScoreRevealV2-module__ZcKakq__metricValue{color:var(--color-error)}.CompatibilityScoreRevealV2-module__ZcKakq__masterNoteEncouragement{color:var(--text-secondary,#6b5940);margin:0 0 .3rem;font-size:.88rem;line-height:1.7}.CompatibilityScoreRevealV2-module__ZcKakq__masterNoteFooter{color:var(--text-muted,#8b7355);border-top:1px dashed var(--border-light,#d4a01726);margin:.6rem 0 0;padding-top:.6rem;}.CompatibilityScoreRevealV2-module__ZcKakq__visible{opacity:1!important;transform:translateY(0)!important}@media (max-width:600px){.CompatibilityScoreRevealV2-module__ZcKakq__scoreRing{width:150px;height:150px}.CompatibilityScoreRevealV2-module__ZcKakq__scoreNumber{font-size:2.2rem;line-height:1}.CompatibilityScoreRevealV2-module__ZcKakq__scoreLabelInRing{font-size:var(--t-subsection-size);line-height:var(--t-subsection-leading)}.CompatibilityScoreRevealV2-module__ZcKakq__barLabel{font-size:var(--t-meta-size);line-height:var(--t-meta-leading);min-width:50px}.CompatibilityScoreRevealV2-module__ZcKakq__container{padding:1.5rem .75rem .75rem}.CompatibilityScoreRevealV2-module__ZcKakq__personName{font-size:var(--t-bodyTight-size);line-height:var(--t-bodyTight-leading);min-width:50px}.CompatibilityScoreRevealV2-module__ZcKakq__badge{font-size:var(--t-caption-size);line-height:var(--t-caption-leading);padding:.15rem .5rem}.CompatibilityScoreRevealV2-module__ZcKakq__masterNote{padding:1rem 1.2rem}.CompatibilityScoreRevealV2-module__ZcKakq__metricsRow{gap:.35rem}.CompatibilityScoreRevealV2-module__ZcKakq__metricCard{padding:.5rem .3rem}.CompatibilityScoreRevealV2-module__ZcKakq__metricLabel{font-size:var(--t-caption-size);line-height:var(--t-caption-leading)}.CompatibilityScoreRevealV2-module__ZcKakq__metricValue{font-size:var(--t-subsection-size);line-height:var(--t-subsection-leading)}}
.PaywallCTA-module__NjlfDG__container{background:var(--bg-card);border:1px solid var(--border-medium);border-radius:var(--radius-lg);box-shadow:var(--shadow-warm-lg);text-align:center;margin:1.5rem 0;padding:1.75rem 1.5rem}.PaywallCTA-module__NjlfDG__header{justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.PaywallCTA-module__NjlfDG__headerIcon{font-size:1.5rem;line-height:1}.PaywallCTA-module__NjlfDG__headerTitle{color:var(--text-accent);margin:0;}.PaywallCTA-module__NjlfDG__featureList{margin-bottom:1.5rem}.PaywallCTA-module__NjlfDG__featureIntro{color:var(--text-secondary);margin-bottom:.75rem;}.PaywallCTA-module__NjlfDG__featureGrid{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.PaywallCTA-module__NjlfDG__featureItem{color:var(--text-secondary);background:#d4a01714;border:1px solid #d4a01726;border-radius:20px;padding:.3rem .75rem;display:inline-block;}.PaywallCTA-module__NjlfDG__actionArea{flex-direction:column;align-items:center;gap:.75rem;display:flex}.PaywallCTA-module__NjlfDG__unlockBtn{color:#fff;background:linear-gradient(135deg, var(--color-red) 0%, var(--color-orange) 100%);border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;min-width:260px;padding:.85rem 2rem;font-weight:600;transition:transform .15s,box-shadow .15s,opacity .15s;display:inline-flex;box-shadow:0 4px 16px #e23d2840;}.PaywallCTA-module__NjlfDG__unlockBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #e23d2859}.PaywallCTA-module__NjlfDG__unlockBtn:active:not(:disabled){transform:translateY(0)}.PaywallCTA-module__NjlfDG__unlockBtn:disabled{cursor:not-allowed;opacity:.7}.PaywallCTA-module__NjlfDG__unlockBtn.PaywallCTA-module__NjlfDG__disabled{box-shadow:none;background:linear-gradient(135deg,#999 0%,#aaa 100%)}.PaywallCTA-module__NjlfDG__costBadge{background:#fff3;border-radius:12px;padding:.15rem .5rem;font-weight:500;display:inline-block;}.PaywallCTA-module__NjlfDG__freeBadge{background:#4caf50e6;border-radius:12px;padding:.15rem .5rem;font-weight:500;display:inline-block;}.PaywallCTA-module__NjlfDG__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite PaywallCTA-module__NjlfDG__spin;display:inline-block}@keyframes PaywallCTA-module__NjlfDG__spin{to{transform:rotate(360deg)}}.PaywallCTA-module__NjlfDG__creditsInfo{color:var(--text-muted);margin:0;}.PaywallCTA-module__NjlfDG__creditsLinks{gap:1.5rem;margin-top:.25rem;display:flex}.PaywallCTA-module__NjlfDG__creditsLink{color:var(--text-accent);font-weight:500;transition:opacity .15s;}.PaywallCTA-module__NjlfDG__creditsLink:hover{opacity:.8}.PaywallCTA-module__NjlfDG__loginBtn{color:#fff;background:linear-gradient(135deg, var(--color-red) 0%, var(--color-orange) 100%);border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;min-width:260px;padding:.85rem 2rem;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 4px 16px #e23d2840;}.PaywallCTA-module__NjlfDG__loginBtn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #e23d2859}.PaywallCTA-module__NjlfDG__loginHint{color:var(--text-muted);margin:0;}@media (max-width:600px){.PaywallCTA-module__NjlfDG__container{margin:1rem 0;padding:1.25rem 1rem}.PaywallCTA-module__NjlfDG__unlockBtn,.PaywallCTA-module__NjlfDG__loginBtn{min-width:unset;width:100%}.PaywallCTA-module__NjlfDG__featureGrid{gap:.35rem}.PaywallCTA-module__NjlfDG__featureItem{font-size:var(--t-bodyTight-size);line-height:var(--t-bodyTight-leading);padding:.25rem .6rem}}
.LovePaywallCTA-module__BMZwKW__container{background:var(--bg-card);border:1px solid var(--color-love-bg);border-radius:var(--radius-lg);box-shadow:0 4px 20px rgba(var(--color-love-rgb), .08);text-align:center;margin:1.5rem 0;padding:1.75rem 1.5rem}.LovePaywallCTA-module__BMZwKW__header{justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.LovePaywallCTA-module__BMZwKW__headerIcon{font-size:1.5rem;line-height:1}.LovePaywallCTA-module__BMZwKW__headerTitle{color:var(--color-love);margin:0;}.LovePaywallCTA-module__BMZwKW__featureList{margin-bottom:1.5rem}.LovePaywallCTA-module__BMZwKW__featureIntro{color:var(--text-secondary);margin-bottom:.75rem;}.LovePaywallCTA-module__BMZwKW__featureGrid{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.LovePaywallCTA-module__BMZwKW__featureItem{color:var(--text-secondary);background:rgba(var(--color-love-rgb), .06);border:1px solid rgba(var(--color-love-rgb), .12);border-radius:20px;padding:.3rem .75rem;display:inline-block;}.LovePaywallCTA-module__BMZwKW__actionArea{flex-direction:column;align-items:center;gap:.75rem;display:flex}.LovePaywallCTA-module__BMZwKW__unlockBtn{color:#fff;background:linear-gradient(135deg, var(--color-love) 0%, rgba(var(--color-love-rgb), .7) 100%);border-radius:var(--radius-md);cursor:pointer;box-shadow:0 4px 16px rgba(var(--color-love-rgb), .25);border:none;justify-content:center;align-items:center;gap:.5rem;min-width:260px;padding:.85rem 2rem;font-weight:600;transition:transform .15s,box-shadow .15s,opacity .15s;display:inline-flex;}.LovePaywallCTA-module__BMZwKW__unlockBtn:hover:not(:disabled){box-shadow:0 6px 20px rgba(var(--color-love-rgb), .35);transform:translateY(-1px)}.LovePaywallCTA-module__BMZwKW__unlockBtn:active:not(:disabled){transform:translateY(0)}.LovePaywallCTA-module__BMZwKW__unlockBtn:disabled{cursor:not-allowed;opacity:.7}.LovePaywallCTA-module__BMZwKW__unlockBtn.LovePaywallCTA-module__BMZwKW__disabled{box-shadow:none;background:linear-gradient(135deg,#999 0%,#aaa 100%)}.LovePaywallCTA-module__BMZwKW__costBadge{background:#fff3;border-radius:12px;padding:.15rem .5rem;font-weight:500;display:inline-block;}.LovePaywallCTA-module__BMZwKW__freeBadge{background:#4caf50e6;border-radius:12px;padding:.15rem .5rem;font-weight:500;display:inline-block;}.LovePaywallCTA-module__BMZwKW__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite LovePaywallCTA-module__BMZwKW__spin;display:inline-block}@keyframes LovePaywallCTA-module__BMZwKW__spin{to{transform:rotate(360deg)}}.LovePaywallCTA-module__BMZwKW__creditsInfo{color:var(--text-muted);margin:0;}.LovePaywallCTA-module__BMZwKW__creditsLinks{gap:1.5rem;margin-top:.25rem;display:flex}.LovePaywallCTA-module__BMZwKW__creditsLink{color:var(--color-love);font-weight:500;transition:opacity .15s;}.LovePaywallCTA-module__BMZwKW__creditsLink:hover{opacity:.8}.LovePaywallCTA-module__BMZwKW__loginBtn{color:#fff;background:linear-gradient(135deg, var(--color-love) 0%, rgba(var(--color-love-rgb), .7) 100%);border-radius:var(--radius-md);cursor:pointer;box-shadow:0 4px 16px rgba(var(--color-love-rgb), .25);border:none;justify-content:center;align-items:center;min-width:260px;padding:.85rem 2rem;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex;}.LovePaywallCTA-module__BMZwKW__loginBtn:hover{box-shadow:0 6px 20px rgba(var(--color-love-rgb), .35);transform:translateY(-1px)}.LovePaywallCTA-module__BMZwKW__loginHint{color:var(--text-muted);margin:0;}@media (max-width:600px){.LovePaywallCTA-module__BMZwKW__container{margin:1rem 0;padding:1.25rem 1rem}.LovePaywallCTA-module__BMZwKW__unlockBtn,.LovePaywallCTA-module__BMZwKW__loginBtn{min-width:unset;width:100%}.LovePaywallCTA-module__BMZwKW__featureGrid{gap:.35rem}.LovePaywallCTA-module__BMZwKW__featureItem{font-size:var(--t-bodyTight-size);line-height:var(--t-bodyTight-leading);padding:.25rem .6rem}}
.page-module__IAmplq__pageContainer{background:linear-gradient(180deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);min-height:100vh;color:var(--text-primary);padding:2rem;position:relative;overflow:hidden}.page-module__IAmplq__pageContainer:before{content:"";z-index:0;pointer-events:none;background-color:var(--bg-primary);background-image:url(/backgrounds/reading-lifetime-bg.webp);background-position:50% 30%;background-repeat:no-repeat;background-size:cover;width:100%;max-width:3840px;height:clamp(380px,50vh,560px);position:absolute;top:0;left:50%;transform:translate(-50%);-webkit-mask-image:linear-gradient(#000 60%,#0000 100%);mask-image:linear-gradient(#000 60%,#0000 100%)}.page-module__IAmplq__pageContainer:after{content:"";z-index:0;pointer-events:none;background:linear-gradient(to bottom, rgba(var(--bg-primary-rgb), .1) 0%, rgba(var(--bg-primary-rgb), .15) 70%, rgba(var(--bg-primary-rgb), .8) 100%);width:100%;max-width:3840px;height:clamp(380px,50vh,560px);position:absolute;top:0;left:50%;transform:translate(-50%)}.page-module__IAmplq__header{z-index:1;justify-content:space-between;align-items:center;max-width:900px;margin:0 auto 2rem;display:flex;position:relative}.page-module__IAmplq__backLink{color:var(--bg-card);cursor:pointer;-webkit-backdrop-filter:blur(8px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:18px;align-items:center;gap:.4rem;height:36px;padding:.4rem 1rem .4rem .75rem;font-weight:500;text-decoration:none;transition:background .2s,box-shadow .2s,color .2s;display:inline-flex;box-shadow:0 2px 12px #0000001a;}.page-module__IAmplq__backLink:hover{color:#fff;background:#ffffff40;border-color:#ffffff73}.page-module__IAmplq__backLink svg{flex-shrink:0}.page-module__IAmplq__headerTitle{color:var(--bg-card);font-size:1.3rem;font-weight:700;line-height:1.4;font-family:var(--font-noto-serif-tc), serif;text-shadow:0 1px 16px #0009,0 0 4px #0000004d;align-items:center;gap:.5rem;display:flex}.page-module__IAmplq__headerIcon{font-size:1.5rem;line-height:1}.page-module__IAmplq__loadingSkeleton{z-index:1;max-width:600px;margin:4rem auto;position:relative}.page-module__IAmplq__skeletonTitle{background:#d4a01714;border-radius:6px;width:60%;height:28px;margin:0 auto 2rem;animation:1.5s ease-in-out infinite page-module__IAmplq__pulse}.page-module__IAmplq__skeletonBlock{background:#d4a0170d;border-radius:12px;width:100%;height:120px;margin-bottom:1rem;animation:1.5s ease-in-out infinite page-module__IAmplq__pulse}.page-module__IAmplq__loadingOverlay{z-index:1;flex-direction:column;justify-content:center;align-items:center;padding:6rem 2rem;display:flex;position:relative}.page-module__IAmplq__spinner{border:3px solid var(--border-light);border-top-color:var(--color-red);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite page-module__IAmplq__spin}.page-module__IAmplq__loadingText{color:var(--text-secondary);margin-top:1rem;}.page-module__IAmplq__analyzingState{z-index:1;justify-content:center;align-items:center;padding:4rem 2rem;animation:.3s ease-out page-module__IAmplq__fadeIn;display:flex;position:relative}.page-module__IAmplq__analyzingCard{background:var(--bg-card,#fff);border:1px solid var(--border-light);text-align:center;width:100%;max-width:400px;box-shadow:var(--shadow-warm);border-radius:20px;padding:3rem 2rem}.page-module__IAmplq__analyzingIconWrap{justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;display:inline-flex;position:relative}.page-module__IAmplq__analyzingIcon{z-index:1;font-size:2.5rem;line-height:1;animation:2s ease-in-out infinite page-module__IAmplq__pulse}.page-module__IAmplq__analyzingRing{border:3px solid var(--border-light);border-top-color:var(--color-red);border-radius:50%;animation:1.2s linear infinite page-module__IAmplq__spin;position:absolute;inset:0}.page-module__IAmplq__analyzingTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.3rem;font-weight:700;line-height:1.3}.page-module__IAmplq__analyzingSubtitle{color:var(--text-secondary);margin-bottom:2rem;}.page-module__IAmplq__analyzingSteps{text-align:left;flex-direction:column;gap:.75rem;padding:0 1rem;display:flex}.page-module__IAmplq__analyzingStep{color:var(--text-muted,#999);align-items:center;gap:.75rem;transition:color .3s;display:flex;}.page-module__IAmplq__analyzingStepActive{color:var(--text-accent)}.page-module__IAmplq__stepDot{background:var(--text-muted,#999);border-radius:50%;flex-shrink:0;width:8px;height:8px;transition:background .3s}.page-module__IAmplq__analyzingStepActive .page-module__IAmplq__stepDot{background:var(--color-red);animation:1.5s ease-in-out infinite page-module__IAmplq__pulse;box-shadow:0 0 6px #c41e3a4d}@keyframes page-module__IAmplq__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes page-module__IAmplq__pulse{0%,to{opacity:.4}50%{opacity:.8}}@keyframes page-module__IAmplq__spin{to{transform:rotate(360deg)}}.page-module__IAmplq__freeChartsSection{z-index:1;max-width:900px;margin:0 auto;padding:0;position:relative}.page-module__IAmplq__compatHeader{text-align:center;margin-bottom:24px}.page-module__IAmplq__compatTitle{background:linear-gradient(135deg, var(--color-red), var(--color-orange));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 8px;}.page-module__IAmplq__compatSubtitle{color:var(--text-secondary);}.page-module__IAmplq__dualChartsGrid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px;display:grid}.page-module__IAmplq__chartPanel{background:var(--bg-card,#fff);border:1px solid var(--border-light,#d4a01726);box-shadow:var(--shadow-warm,0 4px 20px #e23d2814);border-radius:16px;overflow-x:auto}.page-module__IAmplq__chartPanelLabel{text-align:center;font-family:var(--font-noto-serif-tc), serif;color:var(--text-accent,#c41e3a);letter-spacing:.1em;padding:10px 0 4px;font-weight:600;}.page-module__IAmplq__unlockedScoreSection{max-width:900px;margin:0 auto 24px}.page-module__IAmplq__freeScoreSection{max-width:900px;margin:0 auto 1.5rem}.page-module__IAmplq__paywallSection{z-index:1;max-width:900px;margin:0 auto 2rem;position:relative}.page-module__IAmplq__v2SectionsContainer{z-index:1;max-width:900px;margin:0 auto;position:relative}.page-module__IAmplq__educationalCard{background:var(--bg-card,#fff);border:1px solid #d4a01733;border-left:4px solid var(--color-gold,#d4a017);border-radius:12px;margin:1.5rem 0;padding:1.5rem}.page-module__IAmplq__educationalHeader{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.page-module__IAmplq__educationalIcon{font-size:1.3rem;line-height:1}.page-module__IAmplq__educationalTitle{color:var(--text-accent);margin:0;}.page-module__IAmplq__educationalContent{color:var(--text-secondary);}.page-module__IAmplq__educationalContent p{margin:0 0 .75rem}.page-module__IAmplq__educationalContent p:last-child{margin-bottom:0}.page-module__IAmplq__streamingStatus{background:var(--bg-card,#fff);border:1px solid var(--border-light);max-width:900px;box-shadow:var(--shadow-warm);border-radius:12px;align-items:center;gap:.75rem;margin:1rem auto 1.5rem;padding:1rem 1.5rem;display:flex}.page-module__IAmplq__streamingDot{background:var(--color-red);border-radius:50%;flex-shrink:0;width:10px;height:10px;animation:1.2s ease-in-out infinite page-module__IAmplq__pulse}.page-module__IAmplq__streamingText{color:var(--text-secondary);}.page-module__IAmplq__newComparisonArea{text-align:center;z-index:1;max-width:900px;margin:2rem auto;position:relative}.page-module__IAmplq__newComparisonBtn{background:var(--bg-card,#fff);border:1px solid var(--border-light);color:var(--text-secondary);cursor:pointer;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500;transition:all .2s;display:inline-flex;}.page-module__IAmplq__newComparisonBtn:hover{color:var(--text-accent);border-color:var(--color-red);box-shadow:var(--shadow-warm)}.page-module__IAmplq__disclaimer{text-align:center;max-width:900px;color:var(--text-muted);z-index:1;margin:2rem auto 0;padding:1rem 0;position:relative;}.page-module__IAmplq__sectionBadge{color:var(--text-secondary,#6b5940);background:#d4a01714;border:1px solid #d4a01726;border-radius:20px;align-items:center;gap:6px;margin-bottom:10px;padding:3px 12px;display:inline-flex;}.page-module__IAmplq__hourUnknownBanner{color:var(--text-secondary,#6b5940);background:#f5a6231a;border:1px solid #f5a6234d;border-radius:8px;margin-bottom:16px;padding:10px 16px;}.page-module__IAmplq__formSection{z-index:1;position:relative}.page-module__IAmplq__formLabels{z-index:1;justify-content:space-around;max-width:900px;margin:0 auto .5rem;padding:0 1rem;display:flex;position:relative}.page-module__IAmplq__formLabelA,.page-module__IAmplq__formLabelB{font-family:var(--font-noto-serif-tc), serif;color:var(--text-accent,#c41e3a);background:#e23d280f;border:1px solid #e23d2826;border-radius:20px;padding:4px 20px;font-size:1rem;font-weight:700}@media (max-width:900px){.page-module__IAmplq__dualChartsGrid{grid-template-columns:1fr}}@media (max-width:768px){.page-module__IAmplq__pageContainer{padding:1rem}.page-module__IAmplq__header{margin-bottom:1.5rem}.page-module__IAmplq__headerTitle,.page-module__IAmplq__compatTitle{font-size:var(--t-section-size);line-height:var(--t-section-leading)}.page-module__IAmplq__freeChartsSection{padding:0}.page-module__IAmplq__chartPanel{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:480px){.page-module__IAmplq__pageContainer{padding:.75rem}.page-module__IAmplq__compatTitle{font-size:var(--t-section-size);line-height:var(--t-section-leading)}.page-module__IAmplq__freeChartsSection{padding:0}.page-module__IAmplq__chartPanel{border-radius:12px}.page-module__IAmplq__chartPanelLabel{font-size:var(--t-meta-size);line-height:var(--t-meta-leading);padding:8px 0 2px}}@media (max-width:600px){.page-module__IAmplq__pageContainer:before{background-position:top;background-size:100%;height:clamp(280px,40vh,400px);-webkit-mask-image:linear-gradient(#000 40%,#0000 85%);mask-image:linear-gradient(#000 40%,#0000 85%)}.page-module__IAmplq__pageContainer:after{background:linear-gradient(to bottom, rgba(var(--bg-primary-rgb), .05) 0%, rgba(var(--bg-primary-rgb), .3) 50%, rgba(var(--bg-primary-rgb), 1) 85%);height:clamp(280px,40vh,400px)}}.page-module__IAmplq__floatingPill{-webkit-backdrop-filter:blur(12px);z-index:10;background:#ffffffb3;border:1px solid #d4a01733;border-radius:50px;align-items:center;gap:.6rem;max-width:320px;margin:0 auto 1.2rem;padding:.5rem 1rem;animation:.4s cubic-bezier(.16,1,.3,1) page-module__IAmplq__pillSlideIn;display:flex;position:relative;box-shadow:0 2px 16px #e23d280f,0 1px 4px #0000000a}@keyframes page-module__IAmplq__pillSlideIn{0%{opacity:0;transform:translateY(-12px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.page-module__IAmplq__pillDot{background:var(--color-red);border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:1.5s ease-in-out infinite page-module__IAmplq__pillDotPulse}@keyframes page-module__IAmplq__pillDotPulse{0%,to{opacity:1;box-shadow:0 0 #e23d2866}50%{opacity:.7;box-shadow:0 0 0 4px #e23d2800}}.page-module__IAmplq__pillLabelGroup{flex-direction:column;flex-shrink:0;gap:.1rem;display:flex}.page-module__IAmplq__pillLabel{color:var(--text-primary);letter-spacing:.02em;white-space:nowrap;font-weight:600;font-family:var(--font-noto-serif-tc), serif;}.page-module__IAmplq__pillSubtext{color:var(--text-muted);white-space:nowrap;font-weight:400;font-family:var(--font-noto-serif-tc), serif;text-overflow:ellipsis;max-width:140px;overflow:hidden;}.page-module__IAmplq__pillBar{background:#d4a0171f;border-radius:2px;flex:1;min-width:80px;height:3px;position:relative;overflow:hidden}.page-module__IAmplq__pillBarFill{background:linear-gradient(90deg, var(--color-gold), var(--color-orange));border-radius:2px;height:100%;transition:width .6s cubic-bezier(.16,1,.3,1)}.page-module__IAmplq__pillBarShimmer{background:linear-gradient(90deg,#0000 0%,#ffffff80 50%,#0000 100%);width:100%;height:100%;animation:2s ease-in-out infinite page-module__IAmplq__shimmerSweep;position:absolute;top:0;left:0}@keyframes page-module__IAmplq__shimmerSweep{0%{transform:translate(-100%)}to{transform:translate(100%)}}.page-module__IAmplq__pillCount{color:var(--text-muted);white-space:nowrap;font-variant-numeric:tabular-nums;font-weight:500;}.page-module__IAmplq__reversedPairNotice{background:var(--bg-secondary);border:1px solid var(--border-light);border-left:3px solid var(--color-orange);color:var(--text-secondary);border-radius:12px;margin-bottom:16px;padding:12px 16px;}.page-module__IAmplq__reversedPairNotice a{color:var(--text-accent);font-weight:600;text-decoration:underline}
.UnlockConfirmModal-module__mLAR2G__overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;justify-content:center;align-items:center;animation:.2s UnlockConfirmModal-module__mLAR2G__fadeIn;display:flex;position:fixed;inset:0}.UnlockConfirmModal-module__mLAR2G__modal{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border-light);text-align:center;width:100%;max-width:420px;padding:2rem;animation:.2s UnlockConfirmModal-module__mLAR2G__scaleUp;box-shadow:0 20px 60px #00000026}.UnlockConfirmModal-module__mLAR2G__icon{margin-bottom:.75rem;font-size:2.5rem;line-height:1}.UnlockConfirmModal-module__mLAR2G__title{color:var(--text-accent);margin-bottom:1rem;}.UnlockConfirmModal-module__mLAR2G__hourUnknownWarn{text-align:left;background:rgba(var(--color-gold-rgb), .08);border:1px solid rgba(var(--color-gold-rgb), .25);border-radius:var(--radius-sm);margin-bottom:1rem;padding:.85rem 1rem}.UnlockConfirmModal-module__mLAR2G__hourUnknownWarnLead{color:var(--text-primary);margin:0 0 .5rem;}.UnlockConfirmModal-module__mLAR2G__hourUnknownWarnList{color:var(--text-secondary);margin:0 0 .5rem;padding-left:1.2rem;}.UnlockConfirmModal-module__mLAR2G__hourUnknownWarnNote{color:var(--text-muted);margin:0;}.UnlockConfirmModal-module__mLAR2G__featureBox{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:var(--radius-sm);margin-bottom:1rem;padding:.75rem 1rem}.UnlockConfirmModal-module__mLAR2G__featureGrid{flex-wrap:wrap;justify-content:center;gap:.4rem;display:flex}.UnlockConfirmModal-module__mLAR2G__featureItem{color:var(--text-secondary);background:rgba(var(--color-gold-rgb), .08);border:1px solid rgba(var(--color-gold-rgb), .15);border-radius:20px;padding:.2rem .6rem;}.UnlockConfirmModal-module__mLAR2G__costLine{justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.UnlockConfirmModal-module__mLAR2G__costBadge{color:var(--text-primary);font-weight:700;}.UnlockConfirmModal-module__mLAR2G__freeBadge{color:var(--color-red);font-weight:700;}.UnlockConfirmModal-module__mLAR2G__balanceText{color:var(--text-muted);}.UnlockConfirmModal-module__mLAR2G__actions{flex-direction:column;align-items:center;gap:.5rem;display:flex}.UnlockConfirmModal-module__mLAR2G__confirmBtn{background:var(--color-red);width:100%;color:var(--text-on-red);border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 2rem;font-weight:700;transition:all .2s;display:flex;}.UnlockConfirmModal-module__mLAR2G__confirmBtn:hover:not(:disabled){background:var(--color-red-dark);box-shadow:0 4px 15px rgba(var(--color-red-rgb), .25);transform:translateY(-1px)}.UnlockConfirmModal-module__mLAR2G__confirmBtn:focus-visible{outline:2px solid var(--color-red);outline-offset:2px}.UnlockConfirmModal-module__mLAR2G__confirmBtn:disabled{opacity:.7;cursor:not-allowed}.UnlockConfirmModal-module__mLAR2G__cancelBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.4rem 1rem;transition:color .2s;}.UnlockConfirmModal-module__mLAR2G__cancelBtn:hover:not(:disabled){color:var(--text-primary)}.UnlockConfirmModal-module__mLAR2G__cancelBtn:disabled{opacity:.5;cursor:not-allowed}.UnlockConfirmModal-module__mLAR2G__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite UnlockConfirmModal-module__mLAR2G__spin}@keyframes UnlockConfirmModal-module__mLAR2G__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes UnlockConfirmModal-module__mLAR2G__scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes UnlockConfirmModal-module__mLAR2G__spin{to{transform:rotate(360deg)}}@media (max-width:600px){.UnlockConfirmModal-module__mLAR2G__modal{width:calc(100% - 2rem);padding:1.5rem}.UnlockConfirmModal-module__mLAR2G__title{font-size:var(--t-section-size);line-height:var(--t-section-leading)}}
.ProfileCard-module__b2dNLG__card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);box-shadow:var(--shadow-warm);padding:1rem;transition:all .2s;position:relative}.ProfileCard-module__b2dNLG__cardClickable{cursor:pointer}.ProfileCard-module__b2dNLG__cardClickable:hover{border-color:var(--border-medium);box-shadow:var(--shadow-warm-lg);transform:translateY(-2px)}.ProfileCard-module__b2dNLG__cardSelected{border-color:var(--color-red);box-shadow:0 0 0 1px var(--color-red)}.ProfileCard-module__b2dNLG__cardCompact{padding:.75rem}.ProfileCard-module__b2dNLG__topRow{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.ProfileCard-module__b2dNLG__nameRow{align-items:center;gap:.35rem;display:flex}.ProfileCard-module__b2dNLG__primaryStar{color:#b8860b;font-size:.9rem;line-height:1}.ProfileCard-module__b2dNLG__name{color:var(--text-primary);font-weight:600;}.ProfileCard-module__b2dNLG__actions{gap:.25rem;display:flex}.ProfileCard-module__b2dNLG__actionBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.2rem .35rem;transition:all .15s;}.ProfileCard-module__b2dNLG__actionBtn:hover{color:var(--text-accent);background:rgba(var(--color-red-rgb), .06)}.ProfileCard-module__b2dNLG__deleteBtn:hover{color:#c62828;background:#f443360f}.ProfileCard-module__b2dNLG__info{margin-bottom:.25rem}.ProfileCard-module__b2dNLG__date{color:var(--text-secondary);}.ProfileCard-module__b2dNLG__meta{color:var(--text-muted);margin-bottom:.5rem;}.ProfileCard-module__b2dNLG__badges{flex-wrap:wrap;gap:.5rem;display:flex}.ProfileCard-module__b2dNLG__badge{border:1px solid var(--border-medium);color:var(--text-secondary);border-radius:10px;padding:.15rem .5rem;}.ProfileCard-module__b2dNLG__badgeSELF{border-color:rgba(var(--color-red-rgb), .3);color:var(--text-accent)}.ProfileCard-module__b2dNLG__badgeFAMILY{color:#1565c0;border-color:#2196f34d}.ProfileCard-module__b2dNLG__badgeFRIEND{color:#2e7d32;border-color:#4caf504d}.ProfileCard-module__b2dNLG__badgePrimary{border-color:var(--border-medium);background:rgba(var(--color-gold-rgb), .08);color:var(--text-primary)}.ProfileCard-module__b2dNLG__confirmOverlay{border-radius:var(--radius-md);z-index:10;background:#fffffff2;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;display:flex;position:absolute;inset:0}.ProfileCard-module__b2dNLG__confirmText{color:var(--text-primary);}.ProfileCard-module__b2dNLG__confirmBtns{gap:.5rem;display:flex}.ProfileCard-module__b2dNLG__confirmYes{color:#c62828;cursor:pointer;background:#f4433614;border:1px solid #c62828;border-radius:6px;padding:.35rem 1rem;transition:all .15s;}.ProfileCard-module__b2dNLG__confirmYes:hover{background:#f4433626}.ProfileCard-module__b2dNLG__confirmNo{background:rgba(var(--color-gold-rgb), .06);border:1px solid var(--border-medium);color:var(--text-secondary);cursor:pointer;border-radius:6px;padding:.35rem 1rem;transition:all .15s;}.ProfileCard-module__b2dNLG__confirmNo:hover{background:rgba(var(--color-gold-rgb), .12)}@media (max-width:480px){.ProfileCard-module__b2dNLG__card{padding:.75rem}.ProfileCard-module__b2dNLG__name{font-size:var(--t-bodyTight-size);line-height:var(--t-bodyTight-leading)}}
.page-module__IZdLlq__pageContainer{min-height:100vh;color:var(--text-primary);background:linear-gradient(#fff3e0 0%,#fffbf5 100%);padding:2rem}.page-module__IZdLlq__header{justify-content:space-between;align-items:center;max-width:900px;margin:0 auto 2rem;display:flex}.page-module__IZdLlq__backLink{color:var(--text-secondary);cursor:pointer;border:1px solid var(--border-light);-webkit-backdrop-filter:blur(8px);background:#ffffffb3;border-radius:18px;align-items:center;gap:.4rem;height:36px;padding:.4rem 1rem .4rem .75rem;font-weight:500;transition:background .2s,box-shadow .2s,color .2s,border-color .2s;display:inline-flex;box-shadow:0 2px 8px #0000000a;}.page-module__IZdLlq__backLink:hover{color:var(--text-accent);background:#ffffffe6;box-shadow:0 2px 12px #00000014}.page-module__IZdLlq__backLink svg{flex-shrink:0}.page-module__IZdLlq__headerTitle{color:var(--text-primary);align-items:center;gap:.5rem;display:flex;}.page-module__IZdLlq__headerIcon{font-size:1.5rem;line-height:1}.page-module__IZdLlq__stepIndicator{justify-content:center;gap:2rem;max-width:900px;margin:0 auto 2rem;display:flex}.page-module__IZdLlq__step{color:var(--text-muted);align-items:center;gap:.5rem;display:flex;}.page-module__IZdLlq__stepActive{color:var(--color-red);}.page-module__IZdLlq__stepCompleted{color:#4caf50;}.page-module__IZdLlq__stepNumber{background:#d4a0170d;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex;}.page-module__IZdLlq__stepActive .page-module__IZdLlq__stepNumber{background:rgba(var(--color-red-rgb), .1);color:var(--color-red);border:2px solid var(--color-red)}.page-module__IZdLlq__stepCompleted .page-module__IZdLlq__stepNumber{color:#4caf50;background:#4caf5026;border:2px solid #4caf50}.page-module__IZdLlq__stepLine{background:var(--border-light);align-self:center;width:40px;height:2px}.page-module__IZdLlq__stepLineActive{background:rgba(var(--color-red-rgb), .3);}.page-module__IZdLlq__contentArea{max-width:900px;margin:0 auto}.page-module__IZdLlq__errorMessage{text-align:center;padding:3rem}.page-module__IZdLlq__errorIcon{margin-bottom:1rem;font-size:3rem;line-height:1}.page-module__IZdLlq__errorText{color:#f44336;margin-bottom:1rem;}.page-module__IZdLlq__retryBtn{color:#f44336;cursor:pointer;background:#f443361a;border:1px solid #f443364d;border-radius:20px;padding:.6rem 1.5rem;transition:all .2s;}.page-module__IZdLlq__retryBtn:hover{background:#f443362e}.page-module__IZdLlq__cacheToast{z-index:30;color:#2e7d32;background:#edf7ed;border:1px solid #4caf5059;border-radius:8px;align-items:center;gap:.6rem;max-width:900px;margin:0 auto;padding:.75rem 1rem;animation:.3s ease-out page-module__IZdLlq__slideDown;display:flex;position:fixed;top:1rem;left:1rem;right:1rem;box-shadow:0 2px 8px #0000001f;}.page-module__IZdLlq__cacheToastIcon{flex-shrink:0;font-size:1.1rem;line-height:1}.page-module__IZdLlq__cacheToastClose{color:#2e7d32;cursor:pointer;opacity:.7;background:0 0;border:none;flex-shrink:0;margin-left:auto;padding:.2rem .4rem;font-size:.9rem;line-height:1;transition:opacity .2s}.page-module__IZdLlq__cacheToastClose:hover{opacity:1}@keyframes page-module__IZdLlq__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.page-module__IZdLlq__tabBar{border:1px solid var(--border-light);border-radius:var(--radius-md);background:var(--bg-card);gap:0;max-width:900px;margin:0 auto 1.5rem;display:flex;overflow:hidden}.page-module__IZdLlq__tab{text-align:center;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;flex:1;padding:.75rem 1rem;font-weight:500;transition:all .2s;}.page-module__IZdLlq__tabActive{background:rgba(var(--color-red-rgb), .08);color:var(--color-red);font-weight:600;}.page-module__IZdLlq__tab:hover{color:var(--text-primary);background:#d4a0170d}.page-module__IZdLlq__tabSpinner{border:2px solid rgba(var(--color-red-rgb), .15);border-top-color:var(--color-red);vertical-align:middle;border-radius:50%;width:14px;height:14px;margin-right:.35rem;animation:.8s linear infinite page-module__IZdLlq__spin;display:inline-block}.page-module__IZdLlq__invalidType{text-align:center;padding:5rem 2rem}.page-module__IZdLlq__invalidIcon{margin-bottom:1rem;font-size:4rem;line-height:1}.page-module__IZdLlq__invalidTitle{color:var(--text-primary);margin-bottom:.5rem;}.page-module__IZdLlq__invalidText{color:var(--text-secondary);margin-bottom:1.5rem;}.page-module__IZdLlq__dashboardLink{background:var(--color-red);color:#fff;border-radius:var(--radius-md);padding:.75rem 2rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block}.page-module__IZdLlq__dashboardLink:hover{box-shadow:var(--shadow-warm);transform:translateY(-2px)}.page-module__IZdLlq__saveWarning{color:#ff9800;text-align:center;margin-top:.5rem;}.page-module__IZdLlq__loadingSkeleton{text-align:center;max-width:600px;color:var(--text-secondary);margin:4rem auto;}.page-module__IZdLlq__skeletonSpinner{border:3px solid rgba(var(--color-red-rgb), .15);border-top-color:var(--color-red);border-radius:50%;width:32px;height:32px;margin:0 auto 1rem;animation:.8s linear infinite page-module__IZdLlq__spin}@keyframes page-module__IZdLlq__spin{to{transform:rotate(360deg)}}.page-module__IZdLlq__extraInput{margin-top:1rem}.page-module__IZdLlq__extraInputLabel{color:var(--text-accent);margin-bottom:.5rem;display:block;}.page-module__IZdLlq__extraInputRow{gap:.75rem;display:flex}.page-module__IZdLlq__extraInputSelect{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-sm);color:var(--text-primary);flex:1;padding:.65rem .75rem;}.page-module__IZdLlq__extraInputSelect:focus{border-color:var(--border-medium);outline:none}.page-module__IZdLlq__extraInputDate{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;padding:.65rem .75rem;}.page-module__IZdLlq__extraInputDate:focus{border-color:var(--border-medium);outline:none}.page-module__IZdLlq__extraInputTextarea{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);resize:vertical;min-height:80px;padding:.75rem;font-family:inherit;}.page-module__IZdLlq__extraInputTextarea:focus{border-color:var(--border-medium);outline:none}.page-module__IZdLlq__extraInputTextarea::placeholder{color:var(--text-muted)}.page-module__IZdLlq__extraInputHint{color:var(--text-muted);text-align:right;margin-top:.25rem;}.page-module__IZdLlq__btnCredit{opacity:.65;margin-left:.5rem;font-weight:400;}.page-module__IZdLlq__btnCreditFree{color:#2e7d32;opacity:.85;margin-left:.5rem;font-weight:500;}.page-module__IZdLlq__subscribeCTA{text-align:center;background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-warm);margin-bottom:1.5rem;padding:2.5rem 2rem}.page-module__IZdLlq__subscribeCTAIcon{margin-bottom:.75rem;font-size:2.5rem;line-height:1}.page-module__IZdLlq__subscribeCTATitle{color:var(--text-primary);margin-bottom:.5rem;}.page-module__IZdLlq__subscribeCTAText{color:var(--text-secondary);max-width:400px;margin-bottom:1.25rem;margin-left:auto;margin-right:auto;}.page-module__IZdLlq__subscribeCTAButton{background:var(--color-red);color:#fff;border-radius:var(--radius-md);padding:.7rem 2rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block;}.page-module__IZdLlq__subscribeCTAButton:hover{box-shadow:var(--shadow-warm);transform:translateY(-2px)}.page-module__IZdLlq__aiDivider{border-left:4px solid var(--color-red);color:var(--text-accent);border-top:none;align-items:center;gap:.5rem;margin:2rem 0 1.5rem;padding:.75rem 0 .75rem 1rem;display:flex;}.page-module__IZdLlq__aiDividerIcon{font-size:1.2rem;line-height:1}.page-module__IZdLlq__floatingPill{-webkit-backdrop-filter:blur(12px);z-index:10;background:#ffffffb3;border:1px solid #d4a01733;border-radius:50px;align-items:center;gap:.6rem;max-width:320px;margin:0 auto 1.2rem;padding:.5rem 1rem;animation:.4s cubic-bezier(.16,1,.3,1) page-module__IZdLlq__pillSlideIn;display:flex;position:relative;box-shadow:0 2px 16px #e23d280f,0 1px 4px #0000000a}@keyframes page-module__IZdLlq__pillSlideIn{0%{opacity:0;transform:translateY(-12px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.page-module__IZdLlq__pillDot{background:var(--color-red);border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:1.5s ease-in-out infinite page-module__IZdLlq__pillDotPulse}@keyframes page-module__IZdLlq__pillDotPulse{0%,to{opacity:1;box-shadow:0 0 #e23d2866}50%{opacity:.7;box-shadow:0 0 0 4px #e23d2800}}.page-module__IZdLlq__pillLabel{color:var(--text-primary);letter-spacing:.02em;white-space:nowrap;font-weight:600;font-family:var(--font-noto-serif-tc), serif;}.page-module__IZdLlq__pillBar{background:#d4a0171f;border-radius:2px;flex:1;min-width:80px;height:3px;position:relative;overflow:hidden}.page-module__IZdLlq__pillBarFill{background:linear-gradient(90deg, var(--color-gold), var(--color-orange));border-radius:2px;height:100%;transition:width .6s cubic-bezier(.16,1,.3,1)}.page-module__IZdLlq__pillBarShimmer{background:linear-gradient(90deg,#0000 0%,#ffffff80 50%,#0000 100%);width:100%;height:100%;animation:2s ease-in-out infinite page-module__IZdLlq__shimmerSweep;position:absolute;top:0;left:0}@keyframes page-module__IZdLlq__shimmerSweep{0%{transform:translate(-100%)}to{transform:translate(100%)}}.page-module__IZdLlq__pillCount{color:var(--text-muted);white-space:nowrap;font-variant-numeric:tabular-nums;font-weight:500;}.page-module__IZdLlq__fadeInSection{animation:.5s ease-out both page-module__IZdLlq__pageFadeInUp}@keyframes page-module__IZdLlq__pageFadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.page-module__IZdLlq__pageContainer{padding:1rem}.page-module__IZdLlq__headerTitle{font-size:var(--t-section-size);line-height:var(--t-section-leading)}.page-module__IZdLlq__stepIndicator{gap:.75rem}.page-module__IZdLlq__step{font-size:var(--t-bodyTight-size);line-height:var(--t-bodyTight-leading)}.page-module__IZdLlq__stepLine{width:20px}}.page-module__IZdLlq__pageContainerLifetime{position:relative;overflow:hidden}.page-module__IZdLlq__pageContainerLifetime:before{content:"";z-index:0;pointer-events:none;background-color:var(--bg-primary);background-image:url(/backgrounds/reading-lifetime-bg.webp);background-position:50% 30%;background-repeat:no-repeat;background-size:cover;width:100%;max-width:3840px;height:clamp(380px,50vh,560px);position:absolute;top:0;left:50%;transform:translate(-50%);-webkit-mask-image:linear-gradient(#000 60%,#0000 100%);mask-image:linear-gradient(#000 60%,#0000 100%)}.page-module__IZdLlq__pageContainerLifetime:after{content:"";z-index:0;pointer-events:none;background:linear-gradient(to bottom, rgba(var(--bg-primary-rgb), .1) 0%, rgba(var(--bg-primary-rgb), .15) 70%, rgba(var(--bg-primary-rgb), .8) 100%);width:100%;max-width:3840px;height:clamp(380px,50vh,560px);position:absolute;top:0;left:50%;transform:translate(-50%)}.page-module__IZdLlq__pageContainerLifetime .page-module__IZdLlq__header,.page-module__IZdLlq__pageContainerLifetime .page-module__IZdLlq__stepIndicator,.page-module__IZdLlq__pageContainerLifetime .page-module__IZdLlq__contentArea,.page-module__IZdLlq__pageContainerLifetime .page-module__IZdLlq__tabBar,.page-module__IZdLlq__pageContainerLifetime .page-module__IZdLlq__floatingPill,.page-module__IZdLlq__pageContainerLifetime .page-module__IZdLlq__loadingSkeleton{z-index:1;position:relative}.page-module__IZdLlq__pageContainerLifetime .page-module__IZdLlq__headerTitle{color:#fff;text-shadow:0 1px 16px #0009,0 0 4px #0000004d}.page-module__IZdLlq__pageContainerLifetime .page-module__IZdLlq__backLink{color:#fff;text-shadow:none;background:#ffffff26;border-color:#ffffff4d;box-shadow:0 2px 12px #0000001a}.page-module__IZdLlq__pageContainerLifetime .page-module__IZdLlq__backLink:hover{color:#fff;background:#ffffff40;border-color:#ffffff73}.page-module__IZdLlq__pageContainerLifetime .page-module__IZdLlq__stepIndicator{color:#fffc}.page-module__IZdLlq__pageContainerLifetime .page-module__IZdLlq__stepActive{color:#fff}.page-module__IZdLlq__pageContainerLifetime .page-module__IZdLlq__stepActive .page-module__IZdLlq__stepNumber{color:#fff;background:#ffffff40;border-color:#fff9}@media (max-width:600px){.page-module__IZdLlq__pageContainerLifetime:before{background-position:top;background-size:100%;height:clamp(280px,40vh,400px);-webkit-mask-image:linear-gradient(#000 40%,#0000 85%);mask-image:linear-gradient(#000 40%,#0000 85%)}.page-module__IZdLlq__pageContainerLifetime:after{background:linear-gradient(to bottom, rgba(var(--bg-primary-rgb), .05) 0%, rgba(var(--bg-primary-rgb), .3) 50%, rgba(var(--bg-primary-rgb), 1) 85%);height:clamp(280px,40vh,400px)}}.page-module__IZdLlq__aiBannerRetry{background:var(--bg-banner-warm);border:1px solid var(--color-gold);color:var(--text-secondary);border-radius:12px;align-items:center;gap:12px;margin:12px 0;padding:12px 16px;display:flex;}.page-module__IZdLlq__aiBannerRetryIcon{font-size:18px;line-height:1}.page-module__IZdLlq__aiBanner{background:var(--bg-secondary);color:var(--text-primary);box-shadow:var(--shadow-warm);border-radius:16px;flex-direction:column;gap:14px;margin:16px 0;padding:20px;display:flex}.page-module__IZdLlq__aiBannerDegraded{border:1px solid var(--color-orange)}.page-module__IZdLlq__aiBannerExhausted{border:1px solid var(--text-muted)}.page-module__IZdLlq__aiBannerRow{align-items:flex-start;gap:14px;display:flex}.page-module__IZdLlq__aiBannerIcon{font-size:28px;line-height:1}.page-module__IZdLlq__aiBannerContent{flex:1;min-width:0}.page-module__IZdLlq__aiBannerTitle{color:var(--text-accent);margin-bottom:6px;}.page-module__IZdLlq__aiBannerBody{color:var(--text-secondary);}.page-module__IZdLlq__aiBannerBodyStrong{color:var(--text-primary)}.page-module__IZdLlq__aiBannerButton{background:var(--color-red);color:var(--text-on-red);cursor:pointer;border:none;border-radius:12px;align-self:flex-start;padding:10px 20px;font-weight:600;}.page-module__IZdLlq__aiBannerButton:disabled{cursor:not-allowed;opacity:.6}.page-module__IZdLlq__aiBannerRefunded{background:var(--bg-secondary);border:1px solid var(--color-gold);box-shadow:var(--shadow-warm);color:var(--text-primary);border-radius:16px;margin:16px 0;padding:20px;position:relative}.page-module__IZdLlq__aiBannerCloseBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:4px;font-size:18px;line-height:1;position:absolute;top:12px;right:12px}
.page-module___lmESq__page{min-height:100vh;color:var(--text-primary);background:linear-gradient(#fff3e0 0%,#fffbf5 100%);padding:1.5rem 2rem 3rem}.page-module___lmESq__inner{max-width:900px;margin:0 auto}.page-module___lmESq__header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.page-module___lmESq__backLink{color:var(--text-secondary);cursor:pointer;border:1px solid var(--border-light);-webkit-backdrop-filter:blur(8px);background:#ffffffb3;border-radius:18px;align-items:center;gap:.4rem;height:36px;padding:.4rem 1rem .4rem .75rem;font-weight:500;text-decoration:none;transition:background .2s,box-shadow .2s,color .2s;display:inline-flex;box-shadow:0 2px 8px #0000000a;}.page-module___lmESq__backLink:hover{color:var(--text-accent);background:#ffffffe6;box-shadow:0 2px 12px #00000014}.page-module___lmESq__backLink svg{flex-shrink:0}.page-module___lmESq__headerTitle{color:var(--text-primary);font-size:1.3rem;line-height:1.4;font-family:var(--font-noto-serif-tc), serif;margin:0;font-weight:700}.page-module___lmESq__sectionLabel{color:var(--text-accent);border-left:3px solid var(--color-red);font-size:1.05rem;font-weight:700;line-height:1.4;font-family:var(--font-noto-serif-tc), serif;margin:0;padding-left:.75rem}.page-module___lmESq__actionsBar{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.page-module___lmESq__createBtn{background:var(--color-red);color:#fff;cursor:pointer;border:none;border-radius:20px;align-items:center;gap:.35rem;min-height:38px;padding:.5rem 1rem;font-weight:600;transition:all .2s;display:inline-flex;}.page-module___lmESq__createBtn:hover{opacity:.9;transform:translateY(-1px)}.page-module___lmESq__formSection{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-warm);margin-bottom:1.5rem;padding:1.5rem}.page-module___lmESq__formHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.page-module___lmESq__formTitle{color:var(--text-accent);}.page-module___lmESq__cancelBtn{border:1px solid var(--border-medium);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:16px;padding:.35rem .85rem;transition:all .2s;}.page-module___lmESq__cancelBtn:hover{color:var(--text-primary);border-color:var(--text-secondary)}.page-module___lmESq__profileGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.page-module___lmESq__loadingState{text-align:center;padding:4rem 2rem}.page-module___lmESq__spinner{border:3px solid rgba(var(--color-red-rgb), .15);border-top-color:var(--color-red);border-radius:50%;width:32px;height:32px;margin:0 auto 1rem;animation:.8s linear infinite page-module___lmESq__spin}@keyframes page-module___lmESq__spin{to{transform:rotate(360deg)}}.page-module___lmESq__loadingText{color:var(--text-secondary);}.page-module___lmESq__emptyState{text-align:center;background:var(--bg-card);border:1px dashed var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-warm);padding:3rem 2rem}.page-module___lmESq__emptyIcon{margin-bottom:.75rem;font-size:2.5rem;line-height:1}.page-module___lmESq__emptyTitle{color:var(--text-accent);margin-bottom:.5rem;}.page-module___lmESq__emptyText{color:var(--text-secondary);margin-bottom:1.25rem;}.page-module___lmESq__emptyBtn{background:var(--color-red);color:#fff;cursor:pointer;border:none;border-radius:20px;align-items:center;gap:.35rem;padding:.6rem 1.5rem;font-weight:600;transition:all .2s;display:inline-flex;}.page-module___lmESq__emptyBtn:hover{opacity:.9;transform:translateY(-1px)}.page-module___lmESq__notification{border-radius:var(--radius-sm);text-align:center;margin-bottom:1rem;padding:.65rem 1rem;}.page-module___lmESq__notificationError{color:#d32f2f;background:#f4433614;border:1px solid #f4433640;}.page-module___lmESq__notificationSuccess{color:#2e7d32;background:#4caf5014;border:1px solid #4caf5040;}@media (max-width:768px){.page-module___lmESq__page{padding:1rem 1rem 2rem}.page-module___lmESq__headerTitle{font-size:var(--t-section-size);line-height:var(--t-section-leading)}.page-module___lmESq__profileGrid{grid-template-columns:1fr}.page-module___lmESq__actionsBar{flex-wrap:wrap;gap:.5rem}}