.webzine-view-page {
  --subpage-title-size: clamp(36px, 3.2vw, 48px);
  --subpage-section-title-size: clamp(24px, 2vw, 30px);
  --subpage-copy-size: 16px;
  --subpage-copy-line-height: 1.75;
  min-height: 100vh;
  overflow-x: clip;
  background: transparent;
  color: #111;
}
.webzine-view-page #site-header { position: sticky; top: 0; z-index: 50; }
.webzine-view-main { position: relative; z-index: 1; }
.webzine-article { padding: clamp(48px, 5vw, 82px) var(--pad-x) clamp(110px, 10vw, 170px); }
.article-hero { width: min(100%, 1300px); margin: 0 auto; }
.article-hero__inner { width: min(100%, 1040px); margin: 0 auto; text-align: center; }
.article-category { display: inline-block; color: #d64048; font-size: 15px; font-weight: 600; }
.article-hero h1 { margin: 10px auto 0; font-family: Pretendard, sans-serif; font-size: var(--subpage-title-size); font-weight: 600; line-height: 1.22; letter-spacing: -.035em; text-wrap: balance; word-break: keep-all; }
.article-summary { max-width: 720px; margin: 18px auto 0; color: #666; font-size: var(--subpage-copy-size); line-height: var(--subpage-copy-line-height); word-break: keep-all; }
.article-meta { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 24px; color: #999; font-family: Outfit, Pretendard, sans-serif; font-size: 12px; }
.article-meta > span { position: relative; padding-left: 14px; }
.article-meta > span::before { content: ""; position: absolute; left: 0; top: 50%; width: 2px; height: 2px; border-radius: 50%; background: #aaa; }
.article-author { display: inline-flex; align-items: center; gap: 7px; color: #777; }
.article-author img { width: 22px; height: 22px; border-radius: 50%; object-fit: cover; }
.article-cover { aspect-ratio: 16 / 9; margin: clamp(42px, 5vw, 72px) 0 0; overflow: hidden; border-radius: 10px; background: #eee; }
.article-cover img, .article-inline-image img { width: 100%; height: 100%; object-fit: cover; }
.blog-media-carousel { position: relative; margin: clamp(42px,5vw,72px) 0 0; }
.blog-media-carousel__viewport { display: flex; overflow-x: auto; border-radius: 10px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-x: contain; }
.blog-media-carousel__viewport::-webkit-scrollbar { display: none; }
.blog-media-carousel__slide { position: relative; flex: 0 0 100%; aspect-ratio: 16 / 9; margin: 0; overflow: hidden; background: #eee; scroll-snap-align: start; scroll-snap-stop: always; }
.blog-media-carousel__slide img,
.blog-media-carousel__slide video { display: block; width: 100%; height: 100%; object-fit: cover; }
.blog-media-carousel__arrow { position: absolute; top: 50%; z-index: 2; display: grid; width: 42px; height: 42px; place-items: center; border: 0; border-radius: 50%; background: rgba(17,17,17,.62); color: #fff; font: 300 24px/1 Arial,sans-serif; opacity: .84; transform: translateY(-50%); cursor: pointer; transition: opacity .25s ease,background-color .25s ease,transform .25s ease; backdrop-filter: blur(8px); }
.blog-media-carousel__arrow:hover { background: #111; opacity: 1; transform: translateY(-50%) scale(1.04); }
.blog-media-carousel__arrow--prev { left: 16px; }
.blog-media-carousel__arrow--next { right: 16px; }
.blog-media-carousel__count { position: absolute; right: 16px; bottom: 14px; z-index: 2; padding: 7px 10px; border-radius: 999px; background: rgba(17,17,17,.62); color: #fff; font: 500 10px/1 Outfit,Pretendard,sans-serif; backdrop-filter: blur(8px); }
.article-read-points { display: grid; grid-template-columns: minmax(180px,.7fr) minmax(0,1.3fr); gap: clamp(28px,5vw,80px); width: min(100%,1040px); margin: clamp(52px,6vw,88px) auto 0; padding: clamp(28px,4vw,48px); border-radius: 18px; background: rgba(246,246,247,.88); }
.article-read-points > div > span { color: #d64048; font: 600 10px/1.3 Outfit,Pretendard,sans-serif; letter-spacing: .12em; }
.article-read-points h2 { margin: 8px 0 0; font-size: clamp(22px,2.1vw,30px); font-weight: 600; letter-spacing: -.035em; }
.article-read-points ol { display: grid; gap: 12px; margin: 0; padding: 0; counter-reset: read-point; list-style: none; }
.article-read-points li { counter-increment: read-point; position: relative; padding-left: 36px; color: #555; font-size: 14px; line-height: 1.65; word-break: keep-all; }
.article-read-points li::before { content: counter(read-point); position: absolute; top: 0; left: 0; display: grid; width: 24px; height: 24px; place-items: center; border-radius: 8px; background: #111; color: #fff; font: 600 10px Outfit,sans-serif; }
.article-mobile-tools { display: none; }
.article-layout { display: grid; grid-template-columns: minmax(180px,1fr) minmax(0,800px) minmax(180px,1fr); gap: clamp(30px,4vw,70px); width: min(100%,1920px); margin: clamp(72px,8vw,130px) auto 0; }
.article-side { align-self: start; font-size: 13px; }
.article-side--left { position: sticky; top: 58px; grid-column: 1; grid-row: 1; justify-self: start; display: flex; width: min(100%,240px); max-height: calc(100dvh - 116px); min-height: 0; flex-direction: column; overflow: hidden; }
.article-side--left .article-side__sticky { display: flex; min-height: 0; max-height: inherit; flex: 1 1 auto; flex-direction: column; overflow: hidden; }
.article-notes__head { flex: 0 0 auto; padding: 0 0 14px; }
.article-notes__head strong { display: block; color: #111; font-size: 14px; font-weight: 600; }
.article-notes__head span { display: block; margin-top: 6px; color: #aaa; font-size: 10.5px; line-height: 1.55; word-break: keep-all; }
.article-notes__scroll { min-height: 0; margin-bottom: 20px; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: #d8d8d8 transparent; }
.article-notes-list-link,
body.blog-detail-page .webzine-view-main .article-notes-list-link { flex: 0 0 auto; margin-top: 0 !important; }
.article-note-item { display: grid; width: 100%; grid-template-columns: 25px minmax(0,1fr); gap: 8px; padding: 13px 11px 13px 10px; border: 0; border-left: 1px solid #e4e4e4; background: transparent; color: #777; text-align: left; cursor: pointer; transition: border-color .22s ease,background-color .22s ease,color .22s ease; }
.article-note-item + .article-note-item { border-top: 1px solid rgba(17,17,17,.055); }
.article-note-item__number { padding-top: 2px; color: #bbb; font: 500 10px Outfit,Pretendard,sans-serif; }
.article-note-item__content { min-width: 0; }
.article-note-item__content strong { display: block; color: #333; font-size: 14px; font-weight: 600; line-height: 1.45; }
.article-note-item__content > span { display: block; margin-top: 5px; color: #999; font-size: 12px; line-height: 1.6; word-break: keep-all; }
.article-note-item:hover { background: rgba(17,17,17,.025); color: #111; }
.article-note-item.is-active { border-left-color: #d64048; background: rgba(214,64,72,.045); }
.article-note-item.is-active .article-note-item__number { color: #d64048; }
.article-note-item.is-active .article-note-item__content strong { color: #111; }
.article-back, .article-share { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; gap: 8px; padding: 0 14px; border: 1px solid #dedede; border-radius: 10px; background: rgba(255,255,255,.82); color: #555; font: 500 12px Pretendard,sans-serif; cursor: pointer; transition: border-color .25s,color .25s,background-color .25s; }
.article-back svg, .article-share svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.article-back:hover, .article-share:hover { border-color: #111; background: #111; color: #fff; }
.article-side--right { position: sticky; top: 58px; grid-column: 3; justify-self: end; width: min(100%,220px); }
.article-side--right > strong { display: block; margin-bottom: 15px; font-size: 14px; font-weight: 600; }
.article-side--right nav { display: grid; border-left: 1px solid #e3e3e3; }
.article-side--right a { margin-left: -1px; padding: 8px 0 8px 15px; border-left: 1px solid transparent; color: #999; font-size: 12.5px; line-height: 1.45; transition: color .25s,border-color .25s; }
.article-side--right a.is-active { border-left-color: #d64048; color: #111; font-weight: 600; }
.article-side--right a.toc-h3 { padding-left: 27px; font-size: 11.5px; }
.article-side-tools { display: grid; gap: 8px; margin-top: 20px; padding-top: 20px; border-top: 1px solid #e8e8e8; }
.article-side-tools .article-back, .article-side-tools .article-share { width: 100%; }
.article-content { grid-column: 2; min-width: 0; }
.article-content p { color: #666; font-size: var(--subpage-copy-size); line-height: var(--subpage-copy-line-height); word-break: keep-all; }
.article-content > h2 { scroll-margin-top: 105px; margin: 72px 0 18px; font-size: var(--subpage-section-title-size); font-weight: 600; letter-spacing: -.035em; }
.article-content > h3 { scroll-margin-top: 105px; margin: 44px 0 15px; font-size: 20px; font-weight: 600; letter-spacing: -.025em; }
.article-content > ul,.article-content > ol { margin: 22px 0; padding-left: 22px; color: #666; font-size: 14px; line-height: 1.75; }
.article-content > img,.article-content > figure { display: block; max-width: 100%; height: auto; margin: 34px auto; border-radius: 10px; }
.article-content > blockquote:not(.article-quote) { margin: 30px 0; padding: 22px 26px; border-left: 3px solid #d64048; background: #f7f7f8; color: #444; }
.article-content > blockquote:not(.article-quote) p { margin: 0; color: inherit; }
.article-content > pre:not(.article-code) { margin: 28px 0; padding: 24px 26px; overflow-x: auto; border-radius: 12px; background: #171717; color: #eee; font: 13px/1.8 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace; white-space: pre; }
.article-content :not(pre) > code { padding: .15em .4em; border-radius: 5px; background: #f0f0f1; color: #c7343c; font: .9em ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace; }
.article-content > table:not(.article-table) { width: 100%; margin: 30px 0; border-collapse: collapse; border: 1px solid #e5e5e6; color: #555; font-size: 13.5px; }
.article-content > table:not(.article-table) th,
.article-content > table:not(.article-table) td { padding: 16px 18px; border: 1px solid #e8e8e9; text-align: left; vertical-align: top; }
.article-content > table:not(.article-table) th { background: #f7f7f8; color: #222; font-weight: 600; }
.article-content figcaption { margin-top: 10px; color: #999; font-size: 11.5px; line-height: 1.55; text-align: center; }
.article-content > hr { height: 1px; margin: 54px 0; border: 0; background: #e7e7e8; }
.article-content > p a,
.article-content > ul a,
.article-content > ol a { color: #d64048; text-decoration: underline; text-underline-offset: 3px; }
.article-content strong { color: #222; font-weight: 600; }
.article-content mark { padding: 0 .08em; background: linear-gradient(transparent 58%,rgba(214,64,72,.2) 58%); color: inherit; }
.article-preview-badge { position: fixed; right: 20px; bottom: 20px; z-index: 120; padding: 10px 16px; border-radius: 999px; background: #111; color: #fff; font-size: 12px; font-weight: 600; }
.secret-post-overlay { position: fixed; inset: 0; z-index: 150; display: grid; place-items: center; padding: 20px; background: rgba(17,17,17,.24); backdrop-filter: blur(12px); }
.secret-post-dialog { width: min(100%,440px); padding: 34px; border-radius: 20px; background: #fff; box-shadow: 0 24px 70px rgba(17,17,17,.16); }
.secret-post-dialog > span { color: #d64048; font-size: 11px; font-weight: 600; }
.secret-post-dialog h2 { margin: 8px 0 0; font-size: 24px; font-weight: 600; letter-spacing: -.035em; }
.secret-post-dialog > p { margin: 12px 0 0; color: #777; font-size: 13px; line-height: 1.65; }
.secret-post-dialog input { width: 100%; height: 50px; margin-top: 22px; padding: 0 15px; border: 1px solid #ddd; border-radius: 10px; background: #fff; font-size: 14px; outline: 0; }
.secret-post-dialog input:focus { border-color: #111; }
.secret-post-dialog > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 12px; }
.secret-post-dialog a,.secret-post-dialog button { display: grid; min-height: 48px; place-items: center; border: 0; border-radius: 10px; font-size: 13px; font-weight: 600; }
.secret-post-dialog a { background: #f1f1f2; color: #555; }
.secret-post-dialog button { background: #111; color: #fff; cursor: pointer; }
.secret-post-error { color: #d64048 !important; font-weight: 600; }
.article-term { display: inline; margin: 0; padding: 0 2px 1px; border: 0; border-radius: 3px; background: rgba(214,64,72,.055); color: inherit; font: inherit; font-weight: 600; line-height: inherit; text-decoration: underline dotted rgba(214,64,72,.72); text-decoration-thickness: 1px; text-underline-offset: 3px; cursor: pointer; transition: background-color .2s ease,color .2s ease,text-decoration-color .2s ease; }
.article-term:hover, .article-term.is-active { background: rgba(214,64,72,.12); color: #111; text-decoration-color: #d64048; }
.article-term:focus-visible, .article-note-item:focus-visible, .article-note-popover__close:focus-visible { outline: 2px solid #d64048; outline-offset: 3px; }
.article-lead { margin: 0; color: #333 !important; font-size: 17px !important; line-height: 1.75 !important; letter-spacing: -.02em; }
.article-section { scroll-margin-top: 110px; margin-top: clamp(74px,8vw,112px); }
.article-section h2 { position: relative; margin: 0 0 18px; padding-left: 20px; font-size: var(--subpage-section-title-size); font-weight: 600; line-height: 1.35; letter-spacing: -.035em; }
.article-section h2::before { content: ""; position: absolute; top: .54em; left: 0; width: 8px; height: 8px; border-radius: 50%; background: #d64048; }
.article-section h3 { position: relative; margin: 52px 0 16px; padding-left: 15px; color: #191919; font-size: 20px; font-weight: 600; line-height: 1.4; letter-spacing: -.025em; }
.article-section h3::before { content: ""; position: absolute; top: .25em; bottom: .25em; left: 0; width: 3px; border-radius: 3px; background: #d64048; }
.article-section > p { margin: 0; }
.article-section > p + p,
.article-table-wrap + p,
.article-code + p { margin-top: 24px; }
.article-highlight { padding: 0 .08em; background: linear-gradient(transparent 64%, rgba(214,64,72,.2) 64%); color: #191919; font-weight: 600; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.article-table-wrap { margin: 30px 0 0; overflow-x: auto; border: 1px solid #e7e7e8; border-radius: 12px; background: rgba(255,255,255,.88); box-shadow: 0 18px 42px rgba(74,55,55,.055); }
.article-table { width: 100%; min-width: 650px; border-collapse: collapse; color: #555; font-size: 13.5px; }
.article-table caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.article-table th,
.article-table td { padding: 19px 22px; border-bottom: 1px solid #ececed; text-align: left; vertical-align: middle; }
.article-table thead th { background: #f8f8f9; color: #666; font-size: 12.5px; font-weight: 600; }
.article-table tbody th { color: #191919; font-weight: 600; }
.article-table tbody tr:last-child th,
.article-table tbody tr:last-child td { border-bottom: 0; }
.article-bullet-list { display: grid; gap: 10px; margin: 0; padding: 24px 26px; border-radius: 12px; background: #f7f7f8; list-style: none; }
.article-bullet-list li { position: relative; padding-left: 17px; color: #606060; font-size: 14px; line-height: 1.65; }
.article-bullet-list li::before { content: ""; position: absolute; top: .72em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: #d64048; }
.article-inline-image { aspect-ratio: 3 / 2; margin: 36px 0 0; overflow: hidden; border-radius: 10px; background: #eee; }
.article-note { margin-top: 28px; padding: 28px 30px; border-left: 3px solid #d64048; background: rgba(248,248,248,.92); }
.article-note strong { display: block; font-size: 17px; font-weight: 600; }
.article-note p { margin: 8px 0 0; color: #777; font-size: 14px; line-height: 1.7; }
.article-quote { margin: 30px 0 0; padding: 25px 28px; border-left: 3px solid #d64048; background: #f7f7f8; }
.article-quote p { margin: 0; color: #333; font-size: 15px; line-height: 1.75; }
.article-quote cite { display: block; margin-top: 10px; color: #999; font-size: 11.5px; font-style: normal; }
.article-steps { counter-reset: article-step; display: grid; gap: 10px; margin: 30px 0 0; padding: 0; list-style: none; }
.article-steps li { counter-increment: article-step; display: grid; grid-template-columns: 44px 1fr; align-items: start; gap: 17px; padding: 22px; border-radius: 12px; background: #f7f7f8; }
.article-steps li::before { content: counter(article-step); display: grid; width: 40px; height: 40px; place-items: center; border-radius: 10px; background: #111; color: #fff; font: 600 13px Outfit,Pretendard,sans-serif; }
.article-steps strong { display: block; font-size: 16px; font-weight: 600; }
.article-steps p { margin: 7px 0 0; color: #777; font-size: 14px; line-height: 1.65; }
.article-code { margin: 28px 0 0; padding: 26px 28px; overflow-x: auto; border-radius: 12px; background: #171717; color: #efefef; font: 13px/1.85 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace; white-space: pre; }
.article-code span { color: #9299a3; }
.tip-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 30px 0 0; padding: 0; list-style: none; }
.tip-grid > li { position: relative; min-height: 160px; padding: 26px; border-radius: 12px; background: rgba(246,246,247,.9); }
.tip-grid > li::before { content: ""; position: absolute; top: 28px; right: 28px; width: 6px; height: 6px; border-radius: 50%; background: #d64048; }
.tip-grid strong { display: block; padding-right: 18px; font-size: 17px; font-weight: 600; }
.tip-grid p { margin: 9px 0 0; color: #777; font-size: 13.5px; line-height: 1.65; }
.article-example-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 22px; margin: 22px 0 0; padding: 24px 28px; border: 1px solid rgba(214,64,72,.13); border-radius: 12px; background: rgba(214,64,72,.055); list-style: none; }
.article-example-list li { position: relative; padding-left: 17px; color: #555; font-size: 14px; line-height: 1.6; }
.article-example-list li::before { content: ""; position: absolute; top: .7em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: #d64048; }
.article-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 68px; padding-top: 28px; border-top: 1px solid #e8e8e8; }
.article-tags a { padding: 9px 13px; border-radius: 999px; background: #f2f2f2; color: #666; font-size: 12px; }
.article-toast { position: fixed; left: 50%; bottom: 36px; z-index: 80; padding: 11px 18px; border-radius: 999px; background: #111; color: #fff; font-size: 12px; opacity: 0; transform: translate(-50%,10px); pointer-events: none; transition: opacity .25s,transform .25s; }
.article-toast.is-visible { opacity: 1; transform: translate(-50%,0); }
.article-note-popover[hidden] { display: none; }
.article-note-popover { position: fixed; right: 24px; bottom: 24px; z-index: 75; width: min(calc(100% - 32px),420px); padding: 20px 48px 20px 20px; border: 1px solid rgba(17,17,17,.1); border-radius: 10px; background: rgba(255,255,255,.97); box-shadow: 0 18px 54px rgba(20,20,20,.13); opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .25s ease,transform .25s ease; }
.article-note-popover.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.article-note-popover > span { display: block; color: #d64048; font-size: 10px; font-weight: 600; }
.article-note-popover > strong { display: block; margin-top: 5px; color: #111; font-size: 15px; font-weight: 600; }
.article-note-popover p { margin: 7px 0 0; color: #777; font-size: 12.5px; line-height: 1.65; word-break: keep-all; }
.article-note-popover__close { position: absolute; top: 10px; right: 12px; display: grid; width: 30px; height: 30px; place-items: center; border: 0; background: transparent; color: #999; font: 300 22px/1 Arial,sans-serif; cursor: pointer; transition: color .2s ease,transform .2s ease; }
.article-note-popover__close:hover { color: #111; transform: rotate(6deg); }
.article-list-layer[hidden] { display: none; }
.article-list-layer { position: fixed; inset: 0; z-index: 100; }
.article-list-layer__backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(17,17,17,.22); opacity: 0; cursor: default; backdrop-filter: blur(3px); transition: opacity .32s ease; }
.article-list-panel { position: absolute; top: 0; right: 0; bottom: 0; display: flex; width: min(430px, 100vw); flex-direction: column; overflow: hidden; border-left: 1px solid rgba(17,17,17,.08); background: radial-gradient(circle at 88% 82%, rgba(214,64,72,.07), transparent 42%), rgba(255,255,255,.98); box-shadow: -24px 0 60px rgba(35,24,24,.1); transform: translateX(100%); transition: transform .42s cubic-bezier(.22,.6,.2,1); }
.article-list-layer.is-open .article-list-layer__backdrop { opacity: 1; }
.article-list-layer.is-open .article-list-panel { transform: translateX(0); }
.article-list-panel__head { display: flex; flex: 0 0 auto; align-items: center; justify-content: space-between; padding: 40px 34px 22px; }
.article-list-panel__head h2 { margin: 0; font-size: 26px; font-weight: 600; line-height: 1.3; letter-spacing: -.035em; }
.article-list-panel__close { display: grid; width: 38px; height: 38px; place-items: center; border: 0; background: transparent; color: #555; font: 300 27px/1 Arial,sans-serif; cursor: pointer; transition: color .25s ease,transform .25s ease; }
.article-list-panel__close:hover { background: transparent; color: #d64048; transform: rotate(8deg); }
.article-list-panel__scroll { flex: 1 1 auto; padding: 8px 34px 36px; overflow-y: auto; overscroll-behavior: contain; }
.article-list-items { display: grid; gap: 10px; }
.article-list-item { display: grid; min-width: 0; grid-template-columns: 82px minmax(0,1fr); align-items: center; gap: 18px; padding: 8px 0; color: #111; }
.article-list-item img { width: 82px; height: 82px; border-radius: 12px; object-fit: cover; transition: filter .3s ease; }
.article-list-item > span { min-width: 0; }
.article-list-item small { display: block; margin-bottom: 5px; color: #aaa; font-size: 11.5px; font-weight: 600; }
.article-list-item strong { display: -webkit-box; overflow: hidden; font-size: 15px; font-weight: 600; line-height: 1.5; letter-spacing: -.02em; word-break: keep-all; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.article-list-item:hover img { filter: saturate(.55); }
.article-list-more, .article-list-all { display: flex; width: 100%; min-height: 54px; align-items: center; justify-content: center; margin-top: 22px; border-radius: 14px; font-size: 14px; font-weight: 600; }
.article-list-more { gap: 8px; border: 1px solid #ddd; background: transparent; color: #555; cursor: pointer; transition: border-color .25s ease,background-color .25s ease,color .25s ease; }
.article-list-more:hover { border-color: #111; background: #f6f6f6; color: #111; }
.article-list-more span { font-size: 18px; font-weight: 400; transition: transform .25s ease; }
.article-list-more[aria-expanded="true"] span { transform: rotate(45deg); }
.article-list-all { margin-top: 12px; background: #111; color: #fff; transition: background-color .25s ease,transform .25s ease; }
.article-list-all:hover { background: #d64048; color: #fff; transform: translateY(-1px); }
.webzine-view-body.is-article-list-open { overflow: hidden; }
.webzine-view-body.is-article-list-open .webzine-view-main { z-index: 100; }
.portfolio-view-admin {
  display: flex;
  width: min(100%, 1920px);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: clamp(68px, 7vw, 110px) auto 0;
  padding: 22px 26px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 44px rgba(0,0,0,.055);
}
.portfolio-view-admin__info { display: flex; min-width: 0; align-items: center; gap: 24px; }
.portfolio-view-admin__info strong { flex: 0 0 auto; color: #111; font-size: 16px; font-weight: 600; }
.portfolio-view-admin__info span { overflow: hidden; color: #929292; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.portfolio-view-admin__actions { display: flex; flex: 0 0 auto; gap: 10px; }
.portfolio-view-admin__actions a,
.portfolio-view-admin__actions button {
  display: inline-flex;
  min-width: 92px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid #dedede;
  border-radius: 12px;
  background: #fff;
  color: #111;
  font: 600 13px Pretendard, sans-serif;
  text-decoration: none;
  cursor: pointer;
  transition: border-color .25s ease, background-color .25s ease, color .25s ease;
}
.portfolio-view-admin__actions a:hover { border-color: #111; background: #111; color: #fff; }
.portfolio-view-admin__actions button { border-color: #d64048; background: #d64048; color: #fff; }
.portfolio-view-admin__actions button:hover { border-color: #111; background: #111; }
@media (max-width: 1200px) {
  .article-layout { grid-template-columns: minmax(0,800px); justify-content: center; }
  .article-side--left, .article-side--right { display: none; }
  .article-content { grid-column: 1; }
  .article-mobile-tools { display: flex; justify-content: center; gap: 8px; margin-top: 18px; }
}
@media (max-width: 768px) {
  .webzine-view-page {
    --subpage-title-size: 20px;
    --subpage-section-title-size: 20px;
        --subpage-copy-size: 16px;
    --subpage-copy-line-height: 1.7;
    padding-bottom: 72px;
  }
  .webzine-article { padding: 34px 20px 0; }
  .article-hero h1 { margin-top: 8px; line-height: 1.3; }
  .article-summary { margin-top: 12px; }
  .article-meta { margin-top: 17px; font-size: 10.5px; }
  .article-cover { margin-top: 30px; aspect-ratio: 4 / 3; }
  .blog-media-carousel { margin-top: 30px; }
  .blog-media-carousel__viewport { display: grid; gap: 12px; overflow: visible; border-radius: 0; scroll-snap-type: none; }
  .blog-media-carousel__slide { aspect-ratio: 4 / 3; border-radius: 10px; scroll-snap-align: none; }
  .blog-media-carousel__arrow,
  .blog-media-carousel__count { display: none; }
  .article-read-points { grid-template-columns: 1fr; gap: 20px; margin-top: 34px; padding: 24px 20px; border-radius: 14px; }
  .article-read-points li { font-size: 12.5px; }
  .article-mobile-tools { display: flex; justify-content: center; gap: 8px; margin-top: 14px; }
  .article-mobile-tools .article-back,
  .article-mobile-tools .article-share { min-height: 34px; padding: 0 13px; font-size: 11px; }
  .article-layout { margin-top: 54px; }
  .article-lead { font-size: 15px !important; line-height: 1.7 !important; }
  .article-section { margin-top: 68px; scroll-margin-top: 80px; }
  .article-section h2 { margin-bottom: 14px; padding-left: 15px; }
  .article-section h2::before { width: 6px; height: 6px; }
  .article-section h3 { margin-top: 40px; font-size: 17px; }
  .article-table-wrap { margin-top: 22px; border-radius: 10px; }
  .article-table { min-width: 610px; font-size: 12px; }
  .article-table th, .article-table td { padding: 15px 16px; }
  .article-bullet-list { padding: 20px; }
  .article-bullet-list li { font-size: 12.5px; }
  .article-note { padding: 22px 20px; }
  .article-quote { padding: 21px 20px; }
  .article-quote p { font-size: 13px; }
  .article-steps li { grid-template-columns: 36px 1fr; gap: 13px; padding: 18px; }
  .article-steps li::before { width: 34px; height: 34px; border-radius: 8px; font-size: 11px; }
  .article-steps strong { font-size: 14px; }
  .article-steps p { font-size: 12px; }
  .article-code { padding: 21px 18px; font-size: 11px; line-height: 1.8; }
  .article-content > table:not(.article-table) { display: block; max-width: 100%; overflow-x: auto; font-size: 12px; white-space: nowrap; }
  .article-content > blockquote:not(.article-quote),
  .article-content > pre:not(.article-code) { padding: 20px 18px; }
  .tip-grid { grid-template-columns: 1fr; }
  .tip-grid > li { min-height: 0; padding: 21px; }
  .tip-grid > li::before { top: 23px; right: 22px; }
  .tip-grid strong { font-size: 14px; }
  .tip-grid p { font-size: 12px; }
  .article-example-list { grid-template-columns: 1fr; padding: 20px; }
  .article-example-list li { font-size: 12.5px; }
  .article-tags { margin-top: 54px; }
  .article-note-popover { right: 16px; bottom: 88px; padding: 18px 44px 18px 18px; }
  .article-note-popover > strong { font-size: 14px; }
  .article-note-popover p { font-size: 12px; }
  .article-list-panel__head { padding: 28px 20px 17px; }
  .article-list-panel__head h2 { font-size: 22px; }
  .article-list-panel__close { width: 34px; height: 34px; }
  .article-list-panel__scroll { padding: 6px 20px 28px; }
  .article-list-items { gap: 7px; }
  .article-list-item { grid-template-columns: 70px minmax(0,1fr); gap: 14px; padding: 7px 0; }
  .article-list-item img { width: 70px; height: 70px; border-radius: 10px; }
  .article-list-item small { margin-bottom: 3px; font-size: 10.5px; }
  .article-list-item strong { font-size: 13.5px; line-height: 1.45; }
  .article-list-more, .article-list-all { min-height: 48px; border-radius: 12px; font-size: 13px; }
  .portfolio-view-admin { align-items: stretch; flex-direction: column; gap: 16px; margin-top: 54px; padding: 20px; border-radius: 14px; }
  .portfolio-view-admin__info { align-items: flex-start; flex-direction: column; gap: 6px; }
  .portfolio-view-admin__actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .portfolio-view-admin__actions a,
  .portfolio-view-admin__actions button { width: 100%; }
  .secret-post-dialog { padding: 27px 20px; border-radius: 16px; }
  .secret-post-dialog h2 { font-size: 20px; }
}
@media (prefers-reduced-motion: reduce) { .article-toast, .article-term, .article-note-item, .article-note-popover, .article-note-popover__close, .article-list-layer__backdrop, .article-list-panel, .article-list-panel__close, .article-list-item img, .blog-media-carousel__arrow { transition: none; } }
