/* MEYINSOR Stage16H-R2 - PC width + sticky sidebar fix, H5 safe
   Base: Stage16H clean template. Goal: desktop total width follows global header width (1300px), sidebar sticks correctly, mobile no horizontal overflow. */
:root{
  --mys16h-width:1300px;
  --mys16h-side:260px;
  --mys16h-gap:32px;
  --mys16h-bg:#f6f1ea;
  --mys16h-card:#fffdf9;
  --mys16h-ink:#241915;
  --mys16h-muted:#6b5f55;
  --mys16h-soft:#88796c;
  --mys16h-gold:#a58a66;
  --mys16h-line:rgba(165,138,102,.18);
  --mys16h-shadow:0 20px 54px rgba(64,42,24,.07);
}
html,body{background:var(--mys16h-bg)!important;max-width:100%!important;}
*{box-sizing:border-box;}
.mys16h-journal-detail{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;background:var(--mys16h-bg)!important;box-sizing:border-box!important;}
@media (min-width:981px){html,body{overflow-x:visible!important;}.mys16h-journal-detail,.mys16h-shell{overflow:visible!important;}}
.mys16h-shell{width:min(calc(100% - 40px),var(--mys16h-width))!important;max-width:var(--mys16h-width)!important;min-width:0!important;margin:28px auto 84px!important;display:grid!important;grid-template-columns:var(--mys16h-side) minmax(0,1fr)!important;gap:var(--mys16h-gap)!important;align-items:start!important;box-sizing:border-box!important;}
.mys16h-sidebar,.mys16h-article{min-width:0!important;max-width:100%!important;}
.mys16h-sidebar{width:100%!important;align-self:start!important;z-index:3!important;position:relative!important;}
.mys16h-sidebar-card{width:100%!important;max-width:100%!important;position:sticky!important;top:86px!important;background:rgba(255,253,249,.96)!important;border:1px solid var(--mys16h-line)!important;border-radius:22px!important;box-shadow:var(--mys16h-shadow)!important;padding:18px!important;box-sizing:border-box!important;overflow:hidden!important;}
.mys16h-sidebar-section+.mys16h-sidebar-section{margin-top:20px!important;padding-top:18px!important;border-top:1px solid rgba(165,138,102,.14)!important;}
.mys16h-sidebar-title{margin:0 0 12px!important;font-size:15px!important;font-weight:700!important;line-height:1.45!important;color:var(--mys16h-ink)!important;}
.mys16h-cat-list,.mys16h-article-list{display:flex!important;flex-direction:column!important;gap:8px!important;min-width:0!important;max-width:100%!important;}
.mys16h-cat-link{min-height:40px!important;padding:0 14px!important;border-radius:999px!important;border:1px solid rgba(165,138,102,.16)!important;background:#fff!important;color:#3f312a!important;text-decoration:none!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;font-size:14px!important;min-width:0!important;max-width:100%!important;}
.mys16h-cat-link span,.mys16h-article-link{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.mys16h-cat-link:hover,.mys16h-cat-link.is-active{background:#241915!important;color:#fff!important;border-color:#241915!important;}
.mys16h-cat-count{color:inherit!important;opacity:.7!important;font-size:12px!important;flex:0 0 auto!important;}
.mys16h-article-link{display:block!important;padding:10px 0!important;border-bottom:1px solid rgba(165,138,102,.13)!important;color:#3c2f29!important;text-decoration:none!important;font-size:14px!important;line-height:1.55!important;white-space:nowrap!important;}
.mys16h-article-link:hover,.mys16h-article-link.is-current{color:var(--mys16h-gold)!important;}
.mys16h-sidebar-back{margin-top:18px!important;min-height:42px!important;border-radius:999px!important;border:1px solid rgba(165,138,102,.2)!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#2d211b!important;background:#fffaf4!important;text-decoration:none!important;font-size:14px!important;max-width:100%!important;}
.mys16h-article{width:100%!important;max-width:100%!important;overflow-wrap:anywhere!important;}
.mys16h-breadcrumb{margin:0 0 16px!important;color:#8b7b6f!important;font-size:13px!important;line-height:1.6!important;}
.mys16h-tag{display:inline-flex!important;align-items:center!important;min-height:34px!important;padding:0 14px!important;margin:0 0 22px!important;border-radius:999px!important;border:1px solid rgba(165,138,102,.2)!important;background:#fffaf4!important;color:var(--mys16h-gold)!important;font-size:14px!important;font-weight:600!important;}
.mys16h-cover{width:100%!important;max-width:100%!important;min-width:0!important;margin:0 0 34px!important;border-radius:26px!important;overflow:hidden!important;background:#efe5d8!important;border:1px solid rgba(165,138,102,.12)!important;box-shadow:var(--mys16h-shadow)!important;}
.mys16h-cover img{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;aspect-ratio:16/9!important;object-fit:cover!important;object-position:center!important;}
.mys16h-title{width:100%!important;max-width:100%!important;margin:0 0 18px!important;color:var(--mys16h-ink)!important;font-family:"Noto Serif SC","Songti SC","STSong","Times New Roman",serif!important;font-size:clamp(34px,3.8vw,58px)!important;line-height:1.16!important;letter-spacing:-.03em!important;overflow-wrap:break-word!important;}
.mys16h-summary{width:100%!important;max-width:100%!important;margin:0 0 28px!important;color:var(--mys16h-soft)!important;font-size:18px!important;line-height:1.9!important;}
.mys16h-reading-key{width:100%!important;max-width:100%!important;margin:0 0 36px!important;padding:24px 26px!important;border:1px solid var(--mys16h-line)!important;border-radius:24px!important;background:rgba(255,253,249,.92)!important;box-shadow:var(--mys16h-shadow)!important;color:#5d4c42!important;}
.mys16h-reading-key strong{display:block!important;margin:0 0 8px!important;color:var(--mys16h-gold)!important;font-size:15px!important;}
.mys16h-reading-key p{margin:0!important;color:#61544a!important;font-size:17px!important;line-height:1.85!important;}
.mys16h-body{width:100%!important;max-width:100%!important;margin:0!important;color:#40342d!important;font-size:18px!important;line-height:2!important;overflow-wrap:anywhere!important;}
.mys16h-body p{margin:0 0 22px!important;}
.mys16h-body h2{margin:42px 0 16px!important;color:var(--mys16h-ink)!important;font-family:"Noto Serif SC","Songti SC","STSong","Times New Roman",serif!important;font-size:clamp(30px,2.5vw,42px)!important;line-height:1.3!important;letter-spacing:-.02em!important;}
.mys16h-body h3{margin:28px 0 12px!important;color:#352924!important;font-size:22px!important;line-height:1.45!important;}
.mys16h-body img,.mys16h-body table,.mys16h-body iframe,.mys16h-body video,.mys16h-body pre,.mys16h-products,.mys16h-product-grid{max-width:100%!important;}
.mys16h-body table,.mys16h-body pre{display:block!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;}
.mys16h-products{width:100%!important;margin:56px 0 0!important;padding:0!important;overflow:hidden!important;}
.mys16h-section-head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:20px!important;margin:0 0 20px!important;}
.mys16h-section-head h2{margin:0 0 6px!important;color:var(--mys16h-ink)!important;font-family:"Noto Serif SC","Songti SC","STSong","Times New Roman",serif!important;font-size:28px!important;line-height:1.3!important;}
.mys16h-section-head p{margin:0!important;color:var(--mys16h-muted)!important;font-size:14px!important;}
.mys16h-product-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;}
.mys16h-product-card{min-width:0!important;display:block!important;border:1px solid var(--mys16h-line)!important;border-radius:20px!important;overflow:hidden!important;background:#fffdf9!important;color:#2d211b!important;text-decoration:none!important;box-shadow:0 14px 36px rgba(64,42,24,.05)!important;}
.mys16h-product-img{display:block!important;width:100%!important;aspect-ratio:1/1!important;background-size:cover!important;background-position:center!important;background-color:#f1e6da!important;}
.mys16h-product-info{display:block!important;padding:14px!important;}
.mys16h-product-title{display:block!important;font-size:14px!important;line-height:1.5!important;min-height:42px!important;color:#2d211b!important;}
.mys16h-product-meta{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-top:10px!important;color:var(--mys16h-gold)!important;font-size:13px!important;}
.mys16h-actions{margin:42px 0 0!important;display:flex!important;gap:12px!important;flex-wrap:wrap!important;max-width:100%!important;}
.mys16h-btn{min-height:44px!important;padding:0 20px!important;border-radius:999px!important;border:1px solid rgba(165,138,102,.24)!important;background:#fffaf4!important;color:#2d211b!important;text-decoration:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:14px!important;max-width:100%!important;}
.mys16h-btn-primary{background:#241915!important;color:#fff!important;border-color:#241915!important;}
@media (max-width: 980px){
  html,body{overflow-x:hidden!important;width:100%!important;max-width:100%!important;}
  .mys16h-journal-detail{overflow-x:hidden!important;width:100%!important;max-width:100%!important;}
  .mys16h-shell{width:100%!important;max-width:100%!important;margin:0 auto 52px!important;padding:14px 12px 0!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:16px!important;overflow:hidden!important;}
  .mys16h-sidebar,.mys16h-article{width:100%!important;max-width:100%!important;min-width:0!important;position:static!important;top:auto!important;}
  .mys16h-sidebar-card{position:relative!important;top:auto!important;border-radius:18px!important;padding:14px!important;overflow:hidden!important;}
  .mys16h-sidebar-title{margin-bottom:10px!important;}
  .mys16h-cat-list{flex-direction:row!important;gap:8px!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;padding-bottom:0!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;}
  .mys16h-cat-list::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;}
  .mys16h-cat-link{flex:0 0 auto!important;max-width:72vw!important;white-space:nowrap!important;}
  .mys16h-sidebar-more{display:none!important;}
  .mys16h-sidebar-back{display:none!important;}
  .mys16h-cover{border-radius:18px!important;margin-bottom:24px!important;}
  .mys16h-cover img{aspect-ratio:4/3!important;}
  .mys16h-title{font-size:32px!important;line-height:1.22!important;letter-spacing:-.02em!important;}
  .mys16h-summary,.mys16h-body{font-size:16px!important;line-height:1.9!important;}
  .mys16h-reading-key{padding:18px!important;border-radius:18px!important;}
  .mys16h-reading-key p{font-size:15.5px!important;}
  .mys16h-section-head{display:block!important;}
  .mys16h-product-grid{grid-template-columns:1fr 1fr!important;gap:12px!important;}
  .mys16h-actions{display:grid!important;grid-template-columns:1fr!important;}
  .mys16h-btn{width:100%!important;}
}
@media (max-width: 560px){.mys16h-shell{padding-left:10px!important;padding-right:10px!important;}.mys16h-sidebar-card{padding:12px!important;border-radius:16px!important;}.mys16h-title{font-size:29px!important;}.mys16h-product-grid{grid-template-columns:1fr!important;}}
