*{margin:0;padding:0;box-sizing:border-box}:root{background:#2a3131;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body,html{height:100%;overflow:hidden}.container{display:grid;grid-template-columns:300px 1fr;grid-template-rows:10px 1fr;grid-template-areas:"sidebar header" "sidebar main";height:100vh;grid-gap:0;gap:0}@media(max-width:768px){.container{grid-template-columns:1fr;grid-template-rows:auto auto 1fr;grid-template-areas:"sidebar" "header" "main"}.sidebar{padding:15px;flex-direction:row;align-items:center;gap:20px}.sidebar .heading{margin-bottom:0;font-size:24px}.top-header{padding:15px 20px;margin-left:0;min-height:32px}.header-notch{width:90px;height:32px}.notch-icons{gap:6px;right:10px}.notch-icon{width:22px;height:22px}.notch-icon svg{width:14px;height:14px}}