@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700&display=swap";:root{color-scheme:light;font-family:Manrope,Segoe UI,sans-serif;line-height:1.5;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#eef2f6;color:#0f172a}*,*:before,*:after{box-sizing:border-box}body{margin:0;background-color:#eef2f6}#root{min-height:100vh}button{font-family:inherit}.app{min-height:100vh;background:radial-gradient(circle at top,#f1f5ff,#eef2f6 45%,#f8fafc);padding:28px 20px 48px;color:#0f172a}.app__container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.card{background:#fff;border-radius:18px;border:1px solid #e2e8f0;box-shadow:0 10px 30px #0f172a14}.header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap;padding:24px}.title{margin:0;font-size:clamp(24px,2.4vw,32px);font-weight:700}.subtitle{margin:8px 0 12px;color:#475569;font-size:14px}.meta{display:flex;flex-wrap:wrap;gap:10px;font-size:13px;color:#334155}.badge{display:inline-flex;align-items:center;gap:6px;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:999px;padding:6px 12px}.primary-button{border:none;background:#2563eb;color:#fff;border-radius:12px;padding:12px 18px;font-size:14px;font-weight:600;cursor:pointer;min-width:170px;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease}.primary-button:hover:enabled{transform:translateY(-1px);box-shadow:0 10px 18px #2563eb40}.primary-button:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.header__actions{display:flex;flex-direction:column;gap:12px;align-items:flex-end}.source-select{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#475569}.source-select__input{border:1px solid #cbd5e1;border-radius:12px;padding:10px 12px;background:#fff;font-size:14px;min-width:220px;color:#0f172a}.source-select__input:focus{outline:2px solid #93c5fd;outline-offset:2px}.error{padding:16px 20px;background:#fef2f2;border:1px solid #fecaca;border-radius:16px;color:#b91c1c}.error__title{font-weight:700;margin-bottom:6px}.error__hint{margin-top:8px;font-size:13px;color:#7f1d1d}.table-header{padding:20px 24px 12px;font-size:18px;font-weight:700}.table-wrap{overflow-x:auto}.table{width:100%;border-collapse:collapse}.table thead th{text-align:left;background:#f1f5f9;color:#334155;font-size:13px;padding:14px 16px;border-bottom:1px solid #e2e8f0}.table tbody td{padding:14px 16px;border-bottom:1px solid #e2e8f0;font-size:14px}.table-row--highlight td{background:#eff6ff;border-bottom-color:#bfdbfe}.table-row--highlight td:first-child{border-left:4px solid #2563eb}.table-empty{padding:28px 16px;text-align:center;color:#64748b}@media(max-width:720px){.header{padding:20px}.header__actions{width:100%;align-items:stretch}.source-select__input,.primary-button{width:100%}}
