: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;--raised: #ffffff;--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:12px 0 14px}.prompt{font-size:20px;margin:24px 0 12px}.section{font-size:19px;margin:20px 0 8px}.counter{color:var(--muted);margin:0 0 10px}.help{color:var(--muted);margin:-12px 0 20px}.summary{margin:0 0 12px}.back{background:none;border:none;color:var(--primary);font-size:17px;padding:12px 0;min-height:44px;cursor:pointer}.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{position:relative;display:inline-block;max-width:92%;background:#e9e9eb;border-radius:20px 20px 20px 6px;padding:14px 18px;margin:14px 0;font-size:17px;line-height:1.5;color:#1c1c1e;white-space:pre-wrap;word-break:break-word}.quoted .mark{background:#ffe9a8}.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(--accent-soft);border:none;border-radius:12px;padding:16px 18px;margin:18px 0 8px}.safe-title{font-size:17px;margin:0 0 6px;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}.answers{display:flex;gap:12px;margin-top:24px}.answer{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;background:var(--card);border:2px solid var(--border);border-radius:12px;padding:14px 8px;min-height:52px;font-family:inherit;font-size:18px;font-weight:600;color:var(--text);cursor:pointer}.answer .icon{width:20px;height:20px}.answer-scam{border-color:var(--high)}.answer-scam .icon{color:var(--high)}.answer-scam:hover{background:#fdf3f2}.answer-safe{border-color:var(--low)}.answer-safe .icon{color:var(--low)}.answer-safe:hover{background:#f2f8f3}.screen-home{position:relative;min-height:100vh}.card{position:relative;z-index:1;display:flex;align-items:center;gap:14px;width:100%;text-align:left;background:var(--raised);border:none;border-radius:16px;padding:20px 18px;margin-bottom:14px;cursor:pointer;box-shadow:0 1px 2px #1c2a2e0a,0 6px 18px #1c2a2e12;transition:box-shadow .15s ease,transform .15s ease}.card:hover{box-shadow:0 2px 4px #1c2a2e0f,0 10px 26px #1c2a2e1a;transform:translateY(-1px)}.cardicon-wrap{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:50px;height:50px;border-radius:50%}.cardicon-check{background:#dcefef;color:var(--primary)}.cardicon-learn{background:#fdf0d9;color:#9a6a12}.cardicon{width:26px;height:26px}.cardtext{flex:1;min-width:0}.cardtitle{display:block;font-size:20px;font-weight:700;line-height:1.25;color:var(--text);margin-bottom:3px}.carddetail{display:block;font-size:15px;color:var(--muted);line-height:1.4}.chevron{flex-shrink:0;width:20px;height:20px;color:var(--primary)}.waves{position:fixed;left:0;right:0;bottom:0;width:100%;height:150px;z-index:0;pointer-events:none}.result{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:14px 16px;border-radius:12px;margin:18px 0 4px}.result .icon{width:22px;height:22px;flex-shrink:0}.result-right{background:#e8f3e9}.result-right .icon,.result-right .result-title{color:var(--low)}.result-wrong{background:#fbeceb}.result-wrong .icon,.result-wrong .result-title{color:var(--high)}.result-title{font-size:20px;font-weight:700}.result-detail{font-size:16px;color:var(--muted)}.safe-text{margin:0;font-size:16px}.message{margin:14px 0}.sender{display:block;font-size:13px;color:var(--muted);margin-bottom:5px;padding-left:4px}.message .quoted{margin:0}.titlerow{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.titlerow .title{margin:12px 0 0}.counter{flex-shrink:0;font-size:14px;font-weight:700;color:var(--primary);background:var(--accent-soft);border-radius:999px;padding:4px 11px;margin:0}.progress{height:6px;background:var(--border);border-radius:999px;overflow:hidden;margin:12px 0 18px}.progress-fill{display:block;height:100%;background:var(--primary);border-radius:999px;transition:width .3s ease}.examining{display:flex;align-items:flex-start;gap:8px;margin:14px 0}.fish{flex-shrink:0;width:78px;height:auto;margin-top:14px;transition:transform .35s ease-out}.fish-puffed{transform:scale(1.25)}@media(prefers-reduced-motion:reduce){.fish{transition:none}}.examining .message{flex:1;min-width:0;margin:0}.examining .quoted{max-width:100%}
