.guides-root{--bg:var(--plm-bg);--bg-subtle:var(--plm-bg-subtle);--bg-hover:var(--plm-bg-hover);--fg:var(--plm-fg);--fg-muted:var(--plm-fg-muted);--fg-faint:var(--plm-fg-faint);--border:var(--plm-border);--border-hover:var(--plm-border-hover);--accent:var(--plm-accent);--accent-strong:var(--plm-accent-strong);--radius:var(--plm-radius);--radius-sm:var(--plm-radius-sm);--font-sans:var(--plm-font-sans);--font-mono:var(--plm-font-mono);min-height:100%;background:var(--bg);color:var(--fg);font-family:var(--font-sans);font-size:16px;line-height:26px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.guides-col{max-width:680px;margin:0 auto;padding:0 24px 96px}.guides-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;height:64px;border-bottom:1px solid var(--border);background:var(--plm-bar-bg);backdrop-filter:saturate(180%) blur(8px);-webkit-backdrop-filter:saturate(180%) blur(8px)}.guides-header__inner{max-width:680px;height:100%;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.guides-header__link{text-decoration:none}.guides-header__name{font-size:15px;font-weight:600;letter-spacing:-.01em;color:var(--fg)}.guides-header__cta{display:inline-flex;align-items:center;height:36px;padding:0 14px;border-radius:var(--radius-sm);background:var(--accent);color:var(--plm-bg);font-size:14px;font-weight:500;text-decoration:none;transition:background .15s ease}.guides-header__cta:hover{background:var(--accent-strong)}.guides-col a{color:var(--accent);text-decoration:none}.guides-col a:hover{text-decoration:underline;text-underline-offset:2px}.guides-col strong{font-weight:550}.guides-breadcrumb{font-size:13px;line-height:20px;margin:32px 0 8px}.guides-breadcrumb,.guides-breadcrumb a{color:var(--fg-faint)}.guides-h1{font-size:clamp(32px,7vw,44px);font-weight:680;letter-spacing:-.045em;line-height:1.1;margin:8px 0 16px;color:var(--fg)}.guides-lead{font-size:18px;line-height:1.55;font-weight:400;margin:0 0 40px;color:var(--fg-muted)}.guides-section{margin:64px 0 0}.guides-h2{font-size:24px;line-height:32px;font-weight:600;letter-spacing:-.04em;margin:0 0 16px;color:var(--fg)}.guides-snapshot{display:block;margin:0;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:var(--bg);transition:border-color .15s ease}.guides-snapshot:hover{border-color:var(--border-hover);text-decoration:none}.guides-col a.guides-snapshot:hover{text-decoration:none}.guides-snapshot img{display:block;width:100%;height:auto}.guides-snapshot__caption{display:flex;align-items:center;gap:8px;padding:10px 14px;font-size:13px;line-height:20px;color:var(--fg-muted);border-top:1px solid var(--border)}.guides-snapshot__dot{flex:none;width:8px;height:8px;border-radius:50%;background:var(--accent)}.guides-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:20px 0;gap:20px 0;margin:0}.guides-stat{border-left:1px solid var(--border);padding-left:20px;min-width:0}.guides-stat:first-child{border-left:none;padding-left:0}.guides-stat__value{display:block;font-size:40px;line-height:44px;font-weight:600;letter-spacing:-.04em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;overflow-wrap:anywhere;color:var(--fg)}.guides-stat__label{display:block;margin-top:4px;font-size:13px;line-height:20px;font-weight:500;color:var(--fg-muted)}.guides-stats__asof{margin:16px 0 0;font-family:var(--font-mono);font-size:12px;line-height:18px;color:var(--fg-faint)}.guides-rules{list-style:none;margin:0;padding:0}.guides-rules li{padding:18px 0;border-bottom:1px solid var(--border);font-size:16px;line-height:26px;color:var(--fg)}.guides-rules li:last-child{border-bottom:none}.guides-rule__meta{display:block;margin-top:4px;font-family:var(--font-mono);font-size:13px;line-height:20px;color:var(--fg-faint)}.guides-cards{list-style:none;margin:0;padding:0}.guides-card{padding:20px 0;border-bottom:1px solid var(--border)}.guides-card:last-child{border-bottom:none}.guides-card__name{font-size:16px;font-weight:600;color:var(--fg)}.guides-card__body{margin:4px 0 8px;font-size:15px;line-height:24px;color:var(--fg-muted)}.guides-card__maplink{font-size:14px;font-weight:500}.guides-sites{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}.guides-site{background:var(--bg);border:1px solid var(--border);border-radius:999px;padding:5px 12px;font-size:13px;line-height:20px;color:var(--fg-muted);transition:border-color .15s ease}.guides-site:hover{border-color:var(--border-hover)}.guides-site a{color:var(--fg-muted)}.guides-attrib{margin:12px 0 0;font-family:var(--font-mono);font-size:12px;line-height:18px;color:var(--fg-faint)}.guides-updates{list-style:none;margin:0;padding:0}.guides-updates li{padding:12px 0;border-bottom:1px solid var(--border);font-size:15px;line-height:24px;color:var(--fg)}.guides-updates li:last-child{border-bottom:none}.guides-update__date{font-family:var(--font-mono);font-size:13px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--fg-faint);margin-right:10px}.guides-update__type{display:inline-block;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--fg-muted);background:var(--bg-hover);border-radius:4px;padding:2px 7px;margin-right:10px;vertical-align:1px}.guides-faq{margin:0}.guides-faq dt{font-size:16px;font-weight:600;color:var(--fg);margin:28px 0 4px}.guides-faq div:first-child dt{margin-top:0}.guides-faq dd{margin:0;font-size:15px;line-height:24px;color:var(--fg-muted)}.guides-sources summary{cursor:pointer;font-size:14px;font-weight:500;color:var(--fg);transition:color .15s ease}.guides-sources summary:hover{color:var(--accent)}.guides-sources table{width:100%;margin-top:12px;border-collapse:collapse;font-family:var(--font-mono);font-size:13px;line-height:20px}.guides-sources td,.guides-sources th{text-align:left;padding:10px 12px;border:1px solid var(--border);vertical-align:top}.guides-sources th{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--fg-faint)}.guides-siblings{margin-top:64px;padding-top:24px;border-top:1px solid var(--border);font-size:14px;font-weight:500;line-height:28px}.guides-siblings__sep{color:var(--border-hover);margin:0 10px}.guides-footer{margin-top:96px;background:var(--bg-subtle);border-top:1px solid var(--border);color:var(--fg-faint)}.guides-footer__inner{max-width:680px;margin:0 auto;padding:24px;font-size:13px;line-height:20px;display:flex;flex-wrap:wrap;gap:8px 24px;align-items:center}.guides-footer a{color:var(--fg-muted);text-decoration:none;transition:color .15s ease}.guides-footer a:hover{color:var(--fg)}@media (max-width:640px){.guides-h1{letter-spacing:-.03em}.guides-lead{font-size:17px}.guides-h2{font-size:21px;line-height:28px}.guides-stat__value{font-size:32px;line-height:36px}.guides-section,.guides-siblings{margin-top:48px}}