:root{--pof-primary:#1d4ed8;--pof-primary2:#7c3aed;--pof-success:#16a34a;--pof-success-bg:#f0fdf4;--pof-success-border:#86efac;--pof-danger:#dc2626;--pof-danger-bg:#fef2f2;--pof-danger-border:#fecaca;--pof-warning:#d97706;--pof-warning-bg:#fef3c7;--pof-ink:#0f172a;--pof-sub:#475569;--pof-muted:#64748b;--pof-line:#e2e8f0;--pof-panel-bg:#f8faff;--pof-navy:#1e3a8a;--pof-indigo:#4f46e5;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px)}.native-app body{padding-top:var(--safe-top);overscroll-behavior-y:none}.native-app .field input,.native-app .field select,.native-app .btn-next,.native-app .btn-back,.native-app button{min-height:44px}.native-app .form-screen{padding-bottom:calc(84px + var(--safe-bottom))}.native-app button,.native-app .btn-next,.native-app .btn-back,.native-app .type-option{-webkit-tap-highlight-color:transparent;transition:transform 80ms,opacity 80ms}.native-app button:active,.native-app .btn-next:active,.native-app .btn-back:active,.native-app .type-option:active{opacity:.85;transform:scale(.97)}.native-tabbar{border-top:.5px solid var(--pof-line);padding:8px 0 calc(8px + var(--safe-bottom));z-index:500;background:#fff;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.native-tabbar-item{color:var(--pof-muted);flex-direction:column;align-items:center;gap:2px;font-size:10px;font-weight:600;display:flex}.native-tabbar-item.active{color:var(--pof-primary)}.native-tabbar-item .icon{font-size:20px;line-height:1}.native-skeleton{background:linear-gradient(90deg, var(--pof-panel-bg) 25%, #eef2ff 37%, var(--pof-panel-bg) 63%);background-size:400% 100%;border-radius:10px;animation:1.4s infinite pof-shimmer}@keyframes pof-shimmer{0%{background-position:100%}to{background-position:0}}.native-app .sheet-overlay{z-index:9998;background:#0f172a73;align-items:flex-end;display:flex;position:fixed;inset:0}.native-app .sheet-panel{width:100%;padding:20px 20px calc(20px + var(--safe-bottom));background:#fff;border-radius:20px 20px 0 0;animation:.22s ease-out pof-sheet-up}@keyframes pof-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.native-app .step-badge{padding:6px 16px;font-size:12px}@media (prefers-reduced-motion:reduce){.native-app *{transition-duration:.001ms!important;animation-duration:.001ms!important}}
