@import "https://fonts.googleapis.com/css2?family=Forum&family=Inter:wght@300;400;500;600;700&display=swap";
:root{--bg-dark:#031a3b;--bg-darker:#020810;--bg-card:#081c3099;--primary-cream:#e2edf8;--secondary-cream:#e2edf8;--text-white:#e2edf8;--text-cream:#e2edf8;--text-grey:#e2edf8b3;--text-dark:#e2edf866;--accent-gold:#00b7ff;--border-subtle:#00d2ff1f;--border-light:#00d0ff38;--font-serif:"Forum", serif;--font-sans:"Satoshi", "Inter", sans-serif;--section-space:100px;--header-height:80px;--radius-none:0;--radius-sm:2px;--radius-md:4px;--transition-fast:.25s cubic-bezier(.23, 1, .32, 1);--transition-smooth:.6s cubic-bezier(.23, 1, .32, 1);--transition-slow:1s cubic-bezier(.23, 1, .32, 1)}@media (max-width:768px){:root{--section-space:60px;--header-height:70px}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background-color:var(--bg-dark);font-size:62.5%}body{color:var(--text-white);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;background-color:#0000;font-size:1.6rem;line-height:1.5;position:relative;overflow-x:hidden}body:before{content:"";opacity:var(--pattern-opacity,.015);transform:scale(var(--pattern-scale,1));filter:brightness(var(--pattern-brightness,1));pointer-events:none;z-index:-1;will-change:transform, opacity, filter;background-image:url(/pattern.png);background-position:50%;background-repeat:repeat;background-size:50%;background-attachment:fixed;transition:transform .2s cubic-bezier(.25,1,.5,1),opacity .2s ease-out,filter .2s ease-out;position:fixed;inset:0}body.no-bg-pattern:before{display:none!important}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);color:var(--text-white);text-transform:uppercase;letter-spacing:.05em;font-weight:500;line-height:1.1}.text-italic{font-family:var(--font-serif);font-style:italic}a{color:inherit;transition:var(--transition-fast);text-decoration:none}ul{list-style:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font:inherit;background:0 0;border:none}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:var(--border-light)}::-webkit-scrollbar-thumb:hover{background:var(--text-grey)}.container{max-width:1400px;margin:0 auto;padding:0 40px}@media (max-width:768px){.container{padding:0 20px}}.section-padding{padding:var(--section-space) 0}.flex-center{justify-content:center;align-items:center;display:flex}.glass{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle);background:#0a0a0ab3}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:1s forwards fadeIn}.fade-in-up,fade-in-up{animation:1s forwards fadeInUp}
.chat-module__7cxasG__fab{background:var(--accent-gold);color:#000;cursor:pointer;z-index:999;border:1px solid #ffffff1a;border-radius:500px;align-items:center;gap:12px;padding:8px 8px 8px 20px;transition:all .4s cubic-bezier(.23,1,.32,1);display:flex;position:fixed;bottom:120px;right:30px;box-shadow:0 10px 30px #00000080}@media (max-width:768px){.chat-module__7cxasG__fab{bottom:30px}}.chat-module__7cxasG__fab:hover{transform:translateY(-5px)scale(1.02);box-shadow:0 15px 35px #00d2ff4d}.chat-module__7cxasG__fabScrolled{gap:0!important;padding:8px!important}.chat-module__7cxasG__fabLabel{letter-spacing:.15em;text-transform:uppercase;font-size:1.3rem;font-weight:700;font-family:var(--font-sans)}.chat-module__7cxasG__fabIcon{background:#0000001a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.chat-module__7cxasG__chatContainer{-webkit-backdrop-filter:blur(25px);border:1px solid var(--border-light);z-index:998;background:#121212d9;border-radius:24px;flex-direction:column;width:420px;height:650px;display:flex;position:fixed;bottom:190px;right:30px;overflow:hidden;box-shadow:0 25px 60px #0009}@media (max-width:768px){.chat-module__7cxasG__chatContainer{width:100vw;height:100vh;z-index:10000;border:none;border-radius:0;height:-webkit-fill-available;inset:0}.chat-module__7cxasG__messages{gap:15px!important;padding:16px!important}.chat-module__7cxasG__inputArea{padding:16px!important}.chat-module__7cxasG__header{padding:16px 20px!important}}.chat-module__7cxasG__header{border-bottom:1px solid var(--border-subtle);background:linear-gradient(#00d2ff1a,#0000);justify-content:space-between;align-items:center;padding:24px;display:flex}.chat-module__7cxasG__headerInfo{align-items:center;gap:15px;display:flex}.chat-module__7cxasG__avatar{background:var(--accent-gold);color:#000;width:44px;height:44px;font-family:var(--font-serif);border-radius:50%;justify-content:center;align-items:center;font-size:1.8rem;font-weight:700;display:flex;box-shadow:0 0 15px #00d2ff66}.chat-module__7cxasG__headerInfo h3{color:var(--accent-gold);letter-spacing:.05em;margin:0;font-size:1.8rem}.chat-module__7cxasG__headerInfo p{color:var(--text-grey);text-transform:uppercase;letter-spacing:.1em;margin:0;font-size:1.2rem}.chat-module__7cxasG__header button{color:var(--text-grey);opacity:.6;transition:opacity .2s}.chat-module__7cxasG__header button:hover{opacity:1;color:var(--accent-gold)}.chat-module__7cxasG__messages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:20px;padding:24px;display:flex;overflow-y:auto}.chat-module__7cxasG__emptyState{text-align:center;color:var(--text-cream);font-size:1.6rem;font-family:var(--font-serif);padding:60px 24px;line-height:1.6}.chat-module__7cxasG__suggestions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:30px;display:flex}.chat-module__7cxasG__suggestions button{border:1px solid var(--border-subtle);color:var(--text-cream);cursor:pointer;background:#efe7d20d;border-radius:12px;padding:8px 16px;font-size:1.2rem;font-weight:500;transition:all .3s cubic-bezier(.23,1,.32,1)}.chat-module__7cxasG__suggestions button:hover{background:var(--accent-gold);color:#000;border-color:var(--accent-gold);transform:translateY(-2px)}.chat-module__7cxasG__waSuggestion{color:#25d366!important;background:#25d36614!important;border-color:#25d36633!important}.chat-module__7cxasG__waSuggestion:hover{color:#fff!important;background:#25d366!important;border-color:#25d366!important}.chat-module__7cxasG__messageRow{gap:12px;max-width:90%;display:flex}.chat-module__7cxasG__userRow{flex-direction:row-reverse;align-self:flex-end}.chat-module__7cxasG__messageIcon{width:28px;height:28px;color:var(--accent-gold);background:#efe7d214;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.chat-module__7cxasG__messageBubble{white-space:pre-wrap;border-radius:18px;padding:14px 18px;font-size:1.45rem;line-height:1.6;box-shadow:0 4px 15px #0000001a}.chat-module__7cxasG__botRow .chat-module__7cxasG__messageBubble{color:var(--text-cream);background:#ffffff0a;border:1px solid #ffffff0d;border-bottom-left-radius:4px}.chat-module__7cxasG__userRow .chat-module__7cxasG__messageBubble{background:var(--accent-gold);color:#000;border-bottom-right-radius:4px;font-weight:500}.chat-module__7cxasG__loadingBubble{color:var(--accent-gold);background:#ffffff0a;border-radius:18px;align-items:center;padding:12px 18px;display:flex}.chat-module__7cxasG__spin{animation:1s linear infinite chat-module__7cxasG__spin}@keyframes chat-module__7cxasG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chat-module__7cxasG__inputArea{border-top:1px solid var(--border-subtle);background:#0003;gap:12px;padding:24px;display:flex}.chat-module__7cxasG__inputArea input{border:1px solid var(--border-light);color:var(--text-white);background:#efe7d208;border-radius:14px;outline:none;flex:1;padding:14px 18px;font-size:1.5rem;transition:all .3s}.chat-module__7cxasG__inputArea input:focus{border-color:var(--accent-gold);background:#efe7d20f;box-shadow:0 0 15px #00d2ff1a}.chat-module__7cxasG__inputArea button{background:var(--accent-gold);color:#000;cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s cubic-bezier(.23,1,.32,1);display:flex;box-shadow:0 8px 15px #0003}.chat-module__7cxasG__inputArea button:hover:not(:disabled){background:#d4ae6a;transform:translateY(-2px);box-shadow:0 10px 20px #00d2ff33}.chat-module__7cxasG__inputArea button:disabled{opacity:.4;cursor:not-allowed;transform:none}.chat-module__7cxasG__toolLink{color:#25d366;background:#25d3661a;border:1px solid #25d36633;border-radius:12px;align-items:center;gap:10px;margin-top:15px;padding:12px 16px;font-size:1.35rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.chat-module__7cxasG__toolLink:hover{background:#25d36633;transform:translate(5px)}.chat-module__7cxasG__actionButton{color:var(--accent-gold);cursor:pointer;background:#00d2ff1f;border:1px solid #00d2ff40;border-radius:12px;align-items:center;gap:8px;width:fit-content;margin-top:15px;padding:10px 16px;font-size:1.3rem;font-weight:600;transition:all .3s cubic-bezier(.23,1,.32,1);display:flex}.chat-module__7cxasG__actionButton:hover{background:var(--accent-gold);color:#000;transform:translate(5px)}.chat-module__7cxasG__messageText{white-space:pre-wrap;word-break:break-word}.chat-module__7cxasG__emptyIcon{color:var(--accent-gold);opacity:.7;margin-bottom:16px;font-size:3.2rem}.chat-module__7cxasG__typingDots{align-items:center;gap:5px;padding:4px 0;display:flex}.chat-module__7cxasG__typingDots span{background:var(--accent-gold);opacity:.4;border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite both chat-module__7cxasG__typingBounce}.chat-module__7cxasG__typingDots span:first-child{animation-delay:0s}.chat-module__7cxasG__typingDots span:nth-child(2){animation-delay:.2s}.chat-module__7cxasG__typingDots span:nth-child(3){animation-delay:.4s}@keyframes chat-module__7cxasG__typingBounce{0%,80%,to{opacity:.3;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}
.Preloader-module__mhuJGq__preload{z-index:9999;background-color:#040d1a;place-content:center;justify-items:center;transition:all .5s;display:grid;position:fixed;inset:0}.Preloader-module__mhuJGq__preload>*{transition:all .25s}.Preloader-module__mhuJGq__loaded>*{opacity:0}.Preloader-module__mhuJGq__loaded{opacity:0;pointer-events:none;transition-delay:.25s;transform:translateY(100%)}.Preloader-module__mhuJGq__circle{border:3px solid #ffffff1a;border-top-color:#00b7ff;border-radius:50%;width:112px;height:112px;margin-bottom:45px;animation:1s linear infinite Preloader-module__mhuJGq__rotate360}@keyframes Preloader-module__mhuJGq__rotate360{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.Preloader-module__mhuJGq__text{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:16px;color:#0000;-webkit-text-stroke:.5px #fff6;background-image:linear-gradient(90deg,#0000 0% 16.66%,#00b7ff 33.33% 50%,#0000 66.66% 75%);background-size:500%;-webkit-background-clip:text;background-clip:text;padding-left:16px;font-size:calc(2rem + 3vw);font-weight:700;line-height:1em;animation:2s linear infinite Preloader-module__mhuJGq__loadingText}@keyframes Preloader-module__mhuJGq__loadingText{0%{background-position:100%}to{background-position:0%}}
