/* Shared reading layout. The global Zipixel stylesheet owns theme tokens. */
.guide-main { padding-bottom: 64px; }
.guide-main .breadcrumb { flex-wrap: wrap; }
.guide-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; margin-top: 28px; }
.guide-card { padding: 28px; border: 1px solid var(--border); border-radius: 20px; background: var(--surface); display: flex; flex-direction: column; gap: 18px; }
.guide-card h2 { margin: 0; font-size: 23px; line-height: 1.5; }
.guide-card h2 a { color: var(--text-primary); text-decoration: none; }
.guide-card p { margin: 0; color: var(--text-secondary); line-height: 1.8; }
.guide-card time { color: var(--text-muted); font-size: 13px; margin-top: auto; }
.guide-card > a, .guide-article a { color: var(--green-dark); text-underline-offset: 4px; }
.guide-card:hover { border-color: var(--border-strong); }
.guide-categories { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.guide-categories span { padding: 8px 12px; background: var(--surface-2); border-radius: 12px; font-size: 13px; color: var(--text-secondary); }
.guide-language-note { color: var(--text-muted); font-size: 14px; line-height: 1.7; }
.guide-article { max-width: 760px; margin: 0 auto; padding: 52px 0 0; }
.guide-article-header { padding-bottom: 30px; border-bottom: 1px solid var(--border); }
.guide-article h1 { font-size: clamp(30px,4vw,46px); line-height: 1.4; letter-spacing: -1.4px; }
.guide-article h2 { font-size: 26px; line-height: 1.5; margin: 0 0 20px; }
.guide-article p { font-size: 17px; line-height: 1.95; color: var(--text-secondary); }
.guide-article section { margin-top: 44px; }
.guide-article .guide-date, .guide-article .guide-language-note { font-size: 14px; color: var(--text-muted); }
.guide-table { overflow-x: auto; border: 1px solid var(--border); border-radius: 16px; }
.guide-table table { width: 100%; min-width: 520px; border-collapse: collapse; background: var(--surface); line-height: 1.7; }
.guide-table td, .guide-table th { padding: 16px; text-align: left; border-bottom: 1px solid var(--border); }
.guide-table th { background: var(--surface-2); }
.guide-main a:focus-visible, .guide-table:focus-visible { outline: 2px solid var(--primary); outline-offset: 4px; }
@media(max-width:960px) { .guide-card-grid { grid-template-columns: 1fr; } }
@media(max-width:420px) { .guide-card { padding: 22px; } .guide-article { padding-top: 36px; } .guide-article h2 { font-size: 24px; } }

