.dashboard-grid{display:grid;grid-template-columns:1fr 2fr;gap:24px}.dashboard-grid .left-column{display:flex;flex-direction:column;gap:24px}.dashboard-grid .camera-wrapper{grid-column:2;grid-row:1 / 3}@media (max-width: 768px){.dashboard-grid{grid-template-columns:1fr}.dashboard-grid .camera-wrapper{grid-column:1;grid-row:auto}.app-header{flex-wrap:wrap}.app-header .app-title{width:100%;text-align:center;margin-bottom:12px}.app-header-right{width:100%;justify-content:center}}
