.sidebar-container{display:flex;flex-direction:column}.menu{width:var(--sidebar-width);background-color:var(--white);color:var(--black);height:100vh;position:-webkit-sticky;position:sticky;top:0;transition:all .3s ease;box-shadow:2px 0 12px rgba(0,0,0,.08);z-index:100;padding-top:80px;border-right:1px solid rgba(0,0,0,.06)}.mobile-menu-toggle{display:none;align-items:center;gap:.625rem;padding:1rem 1.25rem;background:white;font-size:.95rem;font-weight:700;color:var(--black);cursor:pointer;border:none;border-bottom:1px solid rgba(0,0,0,.08);width:100%;transition:all .2s ease;box-shadow:0 2px 4px rgba(0,0,0,.02)}.mobile-menu-toggle:hover{background-color:var(--blush-light);color:var(--salmon)}.toggle-icon{transition:transform .2s ease}.toggle-icon.rotate{transform:rotate(180deg)}@media (max-width:768px){.sidebar-container.mobile{width:100%;position:-webkit-sticky;position:sticky;top:72px;z-index:1001;background:white}.mobile-menu-toggle{display:flex}.menu.sidebar{width:100%;height:auto;max-height:80vh;overflow-y:auto;position:static;display:block;padding-top:.5rem;box-shadow:none;border-bottom:1px solid rgba(0,0,0,.1);background:white}.menu.sidebar.hidden{display:none}}.burger-wrapper{position:absolute;top:0;right:0;z-index:1000}.burger-3{cursor:pointer;margin-top:-1.1rem}.burger-3 input{display:none}.burger-3 svg{height:4.25rem;transition:transform .6s cubic-bezier(.4,0,.2,1)}.line{fill:none;stroke:var(--salmon);stroke-linecap:round;stroke-linejoin:round;stroke-width:3;transition:stroke-dasharray .6s cubic-bezier(.4,0,.2,1),stroke-dashoffset .6s cubic-bezier(.4,0,.2,1)}.line-top-bottom{stroke-dasharray:12 63}.burger-3 input:checked+svg{transform:rotate(-45deg)}.burger-3 input:checked+svg .line-top-bottom{stroke-dasharray:20 300;stroke-dashoffset:-32.42}.logo{display:flex;flex-direction:column;align-items:center;padding:32px 0 0}.logo img,.logo>span{opacity:1;transition:var(--transition);width:auto!important;height:120px!important}.logo-hr{border:0;height:1px;background-color:var(--salmon);margin:var(--spacing-lg) var(--spacing-xl)}.logo-hr,.menu-list{transition:var(--transition)}.menu-list{list-style:none;padding:0;padding-right:var(--spacing-md);font-size:var(--font-size-md);position:relative;max-height:calc(100vh - 180px);overflow-y:auto;padding-bottom:60px}.menu-list::-webkit-scrollbar{width:8px}.menu-list::-webkit-scrollbar-track{background:transparent}.menu-list::-webkit-scrollbar-thumb{background:var(--gray);border-radius:var(--radius-sm)}.menu-list::-webkit-scrollbar-thumb:hover{background:var(--salmon)}.menu-item{display:flex;align-items:center;justify-content:flex-start;padding:.875rem 1.25rem;border-top-right-radius:12px;border-bottom-right-radius:12px;margin-bottom:.25rem;cursor:pointer;text-decoration:none;color:var(--black);transition:all .25s cubic-bezier(.4,0,.2,1);position:relative}.menu-item:hover{background-color:rgba(196,84,83,.1);color:var(--salmon);transform:translateX(4px)}.menu-list .active{background-color:var(--salmon);color:var(--white);box-shadow:0 2px 8px rgba(196,84,83,.3)}.sidebar-link{margin-left:10px;text-decoration:none;color:inherit;font-weight:600;width:100%;height:100%;transition:var(--transition)}.menu-icon{width:32px;height:32px;margin-right:var(--spacing-sm);flex-shrink:0}@media screen and (min-width:768px) and (max-width:1024px){.menu{position:fixed;margin-right:2rem;z-index:100;top:73px;height:calc(100vh - 73px)}}@media (max-width:768px){.menu{display:none}}.menu-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1005;animation:fadeIn .3s ease forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}