: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: #333333;--adm-color-text-secondary: #666666;--adm-color-weak: #999999;--adm-color-light: #cccccc;--adm-color-border: #eeeeee;--adm-color-background: #ffffff;--adm-color-highlight: var(--adm-color-danger);--adm-color-white: #ffffff;--adm-color-box: #f5f5f5;--adm-color-text-light-solid: var(--adm-color-white);--adm-color-text-dark-solid: #000000;--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: #808080;--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:rgba(0,0,0,0)}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 ease-in-out .2s}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);width:0;position:fixed;left:-100vw;top:-100vh;-webkit-user-select:none;user-select:none;pointer-events:none}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#f5f6f8}#root{width:100%;max-width:430px;margin:0 auto;min-height:100dvh;background:#fff}*{box-sizing:border-box}.app-shell{height:100dvh;min-height:100dvh;display:flex;flex-direction:column;overflow:hidden;background-color:#f5f9ff}.adm-nav-bar-title{font-size:17px!important}.adm-nav-bar-back-arrow{font-size:20px}.content-area{flex:1;padding:16px;overflow-y:auto;-webkit-overflow-scrolling:touch}.tabbar-wrap{flex-shrink:0;position:sticky;bottom:0;z-index:20;border-top:1px solid #eee;background:#fff}.tabbar-wrap-safe{padding-bottom:env(safe-area-inset-bottom);margin-bottom:0}.page{display:flex;flex-direction:column;gap:12px}.page h2{margin:0;font-size:22px}.card-content{color:#555;font-size:14px}.jump-link{text-decoration:none}.adm-mask{--z-index: var(--adm-mask-z-index, 1000);position:fixed;top:0;left:0;z-index:var(--z-index);display:block;width:100%;height:100%}.adm-mask-aria-button{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;pointer-events:none}.adm-mask-content{z-index:1}.adm-safe-area{--multiple: var(--adm-safe-area-multiple, 1);display:block;width:100%}.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-badge-wrapper{display:inline-block;position:relative}.adm-badge{display:inline-flex;vertical-align:middle;box-sizing:content-box;border-radius:100px;background-color:var(--color);--right: 0;--top: 0;--color: var(--adm-badge-color, var(--adm-color-highlight))}.adm-badge-content{color:var(--adm-color-text-light-solid);box-sizing:border-box;min-width:8px;padding:1px 4px;font-size:var(--adm-font-size-1);line-height:12px;white-space:nowrap;font-weight:400;text-align:center}.adm-badge-fixed{position:absolute;right:var(--right);top:var(--top);transform:translate(50%,-50%)}.adm-badge-dot{min-width:10px;width:10px;height:10px;border-radius:5px}.adm-badge-bordered{border:solid 1px var(--adm-color-text-light-solid)}.adm-card{background:var(--adm-color-background);border-radius:var(--adm-card-border-radius, 8px);padding:0 var(--adm-card-padding-inline, 12px)}.adm-card-header{position:relative;display:flex;justify-content:space-between;align-items:center;gap:var(--adm-card-header-gap, 8px);box-sizing:border-box;padding:var(--adm-card-header-padding-block, 12px) 0}.adm-card-header:not(:last-child){border-bottom:solid var(--adm-card-header-border-width, .5px) var(--adm-card-header-border-color, var(--adm-color-border))}.adm-card-header-title{font-size:var(--adm-font-size-7);line-height:1.4;font-weight:700}.adm-card-body{padding:var(--adm-card-body-padding-block, 12px) 0}.adm-image-viewer-content{width:100vw;height:100vh;touch-action:none;-webkit-user-select:none;user-select:none}.adm-image-viewer-footer{position:absolute;width:100%;bottom:0;z-index:1}.adm-image-viewer-slides{height:100%;position:relative;z-index:1;cursor:-webkit-grab;cursor:grab;touch-action:none}.adm-image-viewer-slides-inner{height:100%;white-space:nowrap}.adm-image-viewer-slides-inner>*{margin-right:16px}.adm-image-viewer-slide{position:relative;width:100%;height:100%;display:inline-block}.adm-image-viewer-control{position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;cursor:-webkit-grab;cursor:grab;touch-action:none}.adm-image-viewer-image-wrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.adm-image-viewer-image-wrapper img{display:block;max-width:100%;max-height:100%}.adm-image-viewer-indicator{position:absolute;z-index:2;left:50%;top:12px;transform:translate(-50%);color:var(--adm-color-border);font-size:var(--adm-font-size-6)}.adm-nav-bar{--height: 45px;--border-bottom: none;display:flex;align-items:center;height:var(--height);border-bottom:var(--border-bottom);padding:0 12px;white-space:nowrap}.adm-nav-bar-left,.adm-nav-bar-right{flex:1}.adm-nav-bar-title{flex:auto;text-align:center;overflow:hidden;text-overflow:ellipsis}.adm-nav-bar-back{display:flex;align-items:center;margin-right:16px;padding:6px 0;cursor:pointer}.adm-nav-bar-back-arrow{font-size:24px;margin-right:4px}.adm-nav-bar-left{font-size:var(--adm-font-size-7);display:flex;justify-content:flex-start;align-items:center}.adm-nav-bar-title{justify-content:center;white-space:nowrap;font-size:var(--adm-font-size-10);padding:0 12px}.adm-nav-bar-right{text-align:right}.adm-tab-bar-wrap{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;overflow:hidden;min-height:48px}.adm-tab-bar-item{flex:1;color:var(--adm-color-text-secondary);white-space:nowrap;padding:4px 8px;width:-webkit-min-content;width:min-content;position:relative;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-direction:column}.adm-tab-bar-item-icon{font-size:24px;height:24px;line-height:1}.adm-tab-bar-item-title{font-size:var(--adm-font-size-2);line-height:15px}.adm-tab-bar-item-title-with-icon{margin-top:2px}.adm-tab-bar-item-active{color:var(--adm-color-primary)}.adm-tab-bar-icon-badge{--top: 6px}.adm-tab-bar-title-badge{--right: -2px;--top: -2px}.challenge-result-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#1b24344d;display:flex;align-items:center;justify-content:center;z-index:40;padding:16px}.challenge-result-modal{width:min(100%,350px);border-radius:12px;background:#fff;position:relative;padding:88px 22px 24px}.challenge-result-image{width:120px;height:auto;position:absolute;left:50%;top:-72px;transform:translate(-50%)}.challenge-result-text{margin:0;font-size:15px;line-height:1.45;text-align:center;color:#333;font-weight:600}.challenge-result-actions{margin-top:24px;display:grid;grid-template-columns:1fr 1fr;gap:18px}.challenge-result-btn{height:46px;border:0;border-radius:999px;font-size:15px}.challenge-result-modal-fail{background:#fff7f7}.challenge-result-modal-fail .challenge-result-btn-left{background:#f5cdcf;color:#ea3d3d}.challenge-result-modal-fail .challenge-result-btn-right{background:#ef3636;color:#fff}.challenge-result-modal-success{background:#f4f8ff}.challenge-result-modal-success .challenge-result-btn-left{background:#cfe1fb;color:#3c84ef}.challenge-result-modal-success .challenge-result-btn-right{background:#3b84ef;color:#fff}.course-detail-page{margin:-16px;min-height:100%;background:#f5f9ff;padding:14px 14px 110px;display:flex;flex-direction:column;gap:12px;color:#333}.course-detail-progress-row{display:flex;align-items:center;gap:10px;font-size:13px;color:#2f3238;padding:2px 2px 6px}.course-detail-progress-label{flex-shrink:0}.course-detail-progress-track{height:8px;flex:1;border-radius:999px;background:#c7d7f2;overflow:hidden}.course-detail-progress-value{display:block;width:10%;height:100%;border-radius:999px;background:#3d8bff}.course-detail-progress-text{color:#3b4860;flex-shrink:0;font-size:15px}.course-detail-progress-text span{color:#3789fb}.course-detail-card{border-radius:10px;background:#fff;padding:14px;display:flex;flex-direction:column;gap:14px}.course-detail-question{margin:0;color:#333;font-size:15px;line-height:22px;font-weight:400}.course-detail-tag{display:inline-block;vertical-align:middle;margin-right:8px;border-radius:6px;padding:2px 5px;background:#3e86f5;color:#fff;font-size:10px;font-weight:400}.course-detail-image-placeholder{width:100%;height:190px;border-radius:2px;background:#cfd4dd}.course-detail-question-image{width:100%;height:190px;object-fit:contain;border-radius:2px;background:transparent;cursor:zoom-in}.course-detail-options{display:flex;flex-direction:column;gap:10px;margin-top:2px}.course-detail-option{width:100%;border:0;border-radius:8px;background:#f9f9f9;color:#2f3238;padding:20px 16px;text-align:left;font-size:13px;line-height:1.4;display:flex;align-items:center;gap:8px}.course-detail-option-label{font-size:15px}.course-detail-option-text{flex:1}.course-detail-option-icon{width:20px;height:20px;flex-shrink:0}.course-detail-option-wrong{background:#fbeff0;color:#ef4141}.course-detail-option-wrong .course-detail-option-icon{width:30px;height:30px}.course-detail-option-correct{background:#d9e7ff;color:#2d7eff}.course-detail-analysis{border-radius:10px;background:#fff;padding:14px;display:flex;flex-direction:column;gap:8px}.course-detail-analysis h4{margin:0;color:#3d82ee;font-size:15px;line-height:1.4}.course-detail-analysis p{margin:0;color:#3f4247;font-size:13px;line-height:1.6}.course-detail-actions{position:fixed;left:50%;transform:translate(-50%);bottom:0;width:min(100%,430px);background:#fff;margin:0;padding:14px;padding-bottom:calc(14px + env(safe-area-inset-bottom));border-top:1px solid #edf0f5;display:grid;grid-template-columns:1fr 1fr;gap:12px;z-index:20}.course-detail-btn{height:52px;border-radius:10px;border:0;font-size:15px}.course-detail-btn:disabled{opacity:.6}.course-detail-btn-prev{background:#d8e1ef;color:#3f81e7}.course-detail-btn-next{background:#3e86f5;color:#fff}.course-image-preview-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#000000d6;display:flex;align-items:center;justify-content:center;padding:56px 12px 20px}.course-image-preview-close{position:absolute;top:calc(14px + env(safe-area-inset-top));right:14px;border:0;border-radius:999px;background:#ffffff2e;color:#fff;font-size:13px;line-height:1;padding:9px 14px}.course-image-preview-full{max-width:100%;max-height:calc(100vh - 96px - env(safe-area-inset-top) - env(safe-area-inset-bottom));object-fit:contain;border-radius:6px}.course-page{margin:-16px;min-height:100%;color:#333;font-size:13px}.course-hero{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 22px;background:linear-gradient(180deg,#dbeaff,#eff9ff)}.course-hero-text{display:flex;flex-direction:column;gap:8px;margin-top:-20px}.course-hero-text h2{margin:0;font-size:15px;line-height:1.3;font-weight:700;color:#2f3238}.course-hero-text p{margin:0;font-size:13px;line-height:1.5;color:#6f7683}.course-hero img{width:160px;height:auto;object-fit:contain;flex-shrink:0}.course-level-wrap{border-radius:20px 20px 0 0;background:#f7faff;padding:16px 12px 18px;margin-top:-50px;position:relative;z-index:10}.course-level-list{display:flex;flex-direction:column;gap:12px}.course-level-item{display:flex;align-items:center;gap:10px}.course-level-marker{width:23px;height:23px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.course-level-marker-active{background:#2d7eff;color:#fff;font-size:13px;font-weight:400}.course-level-marker-lock{background:#dbdee4}.course-level-marker-lock svg{width:14px;height:14px;fill:#f8f8f8}.course-level-card{flex:1;border-radius:12px;background:#fff;padding:14px;display:flex;flex-direction:column;gap:10px}.course-level-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.course-level-head h3{margin:0;font-size:15px;line-height:1.4;font-weight:700;color:#2f3238}.course-level-action{border:0;background:transparent;color:#2d7eff;font-size:12px;line-height:1;display:inline-flex;align-items:center;gap:3px;padding:0;white-space:nowrap}.course-level-action img{width:16px;height:16px}.course-level-action:disabled{opacity:.45}.course-level-goal{margin:0;border-radius:10px;background:#f4f5f7;padding:12px;color:#666a72;font-size:13px;line-height:1.55}.home-page{display:flex;flex-direction:column;margin:-16px;background:#f2f3f5;font-size:15px}.home-header-image{width:100%;height:auto;object-fit:cover}.home-intro-card,.home-tabs-card{display:flex;flex-direction:column;background:#fff}.home-intro-card{margin-top:-20px;border-radius:24px 24px 0 0;padding:20px 20px 16px;gap:22px}.home-school-head{display:flex;align-items:flex-end;gap:20px;margin-top:-45px;margin-left:20px}.home-school-logo{width:86px;height:86px;border-radius:50%;flex-shrink:0}.home-school-main{display:flex;flex-direction:column;gap:6px;padding-bottom:8px}.home-school-main h2{margin:0;font-size:15px;line-height:1.1;color:#1f1f1f}.home-school-main p{margin:0;color:#8a8a8a;font-size:13px}.home-section{display:flex;flex-direction:column;gap:10px}.home-section h3{margin:0;font-size:15px;line-height:1.2;color:#1f1f1f}.home-section p{margin:0;color:#383838;font-size:13px;line-height:1.65}.home-intro-wrap{position:relative}.home-intro-text{margin:0;color:#383838;font-size:13px;line-height:1.65}.home-intro-text:not(.expanded){display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-clamp:4;overflow:hidden}.home-intro-text.expanded{display:block}.home-more{position:absolute;right:0;bottom:0;border:none;background:#fff;padding:0 0 0 6px;color:#2d7eff;font-size:13px;cursor:pointer;line-height:1.65}.home-contact{gap:12px}.home-contact-item{display:flex;align-items:center;gap:6px;color:#383838;font-size:13px;text-decoration:none}.home-contact-item img{width:15px;height:15px;margin-left:4px}.home-contact-label{font-weight:600;color:#2f2f2f;font-size:13px}.home-contact-link{color:#383838;font-size:13px;line-height:1.4;text-decoration:none;background:transparent;border:none;padding:0;text-align:left;cursor:pointer}.home-tabs-card{margin-top:10px;padding:16px 20px 28px;gap:16px}.home-sub-tabs{display:flex;align-items:center;justify-content:space-between}.home-sub-tabs button{padding:0 0 8px;border:none;background:transparent;color:#999;font-size:13px;line-height:1;display:flex;flex-direction:column;align-items:center;position:relative}.home-sub-tabs button.active{color:#1f1f1f;font-weight:600}.home-sub-tabs button.active:after{position:absolute;content:"";margin-top:10px;width:15px;height:3px;border-radius:2px;background:#2d7eff;bottom:0}.home-tab-panel{display:flex;flex-direction:column;gap:14px}.home-tab-swipe-area{touch-action:pan-y;-webkit-user-select:none;user-select:none}.home-tab-image{width:100%;border-radius:6px;object-fit:cover}.home-tab-text{margin:0;color:#383838;font-size:13px;line-height:1.65}.home-tab-panel-gallery{gap:10px}.home-tab-subtitle{margin:0;color:#1f1f1f;font-size:14px;font-weight:600;line-height:1.4}.home-tab-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:10px}.home-tab-gallery-image{width:100%;border-radius:6px;object-fit:cover}.home-previewable-image{cursor:zoom-in}.map-page{display:flex;flex-direction:column;gap:12px;height:100%}.map-meta{background:#fff;border-radius:10px;padding:10px 12px;box-shadow:0 2px 8px #0000000f}.map-title{font-size:15px;font-weight:600;color:#1f1f1f}.map-address,.map-coord{margin-top:4px;font-size:13px;color:#666;line-height:1.5}.map-container,.map-error{flex:1;min-height:420px;border-radius:10px;overflow:hidden;background:#f5f6f8}.map-error{display:flex;align-items:center;justify-content:center;color:#999;font-size:13px;padding:12px;text-align:center}.resource-detail-page{margin:-16px;min-height:100%;background:#f6f7fb;padding:12px 12px 18px}.resource-detail-title{margin:0;color:#1f1f1f;font-size:15px;line-height:1.4;font-weight:700}.resource-detail-image{width:100%;margin-top:12px;border-radius:8px;display:block}.resource-detail-content{margin-top:14px}.resource-detail-content p{margin:0 0 8px;color:#333;font-size:13px;line-height:1.65}.resource-page{margin:-16px;min-height:100%;background:#f6f7fb}.resource-header{position:sticky;top:0;z-index:8;display:flex;align-items:center;justify-content:space-between;padding:12px 12px 10px;background:#f4f5f7}.resource-header-placeholder{width:66px;flex-shrink:0}.resource-header h2{margin:0;font-size:15px;line-height:1.4;font-weight:600;color:#1f1f1f}.resource-header-actions{display:flex;align-items:center;gap:8px;width:66px;justify-content:flex-end}.resource-header-action{width:28px;height:28px;border-radius:50%;border:1px solid #e4e4e8;background:#f1f1f4;color:#575757;font-size:13px;line-height:1;display:inline-flex;align-items:center;justify-content:center}.resource-list{display:flex;flex-direction:column;gap:10px;padding:16px 8px}.resource-card{overflow:hidden;border-radius:10px;background:#fff;cursor:pointer}.resource-card-image{width:100%;display:block;object-fit:cover}.resource-card-content{padding:10px 12px 12px}.resource-card-content h3{margin:0;color:#1f1f1f;font-size:15px;line-height:1.35;font-weight:600}.resource-card-content p{margin:6px 0 0;color:#8a8a8a;font-size:13px;line-height:1.45}
