@media (min-width:300px) and (max-width:400px){.hamburger{display:flex !important;width:40px !important;height:40px !important;min-width:40px !important;min-height:40px !important;padding:8px !important;border-radius:6px !important;z-index:10000 !important;}.hamburger-box{width:24px !important;height:18px !important;}.hamburger-inner{width:24px !important;height:2px !important;}.btn{padding:0.5rem 0.75rem !important;font-size:0.8rem !important;min-height:36px !important;line-height:1.2 !important;}.btn-primary{padding:0.5rem 0.75rem !important;font-size:0.8rem !important;min-height:36px !important;line-height:1.2 !important;}}@media (min-width:375px) and (max-width:375px) and (min-height:667px) and (max-height:667px),(min-width:375px) and (max-width:375px) and (min-height:670px) and (max-height:670px){.hamburger{display:flex !important;visibility:visible !important;opacity:1 !important;width:44px !important;height:44px !important;min-width:44px !important;min-height:44px !important;padding:10px !important;border-radius:8px !important;z-index:10001 !important;position:relative !important;background:var(--card) !important;border:1px solid var(--border) !important;}.hamburger-box{width:24px !important;height:18px !important;position:relative !important;}.hamburger-inner{width:24px !important;height:2px !important;background:var(--foreground) !important;}.hamburger-inner::before,.hamburger-inner::after{width:24px !important;height:2px !important;background:var(--foreground) !important;}.header{padding:0.5rem 0 !important;min-height:56px !important;height:56px !important;}.header-container{padding:0 0.5rem !important;gap:0.25rem !important;justify-content:space-between !important;height:56px !important;}.header-actions{gap:0.25rem !important;margin-right:0.25rem !important;min-width:auto !important;flex-shrink:0 !important;}.header-actions .btn{padding:0.3rem 0.5rem !important;font-size:0.7rem !important;min-height:28px !important;height:auto !important;line-height:1.2 !important;white-space:nowrap !important;flex-shrink:1 !important;min-width:auto !important;}.header-actions .btn-outline{padding:0.3rem 0.5rem !important;font-size:0.7rem !important;min-height:28px !important;height:auto !important;}.header-actions .btn-accent{padding:0.3rem 0.5rem !important;font-size:0.7rem !important;min-height:28px !important;height:auto !important;}.header-actions .btn-primary{padding:0.3rem 0.5rem !important;font-size:0.7rem !important;min-height:28px !important;height:auto !important;}.logo{font-size:0.9rem !important;font-weight:700 !important;flex-shrink:1 !important;display:flex !important;flex-direction:column !important;max-width:calc(100% - 155px) !important;margin-right:0.25rem !important;}.logo-main{font-size:0.9rem !important;}.logo-subtitle{font-size:0.4rem !important;}.hamburger{width:38px !important;height:38px !important;min-width:38px !important;min-height:38px !important;padding:8px !important;}.hamburger-box{width:18px !important;height:12px !important;}}@media (max-width:991px){.nav-list{flex-direction:column !important;gap:0 !important;padding:1rem !important;background:var(--card) !important;border-radius:var(--radius) !important;box-shadow:var(--shadow-lg) !important;}.nav-list li{width:100% !important;border-bottom:1px solid var(--border) !important;}.nav-list li:last-child{border-bottom:none !important;}.nav-list a{display:block !important;padding:1rem !important;color:var(--foreground) !important;text-decoration:none !important;font-weight:500 !important;font-size:1rem !important;transition:all 0.2s ease !important;border-radius:0 !important;background:transparent !important;width:100% !important;text-align:left !important;}.nav-list a:hover{background:var(--muted) !important;color:var(--foreground) !important;transform:none !important;}.nav-list a:active,.nav-list a:focus{background:var(--accent) !important;color:var(--foreground) !important;outline:none !important;}.nav-list a.active{background:var(--primary) !important;color:var(--primary-foreground) !important;font-weight:600 !important;}.dropdown-toggle{display:block !important;padding:1rem !important;color:var(--foreground) !important;text-decoration:none !important;font-weight:500 !important;font-size:1rem !important;transition:all 0.2s ease !important;border-radius:0 !important;background:transparent !important;width:100% !important;text-align:left !important;border-bottom:1px solid var(--border) !important;}.dropdown-toggle:hover{background:var(--muted) !important;color:var(--foreground) !important;}.dropdown-toggle.active{background:var(--primary) !important;color:var(--primary-foreground) !important;font-weight:600 !important;}.dropdown{position:relative !important;}.dropdown-menu{position:static !important;display:none !important;background:var(--muted) !important;border:none !important;box-shadow:none !important;border-radius:0 !important;margin:0 !important;padding:0 !important;}.dropdown:hover .dropdown-menu,.dropdown.active .dropdown-menu{display:block !important;}.dropdown-item{display:block !important;padding:0.75rem 1.5rem !important;color:var(--muted-foreground) !important;text-decoration:none !important;font-size:0.9rem !important;transition:all 0.2s ease !important;border-bottom:1px solid var(--border) !important;}.dropdown-item:hover{background:var(--accent) !important;color:var(--foreground) !important;}.dropdown-item:active,.dropdown-item:focus{background:var(--primary) !important;color:var(--primary-foreground) !important;outline:none !important;}.dropdown-item:last-child{border-bottom:none !important;}.nav-link{display:block !important;padding:1rem !important;color:var(--foreground) !important;text-decoration:none !important;font-weight:500 !important;font-size:1rem !important;transition:all 0.2s ease !important;border-radius:0 !important;background:transparent !important;width:100% !important;text-align:left !important;border-bottom:1px solid var(--border) !important;}.nav-link:hover{background:var(--muted) !important;color:var(--foreground) !important;}.nav-link:active,.nav-link:focus{background:var(--primary) !important;color:var(--primary-foreground) !important;outline:none !important;}.nav-link.active{background:var(--primary) !important;color:var(--primary-foreground) !important;font-weight:600 !important;}.header-actions .btn{padding:0.75rem 1rem !important;font-size:0.9rem !important;margin:0.5rem 0 !important;width:100% !important;text-align:center !important;border-radius:var(--radius) !important;}.btn-outline{background:transparent !important;color:var(--primary) !important;border:1px solid var(--primary) !important;}.btn-outline:hover{background:var(--primary) !important;color:var(--primary-foreground) !important;}.btn-primary{background:var(--primary) !important;color:var(--primary-foreground) !important;border:1px solid var(--primary) !important;}.btn-primary:hover{background:var(--primary) !important;color:var(--primary-foreground) !important;opacity:0.9 !important;}}