:root{--adm-radius-s:4px;--adm-radius-m:8px;--adm-radius-l:12px;--adm-font-size-1:9px;--adm-font-size-2:10px;--adm-font-size-3:11px;--adm-font-size-4:12px;--adm-font-size-5:13px;--adm-font-size-6:14px;--adm-font-size-7:15px;--adm-font-size-8:16px;--adm-font-size-9:17px;--adm-font-size-10:18px;--adm-color-primary:#1677ff;--adm-color-success:#00b578;--adm-color-warning:#ff8f1f;--adm-color-danger:#ff3141;--adm-color-yellow:#ff9f18;--adm-color-orange:#ff6430;--adm-color-wathet:#e7f1ff;--adm-color-text:#333;--adm-color-text-secondary:#666;--adm-color-weak:#999;--adm-color-light:#ccc;--adm-color-border:#eee;--adm-color-background:#fff;--adm-color-highlight:var(--adm-color-danger);--adm-color-white:#fff;--adm-color-box:#f5f5f5;--adm-color-text-light-solid:var(--adm-color-white);--adm-color-text-dark-solid:#000;--adm-color-fill-content:var(--adm-color-box);--adm-font-size-main:var(--adm-font-size-5);--adm-font-family:-apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, segoe ui, arial, roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--adm-border-color:var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary:#3086ff;--adm-color-success:#34b368;--adm-color-warning:#ffa930;--adm-color-danger:#ff4a58;--adm-color-yellow:#ffa930;--adm-color-orange:#e65a2b;--adm-color-wathet:#0d2543;--adm-color-text:#e6e6e6;--adm-color-text-secondary:#b3b3b3;--adm-color-weak:gray;--adm-color-light:#4d4d4d;--adm-color-border:#2b2b2b;--adm-color-box:#0a0a0a;--adm-color-background:#1a1a1a;--adm-color-background-body:var(--adm-color-background);--adm-border-color:var(--adm-color-border)}:root{-webkit-tap-highlight-color:#0000}html{background-color:var(--adm-color-background-body)}body{color:var(--adm-color-text);font-size:var(--adm-font-size-main);font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:var(--adm-color-primary);transition:opacity .2s ease-in-out}a:active{opacity:.8}.adm-plain-anchor{color:unset;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size:1;height:calc(var(--size) / 2 * 2px);-webkit-user-select:none;user-select:none;pointer-events:none;width:0;position:fixed;top:-100vh;left:-100vw}.adm-popup{--z-index:var(--adm-popup-z-index,1000);z-index:var(--z-index);position:fixed}.adm-popup-body{background-color:var(--adm-color-background);z-index:calc(var(--z-index) + 10);position:fixed}.adm-popup-body .adm-popup-close-icon{z-index:100;position:absolute}.adm-popup-body-position-bottom{width:100%;bottom:0;left:0}.adm-popup-body-position-bottom .adm-popup-close-icon{top:8px;right:8px}.adm-popup-body-position-top{width:100%;top:0;left:0}.adm-popup-body-position-top .adm-popup-close-icon{bottom:8px;right:8px}.adm-popup-body-position-left{height:100%;top:0;left:0}.adm-popup-body-position-left .adm-popup-close-icon{top:8px;right:8px}.adm-popup-body-position-right{height:100%;top:0;right:0}.adm-popup-body-position-right .adm-popup-close-icon{top:8px;left:8px}.adm-popup-close-icon{cursor:pointer;color:var(--adm-color-weak);padding:4px;font-size:18px;line-height:1}.adm-mask{--z-index:var(--adm-mask-z-index,1000);z-index:var(--z-index);width:100%;height:100%;display:block;position:fixed;top:0;left:0}.adm-mask-aria-button{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.adm-mask-content{z-index:1}.adm-safe-area{--multiple:var(--adm-safe-area-multiple,1);width:100%;display:block}.adm-safe-area-position-top{padding-top:calc(env(safe-area-inset-top) * var(--multiple))}.adm-safe-area-position-bottom{padding-bottom:calc(env(safe-area-inset-bottom) * var(--multiple))}.adm-auto-center{justify-content:center;display:flex}.adm-auto-center-content{flex:0 auto}.adm-image{--width:var(--adm-image-width,auto);--height:var(--adm-image-height,auto);width:var(--width);height:var(--height);display:block;overflow:hidden}.adm-image-img{width:100%;height:100%}.adm-image-tip{background-color:var(--adm-color-fill-content);min-width:24px;height:100%;min-height:24px;position:relative}.adm-image-tip>svg{width:24px;height:24px;color:var(--adm-color-weak);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.adm-button{--color:var(--adm-color-text-light-solid);--text-color:var(--adm-button-text-color,var(--adm-color-text));--background-color:var(--adm-button-background-color,var(--adm-color-background));--border-radius:var(--adm-button-border-radius,4px);--border-width:var(--adm-button-border-width,1px);--border-style:var(--adm-button-border-style,solid);--border-color:var(--adm-button-border-color,var(--adm-color-border));color:var(--text-color);background-color:var(--background-color);box-sizing:border-box;height:auto;font-size:var(--adm-font-size-9);text-align:center;border:var(--border-width) var(--border-style) var(--border-color);border-radius:var(--border-radius);cursor:pointer;-webkit-user-select:none;user-select:none;margin:0;padding:7px 12px;line-height:1.4;transition:opacity .15s;display:inline-block;position:relative}.adm-button:focus{outline:none}.adm-button:before{transform:translate(calc(var(--border-width) * -1), calc(var(--border-width) * -1));background-color:var(--adm-color-text-dark-solid);border:var(--border-width) var(--border-style) var(--adm-color-text-dark-solid);border-radius:var(--border-radius);opacity:0;content:" ";box-sizing:content-box;width:100%;height:100%;position:absolute;top:0;left:0}.adm-button:active:before{opacity:.08}.adm-button-default.adm-button-fill-outline{--background-color:transparent;--border-color:var(--adm-color-text)}.adm-button-default.adm-button-fill-none{--background-color:transparent;--border-width:0px}.adm-button:not(.adm-button-default){--text-color:var(--adm-color-text-light-solid);--background-color:var(--color);--border-color:var(--color)}.adm-button:not(.adm-button-default).adm-button-fill-outline{--text-color:var(--color);--background-color:transparent}.adm-button:not(.adm-button-default).adm-button-fill-none{--text-color:var(--color);--background-color:transparent;--border-width:0px}.adm-button-primary{--color:var(--adm-color-primary)}.adm-button-success{--color:var(--adm-color-success)}.adm-button-danger{--color:var(--adm-color-danger)}.adm-button-warning{--color:var(--adm-color-warning)}.adm-button-block{width:100%;display:block}.adm-button-disabled{cursor:not-allowed;opacity:.4}.adm-button-disabled:active:before{display:none}.adm-button.adm-button-mini{font-size:var(--adm-font-size-main);padding-top:3px;padding-bottom:3px}.adm-button.adm-button-mini.adm-button-shape-rounded{padding-left:9px;padding-right:9px}.adm-button.adm-button-small{font-size:var(--adm-font-size-7);padding-top:3px;padding-bottom:3px}.adm-button.adm-button-large{font-size:var(--adm-font-size-10);padding-top:11px;padding-bottom:11px}.adm-button.adm-button-shape-rounded{--border-radius:1000px}.adm-button.adm-button-shape-rectangular{--border-radius:0}.adm-button-loading{vertical-align:bottom}.adm-button-loading-wrapper{justify-content:center;align-items:center;height:1.4em;display:flex}.adm-button-loading-wrapper>.adm-loading{opacity:.6}.adm-dot-loading{display:inline-block}.adm-picker{--header-button-font-size:var(--adm-font-size-7);--title-font-size:var(--adm-font-size-7);--item-font-size:var(--adm-font-size-8);--item-height:34px;---item-font-size:var(--item-font-size);---item-height:var(--item-height);flex-direction:column;width:100%;height:300px;display:flex;position:relative;overflow:hidden}.adm-picker .adm-picker-view.adm-picker-view{--item-font-size:var(---item-font-size);--item-height:var(---item-height)}.adm-picker-header{border-bottom:solid 1px var(--adm-color-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:4px;display:flex}.adm-picker-header-button{font-size:var(--header-button-font-size);padding:8px;display:inline-block}.adm-picker-header-button-disabled,.adm-picker-header-button-disabled:active{opacity:.4;cursor:not-allowed}.adm-picker-header-title{font-size:var(--title-font-size);color:var(--adm-color-text);text-align:center;flex:1;padding:4px}.adm-picker-body{flex:1;width:100%;height:100%}.adm-picker-body>.adm-picker-view{--height:100%}.adm-picker-popup .adm-popup-body{border-top-left-radius:8px;border-top-right-radius:8px}.adm-spin-loading{--color:var(--adm-color-weak);--size:32px;width:var(--size);height:var(--size)}.adm-spin-loading-svg{width:100%;height:100%;animation:.8s linear infinite adm-spin-loading-rotate}.adm-spin-loading-svg>.adm-spin-loading-fill{stroke:var(--color)}@keyframes adm-spin-loading-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.adm-picker-view{--height:240px;--item-height:34px;--item-font-size:var(--adm-font-size-8);height:var(--height);background:var(--adm-color-background);width:100%;display:flex;position:relative;overflow:hidden}.adm-picker-view-column{-webkit-user-select:none;user-select:none;touch-action:none;z-index:0;flex:1;height:100%;position:relative}.adm-picker-view-column-wheel{width:100%;cursor:-webkit-grab;cursor:grab;top:calc(50% - var(--item-height) / 2);position:absolute;left:0}.adm-picker-view-column-wheel:before{content:" ";width:100%;height:100vh;display:block;position:absolute;top:-100vh}.adm-picker-view-column-wheel:after{content:" ";width:100%;height:100vh;display:block;position:absolute;bottom:-100vh}.adm-picker-view-column-item{font-size:var(--item-font-size);height:var(--item-height);justify-content:center;align-items:center;padding:0 6px;display:flex}.adm-picker-view-column-item-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.adm-picker-view-column-accessible{pointer-events:none;opacity:0;width:100%;height:100%;top:calc(var(--item-height) * -1);z-index:0;flex-direction:column;padding-bottom:1px;display:flex;position:relative}.adm-picker-view-column-accessible>*{text-overflow:ellipsis;flex:1}.adm-picker-view-column-accessible-current{width:100%;height:100%;position:absolute}.adm-picker-view-column-accessible-button{width:100%;height:100%}.adm-picker-view-mask{z-index:10000;pointer-events:none;flex-direction:column;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.adm-picker-view-mask-top,.adm-picker-view-mask-bottom{flex:auto}.adm-picker-view-mask-middle{height:var(--item-height);box-sizing:border-box;border-top:solid 1px var(--adm-color-border);border-bottom:solid 1px var(--adm-color-border);flex:none}.adm-picker-view-mask-top{background:var(--adm-color-background);-webkit-mask:linear-gradient(#000 0%,#000c 50%,#0009 100%);mask:linear-gradient(#000 0%,#000c 50%,#0009 100%)}.adm-picker-view-mask-bottom{background:var(--adm-color-background);-webkit-mask:linear-gradient(#0009 0%,#000c 50%,#000 100%);mask:linear-gradient(#0009 0%,#000c 50%,#000 100%)}.adm-picker-view-loading-content{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.adm-picker-view-item-height-measure{height:var(--item-height);pointer-events:none;width:0;position:relative;top:0;left:0}.adm-center-popup{--background-color:var(--adm-center-popup-background-color,var(--adm-color-background));--border-radius:var(--adm-center-popup-border-radius,8px);--max-width:var(--adm-center-popup-max-width,75vw);--min-width:var(--adm-center-popup-min-width,280px);--z-index:var(--adm-center-popup-z-index,1000);z-index:var(--z-index);position:fixed}.adm-center-popup .adm-center-popup-mask{z-index:0}.adm-center-popup-wrap{z-index:1;width:auto;min-width:var(--min-width);max-width:var(--max-width);position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.adm-center-popup-body{background-color:var(--background-color);border-radius:var(--border-radius)}.adm-center-popup-close{z-index:100;cursor:pointer;color:var(--adm-color-weak);padding:4px;font-size:18px;position:absolute;top:8px;right:8px}.adm-dialog{--z-index:var(--adm-dialog-z-index,1000);---z-index:var(--z-index)}.adm-dialog .adm-center-popup{--z-index:var(---z-index)}.adm-dialog-body{width:100%;max-height:70vh;font-size:var(--adm-font-size-6);flex-direction:column;display:flex;overflow:hidden}.adm-dialog-body>*{flex:none}.adm-dialog-body>.adm-dialog-content{flex:auto}.adm-dialog-body:not(.adm-dialog-with-image){padding-top:20px}.adm-dialog-image-container{max-height:40vh;margin-bottom:12px}.adm-dialog-header{margin-bottom:8px;padding:0 12px}.adm-dialog-title{font-weight:700;font-size:var(--adm-font-size-10);text-align:center;margin-bottom:8px;padding:0 12px;line-height:25px}.adm-dialog-content{max-height:70vh;font-size:var(--adm-font-size-7);color:var(--adm-color-text);padding:0 12px 20px;line-height:1.4;overflow:hidden auto}.adm-dialog-content-empty{height:12px;padding:0}.adm-dialog-footer{-webkit-user-select:none;user-select:none}.adm-dialog-footer .adm-dialog-action-row{border-top:.5px solid var(--adm-color-border);align-items:stretch;display:flex}.adm-dialog-footer .adm-dialog-action-row>*{flex:1}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button{font-size:var(--adm-font-size-10);border-right:solid .5px var(--adm-color-border);border-radius:0;padding:10px;line-height:25px}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button-bold{font-weight:700}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button:last-child{border-right:none}.adm-dialog-image-container{overflow-y:auto}.adm-toast-mask .adm-toast-wrap{text-align:center;width:100%;height:100%;position:fixed;top:0;left:0}.adm-toast-mask .adm-toast-main{color:#fff;word-break:break-all;pointer-events:all;width:auto;max-width:204px;max-height:70%;font-size:var(--adm-font-size-7);box-sizing:border-box;text-align:initial;background-color:#000000b3;border-radius:8px;line-height:1.5;display:inline-block;position:relative;top:50%;overflow:auto;transform:translateY(-50%)}.adm-toast-mask .adm-toast-main-text{min-width:0;padding:12px}.adm-toast-mask .adm-toast-main-icon{min-width:150px;padding:35px 12px}.adm-toast-mask .adm-toast-main-icon .adm-toast-icon{text-align:center;margin-bottom:8px;font-size:36px;line-height:1}.adm-toast-loading{--size:48px;margin:0 auto 8px}:root{--color-primary:#20c997;--color-page:#f6f7f8;--color-card:#fff;--color-text:#1f2329;--color-secondary-text:#8c8c8c;--color-border:#f0f0f0;--color-danger:#ff4d4f;--safe-area-top:max(36px, env(safe-area-inset-top,0px))}*{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);-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}.app-nav-bar{z-index:100;width:100%;padding-top:var(--safe-area-top);box-sizing:border-box;background-color:#f5f7f7;position:relative;top:0;left:0;right:0}.app-nav-bar.transparent{background-color:#0000}.app-nav-bar.with-border{border-bottom:1px solid #0000000d}.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;display:block}.app-nav-bar-title{color:#1f1f1f;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;color:#fff!important;background-color:#19d1ac!important;border:none!important;border-radius:32px!important}.app-action-btn:active{opacity:.9}.app-action-btn[disabled]{opacity:.5;cursor:not-allowed}.app-action-btn-icon{object-fit:contain;width:14px;height:14px;margin-right:6px;display:block}.ai-home-container{background-color:#f5f7f7;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}.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-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:active{background:#ffffffa6}.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-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;box-shadow:0 4px 16px #00000008}.ai-home-card:active{transform:scale(.99);box-shadow:0 2px 8px #00000005}.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}.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}.adm-dialog-button{color:#19d1ac;font-size:16px!important}.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{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:#19d1ac;width:100%;height:48px;margin-top:12px;font-size:14px;font-weight:500;color:#fff!important;border:none!important;border-radius:24px!important}.history-container{background-color:#f5f7f7;flex-direction:column;min-height:100vh;display:flex}.history-list{flex-direction:column;flex:1;gap:8px;padding:16px;display:flex}.history-card{cursor:pointer;background-color:#fff;border-radius:16px;align-items:center;padding:16px;transition:transform .1s;display:flex;box-shadow:0 2px 12px #00000008}.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:#1f1f1f;margin-right:8px;font-size:16px;font-weight:500}.history-card-date{color:#999;font-size:12px}.history-card-desc{color:#666;font-size:12px;line-height:1.5}.questionnaire-container{background:#f5f7f7;flex-direction:column;min-height:100vh;display:flex}.questionnaire-content{padding:24px 24px 0}.questionnaire-tips{color:#1f1f1f;font-size:16px;font-weight:600;line-height:24px}.questionnaire-tips-sub{color:#666;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:#316661;justify-content:space-between;margin-bottom:4px;font-size:12px;line-height:18px;display:flex}.questionnaire-progress-bar-bg{background:#00000014;border-radius:5px;width:100%;height:8px;overflow:hidden}.questionnaire-progress-bar-fill{background:#19d1ac;border-radius:5px;height:100%;transition:width .3s}.questionnaire-question-card{background:#fff;border-radius:12px;padding:16px}.questionnaire-question-title{color:#1f1f1f;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;cursor:pointer;background:#f6f6f6;border:1px solid #0000;border-radius:8px;align-items:center;min-height:61px;padding:16px;display:flex}.questionnaire-option.selected{background:#effcf9;border-color:#70dac9}.questionnaire-option-radio{background-color:#fff;border:1.5px solid #ccc;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{background:#1fd2b2;border-color:#1fd2b2}.questionnaire-option-text{color:#333;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:#333;background:#f5f5f5}.questionnaire-btn.btn-primary{color:#fff;background:#9ce6d9}.questionnaire-btn.btn-primary:not(.disabled){background:#1fd2b2}.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:#999;text-align:center;font-size:12px;line-height:20px}.analyzing-container{background:#f7f9f8;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;position:absolute;top:0;left:0}.analyzing-content{z-index:1;flex-direction:column;flex:1;align-items:center;padding:16px 24px;display:flex;position:relative}.analyzing-date-info{color:#316661;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:#1f1f1f;text-align:center;margin:0 0 8px;font-size:18px;font-weight:600;line-height:28px}.analyzing-status-desc{color:#333;text-align:center;margin:0 0 16px;font-size:12px;line-height:20px}.analyzing-progress-bar{background:#00000014;border-radius:5px;width:100%;height:8px;overflow:hidden}.analyzing-progress-fill{border-radius:inherit;background:#19d1ac;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:#19d1ac}.analyzing-step-item.current .analyzing-step-icon{border:1.5px solid #19d1ac}.analyzing-step-item.pending .analyzing-step-icon{background-color:#fff;border:1.5px solid #d4d9d9}.current-dot{background:#19d1ac;border-radius:50%;width:8px;height:8px}.pending-dot{display:none}.analyzing-step-text{color:#333;flex:1;font-size:14px;line-height:22px}.analyzing-step-item.current .analyzing-step-text{color:#333}.analyzing-step-status-text{color:#19d1ac;font-size:14px;line-height:22px}.analyzing-step-status-text.highlight{color:#19d1ac}.analyzing-bottom-tips{padding-bottom:calc(28px + env(safe-area-inset-bottom));color:#999;margin-top:16px;font-size:12px;line-height:20px}.report-container{--report-gradient-start:#e1f8f4;--report-gradient-end:#eafffb;background:linear-gradient(180deg, var(--report-gradient-start) 0, var(--report-gradient-end) 430px, #f7f9f8 430px);flex-direction:column;min-height:100vh;display:flex}.report-theme-uncertain{--report-gradient-start:#e6faf6;--report-gradient-end:#e6faf6}.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-uncertain .report-insight-card{margin-left:-8px;margin-right:-8px}.report-theme-uncertain .report-paragraph{line-height:1.8}.report-theme-uncertain .report-greeting{margin-bottom:24px}.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{color:#2b706c}.report-theme-intj,.report-theme-intp,.report-theme-entj,.report-theme-entp{--report-gradient-start:#eee9ff;--report-gradient-end:#f8f6ff}.report-theme-infj,.report-theme-infp,.report-theme-enfj,.report-theme-enfp{--report-gradient-start:#fff0f3;--report-gradient-end:#fff8f9}.report-theme-istj,.report-theme-isfj,.report-theme-estj,.report-theme-esfj{--report-gradient-start:#e9f5ff;--report-gradient-end:#f5faff}.report-theme-istp,.report-theme-isfp,.report-theme-estp,.report-theme-esfp{--report-gradient-start:#fff5e5;--report-gradient-end:#fffaf2}.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:20px;height:20px}.report-content{padding:16px 24px}.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-intro{color:#999;margin-bottom:16px;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-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:14px;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:14px}.report-section{margin-bottom:32px}.report-greeting{color:#1f1f1f;margin:0 0 16px;font-size:24px;font-weight:500}.report-paragraph{color:#1f1f1f;margin:0 0 12px;font-size:15px;line-height:1.6}.report-section-title{color:#333;margin:0 0 16px;font-size:16px;font-weight:500}.report-html{overflow-wrap:anywhere}.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:#1fc994;border-radius:50%;width:6px;height:6px;position:absolute;top:8px;left:0}
