@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";
:root{--card-bg:#fff;--card-border:#e6fffa;--title:#2d3748;--label:#718096;--input-border:#38b2ac;--input-bg:#fff;--remove-btn:coral;--add-option-border:#a0aec0;--add-option-bg:#fff;--primary:#20b2aa;--primary-dark:#178f88;--btn-text:#fff;--icon-primary:#4a5568;--icon-secondary:#718096;--placeholder:#a0aec0;--error:#ff6b6b;--bg:#f0fdfa;--bg-alt:#fff;--nav-bg:#ffffffe0;--shadow:#20b2aa1f;--shadow-lg:#20b2aa38;--pill-bg:#e6fffa;--pill-text:#20b2aa;--step-bg:#e6fffa}@media (prefers-color-scheme:dark){:root{--card-bg:#1a202c;--card-border:#2d3748;--title:#f7fafc;--label:#a0aec0;--input-border:#38b2ac;--input-bg:#2d3748;--remove-btn:coral;--add-option-border:#4a5568;--add-option-bg:#1a202c;--primary:#20b2aa;--primary-dark:#178f88;--btn-text:#fff;--icon-primary:#f7fafc;--icon-secondary:#a0aec0;--placeholder:#a0aec0;--error:#ff6b6b;--bg:#0f1923;--bg-alt:#1a202c;--nav-bg:#1a202ceb;--shadow:#20b2aa2e;--shadow-lg:#20b2aa4d;--pill-bg:#20b2aa26;--pill-text:#4fd1c5;--step-bg:#2d3748}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body{max-width:100vw;overflow-x:hidden}body{background:var(--bg);color:var(--title);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}
