:root{--pp-safe-top:env(safe-area-inset-top,0px);--pp-safe-bottom:env(safe-area-inset-bottom,0px);--pp-touch:44px;--pp-btn-compact:40px;--pp-btn-standard:48px;--pp-btn-primary:52px}
html{-webkit-text-size-adjust:100%;scrollbar-width:none}
html::-webkit-scrollbar,body::-webkit-scrollbar,*::-webkit-scrollbar{width:0;height:0;display:none}
body{overscroll-behavior-y:contain;-webkit-font-smoothing:antialiased}
button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}
button,a{touch-action:manipulation}
.pp-btn-compact{min-height:var(--pp-btn-compact)!important}
.pp-btn-standard{min-height:var(--pp-btn-standard)!important}
.pp-btn-primary{min-height:var(--pp-btn-primary)!important}
.pp-native-nav{display:none}
@media(max-width:760px){
 body{font-size:14px!important;padding-top:var(--pp-safe-top)!important;padding-bottom:calc(68px + var(--pp-safe-bottom))!important}
 h1{font-size:22px!important;line-height:1.12!important;letter-spacing:-.025em!important}
 h2{font-size:19px!important;line-height:1.18!important}
 h3{font-size:16px!important}
 p,.muted,.small,small{line-height:1.35!important}
 .card,.panel,.section,.box{padding:12px!important;border-radius:16px!important}
 button,.btn,a.btn,input,select{min-height:var(--pp-touch)!important;font-size:14px!important;border-radius:12px!important}
 input,select,textarea{padding:10px 12px!important}
 .grid,.form-grid,.stats{gap:8px!important}
 .pp-native-nav{position:fixed;z-index:99990;left:8px;right:8px;bottom:calc(8px + var(--pp-safe-bottom));height:58px;padding:5px;display:grid;grid-template-columns:repeat(5,1fr);gap:3px;background:rgba(11,18,32,.94);border:1px solid rgba(148,163,184,.2);border-radius:18px;box-shadow:0 16px 48px rgba(0,0,0,.38);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
 .pp-native-nav a{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;color:#94a3b8;text-decoration:none;font-size:10px!important;font-weight:800;line-height:1.1;border-radius:13px}
 .pp-native-nav a span{font-size:18px;line-height:1}
 .pp-native-nav a.active{color:#06130b;background:#22c55e}
}
