:root{color-scheme:dark;--font-inter:"Inter","Helvetica Neue",Arial,sans-serif;--font-playfair:"Playfair Display","Times New Roman",serif}body,html{max-width:100%;background-color:#0c1b1e;color:#f0f6f8;min-height:100%;font-family:var(--font-inter)}a{color:inherit;text-decoration:none}*,:after,:before{box-sizing:border-box}.dashboard-layout{display:flex;min-height:100vh;width:100%}.dashboard-layout__content{flex:1 1;display:flex;flex-direction:column;width:100%}.dashboard-sidebar{display:none;width:100%;max-width:16rem;background-color:#102327;border-right:1px solid hsla(0,0%,100%,.12)}@media (min-width:768px){.dashboard-sidebar{display:block}}.dashboard-sidebar__nav{padding:1.5rem 0}.dashboard-sidebar__list{display:flex;flex-direction:column;gap:.25rem}.dashboard-sidebar__link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;color:rgba(240,246,248,.85);font-size:.95rem;font-weight:500;border-radius:.75rem;transition:background-color .15s ease,color .15s ease}.dashboard-sidebar__link:focus-visible,.dashboard-sidebar__link:hover{background-color:hsla(0,0%,100%,.1);color:#f5fbfc;outline:none}.dashboard-sidebar__link--active{background-color:#38b2ac;color:#0c1b1e;font-weight:600}.dashboard-sidebar__icon{width:1.1rem;height:1.1rem}