/* APKDOVA shell v82: shared header, drawer and footer only */
:root{--dova-green:#08a489;--dova-green-dark:#087b69;--dova-blue:#17689a;--dova-ink:#17191a;--dova-muted:#687075;--dova-line:#e8ecee;--dova-soft:#f6f8f8;--dova-footer:#151719}
*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:#fff;color:var(--dova-ink);overflow-x:hidden;-webkit-tap-highlight-color:transparent}body.apk-menu-open{overflow:hidden;touch-action:none}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}img{max-width:100%;height:auto}button{touch-action:manipulation}
.apk-overlay{position:fixed;inset:0;background:rgba(0,0,0,.48);z-index:999;opacity:0;transition:opacity .22s ease}.apk-overlay.active{opacity:1}.apk-drawer{position:fixed;left:-340px;top:0;width:min(320px,88vw);height:100dvh;background:#fff;z-index:1000;overflow-y:auto;overscroll-behavior:contain;box-shadow:3px 0 18px rgba(0,0,0,.14);transition:left .25s cubic-bezier(.4,0,.2,1)}.apk-drawer.active{left:0}.apk-drawer-head{height:60px;background:#171819;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 16px}.apk-drawer-brand,.apk-brand,.apk-footer-brand{display:flex;align-items:center;gap:8px;font-weight:800;letter-spacing:-.3px}.apk-brand-mark{width:30px;height:30px;border-radius:9px;background:linear-gradient(135deg,#0fb89c,#1474b8);display:grid;place-items:center;color:#fff;font-size:16px;line-height:1;box-shadow:0 3px 8px rgba(15,155,142,.22)}.apk-icon-button{width:40px;height:40px;border:0;background:transparent;display:grid;place-items:center;color:#34393c;font-size:22px;line-height:1;border-radius:9px;cursor:pointer}.apk-icon-button:active{background:#f3f4f5}.apk-close{color:#fff!important;font-size:30px}.apk-drawer-section{background:#0d90bd;color:#fff;padding:13px 20px;font-size:12px;font-weight:800;letter-spacing:.7px}.apk-drawer-section-light{background:#f6f7f8;color:#6a6f72;border-top:1px solid #eee}.apk-drawer-links a{min-height:52px;display:flex;align-items:center;gap:12px;padding:10px 18px;border-bottom:1px solid #f0f0f0;font-size:14px}.apk-drawer-links a>span{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:#f5f7f8;color:#4e565b;font-size:13px}.apk-drawer-links b{font-weight:650;flex:1}.apk-drawer-links small{font-size:11px;color:#999}.apk-drawer-links em{font-style:normal;color:#a2a6a8;font-size:17px}.apk-navbar{position:sticky;top:0;z-index:110;background:rgba(255,255,255,.98);box-shadow:0 1px 0 rgba(0,0,0,.06);backdrop-filter:saturate(160%) blur(10px)}.apk-navbar-inner{height:58px;max-width:1180px;margin:0 auto;padding:0 16px;display:grid;grid-template-columns:44px 1fr auto;align-items:center}.apk-brand{justify-self:center;font-size:20px;color:#2b2f32}.apk-nav-actions{display:flex;align-items:center;gap:2px}.apk-mobile-search{display:none;border-top:1px solid #eee;background:#fff;padding:10px 16px}.apk-mobile-search.active{display:block}.apk-mobile-search form{max-width:760px;margin:auto;display:flex;gap:8px}.apk-mobile-search input{min-width:0;flex:1;height:42px;border:1px solid #d9dfe2;border-radius:9px;padding:0 12px;font-size:14px;outline:0}.apk-mobile-search input:focus{border-color:#10a88f;box-shadow:0 0 0 3px rgba(16,168,143,.12)}.apk-mobile-search button{height:42px;border:0;border-radius:9px;background:#111;color:#fff;padding:0 14px;font-size:13px;font-weight:700}
.apk-footer{background:var(--dova-footer);color:#fff;margin-top:0}.apk-footer-inner{max-width:1180px;margin:auto;padding:38px 20px 22px}.apk-footer-top{display:grid;gap:28px}.apk-footer-about p{max-width:460px;margin:12px 0 0;color:#aeb5b9;font-size:14px;line-height:1.65}.apk-footer-brand{font-size:22px;color:#fff}.apk-footer-brand .apk-brand-mark{box-shadow:none}.apk-footer-links-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.apk-footer-group h3{font-size:12px;text-transform:uppercase;letter-spacing:.8px;color:#e7eaeb;margin:0 0 12px}.apk-footer-group nav{display:grid;gap:10px}.apk-footer-group a{font-size:14px;color:#aeb5b9}.apk-footer-group a:hover{color:#fff}.apk-footer-bottom{display:flex;flex-direction:column;gap:8px;margin-top:30px;padding-top:20px;border-top:1px solid #2a2e31;color:#858e93;font-size:12px;line-height:1.5}.apk-footer-note{color:#858e93}
@media(min-width:720px){.apk-navbar-inner{height:64px;padding:0 20px}.apk-brand{font-size:22px}.apk-footer-top{grid-template-columns:minmax(260px,1.2fr) 1fr;align-items:start}.apk-footer-links-grid{grid-template-columns:repeat(3,1fr)}.apk-footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}
@media(min-width:1050px){.apk-navbar-inner{grid-template-columns:1fr auto 1fr}.apk-navbar-inner>.apk-icon-button{justify-self:start}.apk-brand{justify-self:center}.apk-nav-actions{justify-self:end}}
@media(max-width:359px){.apk-navbar-inner{padding:0 12px}.apk-brand{font-size:18px}.apk-brand-mark{width:27px;height:27px}.apk-footer-links-grid{grid-template-columns:1fr}}

/* V83 shell hardening */
.apk-navbar,.apk-footer,.apk-drawer,.apk-overlay{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}
.apk-navbar{isolation:isolate}.apk-drawer{contain:layout paint}.apk-mobile-search form{width:100%}
.apk-footer{clear:both}.apk-footer-inner{width:100%}.apk-footer-group nav a{line-height:1.45}
@media(max-width:680px){.apk-footer-inner{padding:30px 16px 20px}.apk-footer-top{gap:24px}.apk-footer-links-grid{gap:22px 18px}.apk-footer-about p{font-size:13px}.apk-footer-group a{font-size:13px}.apk-footer-bottom{font-size:11px}}
@media(max-width:360px){.apk-navbar-inner{grid-template-columns:40px minmax(0,1fr) auto}.apk-nav-actions .apk-icon-button{width:38px;height:38px}.apk-footer-links-grid{grid-template-columns:1fr 1fr}.apk-footer-group:last-child{grid-column:1/-1}}
