/* Keep the guide a readable working reference within the existing workspace. */
.guide-heading{align-items:flex-start;margin-bottom:30px}
.guide-heading h1{max-width:650px;font-size:34px;line-height:1.17}
.guide-heading p{max-width:620px;line-height:1.7}
.guide-heading>.button{margin-top:24px}
.guide-layout{display:grid;grid-template-columns:248px minmax(0,1fr);gap:28px;align-items:start}
.guide-contents{position:sticky;top:24px;border:1px solid var(--line);border-radius:10px;background:#eef1e9;max-height:calc(100vh - 48px);overflow-y:auto;scrollbar-width:thin}
.guide-contents-intro{padding:23px 20px 20px;border-bottom:1px solid #dce2d4}
.guide-contents-intro .eyebrow{color:#5d704d}
.guide-contents-intro p{margin-top:12px;font-size:18px;line-height:1.45;letter-spacing:-.3px}
.guide-contents nav{padding:12px 8px}
.guide-contents nav button{display:flex;align-items:center;gap:10px;width:100%;text-align:left;border-radius:6px;padding:12px 10px;min-height:46px;color:#5f6b56}
.guide-contents nav button>span{font-family:var(--mono);font-size:10px;color:#78846e}
.guide-contents nav button>strong{flex:1;font-weight:500;font-size:12px;line-height:1.45}
.guide-contents nav button>svg{width:13px;height:13px;opacity:0}
.guide-contents nav button:hover{background:#e1e8d6}
.guide-contents nav button[aria-current]{background:#1d291c;color:#f0f5e9}
.guide-contents nav button[aria-current]>span{color:#b6ff1b}
.guide-contents nav button[aria-current]>svg{opacity:1;color:#b6ff1b}
.guide-contents-help{border-top:1px solid #dce2d4;padding:20px;font-size:11px;color:#68775e;line-height:1.7}
.guide-contents-help button{margin-top:7px;font-size:12px;min-height:28px}
.guide-mobile-contents{display:none}
.guide-article{background:white;border:1px solid var(--line);border-radius:11px;padding:34px 38px 0;scroll-margin-top:24px;min-width:0}
.guide-chapter-heading{padding-bottom:25px;border-bottom:1px solid var(--line);margin-bottom:27px}
.guide-chapter-heading>.eyebrow{color:#6b7c5e}
.guide-chapter-heading h2{font-size:30px;line-height:1.2;margin:13px 0 12px;letter-spacing:-1px;max-width:720px}
.guide-chapter-heading h2:focus{outline:none}
.guide-chapter-heading p{font-size:14px;color:#64705b;max-width:660px}
.guide-prose{font-size:14px;line-height:1.85;max-width:850px;color:#46513e;overflow-wrap:anywhere}
.guide-prose p{line-height:1.85;margin:0 0 17px}
.guide-prose h3{font-size:18px;line-height:1.45;letter-spacing:-.35px;color:var(--ink);margin:30px 0 12px}
.guide-prose h3:first-child{margin-top:0}
.guide-prose h4{font-size:14px;line-height:1.5;color:var(--ink);margin:0 0 8px}
.guide-prose strong{font-weight:600;color:#263222}
.guide-prose a{color:#365f1e;text-decoration:underline;text-underline-offset:3px}
.guide-prose ul{padding-left:22px;margin:12px 0 22px}
.guide-prose ul li{padding-left:3px;margin:10px 0}
.guide-steps{counter-reset:guide-step;list-style:none;padding:0;margin:25px 0}
.guide-steps>li{counter-increment:guide-step;position:relative;padding:0 0 20px 46px;margin-bottom:16px;border-bottom:1px solid #edf0e8}
.guide-steps>li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}
.guide-steps>li:before{content:counter(guide-step);position:absolute;left:0;top:0;width:29px;height:29px;display:grid;place-items:center;border:1px solid #d7e2c9;border-radius:50%;background:#f1f6e9;font-family:var(--mono);font-size:12px;color:#4d682f}
.guide-steps>li>strong{display:block;font-size:15px;line-height:1.6;margin-bottom:8px}
.guide-steps p:last-child{margin-bottom:0}
.guide-takeaway,.guide-callout,.guide-example{padding:20px 23px;border-radius:8px;margin:24px 0;background:#eff5e7;border:1px solid #dce7cd}
.guide-takeaway>strong,.guide-callout>strong,.guide-example>strong{display:block;margin-bottom:8px;font-size:14px}
.guide-takeaway p:last-child,.guide-callout p:last-child,.guide-example p:last-child{margin-bottom:0}
.guide-callout{background:#f7f7f2;border-color:#e4e6db}
.guide-example{background:#f6f3ed;border-color:#e6e0d5}
.guide-example-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:17px 0 28px}
.guide-example-grid>section{padding:18px;background:#f7f8f3;border:1px solid #e5e9df;border-radius:7px}
.guide-example-grid p{font-size:12px;margin:0;line-height:1.8}
.guide-copy-block{position:relative;background:#f5f7f1;border:1px solid #dde5d1;border-radius:8px;padding:54px 23px 22px;margin:16px 0 28px}
.guide-copy-block>button{position:absolute;right:12px;top:11px;font-size:11px;min-height:30px;background:white;border:1px solid #d3dfc5;border-radius:5px;padding:5px 10px;color:#456132}
.guide-copy-block>button:hover{background:#e8f1dc}
.guide-copy-block blockquote{margin:0;white-space:pre-line;font-size:13px;line-height:1.95}
.guide-letter-example{padding:28px 30px;margin:18px 0 25px;border:1px solid #e5e1d8;background:#fffdfa;font-size:14px}
.guide-example-label{display:block;text-transform:uppercase;letter-spacing:.5px;font-size:9px;line-height:1.7;color:#7d7566;margin-bottom:23px;font-family:var(--mono)}
.guide-letter-example p:last-child{margin:0}
.guide-table-wrap{max-width:100%;overflow-x:auto;border:1px solid var(--line);border-radius:8px;margin:18px 0 27px}
.guide-prose table{border-collapse:collapse;width:100%;font-size:12px;line-height:1.75;text-align:left}
.guide-prose caption{text-align:left;padding:14px 16px;background:#eff3e9;font-size:12px;font-weight:600;color:#405334}
.guide-prose th,.guide-prose td{padding:14px 16px;vertical-align:top;border-bottom:1px solid var(--line)}
.guide-prose thead th{font-size:11px;background:#f8f9f5;font-weight:600;color:#68755d}
.guide-prose th[scope=row]{width:20%;font-weight:600;color:#2c3e21}
.guide-prose tbody tr:last-child>*{border-bottom:0}
.guide-faq{margin:0}
.guide-faq dt{color:var(--ink);font-weight:600;font-size:15px;margin:24px 0 10px;line-height:1.6}
.guide-faq dt:first-child{margin-top:0}
.guide-faq dd{margin:0;padding-bottom:20px;border-bottom:1px solid #edf0e8}
.guide-actions{display:flex;flex-wrap:wrap;gap:10px;padding:16px 0 28px}
.guide-actions .button{font-size:12px;white-space:normal;text-align:left}
.guide-actions .button:first-child{background:#b6ff1b;border-color:#b6ff1b;color:#203510}
.guide-pagination{display:grid;grid-template-columns:1fr 1fr;gap:18px;border-top:1px solid var(--line);padding:22px 0 25px}
.guide-pagination button{text-align:left;min-height:52px;padding:3px 0}
.guide-pagination button:last-child{text-align:right}
.guide-pagination button>span{font-size:10px;color:#6b7a60;display:flex;gap:8px;align-items:center}
.guide-pagination button:last-child>span{justify-content:flex-end}
.guide-pagination svg{width:14px;height:14px}
.guide-pagination strong{display:block;font-weight:500;font-size:13px;margin-top:7px;line-height:1.5}
.guide-pagination button:hover strong{text-decoration:underline;text-underline-offset:3px}
.guide-print-version{display:none}
.guide-prose td:before{display:none}
.workspace-guide-link{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 0 4px;border-top:1px solid var(--line);margin-top:28px}
.workspace-guide-link strong{display:block;font-size:16px;font-weight:500;letter-spacing:-.25px}
.workspace-guide-link p{color:#67765c;font-size:12px;margin-top:6px;line-height:1.7}
.workspace-guide-link>.button{font-size:12px;flex-shrink:0}
@media(min-width:1700px){.guide-layout{grid-template-columns:260px minmax(0,1fr);gap:36px}.guide-article{padding:42px 54px 0}.guide-prose{font-size:15px}}
@media(max-width:1200px){.guide-layout{grid-template-columns:220px minmax(0,1fr);gap:18px}.guide-article{padding:28px 25px 0}.guide-example-grid{grid-template-columns:1fr}.guide-example-grid p{font-size:13px}.guide-heading h1{font-size:30px}.guide-contents nav button{gap:8px;padding:11px 7px}.guide-contents nav button>strong{font-size:11px}.guide-contents-intro{padding:20px 17px}}
@media(max-width:1000px){.guide-layout{display:block}.guide-contents{display:none}.guide-mobile-contents{display:block;margin-bottom:18px}.guide-mobile-contents label{display:block;font-size:11px;font-weight:500;margin-bottom:8px}.guide-mobile-contents select{display:block;width:100%;min-height:44px;padding:10px 12px;border:1px solid #ced9c2;border-radius:6px;background:white}.guide-heading{flex-wrap:wrap;gap:0}.guide-heading>.button{margin-top:18px}.guide-chapter-heading h2{font-size:27px}.guide-prose{max-width:none}}
@media(max-width:650px){.guide-heading h1{font-size:29px;letter-spacing:-1px}.guide-heading p{font-size:13px}.guide-article{padding:25px 19px 0;scroll-margin-top:15px}.guide-chapter-heading h2{font-size:25px}.guide-prose{font-size:13px}.guide-steps>li{padding-left:36px}.guide-steps>li:before{width:25px;height:25px}.guide-steps>li>strong{font-size:14px}.guide-prose h3{font-size:17px}.guide-takeaway,.guide-callout,.guide-example{padding:17px}.guide-copy-block{padding:54px 17px 19px}.guide-letter-example{padding:22px 18px}.guide-prose th,.guide-prose td{padding:11px 10px}.guide-prose table{font-size:11px;line-height:1.7}.guide-pagination strong{font-size:12px}.guide-actions{display:grid}.guide-actions .button{justify-content:space-between;min-height:44px}.workspace-guide-link{flex-direction:column;align-items:flex-start;gap:13px}.guide-contents-help{display:none}}
@media screen and (max-width:650px){
  .guide-prose table,.guide-prose caption,.guide-prose tbody,.guide-prose tr,.guide-prose th[scope=row],.guide-prose td{display:block;width:100%}
  .guide-prose thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
  .guide-prose tbody tr{padding:14px 16px;border-bottom:1px solid var(--line)}
  .guide-prose tbody tr:last-child{border-bottom:0}
  .guide-prose th[scope=row]{padding:0 0 5px;font-size:15px;border:0}
  .guide-prose tbody td{padding:8px 0;font-size:13px;line-height:1.75;border:0}
  .guide-prose td:before{display:block;content:attr(data-label);font-size:10px;font-weight:600;letter-spacing:.25px;color:#66745c;margin-bottom:4px}
}
@media print{
  @page{size:A4;margin:18mm}
  body.guide-is-open{background:white!important;color:#222;font-size:10pt}
  body.guide-is-open .sidebar,body.guide-is-open .topbar,body.guide-is-open .mobile-shade,body.guide-is-open .skip-link,body.guide-is-open #toast,body.guide-is-open dialog{display:none!important}
  body.guide-is-open .app-main,body.guide-is-open .main-content{margin:0!important;padding:0!important;max-width:none!important;min-height:0!important}
  body.guide-is-open .guide-heading,body.guide-is-open .guide-layout{display:none!important}
  body.guide-is-open .guide-print-version{display:block}
  .guide-print-version>header{border-bottom:1px solid #777;margin-bottom:24pt;padding-bottom:18pt}
  .guide-print-version>header h1{font-size:30pt;margin:18pt 0 12pt}
  .guide-print-version>header p{font-size:11pt;margin:8pt 0}
  .guide-print-version>section{break-before:page}
  .guide-print-version h2{font-size:22pt;line-height:1.2;margin:10pt 0 20pt}
  .guide-print-version .guide-prose{max-width:none;font-size:10pt;color:#222;line-height:1.6}
  .guide-print-version .guide-prose p{line-height:1.6;margin-bottom:10pt}
  .guide-print-version h3{font-size:14pt;margin:18pt 0 10pt;break-after:avoid}
  .guide-print-version h4,.guide-print-version dt{break-after:avoid}
  .guide-print-version p,.guide-print-version li,.guide-print-version dd{orphans:3;widows:3}
  .guide-print-version .guide-copy-block>button{display:none}
  .guide-print-version .guide-copy-block{padding:14pt;margin:12pt 0}
  .guide-print-version .guide-copy-block blockquote{font-size:10pt;line-height:1.65}
  .guide-print-version .guide-example-grid{display:block}
  .guide-print-version .guide-example-grid>section{margin:8pt 0;break-inside:avoid}
  .guide-print-version .guide-example-grid p{font-size:10pt}
  .guide-print-version .guide-takeaway,.guide-print-version .guide-example,.guide-print-version .guide-callout,.guide-print-version .guide-letter-example,.guide-print-version .guide-copy-block{break-inside:avoid}
  .guide-print-version .guide-table-wrap{overflow:visible}
  .guide-print-version table{font-size:9pt;line-height:1.55}
  .guide-print-version tr{break-inside:avoid}
  .guide-print-version .guide-actions{display:none}
  .guide-print-version a{color:#222}
}
