:root{--brand:#006838;--brand-light:#eaf4ee;--brand-dark:#004d28;--brand-mid:#008a4a;--text:#231f20;--text-muted:#6b7280;--border:#d1e8da;--bg:#f5faf7;--white:#fff;--sidebar-w:260px;--topnav-h:60px;--radius:8px;--shadow:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.06);--shadow-md:0 4px 12px rgba(0,0,0,.10);--step-bg:#eaf4ee;--step-border:#a7d5b8;--step-num:#006838;--note-bg:#fefce8;--note-border:#fde047;--warn-bg:#fff7ed;--warn-border:#fed7aa;--tip-bg:#eaf4ee;--tip-border:#6abf8a}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-size:15px;line-height:1.65;color:var(--text);background:var(--bg)}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}.topnav{position:fixed;top:0;left:0;right:0;height:var(--topnav-h);background:var(--white);border-bottom:3px solid var(--brand);display:flex;align-items:center;padding:0 24px;gap:24px;z-index:100;box-shadow:0 2px 8px rgba(0,104,56,.08)}.topnav__brand{display:flex;align-items:center;gap:10px;flex-shrink:0}.topnav__logo-link{display:flex;align-items:center}.topnav__logo-img{height:34px;width:auto;display:block}.topnav__label{font-size:13px;color:var(--text-muted);border-left:1px solid var(--border);padding-left:10px}.topnav__search{position:relative;flex:1;max-width:480px}.topnav__search input{width:100%;height:36px;border:1px solid var(--border);border-radius:20px;padding:0 16px;font-size:14px;color:var(--text);background:var(--bg);outline:0;transition:border-color .15s,box-shadow .15s}.topnav__search input:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(0,104,56,.14)}.search-results{display:none;position:absolute;top:calc(100% + 6px);left:0;right:0;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md);max-height:320px;overflow-y:auto;z-index:200}.search-results.open{display:block}.search-result-item{display:flex;align-items:center;gap:10px;padding:10px 14px;cursor:pointer;border-bottom:1px solid var(--border);transition:background .1s}.search-result-item:last-child{border-bottom:0}.search-result-item:hover{background:var(--brand-light)}.search-result-item .sri-title{font-size:14px;font-weight:500}.search-result-item .sri-section{font-size:12px;color:var(--text-muted)}.search-result-item .sri-icon{font-size:18px}.layout{display:flex;margin-top:var(--topnav-h);min-height:calc(100vh - var(--topnav-h))}.sidebar{width:var(--sidebar-w);flex-shrink:0;background:var(--white);border-right:1px solid var(--border);position:fixed;top:var(--topnav-h);bottom:0;left:0;overflow-y:auto;padding:20px 0 40px;transition:transform .25s ease;z-index:50}.sidebar__nav{padding:0 12px}.sidebar__section{margin-bottom:24px}.sidebar__section-title{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);padding:0 8px 6px}.sidebar__section ul{list-style:none;display:flex;flex-direction:column;gap:2px}.sidebar__section ul li a{display:block;padding:7px 10px;border-radius:6px;font-size:14px;color:var(--text);transition:background .12s,color .12s}.sidebar__section ul li a:hover{background:var(--brand-light);color:var(--brand);text-decoration:none}.sidebar__section ul li a.active{background:var(--brand-light);color:var(--brand);font-weight:600}.content{flex:1;margin-left:var(--sidebar-w);padding:40px 48px 80px;max-width:860px}.home-hero{margin-bottom:36px}.home-hero h1{font-size:28px;font-weight:800;color:var(--text);margin-bottom:8px}.home-hero p{color:var(--text-muted);font-size:16px}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.card{display:flex;align-items:flex-start;gap:14px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:20px;color:var(--text);transition:box-shadow .15s,border-color .15s,transform .15s;cursor:pointer}.card:hover{box-shadow:var(--shadow-md);border-color:var(--brand);transform:translateY(-2px);text-decoration:none}.card__icon{font-size:26px;flex-shrink:0}.card__body h3{font-size:15px;font-weight:600;margin-bottom:4px}.card__body p{font-size:13px;color:var(--text-muted);line-height:1.5}.card__arrow{margin-left:auto;color:var(--text-muted);font-size:18px;flex-shrink:0;align-self:center;transition:transform .15s}.card:hover .card__arrow{transform:translateX(3px);color:var(--brand)}.article__header{margin-bottom:32px}.article__breadcrumb{font-size:13px;color:var(--text-muted);margin-bottom:10px;display:flex;align-items:center;gap:6px}.article__breadcrumb a{color:var(--text-muted)}.article__breadcrumb a:hover{color:var(--brand)}.article__breadcrumb span{color:var(--border)}.article__title{font-size:26px;font-weight:800;color:var(--text);margin-bottom:8px}.article__description{font-size:16px;color:var(--text-muted)}.article__meta{display:flex;align-items:center;gap:16px;margin-top:12px;font-size:12px;color:var(--text-muted)}.article__meta .badge{background:var(--brand-light);color:var(--brand);border-radius:20px;padding:2px 10px;font-weight:600}.steps{display:flex;flex-direction:column;gap:0;margin:28px 0}.step{display:flex;gap:20px;position:relative}.step:not(:last-child) .step__line{display:block;position:absolute;left:19px;top:40px;bottom:-1px;width:2px;background:var(--step-border);z-index:0}.step__num{flex-shrink:0;width:38px;height:38px;border-radius:50%;background:var(--brand);color:#fff;font-weight:700;font-size:15px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;box-shadow:0 0 0 4px var(--step-bg)}.step__body{flex:1;background:var(--white);border:1px solid var(--step-border);border-radius:var(--radius);padding:18px 20px;margin-bottom:16px}.step__body h4{font-size:15px;font-weight:700;margin-bottom:6px;color:var(--text)}.step__body p{font-size:14px;color:var(--text-muted);line-height:1.6}.step__screenshot{margin-top:14px;border-radius:6px;overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow);display:inline-block;width:100%}.screenshot{display:block;width:100%}.step__screenshot img,.screenshot img{display:block;width:100%;height:auto;max-width:100%;max-height:420px;object-fit:contain;object-position:top;background:var(--white)}.step__screenshot img[src=""],.step__screenshot img:not([src]),.screenshot img[src=""],.screenshot img:not([src]){min-height:120px;background:var(--bg)}.img-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:140px;background:repeating-linear-gradient(-45deg,var(--bg) 0,var(--bg) 8px,var(--border) 8px,var(--border) 9px);border-radius:4px;padding:24px}.img-placeholder__icon{font-size:28px;opacity:.5}.img-placeholder__name{font-size:13px;font-weight:600;color:var(--text-muted);font-family:monospace}.img-placeholder__hint{font-size:12px;color:var(--text-muted);opacity:.7}.step__screenshot figcaption{background:var(--bg);border-top:1px solid var(--border);padding:6px 12px;font-size:12px;color:var(--text-muted)}.callout{display:flex;gap:12px;border-radius:var(--radius);padding:14px 16px;margin:20px 0;font-size:14px;line-height:1.6}.callout__icon{font-size:18px;flex-shrink:0;margin-top:1px}.callout__body strong{display:block;margin-bottom:3px;font-size:14px}.callout--note{background:var(--note-bg);border-left:4px solid var(--note-border)}.callout--warn{background:var(--warn-bg);border-left:4px solid var(--warn-border)}.callout--tip{background:var(--tip-bg);border-left:4px solid var(--tip-border)}.screenshot{margin:24px 0;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow-md)}.screenshot img{display:block;width:100%;height:auto}.screenshot figcaption{background:var(--bg);border-top:1px solid var(--border);padding:7px 14px;font-size:12px;color:var(--text-muted);text-align:center}.screenshot img.zoomable{cursor:zoom-in}.lightbox{display:none;position:fixed;inset:0;background:rgba(0,0,0,.85);z-index:9999;align-items:center;justify-content:center;padding:24px}.lightbox.open{display:flex}.lightbox img{max-width:100%;max-height:90vh;border-radius:var(--radius);box-shadow:0 24px 48px rgba(0,0,0,.4)}.lightbox__close{position:absolute;top:16px;right:20px;background:0;border:0;color:#fff;font-size:32px;cursor:pointer;line-height:1}.page-nav{display:flex;gap:16px;margin-top:48px;padding-top:24px;border-top:1px solid var(--border)}.page-nav__item{flex:1;display:flex;flex-direction:column;padding:16px 20px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);transition:border-color .15s,box-shadow .15s}.page-nav__item:hover{border-color:var(--brand);box-shadow:var(--shadow-md);text-decoration:none}.page-nav__item--prev{align-items:flex-start}.page-nav__item--next{align-items:flex-end;text-align:right}.page-nav__dir{font-size:12px;color:var(--text-muted);margin-bottom:4px}.page-nav__title{font-size:14px;font-weight:600;color:var(--brand)}.ui-el{display:inline-block;background:var(--brand-light);color:var(--brand-dark);border:1px solid var(--step-border);border-radius:4px;padding:1px 7px;font-size:13px;font-weight:600;white-space:nowrap}code{background:#f3f4f6;border-radius:4px;padding:1px 6px;font-family:'SFMono-Regular',Consolas,monospace;font-size:13px;color:#dc2626}.sidebar-toggle{display:none;position:fixed;bottom:20px;left:20px;z-index:200;width:48px;height:48px;border-radius:50%;background:var(--brand);color:#fff;border:0;font-size:20px;cursor:pointer;box-shadow:var(--shadow-md)}.sidebar-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:40}@media(max-width:768px){.sidebar{transform:translateX(-100%)}.sidebar.open{transform:translateX(0)}.sidebar-toggle{display:flex;align-items:center;justify-content:center}.sidebar-overlay.open{display:block}.content{margin-left:0;padding:24px 20px 60px}.topnav__label{display:none}.card-grid{grid-template-columns:1fr}.page-nav{flex-direction:column}}@media(max-width:1024px) and (min-width:769px){.content{padding:32px 28px 60px}}.field-table{width:100%;border-collapse:collapse;font-size:14px;margin-top:14px;margin-bottom:16px;background:var(--white);border-radius:var(--radius);overflow:hidden;border:1px solid var(--border)}.field-table th{background:var(--bg);text-align:left;padding:9px 14px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);border-bottom:1px solid var(--border)}.field-table td{padding:9px 14px;border-bottom:1px solid var(--border);vertical-align:middle;color:var(--text)}.field-table tr:last-child td{border-bottom:0}.field-table tr:hover td{background:var(--brand-light)}.badge-required{display:inline-block;background:#fee2e2;color:#b91c1c;border-radius:20px;padding:2px 9px;font-size:12px;font-weight:600}.badge-integration{display:inline-block;background:#f3f0ff;color:#6d28d9;border-radius:20px;padding:2px 9px;font-size:12px;font-weight:600;white-space:nowrap}.mt-4{margin-top:16px}.mt-6{margin-top:24px}.mb-4{margin-bottom:16px}.divider{border:0;border-top:1px solid var(--border);margin:28px 0}.feedback-widget{margin-top:48px;padding:20px 24px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);text-align:center}.feedback-widget__question{font-size:14px;font-weight:600;color:var(--text-muted);margin-bottom:12px}.feedback-widget__btns{display:flex;gap:12px;justify-content:center}.feedback-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 20px;border-radius:20px;border:1px solid var(--border);background:var(--white);font-size:14px;cursor:pointer;transition:background .15s,border-color .15s}.feedback-btn:hover{background:var(--brand-light);border-color:var(--brand)}.feedback-btn--yes:hover{color:var(--brand)}.feedback-btn--no:hover{color:#dc2626;border-color:#fca5a5}.feedback-widget__thanks{font-size:14px;color:var(--brand);font-weight:600}@media print{.topnav,.sidebar,.sidebar-toggle,.sidebar-overlay,.page-nav,.feedback-widget,.search-results{display:none !important}.layout{display:block}.content{margin-left:0;padding:0;max-width:100%}body{font-size:12pt;color:#000;background:#fff}a{color:#000;text-decoration:none}a[href]::after{content:' (' attr(href) ')';font-size:10pt;color:#666}a[href^="#"]::after,a[href^="javascript"]::after{content:''}.article__title{font-size:20pt}.step__screenshot img,.screenshot img{max-height:none}.callout{border:1px solid #ccc}.field-table{border:1px solid #999}.field-table th{background:#eee !important}.divider{border-top:1px solid #ccc}}@media(prefers-color-scheme:dark){:root{--brand:#4ade80;--brand-light:#052e16;--brand-dark:#86efac;--brand-mid:#22c55e;--text:#f1f5f9;--text-muted:#94a3b8;--border:#1e3a2f;--bg:#0f172a;--white:#1e293b;--shadow:0 1px 3px rgba(0,0,0,.4),0 1px 2px rgba(0,0,0,.3);--shadow-md:0 4px 12px rgba(0,0,0,.5);--step-bg:#052e16;--step-border:#166534;--step-num:#4ade80;--note-bg:#1c1a05;--note-border:#854d0e;--warn-bg:#1c1005;--warn-border:#9a3412;--tip-bg:#052e16;--tip-border:#166534}.topnav{background:#1e293b;border-bottom-color:#4ade80}.sidebar{background:#1e293b;border-right-color:#1e3a2f}.topnav__search input{background:#0f172a;color:#f1f5f9}.search-results{background:#1e293b;border-color:#1e3a2f}.search-result-item:hover{background:#052e16}.field-table th{background:#0f172a}.field-table td{border-bottom-color:#1e3a2f}.card{background:#1e293b;border-color:#1e3a2f}.step__body{background:#1e293b;border-color:#1e3a2f}.step__screenshot{border-color:#1e3a2f}.step__screenshot figcaption{background:#0f172a;border-top-color:#1e3a2f}.feedback-widget{background:#1e293b;border-color:#1e3a2f}.feedback-btn{background:#0f172a;border-color:#1e3a2f;color:#f1f5f9}.topnav__logo-img{filter:brightness(0) invert(1)}}