@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap";
:root{--primary-color:#ff4d00;--primary-hover:#e54500;--primary-light:#fff2ec;--primary-gradient:linear-gradient(135deg,#ff6a00 0%,#ff4d00 100%);--secondary-color:#f05;--success-color:#00b533;--warning-color:#ffb800;--danger-color:red;--info-color:#08f;--bg-color:#f5f6f8;--surface-color:#fff;--surface-hover:#f9f9fa;--text-main:#111;--text-muted:#666;--text-light:#999;--text-inverse:#fff;--border-color:#eaeaea;--border-light:#f2f2f2;--font-sans:"Inter",sans-serif;--font-display:"Outfit",sans-serif;--shadow-sm:0 2px 8px #0000000a;--shadow-md:0 4px 16px #00000014;--shadow-lg:0 8px 24px #0000001f;--shadow-primary:0 4px 14px #ff4d0066;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-full:9999px;--max-width:1280px;--navbar-height:70px;--transition:.2s cubic-bezier(.25,.1,.25,1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--text-main);font-weight:700}a{color:inherit;transition:color var(--transition);text-decoration:none}button{cursor:pointer;transition:all var(--transition);background:0 0;border:none;font-family:inherit}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 20px}.title-xl{letter-spacing:-.02em;font-size:2.5rem}.title-lg{letter-spacing:-.01em;font-size:1.75rem}.title-md{font-size:1.25rem;font-weight:600}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.truncate-1{-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.truncate-2{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}input,textarea,select{border:1px solid var(--border-color);border-radius:var(--radius-md);transition:border-color var(--transition),box-shadow var(--transition);outline:none;width:100%;padding:10px 14px;font-family:inherit;font-size:1rem}input:focus,textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px var(--primary-light)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.4s ease-out forwards fadeIn}.hover-lift{transition:transform var(--transition),box-shadow var(--transition)}.hover-lift:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#aaa}
.Navbar-module__8i_BaG__header{background-color:var(--surface-color);box-shadow:var(--shadow-sm);z-index:1000;height:var(--navbar-height);align-items:center;display:flex;position:sticky;top:0}.Navbar-module__8i_BaG__container{width:100%;max-width:var(--max-width);justify-content:space-between;align-items:center;gap:30px;margin:0 auto;padding:0 20px;display:flex}.Navbar-module__8i_BaG__logo{font-family:var(--font-display);color:var(--primary-color);letter-spacing:-.05em;flex-shrink:0;align-items:center;gap:8px;font-size:1.8rem;font-weight:800;text-decoration:none;display:flex}.Navbar-module__8i_BaG__logo span{color:var(--text-main)}.Navbar-module__8i_BaG__searchWrapper{flex-grow:1;max-width:600px;display:flex;position:relative}.Navbar-module__8i_BaG__searchInput{border-radius:var(--radius-full);border:2px solid var(--primary-color);width:100%;height:44px;padding:0 20px 0 45px;font-size:1rem;transition:all .3s}.Navbar-module__8i_BaG__searchInput:focus{box-shadow:0 0 0 4px var(--primary-light);outline:none}.Navbar-module__8i_BaG__searchIcon{color:var(--text-muted);position:absolute;top:50%;left:15px;transform:translateY(-50%)}.Navbar-module__8i_BaG__searchButton{background:var(--primary-gradient);color:#fff;border-radius:var(--radius-full);padding:0 20px;font-size:.9rem;font-weight:600;transition:transform .2s;position:absolute;top:4px;bottom:4px;right:4px}.Navbar-module__8i_BaG__searchButton:hover{transform:scale(1.05)}.Navbar-module__8i_BaG__actions{flex-shrink:0;align-items:center;gap:20px;display:flex}.Navbar-module__8i_BaG__actionItem{color:var(--text-main);transition:color var(--transition);cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:0;font-size:.75rem;font-weight:500;text-decoration:none;display:flex;position:relative}.Navbar-module__8i_BaG__actionItem:hover{color:var(--primary-color)}.Navbar-module__8i_BaG__iconWrapper{position:relative}.Navbar-module__8i_BaG__badge{background-color:var(--primary-color);color:#fff;border:2px solid var(--surface-color);border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-6px;right:-8px}.Navbar-module__8i_BaG__userMenuWrapper{position:relative}.Navbar-module__8i_BaG__dropdown{background:var(--surface-color);border:1px solid var(--border-color);z-index:2000;border-radius:16px;width:340px;animation:.2s Navbar-module__8i_BaG__dropdownIn;position:absolute;top:calc(100% + 16px);right:0;overflow:hidden;box-shadow:0 8px 40px #00000026}@keyframes Navbar-module__8i_BaG__dropdownIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__8i_BaG__dropdownLoggedIn{padding:16px 0 8px}.Navbar-module__8i_BaG__dropdownUserInfo{align-items:center;gap:12px;padding:0 16px 14px;display:flex}.Navbar-module__8i_BaG__avatarCircle{background:var(--primary-gradient);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;font-weight:700;display:flex}.Navbar-module__8i_BaG__dropdownUserName{color:var(--text-main);font-size:.95rem;font-weight:700}.Navbar-module__8i_BaG__dropdownUserEmail{color:var(--text-muted);font-size:.78rem}.Navbar-module__8i_BaG__dropdownDivider{background:var(--border-color);height:1px;margin:6px 0}.Navbar-module__8i_BaG__dropdownItem{color:var(--text-main);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:10px 18px;font-size:.9rem;text-decoration:none;transition:background .15s;display:flex}.Navbar-module__8i_BaG__dropdownItem:hover{background:var(--bg-color);color:var(--primary-color)}.Navbar-module__8i_BaG__dropdownLogout{color:#e53e3e}.Navbar-module__8i_BaG__dropdownLogout:hover{color:#e53e3e;background:#e53e3e12}.Navbar-module__8i_BaG__dropdownAuth{padding:22px 24px 24px;position:relative}.Navbar-module__8i_BaG__dropdownClose{cursor:pointer;color:var(--text-muted);background:0 0;border:none;align-items:center;transition:color .2s;display:flex;position:absolute;top:14px;right:14px}.Navbar-module__8i_BaG__dropdownClose:hover{color:var(--text-main)}.Navbar-module__8i_BaG__authTabs{border-bottom:2px solid var(--border-color);gap:0;margin-bottom:20px;display:flex}.Navbar-module__8i_BaG__authTab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;margin-bottom:-2px;padding:10px 0;font-size:.95rem;font-weight:600;transition:all .2s}.Navbar-module__8i_BaG__authTabActive{color:var(--primary-color);border-bottom-color:var(--primary-color)}.Navbar-module__8i_BaG__authError{color:#e53e3e;background:#ff505014;border:1px solid #ff505033;border-radius:8px;margin-bottom:14px;padding:9px 12px;font-size:.83rem}.Navbar-module__8i_BaG__authForm{flex-direction:column;gap:12px;display:flex}.Navbar-module__8i_BaG__authInput{border:1px solid var(--border-color);background:var(--bg-color);width:100%;color:var(--text-main);border-radius:10px;padding:11px 14px;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.Navbar-module__8i_BaG__authInput:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px var(--primary-light);background:#fff;outline:none}.Navbar-module__8i_BaG__passwordWrapper{position:relative}.Navbar-module__8i_BaG__passwordWrapper .Navbar-module__8i_BaG__authInput{padding-right:40px}.Navbar-module__8i_BaG__eyeBtn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;align-items:center;transition:color .2s;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.Navbar-module__8i_BaG__eyeBtn:hover{color:var(--text-main)}.Navbar-module__8i_BaG__forgotLink{color:var(--primary-color);align-self:flex-end;margin-top:-4px;font-size:.82rem;font-weight:600;text-decoration:none}.Navbar-module__8i_BaG__forgotLink:hover{text-decoration:underline}.Navbar-module__8i_BaG__authSubmitBtn{background:var(--primary-gradient);color:#fff;cursor:pointer;width:100%;box-shadow:var(--shadow-primary);border:none;border-radius:10px;padding:12px;font-size:1rem;font-weight:700;transition:filter .2s,transform .2s}.Navbar-module__8i_BaG__authSubmitBtn:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}.Navbar-module__8i_BaG__authSubmitBtn:disabled{opacity:.7;cursor:not-allowed}.Navbar-module__8i_BaG__authDivider{text-align:center;color:var(--text-muted);font-size:.8rem;position:relative}.Navbar-module__8i_BaG__authDivider:before,.Navbar-module__8i_BaG__authDivider:after{content:"";background:var(--border-color);width:38%;height:1px;position:absolute;top:50%}.Navbar-module__8i_BaG__authDivider:before{left:0}.Navbar-module__8i_BaG__authDivider:after{right:0}.Navbar-module__8i_BaG__googleAuthBtn{border:1px solid var(--border-color);width:100%;color:var(--text-main);cursor:pointer;background:#fff;border-radius:10px;justify-content:center;align-items:center;gap:10px;padding:11px;font-size:.9rem;font-weight:600;transition:background .2s,border-color .2s;display:flex}.Navbar-module__8i_BaG__googleAuthBtn:hover{background:var(--bg-color);border-color:#ccc}@media (max-width:768px){.Navbar-module__8i_BaG__header{height:auto;padding:10px 0}.Navbar-module__8i_BaG__container{flex-wrap:wrap;gap:15px}.Navbar-module__8i_BaG__searchWrapper{order:3;width:100%;max-width:100%}.Navbar-module__8i_BaG__actionItem span{display:none}.Navbar-module__8i_BaG__actions{gap:15px}.Navbar-module__8i_BaG__logo{font-size:1.5rem}.Navbar-module__8i_BaG__dropdown{width:300px;right:-60px}}
.Footer-module__mcGCvq__footer{color:var(--text-light);background-color:#1a1a1a;margin-top:60px;padding:60px 0 20px;font-size:.9rem}.Footer-module__mcGCvq__container{max-width:var(--max-width);border-bottom:1px solid #333;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;margin:0 auto 20px;padding:0 20px 40px;display:grid}.Footer-module__mcGCvq__col h3{color:#fff;margin-bottom:20px;font-size:1.1rem}.Footer-module__mcGCvq__list{list-style:none}.Footer-module__mcGCvq__list li{margin-bottom:10px}.Footer-module__mcGCvq__list a{transition:color .2s}.Footer-module__mcGCvq__list a:hover{color:var(--primary-color)}.Footer-module__mcGCvq__newsletter{margin-top:15px;display:flex}.Footer-module__mcGCvq__newsletter input{border-radius:var(--radius-sm)0 0 var(--radius-sm);color:#fff;background:#333;border:none;padding:10px 15px}.Footer-module__mcGCvq__newsletter button{background:var(--primary-gradient);color:#fff;border-radius:0 var(--radius-sm)var(--radius-sm)0;padding:0 20px;font-weight:600}.Footer-module__mcGCvq__newsletter button:hover{filter:brightness(1.1)}.Footer-module__mcGCvq__bottom{text-align:center;color:var(--text-muted);font-size:.8rem}
.ChatBot-module__0_DZKW__chatbotWrapper{z-index:9999;position:fixed;bottom:25px;right:25px}.ChatBot-module__0_DZKW__chatToggleBtn{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 10px 20px #8b5cf64d}.ChatBot-module__0_DZKW__chatToggleBtn:hover{transform:scale(1.1)}.ChatBot-module__0_DZKW__unreadBadge{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px}.ChatBot-module__0_DZKW__chatWindow{border:1px solid var(--border-color);background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:360px;height:520px;max-height:80vh;animation:.3s cubic-bezier(.4,0,.2,1) ChatBot-module__0_DZKW__slideUp;display:flex;position:absolute;bottom:80px;right:0;overflow:hidden;box-shadow:0 15px 40px #00000026}@keyframes ChatBot-module__0_DZKW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ChatBot-module__0_DZKW__chatHeader{color:#fff;background:linear-gradient(135deg,#1e1b4b 0%,#4f46e5 100%);justify-content:space-between;align-items:center;padding:15px 20px;display:flex}.ChatBot-module__0_DZKW__botInfo{align-items:center;gap:12px;display:flex}.ChatBot-module__0_DZKW__botName{letter-spacing:-.02em;font-size:1rem;font-weight:700}.ChatBot-module__0_DZKW__botStatus{color:#a5b4fc;align-items:center;gap:5px;margin-top:2px;font-size:.75rem;display:flex}.ChatBot-module__0_DZKW__statusDot{background:#10b981;border-radius:50%;width:8px;height:8px}.ChatBot-module__0_DZKW__closeBtn{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.ChatBot-module__0_DZKW__closeBtn:hover{background:#fff3}.ChatBot-module__0_DZKW__messageContainer{background:#f8fafc;flex-direction:column;flex:1;gap:15px;padding:20px;display:flex;overflow-y:auto}.ChatBot-module__0_DZKW__messageWrapper{max-width:85%;display:flex}.ChatBot-module__0_DZKW__messageWrapper.ChatBot-module__0_DZKW__user{align-self:flex-end}.ChatBot-module__0_DZKW__messageWrapper.ChatBot-module__0_DZKW__bot{align-self:flex-start}.ChatBot-module__0_DZKW__messageBubble{border-radius:16px;padding:12px 16px;font-size:.95rem;line-height:1.5;box-shadow:0 2px 5px #0000000d}.ChatBot-module__0_DZKW__user .ChatBot-module__0_DZKW__messageBubble{background:var(--primary-color);color:#fff;border-bottom-right-radius:4px}.ChatBot-module__0_DZKW__bot .ChatBot-module__0_DZKW__messageBubble{color:var(--text-main);border:1px solid var(--border-color);background:#fff;border-bottom-left-radius:4px}.ChatBot-module__0_DZKW__messageTime{color:var(--text-muted);margin-top:5px;padding:0 4px;font-size:.7rem}.ChatBot-module__0_DZKW__inputArea{border-top:1px solid var(--border-color);background:#fff;align-items:center;gap:10px;padding:15px;display:flex}.ChatBot-module__0_DZKW__inputField{border:1px solid var(--border-color);background:#f8fafc;border-radius:20px;outline:none;flex:1;padding:12px 16px;font-size:.95rem;transition:border-color .2s}.ChatBot-module__0_DZKW__inputField:focus{border-color:var(--primary-color)}.ChatBot-module__0_DZKW__sendBtn{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:transform .2s;display:flex}.ChatBot-module__0_DZKW__sendBtn:disabled{background:var(--border-color);cursor:not-allowed;transform:none}.ChatBot-module__0_DZKW__sendBtn:not(:disabled):hover{transform:scale(1.05)}.ChatBot-module__0_DZKW__typingIndicator{border:1px solid var(--border-color);background:#fff;border-radius:16px 16px 16px 4px;align-items:center;gap:5px;padding:15px;display:flex;box-shadow:0 2px 5px #0000000d}.ChatBot-module__0_DZKW__typingDot{background:var(--text-muted);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both ChatBot-module__0_DZKW__typing}.ChatBot-module__0_DZKW__typingDot:first-child{animation-delay:-.32s}.ChatBot-module__0_DZKW__typingDot:nth-child(2){animation-delay:-.16s}@keyframes ChatBot-module__0_DZKW__typing{0%,80%,to{opacity:.5;transform:scale(0)}40%{opacity:1;transform:scale(1)}}@media (max-width:480px){.ChatBot-module__0_DZKW__chatbotWrapper{bottom:20px;right:20px}.ChatBot-module__0_DZKW__chatWindow{width:calc(100vw - 40px);height:70vh}}
.CookieBanner-module___1z1qq__overlay{z-index:99999;pointer-events:none;justify-content:center;align-items:flex-end;width:100%;padding:20px;animation:.5s cubic-bezier(.16,1,.3,1) CookieBanner-module___1z1qq__slideUp;display:flex;position:fixed;bottom:0;left:0}@keyframes CookieBanner-module___1z1qq__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.CookieBanner-module___1z1qq__banner{pointer-events:auto;border:1px solid var(--border-color);background:#fff;border-radius:16px;justify-content:space-between;align-items:center;gap:30px;width:100%;max-width:900px;padding:24px;display:flex;box-shadow:0 20px 40px #0000001a,0 1px 3px #0000000d}.CookieBanner-module___1z1qq__content{flex:1;align-items:flex-start;gap:15px;display:flex}.CookieBanner-module___1z1qq__icon{background:var(--bg-color);border-radius:12px;padding:10px;font-size:2rem;line-height:1}.CookieBanner-module___1z1qq__textContainer{flex-direction:column;gap:6px;display:flex}.CookieBanner-module___1z1qq__title{color:var(--text-main);letter-spacing:-.01em;margin:0;font-size:1.1rem;font-weight:700}.CookieBanner-module___1z1qq__description{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.5}.CookieBanner-module___1z1qq__actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.CookieBanner-module___1z1qq__btnPrimary{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:12px 24px;font-size:.95rem;font-weight:600;transition:opacity .2s,transform .2s}.CookieBanner-module___1z1qq__btnPrimary:hover{opacity:.9;transform:translateY(-1px)}.CookieBanner-module___1z1qq__btnOutline{color:var(--text-main);border:1px solid var(--border-color);cursor:pointer;background:0 0;border-radius:8px;padding:12px 24px;font-size:.95rem;font-weight:600;transition:background .2s}.CookieBanner-module___1z1qq__btnOutline:hover{background:var(--bg-color)}.CookieBanner-module___1z1qq__btnClose{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-left:10px;transition:background .2s;display:flex}.CookieBanner-module___1z1qq__btnClose:hover{background:var(--bg-color);color:var(--danger-color)}@media (max-width:768px){.CookieBanner-module___1z1qq__banner{flex-direction:column;align-items:stretch;gap:20px;padding:20px}.CookieBanner-module___1z1qq__actions{flex-direction:column-reverse;width:100%}.CookieBanner-module___1z1qq__btnPrimary,.CookieBanner-module___1z1qq__btnOutline{width:100%;margin-bottom:0}.CookieBanner-module___1z1qq__btnClose{margin:0;position:absolute;top:10px;right:10px}}
