.wf-section{border:1px solid var(--wf-border);border-radius:10px;padding:14px;margin-bottom:12px;background:#fafafa}.wf-section h4{margin:0 0 8px;font-size:16px;color:var(--wf-dark);display:flex;align-items:center;justify-content:space-between}.wf-row{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-top:1px dashed #eee;align-items:center}.wf-row:first-of-type{border-top:none}.wf-label{font-weight:700;color:var(--wf-dark)}.wf-value{color:#222;font-weight:600}.wf-badge{padding:6px 8px;border-radius:999px;font-weight:700;font-size:12px}.wf-ok{background:#e6fff0;color:#0b8a2e;border:1px solid #b8f0c5}.wf-warn{background:#fff8e6;color:#b36a00;border:1px solid #ffe8b2}.wf-fail{background:#ffecec;color:#c12020;border:1px solid #f4b7b7}.wf-suggestion{background:#f5fff5;border-left:4px solid var(--wf-green);padding:10px;border-radius:6px;margin-top:8px}.wf-preview-row{display:flex;gap:10px;align-items:center;margin-top:8px}.wf-preview-row img{width:90px;height:60px;object-fit:cover;border-radius:6px;border:1px solid #eee}.wf-score-wrap{display:flex;gap:18px;align-items:center}.wf-score-circle{width:110px;height:110px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:800;color:#000;background:conic-gradient(var(--wf-green) 0% 72%,#eee 0);border:6px solid #fff;box-shadow:0 6px 22px rgba(0,0,0,.04)}.tooltip{display:inline-block;width:18px;height:18px;border-radius:50%;background:var(--wf-green);color:#000;text-align:center;line-height:18px;font-size:12px;cursor:help;margin-left:8px;position:relative}.tooltip:hover::after{content:attr(data-tip);position:absolute;bottom:28px;left:50%;transform:translateX(-50%);background:#111;color:#fff;padding:6px 8px;font-size:12px;border-radius:6px;white-space:nowrap;z-index:80}.wf-loading{display:flex;align-items:center;justify-content:center;gap:10px;color:var(--wf-muted)}.wf-loading::before{content:"";width:18px;height:18px;border:3px solid #ccc;border-top-color:var(--wf-green);border-radius:50%;animation:wf-spin .8s linear infinite}