/* STOREDO Security-Check Widget */
.storedo-sc-widget { font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif; max-width: 420px; margin: 0 auto; padding: 24px; border-radius: 14px; background: #0f172a; color: #e2e8f0; box-shadow: 0 10px 40px rgba(0,0,0,0.3); }
.storedo-sc-widget h3 { margin: 0 0 12px; font-size: 1.25rem; font-weight: 700; }
.storedo-sc-widget p { margin: 0 0 16px; color: #94a3b8; font-size: 0.9rem; }
.storedo-sc-widget input { width: 100%; padding: 12px 14px; border-radius: 10px; border: 1px solid #334155; background: #1e293b; color: #e2e8f0; font-size: 0.95rem; box-sizing: border-box; margin-bottom: 12px; }
.storedo-sc-widget input:focus { outline: none; border-color: #22c55e; }
.storedo-sc-widget button { width: 100%; padding: 13px; border-radius: 10px; border: none; background: #22c55e; color: #0f172a; font-weight: 700; font-size: 0.95rem; cursor: pointer; transition: opacity 0.15s; }
.storedo-sc-widget button:hover { opacity: 0.9; }
.storedo-sc-widget button:disabled { opacity: 0.5; cursor: not-allowed; }
.storedo-sc-score { display: flex; align-items: center; gap: 16px; margin: 16px 0; padding: 16px; border-radius: 12px; background: #1e293b; }
.storedo-sc-score-val { font-size: 2.5rem; font-weight: 800; line-height: 1; }
.storedo-sc-score-grade { font-size: 1.25rem; font-weight: 700; padding: 4px 12px; border-radius: 8px; background: rgba(0,0,0,0.3); }
.storedo-sc-score.green .storedo-sc-score-val { color: #22c55e; }
.storedo-sc-score.yellow .storedo-sc-score-val { color: #eab308; }
.storedo-sc-score.red .storedo-sc-score-val { color: #ef4444; }
.storedo-sc-findings { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.storedo-sc-findings li { padding: 10px 12px; border-radius: 8px; background: #1e293b; border-left: 4px solid #ef4444; font-size: 0.88rem; }
.storedo-sc-findings li strong { display: block; margin-bottom: 2px; color: #f8fafc; }
.storedo-sc-findings li span { color: #94a3b8; }
.storedo-sc-footer { margin-top: 16px; text-align: center; font-size: 0.75rem; color: #64748b; }
.storedo-sc-footer a { color: #64748b; text-decoration: none; }
.storedo-sc-error { padding: 12px; border-radius: 8px; background: #450a0a; color: #fca5a5; font-size: 0.9rem; margin-top: 12px; }
