@import"https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&family=Inter:wght@400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box}:root{--navy: #1a2744;--navy-light: #243357;--primary: #1B2A4A;--primary-hover: #253760;--gold: #B8923F;--gold-hover: #A07E34;--gold-light: #F4EDE0;--warm-bg: #FAFAF8;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-400: #94a3b8;--gray-600: #475569;--gray-900: #0f172a;--green: #16a34a;--green-bg: #dcfce7;--red: #dc2626;--red-bg: #fee2e2;--yellow: #ca8a04;--yellow-bg: #fef9c3;--orange: #ea580c;--orange-bg: #ffedd5;--purple: #7c3aed;--purple-bg: #ede9fe;--sidebar-width: 220px}html,body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:var(--gray-900);background:var(--gray-50);height:100%}#root{height:100%}.app-layout{display:flex;height:100vh;overflow:hidden}.sidebar{width:var(--sidebar-width);background:var(--navy);color:#fff;display:flex;flex-direction:column;flex-shrink:0;overflow-y:auto}.sidebar-logo{padding:20px 16px 16px;border-bottom:1px solid var(--navy-light)}.sidebar-logo h1{margin:0;font-size:15px;font-weight:700;font-family:Merriweather,Georgia,serif;letter-spacing:.02em;color:#fff}.sidebar-logo p{margin:2px 0 0;font-size:11px;color:#ffffff80}.sidebar-nav{padding:12px 0;flex:1}.nav-link{display:flex;align-items:center;gap:10px;padding:10px 16px;color:#ffffffb3;text-decoration:none;font-size:13.5px;font-weight:500;transition:background .15s,color .15s;border-left:3px solid transparent}.nav-link:hover{background:var(--navy-light);color:#fff}.nav-link.active{background:var(--navy-light);color:#fff;border-left-color:var(--gold)}.nav-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-footer{padding:12px 16px;border-top:1px solid var(--navy-light);font-size:12px;color:#fff6}.main-content{flex:1;overflow-y:auto;display:flex;flex-direction:column}.page-header{padding:24px 28px 16px;border-bottom:1px solid var(--gray-200);background:#fff}.page-header h2{margin:0;font-size:20px;font-weight:700;color:var(--gray-900);font-family:Merriweather,Georgia,serif}.page-header p{margin:4px 0 0;color:var(--gray-600);font-size:13px}.page-body{padding:24px 28px;flex:1}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--gray-100)}.auth-card{background:#fff;border-radius:8px;border:1px solid var(--gray-200);padding:36px 40px;width:100%;max-width:400px;box-shadow:0 1px 3px #0000000f}.auth-card h1{margin:0 0 4px;font-size:22px;font-weight:700;color:var(--gray-900);font-family:Merriweather,Georgia,serif}.auth-card p{margin:0 0 24px;color:var(--gray-600);font-size:13px}.auth-logo{font-size:28px;margin-bottom:16px}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:13px;font-weight:500;color:var(--gray-600);margin-bottom:6px}.form-input{width:100%;padding:8px 12px;border:1px solid var(--gray-200);border-radius:6px;font-size:14px;color:var(--gray-900);background:#fff;transition:border-color .15s;outline:none}.form-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #1b2a4a1a}.form-input:disabled{background:var(--gray-100);cursor:not-allowed}.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:6px;font-size:13.5px;font-weight:500;cursor:pointer;border:none;text-decoration:none;transition:background .15s,opacity .15s}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-hover)}.btn-full{width:100%;justify-content:center}.btn-sm{padding:5px 10px;font-size:12px}.btn-danger{background:var(--red-bg);color:var(--red)}.btn-danger:hover:not(:disabled){background:#fca5a5}.btn-secondary{background:var(--gray-100);color:var(--gray-600)}.btn-secondary:hover:not(:disabled){background:var(--gray-200)}.badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:12px;font-size:11.5px;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.badge-pending{background:var(--gray-100);color:var(--gray-600)}.badge-running{background:#dbeafe;color:#1d4ed8}.badge-completed{background:var(--green-bg);color:var(--green)}.badge-failed{background:var(--red-bg);color:var(--red)}.badge-partial{background:var(--orange-bg);color:var(--orange)}.badge-system_unavailable{background:var(--yellow-bg);color:var(--yellow)}.badge-duplicate{background:var(--purple-bg);color:var(--purple)}.badge-downloaded{background:var(--green-bg);color:var(--green)}.badge-skipped{background:var(--gray-100);color:var(--gray-600)}.badge-unmatched{background:var(--yellow-bg);color:var(--yellow)}.badge-active{background:var(--green);color:#fff}.badge-inactive{background:var(--gray-400);color:#fff}.badge-connected{background:var(--green);color:#fff}.badge-disconnected{background:var(--gray-400);color:#fff}.badge-error,.badge-expired{background:var(--red);color:#fff}.badge-verifying{background:var(--gold);color:#fff}.card{background:#fff;border:1px solid var(--gray-200);border-radius:8px;padding:20px 24px}.card-title{font-size:13px;font-weight:500;color:var(--gray-600);margin:0 0 8px;text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:32px;font-weight:700;color:var(--gray-900);line-height:1;font-family:Inter,-apple-system,sans-serif}.stat-detail{font-size:12px;color:var(--gray-400);margin-top:6px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;margin-bottom:24px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:20px}.table-container{background:#fff;border:1px solid var(--gray-200);border-radius:8px;overflow:hidden}table{width:100%;border-collapse:collapse}th{background:var(--gray-50);padding:10px 16px;text-align:left;font-size:11.5px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-600);border-bottom:1px solid var(--gray-200);white-space:nowrap}td{padding:12px 16px;border-bottom:1px solid var(--gray-100);font-size:13.5px;vertical-align:middle}tr:last-child td{border-bottom:none}tr:hover td{background:var(--gray-50)}.table-link{color:var(--primary);text-decoration:none;font-weight:500}.table-link:hover{text-decoration:underline}.filters-bar{display:flex;gap:12px;align-items:center;margin-bottom:16px;flex-wrap:wrap}.search-input{flex:1;min-width:200px;max-width:320px;padding:8px 12px;border:1px solid var(--gray-200);border-radius:6px;font-size:13.5px;outline:none;transition:border-color .15s}.search-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #1b2a4a1a}.filter-select{padding:8px 12px;border:1px solid var(--gray-200);border-radius:6px;font-size:13.5px;background:#fff;color:var(--gray-900);cursor:pointer;outline:none}.empty-state{text-align:center;padding:48px 24px;color:var(--gray-400)}.empty-state p{margin:8px 0 0;font-size:13px}.alert{padding:10px 14px;border-radius:6px;font-size:13px;margin-bottom:16px}.alert-error{background:var(--red-bg);color:var(--red);border:1px solid #fca5a5}.alert-success{background:var(--green-bg);color:var(--green);border:1px solid #86efac}.alert-info{background:#dbeafe;color:#1d4ed8;border:1px solid #93c5fd}.loading{display:flex;align-items:center;justify-content:center;padding:48px;color:var(--gray-400);font-size:13px}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.section-header h3{margin:0;font-size:15px;font-weight:700;color:var(--gray-900);font-family:Merriweather,Georgia,serif}.pagination{display:flex;align-items:center;gap:8px;margin-top:16px;font-size:13px;color:var(--gray-600);justify-content:flex-end}.pagination button{padding:5px 12px;border:1px solid var(--gray-200);border-radius:5px;background:#fff;cursor:pointer;font-size:13px;color:var(--gray-600)}.pagination button:disabled{opacity:.4;cursor:not-allowed}.pagination button:hover:not(:disabled){background:var(--gray-100)}.detail-meta{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:24px}.detail-meta-item{background:#fff;border:1px solid var(--gray-200);border-radius:6px;padding:14px 16px}.detail-meta-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-400);margin-bottom:4px}.detail-meta-value{font-size:14px;font-weight:500;color:var(--gray-900)}.back-link{display:inline-flex;align-items:center;gap:4px;color:var(--primary);text-decoration:none;font-size:13px;margin-bottom:16px}.back-link:hover{text-decoration:underline}.auth-footer{text-align:center;margin-top:20px;font-size:13px;color:var(--gray-600)}.auth-footer a{color:var(--primary);text-decoration:none}.auth-footer a:hover{text-decoration:underline}@media (min-width: 769px) and (max-width: 1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}.page-body{padding:20px 24px}}@media (max-width: 768px){.app-layout{flex-direction:column;height:100vh}.sidebar{position:fixed;bottom:0;left:0;right:0;width:100%;height:60px;flex-direction:row;z-index:50;border-top:1px solid var(--navy-light);border-bottom:none;overflow:visible}.sidebar-logo{display:none}.sidebar-nav{display:flex;flex-direction:row;justify-content:space-around;align-items:center;padding:0;width:100%;height:100%}.nav-link{flex-direction:column;gap:2px;padding:8px 4px;font-size:10px;border-left:none;border-top:2px solid transparent;justify-content:center;align-items:center;flex:1}.nav-link.active{border-left-color:transparent;border-top-color:var(--gold);background:var(--navy-light)}.nav-link span{display:block;text-align:center}.nav-icon{width:24px;height:24px}.sidebar-footer{display:none}.main-content{padding-bottom:60px}.page-header{padding:16px 16px 12px}.page-header h2{font-size:18px}.page-body{padding:16px}.two-col{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr;gap:10px}.card{padding:16px}.stat-value{font-size:26px}.card-title{font-size:11px}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}table{min-width:600px}td,th{padding:10px 12px;font-size:13px}.filters-bar{flex-direction:column;align-items:stretch}.search-input{max-width:none;min-width:0}.filter-select{width:100%}.detail-meta{grid-template-columns:1fr;gap:10px}.auth-card{margin:16px;padding:24px 20px}.auth-card h1{font-size:20px}.btn{padding:10px 18px;font-size:14px;min-height:44px}.btn-sm{padding:8px 14px;font-size:13px;min-height:36px}.pagination button{padding:8px 16px;min-height:36px}.pagination{justify-content:center}.inbox-two-col{grid-template-columns:1fr;gap:16px}}@media (max-width: 400px){.stats-grid{grid-template-columns:1fr}}.landing{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#374151;line-height:1.6;-webkit-font-smoothing:antialiased}.landing-nav{position:sticky;top:0;z-index:50;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #E5E7EB}.landing-nav-inner{max-width:1120px;margin:0 auto;padding:0 1.5rem;height:64px;display:flex;align-items:center;justify-content:space-between}.landing-logo{font-family:Merriweather,Georgia,serif;font-size:1.25rem;color:#1b2a4a;text-decoration:none;letter-spacing:-.01em}.landing-nav-links{display:flex;gap:2rem}.landing-nav-links a{color:#6b7280;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .15s}.landing-nav-links a:hover{color:#1b2a4a}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-weight:600;font-size:.9rem;border-radius:6px;border:none;cursor:pointer;transition:all .15s ease;text-decoration:none}.btn-sm{padding:.5rem 1.25rem;font-size:.85rem}.btn-lg{padding:.875rem 2rem;font-size:1rem}.btn-block{width:100%;padding:.75rem 1.5rem}.btn-primary{background:#1b2a4a;color:#fff}.btn-primary:hover{background:#253760}.btn-outline{background:transparent;color:#1b2a4a;border:1.5px solid #D1D5DB}.btn-outline:hover{border-color:#1b2a4a;background:#f9fafb}.landing-hero{max-width:720px;margin:0 auto;padding:5rem 1.5rem 4rem;text-align:center}.landing-headline{font-family:Merriweather,Georgia,serif;font-size:3.25rem;font-weight:400;color:#1b2a4a;line-height:1.15;letter-spacing:-.02em;margin:0 0 1.25rem}.landing-subheadline{font-size:1.15rem;color:#6b7280;line-height:1.7;margin:0 0 2rem;max-width:560px;margin-left:auto;margin-right:auto}.landing-cta-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.landing-section{padding:4.5rem 1.5rem}.landing-section--warm{background:#fafaf8}.landing-section-title{font-family:Merriweather,Georgia,serif;font-size:2rem;font-weight:400;color:#1b2a4a;text-align:center;margin:0 0 .75rem}.landing-section-subtitle{text-align:center;color:#6b7280;font-size:1.05rem;margin:0 0 2.5rem}.landing-features{max-width:960px;margin:2.5rem auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.landing-feature-card{background:#fff;border:1px solid #E5E7EB;border-radius:10px;padding:2rem 1.75rem;text-align:center;box-shadow:0 1px 3px #0000000a;transition:box-shadow .2s}.landing-feature-card:hover{box-shadow:0 4px 12px #00000014}.landing-feature-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:12px;background:#f4ede0;color:#b8923f;margin-bottom:1.25rem}.landing-feature-title{font-family:Inter,sans-serif;font-size:1.05rem;font-weight:600;color:#1b2a4a;margin:0 0 .5rem}.landing-feature-body{font-size:.925rem;color:#6b7280;line-height:1.6;margin:0}.landing-testimonial{max-width:640px;margin:0 auto;text-align:center;border:none;padding:0}.landing-testimonial p{font-family:Merriweather,Georgia,serif;font-size:1.35rem;color:#1b2a4a;line-height:1.5;margin:0 0 1rem}.landing-testimonial cite{font-family:Inter,sans-serif;font-style:normal;font-size:.9rem;color:#9ca3af}.landing-pricing-grid{max-width:960px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:start}.landing-pricing-card{background:#fff;border:1px solid #E5E7EB;border-radius:10px;padding:2rem 1.75rem;text-align:center;position:relative}.landing-pricing-card--featured{border-color:#b8923f;box-shadow:0 4px 16px #b8923f1f}.landing-pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#b8923f;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem 1rem;border-radius:100px;letter-spacing:.03em;text-transform:uppercase}.landing-pricing-tier{font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.landing-pricing-rate{margin-bottom:.25rem}.landing-pricing-amount{font-family:Merriweather,Georgia,serif;font-size:2.75rem;color:#1b2a4a}.landing-pricing-unit{font-size:1rem;color:#9ca3af}.landing-pricing-range{font-size:.85rem;color:#9ca3af;margin-bottom:1.5rem}.landing-pricing-features{list-style:none;padding:0;margin:0 0 1.5rem;text-align:left}.landing-pricing-features li{padding:.4rem 0;font-size:.9rem;color:#4b5563;border-bottom:1px solid #F3F4F6}.landing-pricing-features li:last-child{border-bottom:none}.landing-pricing-features li:before{content:"✓";color:#b8923f;font-weight:700;margin-right:.5rem}.landing-pricing-trial{text-align:center;font-size:.9rem;color:#6b7280;margin-top:2rem}.landing-cta-section{text-align:center;background:#1b2a4a;padding:4rem 1.5rem}.landing-cta-section .landing-headline{color:#fff}.landing-cta-section .landing-subheadline{color:#ffffffb3}.landing-cta-section .btn-primary{background:#b8923f;color:#fff}.landing-cta-section .btn-primary:hover{background:#a07e34}.landing-footer{border-top:1px solid #E5E7EB;padding:1.5rem}.landing-footer-inner{max-width:1120px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.landing-footer-brand{font-size:.85rem;color:#9ca3af}.landing-footer-links{display:flex;gap:1.5rem}.landing-footer-links a{font-size:.85rem;color:#9ca3af;text-decoration:none}.landing-footer-links a:hover{color:#6b7280}@media (max-width: 768px){.landing-headline{font-size:2.25rem}.landing-nav-links{display:none}.landing-features{grid-template-columns:1fr;gap:1.25rem}.landing-pricing-grid{grid-template-columns:1fr;max-width:400px}.landing-footer-inner{flex-direction:column;gap:1rem;text-align:center}.landing-hero{padding:3rem 1.5rem 2.5rem}.landing-section{padding:3rem 1.5rem}}@media (min-width: 769px) and (max-width: 1024px){.landing-headline{font-size:2.75rem}.landing-features{gap:1.25rem}.landing-pricing-grid{gap:1rem}}
