:root{--stg-grade-a:#22c55e;--stg-grade-b:#65a30d;--stg-grade-c:#a16207;--stg-grade-d:#f97316;--stg-grade-e:#ef4444;--stg-severity-high:#dc2626;--stg-severity-medium:#d97706;--stg-severity-low:#ca8a04;--stg-impact-high:#059669;--stg-impact-medium:#0891b2;--stg-impact-low:#6366f1;--stg-border:#e5e7eb;--stg-text-primary:#111827;--stg-text-secondary:#6b7280;--stg-radius-sm:4px;--stg-radius-md:8px;--stg-radius-lg:12px;--stg-font-family:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--stg-error-bg:#fee2e2;--stg-error-border:#dc2626;--stg-error-text:#991b1b;--stg-warning-bg:#fef3c7;--stg-warning-border:#d97706;--stg-warning-text:#92400e;--stg-info-bg:#dbeafe;--stg-info-border:#3b82f6;--stg-info-text:#1e40af}[class*="-error--error"],[class*="-error--warning"],[class*="-error--info"]{padding:20px;margin:10px 0;border-radius:var(--stg-radius-md);border-width:2px;border-style:solid;font-family:var(--stg-font-family)}[class*="-error--error"]{background:var(--stg-error-bg);border-color:var(--stg-error-border);color:var(--stg-error-text)}[class*="-error--warning"]{background:var(--stg-warning-bg);border-color:var(--stg-warning-border);color:var(--stg-warning-text)}[class*="-error--info"]{background:var(--stg-info-bg);border-color:var(--stg-info-border);color:var(--stg-info-text)}.stg-grade-badge{display:flex;align-items:center;justify-content:center;width:var(--grade-size,48px);height:var(--grade-size,48px);background:var(--grade-color);color:#fff;font-weight:700}.stg-grade-badge--circle{border-radius:50%}.stg-grade-badge--square{border-radius:var(--stg-radius-md)}.stg-progress-bar__header{display:flex;justify-content:space-between;margin-bottom:4px;font-size:.875rem}.stg-progress-bar__track{height:8px;background:var(--stg-border);border-radius:var(--stg-radius-sm);overflow:hidden}.stg-progress-bar__fill{height:100%;background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:var(--stg-radius-sm)}