/* =========================================================
   V3.13.0 · MOBILE APP PROTOTYPE REBUILD
   Mobile-only UI layer inspired by the supplied APP prototype.
   Desktop layout / backend business logic remain untouched.
   ========================================================= */
.mobile-prototype-only{display:none!important}

@media (max-width:767.98px){
  :root{
    --m-orange:#ff6a00;
    --m-orange-2:#ff7a22;
    --m-orange-soft:#fff3eb;
    --m-ink:#111827;
    --m-text:#2d3540;
    --m-muted:#8a919b;
    --m-line:#eceff3;
    --m-bg:#f7f8fa;
    --m-card:#fff;
    --m-green:#22c55e;
    --m-blue:#3882ff;
    --m-yellow:#f59e0b;
    --m-red:#ff4b44;
    --m-radius:14px;
    --m-shadow:0 8px 24px rgba(17,24,39,.055);
  }

  html{background:var(--m-bg)!important;scroll-padding-top:64px}
  body:not(.admin-body):not(.auth-page){
    background:var(--m-bg)!important;
    color:var(--m-ink)!important;
    padding-bottom:calc(66px + env(safe-area-inset-bottom))!important;
    overflow-x:hidden!important;
    -webkit-tap-highlight-color:transparent;
  }
  body:not(.admin-body):not(.auth-page) .container{padding-inline:12px!important;max-width:100%!important}
  body:not(.admin-body):not(.auth-page) .site-main{padding-top:8px!important;padding-bottom:22px!important}
  body:not(.admin-body):not(.auth-page) .notice-bar{display:none!important}
  body:not(.admin-body):not(.auth-page) .breadcrumb{display:none!important}
  .mobile-prototype-only{display:flex!important}
  .site-footer-shell{display:none!important}

  /* ---------- APP HEADER ---------- */
  body:not(.admin-body):not(.auth-page) .site-header{
    position:sticky!important;top:0!important;z-index:1100!important;width:100%!important;max-width:none!important;
    margin:0!important;border:0!important;border-bottom:1px solid rgba(17,24,39,.055)!important;border-radius:0!important;
    background:rgba(255,255,255,.965)!important;box-shadow:none!important;backdrop-filter:blur(18px)!important;
  }
  body:not(.admin-body):not(.auth-page) .header-inner{height:54px!important;padding:0 13px!important;gap:8px!important}
  body:not(.admin-body):not(.auth-page) .brand{min-width:0!important;max-width:calc(100% - 48px)!important;gap:7px!important;color:#1f2937!important;font-size:15px!important;font-weight:780!important;letter-spacing:-.025em!important}
  body:not(.admin-body):not(.auth-page) .brand img{width:30px!important;height:30px!important;max-width:30px!important;object-fit:contain!important}
  body:not(.admin-body):not(.auth-page) .brand-mark{width:29px!important;height:29px!important;flex:0 0 29px!important;background:linear-gradient(135deg,#ff7c2b,#ff5c21)!important}
  body:not(.admin-body):not(.auth-page) .brand>span:last-child{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
  body:not(.admin-body):not(.auth-page) .nav-toggle{
    margin-left:auto!important;width:36px!important;height:36px!important;min-width:36px!important;flex:0 0 36px!important;
    padding:9px!important;border:1px solid #eceff3!important;border-radius:10px!important;background:#fff!important;box-shadow:none!important;
  }
  body:not(.admin-body):not(.auth-page) .nav-toggle span{height:1.5px!important;background:#344054!important;border-radius:999px!important}
  body:not(.admin-body):not(.auth-page) .global-search,
  body:not(.admin-body):not(.auth-page) .head-actions{display:none!important}

  /* drawer stays functional, but visually closer to native sheet */
  .site-header nav[data-site-nav]{width:min(88vw,328px)!important;border-radius:0 18px 18px 0!important;background:#fff!important;box-shadow:18px 0 54px rgba(17,24,39,.16)!important}
  .mobile-nav-head{border-bottom:1px solid var(--m-line)!important}
  .site-header .nav-item>a{border-radius:11px!important}
  .site-header .nav-item.is-active>a{background:var(--m-orange-soft)!important;color:var(--m-orange)!important}
  .site-header .nav-item.is-active .drawer-nav-icon{background:var(--m-orange)!important;color:#fff!important}

  /* ---------- SIX-TAB APP BAR ---------- */
  .mobile-bottom-nav.mobile-app-tabbar{
    position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:1300!important;
    display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;width:100%!important;max-width:none!important;
    padding:5px 5px calc(5px + env(safe-area-inset-bottom))!important;margin:0!important;
    border:0!important;border-top:1px solid rgba(17,24,39,.075)!important;border-radius:0!important;
    background:rgba(255,255,255,.98)!important;box-shadow:0 -5px 18px rgba(17,24,39,.045)!important;backdrop-filter:blur(18px)!important;
  }
  .mobile-bottom-nav.mobile-app-tabbar a{
    min-height:50px!important;gap:2px!important;border-radius:9px!important;background:transparent!important;color:#8c949f!important;
    font-size:9.5px!important;font-weight:600!important;transition:color .16s ease,transform .12s ease!important;
  }
  .mobile-bottom-nav.mobile-app-tabbar a svg{width:19px!important;height:19px!important;stroke-width:1.75!important}
  .mobile-bottom-nav.mobile-app-tabbar a.on{color:var(--m-orange)!important;background:transparent!important}
  .mobile-bottom-nav.mobile-app-tabbar a.on:after{display:none!important}
  .mobile-bottom-nav.mobile-app-tabbar a:active{transform:scale(.94)!important}

  /* ---------- GENERIC APP PAGE ---------- */
  body:not(.admin-body):not(.auth-page) .page-banner,
  body:not(.admin-body):not(.auth-page) .category-hero{
    min-height:0!important;margin:10px 0 12px!important;padding:11px 2px 7px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;
  }
  body:not(.admin-body):not(.auth-page) .page-banner .eyebrow,
  body:not(.admin-body):not(.auth-page) .category-hero .eyebrow{margin-bottom:5px!important;color:var(--m-orange)!important;font-size:10px!important;letter-spacing:.03em!important}
  body:not(.admin-body):not(.auth-page) .page-banner h1,
  body:not(.admin-body):not(.auth-page) .category-hero h1{margin:0 0 5px!important;font-size:24px!important;line-height:1.15!important;letter-spacing:-.035em!important;color:var(--m-ink)!important}
  body:not(.admin-body):not(.auth-page) .page-banner p,
  body:not(.admin-body):not(.auth-page) .category-hero p{margin:0!important;font-size:11.5px!important;line-height:1.65!important;color:#838b96!important}
  body:not(.admin-body):not(.auth-page) .page-banner img{display:none!important}

  body:not(.admin-body):not(.auth-page) .panel{
    border:1px solid var(--m-line)!important;border-radius:var(--m-radius)!important;background:#fff!important;box-shadow:none!important;
  }
  body:not(.admin-body):not(.auth-page) .btn{border-radius:9px!important}
  body:not(.admin-body):not(.auth-page) .btn.primary{background:var(--m-orange)!important;color:#fff!important;box-shadow:none!important}
  body:not(.admin-body):not(.auth-page) .btn.ghost{border-color:#e8ebef!important;background:#fff!important;color:#4b5563!important}

  .section{padding:0!important;margin:28px 0!important}
  .section-title{margin-bottom:12px!important;align-items:flex-end!important;gap:8px!important}
  .section-title small{margin-bottom:4px!important;color:var(--m-orange)!important;font-size:9.5px!important;letter-spacing:.02em!important}
  .section-title h2{font-size:20px!important;line-height:1.18!important;letter-spacing:-.03em!important;color:var(--m-ink)!important}
  .section-title p{font-size:11px!important;color:#8a929d!important}
  .section-title>a{font-size:10.5px!important;color:#4c5561!important;font-weight:600!important}

  /* ---------- HOME / 01 ---------- */
  .page-home .brand-carousel-hero{margin:8px 0 0!important;border:0!important;border-radius:14px!important;background:#fff!important;box-shadow:var(--m-shadow)!important}
  .page-home .brand-carousel-shell{padding:13px!important;background:linear-gradient(135deg,#fff 0%,#fff8f2 100%)!important}
  .page-home .brand-carousel-top{margin-bottom:9px!important}.page-home .brand-carousel-kicker{font-size:10px!important;color:#7c8490!important}
  .page-home .brand-carousel-main{display:grid!important;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)!important;gap:10px!important;align-items:center!important}
  .page-home .brand-carousel-copy{order:1!important;width:auto!important;padding:2px 0!important}.page-home .brand-carousel-media{order:2!important;width:auto!important}
  .page-home .brand-carousel-copy h1{font-size:21px!important;line-height:1.14!important;letter-spacing:-.045em!important}
  .page-home .brand-carousel-subtitle{margin-top:7px!important;font-size:10.5px!important;line-height:1.55!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  .page-home .brand-carousel-actions{display:flex!important;gap:6px!important;margin-top:10px!important}
  .page-home .brand-carousel-actions .btn{min-height:34px!important;height:34px!important;padding:0 10px!important;font-size:10.5px!important}
  .page-home .brand-secondary-cta{display:none!important}
  .page-home .brand-social-proof{display:none!important}
  .page-home .brand-carousel-stage-wrap{border-radius:11px!important;background:#f2f3f5!important;box-shadow:none!important;overflow:hidden!important}
  .page-home .brand-carousel-stage{border-radius:11px!important;aspect-ratio:4/3!important}
  .page-home .brand-carousel-side-arrow,.page-home .brand-slide-cta{display:none!important}
  .page-home .brand-carousel-entry-grid{grid-template-columns:repeat(3,1fr)!important;gap:6px!important;margin-top:10px!important}
  .page-home .brand-entry-card{min-height:56px!important;padding:7px 5px!important;border:0!important;border-radius:10px!important;background:#fff!important;grid-template-columns:1fr!important;justify-items:center!important;gap:3px!important}
  .page-home .brand-entry-icon{width:27px!important;height:27px!important;border-radius:8px!important}.page-home .brand-entry-icon svg{width:15px!important;height:15px!important}
  .page-home .brand-entry-card b{font-size:9.5px!important}.page-home .brand-entry-card small,.page-home .brand-entry-card em{display:none!important}

  .page-home .section{margin:26px 0!important}
  .page-home .category-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:7px!important}
  .page-home .category-grid>a{min-height:76px!important;padding:9px 5px!important;border:0!important;border-radius:12px!important;background:#fff!important;box-shadow:none!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:5px!important}
  .page-home .category-grid i,.page-home .category-grid img{width:34px!important;height:34px!important;border-radius:10px!important;flex:0 0 34px!important;grid-row:auto!important;background:#fff4ec!important;color:var(--m-orange)!important}
  .page-home .category-grid b{font-size:10px!important;line-height:1.2!important}.page-home .category-grid span{display:none!important}.page-home .category-grid em{display:none!important}

  /* Home projects: compact two-column app cards */
  .page-home .home-project-grid,.page-home .project-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .page-home .home-project-card,.page-home .project-card{min-height:144px!important;padding:10px!important;border:1px solid var(--m-line)!important;border-radius:13px!important;background:#fff!important;box-shadow:none!important;display:block!important;overflow:hidden!important}
  .page-home .project-icon{width:44px!important;height:44px!important;min-width:44px!important;flex-basis:44px!important;border-radius:11px!important;margin-bottom:8px!important}
  .page-home .project-copy h3{font-size:12px!important;line-height:1.25!important;margin:0 0 5px!important}.page-home .project-copy p{font-size:9px!important;line-height:1.5!important;margin:3px 0!important;color:#7f8792!important}
  .page-home .project-tags{gap:3px!important;margin:0 0 5px!important}.page-home .project-tags span{padding:2px 5px!important;font-size:8px!important;border-radius:5px!important}
  .page-home .project-ribbon{padding:4px 6px!important;border-radius:0 12px 0 8px!important;font-size:7.5px!important}
  .page-home .project-price strong{font-size:10px!important;color:var(--m-orange)!important}.page-home .project-card-head>span{font-size:8.5px!important;margin-left:auto!important;text-align:right!important}

  /* Home tasks: concise cards; two columns to keep home density */
  .page-home .home-task-spotlight .task-grid,.page-home .task-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .page-home .task-card{min-height:0!important;padding:9px!important;border:1px solid var(--m-line)!important;border-radius:12px!important;box-shadow:none!important}
  .page-home .task-card-main-link{display:block!important}.page-home .task-card-top{margin-bottom:7px!important}.page-home .task-cover{height:84px!important;border-radius:9px!important;overflow:hidden!important}.page-home .task-cover img{width:100%!important;height:100%!important;object-fit:cover!important}
  .page-home .task-quick{display:none!important}.page-home .task-card h3{font-size:11px!important;line-height:1.4!important;margin:0 0 4px!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important}
  .page-home .task-card p,.page-home .task-card .meta{display:none!important}.page-home .task-bottom{margin-top:6px!important}.page-home .task-price-block small{display:none!important}.page-home .task-price{font-size:14px!important}.page-home .task-price .major{font-size:14px!important}.page-home .task-detail-btn{min-height:28px!important;padding:0 8px!important;font-size:8.5px!important;border-radius:7px!important}

  /* Home templates / articles keep the requested Xiaohongshu-like two-column feed */
  .page-home .template-grid,.page-home .article-grid{column-count:2!important;column-gap:8px!important;display:block!important}
  .page-home .template-grid>.qzp-template-card,.page-home .article-grid>.qzp-article-card{display:inline-block!important;width:100%!important;margin:0 0 8px!important;break-inside:avoid!important;vertical-align:top!important}

  /* Three-step card mirrors prototype's dark onboarding panel */
  .page-home .process-band.process-band-peach{padding:18px 15px!important;border:0!important;border-radius:16px!important;background:#1f2b3a!important;box-shadow:none!important;color:#fff!important;overflow:hidden!important}
  .page-home .process-band-peach .process-top{display:block!important}.page-home .process-band-peach .process-intro{max-width:100%!important}.page-home .process-band-peach .process-kicker{color:#ff8b55!important;font-size:10px!important}.page-home .process-band-peach .process-kicker i{display:none!important}
  .page-home .process-band-peach h2{margin:7px 0 5px!important;color:#fff!important;font-size:23px!important;line-height:1.12!important}.page-home .process-band-peach .process-intro p{color:#aeb8c5!important;font-size:10.5px!important;line-height:1.6!important}
  .page-home .process-band-peach .process-illustration{display:none!important}
  .page-home .process-band-peach ol{display:grid!important;grid-template-columns:1fr!important;gap:0!important;margin-top:14px!important;border-top:1px solid rgba(255,255,255,.12)!important}
  .page-home .process-band-peach ol li{display:grid!important;grid-template-columns:32px 1fr!important;gap:7px!important;align-items:center!important;padding:10px 0!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.11)!important;background:transparent!important;box-shadow:none!important}
  .page-home .process-band-peach ol li:last-child{border-bottom:0!important}.page-home .process-band-peach ol li em{width:auto!important;height:auto!important;background:none!important;color:#ff8651!important;font-size:10px!important;font-style:normal!important;font-weight:800!important}
  .page-home .process-band-peach ol li b{font-size:11px!important;color:#fff!important}.page-home .process-band-peach ol li span{font-size:9px!important;color:#9da9b7!important}

  /* ---------- TASK HALL / 02 ---------- */
  .page-tasks .filterbar{
    position:sticky!important;top:57px!important;z-index:20!important;display:grid!important;grid-template-columns:1fr auto!important;gap:7px!important;
    margin:0 0 10px!important;padding:7px!important;border:1px solid var(--m-line)!important;border-radius:12px!important;background:rgba(255,255,255,.96)!important;box-shadow:none!important;backdrop-filter:blur(14px)!important;
  }
  .page-tasks .filterbar input{grid-column:1/-1!important;min-height:38px!important;height:38px!important;border:0!important;border-radius:9px!important;background:#f5f6f8!important;font-size:11px!important;padding:0 11px!important}
  .page-tasks .filterbar select{min-height:36px!important;height:36px!important;border:0!important;border-radius:9px!important;background:#f5f6f8!important;font-size:10px!important;padding:0 10px!important}
  .page-tasks .filterbar .btn{min-height:36px!important;height:36px!important;padding:0 15px!important;font-size:10px!important}
  .page-tasks .task-grid.large{display:grid!important;grid-template-columns:1fr!important;gap:7px!important}
  .page-tasks .task-card{position:relative!important;min-height:92px!important;padding:10px 92px 10px 10px!important;border:1px solid var(--m-line)!important;border-radius:12px!important;background:#fff!important;box-shadow:none!important}
  .page-tasks .task-card-main-link{display:grid!important;grid-template-columns:48px minmax(0,1fr)!important;grid-template-areas:"thumb title" "thumb desc" "thumb meta"!important;column-gap:9px!important;align-content:center!important}
  .page-tasks .task-card-top{grid-area:thumb!important;margin:0!important;display:block!important}.page-tasks .task-cover,.page-tasks .task-icon{width:48px!important;height:48px!important;border-radius:10px!important;margin:0!important;overflow:hidden!important}.page-tasks .task-cover img{width:100%!important;height:100%!important;object-fit:cover!important}.page-tasks .task-quick{display:none!important}
  .page-tasks .task-card h3{grid-area:title!important;margin:0 0 3px!important;font-size:12px!important;line-height:1.3!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.page-tasks .task-card p{grid-area:desc!important;margin:0 0 3px!important;min-height:0!important;font-size:9px!important;line-height:1.35!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:#8a929d!important}.page-tasks .task-card .meta{grid-area:meta!important;margin:0!important;gap:4px!important;flex-wrap:nowrap!important;overflow:hidden!important}.page-tasks .task-card .meta span{padding:2px 4px!important;border-radius:5px!important;font-size:7.5px!important;white-space:nowrap!important}
  .page-tasks .task-bottom{position:absolute!important;right:10px!important;top:50%!important;transform:translateY(-50%)!important;width:74px!important;margin:0!important;display:flex!important;flex-direction:column!important;align-items:flex-end!important;gap:5px!important}.page-tasks .task-price-block{text-align:right!important}.page-tasks .task-price-block small{font-size:7.5px!important;color:#9aa1ab!important}.page-tasks .task-price{font-size:14px!important;line-height:1!important;color:var(--m-orange)!important}.page-tasks .task-price .major{font-size:14px!important}.page-tasks .task-detail-btn{min-height:25px!important;height:25px!important;padding:0 8px!important;border-radius:7px!important;font-size:8px!important;background:var(--m-orange)!important}
  .page-tasks .marketing-badge{top:5px!important;left:5px!important;padding:2px 5px!important;font-size:7px!important}

  /* task detail becomes native stacked detail screen */
  .page-tasks .task-detail-hero{display:block!important;margin:8px 0!important;padding:14px!important;border:1px solid var(--m-line)!important;border-radius:14px!important;background:#fff!important;box-shadow:none!important}
  .page-tasks .task-detail-cover{margin-top:11px!important;border-radius:11px!important;overflow:hidden!important;max-height:220px!important}.page-tasks .task-detail-cover img{width:100%!important;max-height:220px!important;object-fit:cover!important}
  .page-tasks .task-detail-badges{gap:4px!important}.page-tasks .task-detail-badges span{font-size:8px!important;padding:3px 6px!important}.page-tasks .task-detail-platform{margin:10px 0 6px!important;font-size:10px!important}.page-tasks .task-detail-platform-logo,.page-tasks .task-detail-icon{width:28px!important;height:28px!important}
  .page-tasks .task-detail-copy h1{font-size:22px!important;line-height:1.25!important;margin:0 0 7px!important}.page-tasks .task-detail-copy>p{font-size:11px!important;line-height:1.65!important;color:#7f8791!important}
  .page-tasks .task-fact-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important;margin-top:12px!important;border-top:1px solid var(--m-line)!important}.page-tasks .task-fact-grid>div{padding:9px 0!important;border-bottom:1px solid var(--m-line)!important}.page-tasks .task-fact-grid small{font-size:8px!important}.page-tasks .task-fact-grid b{font-size:10px!important}
  .page-tasks .task-detail-layout{display:flex!important;flex-direction:column!important;gap:9px!important}.page-tasks .task-detail-main{order:2!important}.page-tasks .task-action-card{order:1!important;position:static!important;padding:13px!important;border:1px solid #ffe1d2!important;border-radius:14px!important;background:#fff8f4!important;box-shadow:none!important}.page-tasks .task-action-price strong{font-size:28px!important;color:var(--m-orange)!important}.page-tasks .task-action-primary{height:42px!important}.page-tasks .task-action-note{font-size:9px!important;line-height:1.5!important}
  .page-tasks .task-detail-section{padding:14px!important;border:1px solid var(--m-line)!important;border-radius:14px!important;background:#fff!important;box-shadow:none!important;margin-bottom:8px!important}.page-tasks .task-detail-section-head span{font-size:10px!important;color:var(--m-orange)!important}.page-tasks .task-detail-section-head small{font-size:8px!important}.page-tasks .task-detail-section-head h2{font-size:15px!important}.page-tasks .task-rich-text{font-size:11px!important;line-height:1.8!important}

  /* ---------- TEMPLATE LIBRARY / 03 ---------- */
  .page-templates .template-searchbar{gap:7px!important;padding:8px!important;border-radius:12px!important;background:#fff!important;border:1px solid var(--m-line)!important}
  .page-templates .template-filter-panel{padding:9px!important;border-radius:12px!important;background:#fff!important;border:1px solid var(--m-line)!important}
  .page-templates .template-filter-row{padding:7px 0!important;border-bottom:1px solid #f0f1f3!important}.page-templates .template-filter-row:last-child{border-bottom:0!important}.page-templates .template-filter-row>strong{margin-bottom:5px!important;font-size:9px!important;color:#7b8490!important}.page-templates .template-filter-row>div{gap:5px!important;overflow:auto!important;flex-wrap:nowrap!important;scrollbar-width:none!important}.page-templates .template-filter-row>div::-webkit-scrollbar{display:none!important}.page-templates .template-filter-row button,.page-templates .template-filter-row a{min-height:28px!important;padding:0 9px!important;border-radius:7px!important;font-size:8.5px!important;white-space:nowrap!important}
  .page-templates .template-category-list.compact{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}.page-templates .template-category-list.compact>a{min-height:88px!important;padding:9px 6px!important;border-radius:12px!important;text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}.page-templates .template-category-list.compact img,.page-templates .template-category-list.compact i{width:40px!important;height:40px!important;border-radius:11px!important}.page-templates .template-category-list.compact b{font-size:10px!important}.page-templates .template-category-list.compact p{display:none!important}
  .page-templates .template-grid.four{column-count:2!important;column-gap:8px!important}.page-templates .template-grid.four>.tpl-card{display:inline-flex!important;width:100%!important;margin:0 0 8px!important;break-inside:avoid!important;border:1px solid var(--m-line)!important;border-radius:12px!important;box-shadow:none!important}
  .qzp-template-card .tpl-flow-body{padding:8px!important}.qzp-template-card .tpl-title-row h3{font-size:11px!important;line-height:1.42!important}.qzp-template-card .tpl-card-date{font-size:7.5px!important}.qzp-template-card .semantic-tag{font-size:7.5px!important;padding:2px 4px!important;border-radius:4px!important}.qzp-template-card .tpl-metric-line strong{font-size:16px!important;color:var(--m-orange)!important}.qzp-template-card .tpl-metric-line span{font-size:7.5px!important}.qzp-template-card .tpl-summary{font-size:8.5px!important;line-height:1.45!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important}.qzp-template-card .tpl-cta{height:29px!important;min-height:29px!important;font-size:8px!important;border-radius:7px!important;background:var(--m-orange)!important}

  /* template detail */
  .page-templates .template-detail-hero{display:block!important;gap:10px!important}.page-templates .template-detail-hero>.tpl-media,.page-templates .template-detail-hero>.template-media,.page-templates .template-detail-media{border-radius:14px!important;overflow:hidden!important}.page-templates .template-detail-copy h1{font-size:22px!important}.page-templates .template-stats{gap:6px!important;flex-wrap:wrap!important}.page-templates .template-stats span{font-size:8.5px!important}.page-templates .detail-layout{grid-template-columns:1fr!important;gap:8px!important}.page-templates .detail-layout .panel{padding:14px!important}.page-templates .video-copy-panel{padding:14px!important}

  /* ---------- ARTICLE / INFORMATION ---------- */
  .page-articles .filterbar{display:grid!important;grid-template-columns:1fr auto!important;gap:7px!important;padding:7px!important;border:1px solid var(--m-line)!important;border-radius:12px!important;background:#fff!important}.page-articles .filterbar input{grid-column:1/-1!important;min-height:38px!important;border:0!important;background:#f5f6f8!important;border-radius:9px!important;font-size:10px!important}.page-articles .filterbar select{min-height:34px!important;border:0!important;background:#f5f6f8!important;border-radius:9px!important;font-size:9px!important}.page-articles .filterbar .btn{min-height:34px!important;padding:0 12px!important;font-size:9px!important}
  .page-articles .page-article-grid,.page-home .article-grid{column-count:2!important;column-gap:8px!important;display:block!important}.page-articles .page-article-grid>.qzp-article-card,.page-home .article-grid>.qzp-article-card{display:inline-block!important;width:100%!important;margin:0 0 8px!important;break-inside:avoid!important;border:1px solid var(--m-line)!important;border-radius:11px!important;background:#fff!important;overflow:hidden!important;box-shadow:none!important}.qzp-article-card .article-cover{aspect-ratio:auto!important}.qzp-article-card .article-cover img{width:100%!important;height:auto!important;object-fit:contain!important}.qzp-article-card .article-card-body{padding:8px!important}.qzp-article-card .article-meta-line{margin-bottom:5px!important}.qzp-article-card .article-meta-line .semantic-tag{font-size:7.5px!important;padding:2px 4px!important}.qzp-article-card .article-meta-line time{font-size:7px!important}.qzp-article-card h3{font-size:11px!important;line-height:1.45!important;margin:0 0 4px!important}.qzp-article-card p{font-size:8.5px!important;line-height:1.45!important;margin:0 0 6px!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important}.qzp-article-card .article-cta{font-size:8px!important;color:#7a828e!important}
  .page-articles .article-single{margin-top:8px!important}.page-articles .article-single-head{padding:4px 0 10px!important}.page-articles .article-single-head h1{font-size:24px!important;line-height:1.28!important}.page-articles .article-single-head p{font-size:11px!important;line-height:1.65!important}.page-articles .article-meta{font-size:8.5px!important}.page-articles .article-hero-image{border-radius:12px!important}.page-articles .article-content{padding:14px!important;border:1px solid var(--m-line)!important;border-radius:14px!important;background:#fff!important;font-size:13px!important;line-height:1.85!important}

  /* ---------- CREATOR / 09 ---------- */
  .creator-library{padding:8px 0 24px!important}.creator-library::before{display:none!important}.creator-library-head{display:block!important;text-align:left!important;margin:9px 0 12px!important}.creator-title-rule{display:none!important}.creator-title-copy>span{margin-bottom:4px!important;color:var(--m-orange)!important;font-size:9px!important}.creator-title-copy h1{font-size:24px!important}.creator-title-copy p{margin-top:5px!important;font-size:10.5px!important;line-height:1.6!important}
  .creator-tools{display:block!important;margin:0 0 12px!important;padding:7px!important;border:1px solid var(--m-line)!important;border-radius:12px!important;background:#fff!important;box-shadow:none!important}.creator-platform-tabs{gap:5px!important}.creator-platform-tab{min-height:32px!important;padding:0 8px!important;border-radius:8px!important;background:#f5f6f8!important}.creator-platform-tab b{font-size:8.5px!important}.creator-platform-tab small{font-size:7px!important}.creator-platform-tab img,.creator-platform-tab .creator-platform-letter,.creator-platform-all{width:20px!important;height:20px!important;border-radius:6px!important}.creator-search{height:36px!important;margin-top:6px!important;border:0!important;border-radius:9px!important;background:#f5f6f8!important}.creator-search input{font-size:9.5px!important}.creator-search span{font-size:7.5px!important}
  .creator-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.creator-card{padding:12px 9px!important;border:1px solid var(--m-line)!important;border-radius:13px!important;background:#fff!important;box-shadow:none!important;text-align:center!important}.creator-avatar-wrap{margin:0 auto 7px!important}.creator-avatar{width:58px!important;height:58px!important;border-radius:50%!important}.creator-card-platform{justify-content:center!important;margin-bottom:6px!important}.creator-card-platform span{font-size:8px!important}.creator-info-list{gap:3px!important}.creator-info-list>div{display:block!important;padding:0!important;border:0!important}.creator-info-list dt{display:none!important}.creator-info-list dd{font-size:8.5px!important}.creator-info-list strong{font-size:11px!important}.creator-recommend-row{display:none!important}.creator-tags{justify-content:center!important;gap:3px!important;margin-top:6px!important}.creator-tags span{font-size:7px!important;padding:2px 4px!important}.creator-card-foot{display:block!important}.creator-visit{min-height:28px!important;margin-top:7px!important;border-radius:7px!important;font-size:8px!important;background:var(--m-orange)!important;color:#fff!important;justify-content:center!important}

  /* ---------- COURSE LIBRARY / 08 ---------- */
  .course-library{padding:8px 0 24px!important}.course-library-hero{display:block!important;text-align:left!important;margin:8px 0 12px!important}.course-hero-rule{display:none!important}.course-hero-copy>span{font-size:9px!important;color:var(--m-orange)!important}.course-hero-copy h1{margin:4px 0!important;font-size:24px!important;letter-spacing:-.04em!important}.course-hero-copy p{margin:0!important;font-size:10.5px!important;line-height:1.6!important;color:#838b96!important}
  .course-library-tools{display:block!important;margin:0 0 12px!important;padding:8px!important;border:1px solid var(--m-line)!important;border-radius:12px!important;background:#fff!important;box-shadow:none!important}.course-category-label{margin:0 0 6px!important;font-size:9px!important;color:#7e8792!important}.course-category-tabs{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;overflow:visible!important}.course-category-tab{width:100%!important;min-width:0!important;min-height:56px!important;height:auto!important;padding:7px 4px!important;border:1px solid #eef0f3!important;border-radius:10px!important;background:#fafbfc!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:3px!important;text-align:center!important}.course-category-tab.on{background:var(--m-orange-soft)!important;border-color:#ffd6c3!important;color:var(--m-orange)!important;box-shadow:none!important}.course-category-tab img,.course-category-tab>span{width:24px!important;height:24px!important;border-radius:7px!important}.course-category-tab b{max-width:100%!important;font-size:8.5px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.course-category-tab small{font-size:7px!important}.course-search{height:38px!important;margin-top:7px!important;border:0!important;border-radius:9px!important;background:#f5f6f8!important}.course-search input{font-size:9.5px!important}.course-search span{font-size:7.5px!important}
  .course-grid{grid-template-columns:1fr!important;gap:8px!important}.course-card{position:relative!important;min-height:92px!important;padding:10px 38px 10px 10px!important;border:1px solid var(--m-line)!important;border-radius:13px!important;background:#fff!important;box-shadow:none!important;display:grid!important;grid-template-columns:70px minmax(0,1fr)!important;gap:10px!important;align-items:center!important}.course-card-logo-wrap{margin:0!important}.course-logo-card{width:70px!important;height:70px!important;border-radius:11px!important}.course-card-body h2{margin:0 0 4px!important;font-size:13px!important;line-height:1.3!important}.course-card-category{display:inline-flex!important;margin:0 0 4px!important;padding:2px 5px!important;border-radius:5px!important;font-size:7.5px!important;background:var(--m-orange-soft)!important;color:var(--m-orange)!important}.course-card-tags{display:none!important}.course-card-body p{margin:0!important;font-size:8.5px!important;line-height:1.45!important;color:#858d98!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important}.course-hot-badge{top:5px!important;right:5px!important;font-size:7px!important;padding:2px 5px!important}.course-enter{position:absolute!important;right:9px!important;top:50%!important;transform:translateY(-50%)!important;width:26px!important;height:26px!important;min-height:26px!important;padding:0!important;border:0!important;border-radius:50%!important;background:#f4f5f7!important;color:#68717d!important;display:grid!important;place-items:center!important}.course-enter span{display:none!important}.course-enter svg{width:14px!important;height:14px!important}

  /* course detail directory */
  .course-detail{padding:7px 0 22px!important}.course-detail-top{display:block!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.course-detail-cover{border-radius:14px!important;overflow:hidden!important;background:#eee!important}.course-detail-cover img{width:100%!important;aspect-ratio:16/9!important;object-fit:cover!important}.course-detail-meta{margin-top:10px!important;padding:12px!important;border:1px solid var(--m-line)!important;border-radius:13px!important;background:#fff!important}.course-detail-category{font-size:8px!important;color:var(--m-orange)!important}.course-detail-meta h1{margin:4px 0 8px!important;font-size:20px!important;line-height:1.25!important}.course-author-line{padding:8px 0!important;border-top:1px solid var(--m-line)!important;border-bottom:1px solid var(--m-line)!important}.course-author-line img,.course-author-line>span{width:32px!important;height:32px!important}.course-author-line small{font-size:7px!important}.course-author-line b{font-size:9.5px!important}.course-detail-tags{gap:4px!important;margin:8px 0!important}.course-detail-tags span{font-size:7.5px!important;padding:2px 5px!important}.course-detail-summary{font-size:9.5px!important;line-height:1.6!important}.course-type-switches,.course-detail-stats{gap:5px!important;flex-wrap:wrap!important}.course-type-switches span,.course-detail-stats span{font-size:7.5px!important;padding:3px 5px!important}
  .course-section-tabs{display:flex!important;gap:5px!important;margin:9px 0!important;padding:5px!important;border:1px solid var(--m-line)!important;border-radius:10px!important;background:#fff!important;overflow:auto!important}.course-section-tabs button{min-width:max-content!important;min-height:34px!important;padding:0 9px!important;border-radius:8px!important;font-size:8.5px!important}.course-section-tabs button small{display:none!important}.course-section-tabs button.on{background:var(--m-orange-soft)!important;color:var(--m-orange)!important}
  .course-directory{margin-top:9px!important;padding:12px!important;border:1px solid var(--m-line)!important;border-radius:13px!important;background:#fff!important;box-shadow:none!important}.course-directory-head{margin-bottom:8px!important}.course-directory-head small{font-size:7px!important;color:#9aa1aa!important}.course-directory-head h2{font-size:15px!important}.course-directory-head>span{font-size:8px!important}.course-directory-card{min-height:78px!important;padding:8px 0!important;border:0!important;border-bottom:1px solid var(--m-line)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;display:grid!important;grid-template-columns:64px minmax(0,1fr) auto!important;gap:8px!important;align-items:center!important}.course-directory-card:last-child{border-bottom:0!important}.course-directory-thumb{width:64px!important;height:52px!important;border-radius:8px!important;overflow:hidden!important}.course-directory-thumb img{width:100%!important;height:100%!important;object-fit:cover!important}.course-directory-thumb em{font-size:7px!important}.course-directory-kicker span,.course-directory-kicker i{font-size:7px!important}.course-directory-info h3{margin:3px 0!important;font-size:10.5px!important;line-height:1.35!important}.course-directory-info p{font-size:7.5px!important;margin:0!important}.course-directory-tags{display:none!important}.course-study-btn{min-height:28px!important;height:28px!important;padding:0 7px!important;border-radius:7px!important;background:var(--m-orange)!important;color:#fff!important}.course-study-btn span{font-size:8px!important}.course-study-btn svg{display:none!important}.course-download-panel{padding:12px!important;border:1px solid var(--m-line)!important;border-radius:13px!important}.course-download-head h2{font-size:15px!important}.course-download-head p{font-size:8px!important}.course-download-grid{grid-template-columns:1fr!important;gap:7px!important}

  /* course lesson: media first, description below */
  .course-study-page{padding:6px 0 22px!important}.course-study-hero{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.course-study-back{min-height:34px!important;font-size:9px!important;margin-bottom:7px!important}.course-study-hero-grid{display:block!important}.course-study-cover{border-radius:13px!important;overflow:hidden!important}.course-study-cover img{width:100%!important;aspect-ratio:16/9!important;object-fit:cover!important}.course-study-intro{margin-top:8px!important;padding:11px!important;border:1px solid var(--m-line)!important;border-radius:12px!important;background:#fff!important}.course-study-eyebrow{font-size:8px!important;color:var(--m-orange)!important}.course-study-intro h1{margin:4px 0!important;font-size:18px!important;line-height:1.3!important}.course-study-byline{font-size:8px!important;gap:5px!important}.course-study-progress{font-size:8px!important}
  .course-study-content{margin-top:8px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.course-study-content-head{padding:10px 11px!important;border:1px solid var(--m-line)!important;border-radius:11px 11px 0 0!important;background:#fff!important}.course-study-content-head small{font-size:7px!important}.course-study-content-head h2{font-size:14px!important}.course-copy-content{min-height:28px!important;font-size:8px!important}.course-study-body{padding:0!important}.course-video-shell{border-radius:0 0 13px 13px!important;overflow:hidden!important}.course-article-body{padding:14px!important;border:1px solid var(--m-line)!important;border-top:0!important;border-radius:0 0 13px 13px!important;background:#fff!important;font-size:12px!important;line-height:1.85!important}.course-long-image{margin:0!important}.course-study-pager{grid-template-columns:1fr auto 1fr!important;gap:5px!important;margin-top:9px!important}.course-study-pager>a,.course-study-pager>span{min-height:48px!important;padding:7px!important;border-radius:10px!important;font-size:8px!important}.course-study-pager b{font-size:8px!important}.course-study-directory-link{min-width:62px!important;background:var(--m-orange)!important;color:#fff!important}

  /* ---------- MEMBER / 05-07 ---------- */
  .member-mobile-titlebar{align-items:flex-end!important;justify-content:space-between!important;padding:10px 2px 7px!important}.member-mobile-titlebar small{display:block!important;margin-bottom:3px!important;color:var(--m-orange)!important;font-size:8px!important;font-weight:800!important}.member-mobile-titlebar h1{margin:0!important;font-size:23px!important;line-height:1.1!important}.member-mobile-titlebar>a{padding:6px 8px!important;border-radius:8px!important;background:#fff!important;border:1px solid var(--m-line)!important;font-size:8.5px!important;color:#69717d!important}
  .member-dashboard-head{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:10px!important;margin:0 0 8px!important;padding:14px!important;border:0!important;border-radius:15px!important;background:linear-gradient(145deg,#1d2a38,#26364a)!important;color:#fff!important;box-shadow:none!important}.member-dashboard-head>div:first-child span{color:#ff9a6b!important;font-size:8px!important}.member-dashboard-head h1{margin:5px 0 3px!important;color:#fff!important;font-size:20px!important}.member-dashboard-head p{margin:0!important;color:#b8c1cc!important;font-size:9px!important}.member-account-chip{width:100%!important;padding:8px 10px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:10px!important;background:rgba(255,255,255,.06)!important}.member-account-chip small{font-size:7px!important;color:#aeb7c3!important}.member-account-chip b{font-size:9px!important;color:#fff!important}.member-account-chip span{font-size:7px!important;color:#9de1bf!important}
  .member-mobile-shortcuts{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important;margin:0 0 8px!important}.member-mobile-shortcuts a{min-width:0!important;padding:9px 4px!important;border:1px solid var(--m-line)!important;border-radius:11px!important;background:#fff!important;text-align:center!important}.member-mobile-shortcuts span{display:grid!important;place-items:center!important;width:28px!important;height:28px!important;margin:0 auto 4px!important;border-radius:9px!important;background:var(--m-orange-soft)!important;color:var(--m-orange)!important;font-size:12px!important;font-weight:800!important}.member-mobile-shortcuts b{display:block!important;font-size:8.5px!important;white-space:nowrap!important}.member-mobile-shortcuts small{display:block!important;margin-top:2px!important;color:#9aa1aa!important;font-size:6.5px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .member-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;margin-bottom:8px!important}.member-metric-grid>div{padding:11px!important;border:1px solid var(--m-line)!important;border-radius:12px!important;background:#fff!important;box-shadow:none!important}.member-metric-grid span{font-size:8px!important;color:#818995!important}.member-metric-grid strong{font-size:20px!important;color:var(--m-ink)!important}.member-metric-grid>div:first-child strong{color:var(--m-orange)!important}.member-metric-grid small{font-size:7px!important}
  .member-section-nav{display:flex!important;gap:5px!important;overflow:auto!important;margin:0 0 8px!important;padding:5px!important;border:1px solid var(--m-line)!important;border-radius:10px!important;background:#fff!important;scrollbar-width:none!important}.member-section-nav::-webkit-scrollbar{display:none!important}.member-section-nav a{min-height:30px!important;padding:0 9px!important;border-radius:7px!important;background:#f5f6f8!important;display:flex!important;align-items:center!important;white-space:nowrap!important;font-size:8px!important}
  .member-panel{margin:0 0 8px!important;padding:12px!important;border:1px solid var(--m-line)!important;border-radius:13px!important;background:#fff!important;box-shadow:none!important}.member-panel .section-title{margin-bottom:8px!important}.member-panel .section-title small{font-size:7px!important}.member-panel .section-title h2{font-size:14px!important}.member-panel .section-title>a,.member-panel-note{font-size:7.5px!important}
  .member-panel .table-wrap{overflow:visible!important}.member-panel table,.member-panel thead,.member-panel tbody,.member-panel tr,.member-panel td{display:block!important;width:100%!important}.member-panel thead{display:none!important}.member-panel tr{position:relative!important;padding:9px 68px 9px 0!important;border-bottom:1px solid var(--m-line)!important}.member-panel tr:last-child{border-bottom:0!important}.member-panel td{padding:1px 0!important;border:0!important;font-size:8px!important}.member-panel td:first-child{font-size:10px!important;font-weight:700!important}.member-panel td:nth-child(3){position:absolute!important;right:0!important;top:10px!important;color:var(--m-orange)!important;font-weight:800!important}.member-panel td:last-child{position:absolute!important;right:0!important;bottom:9px!important}.member-panel .linkbtn{font-size:8px!important;color:var(--m-orange)!important}
  .settlement-row{padding:9px 0!important}.settlement-row b{font-size:9px!important}.settlement-row small{font-size:7px!important}.settlement-row strong{font-size:12px!important;color:var(--m-orange)!important}.settlement-status{font-size:7px!important;padding:2px 5px!important}
  .notification-list{gap:0!important}.notification-item{padding:10px 0!important;border:0!important;border-bottom:1px solid var(--m-line)!important;border-radius:0!important;background:#fff!important}.notification-item:last-child{border-bottom:0!important}.notification-item>div>span{display:inline-flex!important;width:28px!important;height:28px!important;margin-right:7px!important;border-radius:8px!important;background:#fff0e7!important;color:var(--m-orange)!important;align-items:center!important;justify-content:center!important;font-size:0!important;float:left!important}.notification-item>div>span:after{content:"◉"!important;font-size:10px!important}.notification-item h3{margin:0 0 3px!important;font-size:10px!important}.notification-item p{margin:0!important;font-size:8px!important;line-height:1.45!important;color:#8b929c!important}.notification-item time{font-size:7px!important;color:#a2a8b0!important}.notification-item.is-unread h3:after{content:""!important;display:inline-block!important;width:5px!important;height:5px!important;margin-left:4px!important;border-radius:50%!important;background:var(--m-orange)!important;vertical-align:middle!important}
  .account-info-grid{grid-template-columns:1fr!important;gap:0!important}.account-info-grid>div{padding:9px 0!important;border:0!important;border-bottom:1px solid var(--m-line)!important}.account-info-grid>div:last-child{border-bottom:0!important}.account-info-grid small{font-size:7px!important}.account-info-grid b{font-size:9px!important}.account-info-grid span{font-size:7px!important}

  /* Dashboard page variants emulate separate APP pages while reusing real data/functions */
  .page-dashboard.mobile-view-messages .member-dashboard-head,
  .page-dashboard.mobile-view-messages .member-mobile-shortcuts,
  .page-dashboard.mobile-view-messages .member-metric-grid,
  .page-dashboard.mobile-view-messages .member-section-nav,
  .page-dashboard.mobile-view-messages #tasks,
  .page-dashboard.mobile-view-messages #settlements,
  .page-dashboard.mobile-view-messages #account{display:none!important}
  .page-dashboard.mobile-view-wallet .member-dashboard-head,
  .page-dashboard.mobile-view-wallet .member-mobile-shortcuts,
  .page-dashboard.mobile-view-wallet .member-section-nav,
  .page-dashboard.mobile-view-wallet #tasks,
  .page-dashboard.mobile-view-wallet #messages,
  .page-dashboard.mobile-view-wallet #account{display:none!important}
  .page-dashboard.mobile-view-tasks .member-dashboard-head,
  .page-dashboard.mobile-view-tasks .member-mobile-shortcuts,
  .page-dashboard.mobile-view-tasks .member-metric-grid,
  .page-dashboard.mobile-view-tasks .member-section-nav,
  .page-dashboard.mobile-view-tasks #settlements,
  .page-dashboard.mobile-view-tasks #messages,
  .page-dashboard.mobile-view-tasks #account{display:none!important}
  .page-dashboard.mobile-view-profile #tasks,
  .page-dashboard.mobile-view-profile #settlements,
  .page-dashboard.mobile-view-profile #messages{display:none!important}

  /* ---------- PRESS / MOTION ---------- */
  a,button,.task-card,.course-card,.creator-card,.qzp-template-card,.qzp-article-card{touch-action:manipulation}
  .task-card:active,.course-card:active,.creator-card:active,.qzp-template-card:active,.qzp-article-card:active,.project-card:active,.category-grid>a:active{transform:scale(.985)!important;transition:transform .08s ease!important}
  .btn:active,.course-study-btn:active,.creator-visit:active{transform:scale(.97)!important}

  /* popup/dialog adapt to APP sheet */
  dialog.task-submit-dialog{width:calc(100% - 18px)!important;max-width:none!important;max-height:88dvh!important;margin:auto!important;border-radius:16px!important}.task-submit-form{max-height:88dvh!important}.submit-dialog-head{padding:13px!important}.submit-dialog-body{padding:11px 13px!important}.submit-dialog-actions{padding:10px 13px calc(10px + env(safe-area-inset-bottom))!important}
}

@media (max-width:390px){
  .page-home .brand-carousel-copy h1{font-size:19px!important}
  .page-home .category-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .member-mobile-shortcuts{gap:4px!important}.member-mobile-shortcuts a{padding-inline:2px!important}
  .course-category-tab{min-height:52px!important}.course-card{grid-template-columns:62px minmax(0,1fr)!important}.course-logo-card{width:62px!important;height:62px!important}
}

@media (prefers-reduced-motion:reduce) and (max-width:767.98px){
  *,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}

@media (max-width:767.98px){
  body.nav-drawer-open .mobile-app-tabbar,
  body.mobile-keyboard-open .mobile-app-tabbar,
  body:has(dialog[open]) .mobile-app-tabbar{transform:translateY(calc(100% + 12px))!important;pointer-events:none!important}
  .mobile-app-tabbar{transition:transform .2s ease!important}
}

/* =========================================================
   V3.13.1 · 任课堂 MOBILE COURSE APP REBUILD
   High-fidelity course UI based on the approved prototype boards.
   Desktop course UI remains untouched.
   ========================================================= */
.mobile-course-only{display:none!important}

@media (max-width:767.98px){
  body.page-route-courses .site-header,
  body.page-route-course .site-header,
  body.page-route-course_lesson .site-header{display:none!important}
  body.page-route-courses .site-main,
  body.page-route-course .site-main,
  body.page-route-course_lesson .site-main{padding-top:0!important;padding-bottom:18px!important}
  body.page-route-courses .site-main.container,
  body.page-route-course .site-main.container,
  body.page-route-course_lesson .site-main.container{padding-inline:12px!important}
  .course-desktop-only{display:none!important}
  .mobile-course-only{display:block!important}
  .mobile-course-only[hidden]{display:none!important}

  .mobile-bottom-nav.mobile-course-tabbar{grid-template-columns:repeat(5,minmax(0,1fr))!important}
  .mobile-bottom-nav.mobile-course-tabbar a.on{color:#16b86b!important}
  .page-route-course_lesson .mobile-course-tabbar{display:none!important}
  body.page-route-course_lesson{padding-bottom:calc(70px + env(safe-area-inset-bottom))!important}

  .m-course-screen{--mc-green:#16b86b;--mc-green-soft:#ecfbf3;--mc-blue:#2d72ff;--mc-orange:#ff6a32;--mc-purple:#7652ff;--mc-ink:#1f2734;--mc-muted:#88909d;--mc-line:#edf0f3;margin:0 -1px;padding:0 0 16px;color:var(--mc-ink)}
  .m-course-screen a{text-decoration:none}
  .m-course-screen button,.m-course-screen input,.m-course-screen textarea{font:inherit}
  .m-course-screen [hidden]{display:none!important}

  /* top app bars */
  .m-course-homebar,.m-course-topbar{
    position:sticky;top:0;z-index:1060;min-height:58px;margin:0 -12px 12px;padding:10px 14px;
    background:rgba(247,248,250,.96);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);
    border-bottom:1px solid rgba(17,24,39,.035)
  }
  .m-course-homebar{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center}
  .m-course-homebar>strong{font-size:21px;letter-spacing:-.045em;font-weight:850;white-space:nowrap}
  .m-course-home-search,.m-course-main-search{display:flex;align-items:center;gap:6px;background:#fff;border:1px solid #f0f1f3;border-radius:999px;box-shadow:0 4px 14px rgba(31,39,52,.03)}
  .m-course-home-search{height:36px;padding:0 11px}
  .m-course-home-search svg,.m-course-main-search svg{width:15px;height:15px;fill:none;stroke:#9097a2;stroke-width:1.8;flex:0 0 auto}
  .m-course-home-search input,.m-course-main-search input{min-width:0;width:100%;border:0;outline:0;background:transparent;color:#303846;font-size:11px}
  .m-course-home-search input::placeholder,.m-course-main-search input::placeholder{color:#a1a7b0}
  .m-course-record-btn{display:flex;align-items:center;gap:4px;border:0;background:transparent;color:#2e3540;padding:4px 0;font-size:10.5px;font-weight:750;white-space:nowrap}
  .m-course-record-btn svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}
  .m-course-topbar{display:grid!important;grid-template-columns:38px minmax(0,1fr) 38px;align-items:center;gap:8px;background:rgba(255,255,255,.97);margin-bottom:10px}
  .m-course-topbar>strong{text-align:center;font-size:15px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .m-course-icon-btn{width:36px;height:36px;border:0;border-radius:10px;background:transparent;color:#222b37;display:grid!important;place-items:center;padding:0}
  button.m-course-icon-btn{cursor:pointer}
  .m-course-icon-btn svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}
  .m-course-icon-btn:active{background:#f0f2f5;transform:scale(.94)}
  .m-course-top-text{justify-self:end;color:#7b8490;font-size:10px;font-weight:650}
  .m-course-main-search{height:42px;margin:0 0 10px;padding:0 13px;border-radius:11px}

  /* home hero */
  .m-course-hero-pair{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,.92fr);gap:10px;margin-bottom:10px}
  .m-course-mentor-banner,.m-course-newbie-banner{position:relative;min-height:100px;border-radius:13px;overflow:hidden;box-shadow:0 8px 20px rgba(37,99,235,.08)}
  .m-course-mentor-banner{display:flex!important;align-items:stretch;background:linear-gradient(135deg,#2c66f4 0%,#34a7ff 100%);color:#fff;padding:13px 8px 10px 13px}
  .m-course-mentor-banner>span:first-child{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;min-width:0;max-width:62%}
  .m-course-mentor-banner b{font-size:16px;line-height:1.15}.m-course-mentor-banner small{margin-top:5px;font-size:9px;line-height:1.35;opacity:.92;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}
  .m-course-mentor-banner i{margin-top:auto;padding:4px 8px;border-radius:999px;background:#fff;color:#2d72ff;font-size:8px;font-weight:800;font-style:normal}
  .m-course-mentor-banner img{position:absolute;right:-2px;bottom:0;width:47%;height:98%;object-fit:cover;object-position:center top;mask-image:linear-gradient(90deg,transparent 0,#000 22%);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 22%)}
  .m-course-mentor-avatar{position:absolute!important;right:10px;bottom:-6px!important;width:64px!important;height:86px!important;display:grid!important;place-items:center!important;border-radius:32px 32px 0 0!important;background:linear-gradient(#fff4ed,#ffd7c5)!important;color:#f97316!important;font-size:30px!important;font-weight:850!important;max-width:none!important}
  .m-course-newbie-banner{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:5px;background:linear-gradient(135deg,#26c86d,#52df31);color:#fff;padding:7px}
  .m-course-cap{width:58px;height:58px;display:grid;place-items:center;filter:drop-shadow(0 6px 10px rgba(0,0,0,.12))}.m-course-cap svg{width:54px;height:54px;fill:#1f2937;stroke:#f6c44a;stroke-width:2}.m-course-newbie-banner b{font-size:13px}.m-course-newbie-banner b i{font-style:normal;display:inline-grid;place-items:center;width:15px;height:15px;border-radius:50%;background:#fff;color:#24bd5c;font-size:12px}
  .m-course-mentor-banner:active,.m-course-newbie-banner:active,.m-course-promo-strip:active{transform:scale(.985)}
  .m-course-promo-strip{position:relative;display:flex!important;align-items:center;gap:5px;min-height:62px;margin-bottom:20px;padding:0 14px;border-radius:13px;overflow:hidden;background:linear-gradient(105deg,#e4fbf7 0%,#fff1f9 46%,#e6f3ff 100%);color:#282f3a;box-shadow:0 6px 18px rgba(45,114,255,.04)}
  .m-course-promo-strip:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 88% 50%,rgba(124,92,255,.22),transparent 18%)}
  .m-course-promo-strip b{position:relative;font-size:16px;color:#b6205f;letter-spacing:-.025em}.m-course-promo-strip span{position:relative;font-size:11px;font-weight:750}.m-course-promo-strip i{position:relative;margin-left:auto;font-size:26px;color:#7969ff;font-style:normal;transform:rotate(-18deg)}

  /* common sections */
  .m-course-block{margin:0 0 20px}
  .m-course-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:9px}
  .m-course-section-head h2{margin:0;font-size:16px;line-height:1.2;font-weight:780;letter-spacing:-.02em}.m-course-section-head h2 em{display:inline-flex;margin-left:4px;padding:2px 5px;border-radius:4px;background:#17c36b;color:#fff;font-size:7px;font-style:normal;vertical-align:2px}.m-course-section-head>a{color:#6f7885;font-size:10px}
  .m-course-category-tabs{display:flex;gap:6px;overflow-x:auto;padding:1px 0 8px;scrollbar-width:none}.m-course-category-tabs::-webkit-scrollbar{display:none}
  .m-course-category-tabs button{flex:0 0 auto;min-height:29px;padding:0 11px;border:0;border-radius:8px;background:#f1f3f6;color:#626b78;font-size:9.5px;white-space:nowrap}.m-course-category-tabs button.on{background:#e7fbef;color:#17ac61;font-weight:800}.m-course-category-tabs button:active{transform:scale(.96)}
  .m-course-project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .m-course-project-card{position:relative;min-height:76px;padding:10px 24px 9px 10px;border:1px solid #edf0f3;border-radius:11px;background:#fff;display:grid!important;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:8px;box-shadow:0 4px 14px rgba(31,39,52,.025);transition:transform .15s ease,box-shadow .15s ease}
  .m-course-project-card[hidden]{display:none!important}.m-course-project-card:active{transform:scale(.97);box-shadow:0 2px 8px rgba(31,39,52,.025)}
  .m-course-project-logo{width:42px;height:42px}.m-course-logo{display:grid!important;place-items:center;width:100%;height:100%;border-radius:10px;overflow:hidden;background:#f5f6f8}.m-course-logo img{width:100%;height:100%;object-fit:cover}.m-course-logo b{font-size:16px;color:#4f5b6a}
  .m-course-project-copy{min-width:0;display:grid;gap:3px}.m-course-project-copy b{font-size:10.5px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#26303d}.m-course-project-copy small{width:max-content;max-width:100%;padding:2px 4px;border-radius:4px;background:#fff1e8;color:#ff6a32;font-size:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.m-course-project-card>em{position:absolute;right:5px;top:5px;padding:2px 4px;border-radius:5px;background:#ff5b4d;color:#fff;font-size:6.5px;font-style:normal;font-weight:800}
  .m-course-empty{padding:28px 16px;text-align:center;color:#9299a3}.m-course-empty span{display:block;font-size:24px}.m-course-empty b{display:block;margin-top:5px;color:#475161;font-size:12px}.m-course-empty p{margin:3px 0 0;font-size:9px}

  /* tools */
  .m-course-tool-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:13px 8px 11px;border-radius:12px;background:#fff;border:1px solid #eff1f4;box-shadow:0 5px 16px rgba(31,39,52,.025)}
  .m-course-tool-grid a{display:flex!important;flex-direction:column;align-items:center;gap:7px;color:#4c5664;font-size:9px}.m-course-tool-grid a i{width:31px;height:31px;border-radius:7px;display:grid;place-items:center;color:#fff;font-style:normal;box-shadow:0 5px 12px rgba(0,0,0,.08)}.m-course-tool-grid a i.green{background:linear-gradient(135deg,#13bb65,#6bd76e)}.m-course-tool-grid a i.orange{background:linear-gradient(135deg,#ff5c28,#ff9a55)}.m-course-tool-grid a i.yellow{background:linear-gradient(135deg,#ffb41e,#ffd34e)}.m-course-tool-grid a i.purple{background:linear-gradient(135deg,#653af4,#9865ff)}.m-course-tool-grid svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7}.m-course-tool-grid a:active i{transform:scale(.89)}

  .m-course-recommend-strip{display:flex;gap:9px;overflow-x:auto;padding:1px 1px 6px;scrollbar-width:none}.m-course-recommend-strip::-webkit-scrollbar{display:none}.m-course-recommend-strip>a{flex:0 0 155px;min-height:73px;padding:9px;border:1px solid #edf0f3;border-radius:11px;background:#fff;display:grid!important;grid-template-columns:44px minmax(0,1fr);grid-template-rows:auto auto;gap:2px 7px;align-items:center;color:#26303d}.m-course-recommend-strip>a>span{grid-row:1/3;width:44px;height:44px}.m-course-recommend-strip>a>b{font-size:10px;line-height:1.25;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.m-course-recommend-strip>a>small{font-size:7px;color:#ff6a32}.m-course-recommend-strip>a:active{transform:scale(.98)}
  .m-course-recommend-empty{width:100%;padding:16px;border:1px dashed #e3e7ec;border-radius:11px;text-align:center;color:#969da7;font-size:10px}

  /* list screen */
  .m-course-list-screen .m-course-topbar{margin-bottom:8px}
  .m-course-sortbar{display:flex;align-items:center;gap:7px;padding:7px 0 9px;border-bottom:1px solid #eef0f3}.m-course-sortbar button{border:0;background:transparent;padding:4px 2px;color:#8a919b;font-size:9px}.m-course-sortbar button.on{color:#17b364;font-weight:800}.m-course-sortbar span{margin-left:auto;color:#a0a6af;font-size:8px}
  .m-course-list{display:grid;gap:8px;padding-top:9px}.m-course-list-item{position:relative;min-height:88px;padding:10px 30px 10px 9px;border:1px solid #edf0f3;border-radius:12px;background:#fff;display:grid!important;grid-template-columns:62px minmax(0,1fr);gap:10px;align-items:center;color:#26303d}.m-course-list-item[hidden]{display:none!important}.m-course-list-item:active{transform:scale(.988)}
  .m-course-list-logo{width:62px;height:62px}.m-course-list-copy{min-width:0;display:grid;gap:3px}.m-course-list-title{display:flex;align-items:center;gap:5px;min-width:0}.m-course-list-title b{min-width:0;font-size:11.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.m-course-list-title em{flex:0 0 auto;padding:2px 4px;border-radius:4px;background:#ff5c4f;color:#fff;font-size:6.5px;font-style:normal}.m-course-list-copy>small{font-size:7.5px;color:#ff6a32}.m-course-list-copy p{margin:0;color:#848c97;font-size:8px;line-height:1.35;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.m-course-list-copy i{font-style:normal;color:#a0a6af;font-size:7px}.m-course-list-arrow{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#a1a7b0;font-size:22px}

  /* detail */
  .m-course-detail{padding-bottom:16px}
  .m-course-detail-hero{position:relative;min-height:145px;border-radius:13px;overflow:hidden;background:linear-gradient(135deg,#2d72ff,#5aa4ff);box-shadow:0 10px 26px rgba(45,114,255,.14)}.m-course-detail-hero>img{width:100%;height:154px;object-fit:cover}.m-course-detail-hero:after{content:"";position:absolute;inset:auto 0 0;height:54%;background:linear-gradient(transparent,rgba(15,23,42,.25));pointer-events:none}.m-course-detail-hero>span{position:absolute;z-index:2;left:11px;bottom:9px;padding:3px 7px;border-radius:999px;background:rgba(255,255,255,.9);color:#2563eb;font-size:7.5px;font-weight:800}.m-course-detail-hero-fallback{height:154px;display:flex;align-items:center;justify-content:center;gap:9px;color:#fff}.m-course-detail-hero-fallback .m-course-logo{width:52px;height:52px;background:#fff}.m-course-detail-hero-fallback b{font-size:16px}
  .m-course-detail-heading{display:flex;align-items:flex-start;gap:10px;padding:13px 2px 10px}.m-course-detail-heading>div{min-width:0}.m-course-detail-heading h1{margin:0;font-size:19px;line-height:1.25;letter-spacing:-.03em}.m-course-detail-heading p{margin:4px 0 0;color:#ff6a32;font-size:8px}.m-course-detail-heading>em{margin-left:auto;flex:0 0 auto;padding:3px 6px;border-radius:5px;background:#ff5c4e;color:#fff;font-size:7px;font-style:normal;font-weight:800}
  .m-course-stats{display:grid;grid-template-columns:repeat(3,1fr);padding:9px 0;margin-bottom:10px;border-top:1px solid #eef0f3;border-bottom:1px solid #eef0f3}.m-course-stats span{text-align:center;border-right:1px solid #f0f2f4}.m-course-stats span:last-child{border-right:0}.m-course-stats b{display:block;font-size:13px}.m-course-stats small{display:block;margin-top:2px;color:#9aa1aa;font-size:7px}
  .m-course-detail-cta-row{display:grid;grid-template-columns:42px 42px minmax(0,1fr);gap:7px;margin-bottom:11px}.m-course-detail-cta-row button{border:1px solid #eceff2;background:#fff;border-radius:9px;color:#636c78;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:42px;font-size:7px}.m-course-detail-cta-row button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}.m-course-detail-cta-row button.on{color:#ff6a32;border-color:#ffd3c1;background:#fff7f3}.m-course-primary{display:grid!important;place-items:center;border-radius:9px;background:linear-gradient(135deg,#ff6a32,#ff7d35);color:#fff;font-size:11px;font-weight:800;box-shadow:0 7px 16px rgba(255,106,50,.18)}.m-course-primary:active{transform:scale(.98)}.m-course-primary.is-disabled{background:#cfd3d8;box-shadow:none}
  .m-course-detail-tabs{position:sticky;top:57px;z-index:1040;display:grid;grid-template-columns:repeat(3,1fr);margin:0 -12px;padding:0 12px;background:rgba(247,248,250,.97);border-bottom:1px solid #e9edf1}.m-course-detail-tabs button{position:relative;min-height:42px;border:0;background:transparent;color:#818995;font-size:10px}.m-course-detail-tabs button.on{color:#1f2734;font-weight:800}.m-course-detail-tabs button.on:after{content:"";position:absolute;left:25%;right:25%;bottom:-1px;height:2px;border-radius:99px;background:#16b86b}.m-course-detail-tabs em{font-size:7px;font-style:normal;color:#a1a7b0}
  .m-course-detail-panels{padding:11px 0 4px}.m-course-detail-panel{padding:13px;border:1px solid #edf0f3;border-radius:12px;background:#fff}.m-course-detail-panel.on{display:block}.m-course-detail-panel h2{margin:0 0 8px;font-size:14px}.m-course-detail-panel>p{margin:0;color:#697381;font-size:10px;line-height:1.8}.m-course-detail-panel h3{margin:15px 0 8px;font-size:11px}.m-course-author-card{display:flex;align-items:center;gap:9px;padding:9px;border-radius:10px;background:#f8f9fb}.m-course-author-card>img,.m-course-author-card>span{width:36px;height:36px;border-radius:50%;object-fit:cover;display:grid;place-items:center;background:#fff0e7;color:#ff6a32;font-weight:850}.m-course-author-card div{display:grid;gap:3px}.m-course-author-card b{font-size:10px}.m-course-author-card small{font-size:7px;color:#9097a1}.m-course-tag-row{display:flex;gap:5px;flex-wrap:wrap}.m-course-tag-row span{padding:3px 6px;border-radius:5px;background:var(--tag-bg,#f3f4f6);color:var(--tag-color,#64748b);font-size:7px;font-weight:700}
  .m-course-directory-group{margin-bottom:12px}.m-course-directory-group:last-child{margin-bottom:0}.m-course-directory-group-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:4px}.m-course-directory-group-title b{font-size:10px}.m-course-directory-group-title small{color:#a0a6af;font-size:7px}.m-course-lesson-row{display:grid!important;grid-template-columns:24px minmax(0,1fr) 15px;align-items:center;gap:7px;min-height:54px;border-bottom:1px solid #f0f2f4;color:#2f3845}.m-course-lesson-row:last-child{border-bottom:0}.m-course-lesson-row>span{color:#17b364;font-size:9px;font-weight:800}.m-course-lesson-row div{display:grid;gap:3px;min-width:0}.m-course-lesson-row b{font-size:9.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.m-course-lesson-row small{font-size:7px;color:#969da7}.m-course-lesson-row i{font-style:normal;color:#aab0b8;font-size:17px}
  .m-course-resource-card{display:grid;grid-template-columns:36px minmax(0,1fr) auto;gap:8px;align-items:center;padding:10px 0;border-bottom:1px solid #eef0f3}.m-course-resource-card:last-child{border-bottom:0}.m-course-resource-icon{width:34px;height:34px;border-radius:9px;background:#eff6ff;color:#2d72ff;display:grid;place-items:center}.m-course-resource-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.m-course-resource-card>div{display:grid;gap:2px;min-width:0}.m-course-resource-card small{font-size:7px;color:#9aa1aa}.m-course-resource-card b{font-size:9.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.m-course-resource-card button{width:max-content;padding:1px 0;border:0;background:transparent;color:#ff6a32;font-size:7px}.m-course-resource-card>a{color:#2d72ff;font-size:8px;font-weight:750;white-space:nowrap}.m-course-panel-empty{text-align:center;padding:22px 10px;color:#9299a3}.m-course-panel-empty>span{display:block;font-size:22px}.m-course-panel-empty>b{display:block;margin-top:4px;color:#4b5563;font-size:10px}.m-course-panel-empty>p{margin:3px 0 0;font-size:8px}

  /* lesson page: use the existing player/content so nothing is duplicated or lost */
  .m-course-study-topbar{margin-bottom:7px!important}
  .page-route-course_lesson .course-study-page{padding:0 0 10px!important;margin:0!important}
  .page-route-course_lesson .course-study-hero{display:none!important}
  .page-route-course_lesson .course-study-content{margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}
  .page-route-course_lesson .course-study-content-head{display:none!important}
  .page-route-course_lesson .course-study-body{padding:0!important}
  .page-route-course_lesson .course-video-shell{margin:0!important;border-radius:12px!important;overflow:hidden!important;box-shadow:0 9px 25px rgba(15,23,42,.12)!important}
  .page-route-course_lesson .course-article-body{margin:8px 0 0!important;padding:14px!important;border:1px solid #edf0f3!important;border-radius:12px!important;background:#fff!important;font-size:12px!important;line-height:1.8!important;color:#374151!important}
  .page-route-course_lesson .course-long-image{margin:8px 0 0!important}
  .page-route-course_lesson .course-study-pager{display:none!important}
  .page-route-course_lesson .qzp-player{--qzp-accent:#ff6a32!important}
  .page-route-course_lesson .qzp-player-topbar{padding:8px 9px!important}
  .page-route-course_lesson .qzp-player-heading strong{font-size:10px!important}.page-route-course_lesson .qzp-player-heading small{font-size:7px!important}
  .page-route-course_lesson .qzp-player-author{display:none!important}
  .page-route-course_lesson .qzp-player-bottom{padding:0 9px 8px!important}
  .page-route-course_lesson .qzp-player-control-row{min-height:30px!important}.page-route-course_lesson .qzp-player-icon-btn{width:29px!important;height:29px!important}.page-route-course_lesson .qzp-player-text-btn{height:28px!important;font-size:8px!important}.page-route-course_lesson .qzp-player-quality,.page-route-course_lesson .qzp-player-pip{display:none!important}.page-route-course_lesson .qzp-player-time{font-size:8px!important}
  .page-route-course_lesson .qzp-player-directory{top:42px!important;right:7px!important;bottom:44px!important;width:min(72%,240px)!important;border-radius:10px!important}

  .m-course-study-extras{margin-top:10px}
  .m-course-study-tabs{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #edf0f3;border-radius:11px 11px 0 0;background:#fff;overflow:hidden}.m-course-study-tabs button{position:relative;min-height:39px;border:0;background:#fff;color:#7f8792;font-size:9px}.m-course-study-tabs button.on{color:#16ad62;font-weight:800}.m-course-study-tabs button.on:after{content:"";position:absolute;left:28%;right:28%;bottom:0;height:2px;border-radius:99px;background:#16b86b}
  .m-course-study-panel{padding:6px 11px 10px;border:1px solid #edf0f3;border-top:0;border-radius:0 0 11px 11px;background:#fff}.m-course-study-panel.on{display:block}
  .m-course-study-lesson{display:grid!important;grid-template-columns:24px minmax(0,1fr) auto;gap:7px;align-items:center;min-height:55px;border-bottom:1px solid #f0f2f4;color:#3f4855}.m-course-study-lesson:last-child{border-bottom:0}.m-course-study-lesson>span{font-size:8px;color:#9ba2ac}.m-course-study-lesson>div{min-width:0;display:grid;gap:3px}.m-course-study-lesson b{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.m-course-study-lesson small{font-size:7px;color:#9aa1aa}.m-course-study-lesson>i{font-size:7px;font-style:normal;color:#a4aab2;white-space:nowrap}.m-course-study-lesson.on>span,.m-course-study-lesson.on b,.m-course-study-lesson.on>i{color:#16b86b}.m-course-study-lesson.on{background:#f3fff8;margin:0 -7px;padding:0 7px;border-radius:8px}
  .m-course-note-box>div{display:flex;align-items:end;justify-content:space-between;margin-bottom:8px}.m-course-note-box b{font-size:10px}.m-course-note-box small{font-size:7px;color:#a0a6ae}.m-course-note-box textarea{width:100%;resize:vertical;border:1px solid #e6e9ed;border-radius:9px;background:#f9fafb;padding:10px;outline:0;color:#374151;font-size:10px;line-height:1.6}.m-course-note-box textarea:focus{border-color:#9be3bb;background:#fff;box-shadow:0 0 0 3px rgba(22,184,107,.08)}.m-course-note-box>button{display:block;margin:8px 0 0 auto;min-height:32px;padding:0 13px;border:0;border-radius:8px;background:#16b86b;color:#fff;font-size:9px;font-weight:750}
  .m-course-study-actions{position:fixed!important;left:0;right:0;bottom:0;z-index:1320;display:grid!important;grid-template-columns:52px 52px 52px minmax(0,1fr);gap:4px;padding:6px 10px calc(6px + env(safe-area-inset-bottom));border-top:1px solid #e8ebef;background:rgba(255,255,255,.98);backdrop-filter:blur(16px)}
  .m-course-study-actions>button,.m-course-study-actions>a:not(.m-course-next){min-height:48px;border:0;background:transparent;color:#626c78;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:7px}.m-course-study-actions svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7}.m-course-study-actions>button.on{color:#ff6a32}.m-course-study-actions .m-course-next{display:grid!important;place-items:center;min-height:44px;margin:auto 0;border-radius:9px;background:#16b86b;color:#fff;font-size:10px;font-weight:800}.m-course-study-actions>*:active{transform:scale(.96)}

  /* history sheet */
  .m-course-sheet{position:fixed!important;inset:0;z-index:1600!important}.m-course-sheet-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(15,23,42,.34)}.m-course-sheet-panel{position:absolute;left:0;right:0;bottom:0;max-height:min(72vh,560px);padding:8px 13px calc(14px + env(safe-area-inset-bottom));border-radius:18px 18px 0 0;background:#fff;box-shadow:0 -20px 50px rgba(15,23,42,.16);overflow:auto;animation:mCourseSheetIn .22s ease-out both}.m-course-sheet-handle{width:36px;height:4px;margin:0 auto 8px;border-radius:99px;background:#d8dce1}.m-course-sheet-panel>header{display:flex;align-items:center;justify-content:space-between;padding-bottom:8px;border-bottom:1px solid #eef0f3}.m-course-sheet-panel header small{font-size:6.5px;color:#a1a7b0;letter-spacing:.08em}.m-course-sheet-panel header h3{margin:2px 0 0;font-size:15px}.m-course-sheet-panel header button{width:30px;height:30px;border:0;border-radius:50%;background:#f2f4f6;color:#606975;font-size:18px}.m-course-history-list{display:grid}.m-course-history-item{display:grid!important;grid-template-columns:34px minmax(0,1fr) auto;gap:8px;align-items:center;min-height:62px;border-bottom:1px solid #eef0f3;color:#303947}.m-course-history-item>span{width:32px;height:32px;border-radius:9px;background:#ecfbf3;color:#16b86b;display:grid;place-items:center;font-size:13px;font-weight:850}.m-course-history-item div{min-width:0;display:grid;gap:3px}.m-course-history-item b{font-size:9.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.m-course-history-item small{font-size:7px;color:#9aa1aa}.m-course-history-item i{font-size:8px;font-style:normal;color:#16b86b}.m-course-history-empty{padding:30px 10px;text-align:center;color:#9aa1aa}.m-course-history-empty span{font-size:26px}.m-course-history-empty b{display:block;margin-top:4px;color:#505967;font-size:11px}.m-course-history-empty p{margin:4px 0 0;font-size:8px}.m-course-sheet-open{overflow:hidden!important}
  @keyframes mCourseSheetIn{from{transform:translateY(18px);opacity:.4}to{transform:translateY(0);opacity:1}}

  /* tactile feedback and transition rhythm */
  .m-course-screen a,.m-course-screen button,.m-course-study-actions>*{transition:transform .14s ease,background-color .18s ease,color .18s ease,box-shadow .18s ease}
  @media (prefers-reduced-motion:reduce){.m-course-screen *,.m-course-study-actions *{transition:none!important;animation:none!important}}
}

@media (max-width:359.98px){
  .m-course-homebar{grid-template-columns:auto minmax(0,1fr) auto;gap:6px;padding-inline:10px}.m-course-homebar>strong{font-size:18px}.m-course-record-btn span{display:none}.m-course-record-btn{width:28px;justify-content:center}
  .m-course-hero-pair{gap:7px}.m-course-mentor-banner{padding-left:10px}.m-course-mentor-banner b{font-size:14px}.m-course-promo-strip b{font-size:14px}.m-course-promo-strip span{font-size:9px}
  .m-course-project-grid{gap:7px}.m-course-project-card{padding-left:8px;grid-template-columns:36px minmax(0,1fr)}.m-course-project-logo{width:36px;height:36px}.m-course-project-copy b{font-size:9.5px}
  .m-course-tool-grid{padding-inline:4px}.m-course-tool-grid a{font-size:8px}
}

/* V3.13.2 · 任课堂手机端课程页面重构 */
@media (max-width: 767.98px){
  .m-course-prototype-shell{--mc-green:#1ac36b;--mc-green-soft:#eafbf1;--mc-blue:#2e73ff;--mc-orange:#ff6a32;--mc-ink:#1f2430;--mc-muted:#7a8391;--mc-line:#eceff4;padding:0 16px 22px;background:var(--qzp-page,#f4f5f7)}
  .m-course-prototype-shell .m-course-homebar,
  .m-course-prototype-shell .m-course-topbar{position:sticky;top:0;z-index:20;padding:14px 0 12px;margin:0 0 12px;background:rgba(244,245,247,.96);backdrop-filter:blur(14px)}
  .m-course-prototype-shell .m-course-homebar>strong{font-size:18px;font-weight:850;color:var(--mc-ink)}
  .m-course-prototype-shell .m-course-home-search,
  .m-course-prototype-shell .m-course-main-search{border:0;box-shadow:none;background:#fff;border-radius:999px;min-height:40px;padding:0 14px;color:#2d3542}
  .m-course-prototype-shell .m-course-home-search input,
  .m-course-prototype-shell .m-course-main-search input{font-size:12px}
  .m-course-prototype-shell .m-course-record-btn{padding:0 2px 0 0;font-size:11px;font-weight:760;color:#2b313e}
  .m-course-prototype-shell .m-course-record-btn svg{width:18px;height:18px}

  .m-course-stage-wrap{margin-bottom:18px}
  .m-course-hero-pair{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);gap:12px;margin-bottom:12px}
  .m-course-mentor-banner,.m-course-newbie-banner{min-height:100px;border-radius:18px;overflow:hidden;box-shadow:0 10px 24px rgba(15,23,42,.06)}
  .m-course-mentor-banner{padding:16px 12px 12px 16px;background:linear-gradient(135deg,#2d74ff 0%,#539cff 100%)}
  .m-course-mentor-banner>span:first-child{max-width:58%}
  .m-course-mentor-banner b{font-size:17px;font-weight:850;line-height:1.08}
  .m-course-mentor-banner small{margin-top:6px;font-size:10px;white-space:normal;line-height:1.4;opacity:.96}
  .m-course-mentor-banner i{margin-top:10px;padding:5px 10px;border-radius:999px;background:#ffffff;color:#2d72ff;font-size:10px;font-weight:800}
  .m-course-mentor-banner img{right:-2px;width:48%;height:100%;object-fit:cover;object-position:center top;mask-image:linear-gradient(90deg,transparent 0,#000 24%);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 24%)}
  .m-course-mentor-avatar{right:10px;bottom:-4px!important;width:72px!important;height:92px!important;border-radius:28px 28px 0 0!important}
  .m-course-newbie-banner{gap:6px;background:linear-gradient(135deg,#2fd063,#65e135);padding:8px 10px}
  .m-course-cap{width:54px;height:54px}.m-course-cap svg{width:50px;height:50px}
  .m-course-newbie-banner b{font-size:15px;font-weight:850}
  .m-course-promo-strip{min-height:66px;padding:0 16px;border-radius:16px;margin-bottom:0;box-shadow:0 8px 22px rgba(64,88,211,.05)}
  .m-course-promo-strip b{font-size:15px}.m-course-promo-strip span{font-size:11px;font-weight:700}.m-course-promo-strip i{font-size:24px}

  .m-course-section-card{padding:16px;border-radius:18px;background:#fff;box-shadow:0 8px 28px rgba(15,23,42,.04);margin-bottom:16px}
  .m-course-section-head{margin-bottom:12px}.m-course-section-head h2{font-size:16px;font-weight:850}.m-course-section-head h2 em{padding:2px 6px;border-radius:999px;font-size:8px}.m-course-section-head>a{font-size:12px;color:#6b7280;font-weight:700}
  .m-course-category-tabs-wrap{margin-bottom:10px;overflow:hidden}
  .m-course-category-tabs{display:flex;gap:8px;overflow-x:auto;padding:2px 0 4px}
  .m-course-category-tabs button{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border-radius:10px;background:#f3f5f8;color:#667080;font-size:11px;font-weight:700}
  .m-course-category-tabs button span{white-space:nowrap}
  .m-course-category-tabs button.on{background:#e9f9f1;color:#16b86b;box-shadow:inset 0 0 0 1px rgba(22,184,107,.14)}

  .m-course-project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .m-course-project-card{position:relative;display:grid!important;grid-template-columns:48px minmax(0,1fr);grid-template-areas:"logo copy" "entry entry";align-items:start;gap:10px;padding:14px;border:1px solid #edf0f4;border-radius:16px;background:#fff;box-shadow:0 5px 18px rgba(15,23,42,.03)}
  .m-course-project-logo-wrap{grid-area:logo;display:block}
  .m-course-project-logo{width:48px;height:48px}.m-course-project-logo .m-course-logo{border-radius:14px}
  .m-course-project-copy{grid-area:copy;display:grid;gap:5px;min-width:0}
  .m-course-project-copy b{font-size:14px;line-height:1.25;color:#212733;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:normal}
  .m-course-project-copy small{padding:0;background:none;color:#8b93a1;font-size:10px}
  .m-course-project-copy p{margin:0;color:#646f7d;font-size:10px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .m-course-project-entry{grid-area:entry;display:flex;justify-content:flex-end;align-items:center;margin-top:2px;color:#2d72ff;font-size:11px;font-weight:800}
  .m-course-project-card>em{right:10px;top:10px;padding:3px 6px;border-radius:999px;font-size:8px;line-height:1}.m-course-project-card>em.is-soft{background:#eef2ff;color:#5265ff}

  .m-course-tool-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:4px}
  .m-course-tool-grid a{padding:12px 4px;border-radius:14px;background:#fff;text-align:center;color:#4b5563;font-size:11px;font-weight:700;box-shadow:inset 0 0 0 1px #f0f2f4}
  .m-course-tool-grid i{width:42px;height:42px;margin:0 auto 8px;border-radius:14px}.m-course-tool-grid svg{width:20px;height:20px}

  .m-course-recommend-list{display:grid;gap:10px}
  .m-course-recommend-item{display:grid!important;grid-template-columns:44px minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px;border-radius:14px;background:#fafbfc;border:1px solid #eef1f4;color:#202632}
  .m-course-recommend-logo{width:44px;height:44px;display:block}.m-course-recommend-logo .m-course-logo{border-radius:14px}
  .m-course-recommend-copy{display:grid;gap:3px;min-width:0}.m-course-recommend-copy b{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.m-course-recommend-copy small{font-size:10px;color:#8c94a0}
  .m-course-recommend-item i{font-style:normal;color:#ff6a32;font-size:11px;font-weight:800}

  .m-course-filter-card{padding:14px;border-radius:18px;background:#fff;box-shadow:0 8px 28px rgba(15,23,42,.04);margin-bottom:14px}
  .m-course-sortbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:4px}
  .m-course-sortbar button{min-height:32px;padding:0 12px;border:0;border-radius:999px;background:#f4f6f8;color:#697282;font-size:11px;font-weight:700}
  .m-course-sortbar button.on{background:#162030;color:#fff}
  .m-course-sortbar span{margin-left:auto;color:#9198a3;font-size:11px}
  .m-course-list{display:grid;gap:12px}
  .m-course-list-item{display:grid!important;grid-template-columns:56px minmax(0,1fr);grid-template-areas:"logo copy" "logo cta";column-gap:12px;row-gap:10px;padding:16px;border-radius:18px;background:#fff;box-shadow:0 8px 28px rgba(15,23,42,.04);color:#1f2733}
  .m-course-list-logo-wrap{grid-area:logo;display:block}.m-course-list-logo{width:56px;height:56px;display:block}.m-course-list-logo .m-course-logo{border-radius:16px}
  .m-course-list-copy{grid-area:copy;display:grid;gap:5px;min-width:0}.m-course-list-title{display:flex;align-items:center;gap:6px;min-width:0}.m-course-list-title b{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.m-course-list-title em{padding:2px 7px;border-radius:999px;background:#fff1e8;color:#ff6a32;font-size:9px;font-style:normal;font-weight:800}
  .m-course-list-copy small{font-size:10px;color:#8992a0}.m-course-list-copy p{margin:0;color:#5e6978;font-size:11px;line-height:1.55}.m-course-list-copy i{display:flex;gap:10px;flex-wrap:wrap;font-size:10px;font-style:normal;color:#99a0ab}.m-course-list-copy i span{padding-right:10px;border-right:1px solid #e6e9ef}.m-course-list-copy i span:last-child{padding-right:0;border-right:0}
  .m-course-list-cta{grid-area:cta;justify-self:end;display:inline-flex;align-items:center;justify-content:center;min-width:84px;min-height:34px;padding:0 14px;border-radius:999px;background:linear-gradient(135deg,#ff7b40,#ff5b2d);color:#fff;font-size:11px;font-weight:800}

  .m-course-detail-hero-card{padding:14px;border-radius:18px;background:#fff;box-shadow:0 8px 28px rgba(15,23,42,.04)}
  .m-course-detail-hero{position:relative;min-height:182px;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#eff3f8,#ffffff)}
  .m-course-detail-hero img{width:100%;height:182px;object-fit:cover}.m-course-detail-hero span{left:12px;right:auto;top:12px;bottom:auto;padding:5px 10px;border-radius:999px;background:rgba(255,255,255,.92);color:#1f2937;font-size:10px;font-weight:800}
  .m-course-detail-heading{padding:14px 2px 2px;align-items:start}.m-course-detail-heading h1{font-size:18px;line-height:1.28}.m-course-detail-heading p{font-size:11px}.m-course-detail-heading em{padding:4px 8px;border-radius:999px;font-size:10px}
  .m-course-stats{margin-top:12px;padding:0}.m-course-stats span{padding:14px 10px;border-radius:16px;background:#fff;box-shadow:0 8px 28px rgba(15,23,42,.04)}
  .m-course-stats b{font-size:18px}.m-course-stats small{font-size:10px}
  .m-course-author-strip{display:flex;align-items:center;gap:10px;padding:14px;margin-top:12px;border-radius:18px;background:#fff;box-shadow:0 8px 28px rgba(15,23,42,.04)}
  .m-course-author-strip>img,.m-course-author-strip>span{width:42px;height:42px;border-radius:50%;object-fit:cover;display:grid;place-items:center;background:#fff1e8;color:#ff6a32;font-size:18px;font-weight:850}
  .m-course-author-strip div{display:grid;gap:4px}.m-course-author-strip b{font-size:13px;color:#1f2937}.m-course-author-strip small{font-size:10px;color:#8d96a1}
  .m-course-detail-cta-row{margin-top:12px;gap:10px}.m-course-favorite,.m-course-share{min-height:46px;border-radius:14px;background:#fff;box-shadow:0 8px 28px rgba(15,23,42,.04);color:#5d6776}.m-course-primary{min-height:46px;border-radius:14px;font-size:14px;box-shadow:0 12px 26px rgba(22,184,107,.25)}
  .m-course-detail-tabs{margin-top:16px;border-radius:16px;background:#fff;box-shadow:0 8px 28px rgba(15,23,42,.04);overflow:hidden}
  .m-course-detail-tabs button{min-height:44px;font-size:12px}.m-course-detail-tabs em{font-size:9px}
  .m-course-detail-panels{padding:14px 0 4px}.m-course-detail-panel{padding:16px;border:0;border-radius:18px;background:#fff;box-shadow:0 8px 28px rgba(15,23,42,.04)}
  .m-course-detail-panel h2{font-size:15px}.m-course-detail-panel>p{font-size:12px;line-height:1.8}.m-course-detail-panel h3{font-size:12px}.m-course-tag-row span{padding:5px 8px;border-radius:999px;font-size:9px}
  .m-course-intro-points{margin:10px 0 0;padding:0;list-style:none;display:grid;gap:10px}
  .m-course-intro-points li{position:relative;padding-left:16px;font-size:11px;line-height:1.7;color:#4b5563}.m-course-intro-points li:before{content:"";position:absolute;left:0;top:.58em;width:8px;height:8px;border-radius:50%;background:#16b86b}
  .m-course-directory-group{padding:12px;border-radius:14px;background:#f9fafc;margin-bottom:10px}.m-course-directory-group-title{margin-bottom:8px}.m-course-directory-group-title b{font-size:12px}.m-course-directory-group-title small{font-size:9px}.m-course-lesson-row{min-height:56px;padding:0 2px}.m-course-lesson-row b{font-size:11px}.m-course-lesson-row small{font-size:9px}.m-course-resource-card{padding:12px 0}.m-course-resource-card b{font-size:11px}.m-course-resource-card>a{font-size:10px}

  .m-course-study-topbar{padding-left:16px!important;padding-right:16px!important}
  .course-study-page{background:#f4f5f7}.course-study-page .course-study-hero,.course-study-page .course-study-content,.course-study-page .course-study-pager{border-radius:18px;box-shadow:0 8px 28px rgba(15,23,42,.04);background:#fff}
  .course-study-page .course-study-hero{padding:16px}.course-study-page .course-study-content{padding:0}
  .course-study-page .course-study-content-head{padding:16px 16px 0}.course-study-page .course-study-body{padding:12px 16px 16px}
  .course-study-page .course-study-pager{padding:14px 12px}
  .m-course-study-extras{margin:14px 0 0}.m-course-study-tabs{border:0;border-radius:16px 16px 0 0;box-shadow:0 8px 28px rgba(15,23,42,.04)}.m-course-study-panel{border:0;border-top:1px solid #eef1f5;border-radius:0 0 16px 16px;box-shadow:0 10px 30px rgba(15,23,42,.04)}
  .m-course-study-actions{padding:8px 10px calc(8px + env(safe-area-inset-bottom));background:rgba(255,255,255,.98);box-shadow:0 -10px 26px rgba(15,23,42,.08)}
  .m-course-study-actions .m-course-next{border-radius:12px;min-height:46px;font-size:11px}
  .m-course-sheet-panel{border-radius:22px 22px 0 0}
}

/* V3.13.3 · 任课堂首页双横幅支持后台自定义背景图 */
@media (max-width: 767.98px){
  .m-course-hero-pair .m-course-image-banner{
    background-image:var(--course-banner-image)!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    background-position:center!important;
    isolation:isolate;
  }
  .m-course-hero-pair .m-course-image-banner:before,
  .m-course-hero-pair .m-course-image-banner:after{content:none!important}
  .m-course-hero-pair .m-course-mentor-banner.m-course-image-banner{
    background-color:#338ff5!important;
    padding:13px 10px 10px 14px;
    align-items:stretch;
  }
  .m-course-hero-pair .m-course-newbie-banner.m-course-image-banner{
    background-color:#35d83f!important;
    padding:10px;
    align-items:stretch;
    justify-content:flex-end;
  }
  .m-course-banner-copy{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;width:58%;min-width:0;pointer-events:none}
  .m-course-banner-copy>b{font-size:16px!important;line-height:1.15!important;font-weight:850!important;color:#fff!important;text-shadow:0 1px 2px rgba(0,0,0,.06)}
  .m-course-banner-copy>small{margin-top:5px!important;font-size:9px!important;line-height:1.35!important;color:rgba(255,255,255,.96)!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
  .m-course-banner-copy>i{margin-top:auto!important;padding:4px 9px!important;border-radius:999px!important;background:#fff!important;color:#2d72ff!important;font-size:9px!important;font-weight:850!important;font-style:normal!important;box-shadow:0 3px 10px rgba(0,0,0,.08)}
  .m-course-newbie-copy{width:100%;height:100%;align-items:center;justify-content:flex-end;padding-bottom:1px}
  .m-course-newbie-copy>b{display:flex;align-items:center;justify-content:center;gap:4px;font-size:13px!important;text-align:center;white-space:nowrap}
  .m-course-newbie-copy b i{display:inline-grid;place-items:center;width:15px;height:15px;border-radius:50%;background:#fff;color:#20bd59;font-size:12px;font-style:normal;text-shadow:none}
  .m-course-image-banner:active{transform:scale(.975)!important;filter:brightness(.98)}
}

/* V3.13.4 · 项目课程卡片信息层级 + 做单工具可配置 */
@media (max-width:767.98px){
  .m-course-project-card{
    display:flex!important;
    flex-direction:column;
    min-height:164px;
    padding:12px;
    gap:8px;
    border-radius:15px;
    overflow:hidden;
  }
  .m-course-project-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;min-height:48px;width:100%}
  .m-course-project-logo-wrap{display:block;flex:0 0 auto}
  .m-course-project-logo{width:46px;height:46px}
  .m-course-project-logo .m-course-logo{border-radius:13px}
  .m-course-project-badge{
    position:static!important;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    max-width:74px;
    min-height:20px;
    padding:3px 7px!important;
    border-radius:999px!important;
    color:#fff!important;
    font-size:8px!important;
    line-height:1.15!important;
    font-style:normal;
    font-weight:850;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    box-shadow:0 5px 12px rgba(15,23,42,.10);
  }
  /* 课程角标渐变预设：文字颜色与背景分离，确保任何渐变下都清晰可读 */
  .badge-preset-orange{background:linear-gradient(135deg,#ff8b42,#ff4f36)!important;color:#fff!important}
  .badge-preset-red{background:linear-gradient(135deg,#ff6b6b,#ef3340)!important;color:#fff!important}
  .badge-preset-blue{background:linear-gradient(135deg,#4f8cff,#5a5df5)!important;color:#fff!important}
  .badge-preset-purple{background:linear-gradient(135deg,#8d5cff,#d54fd8)!important;color:#fff!important}
  .badge-preset-green{background:linear-gradient(135deg,#18c77a,#23a96b)!important;color:#fff!important}
  .badge-preset-gold{background:linear-gradient(135deg,#ffc044,#ff8a1f)!important;color:#fff!important}
  .badge-preset-cyan{background:linear-gradient(135deg,#22c7d9,#3488ff)!important;color:#fff!important}
  .badge-preset-soft_orange{background:linear-gradient(135deg,#fff0eb,#ffe2d8)!important;color:#c2410c!important}
  .badge-preset-soft_blue{background:linear-gradient(135deg,#edf4ff,#dceaff)!important;color:#1d4ed8!important}
  .badge-preset-soft_green{background:linear-gradient(135deg,#e9fbf4,#d7f8e9)!important;color:#047857!important}
  .m-course-project-copy{display:grid;gap:4px;min-width:0;width:100%}
  .m-course-project-copy b{
    font-size:13px;
    line-height:1.3;
    font-weight:850;
    color:#202733;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    display:block;
  }
  .m-course-project-copy small{
    display:block;
    padding:0;
    background:none;
    color:#697484;
    font-size:9px;
    line-height:1.3;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .m-course-project-copy p{
    min-height:28px;
    margin:0;
    color:#9299a4;
    font-size:9px;
    line-height:1.5;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .m-course-project-entry{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:3px;
    width:100%;
    margin-top:auto;
    color:#2d72ff;
    font-size:10px;
    line-height:1;
    font-weight:850;
  }
  .m-course-project-entry i{font-style:normal;font-size:15px;line-height:1;transition:transform .16s ease}
  .m-course-project-card:active .m-course-project-entry i{transform:translateX(2px)}

  .m-course-tool-grid a{min-width:0;position:relative;overflow:hidden}
  .m-course-tool-grid a i.blue{background:linear-gradient(135deg,#2f79ff,#5b55f6)}
  .m-course-tool-grid a i.cyan{background:linear-gradient(135deg,#20c7c9,#3d8cff)}
  .m-course-tool-grid a i img{width:100%;height:100%;object-fit:cover;border-radius:inherit;display:block}
  .m-course-tool-grid a>span{display:block;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .m-course-tool-grid a>small{display:block;width:100%;margin-top:-3px;color:#9aa1ab;font-size:7px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
}

/* V3.13.5 · 修复项目课程卡片被图片撑高的问题，并重建标准信息层级 */
@media (max-width:767.98px){
  .m-course-project-grid{align-items:stretch}
  .m-course-project-card{
    display:flex!important;
    flex-direction:column!important;
    justify-content:space-between!important;
    min-width:0!important;
    width:100%!important;
    height:auto!important;
    min-height:132px!important;
    max-height:none!important;
    padding:12px!important;
    gap:10px!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
    border:1px solid #edf0f4!important;
    border-radius:15px!important;
    background:#fff!important;
  }
  .m-course-project-main{
    display:grid!important;
    grid-template-columns:44px minmax(0,1fr)!important;
    gap:9px!important;
    align-items:start!important;
    min-width:0!important;
    width:100%!important;
  }
  .m-course-project-logo{
    display:block!important;
    width:44px!important;
    min-width:44px!important;
    max-width:44px!important;
    height:44px!important;
    min-height:44px!important;
    max-height:44px!important;
    overflow:hidden!important;
    border-radius:12px!important;
    line-height:0!important;
  }
  .m-course-project-logo>.m-course-logo,
  .m-course-project-logo .m-course-logo{
    display:grid!important;
    place-items:center!important;
    width:44px!important;
    min-width:44px!important;
    max-width:44px!important;
    height:44px!important;
    min-height:44px!important;
    max-height:44px!important;
    overflow:hidden!important;
    border-radius:12px!important;
    background:#f5f7fb!important;
  }
  .m-course-project-logo .m-course-logo img{
    display:block!important;
    width:44px!important;
    min-width:44px!important;
    max-width:44px!important;
    height:44px!important;
    min-height:44px!important;
    max-height:44px!important;
    object-fit:cover!important;
    object-position:center!important;
  }
  .m-course-project-copy{
    display:grid!important;
    gap:4px!important;
    align-content:start!important;
    min-width:0!important;
    width:100%!important;
  }
  .m-course-project-title-row{
    display:flex!important;
    align-items:flex-start!important;
    gap:5px!important;
    min-width:0!important;
    width:100%!important;
  }
  .m-course-project-title-row>b{
    flex:1 1 auto!important;
    min-width:0!important;
    margin:0!important;
    color:#202733!important;
    font-size:12px!important;
    line-height:1.35!important;
    font-weight:850!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .m-course-project-badge{
    position:static!important;
    flex:0 0 auto!important;
    max-width:52px!important;
    min-height:18px!important;
    margin:0!important;
    padding:3px 5px!important;
    border-radius:999px!important;
    font-size:7px!important;
    line-height:1!important;
    box-shadow:none!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .m-course-project-copy>small{
    display:block!important;
    min-width:0!important;
    padding:0!important;
    margin:0!important;
    background:none!important;
    color:#737d8b!important;
    font-size:8.5px!important;
    line-height:1.35!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .m-course-project-copy>p{
    display:-webkit-box!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    min-height:0!important;
    max-height:29px!important;
    margin:0!important;
    color:#969da8!important;
    font-size:8.5px!important;
    line-height:1.55!important;
    overflow:hidden!important;
  }
  .m-course-project-foot{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:6px!important;
    width:100%!important;
    min-width:0!important;
    padding-top:8px!important;
    margin-top:auto!important;
    border-top:1px solid #f0f2f5!important;
  }
  .m-course-project-foot>small{
    min-width:0!important;
    color:#a0a6af!important;
    font-size:8px!important;
    line-height:1!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .m-course-project-foot>strong{
    display:flex!important;
    align-items:center!important;
    gap:2px!important;
    flex:0 0 auto!important;
    color:#2d72ff!important;
    font-size:9px!important;
    line-height:1!important;
    font-weight:850!important;
  }
  .m-course-project-foot i{font-style:normal!important;font-size:13px!important;transition:transform .16s ease}
  .m-course-project-card:active .m-course-project-foot i{transform:translateX(2px)}
}

@media (max-width:359.98px){
  .m-course-project-grid{gap:8px!important}
  .m-course-project-card{padding:10px!important;min-height:124px!important}
  .m-course-project-main{grid-template-columns:38px minmax(0,1fr)!important;gap:7px!important}
  .m-course-project-logo,
  .m-course-project-logo>.m-course-logo,
  .m-course-project-logo .m-course-logo,
  .m-course-project-logo .m-course-logo img{width:38px!important;min-width:38px!important;max-width:38px!important;height:38px!important;min-height:38px!important;max-height:38px!important;border-radius:10px!important}
  .m-course-project-title-row>b{font-size:11px!important}
  .m-course-project-badge{max-width:45px!important;font-size:6.5px!important}
}
@media (max-width:767.98px){
  .m-course-project-main>.m-course-project-copy{grid-area:auto!important}
  .m-course-project-main>.m-course-project-logo{grid-area:auto!important}
}

/* V3.13.6 · 手机端课程字号体系与项目课程卡片可读性升级 */
@media (max-width:767.98px){
  .m-course-screen,
  .course-study-page{
    --mc-type-display:34px;
    --mc-type-page:28px;
    --mc-type-section:22px;
    --mc-type-card:17px;
    --mc-type-body:16px;
    --mc-type-sub:14px;
    --mc-type-help:12px;
    --mc-type-button:14px;
  }

  /* 顶部与搜索 */
  .m-course-prototype-shell .m-course-homebar>strong{font-size:var(--mc-type-page)!important;line-height:1.15!important;letter-spacing:-.04em!important}
  .m-course-prototype-shell .m-course-home-search input,
  .m-course-prototype-shell .m-course-main-search input{font-size:var(--mc-type-sub)!important;line-height:1.4!important}
  .m-course-prototype-shell .m-course-record-btn{font-size:var(--mc-type-sub)!important;line-height:1.2!important}
  .m-course-prototype-shell .m-course-topbar>strong{font-size:var(--mc-type-card)!important;line-height:1.3!important}
  .m-course-prototype-shell .m-course-top-text{font-size:var(--mc-type-help)!important}

  /* 首页横幅 */
  .m-course-mentor-banner b,.m-course-newbie-banner b{font-size:var(--mc-type-card)!important;line-height:1.25!important}
  .m-course-mentor-banner small{font-size:var(--mc-type-sub)!important;line-height:1.45!important}
  .m-course-mentor-banner i{font-size:var(--mc-type-button)!important;line-height:1.1!important;padding:6px 11px!important}
  .m-course-promo-strip b{font-size:var(--mc-type-card)!important;line-height:1.25!important}
  .m-course-promo-strip span{font-size:var(--mc-type-sub)!important;line-height:1.35!important}

  /* 区块标题 / 分类 */
  .m-course-section-head h2{font-size:var(--mc-type-section)!important;line-height:1.25!important;font-weight:750!important}
  .m-course-section-head h2 em{font-size:var(--mc-type-help)!important;line-height:1!important;padding:3px 7px!important}
  .m-course-section-head>a{font-size:var(--mc-type-sub)!important;line-height:1.3!important}
  .m-course-category-tabs button{min-height:38px!important;padding:0 14px!important;font-size:var(--mc-type-sub)!important;line-height:1!important}
  .m-course-sortbar button{min-height:38px!important;padding:0 14px!important;font-size:var(--mc-type-sub)!important}
  .m-course-sortbar span{font-size:var(--mc-type-help)!important}

  /* 项目课程：双列保持，信息层级按通用移动字号重做 */
  .m-course-project-card{
    min-height:190px!important;
    padding:13px!important;
    gap:12px!important;
    border-radius:16px!important;
  }
  .m-course-project-main{
    grid-template-columns:48px minmax(0,1fr)!important;
    gap:10px!important;
    align-items:start!important;
  }
  .m-course-project-media{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:7px!important;
    width:48px!important;
    min-width:48px!important;
  }
  .m-course-project-logo,
  .m-course-project-logo>.m-course-logo,
  .m-course-project-logo .m-course-logo,
  .m-course-project-logo .m-course-logo img{
    width:48px!important;min-width:48px!important;max-width:48px!important;
    height:48px!important;min-height:48px!important;max-height:48px!important;
    border-radius:13px!important;
  }
  .m-course-project-badge{
    position:static!important;
    display:flex!important;
    width:48px!important;
    max-width:48px!important;
    min-height:22px!important;
    padding:4px 3px!important;
    border-radius:999px!important;
    font-size:10px!important;
    line-height:1!important;
    box-sizing:border-box!important;
  }
  .m-course-project-title-row{display:contents!important}
  .m-course-project-copy{gap:6px!important}
  .m-course-project-copy>b,
  .m-course-project-title-row>b{
    display:-webkit-box!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    white-space:normal!important;
    max-height:46px!important;
    overflow:hidden!important;
    color:#202733!important;
    font-size:var(--mc-type-card)!important;
    line-height:1.34!important;
    font-weight:650!important;
    letter-spacing:-.02em!important;
  }
  .m-course-project-copy>small{font-size:var(--mc-type-sub)!important;line-height:1.35!important;color:#6d7785!important;white-space:normal!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  .m-course-project-copy>p{font-size:var(--mc-type-sub)!important;line-height:1.45!important;max-height:41px!important;color:#8b94a1!important;-webkit-line-clamp:2!important}
  .m-course-project-foot{padding-top:10px!important}
  .m-course-project-foot>small{font-size:var(--mc-type-help)!important;line-height:1.2!important}
  .m-course-project-foot>strong{font-size:var(--mc-type-button)!important;line-height:1.2!important}
  .m-course-project-foot i{font-size:18px!important}

  /* 做单工具 */
  .m-course-tool-grid{gap:9px!important;padding:12px 6px!important}
  .m-course-tool-grid a{padding:12px 3px!important;font-size:var(--mc-type-sub)!important;line-height:1.25!important;gap:8px!important}
  .m-course-tool-grid a>span{font-size:var(--mc-type-sub)!important;font-weight:650!important}
  .m-course-tool-grid a>small{margin-top:-2px!important;font-size:var(--mc-type-help)!important;line-height:1.25!important}
  .m-course-tool-grid a i{width:42px!important;height:42px!important;border-radius:12px!important}

  /* 推荐课程 */
  .m-course-recommend-copy b{font-size:var(--mc-type-card)!important;line-height:1.35!important;font-weight:650!important}
  .m-course-recommend-copy small{font-size:var(--mc-type-sub)!important;line-height:1.35!important}
  .m-course-recommend-item i{font-size:var(--mc-type-button)!important;line-height:1.2!important}
  .m-course-recommend-item{min-height:76px!important;padding:12px!important}

  /* 课程列表 */
  .m-course-list-title b{font-size:var(--mc-type-card)!important;line-height:1.35!important;font-weight:650!important}
  .m-course-list-title em,.m-course-list-badge{font-size:var(--mc-type-help)!important;line-height:1!important;padding:4px 7px!important}
  .m-course-list-copy>small{font-size:var(--mc-type-sub)!important;line-height:1.4!important}
  .m-course-list-copy>p{font-size:var(--mc-type-body)!important;line-height:1.6!important}
  .m-course-list-copy>i{font-size:var(--mc-type-help)!important;line-height:1.35!important}
  .m-course-list-cta{font-size:var(--mc-type-button)!important;min-height:40px!important;padding:0 16px!important}

  /* 课程详情 */
  .m-course-detail-heading h1{font-size:var(--mc-type-page)!important;line-height:1.25!important;font-weight:650!important;letter-spacing:-.03em!important}
  .m-course-detail-heading p{font-size:var(--mc-type-sub)!important;line-height:1.4!important}
  .m-course-detail-heading em{font-size:var(--mc-type-help)!important}
  .m-course-stats b{font-size:var(--mc-type-card)!important}.m-course-stats small{font-size:var(--mc-type-help)!important}
  .m-course-author-strip b{font-size:var(--mc-type-card)!important;line-height:1.35!important}.m-course-author-strip small{font-size:var(--mc-type-sub)!important;line-height:1.4!important}
  .m-course-favorite,.m-course-share,.m-course-primary{font-size:var(--mc-type-button)!important}
  .m-course-detail-tabs button{font-size:var(--mc-type-button)!important}.m-course-detail-tabs em{font-size:var(--mc-type-help)!important}
  .m-course-detail-panel h2{font-size:var(--mc-type-section)!important;line-height:1.3!important;font-weight:650!important}
  .m-course-detail-panel>p{font-size:var(--mc-type-body)!important;line-height:1.75!important}
  .m-course-detail-panel h3{font-size:var(--mc-type-card)!important;line-height:1.4!important}
  .m-course-tag-row span{font-size:var(--mc-type-help)!important;line-height:1.2!important}
  .m-course-intro-points li{font-size:var(--mc-type-body)!important;line-height:1.7!important}
  .m-course-directory-group-title b{font-size:var(--mc-type-card)!important;line-height:1.35!important}.m-course-directory-group-title small{font-size:var(--mc-type-help)!important}
  .m-course-lesson-row b{font-size:var(--mc-type-card)!important;line-height:1.35!important}.m-course-lesson-row small{font-size:var(--mc-type-sub)!important;line-height:1.35!important}
  .m-course-resource-card small{font-size:var(--mc-type-help)!important}.m-course-resource-card b{font-size:var(--mc-type-card)!important}.m-course-resource-card button,.m-course-resource-card>a{font-size:var(--mc-type-button)!important}

  /* 学习页 */
  .m-course-study-tabs button{font-size:var(--mc-type-button)!important;min-height:44px!important}
  .m-course-study-lesson b{font-size:var(--mc-type-card)!important;line-height:1.35!important}.m-course-study-lesson small{font-size:var(--mc-type-sub)!important}.m-course-study-lesson>span,.m-course-study-lesson>i{font-size:var(--mc-type-help)!important}
  .m-course-note-box b{font-size:var(--mc-type-card)!important}.m-course-note-box small{font-size:var(--mc-type-help)!important}.m-course-note-box textarea{font-size:var(--mc-type-body)!important;line-height:1.65!important}.m-course-note-box>button{font-size:var(--mc-type-button)!important;min-height:40px!important}
  .m-course-study-actions>button,.m-course-study-actions>a:not(.m-course-next){font-size:var(--mc-type-help)!important}.m-course-study-actions .m-course-next{font-size:var(--mc-type-button)!important}
  .m-course-history-item b{font-size:var(--mc-type-card)!important}.m-course-history-item small{font-size:var(--mc-type-sub)!important}.m-course-history-item i{font-size:var(--mc-type-help)!important}

  /* 底部导航保持通用可读字号 */
  .mobile-bottom-nav.mobile-app-tabbar a{font-size:12px!important;line-height:1.2!important;font-weight:600!important}
}

@media (max-width:359.98px){
  .m-course-project-card{min-height:184px!important;padding:11px!important}
  .m-course-project-main{grid-template-columns:44px minmax(0,1fr)!important;gap:8px!important}
  .m-course-project-media{width:44px!important;min-width:44px!important}
  .m-course-project-logo,
  .m-course-project-logo>.m-course-logo,
  .m-course-project-logo .m-course-logo,
  .m-course-project-logo .m-course-logo img{width:44px!important;min-width:44px!important;max-width:44px!important;height:44px!important;min-height:44px!important;max-height:44px!important}
  .m-course-project-badge{width:44px!important;max-width:44px!important;font-size:9px!important}
  .m-course-project-copy>b{font-size:16px!important}
  .m-course-project-copy>small,.m-course-project-copy>p{font-size:13px!important}
}

/* V3.13.7 · 修复项目课程内容被裁切 + 分类切换显示保护 */
@media (max-width:767.98px){
  /* 分类筛选：最后一层状态保护，JS 设置 hidden 后必须真正隐藏 */
  .m-course-project-card[hidden],
  .m-course-list-item[hidden]{display:none!important}
  .m-course-category-tabs{position:relative;z-index:2;pointer-events:auto!important;touch-action:pan-x}
  .m-course-category-tabs button{position:relative;z-index:3;pointer-events:auto!important;cursor:pointer;-webkit-tap-highlight-color:transparent}

  /* 双列卡片保持，但不再用固定高度/行数强行裁切文字 */
  .m-course-project-grid{align-items:stretch!important;grid-auto-rows:auto!important}
  .m-course-project-card{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:hidden!important;
    align-self:stretch!important;
  }
  .m-course-project-main{align-items:start!important;height:auto!important;min-height:0!important}
  .m-course-project-copy{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:visible!important;
  }
  /* 主标题仍由 PHP 限制为 8 个中文字；前端最多两行，不会被角标遮挡 */
  .m-course-project-copy>b,
  .m-course-project-title-row>b{
    min-height:0!important;
    max-height:none!important;
    -webkit-line-clamp:2!important;
    overflow:hidden!important;
  }
  /* 分类 / 难度副标题允许完整换行 */
  .m-course-project-copy>small{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    -webkit-line-clamp:unset!important;
  }
  /* 课程简介不再两行裁切，内容按实际长度自然撑高卡片 */
  .m-course-project-copy>p{
    display:block!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    -webkit-line-clamp:unset!important;
    -webkit-box-orient:initial!important;
    word-break:break-word!important;
    overflow-wrap:anywhere!important;
  }
  .m-course-project-foot{margin-top:12px!important;flex:0 0 auto!important}
}

/* V3.13.8 · 项目课程卡片改为横向展开，避免窄列导致文字纵向堆叠 */
@media (max-width:767.98px){
  .m-course-project-grid{
    grid-template-columns:minmax(0,1fr)!important;
    gap:12px!important;
  }
  .m-course-project-card{
    width:100%!important;
    min-height:126px!important;
    padding:14px!important;
    gap:10px!important;
    overflow:hidden!important;
  }
  .m-course-project-main{
    display:grid!important;
    grid-template-columns:56px minmax(0,1fr)!important;
    gap:12px!important;
    align-items:start!important;
    width:100%!important;
    min-width:0!important;
  }
  .m-course-project-media{
    width:56px!important;
    min-width:56px!important;
    gap:7px!important;
    align-items:center!important;
  }
  .m-course-project-logo,
  .m-course-project-logo>.m-course-logo,
  .m-course-project-logo .m-course-logo,
  .m-course-project-logo .m-course-logo img{
    width:56px!important;
    min-width:56px!important;
    max-width:56px!important;
    height:56px!important;
    min-height:56px!important;
    max-height:56px!important;
    border-radius:15px!important;
  }
  .m-course-project-badge{
    width:56px!important;
    max-width:56px!important;
    min-height:24px!important;
    font-size:10px!important;
    padding:4px 5px!important;
  }
  .m-course-project-copy{
    display:grid!important;
    gap:5px!important;
    min-width:0!important;
    width:100%!important;
    overflow:hidden!important;
  }
  .m-course-project-copy>b,
  .m-course-project-title-row>b{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    max-height:none!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    -webkit-line-clamp:unset!important;
    font-size:17px!important;
    line-height:1.35!important;
  }
  .m-course-project-copy>small{
    display:block!important;
    width:100%!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    font-size:14px!important;
    line-height:1.45!important;
  }
  .m-course-project-copy>p{
    display:block!important;
    width:100%!important;
    margin:0!important;
    white-space:normal!important;
    overflow:hidden!important;
    text-overflow:clip!important;
    font-size:14px!important;
    line-height:1.5!important;
    max-height:42px!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
  }
  .m-course-project-foot{
    width:calc(100% - 68px)!important;
    margin:0 0 0 68px!important;
    padding-top:9px!important;
    border-top:1px solid #f0f2f5!important;
  }
  .m-course-project-foot>small{font-size:12px!important}
  .m-course-project-foot>strong{font-size:14px!important}
}

@media (max-width:359.98px){
  .m-course-project-card{min-height:118px!important;padding:12px!important}
  .m-course-project-main{grid-template-columns:50px minmax(0,1fr)!important;gap:10px!important}
  .m-course-project-media{width:50px!important;min-width:50px!important}
  .m-course-project-logo,
  .m-course-project-logo>.m-course-logo,
  .m-course-project-logo .m-course-logo,
  .m-course-project-logo .m-course-logo img{width:50px!important;min-width:50px!important;max-width:50px!important;height:50px!important;min-height:50px!important;max-height:50px!important}
  .m-course-project-badge{width:50px!important;max-width:50px!important;font-size:9px!important}
  .m-course-project-copy>b{font-size:16px!important}
  .m-course-project-copy>small,.m-course-project-copy>p{font-size:13px!important}
  .m-course-project-foot{width:calc(100% - 60px)!important;margin-left:60px!important}
}

/* V3.13.9 · 任课堂双横幅严格使用上传图片本体铺满，移除旧纯色底层 */
@media (max-width:767.98px){
  .m-course-hero-pair{
    grid-template-columns:minmax(0,1.73846fr) minmax(0,1fr)!important;
    gap:10px!important;
    align-items:start!important;
  }
  .m-course-hero-pair .m-course-image-banner{
    min-height:0!important;
    height:auto!important;
    box-sizing:border-box!important;
    background-color:transparent!important;
    background-image:var(--course-banner-image)!important;
    background-repeat:no-repeat!important;
    background-position:center center!important;
    background-size:100% 100%!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    overflow:visible!important;
  }
  .m-course-hero-pair .m-course-mentor-banner.m-course-image-banner{
    aspect-ratio:678 / 300!important;
    padding:16px 11px 10px 14px!important;
    align-items:stretch!important;
  }
  .m-course-hero-pair .m-course-newbie-banner.m-course-image-banner{
    aspect-ratio:390 / 300!important;
    padding:10px!important;
    align-items:stretch!important;
    justify-content:flex-end!important;
  }
  .m-course-hero-pair .m-course-image-banner::before,
  .m-course-hero-pair .m-course-image-banner::after{display:none!important;content:none!important}
  .m-course-hero-pair .m-course-image-banner .m-course-banner-copy{z-index:2}
  .m-course-hero-pair .m-course-mentor-banner .m-course-banner-copy{width:58%!important;padding-top:2px}
  .m-course-hero-pair .m-course-newbie-banner .m-course-banner-copy{width:100%!important;height:100%!important;justify-content:flex-end!important;align-items:center!important;padding-bottom:5px!important}
  .m-course-hero-pair .m-course-image-banner:active{transform:scale(.985)!important;filter:brightness(.985)}
}

/* V3.13.10 · 任课堂双主视觉横幅完全重构（严格参考目标样式） */
@media (max-width:767.98px){
  .m-course-hero-pair-v2{
    display:grid!important;
    grid-template-columns:minmax(0,678fr) minmax(0,390fr)!important;
    gap:10px!important;
    align-items:start!important;
    width:100%!important;
    margin:0 0 12px!important;
    overflow:visible!important;
  }
  .m-course-hero-card{
    position:relative!important;
    display:block!important;
    min-width:0!important;
    width:100%!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    background:none!important;
    box-shadow:none!important;
    overflow:visible!important;
    isolation:isolate!important;
    color:#fff!important;
    text-decoration:none!important;
    -webkit-tap-highlight-color:transparent;
    transform:translateZ(0);
  }
  .m-course-hero-card-mentor{aspect-ratio:678/300!important}
  .m-course-hero-card-newbie{aspect-ratio:390/300!important}
  .m-course-hero-bg{
    position:absolute!important;
    inset:0!important;
    z-index:0!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    max-height:none!important;
    object-fit:fill!important;
    object-position:center!important;
    pointer-events:none!important;
    user-select:none!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
  }
  .m-course-hero-copy{
    position:absolute!important;
    z-index:2!important;
    display:flex!important;
    min-width:0!important;
    pointer-events:none!important;
    color:#fff!important;
  }
  .m-course-hero-copy-mentor{
    left:7.2%!important;
    top:14%!important;
    bottom:14%!important;
    width:50%!important;
    flex-direction:column!important;
    align-items:flex-start!important;
  }
  .m-course-hero-copy-mentor>b{
    display:block!important;
    max-width:100%!important;
    margin:0!important;
    color:#fff!important;
    font-size:clamp(14px,4.15vw,17px)!important;
    line-height:1.18!important;
    font-weight:800!important;
    letter-spacing:-.03em!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    text-shadow:0 1px 2px rgba(19,80,181,.12)!important;
  }
  .m-course-hero-copy-mentor>small{
    display:block!important;
    width:100%!important;
    margin:5px 0 0!important;
    color:rgba(255,255,255,.98)!important;
    font-size:clamp(10px,3.05vw,12.5px)!important;
    line-height:1.28!important;
    font-weight:500!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    text-shadow:0 1px 2px rgba(19,80,181,.10)!important;
  }
  .m-course-hero-copy-mentor>i{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:25px!important;
    margin:auto 0 0!important;
    padding:0 11px!important;
    border-radius:999px!important;
    background:#fff!important;
    color:#2375ff!important;
    box-shadow:0 3px 8px rgba(17,83,191,.08)!important;
    font-size:clamp(10px,2.9vw,12px)!important;
    line-height:1!important;
    font-weight:800!important;
    font-style:normal!important;
    white-space:nowrap!important;
  }
  .m-course-hero-copy-newbie{
    left:0!important;
    right:0!important;
    bottom:9.5%!important;
    align-items:center!important;
    justify-content:center!important;
  }
  .m-course-hero-copy-newbie>b{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:4px!important;
    margin:0!important;
    color:#fff!important;
    font-size:clamp(13px,3.8vw,16px)!important;
    line-height:1.15!important;
    font-weight:800!important;
    letter-spacing:-.02em!important;
    white-space:nowrap!important;
    text-shadow:0 1px 2px rgba(15,120,44,.12)!important;
  }
  .m-course-hero-copy-newbie b i{
    display:inline-grid!important;
    place-items:center!important;
    width:16px!important;
    height:16px!important;
    border-radius:50%!important;
    background:#fff!important;
    color:#25c75a!important;
    font-size:13px!important;
    line-height:1!important;
    font-style:normal!important;
    font-weight:900!important;
    text-shadow:none!important;
  }
  .m-course-hero-card:active{transform:scale(.985)!important;filter:brightness(.985)!important}
}

@media (max-width:359.98px){
  .m-course-hero-pair-v2{gap:7px!important}
  .m-course-hero-copy-mentor{left:6.5%!important;top:13%!important;bottom:13%!important;width:52%!important}
  .m-course-hero-copy-mentor>small{margin-top:3px!important}
  .m-course-hero-copy-mentor>i{min-height:22px!important;padding:0 9px!important}
  .m-course-hero-copy-newbie{bottom:8.5%!important}
  .m-course-hero-copy-newbie b i{width:14px!important;height:14px!important;font-size:11px!important}
}

/* V3.13.11 · 任课堂课程轮播 */
@media (max-width:767.98px){
  .m-course-promo-carousel{position:relative;width:100%;aspect-ratio:5/1;margin:0;border-radius:16px;overflow:hidden;background:#eef3f8;box-shadow:0 8px 22px rgba(64,88,211,.06);touch-action:pan-y}
  .m-course-promo-track{position:relative;width:100%;height:100%}
  .m-course-promo-slide{position:absolute;inset:0;display:block!important;width:100%;height:100%;opacity:0;visibility:hidden;transform:translateX(10px) scale(.995);transition:opacity .28s ease,transform .32s cubic-bezier(.22,.61,.36,1),visibility .28s ease;color:#1f2937;overflow:hidden}
  .m-course-promo-slide.on{opacity:1;visibility:visible;transform:translateX(0) scale(1);z-index:2}
  .m-course-promo-slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}
  .m-course-promo-slide.no-image{background:linear-gradient(105deg,#e4fbf7 0%,#fff1f9 46%,#e6f3ff 100%)}
  .m-course-promo-slide.no-image:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 90% 50%,rgba(124,92,255,.2),transparent 19%)}
  .m-course-promo-copy{position:absolute;z-index:2;left:16px;right:48px;top:50%;transform:translateY(-50%);display:flex;align-items:baseline;gap:6px;min-width:0;text-shadow:0 1px 2px rgba(255,255,255,.45)}
  .m-course-promo-copy b{font-size:17px!important;line-height:1.2!important;font-weight:850;color:#c61e61;white-space:nowrap}
  .m-course-promo-copy small{min-width:0;font-size:13px!important;line-height:1.35!important;font-weight:700;color:#27313d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .m-course-promo-copy i{margin-left:auto;font-size:12px;font-style:normal;font-weight:800;color:#ff5f2e;white-space:nowrap}
  .m-course-promo-slide.has-image .m-course-promo-copy{padding:5px 8px;border-radius:10px;background:linear-gradient(90deg,rgba(255,255,255,.82),rgba(255,255,255,.42),transparent);backdrop-filter:blur(2px)}
  .m-course-promo-dots{position:absolute;z-index:5;right:12px;bottom:7px;display:flex;align-items:center;gap:5px;padding:3px 5px;border-radius:999px;background:rgba(255,255,255,.58);backdrop-filter:blur(6px)}
  .m-course-promo-dots button{width:5px;height:5px;padding:0;border:0;border-radius:99px;background:rgba(74,85,104,.35);transition:width .2s ease,background-color .2s ease}
  .m-course-promo-dots button.on{width:14px;background:#2d72ff}
  .m-course-promo-carousel:active{transform:scale(.995)}
}
@media (max-width:360px){
  .m-course-promo-copy{left:12px;right:38px;gap:4px}
  .m-course-promo-copy b{font-size:15px!important}
  .m-course-promo-copy small{font-size:11px!important}
}
@media (prefers-reduced-motion:reduce){
  .m-course-promo-slide{transition:none!important}
}

/* V3.13.13 · 课程内容搜索页：按移动端参考原型重构 */
@media (max-width: 767.98px){
  .m-course-search-entry{cursor:pointer;text-decoration:none!important}
  .m-course-home-search.m-course-search-entry,
  .m-course-main-search.m-course-search-entry{display:flex!important;align-items:center;gap:7px;color:#9aa2ad}
  .m-course-home-search.m-course-search-entry span,
  .m-course-main-search.m-course-search-entry span{display:block;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#9aa2ad;font-size:14px;font-weight:400}

  body.page-route-course_search{background:#fff!important;padding-bottom:0!important}
  body.page-route-course_search .notice-bar,
  body.page-route-course_search .site-header,
  body.page-route-course_search .page-skeleton{display:none!important}
  body.page-route-course_search .site-main{width:100%!important;max-width:none!important;margin:0!important;padding:0 0 78px!important;background:#fff!important}
  body.page-route-course_search .site-main>.breadcrumb{display:none!important}
  body.page-route-course_search .mobile-bottom-nav{border-top:1px solid #eef0f3;background:rgba(255,255,255,.98)}

  .course-content-search{display:block!important;width:100%;min-height:100vh;background:#fff;color:#252a33;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","PingFang SC","Microsoft YaHei",Arial,sans-serif}
  .course-search-topbar{position:sticky;top:0;z-index:30;height:56px;display:grid;grid-template-columns:48px 1fr 48px;align-items:center;background:rgba(255,255,255,.98);border-bottom:1px solid #f4f5f7;backdrop-filter:blur(14px)}
  .course-search-topbar h1{margin:0;text-align:center;font-size:17px;line-height:1;font-weight:500;color:#23262d;letter-spacing:0}
  .course-search-back{width:48px;height:56px;display:grid!important;place-items:center;color:#4c535d;text-decoration:none}
  .course-search-back svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.65}
  .course-search-top-spacer{display:block;width:48px;height:56px}

  .course-search-form{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:8px;align-items:center;padding:12px 18px 11px;background:#fff;border-bottom:1px solid #eceff2;box-shadow:0 2px 7px rgba(15,23,42,.05)}
  .course-search-input{height:35px;display:flex;align-items:center;gap:8px;padding:0 13px;border-radius:4px;background:#f6f7f8;color:#a1a8b2}
  .course-search-input svg{width:18px;height:18px;flex:0 0 auto;fill:none;stroke:#9ca5af;stroke-width:1.7}
  .course-search-input input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#303641;font-size:14px;font-weight:400;line-height:1}
  .course-search-input input::placeholder{color:#9ba3ad}
  .course-search-form button{height:35px;padding:0;border:0;background:transparent;color:#12bd62;font-size:14px;font-weight:600;text-align:right;cursor:pointer}

  .course-search-results{padding:0 22px;background:#fff}
  .course-search-result{position:relative;display:grid!important;grid-template-columns:110px minmax(0,1fr) auto;column-gap:12px;align-items:center;min-height:116px;padding:11px 0;border-bottom:1px solid #e7eaee;color:#20242c;text-decoration:none}
  .course-search-thumb{width:110px;height:76px;display:block;overflow:hidden;border-radius:9px;background:#eef5ff}
  .course-search-thumb img{display:block;width:100%;height:100%;object-fit:cover}
  .course-search-thumb-fallback{display:block;width:100%;height:100%}.course-search-thumb-fallback .m-course-logo{width:100%;height:100%;border-radius:0}
  .course-search-copy{display:grid;align-content:center;gap:5px;min-width:0}
  .course-search-title{display:flex;align-items:center;gap:6px;min-width:0;line-height:1.22}
  .course-search-title em{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;height:22px;padding:0 5px;border-radius:4px;background:#dff9eb;color:#11b960;font-size:13px;font-style:normal;font-weight:500}
  .course-search-title b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#262b33;font-size:16px;font-weight:500}
  .course-search-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#5c6571;font-size:14px;line-height:1.25;font-weight:400}
  .course-search-copy i{color:#9aa4b2;font-size:13px;line-height:1.15;font-style:normal;font-weight:400}
  .course-search-state{align-self:center;justify-self:end;min-width:52px;padding:5px 8px;border-radius:4px;background:#f7f8fa;color:#a0a8b4;font-size:13px;line-height:1;text-align:center;white-space:nowrap}
  .course-search-state[hidden]{display:none!important}
  .course-search-result:active{background:#fafbfc}
  .course-search-result:active .course-search-thumb{transform:scale(.985)}

  .course-search-empty{padding:80px 20px;text-align:center;color:#9aa2ad}
  .course-search-empty>span{display:grid;width:48px;height:48px;margin:0 auto 12px;place-items:center;border-radius:50%;background:#f5f7f9}
  .course-search-empty svg{width:22px;height:22px;fill:none;stroke:#a4abb5;stroke-width:1.7}
  .course-search-empty b{display:block;color:#596270;font-size:16px;font-weight:600}
  .course-search-empty p{margin:7px 0 0;font-size:13px}

  @media (max-width:359.98px){
    .course-search-results{padding:0 14px}
    .course-search-result{grid-template-columns:96px minmax(0,1fr) auto;column-gap:9px}
    .course-search-thumb{width:96px;height:68px}
    .course-search-title b{font-size:15px}
    .course-search-copy small{font-size:13px}
    .course-search-copy i,.course-search-state{font-size:12px}
  }
}

@media (min-width:768px){
  .course-search-desktop{max-width:980px;margin:30px auto 80px}
  .course-search-desktop-head{padding:28px;border-radius:20px;background:#fff;box-shadow:0 12px 36px rgba(15,23,42,.06)}
  .course-search-desktop-head a{color:#64748b;text-decoration:none}.course-search-desktop-head h1{margin:12px 0 6px;font-size:34px}.course-search-desktop-head p{margin:0;color:#7b8492}
  .course-search-desktop-form{display:flex;gap:10px;margin:18px 0}.course-search-desktop-form input{flex:1;height:48px;padding:0 16px;border:1px solid #e5e7eb;border-radius:12px}.course-search-desktop-form button{min-width:100px;border:0;border-radius:12px;background:#16b86b;color:#fff;font-weight:700}
  .course-search-desktop-list{display:grid;gap:10px}.course-search-desktop-list a{display:flex;justify-content:space-between;gap:16px;padding:16px 18px;border-radius:14px;background:#fff;color:#26303d;text-decoration:none;box-shadow:0 6px 22px rgba(15,23,42,.04)}.course-search-desktop-list span{color:#8a93a0}
}

/* V3.13.14 · 推荐课程改为课程内容 */
@media (max-width:767.98px){
  .m-course-recommend-content-list{gap:10px!important}
  .m-course-recommend-content{
    display:grid!important;
    grid-template-columns:78px minmax(0,1fr) auto!important;
    gap:11px!important;
    align-items:center!important;
    min-height:94px!important;
    padding:10px!important;
    border:1px solid #edf0f4!important;
    border-radius:14px!important;
    background:#fafbfc!important;
    color:#202632!important;
  }
  .m-course-recommend-thumb{
    position:relative;
    display:block!important;
    width:78px!important;
    height:68px!important;
    overflow:hidden!important;
    border-radius:11px!important;
    background:#f1f5f9!important;
  }
  .m-course-recommend-thumb>img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
  }
  .m-course-recommend-thumb-fallback{
    display:grid!important;
    place-items:center!important;
    width:100%!important;
    height:100%!important;
  }
  .m-course-recommend-thumb-fallback .m-course-logo{
    width:46px!important;
    height:46px!important;
    border-radius:12px!important;
  }
  .m-course-recommend-thumb>em{
    position:absolute!important;
    left:5px!important;
    top:5px!important;
    z-index:2!important;
    padding:2px 6px!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.92)!important;
    color:#17b86b!important;
    box-shadow:0 2px 8px rgba(15,23,42,.06)!important;
    font-size:10px!important;
    line-height:1.35!important;
    font-style:normal!important;
    font-weight:750!important;
  }
  .m-course-recommend-content .m-course-recommend-copy{
    display:grid!important;
    gap:4px!important;
    min-width:0!important;
  }
  .m-course-recommend-content .m-course-recommend-copy>b{
    display:block!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    color:#202632!important;
    font-size:16px!important;
    line-height:1.35!important;
    font-weight:650!important;
  }
  .m-course-recommend-content .m-course-recommend-copy>small{
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    color:#7b8492!important;
    font-size:13px!important;
    line-height:1.35!important;
  }
  .m-course-recommend-content .m-course-recommend-copy>p{
    display:-webkit-box!important;
    margin:0!important;
    overflow:hidden!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    color:#687383!important;
    font-size:12px!important;
    line-height:1.45!important;
  }
  .m-course-recommend-action{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-end!important;
    justify-content:center!important;
    gap:6px!important;
    white-space:nowrap!important;
  }
  .m-course-recommend-action>i{
    color:#ff5f35!important;
    font-size:13px!important;
    line-height:1.2!important;
    font-style:normal!important;
    font-weight:750!important;
  }
  .m-course-recommend-action>small{
    padding:3px 6px!important;
    border-radius:999px!important;
    background:#f2f4f7!important;
    color:#9aa1ab!important;
    font-size:10px!important;
    line-height:1.2!important;
  }
  .m-course-recommend-content:active{transform:scale(.985)!important;background:#f7f8fa!important}
}
@media (max-width:359.98px){
  .m-course-recommend-content{grid-template-columns:68px minmax(0,1fr) auto!important;gap:8px!important;padding:9px!important}
  .m-course-recommend-thumb{width:68px!important;height:60px!important}
  .m-course-recommend-content .m-course-recommend-copy>b{font-size:15px!important}
  .m-course-recommend-content .m-course-recommend-copy>small{font-size:12px!important}
  .m-course-recommend-content .m-course-recommend-copy>p{font-size:11px!important}
  .m-course-recommend-action>i{font-size:12px!important}
}

/* V3.13.15 · 推荐课程内容标题完整展示 */
@media (max-width:767.98px){
  .m-course-recommend-content{
    grid-template-columns:78px minmax(0,1fr)!important;
    grid-template-areas:
      "thumb copy"
      "thumb action"!important;
    align-items:start!important;
  }
  .m-course-recommend-content .m-course-recommend-thumb{grid-area:thumb!important;align-self:center!important}
  .m-course-recommend-content .m-course-recommend-copy{grid-area:copy!important;min-width:0!important}
  .m-course-recommend-content .m-course-recommend-copy>b{
    display:block!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    word-break:break-word!important;
    overflow-wrap:anywhere!important;
    font-size:14px!important;
    line-height:1.38!important;
    font-weight:650!important;
  }
  .m-course-recommend-action{
    grid-area:action!important;
    flex-direction:row!important;
    justify-content:flex-end!important;
    align-items:center!important;
    gap:8px!important;
    margin-top:2px!important;
  }
}
@media (max-width:359.98px){
  .m-course-recommend-content{grid-template-columns:68px minmax(0,1fr)!important}
  .m-course-recommend-content .m-course-recommend-copy>b{font-size:13px!important;line-height:1.4!important}
}

/* V3.13.16 · 首页手机端纯图片海报轮播 */
.mobile-home-poster-carousel{display:none!important}
@media (max-width:767.98px){
  /* 手机端彻底移除旧首页首屏：标题、按钮、三宫格、旧轮播容器全部不再占位 */
  .page-home .brand-carousel-hero{display:none!important}

  .page-home .mobile-home-poster-carousel{
    position:relative!important;
    display:block!important;
    width:calc(100% + 24px)!important;
    margin:-8px -12px 22px!important;
    padding:0!important;
    overflow:hidden!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    touch-action:pan-y!important;
    isolation:isolate;
  }
  .page-home .mobile-home-poster-track{
    position:relative!important;
    width:100%!important;
    aspect-ratio:1125/558!important;
    overflow:hidden!important;
    background:#eef2f4!important;
  }
  .page-home .mobile-home-poster-slide{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    opacity:0!important;
    visibility:hidden!important;
    transform:translate3d(14px,0,0) scale(1.005)!important;
    transition:opacity .42s ease,transform .52s cubic-bezier(.22,.72,.2,1),visibility .42s!important;
    pointer-events:none!important;
    will-change:opacity,transform!important;
  }
  .page-home .mobile-home-poster-slide.on{
    opacity:1!important;
    visibility:visible!important;
    transform:translate3d(0,0,0) scale(1)!important;
    pointer-events:auto!important;
    z-index:2!important;
  }
  .page-home .mobile-home-poster-slide img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    object-fit:cover!important;
    object-position:center!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    user-select:none!important;
    -webkit-user-drag:none!important;
  }
  .page-home .mobile-home-poster-dots{
    position:absolute!important;
    left:50%!important;
    bottom:10px!important;
    z-index:5!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    transform:translateX(-50%)!important;
    padding:4px 7px!important;
    border-radius:999px!important;
    background:rgba(17,24,39,.10)!important;
    backdrop-filter:blur(8px)!important;
    -webkit-backdrop-filter:blur(8px)!important;
  }
  .page-home .mobile-home-poster-dots button{
    width:6px!important;
    height:6px!important;
    min-width:6px!important;
    min-height:6px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.72)!important;
    box-shadow:none!important;
    transition:width .2s ease,background-color .2s ease,transform .15s ease!important;
  }
  .page-home .mobile-home-poster-dots button.on{
    width:18px!important;
    background:#fff!important;
  }
  .page-home .mobile-home-poster-dots button:active{transform:scale(.88)!important}
}

@media (max-width:359.98px){
  .page-home .mobile-home-poster-carousel{margin-bottom:18px!important}
  .page-home .mobile-home-poster-dots{bottom:8px!important}
}

@media (prefers-reduced-motion:reduce){
  .mobile-home-poster-slide{transition:none!important}
}

/* V3.13.17 · 首页热门项目标题精简 + 查看全部移至卡片尾部 */
.home-project-mobile-all{display:none!important}
@media (max-width:767.98px){
  /* 手机端头部只保留“热门项目推荐”主标题 */
  .page-home [data-home-projects] .home-section-heading{
    display:block!important;
    margin:0 0 18px!important;
  }
  .page-home [data-home-projects] .home-section-heading>div{
    max-width:none!important;
  }
  .page-home [data-home-projects] .home-section-heading small,
  .page-home [data-home-projects] .home-section-heading p,
  .page-home [data-home-projects] .home-section-heading>a{
    display:none!important;
  }
  .page-home [data-home-projects] .home-section-heading h2{
    margin:0!important;
    font-size:24px!important;
    line-height:1.25!important;
    font-weight:800!important;
    letter-spacing:-.03em!important;
    color:#1f2937!important;
  }

  /* 分类菜单紧跟标题，不再保留原“全部项目”占位 */
  .page-home [data-home-projects] .home-project-tabs{
    margin-top:0!important;
    margin-bottom:14px!important;
  }

  /* 所有卡片结束后显示独立“查看全部项目”入口，参考用户图二 */
  .page-home [data-home-projects] .home-project-mobile-all{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:3px!important;
    width:max-content!important;
    margin:16px auto 0!important;
    padding:6px 12px!important;
    color:#16b86b!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    font-size:14px!important;
    line-height:1.35!important;
    font-weight:700!important;
    text-decoration:none!important;
  }
  .page-home [data-home-projects] .home-project-mobile-all span{
    display:inline-block!important;
    font-size:18px!important;
    line-height:1!important;
    transition:transform .18s ease!important;
  }
  .page-home [data-home-projects] .home-project-mobile-all:active{
    opacity:.72!important;
  }
  .page-home [data-home-projects] .home-project-mobile-all:active span{
    transform:translateX(2px)!important;
  }
}

/* V3.13.19 · 首页热门模板标题精简 + 查看全部移至卡片尾部 */
.home-template-mobile-all{display:none!important}
@media (max-width:767.98px){
  /* 与热门项目保持同一层级：手机端只保留主标题 */
  .page-home .home-template-recommendations .section-title{
    display:block!important;
    margin:0 0 16px!important;
  }
  .page-home .home-template-recommendations .section-title>div{
    max-width:none!important;
  }
  .page-home .home-template-recommendations .section-title small,
  .page-home .home-template-recommendations .section-title p,
  .page-home .home-template-recommendations .section-title>a{
    display:none!important;
  }
  .page-home .home-template-recommendations .section-title h2{
    margin:0!important;
    font-size:24px!important;
    line-height:1.25!important;
    font-weight:800!important;
    letter-spacing:-.03em!important;
    color:#1f2937!important;
  }

  /* “查看全部模板”统一放到全部模板卡片结束之后并居中 */
  .page-home .home-template-recommendations .home-template-mobile-all{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:3px!important;
    width:max-content!important;
    margin:16px auto 0!important;
    padding:6px 12px!important;
    color:#16b86b!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    font-size:14px!important;
    line-height:1.35!important;
    font-weight:700!important;
    text-decoration:none!important;
  }
  .page-home .home-template-recommendations .home-template-mobile-all span{
    display:inline-block!important;
    font-size:18px!important;
    line-height:1!important;
    transition:transform .18s ease!important;
  }
  .page-home .home-template-recommendations .home-template-mobile-all:active{
    opacity:.72!important;
  }
  .page-home .home-template-recommendations .home-template-mobile-all:active span{
    transform:translateX(2px)!important;
  }
}

/* V3.13.20 · 手机端首页其余板块统一为“只保留标题 + 尾部居中查看全部” */
.home-mobile-tail-link{display:none!important}
@media (max-width:767.98px){
  /* 任务分类 / 今日热门任务 / 指定模板分类 / 资讯：顶部统一只保留主标题 */
  .page-home .home-mobile-clean-section .home-mobile-clean-heading{
    display:block!important;
    margin:0 0 16px!important;
  }
  .page-home .home-mobile-clean-section .home-mobile-clean-heading>div{
    max-width:none!important;
  }
  .page-home .home-mobile-clean-section .home-mobile-clean-heading small,
  .page-home .home-mobile-clean-section .home-mobile-clean-heading p,
  .page-home .home-mobile-clean-section .home-mobile-clean-heading>a{
    display:none!important;
  }
  .page-home .home-mobile-clean-section .home-mobile-clean-heading h2{
    margin:0!important;
    font-size:24px!important;
    line-height:1.25!important;
    font-weight:800!important;
    letter-spacing:-.03em!important;
    color:#1f2937!important;
  }

  /* 所有“查看全部”入口统一放到内容尾部并水平居中 */
  .page-home .home-mobile-clean-section .home-mobile-tail-link{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:3px!important;
    width:max-content!important;
    max-width:100%!important;
    margin:16px auto 0!important;
    padding:7px 14px!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#16b86b!important;
    font-size:14px!important;
    line-height:1.35!important;
    font-weight:700!important;
    text-decoration:none!important;
  }
  .page-home .home-mobile-clean-section .home-mobile-tail-link span{
    display:inline-block!important;
    font-size:18px!important;
    line-height:1!important;
    transition:transform .18s ease!important;
  }
  .page-home .home-mobile-clean-section .home-mobile-tail-link:active{
    opacity:.72!important;
  }
  .page-home .home-mobile-clean-section .home-mobile-tail-link:active span{
    transform:translateX(2px)!important;
  }

  /* 分类区标题下不再保留额外顶部说明空间 */
  .page-home .home-task-category-section .category-grid,
  .page-home .home-task-recommendations .home-task-grid,
  .page-home .home-template-category-section .template-grid,
  .page-home .home-article-recommendations .article-grid{
    margin-top:0!important;
  }

  /* 三步开始接单也采用同一规则：只保留标题，步骤内容本身不动 */
  .page-home .home-steps-section .process-kicker,
  .page-home .home-steps-section .process-intro>p{
    display:none!important;
  }
  .page-home .home-steps-section .process-intro h2{
    margin:0!important;
  }
  .page-home .home-steps-section ol{
    margin-top:16px!important;
  }
}

/* V3.13.21 · 手机端“三步开始接单”恢复原参考结构，品牌蓝绿渐变 */
@media (max-width:767.98px){
  .page-home .home-steps-section.process-band.process-band-peach{
    position:relative!important;
    display:block!important;
    margin:22px 12px 28px!important;
    padding:0!important;
    overflow:hidden!important;
    border:1px solid rgba(54,151,218,.18)!important;
    border-radius:20px!important;
    background:#fff!important;
    color:#1f2937!important;
    box-shadow:0 10px 28px rgba(28,91,126,.08)!important;
  }
  .page-home .home-steps-section .process-head{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    min-height:142px!important;
    gap:10px!important;
    padding:20px 16px 30px!important;
    background:
      radial-gradient(circle at 90% 14%,rgba(255,255,255,.76) 0 3px,transparent 4px),
      radial-gradient(circle at 95% 28%,rgba(255,255,255,.45) 0 2px,transparent 3px),
      linear-gradient(120deg,#2f7df6 0%,#36a9e7 45%,#2bc58a 100%)!important;
  }
  .page-home .home-steps-section .process-head:after{
    content:""!important;
    position:absolute!important;
    left:0!important;right:0!important;bottom:-1px!important;
    height:22px!important;
    background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.16))!important;
    pointer-events:none!important;
  }
  .page-home .home-steps-section .process-intro{
    position:relative!important;
    z-index:2!important;
    min-width:0!important;
    max-width:62%!important;
  }
  .page-home .home-steps-section .process-kicker{
    display:inline-flex!important;
    align-items:center!important;
    gap:5px!important;
    width:max-content!important;
    min-height:24px!important;
    margin:0 0 9px!important;
    padding:0 9px!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.18)!important;
    color:#fff!important;
    font-size:10px!important;
    line-height:1!important;
    font-weight:800!important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.18)!important;
  }
  .page-home .home-steps-section .process-kicker i{
    display:inline!important;
    color:#dffff1!important;
    font-style:normal!important;
    font-size:11px!important;
  }
  .page-home .home-steps-section .process-intro h2{
    margin:0 0 7px!important;
    color:#fff!important;
    font-size:25px!important;
    line-height:1.08!important;
    font-weight:850!important;
    letter-spacing:-.04em!important;
  }
  .page-home .home-steps-section .process-intro>p{
    display:block!important;
    margin:0!important;
    color:rgba(255,255,255,.88)!important;
    font-size:11px!important;
    line-height:1.5!important;
  }

  .page-home .home-steps-section .process-illustration{
    display:block!important;
    position:relative!important;
    width:104px!important;
    height:88px!important;
    flex:0 0 104px!important;
    margin:0!important;
    transform:rotate(2deg)!important;
    filter:drop-shadow(0 10px 18px rgba(8,75,87,.16))!important;
  }
  .page-home .home-steps-section .process-clipboard{
    position:absolute!important;
    left:16px!important;top:8px!important;
    width:66px!important;height:76px!important;
    padding:25px 12px 9px!important;
    border-radius:14px!important;
    border:1px solid rgba(255,255,255,.72)!important;
    background:linear-gradient(160deg,rgba(255,255,255,.98),rgba(239,255,250,.96))!important;
    box-shadow:0 10px 22px rgba(7,82,98,.14),inset 0 0 0 4px rgba(230,250,255,.6)!important;
  }
  .page-home .home-steps-section .process-clipboard .process-clip{
    left:50%!important;top:-7px!important;
    width:30px!important;height:18px!important;
    border-radius:8px 8px 5px 5px!important;
    background:linear-gradient(135deg,#2f7df6,#20bf87)!important;
    box-shadow:0 5px 10px rgba(28,142,154,.22)!important;
  }
  .page-home .home-steps-section .process-clipboard .process-clip:before{
    background:#eafff7!important;
  }
  .page-home .home-steps-section .process-clipboard>span{
    height:10px!important;
    margin-bottom:6px!important;
    border-bottom:2px solid #bfe9df!important;
  }
  .page-home .home-steps-section .process-clipboard>span:before{
    background:#e9fbf5!important;
    color:#1dbd80!important;
  }
  .page-home .home-steps-section .process-clipboard>span:after{
    background:#cfeee8!important;
  }
  .page-home .home-steps-section .process-star{
    right:3px!important;bottom:0!important;
    width:38px!important;height:38px!important;
    border:4px solid rgba(255,255,255,.94)!important;
    background:linear-gradient(145deg,#2f7df6,#22c789)!important;
    color:#fff!important;
    font-size:17px!important;
    box-shadow:0 8px 18px rgba(32,156,154,.24)!important;
  }
  .page-home .home-steps-section .process-spark{
    color:#d9fff2!important;
  }

  .page-home .home-steps-section ol{
    position:relative!important;
    z-index:3!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:0!important;
    margin:-11px 0 0!important;
    padding:18px 8px 17px!important;
    border:0!important;
    border-top:1px solid rgba(43,174,165,.12)!important;
    border-radius:17px 17px 0 0!important;
    background:#fff!important;
  }
  .page-home .home-steps-section ol li{
    position:relative!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    grid-template-columns:none!important;
    gap:7px!important;
    min-width:0!important;
    padding:0 7px!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    text-align:center!important;
  }
  .page-home .home-steps-section ol li:not(:last-child):after{
    content:"›"!important;
    position:absolute!important;
    right:-4px!important;top:12px!important;
    display:block!important;
    color:#82cdd4!important;
    font-size:21px!important;
    font-weight:400!important;
    line-height:1!important;
  }
  .page-home .home-steps-section ol em{
    display:grid!important;
    place-items:center!important;
    width:38px!important;height:38px!important;
    margin:0!important;
    border-radius:50%!important;
    background:linear-gradient(135deg,#eaf4ff 0%,#e8fbf3 100%)!important;
    color:#198bba!important;
    font-size:12px!important;
    font-style:normal!important;
    font-weight:850!important;
    box-shadow:inset 0 0 0 1px rgba(45,153,180,.08)!important;
  }
  .page-home .home-steps-section ol li div{
    display:grid!important;
    gap:3px!important;
    min-width:0!important;
  }
  .page-home .home-steps-section ol b{
    color:#26313d!important;
    font-size:11px!important;
    line-height:1.3!important;
    font-weight:800!important;
    white-space:normal!important;
  }
  .page-home .home-steps-section ol span{
    margin:0!important;
    color:#7c8793!important;
    font-size:9px!important;
    line-height:1.42!important;
  }
}

/* V3.13.22 · 手机端首页“热门项目”卡片模块完全重构（按原型图） */
.home-project-grid-mobile,.project-mobile-preview-sheet{display:none}
@media (max-width:767.98px){
  /* 手机端彻底停用旧项目卡片，桌面端继续使用旧结构。 */
  .page-home [data-home-projects] .home-project-grid-desktop{display:none!important}
  .page-home [data-home-projects] .home-project-grid-mobile{
    position:relative!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    align-items:stretch!important;
    min-height:120px!important;
  }

  /* Tab：原型图的文字式分类 + 底部橙色指示线。 */
  .page-home [data-home-projects] .home-project-tabs{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(72px,1fr))!important;
    gap:0!important;
    width:100%!important;
    margin:0 0 14px!important;
    padding:0!important;
    overflow-x:auto!important;
    border-bottom:1px solid #eceff3!important;
    background:transparent!important;
    scrollbar-width:none!important;
  }
  .page-home [data-home-projects] .home-project-tabs::-webkit-scrollbar{display:none!important}
  .page-home [data-home-projects] .home-project-tabs button{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:4px!important;
    min-height:42px!important;
    padding:0 8px!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#697384!important;
    font-size:14px!important;
    line-height:1!important;
    font-weight:650!important;
    white-space:nowrap!important;
    transition:color .2s ease,transform .15s ease!important;
  }
  .page-home [data-home-projects] .home-project-tabs button img,
  .page-home [data-home-projects] .home-project-tabs button>span{display:none!important}
  .page-home [data-home-projects] .home-project-tabs button:after{
    content:""!important;
    position:absolute!important;
    left:28%!important;right:28%!important;bottom:-1px!important;
    height:2px!important;
    border-radius:999px!important;
    background:#ff6a32!important;
    transform:scaleX(0)!important;
    opacity:0!important;
    transition:transform .2s ease,opacity .2s ease!important;
  }
  .page-home [data-home-projects] .home-project-tabs button.on{
    color:#ff5f2d!important;
    font-weight:800!important;
  }
  .page-home [data-home-projects] .home-project-tabs button.on:after{transform:scaleX(1)!important;opacity:1!important}
  .page-home [data-home-projects] .home-project-tabs button:active{transform:scale(.96)!important}

  /* 项目卡片结构：图标 / 标题 / 拉新标签 / 审核 / 简介 / 收益 / CTA。 */
  .page-home .project-mobile-card{
    position:relative!important;
    display:flex!important;
    flex-direction:column!important;
    min-width:0!important;
    min-height:278px!important;
    padding:12px!important;
    overflow:hidden!important;
    border:1px solid #e9edf2!important;
    border-radius:16px!important;
    background:#fff!important;
    color:#1f2937!important;
    box-shadow:0 8px 24px rgba(15,23,42,.055)!important;
    transform:translateZ(0)!important;
    transition:transform .15s ease,border-color .2s ease,box-shadow .2s ease,filter .2s ease,opacity .2s ease!important;
    -webkit-tap-highlight-color:transparent!important;
  }
  .page-home .project-mobile-card[hidden],
  .page-home .project-mobile-card.is-filter-hidden{display:none!important}
  .page-home .project-mobile-card:active:not(.is-disabled){
    transform:scale(.98)!important;
    box-shadow:0 4px 14px rgba(15,23,42,.055)!important;
  }
  .page-home .project-mobile-card.is-featured{
    border-color:#ffc7ae!important;
    box-shadow:0 8px 26px rgba(255,94,36,.15),0 0 0 1px rgba(255,105,55,.06)!important;
  }
  .page-home .project-mobile-featured-ribbon{
    position:absolute!important;
    z-index:4!important;
    left:-28px!important;top:9px!important;
    width:84px!important;
    height:20px!important;
    display:grid!important;
    place-items:center!important;
    transform:rotate(-45deg)!important;
    background:linear-gradient(135deg,#ff7c3e,#ff4d18)!important;
    color:#fff!important;
    font-size:9px!important;
    font-weight:850!important;
    letter-spacing:.06em!important;
    box-shadow:0 3px 8px rgba(255,91,31,.22)!important;
  }
  .page-home .project-mobile-top{
    position:relative!important;
    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;
    gap:8px!important;
    min-height:48px!important;
  }
  .page-home .project-mobile-icon{
    display:grid!important;
    place-items:center!important;
    flex:0 0 48px!important;
    width:48px!important;height:48px!important;
    overflow:hidden!important;
    border-radius:13px!important;
    background:#f4f6fa!important;
    box-shadow:inset 0 0 0 1px rgba(15,23,42,.035)!important;
  }
  .page-home .project-mobile-icon img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}
  .page-home .project-mobile-icon>span{font-size:20px!important;font-weight:800!important;color:#64748b!important}
  .page-home .project-mobile-badge,
  .page-home .project-mobile-status{
    max-width:calc(100% - 55px)!important;
    padding:4px 7px!important;
    border-radius:7px!important;
    font-size:9px!important;
    line-height:1.15!important;
    font-weight:800!important;
    text-align:center!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .page-home .project-mobile-status{background:#e5e7eb!important;color:#6b7280!important}
  .page-home .project-mobile-card h3{
    margin:10px 0 5px!important;
    color:#1d2530!important;
    font-size:15px!important;
    line-height:1.35!important;
    font-weight:800!important;
    letter-spacing:-.02em!important;
    word-break:break-word!important;
  }
  .page-home .project-mobile-review{
    display:flex!important;
    align-items:center!important;
    gap:5px!important;
    min-height:20px!important;
    color:#727c8b!important;
    font-size:11px!important;
    line-height:1.35!important;
  }
  .page-home .project-mobile-shield{
    display:grid!important;
    place-items:center!important;
    width:14px!important;height:14px!important;
    border-radius:5px!important;
    background:#edf4ff!important;
    color:#4285ff!important;
    font-size:9px!important;
    font-weight:900!important;
  }
  .page-home .project-mobile-desc{
    margin:5px 0 0!important;
    color:#687383!important;
    font-size:11px!important;
    line-height:1.55!important;
    word-break:break-word!important;
  }
  .page-home .project-mobile-income{
    display:grid!important;
    gap:3px!important;
    margin-top:auto!important;
    padding:9px 0 8px!important;
    border-top:1px dashed #e7eaf0!important;
  }
  .page-home .project-mobile-income small{color:#8b94a1!important;font-size:10px!important;line-height:1.25!important}
  .page-home .project-mobile-income strong{
    color:var(--project-income-color,#ff5a36)!important;
    font-size:14px!important;
    line-height:1.25!important;
    font-weight:850!important;
    letter-spacing:-.01em!important;
    transform-origin:left center!important;
  }
  .page-home .project-mobile-income-prefix{font-size:11px!important;font-weight:750!important}
  .page-home .project-mobile-cta{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-height:38px!important;
    margin-top:0!important;
    padding:0 12px!important;
    overflow:hidden!important;
    border:0!important;
    border-radius:999px!important;
    background:linear-gradient(135deg,#ff6a00 0%,#ff4d00 100%)!important;
    color:#fff!important;
    box-shadow:0 7px 16px rgba(255,91,20,.19)!important;
    font-size:13px!important;
    line-height:1!important;
    font-weight:800!important;
    text-decoration:none!important;
    transition:transform .15s ease,filter .15s ease,box-shadow .15s ease!important;
  }
  .page-home .project-mobile-cta:active:not(.is-disabled){transform:scale(.98)!important;filter:brightness(.97)!important;box-shadow:0 4px 10px rgba(255,91,20,.16)!important}
  .page-home .project-mobile-cta.is-loading:before{
    content:""!important;
    width:13px!important;height:13px!important;
    margin-right:6px!important;
    border:2px solid rgba(255,255,255,.42)!important;
    border-top-color:#fff!important;
    border-radius:50%!important;
    animation:projectMobileSpin .6s linear infinite!important;
  }
  .page-home .project-mobile-cta.is-disabled{background:#e5e7eb!important;color:#9aa1ab!important;box-shadow:none!important}
  .page-home .project-mobile-card.is-disabled{opacity:.62!important;filter:grayscale(.24)!important;box-shadow:0 5px 15px rgba(15,23,42,.035)!important}
  .page-home .project-mobile-card.is-disabled .project-mobile-income strong{color:#9aa1ab!important}

  /* 收益数字柔光脉冲（每 3.6 秒由 JS 轮换）。 */
  .page-home .project-mobile-card.is-income-pulse .project-mobile-income strong{
    animation:projectIncomePulse 1.2s ease both!important;
  }

  /* 切换分类时的骨架屏。 */
  .page-home .project-mobile-skeleton-layer{
    position:absolute!important;
    z-index:8!important;
    inset:0!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    align-content:start!important;
    padding:0!important;
    background:#f7f8fa!important;
  }
  .page-home .project-mobile-skeleton-layer[hidden]{display:none!important}
  .page-home .project-mobile-skeleton-card{
    display:block!important;
    min-height:248px!important;
    padding:12px!important;
    border:1px solid #edf0f3!important;
    border-radius:16px!important;
    background:#fff!important;
    overflow:hidden!important;
  }
  .page-home .project-mobile-skeleton-card>*{
    display:block!important;
    border-radius:8px!important;
    background:linear-gradient(90deg,#eff1f4 25%,#f8f9fb 38%,#eff1f4 62%)!important;
    background-size:400% 100%!important;
    animation:projectSkeleton 1.2s ease infinite!important;
  }
  .page-home .project-mobile-skeleton-card i{width:48px!important;height:48px!important;border-radius:13px!important}
  .page-home .project-mobile-skeleton-card b{width:68%!important;height:15px!important;margin-top:12px!important}
  .page-home .project-mobile-skeleton-card em{width:90%!important;height:9px!important;margin-top:10px!important}
  .page-home .project-mobile-skeleton-card em:nth-of-type(2){width:76%!important}
  .page-home .project-mobile-skeleton-card strong{width:100%!important;height:36px!important;margin-top:34px!important;border-radius:999px!important}

  /* 空状态。 */
  .page-home .project-mobile-empty{
    grid-column:1/-1!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:210px!important;
    padding:28px 18px!important;
    text-align:center!important;
    border:1px dashed #dfe4ea!important;
    border-radius:16px!important;
    background:#fff!important;
    color:#8b95a3!important;
  }
  .page-home .project-mobile-empty[hidden]{display:none!important}
  .page-home .project-mobile-empty>span{font-size:30px!important;color:#c5ccd5!important}
  .page-home .project-mobile-empty>b{margin-top:8px!important;color:#4a5564!important;font-size:14px!important}
  .page-home .project-mobile-empty>p{margin:5px 0 12px!important;font-size:11px!important;line-height:1.55!important}
  .page-home .project-mobile-empty>a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:36px!important;padding:0 16px!important;border-radius:999px!important;background:#ff5a1f!important;color:#fff!important;font-size:12px!important;font-weight:800!important;text-decoration:none!important}

  /* 卡片快速预览 Bottom Sheet。 */
  .page-home .project-mobile-preview-sheet{position:fixed!important;inset:0!important;z-index:1700!important;display:block!important}
  .page-home .project-mobile-preview-sheet[hidden]{display:none!important}
  .page-home .project-mobile-preview-backdrop{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;border:0!important;background:rgba(15,23,42,.36)!important;backdrop-filter:blur(2px)!important}
  .page-home .project-mobile-preview-panel{
    position:absolute!important;
    left:12px!important;right:12px!important;bottom:calc(12px + env(safe-area-inset-bottom))!important;
    max-height:min(72vh,580px)!important;
    padding:12px 16px 16px!important;
    overflow:auto!important;
    border-radius:20px!important;
    background:#fff!important;
    box-shadow:0 24px 60px rgba(15,23,42,.22)!important;
    animation:projectPreviewIn .2s cubic-bezier(.2,.75,.25,1) both!important;
  }
  .page-home .project-mobile-preview-handle{width:36px!important;height:4px!important;margin:0 auto 12px!important;border-radius:99px!important;background:#d8dde4!important}
  .page-home .project-mobile-preview-close{position:absolute!important;right:12px!important;top:12px!important;width:30px!important;height:30px!important;border:0!important;border-radius:50%!important;background:#f3f4f6!important;color:#6b7280!important;font-size:20px!important;line-height:1!important}
  .page-home .project-mobile-preview-panel>small{color:#ff672d!important;font-size:10px!important;font-weight:800!important;letter-spacing:.08em!important}
  .page-home .project-mobile-preview-panel>h3{margin:5px 38px 14px 0!important;color:#1f2937!important;font-size:20px!important;line-height:1.3!important;font-weight:850!important}
  .page-home .project-mobile-preview-meta{display:flex!important;align-items:center!important;gap:8px!important;padding:10px 12px!important;border-radius:12px!important;background:#f7f9fb!important;color:#6f7885!important;font-size:12px!important}.page-home .project-mobile-preview-meta b{color:#374151!important}
  .page-home .project-mobile-preview-panel>p{margin:14px 0!important;color:#596575!important;font-size:13px!important;line-height:1.75!important}
  .page-home .project-mobile-preview-income{display:grid!important;gap:4px!important;margin:0 0 14px!important;padding-top:12px!important;border-top:1px solid #eef1f4!important}.page-home .project-mobile-preview-income span{font-size:11px!important;color:#8c95a1!important}.page-home .project-mobile-preview-income strong{font-size:18px!important;color:#ff5a1f!important}
  .page-home .project-mobile-preview-cta{display:flex!important;align-items:center!important;justify-content:center!important;min-height:44px!important;border-radius:999px!important;background:linear-gradient(135deg,#ff6a00,#ff4d00)!important;color:#fff!important;font-size:14px!important;font-weight:800!important;text-decoration:none!important}.page-home .project-mobile-preview-cta.is-disabled{pointer-events:none!important;background:#e5e7eb!important;color:#9aa1ab!important}
  .project-mobile-preview-open{overflow:hidden!important}

  @keyframes projectMobileSpin{to{transform:rotate(360deg)}}
  @keyframes projectSkeleton{0%{background-position:100% 0}100%{background-position:0 0}}
  @keyframes projectPreviewIn{from{opacity:.45;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
  @keyframes projectIncomePulse{0%,100%{transform:scale(1);filter:drop-shadow(0 0 0 rgba(255,91,31,0))}45%{transform:scale(1.045);filter:drop-shadow(0 0 7px rgba(255,91,31,.28))}}
}

@media (max-width:359.98px){
  .page-home [data-home-projects] .home-project-grid-mobile{gap:8px!important}
  .page-home .project-mobile-card{min-height:268px!important;padding:10px!important;border-radius:14px!important}
  .page-home .project-mobile-icon{width:44px!important;height:44px!important;flex-basis:44px!important;border-radius:12px!important}
  .page-home .project-mobile-card h3{font-size:14px!important}
  .page-home .project-mobile-desc{font-size:10.5px!important}
  .page-home .project-mobile-income strong{font-size:13px!important}
  .page-home .project-mobile-cta{min-height:36px!important;font-size:12px!important}
}

@media (prefers-reduced-motion:reduce){
  .project-mobile-card,.project-mobile-cta,.project-mobile-preview-panel,.project-mobile-skeleton-card>*{transition:none!important;animation:none!important}
}

/* V3.13.23 · 手机端首页移除顶部网站菜单，让海报轮播直接占据首屏 */
@media (max-width:767.98px){
  /* 首页已有固定底部 Tab，手机端不再重复展示顶部 Logo / 汉堡菜单 */
  body.page-home:not(.admin-body):not(.auth-page) .site-header{
    display:none!important;
  }

  /* 删除顶部菜单后，不保留任何空白占位；海报从页面最顶部开始 */
  body.page-home:not(.admin-body):not(.auth-page) .site-main{
    padding-top:0!important;
  }
  body.page-home:not(.admin-body):not(.auth-page) main.container{
    padding-top:0!important;
  }
  .page-home .mobile-home-poster-carousel{
    margin-top:0!important;
  }

  /* 抽屉导航相关层在首页手机端同步关闭，避免不可见菜单残留交互层 */
  body.page-home .mobile-nav-backdrop,
  body.page-home .mobile-nav-sheet,
  body.page-home nav[data-site-nav]{
    visibility:hidden!important;
    pointer-events:none!important;
  }
}

/* V3.13.24 · 手机端首页「热门任务类型」按新版原型彻底重构 */
.task-type-mobile-prototype{display:none}

@media (max-width:767.98px){
  .page-home .task-type-prototype-section{
    margin:24px 0 30px!important;
    padding:0 16px!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
  .page-home .task-category-desktop-heading,
  .page-home .task-category-desktop-grid{
    display:none!important;
  }
  .page-home .task-type-mobile-prototype{
    display:block!important;
    width:100%!important;
    color:#111827!important;
  }

  /* 原型标题区：大标题 + 火焰说明 + 右侧轻量火焰装饰 */
  .page-home .task-type-mobile-head{
    position:relative!important;
    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;
    min-height:92px!important;
    margin:0 0 10px!important;
    padding:2px 4px 0!important;
    overflow:hidden!important;
  }
  .page-home .task-type-mobile-head>div:first-child{
    position:relative!important;
    z-index:2!important;
    min-width:0!important;
    padding-top:2px!important;
  }
  .page-home .task-type-mobile-head h2{
    margin:0!important;
    color:#111827!important;
    font-size:26px!important;
    line-height:1.2!important;
    font-weight:850!important;
    letter-spacing:-.035em!important;
  }
  .page-home .task-type-mobile-head p{
    display:flex!important;
    align-items:center!important;
    gap:6px!important;
    margin:10px 0 0!important;
    color:#667085!important;
    font-size:13px!important;
    line-height:1.45!important;
    font-weight:500!important;
  }
  .page-home .task-type-mobile-head p>span{
    display:inline-grid!important;
    place-items:center!important;
    width:18px!important;
    height:18px!important;
    flex:0 0 18px!important;
    font-size:15px!important;
    filter:saturate(1.08)!important;
  }
  .page-home .task-type-fire-art{
    position:absolute!important;
    z-index:1!important;
    right:8px!important;
    top:1px!important;
    width:78px!important;
    height:88px!important;
    opacity:.92!important;
    pointer-events:none!important;
    transform:rotate(2deg)!important;
  }
  .page-home .task-type-fire-art:before{
    content:""!important;
    position:absolute!important;
    left:12px!important;
    right:2px!important;
    bottom:2px!important;
    height:17px!important;
    border-radius:50%!important;
    background:radial-gradient(ellipse at center,rgba(255,119,64,.28),rgba(255,119,64,0) 70%)!important;
    filter:blur(3px)!important;
  }
  .page-home .task-type-fire-art>i,
  .page-home .task-type-fire-art>b,
  .page-home .task-type-fire-art>span{
    position:absolute!important;
    display:block!important;
    transform:rotate(45deg)!important;
    border-radius:55% 45% 58% 42%!important;
  }
  .page-home .task-type-fire-art>i{
    right:12px!important;
    bottom:15px!important;
    width:52px!important;
    height:66px!important;
    background:linear-gradient(145deg,#ffb7a1 0%,#ff7a61 48%,#ff5a3b 100%)!important;
    box-shadow:0 10px 22px rgba(255,100,66,.18)!important;
  }
  .page-home .task-type-fire-art>b{
    right:27px!important;
    bottom:20px!important;
    width:30px!important;
    height:43px!important;
    background:linear-gradient(145deg,#fff2d5,#ffae75)!important;
  }
  .page-home .task-type-fire-art>span{
    right:36px!important;
    bottom:24px!important;
    width:15px!important;
    height:24px!important;
    background:#fff7e9!important;
  }

  /* 双列任务类型卡片 */
  .page-home .task-type-mobile-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
    align-items:stretch!important;
  }
  .page-home .task-type-mobile-card{
    --tt-accent:#ff6a00;
    --tt-accent-2:#ff9a55;
    --tt-bg-a:#fffaf6;
    --tt-bg-b:#fff1e6;
    --tt-glow:rgba(255,106,0,.10);
    --tt-deco:#fff1e8;
    position:relative!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    min-width:0!important;
    min-height:198px!important;
    padding:18px 16px 16px!important;
    overflow:hidden!important;
    border:1px solid rgba(17,24,39,.045)!important;
    border-radius:22px!important;
    background:
      radial-gradient(circle at 96% 3%,var(--tt-glow),transparent 35%),
      linear-gradient(145deg,var(--tt-bg-a),var(--tt-bg-b))!important;
    box-shadow:0 10px 26px rgba(15,23,42,.055)!important;
    color:#111827!important;
    text-decoration:none!important;
    transform:translateY(8px)!important;
    opacity:0!important;
    animation:taskTypeCardEnter .32s cubic-bezier(.2,.75,.25,1) var(--task-type-delay,0ms) forwards!important;
    transition:transform .15s ease,box-shadow .15s ease,filter .15s ease!important;
    -webkit-tap-highlight-color:transparent!important;
  }
  .page-home .task-type-mobile-card:before{
    content:""!important;
    position:absolute!important;
    right:-30px!important;
    top:-28px!important;
    width:88px!important;
    height:88px!important;
    border-radius:48% 52% 60% 40%!important;
    background:linear-gradient(145deg,var(--tt-deco),rgba(255,255,255,.08))!important;
    transform:rotate(24deg)!important;
    pointer-events:none!important;
  }
  .page-home .task-type-mobile-card:active{
    transform:scale(.975)!important;
    box-shadow:0 5px 14px rgba(15,23,42,.05)!important;
    filter:saturate(.98)!important;
  }
  .page-home .task-type-mobile-card.is-tone-orange{--tt-accent:#ff6a00;--tt-accent-2:#ff9a55;--tt-bg-a:#fffaf6;--tt-bg-b:#fff1e6;--tt-glow:rgba(255,106,0,.10);--tt-deco:#fff0e5}
  .page-home .task-type-mobile-card.is-tone-rose{--tt-accent:#ff415c;--tt-accent-2:#ff7a8d;--tt-bg-a:#fff9fa;--tt-bg-b:#fff0f3;--tt-glow:rgba(255,65,92,.10);--tt-deco:#ffedf1}
  .page-home .task-type-mobile-card.is-tone-green{--tt-accent:#22c55e;--tt-accent-2:#6edb8f;--tt-bg-a:#f8fffb;--tt-bg-b:#edf9f1;--tt-glow:rgba(34,197,94,.10);--tt-deco:#ebfaef}
  .page-home .task-type-mobile-card.is-tone-blue{--tt-accent:#3b82f6;--tt-accent-2:#72a7ff;--tt-bg-a:#f8fbff;--tt-bg-b:#edf5ff;--tt-glow:rgba(59,130,246,.10);--tt-deco:#eaf3ff}
  .page-home .task-type-mobile-card.is-tone-purple{--tt-accent:#7c4dff;--tt-accent-2:#a27cff;--tt-bg-a:#fbf9ff;--tt-bg-b:#f1edff;--tt-glow:rgba(124,77,255,.10);--tt-deco:#f0ebff}

  .page-home .task-type-mobile-icon{
    position:relative!important;
    z-index:2!important;
    display:grid!important;
    place-items:center!important;
    width:64px!important;
    height:64px!important;
    flex:0 0 64px!important;
    margin-bottom:14px!important;
    overflow:hidden!important;
    border-radius:18px!important;
    background:#fff!important;
    box-shadow:0 7px 18px rgba(15,23,42,.08)!important;
  }
  .page-home .task-type-mobile-icon img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    border-radius:inherit!important;
  }
  .page-home .task-type-mobile-icon>i{
    display:grid!important;
    place-items:center!important;
    width:100%!important;
    height:100%!important;
    border-radius:inherit!important;
    background:linear-gradient(145deg,var(--tt-accent),var(--tt-accent-2))!important;
    color:#fff!important;
    font-size:27px!important;
    line-height:1!important;
    font-style:normal!important;
    font-weight:850!important;
  }
  .page-home .task-type-mobile-card>b{
    position:relative!important;
    z-index:2!important;
    max-width:100%!important;
    margin:0!important;
    color:#202733!important;
    font-size:17px!important;
    line-height:1.3!important;
    font-weight:750!important;
    letter-spacing:-.02em!important;
  }
  .page-home .task-type-mobile-card>small{
    position:relative!important;
    z-index:2!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    min-height:38px!important;
    margin-top:6px!important;
    overflow:hidden!important;
    color:#7c8593!important;
    font-size:12px!important;
    line-height:1.55!important;
    font-weight:450!important;
  }
  .page-home .task-type-mobile-card>strong{
    position:relative!important;
    z-index:2!important;
    margin-top:auto!important;
    padding-top:10px!important;
    color:var(--tt-accent)!important;
    font-size:14px!important;
    line-height:1.25!important;
    font-weight:800!important;
    letter-spacing:.005em!important;
  }
  .page-home .task-type-hot-badge{
    position:absolute!important;
    z-index:4!important;
    right:10px!important;
    top:10px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    max-width:80px!important;
    min-height:24px!important;
    padding:0 9px!important;
    border-radius:999px!important;
    background:linear-gradient(135deg,#ff7a00,#ff531a)!important;
    color:#fff!important;
    box-shadow:0 5px 12px rgba(255,94,26,.2)!important;
    font-size:10px!important;
    line-height:1!important;
    font-style:normal!important;
    font-weight:800!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  /* 原型底部全宽橙色 CTA */
  .page-home .task-type-mobile-all{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    width:100%!important;
    min-height:52px!important;
    margin:16px 0 0!important;
    padding:0 18px!important;
    border-radius:14px!important;
    background:linear-gradient(90deg,#ff6900 0%,#ff8b3d 100%)!important;
    color:#fff!important;
    box-shadow:0 10px 22px rgba(255,105,0,.18)!important;
    text-decoration:none!important;
    transition:transform .15s ease,box-shadow .15s ease!important;
  }
  .page-home .task-type-mobile-all>span{
    display:grid!important;
    place-items:center!important;
    width:20px!important;height:20px!important;
    font-size:16px!important;
    line-height:1!important;
  }
  .page-home .task-type-mobile-all>b{
    font-size:16px!important;
    line-height:1!important;
    font-weight:800!important;
    letter-spacing:.01em!important;
  }
  .page-home .task-type-mobile-all>i{
    margin-left:1px!important;
    font-size:23px!important;
    line-height:1!important;
    font-style:normal!important;
    transition:transform .15s ease!important;
  }
  .page-home .task-type-mobile-all:active{
    transform:scale(.985)!important;
    box-shadow:0 6px 14px rgba(255,105,0,.15)!important;
  }
  .page-home .task-type-mobile-all:active>i{transform:translateX(2px)!important}
  .page-home .task-type-mobile-footnote{
    margin:8px 0 0!important;
    color:#a0a6b0!important;
    font-size:11px!important;
    line-height:1.4!important;
    text-align:center!important;
  }
  .page-home .task-type-mobile-empty{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:140px!important;
    padding:22px!important;
    border:1px dashed #dfe4ea!important;
    border-radius:18px!important;
    background:#fff!important;
    text-align:center!important;
  }
  .page-home .task-type-mobile-empty>b{color:#4b5563!important;font-size:15px!important}
  .page-home .task-type-mobile-empty>span{margin-top:5px!important;color:#98a0aa!important;font-size:12px!important}

  @keyframes taskTypeCardEnter{
    from{opacity:0;transform:translateY(8px)}
    to{opacity:1;transform:translateY(0)}
  }
}

@media (max-width:359.98px){
  .page-home .task-type-prototype-section{padding-inline:12px!important}
  .page-home .task-type-mobile-grid{gap:9px!important}
  .page-home .task-type-mobile-card{min-height:188px!important;padding:15px 13px 14px!important;border-radius:19px!important}
  .page-home .task-type-mobile-icon{width:56px!important;height:56px!important;flex-basis:56px!important;border-radius:16px!important;margin-bottom:12px!important}
  .page-home .task-type-mobile-card>b{font-size:16px!important}
  .page-home .task-type-mobile-card>small{font-size:11.5px!important}
  .page-home .task-type-mobile-head h2{font-size:24px!important}
}

@media (prefers-reduced-motion:reduce){
  .task-type-mobile-card,.task-type-mobile-all{animation:none!important;transition:none!important;opacity:1!important;transform:none!important}
}
@media (max-width:767.98px){
  .page-home .task-type-mobile-head>div:first-child{max-width:calc(100% - 82px)!important}
  .page-home .task-type-mobile-head p{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;padding-left:24px!important;position:relative!important}
  .page-home .task-type-mobile-head p>span{position:absolute!important;left:0!important;top:0!important}
}

/* V3.13.25 · 修复热门任务类型在部分手机浏览器中内容保持透明的问题 */
@media (max-width:767.98px){
  .page-home .task-type-prototype-section,
  .page-home .task-type-mobile-prototype,
  .page-home .task-type-mobile-head,
  .page-home .task-type-mobile-grid,
  .page-home .task-type-mobile-all,
  .page-home .task-type-mobile-footnote{
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
  }

  /* 卡片必须先可见，再做可选动效；即使动画被浏览器拦截也不会出现空白。 */
  .page-home .task-type-mobile-card{
    opacity:1!important;
    transform:none!important;
    animation:none!important;
    visibility:visible!important;
  }

  @media (prefers-reduced-motion:no-preference){
    .page-home .task-type-mobile-card{
      animation:taskTypeCardSafeEnter .28s cubic-bezier(.2,.75,.25,1) var(--task-type-delay,0ms) both!important;
    }
    @keyframes taskTypeCardSafeEnter{
      from{transform:translateY(6px)}
      to{transform:translateY(0)}
    }
  }

  /* 防止旧版 Reveal 规则再次把本模块隐藏。 */
  .page-home .task-type-prototype-section[data-reveal],
  .page-home .task-type-prototype-section[data-reveal].revealed{
    opacity:1!important;
    transform:none!important;
  }
}

/* V3.13.26 · 手机端热门任务类型卡片紧凑化：卡片缩到内容尺度，主体居中，参与人数左对齐 */
@media (max-width:767.98px){
  .page-home .task-type-mobile-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,142px))!important;
    justify-content:space-between!important;
    align-items:start!important;
    gap:12px 14px!important;
    padding:0 12px!important;
  }

  .page-home .task-type-mobile-card{
    width:142px!important;
    min-width:0!important;
    max-width:142px!important;
    min-height:0!important;
    height:172px!important;
    padding:12px 10px 11px!important;
    border-radius:18px!important;
    align-items:center!important;
    justify-content:flex-start!important;
    text-align:center!important;
    box-shadow:0 7px 20px rgba(15,23,42,.05)!important;
  }

  /* 装饰只保留很轻的一层，避免小卡片显得拥挤。 */
  .page-home .task-type-mobile-card:before{
    right:-24px!important;
    top:-24px!important;
    width:64px!important;
    height:64px!important;
    opacity:.65!important;
  }

  .page-home .task-type-mobile-icon{
    width:60px!important;
    height:60px!important;
    flex:0 0 60px!important;
    margin:0 auto 9px!important;
    border-radius:17px!important;
    box-shadow:0 6px 15px rgba(15,23,42,.075)!important;
  }
  .page-home .task-type-mobile-icon>i{font-size:25px!important}

  .page-home .task-type-mobile-card>b{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    font-size:16px!important;
    line-height:1.25!important;
    font-weight:750!important;
    text-align:center!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  .page-home .task-type-mobile-card>small{
    display:block!important;
    width:100%!important;
    min-height:0!important;
    max-height:34px!important;
    margin:5px 0 0!important;
    color:#7c8593!important;
    font-size:11.5px!important;
    line-height:1.45!important;
    font-weight:450!important;
    text-align:center!important;
    white-space:normal!important;
    overflow:hidden!important;
  }

  /* 参与人数仍按你的要求留在卡片底部并左对齐。 */
  .page-home .task-type-mobile-card>strong{
    display:block!important;
    width:100%!important;
    margin-top:auto!important;
    padding-top:8px!important;
    color:var(--tt-accent)!important;
    font-size:12.5px!important;
    line-height:1.2!important;
    font-weight:800!important;
    text-align:left!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  .page-home .task-type-hot-badge{
    right:7px!important;
    top:7px!important;
    max-width:58px!important;
    min-height:20px!important;
    padding:0 6px!important;
    font-size:8.5px!important;
    box-shadow:0 4px 10px rgba(255,94,26,.16)!important;
  }
}

@media (max-width:359.98px){
  .page-home .task-type-mobile-grid{
    grid-template-columns:repeat(2,minmax(0,132px))!important;
    padding-inline:8px!important;
    gap:10px 12px!important;
  }
  .page-home .task-type-mobile-card{
    width:132px!important;
    max-width:132px!important;
    height:166px!important;
    padding:11px 9px 10px!important;
  }
  .page-home .task-type-mobile-icon{
    width:56px!important;
    height:56px!important;
    flex-basis:56px!important;
    margin-bottom:8px!important;
  }
  .page-home .task-type-mobile-card>b{font-size:15px!important}
  .page-home .task-type-mobile-card>small{font-size:11px!important}
  .page-home .task-type-mobile-card>strong{font-size:12px!important}
}

/* V3.13.27 · 手机端热门任务类型改为 4 列快捷入口：图标在上、标题在下 */
@media (max-width:767.98px){
  .page-home .task-type-shortcut-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    justify-content:stretch!important;
    align-items:start!important;
    gap:18px 10px!important;
    width:100%!important;
    padding:2px 4px 4px!important;
  }

  /* 新结构完全脱离旧的大卡片视觉。 */
  .page-home .task-type-mobile-shortcut{
    --tt-accent:#ff7900;
    --tt-accent-2:#ffad3f;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    min-width:0!important;
    width:100%!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#242b36!important;
    text-decoration:none!important;
    opacity:1!important;
    transform:none!important;
    animation:taskTypeShortcutIn .24s cubic-bezier(.2,.75,.25,1) var(--task-type-delay,0ms) both!important;
    -webkit-tap-highlight-color:transparent!important;
  }
  .page-home .task-type-mobile-shortcut.is-tone-orange{--tt-accent:#ff7a00;--tt-accent-2:#ffb33f}
  .page-home .task-type-mobile-shortcut.is-tone-rose{--tt-accent:#ff4b5f;--tt-accent-2:#ff805d}
  .page-home .task-type-mobile-shortcut.is-tone-green{--tt-accent:#22c55e;--tt-accent-2:#61dd74}
  .page-home .task-type-mobile-shortcut.is-tone-blue{--tt-accent:#3882f6;--tt-accent-2:#67a7ff}
  .page-home .task-type-mobile-shortcut.is-tone-purple{--tt-accent:#7450ff;--tt-accent-2:#9a67ff}

  .page-home .task-type-shortcut-icon{
    display:grid!important;
    place-items:center!important;
    width:54px!important;
    height:54px!important;
    margin:0 0 7px!important;
    border-radius:16px!important;
    overflow:hidden!important;
    background:linear-gradient(145deg,var(--tt-accent),var(--tt-accent-2))!important;
    box-shadow:0 7px 16px color-mix(in srgb,var(--tt-accent) 18%,transparent)!important;
    transition:transform .15s ease,box-shadow .15s ease!important;
  }
  .page-home .task-type-shortcut-icon img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    border:0!important;
    border-radius:inherit!important;
  }
  .page-home .task-type-shortcut-icon>i{
    display:grid!important;
    place-items:center!important;
    width:100%!important;
    height:100%!important;
    color:#fff!important;
    font-size:25px!important;
    line-height:1!important;
    font-style:normal!important;
    font-weight:850!important;
  }
  .page-home .task-type-mobile-shortcut>b{
    display:block!important;
    width:100%!important;
    margin:0!important;
    color:#242b36!important;
    font-size:13px!important;
    line-height:1.25!important;
    font-weight:500!important;
    text-align:center!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .page-home .task-type-mobile-shortcut:active .task-type-shortcut-icon{
    transform:scale(.93)!important;
    box-shadow:0 3px 8px color-mix(in srgb,var(--tt-accent) 12%,transparent)!important;
  }
  .page-home .task-type-mobile-shortcut:active>b{opacity:.72!important}

  /* 保持标题/说明/底部查看全部任务功能，不再让旧卡片样式占位。 */
  .page-home .task-type-mobile-prototype{padding-bottom:0!important}
  .page-home .task-type-mobile-all{margin-top:20px!important}
  .page-home .task-type-mobile-empty{grid-column:1/-1!important}

  @keyframes taskTypeShortcutIn{
    from{opacity:0;transform:translateY(6px)}
    to{opacity:1;transform:translateY(0)}
  }
}

@media (max-width:359.98px){
  .page-home .task-type-shortcut-grid{gap:16px 7px!important;padding-inline:0!important}
  .page-home .task-type-shortcut-icon{width:50px!important;height:50px!important;border-radius:15px!important;margin-bottom:6px!important}
  .page-home .task-type-mobile-shortcut>b{font-size:12px!important}
}

@media (prefers-reduced-motion:reduce){
  .page-home .task-type-mobile-shortcut{animation:none!important;transition:none!important}
  .page-home .task-type-shortcut-icon{transition:none!important}
}

/* V3.13.28 · 全站手机端移除顶部站点导航
   手机端统一依赖底部 Tab / 页面内部返回栏导航，彻底移除站点 Logo + 汉堡菜单。 */
@media (max-width:767.98px){
  /* 全部前台页面隐藏公共顶部导航，不再只限定首页/课程页。 */
  body:not(.admin-body) .site-header{
    display:none!important;
    height:0!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    box-shadow:none!important;
  }

  /* 公共导航的抽屉、遮罩与点击层一并停用，防止隐藏后仍拦截触摸。 */
  body:not(.admin-body) .mobile-nav-backdrop,
  body:not(.admin-body) nav[data-site-nav],
  body:not(.admin-body) .mobile-nav-sheet{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }

  /* 清除旧顶部导航为滚动与正文预留的空间。 */
  html{scroll-padding-top:0!important}
  body:not(.admin-body):not(.auth-page) .site-main,
  body:not(.admin-body):not(.auth-page) main.container{
    padding-top:0!important;
  }

  /* 首页海报继续真正贴顶，不留导航占位。 */
  body.page-home:not(.admin-body):not(.auth-page) .mobile-home-poster-carousel{
    margin-top:0!important;
  }

  /* 如果旧页面状态残留 drawer-open，也不能锁住页面滚动。 */
  body.nav-drawer-open:not(.admin-body){
    overflow-x:hidden!important;
    overflow-y:auto!important;
  }
}

/* V3.13.29 · 全站手机端移除面包屑导航
   页面层级由底部 Tab、页面标题和页面内部返回控件承担，手机端不再显示网站面包屑。 */
@media (max-width:767.98px){
  body:not(.admin-body) .global-breadcrumb,
  body:not(.admin-body) .breadcrumbs,
  body:not(.admin-body) nav.breadcrumb,
  body:not(.admin-body) .breadcrumb{
    display:none!important;
    visibility:hidden!important;
    height:0!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    overflow:hidden!important;
    pointer-events:none!important;
  }

  /* 防止旧样式给 breadcrumb 后方首个模块预留多余顶部空间。 */
  body:not(.admin-body):not(.auth-page) .site-main>.global-breadcrumb + *,
  body:not(.admin-body):not(.auth-page) .site-main>.breadcrumbs + *{
    margin-top:0!important;
  }
}

/* V3.13.30 · 手机端任务大厅完整原型重构 */
.mobile-task-hall-only{display:none}
@media (max-width:767.98px){
  .page-tasks .task-hall-desktop-only{display:none!important}
  .page-tasks .mobile-task-hall-only{display:block!important}
  .page-tasks main.container{padding-left:12px!important;padding-right:12px!important;padding-top:14px!important;padding-bottom:92px!important;max-width:none!important}
  .page-tasks{--th-orange:#ff6a00;--th-orange-press:#e65c00;--th-green:#22c55e;--th-ink:#1f2329;--th-muted:#6b7280;--th-soft:#9ca3af;--th-line:#e8ebef;--th-bg:#f5f6f8;background:#f5f6f8!important}
  .page-tasks .mobile-task-hall{width:100%;max-width:430px;margin:0 auto;color:var(--th-ink)}
  .page-tasks .mobile-task-hall-head{padding:4px 2px 14px}
  .page-tasks .mobile-task-hall-head h1{margin:0;font-size:28px;line-height:1.22;font-weight:800;letter-spacing:-.04em;color:#171b22}
  .page-tasks .mobile-task-hall-head p{margin:5px 0 0;font-size:14px;line-height:1.55;color:#7b8490}

  .page-tasks .mobile-task-hall-filter{position:relative;z-index:30;margin:0 0 16px;padding:12px;border:1px solid #e7eaee;border-radius:16px;background:#fff;box-shadow:0 7px 22px rgba(31,35,41,.035)}
  .page-tasks .mobile-task-search-wrap{position:relative;display:flex;align-items:center;height:48px;border:1px solid #dfe3e8;border-radius:12px;background:#fafbfc;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}
  .page-tasks .mobile-task-search-wrap.is-focused{border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px rgba(59,130,246,.10)}
  .page-tasks .mobile-task-search-icon{display:grid;place-items:center;width:40px;height:100%;color:#929aa5;flex:0 0 40px}
  .page-tasks .mobile-task-search-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8}
  .page-tasks .mobile-task-search-wrap input{flex:1;min-width:0;height:100%;padding:0 32px 0 0!important;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;color:#252b34;font-size:14px!important;line-height:1!important}
  .page-tasks .mobile-task-search-wrap input::placeholder{color:#a0a7b1}
  .page-tasks .mobile-task-search-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%) scale(.88);width:24px;height:24px;padding:0;border:0;border-radius:50%;background:#eef1f4;color:#8a929d;font-size:16px;line-height:24px;opacity:0;pointer-events:none;transition:opacity .15s ease,transform .15s ease}
  .page-tasks .mobile-task-search-wrap.has-value .mobile-task-search-clear{opacity:1;pointer-events:auto;transform:translateY(-50%) scale(1)}
  .page-tasks .mobile-task-filter-row{display:grid;grid-template-columns:minmax(0,1fr) 88px;gap:10px;margin-top:10px;align-items:start}
  .page-tasks .mobile-task-category-picker{position:relative;min-width:0}
  .page-tasks .mobile-task-category-trigger{width:100%;height:44px;padding:0 13px;border:1px solid #dfe3e8;border-radius:12px;background:#fafbfc;color:#4b5563;display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:14px;text-align:left;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}
  .page-tasks .mobile-task-category-trigger svg{width:18px;height:18px;fill:none;stroke:#606a77;stroke-width:1.8;transition:transform .2s ease}
  .page-tasks .mobile-task-category-picker.is-open .mobile-task-category-trigger{border-color:#cfd5dc;background:#fff;box-shadow:0 4px 12px rgba(31,35,41,.05)}
  .page-tasks .mobile-task-category-picker.is-open .mobile-task-category-trigger svg{transform:rotate(180deg)}
  .page-tasks .mobile-task-category-menu{position:absolute;left:0;right:0;top:49px;z-index:50;padding:6px;border:1px solid #e3e6ea;border-radius:12px;background:#fff;box-shadow:0 16px 34px rgba(31,35,41,.14);animation:taskMenuIn .2s ease-out both}
  .page-tasks .mobile-task-category-menu[hidden]{display:none!important}
  .page-tasks .mobile-task-category-menu button{width:100%;min-height:40px;padding:0 10px;border:0;border-radius:8px;background:transparent;color:#4b5563;display:flex;align-items:center;justify-content:space-between;font-size:13px;text-align:left}
  .page-tasks .mobile-task-category-menu button.on{background:#fff5ee;color:var(--th-orange);font-weight:700}
  .page-tasks .mobile-task-category-menu button i{font-style:normal;opacity:0}.page-tasks .mobile-task-category-menu button.on i{opacity:1}
  .page-tasks .mobile-task-search-submit{height:44px;border:0;border-radius:12px;background:var(--th-orange);color:#fff;font-size:14px;font-weight:700;box-shadow:0 6px 14px rgba(255,106,0,.18);transition:transform .15s ease,background-color .15s ease,box-shadow .15s ease}
  .page-tasks .mobile-task-search-submit:active{transform:scale(.97);background:var(--th-orange-press);box-shadow:0 3px 8px rgba(255,106,0,.15)}

  .page-tasks .mobile-task-list-shell{position:relative;min-height:120px}
  .page-tasks .mobile-task-list{display:grid;gap:12px}
  .page-tasks .mobile-task-card{position:relative;padding:14px;border:1px solid #e5e8ec;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(31,35,41,.045);overflow:hidden;animation:taskCardIn .36s ease-out both;animation-delay:var(--task-delay,0ms);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}
  .page-tasks .mobile-task-card:active{transform:scale(.985);box-shadow:0 3px 10px rgba(31,35,41,.055)}
  .page-tasks .mobile-task-card.is-featured{border-color:#ffc29d;box-shadow:0 8px 26px rgba(255,106,0,.09)}
  .page-tasks .mobile-task-card.is-full{opacity:.72;filter:saturate(.55)}
  .page-tasks .mobile-task-card-hit{position:absolute;inset:0;z-index:1;border-radius:inherit}
  .page-tasks .mobile-task-featured-badge{position:absolute;right:-25px;top:10px;z-index:4;width:88px;height:22px;display:grid;place-items:center;transform:rotate(38deg);background:linear-gradient(90deg,#ff7a1a,#ff4d00);color:#fff;font-size:10px;font-weight:700;box-shadow:0 4px 10px rgba(255,106,0,.15)}
  .page-tasks .mobile-task-card-main{position:relative;z-index:2;display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:11px;align-items:start}
  .page-tasks .mobile-task-logo{width:54px;height:54px;border-radius:13px;background:#f4f5f7;overflow:hidden;display:grid;place-items:center;box-shadow:inset 0 0 0 1px rgba(31,35,41,.035)}
  .page-tasks .mobile-task-logo img{width:100%;height:100%;object-fit:cover;display:block}.page-tasks .mobile-task-logo span{font-size:20px;font-weight:800;color:#5c6673}
  .page-tasks .mobile-task-copy{min-width:0;padding-top:1px}
  .page-tasks .mobile-task-copy h2{margin:0;font-size:17px;line-height:1.35;font-weight:700;color:#20252c;letter-spacing:-.015em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .page-tasks .mobile-task-copy p{margin:5px 0 0;font-size:13px;line-height:1.55;color:#737c88;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .page-tasks .mobile-task-reward{min-width:72px;padding-top:2px;text-align:right;display:grid;justify-items:end;gap:2px}
  .page-tasks .mobile-task-reward small{font-size:11px;color:#9aa1aa;white-space:nowrap}.page-tasks .mobile-task-reward strong{font-size:20px;line-height:1.1;color:var(--th-orange);font-weight:800;white-space:nowrap;letter-spacing:-.03em}.page-tasks .mobile-task-reward em{font-size:11px;color:var(--th-green);font-style:normal;font-weight:700;white-space:nowrap}.page-tasks .mobile-task-card.is-full .mobile-task-reward strong,.page-tasks .mobile-task-card.is-full .mobile-task-reward em{color:#9ca3af}
  .page-tasks .mobile-task-tags{position:relative;z-index:2;display:flex;gap:7px;flex-wrap:wrap;margin:12px 0 10px;padding-bottom:10px;border-bottom:1px solid #edf0f3}
  .page-tasks .mobile-task-tags span{display:inline-flex;align-items:center;min-height:25px;padding:0 8px;border-radius:7px;font-size:11px;font-weight:650;white-space:nowrap}
  .page-tasks .mobile-task-tags .is-platform{background:#fff1f0;color:#ff5a4e}.page-tasks .mobile-task-tags .is-type{background:#edf5ff;color:#3b82f6}.page-tasks .mobile-task-tags .is-level{background:#ecf9f1;color:#22a75a}
  .page-tasks .mobile-task-footer{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}
  .page-tasks .mobile-task-time{display:grid;gap:5px;min-width:0}.page-tasks .mobile-task-time span{display:flex;align-items:center;gap:5px;color:#828b96;font-size:11px;line-height:1.2;white-space:nowrap}.page-tasks .mobile-task-time svg{width:15px;height:15px;fill:none;stroke:#99a1ab;stroke-width:1.7;flex:0 0 auto}
  .page-tasks .mobile-task-cta{position:relative;z-index:4;display:inline-flex;align-items:center;justify-content:center;min-width:122px;min-height:38px;padding:0 13px;border:0;border-radius:11px;background:var(--th-orange);color:#fff!important;font-size:12px;font-weight:750;text-decoration:none;box-shadow:0 5px 12px rgba(255,106,0,.16);transition:transform .15s ease,background-color .15s ease,box-shadow .15s ease}
  .page-tasks .mobile-task-cta:hover{color:#fff!important}.page-tasks .mobile-task-cta:active{transform:scale(.97);background:var(--th-orange-press);box-shadow:0 2px 7px rgba(255,106,0,.14)}
  .page-tasks .mobile-task-card.is-claimed{border-color:#b9e7ca}.page-tasks .mobile-task-card.is-claimed .mobile-task-cta{background:#fff;color:#1da85d!important;border:1px solid #74d59b;box-shadow:none}.page-tasks .mobile-task-cta.is-disabled{background:#e4e6e9;color:#9aa0a8!important;box-shadow:none}
  .page-tasks .mobile-task-cta.is-loading{pointer-events:none;opacity:.84}.page-tasks .mobile-task-cta.is-loading:before{content:"";width:13px;height:13px;margin-right:6px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:taskSpin .65s linear infinite}

  .page-tasks .mobile-task-skeleton{display:grid;gap:12px}.page-tasks .mobile-task-skeleton[hidden]{display:none!important}.page-tasks .mobile-task-list-shell.is-loading .mobile-task-list,.page-tasks .mobile-task-list-shell.is-loading .mobile-task-empty{display:none!important}.page-tasks .mobile-task-list-shell.is-loading .mobile-task-skeleton{display:grid!important}
  .page-tasks .mobile-task-skeleton-card{height:174px;padding:14px;border-radius:16px;background:#fff;display:grid;grid-template-columns:54px 1fr 70px;grid-template-rows:20px 16px 30px 1fr;gap:9px 11px;box-shadow:0 8px 24px rgba(31,35,41,.035);overflow:hidden;position:relative}.page-tasks .mobile-task-skeleton-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.75),transparent);transform:translateX(-100%);animation:taskShimmer 1.15s infinite}.page-tasks .mobile-task-skeleton-card>*{display:block;border-radius:8px;background:#edf0f3}.page-tasks .mobile-task-skeleton-card i{grid-row:1/3;width:54px;height:54px}.page-tasks .mobile-task-skeleton-card b{height:18px}.page-tasks .mobile-task-skeleton-card em{height:12px}.page-tasks .mobile-task-skeleton-card span{grid-column:1/-1;height:46px;margin-top:9px}
  .page-tasks .mobile-task-empty{padding:42px 18px;text-align:center;border:1px solid #e5e8ec;border-radius:16px;background:#fff;color:#707985}.page-tasks .mobile-task-empty>span{display:block;width:70px;height:70px;margin:0 auto 10px;color:#c7cdd5}.page-tasks .mobile-task-empty svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2}.page-tasks .mobile-task-empty b{display:block;font-size:16px;color:#303743}.page-tasks .mobile-task-empty p{margin:7px 0 14px;font-size:13px}.page-tasks .mobile-task-empty a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:10px;background:var(--th-orange);color:#fff!important;font-size:13px;font-weight:700}

  @keyframes taskMenuIn{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}
  @keyframes taskCardIn{from{opacity:.01;transform:translateY(12px)}to{opacity:1;transform:none}}
  @keyframes taskSpin{to{transform:rotate(360deg)}}
  @keyframes taskShimmer{to{transform:translateX(100%)}}
}
@media (min-width:768px){.mobile-task-hall-only{display:none!important}.task-hall-desktop-only{display:block!important}}
@media (max-width:359.98px){
  .page-tasks main.container{padding-left:9px!important;padding-right:9px!important}
  .page-tasks .mobile-task-card{padding:12px}.page-tasks .mobile-task-card-main{grid-template-columns:48px minmax(0,1fr) auto;gap:9px}.page-tasks .mobile-task-logo{width:48px;height:48px;border-radius:12px}.page-tasks .mobile-task-copy h2{font-size:16px}.page-tasks .mobile-task-copy p{font-size:12px}.page-tasks .mobile-task-reward{min-width:63px}.page-tasks .mobile-task-reward strong{font-size:18px}.page-tasks .mobile-task-cta{min-width:108px;padding:0 10px;font-size:11px}.page-tasks .mobile-task-time span{font-size:10px}
}
@media (prefers-reduced-motion:reduce){
  .page-tasks .mobile-task-card,.page-tasks .mobile-task-category-menu,.page-tasks .mobile-task-search-clear,.page-tasks .mobile-task-category-trigger,.page-tasks .mobile-task-category-trigger svg,.page-tasks .mobile-task-search-submit,.page-tasks .mobile-task-cta{animation:none!important;transition:none!important}
}
@media (max-width:767.98px){
  .page-tasks .mobile-task-card.is-featured .mobile-task-reward{padding-top:14px}
  .page-tasks .mobile-task-card.is-done{opacity:.76;filter:saturate(.7)}
  .page-tasks .mobile-task-card.is-done .mobile-task-reward strong,.page-tasks .mobile-task-card.is-done .mobile-task-reward em{color:#8f98a3}
  .page-tasks .mobile-task-card.is-done .mobile-task-cta{background:#eef0f2;color:#8a929c!important;border:0;box-shadow:none}
}
@media (max-width:767.98px){
  .page-tasks .mobile-task-card-main,.page-tasks .mobile-task-tags,.page-tasks .mobile-task-time,.page-tasks .mobile-task-featured-badge{pointer-events:none}
  .page-tasks .mobile-task-footer{pointer-events:none}.page-tasks .mobile-task-cta{pointer-events:auto}
}

/* V3.13.31 · 后台可管理手机端 Tab 导航 */
@media (max-width:767.98px){
  .mobile-bottom-nav.mobile-app-tabbar.mobile-managed-tabbar{
    grid-template-columns:repeat(var(--mobile-tab-count,5),minmax(0,1fr))!important;
  }
  .mobile-bottom-nav.mobile-app-tabbar.mobile-managed-tabbar a.on{
    color:var(--mobile-tab-accent,var(--m-orange))!important;
  }
  .mobile-bottom-nav.mobile-course-tabbar.mobile-managed-tabbar{
    grid-template-columns:repeat(var(--mobile-tab-count,5),minmax(0,1fr))!important;
  }
  .page-route-course_lesson .mobile-course-tabbar.mobile-managed-tabbar{display:grid!important}
  .mobile-tab-custom-icon{width:21px;height:21px;display:grid;place-items:center;flex:0 0 auto}
  .mobile-tab-custom-icon img{width:100%;height:100%;display:block;object-fit:contain;border-radius:5px}
}

/* V5.9.14 · 手机端消息中心原型重构 */
@media (max-width:767.98px){
  body.mobile-view-messages{--mm-blue:#3568f5;--mm-blue-soft:#eef4ff;--mm-ink:#14213a;--mm-muted:#8b95a8;--mm-bg:#f6f8fc;--mm-line:#edf0f6;background:var(--mm-bg)!important;padding-bottom:76px!important}
  body.mobile-view-messages .member-mobile-titlebar,
  body.mobile-view-messages .member-dashboard-head,
  body.mobile-view-messages .member-mobile-shortcuts,
  body.mobile-view-messages .member-metric-grid,
  body.mobile-view-messages .member-section-nav,
  body.mobile-view-messages #tasks,
  body.mobile-view-messages #settlements,
  body.mobile-view-messages #messages,
  body.mobile-view-messages #account,
  body.mobile-view-messages .site-footer-shell,
  body.mobile-view-messages .task-submit-dialog{display:none!important}
  body.mobile-view-messages .site-main{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
  body.message-detail-mode{background:#fff!important;padding-bottom:0!important}
  body.message-detail-mode .mobile-bottom-nav{display:none!important}

  .mobile-message-center-v2{display:block!important;min-height:calc(100vh - 72px);padding:0 16px 26px;color:var(--mm-ink);background:var(--mm-bg);animation:mmPageIn .24s ease-out both}
  .mobile-message-center-v2 a{text-decoration:none}.mobile-message-center-v2 button{font:inherit}
  .mobile-message-center-v2.is-detail{min-height:100vh;padding:0 16px 94px;background:#fff}

  .mm-proto-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 2px 10px}
  .mm-proto-head h1{margin:0;font-size:21px;line-height:1.2;font-weight:850;letter-spacing:-.035em;color:#101a30}
  .mm-proto-actions{display:flex;align-items:center;gap:8px}.mm-proto-actions form{margin:0}
  .mm-proto-actions button,.mm-markall-placeholder{position:relative;width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:50%;background:#fff;color:#263249;box-shadow:0 4px 14px rgba(20,33,58,.06)}
  .mm-proto-actions button:active{transform:scale(.94)}
  .mm-proto-actions svg,.mm-markall-placeholder svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mm-search-focus-btn img{width:24px;height:24px;display:block;object-fit:contain}
  .mm-markall-btn i{position:absolute;right:-3px;top:-3px;display:grid;place-items:center;min-width:16px;height:16px;padding:0 4px;border:2px solid #fff;border-radius:999px;background:#ff4d4f;color:#fff;font-style:normal;font-size:8px;font-weight:850;line-height:1}

  .mm-search{height:42px;margin:0 0 14px;display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:8px;padding:0 13px;border:1px solid #eef1f6;border-radius:12px;background:#fff;box-shadow:0 5px 18px rgba(20,33,58,.035)}
  .mm-search>svg{width:17px;height:17px;fill:none;stroke:#9aa4b5;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  .mm-search input{min-width:0;height:100%;border:0!important;outline:0!important;background:transparent!important;color:#202b42;font-size:13px;box-shadow:none!important;padding:0!important}
  .mm-search input::placeholder{color:#a8b0bf}.mm-search>a{display:grid!important;place-items:center;width:24px;height:24px;color:#9aa4b5;font-size:17px}

  .mm-category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:2px;margin:0 -3px 6px;padding:1px 0 8px}
  .mm-category-link{position:relative;display:flex!important;flex-direction:column;align-items:center;justify-content:flex-start;gap:6px;min-width:0;padding:2px 0 10px;color:#727e91;font-size:10px;font-weight:650;text-align:center}
  .mm-category-link:after{content:"";position:absolute;left:50%;bottom:0;width:18px;height:2px;border-radius:999px;background:transparent;transform:translateX(-50%);transition:.18s ease}
  .mm-category-link.on{color:#234fcf;font-weight:800}.mm-category-link.on:after{width:23px;background:var(--mm-blue)}
  .mm-category-icon{position:relative;width:42px;height:42px;display:grid;place-items:center}
  .mm-category-icon img{width:42px;height:42px;display:block;object-fit:contain;filter:drop-shadow(0 5px 8px rgba(56,105,246,.10))}
  .mm-category-icon i{position:absolute;right:-3px;top:-4px;display:grid;place-items:center;min-width:16px;height:16px;padding:0 4px;border:2px solid #f6f8fc;border-radius:999px;background:#ff5154;color:#fff;font-style:normal;font-size:8px;font-weight:850;line-height:1}

  .mm-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:17px 0 8px;padding:0 1px}
  .mm-section-head h2{margin:0;color:#17223a;font-size:14px;font-weight:850;letter-spacing:-.01em}.mm-section-head span{color:#a0a8b7;font-size:10px}

  .mm-pull-indicator{height:0;overflow:hidden;display:flex;align-items:center;justify-content:center;gap:6px;color:#8a929e;font-size:11px;transition:height .2s ease,opacity .2s ease;opacity:0}
  .mm-pull-indicator.is-visible{height:38px;opacity:1}.mm-pull-indicator.is-loading span{animation:mmSpin .7s linear infinite}.mm-pull-indicator span{font-size:14px}.mm-pull-indicator b{font-size:11px;font-weight:600}

  .mm-list{display:grid;gap:9px;padding:0}.mm-swipe-row{position:relative;overflow:hidden;border-radius:15px;animation:mmCardIn .22s ease-out both}
  .mm-swipe-row:nth-child(2){animation-delay:30ms}.mm-swipe-row:nth-child(3){animation-delay:60ms}.mm-swipe-row:nth-child(4){animation-delay:90ms}.mm-swipe-row:nth-child(5){animation-delay:120ms}
  .mm-card{position:relative;z-index:2;display:grid!important;grid-template-columns:48px minmax(0,1fr) auto;gap:11px;align-items:center;min-height:78px;padding:11px 12px;border:1px solid #eff2f7;border-radius:15px;background:#fff;color:var(--mm-ink);box-shadow:0 7px 22px rgba(33,51,86,.055);transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}
  .mm-card:active{transform:scale(.985);box-shadow:0 4px 12px rgba(33,51,86,.05)}
  .mm-swipe-row.is-pinned .mm-card{border-color:#dce6ff;background:linear-gradient(135deg,#fff,#f9fbff)}
  .mm-card-icon{position:relative;width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:#f5f8ff}
  .mm-card-icon img{width:44px;height:44px;object-fit:contain;display:block;filter:drop-shadow(0 4px 8px rgba(45,102,240,.11))}
  .mm-unread-dot{position:absolute!important;right:-1px;top:1px;width:8px!important;height:8px!important;border:2px solid #fff;border-radius:50%;background:#ff5154;box-shadow:none!important}
  .mm-card-copy{min-width:0;display:block}.mm-card-title{display:flex;align-items:center;gap:6px;min-width:0}.mm-card-title b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#202a3f;font-size:13px;line-height:1.35;font-weight:800}.mm-card-title em{flex:0 0 auto;padding:2px 5px;border-radius:5px;background:#fff0e7;color:#ff6b2d;font-style:normal;font-size:8px;font-weight:850}
  .mm-card p{margin:5px 0 0;color:#8a94a6;font-size:11px;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mm-card time{align-self:start;padding-top:2px;color:#a9b1be;font-size:9px;white-space:nowrap}
  .mm-swipe-row.is-read .mm-card-title b{font-weight:700;color:#596477}.mm-swipe-row.is-read .mm-card p{color:#a0a8b6}
  .mm-list-end{padding:19px 0 2px;text-align:center;color:#b0b6c0;font-size:10px}
  .mm-empty{padding:70px 20px 30px;text-align:center}.mm-empty img{width:96px;height:96px;object-fit:contain;opacity:.82;filter:saturate(.88)}.mm-empty h2{margin:2px 0 0;font-size:15px;color:#5d687a}.mm-empty p{margin:7px 0 0;color:#a1a9b7;font-size:11px;line-height:1.6}

  .mm-skeleton-list{display:grid;gap:9px;padding-top:0}.mm-skeleton-list[hidden]{display:none!important}.mm-skeleton-list>div{height:78px;padding:11px 12px;border-radius:15px;background:#fff;border:1px solid #eff2f7;display:grid;grid-template-columns:48px 1fr;gap:11px;align-items:center}.mm-skeleton-list i{width:46px;height:46px;border-radius:14px;background:#eef2f7;animation:mmShimmer 1.1s ease-in-out infinite}.mm-skeleton-list span{display:grid;gap:9px}.mm-skeleton-list b,.mm-skeleton-list em{display:block;border-radius:999px;background:#eef2f7;animation:mmShimmer 1.1s ease-in-out infinite}.mm-skeleton-list b{width:55%;height:11px}.mm-skeleton-list em{width:80%;height:9px}

  .mm-swipe-actions{position:absolute;right:0;top:0;bottom:0;display:flex;align-items:stretch;z-index:0}.mm-swipe-actions button{min-width:74px;border:0;color:#fff;font-size:12px;font-weight:800}.mm-action-read{background:#28bd69}.mm-action-delete{background:#ff4c43}

  .mm-detail-head{position:sticky;top:0;z-index:15;display:grid;grid-template-columns:34px 1fr 34px;align-items:center;height:58px;margin:0 -16px;padding:0 16px;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid #f1f3f7}.mm-detail-head strong{text-align:center;font-size:15px;color:#1e293b;font-weight:800}
  .mm-back-btn{width:34px;height:34px;display:grid!important;place-items:center;color:#1f2937;border-radius:10px}.mm-back-btn:active{background:#f3f5f8;transform:scale(.96)}.mm-back-btn svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
  .mm-more-btn{width:34px;height:34px;display:flex;align-items:center;justify-content:center;gap:3px;border:0;background:transparent;border-radius:10px}.mm-more-btn span{width:3px;height:3px;border-radius:50%;background:#6d7787}
.mm-detail-menu{position:fixed;right:14px;top:54px;z-index:60;width:112px;padding:6px;border:1px solid #edf0f5;border-radius:12px;background:#fff;box-shadow:0 14px 32px rgba(20,33,58,.14)}.mm-detail-menu[hidden]{display:none!important}.mm-detail-menu button{width:100%;height:36px;border:0;border-radius:9px;background:transparent;color:#4e596b;font-size:11px;text-align:left;padding:0 10px}.mm-detail-menu button:last-child{color:#ef4444}.mm-detail-menu button:active{background:#f6f7f9}
  .mm-detail-card{padding:20px 0 0;background:#fff;animation:mmDetailIn .26s ease-out both}
  .mm-detail-meta{display:flex;align-items:center;gap:10px}.mm-detail-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#f2f6ff}.mm-detail-icon img{width:38px;height:38px;object-fit:contain}.mm-detail-meta>span:last-child{display:grid;gap:2px}.mm-detail-meta b{color:#344056;font-size:11px;font-weight:750}.mm-detail-meta time{color:#a3abb8;font-size:9px}
  .mm-detail-card>h1{margin:20px 0 0;color:#172033;font-size:19px;line-height:1.35;font-weight:850;letter-spacing:-.02em}.mm-detail-content{padding:14px 0 0}.mm-detail-content p{margin:0;color:#5c6678;font-size:13px;line-height:1.9;white-space:normal}
  
  .mm-detail-cta{display:flex!important;align-items:center;justify-content:center;width:100%;height:44px;margin-top:14px;border-radius:12px;background:linear-gradient(90deg,#3c6df5,#2f5ce9);color:#fff;font-size:13px;font-weight:800;box-shadow:0 9px 22px rgba(53,104,245,.19)}.mm-detail-cta:active{transform:scale(.985)}
  .mm-detail-bottom{position:fixed;left:0;right:0;bottom:0;z-index:40;height:70px;display:grid;grid-template-columns:1fr 1fr;align-items:center;background:rgba(255,255,255,.97);border-top:1px solid #eef1f5;backdrop-filter:blur(16px);padding-bottom:env(safe-area-inset-bottom)}.mm-detail-bottom button{height:50px;display:flex;align-items:center;justify-content:center;gap:7px;border:0;background:transparent;color:#4d586b;font-size:12px}.mm-detail-bottom button:active{background:#f7f8fa}.mm-detail-bottom svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

  @keyframes mmPageIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes mmDetailIn{from{opacity:0;transform:translateX(14px)}to{opacity:1;transform:none}}@keyframes mmCardIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes mmSpin{to{transform:rotate(360deg)}}@keyframes mmShimmer{0%,100%{opacity:.55}50%{opacity:1}}
  @media (prefers-reduced-motion:reduce){.mobile-message-center-v2,.mm-swipe-row,.mm-detail-card{animation:none!important}.mm-card,.mm-back-btn,.mm-detail-cta{transition:none!important}}
}

/* =========================================================
   V3.13.33 · MOBILE PERSONAL CENTER REBUILD
   Based on approved personal-center prototype / motion boards.
   ========================================================= */
@media (max-width:767.98px){
  body.page-dashboard.mobile-view-profile{--mp-orange:#ff7a00;--mp-orange-2:#ff9b4a;--mp-blue:#3a7bfa;--mp-green:#22c55e;--mp-navy:#0f172a;--mp-muted:#64748b;--mp-bg:#f6f7fb;--mp-line:#e9edf3;background:var(--mp-bg)!important;padding-bottom:calc(72px + env(safe-area-inset-bottom))!important}
  body.page-dashboard.mobile-view-profile .site-main.container{padding:0 14px 18px!important;max-width:none!important}
  body.page-dashboard.mobile-view-profile>.site-header,
  body.page-dashboard.mobile-view-profile .breadcrumb,
  body.page-dashboard.mobile-view-profile .member-mobile-titlebar,
  body.page-dashboard.mobile-view-profile .member-dashboard-head,
  body.page-dashboard.mobile-view-profile .member-mobile-shortcuts,
  body.page-dashboard.mobile-view-profile .member-metric-grid,
  body.page-dashboard.mobile-view-profile .member-section-nav,
  body.page-dashboard.mobile-view-profile #tasks,
  body.page-dashboard.mobile-view-profile #settlements,
  body.page-dashboard.mobile-view-profile #messages,
  body.page-dashboard.mobile-view-profile #account{display:none!important}
  .mobile-profile-center-v3{display:block!important;min-height:calc(100dvh - 82px);color:var(--mp-navy);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","PingFang SC","Microsoft YaHei",sans-serif}
  .mobile-profile-center-v3 *{box-sizing:border-box}
  .mp-content{animation:mpFadeIn .28s ease-out both}
  .mp-topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;height:58px;padding:8px 0;background:rgba(246,247,251,.94);backdrop-filter:blur(16px);transition:transform .2s ease,opacity .2s ease}
  .mp-topbar h1{margin:0;font-size:22px;line-height:1;font-weight:800;letter-spacing:-.03em;color:#0d1728}
  .mp-bell{position:relative;display:grid!important;place-items:center;width:38px;height:38px;border-radius:12px;color:#5e3420;background:rgba(255,255,255,.72)}
  .mp-bell svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
  .mp-bell i{position:absolute;top:4px;right:3px;display:grid;place-items:center;min-width:16px;height:16px;padding:0 4px;border:2px solid #fff;border-radius:999px;background:#f04438;color:#fff;font-size:8px;font-style:normal;font-weight:800}
  .mp-hero-card{position:relative;overflow:hidden;display:grid;grid-template-columns:58px minmax(0,1fr);gap:12px;align-items:center;min-height:118px;padding:18px;border-radius:20px;background:linear-gradient(125deg,#ff9a47 0%,#ff7d3a 48%,#ffb777 100%);color:#fff;box-shadow:0 12px 32px rgba(255,122,0,.18)}
  .mp-hero-card:after{content:"";position:absolute;width:140px;height:140px;right:-35px;top:-28px;border:18px solid rgba(255,255,255,.14);border-radius:34px;transform:rotate(28deg)}
  .mp-avatar{position:relative;z-index:2;width:58px;height:58px;border:3px solid rgba(255,255,255,.72);border-radius:50%;overflow:hidden;background:#fff4ea;box-shadow:0 7px 18px rgba(92,42,8,.16);display:grid;place-items:center}
  .mp-avatar img{width:100%;height:100%;object-fit:cover}.mp-avatar span{font-size:24px;font-weight:900;color:#b9531a}
  .mp-hero-copy{position:relative;z-index:2;min-width:0}.mp-name-row{display:flex;align-items:center;gap:7px;min-width:0}.mp-name-row h2{margin:0;max-width:55%;font-size:18px;line-height:1.15;font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mp-member-badge{display:inline-flex;align-items:center;max-width:42%;height:25px;padding:0 9px;border-radius:999px;background:rgba(255,255,255,.82);color:#a9571c;font-size:10px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .mp-hero-copy p,.mp-invite{margin:7px 0 0;font-size:11px;color:rgba(255,255,255,.94)}.mp-invite{display:flex;align-items:center;gap:4px}.mp-invite b{font-weight:700}.mp-invite button{display:grid;place-items:center;width:24px;height:24px;border:0;background:transparent;color:#fff;padding:0}.mp-invite button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}
  .mp-crown{position:absolute;right:12px;top:6px;z-index:1;color:rgba(255,255,255,.18);font-size:78px;line-height:1;transform:rotate(-12deg)}
  .mp-shortcuts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:12px}
  .mp-shortcuts>a,.mp-shortcuts>button{position:relative;display:flex!important;flex-direction:column;align-items:center;justify-content:center;min-height:112px;padding:12px 5px;border:1px solid var(--mp-line);border-radius:16px;background:#fff;color:#101827;text-align:center;box-shadow:0 8px 22px rgba(15,23,42,.045);transition:transform .15s ease,box-shadow .2s ease,border-color .2s ease}
  .mp-shortcuts>button{width:100%;font:inherit}.mp-shortcuts>a:active,.mp-shortcuts>button:active{transform:scale(.97);box-shadow:0 3px 12px rgba(15,23,42,.04)}
  .mp-shortcuts span{position:relative;display:grid;place-items:center;width:42px;height:42px;margin-bottom:8px;border-radius:13px}.mp-shortcuts span svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mp-shortcuts span.orange{background:#fff0e6;color:#ff7a00}.mp-shortcuts span.amber{background:#fff1e3;color:#ee7d1a}.mp-shortcuts span.blue{background:#eaf2ff;color:#3a7bfa}.mp-shortcuts span.green{background:#eafaf0;color:#22b86a}.mp-shortcuts span i{position:absolute;right:-4px;top:-5px;min-width:16px;height:16px;padding:0 4px;display:grid;place-items:center;border:2px solid #fff;border-radius:99px;background:#f04438;color:#fff;font-size:7px;font-style:normal;font-weight:800}
  .mp-shortcuts b{font-size:12px;line-height:1.2;font-weight:800}.mp-shortcuts small{margin-top:5px;color:#8b93a1;font-size:10px;white-space:nowrap}
  .mp-data-section{margin-top:12px;padding:14px;border-radius:18px;background:#fff;border:1px solid var(--mp-line);box-shadow:0 8px 24px rgba(15,23,42,.04)}
  .mp-section-title{display:flex;align-items:center;gap:6px;margin-bottom:10px}.mp-section-title h2{margin:0;font-size:16px;font-weight:850}.mp-section-title svg{width:17px;height:17px;fill:none;stroke:#8590a0;stroke-width:1.7}
  .mp-metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mp-metric{position:relative;overflow:hidden;display:block!important;min-height:110px;padding:13px;border-radius:14px;color:#172033}.mp-metric small{display:block;font-size:10px;color:#607084}.mp-metric small i{display:inline-grid;place-items:center;width:14px;height:14px;border:1px solid currentColor;border-radius:50%;font-size:8px;font-style:normal;opacity:.65}.mp-metric strong{display:block;margin-top:10px;font-size:22px;line-height:1;font-weight:850;letter-spacing:-.03em}.mp-metric span{display:block;margin-top:8px;font-size:10px;color:#8b95a3}.mp-metric em{position:absolute;right:12px;bottom:12px;display:grid;place-items:center;width:36px;height:36px;border-radius:12px;font-style:normal;font-size:17px;font-weight:850;opacity:.72}.mp-balance{background:linear-gradient(135deg,#fff7ed,#fff1e2)}.mp-balance strong{color:#ff6a00}.mp-balance em{background:#ffd9b6;color:#f47700}.mp-earned{background:linear-gradient(135deg,#f1f6ff,#eaf1ff)}.mp-earned em{background:#d9e7ff;color:#4c83e8}.mp-pending{background:linear-gradient(135deg,#effbf4,#e8f8ee)}.mp-pending em{background:#d4f2df;color:#28ad63}.mp-message{background:linear-gradient(135deg,#f5f4ff,#eeedff)}.mp-message em{background:#e0dcff;color:#786be7}
  .mp-switch-section{margin-top:12px;padding:0 0 2px;border-radius:18px;background:#fff;border:1px solid var(--mp-line);box-shadow:0 8px 24px rgba(15,23,42,.04);overflow:hidden}
  .mp-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));min-height:50px;border-bottom:1px solid #edf0f4;background:#fff}.mp-tabs button{position:relative;border:0;background:transparent;color:#606a79;font-size:11px;font-weight:750;white-space:nowrap}.mp-tabs button.on{color:#ff6f00}.mp-tabs button.on:after{content:"";position:absolute;left:24%;right:24%;bottom:0;height:3px;border-radius:99px;background:#ff7a00;animation:mpTabLine .2s ease-out both}
  .mp-tab-panels{padding:10px 12px 12px}.mp-panel{animation:mpPanelIn .22s ease-out both}.mp-panel[hidden]{display:none!important}
  .mp-task-row,.mp-message-row{display:grid!important;align-items:center;min-height:62px;border-bottom:1px solid #edf0f3;color:#1c2534}.mp-task-row{grid-template-columns:minmax(0,1fr) auto 16px;gap:9px}.mp-task-row>div{min-width:0}.mp-task-row b,.mp-message-row b{display:block;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mp-task-row small,.mp-message-row small{display:block;margin-top:4px;color:#8c95a2;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mp-task-row>span{color:#ff7a00;font-size:10px;font-weight:800}.mp-task-row>i,.mp-message-row>i{font-style:normal;color:#b8c0ca;font-size:20px}
  .mp-settle-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;align-items:center;min-height:62px;border-bottom:1px solid #edf0f3}.mp-settle-row b{display:block;font-size:11px}.mp-settle-row small{display:block;margin-top:4px;font-size:9px;color:#9099a6}.mp-settle-row strong{font-size:12px}.mp-settle-row span{padding:4px 7px;border-radius:99px;background:#f0f7f3;color:#22a05b;font-size:9px;font-weight:800}
  .mp-message-row{grid-template-columns:9px minmax(0,1fr) auto 16px;gap:8px}.mp-message-row>span{width:7px;height:7px;border-radius:50%;background:#d9dde4}.mp-message-row>span.unread{background:#ff7a00;box-shadow:0 0 0 4px #fff1e6}.mp-message-row time{font-size:8px;color:#9ba3ad}
  .mp-account-list>div{display:grid;grid-template-columns:30px 58px minmax(0,1fr) auto;gap:7px;align-items:center;min-height:54px;border-bottom:1px solid #edf0f3}.mp-account-list>div:last-child{border-bottom:0}.mp-account-list>div>span{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:#f1f4f8;color:#798696;font-size:13px}.mp-account-list small{font-size:10px;color:#7a8594}.mp-account-list b{font-size:10.5px;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mp-account-list i{font-style:normal;color:#b7bec8;font-size:18px}.mp-account-list button{border:0;background:transparent;color:#ff6f00;font-size:10px;font-weight:800;padding:8px 2px}
  .mp-empty-mini{padding:25px 8px;text-align:center}.mp-empty-mini b{font-size:13px}.mp-empty-mini p{margin:6px 0 10px;color:#939ba7;font-size:10px}.mp-empty-mini a{display:inline-flex!important;align-items:center;justify-content:center;min-width:96px;height:34px;border-radius:10px;background:#ff7a00;color:#fff;font-size:11px;font-weight:800}
  .mp-toast{position:fixed;left:50%;top:45%;z-index:1900;transform:translate(-50%,-50%);display:flex!important;align-items:center;gap:8px;padding:13px 18px;border-radius:14px;background:rgba(22,30,43,.92);color:#fff;box-shadow:0 14px 40px rgba(0,0,0,.18);animation:mpToast .2s ease-out both}.mp-toast[hidden]{display:none!important}.mp-toast span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#22c55e}.mp-toast b{font-size:12px}
  .mp-skeleton{display:none}.mobile-profile-center-v3.is-loading .mp-content{visibility:hidden}.mobile-profile-center-v3.is-loading .mp-skeleton{display:grid;gap:10px;padding-top:8px}.mp-sk-top,.mp-sk-hero,.mp-sk-shortcuts,.mp-sk-metrics{border-radius:16px;background:linear-gradient(90deg,#eef0f3 25%,#f7f8fa 45%,#eef0f3 65%);background-size:200% 100%;animation:mpShimmer 1.1s linear infinite}.mp-sk-top{height:44px}.mp-sk-hero{height:118px}.mp-sk-shortcuts{height:112px}.mp-sk-metrics{height:228px}
  @keyframes mpFadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes mpPanelIn{from{opacity:0;transform:translateX(8px)}to{opacity:1;transform:none}}@keyframes mpTabLine{from{transform:scaleX(.2)}to{transform:scaleX(1)}}@keyframes mpToast{from{opacity:0;transform:translate(-50%,-42%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes mpShimmer{0%{background-position:100% 0}100%{background-position:-100% 0}}
  @media (max-width:360px){.mp-shortcuts{gap:6px}.mp-shortcuts>a,.mp-shortcuts>button{min-height:104px}.mp-name-row h2{font-size:16px}.mp-member-badge{font-size:9px}.mp-metric strong{font-size:20px}.mp-tabs button{font-size:10px}}
  @media (prefers-reduced-motion:reduce){.mp-content,.mp-panel,.mp-tabs button.on:after,.mp-toast,.mp-sk-top,.mp-sk-hero,.mp-sk-shortcuts,.mp-sk-metrics{animation:none!important}.mp-shortcuts>a,.mp-shortcuts>button,.mp-topbar{transition:none!important}}
}

/* V3.13.34 · 手机端个人中心移除页面标题 */
@media (max-width:767.98px){
  body.page-dashboard.mobile-view-profile .mp-topbar-titleless{
    position:relative!important;
    top:auto!important;
    z-index:24!important;
    height:0!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    background:transparent!important;
    backdrop-filter:none!important;
    pointer-events:none;
  }
  body.page-dashboard.mobile-view-profile .mp-topbar-titleless .mp-bell{
    position:absolute!important;
    top:12px!important;
    right:10px!important;
    z-index:6!important;
    pointer-events:auto;
    background:rgba(255,255,255,.86)!important;
    box-shadow:0 6px 18px rgba(15,23,42,.08)!important;
    backdrop-filter:blur(10px);
  }
  body.page-dashboard.mobile-view-profile .mp-hero-card{
    margin-top:0!important;
  }
}

/* V3.13.35 · 手机端个人中心会员卡顶部安全留白 */
@media (max-width:767.98px){
  body.page-dashboard.mobile-view-profile .mp-hero-card{
    margin-top:10px!important;
  }
}

/* V3.13.36 · 优质自媒体博主移动端一比一重构 */
.mobile-creator-v2{display:none}.creator-desktop-v1{display:block}
@media (max-width:767.98px){
  body.page-creators{background:#f7f8fa!important;color:#111827!important}
  body.page-creators .site-main{padding-top:0!important;padding-left:0!important;padding-right:0!important;max-width:none!important}
  .mobile-creator-v2{display:block!important}.creator-desktop-v1{display:none!important}
  .creator-v2-library{--cv-orange:#ff6a00;--cv-orange-dark:#e85c00;--cv-blue:#3a82f6;--cv-green:#19c77b;--cv-ink:#111827;--cv-muted:#6b7280;--cv-line:#e8ebf0;--cv-bg:#f7f8fa;padding:18px 14px 28px;min-height:calc(100vh - 80px);background:var(--cv-bg)}
  .creator-v2-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin:2px 2px 14px}
  .creator-v2-head>div{min-width:0}.creator-v2-head h1{margin:0;color:var(--cv-ink);font-size:28px;line-height:1.18;font-weight:750;letter-spacing:-.8px}.creator-v2-head h1 i{color:#ff9a38;font-size:17px;font-style:normal;vertical-align:top}.creator-v2-head p{margin:7px 0 0;color:#7b8494;font-size:13px;line-height:1.55}
  .creator-v2-guide-btn{flex:0 0 auto;display:inline-flex;align-items:center;gap:5px;height:36px;padding:0 11px;border:1px solid #e5e8ed;border-radius:12px;background:#fff;color:#374151;font-size:12px;font-weight:650;box-shadow:0 6px 18px rgba(17,24,39,.04)}.creator-v2-guide-btn span{font-size:14px}

  .creator-v2-platforms{display:flex;gap:8px;overflow-x:auto;margin:0 -2px 10px;padding:4px 2px 6px;scrollbar-width:none}.creator-v2-platforms::-webkit-scrollbar{display:none}.creator-v2-platforms button{flex:0 0 auto;display:flex;align-items:center;gap:6px;height:42px;padding:0 11px;border:1px solid #e8ebef;border-radius:12px;background:#fff;color:#4b5563;font-size:12px;font-weight:650;box-shadow:0 4px 14px rgba(17,24,39,.025);transition:background .22s ease,border-color .22s ease,color .22s ease,transform .15s ease}.creator-v2-platforms button:active{transform:scale(.97)}.creator-v2-platforms button.on{border-color:#ffe2ca;background:#fff5eb;color:var(--cv-orange);box-shadow:0 6px 18px rgba(255,106,0,.08)}.creator-v2-platforms img,.creator-v2-platform-letter,.creator-v2-all-icon{width:24px;height:24px;border-radius:7px;object-fit:cover;display:grid;place-items:center}.creator-v2-platform-letter{background:var(--platform-accent,#ff6a00);color:#fff}.creator-v2-all-icon{background:#fff1e5;color:var(--cv-orange);font-size:16px}.creator-v2-platforms b{white-space:nowrap;font-size:12px;font-weight:650}

  .creator-v2-tools{display:grid;grid-template-columns:minmax(0,1fr) 76px;gap:9px;margin-bottom:14px}.creator-v2-search{display:flex;align-items:center;height:44px;padding:0 12px;border:1px solid #e6e9ee;border-radius:13px;background:#fff;box-shadow:0 5px 18px rgba(17,24,39,.025);transition:border-color .15s ease,box-shadow .15s ease}.creator-v2-search:focus-within{border-color:#ff9a55;box-shadow:0 0 0 3px rgba(255,106,0,.08),0 6px 18px rgba(17,24,39,.03)}.creator-v2-search svg{width:18px;height:18px;margin-right:8px;fill:none;stroke:#9ca3af;stroke-width:1.8}.creator-v2-search input{width:100%;min-width:0;border:0!important;outline:0!important;background:transparent!important;color:#1f2937!important;font-size:14px!important;box-shadow:none!important;padding:0!important}.creator-v2-search input::placeholder{color:#a2a9b3}.creator-v2-search button{width:24px;height:24px;border:0;border-radius:50%;background:#eef0f3;color:#7b8490;font-size:15px}
  .creator-v2-filter-btn{position:relative;display:flex;align-items:center;justify-content:center;gap:5px;height:44px;border:1px solid #e6e9ee;border-radius:13px;background:#fff;color:#404956;font-size:13px;font-weight:650;box-shadow:0 5px 18px rgba(17,24,39,.025)}.creator-v2-filter-btn svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}.creator-v2-filter-btn i{position:absolute;right:5px;top:4px;display:grid;place-items:center;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--cv-orange);color:#fff;font-size:9px;font-style:normal}

  .creator-v2-skeleton{display:grid;gap:10px}.creator-v2-skeleton>div{height:170px;padding:15px;border-radius:16px;background:#fff;box-shadow:0 7px 22px rgba(17,24,39,.045);position:relative;overflow:hidden}.creator-v2-skeleton>div:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);animation:creatorSkeleton 1.1s infinite}.creator-v2-skeleton i{display:block;width:62px;height:62px;border-radius:50%;background:#edf0f4}.creator-v2-skeleton span{display:block;width:54%;height:13px;margin:10px 0 0 76px;border-radius:7px;background:#edf0f4}.creator-v2-skeleton span+span{width:74%;height:10px}.creator-v2-skeleton b{display:block;width:100%;height:42px;margin-top:18px;border-radius:11px;background:#edf0f4}@keyframes creatorSkeleton{to{transform:translateX(100%)}}
  .creator-v2-list{display:grid;gap:10px;opacity:0;transform:translateY(8px);transition:opacity .22s ease,transform .22s ease}.creator-v2-library.is-loaded .creator-v2-skeleton{display:none}.creator-v2-library.is-loaded .creator-v2-list{opacity:1;transform:none}
  .creator-v2-card{position:relative;overflow:hidden;border:1px solid #e8ebf0;border-radius:16px;background:#fff;box-shadow:0 6px 20px rgba(17,24,39,.045);transition:border-color .2s ease,box-shadow .2s ease,transform .15s ease,opacity .22s ease}.creator-v2-card.is-featured{border-color:#ffc997;background:linear-gradient(135deg,#fffaf5 0%,#fff 66%);box-shadow:0 10px 26px rgba(255,106,0,.1)}.creator-v2-card.is-entering{animation:creatorCardIn .22s both}.creator-v2-card:active{transform:scale(.985)}@keyframes creatorCardIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
  .creator-v2-ribbon{position:absolute;z-index:4;left:0;top:0;padding:5px 11px 6px 8px;border-radius:15px 0 13px 0;background:linear-gradient(135deg,#ff7a1a,#ff9a52);color:#fff;font-size:10px;font-weight:750;box-shadow:0 5px 14px rgba(255,106,0,.2)}
  .creator-v2-card-inner{position:relative;z-index:2;display:grid;grid-template-columns:66px minmax(0,1fr);gap:12px;padding:15px;background:inherit;transition:transform .15s ease}.creator-v2-card.is-featured .creator-v2-card-inner{padding-top:22px}.creator-v2-avatar-wrap{position:relative;width:66px;height:66px;margin-top:3px}.creator-v2-avatar-wrap>img,.creator-v2-avatar-wrap>span{display:grid;place-items:center;width:66px;height:66px;border-radius:50%;object-fit:cover;background:#eef2f7;color:#46505e;font-size:24px;font-weight:750;border:3px solid #fff;box-shadow:0 0 0 2px #a9d0ff,0 7px 18px rgba(17,24,39,.12)}.creator-v2-avatar-wrap i{position:absolute;right:-1px;bottom:1px;display:grid;place-items:center;width:20px;height:20px;border:2px solid #fff;border-radius:50%;background:#ffa126;color:#fff;font-size:10px;font-style:normal;font-weight:900}
  .creator-v2-main{min-width:0}.creator-v2-platform-row{display:flex;align-items:center;justify-content:space-between;gap:8px;height:23px}.creator-v2-platform-row>span{display:flex;align-items:center;gap:5px;min-width:0}.creator-v2-platform-row img{width:20px;height:20px;border-radius:6px;object-fit:cover}.creator-v2-platform-row b{font-size:13px;color:#202733;white-space:nowrap}.creator-v2-platform-row em{flex:0 0 auto;color:#202733;font-size:12px;font-style:normal;font-weight:700}.creator-v2-card.is-featured .creator-v2-platform-row em{color:#ff6500}
  .creator-v2-name-row{display:flex;align-items:baseline;gap:7px;margin-top:4px;min-width:0}.creator-v2-name-row h2{margin:0;color:#111827;font-size:18px;line-height:1.25;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.creator-v2-name-row small{min-width:0;color:#8a93a0;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.creator-v2-domain{margin:5px 0 0;color:#4b5563;font-size:12px;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.creator-v2-intro{margin:4px 0 0;color:#687280;font-size:12px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .creator-v2-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:10px}.creator-v2-metrics span{display:grid;gap:2px;padding:7px 5px;border:1px solid #edf0f3;border-radius:9px;background:#fbfcfd;text-align:center}.creator-v2-metrics small{color:#9aa2ad;font-size:9px}.creator-v2-metrics b{color:#202733;font-size:13px;line-height:1.1}
  .creator-v2-foot{margin-top:9px}.creator-v2-tags{display:flex;gap:5px;overflow:hidden;min-height:22px}.creator-v2-tags span{flex:0 0 auto;padding:4px 8px;border-radius:999px;background:#eef6ff;color:#3381e7;font-size:10px;line-height:1.2}.creator-v2-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}.creator-v2-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:35px;padding:0 13px;border-radius:10px;font-size:12px;font-weight:700;transition:transform .15s ease,filter .15s ease}.creator-v2-actions a:active{transform:scale(.96)}.creator-v2-secondary{border:1px solid #ff7a22;color:#f26500;background:#fff}.creator-v2-primary{border:1px solid transparent;background:linear-gradient(135deg,#ff6a00,#ff7f24);color:#fff;box-shadow:0 6px 15px rgba(255,106,0,.18)}.creator-v2-primary b{margin-left:4px;font-size:18px;line-height:1}
  .creator-v2-swipe-actions{position:absolute;z-index:1;right:0;top:0;bottom:0;display:grid;grid-template-columns:54px 54px}.creator-v2-swipe-actions button{display:grid;place-content:center;gap:4px;border:0;color:#fff;font-size:18px}.creator-v2-swipe-actions button:first-child{background:#ff6a00}.creator-v2-swipe-actions button:last-child{background:#3a82f6}.creator-v2-swipe-actions small{font-size:10px}.creator-v2-card.is-swiped .creator-v2-card-inner{transform:translateX(-108px)}
  .creator-v2-empty{padding:42px 16px;text-align:center}.creator-v2-empty div{margin:auto;width:72px;height:72px;display:grid;place-items:center;border-radius:50%;background:#eef3ff;color:#7b9cff;font-size:30px}.creator-v2-empty h3{margin:14px 0 5px;font-size:17px;color:#28313d}.creator-v2-empty p{margin:0;color:#8b94a2;font-size:12px}.creator-v2-empty button{margin-top:14px;padding:9px 16px;border:1px solid #ff8b3c;border-radius:10px;background:#fff;color:#f46600;font-size:12px;font-weight:700}.creator-v2-end{text-align:center;padding:18px 0 6px;color:#b0b6c0;font-size:11px}

  .creator-v2-sheet,.creator-v2-guide{position:fixed;z-index:1200;inset:0}.creator-v2-sheet[hidden],.creator-v2-guide[hidden]{display:none!important}.creator-v2-sheet-mask{position:absolute;inset:0;border:0;background:rgba(17,24,39,.32);backdrop-filter:blur(1px)}.creator-v2-sheet-panel{position:absolute;left:0;right:0;bottom:0;max-height:78vh;overflow:auto;padding:16px 16px calc(18px + env(safe-area-inset-bottom));border-radius:22px 22px 0 0;background:#fff;box-shadow:0 -14px 40px rgba(17,24,39,.16);animation:creatorSheetIn .22s ease both}@keyframes creatorSheetIn{from{transform:translateY(100%)}to{transform:none}}.creator-v2-sheet-head{display:flex;align-items:center;justify-content:space-between}.creator-v2-sheet-head b{font-size:18px}.creator-v2-sheet-head button,.creator-v2-guide>div>button{width:32px;height:32px;border:0;border-radius:50%;background:#f3f4f6;color:#59616d;font-size:20px}.creator-v2-sheet-panel section{padding:15px 0;border-bottom:1px solid #eef0f3}.creator-v2-sheet-panel h3{margin:0 0 9px;font-size:13px;color:#4d5663}.creator-v2-filter-chips{display:flex;gap:7px;flex-wrap:wrap}.creator-v2-filter-chips button{min-height:32px;padding:0 12px;border:1px solid #e4e7ec;border-radius:9px;background:#fff;color:#6b7280;font-size:11px}.creator-v2-filter-chips button.on{border-color:#ffb27d;background:#fff3e9;color:#f46700}.creator-v2-switch{display:flex;align-items:center;gap:9px;color:#47505d;font-size:12px}.creator-v2-switch input{position:absolute;opacity:0}.creator-v2-switch span{position:relative;width:38px;height:22px;border-radius:999px;background:#d9dde3;transition:background .2s}.creator-v2-switch span:after{content:"";position:absolute;left:3px;top:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(17,24,39,.2);transition:transform .2s}.creator-v2-switch input:checked+span{background:#ff7a1a}.creator-v2-switch input:checked+span:after{transform:translateX(16px)}.creator-v2-sheet-actions{display:grid;grid-template-columns:1fr 1.5fr;gap:9px;padding-top:15px}.creator-v2-sheet-actions button{height:43px;border-radius:11px;font-size:13px;font-weight:700}.creator-v2-sheet-actions button:first-child{border:1px solid #e4e7ec;background:#fff;color:#68717f}.creator-v2-sheet-actions button:last-child{border:0;background:linear-gradient(135deg,#ff6a00,#ff7f27);color:#fff}
  .creator-v2-guide>div{position:absolute;left:16px;right:16px;top:50%;transform:translateY(-50%);padding:22px;border-radius:20px;background:#fff;box-shadow:0 18px 50px rgba(17,24,39,.2)}.creator-v2-guide>div>button{position:absolute;right:12px;top:12px}.creator-v2-guide span{color:#ff6a00;font-size:11px;font-weight:800}.creator-v2-guide h2{margin:6px 0 9px;font-size:21px}.creator-v2-guide p{margin:0;color:#687280;font-size:13px;line-height:1.65}.creator-v2-guide ol{margin:14px 0 0;padding-left:20px;color:#3f4855;font-size:12px;line-height:1.8}

  .creator-detail-v2{padding:12px 14px 28px;background:#f7f8fa;min-height:calc(100vh - 80px)}.creator-detail-top{display:grid;grid-template-columns:36px minmax(0,1fr) 36px;align-items:center;gap:8px;margin-bottom:12px}.creator-detail-top>a,.creator-detail-top>button{display:grid;place-items:center;width:36px;height:36px;border:1px solid #e6e9ee;border-radius:11px;background:#fff;color:#36404d;font-size:25px;box-shadow:0 4px 14px rgba(17,24,39,.035)}.creator-detail-top>button{font-size:21px}.creator-detail-top>button.on{color:#ff6700;background:#fff2e8;border-color:#ffd2b4}.creator-detail-top div{text-align:center;display:grid;gap:2px}.creator-detail-top b{font-size:15px}.creator-detail-top small{font-size:10px;color:#929aa5}
  .creator-detail-hero{padding:20px 16px;border:1px solid #e8ebf0;border-radius:18px;background:#fff;text-align:center;box-shadow:0 8px 26px rgba(17,24,39,.05)}.creator-detail-avatar{width:82px;height:82px;margin:auto}.creator-detail-avatar img,.creator-detail-avatar span{display:grid;place-items:center;width:82px;height:82px;border-radius:50%;object-fit:cover;background:#eef2f7;border:4px solid #fff;box-shadow:0 0 0 2px #afd2ff,0 8px 20px rgba(17,24,39,.14);font-size:30px;font-weight:750}.creator-detail-platform{display:flex;justify-content:center;align-items:center;gap:6px;margin-top:13px}.creator-detail-platform img{width:20px;height:20px;border-radius:6px}.creator-detail-platform span{font-size:12px;font-weight:700}.creator-detail-platform em{padding:3px 7px;border-radius:999px;background:#fff0e4;color:#ff6a00;font-size:9px;font-style:normal}.creator-detail-hero h1{margin:8px 0 0;font-size:23px}.creator-detail-handle{margin:3px 0 0;color:#8a93a0;font-size:12px}.creator-detail-domain{margin:10px 0 0;color:#3f4955;font-size:13px}.creator-detail-intro{margin:7px auto 0;max-width:320px;color:#687280;font-size:13px;line-height:1.65}.creator-detail-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px}.creator-detail-metrics span{display:grid;gap:3px;padding:10px 5px;border:1px solid #edf0f3;border-radius:11px;background:#fafbfd}.creator-detail-metrics b{font-size:16px}.creator-detail-metrics small{color:#929aa6;font-size:10px}.creator-detail-tags{display:flex;justify-content:center;gap:6px;flex-wrap:wrap;margin-top:14px}.creator-detail-tags span{padding:5px 9px;border-radius:999px;background:#eef6ff;color:#337fe0;font-size:10px}.creator-detail-actions{display:grid;grid-template-columns:1fr 1.3fr;gap:9px;margin-top:17px}.creator-detail-actions a,.creator-detail-actions button{display:grid;place-items:center;height:43px;border-radius:11px;font-size:13px;font-weight:750}.creator-detail-secondary{border:1px solid #ff7e29;color:#f46700;background:#fff}.creator-detail-primary{border:0;background:linear-gradient(135deg,#ff6a00,#ff7e28);color:#fff}.creator-detail-primary.is-done{background:#22b96d}.creator-detail-content{margin-top:12px;padding:16px;border:1px solid #e8ebf0;border-radius:18px;background:#fff;box-shadow:0 7px 22px rgba(17,24,39,.04)}.creator-detail-content h2{margin:0 0 12px;font-size:17px}.creator-detail-rich,.creator-detail-guide{color:#4c5663;font-size:13px;line-height:1.75}.creator-detail-rich img{max-width:100%;height:auto;border-radius:12px}.creator-detail-guide b{color:#242c37}.creator-detail-guide ol{padding-left:20px}
  .creator-detail-desktop{display:none!important}

  body.creator-sheet-open{overflow:hidden}
}
@media (max-width:350px){
  .creator-v2-library{padding-left:10px;padding-right:10px}.creator-v2-head h1{font-size:25px}.creator-v2-card-inner{grid-template-columns:58px minmax(0,1fr);gap:9px;padding:13px}.creator-v2-avatar-wrap,.creator-v2-avatar-wrap>img,.creator-v2-avatar-wrap>span{width:58px;height:58px}.creator-v2-name-row h2{font-size:16px}.creator-v2-metrics{gap:4px}.creator-v2-metrics b{font-size:12px}.creator-v2-actions a{padding:0 10px}
}
@media (prefers-reduced-motion:reduce){
  .creator-v2-skeleton>div:after,.creator-v2-card.is-entering,.creator-v2-sheet-panel{animation:none!important}.creator-v2-list,.creator-v2-card,.creator-v2-card-inner,.creator-v2-platforms button{transition:none!important}
}
@media (max-width:767.98px){.creator-v2-card[hidden]{display:none!important}.creator-v2-refresh{height:0;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#8a93a0;font-size:11px;transition:height .18s ease}.creator-v2-refresh.is-pulling{height:34px}.creator-v2-refresh.is-ready{color:#ff6a00}}
@media (max-width:767.98px){
  .creator-v2-card.is-disabled{filter:grayscale(.78);opacity:.6;background:#f5f6f7;box-shadow:none}.creator-v2-card.is-disabled .creator-v2-card-inner{pointer-events:none}.creator-v2-card.is-disabled .creator-v2-ribbon{display:none}.creator-v2-primary.is-disabled{display:inline-flex;align-items:center;justify-content:center;min-height:35px;padding:0 14px;border-radius:10px;background:#d7dbe0!important;color:#fff!important;box-shadow:none!important;font-size:12px;font-weight:700}.creator-detail-secondary.is-disabled{display:grid;place-items:center;border:1px solid #d9dde3;color:#9aa1ab;background:#f4f5f6}
}

/* V3.13.38 · 手机端首页轮播下方双列推广卡片 */
.mobile-home-promo-board{display:none!important}
@media (max-width:767.98px){
  body.page-home:not(.admin-body) .mobile-home-promo-board{
    display:block!important;
    width:auto;
    margin:10px 14px 18px;
    padding:0;
  }
  body.page-home:not(.admin-body) .mobile-home-promo-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    width:100%;
  }
  body.page-home:not(.admin-body) .mobile-home-promo-card{
    position:relative;
    display:block!important;
    width:100%;
    aspect-ratio:2.205/1;
    overflow:hidden;
    color:var(--promo-text,#fff);
    background:transparent;
    isolation:isolate;
    -webkit-tap-highlight-color:transparent;
    transform:translateZ(0);
    transition:transform .15s ease,filter .18s ease;
  }
  body.page-home:not(.admin-body) a.mobile-home-promo-card:active{
    transform:scale(.975);
    filter:brightness(.97);
  }
  body.page-home:not(.admin-body) .mobile-home-promo-bg{
    position:absolute;
    z-index:-1;
    inset:0;
    display:block;
    width:100%;
    height:100%;
    object-fit:fill;
    object-position:center;
    pointer-events:none;
    user-select:none;
  }
  body.page-home:not(.admin-body) .mobile-home-promo-copy{
    position:absolute;
    z-index:2;
    left:12px;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    width:68%;
    min-width:0;
    color:var(--promo-text,#fff);
    text-shadow:0 1px 2px rgba(0,0,0,.08);
  }
  body.page-home:not(.admin-body) .mobile-home-promo-copy b{
    display:block;
    max-width:100%;
    margin:0;
    font-size:16px;
    line-height:1.2;
    font-weight:650;
    letter-spacing:-.01em;
    white-space:nowrap;
  }
  body.page-home:not(.admin-body) .mobile-home-promo-copy small,
  body.page-home:not(.admin-body) .mobile-home-promo-copy em{
    display:block;
    max-width:100%;
    margin-top:4px;
    color:inherit;
    font-style:normal;
    white-space:nowrap;
  }
  body.page-home:not(.admin-body) .mobile-home-promo-copy small{
    font-size:14px;
    line-height:1.25;
    font-weight:400;
  }
  body.page-home:not(.admin-body) .mobile-home-promo-copy em{
    font-size:12px;
    line-height:1.25;
    font-weight:500;
  }
  body.page-home:not(.admin-body) .mobile-home-promo-copy em{font-weight:800}
}
@media (max-width:359.98px){
  body.page-home:not(.admin-body) .mobile-home-promo-board{margin-left:10px;margin-right:10px}
  body.page-home:not(.admin-body) .mobile-home-promo-grid{gap:8px}
  body.page-home:not(.admin-body) .mobile-home-promo-copy{left:9px;width:72%}
  body.page-home:not(.admin-body) .mobile-home-promo-copy b{font-size:15px;line-height:1.18}
  body.page-home:not(.admin-body) .mobile-home-promo-copy small{font-size:13px;line-height:1.2;margin-top:3px}
  body.page-home:not(.admin-body) .mobile-home-promo-copy em{font-size:12px;line-height:1.2;margin-top:2px}
}
@media (prefers-reduced-motion:reduce){
  .mobile-home-promo-card{transition:none!important}
}


/* V3.13.39 · 首页推广卡片移动端可读字号规范
   卡片标题 16px / 次级正文 14px / 辅助文字 12px，
   对齐此前确认的 iOS/Material 移动端字号层级。 */
@media (max-width:767.98px){
  body.page-home:not(.admin-body) .mobile-home-promo-copy{
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased;
  }
}

/* V3.13.42 · 博主筛选打开时临时隐藏手机底部 Tab，关闭/确定后自动恢复 */
@media (max-width:767.98px){
  .mobile-bottom-nav.mobile-app-tabbar{
    transition:transform .2s ease,opacity .16s ease,visibility .16s ease!important;
  }
  body.creator-filter-sheet-open .mobile-bottom-nav{
    transform:translateY(calc(100% + 18px + env(safe-area-inset-bottom)))!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  body.creator-filter-sheet-open .creator-v2-sheet-panel{
    padding-bottom:calc(18px + env(safe-area-inset-bottom))!important;
  }
}
@media (prefers-reduced-motion:reduce) and (max-width:767.98px){
  .mobile-bottom-nav.mobile-app-tabbar{transition:none!important}
}

/* V3.13.43 · 手机端 App-like 页面缓存 / 跨页面过渡 */
@view-transition { navigation: auto; }
@media (max-width: 767.98px){
  html.qzp-mobile-cache-warm .page-skeleton{display:none!important}
  .mobile-bottom-nav{view-transition-name:qzp-mobile-tabbar}
  ::view-transition-old(root){animation:qzp-app-page-out .12s ease-out both}
  ::view-transition-new(root){animation:qzp-app-page-in .18s cubic-bezier(.2,.8,.2,1) both}
  ::view-transition-old(qzp-mobile-tabbar),::view-transition-new(qzp-mobile-tabbar){animation:none!important}
  @keyframes qzp-app-page-out{to{opacity:.985;transform:translateY(-1px)}}
  @keyframes qzp-app-page-in{from{opacity:.94;transform:translateY(3px)}to{opacity:1;transform:none}}
}
@media (prefers-reduced-motion:reduce){
  ::view-transition-old(root),::view-transition-new(root){animation:none!important}
}

/* V3.13.44 · 手机端「我的任务」排版修复 / 独立任务卡片化 */
@media (max-width: 767.98px){
  body.page-dashboard.mobile-view-tasks .site-main.container{
    padding-left:12px!important;
    padding-right:12px!important;
    padding-bottom:calc(82px + env(safe-area-inset-bottom))!important;
  }
  body.page-dashboard.mobile-view-tasks .member-mobile-titlebar{
    padding:14px 2px 10px!important;
    align-items:center!important;
  }
  body.page-dashboard.mobile-view-tasks .member-mobile-titlebar small{
    margin-bottom:4px!important;
    font-size:10px!important;
    line-height:1.2!important;
    letter-spacing:.02em!important;
  }
  body.page-dashboard.mobile-view-tasks .member-mobile-titlebar h1{
    font-size:26px!important;
    line-height:1.15!important;
    letter-spacing:-.03em!important;
  }
  body.page-dashboard.mobile-view-tasks .member-mobile-titlebar>a{
    min-width:42px!important;
    min-height:34px!important;
    padding:0 10px!important;
    border-radius:10px!important;
    font-size:12px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
  }

  body.page-dashboard.mobile-view-tasks #tasks{
    display:block!important;
    margin:0!important;
    padding:14px!important;
    border:1px solid #e9edf3!important;
    border-radius:18px!important;
    background:#fff!important;
    box-shadow:0 8px 24px rgba(15,23,42,.045)!important;
  }
  body.page-dashboard.mobile-view-tasks #tasks .section-title{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    margin:0 0 12px!important;
  }
  body.page-dashboard.mobile-view-tasks #tasks .section-title small{
    margin:0 0 3px!important;
    font-size:10px!important;
    line-height:1.2!important;
    color:#ff6a00!important;
    font-weight:800!important;
  }
  body.page-dashboard.mobile-view-tasks #tasks .section-title h2{
    margin:0!important;
    font-size:18px!important;
    line-height:1.25!important;
    color:#111827!important;
    font-weight:800!important;
  }
  body.page-dashboard.mobile-view-tasks #tasks .section-title>a{
    flex:0 0 auto!important;
    font-size:12px!important;
    line-height:1.2!important;
    font-weight:700!important;
    color:#5f6876!important;
    white-space:nowrap!important;
  }

  body.page-dashboard.mobile-view-tasks #tasks .table-wrap{
    overflow:visible!important;
    width:100%!important;
  }
  body.page-dashboard.mobile-view-tasks #tasks table,
  body.page-dashboard.mobile-view-tasks #tasks tbody{
    display:block!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
  }
  body.page-dashboard.mobile-view-tasks #tasks thead{
    display:none!important;
  }
  body.page-dashboard.mobile-view-tasks #tasks tbody{
    display:grid!important;
    gap:10px!important;
  }
  body.page-dashboard.mobile-view-tasks #tasks tr{
    position:relative!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    grid-template-areas:
      "task reward"
      "platform status"
      "action action"!important;
    column-gap:12px!important;
    row-gap:8px!important;
    width:100%!important;
    padding:14px!important;
    border:1px solid #edf0f4!important;
    border-radius:14px!important;
    background:#fbfcfd!important;
    box-shadow:none!important;
  }
  body.page-dashboard.mobile-view-tasks #tasks tr:last-child{
    border-bottom:1px solid #edf0f4!important;
  }
  body.page-dashboard.mobile-view-tasks #tasks td{
    position:static!important;
    display:block!important;
    width:auto!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    color:#687281!important;
    font-size:12px!important;
    line-height:1.45!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    word-break:break-word!important;
  }
  body.page-dashboard.mobile-view-tasks #tasks td:nth-child(1){
    grid-area:task!important;
    align-self:center!important;
    color:#18202d!important;
    font-size:15px!important;
    line-height:1.4!important;
    font-weight:750!important;
  }
  body.page-dashboard.mobile-view-tasks #tasks td:nth-child(2){
    grid-area:platform!important;
    align-self:center!important;
    color:#7b8491!important;
    font-size:12px!important;
  }
  body.page-dashboard.mobile-view-tasks #tasks td:nth-child(2):before{
    content:"平台 · "!important;
    color:#a0a7b1!important;
  }
  body.page-dashboard.mobile-view-tasks #tasks td:nth-child(3){
    grid-area:reward!important;
    position:static!important;
    align-self:center!important;
    text-align:right!important;
    color:#ff5b20!important;
    font-size:16px!important;
    line-height:1.25!important;
    font-weight:850!important;
    white-space:nowrap!important;
  }
  body.page-dashboard.mobile-view-tasks #tasks td:nth-child(3):before{
    content:"收益"!important;
    display:block!important;
    margin-bottom:2px!important;
    color:#9aa2ad!important;
    font-size:10px!important;
    line-height:1!important;
    font-weight:500!important;
  }
  body.page-dashboard.mobile-view-tasks #tasks td:nth-child(4){
    grid-area:status!important;
    justify-self:end!important;
    align-self:center!important;
    width:max-content!important;
    max-width:120px!important;
    padding:4px 8px!important;
    border-radius:999px!important;
    background:#fff2e8!important;
    color:#f06a16!important;
    font-size:11px!important;
    line-height:1.2!important;
    font-weight:700!important;
    white-space:nowrap!important;
  }
  body.page-dashboard.mobile-view-tasks #tasks td:nth-child(5){
    grid-area:action!important;
    position:static!important;
    display:flex!important;
    justify-content:flex-end!important;
    align-items:center!important;
    min-height:36px!important;
    padding-top:2px!important;
  }
  body.page-dashboard.mobile-view-tasks #tasks .linkbtn{
    min-width:92px!important;
    min-height:36px!important;
    padding:0 16px!important;
    border:0!important;
    border-radius:10px!important;
    background:linear-gradient(135deg,#ff7a00,#ff5a18)!important;
    color:#fff!important;
    font-size:13px!important;
    line-height:1!important;
    font-weight:750!important;
    box-shadow:0 6px 14px rgba(255,106,0,.15)!important;
  }
  body.page-dashboard.mobile-view-tasks #tasks td:nth-child(5) .muted{
    color:#9aa2ad!important;
    font-size:12px!important;
  }
  body.page-dashboard.mobile-view-tasks #tasks td[colspan]{
    grid-column:1/-1!important;
    grid-area:auto!important;
    padding:18px 8px!important;
    text-align:center!important;
    color:#8c95a2!important;
    font-size:13px!important;
  }
}

/* V3.13.47 · 手机端首页：轮播下方推广板块下移 10px，保留圆角叠层 */
@media (max-width:767.98px){
  body.page-home:not(.admin-body) .mobile-home-poster-carousel{
    margin-bottom:0!important;
  }
  body.page-home:not(.admin-body) .mobile-home-poster-dots{
    bottom:28px!important;
  }
  body.page-home:not(.admin-body) .mobile-home-promo-board{
    position:relative!important;
    z-index:8!important;
    display:block!important;
    width:calc(100% + 24px)!important;
    margin:-12px -12px 14px!important;
    padding:20px 14px 14px!important;
    border-radius:22px 22px 0 0!important;
    background:#fff!important;
    box-shadow:0 -7px 22px rgba(15,23,42,.045)!important;
    overflow:visible!important;
  }
  body.page-home:not(.admin-body) .mobile-home-promo-grid{
    position:relative!important;
    z-index:1!important;
  }
}
@media (max-width:359.98px){
  body.page-home:not(.admin-body) .mobile-home-promo-board{
    width:calc(100% + 20px)!important;
    margin:-8px -10px 12px!important;
    padding:17px 10px 12px!important;
    border-radius:20px 20px 0 0!important;
  }
  body.page-home:not(.admin-body) .mobile-home-poster-dots{bottom:24px!important}
}

/* V3.13.48 · 消息中心左滑操作按钮位置修复 */
@media (max-width:767.98px){
  .mobile-message-center-v2 .mm-swipe-actions{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    height:100%;
    display:grid!important;
    grid-auto-flow:column;
    grid-auto-columns:76px;
    align-items:stretch;
    justify-content:end;
    overflow:hidden;
    border-radius:0 16px 16px 0;
  }
  .mobile-message-center-v2 .mm-swipe-actions button{
    appearance:none;
    -webkit-appearance:none;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:76px;
    min-width:76px;
    height:100%;
    min-height:100%;
    margin:0!important;
    padding:0 8px!important;
    border:0!important;
    border-radius:0!important;
    writing-mode:horizontal-tb!important;
    text-orientation:mixed!important;
    white-space:nowrap!important;
    text-align:center!important;
    line-height:1.2!important;
    font-size:13px!important;
    font-weight:800!important;
    letter-spacing:0!important;
    color:#fff!important;
    box-shadow:none!important;
    transform:none!important;
  }
  .mobile-message-center-v2 .mm-swipe-actions .mm-action-read{
    background:#22c55e!important;
  }
  .mobile-message-center-v2 .mm-swipe-actions .mm-action-delete{
    background:linear-gradient(180deg,#ff694f 0%,#ff4934 100%)!important;
  }
  .mobile-message-center-v2 .mm-swipe-actions button:active{
    filter:brightness(.94);
  }
  .mobile-message-center-v2 .mm-swipe-actions button:disabled{
    opacity:.72!important;
    filter:none!important;
  }
}

/* V3.13.49 · 消息卡片左滑操作仅在滑动时显示 */
@media (max-width:767.98px){
  .mobile-message-center-v2 .mm-swipe-actions{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:opacity .12s ease,visibility 0s linear .12s!important;
  }
  .mobile-message-center-v2 .mm-swipe-row.is-dragging .mm-swipe-actions,
  .mobile-message-center-v2 .mm-swipe-row.is-swiped .mm-swipe-actions{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transition:opacity .08s ease!important;
  }
  /* 已读状态只弱化内容，不降低整张卡片透明度，避免底层操作色透出 */
  .mobile-message-center-v2 .mm-swipe-row.is-read .mm-card{
    opacity:1!important;
  }
  .mobile-message-center-v2 .mm-swipe-row.is-read .mm-card-icon,
  .mobile-message-center-v2 .mm-swipe-row.is-read .mm-card-copy,
  .mobile-message-center-v2 .mm-swipe-row.is-read .mm-card-arrow{
    opacity:.78;
  }
  .mobile-message-center-v2 .mm-swipe-row:not(.is-swiped):not(.is-dragging) .mm-card{
    transform:translateX(0)!important;
  }
}

/* V3.13.50 · 手机端任务详情六项信息卡片重新设计 */
@media (max-width: 767.98px){
  .page-route-task .task-fact-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    margin-top:16px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
  }
  .page-route-task .task-fact-grid>div{
    position:relative!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    align-items:flex-start!important;
    min-width:0!important;
    min-height:76px!important;
    padding:12px 13px 13px!important;
    margin:0!important;
    border:1px solid #edf0f4!important;
    border-radius:14px!important;
    background:#fff!important;
    box-shadow:0 5px 16px rgba(15,23,42,.035)!important;
    overflow:hidden!important;
  }
  .page-route-task .task-fact-grid>div:after{
    content:"";
    position:absolute;
    right:-15px;
    top:-18px;
    width:54px;
    height:54px;
    border-radius:50%;
    opacity:.48;
    pointer-events:none;
  }
  .page-route-task .task-fact-grid>div:nth-child(1):after{background:#eef5ff}
  .page-route-task .task-fact-grid>div:nth-child(2):after{background:#f3efff}
  .page-route-task .task-fact-grid>div:nth-child(3):after{background:#e9faf1}
  .page-route-task .task-fact-grid>div:nth-child(4):after{background:#fff1e8}
  .page-route-task .task-fact-grid>div:nth-child(5):after{background:#fff8df}
  .page-route-task .task-fact-grid>div:nth-child(6):after{background:#eaf9fb}

  .page-route-task .task-fact-grid small{
    position:relative!important;
    z-index:1!important;
    display:flex!important;
    align-items:center!important;
    gap:6px!important;
    width:100%!important;
    margin:0 0 6px!important;
    padding:0!important;
    color:#8a93a1!important;
    font-size:12px!important;
    font-weight:500!important;
    line-height:1.35!important;
    letter-spacing:0!important;
    white-space:normal!important;
  }
  .page-route-task .task-fact-grid small:before{
    content:"";
    flex:0 0 auto;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#aeb7c3;
  }
  .page-route-task .task-fact-grid>div:nth-child(1) small:before{background:#4a90e2}
  .page-route-task .task-fact-grid>div:nth-child(2) small:before{background:#8b5cf6}
  .page-route-task .task-fact-grid>div:nth-child(3) small:before{background:#22c55e}
  .page-route-task .task-fact-grid>div:nth-child(4) small:before{background:#ff6a32}
  .page-route-task .task-fact-grid>div:nth-child(5) small:before{background:#f59e0b}
  .page-route-task .task-fact-grid>div:nth-child(6) small:before{background:#06b6d4}

  .page-route-task .task-fact-grid b{
    position:relative!important;
    z-index:1!important;
    display:block!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    color:#1f2937!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1.42!important;
    letter-spacing:0!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    overflow-wrap:anywhere!important;
    word-break:break-word!important;
  }
  .page-route-task .task-fact-grid .reward{
    color:#ff5b2d!important;
    font-size:17px!important;
    font-weight:800!important;
    line-height:1.25!important;
  }

  /* 日期与较长发布者文本保持完整，不再被旧 8px/10px 规则压缩。 */
  .page-route-task .task-fact-grid>div:nth-child(1) b,
  .page-route-task .task-fact-grid>div:nth-child(5) b,
  .page-route-task .task-fact-grid>div:nth-child(6) b{
    font-size:13px!important;
  }
}

@media (max-width: 359.98px){
  .page-route-task .task-fact-grid{gap:8px!important}
  .page-route-task .task-fact-grid>div{min-height:72px!important;padding:11px 10px 12px!important}
  .page-route-task .task-fact-grid small{font-size:11px!important}
  .page-route-task .task-fact-grid b{font-size:13px!important}
  .page-route-task .task-fact-grid .reward{font-size:16px!important}
  .page-route-task .task-fact-grid>div:nth-child(1) b,
  .page-route-task .task-fact-grid>div:nth-child(5) b,
  .page-route-task .task-fact-grid>div:nth-child(6) b{font-size:12px!important}
}

/* =========================================================
   V3.13.51 · 手机端热门模板中心筛选菜单横向拖动修复
   - 所有筛选 Chip 固定在筛选卡片内部
   - 超出宽度时单行横向滑动，不再撑出页面
   - 保留原有点击筛选 / AJAX 更新功能
   ========================================================= */
@media (max-width:767.98px){
  body.page-templates{
    overflow-x:hidden!important;
  }
  .page-templates .template-filter-panel{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow:hidden!important;
  }
  .page-templates .template-filter-row{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow:hidden!important;
  }
  .page-templates .template-filter-chips{
    box-sizing:border-box!important;
    display:flex!important;
    flex-wrap:nowrap!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    gap:6px!important;
    padding:1px 2px 4px!important;
    margin:0!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior-x:contain!important;
    touch-action:pan-x!important;
    scroll-behavior:smooth!important;
    scroll-padding-inline:2px 14px!important;
  }
  .page-templates .template-filter-chips::-webkit-scrollbar{
    display:none!important;
    width:0!important;
    height:0!important;
  }
  .page-templates .template-filter-chips>.filter-chip,
  .page-templates .template-filter-chips>a,
  .page-templates .template-filter-chips>button{
    flex:0 0 auto!important;
    max-width:none!important;
    white-space:nowrap!important;
    scroll-snap-align:start!important;
  }
  .page-templates .template-filter-row:after{
    content:"";
    display:block;
    clear:both;
  }
}

/* V3.13.54 — 手机端设置中心 / 账号与安全 */
@media (max-width:767.98px){
  body.page-route-settings,body.page-route-account-security,body.page-route-change-email,body.page-route-change-phone,body.page-route-change-password,body.page-route-edit-nickname{background:#f5f6fa!important;padding-bottom:0!important}
  body.page-route-settings .site-main,body.page-route-account-security .site-main,body.page-route-change-email .site-main,body.page-route-change-phone .site-main,body.page-route-change-password .site-main,body.page-route-edit-nickname .site-main{width:100%!important;max-width:none!important;margin:0!important;padding:0 12px calc(22px + env(safe-area-inset-bottom))!important}
  body.page-route-settings .mobile-bottom-nav,body.page-route-account-security .mobile-bottom-nav,body.page-route-change-email .mobile-bottom-nav,body.page-route-change-phone .mobile-bottom-nav,body.page-route-change-password .mobile-bottom-nav,body.page-route-edit-nickname .mobile-bottom-nav{display:none!important}
  .account-settings-page{width:100%;margin:0;min-height:100dvh;padding-top:max(6px,env(safe-area-inset-top))}
  .as-page-head{position:sticky;top:0;z-index:30;height:58px;margin:0 -12px 12px;padding:0 12px;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid #f0f2f5}
  .as-page-head h1{font-size:18px}.as-page-head>a{width:36px;height:36px}.as-page-head>a:active{background:#f2f4f7}
  .as-list-card,.as-form-card,.as-security-summary,.as-detail-hero{border-radius:16px;box-shadow:none}
  .as-list-main{margin-top:0}.as-row{min-height:61px;padding:0 7px;border-color:#e9edf2}.as-row>span{font-size:15px}.as-row>b{font-size:14px}.as-row>i{font-size:21px}
  .as-logout{margin:12px -12px 0;border-radius:0;border-left:0;border-right:0;min-height:62px;color:#9a8faa;background:#fff}
  .as-security-summary{padding:16px}.as-row-tall{min-height:68px}.as-account-query{margin-top:12px}
  .as-detail-hero{padding:20px}.as-form-card{padding:16px}.as-form-card input{height:50px;font-size:16px}.as-primary-btn{height:50px;font-size:16px}.as-code-field{grid-template-columns:minmax(0,1fr) 102px}.as-code-field button{font-size:12px}
  .mp-account-list>a{display:grid!important;grid-template-columns:30px 58px minmax(0,1fr) auto;gap:7px;align-items:center;min-height:54px;border-bottom:1px solid #edf0f3;color:#1c2534}.mp-account-list>a>span{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:#f1f4f8;color:#798696;font-size:13px}.mp-account-list>a small{font-size:10px;color:#7a8594}.mp-account-list>a b{font-size:10.5px;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mp-account-list>a i{font-style:normal;color:#b7bec8;font-size:18px}
  body.page-dashboard.mobile-view-profile .mp-topbar-titleless .mp-top-actions{position:absolute!important;top:12px!important;right:10px!important;z-index:7!important;display:flex;align-items:center;gap:6px;pointer-events:auto}
  body.page-dashboard.mobile-view-profile .mp-topbar-titleless .mp-top-actions .mp-bell{position:relative!important;top:auto!important;right:auto!important}
  .mp-settings-btn{display:grid!important;place-items:center;width:38px;height:38px;border-radius:12px;background:rgba(255,255,255,.86);color:#5e3420;box-shadow:0 6px 18px rgba(15,23,42,.08);backdrop-filter:blur(10px)}
  .mp-settings-btn svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
  .mp-settings-btn:active,.mp-bell:active{transform:scale(.94)}
}
@media (prefers-reduced-motion:reduce){.as-switch i,.as-switch i:after,.as-form-card input,.mp-settings-btn{transition:none!important}}

/* =========================================================
   V3.14.1 · 手机端会员功能（基于原用户中心增量新增）
   - 不替换原个人中心，只新增会员入口与独立会员页
   ========================================================= */
.membership-mobile-page{display:none}
.membership-desktop-fallback{display:block}
@media (max-width:767.98px){
  body.page-route-membership{background:#f5f7f5!important;padding-bottom:calc(76px + env(safe-area-inset-bottom))!important}
  body.page-route-membership .site-main.container{padding:0 14px 20px!important;max-width:none!important}
  body.page-route-membership>.site-header,
  body.page-route-membership .global-breadcrumb,
  body.page-route-membership .site-footer-shell{display:none!important}
  .membership-desktop-fallback{display:none!important}
  .membership-mobile-page{display:grid!important;gap:12px;max-width:520px;margin:0 auto;color:#17212b;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","PingFang SC","Microsoft YaHei",sans-serif}
  .membership-mobile-page *{box-sizing:border-box}
  .membership-mobile-topbar{position:sticky;top:0;z-index:30;display:grid;grid-template-columns:38px minmax(0,1fr) 38px;align-items:center;height:58px;background:rgba(245,247,245,.94);backdrop-filter:blur(18px)}
  .membership-mobile-topbar strong{text-align:center;font-size:18px;font-weight:850;letter-spacing:-.02em}
  .membership-mobile-topbar a{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:#fff;color:#17212b;font-size:24px;line-height:1;box-shadow:0 8px 22px rgba(15,23,42,.05)}
  .membership-identity-card{position:relative;overflow:hidden;padding:18px;border-radius:24px;background:linear-gradient(135deg,#16202b,#22312c 70%,#314335);color:#fff;box-shadow:0 18px 38px rgba(15,23,42,.15)}
  .membership-identity-card:before{content:"";position:absolute;right:-34px;top:-42px;width:150px;height:150px;border-radius:42px;border:22px solid rgba(255,255,255,.06);transform:rotate(24deg)}
  .membership-identity-card.is-guest{background:linear-gradient(135deg,#30343a,#444b50)}
  .membership-card-top{position:relative;z-index:1;display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:11px;align-items:center}
  .membership-avatar{display:grid;place-items:center;width:48px;height:48px;overflow:hidden;border:2px solid rgba(255,255,255,.7);border-radius:50%;background:#f2f6f3;color:#1a7544;font-size:20px;font-weight:900}
  .membership-avatar img{width:100%;height:100%;object-fit:cover}
  .membership-card-top b{display:block;font-size:16px;line-height:1.2}.membership-card-top small{display:block;margin-top:4px;color:rgba(255,255,255,.68);font-size:11px}
  .membership-card-top em{display:inline-flex;align-items:center;height:25px;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.12);color:#f3d39b;font-size:10px;font-style:normal;font-weight:800}
  .membership-card-center{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}
  .membership-card-center div{padding:11px 12px;border-radius:15px;background:rgba(255,255,255,.08)}
  .membership-card-center small{display:block;color:rgba(255,255,255,.58);font-size:10px}.membership-card-center b{display:block;margin-top:4px;font-size:12px}
  .membership-growth-mini{position:relative;z-index:1;margin-top:14px}.membership-growth-mini>div:first-child{display:flex;justify-content:space-between;gap:10px;align-items:center;font-size:11px}.membership-growth-mini b{font-size:11px;color:#dff8e7}.membership-growth-mini>small{display:block;margin-top:6px;color:rgba(255,255,255,.58);font-size:9px}
  .membership-growth-track{height:7px;margin-top:8px;border-radius:999px;background:rgba(255,255,255,.12);overflow:hidden}.membership-growth-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#f3cc75,#58d68d)}
  .membership-mobile-panel{display:grid;gap:12px;padding:15px;border-radius:22px;background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.04)}
  .membership-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:10px}.membership-section-head small{display:block;color:#169553;font-size:9px;font-weight:850;letter-spacing:.14em}.membership-section-head h2{margin:4px 0 0;font-size:18px;line-height:1.2;color:#111827}.membership-section-head>span{max-width:45%;text-align:right;color:#8a929f;font-size:10px;line-height:1.45}
  .membership-right-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.membership-right-grid>div{display:grid;justify-items:center;gap:5px;min-width:0;padding:10px 4px;border-radius:15px;background:#f7faf8;text-align:center}.membership-right-grid i{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:#e9f9ef;color:#159650;font-style:normal;font-size:15px;font-weight:900}.membership-right-grid b{max-width:100%;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.membership-right-grid small{font-size:8px;color:#99a2ad}
  .membership-content-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.membership-content-grid a{display:grid;gap:5px;padding:13px 10px;border-radius:17px;background:linear-gradient(180deg,#f7fbf8,#edf8f1);border:1px solid #e6f3ea}.membership-content-grid b{font-size:12px;color:#17212b}.membership-content-grid strong{font-size:22px;color:#159650;letter-spacing:-.04em}.membership-content-grid span{font-size:9px;line-height:1.45;color:#858e9c}
  .membership-plan-form{display:grid;gap:12px}.membership-plan-list{display:grid;gap:10px}.membership-plan-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:15px;border:2px solid transparent;border-radius:19px;background:linear-gradient(135deg,var(--plan-start),var(--plan-end));color:#fff;overflow:hidden;box-shadow:0 12px 28px rgba(15,23,42,.08);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.membership-plan-card input{position:absolute;opacity:0;pointer-events:none}.membership-plan-card.is-selected{border-color:#35ca73;transform:translateY(-2px);box-shadow:0 16px 32px rgba(23,161,82,.16)}
  .membership-plan-copy>span{display:inline-flex;height:22px;align-items:center;padding:0 8px;border-radius:999px;background:rgba(255,255,255,.13);color:#f6db9d;font-size:9px;font-weight:800}.membership-plan-copy h3{margin:8px 0 3px;color:#fff;font-size:16px}.membership-plan-copy p{margin:0;color:rgba(255,255,255,.65);font-size:10px}.membership-plan-copy>div{display:flex;gap:5px;flex-wrap:wrap;margin-top:8px}.membership-plan-copy em{font-style:normal;font-size:8px;color:#dff7e7}
  .membership-plan-price{text-align:right}.membership-plan-price strong{display:block;font-size:25px;letter-spacing:-.05em}.membership-plan-price strong small{font-size:12px}.membership-plan-price del{display:block;margin-top:3px;color:rgba(255,255,255,.42);font-size:9px}.membership-plan-price b{display:block;margin-top:8px;font-size:9px;color:#f6db9d}
  .membership-pay-methods{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.membership-pay-methods label{display:flex;justify-content:center;align-items:center;gap:5px;height:38px;border-radius:13px;background:#f5f7f6;color:#4b5563;font-size:10px;font-weight:700}.membership-pay-methods input{accent-color:#1aaa5d}.membership-open-btn{height:48px;border:0;border-radius:999px;background:linear-gradient(90deg,#20b963,#12924c);color:#fff;font-size:14px;font-weight:850;box-shadow:0 14px 28px rgba(24,169,90,.2)}
  .membership-order-tip{margin:0;text-align:center;color:#9aa2ad;font-size:9px;line-height:1.5}
  .membership-level-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px}.membership-level-row div{display:grid;justify-items:center;gap:4px;padding:9px 3px;border-radius:14px;background:#f5f7f6;color:#a0a7b0}.membership-level-row div.on{background:#eefbf3;color:#169553;box-shadow:inset 0 0 0 1px #d7f3e2}.membership-level-row i{font-style:normal;font-size:11px;font-weight:850}.membership-level-row small{font-size:8px}.membership-growth-panel p{margin:0;color:#8a929d;font-size:10px;line-height:1.6}
  .membership-order-list{display:grid;gap:8px}.membership-order-list article{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px 10px;padding:12px;border-radius:16px;background:#f8faf9}.membership-order-list article>div b{display:block;font-size:12px}.membership-order-list article>div small{display:block;margin-top:4px;color:#929aa5;font-size:8px}.membership-order-list article>strong{align-self:center;font-size:17px}.membership-order-list article>span,.membership-order-list article>em{width:max-content;font-size:9px;font-style:normal}.membership-order-list article>span{padding:5px 8px;border-radius:999px;background:#fff7ed;color:#d97706;font-weight:800}.membership-order-list article>span.status-paid{background:#eaf9ef;color:#169553}.membership-order-list article>span.status-cancelled{background:#edf0f2;color:#7b8490}.membership-order-list article>em{color:#87909b}.membership-order-list form{justify-self:end}.membership-order-list button{border:0;background:transparent;color:#d65353;font-size:9px;font-weight:800}.membership-empty{padding:18px;border-radius:16px;background:#f7f8f8;color:#8b939e;text-align:center;font-size:11px}

  /* 原个人中心只新增会员入口，不动已有快捷入口、钱包、消息、任务等结构 */
  .mp-membership-entry{display:grid!important;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;margin:10px 0;padding:14px 15px;border-radius:18px;background:linear-gradient(135deg,#14231c,#22372a);color:#fff!important;box-shadow:0 13px 28px rgba(15,23,42,.12)}
  .mp-membership-entry small{display:block;color:#72d89c;font-size:8px;font-weight:850;letter-spacing:.12em}.mp-membership-entry b{display:block;margin-top:5px;color:#fff;font-size:14px}.mp-membership-entry span{display:block;margin-top:4px;color:rgba(255,255,255,.62);font-size:9px;line-height:1.45}.mp-membership-entry-side{text-align:right}.mp-membership-entry-side strong{display:block;color:#f2d193;font-size:20px}.mp-membership-entry-side em{display:block;margin-top:8px;color:#fff;font-size:9px;font-style:normal;font-weight:800}
}
@media (max-width:389.98px){
  .membership-right-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .membership-content-grid{grid-template-columns:1fr}
  .membership-plan-card{grid-template-columns:1fr}.membership-plan-price{text-align:left}
}

@media (max-width:767.98px){
  .membership-pay-methods.xunhupay-methods{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}
  .membership-pay-methods.xunhupay-methods label{height:46px;display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;justify-content:center;align-content:center;column-gap:6px;row-gap:1px}
  .membership-pay-methods.xunhupay-methods input{grid-row:1/3;align-self:center}
  .membership-pay-methods.xunhupay-methods span{font-size:11px;font-weight:800;color:#344054}
  .membership-pay-methods.xunhupay-methods small{font-size:8px;color:#16a34a;font-weight:800}
  .membership-payment-unavailable{padding:14px 15px;border:1px solid #fde7c7;border-radius:16px;background:#fffaf2}
  .membership-payment-unavailable b{display:block;color:#b45309;font-size:12px}
  .membership-payment-unavailable p{margin:5px 0 0;color:#8b6d48;font-size:9px;line-height:1.55}
  .membership-order-error{color:#d14343!important;line-height:1.45}
  .membership-order-actions{display:flex!important;align-items:center;justify-content:flex-end;gap:8px;grid-column:1/-1;margin-top:2px}
  .membership-order-actions a,.membership-order-actions button{display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 11px;border-radius:999px;font-size:9px;font-weight:800;text-decoration:none}
  .membership-order-actions a{background:#eaf9ef;color:#169553}
  .membership-order-actions form{margin:0!important;justify-self:auto!important}
  .membership-order-actions button{background:#f2f4f6!important;color:#7b8490!important}
}

/* =========================================================
   V3.14.6 · 手机端会员内容权限标识
   ========================================================= */
@media (max-width:767.98px){
  .membership-content-badge{height:21px!important;padding:0 8px!important;border-radius:999px!important;background:linear-gradient(135deg,#18231d,#2a3c31)!important;color:#f2d595!important;font-size:8px!important;font-weight:850!important;box-shadow:0 6px 14px rgba(15,23,42,.12)!important}
  .feed-template-card .membership-content-badge{right:7px!important;top:7px!important;max-width:64%!important}
  .creator-v2-card>.creator-membership-badge{right:9px!important;top:9px!important;max-width:50%!important}
  .creator-v2-card.is-featured>.creator-membership-badge{top:37px!important}
  .creator-v2-card.is-member-locked{border-color:#e8ddc9!important;background:linear-gradient(180deg,#fffdfa,#fff)!important}
  .creator-v2-card.is-member-locked .creator-v2-primary{background:#1d2922!important;color:#f0d79d!important}
  .creator-v2-card.is-member-locked .creator-v2-avatar img{filter:saturate(.75)}
  .course-membership-badge{right:5px!important;bottom:5px!important;height:18px!important;padding:0 6px!important;font-size:7px!important}
  .course-membership-list-badge{height:18px!important;padding:0 6px!important;font-size:7px!important}
  .m-course-lesson-row.is-member-locked,.m-course-study-lesson.is-member-locked{background:#fffaf1!important;border-color:#f1e4cd!important}
  .m-course-lesson-row.is-member-locked>i,.m-course-study-lesson.is-member-locked>i{color:#b17b19!important;font-weight:900!important}
  .m-course-lesson-row.is-member-locked small,.m-course-study-lesson.is-member-locked small{color:#a47b36!important}
  .membership-lesson-access{height:19px!important;padding:0 7px!important;font-size:8px!important}
  .membership-preview-lessons{display:grid!important;gap:0!important;margin:0 14px 18px!important;padding:14px!important;border-radius:18px!important}
  .membership-preview-lessons>div{margin-bottom:7px!important}.membership-preview-lessons>div h2{font-size:16px!important}.membership-preview-lessons>div p{font-size:9px!important;line-height:1.55!important}
  .membership-preview-lessons>a{padding:11px 0!important}.membership-preview-lessons>a b{font-size:11px!important}.membership-preview-lessons>a span{font-size:8px!important}
}

/* =========================================================
   V3.15.1 · 会员原型手机端满宽 / 去多余留白
   仅修正外层适配，不改变会员原型内部 UI、配色、表格和交互。
   ========================================================= */
@media (max-width:767.98px){
  body.membership-prototype-only,
  body.membership-prototype-only.page-route-course,
  body.membership-prototype-only.page-route-course_lesson,
  body.membership-prototype-only.page-route-template,
  body.membership-prototype-only.page-route-creator{
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    overflow-x:hidden!important;
    background:var(--vp-page,#effbf4)!important;
  }

  body.membership-prototype-only .site-main,
  body.membership-prototype-only .site-main.container,
  body.membership-prototype-only main.container,
  body.membership-prototype-only.page-route-course .site-main,
  body.membership-prototype-only.page-route-course .site-main.container,
  body.membership-prototype-only.page-route-course_lesson .site-main,
  body.membership-prototype-only.page-route-course_lesson .site-main.container{
    width:100%!important;
    max-width:none!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    background:var(--vp-page,#effbf4)!important;
  }

  body.membership-prototype-only .vip-prototype-page{
    width:100%!important;
    max-width:none!important;
    min-height:0!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    background:var(--vp-page,#effbf4)!important;
  }

  body.membership-prototype-only .vp-body,
  body.membership-prototype-only .vp-rights-section{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
  }

  body.membership-prototype-only .vp-rights-section{
    padding-bottom:14px!important;
  }

  body.membership-prototype-only .vp-pay-wrap{
    padding-bottom:0!important;
  }
}

/* =========================================================
   V3.17.1 · 会员订单独立记录页
   ========================================================= */
.membership-order-page{display:none}
@media (max-width:767.98px){
  .membership-order-shortcut-panel{gap:14px}
  .membership-service-shortcuts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;align-items:start}
  .membership-order-shortcut{position:relative;display:grid;justify-items:center;gap:7px;min-width:0;padding:6px 2px 4px;color:#17212b;text-decoration:none;text-align:center;-webkit-tap-highlight-color:transparent}
  .membership-order-shortcut>i{position:relative;display:block;width:31px;height:31px;font-style:normal}
  .membership-order-shortcut>i:before{content:"";position:absolute;left:3px;top:3px;width:21px;height:24px;border:2px solid #26313f;border-radius:5px;background:#fff}
  .membership-order-shortcut>i:after{content:"";position:absolute;right:0;bottom:1px;width:12px;height:12px;border:2px solid #26313f;border-radius:50%;background:#fff}
  .membership-order-shortcut>i span:nth-child(1),.membership-order-shortcut>i span:nth-child(2){position:absolute;left:8px;z-index:1;width:11px;height:2px;border-radius:999px;background:#26313f}
  .membership-order-shortcut>i span:nth-child(1){top:10px}.membership-order-shortcut>i span:nth-child(2){top:16px}
  .membership-order-shortcut>i em{position:absolute;right:2px;bottom:5px;z-index:2;width:7px;height:2px;border-radius:999px;background:#26313f;transform:rotate(-45deg);transform-origin:center}
  .membership-order-shortcut b{font-size:11px;line-height:1.2;font-weight:750;white-space:nowrap}
  .membership-order-shortcut small{font-size:8px;color:#9aa2ad;line-height:1}
  .membership-order-shortcut:active{transform:scale(.97)}

  body.page-route-membership-orders{background:#f6f7f9!important;padding-bottom:calc(24px + env(safe-area-inset-bottom))!important}
  body.page-route-membership-orders .site-main.container{padding:0 14px 24px!important;max-width:none!important}
  body.page-route-membership-orders>.site-header,
  body.page-route-membership-orders .global-breadcrumb,
  body.page-route-membership-orders .site-footer-shell{display:none!important}
  body.page-route-membership-orders .membership-desktop-fallback{display:none!important}
  .membership-order-page{display:grid!important;gap:12px;max-width:520px;margin:0 auto;color:#17212b;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","PingFang SC","Microsoft YaHei",sans-serif}
  .membership-order-page *{box-sizing:border-box}
  .membership-order-page-topbar{position:sticky;top:0;z-index:30;display:grid;grid-template-columns:38px minmax(0,1fr) 38px;align-items:center;height:58px;background:rgba(246,247,249,.94);backdrop-filter:blur(18px)}
  .membership-order-page-topbar strong{text-align:center;font-size:18px;font-weight:850;letter-spacing:-.02em}
  .membership-order-page-topbar a{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:#fff;color:#17212b;font-size:24px;line-height:1;text-decoration:none;box-shadow:0 8px 22px rgba(15,23,42,.05)}
  .membership-order-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:14px;border-radius:20px;background:#fff;box-shadow:0 12px 28px rgba(15,23,42,.04)}
  .membership-order-overview>div{display:grid;gap:5px;min-width:0;padding:10px 8px;border-radius:15px;background:#f7faf8;text-align:center}
  .membership-order-overview small{font-size:9px;color:#8a929f}.membership-order-overview b{font-size:20px;line-height:1;color:#169553}
  .membership-order-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;padding:5px;border-radius:16px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.035)}
  .membership-order-tabs a{display:flex;align-items:center;justify-content:center;height:38px;border-radius:12px;color:#687386;font-size:11px;font-weight:750;text-decoration:none}
  .membership-order-tabs a.on{background:#eaf9ef;color:#159650}
  .membership-order-record-list{display:grid;gap:10px}
  .membership-order-record-card{display:grid;gap:13px;padding:15px;border-radius:20px;background:#fff;box-shadow:0 12px 28px rgba(15,23,42,.04)}
  .membership-order-record-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
  .membership-order-record-head>div{min-width:0}.membership-order-record-head small{display:block;font-size:9px;color:#98a1ad}.membership-order-record-head h2{margin:4px 0 0;font-size:15px;line-height:1.35;color:#17212b}
  .membership-order-record-head>span{flex:0 0 auto;display:inline-flex;align-items:center;height:25px;padding:0 9px;border-radius:999px;background:#fff7ed;color:#d97706;font-size:9px;font-weight:800}
  .membership-order-record-head>span.status-paid{background:#eaf9ef;color:#169553}.membership-order-record-head>span.status-cancelled{background:#edf0f2;color:#7b8490}
  .membership-order-record-amount{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;padding:12px 13px;border-radius:15px;background:linear-gradient(180deg,#f7fbf8,#eff8f2)}
  .membership-order-record-amount small{font-size:9px;color:#7f8894}.membership-order-record-amount strong{font-size:24px;line-height:1;color:#17212b;letter-spacing:-.04em}
  .membership-order-record-meta{display:grid;gap:0;margin:0}
  .membership-order-record-meta>div{display:grid;grid-template-columns:74px minmax(0,1fr);gap:12px;align-items:start;padding:9px 0;border-bottom:1px solid #f0f2f4}
  .membership-order-record-meta>div:last-child{border-bottom:0}.membership-order-record-meta dt{font-size:9px;color:#98a1ad}.membership-order-record-meta dd{margin:0;text-align:right;word-break:break-all;font-size:10px;color:#4b5563}
  .membership-order-record-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px;padding-top:2px}
  .membership-order-record-actions a.primary{display:inline-flex;align-items:center;justify-content:center;min-width:108px;height:36px;padding:0 16px;border-radius:999px;background:linear-gradient(90deg,#20b963,#12924c);color:#fff;font-size:10px;font-weight:800;text-decoration:none}
  .membership-order-record-actions>span{color:#8a929f;font-size:9px}
  .membership-order-record-empty{display:grid;justify-items:center;gap:7px;padding:40px 18px;border-radius:20px;background:#fff;text-align:center;box-shadow:0 12px 28px rgba(15,23,42,.04)}
  .membership-order-record-empty i{display:grid;place-items:center;width:50px;height:50px;border-radius:18px;background:#eef9f2;color:#169553;font-size:24px;font-style:normal}.membership-order-record-empty b{font-size:14px}.membership-order-record-empty p{margin:0;color:#8e97a3;font-size:10px;line-height:1.6}.membership-order-record-empty a{display:inline-flex;align-items:center;height:34px;margin-top:5px;padding:0 14px;border-radius:999px;background:#eaf9ef;color:#169553;font-size:10px;font-weight:800;text-decoration:none}
}
@media (max-width:359.98px){
  .membership-service-shortcuts{grid-template-columns:repeat(4,minmax(0,1fr))}
  .membership-order-overview{gap:6px;padding:12px}.membership-order-tabs{gap:4px}.membership-order-tabs a{font-size:10px}
}

/* =========================================================
   V3.17.2 · 会员套餐独立开通 / 续费页 + 会员中心快捷入口
   ========================================================= */
@media (max-width:767.98px){
  .membership-renew-shortcut>i{display:grid!important;place-items:center!important;width:31px!important;height:31px!important;border-radius:9px!important;background:linear-gradient(145deg,#ecfff3,#daf7e5)!important;border:1px solid #d8f1e1!important}
  .membership-renew-shortcut>i:before,.membership-renew-shortcut>i:after,.membership-renew-shortcut>i span,.membership-renew-shortcut>i em{display:none!important}
  .membership-renew-shortcut>i strong{display:block;color:#169553;font-size:18px;line-height:1;font-weight:900}

  body.page-route-membership-plans{background:#f6f7f9!important;padding-bottom:calc(28px + env(safe-area-inset-bottom))!important}
  body.page-route-membership-plans .site-main.container{padding:0 14px 28px!important;max-width:none!important}
  body.page-route-membership-plans>.site-header,
  body.page-route-membership-plans .global-breadcrumb,
  body.page-route-membership-plans .site-footer-shell{display:none!important}
  body.page-route-membership-plans .membership-desktop-fallback{display:none!important}
  body.page-route-membership-plans .membership-mobile-page{display:grid!important;gap:12px;max-width:520px;margin:0 auto}
  body.page-route-membership-plans .membership-mobile-topbar{background:rgba(246,247,249,.94)!important}

  .membership-renew-current{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 16px;border-radius:20px;background:linear-gradient(135deg,#f1fbf4,#fff);border:1px solid #e3f2e8;box-shadow:0 12px 28px rgba(15,23,42,.035)}
  .membership-renew-current>div{min-width:0;display:grid;gap:4px}.membership-renew-current small{color:#169553;font-size:8px;font-weight:850;letter-spacing:.13em}.membership-renew-current b{font-size:15px;color:#17212b}.membership-renew-current span{font-size:9px;line-height:1.45;color:#7e8793}.membership-renew-current em{flex:0 0 auto;max-width:42%;text-align:right;color:#159650;font-size:10px;font-style:normal;font-weight:800}
  .membership-plans-page .membership-plans-panel{padding:15px}
  .membership-plans-page .membership-plan-list{gap:11px}
  .membership-plans-page .membership-plan-card{min-height:126px}
  .membership-plans-page .membership-open-btn{position:sticky;bottom:calc(10px + env(safe-area-inset-bottom));z-index:12;box-shadow:0 16px 34px rgba(24,169,90,.24)}
  .membership-plans-order-link{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:11px;align-items:center;padding:14px 15px;border-radius:19px;background:#fff;color:#17212b;text-decoration:none;box-shadow:0 12px 28px rgba(15,23,42,.04)}
  .membership-plans-order-link>i{display:grid;place-items:center;width:38px;height:38px;border-radius:13px;background:#eef9f2;color:#159650;font-size:18px;font-style:normal}.membership-plans-order-link>span{min-width:0}.membership-plans-order-link b{display:block;font-size:12px}.membership-plans-order-link small{display:block;margin-top:4px;color:#929ba6;font-size:9px}.membership-plans-order-link>em{font-size:22px;color:#a0a7b0;font-style:normal}
}

/* V3.17.4 · 个人中心快捷入口合并至按钮区 */
@media (max-width:767.98px){
  .mp-action-section{margin-top:12px;padding:14px 12px 13px;border:1px solid var(--mp-line);border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.04)}
  .mp-action-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;padding:0 2px}
  .mp-action-title h2{margin:0;font-size:15px;line-height:1.2;font-weight:850;color:#172033}
  .mp-action-title small{color:#9aa3af;font-size:9px}
  .mp-action-buttons{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px}
  .mp-action-buttons>a{position:relative;display:flex!important;min-width:0;min-height:82px;padding:8px 3px 7px;border-radius:13px;flex-direction:column;align-items:center;justify-content:center;color:#172033;text-align:center;text-decoration:none;transition:background .15s ease,transform .15s ease}
  .mp-action-buttons>a:active{transform:scale(.96);background:#f7f8fa}
  .mp-action-buttons>a>span{position:relative;display:grid;place-items:center;width:38px;height:38px;margin-bottom:7px;border-radius:12px}
  .mp-action-buttons>a>span svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  .mp-action-buttons .task{background:#fff0e7;color:#ff7100}.mp-action-buttons .wallet{background:#fff6e8;color:#e99014}.mp-action-buttons .settle{background:#eef8ff;color:#3683d9}.mp-action-buttons .message{background:#f0efff;color:#7468dd}.mp-action-buttons .account{background:#edf9f1;color:#22a75d}
  .mp-action-buttons span i{position:absolute;right:-4px;top:-4px;display:grid;place-items:center;min-width:16px;height:16px;padding:0 4px;border:2px solid #fff;border-radius:999px;background:#f04438;color:#fff;font-size:7px;font-style:normal;font-weight:850}
  .mp-action-buttons b{max-width:100%;font-size:11px;line-height:1.2;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mp-action-buttons small{display:block;max-width:100%;margin-top:4px;color:#9aa3af;font-size:8.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

  body.page-dashboard.mobile-view-settlements{background:#f6f7fb!important;padding-bottom:calc(72px + env(safe-area-inset-bottom))!important}
  body.page-dashboard.mobile-view-settlements .site-main.container{padding:0 14px 18px!important;max-width:none!important}
  body.page-dashboard.mobile-view-settlements>.site-header,
  body.page-dashboard.mobile-view-settlements .breadcrumb,
  body.page-dashboard.mobile-view-settlements .member-mobile-titlebar,
  body.page-dashboard.mobile-view-settlements .member-dashboard-head,
  body.page-dashboard.mobile-view-settlements .member-mobile-shortcuts,
  body.page-dashboard.mobile-view-settlements .member-metric-grid,
  body.page-dashboard.mobile-view-settlements .member-section-nav,
  body.page-dashboard.mobile-view-settlements #tasks,
  body.page-dashboard.mobile-view-settlements #settlements,
  body.page-dashboard.mobile-view-settlements #messages,
  body.page-dashboard.mobile-view-settlements #account{display:none!important}
  .mobile-settlement-records-v1{display:block!important;padding-top:10px;color:#172033;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","PingFang SC","Microsoft YaHei",sans-serif}
  .mobile-settlement-records-v1 *{box-sizing:border-box}
  .msr-head{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;min-height:54px;margin-bottom:10px}
  .msr-head>a{display:grid;place-items:center;width:38px;height:38px;border:1px solid #e8edf3;border-radius:13px;background:#fff;color:#172033;box-shadow:0 7px 20px rgba(15,23,42,.04)}
  .msr-head>a svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
  .msr-head>div{text-align:center}.msr-head small{display:block;color:#2fa66a;font-size:9px;font-weight:850;letter-spacing:.13em}.msr-head h1{margin:3px 0 0;font-size:20px;line-height:1.15;font-weight:900}
  .msr-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:12px}
  .msr-summary>div{min-width:0;padding:13px 9px;border:1px solid #e9edf3;border-radius:15px;background:#fff;box-shadow:0 8px 20px rgba(15,23,42,.035)}
  .msr-summary small{display:block;color:#9099a7;font-size:8.5px}.msr-summary strong{display:block;margin-top:7px;font-size:17px;line-height:1;font-weight:850;letter-spacing:-.03em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .msr-list{display:grid;gap:9px}
  .msr-list article{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:10px;align-items:center;min-height:78px;padding:12px;border:1px solid #e9edf3;border-radius:17px;background:#fff;box-shadow:0 8px 22px rgba(15,23,42,.035)}
  .msr-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:#eef9f3;color:#22a75d;font-size:18px;font-weight:900}
  .msr-copy{min-width:0}.msr-copy b{display:block;font-size:12px;line-height:1.35;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.msr-copy small{display:block;margin-top:5px;color:#99a2ad;font-size:8.5px}
  .msr-amount{text-align:right}.msr-amount strong{display:block;font-size:14px;font-weight:850}.msr-amount span{display:inline-flex;align-items:center;justify-content:center;min-width:48px;height:22px;margin-top:6px;padding:0 7px;border-radius:999px;font-size:8.5px;font-weight:800}.msr-amount .status-paid{background:#ecfdf3;color:#16a34a}.msr-amount .status-pending{background:#fff7ed;color:#f97316}.msr-amount .status-cancelled{background:#f3f4f6;color:#6b7280}
  .msr-empty{padding:44px 16px;border:1px solid #e9edf3;border-radius:18px;background:#fff;text-align:center}.msr-empty>span{display:grid;place-items:center;width:48px;height:48px;margin:0 auto 12px;border-radius:16px;background:#eef9f3;color:#22a75d;font-size:20px;font-weight:900}.msr-empty b{display:block;font-size:14px}.msr-empty p{margin:7px 0 14px;color:#929ca9;font-size:10px;line-height:1.6}.msr-empty a{display:inline-flex;align-items:center;justify-content:center;min-width:110px;height:36px;border-radius:11px;background:#22a75d;color:#fff;font-size:11px;font-weight:800;text-decoration:none}
}
@media (max-width:359.98px){.mp-action-buttons{grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}.mp-action-buttons>a{padding-inline:1px}.mp-action-buttons b{font-size:10px}.mp-action-buttons small{font-size:8px}.msr-summary{gap:5px}.msr-summary>div{padding-inline:6px}.msr-summary strong{font-size:15px}}


/* V3.17.8 · 手机端项目课程改为双列卡片 */
@media (max-width:767.98px){
  .m-course-projects .m-course-project-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    align-items:stretch!important;
    grid-auto-rows:1fr!important;
  }
  .m-course-projects .m-course-project-card{
    width:100%!important;
    min-width:0!important;
    min-height:158px!important;
    height:100%!important;
    padding:11px!important;
    gap:9px!important;
    border-radius:15px!important;
    overflow:hidden!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:space-between!important;
  }
  .m-course-projects .m-course-project-main{
    display:grid!important;
    grid-template-columns:44px minmax(0,1fr)!important;
    gap:8px!important;
    align-items:start!important;
    width:100%!important;
    min-width:0!important;
  }
  .m-course-projects .m-course-project-media{
    width:44px!important;
    min-width:44px!important;
    gap:5px!important;
  }
  .m-course-projects .m-course-project-logo,
  .m-course-projects .m-course-project-logo>.m-course-logo,
  .m-course-projects .m-course-project-logo .m-course-logo,
  .m-course-projects .m-course-project-logo .m-course-logo img{
    width:44px!important;
    min-width:44px!important;
    max-width:44px!important;
    height:44px!important;
    min-height:44px!important;
    max-height:44px!important;
    border-radius:13px!important;
  }
  .m-course-projects .m-course-project-badge{
    width:44px!important;
    max-width:44px!important;
    min-height:20px!important;
    padding:3px 3px!important;
    font-size:8px!important;
    line-height:1.2!important;
  }
  .m-course-projects .m-course-project-copy{
    display:grid!important;
    gap:3px!important;
    min-width:0!important;
    width:100%!important;
    overflow:hidden!important;
  }
  .m-course-projects .m-course-project-copy>b,
  .m-course-projects .m-course-project-title-row>b{
    display:-webkit-box!important;
    width:100%!important;
    max-width:100%!important;
    white-space:normal!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    font-size:13px!important;
    line-height:1.28!important;
  }
  .m-course-projects .m-course-project-copy>small{
    display:block!important;
    width:100%!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    font-size:9px!important;
    line-height:1.35!important;
  }
  .m-course-projects .m-course-project-copy>p{
    display:-webkit-box!important;
    width:100%!important;
    max-height:34px!important;
    margin:1px 0 0!important;
    white-space:normal!important;
    overflow:hidden!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    font-size:10px!important;
    line-height:1.45!important;
    color:#7b8491!important;
  }
  .m-course-projects .m-course-project-foot{
    width:100%!important;
    margin:0!important;
    padding-top:8px!important;
    border-top:1px solid #f0f2f5!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:5px!important;
  }
  .m-course-projects .m-course-project-foot>small{
    min-width:0!important;
    font-size:9px!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .m-course-projects .m-course-project-foot>strong{
    flex:0 0 auto!important;
    font-size:10px!important;
    white-space:nowrap!important;
  }
}
@media (max-width:359.98px){
  .m-course-projects .m-course-project-grid{gap:8px!important}
  .m-course-projects .m-course-project-card{min-height:150px!important;padding:9px!important}
  .m-course-projects .m-course-project-main{grid-template-columns:40px minmax(0,1fr)!important;gap:7px!important}
  .m-course-projects .m-course-project-media{width:40px!important;min-width:40px!important}
  .m-course-projects .m-course-project-logo,
  .m-course-projects .m-course-project-logo>.m-course-logo,
  .m-course-projects .m-course-project-logo .m-course-logo,
  .m-course-projects .m-course-project-logo .m-course-logo img{width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;min-height:40px!important;max-height:40px!important}
  .m-course-projects .m-course-project-badge{width:40px!important;max-width:40px!important;font-size:7.5px!important}
  .m-course-projects .m-course-project-copy>b{font-size:12px!important}
  .m-course-projects .m-course-project-copy>small{font-size:8.5px!important}
  .m-course-projects .m-course-project-copy>p{font-size:9.5px!important}
  .m-course-projects .m-course-project-foot>small{font-size:8.5px!important}
  .m-course-projects .m-course-project-foot>strong{font-size:9.5px!important}
}


/* V3.17.9 · 修复项目课程分类筛选：双列 display!important 不得覆盖 hidden */
@media (max-width:767.98px){
  .m-course-projects .m-course-project-card[hidden],
  .m-course-projects .m-course-project-card.is-course-filtered-out,
  .m-course-list .m-course-list-item[hidden],
  .m-course-list .m-course-list-item.is-course-filtered-out{
    display:none!important;
  }
}


/* V3.18.0 · 项目课程按当前筛选结果自适应：1 门恢复原版横向卡片，2 门及以上保持双列 */
@media (max-width:767.98px){
  .m-course-projects .m-course-project-grid.is-single-course{
    grid-template-columns:minmax(0,1fr)!important;
    grid-auto-rows:auto!important;
    gap:12px!important;
  }
  .m-course-projects .m-course-project-grid.is-single-course .m-course-project-card{
    width:100%!important;
    min-height:126px!important;
    height:auto!important;
    padding:14px!important;
    gap:10px!important;
    border-radius:16px!important;
    overflow:hidden!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
  }
  .m-course-projects .m-course-project-grid.is-single-course .m-course-project-main{
    display:grid!important;
    grid-template-columns:56px minmax(0,1fr)!important;
    gap:12px!important;
    align-items:start!important;
    width:100%!important;
    min-width:0!important;
  }
  .m-course-projects .m-course-project-grid.is-single-course .m-course-project-media{
    width:56px!important;
    min-width:56px!important;
    gap:7px!important;
    align-items:center!important;
  }
  .m-course-projects .m-course-project-grid.is-single-course .m-course-project-logo,
  .m-course-projects .m-course-project-grid.is-single-course .m-course-project-logo>.m-course-logo,
  .m-course-projects .m-course-project-grid.is-single-course .m-course-project-logo .m-course-logo,
  .m-course-projects .m-course-project-grid.is-single-course .m-course-project-logo .m-course-logo img{
    width:56px!important;
    min-width:56px!important;
    max-width:56px!important;
    height:56px!important;
    min-height:56px!important;
    max-height:56px!important;
    border-radius:15px!important;
  }
  .m-course-projects .m-course-project-grid.is-single-course .m-course-project-badge{
    width:56px!important;
    max-width:56px!important;
    min-height:24px!important;
    padding:4px 5px!important;
    font-size:10px!important;
    line-height:1.2!important;
  }
  .m-course-projects .m-course-project-grid.is-single-course .m-course-project-copy{
    display:grid!important;
    gap:5px!important;
    min-width:0!important;
    width:100%!important;
    overflow:hidden!important;
  }
  .m-course-projects .m-course-project-grid.is-single-course .m-course-project-copy>b,
  .m-course-projects .m-course-project-grid.is-single-course .m-course-project-title-row>b{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    max-height:none!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    -webkit-line-clamp:unset!important;
    font-size:17px!important;
    line-height:1.35!important;
  }
  .m-course-projects .m-course-project-grid.is-single-course .m-course-project-copy>small{
    display:block!important;
    width:100%!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    font-size:14px!important;
    line-height:1.45!important;
  }
  .m-course-projects .m-course-project-grid.is-single-course .m-course-project-copy>p{
    display:-webkit-box!important;
    width:100%!important;
    max-height:42px!important;
    margin:0!important;
    white-space:normal!important;
    overflow:hidden!important;
    text-overflow:clip!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    font-size:14px!important;
    line-height:1.5!important;
    color:#7b8491!important;
  }
  .m-course-projects .m-course-project-grid.is-single-course .m-course-project-foot{
    width:calc(100% - 68px)!important;
    margin:0 0 0 68px!important;
    padding-top:9px!important;
    border-top:1px solid #f0f2f5!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:8px!important;
  }
  .m-course-projects .m-course-project-grid.is-single-course .m-course-project-foot>small{
    font-size:12px!important;
  }
  .m-course-projects .m-course-project-grid.is-single-course .m-course-project-foot>strong{
    font-size:14px!important;
  }
}
@media (max-width:359.98px){
  .m-course-projects .m-course-project-grid.is-single-course .m-course-project-card{min-height:118px!important;padding:12px!important}
  .m-course-projects .m-course-project-grid.is-single-course .m-course-project-main{grid-template-columns:50px minmax(0,1fr)!important;gap:10px!important}
  .m-course-projects .m-course-project-grid.is-single-course .m-course-project-media{width:50px!important;min-width:50px!important}
  .m-course-projects .m-course-project-grid.is-single-course .m-course-project-logo,
  .m-course-projects .m-course-project-grid.is-single-course .m-course-project-logo>.m-course-logo,
  .m-course-projects .m-course-project-grid.is-single-course .m-course-project-logo .m-course-logo,
  .m-course-projects .m-course-project-grid.is-single-course .m-course-project-logo .m-course-logo img{width:50px!important;min-width:50px!important;max-width:50px!important;height:50px!important;min-height:50px!important;max-height:50px!important}
  .m-course-projects .m-course-project-grid.is-single-course .m-course-project-badge{width:50px!important;max-width:50px!important;font-size:9px!important}
  .m-course-projects .m-course-project-grid.is-single-course .m-course-project-copy>b{font-size:16px!important}
  .m-course-projects .m-course-project-grid.is-single-course .m-course-project-copy>small,
  .m-course-projects .m-course-project-grid.is-single-course .m-course-project-copy>p{font-size:13px!important}
  .m-course-projects .m-course-project-grid.is-single-course .m-course-project-foot{width:calc(100% - 60px)!important;margin-left:60px!important}
}


/* V3.18.1 · 分类筛选最终隐藏保护：单列自适应不得复活被筛掉的课程 */
@media (max-width:767.98px){
  .m-course-projects .m-course-project-grid.is-single-course .m-course-project-card[hidden],
  .m-course-projects .m-course-project-grid.is-single-course .m-course-project-card.is-course-filtered-out,
  .m-course-projects .m-course-project-grid.is-multi-course .m-course-project-card[hidden],
  .m-course-projects .m-course-project-grid.is-multi-course .m-course-project-card.is-course-filtered-out,
  .m-course-list .m-course-list-item[hidden],
  .m-course-list .m-course-list-item.is-course-filtered-out{
    display:none!important;
  }
}


/* V3.18.2 · 全部课程页课程标签文字可见性修复 */
@media (max-width:767.98px){
  .m-course-list-title .m-course-list-badge{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 auto!important;
    min-width:max-content!important;
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
    background-clip:border-box!important;
    -webkit-background-clip:border-box!important;
    font-style:normal!important;
    font-weight:850!important;
    white-space:nowrap!important;
    text-shadow:none!important;
    opacity:1!important;
  }
  .m-course-list-title .m-course-list-badge.badge-preset-orange,
  .m-course-list-title .m-course-list-badge.badge-preset-red,
  .m-course-list-title .m-course-list-badge.badge-preset-blue,
  .m-course-list-title .m-course-list-badge.badge-preset-purple,
  .m-course-list-title .m-course-list-badge.badge-preset-green,
  .m-course-list-title .m-course-list-badge.badge-preset-gold,
  .m-course-list-title .m-course-list-badge.badge-preset-cyan{
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
  }
}

/* V3.18.4 · 手机端客服中心 */
@media (max-width:767.98px){
  body.page-support{background:#f5f6f8!important;padding-bottom:0!important}
  body.page-support>.site-header,body.page-support .global-breadcrumb,body.page-support>.mobile-bottom-nav,body.page-support .site-footer-shell{display:none!important}
  body.page-support .site-main.container{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
  .customer-service-app{--cs-green:#04c77d;--cs-green-dark:#00b76b;--cs-text:#171c2a;--cs-muted:#838b9b;--cs-line:#edf0f3;display:block;min-height:100vh;background:#f5f6f8;color:var(--cs-text);font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif}
  .customer-service-app *{box-sizing:border-box}.customer-service-app a{text-decoration:none;color:inherit}.customer-service-app button,.customer-service-app input,.customer-service-app textarea{font:inherit}
  .cs-home{padding-bottom:22px}.cs-hero{position:relative;height:198px;overflow:hidden;background:linear-gradient(145deg,#00bf70,#08d486);color:#fff}.cs-hero-bg{position:absolute;inset:0;background-size:100% 100%;background-position:center;transition:opacity .45s ease}.cs-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(0,181,104,.36),rgba(0,204,123,.08) 60%,rgba(0,204,123,.18));pointer-events:none}
  .cs-navbar{position:relative;z-index:4;display:grid;grid-template-columns:54px 1fr 74px;align-items:center;height:52px;padding:0 10px}.cs-navbar>a:first-child{display:grid;place-items:center;width:38px;height:38px;color:#fff;font-size:34px;font-weight:300;line-height:1}.cs-navbar>b{text-align:center;font-size:17px;font-weight:600}.cs-navbar>a:last-child{text-align:right;font-size:14px;font-weight:600}
  .cs-hero-copy{position:relative;z-index:3;margin:30px 0 0 16px;max-width:235px}.cs-hero-copy h1{margin:0 0 20px;color:#fff;font-size:21px;line-height:1.2;font-weight:800}.cs-hero-copy p{margin:0 0 3px;color:#fff;font-size:13px;line-height:1.3}.cs-mascot{position:absolute;z-index:3;right:18px;bottom:-4px;width:118px;height:118px;object-fit:contain;object-position:center bottom}.cs-hero-dots{position:absolute;z-index:5;left:16px;bottom:8px;display:flex;gap:5px}.cs-hero-dots i{width:6px;height:6px;border-radius:99px;background:rgba(255,255,255,.48)}.cs-hero-dots i.is-active{width:16px;background:#fff}
  .cs-category-grid{position:relative;z-index:6;display:grid;grid-template-columns:repeat(4,1fr);gap:12px 4px;margin:-10px 16px 13px;padding:18px 10px 14px;border-radius:10px;background:#fff;box-shadow:0 7px 24px rgba(16,24,40,.05)}.cs-category-grid>a{display:flex;min-width:0;flex-direction:column;align-items:center;gap:7px;font-size:12px;color:#394150}.cs-category-grid>a>span,.cs-category-grid>a>img{display:grid;place-items:center;width:27px;height:27px;object-fit:contain;color:#1f2937}.cs-category-grid>a>span svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cs-category-grid>a:nth-child(4n+2)>span,.cs-category-grid>a:nth-child(4n+2)>img{color:#00b96a}.cs-category-grid>a:nth-child(4n+3)>span,.cs-category-grid>a:nth-child(4n+3)>img{color:#20a875}.cs-category-grid>a>b{font-weight:500;white-space:nowrap}
  .cs-progress-card,.cs-faq-card{margin:0 16px 12px;border-radius:10px;background:#fff;overflow:hidden}.cs-progress-head{display:flex;align-items:center;justify-content:space-between;height:52px;padding:0 16px;border-bottom:1px solid #eef0f2}.cs-progress-head b{font-size:14px;font-weight:600}.cs-progress-head span{color:#a4aab4;font-size:22px}.cs-progress-track{display:flex;overflow:auto hidden;scroll-snap-type:x mandatory;scrollbar-width:none}.cs-progress-track::-webkit-scrollbar{display:none}.cs-progress-item{flex:0 0 100%;scroll-snap-align:start;padding:11px 16px 6px}.cs-progress-item>div:first-child{display:flex;align-items:center;gap:7px}.cs-progress-item em{flex:0 0 auto;padding:2px 6px;border-radius:3px;font-size:10px;font-style:normal;font-weight:700}.cs-progress-item em.status-resolved{background:#e8fff4;color:#00aa63}.cs-progress-item em.status-pending{background:#fff6e6;color:#e69016}.cs-progress-item em.status-processing{background:#eef5ff;color:#4f78cc}.cs-progress-item em.status-closed{background:#f1f2f4;color:#838995}.cs-progress-item>div:first-child p{min-width:0;margin:0;color:#303747;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cs-reply-preview{display:flex;align-items:center;gap:5px;margin-top:12px;padding:10px 9px;border-radius:8px;background:#f6f7f9;color:#70798a}.cs-reply-preview span{font-size:16px}.cs-reply-preview .cs-reply-preview-icon{flex:0 0 18px;width:18px;height:18px;display:grid;place-items:center;line-height:1}.cs-reply-preview .cs-reply-preview-icon img{display:block;width:18px;height:18px;object-fit:contain;border-radius:5px}.cs-reply-preview b{flex:0 0 auto;font-size:11px;font-weight:500}.cs-reply-preview p{min-width:0;margin:0;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cs-progress-dots{display:flex;justify-content:center;gap:5px;padding:8px 0 10px}.cs-progress-dots i{width:6px;height:6px;border-radius:50%;background:#eceef1}.cs-progress-dots i.is-active{width:11px;border-radius:99px;background:#08bb6d}.cs-progress-empty{padding:22px 16px;text-align:center;color:#9aa2af}.cs-progress-empty b{display:block;color:#4a5261;font-size:13px}.cs-progress-empty p{margin:6px 0 0;font-size:11px}
  .cs-faq-card{padding:15px 16px 6px}.cs-faq-card h2{margin:0 0 10px;font-size:18px;font-weight:800}.cs-faq-tabs{display:flex;gap:20px;overflow-x:auto;border-bottom:1px solid #f0f1f3;scrollbar-width:none}.cs-faq-tabs::-webkit-scrollbar{display:none}.cs-faq-tabs button{position:relative;flex:0 0 auto;height:42px;padding:0 0 7px;border:none;background:none;color:#858c9c;font-size:14px}.cs-faq-tabs button.is-active{color:#202633;font-size:16px;font-weight:700}.cs-faq-tabs button.is-active:after{content:"";position:absolute;left:50%;bottom:0;width:30px;height:3px;border-radius:99px;background:#00bf6e;transform:translateX(-50%)}.cs-faq-list{display:none}.cs-faq-list.is-active{display:block}.cs-faq-list details{border-bottom:1px solid #eef0f2}.cs-faq-list details:last-child{border-bottom:none}.cs-faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0;list-style:none;font-size:13px;color:#2d3442}.cs-faq-list summary::-webkit-details-marker{display:none}.cs-faq-list summary span{color:#9ca4b2;font-size:18px}.cs-faq-list details[open] summary span{transform:rotate(180deg)}.cs-faq-list details>div{padding:0 2px 14px;color:#697282;font-size:12px;line-height:1.7}
  .cs-simple-nav{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:46px 1fr 46px;align-items:center;height:51px;padding:0 8px;border-bottom:1px solid #eceef1;background:rgba(255,255,255,.97);backdrop-filter:blur(12px)}.cs-simple-nav>a{display:grid;place-items:center;width:38px;height:38px;font-size:30px;font-weight:300}.cs-simple-nav>b{text-align:center;font-size:16px;font-weight:500}.cs-form-page,.cs-records-page,.cs-detail-page{min-height:100vh;background:#fff}.cs-ticket-form{padding:15px 16px 92px}.cs-field{margin-bottom:23px}.cs-field h3{margin:0 0 14px;font-size:16px;font-weight:700}.cs-field h3 i{margin-right:3px;color:#ef2b2d;font-style:normal}.cs-field-title{display:flex;align-items:center;justify-content:space-between}.cs-field-title small{color:#7181a1;font-size:12px}.cs-chip-grid{display:flex;flex-wrap:wrap;gap:8px 10px}.cs-chip-grid label{position:relative;min-width:108px}.cs-chip-grid input{position:absolute;opacity:0;pointer-events:none}.cs-chip-grid span{display:flex;min-height:42px;padding:0 14px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:6px;background:#f7f7f9;color:#171c2a;font-size:13px;text-align:center}.cs-chip-grid input:checked+span{border-color:#00c679;background:#fff;color:#00b86c}.cs-chip-three label{min-width:calc((100% - 20px)/3)}.cs-tip{display:flex;align-items:center;gap:5px;margin:-2px 0 22px;padding:9px 7px;border-radius:3px;background:#fff0ed;color:#19202c}.cs-tip span{font-size:12px}.cs-tip b,.cs-tip p{margin:0;font-size:11px}.cs-tip b{font-weight:800}.cs-input,.cs-ticket-form textarea{width:100%;border:1px solid transparent;border-radius:6px;outline:none;background:#f7f7f9;color:#202633;font-size:14px}.cs-input{height:43px;padding:0 13px}.cs-ticket-form textarea{min-height:86px;padding:12px 13px;resize:vertical;line-height:1.6}.cs-ticket-form textarea:focus,.cs-input:focus{border-color:#00c679;background:#fff}.cs-upload-section>p{margin:10px 0 0;color:#b3bac7;font-size:11px}.cs-upload-box{display:flex;width:80px;height:80px;border:1px dashed #b8c0ce;border-radius:10px;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#8b96aa;cursor:pointer}.cs-upload-box input{position:absolute;width:1px;height:1px;opacity:0}.cs-upload-box span{font-size:20px}.cs-upload-box b{font-size:11px;font-weight:500}.cs-upload-previews{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.cs-upload-previews img{width:58px;height:58px;border-radius:8px;object-fit:cover}.cs-video-name{margin-top:8px;color:#7a8495;font-size:11px;word-break:break-all}.cs-submit-bar{position:fixed;left:0;right:0;bottom:0;z-index:24;padding:12px 16px calc(10px + env(safe-area-inset-bottom));border-top:1px solid #eef0f2;background:rgba(255,255,255,.97)}.cs-submit-bar button{width:100%;height:45px;border:none;border-radius:5px;background:#00c779;color:#fff;font-size:15px;font-weight:600}
  .cs-record-list{padding:12px 16px}.cs-record-list>a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:15px 14px;margin-bottom:10px;border:1px solid #edf0f3;border-radius:12px;background:#fff;box-shadow:0 5px 18px rgba(16,24,40,.03)}.cs-record-list>a>div{min-width:0}.cs-record-list em{display:inline-block;padding:2px 7px;margin-bottom:6px;border-radius:99px;font-size:10px;font-style:normal}.cs-record-list em.status-resolved{background:#e7fff3;color:#00aa63}.cs-record-list em.status-pending{background:#fff6df;color:#d88a11}.cs-record-list em.status-processing{background:#ecf3ff;color:#4e74c5}.cs-record-list em.status-closed{background:#f0f1f3;color:#89919e}.cs-record-list b{display:block;font-size:14px}.cs-record-list p{margin:6px 0;color:#6f7888;font-size:12px;line-height:1.5}.cs-record-list small{color:#a0a7b2;font-size:10px}.cs-record-list>a>span{color:#a5adb9;font-size:24px}.cs-record-empty{padding:90px 10px;text-align:center}.cs-record-empty>span{font-size:40px}.cs-record-empty b{display:block;margin:12px 0 4px}.cs-record-empty p{margin:0;color:#8e96a3;font-size:12px}.cs-record-empty a{display:inline-flex;margin-top:18px;padding:10px 20px;border-radius:99px;background:#00c779;color:#fff;font-size:12px}
  .cs-detail-page{padding-bottom:24px}.cs-detail-card,.cs-replies{margin:14px 16px;padding:16px;border:1px solid #eef0f3;border-radius:12px;background:#fff}.cs-detail-status{display:flex;align-items:center;justify-content:space-between}.cs-detail-status em{padding:3px 8px;border-radius:99px;font-size:10px;font-style:normal}.cs-detail-status em.status-resolved{background:#e7fff3;color:#00aa63}.cs-detail-status em.status-pending{background:#fff6df;color:#d88a11}.cs-detail-status em.status-processing{background:#ecf3ff;color:#4e74c5}.cs-detail-status em.status-closed{background:#f0f1f3;color:#89919e}.cs-detail-status small{color:#9ba3af;font-size:10px}.cs-detail-card h2{margin:14px 0 7px;font-size:17px}.cs-detail-subtype{display:inline-block;margin:0 0 10px;padding:4px 8px;border-radius:6px;background:#f0fff7;color:#00ad65;font-size:11px}.cs-detail-desc{margin:4px 0 14px;color:#4c5565;font-size:13px;line-height:1.7}.cs-detail-images{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:12px 0}.cs-detail-images img{width:100%;aspect-ratio:1;border-radius:8px;object-fit:cover}.cs-detail-card video{display:block;width:100%;margin:12px 0;border-radius:9px}.cs-detail-card>small{color:#9ba3af;font-size:10px}.cs-replies h3{margin:0 0 13px;font-size:16px}.cs-replies article{padding:13px 0;border-top:1px solid #eef0f2}.cs-replies article:first-of-type{border-top:none}.cs-replies article>div{display:flex;align-items:center;justify-content:space-between}.cs-replies article span{color:#00b76b;font-size:12px;font-weight:700}.cs-replies article small{color:#9da5b1;font-size:10px}.cs-replies article p{margin:7px 0 0;color:#505968;font-size:13px;line-height:1.7}.cs-waiting{text-align:center;padding:18px 0}.cs-waiting span{font-size:28px}.cs-waiting b{display:block;margin-top:8px}.cs-waiting p{margin:5px 0 0;color:#8992a0;font-size:12px}
  .mp-action-buttons{grid-template-columns:repeat(3,minmax(0,1fr))!important}.mp-action-buttons .service{background:#e9fbf4;color:#00ad68}
}
@media (min-width:768px){.customer-service-app{max-width:430px;margin:24px auto 40px;border-radius:22px;overflow:hidden;box-shadow:0 20px 60px rgba(15,23,42,.12)}.customer-service-app .cs-home{background:#f5f6f8}.customer-service-app .cs-form-page,.customer-service-app .cs-records-page,.customer-service-app .cs-detail-page{min-height:720px}.cs-category-grid{display:grid;grid-template-columns:repeat(4,1fr)}}

@media (max-width:767.98px){.customer-service-app [hidden]{display:none!important}}

/* =========================================================
   V5.9.14.1 · 手机端消息中心顶部操作按钮尺寸修复
   - 防止搜索/全部已读按钮被 flex 压缩
   - 保持按钮等宽等高、圆形完整、角标不裁切
   ========================================================= */
@media (max-width:767.98px){
  body.mobile-view-messages .mm-proto-head{
    min-height:58px!important;
    padding:14px 2px 10px!important;
    overflow:visible!important;
  }
  body.mobile-view-messages .mm-proto-head>div:first-child{
    min-width:0!important;
    flex:1 1 auto!important;
  }
  body.mobile-view-messages .mm-proto-actions{
    flex:0 0 auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    flex-wrap:nowrap!important;
    gap:10px!important;
    min-width:86px!important;
    overflow:visible!important;
  }
  body.mobile-view-messages .mm-proto-actions form{
    flex:0 0 38px!important;
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    margin:0!important;
    overflow:visible!important;
  }
  body.mobile-view-messages .mm-proto-actions button,
  body.mobile-view-messages .mm-markall-placeholder{
    box-sizing:border-box!important;
    flex:0 0 38px!important;
    width:38px!important;
    min-width:38px!important;
    max-width:38px!important;
    height:38px!important;
    min-height:38px!important;
    max-height:38px!important;
    aspect-ratio:1/1!important;
    padding:0!important;
    margin:0!important;
    border-radius:50%!important;
    line-height:1!important;
    overflow:visible!important;
    background:#fff!important;
    box-shadow:0 5px 16px rgba(20,33,58,.075)!important;
  }
  body.mobile-view-messages .mm-search-focus-btn img{
    display:block!important;
    width:29px!important;
    height:29px!important;
    max-width:none!important;
    max-height:none!important;
    object-fit:contain!important;
  }
  body.mobile-view-messages .mm-proto-actions svg,
  body.mobile-view-messages .mm-markall-placeholder svg{
    width:20px!important;
    height:20px!important;
    flex:0 0 20px!important;
  }
  body.mobile-view-messages .mm-markall-btn i{
    top:-5px!important;
    right:-5px!important;
    min-width:17px!important;
    height:17px!important;
    padding:0 4px!important;
    border-width:2px!important;
    font-size:8px!important;
    line-height:13px!important;
    z-index:3!important;
  }
  body.mobile-view-messages .mm-proto-actions button:active{
    transform:scale(.94)!important;
  }
}

/* =========================================================
   V5.9.15.2 · 手机端消息标题层级优化
   - 标题始终保持深色，已读消息也不再退化成摘要灰
   - 摘要/时间继续弱化，提升列表快速扫描能力
   ========================================================= */
@media (max-width:767.98px){
  body.mobile-view-messages .mm-card-title b{
    color:#1f2937!important;
    font-size:14px!important;
    line-height:1.35!important;
    font-weight:800!important;
    letter-spacing:-.012em!important;
  }
  body.mobile-view-messages .mm-swipe-row.is-unread .mm-card-title b{
    color:#111827!important;
    font-weight:850!important;
  }
  body.mobile-view-messages .mm-swipe-row.is-read .mm-card-title b{
    color:#344054!important;
    font-weight:760!important;
  }
  body.mobile-view-messages .mm-card p{
    margin-top:5px!important;
    color:#98a2b3!important;
    font-size:11px!important;
    line-height:1.45!important;
    font-weight:400!important;
  }
  body.mobile-view-messages .mm-swipe-row.is-read .mm-card p{
    color:#a6aeba!important;
  }
  body.mobile-view-messages .mm-card time{
    color:#a7b0be!important;
    font-size:9px!important;
    font-weight:500!important;
  }
}


/* V5.9.15.3 · Mobile runtime/performance layer */
@media (max-width:767.98px){
  html.qzp-app-navigating body{pointer-events:none}
  html.qzp-app-navigating .site-main{opacity:.985;transform:translateY(1px);transition:opacity .12s ease,transform .12s ease}
  .mobile-bottom-nav,.mobile-app-tabbar{contain:layout paint;transform:translateZ(0)}
  .task-card,.tpl-card,.article-card,.mobile-message-card,.course-card{content-visibility:auto;contain-intrinsic-size:180px}
  img[loading="lazy"]{content-visibility:auto}
}


/* V5.9.15.7.1 · 咨询记录焕新重构 */
.cs-records-shell{min-height:100vh;background:#f5f7fb;padding-bottom:28px}
.cs-records-topbar{position:sticky;top:0;z-index:5;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;height:52px;padding:0 10px;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);border-bottom:1px solid #e8edf4}
.cs-records-topbar b{justify-self:center;color:#111827;font-size:18px;font-weight:800;letter-spacing:.02em}
.cs-records-back,.cs-records-more{display:grid;place-items:center;width:32px;height:32px;color:#1f2937;text-decoration:none;border-radius:16px}
.cs-records-back{font-size:28px;line-height:1}
.cs-records-more{justify-self:end;grid-auto-flow:column;gap:3px}
.cs-records-more span{width:4px;height:4px;border-radius:50%;background:#111827;display:block}
.cs-records-tabs{display:flex;gap:22px;overflow-x:auto;padding:12px 16px 2px;background:#fff;scrollbar-width:none;border-bottom:1px solid #eef2f7}
.cs-records-tabs::-webkit-scrollbar{display:none}
.cs-record-tab{position:relative;flex:0 0 auto;padding:8px 0 10px;color:#697386;font-size:15px;font-weight:500;text-decoration:none;white-space:nowrap}
.cs-record-tab span{display:block}
.cs-record-tab.is-active{color:#00c779;font-weight:700}
.cs-record-tab.is-active::after{content:'';position:absolute;left:0;right:0;bottom:0;margin:auto;width:100%;min-width:28px;height:3px;border-radius:999px;background:linear-gradient(90deg,#11d58e 0%,#00c779 100%)}
.cs-records-stream{padding:14px 14px 30px;display:grid;gap:14px}
.cs-ticket-card{display:block;padding:14px 14px 12px;border-radius:14px;background:#fff;box-shadow:0 6px 22px rgba(25,39,74,.05);text-decoration:none;border:1px solid rgba(231,237,246,.95)}
.cs-ticket-card-head{display:flex;align-items:flex-start;gap:10px}
.cs-ticket-card-head h3{flex:1;margin:0;color:#0f172a;font-size:17px;line-height:1.4;font-weight:800;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.cs-ticket-state{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-width:58px;height:28px;padding:0 10px;border-radius:9px;font-size:13px;font-weight:700}
.cs-ticket-state.is-resolved{background:#e8fbf4;color:#05b673}
.cs-ticket-state.is-processing{background:#eaf3ff;color:#3b82f6}
.cs-ticket-state.is-closed{background:#f3f4f6;color:#6b7280}
.cs-ticket-state.is-pending{background:#fff5df;color:#f4a527}
.cs-ticket-preview{display:flex;align-items:center;gap:9px;margin-top:12px;padding:10px 11px;border-radius:10px;background:#f5f7fd}
.cs-ticket-avatar{flex:0 0 24px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#3067ff 0%,#5f87ff 100%);color:#fff;font-size:12px;font-weight:800;box-shadow:0 4px 10px rgba(47,103,255,.18)}
.cs-ticket-preview p{margin:0;min-width:0;color:#667085;font-size:14px;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cs-ticket-preview p b{color:#334155;font-weight:700;margin-right:3px}
.cs-ticket-card-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}
.cs-ticket-card-meta span,.cs-ticket-card-meta time{color:#98a2b3;font-size:13px;line-height:1.4}
.cs-ticket-card-meta span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cs-ticket-card.is-pending{background:linear-gradient(180deg,#ffffff 0%,#fffdf8 100%)}
.cs-records-blank{margin-top:36px;padding:34px 18px;border-radius:18px;background:#fff;text-align:center;box-shadow:0 12px 32px rgba(25,39,74,.06)}
.cs-records-blank i{display:grid;place-items:center;width:48px;height:48px;margin:0 auto 12px;border-radius:16px;background:#ecfdf5;color:#00b56b;font-style:normal;font-size:22px}
.cs-records-blank b{display:block;color:#0f172a;font-size:18px}
.cs-records-blank p{margin:10px 0 16px;color:#8a94a6;font-size:14px;line-height:1.7}
.cs-records-blank a{display:inline-flex;align-items:center;justify-content:center;min-width:116px;height:40px;padding:0 16px;border-radius:999px;background:#00c779;color:#fff;font-size:15px;font-weight:700;text-decoration:none}


/* V5.9.15.7.3 · 咨询记录卡片移动端横向溢出修复 */
.cs-records-shell{
  width:100%;
  max-width:100%;
  min-width:0;
  overflow-x:hidden;
  box-sizing:border-box;
}
.cs-records-stream{
  width:100%;
  max-width:100%;
  min-width:0;
  grid-template-columns:minmax(0,1fr);
  box-sizing:border-box;
}
.cs-ticket-card{
  width:100%;
  max-width:100%;
  min-width:0;
  box-sizing:border-box;
  overflow:hidden;
}
.cs-ticket-card-head,
.cs-ticket-preview,
.cs-ticket-card-meta{
  width:100%;
  max-width:100%;
  min-width:0;
  box-sizing:border-box;
}
.cs-ticket-card-head h3{
  min-width:0;
  max-width:100%;
  overflow:hidden;
  overflow-wrap:anywhere;
  word-break:break-word;
}
.cs-ticket-state{
  max-width:76px;
  box-sizing:border-box;
}
.cs-ticket-preview{
  overflow:hidden;
}
.cs-ticket-preview p{
  flex:1 1 auto;
  width:0;
  max-width:100%;
  min-width:0;
}
.cs-ticket-card-meta{
  overflow:hidden;
}
.cs-ticket-card-meta span{
  flex:1 1 auto;
  width:0;
  min-width:0;
  max-width:100%;
}
.cs-ticket-card-meta time{
  flex:0 0 auto;
  max-width:48%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
@media(max-width:390px){
  .cs-records-stream{padding-left:12px;padding-right:12px}
  .cs-ticket-card{padding-left:13px;padding-right:13px}
  .cs-ticket-card-head h3{font-size:16px}
  .cs-ticket-state{min-width:54px;height:26px;padding:0 8px;font-size:12px}
  .cs-ticket-card-meta span,.cs-ticket-card-meta time{font-size:12px}
}


/* =========================================================
   V5.9.15.7.4 · 客服持续跟进 / 催办 / 补充反馈
   ========================================================= */
.cs-conversation-page,.cs-followup-page{min-height:100vh;background:#f5f7fb;color:#111827}
.cs-conversation-page{padding-bottom:88px}
.cs-conversation-nav .cs-conversation-more{justify-self:end;font-size:16px;letter-spacing:2px;color:#344054;text-decoration:none}
.cs-case-head{padding:14px 16px 12px;background:#fff;border-bottom:1px solid #edf1f5}
.cs-case-head>small{display:block;color:#7b8798;font-size:12px;line-height:1.4}
.cs-case-head h1{margin:8px 0 10px;color:#111827;font-size:17px;line-height:1.45;font-weight:800}
.cs-case-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:11px;border-top:1px solid #edf0f4}
.cs-case-status{display:inline-flex;align-items:center;height:29px;padding:0 11px;border-radius:7px;font-size:12px;font-weight:800}
.cs-case-status.is-pending{background:#eef4ff;color:#3267db}
.cs-case-status.is-processing{background:#ecf4ff;color:#386fd8}
.cs-case-status.is-resolved{background:#eafbf4;color:#05aa69}
.cs-case-status.is-closed{background:#f2f4f7;color:#7b8492}
.cs-urge-form{margin:0}
.cs-urge-form button{height:31px;padding:0 10px;display:inline-flex;align-items:center;gap:5px;border:1px solid #202938;border-radius:5px;background:#fff;color:#202938;font-size:13px;font-weight:600}
.cs-urge-form button svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.cs-urge-form button:disabled{border-color:#d6dbe3;color:#9aa3b2;background:#f8fafc}
.cs-urge-feedback{margin-top:8px;padding:8px 10px;border-radius:8px;background:#eefbf5;color:#087c50;font-size:12px}

.cs-original-message,.cs-conversation-progress{margin:12px 14px;padding:15px;border:1px solid #e6ebf2;border-radius:13px;background:#fff;box-shadow:0 4px 16px rgba(24,39,75,.025)}
.cs-original-title,.cs-thread-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.cs-original-title>div,.cs-thread-head>div{display:flex;align-items:center;gap:8px}
.cs-original-title span,.cs-thread-head span{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#31d69b,#00b974);color:#fff;font-size:11px;font-weight:900}
.cs-original-title b,.cs-thread-head b{font-size:13px;color:#344054}
.cs-original-title time,.cs-thread-head time{color:#98a2b3;font-size:10px}
.cs-original-message h2{margin:12px 0 6px;font-size:17px;line-height:1.4}
.cs-original-message video,.cs-thread-message video{display:block;width:100%;margin-top:10px;border-radius:9px;background:#000}
.cs-conversation-images{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:10px}
.cs-conversation-images a{display:block;min-width:0}
.cs-conversation-images img{display:block;width:100%;aspect-ratio:1;border-radius:8px;object-fit:cover}
.cs-conversation-progress>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:3px}
.cs-conversation-progress>header h2{margin:0;font-size:17px}
.cs-conversation-progress>header small{color:#98a2b3;font-size:10px}
.cs-conversation-thread{display:grid;gap:0}
.cs-thread-message{padding:14px 0;border-top:1px solid #eef1f5}
.cs-thread-message:first-child{border-top:0}
.cs-thread-message.is-user .cs-thread-head span{background:linear-gradient(135deg,#5c7dff,#3159e8)}
.cs-thread-message.is-user .cs-thread-head b{color:#3159e8}
.cs-thread-message.is-service .cs-thread-head b{color:#06a766}
.cs-thread-message>p{margin:8px 0 0;color:#4f5d70;font-size:13px;line-height:1.75;word-break:break-word}
.cs-thread-event{display:flex;align-items:center;gap:8px;padding:10px 0;border-top:1px solid #eef1f5;color:#8a94a5}
.cs-thread-event span{width:7px;height:7px;border-radius:50%;background:#f4b342;box-shadow:0 0 0 4px #fff8e8}
.cs-thread-event.is-cancel span{background:#98a2b3;box-shadow:0 0 0 4px #f2f4f7}
.cs-thread-event p{flex:1;margin:0;font-size:11px}
.cs-thread-event time{font-size:9px;color:#adb5c1}
.cs-thread-files{display:grid;gap:7px;margin-top:10px}
.cs-thread-files a{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:9px;padding:8px 10px;border:1px solid #e7ebf1;border-radius:8px;background:#fafbfc;text-decoration:none}
.cs-thread-files i{font-style:normal;color:#4268d8;font-size:9px;font-weight:900}
.cs-thread-files span{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#445064;font-size:11px}
.cs-thread-files em{font-style:normal;color:#08a866;font-size:10px}
.cs-conversation-spacer{height:12px}
.cs-conversation-actions{position:fixed;left:0;right:0;bottom:0;z-index:26;display:grid;grid-template-columns:1fr 1fr;gap:9px;padding:11px 15px calc(11px + env(safe-area-inset-bottom));border-top:1px solid #e8edf3;background:rgba(255,255,255,.97);backdrop-filter:blur(12px)}
.cs-conversation-actions form{margin:0}
.cs-conversation-actions .ghost,.cs-conversation-actions .primary{width:100%;height:45px;display:flex;align-items:center;justify-content:center;border-radius:6px;font-size:15px;font-weight:700;text-decoration:none;box-sizing:border-box}
.cs-conversation-actions .ghost{border:1px solid #00bd73;background:#fff;color:#00b66c}
.cs-conversation-actions .primary{border:1px solid #00c779;background:#00c779;color:#fff}

.cs-followup-form{padding:17px 17px 92px;background:#fff;min-height:calc(100vh - 51px);box-sizing:border-box}
.cs-followup-context{margin-bottom:19px;padding:11px 12px;border-radius:9px;background:#f6f8fb}
.cs-followup-context small{display:block;color:#7d899a;font-size:11px}
.cs-followup-context b{display:block;margin-top:5px;color:#2c3544;font-size:13px;line-height:1.55}
.cs-followup-form .cs-field{margin-bottom:25px}
.cs-followup-form .cs-field h3{font-size:16px}
.cs-followup-form textarea{min-height:122px}
.cs-followup-file-list{display:grid;gap:7px;margin-top:9px}
.cs-followup-file-list span{display:grid;grid-template-columns:36px minmax(0,1fr);gap:8px;align-items:center;padding:8px 10px;border-radius:8px;background:#f6f8fb}
.cs-followup-file-list i{font-style:normal;color:#4168d6;font-size:9px;font-weight:900}
.cs-followup-file-list b{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#5c6675;font-size:11px;font-weight:500}
.cs-followup-spacer{height:10px}
.cs-followup-actions{position:fixed;left:0;right:0;bottom:0;z-index:26;display:grid;grid-template-columns:1fr 1fr;gap:9px;padding:11px 16px calc(11px + env(safe-area-inset-bottom));border-top:1px solid #e8edf3;background:rgba(255,255,255,.98)}
.cs-followup-actions .ghost,.cs-followup-actions .primary{height:45px;display:flex;align-items:center;justify-content:center;border-radius:6px;font-size:15px;font-weight:700;text-decoration:none;box-sizing:border-box}
.cs-followup-actions .ghost{border:1px solid #00bd73;background:#fff;color:#00b66c}
.cs-followup-actions .primary{border:0;background:#00c779;color:#fff}
.cs-ticket-avatar.is-user{background:linear-gradient(135deg,#5c7dff,#3159e8)}
.cs-ticket-avatar.is-system{background:#98a2b3}

@media(min-width:768px){
  .cs-conversation-actions,.cs-followup-actions{left:50%;right:auto;width:430px;transform:translateX(-50%)}
}


/* =========================================================
   V5.9.15.7.5 · 手机端补充反馈页表单卡片精修
   ========================================================= */
.cs-followup-page{
  background:linear-gradient(180deg,#f7fbff 0%,#f4f7fb 22%,#f5f7fb 100%);
}
.cs-followup-form{
  padding:14px 14px 96px;
  background:transparent;
}
.cs-followup-context{
  margin-bottom:14px;
  padding:13px 14px;
  border:1px solid #e8eef5;
  border-radius:14px;
  background:linear-gradient(135deg,#ffffff 0%,#f9fcff 100%);
  box-shadow:0 10px 28px rgba(22,34,63,.04);
}
.cs-followup-context small{
  color:#7c8899;
  font-size:11px;
  letter-spacing:.01em;
}
.cs-followup-context b{
  margin-top:7px;
  color:#1d2939;
  font-size:13px;
  line-height:1.65;
}

.cs-followup-form .cs-field{
  margin-bottom:15px;
  padding:14px 14px 13px;
  border:1px solid #e8edf5;
  border-radius:16px;
  background:linear-gradient(180deg,#ffffff 0%,#fcfdff 100%);
  box-shadow:0 10px 24px rgba(19,33,68,.045);
}
.cs-followup-form .cs-field-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:12px;
}
.cs-followup-form .cs-field-title h3{
  display:flex;
  align-items:center;
  gap:6px;
  margin:0;
  color:#101828;
  font-size:16px;
  line-height:1.2;
  font-weight:800;
}
.cs-followup-form .cs-field-title h3 i{
  color:#ff4d4f;
  font-style:normal;
  font-weight:900;
}
.cs-followup-form .cs-field-title small{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:56px;
  height:24px;
  padding:0 8px;
  border-radius:999px;
  background:#f2f5fb;
  color:#667085;
  font-size:12px;
  font-weight:700;
}
.cs-followup-form textarea{
  width:100%;
  min-height:144px;
  padding:15px 14px;
  border:1px solid #dbe4ef;
  border-radius:14px;
  background:linear-gradient(180deg,#fbfcfe 0%,#f7f9fc 100%);
  color:#243041;
  font-size:15px;
  line-height:1.75;
  box-sizing:border-box;
  outline:none;
  resize:none;
  transition:border-color .18s ease, box-shadow .18s ease, background .18s ease, transform .18s ease;
}
.cs-followup-form textarea::placeholder{
  color:#98a2b3;
  line-height:1.75;
}
.cs-followup-form textarea:focus{
  border-color:#26c281;
  background:#fff;
  box-shadow:0 0 0 4px rgba(0,199,121,.09), 0 8px 18px rgba(0,199,121,.08);
}
.cs-followup-form .cs-field:first-of-type{
  position:relative;
}
.cs-followup-form .cs-field:first-of-type::after{
  content:'建议尽量描述清楚问题变化、客服回复后的新情况或需要补充的证据';
  display:block;
  margin-top:10px;
  color:#98a2b3;
  font-size:11px;
  line-height:1.6;
}

.cs-upload-section{
  padding-bottom:14px;
}
.cs-upload-section p{
  margin:10px 2px 0;
  color:#98a2b3;
  font-size:11px;
  line-height:1.6;
}
.cs-upload-box{
  min-height:86px;
  border:1px dashed #ccd6e3;
  border-radius:14px;
  background:linear-gradient(180deg,#fbfcfe 0%,#f7f9fc 100%);
  transition:border-color .18s ease, background .18s ease, transform .18s ease;
}
.cs-upload-box:hover,
.cs-upload-box:active{
  border-color:#37c98d;
  background:#f9fffc;
}
.cs-upload-box span{
  font-size:24px;
}
.cs-upload-box b{
  color:#5d6878;
}
.cs-upload-previews{
  gap:8px;
  margin-top:11px;
}
.cs-upload-previews img{
  border-radius:12px;
  border:1px solid #e5ebf2;
  box-shadow:0 4px 12px rgba(22,34,63,.05);
}
.cs-video-name{
  margin-top:10px;
  padding:10px 12px;
  border-radius:10px;
  background:#f7f9fc;
  color:#596579;
  font-size:12px;
  line-height:1.5;
  word-break:break-all;
}
.cs-followup-file-list{
  gap:8px;
  margin-top:11px;
}
.cs-followup-file-list span{
  border:1px solid #e8edf3;
  border-radius:11px;
  background:linear-gradient(180deg,#fafcff 0%,#f7f9fc 100%);
}
.cs-followup-file-list i{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:24px;
  border-radius:7px;
  background:#eef4ff;
}
.cs-followup-file-list b{
  color:#475467;
}

@media(max-width:390px){
  .cs-followup-form{
    padding-left:12px;
    padding-right:12px;
  }
  .cs-followup-form .cs-field{
    padding:13px 12px 12px;
    border-radius:15px;
  }
  .cs-followup-form textarea{
    min-height:136px;
    padding:14px 12px;
    font-size:14px;
  }
}


/* =========================================================
   V5.9.15.7.6 · 客服头像统一绑定“咨询进度 · 待处理图标”
   ========================================================= */
.cs-reply-preview .cs-reply-preview-icon img{
  width:18px;
  height:18px;
  object-fit:contain;
  border-radius:5px;
  background:#fff;
}
.cs-ticket-avatar img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  border-radius:6px;
  background:#fff;
}
.cs-ticket-avatar:has(img){
  padding:0;
  background:#fff;
  box-shadow:0 2px 8px rgba(23,43,77,.10);
}
.cs-thread-message.is-service .cs-thread-head span:has(img){
  padding:0;
  overflow:hidden;
  background:#fff;
  box-shadow:0 3px 10px rgba(23,43,77,.10);
}
.cs-thread-message.is-service .cs-thread-head span img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  border-radius:7px;
  background:#fff;
}
.cs-waiting .cs-waiting-avatar{
  overflow:hidden;
}
.cs-waiting .cs-waiting-avatar img{
  display:block;
  width:34px;
  height:34px;
  object-fit:contain;
  border-radius:9px;
  background:#fff;
}


/* =========================================================
   V5.9.15.7.8 · 手机首页轮播整图可点击
   ========================================================= */
.page-home .mobile-home-poster-link{
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:inherit!important;
  text-decoration:none!important;
  -webkit-tap-highlight-color:transparent!important;
  touch-action:pan-y!important;
}
.page-home .mobile-home-poster-link.is-static{
  pointer-events:none!important;
}
.page-home .mobile-home-poster-link img{
  pointer-events:none!important;
}
.page-home .mobile-home-poster-slide.on .mobile-home-poster-link:not(.is-static){
  cursor:pointer!important;
}
.page-home .mobile-home-poster-dots{
  pointer-events:auto!important;
}


/* =========================================================
   V5.9.15.7.11 · 正常会员开通页导师选择
   ========================================================= */
@media(max-width:767.98px){
  .membership-plan-mentor-required{
    display:grid;
    gap:10px;
    padding:13px 14px;
    border:1px solid #d9eee3;
    border-radius:16px;
    background:linear-gradient(135deg,#f8fffb 0%,#effbf5 100%);
    box-shadow:0 8px 22px rgba(12,120,70,.05);
  }
  .membership-plan-mentor-required[hidden]{display:none!important}
  .membership-plan-mentor-required-head{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    gap:12px;
  }
  .membership-plan-mentor-required-head small{
    display:block;
    color:#05a762;
    font-size:8px;
    font-weight:900;
    letter-spacing:.15em;
  }
  .membership-plan-mentor-required-head b{
    display:block;
    margin-top:4px;
    color:#173126;
    font-size:13px;
    line-height:1.4;
  }
  .membership-plan-mentor-required-head span{
    display:block;
    margin-top:4px;
    color:#718078;
    font-size:9px;
    line-height:1.55;
  }
  .membership-plan-mentor-required-head button{
    min-width:74px;
    height:34px;
    padding:0 12px;
    border:1px solid #17c878;
    border-radius:999px;
    background:#fff;
    color:#05a762;
    font-size:10px;
    font-weight:850;
  }
  .membership-plan-mentor-selected{
    display:grid;
    grid-template-columns:44px minmax(0,1fr) 24px;
    gap:10px;
    align-items:center;
    padding:9px 10px;
    border-radius:13px;
    background:#fff;
    border:1px solid #e2eee7;
  }
  .membership-plan-mentor-selected[hidden]{display:none!important}
  .membership-plan-mentor-selected>img{
    width:44px;
    height:44px;
    border-radius:50%;
    object-fit:cover;
    border:2px solid #ddf7e9;
  }
  .membership-plan-mentor-selected small{
    display:block;
    color:#08a763;
    font-size:8px;
    font-weight:850;
  }
  .membership-plan-mentor-selected b{
    display:block;
    margin-top:2px;
    color:#192c23;
    font-size:12px;
  }
  .membership-plan-mentor-selected span{
    display:block;
    margin-top:3px;
    color:#829087;
    font-size:8px;
    line-height:1.45;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .membership-plan-mentor-selected>em{
    display:grid;
    place-items:center;
    width:21px;
    height:21px;
    border-radius:50%;
    background:#12bd70;
    color:#fff;
    font-style:normal;
    font-size:11px;
  }
  .membership-plan-mentor-required-tip{
    margin:0;
    color:#7d8d84;
    font-size:8px;
    line-height:1.55;
  }

  .membership-plan-mentor-sheet .vpm-scroll{
    padding-top:22px;
  }
  .membership-plan-mentor-sheet-head{
    padding-right:32px;
    margin-bottom:13px;
  }
  .membership-plan-mentor-sheet-head small{
    color:#08a762;
    font-size:9px;
    font-weight:900;
    letter-spacing:.15em;
  }
  .membership-plan-mentor-sheet-head h2{
    margin:4px 0 0;
    color:#15251d;
    font-size:20px;
    line-height:1.25;
  }
  .membership-plan-mentor-sheet-head p{
    margin:6px 0 0;
    color:#758178;
    font-size:11px;
    line-height:1.6;
  }
  .membership-plan-mentor-sheet-plan{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-bottom:12px;
    padding:11px 13px;
    border-radius:13px;
    background:#fff;
  }
  .membership-plan-mentor-sheet-plan span{
    display:block;
    color:#8a948e;
    font-size:9px;
  }
  .membership-plan-mentor-sheet-plan b{
    display:block;
    margin-top:3px;
    color:#1a2b22;
    font-size:13px;
  }
  .membership-plan-mentor-sheet-plan>strong{
    color:#ff4d00;
    font-size:20px;
    letter-spacing:-.03em;
  }
  .membership-plan-mentor-sheet-plan>strong small{
    font-size:11px;
  }
  .membership-plan-mentor-sheet-plan>strong em{
    font-style:normal;
  }
  .membership-plan-mentor-help{
    padding:10px 12px;
    border-radius:11px;
    background:#edf9f2;
    color:#547263;
    font-size:9px;
    line-height:1.55;
  }
  .membership-plan-mentor-confirm{
    margin-top:2px;
    border-radius:12px;
    font-size:15px;
    font-weight:800;
  }
  .membership-plan-mentor-overlay .vpm-mentor-list{
    max-height:320px;
  }
}


/* =========================================================
   V5.9.15.7.13 · 手机端文章详情长图铺满正文区域
   修复目标：资讯/教程文章详情里的长图，不是课程课时长图
   ========================================================= */
@media(max-width:767.98px){
  /* render_article_blocks() 的图片块会输出 figure；
     必须覆盖浏览器默认 figure 左右 40px 外边距。 */
  body.page-route-article .article-content figure,
  body.page-articles.page-route-article .article-content figure{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    margin:12px 0!important;
    padding:0!important;
    box-sizing:border-box!important;
  }

  body.page-route-article .article-content figure img,
  body.page-articles.page-route-article .article-content figure img{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    border-radius:8px!important;
    object-fit:contain!important;
    box-shadow:none!important;
  }

  body.page-route-article .article-content figure figcaption,
  body.page-articles.page-route-article .article-content figure figcaption{
    margin:7px 0 0!important;
    padding:0 2px!important;
    color:#98a2b3!important;
    font-size:10px!important;
    line-height:1.55!important;
    text-align:center!important;
  }

  /* 兼容历史文章直接在 HTML 中插入 img，而不是 blocks_json 图片块。 */
  body.page-route-article .article-content>img,
  body.page-articles.page-route-article .article-content>img,
  body.page-route-article .article-content>p>img,
  body.page-articles.page-route-article .article-content>p>img{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    margin:12px 0!important;
    border-radius:8px!important;
    object-fit:contain!important;
  }
}


/* =========================================================
   V5.9.15.7.14 · 手机端文章详情标题自适应精修
   ========================================================= */
@media(max-width:767.98px){
  body.page-articles.page-route-article .article-single-head{
    width:100%!important;
    max-width:100%!important;
    padding:6px 2px 12px!important;
    margin-bottom:18px!important;
    box-sizing:border-box!important;
    text-align:left!important;
  }

  body.page-articles.page-route-article .article-single-head h1{
    width:100%!important;
    max-width:100%!important;
    margin:8px 0 10px!important;
    font-size:clamp(19px,5.2vw,22px)!important;
    line-height:1.38!important;
    letter-spacing:-.015em!important;
    font-weight:800!important;
    text-align:left!important;
    text-wrap:balance;
    overflow-wrap:anywhere!important;
    word-break:normal!important;
  }

  body.page-articles.page-route-article .article-single-head>p{
    margin:0 0 10px!important;
    font-size:11px!important;
    line-height:1.65!important;
    text-align:left!important;
  }

  body.page-articles.page-route-article .article-meta{
    justify-content:center!important;
    gap:14px!important;
    font-size:8.5px!important;
  }
}

@media(max-width:360px){
  body.page-articles.page-route-article .article-single-head h1{
    font-size:clamp(18px,5.1vw,20px)!important;
    line-height:1.4!important;
  }
}

/* =========================================================
   V5.9.15.7.15 · TASK PRODUCT SYSTEM / MOBILE REBUILD
   基于设计师任务产品原型：大厅、详情、筛选、奖励、导师陪跑
   ========================================================= */
.task-v715-home-mobile,.mobile-task-detail-v715{display:none}
@media(min-width:768px){.task-v715-desktop-only{display:block}.task-v715-home-mobile{display:none!important}}
@media(max-width:767.98px){
  :root{--task715-green:#06b865;--task715-green2:#12c875;--task715-orange:#ff5a00;--task715-orange2:#ff7a00;--task715-ink:#111820;--task715-muted:#7a858f;--task715-line:#e5ece8;--task715-mint:#effbf5}
  .page-tasks .task-hall-desktop-only,.task-v715-desktop-only{display:none!important}
  .mobile-task-detail-v715{display:block!important}
  body.page-route-task .mobile-bottom-nav{display:none!important}
  body.page-route-task{padding-bottom:0!important;background:#f8fbf9!important}
  body.page-route-task .site-main{padding-bottom:0!important}

  /* 首页旧任务类型模块退出手机端，任务产品统一由新版卡片模块呈现 */
  .page-home .task-type-mobile-prototype{display:none!important}
  .page-home .task-category-desktop-heading,.page-home .task-category-desktop-grid{display:none!important}
  .page-home .task-v715-home-desktop-head,.page-home .task-v715-home-desktop-grid{display:none!important}
  .page-home .task-v715-home-section{padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}
  .page-home .task-v715-home-mobile{display:block!important;margin:0 -2px;padding:18px 0 4px}
  .page-home .task-v715-home-mobile>header{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin:0 0 14px;padding:0 2px}
  .page-home .task-v715-home-mobile>header small{display:block;color:var(--task715-green);font-size:9px;font-weight:900;letter-spacing:.15em}
  .page-home .task-v715-home-mobile>header h2{margin:4px 0 0;color:#17202b;font-size:24px;line-height:1.15;letter-spacing:-.045em}
  .page-home .task-v715-home-mobile>header h2 i{margin-left:4px;color:var(--task715-green);font-size:12px;font-style:normal;vertical-align:top}
  .page-home .task-v715-home-mobile>header p{margin:5px 0 0;color:#7c8791;font-size:12px}
  .page-home .task-v715-home-mobile>header>a{padding-bottom:2px;color:#19a963;font-size:12px;font-weight:750;text-decoration:none}

  /* 大厅背景与顶部 */
  .page-tasks .site-main{padding-top:0!important;background:linear-gradient(180deg,#f7fffb 0,#f8faf9 240px,#f5f7f7 100%)!important}
  .page-tasks .task-v715-hall{position:relative;width:100%;max-width:430px;margin:0 auto;padding:18px 14px 104px;box-sizing:border-box;color:var(--task715-ink);overflow:hidden}
  .page-tasks .task-v715-hall:before{content:"";position:absolute;left:0;right:0;top:0;height:235px;pointer-events:none;background:linear-gradient(rgba(20,180,100,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(20,180,100,.035) 1px,transparent 1px),radial-gradient(circle at 86% 0,rgba(66,225,145,.16),transparent 44%);background-size:24px 24px,24px 24px,auto;mask-image:linear-gradient(#000,transparent)}
  .task-v715-head{position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:7px 4px 15px}
  .task-v715-head>div:first-child{min-width:0}
  .task-v715-head h1{margin:0;color:#111820;font-size:31px;line-height:1.02;font-weight:900;letter-spacing:-.055em;white-space:nowrap}
  .task-v715-head h1 i{margin-left:4px;color:var(--task715-green);font-size:13px;font-style:normal;vertical-align:top}
  .task-v715-head p{margin:8px 0 0;color:#6f7b84;font-size:13px;line-height:1.35}
  .task-v715-head-tools{display:flex;align-items:center;gap:8px;flex:0 0 auto}
  .task-v715-head-tools label{display:flex;align-items:center;gap:7px;width:150px;height:42px;padding:0 13px;border:1px solid rgba(224,235,229,.95);border-radius:22px;background:rgba(255,255,255,.94);box-shadow:0 8px 24px rgba(18,49,32,.05);box-sizing:border-box}
  .task-v715-head-tools label svg{width:18px;height:18px;fill:none;stroke:#7c8791;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
  .task-v715-head-tools label input{min-width:0;width:100%;border:0;outline:0;background:transparent;color:#303943;font-size:12px}
  .task-v715-head-tools label input::placeholder{color:#9aa2aa}
  .task-v715-head-tools>button{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(224,235,229,.95);border-radius:50%;background:#fff;box-shadow:0 8px 24px rgba(18,49,32,.05)}
  .task-v715-head-tools>button svg{width:20px;height:20px;fill:none;stroke:#48545e;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

  /* 一级 tabs */
  .task-v715-tabs{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);padding:0 8px;margin:0 0 13px;border:1px solid rgba(229,237,233,.98);border-radius:17px;background:rgba(255,255,255,.92);box-shadow:0 9px 26px rgba(18,49,32,.045)}
  .task-v715-tabs button{position:relative;height:48px;border:0;background:transparent;color:#49545e;font-size:13px;font-weight:650}
  .task-v715-tabs button.on{color:var(--task715-green);font-weight:850}
  .task-v715-tabs button.on:after{content:"";position:absolute;left:50%;bottom:5px;width:27px;height:3px;border-radius:3px;background:var(--task715-green);transform:translateX(-50%)}

  /* 平台 chips */
  .task-v715-platforms{position:relative;z-index:2;display:flex;gap:8px;overflow-x:auto;margin:0 -14px 14px;padding:2px 14px 4px;scrollbar-width:none}
  .task-v715-platforms::-webkit-scrollbar{display:none}
  .task-v715-platforms button{flex:0 0 auto;height:37px;display:flex;align-items:center;gap:6px;padding:0 13px;border:1px solid #e4ebe7;border-radius:19px;background:#fff;color:#404b54;font-size:11px;font-weight:650;box-shadow:0 4px 14px rgba(22,44,32,.025)}
  .task-v715-platforms button img{width:19px;height:19px;border-radius:6px;object-fit:contain}
  .task-v715-platforms button.on{border-color:#19bd70;background:linear-gradient(135deg,#18be70,#08a95f);color:#fff;box-shadow:0 6px 16px rgba(13,175,96,.18)}
  .task-v715-state{display:none}

  /* Featured task */
  .task-v715-results,.task-v715-home-results{position:relative;z-index:1}
  .task-v715-featured{position:relative;min-height:188px;margin:0 0 12px;border-radius:18px;background:linear-gradient(135deg,#071820,#031318);overflow:hidden;box-shadow:0 14px 34px rgba(6,26,20,.15);isolation:isolate;transition:transform .18s ease-out,box-shadow .18s ease-out}
  .task-v715-featured:active{transform:scale(.96);box-shadow:0 7px 18px rgba(6,26,20,.13)}
  .task-v715-card-hit{position:absolute;inset:0;z-index:8;border-radius:inherit}
  .task-v715-featured-art{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover;opacity:.94}
  .task-v715-featured-art.is-logo{left:auto;right:13px;top:25px;width:150px;height:125px;object-fit:contain;opacity:.9;filter:drop-shadow(0 10px 26px rgba(0,0,0,.3))}
  .task-v715-featured-shade{position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(3,16,24,.97) 0%,rgba(3,16,24,.87) 42%,rgba(3,16,24,.28) 72%,rgba(3,16,24,.08) 100%)}
  .task-v715-hot-ribbon{position:absolute;z-index:3;left:0;top:0;padding:8px 18px 8px 13px;border-radius:0 0 18px 0;background:linear-gradient(135deg,#ff1f6b,#ff3e86);color:#fff;font-size:13px;font-weight:900}
  .task-v715-difficulty{position:absolute;z-index:3;right:0;top:0;padding:8px 11px 8px 15px;border-radius:0 0 0 18px;background:rgba(4,116,61,.92);color:#bdfbd4;font-size:12px;font-weight:800}
  .task-v715-featured-main{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;min-height:149px;padding:48px 18px 17px;box-sizing:border-box}
  .task-v715-featured-copy{min-width:0;position:relative;z-index:3}
  .task-v715-featured-copy h2{margin:0;color:#fff;font-size:29px;line-height:1.03;font-weight:900;letter-spacing:-.05em;text-shadow:0 2px 8px rgba(0,0,0,.18)}
  .task-v715-featured-copy p{margin:6px 0 18px;color:#e7eef0;font-size:12px;font-weight:600}
  .task-v715-featured-copy strong{display:flex;align-items:baseline;color:#ff6a00;font-size:31px;line-height:1;font-weight:900;letter-spacing:-.04em}
  .task-v715-featured-copy strong small{font-size:17px;margin-right:2px}.task-v715-featured-copy strong em{margin-left:4px;color:#fff;font-size:13px;font-style:normal;font-weight:700}
  .task-v715-featured-cta{position:relative;z-index:3;min-width:102px;height:43px;display:flex;align-items:center;justify-content:center;margin-bottom:1px;padding:0 17px;border-radius:23px;background:linear-gradient(135deg,#ff7c00,#ff5600);color:#fff;font-size:13px;font-weight:850;box-shadow:0 8px 18px rgba(255,91,0,.22);white-space:nowrap}
  .task-v715-featured footer{display:grid;grid-template-columns:1fr 1px 1fr;align-items:center;height:39px;padding:0 14px;background:rgba(9,47,54,.78);color:#d2e4e2;box-sizing:border-box}
  .task-v715-featured footer>i{width:1px;height:20px;background:rgba(255,255,255,.16)}
  .task-v715-featured footer span{display:flex;align-items:center;justify-content:center;gap:6px;font-size:10px}.task-v715-featured footer svg{width:15px;height:15px;fill:none;stroke:#26d578;stroke-width:1.8}.task-v715-featured footer b{color:#68e99b;font-size:12px}
  .task-v715-featured.is-full,.task-v715-featured.is-expired{filter:saturate(.55);opacity:.78}

  /* Small two-column cards */
  .task-v715-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:12px}
  .task-v715-mini{position:relative;min-width:0;min-height:190px;padding:15px 13px 12px;border:1px solid #e6ece9;border-radius:17px;background:linear-gradient(145deg,#fff8f8,#fff);box-shadow:0 8px 22px rgba(24,48,36,.05);overflow:hidden;transition:transform .18s ease-out,box-shadow .18s ease-out}
  .task-v715-mini:nth-child(2n){background:linear-gradient(145deg,#fff9f2,#fff)}
  .task-v715-mini:active{transform:scale(.96);box-shadow:0 4px 12px rgba(24,48,36,.05)}
  .task-v715-mini-level{position:absolute;z-index:3;right:8px;top:8px;padding:4px 7px;border-radius:10px;background:#ebfaf2;color:#0aa95f;font-size:9px;font-weight:850}
  .task-v715-mini-top{display:flex;align-items:flex-start;justify-content:space-between;gap:5px;min-height:75px}
  .task-v715-mini-top>div{min-width:0;padding-top:5px}.task-v715-mini-top h3{margin:0;color:#fe202b;font-size:18px;line-height:1.08;font-weight:900;letter-spacing:-.035em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.task-v715-mini:nth-child(2n) .task-v715-mini-top h3{color:#ff6108}
  .task-v715-mini-top p{margin:5px 0 0;color:#69747e;font-size:10px}.task-v715-mini-top img{width:60px;height:60px;object-fit:contain;border-radius:14px;filter:drop-shadow(0 7px 13px rgba(0,0,0,.08))}
  .task-v715-mini>strong{display:flex;align-items:baseline;margin:5px 0 9px;color:#ff5100;font-size:22px;font-weight:900}.task-v715-mini>strong small{font-size:13px}.task-v715-mini>strong em{margin-left:3px;color:#333;font-size:10px;font-style:normal}
  .task-v715-mini-meta{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:8px 0;border-top:1px solid #f0e8e5;color:#69767b}.task-v715-mini-meta span{display:flex;align-items:center;gap:3px;font-size:8.5px;white-space:nowrap}.task-v715-mini-meta svg{width:12px;height:12px;fill:none;stroke:#12b968;stroke-width:1.9}
  .task-v715-mini-cta{height:31px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:linear-gradient(135deg,#ff7300,#ff5300);color:#fff;font-size:11px;font-weight:850}
  .task-v715-mini.is-full,.task-v715-mini.is-expired{opacity:.62;filter:saturate(.5)}

  /* Bonus */
  .task-v715-bonus{position:relative;display:grid;grid-template-columns:58px minmax(0,1fr) 115px;grid-template-areas:"gift copy reward" "gift progress reward";align-items:center;gap:8px 10px;margin:12px 0;padding:13px 14px;border:1px solid #dceee4;border-radius:18px;background:linear-gradient(135deg,#fafffc,#f1fbf6);box-shadow:0 8px 22px rgba(14,108,64,.04);overflow:hidden}
  .task-v715-bonus-gift{grid-area:gift;position:relative;width:53px;height:53px;display:grid;place-items:center;border-radius:17px;background:linear-gradient(145deg,#dbfff0,#fff);color:#04aa60;box-shadow:0 8px 18px rgba(7,175,96,.1)}
  .task-v715-bonus-gift svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:1.7}.task-v715-bonus-gift i{position:absolute;right:-2px;top:-3px;width:13px;height:13px;border-radius:50%;background:#ffd865;box-shadow:0 0 0 4px rgba(255,216,101,.2)}
  .task-v715-bonus-copy{grid-area:copy;min-width:0}.task-v715-bonus-copy small{display:block;color:#65736b;font-size:9px}.task-v715-bonus-copy b{display:block;margin-top:3px;color:#18231e;font-size:12px;white-space:nowrap}.task-v715-bonus-copy b em{color:#ff5a00;font-style:normal;font-size:16px}.task-v715-bonus-copy>span{display:none}
  .task-v715-bonus-progress{grid-area:progress;position:relative;padding-top:5px}.task-v715-bonus-line{position:absolute;left:12px;right:12px;top:13px;height:3px;border-radius:3px;background:#d8e8df;overflow:hidden}.task-v715-bonus-line i{display:block;height:100%;border-radius:inherit;background:var(--task715-green)}.task-v715-bonus-progress ol{position:relative;display:flex;justify-content:space-between;margin:0;padding:0;list-style:none}.task-v715-bonus-progress li{display:grid;justify-items:center;gap:3px}.task-v715-bonus-progress li>span{width:17px;height:17px;display:grid;place-items:center;border:2px solid #d8e8df;border-radius:50%;background:#fff;color:#8b9790;font-size:8px;font-weight:900;box-sizing:border-box}.task-v715-bonus-progress li.on>span{border-color:var(--task715-green);background:var(--task715-green);color:#fff}.task-v715-bonus-progress li small{color:#79857e;font-size:8px}
  .task-v715-bonus-reward{grid-area:reward;align-self:stretch;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:15px;background:linear-gradient(145deg,#e8f9f0,#f5fff9);color:#0b8f52}.task-v715-bonus-reward small{font-size:9px}.task-v715-bonus-reward strong{margin-top:4px;color:#0aaa62;font-size:20px;line-height:1}.task-v715-bonus-reward strong em{font-size:9px;font-style:normal}
  .task-v715-all-link{height:47px;display:flex;align-items:center;justify-content:center;gap:5px;margin:12px 0 0;border:1px solid #dceee4;border-radius:16px;background:linear-gradient(90deg,#f7fcf9,#eef8f3);color:#13995a;font-size:15px;font-weight:850;text-decoration:none}
  .task-v715-all-link span{font-size:21px}

  /* Home variant scaling */
  .page-home .task-v715-featured{min-height:176px}.page-home .task-v715-featured-main{min-height:137px;padding-top:44px}.page-home .task-v715-featured-copy h2{font-size:25px}.page-home .task-v715-featured-copy strong{font-size:27px}.page-home .task-v715-mini{min-height:178px}.page-home .task-v715-mini-top h3{font-size:16px}.page-home .task-v715-bonus{grid-template-columns:50px minmax(0,1fr) 95px;padding:11px}.page-home .task-v715-bonus-gift{width:46px;height:46px}.page-home .task-v715-bonus-reward strong{font-size:17px}

  /* AJAX skeleton / refresh */
  .task-v715-results.is-loading{opacity:.18;pointer-events:none}
  .task-v715-skeleton{display:grid;gap:10px}.task-v715-skeleton[hidden]{display:none!important}.task-v715-skeleton .big{height:188px;border-radius:18px;background:linear-gradient(100deg,#eef3f0 20%,#f8faf9 40%,#eef3f0 60%);background-size:240% 100%;animation:task715Shimmer .9s linear infinite}.task-v715-skeleton .grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.task-v715-skeleton .grid i{height:190px;border-radius:17px;background:#eef3f0}.task-v715-skeleton .bonus{height:90px;border-radius:18px;background:#eef3f0}
  @keyframes task715Shimmer{to{background-position:-200% 0}}
  .task-v715-refresh{position:relative;height:0;display:flex;align-items:center;justify-content:center;gap:8px;overflow:hidden;color:#7c8880;font-size:10px;transition:height .18s ease}.task-v715-refresh.show{height:34px}.task-v715-refresh i{width:14px;height:14px;border:2px solid #dbe8e1;border-top-color:var(--task715-green);border-radius:50%}.task-v715-refresh.loading i{animation:task715Spin .7s linear infinite}@keyframes task715Spin{to{transform:rotate(360deg)}}
  .task-v715-empty{padding:55px 20px;text-align:center}.task-v715-empty>span{width:50px;height:50px;display:grid;place-items:center;margin:0 auto 12px;border-radius:17px;background:#ebfaf2;color:#12b96a}.task-v715-empty svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8}.task-v715-empty b{display:block;color:#27332d;font-size:15px}.task-v715-empty p{margin:7px 0 0;color:#98a29c;font-size:11px;line-height:1.6}

  /* Filter bottom sheet */
  .task-v715-filter-sheet{position:fixed;z-index:120;inset:0;display:block}.task-v715-filter-sheet[hidden]{display:none!important}.task-v715-filter-mask{position:absolute;inset:0;border:0;background:rgba(9,18,13,.38);backdrop-filter:blur(2px);opacity:0;animation:task715Fade .18s ease forwards}.task-v715-filter-sheet>section{position:absolute;left:0;right:0;bottom:0;max-height:78vh;padding:0 15px calc(15px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0;background:#fff;box-shadow:0 -22px 70px rgba(12,33,21,.17);transform:translateY(100%);animation:task715Sheet .24s ease-out forwards}.task-v715-filter-sheet>section>header{height:58px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eef2ef}.task-v715-filter-sheet>section>header b{font-size:17px}.task-v715-filter-sheet>section>header button{width:34px;height:34px;border:0;border-radius:50%;background:#f3f6f4;color:#59665e;font-size:22px}.task-v715-filter-scroll{max-height:calc(78vh - 128px);overflow:auto;padding:12px 0}.task-v715-filter-group{padding:9px 0 12px;border-bottom:1px solid #f0f3f1}.task-v715-filter-group>b{display:block;margin-bottom:9px;font-size:12px}.task-v715-filter-group>div{display:flex;gap:7px;flex-wrap:wrap}.task-v715-filter-group button{min-width:60px;height:31px;padding:0 11px;border:1px solid #e5ebe7;border-radius:9px;background:#f9fbfa;color:#515d56;font-size:10px}.task-v715-filter-group button.on{border-color:#aee8ca;background:#ebfaf2;color:#0b9f59;font-weight:800}.task-v715-switch{height:55px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f0f3f1}.task-v715-switch span b{display:block;font-size:12px}.task-v715-switch span small{display:block;margin-top:3px;color:#9aa39e;font-size:9px}.task-v715-switch input{display:none}.task-v715-switch>i{position:relative;width:40px;height:22px;border-radius:12px;background:#e6ebe8;transition:.18s}.task-v715-switch>i:after{content:"";position:absolute;left:2px;top:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.12);transition:.18s}.task-v715-switch input:checked+i{background:var(--task715-green)}.task-v715-switch input:checked+i:after{transform:translateX(18px)}.task-v715-filter-sheet footer{display:grid;grid-template-columns:1fr 1.6fr;gap:9px;padding-top:10px}.task-v715-filter-sheet footer button{height:43px;border:0;border-radius:12px;background:#f2f4f3;color:#5c6761;font-size:13px;font-weight:800}.task-v715-filter-sheet footer .primary{background:linear-gradient(135deg,#10be6c,#05a95d);color:#fff}.task-v715-filter-sheet.closing .task-v715-filter-mask{animation:task715FadeOut .18s ease forwards}.task-v715-filter-sheet.closing>section{animation:task715SheetOut .2s ease-in forwards}
  @keyframes task715Sheet{to{transform:translateY(0)}}@keyframes task715SheetOut{to{transform:translateY(100%)}}@keyframes task715Fade{to{opacity:1}}@keyframes task715FadeOut{to{opacity:0}}

  /* ===== Task detail ===== */
  .task-v715-detail{min-height:100vh;padding:0 14px 92px;background:linear-gradient(180deg,#fbfffd,#f6f8f7 320px,#f5f7f6);color:#141b20}
  .task-v715-detail-nav{height:57px;display:grid;grid-template-columns:42px 1fr 42px;align-items:center;margin:0 -2px}.task-v715-detail-nav>a,.task-v715-detail-nav>button{width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:50%;background:transparent;color:#131a20}.task-v715-detail-nav>a svg,.task-v715-detail-nav>button svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.task-v715-detail-nav>b{text-align:center;font-size:18px;font-weight:900}
  .task-v715-detail-hero{position:relative;height:202px;border-radius:20px;background:linear-gradient(135deg,#071326,#070c1d);overflow:hidden;isolation:isolate;box-shadow:0 12px 32px rgba(5,20,26,.13)}.task-v715-detail-hero>img{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover}.task-v715-detail-hero>img.is-logo{left:auto;right:8px;top:20px;width:170px;height:155px;object-fit:contain;filter:drop-shadow(0 12px 24px rgba(0,0,0,.28))}.task-v715-detail-hero-shade{position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(3,11,29,.96),rgba(3,11,29,.78) 45%,rgba(3,11,29,.18) 78%,rgba(3,11,29,.05))}.task-v715-detail-hero-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:70%;height:100%;padding:17px 19px;box-sizing:border-box}.task-v715-detail-hero-copy h1{margin:0;color:#fff;font-size:30px;line-height:1.04;font-weight:950;letter-spacing:-.055em}.task-v715-detail-hero-copy>p{margin:7px 0 9px;color:#e6eaed;font-size:14px}.task-v715-detail-badges{display:flex;gap:6px;flex-wrap:wrap}.task-v715-detail-badges span{height:26px;display:flex;align-items:center;gap:5px;padding:0 10px;border:1px solid rgba(255,255,255,.3);border-radius:14px;background:rgba(9,31,36,.55);color:#ecf2ef;font-size:10px}.task-v715-detail-badges span.easy{border-color:#20b968;background:rgba(11,142,75,.9);color:#d8ffe8}.task-v715-detail-badges span img{width:16px;height:16px;border-radius:5px;object-fit:contain}.task-v715-detail-hero-copy>strong{display:flex;align-items:baseline;margin-top:16px;color:#ff6500;font-size:34px;line-height:1;font-weight:950}.task-v715-detail-hero-copy>strong small{font-size:20px}.task-v715-detail-hero-copy>strong em{margin-left:5px;color:#fff;font-size:14px;font-style:normal}
  .task-v715-stats{display:grid;grid-template-columns:repeat(3,1fr);margin:11px 0;padding:12px 3px;border:1px solid #e7ece9;border-radius:18px;background:#fff;box-shadow:0 8px 22px rgba(17,44,29,.035)}.task-v715-stats>div{display:flex;align-items:center;justify-content:center;gap:8px;min-width:0;border-right:1px solid #edf0ee}.task-v715-stats>div:last-child{border-right:0}.task-v715-stats>div>span{width:37px;height:37px;display:grid;place-items:center;border-radius:50%;background:#e9fbf1;color:#08aa60;flex:0 0 auto}.task-v715-stats svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8}.task-v715-stats p{min-width:0;margin:0}.task-v715-stats p small{display:block;color:#6f7c74;font-size:9px}.task-v715-stats p b{display:block;margin-top:3px;color:#151d19;font-size:14px;white-space:nowrap}.task-v715-stats p b em{font-size:9px;font-style:normal}
  .task-v715-steps{margin-bottom:11px;padding:15px 14px;border:1px solid #e7ece9;border-radius:18px;background:#fff;box-shadow:0 8px 22px rgba(17,44,29,.035)}.task-v715-steps h2,.task-v715-requirements h2,.task-v715-samples h2,.task-v715-mentor h2{margin:0;color:#152019;font-size:16px;font-weight:900}.task-v715-steps>div{display:grid;grid-template-columns:1fr 15px 1fr 15px 1fr 15px 1fr;align-items:start;margin-top:13px}.task-v715-steps article{min-width:0;text-align:center}.task-v715-steps article>span{width:42px;height:42px;display:grid;place-items:center;margin:0 auto 7px;border-radius:14px;background:linear-gradient(145deg,#e8fbf1,#f7fffb);color:#08ae63}.task-v715-steps article>span svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8}.task-v715-steps article b{display:flex;align-items:center;justify-content:center;gap:3px;color:#27342d;font-size:10px;white-space:nowrap}.task-v715-steps article b i{width:14px;height:14px;display:grid;place-items:center;border-radius:50%;background:#08ac61;color:#fff;font-size:8px;font-style:normal}.task-v715-steps article p{margin:4px 0 0;color:#859089;font-size:8px;line-height:1.45}.task-v715-steps>div>em{padding-top:18px;color:#8f9a94;font-size:22px;font-style:normal;text-align:center}
  .task-v715-detail-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:10px;margin-bottom:11px}.task-v715-requirements,.task-v715-samples{min-width:0;padding:14px;border:1px solid #e7ece9;border-radius:18px;background:#fff;box-shadow:0 8px 22px rgba(17,44,29,.035)}.task-v715-requirements ul{margin:11px 0 0;padding:0;list-style:none}.task-v715-requirements li{display:grid;grid-template-columns:8px minmax(0,1fr);gap:6px;margin-top:7px;color:#4d5952;font-size:9px;line-height:1.55}.task-v715-requirements li i{width:5px;height:5px;margin-top:5px;border-radius:50%;background:#08ad62}.task-v715-requirements>p{margin:10px 0 0;color:#68736d;font-size:9px;line-height:1.65}.task-v715-samples>header{display:flex;align-items:center;justify-content:space-between;gap:5px}.task-v715-samples>header button{padding:0;border:0;background:transparent;color:#079d59;font-size:9px;font-weight:800}.task-v715-samples>div{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:10px}.task-v715-samples>div>button{position:relative;height:91px;padding:0;border:0;border-radius:11px;background:#eef4f1;overflow:hidden}.task-v715-samples>div img{width:100%;height:100%;object-fit:cover}.task-v715-samples>div>button>span{display:grid;place-items:center;width:100%;height:100%;color:#0aac61}.task-v715-samples>div>button>span svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8}.task-v715-samples>div>button>i{position:absolute;left:50%;top:50%;width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:rgba(0,0,0,.55);color:#fff;transform:translate(-50%,-50%)}.task-v715-samples>div>button>i svg{width:18px;height:18px;fill:none;stroke:currentColor}.task-v715-samples>div>button>em{position:absolute;left:5px;bottom:5px;padding:3px 6px;border-radius:7px;background:rgba(0,0,0,.55);color:#fff;font-size:7px;font-style:normal}.task-v715-sample-empty{display:flex!important;align-items:center;justify-content:center!important;height:91px!important;color:#9aa49e!important;font-size:9px!important;background:#f5f8f6!important;border-radius:10px!important}
  .task-v715-mentor{margin-bottom:11px;padding:14px;border:1px solid #e7ece9;border-radius:18px;background:#fff;box-shadow:0 8px 22px rgba(17,44,29,.035)}.task-v715-mentor>header{display:flex;align-items:center;gap:8px}.task-v715-mentor>header span{padding:3px 7px;border-radius:9px;background:#fff3e7;color:#f1842b;font-size:8px;font-weight:800}.task-v715-mentor>div{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:10px;margin-top:11px}.task-v715-mentor>div>img,.task-v715-mentor-fallback{width:54px;height:54px;border-radius:50%;object-fit:cover;border:2px solid #e8f8ef}.task-v715-mentor-fallback{display:grid;place-items:center;background:#e9fbf1;color:#0aa761;font-size:22px;font-weight:900}.task-v715-mentor-copy{min-width:0}.task-v715-mentor-copy>b{font-size:14px;color:#0b9254}.task-v715-mentor-copy>p{margin:4px 0 0;color:#647068;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-v715-mentor-copy>div{display:flex;gap:5px;margin-top:6px}.task-v715-mentor-copy em{padding:3px 6px;border-radius:8px;background:#eff8f3;color:#4a7560;font-size:7px;font-style:normal}.task-v715-mentor>div>a{min-width:82px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:18px;background:#eefaf4;color:#079b58;font-size:10px;font-weight:850;text-decoration:none}
  .task-v715-detail>.task-v715-bonus{margin-bottom:11px}.task-v715-material{display:grid;grid-template-columns:42px minmax(0,1fr) 20px;align-items:center;gap:10px;margin-bottom:11px;padding:12px 14px;border:1px solid #e5ece8;border-radius:16px;background:#fff;color:#34413a;text-decoration:none}.task-v715-material>span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#eafaf2;color:#0aa861}.task-v715-material svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8}.task-v715-material b{display:block;font-size:12px}.task-v715-material small{display:block;margin-top:3px;color:#8a948e;font-size:9px}.task-v715-material em{color:#8c9791;font-size:22px;font-style:normal}
  .task-v715-detail-spacer{height:8px}

  /* Bottom action */
  .task-v715-actions{position:fixed;z-index:95;left:0;right:0;bottom:0;height:72px;display:grid;grid-template-columns:57px 57px minmax(0,1fr);gap:7px;align-items:center;padding:8px 14px calc(8px + env(safe-area-inset-bottom));border-top:1px solid #e7ece9;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);box-sizing:content-box}.task-v715-actions>button{height:52px;display:grid;place-items:center;align-content:center;gap:3px;border:0;background:transparent;color:#59645e;font-size:9px}.task-v715-actions>button svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8}.task-v715-actions>button.on{color:#08a75e}.task-v715-actions>button.on svg{fill:rgba(8,167,94,.13)}.task-v715-primary-wrap{min-width:0}.task-v715-primary-wrap form{margin:0}.task-v715-primary{width:100%;height:50px;display:flex;align-items:center;justify-content:center;border:0;border-radius:25px;background:linear-gradient(135deg,#ff6800,#ff4d00);color:#fff!important;font-size:17px;font-weight:900;text-decoration:none;box-shadow:0 9px 20px rgba(255,89,0,.18)}.task-v715-primary:disabled{background:#d9dddb;color:#8f9792!important;box-shadow:none}

  /* Claim success / sample viewer */
  .task-v715-claim-modal,.task-v715-sample-viewer{position:fixed;z-index:160;inset:0}.task-v715-claim-modal[hidden],.task-v715-sample-viewer[hidden]{display:none!important}.task-v715-claim-modal>button,.task-v715-sample-viewer>button{position:absolute;inset:0;border:0;background:rgba(8,18,12,.53);backdrop-filter:blur(3px)}.task-v715-claim-modal>section{position:absolute;left:28px;right:28px;top:50%;padding:27px 22px 20px;border-radius:24px;background:#fff;text-align:center;transform:translateY(-50%);animation:task715Pop .22s ease-out}.task-v715-claim-modal>section>i{width:70px;height:70px;display:grid;place-items:center;margin:-58px auto 15px;border:8px solid #dff8eb;border-radius:50%;background:linear-gradient(145deg,#22cf7a,#07a95e);color:#fff;box-shadow:0 9px 28px rgba(8,170,95,.25)}.task-v715-claim-modal>section>i svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:2.2}.task-v715-claim-modal h3{margin:0;font-size:21px}.task-v715-claim-modal p{margin:8px 0;color:#7c8781;font-size:11px;line-height:1.6}.task-v715-claim-modal strong{display:block;margin:11px 0;padding:11px;border-radius:12px;background:#f2fbf6;color:#557166;font-size:11px}.task-v715-claim-modal strong b{color:#ff5900;font-size:17px}.task-v715-claim-modal a{height:44px;display:flex;align-items:center;justify-content:center;border-radius:22px;background:linear-gradient(135deg,#ff6800,#ff4f00);color:#fff;text-decoration:none;font-size:14px;font-weight:850}.task-v715-claim-modal section>button{margin-top:10px;border:0;background:transparent;color:#8a948f;font-size:10px}
  .task-v715-sample-viewer>section{position:absolute;left:14px;right:14px;bottom:0;max-height:78vh;padding:16px 14px calc(16px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0;background:#fff;animation:task715Sheet .24s ease-out;overflow:auto}.task-v715-sample-viewer section>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.task-v715-sample-viewer section>header b{font-size:16px}.task-v715-sample-viewer section>header button{width:34px;height:34px;border:0;border-radius:50%;background:#f2f5f3;font-size:20px}.task-v715-sample-viewer [data-task-sample-viewer-body]{min-height:190px;border-radius:15px;background:#0b1110;overflow:hidden}.task-v715-sample-viewer [data-task-sample-viewer-body] img,.task-v715-sample-viewer [data-task-sample-viewer-body] video{display:block;width:100%;max-height:50vh;object-fit:contain;background:#000}.task-v715-sample-all-list{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:10px}.task-v715-sample-all-list button{min-width:0;padding:0;border:0;background:transparent;text-align:left}.task-v715-sample-all-list img,.task-v715-sample-all-list>button>svg{width:100%;height:76px;border-radius:9px;object-fit:cover;background:#eef4f1}.task-v715-sample-all-list span{display:block;margin-top:4px;color:#606c65;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .task-v715-toast{position:fixed;z-index:190;left:50%;bottom:90px;max-width:80%;padding:9px 14px;border-radius:18px;background:rgba(22,31,26,.9);color:#fff;font-size:11px;transform:translateX(-50%);box-shadow:0 8px 24px rgba(0,0,0,.16)}.task-v715-toast[hidden]{display:none!important}
  @keyframes task715Pop{0%{opacity:0;transform:translateY(-48%) scale(.88)}100%{opacity:1;transform:translateY(-50%) scale(1)}}

  @media(max-width:380px){.task-v715-head h1{font-size:28px}.task-v715-head-tools label{width:132px}.task-v715-featured-copy h2{font-size:26px}.task-v715-featured-copy strong{font-size:28px}.task-v715-featured-cta{min-width:92px;padding:0 13px}.task-v715-mini{padding-left:11px;padding-right:11px}.task-v715-mini-top img{width:52px;height:52px}.task-v715-bonus{grid-template-columns:48px minmax(0,1fr) 92px;padding:11px}.task-v715-detail-hero-copy h1{font-size:27px}.task-v715-detail-grid{gap:8px}.task-v715-steps{padding-left:10px;padding-right:10px}.task-v715-steps article p{font-size:7.5px}}
}

/* Admin task product additions */
.ca-task-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ca-task-product-grid>.admin-card{margin:0}.ca-task-product-settings .admin-sticky-actions{margin-top:18px}.ca-task-sample-editor,.ca-task-mentor-editor{margin-top:18px;padding-top:16px;border-top:1px solid #e8eee9}.ca-task-sample-item{margin-top:12px;padding:14px;border:1px solid #e2e9e5;border-radius:14px;background:#fbfdfc}.ca-task-sample-item>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.ca-task-sample-item>header b{font-size:12px}.ca-task-sample-item>header span{color:#87938c;font-size:10px}.ca-task-sample-preview{display:block;width:120px;height:74px;margin-top:10px;border-radius:9px;object-fit:cover;border:1px solid #e3e8e5}@media(max-width:1100px){.ca-task-product-grid{grid-template-columns:1fr}}


/* =========================================================
   V5.9.15.7.17 · 首页旧任务模块彻底移除，只保留新版任务产品
   ========================================================= */
.page-home .task-v717-new-only{
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.page-home .task-v717-new-only .task-v715-home-desktop-head,
.page-home .task-v717-new-only .task-v715-home-desktop-grid,
.page-home .home-task-grid,
.page-home .task-type-mobile-prototype,
.page-home .task-category-desktop-heading,
.page-home .task-category-desktop-grid{
  display:none!important;
}

/* 桌面端也显示新版任务产品，不再回退旧 task_card 网格。 */
@media(min-width:768px){
  .page-home .task-v717-home-unified{
    display:block!important;
    max-width:1180px;
    margin:0 auto;
    padding:24px 0 8px;
  }
  .page-home .task-v717-home-unified>header{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:18px;
    margin-bottom:18px;
  }
  .page-home .task-v717-home-unified>header small{
    color:#08a963;
    font-size:11px;
    font-weight:900;
    letter-spacing:.15em;
  }
  .page-home .task-v717-home-unified>header h2{
    margin:5px 0 0;
    color:#17202b;
    font-size:30px;
    line-height:1.1;
  }
  .page-home .task-v717-home-unified>header h2 i{
    color:#08b867;
    font-size:14px;
    font-style:normal;
  }
  .page-home .task-v717-home-unified>header p{
    margin:7px 0 0;
    color:#7b8790;
    font-size:13px;
  }
  .page-home .task-v717-home-unified>header>a{
    color:#0b9e5b;
    font-size:13px;
    font-weight:800;
    text-decoration:none;
  }

  /* 复用新版卡片的桌面布局，避免首页任务区消失。 */
  .page-home .task-v717-home-unified .task-v715-featured{
    position:relative;
    min-height:240px;
    margin-bottom:14px;
    border-radius:22px;
    overflow:hidden;
    background:#071820;
  }
  .page-home .task-v717-home-unified .task-v715-card-hit{position:absolute;inset:0;z-index:8}
  .page-home .task-v717-home-unified .task-v715-featured-art{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
  .page-home .task-v717-home-unified .task-v715-featured-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,16,24,.96),rgba(3,16,24,.58) 58%,rgba(3,16,24,.1))}
  .page-home .task-v717-home-unified .task-v715-featured-main{position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;min-height:190px;padding:54px 28px 24px}
  .page-home .task-v717-home-unified .task-v715-featured-copy h2{margin:0;color:#fff;font-size:38px}
  .page-home .task-v717-home-unified .task-v715-featured-copy p{margin:8px 0 20px;color:#e9f0ed}
  .page-home .task-v717-home-unified .task-v715-featured-copy strong{color:#ff6800;font-size:36px}
  .page-home .task-v717-home-unified .task-v715-featured-copy strong small{font-size:18px}
  .page-home .task-v717-home-unified .task-v715-featured-copy strong em{margin-left:5px;color:#fff;font-size:14px;font-style:normal}
  .page-home .task-v717-home-unified .task-v715-featured-cta{position:relative;z-index:3;padding:13px 24px;border-radius:999px;background:#ff6300;color:#fff;font-weight:800}
  .page-home .task-v717-home-unified .task-v715-featured footer{position:relative;z-index:2;display:flex;gap:30px;padding:14px 28px;background:rgba(7,43,45,.82);color:#d9e7e4}
  .page-home .task-v717-home-unified .task-v715-featured footer svg{width:16px;height:16px;fill:none;stroke:#28d47c;stroke-width:1.8}
  .page-home .task-v717-home-unified .task-v715-hot-ribbon,
  .page-home .task-v717-home-unified .task-v715-difficulty{position:absolute;z-index:4;top:0;padding:9px 16px;color:#fff;font-weight:800}
  .page-home .task-v717-home-unified .task-v715-hot-ribbon{left:0;background:#ff2f76;border-radius:0 0 16px 0}
  .page-home .task-v717-home-unified .task-v715-difficulty{right:0;background:#068c50;border-radius:0 0 0 16px}

  .page-home .task-v717-home-unified .task-v715-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .page-home .task-v717-home-unified .task-v715-mini{position:relative;min-height:185px;padding:18px;border:1px solid #e5ece8;border-radius:18px;background:#fff;overflow:hidden}
  .page-home .task-v717-home-unified .task-v715-mini-top{display:flex;justify-content:space-between;gap:12px}
  .page-home .task-v717-home-unified .task-v715-mini-top img{width:64px;height:64px;border-radius:16px;object-fit:contain}
  .page-home .task-v717-home-unified .task-v715-mini h3{margin:0;font-size:20px}
  .page-home .task-v717-home-unified .task-v715-mini p{color:#79857f}
  .page-home .task-v717-home-unified .task-v715-mini>strong{display:block;margin-top:15px;color:#ff5b00;font-size:26px}
  .page-home .task-v717-home-unified .task-v715-mini>strong small{font-size:14px}
  .page-home .task-v717-home-unified .task-v715-mini>strong em{font-size:12px;font-style:normal}
  .page-home .task-v717-home-unified .task-v715-mini-meta{display:flex;gap:16px;margin-top:12px;color:#738078;font-size:12px}
  .page-home .task-v717-home-unified .task-v715-mini-cta{display:inline-flex;margin-top:15px;padding:9px 15px;border-radius:999px;background:#ff6500;color:#fff;font-size:12px;font-weight:800}
  .page-home .task-v717-home-unified .task-v715-mini-level{position:absolute;right:12px;top:12px;color:#079d59;font-size:11px}
  .page-home .task-v717-home-unified .task-v715-all-link{display:flex;justify-content:center;margin-top:16px;padding:13px;border-radius:14px;background:#eff9f4;color:#078d51;font-weight:800;text-decoration:none}
}

/* 手机端继续使用 7.15 新版任务卡片；旧版从服务器输出层也已经删除。 */
@media(max-width:767.98px){
  .page-home .task-v717-home-unified{display:block!important}
}


/* =========================================================
   V5.9.15.7.18 · 任务主推荐 / 详情首屏 极简纯图轮播
   ========================================================= */
.task-v718-minimal-carousel{
  position:relative;
  width:100%;
  aspect-ratio:2.08/1;
  margin:0 0 12px;
  border-radius:18px;
  overflow:hidden;
  background:#eef2f4;
  box-shadow:0 12px 30px rgba(16,39,30,.10);
  touch-action:pan-y;
  isolation:isolate;
}
.task-v718-minimal-carousel.is-detail{
  margin:0 14px 12px;
  width:calc(100% - 28px);
  aspect-ratio:2.06/1;
  border-radius:18px;
}
.task-v718-carousel-track,.task-v718-carousel-slide,.task-v718-carousel-slide>a,.task-v718-carousel-slide>div{position:absolute;inset:0;width:100%;height:100%}
.task-v718-carousel-slide{opacity:0;visibility:hidden;transition:opacity .28s ease;pointer-events:none}
.task-v718-carousel-slide.is-active{opacity:1;visibility:visible;pointer-events:auto}
.task-v718-carousel-slide>a,.task-v718-carousel-slide>div{display:block;text-decoration:none;-webkit-tap-highlight-color:transparent}
.task-v718-carousel-slide img{display:block;width:100%;height:100%;object-fit:cover;border:0;border-radius:0;pointer-events:none;user-select:none}
.task-v718-carousel-dots{position:absolute;z-index:5;left:50%;bottom:9px;display:flex;align-items:center;gap:5px;transform:translateX(-50%);padding:4px 6px;border-radius:999px;background:rgba(0,0,0,.14);backdrop-filter:blur(5px)}
.task-v718-carousel-dots button{width:6px;height:6px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.58);transition:width .18s ease,background .18s ease}
.task-v718-carousel-dots button.is-active{width:17px;background:#fff}
@media(max-width:380px){.task-v718-minimal-carousel{border-radius:16px}.task-v718-minimal-carousel.is-detail{margin-left:12px;margin-right:12px;width:calc(100% - 24px)}}
@media(min-width:768px){
  .page-home .task-v718-minimal-carousel{aspect-ratio:2.45/1;border-radius:22px}
}


/* =========================================================
   V5.9.15.7.20 · 手机端首页“资讯精选”三列卡片
   仅影响首页资讯精选，不改变资讯中心列表页。
   ========================================================= */
@media(max-width:767.98px){
  .page-home .home-article-recommendations .article-grid,
  .page-home .home-equal-grid-section.home-article-recommendations .article-grid,
  .page-home .section.home-article-recommendations:has(.article-grid) .article-grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    column-count:auto!important;
    column-gap:normal!important;
    align-items:start!important;
  }

  .page-home .home-article-recommendations .article-grid>.qzp-article-card{
    display:flex!important;
    flex-direction:column!important;
    width:auto!important;
    min-width:0!important;
    height:100%!important;
    margin:0!important;
    padding:0!important;
    break-inside:auto!important;
    border:1px solid #e8edf2!important;
    border-radius:12px!important;
    background:#fff!important;
    box-shadow:0 3px 12px rgba(23,39,58,.035)!important;
    overflow:hidden!important;
  }

  .page-home .home-article-recommendations .qzp-article-card .article-cover{
    display:block!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    aspect-ratio:4/3!important;
    border-radius:0!important;
    overflow:hidden!important;
    background:#f3f6f5!important;
  }
  .page-home .home-article-recommendations .qzp-article-card .article-cover>img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-height:none!important;
    object-fit:cover!important;
  }
  .page-home .home-article-recommendations .qzp-article-card .article-cover-fallback{
    width:100%!important;
    min-height:0!important;
    height:100%!important;
    aspect-ratio:auto!important;
    padding:8px!important;
    border-radius:0!important;
  }
  .page-home .home-article-recommendations .qzp-article-card .article-cover-fallback span{font-size:6.5px!important}
  .page-home .home-article-recommendations .qzp-article-card .article-cover-fallback b{font-size:11px!important}

  .page-home .home-article-recommendations .qzp-article-card .article-card-body{
    display:flex!important;
    flex:1!important;
    flex-direction:column!important;
    min-width:0!important;
    padding:8px 7px 8px!important;
  }
  .page-home .home-article-recommendations .qzp-article-card h3{
    display:-webkit-box!important;
    min-height:34px!important;
    margin:0 0 5px!important;
    overflow:hidden!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    font-size:11px!important;
    line-height:1.5!important;
    font-weight:800!important;
    letter-spacing:-.02em!important;
    color:#202934!important;
  }
  .page-home .home-article-recommendations .qzp-article-card h3 a{color:inherit!important}

  .page-home .home-article-recommendations .qzp-article-card p{
    display:-webkit-box!important;
    order:2!important;
    min-height:24px!important;
    margin:0 0 5px!important;
    overflow:hidden!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    font-size:7.5px!important;
    line-height:1.55!important;
    color:#8a929d!important;
  }

  .page-home .home-article-recommendations .qzp-article-card .article-meta-line{
    order:3!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:3px!important;
    margin:0 0 6px!important;
  }
  .page-home .home-article-recommendations .qzp-article-card .article-meta-line .semantic-tag{
    min-width:0!important;
    max-width:100%!important;
    height:16px!important;
    min-height:16px!important;
    padding:0 4px!important;
    overflow:hidden!important;
    border-radius:4px!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    font-size:6.5px!important;
    line-height:16px!important;
  }
  .page-home .home-article-recommendations .qzp-article-card .article-meta-line time{
    flex:0 0 auto!important;
    font-size:6.5px!important;
    white-space:nowrap!important;
    color:#a0a7af!important;
  }

  .page-home .home-article-recommendations .qzp-article-card .article-cta{
    order:4!important;
    display:flex!important;
    min-height:24px!important;
    margin-top:auto!important;
    padding:0 6px!important;
    align-items:center!important;
    justify-content:space-between!important;
    border:1px solid #eceff3!important;
    border-radius:7px!important;
    background:#fff!important;
    color:#56616e!important;
    font-size:8px!important;
    line-height:1!important;
  }
  .page-home .home-article-recommendations .qzp-article-card .article-cta b{font-size:10px!important}
}

@media(max-width:359.98px){
  .page-home .home-article-recommendations .article-grid{gap:6px!important}
  .page-home .home-article-recommendations .qzp-article-card .article-card-body{padding:7px 6px!important}
  .page-home .home-article-recommendations .qzp-article-card h3{min-height:31px!important;font-size:10px!important}
  .page-home .home-article-recommendations .qzp-article-card p{font-size:7px!important}
  .page-home .home-article-recommendations .qzp-article-card .article-meta-line time{font-size:6px!important}
}


/* =========================================================
   V5.9.15.7.21 · 手机端全屏开屏广告
   ========================================================= */
html.qzp-splash-active,
body.qzp-splash-lock{overflow:hidden!important;overscroll-behavior:none!important}
html.qzp-splash-active .announcement-popup{visibility:hidden!important;pointer-events:none!important}
.mobile-splash-ad{
  --splash-fit:cover;
  --splash-bg:#000000;
  position:fixed;
  inset:0;
  z-index:2147483000;
  display:grid;
  place-items:center;
  width:100vw;
  height:100dvh;
  min-height:100vh;
  background:var(--splash-bg);
  opacity:0;
  visibility:hidden;
  transition:opacity .24s ease,visibility .24s ease;
  -webkit-tap-highlight-color:transparent;
}
.mobile-splash-ad.is-open{opacity:1;visibility:visible}
.mobile-splash-ad.is-closing{opacity:0;visibility:hidden}
.mobile-splash-stage{position:relative;width:100%;height:100%;overflow:hidden;background:var(--splash-bg)}
.mobile-splash-media{position:absolute;inset:0;display:block;width:100%;height:100%;background:var(--splash-bg);text-decoration:none}
.mobile-splash-media img,.mobile-splash-media video{display:block;width:100%;height:100%;object-fit:var(--splash-fit);object-position:center center;background:var(--splash-bg)}
.mobile-splash-skip{
  position:absolute;
  z-index:5;
  top:calc(14px + env(safe-area-inset-top));
  right:14px;
  min-width:76px;
  height:36px;
  padding:0 10px 0 13px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  border:1px solid rgba(255,255,255,.3);
  border-radius:999px;
  background:rgba(20,25,27,.48);
  color:#fff;
  box-shadow:0 6px 22px rgba(0,0,0,.16);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  font-size:12px;
  font-weight:700;
  line-height:1;
}
.mobile-splash-skip b{display:grid;place-items:center;min-width:21px;height:21px;padding:0 4px;border-radius:999px;background:rgba(255,255,255,.16);font-size:11px}
.mobile-splash-skip:disabled{opacity:.72;cursor:default}
.mobile-splash-skip:not(:disabled):active{transform:scale(.96)}
.mobile-splash-progress{position:absolute;z-index:5;left:0;right:0;bottom:0;height:3px;background:rgba(255,255,255,.12);overflow:hidden}
.mobile-splash-progress i{display:block;width:100%;height:100%;transform:scaleX(0);transform-origin:left center;background:rgba(255,255,255,.88);will-change:transform}
@media(min-width:768px){
  .mobile-splash-ad[data-preview="1"]{background:#edf2ef;padding:24px}
  .mobile-splash-ad[data-preview="1"] .mobile-splash-stage{width:min(430px,100%);height:min(880px,100%);border-radius:28px;box-shadow:0 28px 90px rgba(8,28,17,.22)}
}


/* =========================================================
   V5.9.15.7.25 · 手机端首页资讯精选自适应卡片精修
   基线：V5.9.15.7.21
   目标：最多三列；内容不足自动铺满；封面保持比例不裁切变形。
   ========================================================= */
@media(max-width:767.98px){
  .page-home .home-article-recommendations .article-grid,
  .page-home .home-equal-grid-section.home-article-recommendations .article-grid,
  .page-home .section.home-article-recommendations:has(.article-grid) .article-grid{
    display:grid!important;
    /* 有 3 篇及以上时优先三列；只有 1/2 篇时空轨道自动折叠并铺满 */
    grid-template-columns:repeat(auto-fit,minmax(104px,1fr))!important;
    gap:10px!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    column-count:auto!important;
    column-gap:normal!important;
    align-items:start!important;
  }

  .page-home .home-article-recommendations .article-grid>.qzp-article-card{
    display:flex!important;
    flex-direction:column!important;
    align-self:start!important;
    width:100%!important;
    min-width:0!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    break-inside:auto!important;
    border:1px solid #e7ece9!important;
    border-radius:14px!important;
    background:#fff!important;
    box-shadow:0 5px 16px rgba(20,42,31,.045)!important;
    overflow:hidden!important;
    transform:none!important;
  }

  /* 封面使用统一展示框，但图片本身 contain：不拉伸、不裁切。 */
  .page-home .home-article-recommendations .qzp-article-card .article-cover{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    padding:5px!important;
    box-sizing:border-box!important;
    aspect-ratio:16/10!important;
    border-radius:0!important;
    overflow:hidden!important;
    background:linear-gradient(180deg,#f8fbf9 0%,#f3f6f5 100%)!important;
  }
  .page-home .home-article-recommendations .qzp-article-card .article-cover>img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:100%!important;
    margin:auto!important;
    border-radius:9px!important;
    object-fit:contain!important;
    object-position:center!important;
    background:transparent!important;
  }
  .page-home .home-article-recommendations .qzp-article-card .article-cover-fallback{
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    padding:8px!important;
    box-sizing:border-box!important;
    border-radius:9px!important;
    background:linear-gradient(135deg,#eafff3 0%,#f4faf7 100%)!important;
  }
  .page-home .home-article-recommendations .qzp-article-card .article-cover-fallback span{font-size:7px!important}
  .page-home .home-article-recommendations .qzp-article-card .article-cover-fallback b{font-size:12px!important}

  .page-home .home-article-recommendations .qzp-article-card .article-card-body{
    display:flex!important;
    flex:1!important;
    flex-direction:column!important;
    min-width:0!important;
    padding:9px 9px 10px!important;
    box-sizing:border-box!important;
  }

  /* 三列卡片信息做减法：标题最重要，摘要不再挤占小卡片空间。 */
  .page-home .home-article-recommendations .qzp-article-card h3{
    display:-webkit-box!important;
    order:1!important;
    min-height:36px!important;
    margin:0 0 7px!important;
    overflow:hidden!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    font-size:clamp(11px,3.15vw,13px)!important;
    line-height:1.48!important;
    font-weight:800!important;
    letter-spacing:-.015em!important;
    color:#202a25!important;
    overflow-wrap:anywhere!important;
  }
  .page-home .home-article-recommendations .qzp-article-card h3 a{color:inherit!important;text-decoration:none!important}
  .page-home .home-article-recommendations .qzp-article-card p{display:none!important}

  .page-home .home-article-recommendations .qzp-article-card .article-meta-line{
    order:2!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:5px!important;
    min-width:0!important;
    margin:0 0 8px!important;
  }
  .page-home .home-article-recommendations .qzp-article-card .article-meta-line .semantic-tag{
    display:inline-flex!important;
    align-items:center!important;
    min-width:0!important;
    max-width:58%!important;
    height:18px!important;
    min-height:18px!important;
    padding:0 6px!important;
    overflow:hidden!important;
    border-radius:999px!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    font-size:7px!important;
    line-height:18px!important;
    font-weight:700!important;
  }
  .page-home .home-article-recommendations .qzp-article-card .article-meta-line time{
    flex:0 0 auto!important;
    min-width:0!important;
    font-size:7px!important;
    white-space:nowrap!important;
    color:#a0aaa4!important;
  }

  .page-home .home-article-recommendations .qzp-article-card .article-cta{
    order:3!important;
    display:flex!important;
    width:100%!important;
    min-height:28px!important;
    margin-top:auto!important;
    padding:0 8px!important;
    box-sizing:border-box!important;
    align-items:center!important;
    justify-content:space-between!important;
    border:1px solid #e8eeeb!important;
    border-radius:8px!important;
    background:#f9fbfa!important;
    color:#394b42!important;
    font-size:8px!important;
    font-weight:700!important;
    line-height:1!important;
    text-decoration:none!important;
  }
  .page-home .home-article-recommendations .qzp-article-card .article-cta b{
    color:#00a866!important;
    font-size:11px!important;
    font-weight:800!important;
  }

  .page-home .home-article-recommendations .qzp-article-card:active{
    transform:scale(.985)!important;
  }
}

/* 超窄手机自动降为两列，避免为了三列把标题和封面压坏。 */
@media(max-width:339.98px){
  .page-home .home-article-recommendations .article-grid,
  .page-home .home-equal-grid-section.home-article-recommendations .article-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
}

/* 较宽手机三列时适当放宽图片和文字比例。 */
@media(min-width:430px) and (max-width:767.98px){
  .page-home .home-article-recommendations .article-grid,
  .page-home .home-equal-grid-section.home-article-recommendations .article-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  .page-home .home-article-recommendations .qzp-article-card h3{font-size:12.5px!important}
}


/* =========================================================
   V5.9.15.7.26 · 手机端全站 Safe Area 安全区适配
   基线：V5.9.15.7.21
   ========================================================= */
@media (max-width:767.98px){
  :root{
    --qzp-safe-top:44px;
    --qzp-safe-bottom:20px;
    --qzp-safe-guard-bg:rgba(247,248,250,.975);
  }

  @supports (padding-top: constant(safe-area-inset-top)){
    :root{
      --qzp-safe-top:constant(safe-area-inset-top);
      --qzp-safe-bottom:constant(safe-area-inset-bottom);
    }
  }

  @supports (padding-top: env(safe-area-inset-top)){
    :root{
      --qzp-safe-top:env(safe-area-inset-top,44px);
      --qzp-safe-bottom:env(safe-area-inset-bottom,20px);
    }
  }

  html{
    scroll-padding-top:calc(var(--qzp-safe-top) + 10px)!important;
    background:var(--m-bg,#f7f8fa)!important;
  }

  /* 全站顶部：固定值 → 老 iOS constant → 现代 env，逐级覆盖。 */
  body:not(.admin-body){
    padding-top:44px!important;
    padding-top:constant(safe-area-inset-top)!important;
    padding-top:env(safe-area-inset-top,44px)!important;
    min-height:100dvh;
    box-sizing:border-box;
  }

  /* 全站底部：保留原底部导航空间，再叠加 Home Indicator 安全区。 */
  body:not(.admin-body):not(.auth-page){
    padding-bottom:calc(66px + 20px)!important;
    padding-bottom:calc(66px + constant(safe-area-inset-bottom))!important;
    padding-bottom:calc(66px + env(safe-area-inset-bottom,20px))!important;
  }

  /*
   * 状态栏安全保护层。
   * 因当前手机版公共 site-header 已被全站隐藏，所以不能继续依赖旧 Header 做安全区。
   */
  body:not(.admin-body)::before{
    content:"";
    position:fixed;
    z-index:1295;
    left:0;
    right:0;
    top:0;
    height:44px;
    height:constant(safe-area-inset-top);
    height:env(safe-area-inset-top,44px);
    background:var(--qzp-safe-guard-bg);
    pointer-events:none;
    box-shadow:0 0 0 rgba(15,23,42,0);
    transition:box-shadow .18s ease,background-color .18s ease;
    transform:translateZ(0);
  }

  body.qzp-safe-scrolled:not(.admin-body)::before{
    background:rgba(255,255,255,.985);
    box-shadow:0 1px 0 rgba(15,23,42,.075),0 5px 18px rgba(15,23,42,.045);
  }

  /* 首页海报继续无额外业务间距，但起点变成“系统安全区下沿”。 */
  body.page-home:not(.admin-body):not(.auth-page) .site-main,
  body.page-home:not(.admin-body):not(.auth-page) main.container{
    padding-top:0!important;
  }
  body.page-home .mobile-home-poster-carousel{
    margin-top:0!important;
  }

  /* 已排查的手机端 sticky 顶栏：滚动吸顶后统一停在系统安全区下面。 */
  .m-course-homebar,
  .m-course-topbar,
  .m-course-prototype-shell .m-course-topbar,
  .course-search-topbar,
  .mm-detail-head,
  .mp-topbar,
  .as-page-head,
  .membership-mobile-topbar,
  .membership-order-page-topbar,
  .cs-simple-nav,
  .cs-records-topbar{
    top:var(--qzp-safe-top)!important;
  }

  body.page-route-courses,
  body.page-route-course,
  body.page-route-course_lesson,
  body.page-route-course_search,
  body.page-route-membership,
  body.page-route-membership-plans,
  body.page-route-membership-orders,
  body.page-dashboard.mobile-view-profile{
    --qzp-safe-guard-bg:rgba(246,248,247,.985);
  }

  body.mobile-view-messages,
  body.message-detail-mode,
  body.page-support{
    --qzp-safe-guard-bg:rgba(255,255,255,.99);
  }

  /* 主底部 Tab。 */
  .mobile-bottom-nav.mobile-app-tabbar{
    padding:5px 5px calc(5px + 20px)!important;
    padding:5px 5px calc(5px + constant(safe-area-inset-bottom))!important;
    padding:5px 5px calc(5px + env(safe-area-inset-bottom,20px))!important;
  }

  /* 课程学习固定操作栏。 */
  .m-course-study-actions{
    padding-bottom:calc(6px + 20px)!important;
    padding-bottom:calc(6px + constant(safe-area-inset-bottom))!important;
    padding-bottom:calc(6px + env(safe-area-inset-bottom,20px))!important;
  }

  /* 底部抽屉。 */
  .m-course-sheet-panel,
  .creator-v2-sheet-panel,
  .task-v715-filter-sheet>section{
    padding-bottom:calc(14px + 20px)!important;
    padding-bottom:calc(14px + constant(safe-area-inset-bottom))!important;
    padding-bottom:calc(14px + env(safe-area-inset-bottom,20px))!important;
  }

  /* 消息详情底部删除 / 分享栏。 */
  .mm-detail-bottom{
    height:auto!important;
    min-height:70px!important;
    padding-bottom:20px!important;
    padding-bottom:constant(safe-area-inset-bottom)!important;
    padding-bottom:env(safe-area-inset-bottom,20px)!important;
    box-sizing:border-box!important;
  }

  /* 客服固定提交栏。 */
  .cs-submit-bar{
    padding-bottom:calc(10px + 20px)!important;
    padding-bottom:calc(10px + constant(safe-area-inset-bottom))!important;
    padding-bottom:calc(10px + env(safe-area-inset-bottom,20px))!important;
  }

  .cs-conversation-actions,
  .cs-followup-actions{
    padding-bottom:calc(11px + 20px)!important;
    padding-bottom:calc(11px + constant(safe-area-inset-bottom))!important;
    padding-bottom:calc(11px + env(safe-area-inset-bottom,20px))!important;
  }

  /* 任务详情底部接单栏。 */
  .task-v715-actions{
    padding-bottom:calc(8px + 20px)!important;
    padding-bottom:calc(8px + constant(safe-area-inset-bottom))!important;
    padding-bottom:calc(8px + env(safe-area-inset-bottom,20px))!important;
  }

  body.page-route-course_lesson{
    padding-bottom:calc(70px + var(--qzp-safe-bottom))!important;
  }

  body.page-dashboard.mobile-view-profile{
    padding-bottom:calc(72px + var(--qzp-safe-bottom))!important;
  }

  /*
   * 开屏广告素材继续真正全屏。
   * 只保护跳过按钮和底部进度，不缩小开屏图片/视频。
   */
  .mobile-splash-skip{
    top:calc(14px + 44px)!important;
    top:calc(14px + constant(safe-area-inset-top))!important;
    top:calc(14px + env(safe-area-inset-top,44px))!important;
  }

  .mobile-splash-progress{
    bottom:20px!important;
    bottom:constant(safe-area-inset-bottom)!important;
    bottom:env(safe-area-inset-bottom,20px)!important;
  }

  body.mobile-keyboard-open{
    overscroll-behavior-y:contain;
  }
}

/* 横屏不强塞 44px，只尊重设备真实安全区。 */
@media (max-width:767.98px) and (orientation:landscape){
  :root{--qzp-safe-top:0px}

  @supports (padding-top: constant(safe-area-inset-top)){
    :root{--qzp-safe-top:constant(safe-area-inset-top)}
  }

  @supports (padding-top: env(safe-area-inset-top)){
    :root{--qzp-safe-top:env(safe-area-inset-top,0px)}
  }

  body:not(.admin-body){
    padding-top:0!important;
    padding-top:constant(safe-area-inset-top)!important;
    padding-top:env(safe-area-inset-top,0px)!important;
  }

  body:not(.admin-body)::before{
    height:0;
    height:constant(safe-area-inset-top);
    height:env(safe-area-inset-top,0px);
  }
}


/* =========================================================
   V5.9.15.7.27 · 手机端首页顶部安全导航栏
   对标：品牌 Logo + 品牌标语 + 搜索 + 消息铃铛 + 未读角标
   ========================================================= */
.mobile-home-safe-nav{display:none!important}

@media(max-width:767.98px){
  body.page-home:not(.admin-body):not(.auth-page){
    --qzp-home-nav-height:48px;
  }

  body.page-home .mobile-home-safe-nav{
    position:sticky!important;
    top:var(--qzp-safe-top,44px)!important;
    z-index:1290!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:8px!important;
    width:calc(100% + 24px)!important;
    height:var(--qzp-home-nav-height)!important;
    min-height:var(--qzp-home-nav-height)!important;
    margin:0 -12px!important;
    padding:0 12px 0 15px!important;
    box-sizing:border-box!important;
    background:rgba(255,255,255,.985)!important;
    border:0!important;
    border-bottom:1px solid rgba(15,23,42,.055)!important;
    border-radius:0!important;
    box-shadow:none!important;
    backdrop-filter:saturate(1.18) blur(14px)!important;
    -webkit-backdrop-filter:saturate(1.18) blur(14px)!important;
    transform:translateZ(0)!important;
    isolation:isolate!important;
  }

  body.page-home.qzp-safe-scrolled .mobile-home-safe-nav{
    box-shadow:0 5px 15px rgba(15,23,42,.055)!important;
    border-bottom-color:rgba(15,23,42,.075)!important;
  }

  body.page-home .mobile-home-safe-brand{
    min-width:0!important;
    flex:1 1 auto!important;
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    height:100%!important;
    color:#17202b!important;
    text-decoration:none!important;
    overflow:hidden!important;
    -webkit-tap-highlight-color:transparent!important;
  }

  /*
   * 使用用户指定的品牌 Logo 原图。
   * object-fit:contain 保证任何原始比例都不拉伸、不裁切。
   */
  body.page-home .mobile-home-safe-brand img{
    display:block!important;
    flex:0 0 auto!important;
    width:auto!important;
    max-width:110px!important;
    height:29px!important;
    max-height:29px!important;
    margin:0!important;
    padding:0!important;
    object-fit:contain!important;
    object-position:left center!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
  }

  body.page-home .mobile-home-safe-brand span{
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    color:#475569!important;
    font-size:10px!important;
    line-height:1!important;
    font-weight:500!important;
    letter-spacing:.01em!important;
  }

  body.page-home .mobile-home-safe-actions{
    flex:0 0 auto!important;
    display:flex!important;
    align-items:center!important;
    gap:5px!important;
    height:100%!important;
  }

  body.page-home .mobile-home-safe-search,
  body.page-home .mobile-home-safe-bell{
    position:relative!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    height:32px!important;
    min-height:32px!important;
    margin:0!important;
    border:0!important;
    text-decoration:none!important;
    -webkit-tap-highlight-color:transparent!important;
  }

  body.page-home .mobile-home-safe-search{
    gap:4px!important;
    min-width:32px!important;
    padding:0 8px!important;
    border-radius:999px!important;
    background:transparent!important;
    color:#17202b!important;
  }

  body.page-home .mobile-home-safe-search svg,
  body.page-home .mobile-home-safe-bell svg{
    width:18px!important;
    height:18px!important;
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:1.8!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
  }

  body.page-home .mobile-home-safe-search span{
    display:none!important;
    color:#475569!important;
    font-size:10px!important;
    font-weight:650!important;
    white-space:nowrap!important;
  }

  body.page-home .mobile-home-safe-bell{
    width:34px!important;
    min-width:34px!important;
    padding:0!important;
    border-radius:50%!important;
    background:transparent!important;
    color:#17202b!important;
  }

  body.page-home .mobile-home-safe-bell i{
    position:absolute!important;
    z-index:2!important;
    right:-2px!important;
    top:-3px!important;
    display:grid!important;
    place-items:center!important;
    min-width:16px!important;
    height:16px!important;
    padding:0 4px!important;
    border:2px solid #fff!important;
    border-radius:999px!important;
    background:#ff2d3d!important;
    color:#fff!important;
    font-size:8px!important;
    line-height:1!important;
    font-style:normal!important;
    font-weight:850!important;
    box-sizing:border-box!important;
    box-shadow:0 2px 5px rgba(255,45,61,.2)!important;
  }

  body.page-home .mobile-home-safe-search:active,
  body.page-home .mobile-home-safe-bell:active{
    background:#f3f6f5!important;
    transform:scale(.96)!important;
  }

  /* 导航之后的轮播紧贴，不再产生多余空白。 */
  body.page-home .mobile-home-safe-nav + .mobile-home-poster-carousel{
    margin-top:0!important;
  }

  /*
   * 7.26 的顶部安全保护层负责系统状态栏；
   * 7.27 的导航栏负责页面内容吸顶，两层职责分开。
   */
  body.page-home:not(.admin-body)::before{
    z-index:1295!important;
  }

  /* 360px 以上显示“搜索项目”文字，更贴近用户给的对标图。 */
  @media(min-width:360px){
    body.page-home .mobile-home-safe-search{
      padding:0 9px!important;
      background:#f4f7f5!important;
    }
    body.page-home .mobile-home-safe-search span{
      display:inline!important;
    }
  }
}

@media(max-width:359.98px){
  body.page-home .mobile-home-safe-nav{
    padding-left:10px!important;
    padding-right:8px!important;
    gap:4px!important;
  }
  body.page-home .mobile-home-safe-brand{
    gap:5px!important;
  }
  body.page-home .mobile-home-safe-brand img{
    max-width:93px!important;
    height:27px!important;
  }
  body.page-home .mobile-home-safe-brand span{
    font-size:9px!important;
  }
  body.page-home .mobile-home-safe-actions{
    gap:2px!important;
  }
  body.page-home .mobile-home-safe-search{
    width:32px!important;
    padding:0!important;
  }
}

@media(prefers-reduced-motion:reduce) and (max-width:767.98px){
  body.page-home .mobile-home-safe-search,
  body.page-home .mobile-home-safe-bell{
    transition:none!important;
  }
}


/* =========================================================
   V5.9.15.7.28 · 首页导航两态交互重构
   参考用户提供的对标源码行为：
   - 首屏：右上角搜索/消息悬浮在轮播上方
   - 上滑：悬浮按钮淡出，白色品牌安全导航滑入
   ========================================================= */
.mobile-home-hero-affix{display:none!important}

@media(max-width:767.98px){
  body.page-home:not(.admin-body):not(.auth-page){
    --qzp-home-nav-height:45px;
    --qzp-home-side:18px;
  }

  /*
   * 7.27 的 nav 原来参与正常布局。
   * 7.28 改成 fixed + 初始隐藏，不再把轮播向下挤 48px。
   */
  body.page-home .mobile-home-safe-nav{
    position:fixed!important;
    left:0!important;
    right:0!important;
    top:var(--qzp-safe-top,44px)!important;
    z-index:1292!important;
    width:100%!important;
    height:var(--qzp-home-nav-height)!important;
    min-height:var(--qzp-home-nav-height)!important;
    margin:0!important;
    padding:0 var(--qzp-home-side)!important;
    border:0!important;
    border-bottom:1px solid rgba(15,23,42,.055)!important;
    border-radius:0!important;
    background:rgba(255,255,255,.985)!important;
    box-shadow:0 5px 13px rgba(15,23,42,.055)!important;
    -webkit-backdrop-filter:saturate(1.2) blur(12px)!important;
    backdrop-filter:saturate(1.2) blur(12px)!important;
    box-sizing:border-box!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translate3d(0,-12px,0)!important;
    transition:
      opacity .20s ease,
      transform .22s cubic-bezier(.22,1,.36,1),
      visibility 0s linear .22s!important;
  }

  body.page-home.qzp-home-nav-visible .mobile-home-safe-nav{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translate3d(0,0,0)!important;
    transition:
      opacity .18s ease,
      transform .22s cubic-bezier(.22,1,.36,1),
      visibility 0s!important;
  }

  /*
   * 首屏悬浮操作。
   * 对标源码的关键比例：右侧约 18px、34px 高、半透明黑底、10px 间距、blur。
   */
  body.page-home .mobile-home-hero-affix{
    position:fixed!important;
    z-index:1291!important;
    right:var(--qzp-home-side)!important;
    top:calc(var(--qzp-safe-top,44px) + 12px)!important;
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translate3d(0,0,0)!important;
    transition:
      opacity .16s ease,
      transform .20s cubic-bezier(.22,1,.36,1),
      visibility 0s!important;
  }

  body.page-home.qzp-home-nav-visible .mobile-home-hero-affix{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translate3d(0,-8px,0)!important;
    transition:
      opacity .13s ease,
      transform .16s ease,
      visibility 0s linear .16s!important;
  }

  body.page-home .mobile-home-hero-search,
  body.page-home .mobile-home-hero-bell{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    height:34px!important;
    min-height:34px!important;
    box-sizing:border-box!important;
    border:0!important;
    background:rgba(0,0,0,.30)!important;
    color:#fff!important;
    -webkit-backdrop-filter:blur(10px)!important;
    backdrop-filter:blur(10px)!important;
    text-decoration:none!important;
    -webkit-tap-highlight-color:transparent!important;
    transition:transform .14s ease,background-color .14s ease!important;
  }

  body.page-home .mobile-home-hero-search{
    gap:4px!important;
    padding:0 10px!important;
    border-radius:999px!important;
    font-size:13px!important;
    font-weight:500!important;
    line-height:1!important;
    white-space:nowrap!important;
  }

  body.page-home .mobile-home-hero-bell{
    width:34px!important;
    min-width:34px!important;
    padding:0!important;
    border-radius:999px!important;
  }

  body.page-home .mobile-home-hero-search svg,
  body.page-home .mobile-home-hero-bell svg{
    width:16px!important;
    height:16px!important;
    flex:none!important;
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:1.9!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
  }

  body.page-home .mobile-home-hero-search span{
    color:#fff!important;
    font-size:13px!important;
    line-height:1!important;
  }

  body.page-home .mobile-home-hero-search:active,
  body.page-home .mobile-home-hero-bell:active{
    transform:scale(.95)!important;
    background:rgba(0,0,0,.42)!important;
  }

  /* 悬浮态红色未读数量：允许角标微微突出按钮边缘。 */
  body.page-home .mobile-home-hero-bell i{
    position:absolute!important;
    z-index:3!important;
    right:-8px!important;
    top:-8px!important;
    display:grid!important;
    place-items:center!important;
    min-width:17px!important;
    height:17px!important;
    padding:0 4px!important;
    border:2px solid transparent!important;
    border-radius:999px!important;
    background:#f5222d!important;
    color:#fff!important;
    font-size:9px!important;
    font-style:normal!important;
    font-weight:800!important;
    line-height:1!important;
    white-space:nowrap!important;
    box-shadow:0 2px 5px rgba(245,34,45,.2)!important;
  }

  /*
   * 滚动后白色品牌导航。
   * 视觉按对标截图重新收紧：Logo 是主视觉，标语较轻，右侧控件不做大块背景。
   */
  body.page-home .mobile-home-safe-brand{
    min-width:0!important;
    flex:1 1 auto!important;
    gap:7px!important;
    overflow:hidden!important;
  }

  body.page-home .mobile-home-safe-brand img{
    flex:0 0 auto!important;
    width:auto!important;
    max-width:105px!important;
    height:25px!important;
    max-height:25px!important;
    object-fit:contain!important;
    object-position:left center!important;
  }

  body.page-home .mobile-home-safe-brand span{
    min-width:0!important;
    color:#4b5563!important;
    font-size:10px!important;
    line-height:1!important;
    font-weight:500!important;
    letter-spacing:0!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  body.page-home .mobile-home-safe-actions{
    gap:4px!important;
  }

  body.page-home .mobile-home-safe-search,
  body.page-home .mobile-home-safe-bell{
    height:31px!important;
    min-height:31px!important;
    color:#111827!important;
    background:transparent!important;
    box-shadow:none!important;
  }

  body.page-home .mobile-home-safe-search{
    gap:4px!important;
    padding:0 7px!important;
    border-radius:999px!important;
  }

  body.page-home .mobile-home-safe-bell{
    width:31px!important;
    min-width:31px!important;
    border-radius:50%!important;
  }

  body.page-home .mobile-home-safe-search svg,
  body.page-home .mobile-home-safe-bell svg{
    width:17px!important;
    height:17px!important;
    stroke-width:1.8!important;
  }

  body.page-home .mobile-home-safe-search span{
    display:none!important;
    font-size:11px!important;
    color:#111827!important;
    font-weight:500!important;
  }

  body.page-home .mobile-home-safe-bell i{
    right:-5px!important;
    top:-5px!important;
    min-width:16px!important;
    height:16px!important;
    padding:0 4px!important;
    border:2px solid #fff!important;
    background:#f5222d!important;
    color:#fff!important;
    font-size:8px!important;
    font-weight:800!important;
  }

  body.page-home .mobile-home-safe-search:active,
  body.page-home .mobile-home-safe-bell:active{
    background:#f3f4f6!important;
    transform:scale(.96)!important;
  }

  /*
   * 因 nav 改成 fixed，不再作为 carousel 的前置块参与文档流。
   * 轮播重新直接从安全区下沿开始，和对标首屏一致。
   */
  body.page-home .mobile-home-safe-nav + .mobile-home-poster-carousel{
    margin-top:0!important;
  }

  /* 7.26 的系统状态栏保护层继续位于最上层。 */
  body.page-home:not(.admin-body)::before{
    z-index:1295!important;
  }

  /* 390px 左右宽度才显示白色吸顶栏里的“搜索项目”文字。 */
  @media(min-width:385px){
    body.page-home .mobile-home-safe-search{
      padding:0 8px!important;
      background:#f5f6f6!important;
    }
    body.page-home .mobile-home-safe-search span{
      display:inline!important;
    }
  }
}

@media(max-width:359.98px){
  body.page-home:not(.admin-body):not(.auth-page){
    --qzp-home-side:12px;
  }
  body.page-home .mobile-home-safe-brand img{
    max-width:90px!important;
    height:23px!important;
  }
  body.page-home .mobile-home-safe-brand span{
    font-size:9px!important;
  }
  body.page-home .mobile-home-hero-affix{
    gap:7px!important;
  }
  body.page-home .mobile-home-hero-search{
    padding:0 8px!important;
  }
}

@media(prefers-reduced-motion:reduce) and (max-width:767.98px){
  body.page-home .mobile-home-safe-nav,
  body.page-home .mobile-home-hero-affix{
    transition:none!important;
  }
}


/* =========================================================
   V5.9.15.7.29 · 首页顶部导航视觉比例修正
   - Logo 本身已经包含品牌识别，不再额外拼接文字
   - 白色吸顶导航从 45px 提升为 54px，解决“太小看不清”
   - Logo / 搜索 / 铃铛整体同步放大
   - 保留 V7.28 两态滚动交互
   ========================================================= */
@media(max-width:767.98px){
  body.page-home:not(.admin-body):not(.auth-page){
    --qzp-home-nav-height:54px!important;
    --qzp-home-side:14px!important;
  }

  body.page-home .mobile-home-safe-nav{
    height:54px!important;
    min-height:54px!important;
    padding:0 14px!important;
  }

  body.page-home .mobile-home-safe-brand{
    flex:1 1 auto!important;
    min-width:0!important;
    gap:0!important;
    overflow:hidden!important;
  }

  body.page-home .mobile-home-safe-brand img{
    width:auto!important;
    height:32px!important;
    max-height:32px!important;
    max-width:148px!important;
    object-fit:contain!important;
    object-position:left center!important;
    transform:none!important;
  }

  /* 兼容旧缓存 DOM：即便旧页面里还残留 span，也强制隐藏，防止重复文案。 */
  body.page-home .mobile-home-safe-brand span{
    display:none!important;
  }

  body.page-home .mobile-home-safe-actions{
    flex:none!important;
    gap:7px!important;
    margin-left:8px!important;
  }

  body.page-home .mobile-home-safe-search,
  body.page-home .mobile-home-safe-bell{
    height:36px!important;
    min-height:36px!important;
  }

  body.page-home .mobile-home-safe-search{
    gap:5px!important;
    padding:0 11px!important;
    border-radius:999px!important;
    background:#f4f5f6!important;
  }

  body.page-home .mobile-home-safe-bell{
    width:36px!important;
    min-width:36px!important;
    border-radius:50%!important;
    background:transparent!important;
  }

  body.page-home .mobile-home-safe-search svg,
  body.page-home .mobile-home-safe-bell svg{
    width:18px!important;
    height:18px!important;
    stroke-width:1.9!important;
  }

  body.page-home .mobile-home-safe-search span{
    display:inline!important;
    color:#111827!important;
    font-size:12px!important;
    line-height:1!important;
    font-weight:600!important;
  }

  body.page-home .mobile-home-safe-bell i{
    right:-4px!important;
    top:-5px!important;
    min-width:18px!important;
    height:18px!important;
    padding:0 4px!important;
    border:2px solid #fff!important;
    font-size:9px!important;
  }

  /* 首屏悬浮态也略微放大，避免两态尺寸落差过大。 */
  body.page-home .mobile-home-hero-affix{
    right:14px!important;
    top:calc(var(--qzp-safe-top,44px) + 10px)!important;
    gap:8px!important;
  }

  body.page-home .mobile-home-hero-search,
  body.page-home .mobile-home-hero-bell{
    height:36px!important;
    min-height:36px!important;
  }

  body.page-home .mobile-home-hero-search{
    padding:0 11px!important;
    font-size:13px!important;
  }

  body.page-home .mobile-home-hero-bell{
    width:36px!important;
    min-width:36px!important;
  }

  body.page-home .mobile-home-hero-search svg,
  body.page-home .mobile-home-hero-bell svg{
    width:17px!important;
    height:17px!important;
  }

  body.page-home .mobile-home-hero-search span{
    font-size:13px!important;
    font-weight:600!important;
  }
}

@media(max-width:359.98px){
  body.page-home:not(.admin-body):not(.auth-page){
    --qzp-home-side:10px!important;
  }

  body.page-home .mobile-home-safe-nav{
    padding:0 10px!important;
  }

  body.page-home .mobile-home-safe-brand img{
    max-width:128px!important;
    height:29px!important;
    max-height:29px!important;
  }

  body.page-home .mobile-home-safe-actions{
    gap:4px!important;
    margin-left:5px!important;
  }

  body.page-home .mobile-home-safe-search{
    padding:0 8px!important;
  }

  body.page-home .mobile-home-safe-search span{
    font-size:11px!important;
  }
}


/* =========================================================
   V5.9.15.7.30 · 首页吸顶 Logo 容器化放大
   - 不再使用 max-width 小图模式
   - 品牌区有真实固定宽高，图片 100% 铺满该区域
   - 宽高由后台设置写入 CSS 变量
   ========================================================= */
@media(max-width:767.98px){
  body.page-home .mobile-home-safe-brand{
    flex:0 1 var(--qzp-home-logo-width,188px)!important;
    width:var(--qzp-home-logo-width,188px)!important;
    max-width:var(--qzp-home-logo-width,188px)!important;
    min-width:140px!important;
    height:100%!important;
    gap:0!important;
    overflow:hidden!important;
  }

  body.page-home .mobile-home-safe-brand img{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    height:var(--qzp-home-logo-height,36px)!important;
    max-height:none!important;
    object-fit:contain!important;
    object-position:left center!important;
    margin:0!important;
    padding:0!important;
  }

  body.page-home .mobile-home-safe-actions{
    margin-left:auto!important;
  }
}

@media(max-width:359.98px){
  body.page-home .mobile-home-safe-brand{
    flex-basis:min(var(--qzp-home-logo-width,188px),168px)!important;
    width:min(var(--qzp-home-logo-width,188px),168px)!important;
    max-width:168px!important;
  }
  body.page-home .mobile-home-safe-brand img{
    height:min(var(--qzp-home-logo-height,36px),34px)!important;
  }
  body.page-home .mobile-home-safe-search span{
    display:none!important;
  }
  body.page-home .mobile-home-safe-search{
    width:36px!important;
    min-width:36px!important;
    padding:0!important;
  }
}


/* =========================================================
   V5.9.15.7.31 · 手机端全新搜索中心
   ========================================================= */
@media(max-width:767.98px){
  body.page-route-search{
    --ms731-green:#08bf72;
    --ms731-deep:#0b7d52;
    --ms731-ink:#172235;
    --ms731-sub:#7e8998;
    --ms731-line:#e9eef0;
    --ms731-bg:#f5f7fa;
    background:var(--ms731-bg)!important;
  }

  body.page-route-search .notice-bar,
  body.page-route-search .site-header,
  body.page-route-search .page-skeleton,
  body.page-route-search .global-breadcrumb,
  body.page-route-search .site-footer-shell{
    display:none!important;
  }

  body.page-route-search .site-main{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0 0 calc(72px + var(--qzp-safe-bottom,20px))!important;
    background:var(--ms731-bg)!important;
  }

  body.page-route-search .search-desktop-v731{display:none!important}
  .mobile-search-v731{
    display:block!important;
    min-height:calc(100dvh - var(--qzp-safe-top,44px));
    color:var(--ms731-ink);
    background:var(--ms731-bg);
    font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","PingFang SC","Microsoft YaHei",Arial,sans-serif;
  }

  .ms731-topbar{
    position:sticky;
    top:var(--qzp-safe-top,44px);
    z-index:1288;
    display:grid;
    grid-template-columns:42px minmax(0,1fr);
    align-items:center;
    gap:4px;
    min-height:62px;
    padding:8px 12px 8px 8px;
    box-sizing:border-box;
    background:rgba(255,255,255,.97);
    border-bottom:1px solid rgba(15,23,42,.055);
    -webkit-backdrop-filter:blur(16px) saturate(1.12);
    backdrop-filter:blur(16px) saturate(1.12);
  }

  .ms731-back{
    width:40px;height:40px;padding:0;border:0;border-radius:50%;
    display:grid;place-items:center;background:transparent;color:#202b39;
    -webkit-tap-highlight-color:transparent;
  }
  .ms731-back:active{background:#f0f3f3;transform:scale(.96)}
  .ms731-back svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

  .ms731-searchform{
    min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 48px;gap:7px;align-items:center;
  }
  .ms731-searchbox{
    min-width:0;height:42px;padding:0 9px 0 12px;
    display:flex;align-items:center;gap:8px;
    border:1px solid #edf0f2;border-radius:14px;background:#f4f6f7;
    transition:border-color .16s ease,box-shadow .16s ease,background .16s ease;
  }
  .ms731-searchbox:focus-within{
    background:#fff;border-color:rgba(8,191,114,.35);box-shadow:0 0 0 3px rgba(8,191,114,.08);
  }
  .ms731-searchbox>svg{width:18px;height:18px;flex:none;fill:none;stroke:#82909d;stroke-width:1.8;stroke-linecap:round}
  .ms731-searchbox input{
    min-width:0;width:100%;height:100%;padding:0;border:0;outline:0;background:transparent;
    color:#202b39;font-size:14px;font-weight:500;
  }
  .ms731-searchbox input::placeholder{color:#a3acb7;font-weight:400}
  .ms731-clear{
    width:27px;height:27px;flex:none;padding:0;border:0;border-radius:50%;display:grid;place-items:center;
    background:#dfe4e6;color:#fff;
  }
  .ms731-clear[hidden]{display:none!important}
  .ms731-clear svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
  .ms731-submit{
    height:40px;padding:0;border:0;background:transparent;color:var(--ms731-green);
    font-size:14px;font-weight:750;text-align:center;
  }

  .ms731-discovery,.ms731-results{padding:18px 14px 24px}
  .ms731-welcome{padding:4px 2px 18px}
  .ms731-eyebrow{
    display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:999px;
    background:#e9faf2;color:#00a65f;font-size:9px;font-weight:850;letter-spacing:.08em;
  }
  .ms731-welcome h1{margin:10px 0 6px;font-size:25px;line-height:1.16;font-weight:850;letter-spacing:-.02em;color:#162234}
  .ms731-welcome p{margin:0;color:#8a95a3;font-size:12px;line-height:1.7}

  .ms731-block{
    margin:0 0 14px;padding:16px;border:1px solid var(--ms731-line);border-radius:18px;background:#fff;
    box-shadow:0 8px 24px rgba(31,45,38,.035);
  }
  .ms731-sectionhead{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:13px}
  .ms731-sectionhead h2{margin:0;color:#1c2737;font-size:16px;line-height:1.2;font-weight:800}
  .ms731-sectionhead p{margin:4px 0 0;color:#a0a8b2;font-size:10px;line-height:1.35}
  .ms731-sectionhead>span{padding:4px 7px;border-radius:999px;background:#fff2eb;color:#ff6b37;font-size:8px;font-weight:900;letter-spacing:.08em}
  .ms731-sectionhead>button{padding:2px 0;border:0;background:transparent;color:#9aa3ad;font-size:11px}

  .ms731-chiprow{display:flex;flex-wrap:wrap;gap:8px}
  .ms731-chiprow a{
    max-width:100%;height:32px;padding:0 11px;display:inline-flex;align-items:center;
    border-radius:999px;background:#f4f7f6;color:#50605a;text-decoration:none;font-size:11px;font-weight:600;
    white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
  }

  .ms731-hotgrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:14px}
  .ms731-hotgrid a{
    min-width:0;height:45px;display:grid;grid-template-columns:24px minmax(0,1fr) 12px;align-items:center;gap:5px;
    border-bottom:1px solid #f0f2f3;color:#2e3947;text-decoration:none;
  }
  .ms731-hotgrid a:nth-last-child(-n+2){border-bottom:0}
  .ms731-hotgrid i{font-style:normal;color:#ff7448;font-size:10px;font-weight:850}
  .ms731-hotgrid span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:650}
  .ms731-hotgrid b{color:#bac1c8;font-size:16px;font-weight:400;text-align:right}

  .ms731-quickgrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .ms731-quickgrid a{
    min-width:0;min-height:76px;padding:12px;display:grid;grid-template-columns:38px minmax(0,1fr) 12px;align-items:center;gap:8px;
    border:1px solid #edf1ef;border-radius:14px;background:#fbfcfc;color:#24312b;text-decoration:none;
  }
  .ms731-quickgrid a>i{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;font-style:normal}
  .ms731-quickgrid a>i svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
  .ms731-quickgrid a>span{min-width:0}
  .ms731-quickgrid a b{display:block;font-size:12px;line-height:1.2;font-weight:800}
  .ms731-quickgrid a small{display:block;margin-top:4px;color:#98a2ad;font-size:9px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .ms731-quickgrid a>em{color:#bac4c0;font-style:normal;font-size:16px}
  .ms731-quickgrid .is-task>i{background:#e7faf1;color:#00ad68}
  .ms731-quickgrid .is-template>i{background:#fff1eb;color:#ff7042}
  .ms731-quickgrid .is-course>i{background:#eef3ff;color:#4f78e8}
  .ms731-quickgrid .is-article>i{background:#f0edff;color:#7657e8}

  .ms731-search-tip{
    margin-top:2px;padding:13px 14px;display:grid;grid-template-columns:34px minmax(0,1fr);gap:9px;
    border-radius:15px;background:linear-gradient(135deg,#ecfaf3,#f7fbf9);border:1px solid #ddf3e8;
  }
  .ms731-search-tip>i{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:#fff;color:#0bb46d;font-style:normal}
  .ms731-search-tip svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
  .ms731-search-tip b{display:block;color:#236044;font-size:11px;font-weight:800}
  .ms731-search-tip span{display:block;margin-top:3px;color:#7d9287;font-size:9.5px;line-height:1.5}

  .ms731-scope{
    position:sticky;top:calc(var(--qzp-safe-top,44px) + 62px);z-index:1280;
    display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:end;
    padding:0 10px;background:rgba(255,255,255,.97);border-bottom:1px solid #edf0f2;
    -webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);
  }
  .ms731-scope a{
    position:relative;min-width:0;height:44px;display:flex;align-items:center;justify-content:center;gap:3px;
    color:#6c7684;text-decoration:none;font-size:11px;font-weight:650;
  }
  .ms731-scope a.on{color:#0dae68;font-weight:800}
  .ms731-scope a.on::after{content:"";position:absolute;left:28%;right:28%;bottom:0;height:3px;border-radius:999px;background:#0dc574}
  .ms731-scope i{min-width:14px;height:14px;padding:0 3px;border-radius:999px;display:grid;place-items:center;background:#f0f3f3;color:#89939d;font-style:normal;font-size:7px}
  .ms731-scope a.on i{background:#e9f9f2;color:#04a963}

  .ms731-result-summary{
    margin:0 0 12px;padding:3px 2px 10px;display:flex;align-items:flex-end;justify-content:space-between;gap:10px;
  }
  .ms731-result-summary span{display:block;color:#09a965;font-size:8px;font-weight:900;letter-spacing:.11em}
  .ms731-result-summary h1{margin:5px 0 0;color:#172235;font-size:19px;line-height:1.25;font-weight:850}
  .ms731-result-summary p{margin:0 0 2px;color:#9aa3ae;font-size:10px;white-space:nowrap}
  .ms731-result-summary p b{color:#0caf69;font-size:13px}

  .ms731-result-section{
    margin-bottom:13px;padding:15px 13px 5px;border:1px solid var(--ms731-line);border-radius:18px;background:#fff;
    box-shadow:0 7px 22px rgba(31,45,38,.03);
  }
  .ms731-result-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:0 2px 10px}
  .ms731-result-head h2{margin:0;color:#1d2939;font-size:15px;line-height:1.2;font-weight:820}
  .ms731-result-head p{margin:4px 0 0;color:#a1a9b3;font-size:9px}
  .ms731-result-head>a{padding-top:2px;color:#0caf69;text-decoration:none;font-size:10px;font-weight:750}

  .ms731-result-list{display:block}
  .ms731-result-card{
    min-width:0;min-height:88px;padding:11px 2px;display:grid;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:10px;
    border-top:1px solid #f0f2f3;color:#26313e;text-decoration:none;
  }
  .ms731-result-card:first-child{border-top:0}
  .ms731-result-thumb{
    width:64px;height:64px;border-radius:14px;overflow:hidden;display:grid;place-items:center;background:#f2f5f4;
  }
  .ms731-result-thumb img{width:100%;height:100%;object-fit:cover;display:block}
  .ms731-result-thumb>i{
    width:100%;height:100%;display:grid;place-items:center;font-style:normal;font-size:20px;font-weight:900;
  }
  .ms731-result-card.is-task .ms731-result-thumb>i{background:linear-gradient(135deg,#e2f8ee,#c6f3df);color:#08a966}
  .ms731-result-card.is-template .ms731-result-thumb>i{background:linear-gradient(135deg,#fff1ea,#ffe0d4);color:#ff7145}
  .ms731-result-card.is-course .ms731-result-thumb>i{background:linear-gradient(135deg,#edf3ff,#dce8ff);color:#4d73dd}
  .ms731-result-card.is-article .ms731-result-thumb>i{background:linear-gradient(135deg,#f2efff,#e7e0ff);color:#7055d6}
  .ms731-result-copy{min-width:0;display:block}
  .ms731-result-copy small{
    display:flex;align-items:center;gap:5px;min-width:0;margin-bottom:5px;color:#8d98a6;font-size:8.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
  }
  .ms731-result-copy small em{
    flex:none;height:18px;padding:0 6px;display:inline-flex;align-items:center;border-radius:999px;background:#eef8f3;color:#08a968;font-style:normal;font-size:8px;font-weight:800;
  }
  .ms731-result-card.is-template small em{background:#fff2ed;color:#ff7145}
  .ms731-result-card.is-course small em{background:#eef3ff;color:#5276df}
  .ms731-result-card.is-article small em{background:#f1efff;color:#7058d8}
  .ms731-result-copy>b{
    display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;
    color:#1d2939;font-size:13px;line-height:1.35;font-weight:800;
  }
  .ms731-result-copy>p{
    margin:5px 0 0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;
    color:#8e98a5;font-size:9.5px;line-height:1.4;
  }
  .ms731-result-side{min-width:26px;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:8px}
  .ms731-result-side strong{color:#ff6333;font-size:12px;font-weight:850;white-space:nowrap}
  .ms731-result-side>i{color:#bcc4cb;font-style:normal;font-size:19px;font-weight:400}

  .ms731-login-card{
    margin:0 0 10px;padding:13px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:9px;
    border-radius:14px;background:#f8faf9;border:1px solid #edf1ef;
  }
  .ms731-login-card>i{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#fff1eb;color:#ff7145;font-style:normal;font-size:15px;font-weight:850}
  .ms731-login-card b{display:block;color:#29352f;font-size:11px}
  .ms731-login-card span{display:block;margin-top:4px;color:#94a09a;font-size:9px;line-height:1.45}
  .ms731-login-card>a{height:30px;padding:0 9px;border-radius:999px;display:inline-flex;align-items:center;background:#0cbe72;color:#fff;text-decoration:none;font-size:9px;font-weight:750;white-space:nowrap}

  .ms731-empty{padding:72px 20px 50px;text-align:center}
  .ms731-empty-art{position:relative;width:82px;height:82px;margin:0 auto 17px;border-radius:26px;background:linear-gradient(145deg,#ebfaf3,#dff5ec);transform:rotate(-5deg)}
  .ms731-empty-art::before{content:"";position:absolute;left:22px;top:23px;width:31px;height:31px;border:5px solid #39c98c;border-radius:50%}
  .ms731-empty-art::after{content:"";position:absolute;left:53px;top:55px;width:23px;height:5px;border-radius:999px;background:#39c98c;transform:rotate(45deg)}
  .ms731-empty-art span{position:absolute;right:-7px;top:10px;width:21px;height:21px;border-radius:50%;background:#fff;box-shadow:0 5px 14px rgba(21,112,73,.12)}
  .ms731-empty h2{margin:0;color:#263140;font-size:15px;font-weight:800}
  .ms731-empty p{max-width:245px;margin:7px auto 17px;color:#97a1ad;font-size:10px;line-height:1.6}
  .ms731-empty a{height:36px;padding:0 17px;border-radius:999px;display:inline-flex;align-items:center;background:#0cbe72;color:#fff;text-decoration:none;font-size:11px;font-weight:750}

  body.page-route-search .mobile-bottom-nav.mobile-app-tabbar{
    background:rgba(255,255,255,.985)!important;
    border-top:1px solid #e9edef!important;
  }
}

@media(min-width:768px){
  .mobile-search-v731{display:none!important}
  .search-desktop-v731{display:block!important}
}

@media(max-width:359.98px){
  .ms731-topbar{grid-template-columns:38px minmax(0,1fr);padding-left:5px;padding-right:9px}
  .ms731-back{width:36px;height:36px}
  .ms731-searchform{grid-template-columns:minmax(0,1fr) 42px;gap:4px}
  .ms731-searchbox{height:40px;padding-left:10px}
  .ms731-submit{font-size:13px}
  .ms731-discovery,.ms731-results{padding-left:11px;padding-right:11px}
  .ms731-quickgrid{gap:7px}
  .ms731-quickgrid a{padding:10px 8px;grid-template-columns:34px minmax(0,1fr) 8px}
  .ms731-quickgrid a>i{width:34px;height:34px}
  .ms731-hotgrid{column-gap:9px}
  .ms731-result-card{grid-template-columns:58px minmax(0,1fr) auto;gap:8px}
  .ms731-result-thumb{width:58px;height:58px}
}


/* =========================================================
   V5.9.15.7.32 · 搜索框清空按钮防挤压
   全局 button/min-height 样式曾把圆形 × 挤成长椭圆，本段做完全尺寸隔离。
   ========================================================= */
@media(max-width:767.98px){
  .ms731-searchbox .ms731-clear{
    -webkit-appearance:none!important;
    appearance:none!important;
    position:relative!important;
    flex:0 0 26px!important;
    width:26px!important;
    min-width:26px!important;
    max-width:26px!important;
    height:26px!important;
    min-height:26px!important;
    max-height:26px!important;
    aspect-ratio:1/1!important;
    align-self:center!important;
    display:grid!important;
    place-items:center!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:50%!important;
    box-sizing:border-box!important;
    background:#e4e8ea!important;
    color:#fff!important;
    line-height:0!important;
    overflow:hidden!important;
    box-shadow:none!important;
    transform:none!important;
  }

  .ms731-searchbox .ms731-clear svg{
    display:block!important;
    width:12px!important;
    min-width:12px!important;
    max-width:12px!important;
    height:12px!important;
    min-height:12px!important;
    max-height:12px!important;
    margin:0!important;
    padding:0!important;
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:2.25!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
    pointer-events:none!important;
  }

  .ms731-searchbox .ms731-clear:active{
    background:#cfd5d8!important;
    transform:scale(.92)!important;
  }
}


/* =========================================================
   V5.9.15.7.33 · 搜索页设计师原型 1:1 视觉/交互重构
   ========================================================= */
@media(max-width:767.98px){
  body.page-route-search{
    --s733-orange:#ff6b00;
    --s733-orange-2:#ff7b19;
    --s733-green:#20c997;
    --s733-ink:#182335;
    --s733-sub:#7d8998;
    --s733-line:#edf0f3;
    --s733-bg:#f7f8fb;
    background:var(--s733-bg)!important;
  }
  body.page-route-search .site-header,
  body.page-route-search .notice-bar,
  body.page-route-search .global-breadcrumb,
  body.page-route-search .site-footer-shell,
  body.page-route-search .search-desktop-v731{display:none!important}
  body.page-route-search .site-main{
    width:100%!important;max-width:none!important;margin:0!important;padding:0 0 calc(76px + var(--qzp-safe-bottom,20px))!important;background:var(--s733-bg)!important;
  }
  body.page-route-search .mobile-bottom-nav.mobile-app-tabbar{
    background:rgba(255,255,255,.985)!important;
    border-top:1px solid #eceff1!important;
    box-shadow:0 -5px 18px rgba(15,23,42,.025)!important;
  }

  .mobile-search-v733{
    display:block!important;
    min-height:calc(100dvh - var(--qzp-safe-top,44px));
    background:var(--s733-bg);
    color:var(--s733-ink);
    font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","PingFang SC","Microsoft YaHei",Arial,sans-serif;
  }
  .s733-header{
    position:sticky;top:var(--qzp-safe-top,44px);z-index:1288;
    padding:0 15px 14px;background:rgba(255,255,255,.985);
    border-bottom:1px solid rgba(15,23,42,.04);
    -webkit-backdrop-filter:blur(18px) saturate(1.1);backdrop-filter:blur(18px) saturate(1.1);
  }
  .s733-titlebar{
    position:relative;height:55px;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;
  }
  .s733-titlebar h1{margin:0;text-align:center;color:#111b2b;font-size:20px;line-height:1;font-weight:850;letter-spacing:-.02em}
  .s733-back{
    width:42px;height:42px;min-height:42px!important;padding:0!important;border:0;border-radius:50%;display:grid;place-items:center;background:transparent;color:#162236;
  }
  .s733-back svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
  .s733-back:active{background:#f2f4f6;transform:scale(.95)}

  .s733-search-form{margin:0}
  .s733-searchbox{
    height:50px;padding:0 10px 0 14px;display:flex;align-items:center;gap:9px;
    border:1.5px solid var(--s733-orange-2);border-radius:19px;background:#fff;
    box-shadow:0 6px 18px rgba(255,107,0,.11);
    transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
  }
  .s733-searchbox:focus-within{border-color:#ff6500;box-shadow:0 7px 20px rgba(255,107,0,.18)}
  .s733-search-icon{width:23px;height:23px;flex:none;fill:none;stroke:#253245;stroke-width:1.9;stroke-linecap:round}
  .s733-searchbox input{
    min-width:0;width:100%;height:100%;padding:0;border:0;outline:0;background:transparent;color:#263244;font-size:14px;font-weight:600;
  }
  .s733-searchbox input::placeholder{color:#9aa4b1;font-weight:450}
  .s733-clear{
    -webkit-appearance:none!important;appearance:none!important;flex:0 0 24px!important;width:24px!important;min-width:24px!important;max-width:24px!important;
    height:24px!important;min-height:24px!important;max-height:24px!important;aspect-ratio:1!important;padding:0!important;margin:0!important;border:0!important;border-radius:50%!important;
    display:grid!important;place-items:center!important;background:#e5e8eb!important;color:#fff!important;box-sizing:border-box!important;
  }
  .s733-clear[hidden]{display:none!important}
  .s733-clear svg{width:11px;height:11px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round}
  .s733-search-divider{width:1px;height:26px;background:#e8eaed;flex:none}
  .s733-voice{
    width:32px;height:36px;min-height:36px!important;padding:0!important;border:0;background:transparent;color:#ff7314;display:grid;place-items:center;
  }
  .s733-voice svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
  .s733-voice.listening{animation:s733Voice .8s ease-in-out infinite alternate}
  @keyframes s733Voice{to{transform:scale(1.12);color:#ff3e00}}

  .s733-suggest-panel{
    position:absolute;left:15px;right:15px;top:calc(100% - 7px);z-index:4;
    overflow:hidden;padding:6px 0;border:1px solid #edf0f2;border-radius:16px;background:#fff;box-shadow:0 14px 35px rgba(21,31,45,.13);
    animation:s733SuggestIn .22s cubic-bezier(.22,1,.36,1);
  }
  .s733-suggest-panel[hidden]{display:none!important}
  @keyframes s733SuggestIn{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}
  .s733-suggest-panel a{height:45px;padding:0 14px;display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:8px;color:#334052;text-decoration:none}
  .s733-suggest-panel a:active{background:#f8f9fa}
  .s733-suggest-panel svg{width:17px;height:17px;fill:none;stroke:#8b96a3;stroke-width:1.8}
  .s733-suggest-panel span{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .s733-suggest-panel i{font-style:normal;color:#a5adb7;font-size:9px}

  .s733-discovery{padding:14px 14px 23px}
  .s733-discovery-card{
    padding:15px 15px 12px;border:1px solid #edf0f2;border-radius:16px;background:#fff;box-shadow:0 9px 25px rgba(25,36,50,.035);
  }
  .s733-section-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}
  .s733-section-title>div{display:flex;align-items:center;gap:5px}
  .s733-section-title b{font-size:13px;color:#253143}
  .s733-section-title img{width:17px;height:17px;object-fit:contain}
  .s733-section-title button{
    min-height:28px!important;padding:0!important;border:0;background:transparent;color:#87919e;font-size:11px;display:flex;align-items:center;gap:4px;
  }
  .s733-section-title button svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

  .s733-history{padding-bottom:13px;margin-bottom:12px;border-bottom:1px solid #f0f2f3}
  .s733-history-chips{display:flex;flex-wrap:wrap;gap:8px}
  .s733-history-chips a{
    max-width:100%;padding:8px 11px;border-radius:999px;background:#f2f3f5;color:#5e6876;text-decoration:none;font-size:11px;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
  }

  .s733-hot-list{
    display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px;transition:opacity .12s ease,transform .12s ease;
  }
  .s733-hot-list.switching{opacity:.18;transform:translateY(3px)}
  .s733-hot-list a{
    min-width:0;height:35px;display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:4px;color:#303b4c;text-decoration:none;
  }
  .s733-hot-list a i{font-style:normal;color:#7d8795;font-size:11px;font-weight:750}
  .s733-hot-list a:nth-child(-n+3) i{color:#ff5f2e}
  .s733-hot-list a span{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .s733-hot-list a em{
    height:18px;padding:0 5px;border-radius:999px;display:inline-flex;align-items:center;background:#fff0e8;color:#ff6240;font-size:8px;font-style:normal;font-weight:850;
  }
  .s733-hot-list a em.new{background:#e9faf3;color:#10b977}

  .s733-type-nav{
    margin-top:12px;padding:8px;border:1px solid #edf0f2;border-radius:16px;background:#fff;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:2px;box-shadow:0 8px 22px rgba(25,36,50,.025);
  }
  .s733-type-nav a{
    min-width:0;height:43px;padding:0 4px;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:5px;color:#263244;text-decoration:none;font-size:11px;font-weight:700;
  }
  .s733-type-nav a.on{background:#fff5ec;color:#ff6800}
  .s733-type-nav img{width:25px;height:25px;object-fit:contain}
  .s733-type-nav i{width:25px;height:25px;display:grid;place-items:center;font-style:normal}
  .s733-type-nav i svg{width:22px;height:22px;fill:#ff7b19;stroke:#ff7b19;stroke-width:0}
  .s733-type-nav b{font-size:11px;white-space:nowrap}

  .s733-discover{margin-top:17px}
  .s733-discover h2{margin:0 0 11px 2px;font-size:15px;color:#202c3d}
  .s733-discover-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
  .s733-discover-grid a{
    min-width:0;min-height:143px;padding:12px 5px 10px;border-radius:16px;display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;background:linear-gradient(180deg,#fff7ee,#fff0df);border:1px solid #fff4e8;
  }
  .s733-discover-grid a:nth-child(2){background:linear-gradient(180deg,#effbf6,#e5f9ef);border-color:#eef9f4}
  .s733-discover-grid a:nth-child(3){background:linear-gradient(180deg,#f5f0ff,#eee7ff);border-color:#f4efff}
  .s733-discover-grid a:nth-child(4){background:linear-gradient(180deg,#eff8ff,#e7f4ff);border-color:#eff8ff}
  .s733-discover-grid img{width:53px;height:53px;object-fit:contain;margin-bottom:8px}
  .s733-discover-grid b{font-size:11px;color:#263244;white-space:nowrap}
  .s733-discover-grid span{margin-top:4px;color:#8994a1;font-size:8.5px;line-height:1.3;white-space:nowrap}
  .s733-discover-grid em{margin-top:auto;padding:5px 8px;border-radius:999px;background:#fff0df;color:#ff710f;font-size:8px;font-style:normal;font-weight:750;white-space:nowrap}
  .s733-discover-grid em.green{background:#dff8ed;color:#10b878}.s733-discover-grid em.purple{background:#e9e3ff;color:#7b5cdb}.s733-discover-grid em.blue{background:#dff0ff;color:#3995ed}

  .s733-ai-card,.s733-ai-result{
    position:relative;margin-top:15px;padding:13px 13px 12px 58px;min-height:83px;border:1px solid #e5f4ef;border-radius:16px;background:linear-gradient(135deg,#fbfffd,#f0fbf7);box-shadow:0 7px 22px rgba(16,112,74,.025);
  }
  .s733-ai-card>img,.s733-ai-result>img{position:absolute;left:10px;top:12px;width:43px;height:43px;object-fit:contain}
  .s733-ai-copy b,.s733-ai-result>div>b{display:block;font-size:11px;color:#26352e}.s733-ai-copy b i,.s733-ai-result>div>b i{color:#4a83ff;font-style:normal}
  .s733-ai-copy span,.s733-ai-result>div>span{display:block;margin-top:4px;color:#8a9991;font-size:9px}
  .s733-ai-card>button,.s733-ai-result>button{
    position:absolute;right:10px;top:12px;min-height:27px!important;padding:0!important;border:0;background:transparent;color:#21b997;font-size:9px;font-weight:700;display:flex;align-items:center;gap:3px;
  }
  .s733-ai-card>button svg,.s733-ai-result>button svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.8}
  .s733-ai-chips{grid-column:1/-1;margin-top:10px;margin-left:-48px;display:flex;gap:7px;overflow:auto;scrollbar-width:none;transition:opacity .12s ease}
  .s733-ai-chips::-webkit-scrollbar{display:none}.s733-ai-chips.switching{opacity:.16}
  .s733-ai-chips a{flex:none;padding:7px 9px;border-radius:999px;background:#e9faf6;color:#21ae91;text-decoration:none;font-size:9px;white-space:nowrap}

  .s733-result-types{
    position:sticky;top:calc(var(--qzp-safe-top,44px) + 119px);z-index:1284;height:48px;padding:0 14px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));background:rgba(255,255,255,.985);border-bottom:1px solid #edf0f2;
  }
  .s733-result-types a{
    position:relative;min-width:0;display:flex;align-items:center;justify-content:center;gap:4px;color:#374254;text-decoration:none;font-size:11px;font-weight:650;
  }
  .s733-result-types a.on{color:#ff6800}
  .s733-result-types a.on::after{content:"";position:absolute;left:18%;right:18%;bottom:0;height:3px;border-radius:999px;background:#ff6b00}
  .s733-result-types svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
  .s733-result-types b{font-size:11px}

  .s733-sortbar{
    margin:11px 14px 0;padding:0 12px;height:48px;border:1px solid #e9edf0;border-radius:13px;background:#fff;display:grid;grid-template-columns:minmax(0,1.1fr) 1px .72fr 1px .72fr minmax(.9fr,auto);align-items:center;gap:8px;
  }
  .s733-sortbar>i{width:1px;height:18px;background:#eceff1}
  .s733-sortbar a,.s733-sortbar button{min-height:40px!important;padding:0!important;border:0;background:transparent;color:#596473;text-decoration:none;font-size:11px;display:flex;align-items:center;justify-content:center;gap:3px}
  .s733-sortbar a.on{color:#ff6800;font-weight:750}
  .s733-sort-select{justify-content:flex-start!important}
  .s733-sort-select svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.8}
  .s733-filter-open{justify-content:flex-end!important;color:#44505f!important}
  .s733-filter-open svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linejoin:round}

  .s733-feature-row{
    margin:9px 14px 0;padding:8px;border:1px solid #edf0f2;border-radius:13px;background:#fff;display:flex;gap:7px;overflow:auto;scrollbar-width:none;
  }
  .s733-feature-row::-webkit-scrollbar{display:none}
  .s733-feature-row a{flex:none;height:34px;padding:0 14px;border-radius:999px;display:inline-flex;align-items:center;border:1px solid #eceff1;background:#f8f9fa;color:#596473;text-decoration:none;font-size:10px}
  .s733-feature-row a.on{border-color:#ff6b00;background:#fff;color:#ff6500;font-weight:750}
  .s733-feature-row a:nth-child(4).on{background:#fff5f0}

  .s733-results{padding:11px 14px 22px}
  .s733-result-card{
    position:relative;margin-bottom:9px;min-height:112px;padding:11px 42px 11px 11px;border:1px solid #edf0f2;border-radius:14px;background:#fff;box-shadow:0 6px 18px rgba(26,35,48,.025);
    transition:transform .1s ease,box-shadow .1s ease;
  }
  .s733-result-card:active{transform:scale(.988);box-shadow:0 3px 10px rgba(26,35,48,.03)}
  .s733-result-main{display:grid;grid-template-columns:76px minmax(0,1fr);gap:12px;color:inherit;text-decoration:none}
  .s733-result-cover{width:76px;height:76px;border-radius:12px;overflow:hidden;display:grid;place-items:center;background:#f7f8fa}
  .s733-result-cover img{width:100%;height:100%;object-fit:cover}
  .s733-result-body{min-width:0}
  .s733-result-title{display:flex;align-items:center;gap:7px;min-width:0}
  .s733-result-title em{flex:none;height:22px;padding:0 7px;border-radius:7px;display:inline-flex;align-items:center;background:#fff0e6;color:#ff6a00;font-size:8px;font-style:normal;font-weight:800}
  .s733-result-card.is-template .s733-result-title em{background:#e9faf4;color:#18b78d}.s733-result-card.is-course .s733-result-title em{background:#f0ecff;color:#7d63df}.s733-result-card.is-article .s733-result-title em{background:#e9f4ff;color:#3d93e8}
  .s733-result-title b{min-width:0;display:block;color:#1d2939;font-size:12.5px;line-height:1.3;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .s733-result-body>p{margin:6px 0 0;color:#6f7a89;font-size:10px;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .s733-result-tags{margin-top:7px;display:flex;gap:6px;overflow:hidden}
  .s733-result-tags i{flex:none;height:21px;padding:0 8px;border-radius:7px;display:inline-flex;align-items:center;background:#fff3eb;color:#ff7a1c;font-size:8px;font-style:normal}
  .s733-result-card.is-template .s733-result-tags i{background:#eafaf4;color:#21b68d}.s733-result-card.is-course .s733-result-tags i{background:#f2efff;color:#7c65d8}.s733-result-card.is-article .s733-result-tags i{background:#edf6ff;color:#4b99e7}
  .s733-result-meta{margin-top:7px;display:flex;align-items:center;gap:15px;color:#97a1ae;font-size:8.5px}
  .s733-result-meta i{display:flex;align-items:center;gap:4px;font-style:normal}
  .s733-result-meta svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.7}
  .s733-favorite{
    position:absolute;right:10px;bottom:11px;width:30px;height:30px;min-height:30px!important;padding:0!important;border:0;background:transparent;color:#a6b0bd;display:grid;place-items:center;
  }
  .s733-favorite svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linejoin:round}
  .s733-favorite.on{color:#ffb11b}.s733-favorite.on svg{fill:#ffd868;stroke:#ffb11b}

  .s733-ai-result{margin:5px 0 0}
  .s733-ai-result .s733-ai-chips{margin-left:-48px}
  .s733-empty{padding:45px 20px 52px;text-align:center}
  .s733-empty img{width:190px;max-width:72%;height:auto}
  .s733-empty h2{margin:2px 0 6px;font-size:15px;color:#263143}
  .s733-empty p{margin:0 auto 15px;max-width:230px;color:#929ca8;font-size:10px;line-height:1.5}
  .s733-empty a{height:38px;padding:0 17px;border-radius:999px;display:inline-flex;align-items:center;background:#20c775;color:#fff;text-decoration:none;font-size:10px;font-weight:750}

  .s733-filter-sheet{position:fixed;z-index:1450;inset:0}
  .s733-filter-sheet[hidden]{display:none!important}
  .s733-filter-mask{position:absolute;inset:0;width:100%;height:100%;border:0!important;padding:0!important;background:rgba(17,24,39,.32)!important;opacity:0;transition:opacity .26s ease}
  .s733-filter-sheet>section{
    position:absolute;left:0;right:0;bottom:0;padding:14px 16px calc(14px + var(--qzp-safe-bottom,20px));border-radius:22px 22px 0 0;background:#fff;transform:translateY(102%);transition:transform .26s cubic-bezier(.22,1,.36,1);
  }
  .s733-filter-sheet.show .s733-filter-mask{opacity:1}.s733-filter-sheet.show>section{transform:none}
  .s733-filter-sheet header{height:42px;display:flex;align-items:flex-start;justify-content:space-between}
  .s733-filter-sheet header b{font-size:15px;color:#1f2b3b}.s733-filter-sheet header button{width:31px;height:31px;min-height:31px!important;padding:0!important;border:0;border-radius:50%;background:#f4f5f6;color:#6c7683;font-size:17px}
  .s733-filter-sheet h3{margin:12px 0 9px;font-size:11px;color:#303b49}
  .s733-filter-chips{display:flex;flex-wrap:wrap;gap:8px}
  .s733-filter-chips button{height:34px;min-height:34px!important;padding:0 14px!important;border:1px solid #eceff1;border-radius:10px;background:#f8f9fa;color:#5a6573;font-size:10px}
  .s733-filter-chips button.on{border-color:#26c67d;background:#eafaf2;color:#10ae69;font-weight:750}
  .s733-filter-sheet footer{margin-top:22px;display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .s733-filter-sheet footer button{height:43px;min-height:43px!important;border:0;border-radius:11px;background:#f1f3f4;color:#65707d;font-size:11px;font-weight:700}
  .s733-filter-sheet footer button.primary{background:#ff6b00;color:#fff}

  .s733-loading{
    position:fixed;z-index:1500;left:50%;bottom:calc(92px + var(--qzp-safe-bottom,20px));transform:translate(-50%,8px);padding:7px 14px 7px 8px;border-radius:999px;background:rgba(255,255,255,.96);box-shadow:0 9px 24px rgba(20,28,38,.12);display:flex;align-items:center;gap:7px;opacity:0;transition:opacity .16s ease,transform .16s ease;
  }
  .s733-loading[hidden]{display:none!important}.s733-loading.show{opacity:1;transform:translate(-50%,0)}
  .s733-loading img{width:28px;height:28px;object-fit:contain}.s733-loading span{color:#5d6876;font-size:10px}

  .s733-toast{
    position:fixed;z-index:1600;left:50%;bottom:calc(94px + var(--qzp-safe-bottom,20px));transform:translate(-50%,7px);padding:9px 14px;border-radius:999px;background:rgba(21,31,44,.9);color:#fff;font-size:10px;white-space:nowrap;opacity:0;transition:.18s ease;
  }
  .s733-toast[hidden]{display:none!important}.s733-toast.show{opacity:1;transform:translate(-50%,0)}

  .s733-confirm{position:fixed;z-index:1605;inset:0}
  .s733-confirm[hidden]{display:none!important}
  .s733-confirm .mask{position:absolute;inset:0;width:100%;height:100%;padding:0!important;border:0;background:rgba(17,24,39,.28)!important;opacity:0;transition:opacity .16s ease}
  .s733-confirm>section{
    position:absolute;left:50%;top:50%;width:min(300px,calc(100% - 52px));padding:18px;border-radius:16px;background:#fff;text-align:center;transform:translate(-50%,-46%) scale(.97);opacity:0;transition:.16s cubic-bezier(.22,1,.36,1);
  }
  .s733-confirm.show .mask{opacity:1}.s733-confirm.show>section{opacity:1;transform:translate(-50%,-50%) scale(1)}
  .s733-confirm>section>b{display:block;font-size:13px;color:#263143}.s733-confirm>section>span{display:block;margin-top:6px;color:#9aa4ae;font-size:9px}
  .s733-confirm>section>div{margin-top:16px;display:grid;grid-template-columns:1fr 1fr;gap:9px}
  .s733-confirm>section button{height:38px;min-height:38px!important;border:1px solid #edf0f2;border-radius:10px;background:#fff;color:#64707d;font-size:10px}.s733-confirm>section button.danger{border-color:#ffd7d2;color:#ff5b4e}

  @media(max-width:359.98px){
    .s733-header{padding-left:11px;padding-right:11px}
    .s733-searchbox{height:47px;padding-left:11px}
    .s733-discovery,.s733-results{padding-left:11px;padding-right:11px}
    .s733-hot-list{column-gap:9px}
    .s733-discover-grid{gap:6px}.s733-discover-grid a{padding-left:3px;padding-right:3px}.s733-discover-grid img{width:46px;height:46px}
    .s733-result-types{padding:0 8px}.s733-sortbar,.s733-feature-row{margin-left:11px;margin-right:11px}
    .s733-result-main{grid-template-columns:68px minmax(0,1fr);gap:9px}.s733-result-cover{width:68px;height:68px}
  }
}
@media(min-width:768px){
  .mobile-search-v733{display:none!important}
}


/* =========================================================
   V5.9.15.7.34 · 搜索页图标全部资产化 / 后台可替换
   ========================================================= */
@media(max-width:767.98px){
  .s733-back img{width:23px;height:23px;object-fit:contain;display:block}
  .s733-search-icon{width:23px!important;height:23px!important;object-fit:contain!important;display:block!important;flex:none!important}
  .s733-clear img{width:12px!important;height:12px!important;object-fit:contain!important;display:block!important}
  .s733-voice img{width:22px;height:22px;object-fit:contain;display:block}
  .s733-section-title button img{width:15px;height:15px;object-fit:contain;display:block}
  .s733-type-nav>a>img{width:25px;height:25px;object-fit:contain;display:block}
  .s733-result-types a img{width:18px;height:18px;object-fit:contain;display:block}
  .s733-sort-select img{width:13px;height:13px;object-fit:contain;display:block}
  .s733-filter-open img{width:17px;height:17px;object-fit:contain;display:block}
  .s733-result-meta img{width:13px;height:13px;object-fit:contain;display:block}
  .s733-favorite img{width:20px;height:20px;object-fit:contain;display:block;transition:transform .12s ease,filter .12s ease}
  .s733-favorite.on img{transform:scale(1.08);filter:saturate(1.35) brightness(1.05)}
  .s733-suggest-panel img{width:17px;height:17px;object-fit:contain;display:block}
  .s733-ai-card>button img,.s733-ai-result>button img{width:13px;height:13px;object-fit:contain;display:block}
}
