:root{--m-tab-height: 50px;--m-tab-safe-bottom: env(safe-area-inset-bottom, 0px);--m-topbar-height: 44px;--m-primary: var(--ds-primary-500);--m-primary-light: var(--ds-primary-400);--m-bg: #f5f5f7;--m-text: #1d1d1f;--m-text-secondary: #86868b;--m-border: #e5e5ea;--m-card-bg: var(--ds-neutral-0);--m-card-radius: 12px;--m-touch-min: 38px;--m-topbar-bg: rgba(255, 255, 255, .92);--m-tabbar-bg: rgba(255, 255, 255, .95);--m-gap-xs: 4px;--m-gap-sm: 6px;--m-gap-md: 8px;--m-gap-lg: 12px}@media (max-width: 768px){*{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}html{-webkit-text-size-adjust:100%;font-size:16px;overflow-x:clip;-webkit-overflow-scrolling:touch;touch-action:pan-y}body{background:var(--m-bg);padding-top:var(--m-topbar-height)!important;padding-bottom:calc(var(--m-tab-height) + var(--m-tab-safe-bottom))!important;overscroll-behavior-y:contain;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,PingFang SC,Helvetica Neue,sans-serif;line-height:1.5;overflow-x:clip;-webkit-overflow-scrolling:touch;touch-action:pan-y;width:100%!important}.card:hover,.post-item:hover,.btn-primary:hover,.btn-outline:hover,.category-tab:hover{transform:none!important;box-shadow:var(--shadow)!important}.card:hover .card-image img{transform:none!important}.navbar,.footer,.navbar-right,.mobile-menu-toggle{display:none!important}.m-topbar{display:flex;align-items:center;justify-content:space-between;position:fixed;top:0;left:0;right:0;width:100%;height:var(--m-topbar-height);height:calc(var(--m-topbar-height) + env(safe-area-inset-top,0px));padding-top:env(safe-area-inset-top,0px);background:var(--m-topbar-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:1000;border-bottom:.5px solid var(--m-border);overflow:hidden}.m-topbar-brand{display:flex;align-items:center;gap:4px;padding-left:12px;font-size:1.05rem;font-weight:700;color:var(--m-primary);letter-spacing:-.5px}.m-topbar-brand img{height:24px;width:auto}.m-topbar-actions{display:flex;align-items:center;gap:2px;padding-right:6px}.m-topbar-btn{display:flex;align-items:center;justify-content:center;width:var(--m-touch-min);height:var(--m-touch-min);border:none;background:transparent;font-size:1rem;color:var(--m-text);cursor:pointer;border-radius:50%;transition:background .2s}.m-topbar-btn:active{background:#0000000f}.m-topbar-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;border:2px solid var(--m-border)}.m-topbar-login{padding:5px 14px;font-size:.8rem;font-weight:600;color:#fff;background:var(--m-primary);border-radius:16px;border:none;height:28px;line-height:18px}.m-tabbar{display:flex;position:fixed;bottom:0;left:0;right:0;width:100%;height:var(--m-tab-height);height:calc(var(--m-tab-height) + var(--m-tab-safe-bottom));padding-bottom:var(--m-tab-safe-bottom);background:var(--m-tabbar-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:.5px solid var(--m-border);z-index:1001;user-select:none;pointer-events:auto!important;overflow:hidden}.ext-link-overlay.hidden,.ext-link-overlay[style*="display:none"],.ext-link-overlay:not([style*="display: flex"]):not(.flex-row){display:none!important;pointer-events:none!important}.m-search-overlay:not(.show){display:none!important;pointer-events:none!important}.m-tabbar:before{content:"";position:absolute;top:0;left:0;right:0;height:.5px;background:var(--m-border)}.m-tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;padding:4px 0;text-decoration:none;color:var(--m-text-secondary);font-size:.75rem;font-weight:500;transition:color .2s ease;-webkit-tap-highlight-color:transparent;position:relative;touch-action:manipulation;pointer-events:auto!important}.m-tab i{font-size:1.05rem;height:20px;display:flex;align-items:center;transition:transform .2s ease}.m-tab.active{color:var(--m-primary)}.m-tab.active i{transform:translateY(-1px) scale(1.08)}.m-tab:active i{transform:scale(.92)}.m-tab-logout{color:#9ca3af}.m-tab-logout:active{color:var(--ds-danger-500)}.m-tabbar .m-tab:nth-last-child(1):nth-child(6)~.m-tab,.m-tabbar:has(.m-tab:nth-child(6)) .m-tab{font-size:.75rem}.m-tabbar:has(.m-tab:nth-child(6)) .m-tab i{font-size:1rem}.m-tab-center{position:relative}.m-tab-center .m-tab-icon-wrapper{width:40px;height:40px;background:linear-gradient(135deg,var(--m-primary),var(--m-primary-light));border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:-16px;box-shadow:0 3px 10px #3b82f659;color:#fff;font-size:1.15rem}.m-tab-center.active .m-tab-icon-wrapper{background:linear-gradient(135deg,var(--m-primary),var(--m-primary-light))}.m-search-overlay{display:none;position:fixed;inset:0;background:#0000004d;z-index:2000;opacity:0;transition:opacity .25s ease}.m-search-overlay.show{display:block;opacity:1}.m-search-panel{background:var(--m-card-bg, white);padding:env(safe-area-inset-top,0px) 12px 16px;transform:translateY(-100%);transition:transform .3s cubic-bezier(.32,.72,0,1);border-radius:0 0 16px 16px;box-shadow:0 8px 32px #0000001f}.m-search-overlay.show .m-search-panel{transform:translateY(0)}.m-search-bar{display:flex;align-items:center;gap:8px;padding-top:8px}.m-search-input-wrap{flex:1;position:relative;display:flex;align-items:center;background:var(--m-bg);border-radius:10px;padding:0 12px;height:36px}.m-search-input-wrap i{color:var(--m-text-secondary);font-size:.85rem;margin-right:6px}.m-search-input{flex:1;border:none;background:transparent;font-size:.9rem;outline:none;height:100%}.m-search-input:focus-visible{outline:2px solid var(--m-primary, var(--ds-primary-500));outline-offset:2px;border-radius:4px}.m-search-input::placeholder{color:var(--m-text-secondary)}.m-search-cancel{border:none;background:transparent;font-size:.9rem;color:var(--m-primary);font-weight:500;padding:6px 4px;min-height:36px}.m-search-hot{padding:12px 0 0}.m-search-hot-title{font-size:.875rem;color:var(--m-text-secondary);margin-bottom:8px}.m-search-tags{display:flex;flex-wrap:wrap;gap:6px}.m-search-tag{padding:4px 12px;background:var(--m-bg);border-radius:14px;font-size:.78rem;color:var(--m-text);border:none;cursor:pointer;min-height:28px;display:inline-flex;align-items:center}.m-search-tag:active{background:#e8e8ed}main{padding:0!important;overflow-x:clip;max-width:100%!important}.container{padding:0 12px;max-width:100%!important;overflow-x:clip;position:relative}.section{padding:10px 0}.section-header{margin-bottom:10px;padding:0 2px}.section-title{font-size:1.05rem}.section-title:before{height:16px;width:3px}.hero{padding:20px 12px;border-radius:0 0 20px 20px;margin-bottom:10px}.hero h1{font-size:1.2rem;margin-bottom:6px;line-height:1.35}.hero p{font-size:.8rem;margin-bottom:14px;line-height:1.5}.hero .btn{padding:8px 16px;font-size:.8rem;margin-bottom:4px}.hero-stats{gap:12px;margin-top:16px;flex-wrap:wrap;justify-content:space-around}.hero-stat .number{font-size:1.1rem}.hero-stat .label{font-size:.75rem}.grid-2,.grid-3,.grid-4,.grid-6{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.card{border-radius:var(--m-card-radius);box-shadow:0 1px 3px #0000000d}.card-image{padding-top:70%}.card-body{padding:6px 8px 8px}.card-title{font-size:.78rem;line-height:1.3;-webkit-line-clamp:2;margin-bottom:3px}.card-meta{font-size:.75rem;gap:6px}.card-price{margin-top:6px;padding-top:6px}.price-tag{font-size:.85rem}.price-tag.free,.price-tag.member-free,.price-original{font-size:.75rem}.card-badge{font-size:.75rem;padding:1px 6px;top:5px}.category-tabs{overflow-x:auto;flex-wrap:nowrap!important;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 -12px 8px;padding:0 12px;gap:6px;width:calc(100% + 24px);max-width:calc(100% + 24px)}.category-tabs::-webkit-scrollbar{display:none}.category-tab{white-space:nowrap;padding:5px 14px;font-size:.8rem;border-radius:16px;flex-shrink:0;min-width:0}.post-item{padding:10px;margin-bottom:8px;border-radius:var(--m-card-radius)}.post-avatar{width:32px;height:32px}.post-title{font-size:.92rem;line-height:1.35}.post-content{font-size:.8rem;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.post-stats{gap:12px;font-size:.75rem}.pagination{gap:3px;margin-top:16px;flex-wrap:wrap;justify-content:center}.pagination a,.pagination span{padding:6px 10px;font-size:.8rem;min-width:36px;min-height:36px;display:flex;align-items:center;justify-content:center}.btn{min-height:38px;padding:8px 14px;font-size:.85rem}.btn-sm{min-height:32px;padding:4px 10px;font-size:.78rem}.form-control{padding:9px 12px;font-size:16px;border-radius:8px}.form-label{font-size:.82rem;margin-bottom:4px}.form-group{margin-bottom:12px}.detail-header,.detail-body{padding:12px;border-radius:var(--m-card-radius)}.detail-cover{max-height:200px;border-radius:8px}.detail-header>div.flex-row,.detail-header>div[style*="display:flex"]{flex-direction:column!important;gap:12px!important}.detail-header img.detail-header-img-280,.detail-header img[style*="width:280px"]{width:100%!important;height:180px!important}.detail-header div.flex-1,.detail-header div[style*="flex:1"]{min-width:0!important}.detail-header h1{font-size:1.15rem!important;margin-bottom:8px!important}.detail-header p{font-size:.85rem!important;margin-bottom:10px!important}.detail-header div[style*="display:flex;gap:20px"]{gap:10px!important;font-size:.875rem!important;margin-bottom:10px!important}.detail-header div[style*="margin-bottom:16px;"]:last-child{margin-bottom:8px!important}.detail-body.detail-body-mt,.detail-body[style*="margin-top:24px"]{margin-top:12px!important}.detail-body h3{font-size:1rem!important;margin-bottom:10px!important}.chapter-accordion-item{border-radius:8px!important}.chapter-accordion-header{padding:10px 12px!important;gap:10px!important}.chapter-accordion-header div.chapter-icon-box,.chapter-accordion-header div[style*="width:36px;height:36px"]{width:28px!important;height:28px!important;font-size:14px!important}.chapter-accordion-header div[style*="flex:1"] div[style*="font-weight:600"]{font-size:.85rem!important}.chapter-accordion-header div[style*="flex:1"] div[style*="font-size:14px"]{font-size:.75rem!important}.chapter-accordion-item div.p-card,.chapter-accordion-item div[style*="padding:24px 32px"]{padding:12px 14px!important}.course-content-display{font-size:.88rem!important;line-height:1.7!important}.course-content-display h1{font-size:1.3rem!important}.course-content-display h2{font-size:1.15rem!important}.course-content-display h3{font-size:1rem!important}.course-content-display h4{font-size:.9rem!important}.course-content-display pre{padding:10px 12px!important;font-size:14px!important}.course-content-display blockquote{padding:6px 12px!important;margin:8px 0!important}.course-content-display img{border-radius:6px!important;margin:8px 0!important}.course-content-display ul,.course-content-display ol{padding-left:1.4em!important}.detail-body iframe{height:220px!important}.detail-header .post-header{margin-bottom:12px!important}.detail-header h1{font-size:1.1rem!important;margin-bottom:10px!important}.detail-header div.line-height-1-8,.detail-header div[style*="line-height:1.8"]{font-size:.88rem!important;line-height:1.7!important}.reply-item{padding:10px 0!important;border-bottom:1px solid var(--m-border)}.reply-item div.reply-item-indent,.reply-item div[style*="margin-left:52px"]{margin-left:42px!important;font-size:.85rem!important}.card.p-2xl,.card[style*="padding:30px"]{padding:14px!important}.card.p-xl,.card[style*="padding:24px"]{padding:12px!important}.card div[style*="display:flex;align-items:center;gap:12px;margin-bottom:20px"]{gap:8px!important;margin-bottom:12px!important}.card img.w-44.h-44,.card img[style*="width:44px;height:44px"]{width:36px!important;height:36px!important}.card h1{font-size:1.15rem!important;line-height:1.4!important;margin-bottom:10px!important}.card div[style*="line-height:1.9"]{font-size:.88rem!important;line-height:1.7!important}.card div.p-empty,.card div[style*="padding:40px 20px"]{padding:24px 14px!important}.card div[style*="padding:20px;border-radius"]{padding:12px!important}.card div[style*="display:flex;justify-content:space-around"]{gap:4px!important;padding-top:12px!important;margin-top:12px!important}.card div[style*="display:flex;justify-content:space-around"] .btn{padding:6px 8px!important;font-size:.875rem!important}.card div[style*="display:flex;gap:8px;justify-content:center;flex-wrap:wrap"] .btn{padding:5px 10px!important;font-size:.8rem!important}div.fixed-overlay>div,div[style*="position:fixed"][style*="z-index:9999"]>div{padding:20px 16px!important;max-width:92%!important}.card div.h-200,.card div[style*="height:200px"]{height:130px!important}.card div[style*="padding:24px 30px"]{padding:10px 14px!important}.card div[style*="padding:16px 30px"]{padding:10px 14px!important;gap:8px!important}.card img.w-40.h-40,.card img[style*="width:40px;height:40px"]{width:32px!important;height:32px!important}.card.card-flush,.card[style*="padding:0;overflow:hidden"] div[style*="padding:20px 24px"]{padding:10px 12px!important}.card.card-flush,.card[style*="padding:0;overflow:hidden"] h3{font-size:.92rem!important}.card.card-flush,.card[style*="padding:0;overflow:hidden"] p{font-size:.78rem!important;line-height:1.5!important;margin-bottom:8px!important}.card.card-flush,.card[style*="padding:0;overflow:hidden"] div[style*="height:180px"]{height:120px!important}div.flex-row.flex-wrap.gap-sm.mb-lg,div[style*="display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px"]{gap:6px!important;margin-bottom:10px!important;overflow-x:auto;flex-wrap:nowrap!important;-webkit-overflow-scrolling:touch}div.flex-row.flex-wrap.gap-sm.mb-lg,div[style*="display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px"] .btn{white-space:nowrap;flex-shrink:0}div.flex-col.gap-md,div[style*="flex-direction:column;gap:16px"]{gap:8px!important}.mc-wrap{padding:var(--m-gap-lg)!important}.mc-hero{padding:20px 16px!important;flex-direction:column!important;text-align:center!important;gap:12px!important}.mc-hero-meta{justify-content:center!important;font-size:.75rem!important}.mc-hero-actions{flex-direction:row!important;flex-wrap:wrap!important;justify-content:center!important}.mc-hero-actions .btn{flex:1!important;min-width:100px!important;color:var(--ds-neutral-0)!important;font-weight:500!important}.mc-hero-badge{font-size:.75rem!important;padding:2px 10px!important}.mc-copy-btn{color:var(--ds-neutral-0)!important;font-weight:500!important}.mc-avatar{width:64px!important;height:64px!important}.mc-hero-name{justify-content:center!important;font-size:1.1rem!important}.mc-stats-row{grid-template-columns:repeat(3,1fr)!important;gap:var(--m-gap-md)!important}.mc-stat-card{padding:12px 6px!important}.mc-stat-value{font-size:1.1rem!important;font-weight:700!important}.mc-grid{grid-template-columns:1fr!important}.mc-card{padding:14px!important;margin-bottom:12px!important;border-radius:var(--m-card-radius)!important}.mc-card-title{font-size:.95rem!important;font-weight:600!important}.mc-income-grid{grid-template-columns:repeat(2,1fr)!important;gap:var(--m-gap-md)!important}.mc-income-value{font-size:1rem!important;font-weight:700!important}.mc-income-label{font-size:.75rem!important;color:var(--ds-neutral-500)!important}.mc-quick-btn{min-width:60px!important;font-size:.875rem!important;padding:12px 4px!important;min-height:var(--m-touch-min)!important}.mc-list-title{font-size:.82rem!important;font-weight:500!important}.mc-list-meta,.mc-stat-label{font-size:.75rem!important;color:var(--ds-neutral-500)!important}.mc-list-icon{width:32px!important;height:32px!important}.mc-more-link{padding:10px!important;font-size:.78rem!important;min-height:var(--m-touch-min)!important;display:flex!important;align-items:center!important;justify-content:center!important}.m-page-wrap{padding:var(--m-gap-lg);max-width:100%}.m-card{background:var(--m-card-bg);border-radius:var(--m-card-radius);padding:14px;margin-bottom:12px;box-shadow:0 1px 3px #0000000d}.m-section-title{font-size:.9rem;font-weight:700;display:flex;align-items:center;gap:var(--m-gap-sm)}.m-section-title i{font-size:1rem}.m-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--m-gap-md)}.m-stat-grid-2,.m-stat-grid-4{grid-template-columns:repeat(2,1fr)}.m-stat-item{text-align:center;padding:12px 6px;border-radius:10px;background:var(--m-bg)}.m-stat-value{font-size:1rem;font-weight:700}.m-stat-label{font-size:.75rem;color:var(--m-text-secondary);margin-top:2px}.m-btn-row{display:flex;gap:var(--m-gap-sm);flex-wrap:wrap}.m-btn-row>*{flex:1;min-width:60px}.m-list-item{display:flex;align-items:center;gap:var(--m-gap-md);padding:10px 12px;background:var(--m-bg);border-radius:8px;text-decoration:none;color:inherit}.m-list-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.m-list-body{flex:1;min-width:0}.m-list-title{font-size:.8rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.m-list-meta{font-size:.75rem;color:var(--m-text-secondary);margin-top:2px}.m-empty{text-align:center;padding:24px 12px;color:var(--m-text-secondary);font-size:.85rem}.m-empty i{font-size:2rem;opacity:.3;margin-bottom:8px;display:block}.m-more-link{display:flex;align-items:center;justify-content:center;margin-top:12px;padding:10px;font-size:.78rem;color:var(--m-primary);text-decoration:none;border-radius:6px;min-height:var(--m-touch-min)}.m-hero-section{padding:20px 16px;border-radius:0 0 16px 16px;margin-bottom:10px;text-align:center}.m-hero-section h1{font-size:1.15rem;margin-bottom:6px}.m-hero-section p{font-size:.8rem;margin-bottom:12px}.m-hide-topbar{display:none!important}.container.container-medium,.container[style*="max-width:680px"]{padding:12px!important}.container div[style*="border-radius:16px;padding:24px"]{padding:14px!important;border-radius:var(--m-card-radius)!important}.container div[style*="border-radius:16px;padding:32px"]{padding:16px!important;border-radius:var(--m-card-radius)!important}.container div[style*="width:64px;height:64px"]{width:48px!important;height:48px!important}.container div[style*="width:64px;height:64px"] i{font-size:20px!important}.container h2{font-size:1.1rem!important}.container div[style*="font-size:1.3rem"]{font-size:1rem!important}.container.container-wide,.container[style*="max-width:800px"],.container.container-medium,.container[style*="max-width:680px"],.container.container-narrow,.container[style*="max-width:600px"]{max-width:100%!important;padding:12px!important}.container.container-wide,.container[style*="max-width:800px"] .card,.container.container-medium,.container[style*="max-width:680px"] .card,.container.container-narrow,.container[style*="max-width:600px"] .card{padding:14px!important}.container.container-wide,.container[style*="max-width:800px"] h2,.container.container-medium,.container[style*="max-width:680px"] h2,.container.container-narrow,.container[style*="max-width:600px"] h2{font-size:1.1rem!important;margin-bottom:12px!important}.container[style*=max-width] textarea.form-control{font-size:15px!important}.container[style*=max-width] form div[style*="display:flex;gap:12px"]{gap:8px!important}.community-hero{padding:20px 0 16px!important}.community-hero h1{font-size:1.25rem!important;margin-bottom:4px!important}.community-hero h1 i{font-size:1.1rem;margin-right:2px}.community-hero p{font-size:.78rem!important;margin-bottom:14px!important;opacity:.85}.community-stats{gap:24px!important}.community-stats .stat-item{min-width:60px}.community-stats .stat-item div:first-child{font-size:1.5rem!important;line-height:1.2;font-weight:700}.community-stats .stat-item div:last-child{font-size:.75rem!important;margin-top:2px;opacity:.8}.section{padding-top:16px!important;padding-bottom:16px!important}.hot-columns-section{margin-bottom:16px!important}.section-header{margin-bottom:12px!important}.section-header h2{font-size:1rem!important}.section-header h2 i{font-size:.95rem}.section-header a{font-size:.875rem!important}.hot-columns-grid{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch;gap:10px!important;padding-bottom:4px;margin:0 -12px;padding-left:12px;padding-right:12px;scrollbar-width:none}.hot-columns-grid::-webkit-scrollbar{display:none}.hot-column-card{flex-shrink:0;width:160px!important;padding:12px!important;gap:10px!important;border-radius:10px!important}.hot-column-avatar img{width:40px!important;height:40px!important;border-width:2px!important}.hot-column-rank{width:18px!important;height:18px!important;font-size:12px!important}.hot-column-card .font-semibold{font-size:.82rem!important}.hot-column-card .text-xs{font-size:.75rem!important;gap:6px!important}.hot-column-card .fa-chevron-right{display:none!important}.community-toolbar{padding:8px 12px!important;margin-bottom:12px!important;gap:8px!important;border-radius:10px!important;position:sticky;top:54px;z-index:50}.community-tabs{gap:4px!important}.community-tab{padding:6px 12px!important;font-size:.78rem!important;border-radius:20px!important;white-space:nowrap}.community-tab i{font-size:.75rem;margin-right:3px}.community-list{gap:10px!important}.community-card{padding:12px!important;border-radius:10px!important}.community-card-inner{gap:10px!important}.community-card-cover{width:90px!important;height:68px!important;border-radius:8px!important;flex-shrink:0}.community-card-cover-icon{font-size:1.4rem!important}.community-card-content{min-width:0}.community-card-tags{margin-bottom:6px!important;gap:6px!important}.community-card-tags .member-badge{font-size:.75rem!important;padding:2px 8px!important}.community-card-title{font-size:.88rem!important;line-height:1.4!important;margin-bottom:4px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-height:2.5em}.community-card-summary{font-size:.875rem!important;line-height:1.5!important;margin-bottom:8px!important;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.community-card-footer{gap:6px!important}.community-card-author{gap:5px!important}.community-card-avatar{width:20px!important;height:20px!important}.community-card-author span,.community-card-author .text-xs{font-size:.75rem!important}.community-card-stats{gap:10px!important;font-size:.75rem!important}.community-card-stats i{margin-right:2px}.pagination{margin-top:20px!important}.member-levels-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.member-level-card{padding:12px 8px!important}.member-level-card h3{font-size:.88rem!important}.member-level-card div.font-1-5rem,.member-level-card div[style*="font-size:1.5rem"]{font-size:1.2rem!important}.hero div a{display:inline-flex!important;margin-bottom:6px;margin-right:6px!important}.hero .btn-lg{padding:8px 16px;font-size:.8rem}.grid-2 .post-item{margin-bottom:8px}.post-header{gap:6px}.post-avatar{margin-right:2px}.flash-messages{top:calc(var(--m-topbar-height) + env(safe-area-inset-top,0px) + 6px);left:50%;right:auto;transform:translate(-50%);max-width:90%;width:360px}.flash-message{padding:8px 14px;font-size:.82rem;border-radius:10px}.ad-container{padding:16px;border-radius:var(--m-card-radius)}.ad-timer{font-size:2rem}.m-overlay-mask{display:none;position:fixed;inset:0;background:transparent;z-index:999}@media (max-width: 360px){:root{--m-topbar-height: 42px;--m-tab-height: 48px}.m-topbar-brand{font-size:.95rem;padding-left:10px}.m-topbar-btn{width:34px;height:34px;font-size:.9rem}.m-topbar-avatar{width:26px;height:26px}.m-topbar-login{padding:4px 12px;font-size:.875rem;height:26px;line-height:16px}.m-tab{font-size:.75rem;padding:3px 0}.m-tab i{font-size:.95rem;height:18px}.m-tab-center .m-tab-icon-wrapper{width:36px;height:36px;margin-top:-14px;font-size:1rem}.container{padding:0 10px}.grid-2,.grid-3,.grid-4,.grid-6{gap:6px!important}.card-body{padding:5px 6px 6px}.card-title,.card-meta{font-size:.75rem}.hero h1{font-size:1.05rem}.hero p{font-size:.875rem}.section-title{font-size:.95rem}.post-item{padding:8px}.post-avatar{width:28px;height:28px}.post-title{font-size:.85rem}.btn{min-height:34px;padding:6px 12px;font-size:.8rem}.form-control{padding:8px 10px;font-size:15px}.pagination a,.pagination span{padding:5px 8px;font-size:.875rem;min-width:32px;min-height:32px}.category-tab{padding:4px 12px;font-size:.875rem}.mc-hero-meta{font-size:.75rem!important}.mc-stat-card{padding:10px 4px!important}.mc-stat-value{font-size:.95rem!important;font-weight:700!important}.mc-stat-label{font-size:.75rem!important;color:var(--ds-neutral-500)!important}.mc-list-meta,.mc-income-label{font-size:.75rem!important}.mc-hero-actions .btn{min-width:80px!important;font-size:.75rem!important}.m-stat-value{font-size:.9rem}.m-stat-label{font-size:.75rem}.m-card{padding:12px}.m-list-icon{width:28px;height:28px}}@media (min-width: 481px) and (max-width: 768px){.grid-2,.grid-3,.grid-4,.grid-6{grid-template-columns:repeat(3,1fr)!important;gap:10px!important}.card-title{font-size:.82rem}.hero h1{font-size:1.4rem}.container{padding:0 16px}}@media (max-width: 768px) and (orientation: landscape){:root{--m-tab-height: 40px}.m-tabbar{height:40px}.m-tab i{font-size:.95rem;height:18px}.m-tab span{display:none}body{padding-bottom:40px!important}}.course-hero{padding:4px 0 24px!important}.hero-content{gap:16px!important}.hero-right{width:100%!important;max-width:none!important;margin:0!important;flex-shrink:1!important}.course-cover-wrap{border-radius:10px!important;aspect-ratio:16/9!important}.hero-left{text-align:left!important}.hero-title{font-size:1.3rem!important}.hero-subtitle{font-size:.85rem!important}.card-image{padding-top:60%!important}.card-image img{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important}}@media (min-width: 769px){.m-topbar,.m-tabbar,.m-search-overlay{display:none!important}}@media (max-width: 768px){.ext-link-overlay{bottom:calc(50px + env(safe-area-inset-bottom,0px))}.ext-link-toolbar{height:42px;padding:0 8px}.ext-link-title{font-size:.875rem;max-width:90px}.ext-link-actions{gap:4px}.ext-link-btn{padding:4px 8px;font-size:.75rem}.ext-link-btn i{font-size:.875rem}.ext-link-blocked i{font-size:2rem}.ext-link-blocked h3{font-size:1rem}.ext-link-blocked p{font-size:.8rem}.ext-link-blocked-btn{padding:8px 20px;font-size:.85rem}.ext-link-hint{font-size:.75rem;padding:5px 8px}}.flex-row{display:flex;flex-direction:row;align-items:center}.flex-col{display:flex;flex-direction:column}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;justify-content:space-between;align-items:center}.flex-around{display:flex;justify-content:space-around;align-items:center}.flex-wrap{flex-wrap:wrap}.gap-sm{gap:8px}.gap-md{gap:12px}.gap-lg{gap:20px}.hidden{display:none}.block{display:block}.w-36{width:36px}.w-40{width:40px}.w-44{width:44px}.w-64{width:64px}.h-36{height:36px}.h-40{height:40px}.h-44{height:44px}.h-64{height:64px}.h-180{height:180px}.h-200{height:200px}.flex-1{flex:1}.p-0{padding:0}.p-sm{padding:8px}.p-md{padding:16px}.p-lg{padding:20px}.p-xl{padding:24px}.p-2xl{padding:30px}.px-lg-py-xl{padding:24px 30px}.px-md-py-xl{padding:16px 30px}.py-lg-px-xl{padding:20px 24px}.p-card{padding:24px 32px}.p-empty{padding:40px 20px}.mb-md{margin-bottom:16px}.mb-lg{margin-bottom:20px}.mt-lg{margin-top:24px}.ml-52{margin-left:52px}.container-narrow{max-width:600px;margin:0 auto}.container-medium{max-width:680px;margin:0 auto}.container-wide{max-width:800px;margin:0 auto}.card-flush{padding:0;overflow:hidden}.card-header{padding:20px 24px}.card-body{padding:24px}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-sm{font-size:14px}.font-base{font-size:15px}.font-heading{font-size:18px}.font-title{font-size:24px}.font-display{font-size:36px}.font-1-3rem{font-size:1.3rem}.font-1-5rem{font-size:1.5rem}.line-height-1-8{line-height:1.8}.line-height-1-9{line-height:1.9}.radius-lg{border-radius:16px}.radius-md{border-radius:8px}.fixed-overlay{position:fixed;z-index:9999}.detail-header-flex{display:flex;align-items:flex-start;gap:20px}.detail-header-img-280{width:280px;max-width:100%}.detail-body-mt{margin-top:24px}.chapter-accordion-header{display:flex;align-items:center;gap:12px}.chapter-accordion-item{padding:24px 32px}.chapter-icon-box{width:36px;height:36px;display:flex;align-items:center;justify-content:center}.reply-item-indent{margin-left:52px}@media (max-width: 768px){.auth-page{min-height:calc(100vh - var(--m-topbar-height));padding:0;background:var(--ds-surface)}.auth-container{flex-direction:column;max-width:100%;border-radius:0;box-shadow:none;min-height:calc(100vh - var(--m-topbar-height))}.auth-brand{min-height:160px;padding:var(--ds-space-lg) var(--ds-space-md)}.auth-brand-content{text-align:center}.auth-brand-logo{margin-bottom:var(--ds-space-sm)}.auth-brand-logo-icon{width:40px;height:40px;font-size:20px}.auth-brand-name{font-size:var(--ds-text-lg)}.auth-brand-title{font-size:var(--ds-text-xl);margin-bottom:var(--ds-space-xs)}.auth-brand-slogan{font-size:var(--ds-text-sm);opacity:.9}.auth-brand-features,.auth-brand-decoration{display:none}.auth-form-wrapper{flex:1;padding:var(--ds-space-lg) var(--ds-space-md);padding-bottom:calc(var(--ds-space-lg) + var(--m-tab-height))}.auth-form-card{padding:var(--ds-space-md)}.auth-form-header{margin-bottom:var(--ds-space-md);text-align:center}.auth-form-title{font-size:var(--ds-text-xl);margin-bottom:var(--ds-space-xs)}.auth-form-subtitle{font-size:var(--ds-text-sm)}.auth-tabs{margin-bottom:var(--ds-space-md)}.auth-tab{padding:8px 12px;font-size:var(--ds-text-sm)}.auth-form-group{margin-bottom:var(--ds-space-md)}.auth-form-label{font-size:var(--ds-text-sm);margin-bottom:var(--ds-space-xs)}.auth-input-wrapper{height:48px}.auth-input{font-size:var(--ds-text-base);padding:0 12px 0 40px}.auth-input-icon{left:12px;font-size:16px}.auth-input-toggle{width:44px;height:44px}.auth-form-options{margin:var(--ds-space-sm) 0 var(--ds-space-md);font-size:var(--ds-text-sm)}.auth-btn{height:48px;font-size:var(--ds-text-base)}.auth-divider{margin:var(--ds-space-md) 0;font-size:var(--ds-text-xs)}.auth-social-login{gap:var(--ds-space-md);margin-bottom:var(--ds-space-md)}.auth-social-btn{width:44px;height:44px;font-size:18px}.auth-form-footer{font-size:var(--ds-text-sm);text-align:center;margin-top:var(--ds-space-md)}#regSendCodeBtn,#sendCodeBtn{height:44px!important;font-size:var(--ds-text-sm)!important;padding:0 12px!important}}@media (max-width: 360px){.auth-brand{min-height:120px;padding:var(--ds-space-md)}.auth-brand-title{font-size:var(--ds-text-lg)}.auth-form-wrapper{padding:var(--ds-space-md)}.auth-form-card{padding:var(--ds-space-sm)}}@media (max-height: 500px) and (orientation: landscape){.auth-brand{display:none}.auth-form-wrapper{padding:var(--ds-space-sm)}.auth-form-group{margin-bottom:var(--ds-space-sm)}}@media (max-width: 768px){.grid.grid-4,.grid.grid-3{grid-template-columns:repeat(2,1fr)!important;gap:var(--ds-space-sm)!important}.card{border-radius:var(--ds-radius-md)}.card-body{padding:var(--ds-space-sm)}.card-title{font-size:var(--ds-text-sm);line-height:1.4;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.course-detail-content,.resource-detail-content,.article-detail-content,.detail-header{padding:var(--ds-space-md)}.detail-title{font-size:var(--ds-text-xl);line-height:1.4}.detail-meta{font-size:var(--ds-text-xs);flex-wrap:wrap;gap:var(--ds-space-xs)}.chapter-list{margin:0 calc(-1 * var(--ds-space-md))}.chapter-item{padding:var(--ds-space-sm) var(--ds-space-md);min-height:48px}.section-title,.page-title{font-size:var(--ds-text-xl)}.section-sub-title{font-size:var(--ds-text-sm)}.btn{min-height:44px;padding:0 var(--ds-space-md);font-size:var(--ds-text-sm)}.btn-lg{min-height:52px;font-size:var(--ds-text-base)}.form-control,input[type=text],input[type=email],input[type=password],input[type=tel],textarea,select{min-height:44px;font-size:var(--ds-text-base)}textarea{min-height:100px}.hero-section{padding:var(--ds-space-lg) var(--ds-space-md);min-height:auto}.hero-title{font-size:var(--ds-text-2xl);line-height:1.3}.hero-subtitle{font-size:var(--ds-text-sm);margin-top:var(--ds-space-sm)}.badge,.tag{font-size:var(--ds-text-xs);padding:2px 8px}}@media (max-width: 340px){.grid.grid-4,.grid.grid-3,.grid.grid-2{grid-template-columns:1fr!important}.hero-title{font-size:var(--ds-text-xl)}}@media (max-width: 768px){.m-drawer-overlay{position:fixed;inset:0;background:#00000080;z-index:9998;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.m-drawer-overlay.show{opacity:1;visibility:visible}.m-drawer{position:fixed;top:0;right:0;bottom:0;width:80%;max-width:320px;background:var(--ds-surface);z-index:9999;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-4px 0 20px #00000026}.m-drawer.show{transform:translate(0)}.m-drawer-header{padding:var(--ds-space-md);padding-top:calc(var(--ds-space-md) + env(safe-area-inset-top,0px));background:linear-gradient(135deg,var(--ds-primary-500),var(--ds-accent-500));color:#fff;position:relative}.m-drawer-user{display:flex;align-items:center;gap:var(--ds-space-sm)}.m-drawer-avatar{width:48px;height:48px;border-radius:50%;border:2px solid rgba(255,255,255,.3);object-fit:cover}.m-drawer-avatar-guest{display:flex;align-items:center;justify-content:center;background:#fff3;font-size:20px}.m-drawer-user-info{flex:1;min-width:0}.m-drawer-username{font-size:var(--ds-text-lg);font-weight:600;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.m-drawer-user-level{font-size:var(--ds-text-xs);opacity:.85}.m-drawer-login-link{font-size:var(--ds-text-sm);color:#fff;text-decoration:underline}.m-drawer-close{position:absolute;top:calc(var(--ds-space-sm) + env(safe-area-inset-top,0px));right:var(--ds-space-sm);width:36px;height:36px;border:none;background:#fff3;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px}.m-drawer-close:active{background:#ffffff4d}.m-drawer-menu{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:var(--ds-space-xs) 0}.m-drawer-item{display:flex;align-items:center;gap:var(--ds-space-sm);padding:14px var(--ds-space-md);color:var(--ds-text);text-decoration:none;font-size:var(--ds-text-base);min-height:48px;transition:background .15s}.m-drawer-item:active{background:var(--ds-neutral-100)}.m-drawer-item.active{color:var(--ds-primary-500);background:var(--ds-primary-50)}.m-drawer-item i:first-child{width:24px;font-size:18px;text-align:center}.m-drawer-item span{flex:1}.m-drawer-arrow{font-size:12px;color:var(--ds-text-tertiary);opacity:.5}.m-drawer-divider{height:8px;background:var(--ds-neutral-50);margin:var(--ds-space-xs) 0}.m-drawer-footer{padding:var(--ds-space-sm) var(--ds-space-md);padding-bottom:calc(var(--ds-space-sm) + env(safe-area-inset-bottom,0px));border-top:1px solid var(--ds-neutral-100)}.m-drawer-theme-btn{display:flex;align-items:center;gap:var(--ds-space-sm);width:100%;padding:12px;border:none;background:transparent;color:var(--ds-text-secondary);font-size:var(--ds-text-sm);border-radius:var(--ds-radius-md);cursor:pointer}.m-drawer-theme-btn:active{background:var(--ds-neutral-100)}}
