:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-primary:#19d1ac;--color-primary-soft:#b9f1e6;--color-primary-subtle:#edfcf9;--color-primary-disabled:#b9f1e6;--color-accent-orange:#fe5d18;--color-accent-orange-soft:#fce4dc;--color-page:#f5f7f7;--color-page-plain:#fff;--color-page-alt:#fff;--color-nav:#fff;--color-surface:#fff;--color-surface-elevated:#fff;--color-surface-muted:#f6f6f6;--color-surface-subtle:#f5f5f5;--color-text-primary:#1f1f1f;--color-text-body:#333;--color-text-secondary:#666;--color-text-tertiary:#999;--color-text-on-primary:#fff;--color-text-accent-dark:#316661;--color-border:#f0f0f0;--color-border-strong:#ccc;--color-divider:#f8f9fd;--color-progress-track:#00000014;--color-overlay:#00000073;--color-toast-bg:#000000bf;--color-toast-text:#fff;--color-danger:#ff4d4f;--shadow-card:0 4px 16px #00000008;--shadow-card-pressed:0 2px 8px #00000005;--color-banner-start:#e9fbf4;--color-banner-middle:#daf6eb;--color-banner-end:#e2fbf2;--color-glass:#ffffff73;--color-glass-active:#ffffffa6;--color-glass-border:#fff;--image-overlay:transparent;--filter-toolbar-icon:none;--color-daily-label:#866d11;--color-daily-label-bg:#fff3;--safe-area-top:max(36px, env(safe-area-inset-top,0px))}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-primary:#19d1ac;--color-accent-orange:#ff6b57;--color-accent-orange-soft:#4a2c28;--color-page:#111;--color-page-plain:#111;--color-page-alt:#111;--color-nav:#1a1a1a;--color-surface:#202020;--color-surface-elevated:#202020;--color-surface-muted:#2a2a2a;--color-surface-subtle:#2a2a2a;--color-text-primary:#f2f2f2;--color-text-body:#d6d6d6;--color-text-secondary:#a8a8a8;--color-text-tertiary:#848484;--color-text-accent-dark:#8ed8cd;--color-border:#2c2c2c;--color-border-strong:#4a4a4a;--color-divider:#2c2c2c;--color-progress-track:#ffffff21;--color-overlay:#000000ad;--color-toast-bg:#f5f7f8eb;--color-toast-text:#17191b;--shadow-card:0 4px 18px #0000004d;--shadow-card-pressed:0 2px 8px #0000003d;--color-primary-soft:#355a53;--color-primary-subtle:#1c3a35;--color-primary-disabled:#355a53;--color-banner-start:#17352f;--color-banner-middle:#17302c;--color-banner-end:#142a26;--color-glass:#121d1ba6;--color-glass-active:#1c2b28d1;--color-glass-border:#8ed8cd4d;--image-overlay:#080c0c47;--filter-toolbar-icon:brightness(0) invert(1);--color-daily-label:#e8d68a;--color-daily-label-bg:#e8d68a1f}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}body,html,#root{width:100%;height:100%;margin:0;padding:0}body{background-color:var(--color-page);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}button,input{font-family:inherit}.app-popup-mask{z-index:1000;background:var(--color-overlay);overscroll-behavior:contain;align-items:flex-end;display:flex;position:fixed;inset:0}.app-popup-body{overscroll-behavior:contain;background:var(--color-surface-elevated);width:100%;max-height:90dvh;padding-bottom:env(safe-area-inset-bottom,0px);border-radius:16px 16px 0 0;outline:none;overflow-y:auto}.app-popup-mask-centered{justify-content:center;align-items:center;padding:24px}.privacy-dialog,.date-picker-panel{background:var(--color-surface-elevated);border-radius:12px;width:min(100%,360px)}.privacy-dialog{padding:24px 0 0}.privacy-dialog-confirm,.date-picker-confirm{border:0;border-top:1px solid var(--color-divider);background:var(--color-surface-elevated);width:100%;color:var(--color-primary);padding:14px;font-size:16px}.privacy-dialog-confirm{margin-top:20px}.date-picker-panel{padding:20px}.date-picker-header{justify-content:space-between;align-items:center;margin-bottom:20px;font-size:16px;font-weight:500;display:flex}.date-picker-header button{color:var(--color-text-secondary);background:0 0;border:0}.date-picker-panel input[type=date]{border:1px solid var(--color-divider);background:var(--color-surface);width:100%;min-height:44px;color:var(--color-text-primary);font:inherit;border-radius:8px;margin-bottom:16px;padding:0 12px}.app-toast{z-index:2000;background:var(--color-toast-bg);max-width:min(80vw,360px);color:var(--color-toast-text);text-align:center;overflow-wrap:anywhere;pointer-events:none;border-radius:8px;padding:12px 16px;font-size:14px;line-height:1.5;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.app-nav-bar{z-index:100;width:100%;padding-top:var(--safe-area-top);box-sizing:border-box;background-color:var(--color-nav);position:relative;top:0;left:0;right:0}.app-nav-bar.transparent{background-color:#0000}.app-nav-bar.with-border{border-bottom:1px solid var(--color-divider)}.app-nav-bar-inner{box-sizing:border-box;justify-content:space-between;align-items:center;height:44px;padding:0 16px;display:flex;position:relative}.app-nav-bar-side{z-index:2;align-items:center;min-width:24px;height:44px;display:flex}.app-nav-bar-icon-btn,.app-nav-bar-placeholder{cursor:pointer;justify-content:center;align-items:center;width:24px;height:44px;display:flex}.app-nav-bar-icon-btn img{object-fit:contain;width:20px;height:20px;filter:var(--filter-toolbar-icon);display:block}.app-nav-bar-title{color:var(--color-text-primary);white-space:nowrap;text-align:center;text-overflow:ellipsis;pointer-events:none;max-width:60%;font-size:18px;font-weight:600;line-height:44px;position:absolute;left:50%;overflow:hidden;transform:translate(-50%)}.app-action-btn{box-sizing:border-box;cursor:pointer;justify-content:center;align-items:center;width:100%;height:48px;margin-bottom:16px;padding:12px 0;font-size:14px;font-weight:500;display:flex;background-color:var(--color-primary)!important;color:var(--color-text-on-primary)!important;border:none!important;border-radius:32px!important}.app-action-btn>span{white-space:nowrap;justify-content:center;align-items:center;display:flex}.app-action-btn:active{opacity:.9}.app-action-btn[disabled]{opacity:.5;cursor:not-allowed}.app-action-btn-icon{object-fit:contain;flex-shrink:0;width:14px;height:14px;margin-right:6px;display:block}.privacy-dialog-content{text-align:center;padding:0 20px}.privacy-dialog-title{color:#1f1f1f;margin:0 0 16px;font-size:18px;font-weight:500}.privacy-dialog-desc{color:#333;text-align:justify;margin:0;font-size:14px;line-height:1.6}.privacy-dialog-confirm{color:#19d1ac;font-size:16px}.unlock-popup-container-body{min-height:50vh}.unlock-popup-container{text-align:center;background-color:#fff;border-top-left-radius:16px;border-top-right-radius:16px;padding:24px 24px 20px}.unlock-popup-title{color:#1f1f1f;margin:0 0 8px;font-size:18px;font-weight:500}.unlock-popup-subtitle{color:#666;margin:0 0 16px;font-size:13px}.unlock-popup-card{text-align:left;background:#19d1ac0f;border:1px solid #e8f9ef;border-radius:12px;margin-bottom:24px;padding:20px;position:relative;overflow:hidden}.unlock-popup-card-bg{pointer-events:none;width:120px;max-width:100%;display:block;position:absolute;bottom:0;right:0}.unlock-features-list{z-index:2;margin:0;padding:0;list-style:none;position:relative}.unlock-features-list li{color:#333;align-items:center;margin-bottom:12px;font-size:14px;display:flex}.unlock-features-list li:last-child{margin-bottom:0}.unlock-feature-icon-img{object-fit:contain;width:16px;height:16px;margin-right:8px}.unlock-popup-btn{background-color:#19d1ac;border-radius:32px;justify-content:center;align-items:center;width:100%;height:48px;margin-bottom:16px;padding:12px 0;font-size:14px;font-weight:500;display:flex;color:#fff!important;border:none!important}.unlock-btn-icon-img{object-fit:contain;width:14px;height:14px;margin-right:6px}.unlock-popup-cancel{color:#666;cursor:pointer;padding:8px;font-size:14px}.insufficient-popup-container-body{min-height:40vh}.insufficient-popup-container{text-align:center;background-color:#fff;border-top-left-radius:16px;border-top-right-radius:16px;padding:24px 20px 20px}.insufficient-popup-title{color:#1f1f1f;margin:0 0 16px;font-size:18px;font-weight:500}.insufficient-popup-card{text-align:left;background-color:#19d1ac0f;border-radius:12px;margin-bottom:24px;padding:16px;position:relative;overflow:hidden}.insufficient-popup-desc{color:#333;z-index:2;margin:0;font-size:14px;line-height:1.6;position:relative}.insufficient-popup-bg-icon{z-index:1;pointer-events:none;line-height:0;position:absolute;bottom:0;right:0}.insufficient-popup-info-img{object-fit:contain;width:90px;height:auto;display:block}.insufficient-popup-btn{background-color:#19d1ac;width:100%;height:48px;margin-bottom:16px;font-size:14px;font-weight:500;color:#fff!important;border:none!important;border-radius:24px!important}.insufficient-popup-cancel{color:#666;cursor:pointer;padding:8px;font-size:14px}.scope-popup-container{background-color:#fff;border-top-left-radius:16px;border-top-right-radius:16px;flex-direction:column;padding:24px 16px 20px;display:flex}.scope-popup-header{text-align:center;margin-bottom:20px}.scope-popup-title{color:#1f1f1f;margin:0 0 8px;font-size:18px;font-weight:500}.scope-popup-subtitle{color:#666;margin:0;font-size:12px}.scope-list{flex-direction:column;gap:12px;margin-bottom:16px;display:flex}.scope-item{cursor:pointer;background-color:#f6f6f6;border-radius:12px;justify-content:space-between;align-items:center;padding:16px;display:flex}.scope-item.active{background-color:#19d1ac14}.scope-item.custom-scope-item{margin-bottom:0}.scope-item.custom-scope-item.active{background:#e8fbf8}.scope-item-content{flex:1}.scope-item-title{color:#1f1f1f;align-items:center;margin-bottom:4px;font-size:16px;font-weight:500;display:flex}.scope-tag-recommend{color:#19d1ac;background-color:#e8faf7;border-radius:4px;margin-left:8px;padding:2px 6px;font-size:10px;font-weight:400}.scope-item-desc{color:#666;font-size:12px}.scope-radio{background-color:#fff;border:1.5px solid #ccc;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.scope-item.active .scope-radio{background:#1bcfb0;border-color:#1bcfb0}.scope-radio-inner{background:0 0;border-bottom:2px solid #fff;border-left:2px solid #fff;border-radius:0;width:11px;height:6px;margin-top:-2px;transform:rotate(-45deg)}.scope-radio.custom-radio{color:var(--color-primary);border:none}.custom-date-picker{box-sizing:border-box;background:#e8fbf8;border-radius:12px;justify-content:space-between;align-items:center;padding:16px;display:flex}.date-box{box-sizing:border-box;color:#1f1f1f;background:#fff;border-radius:8px;flex:1;justify-content:space-between;align-items:center;height:44px;padding:0 12px;font-size:14px;display:flex}.date-separator{color:#1f1f1f;padding:0 12px;font-size:14px}.scope-popup-footer{margin-top:auto}.scope-submit-btn{background-color:var(--color-primary);width:100%;height:48px;margin-top:12px;font-size:14px;font-weight:500;color:var(--color-text-on-primary)!important;border:none!important;border-radius:24px!important}.privacy-dialog-title,.unlock-popup-title,.insufficient-popup-title,.scope-popup-title,.scope-item-title,.date-box,.date-separator{color:var(--color-text-primary)}.unlock-popup-subtitle,.unlock-popup-cancel,.insufficient-popup-cancel,.scope-popup-subtitle,.scope-item-desc{color:var(--color-text-secondary)}.privacy-dialog-desc,.unlock-features-list li,.insufficient-popup-desc{color:var(--color-text-body)}.unlock-popup-container,.insufficient-popup-container,.scope-popup-container,.date-box{background:var(--color-surface)}.scope-tag-recommend{color:var(--color-primary);background:var(--color-primary-soft)}.unlock-popup-card,.insufficient-popup-card,.scope-item.active{background:var(--color-primary-subtle);border-color:var(--color-primary-soft)}.scope-item{background:var(--color-surface-muted)}.scope-item.custom-scope-item.active,.custom-date-picker{background:var(--color-primary-soft)}.scope-radio{border-color:var(--color-border-strong);background:var(--color-surface)}.scope-item.active .scope-radio{border-color:var(--color-primary);background:var(--color-primary)}.scope-radio-inner{border-color:var(--color-text-on-primary)}:root[data-theme=dark] .unlock-popup-card-bg,:root[data-theme=dark] .insufficient-popup-info-img{opacity:.65}.ai-home-container{background-color:var(--color-page);min-height:100vh;position:relative}.ai-home-navbar{z-index:10;position:absolute;top:0;left:0;right:0}.ai-home-header-icon{cursor:pointer;justify-content:center;align-items:center;width:24px;height:44px;display:flex}.ai-home-header-icon img{object-fit:contain;width:20px;height:20px;filter:var(--filter-toolbar-icon)}.ai-home-banner{min-height:calc(var(--safe-area-top) + 44px + 170px);background:linear-gradient(135deg,#e9fbf4 0%,#daf6eb 40%,#e2fbf2 100%);justify-content:space-between;align-items:flex-start;padding:0;display:flex;position:relative;overflow:hidden}.ai-home-banner-image{object-fit:cover;object-position:center;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.ai-home-banner-chart{object-fit:contain;z-index:2;pointer-events:none;width:132px;height:auto;position:absolute;bottom:42px;right:8px}.ai-home-banner-left{z-index:2;padding:calc(var(--safe-area-top) + 44px + 12px) 24px 28px;flex:1;position:relative}.ai-home-title-box{align-items:center;margin:0 0 16px;display:flex}.ai-home-title-img{object-fit:contain;width:auto;height:26px}.ai-home-scope{color:#316661;margin-bottom:12px;font-size:12px;font-weight:400}.ai-home-scope-pill{-webkit-backdrop-filter:blur(10px);cursor:pointer;background:#ffffff73;border:1px solid #fff;border-radius:20px;align-items:center;padding:5px 14px;transition:opacity .2s,background-color .2s;display:inline-flex}.ai-home-scope-pill-text{color:#316661;letter-spacing:.3px;margin-right:8px;font-size:13px}.ai-home-scope-pill-action{color:#316661;font-size:12px}.ai-home-content{z-index:3;padding:0 16px;position:relative}.ai-home-loading{color:var(--color-text-tertiary);text-align:center;padding:20px}.ai-home-section-header{z-index:3;justify-content:space-between;align-items:baseline;padding:0 16px;display:flex;position:absolute;bottom:16px;left:0;right:0}.ai-home-section-title{color:#1f1f1f;letter-spacing:-.2px;font-size:18px;font-weight:500}.ai-home-section-desc{color:#666;font-size:12px}.ai-home-card{cursor:pointer;background:#fff;border-radius:12px;align-items:center;margin-bottom:12px;padding:22px 16px;transition:transform .1s,box-shadow .1s;display:flex;position:relative;box-shadow:0 4px 16px #00000008}.ai-home-card:active{transform:scale(.99);box-shadow:0 2px 8px #00000005}.ai-home-card-recommend{background:linear-gradient(90deg, var(--color-primary), #4de5ed);color:var(--color-text-on-primary);border-radius:0 12px 0 8px;padding:3px 9px;font-size:12px;line-height:18px;position:absolute;top:0;right:0}:root[data-theme=dark] .ai-home-card-recommend{color:var(--color-text-primary);background:linear-gradient(92deg,#079276 -12.05%,#047f8c 114.73%)}.ai-home-card-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-right:12px;display:flex;overflow:hidden}.ai-home-card-icon-img{object-fit:contain;width:100%;height:100%}.ai-home-card-info{flex:1}.ai-home-card-header{flex-wrap:wrap;align-items:center;gap:4px;margin-bottom:4px;display:flex}.ai-home-card-title{color:#1f1f1f;font-size:16px;font-weight:600}.ai-home-card-tag{color:#19d1ac;background:#e8faf7;border-radius:4px;padding:2px;font-size:10px;font-weight:500}.ai-home-card-desc{color:#666;-webkit-box-orient:vertical;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.ai-home-banner{background:linear-gradient(135deg, var(--color-banner-start) 0%, var(--color-banner-middle) 40%, var(--color-banner-end) 100%)}.ai-home-banner-image{opacity:var(--theme-image-opacity,1)}.ai-home-scope,.ai-home-scope-pill-text,.ai-home-scope-pill-action{color:var(--color-text-accent-dark)}.ai-home-scope-pill{background:var(--color-glass);border-color:var(--color-glass-border)}.ai-home-scope-pill:active{background:var(--color-glass-active)}.ai-home-section-title,.ai-home-card-title{color:var(--color-text-primary)}.ai-home-section-desc,.ai-home-card-desc{color:var(--color-text-secondary)}.ai-home-card{background:var(--color-surface);box-shadow:var(--shadow-card)}.ai-home-card:active{box-shadow:var(--shadow-card-pressed)}.ai-home-card-tag{color:var(--color-primary);background:var(--color-primary-soft)}:root[data-theme=dark] .ai-home-banner-image{content:url(/assets/banner_dark-B_HrKaeR.png)}:root[data-theme=dark] .ai-home-banner-chart{content:url(/assets/chart_dark-DVYlOWSy.png)}:root[data-theme=dark] .ai-home-title-img{content:url(/assets/ai_analysis_dark-xprV7ZEc.png)}.history-container{background-color:var(--color-page);flex-direction:column;min-height:100vh;display:flex}.history-container .app-nav-bar{z-index:100;position:sticky;top:0}.history-list{flex-direction:column;flex:1;gap:8px;padding:16px;display:flex}.history-status{color:var(--color-text-tertiary);text-align:center;padding:20px}.history-card{background-color:var(--color-surface);box-shadow:var(--shadow-card);cursor:pointer;border-radius:16px;align-items:center;padding:16px;transition:transform .1s;display:flex}.history-card:active{transform:scale(.98)}.history-card-icon{flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-right:12px;display:flex}.history-card-icon img{object-fit:contain;width:100%;height:100%}.history-card-content{flex:1}.history-card-header{align-items:center;margin-bottom:6px;display:flex}.history-card-title{color:var(--color-text-primary);margin-right:8px;font-size:16px;font-weight:500}.history-card-date{color:var(--color-text-tertiary);font-size:12px}.history-card-desc{color:var(--color-text-secondary);font-size:12px;line-height:1.5}.questionnaire-container{background:var(--color-page);flex-direction:column;min-height:100vh;display:flex}.questionnaire-loading{color:var(--color-text-tertiary);justify-content:center;align-items:center}.questionnaire-empty{align-items:center;padding-top:100px}.questionnaire-empty-text{color:var(--color-text-tertiary);margin-bottom:20px}.questionnaire-empty-button{flex:none;width:160px}.questionnaire-skip-button{height:44px;color:var(--color-primary);cursor:pointer;background:0 0;border:0;padding:0;font-size:14px}.questionnaire-content{padding:24px 24px 0}.questionnaire-tips{color:var(--color-text-primary);font-size:16px;font-weight:600;line-height:24px}.questionnaire-tips-sub{color:var(--color-text-secondary);margin-top:4px;font-size:13px;font-weight:400;line-height:20px;display:block}.questionnaire-progress-area{margin-top:16px;margin-bottom:16px}.questionnaire-progress-text{color:var(--color-text-accent-dark);justify-content:space-between;margin-bottom:4px;font-size:12px;line-height:18px;display:flex}.questionnaire-progress-bar-bg{background:var(--color-progress-track);border-radius:5px;width:100%;height:8px;overflow:hidden}.questionnaire-progress-bar-fill{width:var(--progress-width);background:var(--color-primary);border-radius:5px;height:100%;transition:width .3s}.questionnaire-question-card{background:var(--color-surface);border-radius:12px;padding:16px}.questionnaire-question-title{color:var(--color-text-primary);margin:0 0 16px;font-size:16px;font-weight:600;line-height:26px}.questionnaire-options{flex-direction:column;gap:8px;display:flex}.questionnaire-option{box-sizing:border-box;background:var(--color-surface-muted);cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:center;min-height:61px;padding:16px;display:flex}.questionnaire-option.selected{border-color:var(--color-primary);background:var(--color-primary-subtle)}.questionnaire-option-radio{border:1.5px solid var(--color-border-strong);background-color:var(--color-surface);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-right:11px;display:flex}.questionnaire-option-radio.selected{border-color:var(--color-primary);background:var(--color-primary)}.questionnaire-option-text{color:var(--color-text-body);font-size:14px;line-height:21px}.questionnaire-actions{gap:14px;margin-top:26px;display:flex}.questionnaire-btn{cursor:pointer;border:0;border-radius:24px;flex:1;height:48px;font-size:16px;font-weight:500}.questionnaire-btn.btn-secondary{color:var(--color-text-body);background:var(--color-surface-muted)}.questionnaire-btn.btn-primary{color:var(--color-text-on-primary);background:var(--color-primary-disabled)}.questionnaire-btn.btn-primary:not(.disabled){background:var(--color-primary)}.questionnaire-btn:disabled{cursor:not-allowed}.questionnaire-footer{padding:0 26px calc(28px + env(safe-area-inset-bottom));margin-top:16px}.questionnaire-footer-desc{color:var(--color-text-tertiary);text-align:center;font-size:12px;line-height:20px}.analyzing-container{background:var(--color-page);flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.analyzing-banner-image{width:100%;height:calc(var(--safe-area-top) + 44px + 170px);object-fit:cover;object-position:center;z-index:0;opacity:var(--theme-image-opacity,1);position:absolute;top:0;left:0}:root[data-theme=dark] .analyzing-banner-image{content:url(/assets/banner_dark-B_HrKaeR.png)}.analyzing-content{z-index:1;flex-direction:column;flex:1;align-items:center;padding:16px 24px;display:flex;position:relative}.analyzing-date-info{color:var(--color-text-accent-dark);margin-bottom:24px;font-size:12px;line-height:18px}.analyzing-illustration{width:220px;height:220px;margin-bottom:24px}.analyzing-lottie-container{width:100%;height:100%}.analyzing-status-title{color:var(--color-text-primary);text-align:center;margin:0 0 8px;font-size:18px;font-weight:600;line-height:28px}.analyzing-status-desc{color:var(--color-text-body);text-align:center;margin:0 0 16px;font-size:12px;line-height:20px}.analyzing-progress-bar{background:var(--color-progress-track);border-radius:5px;width:100%;height:8px;overflow:hidden}.analyzing-progress-fill{width:var(--progress-width);border-radius:inherit;background:var(--color-primary);height:100%;transition:width .35s}.analyzing-steps{flex-direction:column;gap:16px;width:100%;margin-top:35px;display:flex}.analyzing-step-item{align-items:center;min-height:22px;display:flex}.analyzing-step-icon{box-sizing:border-box;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-right:11px;display:flex}.analyzing-step-item.completed .analyzing-step-icon{background:var(--color-primary)}.analyzing-step-item.current .analyzing-step-icon{border:1.5px solid var(--color-primary)}.analyzing-step-item.pending .analyzing-step-icon{border:1.5px solid var(--color-border-strong);background-color:var(--color-surface)}.current-dot{background:var(--color-primary);border-radius:50%;width:8px;height:8px}.pending-dot{display:none}.analyzing-step-text{color:var(--color-text-body);flex:1;font-size:14px;line-height:22px}.analyzing-step-item.current .analyzing-step-text{color:var(--color-text-body)}.analyzing-step-status-text,.analyzing-step-status-text.highlight{color:var(--color-primary);font-size:14px;line-height:22px}.analyzing-bottom-tips{padding-bottom:calc(28px + env(safe-area-inset-bottom));color:var(--color-text-tertiary);margin-top:16px;font-size:12px;line-height:20px}.report-container{flex-direction:column;min-height:100vh;display:flex}.report-status{color:var(--color-text-tertiary);justify-content:center;align-items:center}.report-container .app-nav-bar{z-index:100;transition:background-color .2s;position:sticky;top:0}.report-container .app-nav-bar.report-nav-scrolled{background-color:var(--color-nav)}.report-theme-uncertain .report-insight-card{margin-left:-8px;margin-right:-8px}.report-theme-uncertain .report-greeting{margin-bottom:24px}.report-theme-daily .report-content{padding:0 16px 16px}.report-theme-daily .report-insight-card{margin-top:0}.report-header-share{cursor:pointer;justify-content:center;align-items:center;width:24px;height:44px;display:flex}.report-header-share img{object-fit:contain;width:24px;height:24px;filter:var(--filter-toolbar-icon)}.report-content{padding:16px 24px}.report-disclaimer{color:#316661b2;margin:12px 0 0;font-size:11px;line-height:20px}.report-intro{color:#999;margin-bottom:16px;font-size:12px;line-height:20px}.report-insight-card{background:#fff;border-radius:16px;margin-top:20px;padding:16px}.report-date-tag-wrapper{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.report-date-tag{color:#19d1ac;align-items:center;font-size:12px;display:inline-flex}.tag-icon{color:#1cd4b3;background:#e6fbf6;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;margin-right:8px;font-size:14px;line-height:1;display:inline-flex}.tag-date{color:#999;font-size:12px}.report-section{margin-bottom:16px}.report-greeting{color:#1f1f1f;margin:0 0 16px;font-size:24px;font-weight:500}.report-paragraph{letter-spacing:0;color:#1f1f1f;margin:0 0 12px;font-size:15px;line-height:26px}.report-paragraph-secondary{color:var(--color-text-secondary)}.report-intro,.report-disclaimer,.report-paragraph{text-align:justify;text-align-last:left}.report-html h1,.report-html h2,.report-html h3,.report-html h4,.report-html h5,.report-html h6{text-align:left}.report-section-title{color:#333;margin:0 0 16px;font-size:16px;font-weight:500}.moment-popup{background:#fff;border-radius:16px 16px 0 0;width:100%}.moment-popup-content{padding:24px 16px}.moment-popup-title{color:#1f1f1f;text-align:center;margin:0 auto;font-size:18px;font-weight:500}.moment-popup-subtitle{color:#666;text-align:center;margin:8px 0 16px;font-size:12px}.moment-popup-card{background:#f6f6f6;border-radius:8px;padding:16px}.moment-title{color:#1f1f1f;font-size:16px;font-weight:500}.moment-content{color:#333;margin:4px 0 8px;font-size:14px;line-height:22px;display:-webkit-box;overflow:hidden}.moment-time{color:#999;font-size:12px}.moment-popup-loading{color:#999;text-align:center;padding:48px 0}.moment-popup-open,.moment-popup-close{width:100%;font:inherit;background:0 0;border:0;display:block}.moment-popup-open{color:#fff;background:#19d1ac;border-radius:999px;margin-top:24px;padding:12px;font-size:14px}.moment-popup-close{color:#666;margin-top:16px;font-size:14px}.report-html{overflow-wrap:anywhere;letter-spacing:0}.report-html span[data-moment-id]{box-sizing:border-box;color:#19d1ac;letter-spacing:0;text-align:left;vertical-align:middle;background:#edfcf9;border-radius:999px;align-items:center;gap:4px;max-width:100%;padding:2px 8px;font-size:14px;font-weight:400;line-height:24px;display:inline-flex}.report-html span[data-moment-id]:after{content:"";background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAoZJREFUeAHtl0FrE0EYht+ZlEBtwSqWtqnavXhQIcmCF724uXkStKbiqXjw3Ib+gNIfIMndU08ireTsqdGDp8ImIiiIsFoxkYrEYiyk3Rln1kKz253d2Tallz6wsJnv23lfZuabmQCnnDAkSfK4vWJRCosTkgNHXjQZeyFH/HZEew2MLrfMe45un1oGpDBJkUUhYunki7zaLmelTXOmHpcaa2CysVphwBwOAyGVZna6FJmiCozY1ZFB6q6J1zyOBK9vsz+Ftvm4HRalqs/6Iy4h+UE6vKaKhhqQw94f8X0TE+9elkMjwYZJu5pn1LVxDHDGCy2zWOttOzACLOWWocGl9BA+Xr+LpUwWuhAiKimAz8C4XTV0S+232xXPDp5cuILyxRvQgsCSJa00AMpmocmWEH/w+Q02un/x8PyUvglKbysNEMItJGBjp5PYBOc8rzQght9AQpKaoMRfXQOBuBH20c2hUdH5ZUQa6XbEwjzjmZCUvq2rUo0oA6HITmfOTUEXmb/YbHjrJI6gAQcho/C09QEvfjmIQlbDnbMZ733u63qUuKM0IOq0LhaJEfxCzrN8VCyMXfOJr7S/KHM59xvwLUJGEHt8hokvjF3VEveQdwaVAeyy1zhOcQnrLisNePs0QQ0a3BoeTSwuhr/WMh85vW0HqoC7fIlQYiGG99ttPNv8hLedn3i19R06sAE6H2wLvZBMNOTRyefRRxh45UeuWNIyIMk0Vm3etzsBrzdzRTMsorwRpVmqINwlroowcXklU0VjL6VHmQ7VsPdCEUMzN12ijJlcszokcrVzQq04cUnCPybPDdD0LOSxLU5Osrdti7Xi/N9FxZSJjaaVvZ9oPznlRPkHnuwDT/HGCnEAAAAASUVORK5CYII=) 50%/contain no-repeat;flex-shrink:0;align-self:center;width:16px;height:16px}.report-html p{margin:0 0 12px}.report-html h1,.report-html h2,.report-html h3,.report-html h4,.report-html h5,.report-html h6{color:#333;margin:0 0 16px;font-size:16px;font-weight:500}.report-html ul{margin:0;padding:0;list-style:none}.report-html ol{margin:0;padding-left:24px}.report-html li{margin-bottom:12px}.report-html ul>li{padding-left:20px;position:relative}.report-html ul>li:before{content:"";background-color:#1fc994;border-radius:50%;width:6px;height:6px;position:absolute;top:9px;left:3px;box-shadow:0 0 0 3px #e6fbf6}.report-html li>:last-child{margin-bottom:0}.report-list{margin:0;padding:0;list-style:none}.report-list-item{color:#666;margin-bottom:12px;padding-left:16px;font-size:14px;line-height:1.6;position:relative}.report-list-item:before{content:"";background-color:var(--color-primary);border-radius:50%;width:6px;height:6px;position:absolute;top:8px;left:0}.report-theme-uncertain .report-html h1,.report-theme-uncertain .report-html h2,.report-theme-uncertain .report-html h3,.report-theme-uncertain .report-html h4,.report-theme-uncertain .report-html h5,.report-theme-uncertain .report-html h6,.report-disclaimer{color:var(--color-text-accent-dark)}.report-intro,.tag-date,.moment-time,.moment-popup-loading{color:var(--color-text-tertiary)}.report-insight-card,.moment-popup{background:var(--color-surface)}.report-date-tag,.tag-icon,.report-html span[data-moment-id]{color:var(--color-primary)}.tag-icon,.report-html span[data-moment-id]{background:var(--color-primary-subtle)}.report-greeting,.report-paragraph,.moment-popup-title,.moment-title{color:var(--color-text-primary)}.report-section-title,.moment-content,.report-html h1,.report-html h2,.report-html h3,.report-html h4,.report-html h5,.report-html h6{color:var(--color-text-body)}.moment-popup-subtitle,.moment-popup-close,.report-list-item,.report-paragraph-secondary{color:var(--color-text-secondary)}.moment-popup-card{background:var(--color-surface-muted)}.moment-popup-open{background:var(--color-primary);color:var(--color-text-on-primary)}.report-html ul>li:before{background-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-soft)}.report-container{--report-gradient-start:#e1f8f4;--report-gradient-middle:#eafffb;--report-gradient-end:var(--color-page-alt);background:linear-gradient(180deg, var(--report-gradient-start) 0, var(--report-gradient-middle) 320px, var(--report-gradient-end) 380px)}.report-theme-uncertain{--report-gradient-start:#e8fbf7;--report-gradient-middle:#e8fbf7;--report-gradient-end:#f5f7f7}.report-theme-uncertain .report-type-title{white-space:nowrap;font-size:clamp(26px,10.67vw,40px)}.report-theme-uncertain .report-type-subtitle{white-space:nowrap;font-size:clamp(11px,3.73vw,14px)}.report-theme-uncertain .report-hero-left{flex:0 0 54%;padding-right:0}.report-theme-uncertain .report-hero-right{width:160px;right:-8px}.report-theme-uncertain .report-mascot-image{width:160px;max-width:100%;height:180px}.report-theme-enfp,.report-theme-infp,.report-theme-infj,.report-theme-enfj{--report-gradient-start:#e8fbf7;--report-gradient-middle:#e8fbf7;--report-gradient-end:#f5f7f7}.report-theme-istp,.report-theme-isfp,.report-theme-estp,.report-theme-esfp{--report-gradient-start:#fff4e2;--report-gradient-middle:#fff4e2;--report-gradient-end:#f5f7f7}.report-theme-istj,.report-theme-isfj,.report-theme-estj,.report-theme-esfj{--report-gradient-start:#d8f5fe;--report-gradient-middle:#d8f5fe;--report-gradient-end:#f5f7f7}.report-theme-intj,.report-theme-intp,.report-theme-entj,.report-theme-entp{--report-gradient-start:#dfdff8;--report-gradient-middle:#dfdff8;--report-gradient-end:#f5f7f7}.report-theme-daily{background-color:var(--color-page);background-position:top;background-repeat:no-repeat;background-size:100% calc(352px + var(--safe-area-top))}.report-theme-daily-2{background-image:url(/assets/daily_positive_bg-CSjx7P6a.png)}.report-theme-daily-3{background-image:url(/assets/daily_insight_bg-glvyySAJ.png)}.report-theme-daily .report-daily-banner{flex-direction:column;justify-content:flex-end;align-items:flex-start;height:230px;padding:0 8px 20px;display:flex}.report-theme-daily .report-daily-label{background:var(--color-daily-label-bg);color:var(--color-daily-label);border-radius:6px;margin-bottom:12px;padding:3px 8px;font-size:11px}.report-theme-daily .report-daily-title{color:#1f1f1f;margin-bottom:8px;margin-right:35%;font-size:26px;font-weight:600;line-height:38px}.report-theme-daily .report-daily-meta{color:#999;font-size:12px}.report-hero{justify-content:space-between;align-items:flex-end;margin-bottom:24px;display:flex;position:relative}.report-hero-left{z-index:1;flex:1;min-width:0;padding-right:140px}.report-type-title{color:#000;letter-spacing:-1px;margin:0 0 4px;font-size:48px;font-weight:600}.report-type-desc{flex-wrap:wrap;align-items:center;margin-bottom:24px;display:flex}.report-type-name{color:#333;margin-right:4px;font-size:14px;font-weight:500}.report-type-subtitle{color:#333;word-break:break-word;white-space:normal;font-size:14px;line-height:1.4}.report-dimensions{gap:4px;margin:0;display:flex}.report-dim-item{box-sizing:border-box;background:linear-gradient(#fff6 1.79%,#fffc 100%);border:1px solid #fff;border-radius:5px;flex-direction:column;justify-content:center;align-items:center;width:40px;height:56px;display:flex}.report-dim-code{color:#333;font-size:16px;font-weight:500;line-height:28px}.report-dim-label{color:#999;white-space:nowrap;margin-top:2px;font-size:12px;line-height:20px}.report-hero-right{pointer-events:none;justify-content:flex-end;align-items:flex-end;width:160px;height:160px;display:flex;position:absolute;bottom:-20px;right:-8px}.report-mascot-image{object-fit:contain;object-position:right bottom;width:160px;height:180px}.report-type-title,.report-theme-daily .report-daily-title{color:var(--color-text-primary)}.report-type-name,.report-type-subtitle,.report-dim-code{color:var(--color-text-body)}.report-theme-daily .report-daily-meta,.report-dim-label{color:var(--color-text-tertiary)}:root[data-theme=dark] .report-dim-item{border-color:var(--color-glass-border);background:linear-gradient(#2a2a2a66 1.79%,#2a2a2acc 100%)}:root[data-theme=dark] .report-container,:root[data-theme=dark] .report-theme-enfp,:root[data-theme=dark] .report-theme-infp,:root[data-theme=dark] .report-theme-infj,:root[data-theme=dark] .report-theme-enfj{--report-gradient-start:#1c3a35;--report-gradient-middle:#1c3a35;--report-gradient-end:#111}:root[data-theme=dark] .report-theme-istp,:root[data-theme=dark] .report-theme-isfp,:root[data-theme=dark] .report-theme-estp,:root[data-theme=dark] .report-theme-esfp{--report-gradient-start:#3d321e;--report-gradient-middle:#3d321e;--report-gradient-end:#111}:root[data-theme=dark] .report-theme-istj,:root[data-theme=dark] .report-theme-isfj,:root[data-theme=dark] .report-theme-estj,:root[data-theme=dark] .report-theme-esfj{--report-gradient-start:#193440;--report-gradient-middle:#193440;--report-gradient-end:#111}:root[data-theme=dark] .report-theme-intj,:root[data-theme=dark] .report-theme-intp,:root[data-theme=dark] .report-theme-entj,:root[data-theme=dark] .report-theme-entp{--report-gradient-start:#30263f;--report-gradient-middle:#30263f;--report-gradient-end:#111}:root[data-theme=dark] .report-theme-daily{background-color:var(--color-page-alt)}:root[data-theme=dark] .report-theme-daily-2{background-image:url(/assets/daily_positive_bg_dark-DsNvR7tb.png)}:root[data-theme=dark] .report-theme-daily-3{background-image:url(/assets/daily_insight_bg_dark-BTFkbYPo.png)}:root[data-theme=dark] .report-mascot-image{opacity:.82}.join-group-page{background:var(--color-page-plain);min-height:100vh;color:var(--color-text-body);margin:0 auto;position:relative}:root[data-theme=dark] .join-group-page{background:linear-gradient(#122724 0%,#0e1715 100%)}.join-group-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.join-group-hero{height:calc(194px + var(--safe-area-top));position:relative;overflow:hidden}.join-group-hero-image{z-index:1;object-fit:cover;object-position:center bottom;width:100%;height:100%;position:absolute;inset:0}.join-group-benefits{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:30px;padding:28px 6px 0;display:grid}.join-group-benefit{text-align:center}.join-group-benefit img{object-fit:contain;width:64px;height:64px;margin:0 auto 12px;display:block}.join-group-benefit h2{color:var(--color-text-body);white-space:nowrap;margin:0;font-size:12px;font-weight:400;line-height:18px}.join-group-qr-section{justify-items:center;margin-bottom:20px;display:grid}.join-group-qr-image{object-fit:contain;-webkit-user-select:auto;user-select:auto;width:132px;height:132px;display:block}.join-group-qr-tip{color:var(--color-text-tertiary);text-align:center;margin:16px 12px 0;font-size:11px;line-height:16px}.join-group-reward{width:264px;max-width:calc(100% - 40px);height:32px;margin:0 auto}.join-group-reward img{object-fit:contain;width:100%;height:100%;display:block}.join-group-save{left:50%;bottom:max(36px, env(safe-area-inset-bottom,0px));z-index:20;appearance:none;background:var(--color-primary);width:calc(100% - 40px);max-width:710px;height:44px;color:var(--color-text-on-primary);font:inherit;cursor:pointer;border:0;border-radius:999px;place-items:center;padding:0;font-size:14px;font-weight:600;line-height:20px;display:grid;position:fixed;transform:translate(-50%)}.join-group-save:active{transform:translate(-50%)scale(.98)}.join-group-save:focus-visible{outline:2px solid var(--color-primary-soft);outline-offset:4px}.app-nav-bar.join-group-nav{background:0 0;position:absolute;top:0;left:0;right:0}:root[data-theme=dark] .join-group-hero-image{content:url(/assets/bg_dark-CWyfcHSb.png)}:root[data-theme=dark] .join-group-benefit:first-child img{content:url(/assets/gift_dark-CYMM47F2.png)}:root[data-theme=dark] .join-group-benefit:nth-child(2) img{content:url(/assets/needs_dark-DMUyMmK4.png)}:root[data-theme=dark] .join-group-benefit:nth-child(3) img{content:url(/assets/face2face_dark-Brhl98Qz.png)}:root[data-theme=dark] .join-group-qr-image{content:url(/assets/qrcode_dark-BqB3El9b.png)}:root[data-theme=dark] .join-group-reward img{content:url(/assets/tip_dark-BfgeDIeH.png)}
