:root{--ink:#172f2b;--muted:#61716c;--green:#194e40;--green-light:#edf4ee;--line:#dce3de;--paper:#f6f8f5;--white:#fff;--amber:#90651d;--max:1160px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:1.6}a{color:var(--green);text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:4px}button,input,select{font:inherit}a,button,input,select,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:wait;opacity:.6}a,button,input,select,summary{touch-action:manipulation}:focus-visible{outline:3px solid #bd8b40;outline-offset:4px}.container{width:min(var(--max),calc(100% - 64px));margin-inline:auto}h1,h2,h3,p{margin-top:0}h1{font-size:42px;line-height:1.12;letter-spacing:-1.5px;font-weight:650;margin-bottom:20px}h2{font-size:25px;line-height:1.3;letter-spacing:-.6px;margin-bottom:18px}h3{font-size:18px;line-height:1.4;margin-bottom:10px}p{margin-bottom:16px}.muted,.quiet-label{color:var(--muted)}.quiet-label{font-size:12px}.dimension strong,.mono{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.field-label{display:block;color:var(--muted);letter-spacing:1px;margin-bottom:8px}.eyebrow,.field-label{font-size:11px;font-weight:700;text-transform:uppercase}.eyebrow{color:var(--green);letter-spacing:1.7px;margin-bottom:14px}.button{display:inline-flex;align-items:center;justify-content:center;gap:16px;border:1px solid var(--green);border-radius:5px;padding:12px 19px;background:var(--green);color:white;font-weight:600;font-size:14px;line-height:1.4;text-decoration:none;min-height:46px}.button:hover{background:#113e32;text-decoration:none}.button.secondary{background:transparent;color:var(--green)}.button.small{font-size:12px;padding:9px 14px;min-height:38px}.text-button{border:0;background:none;color:var(--green);padding:4px 0;text-decoration:underline;text-underline-offset:3px;font-size:12px}.text-link{font-weight:600}.site-header{background:white;border-bottom:1px solid var(--line)}.nav-bar{height:82px;justify-content:space-between;gap:30px}.nav-bar,.wordmark{display:flex;align-items:center}.wordmark{gap:10px;color:var(--ink);font-size:17px;font-weight:700;letter-spacing:-.45px}.wordmark:hover{text-decoration:none}.brand-mark{display:grid;place-items:center;width:34px;height:36px;background:var(--green);border-radius:5px;color:#fff;font-size:25px;line-height:1;position:relative}.brand-mark span{position:absolute;left:7px;top:6px;height:24px;border-left:2px dashed #a1c0ad}.desktop-nav{display:flex;gap:29px}.desktop-nav a{font-size:13px;font-weight:500;color:#41534b}.mobile-menu{display:none}.site-footer{margin-top:84px;padding:40px 0 24px;border-top:1px solid var(--line);background:#eef2ed}.footer-top{display:flex;justify-content:space-between;gap:30px}.footer-name{font-weight:700;color:var(--ink)}.footer-top p{font-size:13px;color:var(--muted);margin-top:6px}.footer-top nav{display:flex;gap:18px;flex-wrap:wrap;align-content:flex-start;font-size:12px;max-width:450px}.disclaimer{font-size:12px;color:var(--muted);max-width:850px;border-top:1px solid #d7dfd8;padding-top:20px;margin-top:24px;margin-bottom:0}.skip-link{position:fixed;top:-100px;left:16px;background:var(--ink);padding:10px 20px;color:white;z-index:20}.skip-link:focus{top:10px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hero{padding:58px 0 46px;display:grid;grid-template-columns:1fr 1.12fr;gap:50px;align-items:start}.hero h1{font-size:51px;max-width:470px;line-height:1.07;margin-bottom:22px}.hero .lead{max-width:420px}.lead{color:var(--muted);font-size:16px;line-height:1.8;max-width:770px}.hero .eyebrow{display:flex;align-items:center;gap:9px}.eyebrow .dot{width:6px;height:6px;background:#477955;border-radius:50%}.hero-note{display:flex;align-items:center;gap:9px;font-size:12px;color:var(--muted);margin:22px 0 0}.hero-note span{color:var(--green)}.hero-stats{margin-top:32px;display:flex;gap:26px}.hero-stats div{border-right:1px solid var(--line);padding-right:26px}.hero-stats div:last-child{border:0}.hero-stats strong{display:block;font-size:23px;line-height:1.2;font-weight:500}.hero-stats span{font-size:11px;color:var(--muted)}.finder{background:white;border:1px solid var(--line);border-radius:9px;padding:26px;box-shadow:0 4px 16px #182f2304}.finder-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:23px}.finder-top h2{font-size:19px;margin:0}.finder-selects{display:grid;grid-template-columns:1fr 1fr;gap:14px}.finder-selects .find-button{grid-column:1/-1}.finder label,.table-filters label{display:block;font-size:12px;font-weight:600;color:#42534b}.finder input,.finder select,.table-filters select{width:100%;min-width:0;margin-top:6px;min-height:45px;border:1px solid #cdd7cf;border-radius:4px;background:#fff;color:var(--ink);padding:10px 11px}.finder input::placeholder{color:#7a8980}.finder input[type=search]{appearance:none}.finder select:disabled{background:#f5f7f4;color:#7e8a82}.search-divider{display:flex;align-items:center;gap:12px;margin:18px 0 13px;font-size:10px;color:#8b978f}.search-divider:after,.search-divider:before{content:"";height:1px;background:var(--line);flex:1 1}.finder-examples{display:flex;gap:10px;flex-wrap:wrap;font-size:11px;color:var(--muted);margin-top:13px;align-items:center}.finder-examples .text-button{font-size:10px}.finder-advanced{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:16px}.unit-input{display:flex}.unit-input input{border-radius:4px 0 0 4px}.unit-input select{width:75px;border-left:0;border-radius:0 4px 4px 0}.finder-results:empty{display:none}.results-count{font-size:12px;color:var(--muted);margin:25px 0 10px}.result-card{border:1px solid var(--line);border-radius:6px;background:#fbfcfa;padding:20px;margin-top:12px}.result-heading{display:flex;justify-content:space-between;gap:14px;align-items:start}.result-heading .eyebrow{display:block;margin:0 0 1px;font-size:10px}.result-heading h3{font-size:22px;margin:0}.result-title{font-size:12px;color:var(--muted);margin:9px 0 16px}.result-dimensions{display:grid;grid-template-columns:1fr 1fr;gap:20px}.result-footer{display:flex;justify-content:space-between;gap:12px;font-size:11px;border-top:1px solid var(--line);margin-top:18px;padding-top:12px;color:var(--muted)}.result-footer a{font-weight:600}.dimension{display:flex;flex-direction:column;line-height:1.45}.dimension strong{font-size:17px;font-weight:600;white-space:normal}.dimension span{font-size:11px;color:var(--muted);margin-top:4px}.dimension.large strong{font-size:45px;letter-spacing:-1px}.dimension.large span{font-size:16px}.empty-state{padding:22px;background:#f5f7f3;border:1px solid var(--line);border-radius:6px;margin-top:20px}.empty-state p{font-size:13px;color:var(--muted)}.empty-state>div{display:flex;gap:20px;margin-top:15px;font-size:13px}.notice{padding:18px 20px;background:#f7f3e8;border-left:3px solid #b7954c;border-radius:3px;color:#635a43;font-size:13px;margin:22px 0}.notice a{font-weight:600}.home-section{margin-top:36px;margin-bottom:46px}.section-heading{display:flex;justify-content:space-between;gap:15px;align-items:baseline;margin-bottom:20px}.section-heading h2{margin:0}.section-heading a{font-size:12px;font-weight:600}.brand-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.brand-card{padding:23px;background:white;border:1px solid var(--line);border-radius:7px;display:block;color:var(--ink);position:relative}.brand-card:hover{border-color:#95b5a1;text-decoration:none;background:#fdfefd}.brand-card strong{font-size:19px;display:block;margin-bottom:8px}.brand-card .arrow{position:absolute;right:20px;top:25px;font-size:16px;color:#7c8e82}.brand-card p{font-size:12px;color:var(--muted);margin-bottom:4px}.brand-card .card-meta{font-size:10px;color:#79877d}.length-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.length-card{border:1px solid var(--line);background:white;border-radius:6px;padding:21px 15px;color:var(--ink)}.length-card:hover{border-color:#95b5a1;text-decoration:none}.length-card strong{font-size:25px;font-weight:500;display:block;letter-spacing:-.5px}.length-card .metric{font-size:11px;color:var(--muted);display:block}.length-card .count{display:block;font-size:10px;color:var(--muted);margin-top:17px;border-top:1px solid var(--line);padding-top:11px}.type-links{display:flex;flex-wrap:wrap;gap:10px}.type-links a{font-size:12px;border:1px solid var(--line);background:white;padding:10px 17px;border-radius:4px}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;background:var(--green-light);border:1px solid #dbe6dd;border-radius:7px;padding:29px}.how-grid .step{font-size:11px;color:#65846c;font-family:monospace;display:block;margin-bottom:10px}.how-grid h3{font-size:15px;margin-bottom:9px}.how-grid p{font-size:12px;color:#607365;margin-bottom:0}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.guide-card{display:block;border:1px solid var(--line);background:white;padding:24px;border-radius:6px;color:var(--ink)}.guide-card:hover{border-color:#95b5a1;text-decoration:none}.guide-card .guide-number{font-family:monospace;font-size:11px;color:#718977;display:block;margin-bottom:18px}.guide-card h3{font-size:17px}.guide-card p{margin-bottom:0}.guide-card p,.source-strip{font-size:12px;color:var(--muted)}.source-strip{display:flex;gap:24px;align-items:start;border-top:1px solid var(--line);padding-top:24px}.source-strip strong{color:var(--ink);white-space:nowrap}.source-strip p{margin:0;max-width:750px}.breadcrumb{margin:27px 0 25px;color:var(--muted);font-size:11px}.breadcrumb ol{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:8px}.breadcrumb li+li:before{content:"/";padding-right:8px;color:#a4afa7}.page-heading{margin-bottom:30px;max-width:950px}.page-heading .lead p:last-child{margin-bottom:0}.page-heading h1{font-size:39px}.page-section{margin:38px 0}.page-section>p{color:var(--muted);font-size:14px}.answer-card{background:white;border:1px solid #cbdccf;border-top:3px solid var(--green);border-radius:7px;padding:29px 32px}.answer-top{display:flex;justify-content:space-between;gap:20px;margin-bottom:25px}.answer-top .eyebrow{margin:0}.answer-grid{display:grid;grid-template-columns:1.3fr 1fr .85fr;gap:30px}.answer-grid>div+div{border-left:1px solid var(--line);padding-left:30px}.answer-grid .primary-spec .field-label{margin-bottom:10px}.answer-grid>div>strong{font-size:15px}.space-top,.thickness{margin-top:18px}.thickness>strong{font-size:13px}.answer-note{border-top:1px solid var(--line);margin:25px 0 0;padding-top:17px;font-size:12px;color:var(--muted)}.answer-note a{margin-left:8px;font-weight:600}.status{display:inline-flex;align-items:center;gap:6px;font-size:10px;line-height:1.5;padding:4px 8px;border-radius:3px;width:fit-content;white-space:nowrap}.status>span{width:5px;height:5px;border-radius:50%;background:currentColor}.status.verified{color:#346843;background:#edf5ed}.status.review{color:#896827;background:#f7f1e4}.ad-slot{margin:24px 0;min-height:64px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;background:#f0f3ef;border:1px dashed #dfe5dd;border-radius:4px;color:#7c887e;font-size:9px;text-transform:uppercase;letter-spacing:1.5px}.ad-line{width:72px;height:1px;background:#d6ded4}.table-scroll{overflow-x:auto;border:1px solid var(--line);border-radius:6px;background:white;max-width:100%;overscroll-behavior-x:contain}table{width:100%;border-collapse:collapse;text-align:left;font-size:12px;min-width:630px}th{font-size:10px;letter-spacing:.7px;text-transform:uppercase;color:#637468;background:#edf2ec;padding:14px 18px;font-weight:600;white-space:nowrap}td{padding:18px;border-top:1px solid #e8ede6;vertical-align:top}tbody tr:hover{background:#fbfcfa}.model-link{display:block;font-size:14px;font-weight:700}.table-subtitle{display:block;color:var(--muted);font-size:11px;max-width:330px;margin-top:4px;line-height:1.5;overflow-wrap:anywhere}.table-type{font-size:10px;color:#7c897f;display:block;margin-top:6px}.table-scroll .dimension strong{font-size:14px}.table-scroll .dimension span{font-size:10px}.table-filters{display:flex;gap:18px;align-items:end;margin-bottom:18px;flex-wrap:wrap}.table-filters label{min-width:150px}.table-filters select{font-size:12px;min-height:39px}.table-filters .checkbox{display:flex;align-items:center;gap:7px;min-height:40px;min-width:120px}.checkbox input{accent-color:var(--green);width:15px;height:15px}.table-filters .quiet-label{margin-bottom:10px;margin-left:auto}.coverage{display:flex;flex-wrap:wrap;gap:28px;padding:23px;background:var(--green-light);border-radius:6px;border:1px solid #dce5da;margin:28px 0}.coverage div strong{font-size:22px;display:block}.coverage div span{font-size:11px;color:var(--muted)}.source-list{list-style:none;padding:0;display:grid;gap:12px}.source-list li{padding:17px 20px;border:1px solid var(--line);background:white;border-radius:5px}.source-list a{font-weight:600;font-size:13px}.source-list small{display:block;color:var(--muted);font-size:11px;margin-top:5px;overflow-wrap:anywhere}.related-list{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;list-style:none;padding:0}.related-list a{display:block;padding:18px;border:1px solid var(--line);border-radius:5px;background:white;font-size:13px;font-weight:600}.article{max-width:790px}.article h2{margin-top:34px;font-size:23px}.article li,.article p{color:#506357;line-height:1.9}.article li{margin:10px 0}.article ol,.article ul{padding-left:23px}.article a{text-decoration:underline;text-underline-offset:3px}.article .notice{font-size:14px}.guide-layout{display:grid;grid-template-columns:1fr 250px;gap:70px}.guide-aside{border-left:1px solid var(--line);padding-left:24px;align-self:start;position:sticky;top:25px}.guide-aside h2{font-size:14px}.guide-aside a{display:block;margin:12px 0;font-size:12px}.error-page{padding:95px 0;max-width:670px}.error-page .button{margin:10px 10px 0 0}.length-intro{display:flex;justify-content:space-between;align-items:center;gap:20px;border:1px solid var(--line);border-radius:6px;padding:25px 29px;background:white}.length-intro strong{font-size:29px;font-weight:500}.length-intro p{margin:0}.length-intro p,.spec-caption{color:var(--muted);font-size:12px}.spec-caption{margin-top:12px}.compat-item{padding:20px;border:1px solid var(--line);border-radius:5px;background:white;margin-bottom:12px}.compat-item h3{font-size:17px}.compat-item blockquote{margin:12px 0;color:var(--muted);font-size:13px;border-left:2px solid #cadacf;padding-left:13px}.compat-item p{font-size:12px;margin:8px 0 0;color:var(--muted)}@media(min-width:900px){.finder:not(.compact) .finder-selects{grid-template-columns:1fr 1fr 180px;align-items:end}.finder:not(.compact) .find-button{grid-column:auto}.finder:not(.compact) .finder-results{display:grid;grid-template-columns:1fr 1fr;gap:14px}.finder:not(.compact) .empty-state,.finder:not(.compact) .results-count{grid-column:1/-1}.finder:not(.compact) .result-card{margin-top:0}.finder:not(.compact) .search-label{max-width:100%}}@media(max-width:1000px){.hero{gap:28px}.hero h1{font-size:44px}.desktop-cta{display:none}.desktop-nav{gap:22px}.wordmark{font-size:15px}.length-grid{grid-template-columns:repeat(3,1fr)}.brand-grid{grid-template-columns:repeat(4,1fr)}.brand-card{padding:18px}.guide-layout{gap:32px}.answer-grid{grid-template-columns:1.1fr 1fr .8fr;gap:20px}.answer-grid>div+div{padding-left:20px}.dimension.large strong{font-size:37px}}@media(max-width:760px){.container{width:calc(100% - 36px)}.nav-bar{height:68px;gap:10px}.wordmark{font-size:14px;gap:8px}.brand-mark{width:29px;height:31px;font-size:22px}.brand-mark span{height:21px;top:5px;left:6px}.desktop-nav{display:none}.mobile-menu{display:block;position:relative;font-size:12px}.mobile-menu summary{cursor:pointer;list-style:none;padding:10px;border:1px solid var(--line);border-radius:4px}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{margin-left:6px}.mobile-menu nav{position:absolute;right:0;top:44px;min-width:175px;z-index:10;padding:10px;background:white;border:1px solid var(--line);border-radius:5px;box-shadow:0 8px 22px #15352b16}.mobile-menu nav a{display:block;padding:11px 15px}.hero{display:block;padding:32px 0 20px}.hero h1{font-size:39px;max-width:480px;letter-spacing:-1.2px}.hero .lead{font-size:14px;max-width:600px;line-height:1.7}.hero-note{margin-top:14px}.hero-stats{margin:22px 0 26px;gap:20px}.hero-stats div{padding-right:20px}.hero-stats strong{font-size:19px}.finder{padding:20px}.finder-top h2{font-size:17px}.finder-examples{gap:8px}.home-section{margin-top:27px;margin-bottom:35px}.brand-grid{grid-template-columns:repeat(2,1fr);gap:10px}.brand-card strong{font-size:17px}.brand-card .arrow{right:14px;top:18px}.brand-card .card-meta{font-size:9px}.length-grid{grid-template-columns:repeat(3,1fr);gap:9px}.length-card{padding:15px 10px}.length-card strong{font-size:21px}.length-card .count,.length-card .metric{font-size:9px}.how-grid{grid-template-columns:1fr;padding:23px;gap:25px}.how-grid .step{margin-bottom:5px}.guide-grid{grid-template-columns:1fr 1fr;gap:11px}.guide-card{padding:19px}.guide-card h3{font-size:16px}.section-heading h2{font-size:22px}.section-heading a{font-size:10px}.source-strip{display:block}.source-strip strong{display:block;margin-bottom:10px}.page-heading h1{font-size:31px;overflow-wrap:anywhere}.page-heading .lead{font-size:14px}.breadcrumb{margin-top:22px;font-size:10px}.answer-card{padding:21px}.answer-top{gap:12px;align-items:start;margin-bottom:21px}.answer-top .eyebrow{font-size:10px}.answer-grid{grid-template-columns:1fr 1fr;gap:21px}.answer-grid>div+div{border:0;padding:0}.answer-grid .primary-spec{grid-column:1/-1;border-bottom:1px solid var(--line);padding-bottom:22px}.dimension.large strong{font-size:40px}.dimension.large span{font-size:14px}.answer-grid .dimension strong{font-size:16px}.field-label{font-size:10px;letter-spacing:.65px}.answer-note{font-size:11px}.answer-note a{display:block;margin:7px 0 0}.status{font-size:9px;padding:4px 6px}.related-list{grid-template-columns:1fr 1fr}.guide-layout{display:block}.guide-aside{position:static;margin-top:40px;border-left:0;border-top:1px solid var(--line);padding:22px 0 0}.footer-top{display:block}.footer-top nav{gap:12px 20px;margin-top:23px}.site-footer{margin-top:55px}.finder-advanced{grid-template-columns:1fr}.result-card{padding:16px}.result-heading h3{font-size:20px}.result-dimensions{gap:10px}.result-footer{flex-wrap:wrap}.result-dimensions .dimension strong{font-size:16px}.length-intro{padding:22px;flex-wrap:wrap}.table-filters{gap:12px}.table-filters label{min-width:140px}.table-filters .quiet-label{margin-left:0}.coverage{gap:21px;padding:20px}.coverage div strong{font-size:20px}.page-section h2{font-size:22px}td,th{padding:14px}.article li,.article p{font-size:14px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}