:root{--bg: #f7f7f2;--card: #ffffff;--text: #1f2937;--muted: #6b7280;--primary: #1f6f78;--primary-hover: #175b62;--low: #2e7d32;--medium: #b7791f;--high: #c2413a;--highlight: #fff3cd;--accent-soft: #e4efef;--border: #e5e7eb}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:17px;line-height:1.5}.screen{max-width:430px;margin:0 auto;padding:24px 20px}.brand{margin:28px 0 6px}.brand img{display:block;width:260px;max-width:100%;height:auto}.tagline{color:var(--muted);font-size:18px;margin:0 0 36px}.title{font-size:26px;margin:16px 0 24px}.prompt{font-size:20px;margin:24px 0 12px}.section{font-size:19px;margin:28px 0 10px}.counter{color:var(--muted);margin:0 0 16px}.help{color:var(--muted);margin:-12px 0 20px}.summary{margin:0 0 16px}.back{background:none;border:none;color:var(--primary);font-size:17px;padding:12px 0;min-height:44px;cursor:pointer}.choice{display:block;width:100%;text-align:left;background:var(--card);border:1px solid var(--border);border-radius:14px;padding:20px;margin-bottom:16px;min-height:44px;cursor:pointer;font-size:17px;color:var(--text)}.choice:hover{border-color:var(--primary)}.choice-title{display:block;font-size:19px;font-weight:600;margin-bottom:4px}.choice-detail{display:block;color:var(--muted)}.textarea{width:100%;background:var(--card);border:1px solid var(--border);border-radius:12px;padding:14px;font-family:inherit;font-size:17px;line-height:1.5;color:var(--text);resize:vertical}.examples{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.examples-row{display:flex;gap:8px;width:100%;overflow-x:auto;padding-bottom:2px}.examples-label{color:var(--muted);font-size:15px;width:100%}.example{flex:0 0 auto;background:var(--card);border:1.5px solid var(--primary);border-radius:999px;padding:9px 15px;font-family:inherit;font-size:15px;font-weight:600;white-space:nowrap;color:var(--primary);cursor:pointer}.example:hover{background:var(--accent-soft)}.example-on{background:var(--primary);color:#fff}.primary{display:block;width:100%;background:var(--primary);color:#fff;border:none;border-radius:12px;padding:16px;margin-top:24px;font-size:18px;font-weight:600;min-height:44px;cursor:pointer}.primary:hover{background:var(--primary-hover)}.primary:disabled{background:var(--border);color:var(--muted);cursor:not-allowed}.secondary{display:block;width:100%;background:none;color:var(--primary);border:1px solid var(--primary);border-radius:12px;padding:16px;margin-top:12px;font-size:18px;font-weight:600;min-height:44px;cursor:pointer}.sticky-action{position:sticky;bottom:0;background:var(--bg);padding-bottom:12px}.sticky-action .primary{margin-top:16px}.quoted{background:var(--card);border:1px solid var(--border);border-left:4px solid var(--muted);border-radius:10px;padding:16px;margin:16px 0;white-space:pre-wrap;word-break:break-word}.steps{list-style:none;padding:0;margin:24px 0 0}.step{padding:14px 0;color:var(--muted);border-bottom:1px solid var(--border);opacity:0;animation:fade-in .4s ease forwards}.step:nth-child(1){animation-delay:.05s}.step:nth-child(2){animation-delay:.35s}.step:nth-child(3){animation-delay:.65s}.step:nth-child(4){animation-delay:.95s}@keyframes fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.verdict{background:var(--card);border:1px solid var(--border);border-top:6px solid var(--muted);border-radius:14px;padding:20px;margin:16px 0}.verdict-high{border-top-color:var(--high)}.verdict-caution{border-top-color:var(--medium)}.verdict-low{border-top-color:var(--low)}.verdict-head{display:flex;align-items:center;gap:14px;margin-bottom:18px}.verdict-icon .icon{width:34px;height:34px}.verdict-high .verdict-icon{color:var(--high)}.verdict-caution .verdict-icon{color:var(--medium)}.verdict-low .verdict-icon{color:var(--low)}.verdict-title{display:block;font-size:26px;font-weight:700;line-height:1.2}.verdict-high .verdict-title{color:var(--high)}.verdict-caution .verdict-title{color:var(--medium)}.verdict-low .verdict-title{color:var(--low)}.verdict-type{display:block;color:var(--muted);font-size:16px}.risk-bar{display:block;background:var(--bg);border-radius:999px;height:14px;overflow:hidden}.risk-fill{display:block;height:100%;border-radius:999px;background:var(--muted)}.verdict-high .risk-fill{background:var(--high)}.verdict-caution .risk-fill{background:var(--medium)}.verdict-low .risk-fill{background:var(--low)}.risk-scale{display:flex;justify-content:space-between;margin:8px 0 0;font-size:14px;color:var(--muted)}.verdict-summary{margin:18px 0 0;padding-top:16px;border-top:1px solid var(--border)}.error{background:var(--card);border:1px solid var(--high);border-left:4px solid var(--high);border-radius:10px;padding:14px;margin:0 0 20px;color:var(--high)}.hint{color:var(--muted);font-size:15px;margin:-6px 0 12px}.mark{background:var(--highlight);border-radius:3px;padding:1px 2px;color:inherit}.chips{display:flex;flex-wrap:wrap;gap:8px}.chip{display:inline-flex;align-items:center;gap:8px;background:var(--card);border:1px solid var(--border);border-radius:999px;padding:10px 16px;min-height:44px;font-size:15px;font-family:inherit;color:var(--text);cursor:pointer}.icon{width:17px;height:17px;flex-shrink:0}.chip-high{border-color:var(--high)}.chip-medium{border-color:var(--medium)}.chip-low{border-color:var(--low)}.chip-high .icon{color:var(--high)}.chip-medium .icon{color:var(--medium)}.chip-low .icon{color:var(--low)}.chip-on{border-width:2px;font-weight:600}.chip-flat{cursor:default;display:inline-flex;align-items:center}.chip-detail{background:var(--card);border:1px solid var(--border);border-radius:10px;padding:14px;margin:10px 0 0;color:var(--muted)}.bars{background:var(--card);border:1px solid var(--border);border-radius:10px;padding:16px}.bar-row{display:grid;grid-template-columns:110px 1fr 34px;align-items:center;gap:10px;margin-bottom:12px}.bar-label{font-size:15px;color:var(--muted)}.bar-track{background:var(--bg);border-radius:999px;height:10px;overflow:hidden}.bar-fill{display:block;height:100%;background:var(--primary);border-radius:999px}.bar-value{font-size:15px;color:var(--muted);text-align:right}.safe-box{background:var(--card);border:1px solid var(--border);border-left:4px solid var(--primary);border-radius:12px;padding:20px;margin:20px 0 8px}.safe-title{font-size:19px;margin:0 0 12px;color:var(--primary)}.safe-steps{padding-left:22px;margin:0}.safe-steps li{margin-bottom:12px}.safe-steps li:last-child{margin-bottom:0}.cleared-box{background:var(--card);border:1px solid var(--border);border-left:4px solid var(--low);border-radius:12px;padding:18px;margin:24px 0 0}.cleared-title{font-size:18px;margin:0 0 12px;color:var(--low)}.cleared-item{margin-bottom:10px}.cleared-item:last-child{margin-bottom:0}.cleared-name{display:block;font-weight:600;font-size:16px}.cleared-why{display:block;color:var(--muted);font-size:15px}
