.topbar{color:#fff;background-color:#000;border-bottom:2px solid #fff;flex-wrap:wrap;justify-content:space-between;align-items:center;min-height:40px;padding:8px 20px;font-size:14px;display:flex}.topbar-left{align-items:center;gap:20px;display:flex}.topbar-item{align-items:center;gap:8px;display:flex}.topbar-item span{font-family:var(--font-primary);font-weight:var(--fw-bold-normal);font-size:var(--fs-mxl)}.topbar-right{align-items:center;gap:8px;display:flex}.auth-link{font-family:var(--font-primary);cursor:pointer;transition:all .3s}.auth-link:hover{text-decoration:underline}@media (max-width:768px){.topbar{padding:6px 12px;font-size:12px}.topbar-left{gap:10px}.topbar-item span{font-size:12px}.topbar-right{gap:6px}}@media (max-width:480px){.topbar{justify-content:space-between;display:flex}.topbar-left{flex-direction:column;align-items:flex-start;gap:5px}.topbar-right{justify-content:flex-end}.topbar-item span{font-size:11px}}.navbar-wrapper{z-index:100;background:#fff;width:100%;padding:0 10px;position:relative;overflow:visible}.desktop-bar{display:flex}.navbar{z-index:100;justify-content:space-between;align-items:center;max-width:1280px;height:56px;margin:0 auto;padding:0 24px;display:flex;position:relative}.logo-wrap{z-index:110;pointer-events:none;position:absolute;top:4px;left:50%;transform:translate(-50%)}.logo{object-fit:contain;width:110px;height:110px;display:block}.nav-links{align-items:center;gap:24px;margin:0;padding:0;font-size:14.5px;font-weight:500;list-style:none;display:flex;overflow:visible}.nav-links li{font-family:var(--font-primary,sans-serif);cursor:pointer;color:#1a1a1a;white-space:nowrap;align-items:center;gap:4px;transition:color .2s;display:flex}.nav-links li:hover{color:#e31f24}.nav-links .active,.nav-links li.active{color:#e31f24;font-weight:600}.left{margin-right:auto}.right{margin-left:auto}.apply-btn{font-family:var(--font-primary,sans-serif);color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(90deg,#e31f24 0%,#fc2c32 50%,#c50c11 100%);border:none;border-radius:8px;padding:7px 14px;font-size:14px;font-weight:500;transition:opacity .2s,transform .2s}.apply-btn:hover{opacity:.88;transform:translateY(-1px)}.apply-btn.full{border-radius:10px;width:100%;padding:11px 14px;font-size:15px}.icon-btn{cursor:pointer;color:#1a1a1a;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:color .2s,background .2s;display:flex}.icon-btn:hover{color:#e31f24;background:#fff1f1}.mobile-bar{display:none}.overlay{opacity:0;visibility:hidden;z-index:120;background:#0000006b;transition:opacity .3s,visibility .3s;position:fixed;top:0;bottom:0;left:0;right:0}.overlay.show{opacity:1;visibility:visible}.mobile-menu{display:none}@media (min-width:1440px){.navbar{max-width:1400px;height:60px;padding:0 40px}.nav-links{gap:30px;font-size:15px}.logo{width:100px;height:100px}}@media (max-width:1199px){.nav-links{gap:16px;font-size:13.5px}.logo{width:82px;height:82px}}@media (max-width:1024px){.navbar{height:52px}.nav-links{gap:12px;font-size:13px}.logo{width:74px;height:74px}.apply-btn{padding:6px 10px;font-size:13px}}@media (max-width:768px){.desktop-bar{display:none!important}.mobile-bar{background:#fff;border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;height:58px;padding:0 14px;display:flex}.mobile-brand{cursor:pointer;flex:1;justify-content:center;align-items:center;gap:10px;display:flex}.mobile-logo{object-fit:contain;border:2px solid #f0c040;border-radius:50%;flex-shrink:0;width:40px;height:40px}.mobile-brand-text{flex-direction:column;line-height:1.2;display:flex}.mobile-brand-name{color:#1a1a1a;font-size:15px;font-weight:700;font-family:var(--font-primary,sans-serif);white-space:nowrap}.mobile-brand-sub{color:#6b7280;white-space:nowrap;font-size:11.5px;font-weight:400}.mobile-menu{z-index:130;box-sizing:border-box;background:#fff;width:270px;height:100dvh;padding:20px 20px 30px;transition:right .3s;display:block;position:fixed;top:0;right:-290px;overflow-y:auto;box-shadow:-4px 0 20px #0000001f}.mobile-menu.active{right:0}.drawer-logo{border-bottom:1px solid #f1f1f1;align-items:center;gap:10px;margin:14px 0 24px;padding-bottom:16px;display:flex}.drawer-logo img{object-fit:contain;border:2px solid #f0c040;border-radius:50%;flex-shrink:0;width:46px;height:46px}.drawer-brand-text{flex-direction:column;line-height:1.25;display:flex}.drawer-brand-name{color:#1a1a1a;font-size:14px;font-weight:700}.drawer-brand-sub{color:#6b7280;font-size:11px}.mobile-menu ul{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.mobile-menu li{font-family:var(--font-primary,sans-serif);cursor:pointer;color:#1a1a1a;border-radius:8px;padding:10px;font-size:15px;font-weight:500;transition:background .15s,color .15s}.mobile-menu li:hover{color:#e31f24;background:#fff5f5}.mobile-menu li span.active{color:#e31f24;font-weight:600}.close-btn{cursor:pointer;color:#333;background:#f5f5f5;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s,color .2s,transform .2s;display:flex;position:absolute;top:14px;right:14px}.close-btn:hover{color:#e31f24;background:#ffe4e4;transform:rotate(90deg)}}@media (max-width:480px){.mobile-bar{height:54px;padding:0 12px}.mobile-logo{width:36px;height:36px}.mobile-brand-name{font-size:14px}.mobile-brand-sub{font-size:11px}.mobile-menu{width:80vw;max-width:280px}}@media (max-width:360px){.mobile-bar{padding:0 10px}.mobile-logo{width:32px;height:32px}.mobile-brand-name{font-size:13px}.mobile-brand-sub{font-size:10px}.mobile-brand{gap:8px}.mobile-menu{width:88vw;padding:14px 12px 24px}.mobile-menu li{padding:9px 8px;font-size:14px}}.dropdown{width:-moz-fit-content;width:fit-content;position:relative}.dropdown-header{cursor:pointer;white-space:nowrap;background:#fff;border-radius:8px;align-items:center;gap:6px;padding:10px 14px;display:flex}.dropdown-header span{font-family:var(--font-primary)}.dropdown-list{font-family:var(--font-primary);z-index:1000;background:#fff;border:1px solid #ddd;border-radius:10px;width:max-content;min-width:180px;max-height:220px;margin-top:6px;padding:6px 0;position:absolute;top:100%;left:0;overflow:hidden auto;box-shadow:0 8px 20px #0000001a}.dropdown-item{font-family:var(--font-primary);cursor:pointer;white-space:nowrap;margin-left:10px;padding:10px 16px}.dropdown-item:hover{background:#f5f5f5}.dropdown-item.active{background:#e6f0ff;font-weight:600}.dropdown-list::-webkit-scrollbar{width:6px}.dropdown-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}.arrow{justify-content:center;align-items:center;transition:transform .25s;display:inline-flex}.arrow.open{transform:rotate(180deg)}
