:root{--bg:#f6f8fb;--surface:#fff;--surface-soft:#f8fafc;--surface-blue:#eff6ff;--border:#e5e7eb;--border-strong:#cbd5e1;--text:#0f172a;--muted:#64748b;--muted-2:#94a3b8;--blue:#2563eb;--blue-soft:#dbeafe;--cyan:#06b6d4;--red:#dc2626;--red-soft:#fee2e2;--orange:#f59e0b;--orange-soft:#fef3c7;--green:#16a34a;--green-soft:#dcfce7;--purple:#7c3aed;--purple-soft:#ede9fe;--amber:#d97706;--amber-soft:#fef3c7;--shadow-sm:0 1px 2px #0f172a0d;--shadow-md:0 12px 30px #0f172a14;--shadow-lg:0 24px 60px #0f172a1f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at top left, #2563eb14, transparent 30%), radial-gradient(circle at top right, #06b6d412, transparent 26%), var(--bg);min-width:320px;min-height:100vh;color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}a{color:inherit}.login-page,.loading-screen{place-items:center;min-height:100vh;padding:24px;display:grid}.loading-screen{color:var(--muted);gap:12px}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.login-card{background:var(--surface);border:1px solid var(--border);width:min(440px,92vw);box-shadow:var(--shadow-lg);border-radius:28px;padding:34px}.login-icon,.brand-icon{color:#fff;background:linear-gradient(135deg,#38bdf8,#2563eb 48%,#7c3aed);border-radius:18px;place-items:center;width:52px;height:52px;display:grid}.login-card h1{letter-spacing:-.04em;margin:22px 0 8px;font-size:34px;line-height:1.1}.login-card p{color:var(--muted);margin:0;line-height:1.65}.login-form{gap:11px;margin-top:26px;display:grid}label{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:800}input,select,textarea{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);border-radius:14px;outline:none;padding:12px 13px}input::placeholder,textarea::placeholder{color:var(--muted-2)}textarea{resize:vertical;min-height:90px;line-height:1.5}input:focus,select:focus,textarea:focus{border-color:#2563ebb8;box-shadow:0 0 0 4px #2563eb1a}.login-form button{color:#fff;background:linear-gradient(135deg,#38bdf8,#2563eb);border:none;border-radius:14px;margin-top:10px;padding:13px 16px;font-weight:900}.error-box{color:#991b1b;background:#fee2e2;border:1px solid #fecaca;border-radius:14px;padding:11px}.app-shell{grid-template-columns:292px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffdb;flex-direction:column;gap:18px;height:100vh;padding:22px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:14px;margin-bottom:10px;display:flex}.brand h1{letter-spacing:-.03em;margin:0;font-size:23px;line-height:1.1}.brand p{color:var(--muted);margin:2px 0 0;font-size:12px}.side-card{gap:8px;display:grid}.check-row{color:var(--muted);text-transform:none;letter-spacing:0;align-items:center;gap:10px;font-size:14px;font-weight:700;display:flex}.check-row input{width:auto;accent-color:var(--blue)}.side-button,.logout-button,.save-button,.header-button{border:1px solid var(--border);border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:12px 14px;display:inline-flex}.side-button,.header-button{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.side-button:hover,.header-button:hover{color:var(--blue);border-color:#2563eb61}.logout-button{color:#be123c;background:#fff1f2;border-color:#fecdd3;margin-top:auto}.logout-button:hover{background:#ffe4e6}.main{min-width:0;padding:28px}.header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;display:flex}.eyebrow{color:var(--blue);text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px;font-size:12px;font-weight:900}.header h2{letter-spacing:-.05em;margin:0;font-size:clamp(30px,4vw,46px);line-height:1}.header p{color:var(--muted);margin:8px 0 0;line-height:1.6}.header-actions{align-items:center;gap:10px;display:flex}.user-pill{border:1px solid var(--border);background:var(--surface);color:var(--muted);white-space:nowrap;box-shadow:var(--shadow-sm);border-radius:999px;align-items:center;gap:8px;padding:10px 13px;display:inline-flex}.stats-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.stat-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:22px;padding:18px}.stat-icon{border-radius:14px;place-items:center;width:38px;height:38px;margin-bottom:14px;display:grid}.stat-icon.blue{color:#0369a1;background:#e0f2fe}.stat-icon.red{color:#b91c1c;background:#fee2e2}.stat-icon.orange{color:#b45309;background:#fef3c7}.stat-icon.purple{color:#6d28d9;background:#ede9fe}.stat-icon.amber{color:#a16207;background:#fef9c3}.stat-icon.green{color:#15803d;background:#dcfce7}.stat-card p{color:var(--muted);margin:0;font-size:13px;font-weight:800}.stat-card h3{margin:6px 0 0;font-size:34px;line-height:1}.source-overview{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.source-card{border:1px solid var(--border);background:var(--surface);text-align:left;box-shadow:var(--shadow-sm);border-radius:24px;padding:18px;transition:transform .15s,box-shadow .15s,border-color .15s}.source-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.source-card.active{border-color:#2563eb73;box-shadow:0 16px 40px #2563eb1f}.source-card-header{align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.source-card-icon{background:var(--surface-blue);width:42px;height:42px;color:var(--blue);border-radius:16px;place-items:center;display:grid}.source-card.news .source-card-icon{color:#0891b2;background:#cffafe}.source-card.inaproc_tender .source-card-icon{color:#2563eb;background:#dbeafe}.source-card.inaproc_nontender .source-card-icon{color:#d97706;background:#fef3c7}.source-card.social .source-card-icon{color:#16a34a;background:#dcfce7}.source-card h4{letter-spacing:-.01em;margin:0;font-size:16px}.source-card p{color:var(--muted);margin:4px 0 0;font-size:12px}.source-card-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:15px;display:grid}.source-card-metrics div{background:var(--surface-soft);border:1px solid var(--border);border-radius:14px;padding:10px}.source-card-metrics strong{font-size:20px;line-height:1;display:block}.source-card-metrics span{color:var(--muted);margin-top:5px;font-size:11px;font-weight:800;display:block}.source-card-footer{color:var(--blue);justify-content:space-between;align-items:center;font-size:13px;font-weight:900;display:flex}.source-tabs{gap:10px;margin-bottom:18px;padding-bottom:3px;display:flex;overflow-x:auto}.tab{border:1px solid var(--border);background:var(--surface);color:var(--muted);white-space:nowrap;box-shadow:var(--shadow-sm);border-radius:999px;padding:10px 14px;font-weight:900}.tab:hover{color:var(--blue);border-color:#2563eb52}.tab.active{color:var(--blue);background:#eff6ff;border-color:#2563eb80}.content-grid{grid-template-columns:minmax(0,1.1fr) minmax(430px,.9fr);align-items:start;gap:18px;display:grid}.list-panel,.detail-panel{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-md);border-radius:26px;overflow:hidden}.panel-toolbar{border-bottom:1px solid var(--border);background:var(--surface);align-items:center;gap:12px;padding:16px;display:flex}.search-box{border:1px solid var(--border);background:var(--surface-soft);border-radius:16px;flex:1;align-items:center;gap:8px;padding:0 12px;display:flex}.search-box input{box-shadow:none;background:0 0;border:none;padding-left:0}.search-box input:focus{box-shadow:none}.count-pill{color:var(--muted);border:1px solid var(--border);white-space:nowrap;background:var(--surface);border-radius:999px;align-items:center;gap:6px;padding:10px 12px;display:inline-flex}.alert-list{max-height:calc(100vh - 430px);padding:8px;overflow:auto}.alert-list::-webkit-scrollbar{width:8px}.detail-panel::-webkit-scrollbar{width:8px}.alert-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.detail-panel::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.alert-row{text-align:left;width:100%;color:var(--text);background:0 0;border:1px solid #0000;border-radius:20px;grid-template-columns:minmax(0,1fr) auto;gap:12px;margin-bottom:8px;padding:14px;display:grid}.alert-row:hover{border-color:var(--border);background:#f8fafc}.alert-row.selected{background:#eff6ff;border-color:#2563eb59}.alert-main{min-width:0}.alert-top{flex-wrap:wrap;gap:8px;margin-bottom:9px;display:flex}.alert-main h4{letter-spacing:-.01em;margin:0;font-size:15px;line-height:1.42}.summary-line{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:7px 0 10px;font-size:13px;line-height:1.45;display:-webkit-box;overflow:hidden}.meta-row{color:var(--muted);flex-wrap:wrap;gap:12px;font-size:12px;display:flex}.meta-row span{align-items:center;gap:5px;display:inline-flex}.alert-side{flex-direction:column;justify-content:center;align-items:flex-end;gap:7px;display:flex}.source-badge,.risk-pill,.status-pill,.survey-pill,.no-survey-pill{letter-spacing:.02em;white-space:nowrap;border-radius:999px;align-items:center;width:fit-content;padding:5px 9px;font-size:11px;font-weight:900;display:inline-flex}.source-badge{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.source-badge.news{color:#0e7490;background:#ecfeff;border-color:#a5f3fc}.source-badge.inaproc_tender{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.source-badge.inaproc_nontender{color:#b45309;background:#fffbeb;border-color:#fde68a}.source-badge.social{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.risk-high{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca}.risk-medium{color:#b45309;background:#fef3c7;border:1px solid #fde68a}.risk-low{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0}.risk-unknown{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0}.survey-pill{color:#92400e;background:#fef3c7;border:1px solid #fde68a}.no-survey-pill{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0}.status-review{color:#b91c1c;background:#fee2e2}.status-progress{color:#1d4ed8;background:#dbeafe}.status-surveyed{color:#6d28d9;background:#ede9fe}.status-mitigated,.status-closed{color:#15803d;background:#dcfce7}.status-ignored,.status-new{color:#475569;background:#f1f5f9}.empty-state,.empty-detail{color:var(--muted);text-align:center;place-items:center;gap:10px;padding:42px 20px;display:grid}.detail-panel{max-height:calc(100vh - 48px);padding:18px;position:sticky;top:24px;overflow:auto}.detail-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:16px;display:flex}.detail-header h3{letter-spacing:-.03em;margin:12px 0 6px;font-size:22px;line-height:1.32}.detail-header p{color:var(--muted);margin:0;line-height:1.5}.link-actions{flex-direction:column;gap:8px;min-width:fit-content;display:flex}.open-link{color:var(--blue);background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:8px 11px;font-size:13px;font-weight:900;text-decoration:none;display:inline-flex}.open-link.primary{color:#fff;background:var(--blue);border-color:var(--blue)}.open-link:hover{filter:brightness(.98)}.risk-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px;display:grid}.risk-strip div,.info-card,.followup-card{border:1px solid var(--border);background:var(--surface);border-radius:18px;padding:13px}.risk-strip div{background:var(--surface-soft)}.risk-strip strong,.risk-strip span{margin-top:7px;display:block}.info-card{margin-bottom:10px}.info-card p{color:var(--text);margin:8px 0 0;line-height:1.58}.info-card.highlight{background:#eff6ff;border-color:#bfdbfe}.danger-card{background:#fff7ed;border-color:#fed7aa}.action-card{background:#f0fdf4;border-color:#bbf7d0}.url-text{word-break:break-all;font-size:13px}.url-text a{color:var(--blue);text-decoration:none}.url-text a:hover{text-decoration:underline}.followup-card{background:var(--surface-soft);gap:12px;margin-top:16px;display:grid}.followup-title{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.followup-title h4{margin:0;font-size:18px}.followup-title p{color:var(--muted);margin:4px 0 0;font-size:13px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.save-button{color:#fff;background:linear-gradient(135deg,#38bdf8,#2563eb);border:none;margin-top:2px;font-weight:900}.save-button:hover{filter:brightness(1.04)}.save-button:disabled{opacity:.7}@media (width<=1400px){.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.source-overview{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=1180px){.content-grid{grid-template-columns:1fr}.detail-panel{max-height:none;position:static}.alert-list{max-height:none}}@media (width<=900px){.app-shell{grid-template-columns:1fr}.sidebar{height:auto;position:static}.main{padding:18px}.header{flex-direction:column}.header-actions{flex-wrap:wrap;width:100%}.user-pill{text-overflow:ellipsis;max-width:100%;overflow:hidden}.source-overview{grid-template-columns:1fr}.risk-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid,.alert-row{grid-template-columns:1fr}.alert-side{flex-flow:wrap;justify-content:flex-start;align-items:center}.detail-header{flex-direction:column}.link-actions{flex-flow:wrap}}@media (width<=560px){.main{padding:14px}.sidebar{padding:16px}.stats-grid{grid-template-columns:1fr}.panel-toolbar{flex-direction:column;align-items:stretch}.count-pill{justify-content:center}.risk-strip{grid-template-columns:1fr}.header h2{font-size:32px}.alert-row{padding:12px}}
