*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f9fafb;color:#1f2937}.container{max-width:900px;margin:0 auto;padding:40px 20px}.header{text-align:center;margin-bottom:40px}.header h1{font-size:32px;font-weight:600;margin-bottom:8px;color:#111827}.header p{font-size:16px;color:#6b7280}.search-section{margin-bottom:32px;position:sticky;top:12px;z-index:10}.search-box{display:flex;gap:12px;background:#fff;padding:16px;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 4px 16px #0f172a0f}.input{flex:1;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;transition:border-color .15s,box-shadow .15s}.input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.btn-primary{padding:12px 24px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .1s,box-shadow .15s,opacity .15s;white-space:nowrap;box-shadow:0 1px 2px #2563eb4d}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #2563eb66}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled{opacity:.7;cursor:not-allowed}.btn-loading{display:inline-flex;align-items:center;gap:8px}.spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.presets{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;padding:0 4px}.presets-label{font-size:13px;color:#64748b;font-weight:500;margin-right:4px}.preset-chip{display:inline-flex;flex-direction:column;align-items:flex-start;padding:6px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:999px;font-size:13px;font-weight:600;color:#334155;cursor:pointer;transition:all .15s}.preset-chip:hover:not(:disabled){border-color:#3b82f6;color:#1e40af;background:#eff6ff;transform:translateY(-1px)}.preset-chip.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.preset-chip.active .preset-hint{color:#ffffffd9}.preset-chip:disabled{opacity:.5;cursor:not-allowed}.preset-hint{display:none;font-size:11px;font-weight:400;margin-top:1px;color:#64748b}@media (min-width: 600px){.preset-chip{flex-direction:row;align-items:baseline;gap:6px}.preset-hint{display:inline}}.loading-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000000d;margin-bottom:20px;animation:fadeIn .2s ease-out}.loading-row{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f1f5f9}.loading-row:last-child{border-bottom:none}.loading-step{color:#475569;font-size:14px}.dots{display:inline-flex;gap:4px}.dots span{width:6px;height:6px;background:#94a3b8;border-radius:50%;animation:pulse 1.2s ease-in-out infinite}.dots span:nth-child(2){animation-delay:.15s}.dots span:nth-child(3){animation-delay:.3s}@keyframes pulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.error-box{background:#fee2e2;border:1px solid #fecaca;color:#991b1b;padding:16px;border-radius:8px;margin-bottom:20px;display:flex;align-items:center;gap:8px}.results{display:flex;flex-direction:column;gap:20px}.risk-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a}.risk-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.risk-info{flex:1}.risk-info h2{font-size:18px;font-weight:600;margin-bottom:12px;color:#111827}.risk-score{font-size:48px;font-weight:700;line-height:1;margin-bottom:8px}.risk-level{display:inline-block;padding:6px 12px;border:2px solid;border-radius:6px;font-size:12px;font-weight:600;letter-spacing:.5px;background:transparent}.risk-gauge{flex:0 0 auto;margin-left:20px}.recommendation{font-size:15px;color:#374151;line-height:1.6}.breakdown-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a}.breakdown-card h3{font-size:16px;font-weight:600;margin-bottom:20px;color:#111827}.breakdown-items{display:flex;flex-direction:column;gap:16px}.breakdown-item{display:grid;grid-template-columns:120px 1fr 40px;align-items:center;gap:12px;font-size:14px}.breakdown-item span:first-child{color:#6b7280}.bar{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.bar .fill{height:100%;border-radius:4px;transition:width .3s ease}.breakdown-item .value{text-align:right;font-weight:500;color:#111827}.analysis-sections{display:flex;flex-direction:column;gap:16px}.section-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000a;transition:box-shadow .15s,border-color .15s}.section-card:hover{box-shadow:0 4px 12px #0f172a0f;border-color:#cbd5e1}.section-header{width:100%;padding:16px 24px;border:none;background:#fff;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:15px;font-weight:600;color:#111827;transition:background .15s;border-bottom:1px solid transparent}.section-header:hover{background:#f8fafc}.arrow{font-size:12px;color:#9ca3af;transition:transform .2s ease}.arrow.open{transform:rotate(180deg);color:#3b82f6}.section-content{padding:20px 24px;border-top:1px solid #e5e7eb;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin-bottom:20px}.metric{background:#f9fafb;padding:16px;border-radius:8px;border:1px solid #e5e7eb;text-align:center}.metric .label{display:block;font-size:12px;color:#6b7280;margin-bottom:8px;font-weight:500;letter-spacing:.5px}.metric .value{display:block;font-size:18px;font-weight:700;color:#111827}.flags{display:flex;flex-direction:column;gap:8px}.flag{padding:12px 16px;background:#f9fafb;border-left:3px solid #3b82f6;border-radius:4px;font-size:14px;color:#374151;line-height:1.5}.status{padding:12px 16px;background:#f9fafb;border-radius:8px;border-left:3px solid currentColor;font-size:14px;font-weight:500;margin-bottom:16px}.functions-list{margin-top:16px;display:flex;flex-direction:column;gap:12px}.function-item{padding:12px 16px;background:#fef2f2;border-left:3px solid #ef4444;border-radius:4px;display:flex;align-items:center;gap:12px;font-size:13px}.function-item .type{background:#fee2e2;color:#991b1b;padding:4px 8px;border-radius:4px;font-weight:600;white-space:nowrap}.function-item .severity{background:#fecaca;color:#7f1d1d;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600}.function-item .description{flex:1;color:#374151}.pools-table{margin-top:16px;overflow-x:auto}.pools-table table{width:100%;border-collapse:collapse;font-size:13px}.pools-table thead{background:#f9fafb;border-bottom:1px solid #e5e7eb}.pools-table th{padding:12px;text-align:left;font-weight:600;color:#6b7280;letter-spacing:.5px}.pools-table td{padding:12px;border-bottom:1px solid #e5e7eb;color:#374151}.pools-table tbody tr:hover{background:#f9fafb}.cost-card{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;padding:20px 24px;border-radius:12px;display:flex;justify-content:space-around;text-align:center;font-size:14px;font-weight:500;box-shadow:0 4px 6px #3b82f64d}.cost-card span{display:block}.proxy-info{margin-top:14px;padding:12px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.proxy-label{font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}.proxy-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px;font-size:14px}.proxy-kind{padding:2px 8px;background:#eef2ff;color:#4338ca;border-radius:4px;font-size:12px;font-weight:500}.proxy-name{font-weight:600;color:#1e293b}.proxy-addr{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:#64748b;font-size:13px}.proxy-verified{font-size:13px;margin-left:auto}.confidence-badge{margin-top:10px;margin-bottom:8px;padding:10px 12px;background:#fffbeb;border:1px solid #fde68a;border-radius:8px}.confidence-tag{display:inline-block;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;color:#92400e;background:#fef3c7;padding:2px 8px;border-radius:4px;margin-bottom:6px}.confidence-text{font-size:13px;color:#78350f;line-height:1.5}@media (max-width: 768px){.search-box{flex-direction:column}.risk-header{flex-direction:column;gap:20px}.risk-gauge{margin-left:0}.metrics-grid{grid-template-columns:repeat(2,1fr)}.cost-card{flex-direction:column;gap:16px}}
