:root{--dark-blue:#1a355e;--mid-blue:#206bc2;--light-blue:#ebf3fb;--accent:#2ecc71;--accent-dark:#27ae60;--red:#e74c3c;--orange:#f39c12;--bg:#f0f4f8;--card:#fff;--text:#2c3e50;--muted:#7f8c8d;--border:#dde4ec;--shadow:0 2px 12px #1a355e1a;--radius:14px;--font:"Segoe UI", system-ui, -apple-system, sans-serif}:root[data-theme=dark]{--bg:#0b1220;--card:#111c2e;--text:#dde6f2;--muted:#5c728c;--border:#1c2d44;--light-blue:#0f1e35;--shadow:0 2px 12px #00000080}
*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:var(--font);background:var(--bg);color:var(--text);flex-direction:column;min-height:100vh;display:flex}:root[data-theme=dark] body{color:#dde6f2;background:#090e19}a{color:inherit;text-decoration:none}
.IosInstallPrompt-module__0zYeDW__banner{z-index:40;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);align-items:center;gap:10px;padding:12px 14px;display:flex;position:fixed;bottom:78px;left:12px;right:12px}.IosInstallPrompt-module__0zYeDW__icon{flex-shrink:0;font-size:22px}.IosInstallPrompt-module__0zYeDW__body{color:var(--text);flex:1;font-size:12.5px;line-height:1.4}.IosInstallPrompt-module__0zYeDW__body strong{color:var(--dark-blue)}:root[data-theme=dark] .IosInstallPrompt-module__0zYeDW__body strong{color:var(--text)}.IosInstallPrompt-module__0zYeDW__dismiss{color:var(--muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:4px;font-size:20px;line-height:1}
