/* APKOEN V19 APP EXPERIENCE --------------------------------------------------
   Dedicated public app page stylesheet. It intentionally does not import the
   main APKOEN stylesheet, preventing old landing/admin rules from leaking into
   app subdomains. The visual system targets 360-430px Android screens first,
   then expands naturally for tablets and desktop.
---------------------------------------------------------------------------- */
:root{
  --ink:#111814;--ink-2:#35423b;--muted:#718078;--muted-2:#8e9a94;
  --surface:#ffffff;--surface-2:#f6f8f7;--surface-3:#eef3f0;--line:#dde5e0;
  --green:#16a765;--green-2:#0d8e53;--green-soft:#eaf8f0;--green-deep:#0d2017;
  --amber:#eea51a;--danger:#bf524f;--shadow:0 18px 55px rgba(22,36,29,.08);
  --shadow-sm:0 8px 26px rgba(22,36,29,.055);--radius:22px;--radius-sm:15px;
  --shell:1160px;--header:68px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#f3f6f4}
body{margin:0;background:linear-gradient(180deg,#f8faf9 0,#f3f6f4 460px,#f3f6f4 100%);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}.shell{width:min(var(--shell),calc(100% - 32px));margin-inline:auto}.skip-link{position:fixed;left:12px;top:-60px;background:#fff;color:#111;padding:10px 14px;border-radius:10px;z-index:999;box-shadow:var(--shadow-sm)}.skip-link:focus{top:12px}

/* Header ------------------------------------------------------------------ */
.site-header{position:sticky;top:0;z-index:180;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(214,225,219,.82)}
.site-header__inner{height:var(--header);display:flex;align-items:center;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;flex:0 0 auto}.brand__mark{width:38px;height:38px;border-radius:12px;background:linear-gradient(145deg,#101b15,#1e5136);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08),0 7px 18px rgba(13,32,23,.16);display:grid;place-items:center;color:#fff;font-weight:900;font-size:16px}.brand__name{font-size:18px;letter-spacing:-.45px;font-weight:900}.desktop-nav{display:flex;align-items:center;gap:2px}.desktop-nav a{padding:9px 10px;border-radius:10px;color:#4f5c55;font-size:12px;font-weight:750;transition:.18s}.desktop-nav a:hover{background:#f1f5f3;color:#111814}.header-search{margin-left:auto;width:min(310px,28vw);height:42px;border:1px solid #dce4df;background:#f7f9f8;border-radius:12px;padding:0 6px 0 12px;display:flex;align-items:center;gap:8px}.header-search svg{width:18px;height:18px;fill:none;stroke:#74827a;stroke-width:1.8}.header-search input{width:100%;min-width:0;border:0;background:transparent;outline:0;color:#233028;font-size:12px}.header-search input::placeholder{color:#9aa49f}.header-search button{height:30px;border:0;border-radius:8px;padding:0 10px;background:#101a14;color:#fff;font-size:10px;font-weight:850}.nav-toggle{display:none;width:40px;height:40px;border:1px solid #dde5e0;background:#fff;border-radius:11px;padding:10px}.nav-toggle span{height:2px;background:#415049;border-radius:3px;display:block;margin:4px 0;transition:.18s}.nav-toggle.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-nav{display:none;background:#fff;border-top:1px solid #edf1ef}.mobile-nav.open{display:block}.mobile-nav .shell{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;padding-block:10px}.mobile-nav a{border:1px solid #e4eae6;border-radius:10px;padding:9px;text-align:center;font-size:11px;font-weight:750;color:#4d5a53;background:#fafcfb}

/* Breadcrumb -------------------------------------------------------------- */
.breadcrumb{display:flex;align-items:center;gap:7px;flex-wrap:wrap;padding:15px 0 11px;color:#87928c;font-size:11px}.breadcrumb a{color:#65736b}.breadcrumb a:hover{color:var(--green-2)}.breadcrumb b{color:#3f4b45;font-weight:750;max-width:270px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* Hero -------------------------------------------------------------------- */
.hero-shell{position:relative}.hero-card{position:relative;isolation:isolate;min-height:430px;overflow:hidden;border-radius:28px;background:linear-gradient(135deg,#0e1712 0%,#11261a 46%,#163a27 100%);color:#fff;display:grid;grid-template-columns:minmax(0,1.14fr) minmax(360px,.86fr);gap:28px;padding:34px;box-shadow:0 30px 75px rgba(15,36,24,.22)}.hero-card::before{content:"";position:absolute;inset:0;z-index:-2;background:radial-gradient(circle at 10% 15%,rgba(65,225,144,.13),transparent 32%),radial-gradient(circle at 90% 70%,rgba(58,191,126,.12),transparent 35%)}.hero-card__glow{position:absolute;width:370px;height:370px;border-radius:50%;right:-120px;top:-140px;background:rgba(84,216,145,.12);filter:blur(6px);z-index:-1}.hero-copy{align-self:center;min-width:0}.hero-identity{display:grid;grid-template-columns:112px minmax(0,1fr);gap:20px;align-items:center}.hero-icon{width:112px;height:112px;border-radius:25px;object-fit:cover;background:#fff;box-shadow:0 15px 34px rgba(0,0,0,.23);border:1px solid rgba(255,255,255,.14)}.hero-eyebrow{display:flex;gap:7px;flex-wrap:wrap;align-items:center}.hero-eyebrow span,.hero-eyebrow b{display:inline-flex;align-items:center;min-height:25px;padding:0 9px;border-radius:999px;font-size:9px;letter-spacing:.08em;font-weight:900}.hero-eyebrow span{background:rgba(255,255,255,.10);color:#dce8e1}.hero-eyebrow b{background:#dff9ea;color:#0b6f41}.hero-heading h1{font-size:38px;line-height:1.07;letter-spacing:-1.15px;margin:8px 0 8px;color:#fff}.hero-heading p{font-size:14px;line-height:1.68;color:#c6d4cd;max-width:670px;margin:0}.metric-row{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:25px;border-top:1px solid rgba(255,255,255,.13);border-bottom:1px solid rgba(255,255,255,.13)}.metric-row>div{padding:14px 14px;border-right:1px solid rgba(255,255,255,.11)}.metric-row>div:first-child{padding-left:0}.metric-row>div:last-child{border-right:0}.metric-row strong,.metric-row span{display:block}.metric-row strong{font-size:15px;letter-spacing:-.1px}.metric-row span{margin-top:2px;color:#9fb2a8;font-size:10px}.hero-actions{display:flex;gap:10px;align-items:stretch;margin-top:20px}.download-cta{min-width:310px;max-width:470px;height:60px;border-radius:15px;padding:0 15px 0 18px;background:linear-gradient(135deg,#20c978,#10a660);box-shadow:0 13px 28px rgba(16,166,96,.25);display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:1fr 1fr;align-items:center;color:#fff;transition:.2s}.download-cta:hover{transform:translateY(-1px);background:linear-gradient(135deg,#25d080,#0f9959)}.download-cta span{grid-column:1;grid-row:1/3;align-self:center;font-size:13px;font-weight:900}.download-cta small{grid-column:2;grid-row:1;align-self:end;justify-self:end;color:#dbf6e8;font-size:9px}.download-cta svg{grid-column:2;grid-row:2;align-self:start;justify-self:end;width:18px;height:18px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.secondary-cta{width:112px;height:60px;border-radius:15px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.075);color:#eaf1ed;display:flex;align-items:center;justify-content:center;gap:7px;font-size:11px;font-weight:800}.secondary-cta svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}.secondary-cta:hover{background:rgba(255,255,255,.12)}.trust-row{display:flex;gap:7px;flex-wrap:wrap;margin-top:13px}.trust-row span{max-width:100%;display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border-radius:9px;background:rgba(255,255,255,.065);color:#b9c8c0;font-size:9px}.trust-row svg{width:14px;height:14px;fill:none;stroke:#6ed69f;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.trust-row span:last-child{max-width:340px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hero-media{position:relative;min-height:360px;align-self:stretch}.hero-media::before{content:"";position:absolute;inset:24px 18px 16px 28px;border:1px solid rgba(255,255,255,.09);border-radius:24px;background:linear-gradient(160deg,rgba(255,255,255,.08),rgba(255,255,255,.025));box-shadow:inset 0 1px 0 rgba(255,255,255,.07)}.hero-shot{position:absolute;border:0;padding:0;border-radius:18px;overflow:hidden;background:#17251d;box-shadow:0 22px 42px rgba(0,0,0,.32);transition:.22s}.hero-shot:hover{transform:translateY(-4px) rotate(0deg)!important;z-index:10}.hero-shot img{width:100%;height:100%;object-fit:cover}.hero-shot--primary{width:210px;height:330px;right:44px;top:18px;z-index:4;transform:rotate(3deg)}.hero-shot--secondary{width:170px;height:280px;left:12px;top:53px;z-index:3;transform:rotate(-6deg)}.hero-shot--tertiary{width:145px;height:235px;left:138px;bottom:6px;z-index:2;transform:rotate(7deg);opacity:.82}.media-badge{position:absolute;right:18px;bottom:12px;z-index:8;padding:10px 12px;border-radius:12px;background:rgba(7,14,10,.72);border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(10px)}.media-badge span,.media-badge b{display:block}.media-badge span{font-size:8px;color:#a9bbb1}.media-badge b{font-size:10px;margin-top:1px}.hero-fallback{position:absolute;inset:25px;border-radius:24px;background:radial-gradient(circle at 30% 25%,rgba(74,220,143,.14),transparent 33%),linear-gradient(145deg,#13241a,#0d1611);border:1px solid rgba(255,255,255,.09);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:28px}.hero-fallback img{width:108px;height:108px;border-radius:26px;object-fit:cover;box-shadow:0 18px 34px rgba(0,0,0,.25);margin-bottom:14px}.hero-fallback span{font-size:9px;letter-spacing:.13em;color:#6fe0a4;font-weight:900}.hero-fallback strong{font-size:24px;line-height:1.15;margin-top:5px}.hero-fallback p{font-size:11px;color:#9eb0a7;margin:4px 0}.hero-fallback i{width:76px;height:4px;border-radius:999px;background:linear-gradient(90deg,#1cc16f,#6de3a5);margin-top:16px}

/* Quick strip and sticky section nav -------------------------------------- */
.quick-strip{display:grid;grid-template-columns:repeat(5,1fr);margin-top:13px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-sm);overflow:hidden}.quick-strip>div{min-width:0;padding:12px 14px;border-right:1px solid #edf1ef}.quick-strip>div:last-child{border-right:0}.quick-strip span,.quick-strip strong{display:block}.quick-strip span{font-size:9px;color:#89958e;text-transform:uppercase;letter-spacing:.06em;font-weight:800}.quick-strip strong{font-size:11px;color:#334039;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.section-nav{position:sticky;top:var(--header);z-index:120;margin-top:14px;background:rgba(255,255,255,.94);backdrop-filter:blur(15px);border-top:1px solid rgba(220,229,224,.86);border-bottom:1px solid rgba(220,229,224,.92)}.section-nav .shell{display:flex;gap:2px;overflow:auto;scrollbar-width:none}.section-nav .shell::-webkit-scrollbar{display:none}.section-nav a{flex:0 0 auto;padding:11px 10px;border-bottom:2px solid transparent;color:#66736c;font-size:10px;font-weight:800}.section-nav a:hover,.section-nav a.active{color:#0b7d49;border-bottom-color:var(--green)}

/* Page layout ------------------------------------------------------------- */
.page-grid{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:16px;align-items:start;padding-top:16px}.content-card{min-width:0;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-sm);padding:0 22px}.content-section{padding:27px 0;border-bottom:1px solid #e9eeeb;scroll-margin-top:116px}.content-section:last-child{border-bottom:0}.section-heading>span{display:block;color:#0d8b52;font-size:9px;letter-spacing:.11em;font-weight:900}.section-heading h2{font-size:21px;line-height:1.2;letter-spacing:-.42px;margin:4px 0 13px}.section-heading--row{display:flex;justify-content:space-between;align-items:end;gap:14px}.section-heading--row small{font-size:9px;color:#8c9791;margin-bottom:14px}.editor-note{display:grid;grid-template-columns:42px minmax(0,1fr);gap:11px;align-items:center;background:linear-gradient(135deg,#edf9f2,#f5fbf7);border:1px solid #d9eee2;border-radius:13px;padding:12px;margin-bottom:14px}.editor-note__icon{width:42px;height:42px;border-radius:12px;background:#0e2418;color:#fff;display:grid;place-items:center;font-size:13px;font-weight:900}.editor-note span,.editor-note strong{display:block}.editor-note span{font-size:8px;letter-spacing:.08em;color:#0c8a50;font-weight:900}.editor-note strong{font-size:12px;line-height:1.55;margin-top:2px;color:#31443a}.lead-copy{font-size:15px;line-height:1.75;color:#34423b;font-weight:650;margin:0 0 12px}.article-copy{font-size:13px;line-height:1.86;color:#59665f}.empty-state{border:1px dashed #dce5e0;border-radius:12px;background:#fafcfb;padding:15px;text-align:center;color:#7e8983;font-size:11px}
.feature-block{margin-top:22px}.feature-block>h3,.pros-cons h3,.release-note h3{font-size:13px;margin:0 0 9px;letter-spacing:-.1px}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.feature-grid>div{display:grid;grid-template-columns:34px minmax(0,1fr);gap:9px;align-items:start;border:1px solid #e4ebe7;border-radius:12px;background:#fbfcfb;padding:10px}.feature-grid>div>span{width:34px;height:34px;border-radius:9px;background:#eaf8f0;color:#0c8b51;display:grid;place-items:center;font-size:9px;font-weight:900}.feature-grid p{font-size:11.5px;line-height:1.58;color:#536059;margin:1px 0 0}.pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:18px}.pros-cons>div{border:1px solid #e4ebe7;border-radius:12px;padding:11px;background:#fff}.pros-cons p{display:flex;gap:8px;margin:0;padding:7px 0;border-top:1px solid #eef2ef;color:#5c6962;font-size:11px}.pros-cons p:first-of-type{border-top:0}.pros-cons b{color:#0d9859}.cons b{color:#a86b49}.release-note{display:grid;grid-template-columns:180px minmax(0,1fr);gap:14px;align-items:start;margin-top:18px;background:#121c16;color:#fff;border-radius:14px;padding:14px}.release-note span{display:block;font-size:8px;letter-spacing:.09em;color:#68dfa3;font-weight:900}.release-note h3{margin:3px 0 0;color:#fff}.release-note p{font-size:11px;line-height:1.7;color:#c2d0c9;margin:0}

/* Gallery ----------------------------------------------------------------- */
.gallery-track{display:flex;gap:9px;overflow:auto;scroll-snap-type:x mandatory;padding-bottom:4px;scrollbar-width:thin;scrollbar-color:#c8d2cc transparent}.gallery-card{position:relative;flex:0 0 auto;border:1px solid #e1e7e3;border-radius:14px;padding:4px;background:#f8faf9;scroll-snap-align:start;overflow:hidden}.gallery-card img{height:310px;width:auto;max-width:230px;border-radius:10px;object-fit:cover}.gallery-card span{position:absolute;right:9px;bottom:9px;width:24px;height:24px;border-radius:8px;background:rgba(12,20,15,.72);color:#fff;display:grid;place-items:center;font-size:8px;font-weight:800}.gallery-controls{display:flex;justify-content:flex-end;gap:6px;margin-top:10px}.gallery-controls button{width:34px;height:34px;border:1px solid #dce4df;border-radius:9px;background:#fff;color:#425048;font-size:14px}.gallery-controls button:hover{background:#f0f6f3}

/* Specs ------------------------------------------------------------------- */
.spec-list{margin:0;border-top:1px solid #e7ece9}.spec-list>div{display:grid;grid-template-columns:190px minmax(0,1fr);gap:12px;align-items:center;padding:10px 4px;border-bottom:1px solid #e7ece9}.spec-list dt{font-size:10px;color:#84908a}.spec-list dd{margin:0;font-size:11px;font-weight:720;color:#34413b;min-width:0}.spec-list code{font-size:10px;word-break:break-word;background:#f3f6f4;border-radius:6px;padding:4px 6px}.spec-list dd:has(.copy-btn){display:flex;align-items:center;gap:7px;justify-content:flex-start}.copy-btn{border:1px solid #dbe4df;background:#fff;border-radius:7px;height:28px;padding:0 8px;color:#0d8b52;font-size:8px;font-weight:850}.copy-btn.copied{background:#eaf8f0;border-color:#cde9d9}.official-links{display:flex;gap:7px;flex-wrap:wrap;margin-top:12px}.official-links a,.scan-link{display:inline-flex;align-items:center;min-height:32px;padding:0 9px;border-radius:8px;border:1px solid #dce5e0;background:#fff;color:#0c8150;font-size:9px;font-weight:800}.official-links a:hover,.scan-link:hover{background:#f1faf5}

/* Versions ---------------------------------------------------------------- */
.version-table{border-top:1px solid #e6ece8}.version-row{display:flex;justify-content:space-between;gap:14px;padding:11px 3px;border-bottom:1px solid #e6ece8}.version-row>div{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.version-row strong{font-size:11px}.version-row em{font-style:normal;border-radius:999px;background:#e7f8ef;color:#0b8b51;padding:3px 7px;font-size:8px;font-weight:850}.version-row span{font-size:9px;color:#7c8882}.version-row a{border:1px solid #dbe5df;border-radius:7px;padding:4px 7px;color:#0b8b51;font-size:8px;font-weight:850}

/* Safety ------------------------------------------------------------------ */
.safety-hero{display:grid;grid-template-columns:54px minmax(0,1fr);gap:12px;align-items:center;border-radius:14px;padding:14px;border:1px solid #dde7e1;background:#f7f9f8}.safety-hero.is-verified{background:linear-gradient(135deg,#ebf8f0,#f7fbf9);border-color:#d7ecdf}.safety-icon{width:54px;height:54px;border-radius:15px;background:#fff;color:#0a9657;display:grid;place-items:center;box-shadow:0 8px 18px rgba(30,67,45,.07)}.safety-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.safety-hero span,.safety-hero strong{display:block}.safety-hero span{font-size:8px;letter-spacing:.08em;color:#168457;font-weight:850}.safety-hero strong{font-size:12px;margin-top:2px}.safety-hero p{font-size:10.5px;line-height:1.58;color:#66736c;margin:3px 0 0}.integrity-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.integrity-grid>div{border:1px solid #e4ebe7;border-radius:10px;padding:9px;background:#fff}.integrity-grid>.wide{grid-column:1/-1}.integrity-grid span,.integrity-grid strong,.integrity-grid code{display:block}.integrity-grid span{font-size:8px;color:#8b958f;margin-bottom:3px}.integrity-grid strong{font-size:10px}.integrity-grid code{font-size:8.5px;word-break:break-all}.permissions{margin-top:14px;padding-top:14px;border-top:1px solid #e7ece9}.permissions__head{display:flex;justify-content:space-between;align-items:end}.permissions__head span{display:block;font-size:8px;letter-spacing:.08em;color:#168457;font-weight:850}.permissions__head h3{font-size:13px;margin:2px 0}.permissions__head>b{min-width:31px;height:31px;border-radius:9px;background:#eef4f1;color:#425149;display:grid;place-items:center;font-size:10px}.permissions>p{font-size:10.5px;color:#69766f;line-height:1.58;margin:4px 0 8px}.permissions details{border:1px solid #e2e8e4;border-radius:10px;overflow:hidden}.permissions summary{display:flex;justify-content:space-between;align-items:center;padding:10px 11px;cursor:pointer;font-size:10px;font-weight:800}.permissions summary span{border-radius:999px;background:#eef4f1;padding:2px 7px;font-size:8px}.permissions details>div{padding:0 11px 10px}.permissions code{display:block;padding:5px 0;border-top:1px solid #edf1ef;color:#5e6b64;font-size:9px;word-break:break-word}

/* Reviews ----------------------------------------------------------------- */
.write-review{min-height:34px;padding:0 10px;border:1px solid #dce5e0;border-radius:9px;color:#0b8a51;display:flex;align-items:center;font-size:9px;font-weight:850;margin-bottom:13px}.write-review:hover{background:#eff9f4}.rating-summary{display:grid;grid-template-columns:170px minmax(0,1fr);gap:20px;align-items:center;background:linear-gradient(135deg,#f8faf9,#f4f8f6);border:1px solid #e2e9e5;border-radius:15px;padding:16px}.score{text-align:center;border-right:1px solid #e0e7e3;padding-right:18px}.score strong,.score span{display:block}.score strong{font-size:43px;line-height:1;letter-spacing:-1.5px}.score-stars{color:#eda31a;font-size:14px;letter-spacing:1px;margin:6px 0 3px}.score span{font-size:9px;color:#828e87}.rating-bars{display:grid;gap:6px}.rating-bars>div{display:grid;grid-template-columns:28px minmax(0,1fr) 27px;gap:8px;align-items:center}.rating-bars span,.rating-bars small{font-size:9px;color:#707c76}.rating-bars i{height:7px;border-radius:999px;background:#e5ebe8;overflow:hidden}.rating-bars i b{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#10a45e,#44c47f)}.review-list{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:12px}.review-card{border:1px solid #e3eae6;border-radius:13px;padding:12px;background:#fff;box-shadow:0 5px 16px rgba(22,36,29,.025)}.review-card header{display:flex;align-items:start;justify-content:space-between;gap:10px}.review-person{display:flex;gap:8px;min-width:0}.avatar{width:38px;height:38px;border-radius:12px;background:linear-gradient(145deg,#102017,#1ca865);color:#fff;display:grid;place-items:center;font-size:10px;font-weight:900;flex:0 0 auto}.review-person strong,.review-person span{display:block}.review-person strong{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.review-person span{font-size:8px;color:#8a958f;margin-top:2px}.review-rating{flex:0 0 auto;border-radius:8px;background:#fff6df;color:#a66d00;padding:5px 7px;font-size:9px;font-weight:900}.review-rating small{font-size:7px}.review-card>p{font-size:10.5px;line-height:1.67;color:#58655e;margin:10px 0 0}.first-review{text-align:center;border:1px dashed #d8e3dd;border-radius:14px;background:#fafcfb;padding:25px 16px;margin-top:12px}.first-review>div{font-size:24px;color:#eca31d}.first-review strong{display:block;font-size:13px;margin-top:3px}.first-review p{max-width:500px;margin:6px auto 11px;color:#758079;font-size:10.5px}.first-review a{display:inline-flex;align-items:center;min-height:36px;padding:0 11px;border-radius:9px;background:#12a861;color:#fff;font-size:9px;font-weight:900}

/* FAQ and Related --------------------------------------------------------- */
.faq-list{border-top:1px solid #e6ece8}.faq-list details{border-bottom:1px solid #e6ece8}.faq-list summary{display:flex;justify-content:space-between;gap:15px;padding:12px 2px;cursor:pointer;font-size:11px;font-weight:800;color:#34413b}.faq-list summary span{font-size:17px;color:#0d8d53;transition:.18s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list p{font-size:11px;line-height:1.72;color:#606d66;margin:0;padding:0 2px 12px}.related-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.related-grid a{display:grid;grid-template-columns:52px minmax(0,1fr) 16px;gap:9px;align-items:center;border:1px solid #e3eae6;border-radius:12px;padding:9px;background:#fff;transition:.16s}.related-grid a:hover{border-color:#cfe5d8;background:#fbfdfc;transform:translateY(-1px)}.related-grid img{width:52px;height:52px;border-radius:12px;object-fit:cover;background:#f1f4f2}.related-grid strong,.related-grid span,.related-grid small{display:block}.related-grid strong{font-size:10px}.related-grid span{font-size:8px;color:#88938d;margin-top:1px}.related-grid small{font-size:8px;color:#0c8b51;margin-top:3px}.related-grid>a>b{color:#93a098}

/* Sidebar ----------------------------------------------------------------- */
.sidebar{display:grid;gap:10px;position:sticky;top:116px}.download-card,.side-card{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-sm);padding:14px}.download-card{text-align:center}.download-card>img{width:74px;height:74px;border-radius:17px;object-fit:cover;margin:0 auto 9px}.download-card>div>span{display:block;font-size:8px;letter-spacing:.09em;color:#0d8b52;font-weight:900}.download-card>div>strong{display:block;font-size:12px;margin-top:2px}.download-card>div>p{font-size:9px;color:#87918c;margin:2px 0}.download-card>a{height:42px;border-radius:10px;background:linear-gradient(135deg,#18b96b,#0e9a59);color:#fff;display:flex;align-items:center;justify-content:center;margin:10px 0 5px;font-size:10px;font-weight:900}.download-card>small{display:block;color:#89948e;font-size:8px}.side-card__head span{display:block;font-size:8px;letter-spacing:.08em;color:#0c8b51;font-weight:900}.side-card__head h3{font-size:12px;margin:2px 0 7px}.side-card dl{margin:0}.side-card dl>div{display:flex;justify-content:space-between;gap:10px;padding:7px 0;border-top:1px solid #eef2ef}.side-card dt{font-size:8px;color:#87928c}.side-card dd{margin:0;font-size:8.5px;font-weight:750;text-align:right;max-width:150px;word-break:break-word}.trust-card__icon{width:43px;height:43px;border-radius:12px;background:#eaf8f0;color:#0a9556;display:grid;place-items:center;margin-bottom:9px}.trust-card__icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.trust-card>strong{display:block;font-size:11px}.trust-card>p{font-size:9px;line-height:1.6;color:#758079;margin:4px 0 8px}.trust-card>a{font-size:8.5px;color:#0b8a51;font-weight:850}

/* Footer ------------------------------------------------------------------ */
.site-footer{margin-top:25px;background:#0e1712;color:#fff}.site-footer__grid{display:grid;grid-template-columns:1.25fr .65fr .65fr;gap:30px;padding:30px 0 24px}.footer-brand{color:#fff}.footer-brand .brand__mark{background:#fff;color:#102017}.site-footer__grid>div>p{max-width:430px;color:#9db0a6;font-size:10px;line-height:1.7}.site-footer nav strong{display:block;font-size:10px;margin-bottom:9px}.site-footer nav a{display:block;color:#aebdb5;font-size:9px;margin-bottom:7px}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.09);min-height:48px;display:flex;align-items:center;color:#83988c;font-size:9px}.mobile-download{display:none}

/* Lightbox ---------------------------------------------------------------- */
.lightbox{position:fixed;inset:0;z-index:400;background:rgba(4,8,6,.94);display:none;align-items:center;justify-content:center;padding:28px}.lightbox.open{display:flex}.lightbox>img{max-width:min(760px,86vw);max-height:88vh;border-radius:18px;box-shadow:0 35px 90px rgba(0,0,0,.48)}.lightbox-close,.lightbox-arrow{position:absolute;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.10);backdrop-filter:blur(12px);color:#fff;display:grid;place-items:center}.lightbox-close{right:18px;top:18px;width:44px;height:44px;border-radius:50%;font-size:25px}.lightbox-arrow{top:50%;transform:translateY(-50%);width:46px;height:56px;border-radius:14px;font-size:31px}.lightbox-prev{left:18px}.lightbox-next{right:18px}.lightbox-counter{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);border:1px solid rgba(255,255,255,.14);background:rgba(0,0,0,.35);color:#fff;padding:6px 10px;border-radius:999px;font-size:10px}

/* Tablet ------------------------------------------------------------------ */
@media(max-width:980px){
  :root{--header:62px}.desktop-nav,.header-search{display:none}.nav-toggle{display:block;margin-left:auto}.mobile-nav .shell{grid-template-columns:repeat(5,1fr)}
  .hero-card{grid-template-columns:1fr;padding:26px;min-height:0}.hero-media{min-height:310px}.hero-shot--primary{right:24%;}.hero-shot--secondary{left:22%;}.hero-shot--tertiary{left:44%;}
  .page-grid{grid-template-columns:1fr}.sidebar{position:static;grid-template-columns:1fr 1fr}.download-card{display:none}.quick-strip{grid-template-columns:repeat(5,1fr)}
}

/* Mobile ------------------------------------------------------------------ */
@media(max-width:640px){
  :root{--header:56px}.shell{width:calc(100% - 18px)}body{font-size:14px;padding-bottom:74px}.site-header__inner{height:var(--header);gap:10px}.brand__mark{width:31px;height:31px;border-radius:10px;font-size:13px}.brand__name{font-size:16px}.nav-toggle{width:36px;height:36px;border-radius:10px;padding:8px}.mobile-nav .shell{grid-template-columns:1fr 1fr}.mobile-nav a{font-size:11px;text-align:left}.breadcrumb{padding:9px 0 7px;font-size:10px}.breadcrumb b{max-width:145px}
  .hero-card{border-radius:20px;padding:15px;gap:15px}.hero-identity{grid-template-columns:82px minmax(0,1fr);gap:12px;align-items:start}.hero-icon{width:82px;height:82px;border-radius:19px}.hero-eyebrow{gap:4px}.hero-eyebrow span,.hero-eyebrow b{min-height:21px;padding:0 7px;font-size:7.5px}.hero-heading h1{font-size:24px;letter-spacing:-.6px;margin:5px 0}.hero-heading p{font-size:12.5px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.metric-row{grid-template-columns:1fr 1fr;margin-top:14px}.metric-row>div{padding:9px 8px!important;border-right:0;border-bottom:1px solid rgba(255,255,255,.10)}.metric-row>div:nth-child(odd){border-right:1px solid rgba(255,255,255,.10)}.metric-row strong{font-size:12px}.metric-row span{font-size:8.5px}.hero-actions{display:grid;grid-template-columns:1fr 48px;gap:7px;margin-top:13px}.download-cta{min-width:0;max-width:none;width:100%;height:52px;border-radius:12px;padding-left:13px}.download-cta span{font-size:11.5px}.download-cta small{font-size:8px}.download-cta svg{width:16px;height:16px}.secondary-cta{width:48px;height:52px;border-radius:12px}.secondary-cta span{display:none}.trust-row{margin-top:9px}.trust-row span{font-size:8px;padding:6px 7px}.trust-row span:last-child{max-width:100%}.hero-media{min-height:205px;margin-top:0}.hero-media::before{inset:8px;border-radius:15px}.hero-shot{border-radius:12px}.hero-shot--primary{width:118px;height:186px;right:27%;top:7px;transform:translateX(50%) rotate(3deg)}.hero-shot--secondary{width:92px;height:158px;left:13%;top:24px;transform:rotate(-6deg)}.hero-shot--tertiary{width:82px;height:139px;left:auto;right:10%;bottom:8px;transform:rotate(7deg)}.media-badge{right:8px;bottom:8px;padding:7px 8px;border-radius:9px}.media-badge span{font-size:7px}.media-badge b{font-size:8px}.hero-fallback{inset:8px;border-radius:15px;padding:16px}.hero-fallback img{width:70px;height:70px;border-radius:17px}.hero-fallback strong{font-size:17px}.hero-fallback p{font-size:9px}
  .quick-strip{grid-template-columns:1fr 1fr;margin-top:9px;border-radius:13px}.quick-strip>div{padding:9px 10px;border-right:0;border-bottom:1px solid #edf1ef}.quick-strip>div:nth-child(odd){border-right:1px solid #edf1ef}.quick-strip>div:last-child{grid-column:1/-1;border-bottom:0}.quick-strip span{font-size:8px}.quick-strip strong{font-size:10px}.section-nav{top:var(--header);margin-top:9px}.section-nav a{padding:9px 8px;font-size:9px}.page-grid{padding-top:9px}.content-card{padding:0 13px;border-radius:14px}.content-section{padding:20px 0;scroll-margin-top:96px}.section-heading>span{font-size:8px}.section-heading h2{font-size:18px;margin:3px 0 11px}.section-heading--row small{display:none}.editor-note{grid-template-columns:38px minmax(0,1fr);gap:9px;padding:10px}.editor-note__icon{width:38px;height:38px}.editor-note strong{font-size:11px}.lead-copy{font-size:14px;line-height:1.7}.article-copy{font-size:13px;line-height:1.8}.feature-grid,.pros-cons,.integrity-grid,.review-list,.related-grid{grid-template-columns:1fr}.feature-grid>div{grid-template-columns:31px minmax(0,1fr);padding:9px}.feature-grid>div>span{width:31px;height:31px}.feature-grid p{font-size:11.5px}.release-note{grid-template-columns:1fr;gap:5px;padding:11px}.release-note p{font-size:10.5px}.gallery-card img{height:230px;max-width:180px}.gallery-controls{display:none}.spec-list>div{grid-template-columns:112px minmax(0,1fr);gap:8px;padding:9px 2px}.spec-list dt{font-size:9px}.spec-list dd{font-size:10px}.spec-list code{font-size:9px}.version-row{display:block}.version-row>div{margin:3px 0}.safety-hero{grid-template-columns:46px minmax(0,1fr);padding:11px}.safety-icon{width:46px;height:46px}.safety-hero strong{font-size:11px}.safety-hero p{font-size:10px}.integrity-grid>.wide{grid-column:1}.rating-summary{grid-template-columns:105px minmax(0,1fr);gap:10px;padding:11px}.score{padding-right:10px}.score strong{font-size:31px}.score-stars{font-size:10px}.score span{font-size:8px}.rating-bars>div{grid-template-columns:25px minmax(0,1fr) 20px;gap:6px}.review-card{padding:11px}.review-card>p{font-size:11px}.sidebar{grid-template-columns:1fr}.side-card{display:none}.site-footer__grid{grid-template-columns:1fr;padding:21px 0 17px}.site-footer nav{display:none}.site-footer__grid>div>p{font-size:10px}.site-footer__bottom{min-height:44px;font-size:8px}.mobile-download{position:fixed;display:grid;left:8px;right:8px;bottom:max(7px,env(safe-area-inset-bottom));z-index:210;height:60px;grid-template-columns:43px minmax(0,1fr) auto;align-items:center;gap:9px;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border:1px solid #d8e3dd;border-radius:15px;padding:7px;box-shadow:0 18px 44px rgba(17,33,24,.20)}.mobile-download img{width:43px;height:43px;border-radius:11px;object-fit:cover}.mobile-download strong,.mobile-download span{display:block}.mobile-download strong{font-size:10.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-download span{font-size:8.5px;color:#87928c}.mobile-download a{height:42px;padding:0 13px;border-radius:10px;background:linear-gradient(135deg,#1bb96c,#0e9959);color:#fff;display:flex;align-items:center;font-size:10px;font-weight:900}.lightbox{padding:12px}.lightbox>img{max-width:92vw;max-height:82vh;border-radius:14px}.lightbox-arrow{width:38px;height:48px;font-size:25px}.lightbox-prev{left:7px}.lightbox-next{right:7px}.lightbox-close{right:8px;top:8px;width:40px;height:40px}
}

@media(max-width:380px){.hero-card{padding:13px}.hero-identity{grid-template-columns:72px minmax(0,1fr)}.hero-icon{width:72px;height:72px}.hero-heading h1{font-size:21px}.hero-heading p{font-size:11.5px}.metric-row strong{font-size:11px}.hero-shot--primary{right:25%}.hero-shot--secondary{left:7%}.hero-shot--tertiary{right:5%}.quick-strip strong{font-size:9px}.section-heading h2{font-size:17px}.rating-summary{grid-template-columns:90px minmax(0,1fr)}}

/* Motion and accessibility ------------------------------------------------ */
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
@media(hover:none){.hero-shot:hover,.related-grid a:hover,.download-cta:hover{transform:none}}
button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid rgba(24,181,104,.28);outline-offset:2px}

/* V20: screenshot preview removed from hero; single-column product identity */
.hero-card{grid-template-columns:minmax(0,1fr)!important;min-height:auto!important}.hero-copy{padding-right:clamp(18px,4vw,52px)!important}.hero-media{display:none!important}.hero-heading{max-width:780px}.hero-heading p{max-width:760px}.metric-row{max-width:820px}.hero-actions{max-width:720px}.verified-blue{background:#e8f1ff!important;color:#1d63c6!important;border:1px solid #bad4ff!important}.scan-links-v20{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.scan-link.blue{background:#e9f2ff;color:#1c5dab;border-color:#cbdfff}.discovery-columns-v20{display:grid;grid-template-columns:1fr 1fr;gap:12px}.discovery-columns-v20>div{border:1px solid var(--line,#e2e7e4);border-radius:14px;padding:12px}.discovery-columns-v20 h3{font-size:13px;margin:0 0 7px}.discovery-columns-v20 a{display:grid;grid-template-columns:40px 1fr;gap:8px;align-items:center;padding:7px 0;border-top:1px solid #eef1ef}.discovery-columns-v20 a:first-of-type{border-top:0}.discovery-columns-v20 img{width:40px;height:40px;border-radius:9px;object-fit:cover}.discovery-columns-v20 strong,.discovery-columns-v20 small{display:block}.discovery-columns-v20 strong{font-size:11px}.discovery-columns-v20 small{font-size:9px;color:#818b86;margin-top:2px}@media(max-width:650px){.hero-copy{padding:19px!important}.metric-row{grid-template-columns:1fr 1fr}.discovery-columns-v20{grid-template-columns:1fr}}

/* V26 text-only APKOEN brand */
.brand.brand--text{gap:0}.brand.brand--text .brand__name{font-size:20px;line-height:1;letter-spacing:-.6px}.footer-brand.brand--text .brand__name{font-size:18px}
@media(max-width:760px){.brand.brand--text .brand__name{font-size:18px}}
