:root{--harp-bg:#1a1a1a;--harp-text:#fff;--harp-tab-bg:#fff;--harp-tab-active:#cc1f1f;--harp-tab-inactive:#888;--harp-tab-border:#0000001f;--harp-tab-height:70px;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Trebuchet MS,Trebuchet,Arial,sans-serif}html{width:100%}body{background:var(--harp-bg);width:100%;min-height:100%;color:var(--harp-text);overscroll-behavior-y:none;-webkit-tap-highlight-color:transparent;margin:0}#root{min-height:100vh}.harpApp{background:var(--harp-bg);flex-direction:column;height:100vh;max-height:100vh;display:flex;overflow:hidden}.harpContent{-webkit-overflow-scrolling:touch;box-sizing:border-box;min-height:0;padding:20px 16px calc(70px + env(safe-area-inset-bottom));flex:auto;overflow-y:auto}.harpPageCenter{min-height:calc(100svh - var(--harp-tab-height) - env(safe-area-inset-bottom) - 40px);color:var(--harp-text);letter-spacing:.2px;place-items:center;font-size:22px;display:grid}.harpTabBar{left:0;right:0;bottom:env(safe-area-inset-bottom);height:calc(var(--harp-tab-height) + env(safe-area-inset-bottom));padding-bottom:calc(env(safe-area-inset-bottom) - 8px);background:var(--harp-tab-bg);border-top:1px solid var(--harp-tab-border);z-index:1000;grid-template-columns:repeat(5,1fr);align-items:center;display:grid;position:fixed}.harpTab{color:var(--harp-tab-inactive);box-sizing:border-box;height:var(--harp-tab-height);-webkit-user-select:none;user-select:none;touch-action:manipulation;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding-top:6px;padding-bottom:10px;text-decoration:none;display:flex}.harpTab.isActive{color:var(--harp-tab-active)}.harpTabLabel{font-size:11px;line-height:1}.harpTabLabelStack{flex-direction:column;justify-content:center;align-items:center;gap:3px;max-width:100%;padding:0 1px;line-height:1.1;display:flex}.harpTabLabelStackLine{letter-spacing:.02em;text-align:center;white-space:nowrap;font-size:9.5px;font-weight:700}.harpTabLabelStackRule{opacity:.38;background:currentColor;border-radius:1px;flex-shrink:0;width:100%;max-width:34px;height:1px}.harpTabIcon{display:block}.home-forecast-scroll{-ms-overflow-style:none;scrollbar-width:none}.home-forecast-scroll::-webkit-scrollbar{width:0;height:0;display:none}
