.menu-overlay[data-v-da9a18fa]{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#00000040;display:flex;height:100vh;justify-content:flex-end;inset:0;position:fixed;width:100vw;z-index:999}.menu-container[data-v-da9a18fa]{max-width:360px;z-index:1000}.menu-container[data-v-da9a18fa],.menu-panel[data-v-da9a18fa]{height:100%;position:relative;width:100%}.menu-panel[data-v-da9a18fa]{background:#fff;box-shadow:-4px 0 25px #00000026;display:flex;flex-direction:column;padding:1rem}.menu-header[data-v-da9a18fa]{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding:0 .5rem}.menu-header h2[data-v-da9a18fa]{color:var(--text-primary);font-size:1.25rem;font-weight:600}.header-actions[data-v-da9a18fa]{align-items:center;display:flex;gap:.5rem}.theme-toggle-button[data-v-da9a18fa]{align-items:center;background:var(--color-slate-100,#f1f5f9);border:none;border-radius:50%;color:var(--color-slate-700,#334155);cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s ease;width:36px}.theme-toggle-button[data-v-da9a18fa]:hover{background:var(--color-slate-200,#e2e8f0);transform:scale(1.05)}.theme-toggle-button[data-v-da9a18fa]:active{transform:scale(.95)}.close-button[data-v-da9a18fa]{background:none;border:none;border-radius:8px;color:var(--text-secondary);cursor:pointer;margin:-.5rem;padding:.5rem;transition:all .2s ease}.close-button[data-v-da9a18fa]:hover{background:var(--primary-light);color:var(--primary-color)}.menu-items[data-v-da9a18fa]{display:flex;flex:1;flex-direction:column;gap:.25rem;overflow-y:auto;padding:0 .5rem}.menu-item[data-v-da9a18fa]{align-items:center;border-radius:12px;color:var(--text-primary);display:flex;font-size:.95rem;font-weight:500;gap:1rem;padding:.875rem 1rem;text-decoration:none;transition:all .2s ease}.menu-item[data-v-da9a18fa]:hover{background:var(--primary-light);color:var(--primary-color);transform:translate(4px)}.menu-item[data-v-da9a18fa]:active{transform:translate(2px)}.menu-item svg[data-v-da9a18fa]{flex-shrink:0;transition:all .2s ease}.menu-item:hover svg[data-v-da9a18fa]{color:var(--primary-color);transform:scale(1.1)}.menu-divider[data-v-da9a18fa]{background:#00000014;height:1px;margin:.75rem 0}.menu-footer[data-v-da9a18fa]{border-top:1px solid rgba(0,0,0,.08);margin-top:auto;padding:1rem .5rem}@supports (padding-bottom:env(safe-area-inset-bottom)){.menu-footer[data-v-da9a18fa]{padding-bottom:calc(1rem + env(safe-area-inset-bottom))}}.legal-links[data-v-da9a18fa]{align-items:center;display:flex;flex-wrap:wrap;font-size:.75rem;gap:.5rem;justify-content:center}.legal-links[data-v-da9a18fa],.legal-links a[data-v-da9a18fa]{color:var(--text-tertiary,#9ca3af)}.legal-links a[data-v-da9a18fa]{text-decoration:none;transition:color .2s ease}.legal-links a[data-v-da9a18fa]:hover{color:var(--text-secondary,#6b7280)}.legal-links .divider[data-v-da9a18fa]{color:var(--text-tertiary,#d1d5db)}.fade-enter-active[data-v-da9a18fa],.fade-leave-active[data-v-da9a18fa]{transition:opacity .25s ease}.fade-enter-from[data-v-da9a18fa],.fade-leave-to[data-v-da9a18fa]{opacity:0}.slide-enter-active[data-v-da9a18fa]{transition:transform .3s cubic-bezier(.4,0,.2,1)}.slide-leave-active[data-v-da9a18fa]{transition:transform .25s cubic-bezier(.4,0,.2,1)}.slide-enter-from[data-v-da9a18fa],.slide-leave-to[data-v-da9a18fa]{transform:translate(100%)}@media(max-width:640px){.menu-container[data-v-da9a18fa]{max-width:85%}.menu-panel[data-v-da9a18fa]{padding:1.25rem .75rem}.menu-item[data-v-da9a18fa]{padding:.75rem .875rem}.menu-item[data-v-da9a18fa]:active{background:var(--primary-light);transform:translate(2px)}}@media(min-width:768px){.menu-content[data-v-da9a18fa]{width:400px}.menu-item[data-v-da9a18fa]{font-size:1.0625rem;padding:1rem 1.5rem}.menu-item svg[data-v-da9a18fa]{height:22px;width:22px}}@media(min-width:1024px){.menu-content[data-v-da9a18fa]{width:450px}.menu-item[data-v-da9a18fa]{font-size:1.125rem;padding:1.25rem 2rem}.menu-item svg[data-v-da9a18fa]{height:24px;width:24px}}[data-theme=dark] .menu-panel[data-v-da9a18fa]{background:var(--color-bg-primary,#1a1a1a);box-shadow:-4px 0 25px #0006}[data-theme=dark] .menu-header h2[data-v-da9a18fa]{color:var(--text-primary,#f3f4f6)}[data-theme=dark] .close-button[data-v-da9a18fa]{background:transparent;color:var(--text-secondary,#9ca3af)}[data-theme=dark] .close-button svg[data-v-da9a18fa]{color:var(--text-primary,#f3f4f6)}[data-theme=dark] .close-button[data-v-da9a18fa]:hover{background:var(--color-bg-hover,hsla(0,0%,100%,.1));color:#fff}[data-theme=dark] .menu-item[data-v-da9a18fa]{color:var(--text-primary,#f3f4f6)}[data-theme=dark] .menu-item svg[data-v-da9a18fa]{stroke:var(--text-secondary,#9ca3af)}[data-theme=dark] .menu-item[data-v-da9a18fa]:hover{background:var(--color-bg-hover,hsla(0,0%,100%,.1));color:var(--primary-color,#818cf8)}[data-theme=dark] .menu-item:hover svg[data-v-da9a18fa]{stroke:var(--primary-color,#818cf8)}[data-theme=dark] .menu-divider[data-v-da9a18fa]{background:#ffffff1a}[data-theme=dark] .theme-toggle-button[data-v-da9a18fa]{background:var(--color-slate-700,#334155);color:var(--color-slate-200,#e2e8f0)}[data-theme=dark] .theme-toggle-button[data-v-da9a18fa]:hover{background:var(--color-slate-600,#475569)}[data-theme=dark] .menu-footer[data-v-da9a18fa]{border-top-color:#ffffff1a}[data-theme=dark] .legal-links[data-v-da9a18fa],[data-theme=dark] .legal-links a[data-v-da9a18fa]{color:var(--text-tertiary,#6b7280)}[data-theme=dark] .legal-links a[data-v-da9a18fa]:hover{color:var(--text-secondary,#9ca3af)}[data-theme=dark] .legal-links .divider[data-v-da9a18fa]{color:var(--text-tertiary,#4b5563)}
