/* hs-site.css — 好室 blog 版型快照 scoped 至 .hs-paper（機器生成，來源 house7966-web/css/custom.css，產生器 scripts/build_hs_site_css.py，產生日期 2026-09-11）*/
.hs-paper{
  --brand-lake: #18B7CD;
  --brand-sax: #3e7799;
  --brand-sax-soft: #ECF1F5;
  --text-body: #23313A;
  --text-heading-strong: #23313A;
  --text-secondary: #5F686D;
}
.hs-paper #toggle-toc-btn,
.hs-paper #toggle-toc-btn:hover,
.hs-paper #toggle-toc-btn:focus-visible{
  background-color: #3E7799 !important;
}
.hs-paper .page-content h1.title{
  color: var(--brand-sax);
}
.hs-paper #toc{
  border-color: var(--brand-sax) !important;
}
.hs-paper #toc .h2{
  color: var(--brand-sax);
}
.hs-paper .tab-content h2,
.hs-paper .tab-content h3{
  color: var(--text-heading-strong);
}
.hs-paper .tab-content h2::before,
.hs-paper .tab-content h3::before{
  background: var(--brand-sax);
}
.hs-paper .addon-card{
  border-color: rgba(24, 183, 205, .45);
  border-top: 4px solid rgba(24, 183, 205, .45);
}
.hs-paper .addon-card h4{
  color: var(--text-heading-strong);
}
.hs-paper .addon-section{
  margin-top: 92px;
}
.hs-paper .addon-heading{
  color: #18B7CD;
  text-shadow: 1px 1px 2px rgba(35, 49, 58, .15);
}
.hs-paper .final-note{
  font-size: 18px;
  margin-top: 92px;
  color: #3E7799;
}
.hs-paper{
  --blog-scroll-gap: 14px;
  --blog-scroll-peek: clamp(44px, 14vw, 56px);
  --blog-scroll-fade: 36px;
  --blog-card-radius: 12px;
}
.hs-paper :is(.blog-featured-media, .blog-article-figure){
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.hs-paper .blog-featured-media{
  margin: 20px 0 0;
}
.hs-paper .blog-article-figure{
  margin: 28px 0;
}
.hs-paper :is(.blog-featured-media, .blog-article-figure) > img,
.hs-paper :is(.blog-featured-media, .blog-article-figure) > picture,
.hs-paper :is(.blog-featured-media, .blog-article-figure) > a{
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--brand-sax-soft);
  border-radius: 14px;
}
.hs-paper :is(.blog-featured-media, .blog-article-figure) > img,
.hs-paper :is(.blog-featured-media, .blog-article-figure) > picture > img,
.hs-paper :is(.blog-featured-media, .blog-article-figure) > a > img,
.hs-paper :is(.blog-featured-media, .blog-article-figure) > a > picture,
.hs-paper :is(.blog-featured-media, .blog-article-figure) > a > picture > img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hs-paper :is(.blog-featured-media, .blog-article-figure) > img{
  height: auto;
}
.hs-paper :is(.blog-featured-media, .blog-article-figure) img,
.hs-paper :is(.blog-featured-media--focus-center, .blog-article-figure--focus-center) img{
  object-position: center center;
}
.hs-paper :is(.blog-featured-media--focus-top, .blog-article-figure--focus-top) img{
  object-position: center top;
}
.hs-paper :is(.blog-featured-media--focus-bottom, .blog-article-figure--focus-bottom) img{
  object-position: center bottom;
}
.hs-paper :is(.blog-featured-media--focus-left, .blog-article-figure--focus-left) img{
  object-position: left center;
}
.hs-paper :is(.blog-featured-media--focus-right, .blog-article-figure--focus-right) img{
  object-position: right center;
}
.hs-paper :is(.blog-featured-media--portrait, .blog-featured-media--square, .blog-article-figure--portrait, .blog-article-figure--square){
  width: min(100%, 720px);
  margin-right: auto;
  margin-left: auto;
}
.hs-paper :is(.blog-featured-media--portrait, .blog-article-figure--portrait) > img,
.hs-paper :is(.blog-featured-media--portrait, .blog-article-figure--portrait) > picture,
.hs-paper :is(.blog-featured-media--portrait, .blog-article-figure--portrait) > a{
  aspect-ratio: 4 / 5;
}
.hs-paper :is(.blog-featured-media--square, .blog-article-figure--square) > img,
.hs-paper :is(.blog-featured-media--square, .blog-article-figure--square) > picture,
.hs-paper :is(.blog-featured-media--square, .blog-article-figure--square) > a{
  aspect-ratio: 1;
}
.hs-paper :is(.blog-featured-media, .blog-article-figure) figcaption{
  max-width: 72ch;
  margin: 9px auto 0;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.hs-paper .blog-card-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  max-width: 100%;
}
.hs-paper .blog-card-row{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  max-width: 100%;
}
.hs-paper :is(.blog-card-grid, .blog-card-row) > *{
  box-sizing: border-box;
  min-width: 0;
}
.hs-paper .addon-section{
  margin: 32px 0 18px;
}
.hs-paper .addon-heading{
  margin: 0 0 18px;
  color: var(--brand-lake);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(35, 49, 58, .15);
}
.hs-paper .tab-content h2.addon-heading{
  margin: 0 0 18px;
  padding: 0;
  color: var(--brand-lake);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(35, 49, 58, .15);
}
.hs-paper .tab-content h2.addon-heading::before{
  content: none;
  display: none;
}
.hs-paper .addon-cards{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  max-width: 100%;
  padding: 0;
  overflow: visible;
}
.hs-paper .addon-card{
  box-sizing: border-box;
  flex: 1 1 calc((100% - 48px) / 3);
  min-width: 0;
  max-width: calc((100% - 48px) / 3);
  padding: 16px;
  background: #fff;
  border: 1px solid rgba(24, 183, 205, .45);
  border-top: 4px solid rgba(24, 183, 205, .45);
  border-radius: var(--blog-card-radius);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
}
.hs-paper .addon-card > :is(h3, h4){
  margin: 0 0 10px;
  padding: 0 0 6px;
  color: var(--text-heading-strong);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: normal;
  border-bottom: 1px solid #e4e9eb;
}
.hs-paper .addon-card > :is(h3, h4)::before{
  content: none;
}
.hs-paper .addon-card p{
  margin: 0 0 12px;
  color: var(--text-body);
  font-size: 15px;
  line-height: 1.65;
}
.hs-paper .addon-card p:last-child{
  margin-bottom: 0;
}
.hs-paper :is(.addon-card, .team-card, .table-card, .feedback-card, .blog-card-grid, .blog-card-row) a{
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: none;
}
.hs-paper .blog-scroll-shell{
  position: relative;
  isolation: isolate;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}
.hs-paper :is(.swipe-hint, .blog-scroll-hint){
  display: none;
}
.hs-paper :is(.simple-table-shell, .comparison-table-wrapper){
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}
.hs-paper :is(.simple-table-wrap, .blog-table-scroll){
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}
.hs-paper .blog-technical-figure{
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 18px 0 8px;
}
.hs-paper .blog-technical-figure img{
  display: block;
  width: 100%;
  height: auto;
}
.hs-paper #news .tab-content:has(+ .tab-content .addon-section){
  padding-bottom: 0;
}
.hs-paper #news .tab-content:has(+ .tab-content .addon-section) .page_content > .main-paragraph:last-child{
  margin-bottom: 0;
}
.hs-paper #news .tab-content:has(.addon-section){
  padding-top: 0;
  padding-bottom: 0;
}
.hs-paper .final-note{
  margin-top: 32px;
  color: var(--brand-sax);
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}
.hs-paper .blog-faq-section{
  margin-top: 32px;
}
.hs-paper #toc{
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0 0 30px;
  padding: 22px 24px;
  background: #fff;
  border: 2px solid var(--brand-sax);
  border-radius: 12px;
}
.hs-paper #toc ul{
  margin: 0;
  padding-left: 20px;
}
.hs-paper #toc ul li{
  margin-bottom: 10px;
  padding-left: 3px;
  line-height: 1.65;
  list-style-type: decimal;
}
.hs-paper #toc ul li:last-child{
  margin-bottom: 0;
}
.hs-paper #toc ul li a{
  color: var(--brand-sax);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(62, 119, 153, .45);
  text-underline-offset: 3px;
}
.hs-paper #toc ul li a:hover,
.hs-paper #toc ul li a:focus-visible{
  text-decoration-color: currentColor;
}
.hs-paper #toc :is(.h2, .blog-toc__title){
  margin: 0 112px 18px 0;
  color: var(--brand-sax);
  font-weight: 700;
  line-height: 1.5;
}
.hs-paper #toggle-toc-btn,
.hs-paper #toggle-toc-btn:hover,
.hs-paper #toggle-toc-btn:focus-visible{
  box-sizing: border-box;
  align-items: center;
  gap: 6px;
  width: auto;
  min-width: 0;
  min-height: 44px;
  padding: 8px 12px;
  color: var(--brand-sax) !important;
  background: var(--brand-sax-soft) !important;
  border: 1px solid rgba(62, 119, 153, .35);
  border-radius: 999px;
  font-size: 0;
  line-height: 1;
}
.hs-paper #toggle-toc-btn:hover{
  background: #dfe9f0 !important;
}
.hs-paper #toggle-toc-btn:focus-visible{
  outline: 3px solid rgba(62, 119, 153, .35);
  outline-offset: 2px;
}
.hs-paper #toggle-toc-btn .toc-menu-icon{
  display: none;
}
.hs-paper #toggle-toc-btn::before{
  content: "收合目錄";
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}
.hs-paper #toggle-toc-btn::after{
  content: "⌃";
  font-size: 17px;
  line-height: 1;
  transform: translateY(2px);
}
.hs-paper #toggle-toc-btn[aria-expanded="false"]::before{
  content: "展開目錄";
}
.hs-paper #toggle-toc-btn[aria-expanded="false"]::after{
  content: "⌄";
  transform: translateY(-2px);
}
@media screen and (max-width: 768px){
.hs-paper{
    overflow-x: clip;
  }
.hs-paper .blog-featured-media{
    margin-top: 16px;
  }
.hs-paper .blog-article-figure{
    margin: 24px 0;
  }
.hs-paper :is(.blog-featured-media, .blog-article-figure) figcaption{
    margin-top: 8px;
    font-size: 13px;
    text-align: left;
  }
.hs-paper .blog-card-grid,
  .hs-paper .table-card-group:not(:has(> .table-card:nth-child(3))),
  .hs-paper .team-section:not(:has(> .team-card:nth-child(3))){
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    width: 100%;
    max-width: 100%;
    padding: 0;
    overflow: visible;
  }
.hs-paper .table-card-group:not(:has(> .table-card:nth-child(3))) > .table-card,
  .hs-paper .team-section:not(:has(> .team-card:nth-child(3))) > .team-card{
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    max-width: none;
  }
.hs-paper .blog-scroll-shell > :is(.blog-scroll-region, .addon-cards),
  .hs-paper .blog-card-row.blog-scroll-region,
  .hs-paper .table-card-group:has(> .table-card:nth-child(3)),
  .hs-paper .team-section:has(> .team-card:nth-child(3)),
  .hs-paper .feedback-section:has(> .feedback-card:nth-child(3)),
  .hs-paper .addon-section > .addon-cards:has(> .addon-card:nth-child(3)){
    display: flex;
    flex-flow: row nowrap;
    gap: var(--blog-scroll-gap);
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 4px 0 12px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 0 var(--blog-scroll-fade);
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }
.hs-paper .blog-scroll-shell > :is(.blog-scroll-region, .addon-cards) > *,
  .hs-paper .blog-card-row.blog-scroll-region > *,
  .hs-paper .table-card-group:has(> .table-card:nth-child(3)) > .table-card,
  .hs-paper .team-section:has(> .team-card:nth-child(3)) > .team-card,
  .hs-paper .feedback-section:has(> .feedback-card:nth-child(3)) > .feedback-card,
  .hs-paper .addon-section > .addon-cards:has(> .addon-card:nth-child(3)) > .addon-card{
    box-sizing: border-box;
    flex: 0 0 calc(100% - var(--blog-scroll-peek));
    width: auto;
    min-width: 0;
    max-width: none;
    scroll-snap-align: start;
  }
.hs-paper .blog-scroll-shell > :is(.blog-scroll-region, .addon-cards) > :last-child,
  .hs-paper .blog-card-row.blog-scroll-region > :last-child,
  .hs-paper .table-card-group:has(> .table-card:nth-child(3)) > .table-card:last-child,
  .hs-paper .team-section:has(> .team-card:nth-child(3)) > .team-card:last-child,
  .hs-paper .feedback-section:has(> .feedback-card:nth-child(3)) > .feedback-card:last-child,
  .hs-paper .addon-section > .addon-cards:has(> .addon-card:nth-child(3)) > .addon-card:last-child{
    margin-right: var(--blog-scroll-fade);
  }
.hs-paper .blog-scroll-shell::after,
  .hs-paper :is(.simple-table-shell, .comparison-table-wrapper)::after{
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 0;
    width: var(--blog-scroll-fade);
    pointer-events: none;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(236, 241, 245, .86) 64%, rgba(62, 119, 153, .24));
  }
.hs-paper .table-card-group:has(> .table-card:nth-child(3))::after,
  .hs-paper .team-section:has(> .team-card:nth-child(3))::after,
  .hs-paper .feedback-section:has(> .feedback-card:nth-child(3))::after,
  .hs-paper .addon-section > .addon-cards:has(> .addon-card:nth-child(3))::after{
    content: "";
    position: sticky;
    right: 0;
    z-index: 5;
    align-self: stretch;
    flex: 0 0 var(--blog-scroll-fade);
    width: var(--blog-scroll-fade);
    margin-left: -36px;
    pointer-events: none;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(236, 241, 245, .86) 64%, rgba(62, 119, 153, .24));
  }
.hs-paper :is(.swipe-hint, .blog-scroll-hint){
    box-sizing: border-box;
    display: table;
    width: fit-content;
    max-width: 100%;
    margin: 9px auto 18px;
    padding: 6px 11px;
    color: var(--brand-sax);
    background: var(--brand-sax-soft);
    border: 1px solid rgba(62, 119, 153, .2);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: .02em;
    text-align: center;
  }
.hs-paper .table-card-group:not(:has(> .table-card:nth-child(3))) + :is(.swipe-hint, .blog-scroll-hint),
  .hs-paper .team-section:not(:has(> .team-card:nth-child(3))) + :is(.swipe-hint, .blog-scroll-hint){
    display: none !important;
  }
.hs-paper :is(.swipe-hint, .blog-scroll-hint):has(+ .team-section),
  .hs-paper :is(.swipe-hint, .blog-scroll-hint):has(+ .table-card-group){
    display: none !important;
  }
.hs-paper :is(.simple-table-wrap, .blog-table-scroll){
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
  }
.hs-paper :is(.simple-table, .comparison-table){
    width: 100%;
    min-width: 560px;
    table-layout: fixed;
  }
.hs-paper :is(.simple-table, .comparison-table) :is(th, td):first-child{
    width: 112px;
    min-width: 112px;
    word-break: keep-all;
  }
.hs-paper :is(.simple-table, .comparison-table) thead th:first-child{
    position: sticky;
    left: 0;
    z-index: 4;
  }
.hs-paper :is(.simple-table, .comparison-table) tbody td:first-child{
    position: sticky;
    left: 0;
    z-index: 2;
  }
.hs-paper :is(.blog-scroll-region, .simple-table-wrap, .blog-table-scroll):focus-visible{
    outline: 3px solid rgba(62, 119, 153, .45);
    outline-offset: -3px;
  }
.hs-paper .blog-technical-figure .blog-scroll-region{
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0 0 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: none;
  }
.hs-paper .blog-technical-figure .blog-scroll-region > a{
    display: block;
    width: 700px;
    min-width: 700px;
    max-width: none;
    margin: 0 var(--blog-scroll-fade) 0 0;
  }
.hs-paper .blog-technical-figure img{
    width: 700px;
    min-width: 700px;
    max-width: none;
    height: auto;
  }
.hs-paper .addon-section{
    margin-top: 24px;
    margin-bottom: 14px;
  }
.hs-paper .final-note{
    margin-top: 24px;
    font-size: 15px;
  }
.hs-paper .blog-faq-section{
    margin-top: 24px;
  }
.hs-paper #toc{
    padding: 20px 16px;
  }
.hs-paper #toc :is(.h2, .blog-toc__title){
    margin-right: 108px;
  }
}
