:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#fff;--item-bg:#ffe8cc;--select-color:#2e8b45;--select-color-hover:#256e37;--text:#222;font:16px/1.6 system-ui,Segoe UI,Roboto,sans-serif}body{background:var(--bg);color:var(--text);margin:0}.app-shell{background:var(--bg);flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;padding:1rem;display:flex}fieldset{background:var(--item-bg);border:1px solid #f0c896;border-radius:6px;margin-bottom:1rem;padding:.75rem 1rem}ol li,ul li{background:var(--item-bg);border-radius:6px;margin-bottom:.5rem;padding:.6rem .8rem;list-style-position:inside}table{border-collapse:collapse;width:100%}th,td{background:var(--item-bg);text-align:left;border:1px solid #f0c896;padding:.5rem}button{background:var(--select-color);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:1rem}nav,div[role=group]{flex-wrap:wrap;gap:1rem;margin-bottom:1rem;display:flex}button:hover:not(:disabled){background:var(--select-color-hover)}button:disabled{cursor:not-allowed;background:#a9c9b3}button[aria-current=step]{outline-offset:1px;outline:3px solid #1b5e20}input[type=radio],input[type=checkbox]{accent-color:var(--select-color)}footer{border-top:1px solid #f0c896;padding-top:1rem;font-size:.85rem}@media print{main nav,footer button{display:none!important}}
