.header-front-appbar{z-index:1100;border-bottom:1px solid #e0e0e0;top:0;box-shadow:none!important;background-color:#fff!important;position:sticky!important}.header-front-toolbar{min-height:64px;padding-top:12px;padding-bottom:12px}.header-front-mobile-menu-btn{margin-right:16px;transition:all .2s}.header-front-mobile-menu-btn:hover{background-color:#1976d214;transform:scale(1.05)}.header-front-logo{-webkit-text-fill-color:transparent;background:linear-gradient(45deg,#1976d2,#2196f3);-webkit-background-clip:text;background-clip:text;margin-right:32px;font-size:1.5rem;font-weight:700;transition:all .3s}.header-front-logo:hover{transform:scale(1.02)}.header-front-logo-mobile{flex-grow:1}.header-front-logo-image{filter:drop-shadow(0 2px 4px #0000001a);transition:all .3s}.header-front-logo-image:hover{filter:drop-shadow(0 4px 8px #00000026);transform:scale(1.02)}.header-front-mobile-logo-image{filter:drop-shadow(0 1px 2px #0000001a);transition:all .3s}.header-front-desktop-nav{align-items:center;gap:8px;margin-left:auto;margin-right:24px;display:flex}.header-front-menu-item{position:relative}.header-front-menu-button{text-transform:none;border-radius:8px;margin-left:4px;margin-right:4px;padding:12px 20px;font-size:.95rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;color:#333!important}.header-front-menu-button:before{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.header-front-menu-button:hover{background:linear-gradient(45deg,#1976d2,#2196f3);transform:translateY(-2px);box-shadow:0 4px 12px #1976d24d;color:#fff!important}.header-front-menu-button:hover:before{left:100%}.header-front-menu-button:active{transform:translateY(0);box-shadow:0 2px 8px #1976d233}.header-front-dropdown-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:1px solid #e0e0e0;border-radius:12px;min-width:280px;margin-top:8px;animation:.2s ease-out menuFadeIn;overflow:hidden;box-shadow:0 8px 32px #0000001f!important}@keyframes menuFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.header-front-dropdown-item{border-bottom:1px solid #e0e0e04d;padding:14px 24px;transition:all .2s;position:relative}.header-front-dropdown-item:last-child{border-bottom:none}.header-front-dropdown-item:before{content:"";background:linear-gradient(45deg,#1976d2,#2196f3);width:4px;height:100%;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleY(0)}.header-front-dropdown-item:hover{color:#1976d2;background:linear-gradient(90deg,#1976d20d,#2196f30d);padding-left:32px}.header-front-dropdown-item:hover:before{transform:scaleY(1)}.header-front-dropdown-item-text{font-weight:500;transition:all .2s}.header-front-dropdown-item:hover .header-front-dropdown-item-text{font-weight:600}.header-front-actions{align-items:center;gap:12px;display:flex}.header-front-actions .MuiIconButton-root{border-radius:12px;padding:10px;transition:all .2s}.header-front-actions .MuiIconButton-root:hover{background-color:#1976d214;transform:scale(1.1);box-shadow:0 2px 8px #1976d233}.header-front-mobile-drawer{width:320px}.header-front-mobile-drawer-header{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-bottom:1px solid #e0e0e0;padding:20px}.header-front-mobile-drawer-logo{-webkit-text-fill-color:transparent;background:linear-gradient(45deg,#1976d2,#2196f3);-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:700}.header-front-mobile-list-item{border-radius:8px;margin:4px 8px;padding:16px;transition:all .2s}.header-front-mobile-list-item:hover{background:linear-gradient(90deg,#1976d20d,#2196f30d);transform:translate(4px)}.header-front-mobile-list-item-text{font-weight:500}.header-front-mobile-sub-item{border-left:3px solid #0000;border-radius:6px;margin:2px 8px 2px 24px;padding:12px 16px 12px 56px;transition:all .2s}.header-front-mobile-sub-item:hover{background-color:#1976d20d;border-left-color:#1976d2;transform:translate(4px)}.header-front-mobile-contact{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-top:1px solid #e0e0e0;margin-top:auto;padding:20px}.header-front-mobile-contact-title{color:#1976d2;margin-bottom:12px;font-weight:600}.header-front-mobile-contact-item{margin-bottom:4px;padding:2px 0;transition:color .2s;display:block}.header-front-mobile-contact-item:hover{color:#1976d2!important}@media (max-width:768px){.header-front-desktop-nav{display:none}.header-front-logo{margin-right:0;font-size:1.3rem}.header-front-toolbar{min-height:56px;padding-top:8px;padding-bottom:8px}}@media (min-width:769px){.header-front-mobile-menu-btn{display:none}.header-front-logo-mobile{flex-grow:0}}.header-front-menu-button .MuiSvgIcon-root{transition:transform .2s}.header-front-menu-button:hover .MuiSvgIcon-root{transform:rotate(180deg)}.header-front-actions .MuiBadge-badge{color:#fff;background:linear-gradient(45deg,#f44336,#ff5722);font-weight:700;animation:2s infinite pulse}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.header-front-menu-button:focus,.header-front-dropdown-item:focus,.header-front-mobile-list-item:focus,.header-front-mobile-sub-item:focus{outline-offset:2px;outline:2px solid #1976d2}.header-front-loading{position:relative;overflow:hidden}.header-front-loading:after{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;animation:1.5s infinite shimmer;position:absolute;top:0;left:-100%}@keyframes shimmer{0%{left:-100%}to{left:100%}}
