/* WXSSC Mobile Flash v1
   Mobile-only intelligence feed. Desktop flash center remains untouched. */
@media (max-width: 760px){
  html body.wx-mobile-flash-v1-ready{
    min-width:0 !important;
    margin:0 !important;
    padding:0 !important;
    overflow-x:hidden !important;
    background:#f3f6fa !important;
    color:#111827 !important;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif !important;
  }

  html body.wx-mobile-flash-v1-ready > :not(#wxMobileFlashV1){
    display:none !important;
  }

  html.wxssc-flash-fouc-lock body.wx-mobile-flash-v1-ready{
    opacity:1 !important;
  }

  html.wxssc-flash-fouc-lock body.wx-mobile-flash-v1-ready #wxMobileFlashV1{
    display:block !important;
  }

  html.wxssc-flash-fouc-lock:has(body.wx-mobile-flash-v1-ready)::before{
    display:none !important;
  }

  #wxMobileFlashV1,
  #wxMobileFlashV1 *{
    box-sizing:border-box;
  }

  #wxMobileFlashV1{
    min-height:100vh;
    padding:0 0 64px;
    background:linear-gradient(180deg,#eef5ff 0,#f7fafc 126px,#f3f6fa 100%);
    color:#101828;
    letter-spacing:0;
  }

  .wxml-appbar{
    position:sticky;
    top:0;
    z-index:40;
    height:48px;
    display:flex;
    align-items:center;
    gap:8px;
    padding:7px 10px;
    background:#08111f;
    box-shadow:0 2px 10px rgba(8,17,31,.16);
  }

  .wxml-logo{
    width:28px;
    height:28px;
    border-radius:6px;
    background:#fff;
    object-fit:cover;
    flex:0 0 auto;
  }

  .wxml-brand{
    min-width:0;
    flex:1 1 auto;
  }

  .wxml-brand b{
    display:block;
    color:#fff;
    font-size:14px;
    line-height:1.05;
    font-weight:950;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .wxml-brand span{
    display:block;
    margin-top:2px;
    color:#8ea2bd;
    font-size:10px;
    line-height:1;
    font-weight:800;
  }

  .wxml-nav{
    display:flex;
    gap:5px;
    flex:0 0 auto;
  }

  .wxml-nav a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:26px;
    padding:0 9px;
    border-radius:6px;
    color:#cbd5e1;
    text-decoration:none;
    font-size:12px;
    font-weight:900;
  }

  .wxml-nav a.is-on{
    color:#fff;
    background:#2563eb;
  }

  .wxml-page{
    padding:7px;
  }

  .wxml-card{
    border:1px solid #e2e8f0;
    border-radius:10px;
    background:#fff;
    box-shadow:0 1px 0 rgba(15,23,42,.03);
    overflow:hidden;
  }

  .wxml-hero{
    padding:10px;
    border-color:#d9e7ff;
    background:
      radial-gradient(circle at 82% 4%,rgba(37,99,235,.12),transparent 34%),
      linear-gradient(135deg,#fff 0,#f8fbff 100%);
  }

  .wxml-kicker{
    display:inline-flex;
    align-items:center;
    gap:5px;
    height:20px;
    padding:0 7px;
    border-radius:999px;
    background:#eef6ff;
    color:#2563eb;
    font-size:10px;
    font-weight:950;
  }

  .wxml-kicker:before{
    content:"";
    width:6px;
    height:6px;
    border-radius:50%;
    background:#22c55e;
    box-shadow:0 0 0 4px rgba(34,197,94,.13);
  }

  .wxml-hero h1{
    margin:7px 0 0;
    color:#0f172a;
    font-size:20px;
    line-height:1.16;
    font-weight:950;
  }

  .wxml-hero p{
    margin:4px 0 0;
    color:#64748b;
    font-size:12px;
    line-height:1.45;
    font-weight:800;
  }

  .wxml-meta{
    display:flex;
    align-items:center;
    gap:6px;
    overflow-x:auto;
    margin-top:8px;
    padding:6px;
    border:1px solid #e5edf8;
    border-radius:8px;
    background:rgba(255,255,255,.78);
    scrollbar-width:none;
  }

  .wxml-meta::-webkit-scrollbar,
  .wxml-tabs::-webkit-scrollbar{
    display:none;
  }

  .wxml-meta span{
    flex:0 0 auto;
    color:#64748b;
    font-size:11px;
    line-height:1;
    font-weight:900;
  }

  .wxml-meta b{
    color:#0f172a;
    font-weight:950;
  }

  .wxml-tabs{
    position:sticky;
    top:48px;
    z-index:25;
    display:flex;
    gap:6px;
    overflow-x:auto;
    margin-top:8px;
    padding:8px 7px;
    border:1px solid #e2e8f0;
    border-radius:10px;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(10px);
    scrollbar-width:none;
  }

  .wxml-tab{
    flex:0 0 auto;
    height:28px;
    border:1px solid #bfdbfe;
    border-radius:999px;
    background:#fff;
    color:#2563eb;
    padding:0 11px;
    font-size:12px;
    font-weight:950;
  }

  .wxml-tab.is-on{
    border-color:#2563eb;
    background:#2563eb;
    color:#fff;
  }

  .wxml-pin{
    margin-top:8px;
    padding:10px;
    border-color:#fed7aa;
    background:linear-gradient(135deg,#fff7ed 0,#fff 72%);
  }

  .wxml-pin-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
  }

  .wxml-pin-label{
    color:#ea580c;
    font-size:10px;
    font-weight:950;
    letter-spacing:.08em;
  }

  .wxml-pin-time{
    color:#94a3b8;
    font-size:10px;
    font-weight:850;
  }

  .wxml-pin h2{
    margin:6px 0 0;
    color:#0f172a;
    font-size:16px;
    line-height:1.25;
    font-weight:950;
  }

  .wxml-pin p{
    margin:5px 0 0;
    color:#5f6f85;
    font-size:12px;
    line-height:1.42;
    font-weight:800;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }

  .wxml-feed-card{
    margin-top:8px;
  }

  .wxml-card-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:8px;
    padding:10px 10px 8px;
    border-bottom:1px solid #edf2f7;
  }

  .wxml-title span{
    display:block;
    color:#2563eb;
    font-size:10px;
    line-height:1;
    font-weight:950;
    letter-spacing:.08em;
  }

  .wxml-title h2{
    margin:3px 0 0;
    color:#0f172a;
    font-size:19px;
    line-height:1.1;
    font-weight:950;
  }

  .wxml-status{
    color:#64748b;
    font-size:11px;
    line-height:1.3;
    font-weight:850;
    text-align:right;
  }

  .wxml-feed{
    display:grid;
  }

  .wxml-item{
    position:relative;
    display:grid;
    grid-template-columns:40px minmax(0,1fr);
    gap:7px;
    padding:8px 10px;
    border-bottom:1px solid #edf2f7;
    background:#fff;
  }

  .wxml-item.is-important:before{
    content:"";
    position:absolute;
    left:0;
    top:9px;
    bottom:9px;
    width:3px;
    border-radius:0 4px 4px 0;
    background:#ef4444;
  }

  .wxml-item.is-important{
    background:linear-gradient(90deg,#fff7f7 0,#fff 44%);
  }

  .wxml-item:last-child{
    border-bottom:0;
  }

  .wxml-time{
    color:#7b8aa0;
    font-size:11px;
    line-height:1.2;
    font-weight:950;
    font-variant-numeric:tabular-nums;
    padding-top:3px;
  }

  .wxml-body{
    min-width:0;
  }

  .wxml-row{
    display:flex;
    align-items:center;
    gap:6px;
    min-width:0;
  }

  .wxml-tag{
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:18px;
    min-width:34px;
    padding:0 6px;
    border-radius:5px;
    background:#2563eb;
    color:#fff;
    font-size:9px;
    font-weight:950;
  }

  .wxml-tag.futures{background:#7c3aed}
  .wxml-tag.raw{background:#0891b2}
  .wxml-tag.policy{background:#ef4444}
  .wxml-tag.vip{background:#111827}
  .wxml-tag.price{background:#2563eb}

  .wxml-item h3{
    margin:0;
    min-width:0;
    color:#0f172a;
    font-size:13px;
    line-height:1.24;
    font-weight:950;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .wxml-share-dot{
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:18px;
    height:18px;
    border-radius:50%;
    background:#eef6ff;
    color:#2563eb;
    font-size:9px;
    font-weight:950;
  }

  .wxml-item p{
    margin:3px 0 0;
    color:#64748b;
    font-size:11px;
    line-height:1.32;
    font-weight:800;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }

  .wxml-item.is-important p{
    color:#475569;
    -webkit-line-clamp:2;
  }

  .wxml-vip{
    margin-top:8px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    padding:10px;
    border-radius:10px;
    background:linear-gradient(135deg,#0f172a,#1d4ed8);
    color:#fff;
    text-decoration:none;
    box-shadow:0 10px 18px rgba(37,99,235,.14);
  }

  .wxml-vip small{
    display:block;
    color:#bfdbfe;
    font-size:10px;
    font-weight:950;
    letter-spacing:.08em;
  }

  .wxml-vip b{
    display:block;
    margin-top:3px;
    color:#fff;
    font-size:14px;
    line-height:1.2;
    font-weight:950;
  }

  .wxml-vip span{
    flex:0 0 auto;
    color:#facc15;
    font-size:12px;
    font-weight:950;
  }

  .wxml-empty,
  .wxml-loading{
    padding:18px 10px;
    color:#64748b;
    font-size:13px;
    font-weight:850;
    text-align:center;
  }

  .wxml-more-wrap{
    display:flex;
    justify-content:center;
    padding:10px;
    border-top:1px solid #edf2f7;
    background:#fff;
  }

  .wxml-more{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:176px;
    height:34px;
    border:1px solid #bfdbfe;
    border-radius:999px;
    background:#f8fbff;
    color:#2563eb;
    font-size:12px;
    font-weight:950;
  }

  .wxml-bottom{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:50;
    height:56px;
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    border-top:1px solid #e2e8f0;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(10px);
  }

  .wxml-bottom a{
    color:#64748b;
    text-decoration:none;
    font-size:12px;
    font-weight:950;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:4px;
  }

  .wxml-bottom i{
    width:18px;
    height:18px;
    border-radius:5px;
    background:#e8eef7;
  }

  .wxml-bottom .is-on{
    color:#2563eb;
  }

  .wxml-bottom .is-on i{
    background:#dbeafe;
  }

  .wxml-poster-mask{
    position:fixed;
    inset:0;
    z-index:80;
    display:none;
    align-items:flex-end;
    justify-content:center;
    padding:14px 10px 0;
    background:rgba(15,23,42,.56);
  }

  .wxml-poster-mask.is-open{
    display:flex;
  }

  .wxml-poster-sheet{
    position:relative;
    width:min(100%,420px);
    max-height:92vh;
    overflow:auto;
    padding:12px;
    border-radius:14px 14px 0 0;
    background:#f8fbff;
    box-shadow:0 -18px 42px rgba(15,23,42,.26);
  }

  .wxml-poster-close{
    position:absolute;
    right:12px;
    top:12px;
    height:28px;
    border:1px solid #dbe5f3;
    border-radius:999px;
    background:#fff;
    color:#64748b;
    padding:0 10px;
    font-size:12px;
    font-weight:900;
  }

  .wxml-poster-head{
    padding:2px 66px 10px 2px;
  }

  .wxml-poster-head b{
    display:block;
    color:#0f172a;
    font-size:17px;
    line-height:1.15;
    font-weight:950;
  }

  .wxml-poster-head span{
    display:block;
    margin-top:3px;
    color:#64748b;
    font-size:12px;
    font-weight:800;
  }

  .wxml-poster-canvas{
    padding:8px;
    border:1px solid #e2e8f0;
    border-radius:12px;
    background:#fff;
  }

  .wxml-poster-canvas img{
    display:block;
    width:100%;
    height:auto;
    border-radius:8px;
    background:#fff;
  }

  .wxml-poster-actions{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:7px;
    margin-top:10px;
  }

  .wxml-poster-actions button{
    height:36px;
    border:1px solid #dbeafe;
    border-radius:10px;
    background:#fff;
    color:#2563eb;
    font-size:12px;
    font-weight:950;
  }

  .wxml-poster-actions button:nth-child(2){
    background:#2563eb;
    color:#fff;
    border-color:#2563eb;
  }

  .wxml-poster-tip{
    margin:8px 2px 0;
    color:#64748b;
    font-size:11px;
    line-height:1.45;
    font-weight:800;
  }
}
