#menu li a{font-size:1rem !important;font-weight:var(--fw-medium);color:var(--text-color)}.logo a{font-size:1.8rem !important}.lang-switch li a{font-size:1rem !important}#menu li{margin-left:2rem !important}@media(max-width:768px){.header{padding:.6rem 0}.nav{flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem}.logo{flex-shrink:0}.logo a{font-size:1.3rem !important}#menu{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:0;padding:0;scrollbar-width:none;-ms-overflow-style:none;background:0 0;border-radius:0;padding:0;gap:0}#menu::-webkit-scrollbar{display:none}html.dark #menu{background:0 0}#menu li{margin:0 !important;flex-shrink:0}#menu li a{font-size:1rem !important;font-weight:500 !important;padding:.4rem .6rem !important;border-radius:0;color:var(--text-secondary) !important;background:0 0;transition:color var(--t-fast);white-space:nowrap;position:relative}#menu li a:hover{color:var(--text-color) !important}#menu li a.active{color:var(--text-color) !important;font-weight:600 !important}#menu li a.active::after{content:'';position:absolute;bottom:0;left:.6rem;right:.6rem;height:2px;background:var(--primary-color);border-radius:1px}.nav>div:last-child{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.theme-switch-wrapper{margin-left:0}.theme-switch{width:40px;height:22px}.slider::before{height:16px;width:16px}input:checked+.slider::before{transform:translateX(18px)}}@media(max-width:480px){#menu li a{font-size:.95rem !important;padding:.45rem .75rem !important}.logo a{font-size:1.15rem !important}}.theme-switch-wrapper{display:inline-flex;align-items:center;margin-left:.5rem}.theme-switch{position:relative;display:inline-block;width:44px;height:24px}.theme-switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#ffb366;border-radius:24px;box-shadow:inset 0 1px 2px rgba(0,0,0,5%),0 2px 4px rgba(0,0,0,6%);transition:background .3s ease}.slider::before{content:"";position:absolute;height:18px;width:18px;left:3px;bottom:3px;background:#fff;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.1),inset 0 -.5px 1px rgba(0,0,0,3%);transition:transform .3s cubic-bezier(.4,0,.2,1)}html.dark .slider{background:#c7b8ea}html.dark .slider::before{background:#f8f5ff}input:checked+.slider::before{transform:translateX(20px)}