:root{--pink:#ff69b4;--blue:#76d7f7;--orange:#ffa733;--yellow:#ffd94d;--ink:#222;--soft:#fff7fd;--green:#2dbd7f;--bad:#f05252}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:linear-gradient(160deg,#fff7fd,#ecfbff);color:var(--ink)}.app{max-width:840px;margin:0 auto;min-height:100vh;padding-bottom:90px}.hero{background:white;border-radius:0 0 28px 28px;box-shadow:0 6px 24px #0001;overflow:hidden}.hero img{width:100%;height:120px;object-fit:cover;display:block}.top{padding:18px}.title{font-size:34px;font-weight:900;line-height:1}.subtitle{color:#555;margin-top:8px}.chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.chip{background:#fff0f8;border:1px solid #ffd2eb;border-radius:999px;padding:7px 11px;font-size:13px}.card{background:white;margin:14px;border-radius:24px;padding:18px;box-shadow:0 6px 22px #00000012}.row{display:flex;gap:10px;flex-wrap:wrap}.field{display:flex;flex-direction:column;gap:6px;flex:1;min-width:150px}label{font-size:13px;font-weight:700;color:#555}input,textarea,select{font-size:16px;border:2px solid #eee;border-radius:14px;padding:12px;background:#fff}textarea{min-height:80px}.btn{border:0;border-radius:18px;padding:14px 18px;font-size:16px;font-weight:800;background:var(--pink);color:white;box-shadow:0 5px 14px #ff69b455}.btn.secondary{background:#222}.btn.light{background:#f3f3f3;color:#222;box-shadow:none}.btn.full{width:100%;margin-top:10px}.sectionTag{display:inline-block;font-weight:900;padding:8px 12px;border-radius:14px;margin-bottom:10px}.blue{background:#d7f5ff}.pink{background:#ffe0f1}.orange{background:#ffe2b4}.q{border-top:1px solid #eee;padding:14px 0}.q:first-of-type{border-top:0}.qText{font-weight:800;font-size:18px;margin-bottom:10px}.answers{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.ans{padding:12px;border:2px solid #eee;border-radius:16px;background:#fafafa;font-weight:900}.ans.sel.yes{background:#e5fff3;border-color:var(--green);color:#067b4c}.ans.sel.no{background:#fff1f1;border-color:var(--bad);color:#b00020}.ans.sel.na{background:#f1f1f1;border-color:#999}.subchecks{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:8px}.toggle{border:2px solid #eee;border-radius:14px;padding:11px;background:#fff;font-weight:700}.toggle.on{background:#e5fff3;border-color:var(--green)}.score{font-size:48px;font-weight:900;text-align:center}.bar{height:16px;background:#eee;border-radius:999px;overflow:hidden}.fill{height:100%;background:linear-gradient(90deg,var(--blue),var(--pink),var(--orange));width:0}.bottom{position:fixed;left:0;right:0;bottom:0;background:white;border-top:1px solid #eee;padding:10px;display:flex;gap:8px;justify-content:center}.bottom .btn{max-width:250px;flex:1}.listItem{padding:12px;border:1px solid #eee;border-radius:16px;margin:8px 0;background:#fff}.small{font-size:13px;color:#666}.hide{display:none}@media(min-width:700px){.hero img{height:170px}.title{font-size:44px}}
