:root{--navy:#0b1220;--muted:#64748b;--bg:#f4f7fb;--card:#fff;--line:#e2e8f0;--blue:#2563eb;--green:#10b981;--red:#ef4444;--amber:#f59e0b}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:#111827;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}a{text-decoration:none}.app-shell{display:flex;min-height:100vh}.sidebar{width:270px;background:linear-gradient(180deg,#0b1220,#101b32);color:white;padding:25px;position:fixed;inset:0 auto 0 0;display:flex;flex-direction:column;gap:30px}.brand{display:flex;gap:12px;align-items:center}.brand-mark,.logo-big{display:grid;place-items:center;color:#fff;font-weight:900;background:linear-gradient(135deg,#2563eb,#10b981);box-shadow:0 12px 30px rgba(37,99,235,.25)}.brand-mark{width:46px;height:46px;border-radius:16px}.brand-title{font-weight:850}.brand-sub{font-size:11px;color:#94a3b8;letter-spacing:.08em}.sidebar .nav-link{color:#cbd5e1;padding:12px 14px;border-radius:13px;font-weight:700}.sidebar .nav-link:hover,.sidebar .nav-link.active{color:white;background:rgba(255,255,255,.1)}.logout-link{color:#fca5a5!important}.sidebar-note{margin-top:auto;color:#94a3b8;font-size:12px;line-height:1.5}.main-content{margin-left:270px;width:calc(100% - 270px);padding:28px}.main-content.full{margin:0;width:100%;display:grid;place-items:center}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.topbar h1{margin:0 0 4px;font-size:29px;font-weight:900}.topbar p{margin:0;color:var(--muted)}.card-premium{background:var(--card);border:1px solid var(--line);border-radius:22px;box-shadow:0 18px 55px rgba(15,23,42,.06)}.login-card{width:min(490px,92vw);padding:36px}.install-card{width:min(680px,94vw)}.logo-big{width:66px;height:66px;border-radius:22px;margin-bottom:20px}.form-control,.form-select{border-radius:12px;border-color:#cbd5e1}.btn{border-radius:12px;font-weight:750}.btn-primary{background:var(--blue);border-color:var(--blue)}.eyebrow{font-size:12px;letter-spacing:.12em;font-weight:900;color:var(--blue);margin-bottom:8px}.simple-flow{display:flex;gap:8px;flex-wrap:wrap}.simple-flow span{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;padding:8px 11px;border-radius:999px;font-size:12px;font-weight:700}.report-list{display:grid;gap:10px}.report-item{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);padding:13px;border-radius:15px;color:#111827}.report-item:hover{border-color:#93c5fd;background:#f8fbff}.empty-state{padding:30px;text-align:center;color:var(--muted);background:#f8fafc;border-radius:16px}.small-muted,.secret-status{font-size:12px;color:var(--muted)}.summary-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.metric{padding:19px}.metric .label{text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:850;color:var(--muted)}.metric .value{font-size:30px;font-weight:900;margin-top:4px}.metric .value.compact{font-size:22px}.risk-metric{border-color:#fecaca}.verdict{display:flex;gap:15px;align-items:center;border-radius:20px;padding:20px 24px;border:1px solid}.verdict.safe{background:#ecfdf5;border-color:#a7f3d0}.verdict.risk{background:#fef2f2;border-color:#fecaca}.verdict.warning{background:#fffbeb;border-color:#fde68a}.verdict.pending{background:#eff6ff;border-color:#bfdbfe}.verdict-icon{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;font-size:25px;font-weight:900;background:white}.verdict strong{font-size:20px}.verdict p{margin:2px 0 0;color:#475569}.table-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px}.toolbar-actions{display:flex;gap:8px;align-items:center}.toolbar-actions .form-control{min-width:250px}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:17px;max-height:70vh}.table{font-size:12.5px;white-space:nowrap}.table thead th{position:sticky;top:0;background:#f8fafc;z-index:1;color:#334155}.risk-row{background:#fff5f5}.reason-cell{white-space:normal;min-width:260px;max-width:380px}.badge{border-radius:999px}.progress{height:13px;border-radius:99px}.progress-bar{transition:width .3s}.soft{background:#f8fafc;border:1px solid var(--line);border-radius:16px;padding:15px}.check-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--line)}.check-row:last-child{border:0}.section-icon{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;font-weight:900;margin-bottom:15px}.section-icon.shopify{background:#dcfce7;color:#15803d}.section-icon.steadfast{background:#dbeafe;color:#1d4ed8}.info-box{background:#fffbeb;border:1px solid #fde68a;padding:13px;border-radius:13px;color:#92400e;font-size:13px}.result-box{background:#0f172a;color:#dbeafe;padding:15px;border-radius:14px;max-height:360px;overflow:auto;font-size:12px}
@media(max-width:1200px){.summary-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.app-shell{display:block}.sidebar{position:static;width:100%}.main-content{margin:0;width:100%;padding:17px}.topbar{align-items:flex-start}.summary-grid{grid-template-columns:repeat(2,1fr)}.table-toolbar{display:block}.toolbar-actions{margin-top:12px;flex-wrap:wrap}.toolbar-actions .form-control{min-width:100%}}@media(max-width:520px){.summary-grid{grid-template-columns:1fr}.topbar{display:block}.topbar .btn{margin-top:12px}.metric .value{font-size:25px}}
