.alternative-intro .marketing-actions{flex-direction:row;align-items:center;flex-wrap:wrap;margin-top:24px}
.alternative-page .marketing-section{margin:42px 0}.alternative-page .marketing-section h2{font-size:28px;line-height:1.3;margin:0 0 20px;letter-spacing:-.025em}.alternative-page .marketing-section p{font-size:16px;line-height:1.75;color:var(--muted);max-width:78ch}.alternative-page .marketing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.alternative-page .marketing-card{padding:25px;border:1px solid var(--line);border-radius:12px;background:#fff}.alternative-page .marketing-card h3{font-size:20px;margin:0 0 10px}.alternative-page .marketing-card p{margin:0 0 16px}.alternative-page .marketing-card a{color:var(--green);font-weight:600;font-size:14px}.alternative-page .marketing-note{margin:16px 0;font-size:14px;line-height:1.75;color:var(--muted)}.alternative-steps{display:grid;gap:16px;padding-left:24px;line-height:1.7}.alternative-steps strong{display:block}.alternative-page .alternative-faq details{border-bottom:1px solid var(--line);padding:15px 0}.alternative-faq summary{cursor:pointer;font-size:17px;font-weight:600}.alternative-faq details p{padding-top:14px}.alternative-page .document-table table{min-width:570px}.alternative-page .document-table a{display:inline-block;margin-top:6px}
.alternative-page .alternative-features-title{margin:28px 0 18px;font-size:22px}
.alternative-page .alternative-features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 32px;list-style:none;padding:0;margin:0}
.alternative-features li{position:relative;padding-left:28px;line-height:1.65;min-width:0}
.alternative-features li::before{content:"✓";position:absolute;left:0;top:0;color:var(--green);font-weight:700}
.alternative-features strong{display:block;font-size:16px;margin-bottom:5px}
.alternative-features span{display:block;font-size:15px;color:var(--muted)}
.alternative-links{display:flex;flex-wrap:wrap;gap:14px 28px;margin-top:22px}
.node-browser{padding:25px;border:1px solid var(--line);border-radius:14px;background:#fff}
.node-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end}
.node-toolbar label{display:grid;gap:7px;font-size:14px;font-weight:600;min-width:0}
.node-toolbar input{box-sizing:border-box;width:100%;height:44px;border:1px solid #cddace;border-radius:8px;padding:9px 11px;background:#fff;color:var(--ink);font:inherit;font-size:16px;min-width:0}
.node-browser button{min-height:40px;border:1px solid #cddace;border-radius:8px;background:#f7faf5;padding:8px 12px;font:inherit;font-size:14px;color:#31593b;cursor:pointer}
.node-toolbar button{min-height:44px}
.node-browser button:hover:not(:disabled){background:#e8f2e5;border-color:#608269}
.node-browser button:disabled{opacity:.45;cursor:not-allowed}
.node-browser :is(button,input,a):focus-visible{outline:2px solid var(--green);outline-offset:3px}
.node-load-status{font-size:14px;line-height:1.6;color:var(--muted);margin:18px 0}
.node-warning{color:#805612;background:#fff5df;border-radius:8px;padding:12px 14px}
.node-result-count{font-size:13px;color:var(--muted);margin:18px 0 8px}
.node-table{width:100%;border-collapse:collapse;font-size:14px;text-align:left;table-layout:fixed}
.node-table th{padding:12px 8px;border-bottom:1px solid var(--line);font-weight:600;color:var(--muted);font-size:13px}
.node-table th:first-child{width:28%}.node-table th:last-child{width:94px}
.node-table td{padding:15px 8px;border-bottom:1px solid #e7ece5;vertical-align:middle;overflow-wrap:anywhere;line-height:1.55}
.node-table strong{font-weight:600}.node-muted{display:block;color:var(--muted);font-size:12px;margin-top:4px}
.node-endpoint{color:#28643e;text-decoration:underline;text-underline-offset:3px;font-size:14px}
.node-actions{text-align:right}.node-actions button{font-size:13px;padding:7px 10px;min-height:36px}
.node-pagination{display:flex;justify-content:center;align-items:center;gap:18px;padding-top:22px;font-size:14px}
.node-explanation{margin-top:20px;font-size:14px;line-height:1.7;color:var(--muted)}.node-explanation p{max-width:85ch;margin:0 0 8px}.node-explanation a{color:var(--green)}
.node-browser [hidden]{display:none!important}
@media(max-width:700px){
  .alternative-page .marketing-grid,.alternative-page .alternative-features{grid-template-columns:1fr}
  .alternative-page .marketing-section{margin:30px 0}.alternative-page .marketing-section h2{font-size:24px}
  .node-browser{padding:16px}.node-toolbar{gap:10px}.node-toolbar label{font-size:13px}
  .node-table thead{display:none}.node-table,.node-table tbody{display:block;width:100%;box-sizing:border-box}
  .node-table tr{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px 12px;border-top:1px solid var(--line);padding:14px 0}
  .node-table td{display:block;border:0;padding:0;min-width:0}.node-table td:nth-child(2){grid-row:2;grid-column:1/-1}
  .node-table .node-actions{grid-column:2;grid-row:1}
  .node-table strong{font-size:16px}.node-actions button{min-height:38px;padding:8px 12px}
  .node-pagination{gap:8px;justify-content:space-between}.node-pagination button{font-size:13px;padding:8px}.node-pagination span{font-size:12px}
}
@media(max-width:520px){.node-toolbar{grid-template-columns:1fr}.node-toolbar button{justify-self:start}}
