body.menu-body{margin:0;font-family:'Segoe UI',sans-serif;background:#fff;color:#333;display:flex;flex-direction:column;height:100vh;}
.menu-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.2rem;border-bottom:1px solid #ddd;font-weight:600;font-size:1.2rem;}
.menu-close{background:none;border:none;font-size:1.3rem;cursor:pointer;color:#333;}
.menu-container{padding:1.2rem;box-sizing:border-box;}
.menu-list{list-style:none;padding:0;margin:0;}
.menu-list li{margin:1.1rem 0;}
.menu-list li a{text-decoration:none;color:#333;font-size:1.25rem;font-weight:300;display:block;padding:.6rem .8rem;border-radius:8px;transition:background .2s ease;}
.menu-list li a:hover{background:#f4f4f4;}