.ContactForm-module__j1WgZG__container{-webkit-backdrop-filter:blur(10px);color:#fff;pointer-events:auto;background:#040405cc;border:1px solid #00ffcc4d;border-radius:8px;width:350px;padding:24px;font-family:monospace;box-shadow:0 0 20px #00ffcc1a}.ContactForm-module__j1WgZG__title{color:var(--accent,#ff5722);text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid #0fc3;margin-bottom:12px;padding-bottom:8px;font-size:1.5rem}.ContactForm-module__j1WgZG__form{flex-direction:column;gap:12px;margin-bottom:16px;display:flex}.ContactForm-module__j1WgZG__input,.ContactForm-module__j1WgZG__textarea{color:#fff;background-color:#ffffff0d;border:1px solid #fff3;border-radius:4px;outline:none;width:100%;padding:10px;font-family:sans-serif;font-size:.9rem;transition:border-color .2s}.ContactForm-module__j1WgZG__input:focus,.ContactForm-module__j1WgZG__textarea:focus{border-color:var(--accent,#ff5722)}.ContactForm-module__j1WgZG__textarea{resize:vertical;min-height:80px}.ContactForm-module__j1WgZG__button{background-color:var(--accent,#ff5722);color:#000;cursor:pointer;text-transform:uppercase;letter-spacing:.1em;border:none;border-radius:4px;padding:10px;font-weight:700;transition:opacity .2s}.ContactForm-module__j1WgZG__button:hover:not(:disabled){opacity:.8}.ContactForm-module__j1WgZG__button:disabled{opacity:.5;cursor:not-allowed}.ContactForm-module__j1WgZG__success{color:#0fc;text-align:center;margin-bottom:16px;font-size:.9rem}.ContactForm-module__j1WgZG__error{color:#f33;text-align:center;margin-bottom:16px;font-size:.9rem}.ContactForm-module__j1WgZG__socials{border-top:1px solid #0fc3;justify-content:center;gap:16px;padding-top:16px;display:flex}.ContactForm-module__j1WgZG__socialIcon{color:#fff9;justify-content:center;align-items:center;transition:color .2s,transform .2s;display:flex}.ContactForm-module__j1WgZG__socialIcon:hover{color:#fff;transform:scale(1.1)}
.Chat-module__mvFkka__chatContainer{z-index:2147483647;flex-direction:column;align-items:flex-end;display:flex;position:fixed;bottom:24px;right:24px;pointer-events:auto!important}.Chat-module__mvFkka__chatToggle{-webkit-backdrop-filter:blur(8px);cursor:pointer;z-index:2147483647;background:#0a0f1e66;border:1px solid #00ffcc4d;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;padding:0;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),opacity .4s,box-shadow .2s,background-color .2s;display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden;box-shadow:0 4px 15px #0fc3;pointer-events:auto!important}.Chat-module__mvFkka__chatToggle:hover:not(.Chat-module__mvFkka__hidden){background:#0a0f1e99;transform:scale(1.1);box-shadow:0 6px 20px #00ffcc80}.Chat-module__mvFkka__hidden{opacity:0;pointer-events:none!important;transform:translateY(150px)scale(.5)!important}.Chat-module__mvFkka__chatWindow{-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:var(--radius-lg);background-color:#0c0c0ff2;flex-direction:column;width:350px;height:500px;max-height:calc(100vh - 100px);margin-bottom:16px;animation:.3s ease-out forwards Chat-module__mvFkka__slideUp;display:flex;overflow:hidden;box-shadow:0 10px 30px #00000080}@keyframes Chat-module__mvFkka__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Chat-module__mvFkka__chatHeader{border-bottom:1px solid var(--border-color);background-color:#08080ae6;justify-content:space-between;align-items:center;padding:16px;display:flex}.Chat-module__mvFkka__chatTitle{font-family:var(--font-space-grotesk);color:#fff;align-items:center;gap:8px;font-size:1.1rem;font-weight:600;display:flex}.Chat-module__mvFkka__chatTitle span{background-color:var(--accent);width:8px;height:8px;box-shadow:0 0 8px var(--accent);border-radius:50%}.Chat-module__mvFkka__chatClose{color:#fff9;cursor:pointer;background:0 0;border:none;font-size:1.2rem;transition:color .2s}.Chat-module__mvFkka__chatClose:hover{color:#fff}.Chat-module__mvFkka__chatMessages{-ms-overflow-style:none;scrollbar-width:none;flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.Chat-module__mvFkka__chatMessages::-webkit-scrollbar{display:none}.Chat-module__mvFkka__message{border-radius:var(--radius-md);max-width:85%;padding:12px 16px;font-size:.9rem;line-height:1.5}.Chat-module__mvFkka__userMessage{color:#fff;background-color:#ffffff1a;border:1px solid #fff3;border-bottom-right-radius:4px;align-self:flex-end}.Chat-module__mvFkka__assistantMessage{border:1px solid var(--accent);color:#fff;background-color:#0000;border-bottom-left-radius:4px;align-self:flex-start}.Chat-module__mvFkka__chatForm{border-top:1px solid var(--border-color);background-color:#08080ae6;gap:8px;padding:16px;display:flex}.Chat-module__mvFkka__chatInput{color:#fff;background-color:#ffffff0d;border:1px solid #fff3;border-radius:4px;outline:none;flex:1;padding:10px 14px;font-family:sans-serif;font-size:.9rem;transition:border-color .2s;pointer-events:auto!important}.Chat-module__mvFkka__chatInput:focus{border-color:var(--accent)}.Chat-module__mvFkka__chatSubmit{background-color:var(--accent);color:#000;border-radius:var(--radius-sm);font-family:var(--font-space-grotesk);cursor:pointer;border:none;padding:0 16px;font-weight:600;transition:opacity .2s}.Chat-module__mvFkka__chatSubmit:disabled{opacity:.5;cursor:not-allowed}.Chat-module__mvFkka__chatSubmit:hover:not(:disabled){opacity:.8}@media (max-width:480px){.Chat-module__mvFkka__chatWindow{border-radius:0;width:100%;height:100%;max-height:100vh;margin-bottom:0;position:fixed;inset:0}}
