/* U2plusガイドと /cbt の共通スタイル。
   出どころ＝app-lp/lab-v11 の生成物（build.py の出力）。
   直接編集せず、lab-v11 側を直して make_erb.py で書き出すこと。 */
:root{--ink:#1C2B35;--ink-2:#3D5060;--sub:#667888;--sub-2:#9EB3C0;--line:#E5EDF2;--divider:#EEF4F7;--bg:#F8FBFC;--bg-2:#F4F8FA;--sky:#7EC8E3;--mint:#A8DDD5;--lime:#C8D96E;--sky-wash:rgba(126,200,227,.15);--mint-wash:rgba(168,221,213,.15);--lime-wash:rgba(200,217,110,.15);--r-card:20px}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:"Hiragino Sans","Noto Sans JP",-apple-system,BlinkMacSystemFont,system-ui,Roboto,sans-serif;color:var(--ink);background:var(--bg);line-height:1.95;font-feature-settings:"palt";-webkit-font-smoothing:antialiased}
a{color:inherit}
.hdr{position:sticky;top:0;z-index:10;background:rgba(248,251,252,.92);backdrop-filter:saturate(150%) blur(12px);border-bottom:1px solid var(--line)}
.hdr-in{max-width:760px;margin:0 auto;padding:14px 22px;display:flex;align-items:center;justify-content:space-between}
.brand{font-weight:600;letter-spacing:.04em;font-size:17px;text-decoration:none}
.back{font-size:13px;color:var(--sub);text-decoration:none}
.back:hover{color:var(--ink)}
main{max-width:760px;margin:0 auto;padding:48px 22px 80px}
.eyebrow{font:600 11px/1 -apple-system,system-ui,sans-serif;letter-spacing:.2em;color:var(--sub);margin-bottom:14px;display:inline-block}
h1{font-weight:600;font-size:clamp(27px,6vw,40px);line-height:1.4;letter-spacing:-.01em;margin-bottom:18px}
.lead{font-size:16px;color:var(--ink-2);line-height:2.05;margin-bottom:8px}
h2{font-weight:600;font-size:20px;line-height:1.5;margin:48px 0 14px;padding-top:24px;border-top:1px solid var(--divider)}
p{font-size:15px;color:var(--ink-2);line-height:2.05;margin-bottom:16px}
strong{color:var(--ink);font-weight:600}
.cards{display:grid;gap:14px;grid-template-columns:1fr;margin:18px 0 8px}
@media(min-width:640px){.cards{grid-template-columns:1fr 1fr}}
.card{border:1px solid var(--line);border-radius:var(--r-card);padding:22px 22px;background:#fff}
.card .ic{font-size:22px;display:block;margin-bottom:10px}
.card .t{font-weight:600;font-size:15px;color:var(--ink);margin-bottom:6px}
.card .t .m{display:inline-block;margin-left:8px;font-size:11px;font-weight:600;color:var(--ink-2);background:var(--mint-wash);border:1px solid var(--mint);border-radius:999px;padding:2px 9px;vertical-align:middle}
.card .d{font-size:13.5px;color:var(--ink-2);line-height:1.85}
.note{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--r-card);padding:24px 24px;margin-top:24px}
.note p{font-size:14px;margin-bottom:0}
.cta{display:inline-flex;align-items:center;gap:8px;margin-top:40px;background:#000;color:#fff;font-weight:600;font-size:15px;padding:14px 26px;border-radius:999px;text-decoration:none}
.foot{max-width:760px;margin:0 auto;padding:0 22px 60px;font-size:13px;color:var(--sub)}
.foot a{text-decoration:underline;text-underline-offset:3px}

/* 幅をトップページに合わせる */
.hdr-in{max-width:1180px;padding-left:20px;padding-right:20px}
main{max-width:1180px;padding-left:20px;padding-right:20px}
main>*{max-width:760px;margin-left:0;margin-right:auto}
.foot{max-width:1180px;padding-left:20px;padding-right:20px}
@media(min-width:900px){
  .hdr-in{padding-left:48px;padding-right:48px}
  main{padding-left:48px;padding-right:48px}
  .foot{padding-left:48px;padding-right:48px}
}
/* store buttons */
.store-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:44px}
.btn-store{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#000;color:#fff;font-weight:600;font-size:14px;padding:13px 22px;border-radius:999px;text-decoration:none;min-height:48px;box-shadow:0 2px 8px rgba(0,0,0,.13)}
.btn-store svg{width:17px;height:17px;fill:currentColor;flex:0 0 auto}
/* hamburger menu */
.menu-wrap{position:relative}
.hdr-actions{display:flex;align-items:center;gap:14px}
.hdr-login{font-size:13px;font-weight:600;color:var(--sub);letter-spacing:.02em;white-space:nowrap;text-decoration:none}
.hdr-login:hover{color:var(--ink)}
.menu-btn{display:inline-flex;flex-direction:column;gap:5px;width:42px;height:42px;align-items:center;justify-content:center;border-radius:10px;background:transparent;border:none;cursor:pointer}
.menu-btn span{display:block;width:22px;height:2px;background:var(--ink);border-radius:2px;transition:transform .25s,opacity .25s}
.menu-btn.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.menu-btn.open span:nth-child(2){opacity:0}
.menu-btn.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.menu-panel{position:absolute;top:calc(100% + 10px);right:0;min-width:224px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 20px 50px -16px rgba(28,43,53,.24);padding:10px;display:none;flex-direction:column;gap:2px;z-index:60}
.menu-panel.open{display:flex}
.menu-panel a{padding:11px 14px;border-radius:10px;font-size:14px;font-weight:500;color:var(--ink-2);text-decoration:none}
.menu-panel a:hover{background:var(--bg-2);color:var(--ink)}
.menu-panel a.menu-cta{background:#000;color:#fff;font-weight:600;margin-top:6px;text-align:center}
/* footer（TOPと共通デザイン） */
.ftr{background:var(--ink);color:#9EB3C0;padding:48px 0 40px;font-size:13px;margin-top:8px}
.ftr-in{max-width:1180px;margin:0 auto;padding:0 20px}
.ftr-row{display:flex;flex-wrap:wrap;gap:18px;align-items:center;justify-content:space-between}
.ftr-links{display:flex;flex-wrap:wrap;gap:16px}
.ftr-links a{text-decoration:none;color:#9EB3C0}
.ftr-links a:hover{color:#fff}
.ftr-brand{font-weight:600;color:#fff;font-size:16px;letter-spacing:.04em}
.ftr-copy{font-size:12px;color:#667888;margin-top:26px;border-top:1px solid #2a3a44;padding-top:20px;line-height:1.9}
@media(min-width:900px){.ftr-in{padding:0 48px}}

/* ---- ガイド ---------------------------------------------------- */
.crumb{font-size:12.5px;color:var(--sub);margin-bottom:18px}
.crumb a{text-decoration:none;color:var(--sub)}
.crumb a:hover{color:var(--ink)}
.crumb .sep{margin:0 7px;color:var(--sub-2)}
.gmeta{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.gno{font:600 11px/1 -apple-system,system-ui,sans-serif;letter-spacing:.2em;color:var(--sub)}
.gmin{font-size:12px;color:var(--sub-2)}
.chip.when{background:var(--sky-wash);border-color:var(--sky)}
.chip{display:inline-block;font-size:11px;font-weight:600;color:var(--ink-2);background:var(--mint-wash);border:1px solid var(--mint);border-radius:999px;padding:3px 10px}
h3{font-weight:600;font-size:15px;margin:0 0 10px}

figure.ill{background:#fff;border:1px solid var(--line);border-radius:var(--r-card);padding:26px 22px;margin:26px 0;text-align:center}
figure.ill img,figure.ill svg{display:block;margin:0 auto;max-width:100%;height:auto}
figure.ill.char img{max-height:210px;width:auto}
figure.ill.obj img{max-height:170px;width:auto}
figure.ill.fig img,figure.ill.fig svg{max-width:min(100%,440px)}
figure.ill figcaption{font-size:12.5px;color:var(--sub);line-height:1.8;margin-top:16px}

.ex{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px 20px;margin:16px 0}
.ex .lb{display:block;font:600 10.5px/1 -apple-system,system-ui,sans-serif;letter-spacing:.16em;color:var(--sub-2);margin-bottom:12px}
.ex p{font-size:14.5px;line-height:1.95;margin:0 0 7px;color:var(--ink-2)}
.ex p:last-child{margin-bottom:0}
.ex b{font-weight:600;color:var(--ink);margin-right:2px}
.exrow{display:grid;gap:12px;grid-template-columns:1fr;margin:16px 0}
@media(min-width:640px){.exrow{grid-template-columns:1fr 1fr}}
.exrow .ex{margin:0}

ol.flow{list-style:none;counter-reset:f;margin:18px 0 20px;padding:0}
ol.flow li{counter-increment:f;position:relative;padding-left:38px;font-size:15px;color:var(--ink-2);line-height:1.95;margin-bottom:11px}
ol.flow li::before{content:counter(f);position:absolute;left:0;top:.28em;width:24px;height:24px;border-radius:50%;background:var(--sky-wash);border:1px solid var(--sky);color:var(--ink-2);font:600 12px/22px -apple-system,system-ui,sans-serif;text-align:center}

ul.plain{list-style:none;margin:16px 0 20px;padding:0}
ul.plain li{position:relative;padding-left:20px;font-size:15px;color:var(--ink-2);line-height:1.95;margin-bottom:9px}
ul.plain li::before{content:"";position:absolute;left:2px;top:.92em;width:8px;height:1px;background:var(--sub-2)}

.points{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--r-card);padding:26px 26px;margin:48px 0 0}
.points h3{margin-bottom:14px}
.points ul{list-style:none;margin:0;padding:0}
.points li{position:relative;padding-left:20px;font-size:14.5px;color:var(--ink-2);line-height:1.9;margin-bottom:8px}
.points li:last-child{margin-bottom:0}
.points li::before{content:"";position:absolute;left:2px;top:.88em;width:8px;height:1px;background:var(--sky)}

.pager{display:flex;justify-content:space-between;gap:20px;margin:40px 0 0;padding-top:18px;border-top:1px solid var(--divider)}
.pager a{font-size:13px;line-height:1.7;color:var(--sub);text-decoration:none;max-width:47%}
.pager a:hover{color:var(--ink)}
.pager .dir{color:var(--sub-2)}
.pager .next{text-align:right}

/* ---- 3つの使い分け ---------------------------------------------- */
.uses{display:grid;gap:12px;grid-template-columns:1fr;margin:20px 0 8px}
@media(min-width:640px){.uses{grid-template-columns:1fr 1fr 1fr}}
.use{border:1px solid var(--line);border-radius:var(--r-card);background:#fff;padding:20px 18px;text-align:center}
.use img{display:block;margin:0 auto 14px;max-height:76px;width:auto;max-width:100%}
.use .w{display:inline-block;font-size:11px;font-weight:600;color:var(--ink-2);background:var(--sky-wash);border:1px solid var(--sky);border-radius:999px;padding:3px 10px}
.use .n{font-size:15.5px;font-weight:600;color:var(--ink);margin:10px 0 6px}
.use .d{font-size:12.5px;color:var(--sub);line-height:1.75}

/* ---- ハブのガイド一覧 ------------------------------------------- */
.glist{display:grid;gap:12px;grid-template-columns:1fr;margin:20px 0 8px}
.gcard{display:flex;align-items:center;gap:18px;border:1px solid var(--line);border-radius:var(--r-card);background:#fff;padding:16px 20px;text-decoration:none}
.gcard:hover{border-color:var(--sky)}
.gcard .th{flex:0 0 auto;width:64px;height:64px;display:flex;align-items:center;justify-content:center}
.gcard .th img,.gcard .th svg{max-width:64px;max-height:56px;width:auto;height:auto}
.gcard .bd{flex:1 1 auto;min-width:0}
.gcard .n,.gcard .t,.gcard .s{display:block}
.gcard .n{font:600 10.5px/1 -apple-system,system-ui,sans-serif;letter-spacing:.16em;color:var(--sub-2)}
.gcard .t{font-size:15.5px;font-weight:600;color:var(--ink);line-height:1.6;margin:7px 0 5px}
.gcard .s{font-size:13px;color:var(--sub);line-height:1.75}
.gcard .ar{flex:0 0 auto;color:var(--sub-2);font-size:15px}
/* ---- プラン早見 -------------------------------------------------- */
.plans{display:grid;gap:12px;grid-template-columns:1fr;margin:20px 0 0}
@media(min-width:640px){.plans{grid-template-columns:1fr 1fr}}
.plan{border:1px solid var(--line);border-radius:var(--r-card);background:#fff;padding:22px}
.plan.rec{background:var(--mint-wash);border-color:var(--mint)}
.plan .nm{font-size:13px;font-weight:600;color:var(--sub)}
.plan .pr{font-size:30px;font-weight:600;color:var(--ink);margin:8px 0 6px;letter-spacing:-.01em}
.plan .pr span{font-size:13px;font-weight:500;color:var(--sub);margin-left:4px}
.plan .d{font-size:13px;color:var(--sub);line-height:1.8;margin:0}
.plansnote{font-size:12.5px;color:var(--sub);line-height:1.9;margin:14px 0 0}
.ghint{font-size:13.5px;color:var(--sub);line-height:1.9;margin:0 0 4px}
.gjump{margin:36px 0 0;padding-top:18px;border-top:1px solid var(--divider);display:flex;flex-wrap:wrap;gap:8px 16px;align-items:baseline}
.gjump-t{font:600 10.5px/1 -apple-system,system-ui,sans-serif;letter-spacing:.16em;color:var(--sub-2);flex:0 0 100%}
.gjump a{font-size:13px;color:var(--sub);text-decoration:none}
.gjump a:hover{color:var(--ink)}
.gjump .on{font-size:13px;color:var(--ink);font-weight:600}
.gjump+.pager{margin-top:20px;padding-top:0;border-top:none}

/* ---- アプリ画面のモック（実装から採寸） ------------------------ */
figure.ill.mock{padding:24px 16px}
figure.ill.mock.wide{max-width:100%}
.mockrow{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.mockcol{flex:0 0 auto;width:375px;max-width:100%}
.mockcol .device{width:100%}
.mockcol .mockcap{font-size:12px;color:var(--sub);margin-top:10px;text-align:center;line-height:1.7}
.device{width:375px;max-width:100%;margin:0 auto;box-shadow:0 0 0 1px var(--line);border-radius:14px;
  overflow:hidden;background:#FFFDF9;color:#625A70;text-align:left;
  font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans",system-ui,sans-serif;font-size:14px;line-height:1.5}
.device *{box-sizing:border-box}

.d-hdr{background:#E1FBFF}
.d-hdr.mine{background:#FFFDF9}
.d-hdr .top{height:52px;display:flex;align-items:center;justify-content:center;position:relative;padding:0 12px}
.d-hdr .ttl{font-size:18px;font-weight:700;color:#625A70}
.d-hdr .lft{position:absolute;left:14px;top:50%;transform:translateY(-50%)}
.d-hdr .rgt{position:absolute;right:16px;top:50%;transform:translateY(-50%)}
.d-hdr svg{width:24px;height:24px;color:#625A70;display:block}
.d-hdr .stabs{height:44px;display:flex;align-items:center;justify-content:center;gap:22px;border-top:1px solid rgba(0,0,0,.05)}
.d-hdr .st{font-size:14px;font-weight:600;color:#999;padding:10px 6px;border-bottom:2px solid transparent}
.d-hdr .st.on{color:#333;font-weight:700;border-bottom-color:#333}

.d-body{background:#FFFDF9;padding:14px 14px 0}
.d-stage .d-body{min-height:290px;padding-bottom:74px}
.d-lead{font-size:13px;color:#625A70;line-height:1.8;padding:2px 2px 12px}
.d-lead b{font-weight:700;color:#625A70;display:block;font-size:14px;margin-bottom:4px}

.pcard{padding:12px 2px;border-bottom:1px solid #DDF5F0}
.pcard .ph{display:flex;align-items:center;gap:8px;margin-bottom:8px}
.pcard .av{width:30px;height:30px;border-radius:15px;background:#E1FBFF;flex:0 0 30px}
.pcard .nk{font-size:13px;font-weight:600;color:#625A70}
.pcard .tm{font-size:11px;color:#999;margin-left:auto}
.pcard .bd{font-size:13.5px;color:#625A70;line-height:1.6;margin-bottom:8px}
.pcard .ft{display:flex;gap:14px;font-size:11.5px;color:#625A70;font-weight:600;align-items:center}
.pcard .ft i{font-style:normal;font-size:14px}

.d-stage{position:relative}
.fab{position:absolute;right:14px;bottom:14px;width:50px;height:50px;border-radius:25px;background:#6FBDE2;
  display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px rgba(0,0,0,.25);color:#fff;font-size:26px;line-height:1;font-weight:300}

.tbar{display:flex;background:#FFFFFF;border-top:1px solid #D8D8DC;padding-top:5px}
.tbar .it{flex:1;text-align:center;color:#8E8E93;padding:0 2px}
.tbar .it.on{color:#0A7EA4}
.tbar .it svg{width:23px;height:23px;display:block;margin:0 auto 2px}
.tbar .lb{font-size:9.5px;line-height:1.2}
.tbar .it{position:relative}
.tbar .it .ring{position:absolute;left:50%;top:-9px;transform:translateX(-50%);width:68px;height:56px;
  border:4px solid #E8973A;border-radius:50%;pointer-events:none}
.tbar .it .arw{position:absolute;left:44%;bottom:42px;transform:translateX(-50%);width:44px;height:64px;
  pointer-events:none}
.tbar .it .arw svg{width:44px;height:64px;display:block}
.tbar .it.hl .lb{color:#C9761F;font-weight:700}
.tbar-ind{height:22px;background:#FFFFFF;display:flex;align-items:center;justify-content:center}
.tbar-ind i{display:block;width:118px;height:5px;border-radius:3px;background:#111;opacity:.85}

.d-sheetwrap{background:rgba(0,0,0,.45);padding-top:18px}
.d-sheet{background:#FFFFFF;border-radius:18px 18px 0 0;padding:16px 16px 20px}
.d-sh{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}
.d-sh .t{font-size:16px;font-weight:700;color:#625A70}
.d-sh .x{font-size:20px;color:#625A70;line-height:1}
.d-sh .bk{font-size:20px;color:#625A70;line-height:1}

.ptog{background:#F5F5F5;border:1px solid #E0E0E0;border-radius:12px;padding:11px 12px;display:flex;
  align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}
.ptog .pl{display:flex;align-items:center;gap:9px}
.ptog .ico{color:#6FBDE2;font-size:16px}
.ptog .lb1{font-size:13.5px;font-weight:600;color:#625A70}
.ptog .lb2{font-size:11px;color:#999;margin-top:1px}
.sws{width:44px;height:27px;border-radius:14px;background:#6FBDE2;position:relative;flex:0 0 44px}
.sws b{position:absolute;top:2px;left:19px;width:23px;height:23px;border-radius:12px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.2)}

.tin{background:#F5F5F5;border:1px solid #E0E0E0;border-radius:12px;padding:13px;min-height:84px;font-size:14px;color:#625A70;line-height:1.6}
.tin.ph{color:#999}
.d-cnt{font-size:11.5px;color:#999;text-align:right;margin:6px 2px 12px}
.exbox{background:#E1FBFF;border-radius:8px;padding:11px;font-size:11.5px;color:#625A70;line-height:1.75;margin-bottom:14px}
.exbox u{text-decoration:underline}
.btnrow{display:flex;gap:10px}
.bt{flex:1;border-radius:12px;padding:12px 0;text-align:center;font-size:14.5px;font-weight:600}
.bt.cancel{background:#E0E0E0;color:#625A70}
.bt.go{background:#6FBDE2;color:#fff}

.dots{display:flex;gap:6px;justify-content:center;margin-bottom:16px}
.dots i{width:7px;height:7px;border-radius:4px;background:#E0E0E0;display:block}
.dots i.on{background:#6FBDE2}
.d-steptitle{font-size:16px;font-weight:700;color:#625A70;margin-bottom:6px}
.d-question{font-size:13px;color:#625A70;line-height:1.7;margin-bottom:12px}

.viz{display:flex;padding:4px 0 0}
.viz .rail{flex:0 0 40px;position:relative}
.viz .rail svg{position:absolute;left:2px;top:34px;width:34px;height:150px;overflow:visible}
.viz .items{flex:1 1 auto;min-width:0}
.viz .lb{font-size:11px;font-weight:700;color:#6FBDE2;margin-bottom:3px}
.viz .tx{font-size:13px;color:#625A70;line-height:1.55}
.viz .ar{text-align:center;padding:6px 0;color:#6FBDE2;font-size:15px;line-height:1}

.aibox{margin-top:14px;padding:13px;background:#F8FCFF;border:1px solid #E0F0F8;border-radius:12px}
.aibox .lb{font-size:11.5px;font-weight:700;color:#6FBDE2;margin-bottom:7px;display:flex;align-items:center;gap:5px}
.aibox .tx{font-size:13px;color:#625A70;line-height:1.75}
.navbtns{display:flex;gap:10px;margin-top:12px}
.navbtn{flex:1;text-align:center;background:#fff;border:1px solid #6FBDE2;border-radius:12px;padding:10px 0;font-size:12.5px;font-weight:600;color:#6FBDE2}

.d-instr{font-size:13px;color:#625A70;line-height:1.65;margin-bottom:11px}
.fcard{background:#F5F5F5;border-radius:12px;padding:12px;border:2px solid #E0E0E0;margin-bottom:9px}
.fcard.on{background:#E8F7FC;border-color:#6FBDE2}
.fcard .fh{display:flex;justify-content:space-between;align-items:center;margin-bottom:3px}
.fcard .ft2{font-size:14.5px;font-weight:700;color:#625A70}
.fcard .ck{color:#6FBDE2;font-size:15px;line-height:1}
.fcard .fd{font-size:12.5px;color:#625A70;line-height:1.6}
.regen{border:1px solid #6FBDE2;background:#F5F5F5;border-radius:12px;padding:10px 0;text-align:center;
  font-size:13px;font-weight:600;color:#6FBDE2;margin-bottom:12px}

.inten{margin-bottom:16px}
.inten .il{font-size:13.5px;font-weight:600;color:#625A70;margin-bottom:7px;display:flex;justify-content:space-between}
.inten .il b{color:#6FBDE2;font-weight:700}
.inten .track{height:4px;border-radius:2px;background:#E0E0E0;position:relative}
.inten .track u{position:absolute;left:0;top:0;bottom:0;border-radius:2px;background:#6FBDE2;display:block}
.inten .track i{position:absolute;top:-7px;width:18px;height:18px;border-radius:9px;background:#fff;
  border:2px solid #6FBDE2;display:block;margin-left:-9px}

.d-nav{background:#E1FBFF;height:52px;display:flex;align-items:center;justify-content:center;position:relative}
.d-nav .t{font-size:18px;font-weight:700;color:#625A70}
.d-nav .l{position:absolute;left:16px;font-size:20px;color:#625A70;line-height:1}
.d-nav .r{position:absolute;right:16px;font-size:18px;color:#625A70;line-height:1}
.advwrap{background:#FFFDF9;padding:14px 14px 0;position:relative}
.advcard{background:#fff;border:1px solid #E0F0F8;border-radius:14px;padding:16px 16px 30px}
.advcard .lb{font-size:12px;font-weight:700;color:#9BA9B4;margin-bottom:10px}
.advcard p{font-size:13.5px;color:#625A70;line-height:2;margin:0 0 12px}
.advcard p:last-child{margin-bottom:0}
.advfade{height:56px;background:linear-gradient(to bottom,rgba(255,253,249,0),#FFFDF9)}

/* ---- ハブの簡易UI ---------------------------------------------- */
.mini{background:#FFFDF9;border:1px solid var(--line);border-radius:12px;padding:12px;margin-bottom:14px;
  font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans",system-ui,sans-serif;color:#625A70;
  height:116px;overflow:hidden;position:relative}
.mini::after{content:"";position:absolute;left:0;right:0;bottom:0;height:20px;
  background:linear-gradient(rgba(255,253,249,0),#FFFDF9)}
.mini .row{display:flex;align-items:center;gap:8px;margin-bottom:7px}
.mini .av{width:22px;height:22px;border-radius:11px;background:#E1FBFF;flex:0 0 22px}
.mini .nk{font-size:11.5px;font-weight:600}
.mini .tm{font-size:10.5px;color:#999;margin-left:auto}
.mini .bd{font-size:12.5px;line-height:1.6}
.mini .rc{display:flex;gap:12px;margin-top:8px;font-size:11px;font-weight:600}
.mini .rc b{font-weight:600}
.mini .st{font-size:10.5px;font-weight:700;color:#6FBDE2;margin-bottom:2px}
.mini .sx{font-size:12px;line-height:1.5;margin-bottom:5px}
.mini .ar{color:#6FBDE2;font-size:12px;line-height:1;margin:0 0 5px}
.mini .ch{border:1.5px solid #E0E0E0;background:#F5F5F5;border-radius:9px;padding:7px 9px;margin-bottom:6px;
  font-size:12px;display:flex;justify-content:space-between;align-items:center}
.mini .ch.on{border-color:#6FBDE2;background:#E8F7FC;font-weight:700}
.mini .ch:last-child{margin-bottom:0}
.mini .btns{display:flex;gap:8px}
.mini .rb{flex:1;border:1px solid #E0E0E0;border-radius:9px;padding:6px 0;text-align:center;font-size:13px;background:#fff}
