
  .ref-detail {
    --brand:#18A570;--brand-light:#E5F4ED;--brand-dark:#128A5C;
    --text-primary:#101829;--text-secondary:#667086;--text-tertiary:#98A2B3;
    --bg-page:#F9FAFB;--bg-white:#FFF;--bg-card:#F8FAFA;--bg-muted:#F2F4F7;
    --border:#E4E7EC;--border-light:#F2F4F7;
    --orange:#F76D33;--orange-bg:#FFF4ED;--blue:#3483C2;--blue-bg:#EFF6FF;
    --purple:#7C5CFC;--purple-bg:#F3F0FF;--red:#EF4444;--red-bg:#FEF2F2;
    --yellow:#F59E0B;--yellow-bg:#FFFBEB;--green:#22C55E;--green-bg:#F0FDF4;
    --radius:12px;--radius-lg:16px;
  }
.ref-detail /* ===== ANCHOR NAV ===== */
  .anchor-nav{position:sticky;top:60px;z-index:90;background:#fff;border-bottom:1px solid var(--border-light)}
.ref-detail .anchor-inner{max-width:none;margin:0;display:flex;overflow-x:auto;padding:0 18px;gap:0}
.ref-detail .anchor-inner a{padding:14px 16px;font-size:15px;font-weight:700;color:var(--text-secondary);text-decoration:none;border-bottom:2px solid transparent;white-space:nowrap;flex-shrink:0}
.ref-detail .anchor-inner a:hover{color:var(--brand)}
.ref-detail .anchor-inner a.active{color:var(--brand);border-bottom-color:var(--brand)}
.ref-detail /* ===== LAYOUT ===== */
  .page{max-width:none;margin:0;padding:28px 0 80px}
.ref-detail .grid{display:grid;grid-template-columns:1fr 340px;gap:28px;align-items:start}
.ref-detail .main{min-width:0;overflow:hidden}
.ref-detail /* ===== BREADCRUMB ===== */
  .crumb{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--text-tertiary);margin-bottom:20px;flex-wrap:wrap}
.ref-detail .crumb a{color:var(--text-secondary);text-decoration:none}
.ref-detail .crumb a:hover{color:var(--brand)}
.ref-detail /* ===== HERO ===== */
  .hero{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px;overflow:hidden}
.ref-detail .hero-top{display:flex;gap:20px;align-items:flex-start}
.ref-detail .hero-logo{width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,#1a1a2e,#16213e);display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:800;color:#fff;flex-shrink:0;box-shadow:0 4px 16px rgba(26,26,46,.3)}
.ref-detail .hero-info{flex:1;min-width:0;overflow:hidden}
.ref-detail .hero-title-row{display:flex;align-items:center;gap:10px;margin-bottom:6px;flex-wrap:wrap}
.ref-detail .hero-title{font-size:clamp(52px,5.2vw,72px);font-weight:900;color:var(--text-primary);margin:0;line-height:1.04;letter-spacing:-.04em}
.ref-detail .verified{display:inline-flex;align-items:center;gap:4px;background:var(--brand-light);color:var(--brand);font-size:11px;font-weight:600;padding:4px 10px;border-radius:20px;white-space:nowrap}
.ref-detail .hero-desc{font-size:19px;color:var(--text-secondary);line-height:1.82;margin-top:10px;max-width:880px;word-wrap:break-word;overflow-wrap:break-word}
.ref-detail .hero-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.ref-detail .tag{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:800;white-space:nowrap;letter-spacing:.01em}
.ref-detail .tag-cat{background:var(--brand-light);color:var(--brand)}
.ref-detail .tag-price{background:var(--yellow-bg);color:#B45309}
.ref-detail .tag-type{background:var(--purple-bg);color:var(--purple)}
.ref-detail .hero-actions{display:flex;gap:10px;margin-top:18px;flex-wrap:wrap}
.ref-detail .btn-p{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:12px;border:none;background:var(--brand);color:#fff;font-size:14px;font-weight:800;cursor:pointer;white-space:nowrap;box-shadow:0 10px 24px rgba(24,165,112,.18)}
.ref-detail .btn-p:hover{background:var(--brand-dark)}
.ref-detail .btn-s{display:inline-flex;align-items:center;gap:6px;padding:12px 18px;border-radius:12px;border:1px solid var(--border);background:#fff;color:var(--text-secondary);font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap}
.ref-detail .btn-s:hover{border-color:var(--brand);color:var(--brand)}
.ref-detail .btn-i{width:44px;height:44px;border-radius:12px;border:1px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-secondary);flex-shrink:0}
.ref-detail .btn-i:hover{border-color:var(--brand);color:var(--brand)}
.ref-detail .btn-i.on{background:var(--brand-light);color:var(--brand);border-color:var(--brand)}
.ref-detail .hero-stats{display:flex;gap:20px;margin-top:18px;padding-top:18px;border-top:1px solid var(--border-light);flex-wrap:wrap}
.ref-detail .stat{text-align:center;min-width:60px}
.ref-detail .stat .v{font-size:28px;font-weight:900}
.ref-detail .stat .l{font-size:12px;color:var(--text-tertiary);margin-top:2px}
.ref-detail .updated{font-size:12px;color:var(--text-tertiary);margin-top:8px}
.ref-detail /* ===== SCREENSHOT CAROUSEL ===== */
  .carousel{display:flex;gap:12px;overflow-x:auto;padding:4px 0 12px;scroll-snap-type:x mandatory}
.ref-detail .carousel::-webkit-scrollbar{height:6px}
.ref-detail .carousel::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
.ref-detail .slide{flex:0 0 360px;height:230px;border-radius:var(--radius);overflow:hidden;scroll-snap-align:start;position:relative;cursor:pointer;background:var(--bg-muted);border:1px solid var(--border-light)}
.ref-detail .slide:hover{box-shadow:0 4px 16px rgba(0,0,0,.12)}
.ref-detail .slide-bg{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:15px;font-weight:700}
.ref-detail .slide-label{position:absolute;bottom:0;left:0;right:0;padding:8px 12px;background:linear-gradient(transparent,rgba(0,0,0,.7));color:#fff;font-size:11px;font-weight:500}
.ref-detail /* ===== SECTION ===== */
  .sec{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;margin-top:20px;overflow:hidden}
.ref-detail .sec-h{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;gap:12px;flex-wrap:wrap}
.ref-detail .sec-t{font-size:28px;font-weight:900;display:flex;align-items:center;gap:8px;letter-spacing:-.03em}
.ref-detail .sec-t svg{color:var(--brand);flex-shrink:0}
.ref-detail .sec-sub{font-size:13px;color:var(--text-tertiary);margin-top:4px}
.ref-detail /* ===== OVERVIEW ===== */
  .ov-text{font-size:18px;line-height:1.9;color:var(--text-secondary);word-wrap:break-word}
.ref-detail .ov-hl{margin-top:18px;padding:16px 18px;background:var(--brand-light);border-radius:var(--radius);border-left:4px solid var(--brand);font-size:17px;color:var(--brand-dark);line-height:1.85;word-wrap:break-word}
.ref-detail /* ===== RATING ===== */
  .rat-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.ref-detail .rat-card{padding:20px;border-radius:var(--radius);background:var(--bg-card);border:1px solid var(--border-light);min-width:0;overflow:hidden}
.ref-detail .rat-label{font-size:12px;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:14px;display:flex;align-items:center;gap:6px}
.ref-detail .rat-label svg{color:var(--brand);flex-shrink:0}
.ref-detail .rat-big{display:flex;align-items:baseline;gap:6px;margin-bottom:10px}
.ref-detail .rat-big .s{font-size:56px;font-weight:900}
.ref-detail .rat-big .o{font-size:20px;color:var(--text-tertiary)}
.ref-detail .stars{display:flex;gap:2px;margin-bottom:6px}
.ref-detail .stars svg{width:18px;height:18px;fill:var(--yellow);stroke:none;flex-shrink:0}
.ref-detail .rat-count{font-size:12px;color:var(--text-tertiary)}
.ref-detail .bars{margin-top:14px}
.ref-detail .bar-row{display:flex;align-items:center;gap:6px;margin-bottom:5px}
.ref-detail .bar-l{font-size:12px;color:var(--text-tertiary);width:14px;text-align:right;flex-shrink:0}
.ref-detail .bar-t{flex:1;height:5px;background:var(--border-light);border-radius:3px;overflow:hidden;min-width:40px}
.ref-detail .bar-f{height:100%;border-radius:3px;background:var(--yellow)}
.ref-detail .bar-p{font-size:11px;color:var(--text-tertiary);width:26px;flex-shrink:0}
.ref-detail .dims{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.ref-detail .dim{min-width:0}
.ref-detail .dim-l{display:flex;justify-content:space-between;font-size:11px;color:var(--text-secondary);margin-bottom:5px;gap:4px}
.ref-detail .dim-l span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ref-detail .dim-l .v{font-weight:600;color:var(--text-primary);overflow:visible}
.ref-detail .dim-t{height:7px;background:var(--border-light);border-radius:4px;overflow:hidden}
.ref-detail .dim-f{height:100%;border-radius:4px;background:linear-gradient(90deg,var(--brand),#34D399)}
.ref-detail /* ===== FEATURES ===== */
  .feat-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.ref-detail .feat{padding:18px;border-radius:var(--radius);background:var(--bg-card);border:1px solid var(--border-light);overflow:hidden}
.ref-detail .feat:hover{border-color:var(--brand);box-shadow:0 2px 8px rgba(16,24,41,.06)}
.ref-detail .feat-ico{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:10px;flex-shrink:0}
.ref-detail .feat-ico.g{background:var(--brand-light);color:var(--brand)}
.ref-detail .feat-ico.b{background:var(--blue-bg);color:var(--blue)}
.ref-detail .feat-ico.p{background:var(--purple-bg);color:var(--purple)}
.ref-detail .feat-ico.o{background:var(--orange-bg);color:var(--orange)}
.ref-detail .feat-t{font-size:19px;font-weight:800;margin-bottom:8px;letter-spacing:-.02em}
.ref-detail .feat-d{font-size:16px;color:var(--text-secondary);line-height:1.75}
.ref-detail /* ===== PROS/CONS ===== */
  .pc-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.ref-detail .pc{padding:20px;border-radius:var(--radius);border:1px solid var(--border-light);overflow:hidden}
.ref-detail .pc.pro{background:var(--green-bg)}
.ref-detail .pc.con{background:var(--red-bg)}
.ref-detail .pc-h{font-size:18px;font-weight:800;margin-bottom:14px;display:flex;align-items:center;gap:6px}
.ref-detail .pc.pro .pc-h{color:#15803D}
.ref-detail .pc.con .pc-h{color:#DC2626}
.ref-detail .pc ul{list-style:none}
.ref-detail .pc li{font-size:15px;color:var(--text-secondary);padding:8px 0;display:flex;gap:6px;align-items:flex-start;line-height:1.72}
.ref-detail .pc li svg{width:14px;height:14px;flex-shrink:0;margin-top:2px}
.ref-detail .pc.pro li svg{fill:var(--green);stroke:none}
.ref-detail .pc.con li svg{fill:var(--red);stroke:none}
.ref-detail /* ===== PRICING ===== */
  .price-tbl{width:100%;border-collapse:collapse;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);font-size:16px}
.ref-detail .price-tbl th{background:var(--bg-card);font-weight:700;color:var(--text-secondary);padding:12px 14px;text-align:left;border-bottom:1px solid var(--border);white-space:nowrap}
.ref-detail .price-tbl td{color:var(--text-secondary);padding:12px 14px;border-bottom:1px solid var(--border-light)}
.ref-detail .price-tbl tr:last-child td{border-bottom:none}
.ref-detail .amt{font-weight:800;color:var(--text-primary);font-size:16px}
.ref-detail .per{font-size:11px;color:var(--text-tertiary);font-weight:400}
.ref-detail .pop-badge{display:inline-block;background:var(--brand);color:#fff;font-size:9px;font-weight:600;padding:2px 6px;border-radius:8px;margin-left:4px}
.ref-detail .price-note{margin-top:12px;font-size:13px;color:var(--text-tertiary);line-height:1.75}
.ref-detail /* ===== WHO IS USING ===== */
  .who-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.ref-detail .who{padding:16px 12px;border-radius:var(--radius);text-align:center;background:var(--bg-card);border:1px solid var(--border-light)}
.ref-detail .who:hover{border-color:var(--brand)}
.ref-detail .who-emoji{font-size:28px;margin-bottom:8px}
.ref-detail .who-label{font-size:17px;font-weight:800}
.ref-detail .who-desc{font-size:11px;color:var(--text-tertiary);margin-top:2px}
.ref-detail /* ===== WORKFLOW ===== */
  .step{display:flex;gap:14px;padding:16px 0}
.ref-detail .step:not(:last-child){border-bottom:1px solid var(--border-light)}
.ref-detail .step-n{width:36px;height:36px;border-radius:10px;flex-shrink:0;background:var(--brand-light);color:var(--brand);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800}
.ref-detail .step-c{min-width:0}
.ref-detail .step-t{font-size:18px;font-weight:800;margin-bottom:6px}
.ref-detail .step-d{font-size:14px;color:var(--text-secondary);line-height:1.7}
.ref-detail /* ===== ALTERNATIVES ===== */
  .alt-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.ref-detail .alt{padding:18px;border-radius:var(--radius);background:var(--bg-card);border:1px solid var(--border-light);cursor:pointer;overflow:hidden}
.ref-detail .alt:hover{border-color:var(--brand);box-shadow:0 2px 8px rgba(16,24,41,.06)}
.ref-detail .alt-top{display:flex;align-items:center;gap:10px;margin-bottom:8px}
.ref-detail .alt-logo{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;color:#fff;flex-shrink:0}
.ref-detail .alt-name{font-size:18px;font-weight:800;letter-spacing:-.02em}
.ref-detail .alt-price{font-size:11px;color:var(--text-tertiary)}
.ref-detail .alt-desc{font-size:16px;color:var(--text-secondary);line-height:1.75}
.ref-detail .alt-tags{display:flex;gap:4px;margin-top:6px;flex-wrap:wrap}
.ref-detail .alt-tag{font-size:9px;padding:2px 6px;border-radius:4px;background:var(--bg-muted);color:var(--text-tertiary);font-weight:500}
.ref-detail /* ===== FAQ ===== */
  .faq-item{border-bottom:1px solid var(--border-light)}
.ref-detail .faq-item:first-child{border-top:1px solid var(--border-light)}
.ref-detail .faq-q{display:flex;align-items:center;justify-content:space-between;padding:18px 0;cursor:pointer;font-size:18px;font-weight:800;user-select:none;gap:12px}
.ref-detail .faq-q:hover{color:var(--brand)}
.ref-detail .faq-q svg{width:18px;height:18px;color:var(--text-tertiary);transition:transform .3s;flex-shrink:0}
.ref-detail .faq-q.open svg{transform:rotate(45deg);color:var(--brand)}
.ref-detail .faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;font-size:16px;color:var(--text-secondary);line-height:1.85}
.ref-detail .faq-a.open{max-height:300px}
.ref-detail .faq-a-inner{padding:0 0 16px}
.ref-detail /* ===== SIDEBAR ===== */
  .side{position:sticky;top:120px}
.ref-detail .side-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;margin-bottom:16px}
.ref-detail .side-t{font-size:12px;font-weight:800;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px;display:flex;align-items:center;gap:6px}
.ref-detail .side-t svg{color:var(--brand);flex-shrink:0}
.ref-detail .qf{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid var(--border-light);gap:8px}
.ref-detail .qf:last-child{border-bottom:none}
.ref-detail .qf .l{font-size:12px;color:var(--text-tertiary);white-space:nowrap}
.ref-detail .qf .v{font-size:15px;font-weight:700;text-align:right;min-width:0;line-height:1.55}
.ref-detail .qf .v a{color:var(--blue);text-decoration:none}
.ref-detail .top-badge{display:inline-flex;align-items:center;gap:3px;background:linear-gradient(135deg,var(--brand),#34D399);color:#fff;font-size:10px;font-weight:600;padding:3px 8px;border-radius:6px;white-space:nowrap}
.ref-detail .side-tags{display:flex;flex-wrap:wrap;gap:5px}
.ref-detail .side-tag{font-size:11px;padding:5px 10px;border-radius:999px;background:var(--bg-muted);color:var(--text-secondary);font-weight:700;cursor:pointer}
.ref-detail .side-tag:hover{background:var(--brand-light);color:var(--brand)}
.ref-detail .side-cta{display:block;width:100%;padding:13px 14px;border-radius:12px;border:none;background:var(--brand);color:#fff;font-size:16px;font-weight:800;cursor:pointer;text-align:center;box-shadow:0 12px 24px rgba(24,165,112,.16)}
.ref-detail .side-cta:hover{background:var(--brand-dark)}
.ref-detail .side-cta2{display:block;width:100%;padding:10px;border-radius:var(--radius);border:1px solid var(--border);background:#fff;color:var(--text-secondary);font-size:14px;font-weight:800;cursor:pointer;text-align:center;margin-top:6px}
.ref-detail .side-cta2:hover{border-color:var(--brand);color:var(--brand)}
.ref-detail .embed-code{width:100%;height:54px;border-radius:6px;background:var(--bg-muted);border:1px solid var(--border);padding:6px 8px;font-size:10px;font-family:monospace;color:var(--text-secondary);resize:none}
.ref-detail .btn-copy{margin-top:5px;padding:5px 10px;border-radius:6px;border:1px solid var(--border);background:#fff;font-size:10px;font-weight:500;color:var(--text-secondary);cursor:pointer}
.ref-detail .btn-copy:hover{border-color:var(--brand);color:var(--brand)}
.ref-detail .social-links{display:flex;gap:6px;margin-top:6px;flex-wrap:wrap}
.ref-detail .soc{width:36px;height:36px;border-radius:8px;border:1px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-secondary);font-size:13px;font-weight:800}
.ref-detail .soc:hover{border-color:var(--brand);color:var(--brand)}
.ref-detail /* ===== RESPONSIVE ===== */
  @media(max-width:1100px){.grid{grid-template-columns:1fr}
.ref-detail .side{position:static}
}
@media(max-width:768px){
    .top-nav{padding:0 16px}
.ref-detail .nav-links{display:none}
.ref-detail .anchor-inner{padding:0 16px}
.ref-detail .page{padding:20px 16px 60px}
.ref-detail .hero-top{flex-direction:column}
.ref-detail .hero-logo{width:56px;height:56px;font-size:22px;border-radius:14px}
.ref-detail .hero-title{font-size:clamp(44px,4.8vw,60px)}
.ref-detail .feat-grid,.ref-detail .pc-grid,.ref-detail .rat-grid{grid-template-columns:1fr}
.ref-detail .who-grid{grid-template-columns:1fr 1fr}
.ref-detail .alt-grid{grid-template-columns:1fr}
.ref-detail .dims{grid-template-columns:1fr}
.ref-detail .price-tbl{font-size:13px}
.ref-detail .price-tbl th,.ref-detail .price-tbl td{padding:10px 10px}
}

/* MFC972 original shell compatibility */
.ref-detail-host{max-width:none;width:100%}.ref-detail{font-family:inherit;color:var(--text-primary);line-height:1.72}.ref-detail *,.ref-detail *::before,.ref-detail *::after{box-sizing:border-box}.ref-detail a{text-decoration:none}.ref-detail .anchor-nav{position:sticky;top:80px;z-index:8;margin:-4px 0 22px;background:rgba(255,255,255,.96);border:1px solid var(--border-light);border-radius:14px;box-shadow:0 8px 22px rgba(16,24,40,.04);overflow:hidden}.ref-detail .page{max-width:none;margin:0;padding:0 0 60px}.ref-detail .grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:22px;align-items:start}.ref-detail .hero-logo img{width:100%;height:100%;object-fit:contain;padding:10px;border-radius:inherit}.ref-detail .hero-logo{background:#fff;border:1px solid var(--border);box-shadow:0 8px 26px rgba(16,24,41,.08)}.ref-detail .slide-img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;background:var(--bg-muted);padding:8px}.ref-detail .alt-logo{background:linear-gradient(135deg,#18A570,#34D399);color:#fff}.ref-detail .side{position:sticky;top:124px}.ref-detail .stars{color:var(--yellow);font-size:17px;letter-spacing:1px}.ref-detail .faq-a.open{max-height:420px}.ref-detail .footer-note{margin-top:22px;text-align:center;font-size:12px;color:var(--text-tertiary)}body.theme-dark .ref-detail .anchor-nav,body.theme-dark .ref-detail .hero,body.theme-dark .ref-detail .sec,body.theme-dark .ref-detail .side-card,body.theme-dark .ref-detail .rat-card,body.theme-dark .ref-detail .feat,body.theme-dark .ref-detail .alt{background:var(--card);border-color:var(--line)}body.theme-dark .ref-detail .hero-title,body.theme-dark .ref-detail .sec-t,body.theme-dark .ref-detail .feat-t,body.theme-dark .ref-detail .alt-name,body.theme-dark .ref-detail .side-t,body.theme-dark .ref-detail .qf .v{color:var(--text)}body.theme-dark .ref-detail .hero-desc,body.theme-dark .ref-detail .ov-text,body.theme-dark .ref-detail .feat-d,body.theme-dark .ref-detail .alt-desc,body.theme-dark .ref-detail .qf .l{color:var(--muted)}
@media (max-width:1280px){.ref-detail .grid{grid-template-columns:1fr}.ref-detail .side{position:static}.ref-detail .alt-grid{grid-template-columns:1fr}.ref-detail .rat-grid,.ref-detail .feat-grid,.ref-detail .pc-grid{grid-template-columns:1fr}}
@media (max-width:640px){.ref-detail .anchor-nav{top:0;margin-bottom:16px}.ref-detail .anchor-inner{padding:0 10px}.ref-detail .hero,.ref-detail .sec,.ref-detail .side-card{padding:18px;border-radius:14px}.ref-detail .hero-top{display:block}.ref-detail .hero-logo{margin-bottom:14px}.ref-detail .hero-title{font-size:42px}.ref-detail .hero-actions .btn-p,.ref-detail .hero-actions .btn-s{width:100%;justify-content:center}.ref-detail .who-grid{grid-template-columns:1fr}.ref-detail .price-tbl{display:block;overflow-x:auto;white-space:nowrap}}

/* Keep sticky in-page navigation from covering anchor targets. */
.ref-detail [id]{scroll-margin-top:170px}
@media (max-width:640px){.ref-detail [id]{scroll-margin-top:92px}}

@media (max-width:640px){.ref-detail .slide{flex-basis:82vw;height:210px}.ref-detail .slide-img{padding:6px}}
