@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--color-primary:#174d7f;--color-primary-dark:#0f3659;--color-accent:#009a34;--color-bg:#f4f7f9;--color-surface:#fff;--color-text-high:#112a46;--color-text-medium:#596c7e;--color-text-low:#94a3b8;--color-success:#009a34;--color-warning:#f59e0b;--color-danger:#dc2626;--color-border:#e2e8f0;--bottom-nav-height:68px}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;font-size:16px}body{background-color:var(--color-bg);color:var(--color-text-high);-webkit-font-smoothing:antialiased;min-height:100dvh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.rupiah{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:2px}.main-content{padding-bottom:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom))}
