:root{--ink:#12261f;--green:#1e8a62;--mint:#dff4e8;--lime:#c9f36a;--cream:#f6f3e9;--paper:#fffefa;--muted:#637069;--line:#dce2dc;--navy:#102c28;--shadow:0 18px 50px rgba(17,44,35,.09)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}h1,h2,h3,.brand{font-family:"Manrope",sans-serif}button,input{font:inherit}.site-header{height:78px;padding:0 max(5vw,24px);display:flex;align-items:center;gap:42px;border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(255,254,250,.92);backdrop-filter:blur(14px);z-index:20}.brand{display:flex;align-items:center;gap:10px;font-weight:800;white-space:nowrap}.brand b{color:var(--green)}.brand-mark{display:grid;place-items:center;width:35px;height:35px;background:var(--ink);color:white;border-radius:9px;font-size:12px;letter-spacing:-1px}.site-header nav{display:flex;gap:30px;font-size:14px;font-weight:600;margin-right:auto}.site-header nav a:hover{color:var(--green)}.button{display:inline-flex;align-items:center;justify-content:center;gap:22px;border:1px solid var(--ink);background:var(--ink);color:white;padding:14px 20px;border-radius:7px;font-weight:700;cursor:pointer;transition:.2s}.button:hover{background:var(--green);border-color:var(--green);transform:translateY(-2px)}.button-small{padding:10px 16px;font-size:13px}.button-outline{background:transparent;color:var(--ink)}.menu-button{display:none;background:none;border:0;font-size:24px}.hero{min-height:640px;padding:95px max(7vw,32px) 80px;display:grid;grid-template-columns:1.15fr .85fr;gap:8vw;align-items:center;background:radial-gradient(circle at 76% 18%,#e3f5e8 0,transparent 30%),linear-gradient(120deg,#fffefa 55%,#f1f7ef 100%)}.hero-copy{max-width:690px}.eyebrow{font-size:12px;font-weight:800;letter-spacing:1.8px;text-transform:uppercase;color:var(--green);margin-bottom:22px}.eyebrow span{display:inline-block;width:20px;height:2px;background:var(--green);vertical-align:middle;margin-right:8px}.hero h1{font-size:clamp(48px,6vw,80px);line-height:1.02;letter-spacing:-4px;margin-bottom:27px}.hero h1 em{font-style:normal;color:var(--green)}.hero-text{font-size:19px;color:var(--muted);max-width:600px}.hero-actions{display:flex;align-items:center;gap:28px;margin:35px 0 47px}.text-link{font-weight:700;border-bottom:1px solid var(--ink);padding-bottom:3px}.text-link span{margin-left:8px}.trust-row{display:flex;gap:0}.trust-row div{padding:0 28px;border-right:1px solid var(--line);display:flex;flex-direction:column}.trust-row div:first-child{padding-left:0}.trust-row div:last-child{border:0}.trust-row strong{font-family:"Manrope";font-size:21px}.trust-row span{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.6px}.hero-panel{background:white;padding:24px 28px 28px;border:1px solid #d9e4dc;border-radius:15px;box-shadow:var(--shadow);transform:rotate(1.2deg);max-width:460px}.panel-top{font-size:11px;text-transform:uppercase;letter-spacing:.8px;color:var(--muted);display:flex;align-items:center}.panel-top span:last-child{margin-left:auto}.live-dot{width:7px;height:7px;border-radius:50%;background:#4ec78d;margin-right:7px}.versus{display:flex;justify-content:center;align-items:center;gap:25px;margin:46px 0 25px}.tool-logo{width:74px;height:74px;border-radius:17px;display:grid;place-items:center;color:white;font:800 35px "Manrope";box-shadow:0 10px 22px #1232}.gorgias{background:#141414}.zendesk{background:#073f3b}.vs{font:800 12px "Manrope";border:1px solid var(--line);border-radius:50%;width:35px;height:35px;display:grid;place-items:center}.hero-panel h2{text-align:center;font-size:25px;margin-bottom:5px}.hero-panel>p{text-align:center;color:var(--muted);font-size:14px}.winner{background:var(--cream);border-radius:8px;padding:13px 17px;margin:22px 0;display:flex;align-items:center;justify-content:space-between}.winner span{font-size:12px;color:var(--muted)}.winner strong{font-size:14px}.winner b{background:var(--lime);padding:3px 6px;border-radius:4px;margin-left:6px}.hero-panel>a{font-size:13px;font-weight:700;color:var(--green);display:flex;justify-content:center}.proof-strip{min-height:74px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;justify-content:center;align-items:center;gap:4vw;font-size:12px;text-transform:uppercase;letter-spacing:.7px}.proof-strip p{margin:0;color:var(--muted)}.proof-strip span{color:var(--green);font-size:16px;margin-right:7px}.section{padding:100px max(7vw,32px)}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:43px}.section-heading h2,.newsletter h2{font-size:clamp(32px,4vw,50px);letter-spacing:-2px;margin:0}.section-heading>p{max-width:430px;color:var(--muted);margin:0}.section-heading .eyebrow{margin-bottom:12px}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line);border-radius:10px;overflow:hidden}.category-card{min-height:205px;padding:26px 22px;display:flex;flex-direction:column;border-right:1px solid var(--line);transition:.2s}.category-card:last-child{border:0}.category-card:hover{background:var(--mint);transform:translateY(-4px)}.category-card .icon{width:44px;height:44px;background:var(--mint);color:var(--green);border-radius:10px;display:grid;place-items:center;font-size:21px}.category-card div{margin-top:auto}.category-card h3{font-size:16px;margin-bottom:5px}.category-card p{font-size:12px;color:var(--muted);margin:0}.category-card b{align-self:flex-end}.reviews-section{background:var(--cream)}.section-heading.compact{align-items:center}.article-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:22px}.article-card{background:white;border:1px solid var(--line);border-radius:11px;overflow:hidden;transition:.2s}.article-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.article-art{height:225px;position:relative;overflow:hidden}.art-support{background:#c6efe0;padding:32px}.art-support>span{font:800 25px/1.05 "Manrope";position:relative;z-index:2}.bubble{position:absolute;border-radius:50%;border:2px solid #145b47}.b1{width:130px;height:130px;background:var(--lime);right:25px;bottom:-23px}.b2{width:60px;height:60px;background:white;right:112px;top:27px}.b3{width:35px;height:35px;background:var(--green);right:25px;top:50px}.art-local{background:#172e29;color:white;display:grid;place-items:center}.globe{font-size:135px;line-height:1;color:#67b497}.lang{position:absolute;background:white;color:var(--ink);padding:5px 8px;border-radius:4px;font:800 10px "Manrope"}.l1{left:24%;top:25%}.l2{right:20%;top:36%}.l3{left:35%;bottom:20%}.art-email{background:#dae9fb;display:flex;align-items:center;justify-content:center;gap:25px}.mail{background:white;border-radius:12px;padding:20px;font-size:35px;box-shadow:0 10px 20px #4562}.chart{display:flex;align-items:end;gap:6px;height:85px}.chart i{display:block;width:17px;background:#195d4e;border-radius:3px 3px 0 0}.chart i:nth-child(1){height:25%}.chart i:nth-child(2){height:50%}.chart i:nth-child(3){height:75%}.chart i:nth-child(4){height:100%;background:var(--green)}.article-content{padding:25px}.tag{color:var(--green);font-size:10px;letter-spacing:1.4px;font-weight:800}.article-content h3{font-size:20px;line-height:1.25;margin-bottom:13px}.article-content>p:not(.tag){font-size:13px;color:var(--muted)}.article-meta{border-top:1px solid var(--line);padding-top:15px;display:flex;justify-content:space-between;color:var(--muted);font-size:10px;text-transform:uppercase}.methodology{background:var(--navy);color:white;padding:100px max(9vw,40px);display:grid;grid-template-columns:1fr 1fr;gap:10vw;align-items:center}.eyebrow.light{color:#81d4ac}.methodology h2{font-size:clamp(35px,4vw,53px);line-height:1.08;letter-spacing:-2px}.methodology>div>p:not(.eyebrow){color:#b7c5c1;max-width:530px}.button-light{background:var(--lime);border-color:var(--lime);color:var(--ink);margin-top:20px}.methodology ol{padding:0;list-style:none}.methodology li{display:flex;gap:28px;padding:28px 0;border-bottom:1px solid #ffffff26}.methodology li>b{color:var(--lime);font-size:12px}.methodology li div{display:flex;flex-direction:column}.methodology li strong{font:700 18px "Manrope"}.methodology li span{color:#b7c5c1;font-size:13px;margin-top:5px}.newsletter{margin:80px max(7vw,32px);padding:60px;background:var(--mint);border-radius:14px;display:grid;grid-template-columns:1fr 1fr;gap:10vw;align-items:center}.newsletter p{color:var(--muted)}.newsletter .eyebrow{color:var(--green)}.newsletter form{display:grid;grid-template-columns:1fr auto}.newsletter input{border:1px solid #a9bbb2;border-radius:7px 0 0 7px;padding:15px;background:white;min-width:0}.newsletter button{border-radius:0 7px 7px 0}.newsletter small{grid-column:1/-1;color:var(--muted);margin-top:8px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}footer{padding:50px max(7vw,32px);border-top:1px solid var(--line);display:grid;grid-template-columns:auto 1fr auto;gap:25px;align-items:center}footer>p{margin:0;color:var(--muted);font-size:13px}footer>div{display:flex;gap:20px;font-size:12px}footer>small{grid-column:1/-1;color:var(--muted);border-top:1px solid var(--line);padding-top:20px}.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,100px);background:var(--ink);color:white;padding:13px 20px;border-radius:7px;z-index:30;transition:.3s}.toast.show{transform:translate(-50%,0)}
@media(max-width:1000px){.site-header nav,.site-header>.button{display:none}.menu-button{display:block;margin-left:auto}.site-header.open{height:auto;flex-wrap:wrap;padding-top:20px;padding-bottom:20px}.site-header.open nav{display:flex;order:3;flex-basis:100%;flex-direction:column;gap:15px}.hero{grid-template-columns:1fr;padding-top:70px}.hero-panel{max-width:600px}.category-grid{grid-template-columns:repeat(2,1fr)}.category-card{border-bottom:1px solid var(--line)}.article-grid{grid-template-columns:1fr 1fr}.article-card:last-child{grid-column:1/-1}.methodology{grid-template-columns:1fr}.newsletter{grid-template-columns:1fr}footer{grid-template-columns:1fr}footer>small{grid-column:1}}
@media(max-width:650px){.hero,.section{padding-left:20px;padding-right:20px}.hero h1{letter-spacing:-2.5px}.hero-actions{align-items:flex-start;flex-direction:column}.trust-row{flex-wrap:wrap;gap:18px}.trust-row div{padding:0 15px}.proof-strip{padding:20px;flex-wrap:wrap;justify-content:flex-start;gap:13px 22px}.proof-strip p{flex-basis:100%}.section-heading{display:block}.section-heading>p{margin-top:20px}.category-grid,.article-grid{grid-template-columns:1fr}.category-card{border-right:0}.article-card:last-child{grid-column:auto}.methodology{padding:75px 25px}.newsletter{margin:50px 20px;padding:35px 22px}.newsletter form{grid-template-columns:1fr}.newsletter input,.newsletter button{border-radius:7px}.newsletter button{margin-top:8px}.site-header{padding:0 20px}footer{padding:40px 20px}footer>div{flex-wrap:wrap}}

/* RunGear visual identity */
:root{--ink:#172030;--green:#f25f3a;--mint:#ffe6dc;--lime:#c8f35b;--cream:#f5f2ea;--paper:#fffefa;--muted:#68707c;--line:#dfe2e6;--navy:#141e30;--shadow:0 18px 50px rgba(23,32,48,.10)}
.hero{background:radial-gradient(circle at 76% 18%,#ffe1d3 0,transparent 30%),linear-gradient(120deg,#fffefa 55%,#f6f1ed 100%)}
.gorgias{background:#151e31}.zendesk{background:#df4d34}
.art-support{background:#ffd9cc}.art-local{background:#18243b}.globe{color:#f28265}
.live-dot{background:#f25f3a}.eyebrow.light{color:#ff9b7f}

/* Long-form research article */
.article-page{max-width:1160px;margin:0 auto;padding:45px 32px 90px}.article-breadcrumb{display:flex;gap:10px;color:var(--muted);font-size:13px;margin-bottom:55px}.article-breadcrumb a:hover{color:var(--green)}.article-hero{max-width:930px}.article-hero h1{font-size:clamp(44px,6vw,78px);line-height:1.02;letter-spacing:-4px;margin-bottom:25px}.dek{font-size:22px;color:var(--muted);max-width:800px}.research-notice{display:grid;grid-template-columns:210px 1fr;gap:25px;background:#fff3ed;border-left:4px solid var(--green);padding:20px 24px;margin:38px 0 55px;font-size:14px}.quick-verdict{display:grid;grid-template-columns:1.5fr .7fr;gap:55px;padding:50px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.quick-verdict h2,.article-section h2{font-size:clamp(27px,3vw,40px);line-height:1.15;letter-spacing:-1.5px}.quick-verdict aside{background:var(--navy);color:white;padding:30px;border-radius:12px;display:flex;flex-direction:column;justify-content:center}.quick-verdict aside span,.quick-verdict aside small{color:#c5ccc9}.quick-verdict aside strong{font:800 25px "Manrope";margin:10px 0;color:var(--lime)}.article-section{padding:65px 0;border-bottom:1px solid var(--line);max-width:950px}.article-section>p{font-size:17px;line-height:1.75}.table-wrap{overflow-x:auto}.article-section table{width:100%;border-collapse:collapse;background:white}.article-section th,.article-section td{text-align:left;padding:16px;border-bottom:1px solid var(--line);font-size:14px}.article-section th{background:var(--navy);color:white}.article-section td:first-child{font-weight:700}.source-note{font-size:12px!important;color:var(--muted);background:var(--cream);padding:15px 18px;border-radius:7px}.source-note a{color:var(--green);text-decoration:underline}.split-analysis{display:grid;grid-template-columns:1fr 1fr;gap:55px;max-width:none}.split-analysis>div:first-child{border-right:1px solid var(--line);padding-right:55px}.split-analysis p:not(.tag){color:var(--muted)}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.choice-grid>div{background:var(--cream);padding:30px;border-radius:10px}.choice-grid li{margin:10px 0}.bottom-line{border-bottom:0}.disclosure-box{background:var(--mint);padding:35px;border-radius:12px;max-width:950px}.disclosure-box h2{font-size:22px}.disclosure-box p{margin:0;color:var(--muted)}
@media(max-width:750px){.article-page{padding:30px 20px 65px}.article-hero h1{letter-spacing:-2px}.research-notice,.quick-verdict,.split-analysis,.choice-grid{grid-template-columns:1fr}.split-analysis>div:first-child{border-right:0;border-bottom:1px solid var(--line);padding:0 0 35px}.quick-verdict{gap:25px}.article-breadcrumb{margin-bottom:35px}}
.article-image{margin:0 0 55px}.article-image img,.section-illustration{display:block;width:100%;height:auto;object-fit:cover}.article-image img{max-height:620px;border-radius:15px;box-shadow:var(--shadow)}.article-image figcaption{color:var(--muted);font-size:11px;margin-top:10px}.section-illustration{aspect-ratio:3/2;border-radius:9px;margin-bottom:28px}
.header-actions{display:flex;align-items:center;gap:16px}.language-link{font-size:13px;font-weight:800;color:var(--green);padding:7px 9px;border-radius:6px}.language-link:hover{background:var(--mint)}.cn-body{font-family:"DM Sans","Microsoft YaHei","PingFang SC",sans-serif}.cn-body h1,.cn-body h2,.cn-body h3,.cn-body .brand{font-family:"Manrope","Microsoft YaHei","PingFang SC",sans-serif}.cn-body .hero h1,.cn-body .article-hero h1{letter-spacing:-2px}.cn-body .eyebrow{letter-spacing:1px}.market-note{display:inline-flex;gap:8px;align-items:center;background:#fff3ed;color:var(--green);font-size:12px;font-weight:700;padding:7px 10px;border-radius:6px;margin-bottom:16px}
.purchase-placeholder{display:flex;flex-direction:column;gap:4px;background:var(--cream);border:1px dashed #b9b2a6;border-radius:9px;padding:20px;margin-top:28px}.purchase-placeholder span{font-size:13px;color:var(--muted)}
.product-media-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin:0 0 55px}.product-media-card{display:grid;grid-template-columns:42% 1fr;background:white;border:1px solid var(--line);border-radius:13px;overflow:hidden;box-shadow:var(--shadow)}.product-media-card>img{width:100%;height:100%;min-height:310px;object-fit:cover;background:#f5f5f5}.product-media-card>div{padding:27px;display:flex;flex-direction:column}.product-media-card h2{font-size:25px;margin-bottom:10px}.product-media-card p:not(.tag){font-size:13px;color:var(--muted)}.product-button{margin-top:auto;font-size:13px;padding:11px 14px}.price-line{display:flex;align-items:end;justify-content:space-between;border-top:1px solid var(--line);padding:14px 0;margin-top:auto}.price-line span{font-size:10px;color:var(--muted);max-width:120px}.price-line strong{font:800 25px "Manrope";color:var(--green)}
@media(max-width:850px){.product-media-grid{grid-template-columns:1fr}.product-media-card{grid-template-columns:38% 1fr}}
@media(max-width:520px){.product-media-card{grid-template-columns:1fr}.product-media-card>img{height:260px;min-height:0}.header-actions{gap:5px}}
.trust-page{max-width:980px;margin:0 auto;padding:75px 32px 100px}.trust-page>header{max-width:760px;margin-bottom:45px}.trust-page>header h1{font-size:clamp(45px,6vw,74px);line-height:1.02;letter-spacing:-3px;margin-bottom:20px}.trust-page>header>p:last-child{font-size:19px;color:var(--muted)}.trust-nav{position:sticky;top:92px;z-index:5;display:flex;gap:7px;flex-wrap:wrap;background:rgba(255,254,250,.94);backdrop-filter:blur(10px);padding:10px;border:1px solid var(--line);border-radius:10px;margin-bottom:35px}.trust-nav a{font-size:12px;font-weight:700;padding:8px 10px;border-radius:6px}.trust-nav a:hover{background:var(--mint);color:var(--green)}.trust-page>section{padding:55px 0;border-bottom:1px solid var(--line);scroll-margin-top:160px}.trust-page>section h2{font-size:clamp(27px,3vw,39px);letter-spacing:-1px}.trust-page>section>p,.trust-page>section li{font-size:16px;line-height:1.75}.trust-page>section>p:not(.tag),.trust-page>section li{color:var(--muted)}.trust-page>section li{margin:9px 0}.trust-page>section a{color:var(--green);text-decoration:underline}.cn-body .trust-page>header h1{letter-spacing:-2px}
@media(max-width:650px){.trust-page{padding:50px 20px 70px}.trust-page>header h1{letter-spacing:-2px}.trust-nav{position:static}}
.guide-summary{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line);border-radius:11px;overflow:hidden;margin:0 0 40px}.guide-summary div{min-height:115px;padding:18px;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between}.guide-summary div:last-child{border:0}.guide-summary span{font-size:10px;text-transform:uppercase;letter-spacing:.7px;color:var(--muted)}.guide-summary strong{font:700 14px "Manrope"}.ranked-pick{display:grid;grid-template-columns:55px 1fr 280px;gap:30px;padding:65px 0;border-bottom:1px solid var(--line);align-items:start}.ranked-pick.text-only{grid-template-columns:55px minmax(0,760px)}.rank-number{font:800 13px "Manrope";color:var(--green);border-top:2px solid var(--green);padding-top:8px}.rank-copy h2{font-size:clamp(29px,4vw,44px);letter-spacing:-1.5px}.rank-copy>p:not(.tag),.rank-copy li{color:var(--muted);line-height:1.7}.rank-copy li{margin:8px 0}.ranked-pick>img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:12px;background:#f4f4f4}.sub-link{display:block;width:max-content;margin-top:20px;font-size:13px}.rank-copy .product-button{width:100%;margin-top:8px}
@media(max-width:900px){.guide-summary{grid-template-columns:repeat(2,1fr)}.guide-summary div{border-bottom:1px solid var(--line)}.ranked-pick{grid-template-columns:45px 1fr}.ranked-pick>img{grid-column:2;max-width:350px}.ranked-pick.text-only{grid-template-columns:45px 1fr}}
@media(max-width:600px){.guide-summary{grid-template-columns:1fr}.guide-summary div{min-height:75px;border-right:0}.ranked-pick,.ranked-pick.text-only{grid-template-columns:1fr;gap:15px}.ranked-pick>img{grid-column:1;grid-row:2}.rank-number{width:35px}}
.knowledge-section{background:#fff}.knowledge-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.knowledge-card{min-height:290px;background:#e8f1f8;border-radius:13px;padding:32px;display:grid;grid-template-columns:55px 1fr;gap:22px;transition:.2s}.knowledge-card.warm{background:#ffe7dc}.knowledge-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.knowledge-number{font:800 13px "Manrope";color:var(--green);border-top:2px solid var(--green);padding-top:7px}.knowledge-card h3{font-size:clamp(23px,3vw,34px);line-height:1.15}.knowledge-card p:not(.tag){color:var(--muted)}.knowledge-card>b{grid-column:2;font-size:13px;align-self:end}.health-note{display:grid;grid-template-columns:180px 1fr;gap:22px;background:#eef5f8;border-left:4px solid #3d7c9c;padding:20px 24px;margin:38px 0 20px;font-size:14px}.health-note.urgent{background:#fff0e9;border-color:var(--green)}.progression-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin:25px 0}.progression-grid>div{background:var(--cream);padding:20px;border-radius:8px;display:flex;flex-direction:column}.progression-grid b{font-family:"Manrope"}.progression-grid span{font-size:11px;color:var(--green);font-weight:700;margin:4px 0 10px}.progression-grid p{font-size:13px;color:var(--muted);margin:0}.source-panel{background:var(--navy);color:white;padding:35px;border-radius:12px;margin-top:60px}.source-panel h2{font-size:23px}.source-panel li{margin:10px 0}.source-panel a{color:#b7e88a;text-decoration:underline}.heat-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.heat-actions>div{background:#fff0e9;padding:23px;border-radius:8px}.heat-actions b{font:700 17px "Manrope"}.heat-actions p{font-size:13px;color:var(--muted);margin:7px 0 0}.decision-list{counter-reset:item;padding:0;list-style:none}.decision-list li{padding:18px 20px;border-bottom:1px solid var(--line);color:var(--muted)}.decision-list b{color:var(--ink)}
@media(max-width:700px){.knowledge-grid,.progression-grid,.heat-actions{grid-template-columns:1fr}.knowledge-card{grid-template-columns:40px 1fr;padding:24px}.health-note{grid-template-columns:1fr;gap:8px}}
.error-page{min-height:100vh;max-width:760px;margin:0 auto;padding:12vh 30px;display:flex;flex-direction:column;justify-content:center}.error-code{font:800 clamp(80px,18vw,180px)/.8 "Manrope";color:var(--mint);margin:70px 0 25px}.error-page h1{font-size:clamp(38px,6vw,66px);letter-spacing:-2px}.error-page>p:not(.error-code){color:var(--muted);font-size:18px;max-width:600px}
@media(max-width:1000px){.site-header>.header-actions .button{display:none}}
