:root{--teal:#009681;--teal-dark:#007e70;--ink:#071026;--muted:#4d5874;--line:#dfe7ec;--soft:#eefaf8;--nav-h:78px}
*{box-sizing:border-box}
html,body{margin:0;min-width:320px;overflow-x:hidden;background:#eef2f4;color:var(--ink);font-family:Arial,Helvetica,sans-serif}
body{padding-bottom:calc(var(--nav-h) + env(safe-area-inset-bottom))}
a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select{font:inherit}
.page{width:100%;max-width:430px;margin:0 auto;min-height:100vh;background:#fff;box-shadow:0 0 30px #25334318}
.topbar{height:106px;padding:20px 20px 15px;display:flex;align-items:center;gap:14px;background:#fff}
.brand{display:flex;align-items:center;gap:12px;margin-right:auto}.logo-slot{width:66px;height:66px;border:2px dashed #929aaa;border-radius:8px;display:grid;place-items:center;overflow:hidden}.logo-slot img{width:100%;height:100%;object-fit:contain}
.brand-copy strong{display:block;font-size:30px;letter-spacing:-1.5px;line-height:1}.brand-copy strong em{color:var(--teal);font-style:normal}.brand-copy small{display:block;margin-top:8px;font-size:12px;color:var(--muted);font-weight:700}
.top-action{width:38px;height:38px;border:0;background:#fff;padding:2px}.top-action img{width:100%;height:100%;object-fit:contain}.login{height:48px;padding:0 19px;border-radius:10px;background:var(--teal);color:#fff;display:flex;align-items:center;gap:7px;font-weight:800}
.top-register{height:48px;padding:0 16px;border:1px solid var(--teal);border-radius:10px;color:var(--teal-dark);display:flex;align-items:center;justify-content:center;font-weight:800;background:#fff}
.hero{position:relative;min-height:444px;padding:48px 28px 28px;overflow:hidden;background:linear-gradient(105deg,#effdfb 0%,#e7faf7 42%,#f8ffff 100%)}
.hero.home{margin:0 16px;border-radius:16px;min-height:444px;padding:52px 38px 24px}.hero-art{position:absolute;right:0;top:0;height:100%;width:54%;object-fit:cover;object-position:left center}.hero-copy{position:relative;z-index:2;width:52%}.hero.home .hero-copy{width:54%}
.crumb{display:flex;gap:10px;align-items:center;color:var(--teal-dark);font-size:13px;font-weight:800;margin-bottom:24px}.crumb span:last-child{color:#3f4962}
.trust-pill{display:inline-flex;align-items:center;padding:10px 15px;border-radius:15px;background:#c9f3ed;color:var(--ink);font-size:14px;font-weight:800;margin-bottom:20px}
h1{margin:0;font-size:38px;line-height:1.08;letter-spacing:-1.2px}.hero.home h1{font-size:41px}.hero h1 em{display:block;color:var(--teal-dark);font-style:normal}.hero-copy>p{margin:18px 0 23px;color:var(--muted);font-size:16px;font-weight:650;line-height:1.55}
.search{height:56px;display:flex;position:relative;z-index:3}.search input{min-width:0;flex:1;border:1px solid #cfd9e1;border-radius:10px 0 0 10px;padding:0 18px;color:var(--muted);background:#fff}.search button{width:66px;border:0;border-radius:0 10px 10px 0;background:var(--teal);padding:0;overflow:hidden}.search button img{width:100%;height:100%;object-fit:cover}.hero-filter{position:absolute;z-index:4;right:16px;bottom:18px;height:50px;border:1px solid #cfd9e1;border-radius:10px;background:#fff;padding:0 42px 0 18px;color:var(--teal-dark);font-weight:800}
.hero.home .search{width:100%}.popular-search{display:flex;align-items:center;gap:8px;margin-top:14px;font-size:11px;font-weight:800;white-space:nowrap}.popular-search a{padding:7px 12px;background:#fff;border-radius:20px;color:#384258}
.dots{position:absolute;bottom:12px;left:50%;display:flex;gap:7px}.dots i{width:10px;height:10px;border-radius:50%;background:#d3dfdf}.dots i:first-child{width:20px;border-radius:10px;background:var(--teal)}
.panel{margin:14px 16px 0;border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:0 5px 16px #26384a0b}.section{padding:0 16px;margin-top:20px}.section-head{height:42px;display:flex;align-items:center;justify-content:space-between}.section-head h2{font-size:20px;margin:0}.section-head a{font-size:13px;color:var(--teal-dark);font-weight:800}
.category-strip{display:grid;grid-template-columns:repeat(6,1fr);padding:10px 5px;height:174px}.category-strip a{min-width:0;text-align:center;border-right:1px solid var(--line);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px}.category-strip a:last-child{border:0}.category-strip img{width:52px;height:52px;object-fit:contain}.category-strip b{font-size:12px}.category-strip small{font-size:10px;color:var(--muted);line-height:1.35}
.browse-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.browse-card{min-width:0;height:216px;border:1px solid var(--line);border-radius:12px;padding:15px 10px;display:flex;flex-direction:column;text-align:center;align-items:center;background:linear-gradient(180deg,#f1fbfa,#fff)}.browse-card:nth-child(2){background:linear-gradient(180deg,#eef8ff,#fff)}.browse-card:nth-child(4){background:linear-gradient(180deg,#fff1f3,#fff)}.browse-card img{width:62px;height:62px;object-fit:contain}.browse-card b{font-size:13px;margin:9px 0}.browse-card p{font-size:11px;color:var(--muted);line-height:1.45;margin:0}.browse-card span{margin-top:auto;color:var(--teal);font-size:12px;font-weight:800}
.guide-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.guide-card{min-width:0;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff;padding-bottom:12px;position:relative}.guide-card>img{width:100%;height:132px;object-fit:cover}.tag{display:inline-block;margin:9px 12px 0;padding:4px 7px;background:var(--teal);color:#fff;border-radius:5px;font-size:9px;font-weight:800}.guide-card h3{font-size:13px;line-height:1.35;margin:8px 12px}.guide-card small{margin:0 12px;font-size:10px;color:var(--muted)}
.trust-band{min-height:118px;margin:20px 16px 0;padding:16px;display:grid;grid-template-columns:240px repeat(4,1fr);align-items:center;background:linear-gradient(90deg,#f1fbfa,#fbffff);border:1px solid #d7eeee;border-radius:13px}.trust-main{display:flex;gap:12px;align-items:center}.trust-shield{width:82px;height:82px;object-fit:contain}.trust-main h2{font-size:20px;margin:0}.trust-main p{font-size:12px;margin:8px 0 0}.trust-band article{text-align:center;border-left:1px solid var(--line);font-size:11px;padding:12px 5px}.trust-band article b{display:block;margin-bottom:8px;font-size:12px}
.faq-wrap{padding:0 16px}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.faq-grid details{border:1px solid var(--line);margin-top:-1px}.faq-grid summary{height:38px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;list-style:none;font-size:12px;font-weight:800}.faq-grid summary:after{content:"+";font-size:18px}.faq-grid p{font-size:11px;color:var(--muted);padding:0 16px 12px;margin:0;line-height:1.45}
.newsletter{margin:18px 16px 0;min-height:98px;border-radius:12px;background:linear-gradient(90deg,#e7f7f6,#effcfb);padding:18px 24px;display:grid;grid-template-columns:1fr 350px;gap:20px;align-items:center}.newsletter h3{font-size:18px;margin:0}.newsletter p{font-size:11px;color:var(--muted);line-height:1.5;margin:7px 0 0}.newsletter form{display:flex;height:42px}.newsletter input{min-width:0;flex:1;border:1px solid #d3dce4;border-radius:8px 0 0 8px;padding:0 14px}.newsletter button{width:108px;border:0;border-radius:0 8px 8px 0;background:var(--teal);color:#fff;font-weight:800}
.bottom-nav{position:fixed;z-index:20;left:50%;bottom:0;transform:translateX(-50%);width:100%;max-width:430px;height:var(--nav-h);padding-bottom:env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(5,1fr);background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -6px 18px #07102614}.bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#535c75;font-size:12px;font-weight:700}.bottom-nav img{width:44px;height:35px;object-fit:contain;margin-bottom:3px}.bottom-nav a.active{color:var(--teal-dark)}
.page-footer{height:120px;padding:30px 16px 90px;text-align:center;font-size:11px;color:var(--muted)}

/* listing pages */
.listing-hero{min-height:355px}.listing-hero .hero-copy{width:50%}.listing-hero .hero-art{width:55%}.filter-row{margin:0 16px 12px;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--muted);font-weight:800}.filter-row select{height:44px;border:1px solid var(--line);border-radius:10px;padding:0 38px 0 16px;background:#fff;font-weight:800;color:var(--ink)}
.list-panel{margin:0 16px;border:1px solid var(--line);border-radius:13px;overflow:hidden}.list-row{min-height:164px;padding:12px 16px;display:grid;grid-template-columns:207px 1fr 32px;gap:22px;align-items:center;border-bottom:1px solid var(--line)}.list-row:last-child{border:0}.list-row>img{width:207px;height:146px;object-fit:cover;border-radius:10px}.list-row h3{font-size:18px;line-height:1.22;margin:4px 0}.list-row p{font-size:13px;line-height:1.4;color:var(--muted);margin:0 0 7px}.list-row small{font-size:11px;color:var(--muted)}.arrow{font-size:32px;font-weight:400}
.support-band{margin:14px 16px 0;padding:18px 28px;min-height:98px;background:linear-gradient(90deg,#e9f7f5,#f6fcfc);border-radius:12px;display:flex;align-items:center;justify-content:space-between}.support-band h3{margin:0;font-size:16px}.support-band p{margin:5px 0 0;font-size:12px;color:var(--muted)}.outline-button{height:48px;border:1px solid var(--teal);border-radius:10px;padding:0 24px;display:flex;align-items:center;color:var(--teal-dark);font-weight:800}

/* payment rows */
.payment-list .list-row{min-height:128px;grid-template-columns:104px 1fr 130px 24px;gap:20px}.payment-list .list-row>img{width:102px;height:102px;border-radius:13px}.payment-list .meta{font-size:11px;color:var(--muted);line-height:1.7}.payment-list h3{margin:0 0 4px}.payment-list p{margin:0 0 8px}.payment-list .side{font-size:12px;color:var(--muted);line-height:1.8}
.benefit-band{margin:16px;min-height:95px;background:linear-gradient(90deg,#edf9f7,#f8ffff);border-radius:12px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}.benefit-band article{padding:8px 16px;border-right:1px solid var(--line);font-size:11px;color:var(--muted);line-height:1.45}.benefit-band article:last-child{border:0}.benefit-band b{display:block;color:var(--ink);font-size:12px;margin-bottom:5px}

/* tools */
.tool-list .list-row{min-height:122px;grid-template-columns:90px 1fr 145px;gap:24px}.tool-list .list-row>img{width:88px;height:88px;border-radius:12px}.tool-list h3{margin:0 0 10px}.tool-list .use{justify-self:end;text-align:center}.tool-list .use .outline-button{height:48px}.tool-list .use small{display:block;margin-top:8px;font-size:10px;color:var(--muted)}
.smart-band{margin:14px 16px 0;min-height:118px;border-radius:12px;background:linear-gradient(90deg,#e9f8f6,#f8ffff);display:grid;grid-template-columns:90px 1fr 190px;align-items:center;padding:12px 26px}.smart-band h3{margin:0;font-size:16px}.smart-band p{font-size:12px;color:var(--muted);line-height:1.5}.smart-band>img{width:190px;height:103px;object-fit:contain}

/* more */
.account-hero{margin:8px 24px 0;min-height:246px;border-radius:14px;padding:38px 24px;background:linear-gradient(100deg,#e8f8f6,#f6ffff);position:relative;overflow:hidden}.account-hero .hero-art{width:43%}.account-copy{position:relative;z-index:2;width:54%;padding-left:98px}.avatar{position:absolute;left:24px;top:30px;width:86px;height:86px;border-radius:50%;background:linear-gradient(#d5f2ef,#bfe6e1)}.account-copy h1{font-size:21px}.account-copy p{font-size:13px;line-height:1.5;color:var(--muted);margin:10px 0 24px}.actions{display:flex;gap:16px}.button{height:46px;min-width:136px;padding:0 22px;border-radius:9px;background:var(--teal);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800}.button.secondary{background:#fff;color:var(--teal-dark);border:1px solid var(--teal)}
.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.quick-card{height:94px;border:1px solid var(--line);border-radius:10px;display:grid;grid-template-columns:58px 1fr 18px;gap:12px;align-items:center;padding:13px 16px}.quick-card img{width:55px;height:55px;object-fit:contain}.quick-card b{font-size:13px}.quick-card small{display:block;color:var(--muted);font-size:11px;line-height:1.5;margin-top:5px}.bonus-banner{margin:24px 22px 0;height:188px;background:linear-gradient(90deg,#eaf8f5,#f5ffff);border-radius:12px;padding:28px 22px;position:relative;overflow:hidden}.bonus-banner img{position:absolute;right:0;top:4px;width:49%;height:180px;object-fit:cover}.bonus-banner h2{font-size:22px;margin:0}.bonus-banner p{font-size:13px;line-height:1.5;color:var(--muted);width:46%}
.about-panel{margin:18px 28px 0;padding:20px;border:1px solid var(--line);border-radius:12px;display:grid;grid-template-columns:1fr repeat(3,150px)}.about-panel h2{font-size:20px;margin:0}.about-panel p{font-size:11px;color:var(--muted);line-height:1.65}.about-panel article{border-left:1px solid var(--line);text-align:center;padding:12px;font-size:11px}.about-panel b{display:block;margin-bottom:7px;font-size:12px}
.help-list{margin:18px 28px 0;border:1px solid var(--line);border-radius:12px;padding:10px 20px}.help-list h2{font-size:19px;margin:0 0 8px}.help-list a{height:54px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;font-size:12px}.help-list b{display:block}.help-list small{display:block;color:var(--muted);margin-top:3px}.social-row{display:flex;justify-content:flex-end;gap:24px;margin:-45px 45px 12px 0}.social-row a{text-align:center;font-size:8px;color:var(--muted)}.social-row img{width:44px;height:44px;object-fit:contain;margin:0 auto 4px}

@media(max-width:600px){
  .topbar{height:82px;padding:12px 14px}.logo-slot{width:50px;height:50px}.brand-copy strong{font-size:23px}.brand-copy small{font-size:9px;margin-top:5px}.login{height:38px;padding:0 12px;font-size:12px}.top-action{width:32px;height:32px}
  .hero{min-height:350px;padding:34px 18px 18px}.hero.home{margin:0 8px;min-height:350px;padding:38px 18px 16px}.hero-copy,.hero.home .hero-copy,.listing-hero .hero-copy{width:53%}.hero-art,.listing-hero .hero-art{width:57%}.crumb{font-size:10px;margin-bottom:18px}h1,.hero.home h1{font-size:27px}.hero-copy>p{font-size:12px;line-height:1.45;margin:13px 0 16px}.trust-pill{font-size:10px;padding:7px 10px;margin-bottom:14px}.search{height:45px}.search input{font-size:11px;padding:0 10px}.search button{width:50px;padding:10px}.popular-search{gap:4px;font-size:8px}.popular-search a{padding:5px 7px}
  .panel{margin:9px 10px 0}.section{padding:0 12px;margin-top:13px}.section-head{height:34px}.section-head h2{font-size:16px}.section-head a{font-size:10px}
  .category-strip{height:118px;padding:5px 2px}.category-strip img{width:38px;height:38px}.category-strip b{font-size:9px}.category-strip small{font-size:7px}
  .browse-grid{gap:7px}.browse-card{height:154px;padding:9px 5px}.browse-card img{width:45px;height:45px}.browse-card b{font-size:9px;margin:7px 0}.browse-card p{font-size:8px}.browse-card span{font-size:8px}
  .guide-cards{gap:8px}.guide-card>img{height:86px}.tag{font-size:7px;margin:6px 7px 0;padding:3px 5px}.guide-card h3{font-size:10px;margin:6px 7px}.guide-card small{font-size:8px;margin:0 7px}
  .trust-band{margin:12px 10px 0;min-height:90px;padding:10px;grid-template-columns:155px repeat(4,1fr)}.trust-shield{width:58px;height:58px}.trust-main h2{font-size:13px}.trust-main p{font-size:8px}.trust-band article{font-size:8px;padding:8px 3px}.trust-band article b{font-size:8px}
  .faq-wrap{padding:0 10px}.faq-grid{gap:0 10px}.faq-grid summary{height:30px;padding:0 9px;font-size:9px}.faq-grid p{font-size:8px;padding:0 9px 8px}
  .newsletter{margin:10px 10px 0;min-height:74px;padding:12px 14px;grid-template-columns:1fr 195px;gap:8px}.newsletter h3{font-size:12px}.newsletter p{font-size:8px}.newsletter form{height:34px}.newsletter input{font-size:8px;padding:0 8px}.newsletter button{width:72px;font-size:9px}
  .bottom-nav{height:72px}.bottom-nav img{width:38px;height:30px}.bottom-nav a{font-size:10px}
  .listing-hero{min-height:285px}.filter-row{margin:0 10px 8px;font-size:10px}.filter-row select{height:36px;font-size:10px}
  .list-panel{margin:0 10px}.list-row{min-height:126px;padding:8px 8px;grid-template-columns:104px 1fr 18px;gap:10px}.list-row>img{width:104px;height:96px}.list-row h3{font-size:13px}.list-row p{font-size:9px}.list-row small{font-size:8px}.arrow{font-size:22px}
  .support-band{margin:8px 10px 0;padding:12px 16px;min-height:76px}.support-band h3{font-size:12px}.support-band p{font-size:9px}.outline-button{height:38px;padding:0 15px;font-size:10px}
  .payment-list .list-row{min-height:103px;grid-template-columns:75px 1fr 72px 14px;gap:8px}.payment-list .list-row>img{width:70px;height:70px}.payment-list h3{font-size:13px}.payment-list p,.payment-list .meta,.payment-list .side{font-size:8px}.benefit-band{margin:9px 10px;min-height:74px}.benefit-band article{font-size:8px;padding:5px 8px}.benefit-band b{font-size:9px}
  .tool-list .list-row{min-height:96px;grid-template-columns:64px 1fr 86px;gap:10px}.tool-list .list-row>img{width:62px;height:62px}.tool-list h3{font-size:13px;margin-bottom:7px}.tool-list .use .outline-button{height:36px}.tool-list .use small{font-size:8px}.smart-band{margin:8px 10px 0;min-height:90px;grid-template-columns:55px 1fr 98px;padding:8px 14px}.smart-band h3{font-size:12px}.smart-band p{font-size:9px}.smart-band>img{width:98px;height:70px}
  .account-hero{margin:6px 12px 0;min-height:196px;padding:25px 14px}.account-copy{width:58%;padding-left:68px}.avatar{left:14px;top:24px;width:58px;height:58px}.account-copy h1{font-size:15px}.account-copy p{font-size:10px;margin:8px 0 16px}.actions{gap:8px}.button{min-width:84px;height:36px;padding:0 12px;font-size:10px}.quick-grid{gap:8px}.quick-card{height:76px;grid-template-columns:38px 1fr 10px;gap:7px;padding:8px}.quick-card img{width:38px;height:38px}.quick-card b{font-size:9px}.quick-card small{font-size:7px}.bonus-banner{margin:12px 10px 0;height:136px;padding:18px 13px}.bonus-banner img{height:132px}.bonus-banner h2{font-size:16px}.bonus-banner p{font-size:9px}.about-panel{margin:10px 14px 0;padding:12px;grid-template-columns:1fr repeat(3,74px)}.about-panel h2{font-size:14px}.about-panel p,.about-panel article{font-size:8px}.about-panel b{font-size:9px}.help-list{margin:10px 14px 0;padding:8px 12px}.help-list h2{font-size:14px}.help-list a{height:44px;font-size:9px}
}

/* Source-faithful mobile repair pass */
.trust-band article img{width:42px;height:42px;object-fit:contain;margin:0 auto 5px}

@media(max-width:600px){
  .hero.home .hero-copy,.listing-hero .hero-copy{width:50%}
  .hero.home .hero-art{width:50%;object-position:left center;clip-path:none}
  .listing-hero .hero-art{width:50%;object-fit:contain;object-position:right center}
  .hero.home .search,.listing-hero .search{width:49vw;max-width:205px}
  .listing-hero .hero-filter{right:14px;bottom:9px}
  main:has(.tool-list) .category-strip{grid-template-columns:repeat(5,1fr)}
  .category-strip img{width:32px;height:32px}
  .category-strip b{font-size:7.2px}
  .category-strip small{font-size:6.2px}
  .browse-card b{font-size:7.2px}.browse-card p{font-size:6.2px}.browse-card span{font-size:6.2px}
  .guide-card{display:flex;flex-direction:column;min-height:125px}
  .guide-card>img{height:56px}
  .guide-card h3{font-size:7.2px;line-height:1.3}
  .guide-card small{font-size:5.8px;margin-top:auto}
  .trust-band{height:58px;min-height:58px;overflow:visible;grid-template-columns:110px repeat(4,1fr)}
  .trust-band article{display:flex;min-width:0;flex-direction:column;align-items:center;padding:2px;font-size:5.6px;line-height:1.15}
  .trust-band article img{width:23px;height:23px;margin:0 auto 2px}
  .trust-band article b{font-size:6px;line-height:1.1;margin-bottom:2px}
  .payment-list .list-row{grid-template-columns:47px minmax(0,1fr) 66px 10px}
  .payment-list h3{font-size:8.3px}
  .payment-list p,.payment-list .meta{font-size:5.8px;line-height:1.28}
  .payment-list .side{font-size:6.5px;line-height:1.35;text-align:center;align-self:center}
  .tool-list .list-row{grid-template-columns:43px minmax(0,1fr) 76px}
  .tool-list h3{font-size:8.3px}.tool-list p{font-size:6px;line-height:1.25}
  .tool-list .use{width:76px;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}
  .tool-list .use .outline-button{width:100%;padding:0 6px;font-size:7px}
  .tool-list .use small{font-size:6.3px;line-height:1.25;text-align:center}
  .avatar{object-fit:contain;border-radius:50%}
  .more-newsletter{grid-template-columns:1fr 158px}
  .social-row{position:static;z-index:2;justify-content:flex-end;gap:7px;margin:0}
  .social-row a{width:24px}
  .social-row img{width:22px;height:22px;border-radius:50%}
  .quick-card{overflow:hidden}
  .quick-card span{min-width:0}
  .quick-card b{font-size:6.8px;overflow-wrap:normal;word-break:normal}
  .quick-card small{font-size:5.5px;overflow-wrap:anywhere}
  .faq-grid summary{font-size:6.2px}
  .newsletter h3{font-size:8.8px}.newsletter p{font-size:5.8px}
  .bottom-nav{height:44px}
  .bottom-nav img{width:24px;height:22px;object-fit:contain}
  .bottom-nav a{font-size:7px;line-height:1}
  .topbar{gap:5px}
  .top-register{height:29px;padding:0 7px;border-radius:6px;font-size:7.5px}
}

@media(max-width:600px){
  .hero.home .hero-art{clip-path:none!important}
  .trust-band{height:70px;min-height:70px;grid-template-columns:122px repeat(4,1fr);padding:7px 6px;overflow:hidden}
  .trust-main{gap:4px;min-width:0}
  .trust-main h2{font-size:9px;line-height:1.05}
  .trust-main p{font-size:5px;line-height:1.2;margin-top:3px}
  .trust-shield{width:42px;height:48px;flex:0 0 42px}
  .tool-list .list-row .use{width:76px;height:100%;justify-self:center;align-self:stretch;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
  .tool-list .list-row .use .outline-button{width:76px;padding:0;display:flex;align-items:center;justify-content:center;text-align:center}
  .tool-list .list-row .use small{display:block;width:100%;margin-top:4px;text-align:center}
  .bottom-nav a{gap:2px;justify-content:center}
  .bottom-nav img{width:24px;height:22px;margin:0;object-fit:contain;object-position:center}
}

@media(max-width:600px){
  :root{--nav-h:38px}
  .topbar{height:49px;padding:7px 11px;gap:7px}.logo-slot{width:31px;height:31px;border-radius:4px}.brand{gap:7px}.brand-copy strong{font-size:15px;letter-spacing:-.6px}.brand-copy small{font-size:6px;margin-top:3px}.top-action{width:22px;height:22px}.login{height:29px;padding:0 9px;font-size:8px;border-radius:6px}
  .hero.home{margin:0 7px;min-height:203px;padding:21px 17px 9px;border-radius:8px}.hero{min-height:164px;padding:16px 14px 9px}.hero.listing-hero{min-height:164px}.hero-copy,.hero.home .hero-copy,.listing-hero .hero-copy{width:54%}.hero-art,.listing-hero .hero-art{width:56%}.trust-pill{font-size:7px;padding:5px 8px;margin-bottom:9px;border-radius:8px}.hero.home h1,h1{font-size:19px;line-height:1.08;letter-spacing:-.5px}.hero-copy>p{font-size:8px;line-height:1.45;margin:8px 0 10px}.crumb{font-size:7px;margin-bottom:9px;gap:5px}.search{height:27px}.search input{font-size:7px;padding:0 8px;border-radius:5px 0 0 5px}.search button{width:31px;padding:6px;border-radius:0 5px 5px 0}.popular-search{margin-top:6px;font-size:5.5px;gap:3px}.popular-search a{padding:3px 5px}.dots{bottom:5px;gap:3px}.dots i{width:5px;height:5px}.dots i:first-child{width:10px}
  .panel{margin:7px 8px 0;border-radius:7px}.category-strip{height:80px;padding:3px 1px}.category-strip img{width:27px;height:27px}.category-strip b{font-size:6.5px}.category-strip small{font-size:5.5px}.category-strip a{gap:3px}
  .section{padding:0 15px;margin-top:7px}.section-head{height:21px}.section-head h2{font-size:10px}.section-head a{font-size:6px}
  .browse-grid{gap:6px}.browse-card{height:99px;padding:6px 3px;border-radius:6px}.browse-card img{width:31px;height:31px}.browse-card b{font-size:6.5px;margin:4px 0}.browse-card p{font-size:5.5px;line-height:1.35}.browse-card span{font-size:5.5px}
  .guide-cards{gap:7px}.guide-card{border-radius:6px;padding-bottom:5px}.guide-card>img{height:61px}.tag{font-size:4.5px;margin:4px 5px 0;padding:2px 3px;border-radius:2px}.guide-card h3{font-size:6.5px;margin:4px 5px;line-height:1.35}.guide-card small{font-size:5px;margin:0 5px}
  .trust-band{margin:8px 15px 0;min-height:55px;padding:6px;grid-template-columns:112px repeat(4,1fr);border-radius:6px}.trust-main{gap:6px}.trust-shield{width:39px;height:39px}.trust-main h2{font-size:9px}.trust-main p{font-size:5px;margin-top:3px}.trust-band article{font-size:5px;padding:4px 2px}.trust-band article b{font-size:5.5px;margin-bottom:3px}
  .faq-wrap{padding:0 15px}.faq-grid{gap:0 9px}.faq-grid summary{height:18px;padding:0 7px;font-size:5.5px}.faq-grid summary:after{font-size:9px}.faq-grid p{font-size:5px;padding:0 7px 5px}
  .newsletter{margin:7px 15px 0;min-height:46px;padding:6px 11px;grid-template-columns:1fr 165px;gap:7px;border-radius:6px}.newsletter h3{font-size:8px}.newsletter p{font-size:5px;margin-top:3px}.newsletter form{height:23px}.newsletter input{font-size:5.5px;padding:0 6px;border-radius:4px 0 0 4px}.newsletter button{width:54px;font-size:5.5px;border-radius:0 4px 4px 0}.page-footer{height:49px;padding:12px 8px 50px;font-size:6px}
  .bottom-nav{height:38px;border-radius:12px 12px 0 0}.bottom-nav img{width:25px;height:18px;margin-bottom:0}.bottom-nav a{font-size:6px}
  .filter-row{height:30px;margin:0 14px 3px;font-size:7px}.filter-row select{height:25px;padding:0 18px 0 8px;font-size:7px;border-radius:5px}
  .list-panel{margin:0 14px;border-radius:7px}.list-row{min-height:75px;padding:5px 7px;grid-template-columns:94px 1fr 12px;gap:9px}.list-row>img{width:94px;height:68px;border-radius:5px}.list-row h3{font-size:9px;margin:2px 0}.list-row p{font-size:6.5px;line-height:1.3;margin-bottom:3px}.list-row small{font-size:5.5px}.arrow{font-size:16px}
  .support-band{margin:5px 14px 0;padding:7px 13px;min-height:43px;border-radius:6px}.support-band h3{font-size:8px}.support-band p{font-size:6px;margin-top:2px}.outline-button{height:27px;padding:0 11px;font-size:6.5px;border-radius:5px}
  .payment-list .list-row{min-height:58px;grid-template-columns:47px 1fr 58px 10px;gap:7px}.payment-list .list-row>img{width:46px;height:46px;border-radius:6px}.payment-list h3{font-size:8px;margin-bottom:2px}.payment-list p,.payment-list .meta,.payment-list .side{font-size:5.5px;line-height:1.35}.benefit-band{margin:6px 14px;min-height:43px;border-radius:6px}.benefit-band article{font-size:5.5px;padding:3px 6px}.benefit-band b{font-size:6px;margin-bottom:2px}
  .tool-list .list-row{min-height:56px;grid-template-columns:43px 1fr 72px;gap:8px}.tool-list .list-row>img{width:41px;height:41px;border-radius:6px}.tool-list h3{font-size:8px;margin-bottom:3px}.tool-list .use .outline-button{height:26px}.tool-list .use small{font-size:5.5px;margin-top:3px}.smart-band{margin:5px 14px 0;min-height:55px;grid-template-columns:42px 1fr 80px;padding:5px 10px;border-radius:6px}.smart-band h3{font-size:8px}.smart-band p{font-size:5.5px}.smart-band>img{width:80px;height:49px}
  .account-hero{margin:4px 11px 0;min-height:113px;padding:16px 11px;border-radius:7px}.account-hero .hero-art{width:44%}.account-copy{width:58%;padding-left:47px}.avatar{left:11px;top:15px;width:39px;height:39px}.account-copy h1{font-size:10px}.account-copy p{font-size:6.5px;margin:5px 0 9px}.actions{gap:6px}.button{min-width:64px;height:25px;padding:0 8px;font-size:6.5px;border-radius:4px}.quick-grid{gap:7px}.quick-card{height:45px;grid-template-columns:29px 1fr 7px;gap:5px;padding:5px 7px;border-radius:5px}.quick-card img{width:27px;height:27px}.quick-card b{font-size:6.5px}.quick-card small{font-size:5px;margin-top:2px}
  .bonus-banner{margin:9px 14px 0;height:86px;padding:13px 11px;border-radius:6px}.bonus-banner img{height:82px}.bonus-banner h2{font-size:11px}.bonus-banner p{font-size:6.5px;margin:6px 0;width:47%}.about-panel{margin:7px 14px 0;padding:7px;grid-template-columns:1fr repeat(3,67px);border-radius:6px}.about-panel h2{font-size:9px}.about-panel p,.about-panel article{font-size:5.5px}.about-panel article{padding:5px}.about-panel b{font-size:6px;margin-bottom:3px}
  .help-list{margin:7px 14px 0;padding:5px 9px;border-radius:6px}.help-list h2{font-size:9px}.help-list a{height:28px;font-size:6px}.help-list small{font-size:5px;margin-top:1px}.hero-filter{height:27px;right:14px;bottom:9px;border-radius:5px;padding:0 21px 0 8px;font-size:7px}.social-row{gap:12px;margin:-28px 24px 5px 0}.social-row img{width:22px;height:22px;margin-bottom:2px}.social-row a{font-size:5px}
  .page-footer{height:0;min-height:0;padding:0}
  .hero.home{min-height:203px}
  .category-strip{height:84px}
  .browse-card{height:99px}
  .guide-card>img{height:43px}.guide-card h3{font-size:6px;line-height:1.2}
  .trust-band{height:53px;min-height:0;overflow:hidden}
  .faq-grid summary{height:14px}
  .newsletter{min-height:41px}
  .list-row{height:75px;min-height:0;overflow:hidden}.list-row .tag{margin:0;padding:1px 3px}.list-row h3{font-size:8px;line-height:1.15;margin:2px 0}.list-row p{font-size:5.8px;line-height:1.2;margin-bottom:2px}.list-row small{font-size:5px}.list-row>img{height:65px}
  .payment-list .list-row{height:58px;min-height:0}.payment-list h3{font-size:7.5px}.payment-list p,.payment-list .meta,.payment-list .side{font-size:5px;line-height:1.2}
  .tool-list .list-row{height:56px;min-height:0}.tool-list h3{font-size:7.5px}.tool-list p{font-size:5.5px}
}

@media(max-width:600px){
  :root{--nav-h:44px}
  .hero.home .hero-copy,.listing-hero .hero-copy{width:50%}
  .hero.home .hero-art,.listing-hero .hero-art{width:50%;object-position:left center}
  .hero.home .hero-art{
    clip-path:none;
    -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 18%,#000 100%);
    mask-image:linear-gradient(90deg,transparent 0,#000 18%,#000 100%);
  }
  .listing-hero .hero-art{
    -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 18%,#000 100%);
    mask-image:linear-gradient(90deg,transparent 0,#000 18%,#000 100%);
  }
  .account-hero .hero-art{
    -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 20%,#000 100%);
    mask-image:linear-gradient(90deg,transparent 0,#000 20%,#000 100%);
  }
  .hero.home .search,.listing-hero .search{width:49vw;max-width:205px}
  main:has(.tool-list) .category-strip{grid-template-columns:repeat(5,1fr)}
  .category-strip img{width:29px;height:29px}
  .guide-card{display:flex;flex-direction:column;min-height:125px}
  .guide-card>img{height:56px}
  .guide-card h3{font-size:6.5px;line-height:1.28}
  .guide-card small{margin-top:auto}
  .trust-band{height:58px;min-height:58px;overflow:visible;grid-template-columns:110px repeat(4,1fr)}
  .trust-band article{display:flex;min-width:0;flex-direction:column;align-items:center;padding:2px;font-size:5px;line-height:1.15}
  .trust-band article img{width:20px;height:20px;margin:0 auto 2px}
  .trust-band article b{font-size:5.5px;line-height:1.1;margin-bottom:2px}
  .payment-list .list-row{grid-template-columns:47px minmax(0,1fr) 66px 10px}
  .payment-list .side{font-size:6.2px;line-height:1.35;text-align:left}
  .tool-list .list-row{grid-template-columns:43px minmax(0,1fr) 76px}
  .tool-list .use{width:76px}
  .tool-list .use .outline-button{width:100%;padding:0 6px;font-size:6.5px}
  .tool-list .use small{font-size:6px;line-height:1.25}
  .avatar{object-fit:contain;border-radius:50%;background:transparent}
  .social-row{position:relative;z-index:2;justify-content:flex-end;gap:8px;margin:-31px 23px 7px 0}
  .social-row a{width:24px}
  .social-row img{width:22px;height:22px}
  .quick-card{overflow:hidden}
  .quick-card span{min-width:0}
  .quick-card b{font-size:6.2px;overflow-wrap:normal;word-break:normal}
  .quick-card small{overflow-wrap:anywhere}
  .bottom-nav{height:44px}
  .bottom-nav img{width:24px;height:22px;object-fit:contain}
  .bottom-nav a{font-size:6px;line-height:1}
}
