body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:#f9f9f9}.dashboard-container{display:grid;grid-template-columns:300px 1fr;gap:20px;padding:20px;max-width:1200px;margin:0 auto}@media (max-width: 768px){.dashboard-container{grid-template-columns:1fr}}.command-center{background:white;padding:20px;border-radius:12px;box-shadow:0 4px 6px #0000000d;height:fit-content}.action-feed{display:flex;flex-direction:column;gap:20px}@media (max-width: 768px){.desktop-only{display:none!important}}@media (min-width: 769px){.mobile-only{display:none!important}}.App{min-height:100vh;display:flex;flex-direction:column;padding-bottom:70px}@media (min-width: 769px){.App{padding-bottom:0}}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#0f172a;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#475569}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:#334155 #0f172a}
