.Header-module__BHe5Xa__header{z-index:1000;-webkit-backdrop-filter:blur(12px);background:#fffffff2;border-bottom:1px solid #0000;transition:all .3s;position:sticky;top:0}.Header-module__BHe5Xa__header.Header-module__BHe5Xa__scrolled{border-bottom-color:var(--gray-200);box-shadow:0 1px 20px #00000014}.Header-module__BHe5Xa__inner{justify-content:space-between;align-items:center;gap:32px;height:70px;display:flex}.Header-module__BHe5Xa__logo{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.Header-module__BHe5Xa__logoImg{border-radius:var(--radius-md);object-fit:cover;flex-shrink:0;width:44px;height:44px}.Header-module__BHe5Xa__logoText{color:var(--gray-900);font-size:1.125rem;font-weight:800;line-height:1;display:block}.Header-module__BHe5Xa__logoSub{color:var(--gray-500);margin-top:2px;font-size:.6875rem;font-weight:500;line-height:1;display:block}.Header-module__BHe5Xa__nav{flex:1;justify-content:center;align-items:center;gap:4px;display:flex}.Header-module__BHe5Xa__navLink{color:var(--gray-600);border-radius:var(--radius-md);padding:8px 14px;font-size:.9375rem;font-weight:500;text-decoration:none;transition:all .2s}.Header-module__BHe5Xa__navLink:hover{color:var(--primary);background:var(--primary-light)}.Header-module__BHe5Xa__navLink.Header-module__BHe5Xa__active{color:var(--primary);font-weight:600}.Header-module__BHe5Xa__authArea{flex-shrink:0;align-items:center;gap:8px;display:flex}.Header-module__BHe5Xa__userMenu{position:relative}.Header-module__BHe5Xa__userBtn{cursor:pointer;border-radius:var(--radius-full);border:none;border:1.5px solid var(--gray-200);background:0 0;align-items:center;gap:8px;padding:6px 12px 6px 6px;transition:all .2s;display:flex}.Header-module__BHe5Xa__userBtn:hover{border-color:var(--primary);background:var(--primary-light)}.Header-module__BHe5Xa__avatar{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:700;display:flex}.Header-module__BHe5Xa__userName{color:var(--gray-800);font-size:.875rem;font-weight:600}.Header-module__BHe5Xa__dropdown{border:1px solid var(--gray-200);border-radius:var(--radius-lg);min-width:200px;box-shadow:var(--shadow-xl);background:#fff;padding:8px;animation:.15s Header-module__BHe5Xa__fadeIn;position:absolute;top:calc(100% + 8px);right:0}@keyframes Header-module__BHe5Xa__fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Header-module__BHe5Xa__dropdownItem{color:var(--gray-700);border-radius:var(--radius-md);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.Header-module__BHe5Xa__dropdownItem:hover{background:var(--gray-100);color:var(--gray-900)}.Header-module__BHe5Xa__dropdownDivider{background:var(--gray-200);height:1px;margin:6px 4px}.Header-module__BHe5Xa__dropdownLogout{color:var(--danger)}.Header-module__BHe5Xa__dropdownLogout:hover{color:var(--danger);background:#fee2e2}.Header-module__BHe5Xa__hamburger{cursor:pointer;color:var(--gray-700);border-radius:var(--radius-sm);background:0 0;border:none;padding:4px;display:none}.Header-module__BHe5Xa__hamburger:hover{background:var(--gray-100)}.Header-module__BHe5Xa__mobileMenu{border-top:1px solid var(--gray-200);background:#fff}.Header-module__BHe5Xa__mobileNav{flex-direction:column;gap:2px;padding:12px 16px 20px;display:flex}.Header-module__BHe5Xa__mobileNavLink{color:var(--gray-700);border-radius:var(--radius-md);cursor:pointer;text-align:left;background:0 0;border:none;width:100%;padding:12px 16px;font-size:1rem;font-weight:500;text-decoration:none;display:block}.Header-module__BHe5Xa__mobileNavLink:hover{background:var(--gray-100);color:var(--primary)}.Header-module__BHe5Xa__mobileActive{color:var(--primary);font-weight:600}.Header-module__BHe5Xa__mobileDivider{background:var(--gray-200);height:1px;margin:8px 0}.Header-module__BHe5Xa__mobileLogout{color:var(--danger)}.Header-module__BHe5Xa__mobileRegister{background:var(--primary);color:#fff;text-align:center;margin-top:8px;font-weight:600}.Header-module__BHe5Xa__mobileRegister:hover{background:var(--primary-dark);color:#fff}@media (max-width:768px){.Header-module__BHe5Xa__nav,.Header-module__BHe5Xa__authArea{display:none}.Header-module__BHe5Xa__hamburger{display:flex}}
.ChatBot-module__-ddlBq__fab{z-index:9999;background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:fixed;bottom:32px;right:32px;box-shadow:0 4px 24px #2563eb73}.ChatBot-module__-ddlBq__fab:hover{transform:scale(1.08);box-shadow:0 6px 32px #2563eb8c}.ChatBot-module__-ddlBq__fabOpen{background:var(--gray-700);box-shadow:var(--shadow-lg)}.ChatBot-module__-ddlBq__fabPulse{background:var(--success);border:2px solid #fff;border-radius:50%;width:16px;height:16px;animation:2s infinite ChatBot-module__-ddlBq__pulse;position:absolute;top:-4px;right:-4px}@keyframes ChatBot-module__-ddlBq__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.3)}}.ChatBot-module__-ddlBq__panel{z-index:9998;background:#fff;border-radius:20px;flex-direction:column;width:360px;max-height:520px;animation:.3s ChatBot-module__-ddlBq__slideUp;display:flex;position:fixed;bottom:104px;right:32px;overflow:hidden;box-shadow:0 24px 60px #0000002e}@keyframes ChatBot-module__-ddlBq__slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.ChatBot-module__-ddlBq__header{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.ChatBot-module__-ddlBq__headerInfo{align-items:center;gap:12px;display:flex}.ChatBot-module__-ddlBq__botAvatar{color:#fff;background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.ChatBot-module__-ddlBq__botName{color:#fff;font-size:.9375rem;font-weight:700}.ChatBot-module__-ddlBq__botStatus{color:#fffc;align-items:center;gap:5px;font-size:.75rem;display:flex}.ChatBot-module__-ddlBq__online{background:#4ade80;border-radius:50%;width:7px;height:7px;display:inline-block}.ChatBot-module__-ddlBq__close{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:8px;padding:6px;display:flex}.ChatBot-module__-ddlBq__close:hover{background:#ffffff4d}.ChatBot-module__-ddlBq__messages{flex-direction:column;flex:1;gap:14px;padding:20px;display:flex;overflow-y:auto}.ChatBot-module__-ddlBq__messages::-webkit-scrollbar{width:4px}.ChatBot-module__-ddlBq__messages::-webkit-scrollbar-thumb{background:var(--gray-200);border-radius:4px}.ChatBot-module__-ddlBq__msg{align-items:flex-end;gap:8px;display:flex}.ChatBot-module__-ddlBq__msgUser{flex-direction:row-reverse}.ChatBot-module__-ddlBq__msgBot{flex-direction:row}.ChatBot-module__-ddlBq__msgAvatar{background:var(--primary-light);width:28px;height:28px;color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ChatBot-module__-ddlBq__msgBubble{border-radius:16px;max-width:75%;padding:10px 14px;font-size:.875rem;line-height:1.5}.ChatBot-module__-ddlBq__msgUser .ChatBot-module__-ddlBq__msgBubble{background:var(--primary);color:#fff;border-bottom-right-radius:4px}.ChatBot-module__-ddlBq__msgBot .ChatBot-module__-ddlBq__msgBubble{background:var(--gray-100);color:var(--gray-800);border-bottom-left-radius:4px}.ChatBot-module__-ddlBq__typing{align-items:center;gap:4px;padding:4px 0;display:flex}.ChatBot-module__-ddlBq__typing span{background:var(--gray-400);border-radius:50%;width:6px;height:6px;animation:1.2s infinite ChatBot-module__-ddlBq__bounce}.ChatBot-module__-ddlBq__typing span:nth-child(2){animation-delay:.2s}.ChatBot-module__-ddlBq__typing span:nth-child(3){animation-delay:.4s}@keyframes ChatBot-module__-ddlBq__bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}.ChatBot-module__-ddlBq__inputArea{border-top:1px solid var(--gray-200);align-items:flex-end;gap:8px;padding:16px;display:flex}.ChatBot-module__-ddlBq__input{border:1.5px solid var(--gray-300);resize:none;border-radius:12px;outline:none;flex:1;max-height:80px;padding:10px 14px;font-family:inherit;font-size:.875rem;line-height:1.5;transition:border-color .2s}.ChatBot-module__-ddlBq__input:focus{border-color:var(--primary)}.ChatBot-module__-ddlBq__sendBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.ChatBot-module__-ddlBq__sendBtn:hover{background:var(--primary-dark)}.ChatBot-module__-ddlBq__sendBtn:disabled{opacity:.5;cursor:not-allowed}.ChatBot-module__-ddlBq__spin{animation:.8s linear infinite ChatBot-module__-ddlBq__spin}@keyframes ChatBot-module__-ddlBq__spin{to{transform:rotate(360deg)}}@media (max-width:480px){.ChatBot-module__-ddlBq__panel{width:calc(100vw - 32px);bottom:100px;right:16px}.ChatBot-module__-ddlBq__fab{bottom:24px;right:16px}}
