:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}body,html,#root{height:100%;width:100%;overflow:hidden;background-color:#f8fafc;color:#333}.login-screen{height:100vh;display:flex;align-items:center;justify-content:center;background:#fff}.sso-button{padding:12px 24px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer}.dashboard-layout{display:flex;height:100vh;width:100vw;overflow:hidden}.rail-sidebar{width:72px;min-width:72px;background-color:#f1f5f9;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;justify-content:space-between;padding:16px 0;flex-shrink:0;z-index:50}.rail-group{display:flex;flex-direction:column;align-items:center;gap:15px}.rail-item{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:#64748b;cursor:pointer;transition:all .2s}.rail-item:hover{background-color:#e2e8f0;color:#1e293b}.rail-item.active{background-color:#fff;color:#2563eb;box-shadow:0 1px 2px #0000000d}.rail-item.brand{margin-bottom:10px;cursor:default}.brand-circle{width:36px;height:36px;background:#1e293b;color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700}.rail-avatar{width:32px;height:32px;background:#8b5cf6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px}.rail-item.danger{color:#ef4444}.icon-wrapper{position:relative}.rail-badge{position:absolute;top:-2px;right:-2px;background:#ef4444;color:#fff;font-size:9px;width:14px;height:14px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #f1f5f9}.main-wrapper{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.top-bar{height:60px;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;padding:0 24px;flex-shrink:0}.search-bar{display:flex;align-items:center;gap:10px;background:#f1f5f9;padding:8px 12px;border-radius:8px;width:300px}.content-area{flex:1;padding:24px;overflow-y:auto}.section-title{font-size:1.5rem;font-weight:700;margin-bottom:24px}.retailer-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;padding-bottom:50px}.retailer-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:column}.retailer-header{padding:12px 16px;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.retailer-main-info{display:flex;align-items:center;gap:10px}.retailer-logo-compact{width:32px;height:32px;background:#f8fafc;color:#475569;border-radius:8px;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;font-weight:700}.retailer-name{font-size:1rem;font-weight:600}.meta-badge.connection{display:flex;align-items:center;gap:4px;padding:3px 6px;border-radius:4px;font-size:.7rem;font-weight:600}.meta-badge.connection.connected{background:#ecfdf5;color:#059669}.meta-badge.connection.disconnected{background:#fef2f2;color:#dc2626}.facts-container{padding:0 16px 16px}.facts-header-row{display:flex;padding:8px 0;font-size:.65rem;font-weight:700;color:#94a3b8;border-bottom:1px solid #f1f5f9;margin-bottom:4px;text-transform:uppercase}.fact-row{display:flex;align-items:center;height:36px;border-bottom:1px solid #f8fafc}.fact-row.clickable{cursor:pointer}.fact-row.clickable:hover{background:#f8fafc}.fact-name{width:20%;font-size:.8rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fact-integration{width:20%;display:flex;gap:5px}.int-badge{display:flex;align-items:center;gap:3px;padding:1px 5px;border-radius:6px;font-size:.65rem;font-weight:600}.int-badge.not-cataloged{background:#fff7ed;color:#ea580c;border:1px solid #ffedd5}.int-badge.discarded{background:#fef2f2;color:#dc2626;border:1px solid #fee2e2}.empty{color:#ccc;font-size:.8rem}.fact-quality{width:10%;text-align:center;font-size:.8rem;font-weight:700}.fact-trend{width:15%;display:flex;justify-content:center}.fact-history{width:35%;padding-left:8px}.history-bars-wrapper{display:flex;gap:3px;height:14px;align-items:flex-end;width:100%}.history-bar{flex:1;height:100%;border-radius:1px}.drawer-overlay{position:fixed;inset:0;background:#0000004d;z-index:100;display:flex;justify-content:flex-end}.drawer-panel{width:500px;max-width:90vw;background:#fff;height:100%;box-shadow:-5px 0 25px #0000001a;display:flex;flex-direction:column;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.drawer-header{padding:20px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between}.drawer-content{flex:1;overflow-y:auto;padding:20px;background:#f8fafc}.close-btn{background:none;border:none;cursor:pointer;color:#64748b}.drawer-kpis{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px}.kpi-card{background:#fff;padding:12px;border-radius:8px;border:1px solid #e2e8f0;text-align:center}.kpi-label{font-size:.7rem;color:#64748b;text-transform:uppercase;display:block}.kpi-value{font-size:1.2rem;font-weight:700;color:#0f172a}.detail-section{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:16px;margin-bottom:16px}.section-head{display:flex;align-items:center;gap:8px;margin-bottom:10px;font-weight:700}.heatmap-grid{display:flex;flex-wrap:wrap;gap:2px}.heatmap-cell{width:10px;height:10px;border-radius:2px}.big-chart-svg{width:100%;height:auto}@media(max-width:768px){.retailer-grid{grid-template-columns:1fr}.facts-header-row{display:none}.fact-row{height:auto;flex-wrap:wrap;padding:8px 0;gap:5px}.fact-name{width:100%;margin-bottom:4px}}
