/* BOXLOGODEV / personal field notes — v1.0
 * Append to the original Odyssey style.css. Remove this block to restore it.
 * Existing Tistory lists, entry markup, comments, search and pagination remain intact.
 */
body.bld-theme {
  --bld-paper: #f5f3ee;
  --bld-ink: #171717;
  --bld-red: #e3292e;
  --bld-ocean: #123f55;
  --bld-muted: #65645f;
  --bld-line: #d9d6ce;
  background: var(--bld-paper);
  color: var(--bld-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.bld-theme ::selection { background: #e3292e; color: #fff; }
.bld-theme a:focus-visible, .bld-theme button:focus-visible,
.bld-theme input:focus-visible, .bld-theme [tabindex]:focus-visible {
  outline: 2px solid var(--bld-red);
  outline-offset: 5px;
}
.bld-theme #wrap > .header {
  padding: 0;
  background: var(--bld-paper);
  border-bottom: 1px solid var(--bld-line);
  z-index: 10;
}
.bld-theme #wrap > .header .inner-header {
  position: relative;
  width: min(1184px, calc(100% - 80px));
  max-width: none;
  margin: 0 auto;
  padding: 0;
}
.bld-theme #wrap > .header .line-bottom,
.bld-theme #wrap > .header .area-slogun,
.bld-theme #wrap > .header .area-promotion { display: none !important; }
.bld-theme #wrap > .header .area-align { display: block; }
.bld-theme #wrap > .header .box-header {
  min-height: 103px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.bld-theme #wrap > .header .title-logo {
  position: static;
  margin: 0 auto 0 0;
  min-width: 0;
}
.bld-theme #wrap > .header .link_logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  max-width: none;
  overflow: visible;
  color: var(--bld-ink);
  text-decoration: none;
}
.bld-theme .bld-original-logo { display: none !important; }
.bld-theme .bld-wordmark {
  display: inline-block;
  padding: 5px 9px 4px;
  background: var(--bld-red);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -1.3px;
  line-height: 1;
}
.bld-theme .bld-brand-subtitle {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .07em;
  color: var(--bld-muted);
}
.bld-theme #wrap .header .util.use-top {
  display: block;
  position: static;
  width: 200px;
  margin: 0;
}
.bld-theme #wrap .header .util.use-top .search { float: none; background: transparent; }
.bld-theme #wrap .header .util.use-top input {
  height: 38px;
  padding: 8px 26px 8px 0;
  border-bottom: 1px solid var(--bld-line);
  background-position: right center;
  color: var(--bld-ink);
  font-size: 12px;
}
.bld-theme #wrap .header .area-gnb {
  position: static;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
}
.bld-theme #wrap .header .area-gnb > nav:not(.bld-nav) { display: none; }
.bld-theme .bld-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
  min-height: 52px;
  border-top: 1px solid var(--bld-line);
  overflow-x: auto;
  scrollbar-width: thin;
}
.bld-theme .bld-nav a {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-height: 52px;
  color: var(--bld-ink);
  text-decoration: none;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .025em;
  border-bottom: 2px solid transparent;
}
.bld-theme .bld-nav a[aria-current="page"], .bld-theme .bld-nav a:hover {
  color: var(--bld-red);
  border-bottom-color: var(--bld-red);
}
.bld-theme .bld-nav .bld-nav-about { margin-left: auto; color: var(--bld-muted); font-weight: 400; }
.bld-theme .bld-menu-toggle,
.bld-theme .bld-drawer-close {
  flex-shrink: 0;
  min-height: 40px;
  padding: 8px 0 8px 12px;
  border: 0;
  background: transparent;
  color: var(--bld-ink);
  cursor: pointer;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}
.bld-theme .bld-menu-toggle span { margin-left: 9px; font-size: 19px; vertical-align: -1px; }
.bld-theme .bld-skip {
  position: fixed;
  top: -80px;
  left: 20px;
  z-index: 100;
  padding: 12px 20px;
  background: var(--bld-ink);
  color: #fff;
}
.bld-theme .bld-skip:focus { top: 14px; }

/* The front page is an introduction; existing entries follow below. */
.bld-theme .bld-home-intro {
  max-width: 1184px;
  width: calc(100% - 80px);
  margin: 0 auto;
}
.bld-theme .bld-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  align-items: center;
  column-gap: 76px;
  padding: 70px 0 60px;
}
.bld-theme .bld-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 25px;
  color: var(--bld-muted);
  font: 600 10px/1.5 Arial, sans-serif;
  letter-spacing: .18em;
}
.bld-theme .bld-eyebrow::before { content: ""; width: 6px; height: 6px; background: var(--bld-red); }
.bld-theme .bld-hero h2 {
  margin: 0;
  font-size: clamp(36px, 4.8vw, 64px);
  font-weight: 780;
  letter-spacing: -.067em;
  line-height: 1.23;
  word-break: keep-all;
}
.bld-theme .bld-hero h2 span { display: block; }
.bld-theme .bld-hero h2 .bld-title-accent { color: var(--bld-red); }
.bld-theme .bld-intro {
  max-width: 570px;
  margin: 25px 0 26px;
  color: var(--bld-muted);
  font-size: 14px;
  line-height: 1.95;
  word-break: keep-all;
}
.bld-theme .bld-intro a { color: inherit; text-underline-offset: 4px; }
.bld-theme .bld-text-link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 8px 0;
  color: var(--bld-ink);
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
}
.bld-theme .bld-text-link:hover { color: var(--bld-red); }
.bld-theme .bld-ocean {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  min-height: 310px;
  margin: 0;
  padding: 26px;
  overflow: hidden;
  background: linear-gradient(155deg, #457180 0%, #123f55 54%, #082f44 100%);
  color: #fff;
}
.bld-theme .bld-ocean::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  top: 10%;
  left: 10%;
  border: 1px solid #ffffff29;
  border-radius: 50%;
  box-shadow: 0 0 0 28px #ffffff0a, 0 0 0 29px #ffffff21, 0 0 0 58px #ffffff06, 0 0 0 59px #ffffff1a, 0 0 0 89px #ffffff05, 0 0 0 90px #ffffff15;
  transform: scaleX(1.45) rotate(-26deg);
}
.bld-theme .bld-ocean p { position: relative; z-index: 1; margin: 0; }
.bld-theme .bld-ocean-label { color: #d6e3e5; font: 10px/1.5 Arial, sans-serif; letter-spacing: .15em; }
.bld-theme .bld-ocean-words { font: 600 42px/.98 Arial, sans-serif; letter-spacing: -.05em; }
.bld-theme .bld-ocean-words span { display: block; }
.bld-theme .bld-ocean-caption { color: #d6e3e5; font-size: 11px; line-height: 1.7; letter-spacing: .01em; white-space: pre-line; }
.bld-theme .bld-topic-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 25px;
  padding: 15px 0;
  border-top: 1px solid var(--bld-line);
  border-bottom: 1px solid var(--bld-line);
}
.bld-theme .bld-topic-label { margin-right: auto; color: var(--bld-muted); font: 10px/1.6 Arial, sans-serif; letter-spacing: .12em; }
.bld-theme .bld-topic-strip a { padding: 7px 0; color: var(--bld-ink); font-size: 12px; text-decoration: none; }
.bld-theme .bld-topic-strip a:hover { color: var(--bld-red); }
.bld-theme .bld-curation { padding: 42px 0 48px; }
.bld-theme .bld-section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.bld-theme .bld-section-heading h2 { margin: 0; font-size: 22px; line-height: 1.4; font-weight: 700; letter-spacing: -.045em; }
.bld-theme .bld-section-heading p { margin: 0; color: var(--bld-muted); font: 10px/1.5 Arial, sans-serif; letter-spacing: .1em; }
.bld-theme .bld-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.bld-theme .bld-feature {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding: 22px 0 4px;
  border-top: 2px solid var(--bld-ink);
  color: var(--bld-ink);
  text-decoration: none;
}
.bld-theme .bld-feature-category { margin-bottom: 19px; color: var(--bld-muted); font: 600 10px/1.5 Arial, sans-serif; letter-spacing: .12em; }
.bld-theme .bld-feature-category b { margin-right: 13px; color: var(--bld-red); font-weight: 600; }
.bld-theme .bld-feature h3 { margin: 0 0 14px; max-width: 330px; font-size: 20px; font-weight: 680; line-height: 1.55; letter-spacing: -.045em; word-break: keep-all; overflow-wrap: anywhere; }
.bld-theme .bld-feature p { margin: 0 0 17px; color: var(--bld-muted); font-size: 12px; line-height: 1.8; word-break: keep-all; }
.bld-theme .bld-feature .bld-feature-read { margin-top: auto; font-size: 11px; font-weight: 600; }
.bld-theme .bld-feature:hover { border-top-color: var(--bld-red); }
.bld-theme .bld-feature:hover h3 { color: var(--bld-red); }

/* Native Tistory archives: typography first, restrained existing thumbnails. */
.bld-theme #wrap .main { max-width: 1184px; width: calc(100% - 80px); margin: 48px auto 0; padding-top: 0; }
.bld-theme #wrap .category-banner-wrp { display: none !important; }
.bld-theme#tt-body-category.use-category-banner #wrap #container { margin-top: 0; }
.bld-theme #wrap .area-main { width: 100%; max-width: 920px; margin: 0 auto; padding: 0; }
.bld-theme.bld-home #wrap .main { margin-top: 0; }
.bld-theme.bld-home #wrap .area-main { max-width: none; }
.bld-theme.bld-home #wrap .area-common { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 48px; }
.bld-theme.bld-home #wrap .area-common > :not(.article-type-common) { grid-column: 1 / -1; }
.bld-theme #wrap .title-search {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 8px;
  padding: 26px 0 20px;
  border-top: 1px solid var(--bld-ink);
  border-bottom: 0;
  color: var(--bld-ink);
  font-size: 22px;
  letter-spacing: -.045em;
}
.bld-theme #wrap .title-search span { color: var(--bld-muted); font: 12px/1.5 Arial, sans-serif; letter-spacing: 0; }
.bld-theme #wrap .article-type-thumbnail {
  gap: 22px;
  min-width: 0;
  align-items: center;
  margin: 0;
  padding: 24px 0;
  border-bottom: 1px solid var(--bld-line);
}
.bld-theme #wrap .article-type-thumbnail > .link-article { flex: 0 0 112px; }
.bld-theme #wrap .article-type-thumbnail .thumbnail { width: 112px; height: 100px; margin: 0; background-color: #e7e3da; }
.bld-theme #wrap .article-type-thumbnail .article-content { min-width: 0; padding: 0; }
.bld-theme #wrap .article-type-thumbnail .title {
  max-height: none;
  margin: 0 0 9px;
  color: var(--bld-ink);
  font-size: 19px;
  font-weight: 650;
  line-height: 1.5;
  letter-spacing: -.035em;
  word-break: keep-all;
  overflow-wrap: anywhere;
  -webkit-line-clamp: 2;
}
.bld-theme #wrap .article-type-thumbnail .summary { margin-bottom: 13px; max-height: 40px; color: var(--bld-muted); font-size: 12px; line-height: 1.7; }
.bld-theme #wrap .article-type-thumbnail .box-meta { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.bld-theme #wrap .article-type-thumbnail .link-category { margin: 0; color: var(--bld-ocean); font-size: 10px; letter-spacing: .02em; }
.bld-theme #wrap .article-type-thumbnail .date { margin: 0; color: var(--bld-muted); font-size: 10px; }
.bld-theme #wrap .article-type-thumbnail .date::before { display: none; }
.bld-theme #wrap .article-type-thumbnail:hover .title { text-decoration-thickness: 1px; text-underline-offset: 4px; }
.bld-theme #wrap .area-paging-more { margin: 38px 0 60px; }
.bld-theme #wrap .paging-more { border: 1px solid var(--bld-line); background: transparent; color: var(--bld-ink); }
.bld-theme #wrap .paging-more:hover { border-color: var(--bld-ink); }
.bld-theme #wrap .area-paging { margin: 40px 0 60px; }

/* Article pages: a quiet reading width and an unclipped, text-first title. */
.bld-theme#tt-body-page #wrap .main { margin-top: 0; padding-top: 0; }
.bld-theme#tt-body-page #wrap .area-main { max-width: 760px; }
.bld-theme #wrap .article-header {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: auto;
  margin: 0 0 34px;
  padding: 56px 0 36px;
  background: transparent !important;
  border-bottom: 1px solid var(--bld-line);
}
.bld-theme #wrap .article-header::before { display: none; }
.bld-theme #wrap .article-header .inner-header { max-width: none; padding: 0; color: var(--bld-ink); }
.bld-theme #wrap .article-header .box-meta { position: static; width: 100%; max-width: none; }
.bld-theme #wrap .article-header .category, .bld-theme #wrap .article-header .category a { color: var(--bld-red); font-size: 12px; }
.bld-theme #wrap .article-header .title-article {
  display: block;
  max-width: none;
  margin: 16px 0 24px;
  padding: 0;
  overflow: visible;
  color: var(--bld-ink);
  font-size: 40px;
  line-height: 1.4;
  font-weight: 720;
  letter-spacing: -.055em;
  overflow-wrap: anywhere;
}
.bld-theme #wrap .article-header .box-info { color: var(--bld-muted); opacity: 1; font-size: 12px; }
.bld-theme #wrap .article-header .box-info .date::before { background: var(--bld-muted); }
.bld-theme #article-view { padding: 0 0 48px; color: #292925; font-size: 17px; line-height: 1.9; overflow-wrap: break-word; }
.bld-theme #article-view p[data-ke-size], .bld-theme #article-view li { line-height: 1.9; }
.bld-theme #article-view h2, .bld-theme #article-view h3 { color: var(--bld-ink); letter-spacing: -.035em; }
.bld-theme #article-view h2 { margin-top: 2.2em; margin-bottom: .85em; }
.bld-theme #article-view a { text-underline-offset: 4px; }
.bld-theme #article-view pre { max-width: 100%; overflow-x: auto; padding: 22px; background: #eeece6; border: 1px solid var(--bld-line); line-height: 1.65; }
.bld-theme #article-view pre code { white-space: pre; font-size: 13px; }
.bld-theme .bld-table-scroll { width: 100%; margin: 24px 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.bld-theme #article-view .bld-table-scroll table { margin: 0; min-width: 560px; border-collapse: collapse; }
.bld-theme #article-view table th, .bld-theme #article-view table td { padding: 13px 14px; line-height: 1.7; font-size: 14px; }
.bld-theme #article-view blockquote { border-left-color: var(--bld-red); }

/* Existing sidebar, exposed through a keyboard-operable archive drawer. */
.bld-theme #wrap .area-aside {
  display: block;
  position: fixed;
  inset: 0 0 0 auto;
  width: min(390px, calc(100% - 32px));
  max-width: 390px;
  height: 100%;
  height: 100dvh;
  margin: 0;
  padding: 0 30px 32px;
  overflow-y: auto;
  background: var(--bld-paper);
  border-left: 1px solid var(--bld-line);
  transform: translateX(100%);
  visibility: hidden;
  transition: transform .22s ease, visibility .22s;
  z-index: 61;
}
.bld-theme #wrap .area-aside.bld-drawer-open { transform: translateX(0); visibility: visible; }
.bld-theme .bld-drawer-head { position: sticky; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0 -30px 30px !important; padding: 18px 30px; background: var(--bld-paper); border-bottom: 1px solid var(--bld-line); z-index: 30; }
.bld-theme .bld-drawer-head strong { font: 700 12px/1.5 Arial, sans-serif; letter-spacing: .08em; }
.bld-theme .bld-drawer-close { font-size: 12px; }
.bld-theme .bld-drawer-backdrop { position: fixed; inset: 0; width: 100%; height: 100%; margin: 0; border: 0; background: #17171766; z-index: 60; }
.bld-theme .bld-drawer-backdrop[hidden] { display: none; }
.bld-theme #wrap .area-aside .box-category { padding: 0; }
.bld-theme #wrap .area-aside .box-category a { color: var(--bld-ink); }
.bld-theme #wrap .area-aside .box-profile-invert { height: auto; margin: 0 0 35px; padding: 24px 0; background: transparent !important; border-top: 1px solid var(--bld-line); color: var(--bld-ink); }
.bld-theme #wrap .area-aside .box-profile-invert::before { display: none; }
.bld-theme #wrap .area-aside .box-profile .img-profile { width: 58px; height: 58px; margin: 0 0 16px; }
.bld-theme #wrap .area-aside .box-profile .text-profile { color: var(--bld-muted); font-size: 12px; line-height: 1.8; }
.bld-theme #wrap .area-aside .box-profile .tit-g { color: var(--bld-ink); }
.bld-theme #wrap .area-aside .util.use-sidebar { display: block; }
.bld-theme #wrap .area-aside .search { background: transparent; }
.bld-theme #wrap .area-aside .searchInput { height: 40px; font-size: 14px; color: var(--bld-ink); }
.bld-theme #wrap #footer { margin-top: 0; padding: 32px 40px; background: var(--bld-paper); border-top: 1px solid var(--bld-line); }
.bld-theme #wrap #footer .inner-footer { max-width: 1184px; padding: 0; margin: auto; }
.bld-theme .bld-footer-line { display: flex; justify-content: space-between; gap: 20px; width: 100%; padding-bottom: 16px; color: var(--bld-muted); font-size: 11px; line-height: 1.7; }
.bld-theme .bld-footer-line a { color: var(--bld-ink); font: 800 13px/1.5 Arial, sans-serif; text-decoration: none; letter-spacing: -.03em; }
.bld-theme #wrap #footer .box-site:has(ul:empty) { display: none; }

@media (max-width: 1060px) {
  .bld-theme .bld-hero { grid-template-columns: minmax(0, 1fr) 255px; gap: 36px; padding: 52px 0 42px; }
  .bld-theme .bld-hero h2 { font-size: clamp(35px, 5.1vw, 54px); }
  .bld-theme .bld-ocean { padding: 22px; min-height: 305px; }
  .bld-theme .bld-ocean-words { font-size: 37px; }
  .bld-theme .bld-topic-strip { gap: 0 20px; }
  .bld-theme .bld-topic-label { width: 100%; margin: 0 0 5px; }
  .bld-theme .bld-feature-grid { gap: 24px; }
  .bld-theme .bld-feature h3 { font-size: 18px; }
  .bld-theme.bld-home #wrap .area-common { column-gap: 30px; }
  .bld-theme #wrap .article-type-thumbnail { gap: 16px; }
  .bld-theme #wrap .article-type-thumbnail > .link-article { flex-basis: 84px; }
  .bld-theme #wrap .article-type-thumbnail .thumbnail { width: 84px; height: 84px; }
  .bld-theme #wrap .article-type-thumbnail .title { font-size: 17px; }
}
@media (max-width: 760px) {
  .bld-theme #wrap > .header .inner-header, .bld-theme .bld-home-intro,
  .bld-theme #wrap .main { width: calc(100% - 40px); }
  .bld-theme #wrap > .header .box-header { min-height: 87px; gap: 12px; }
  .bld-theme .bld-wordmark { font-size: 22px; }
  .bld-theme .bld-brand-subtitle { font-size: 10px; }
  .bld-theme #wrap .header .util.use-top { display: none; }
  .bld-theme .bld-nav { gap: 24px; }
  .bld-theme .bld-nav a { min-height: 48px; font-size: 11px; }
  .bld-theme .bld-nav .bld-nav-about { margin-left: 0; }
  .bld-theme .bld-menu-toggle { font-size: 11px; }
  .bld-theme .bld-hero { grid-template-columns: 1fr; gap: 28px; padding: 39px 0 30px; }
  .bld-theme .bld-eyebrow { margin-bottom: 20px; font-size: 9px; }
  .bld-theme .bld-hero h2 { font-size: clamp(31px, 7.9vw, 52px); letter-spacing: -.067em; }
  .bld-theme .bld-intro { margin: 20px 0 15px; max-width: 510px; font-size: 13px; line-height: 1.9; }
  .bld-theme .bld-ocean { min-height: 160px; padding: 20px 23px; flex-direction: row; align-items: flex-end; }
  .bld-theme .bld-ocean::before { top: -220px; left: 0; width: 500px; height: 500px; }
  .bld-theme .bld-ocean-label { position: absolute !important; top: 20px; left: 23px; font-size: 9px; }
  .bld-theme .bld-ocean-words { font-size: 34px; line-height: .98; }
  .bld-theme .bld-ocean-caption { max-width: 125px; font-size: 10px; text-align: right; }
  .bld-theme .bld-topic-strip { gap: 0 18px; padding: 14px 0; }
  .bld-theme .bld-topic-strip a { font-size: 11px; }
  .bld-theme .bld-curation { padding: 31px 0 34px; }
  .bld-theme .bld-section-heading { margin-bottom: 19px; }
  .bld-theme .bld-section-heading h2 { font-size: 20px; }
  .bld-theme .bld-section-heading p { font-size: 9px; }
  .bld-theme .bld-feature-grid { grid-template-columns: 1fr; gap: 22px; }
  .bld-theme .bld-feature { padding-top: 17px; }
  .bld-theme .bld-feature-category { margin-bottom: 11px; }
  .bld-theme .bld-feature h3 { max-width: none; margin-bottom: 9px; font-size: 19px; }
  .bld-theme .bld-feature p { margin-bottom: 10px; }
  .bld-theme.bld-home #wrap .area-common { display: block; }
  .bld-theme #wrap .main { margin-top: 30px; }
  .bld-theme #wrap .title-search { padding-top: 23px; margin-bottom: 0; font-size: 20px; }
  .bld-theme #wrap .article-type-thumbnail { padding: 20px 0; }
  .bld-theme #wrap .article-type-thumbnail .title { font-size: 17px; line-height: 1.55; }
  .bld-theme #wrap .article-type-thumbnail .summary { margin-bottom: 10px; font-size: 11px; }
  .bld-theme #wrap .article-type-thumbnail > .link-article { flex-basis: 76px; }
  .bld-theme #wrap .article-type-thumbnail .thumbnail { width: 76px; height: 76px; }
  .bld-theme #wrap .article-type-thumbnail .box-meta { gap: 8px; }
  .bld-theme #wrap .article-header { padding: 35px 0 26px; margin-bottom: 28px; }
  .bld-theme #wrap .article-header .title-article { font-size: 29px; line-height: 1.45; }
  .bld-theme #article-view { font-size: 16px; }
  .bld-theme #article-view pre { padding: 17px; }
  .bld-theme #wrap #footer { padding: 26px 20px; }
  .bld-theme .bld-footer-line { flex-direction: column; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .bld-theme *, .bld-theme *::before, .bld-theme *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Odyssey hides the original sidebar on password-protected posts. */
.bld-theme#tt-body-page.protected-view #wrap .area-aside { display: block; }
