:root{--ink:#111827;--muted:#64748b;--line:#dce3ec;--paper:#f6f8fb;--blue:#2563eb;--cyan:#0ea5e9;--navy:#081b35}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:15px/1.55 Inter,system-ui,-apple-system,Segoe UI,sans-serif}.topbar{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,24px);background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:5}.brand{font-size:20px;font-weight:800;color:var(--navy);text-decoration:none}.brand span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,var(--blue),var(--cyan));color:#fff;margin-right:8px}.topbar nav{display:flex;gap:26px}.topbar nav a{color:#334155;text-decoration:none;font-weight:600}.topbar nav a:hover{color:var(--blue)}main{max-width:1240px;margin:auto;padding:0 24px}.hero{min-height:530px;padding:90px 6%;margin:28px 0;display:grid;grid-template-columns:1.4fr 1fr;align-items:center;color:#fff;overflow:hidden;border-radius:28px;background:radial-gradient(circle at 80% 20%,#164e8a 0,transparent 30%),linear-gradient(135deg,#07182f,#0c2f58)}.hero h1,.pagehead h1{font-size:clamp(42px,6vw,74px);line-height:1.04;margin:12px 0 22px;letter-spacing:-.045em}.hero h1 em{font-style:normal;color:#38bdf8}.hero p:not(.eyebrow){max-width:590px;color:#cbd5e1;font-size:18px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:800;color:#38bdf8}.button{display:inline-flex;border:0;border-radius:11px;padding:13px 19px;background:var(--blue);color:#fff;text-decoration:none;font-weight:750;cursor:pointer;margin-top:15px}.button:hover{background:#1d4ed8}.button.secondary{background:#e0ecff;color:#174ea6}.signal{height:340px;position:relative;display:grid;place-items:center}.signal i{position:absolute;border:1px solid #38bdf855;border-radius:50%;width:120px;height:120px}.signal i:nth-child(2){width:220px;height:220px}.signal i:nth-child(3){width:330px;height:330px}.lens{width:82px;height:82px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#7dd3fc,#2563eb 35%,#07182f 70%);box-shadow:0 0 70px #38bdf8}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:24px 0}.stats article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px}.stats b{display:block;font-size:32px}.stats span{color:var(--muted)}.panel{display:flex;justify-content:space-between;gap:30px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:34px;margin:20px 0 60px}.panel h2{font-size:34px;margin:4px 0}.muted,.pagehead>p:last-child{color:var(--muted)}.status{align-self:center;padding:10px 15px;background:#ecfdf5;border-radius:99px;color:#166534;white-space:nowrap}.dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#22c55e;margin-right:8px}.pagehead{padding:58px 0 24px}.pagehead h1{font-size:52px;margin:6px 0}.filters{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:12px;margin:18px 0 24px}.filters input,.filters select,.source input,.source textarea{width:100%;border:1px solid var(--line);border-radius:11px;padding:12px 14px;background:#fff;font:inherit}.filters .button{margin:0}.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:60px}.product{background:#fff;border:1px solid var(--line);border-radius:17px;padding:20px;display:flex;flex-direction:column;min-height:220px}.product .category{color:var(--blue);font-size:12px;font-weight:750;text-transform:uppercase}.product h3{font-size:17px;line-height:1.35}.product .sku{color:var(--muted);font-size:13px}.product .price{margin-top:auto;font-size:21px;font-weight:800}.product .stock{color:#15803d;font-size:13px}.empty{grid-column:1/-1;padding:40px;text-align:center;color:var(--muted);background:#fff;border:1px dashed var(--line);border-radius:16px}.sources{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-bottom:60px}.source{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px}.source h3{margin:0 0 4px}.source small{color:var(--muted)}.source label{display:block;margin-top:15px;font-size:13px;font-weight:700}.source textarea{min-height:92px;resize:vertical}.source-actions{display:flex;gap:9px;align-items:center;flex-wrap:wrap}.source input[type=file]{padding:8px;background:var(--paper)}.import-status{margin-top:12px;padding:9px 12px;border-radius:9px;background:#f1f5f9;font-size:13px}footer{text-align:center;color:var(--muted);padding:30px}@media(max-width:800px){.topbar nav{gap:12px;font-size:13px}.hero{grid-template-columns:1fr;padding:50px 28px}.signal{display:none}.stats{grid-template-columns:repeat(2,1fr)}.filters{grid-template-columns:1fr}.catalog-grid,.sources{grid-template-columns:1fr}.panel{display:block}.status{display:inline-block;margin-top:10px}}

