*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;background:#d8d8d8;font-family:PingFang SC,Helvetica Neue,Microsoft YaHei,Arial,sans-serif;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit;border:none;background:none}:root{--green:#2d6a4f;--green-l:#52b788;--green-pale:#e8f5ee;--gold:#d4a017;--bg:#f4f4f4;--card:#fff;--text:#18191c;--text-2:#61666d;--text-3:#9499a0;--border:#e3e5e7;--radius:10px;--max-w:540px;--hh:52px;--nh:60px}.phone-shell{position:relative;width:100%;max-width:var(--max-w);min-height:100vh;margin:0 auto;background:var(--bg);display:flex;flex-direction:column;box-shadow:0 0 60px #00000040;overflow:hidden}.app-header{position:sticky;top:0;z-index:50;background:var(--card);height:var(--hh);display:flex;align-items:center;justify-content:space-between;padding:0 14px;border-bottom:1px solid var(--border);flex-shrink:0}.header-left{display:flex;align-items:center;gap:8px;color:var(--green)}.app-logo{width:26px;height:26px}.app-logo svg{width:100%;height:100%}.app-name{font-size:1.1rem;font-weight:800;letter-spacing:.02em;color:var(--green)}.page-title-text{font-size:1.05rem;font-weight:700;color:var(--text)}.header-right{display:flex;gap:2px}.icon-btn{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-2);transition:background .2s}.icon-btn:active{background:var(--bg)}.icon-btn svg{width:20px;height:20px}.page{display:none;flex:1;overflow-y:auto;padding-bottom:calc(var(--nh) + 10px)}.page.active{display:block}.bottom-nav{position:sticky;bottom:0;z-index:50;background:var(--card);border-top:1px solid var(--border);display:flex;align-items:center;height:var(--nh);flex-shrink:0}.bnav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--text-3);padding:6px 0;transition:color .2s}.bnav-item svg{width:22px;height:22px}.bnav-item span{font-size:.65rem}.bnav-item.active{color:var(--green)}.bnav-center{flex:none;width:50px;height:50px;background:linear-gradient(135deg,var(--green),var(--green-l));border-radius:50%;margin:0 10px;color:#fff;box-shadow:0 4px 14px #2d6a4f66}.bnav-center svg{width:26px;height:26px}.category-nav{background:var(--card);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:40}.category-scroll{display:flex;overflow-x:auto;scrollbar-width:none;padding:0 8px}.category-scroll::-webkit-scrollbar{display:none}.cat-btn{flex-shrink:0;padding:10px 13px;font-size:.86rem;color:var(--text-2);white-space:nowrap;position:relative;transition:color .2s}.cat-btn:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2.5px;background:var(--green);border-radius:2px;transition:width .25s cubic-bezier(.4,0,.2,1)}.cat-btn.active{color:var(--green);font-weight:700}.cat-btn.active:after{width:60%}.banner{position:relative;overflow:hidden;margin:10px 12px 0;border-radius:12px}.banner-slides{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1)}.banner-slide{flex-shrink:0;width:100%;height:136px;display:flex;align-items:flex-end;padding:14px 18px;position:relative;overflow:hidden}.slide-1{background:linear-gradient(135deg,#1a472a,#52b788)}.slide-2{background:linear-gradient(135deg,#b5838d,#e5989b 80%,#ffd5d5)}.slide-3{background:linear-gradient(135deg,#1d3557,#457b9d 80%,#a8d5f0)}.banner-slide:before,.banner-slide:after{content:"";position:absolute;border-radius:50%;opacity:.13;background:#fff}.banner-slide:before{width:170px;height:170px;top:-55px;right:-35px}.banner-slide:after{width:90px;height:90px;top:20px;right:65px}.banner-text{position:relative;z-index:1}.banner-tag{display:inline-block;padding:2px 10px;background:#ffffff38;color:#fff;font-size:.7rem;font-weight:700;border-radius:20px;letter-spacing:.06em;margin-bottom:6px}.banner-title{font-size:1.05rem;font-weight:800;color:#fff;line-height:1.4}.banner-dots{position:absolute;bottom:10px;right:12px;display:flex;gap:5px}.bdot{width:5px;height:5px;border-radius:50%;background:#ffffff73;cursor:pointer;transition:width .25s,background .25s}.bdot.active{width:16px;border-radius:3px;background:#fff}.quick-nav{display:grid;grid-template-columns:repeat(4,1fr);background:var(--card);margin:10px 12px;border-radius:var(--radius);overflow:hidden}.quick-item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 6px;transition:background .2s}.quick-item:active{background:var(--bg)}.quick-icon{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center}.quick-icon svg{width:24px;height:24px}.qi-1{background:linear-gradient(135deg,#2d6a4f,#52b788)}.qi-2{background:linear-gradient(135deg,#d4a017,#f0c040)}.qi-3{background:linear-gradient(135deg,#b5838d,#e5989b)}.qi-4{background:linear-gradient(135deg,#1d3557,#457b9d)}.quick-item span{font-size:.7rem;color:var(--text-2)}.feed-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px 6px}.feed-title{font-size:.92rem;font-weight:700;color:var(--text)}.feed-more{display:flex;align-items:center;font-size:.76rem;color:var(--text-3);gap:1px}.feed-more svg{width:14px;height:14px}.video-feed{display:flex;flex-direction:column;gap:8px}.video-card{background:var(--card);overflow:hidden}.video-player{position:relative;width:100%;padding-top:56.25%;background:#000}.video-player iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none;display:block}.video-info{padding:11px 13px 15px}.video-tag-line{margin-bottom:6px}.vtag{display:inline-block;padding:2px 8px;border-radius:4px;font-size:.7rem;font-weight:700;letter-spacing:.04em}.vtag.zhongyi{background:#e8f5ee;color:#2d6a4f}.vtag.shiliao{background:#fff8e1;color:#b8700f}.vtag.gongfa{background:#e3edf7;color:#1d3557}.vtag.shuimian{background:#f0ebfa;color:#6a3fa0}.vtag.qingzhi{background:#fff0e6;color:#c0560a}.vtag.nvxing{background:#fdeef0;color:#b5404e}.video-title{font-size:.98rem;font-weight:700;color:var(--text);line-height:1.45;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-desc{font-size:.8rem;color:var(--text-2);line-height:1.6;margin-bottom:11px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-meta{display:flex;align-items:center;justify-content:space-between}.meta-author{display:flex;align-items:center;gap:7px}.author-avatar{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#fff;flex-shrink:0}.av-green{background:linear-gradient(135deg,#2d6a4f,#52b788)}.av-pink{background:linear-gradient(135deg,#b5838d,#e5989b)}.av-blue{background:linear-gradient(135deg,#1d3557,#457b9d)}.meta-author span{font-size:.78rem;color:var(--text-2)}.meta-stats{display:flex;gap:8px}.meta-stats span{font-size:.73rem;color:var(--text-3)}.meta-stats span+span:before{content:"·";margin-right:5px}.search-bar-wrap{padding:12px 12px 8px;background:var(--card);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:30}.search-bar{display:flex;align-items:center;gap:8px;background:var(--bg);border-radius:20px;padding:8px 14px}.search-bar svg{width:17px;height:17px;color:var(--text-3);flex-shrink:0}.search-bar input{flex:1;border:none;background:transparent;font-size:.88rem;color:var(--text);outline:none}.search-bar input::placeholder{color:var(--text-3)}.cc-section{padding:14px 12px 0}.cc-label{font-size:.88rem;font-weight:700;color:var(--text);margin-bottom:10px}.cc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px}.cc-item{border-radius:var(--radius);overflow:hidden;height:72px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:6px;cursor:pointer;transition:transform .2s}.cc-item:active{transform:scale(.96)}.cc-item svg{width:26px;height:26px}.cc-item span{font-size:.78rem;font-weight:600;color:#fff}.cc-1{background:linear-gradient(135deg,#2d6a4f,#52b788)}.cc-2{background:linear-gradient(135deg,#c47a2a,#f0c040)}.cc-3{background:linear-gradient(135deg,#1d3557,#457b9d)}.cc-4{background:linear-gradient(135deg,#6a3fa0,#a87bd4)}.cc-5{background:linear-gradient(135deg,#c0560a,#f0a060)}.cc-6{background:linear-gradient(135deg,#b5404e,#e5989b)}.cl-section{padding:0 12px 12px}.cl-section-label{font-size:.88rem;font-weight:700;color:var(--text);padding:12px 0 10px;border-top:1px solid var(--border)}.cl-list{display:flex;flex-direction:column;gap:0}.cl-card{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--border);align-items:flex-start}.cl-card:last-child{border-bottom:none}.cl-thumb{width:90px;height:68px;border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.cl-thumb svg{width:28px;height:28px;opacity:.6}.ct-1{background:linear-gradient(135deg,#2d6a4f,#95d5b2)}.ct-2{background:linear-gradient(135deg,#c47a2a,#f0c040)}.ct-3{background:linear-gradient(135deg,#1d3557,#a8d5f0)}.ct-4{background:linear-gradient(135deg,#6a3fa0,#c9a8e8)}.ct-5{background:linear-gradient(135deg,#c0560a,#f0c080)}.ct-6{background:linear-gradient(135deg,#b5404e,#ffd7d7)}.cl-body{flex:1;min-width:0}.cl-tag{font-size:.68rem;font-weight:700;letter-spacing:.04em;color:var(--green);margin-bottom:4px}.cl-title{font-size:.9rem;font-weight:700;color:var(--text);line-height:1.4;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cl-instructor{font-size:.76rem;color:var(--text-2);margin-bottom:4px}.cl-meta{display:flex;align-items:center;justify-content:space-between;margin-top:6px}.cl-lessons{font-size:.73rem;color:var(--text-3)}.cl-price{font-size:.9rem;font-weight:700}.cl-price.free{color:var(--green)}.cl-price.paid{color:#e53e3e}.checkin-wrap{padding:16px 14px}.checkin-date-card{background:linear-gradient(135deg,var(--green),var(--green-l));border-radius:14px;padding:20px 22px;color:#fff;margin-bottom:16px;position:relative;overflow:hidden}.checkin-date-card:before{content:"";position:absolute;width:150px;height:150px;border-radius:50%;background:#ffffff1a;top:-50px;right:-30px}.checkin-date{font-size:1.1rem;font-weight:800;margin-bottom:4px}.checkin-greet{font-size:.88rem;opacity:.88}.checkin-btn-wrap{display:flex;justify-content:center;margin:20px 0}.checkin-btn{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,var(--green),var(--green-l));display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#fff;box-shadow:0 6px 24px #2d6a4f66;animation:checkinPulse 2.5s ease-in-out infinite;transition:transform .2s}.checkin-btn:active{transform:scale(.95)}.checkin-btn.done{background:linear-gradient(135deg,#aaa,#ccc);box-shadow:none;animation:none}.btn-label{font-size:1.1rem;font-weight:800}.btn-sub{font-size:.68rem;opacity:.85}@keyframes checkinPulse{0%,to{box-shadow:0 6px 24px #2d6a4f66}50%{box-shadow:0 6px 36px #2d6a4fa6}}.streak-card{background:var(--card);border-radius:var(--radius);padding:16px 18px;margin-bottom:12px}.streak-title{font-size:.84rem;color:var(--text-2);margin-bottom:10px}.streak-num{font-size:1.4rem;font-weight:800;color:var(--green);margin-bottom:14px}.streak-num span{font-size:.85rem;font-weight:500;color:var(--text-2)}.week-dots{display:flex;justify-content:space-between}.week-dot-item{display:flex;flex-direction:column;align-items:center;gap:5px}.wdot{width:22px;height:22px;border-radius:50%;background:var(--border)}.wdot.done{background:var(--green)}.wdot.today{background:var(--gold);box-shadow:0 0 0 3px #d4a01740}.week-dot-item span{font-size:.68rem;color:var(--text-3)}.tip-card{background:var(--card);border-radius:var(--radius);padding:16px 18px;margin-bottom:12px}.tip-title{font-size:.84rem;font-weight:700;color:var(--text);display:flex;align-items:center;gap:6px;margin-bottom:8px}.tip-dot{width:8px;height:8px;border-radius:50%;background:var(--gold);flex-shrink:0}.tip-content{font-size:.86rem;color:var(--text-2);line-height:1.65}.checkin-courses-title{font-size:.88rem;font-weight:700;color:var(--text);margin-bottom:10px}.checkin-courses{display:grid;grid-template-columns:1fr 1fr;gap:10px}.cc-mini-card{border-radius:var(--radius);overflow:hidden;background:var(--card)}.cc-mini-thumb{height:72px;display:flex;align-items:center;justify-content:center}.cc-mini-thumb svg{width:28px;height:28px;opacity:.6}.cmt-1{background:linear-gradient(135deg,#1a472a,#52b788)}.cmt-2{background:linear-gradient(135deg,#1d3557,#457b9d)}.cc-mini-info{padding:8px 10px}.cc-mini-title{font-size:.8rem;font-weight:700;color:var(--text);line-height:1.35;margin-bottom:3px}.cc-mini-meta{font-size:.7rem;color:var(--text-3)}.fav-wrap{padding:12px}.fav-count-bar{font-size:.82rem;color:var(--text-2);padding:0 2px 10px}.fav-list{display:flex;flex-direction:column;gap:12px}.fav-card{background:var(--card);border-radius:var(--radius);overflow:hidden;position:relative}.fav-thumb{position:relative;width:100%;padding-top:56.25%}.fav-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.fav-placeholder svg{width:44px;height:44px;opacity:.75}.fp-1{background:linear-gradient(135deg,#2d6a4f,#52b788)}.fp-2{background:linear-gradient(135deg,#c47a2a,#f0c040)}.fp-3{background:linear-gradient(135deg,#1d3557,#457b9d)}.fp-4{background:linear-gradient(135deg,#6a3fa0,#a87bd4)}.fav-del{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;background:#00000073;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1rem;line-height:1;z-index:2}.fav-body{padding:10px 12px 14px}.fav-title{font-size:.94rem;font-weight:700;color:var(--text);margin-bottom:6px;line-height:1.4}.fav-meta{display:flex;align-items:center;justify-content:space-between}.fav-author{display:flex;align-items:center;gap:7px;font-size:.78rem;color:var(--text-2)}.fav-author .author-avatar{width:22px;height:22px;font-size:.62rem}.fav-duration{font-size:.75rem;color:var(--text-3)}.profile-hero{background:linear-gradient(135deg,var(--green) 0%,var(--green-l) 100%);padding:28px 20px 32px;color:#fff;position:relative;overflow:hidden}.profile-hero:before{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:#ffffff14;top:-80px;right:-60px}.profile-avatar-wrap{display:flex;align-items:center;gap:16px;margin-bottom:18px;position:relative;z-index:1}.profile-avatar{width:72px;height:72px;border-radius:50%;background:#ffffff40;border:2px solid rgba(255,255,255,.5);display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:800;color:#fff;flex-shrink:0}.profile-info h3{font-size:1.1rem;font-weight:800;margin-bottom:4px}.profile-info p{font-size:.8rem;opacity:.8;line-height:1.45}.profile-stats{display:flex;gap:0;position:relative;z-index:1}.ps-item{flex:1;text-align:center;padding:6px 0}.ps-item+.ps-item{border-left:1px solid rgba(255,255,255,.2)}.ps-num{font-size:1.2rem;font-weight:800}.ps-label{font-size:.72rem;opacity:.8;margin-top:2px}.login-btn-wrap{padding:14px 14px 0}.login-btn{width:100%;padding:12px;border:1.5px solid var(--green);border-radius:var(--radius);color:var(--green);font-size:.92rem;font-weight:700;background:var(--card);transition:background .2s,color .2s}.login-btn:active{background:var(--green-pale)}.menu-section{margin:12px 12px 0;background:var(--card);border-radius:var(--radius);overflow:hidden}.menu-item{display:flex;align-items:center;gap:14px;padding:14px 16px;border-bottom:1px solid var(--border);cursor:pointer;transition:background .15s}.menu-item:last-child{border-bottom:none}.menu-item:active{background:var(--bg)}.menu-icon{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.menu-icon svg{width:18px;height:18px}.mi-green{background:var(--green-pale);color:var(--green)}.mi-blue{background:#e3edf7;color:#1d3557}.mi-gold{background:#fff8e1;color:#b8700f}.mi-purple{background:#f0ebfa;color:#6a3fa0}.mi-teal{background:#e3f5f0;color:#2d8c6a}.mi-orange{background:#fff0e6;color:#c0560a}.mi-gray{background:var(--bg);color:var(--text-3)}.menu-label{flex:1;font-size:.92rem;color:var(--text)}.menu-arrow{color:var(--border)}.menu-arrow svg{width:16px;height:16px}.menu-section-gap{height:10px}
