@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;600;700&display=swap");:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:light){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Titillium Web,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8d697b304b401681-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/4cf2300e9c8272f7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_188709{font-family:Geist,Geist Fallback;font-style:normal}.__variable_188709{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9610d9e46709d722-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/747892c23ea88013-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/93f479601ee12b01-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_9a8899{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_9a8899{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}.chatbot_chatBubble__sXKA3{position:fixed;bottom:25px;left:25px;background-color:#d93636;color:#fff;width:42px;height:42px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.2);transition:transform .3s ease,box-shadow .3s ease;z-index:9998}.chatbot_chatBubble__sXKA3:hover{transform:scale(1.1);box-shadow:0 6px 16px rgba(0,0,0,.3)}.chatbot_chatBubble__sXKA3 svg{width:32px;height:32px}.chatbot_chatContainer__cz94C{position:fixed;bottom:100px;left:25px;width:90%;max-width:370px;height:70vh;max-height:550px;background-color:#fff;border-radius:15px;box-shadow:0 8px 24px rgba(0,0,0,.15);display:flex;flex-direction:column;overflow:hidden;transform:scale(0);transform-origin:bottom left;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);z-index:9999}.chatbot_chatContainer__cz94C.chatbot_open__RPk4v{transform:scale(1)}.chatbot_chatHeader__TYA4C{background-color:#d93636;color:#fff;padding:15px 20px;border-top-left-radius:15px;border-top-right-radius:15px;display:flex;align-items:center;justify-content:space-between}.chatbot_chatHeader__TYA4C h3{margin:0;font-size:1.1rem;font-weight:600}.chatbot_closeBtn__MW1a8{background:none;border:none;color:#fff;cursor:pointer;padding:5px}.chatbot_closeBtn__MW1a8 svg{width:20px;height:20px}.chatbot_chatBody__pG16g{flex-grow:1;padding:20px;overflow-y:auto;background-color:#f8f9fa;display:flex;flex-direction:column}.chatbot_chatBody__pG16g::-webkit-scrollbar{width:6px}.chatbot_chatBody__pG16g::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:3px}.chatbot_message__0NVfl{margin-bottom:15px;max-width:85%;padding:10px 15px;border-radius:20px;line-height:1.5;word-wrap:break-word}.chatbot_message__0NVfl.chatbot_bot___QLkv{background-color:#e9ecef;color:#333;align-self:flex-start;border-bottom-left-radius:5px}.chatbot_message__0NVfl.chatbot_bot___QLkv a,.chatbot_message__0NVfl.chatbot_bot___QLkv button.gemini-btn{display:inline-block;background-color:#d93636;color:#fff;padding:10px 15px;margin-top:10px;border-radius:20px;text-decoration:none;font-weight:500;transition:background-color .2s;border:none;cursor:pointer;font-size:.9rem}.chatbot_message__0NVfl.chatbot_bot___QLkv a:hover,.chatbot_message__0NVfl.chatbot_bot___QLkv button.gemini-btn:hover{background-color:#b72a2a}.chatbot_message__0NVfl.chatbot_user__IAneA{background-color:#d93636;color:#fff;align-self:flex-end;border-bottom-right-radius:5px}.chatbot_message__0NVfl.chatbot_loading__SogYA{align-self:flex-start;color:#777;font-style:italic}.chatbot_chatFooter__eNamI{padding:15px;background-color:#fff;border-top:1px solid #e9ecef;display:flex;gap:10px}.chatbot_chatFooter__eNamI input{flex-grow:1;border:1px solid #ccc;border-radius:20px;padding:10px 15px;font-size:1rem;outline:none;transition:border-color .2s}.chatbot_chatFooter__eNamI input:focus{border-color:#d93636}.chatbot_chatFooter__eNamI button{background-color:#d93636;border:none;color:#fff;width:45px;height:45px;cursor:pointer;display:flex;padding:0 40px;justify-content:center;align-items:center;transition:background-color .2s;flex-shrink:0}.chatbot_chatFooter__eNamI button:hover{background-color:#b72a2a}@media(max-width:480px){.chatbot_chatContainer__cz94C{width:100%;height:100%;max-height:100%;bottom:0;left:0;border-radius:0}.chatbot_chatBubble__sXKA3{bottom:15px;left:15px}.chatbot_chatContainer__cz94C{width:100%;height:100%;max-height:100%;bottom:0;right:0;border-radius:0}.chatbot_chatBubble__sXKA3{bottom:15px;right:15px}}