:root{--background:#0a0a0b;--foreground:#f0f0f0;--primary:#f89d2c;--primary-glow:#f89d2c44;--secondary:#252529;--accent:#ff4d4d;--text-muted:#a1a1aa;--card-bg:#ffffff08;--border:#ffffff14;--glass:#0a0a0bb3;--glass-border:#ffffff1a}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--background);max-width:100vw;color:var(--foreground);-webkit-font-smoothing:antialiased;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}h1,h2,h3,h4{letter-spacing:-.02em;font-weight:700}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--secondary);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}.glass-effect{background:var(--glass);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border)}.main-header{z-index:1000;background:linear-gradient(#0a0a0bcc,#0a0a0b00);width:100%;padding:1.5rem 0;position:fixed;top:0}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.logo{color:#fff;font-size:1.5rem;font-weight:800}.logo span{color:var(--primary)}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--text-muted);font-size:.95rem;font-weight:500;transition:color .3s}.nav-links a:hover{color:var(--primary)}.footer{text-align:center;border-top:1px solid var(--border);color:var(--text-muted);padding:4rem 2rem;font-size:.9rem}
@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.866357a4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.758e15a8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit Fallback;src:local(Arial);ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.0%;size-adjust:99.82%}.outfit_21940f47-module__B-V10W__className{font-family:Outfit,Outfit Fallback;font-style:normal}
.NotificationBell-module__Zxqs2G__bellWrapper{position:relative}.NotificationBell-module__Zxqs2G__bellBtn{cursor:pointer;background:0 0;border:none;align-items:center;padding:5px;font-size:1.4rem;display:flex;position:relative}.NotificationBell-module__Zxqs2G__badge{color:#fff;background:#ff4d4d;border:2px solid #000;border-radius:10px;padding:2px 6px;font-size:.7rem;font-weight:700;position:absolute;top:0;right:0}.NotificationBell-module__Zxqs2G__dropdown{border:1px solid var(--border);z-index:1000;background:#111;border-radius:12px;width:300px;animation:.2s ease-out NotificationBell-module__Zxqs2G__fadeIn;position:absolute;top:50px;right:0;overflow:hidden;box-shadow:0 10px 30px #00000080}@keyframes NotificationBell-module__Zxqs2G__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.NotificationBell-module__Zxqs2G__dropHeader{border-bottom:1px solid var(--border);background:#ffffff05;justify-content:space-between;align-items:center;padding:1rem;display:flex}.NotificationBell-module__Zxqs2G__dropHeader h4{margin:0;font-size:1rem}.NotificationBell-module__Zxqs2G__clearBtn{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:0;font-size:.75rem}.NotificationBell-module__Zxqs2G__clearBtn:hover{text-decoration:underline}.NotificationBell-module__Zxqs2G__list{max-height:400px;overflow-y:auto}.NotificationBell-module__Zxqs2G__item{color:#fff;border-bottom:1px solid #ffffff0d;padding:1rem;text-decoration:none;transition:all .3s;display:block}.NotificationBell-module__Zxqs2G__item:hover{background:#ffffff0d}.NotificationBell-module__Zxqs2G__unread{background:rgba(var(--primary-rgb),.05);border-left:3px solid var(--primary)}.NotificationBell-module__Zxqs2G__item p{margin:0 0 5px;font-size:.85rem;line-height:1.4}.NotificationBell-module__Zxqs2G__item span{opacity:.5;font-size:.75rem}.NotificationBell-module__Zxqs2G__empty{text-align:center;color:var(--text-muted);padding:2rem}.NotificationBell-module__Zxqs2G__toast{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:9999;cursor:pointer;background:#191919e6;border:1px solid #ff6b6b4d;border-radius:16px;justify-content:space-between;align-items:flex-start;width:300px;padding:1rem;animation:.3s ease-out NotificationBell-module__Zxqs2G__slideIn;display:flex;position:fixed;top:80px;right:20px;box-shadow:0 10px 30px #0006}@keyframes NotificationBell-module__Zxqs2G__slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.NotificationBell-module__Zxqs2G__toastContent{color:#fff;flex:1;gap:1rem;text-decoration:none;display:flex}.NotificationBell-module__Zxqs2G__toastIcon{background:#ff6b6b1a;border-radius:12px;justify-content:center;align-items:center;padding:.5rem;font-size:1.5rem;display:flex}.NotificationBell-module__Zxqs2G__toast p{margin:0;font-size:.9rem}.NotificationBell-module__Zxqs2G__toastMsg{color:var(--text-muted);margin-top:2px!important;font-size:.8rem!important}.NotificationBell-module__Zxqs2G__closeToast{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0 0 0 .5rem;font-size:1.2rem;line-height:1}.NotificationBell-module__Zxqs2G__closeToast:hover{color:#fff}@media (max-width:768px){.NotificationBell-module__Zxqs2G__toast{width:auto;top:20px;left:10px;right:10px}}
.Navbar-module__nuAbfa__header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0bcc;border-bottom:1px solid #ffffff0d;width:100%;position:fixed;top:0}.Navbar-module__nuAbfa__navContainer{justify-content:space-between;align-items:center;max-width:1300px;margin:0 auto;padding:1rem 2rem;display:flex}.Navbar-module__nuAbfa__logo{color:#fff;font-size:1.5rem;font-weight:800;text-decoration:none}.Navbar-module__nuAbfa__logo span{color:var(--primary)}.Navbar-module__nuAbfa__navLinks{align-items:center;gap:1.5rem;margin-left:auto;list-style:none;display:flex}.Navbar-module__nuAbfa__navLinks a{color:var(--text-muted);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .3s}.Navbar-module__nuAbfa__navLinks a:hover{color:var(--primary)}.Navbar-module__nuAbfa__authLinks{gap:1rem;margin-left:1rem;display:flex}.Navbar-module__nuAbfa__profileBtn,.Navbar-module__nuAbfa__loginBtn{background:var(--primary);border-radius:50px;padding:.5rem 1.2rem;color:#000!important;font-weight:600!important}.Navbar-module__nuAbfa__logoutBtn{border:1px solid var(--border);color:#ff4d4d;cursor:pointer;background:0 0;border-radius:50px;padding:.5rem 1rem;font-size:.9rem}.Navbar-module__nuAbfa__navActions{align-items:center;gap:1.5rem;display:flex}.Navbar-module__nuAbfa__mobileMenu{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;display:none}.Navbar-module__nuAbfa__mobileMenu span{background:#fff;width:25px;height:2px}@media (max-width:1024px){.Navbar-module__nuAbfa__mobileMenu{display:flex}.Navbar-module__nuAbfa__navLinks{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0bf2;border-bottom:1px solid #ffffff0d;flex-direction:column;align-items:center;gap:2rem;width:100%;padding:2rem;display:none;position:absolute;top:100%;left:0}.Navbar-module__nuAbfa__navLinks.Navbar-module__nuAbfa__active{display:flex}.Navbar-module__nuAbfa__authLinks{flex-direction:column;align-items:center;width:100%;margin-left:0}.Navbar-module__nuAbfa__profileBtn,.Navbar-module__nuAbfa__loginBtn,.Navbar-module__nuAbfa__logoutBtn{text-align:center;width:100%}}
.CatExpertAI-module__iJL3Rq__aiWrapper{z-index:1000;position:fixed;bottom:2rem;right:2rem}.CatExpertAI-module__iJL3Rq__fab{background:var(--primary);color:#000;cursor:pointer;width:60px;height:60px;box-shadow:0 10px 30px var(--primary-glow);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:flex;position:relative}.CatExpertAI-module__iJL3Rq__badge{color:#fff;border:2px solid var(--background);background:#ff4d4d;border-radius:10px;padding:2px 6px;font-size:.7rem;position:absolute;top:-5px;right:-5px}.CatExpertAI-module__iJL3Rq__chatWindow{border:1px solid var(--border);background:#1a1a1a;border-radius:20px;flex-direction:column;width:350px;height:500px;display:flex;position:absolute;bottom:80px;right:0;overflow:hidden;box-shadow:0 20px 50px #000c}.CatExpertAI-module__iJL3Rq__header{border-bottom:1px solid var(--border);background:#ffffff0d;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.CatExpertAI-module__iJL3Rq__headerTitle{align-items:center;gap:12px;display:flex}.CatExpertAI-module__iJL3Rq__headerTitle h4{margin:0;font-size:1rem}.CatExpertAI-module__iJL3Rq__headerTitle p{color:#4caf50;margin:0;font-size:.75rem}.CatExpertAI-module__iJL3Rq__header button{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:1.5rem}.CatExpertAI-module__iJL3Rq__messages{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex;overflow-y:auto}.CatExpertAI-module__iJL3Rq__message{max-width:85%;display:flex}.CatExpertAI-module__iJL3Rq__user{align-self:flex-end}.CatExpertAI-module__iJL3Rq__assistant{align-self:flex-start}.CatExpertAI-module__iJL3Rq__bubble{border-radius:15px;padding:.8rem 1.2rem;font-size:.9rem;line-height:1.5}.CatExpertAI-module__iJL3Rq__user .CatExpertAI-module__iJL3Rq__bubble{background:var(--primary);color:#000;border-bottom-right-radius:2px}.CatExpertAI-module__iJL3Rq__assistant .CatExpertAI-module__iJL3Rq__bubble{background:var(--secondary);color:#fff;border-bottom-left-radius:2px}.CatExpertAI-module__iJL3Rq__typing span{margin:0 2px;animation:1s infinite CatExpertAI-module__iJL3Rq__blink}.CatExpertAI-module__iJL3Rq__typing span:nth-child(2){animation-delay:.2s}.CatExpertAI-module__iJL3Rq__typing span:nth-child(3){animation-delay:.4s}@keyframes CatExpertAI-module__iJL3Rq__blink{0%{opacity:.2}50%{opacity:1}to{opacity:.2}}.CatExpertAI-module__iJL3Rq__inputArea{border-top:1px solid var(--border);gap:10px;padding:1rem;display:flex}.CatExpertAI-module__iJL3Rq__inputArea input{background:var(--secondary);border:1px solid var(--border);color:#fff;border-radius:50px;outline:none;flex:1;padding:.8rem 1.2rem}.CatExpertAI-module__iJL3Rq__inputArea button{background:var(--primary);color:#000;cursor:pointer;border:none;border-radius:50%;width:40px;height:40px;font-weight:700}@media (max-width:480px){.CatExpertAI-module__iJL3Rq__chatWindow{width:calc(100vw - 4rem);height:70vh}}
