:root{--hero-bg: #f1efea;--hero-fg: #0d0d0c;--hero-muted: #4c4c48;--hero-tab-off: #8a8a84;--gal-bg: #313a42;--gal-fg: #f4f2ed;--gal-input-bg: #262d33;--gal-input-line: #4a545c;--gal-dim: #10161b;--suggest-ground: #262c31;--accent: #e8481c;--accent-green: #1f9e43;--accent-blue: #2d6fb3;--font-display: "Archivo", "Helvetica Neue", Helvetica, sans-serif;--font-body: "Archivo", "Helvetica Neue", Helvetica, sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--hero-bg)}#root{font-family:var(--font-body);background:var(--hero-bg);color:var(--hero-fg);width:100%;height:100vh;height:100dvh;position:relative;overflow:hidden;-webkit-font-smoothing:antialiased}input::placeholder,textarea::placeholder{color:#79838c}button{font-family:inherit}.cta-bar{transition:background .12s,color .12s}.cta-bar:hover{background:var(--hero-fg);color:var(--hero-bg)}.gal-close:hover{background:var(--gal-fg)!important;color:var(--gal-dim)!important}.dark-input:focus{border-color:var(--gal-fg)!important}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
