.app-layout{min-height:100vh;background-color:#f6fffd}.app-main{padding:1rem}@media (min-width:1024px){.app-main{margin-left:16rem;padding:1.5rem 2rem}}.sidebar{position:fixed;top:0;left:0;width:16rem;height:100vh;background-color:#0ac5a4;color:#ffffff;z-index:40;transform:translateX(-100%);transition:transform .25s ease-in-out}.sidebar.open{transform:translateX(0)}@media (min-width:1024px){.sidebar{transform:translateX(0)}}.sidebar-content{display:flex;flex-direction:column;height:100%;padding:1.5rem 1.25rem;gap:1.25rem}.sidebar-header{padding-bottom:1.25rem;border-bottom:2px dashed rgba(255,255,255,.35);margin-bottom:.25rem}.sidebar-title{font-family:var(--font-display,system-ui,sans-serif);font-size:1.375rem;font-weight:700;color:#ffffff;margin:0;line-height:1.2}.sidebar-subtitle{font-size:.7rem;color:rgba(255,255,255,.85);margin:.4rem 0 0;letter-spacing:.05em}.sidebar-nav{flex:1;min-height:0}.sidebar-search{padding-top:1.25rem}.sidebar-footer,.sidebar-search{border-top:2px dashed rgba(255,255,255,.35)}.sidebar-footer{padding-top:1rem;margin-top:auto}.sidebar-copyright{font-size:.7rem;color:rgba(255,255,255,.75);text-align:center;margin:0;letter-spacing:.05em}.sidebar-overlay{position:fixed;inset:0;background-color:rgba(63,53,39,.4);z-index:30}@media (min-width:1024px){.sidebar-overlay{display:none}}.hamburger-button{position:fixed;top:1rem;left:1rem;z-index:50;display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;padding:0;background-color:white;border:3px solid #3f3527;border-radius:.75rem;box-shadow:0 3px 0 #3f3527;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.hamburger-button:hover{transform:translateY(1px);box-shadow:0 2px 0 #3f3527}@media (min-width:1024px){.hamburger-button{display:none}}