@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.20%;descent-override:22.48%;line-gap-override:0.00%;size-adjust:107.40%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}.FloatingChat_container__iAZQG{position:fixed;bottom:2rem;right:2rem;z-index:1000;display:flex;flex-direction:column;align-items:flex-end;font-family:var(--font-inter,sans-serif)}.FloatingChat_launcher__XG9T9{width:auto;min-width:60px;height:60px;padding:0 1.5rem;gap:.5rem;border-radius:30px;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));color:#fff;border:none;box-shadow:0 4px 12px rgba(0,0,0,.3);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;transition:transform .2s cubic-bezier(.34,1.56,.64,1)}.FloatingChat_launcher__XG9T9:hover{transform:scale(1.1)}.FloatingChat_launcher__XG9T9.FloatingChat_hidden__CGrfe{display:none}.FloatingChat_window__Ceqzu{width:380px;height:600px;max-height:calc(100vh - 100px);background:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:16px;box-shadow:0 8px 30px rgba(0,0,0,.5);display:flex;flex-direction:column;overflow:hidden;animation:FloatingChat_slideUp__uMYvZ .3s cubic-bezier(.16,1,.3,1);transform-origin:bottom right}.FloatingChat_window__Ceqzu.FloatingChat_minimized__qFiXk{display:none}@keyframes FloatingChat_slideUp__uMYvZ{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.FloatingChat_header__GHbFv{padding:1rem;background:var(--color-bg-secondary);border-bottom:1px solid var(--color-border);display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.FloatingChat_headerTitle__yuv3K{font-weight:600;font-size:1rem;color:var(--color-text-primary);display:flex;flex-direction:column}.FloatingChat_headerSubtitle__27yag{font-size:.75rem;color:var(--color-text-muted)}.FloatingChat_headerActions__QcAW8{display:flex;gap:.5rem}.FloatingChat_iconBtn__yaphd{background:transparent;border:none;color:var(--color-text-secondary);cursor:pointer;padding:4px;border-radius:4px;transition:background .2s;display:flex;align-items:center;justify-content:center}.FloatingChat_iconBtn__yaphd:hover{background:var(--color-bg-tertiary);color:var(--color-text-primary)}.FloatingChat_messagesContainer___zcEe{flex:1 1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:0;background:var(--color-bg-primary);scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.FloatingChat_message__eeXSm{display:flex;flex-direction:column;max-width:80%;animation:FloatingChat_fadeIn__swADW .2s ease;margin-top:.5rem}.FloatingChat_message__eeXSm.FloatingChat_groupedTop__Mauw0{margin-top:2px}.FloatingChat_message__eeXSm.FloatingChat_groupedBottom__SGL5O .FloatingChat_messageContent__epjUO{border-bottom-left-radius:4px}.FloatingChat_message__eeXSm.FloatingChat_own___jE0H.FloatingChat_groupedBottom__SGL5O .FloatingChat_messageContent__epjUO{border-bottom-right-radius:4px}.FloatingChat_message__eeXSm.FloatingChat_groupedTop__Mauw0 .FloatingChat_messageContent__epjUO{border-top-left-radius:4px}.FloatingChat_message__eeXSm.FloatingChat_own___jE0H.FloatingChat_groupedTop__Mauw0 .FloatingChat_messageContent__epjUO{border-top-right-radius:4px}.FloatingChat_message__eeXSm.FloatingChat_groupedTop__Mauw0.FloatingChat_groupedBottom__SGL5O .FloatingChat_messageContent__epjUO{border-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px}.FloatingChat_message__eeXSm.FloatingChat_own___jE0H.FloatingChat_groupedTop__Mauw0.FloatingChat_groupedBottom__SGL5O .FloatingChat_messageContent__epjUO{border-top-right-radius:4px;border-bottom-right-radius:4px}.FloatingChat_message__eeXSm:not(.FloatingChat_own___jE0H).FloatingChat_groupedTop__Mauw0.FloatingChat_groupedBottom__SGL5O .FloatingChat_messageContent__epjUO{border-top-left-radius:4px;border-bottom-left-radius:4px}.FloatingChat_message__eeXSm.FloatingChat_own___jE0H{align-self:flex-end}.FloatingChat_message__eeXSm.FloatingChat_system__xRECX{align-self:center;max-width:90%;align-items:center}.FloatingChat_systemContent__M145b{font-size:.75rem;color:var(--color-text-muted);background:var(--color-bg-secondary);padding:4px 8px;border-radius:12px;text-align:center}.FloatingChat_messageContent__epjUO{padding:8px 12px;background:var(--color-bg-secondary);border-radius:12px;border-bottom-left-radius:2px;color:var(--color-text-primary);font-size:.9rem;line-height:1.4;word-wrap:break-word;border:1px solid var(--color-border)}.FloatingChat_message__eeXSm.FloatingChat_own___jE0H .FloatingChat_messageContent__epjUO{background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));color:#fff;border:none;border-radius:12px;border-bottom-right-radius:2px;border-bottom-left-radius:12px}.FloatingChat_messageMeta__jEWqR{font-size:.7rem;color:var(--color-text-muted);margin-top:2px;padding:0 4px}.FloatingChat_message__eeXSm.FloatingChat_own___jE0H .FloatingChat_messageMeta__jEWqR{text-align:right}@keyframes FloatingChat_fadeIn__swADW{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.FloatingChat_inputArea__YyOxy{padding:1rem;background:var(--color-bg-secondary);border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:.5rem;flex-shrink:0}.FloatingChat_inputRow__4tJrS{display:flex;gap:.5rem;align-items:flex-end;position:relative}.FloatingChat_input__G3af2{flex:1 1;background:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:20px;padding:10px 14px;color:var(--color-text-primary);font-size:16px!important;outline:none;resize:none;max-height:100px;font-family:inherit;transition:border-color .2s}.FloatingChat_input__G3af2:focus{border-color:var(--color-primary)}.FloatingChat_sendBtn__c9qPj{width:40px;height:40px;border-radius:50%;background:var(--color-primary);color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s;flex-shrink:0}.FloatingChat_sendBtn__c9qPj:hover:not(:disabled){transform:scale(1.05)}.FloatingChat_sendBtn__c9qPj:disabled{opacity:.5;cursor:not-allowed;background:var(--color-bg-tertiary)}.FloatingChat_tools__nnEzm{display:flex;gap:.5rem}.FloatingChat_toolBtn__iZ0G_{background:transparent;border:none;color:var(--color-text-secondary);cursor:pointer;font-size:1.1rem;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center}.FloatingChat_toolBtn__iZ0G_:hover{color:var(--color-primary);background:var(--color-bg-tertiary)}.FloatingChat_switchBtn__hC_Lo{display:flex;align-items:center;gap:4px;font-size:.75rem;background:var(--color-bg-tertiary);border:1px solid var(--color-border);padding:2px 8px;border-radius:12px;cursor:pointer;color:var(--color-text-secondary);transition:all .2s}.FloatingChat_switchBtn__hC_Lo:hover{border-color:var(--color-primary);color:var(--color-primary)}.FloatingChat_filePreviewContainer__GUwDr{display:flex;gap:.5rem;padding:.5rem;background:var(--color-bg-primary);border-radius:8px;overflow-x:auto;margin-bottom:.5rem;border:1px solid var(--color-border)}.FloatingChat_filePreviewItem__ADmwJ{position:relative;display:flex;flex-direction:column;align-items:center;min-width:80px;max-width:80px;padding:.5rem;background:var(--color-bg-secondary);border-radius:6px;border:1px solid var(--color-border)}.FloatingChat_removeFileBtn__3qW_2{position:absolute;top:-6px;right:-6px;width:20px;height:20px;border-radius:50%;background:var(--color-primary);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;line-height:1;font-weight:700;z-index:2;transition:transform .2s}.FloatingChat_removeFileBtn__3qW_2:hover{transform:scale(1.1);background:#dc2626}.FloatingChat_previewImage__Kw69S{width:60px;height:60px;object-fit:cover;border-radius:4px;margin-bottom:4px}.FloatingChat_fileIcon__ow7Jq{font-size:2rem;margin-bottom:4px}.FloatingChat_fileName__9zWpZ{font-size:.65rem;color:var(--color-text-primary);text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.FloatingChat_fileSize__U_nfK{font-size:.6rem;color:var(--color-text-muted)}.FloatingChat_videoPreview__DYPEj{max-width:100%;border-radius:8px;margin-bottom:.5rem}.FloatingChat_fileLink__SLDi_{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--color-bg-tertiary);border-radius:6px;color:var(--color-text-primary);text-decoration:none;font-size:.85rem;margin-bottom:.5rem;border:1px solid var(--color-border);transition:background .2s}.FloatingChat_fileLink__SLDi_:hover{background:var(--color-bg-secondary)}.FloatingChat_uploadProgressContainer__Ml87k{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:8px;padding:.75rem;margin-bottom:.5rem}.FloatingChat_uploadProgressBar__52kyT{width:100%;height:6px;background:var(--color-bg-tertiary);border-radius:3px;overflow:hidden;margin-bottom:.5rem}.FloatingChat_uploadProgressFill__XlVoV{height:100%;background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));transition:width .3s ease}.FloatingChat_uploadProgressText__bq5ht{font-size:.75rem;color:var(--color-text-secondary);text-align:center}.FloatingChat_imagePreview__G2zEU{max-width:200px;max-height:150px;border-radius:8px;overflow:hidden;margin-bottom:4px;border:1px solid var(--color-border)}.FloatingChat_imagePreview__G2zEU img{width:100%;height:100%;object-fit:cover}@media (max-width:768px){.FloatingChat_container__iAZQG{bottom:1rem;right:1rem}.FloatingChat_launcher__XG9T9{width:auto;min-width:50px;height:auto;padding:8px 12px;border-radius:16px;flex-direction:column;gap:2px;box-shadow:0 4px 12px rgba(0,0,0,.2)}.FloatingChat_launcher__XG9T9 span:first-child{font-size:1.2rem!important;line-height:1}.FloatingChat_launcher__XG9T9 span:last-child{display:block;font-size:.65rem;font-weight:500;opacity:.9;margin-left:0;text-align:center;line-height:1}.FloatingChat_window__Ceqzu{position:fixed;bottom:0;right:0;left:0;top:0;width:100%;height:100%;max-height:100%;border-radius:0;border:none}.FloatingChat_header__GHbFv{padding-top:max(1rem,env(safe-area-inset-top))}.FloatingChat_inputArea__YyOxy{padding-bottom:max(1rem,env(safe-area-inset-bottom))}}:root{--color-primary:#7533cc;--color-primary-dark:#5e29a3;--color-primary-light:#915cd6;--color-secondary:#dd3c8c;--color-accent:#ffc619;--color-bg-primary:#101018;--color-bg-secondary:#1a1a23;--color-bg-tertiary:#23232f;--color-bg-glass:rgba(43,43,59,.7);--color-text-primary:#f2f2f2;--color-text-secondary:#b3b3b3;--color-text-muted:grey;--color-success:#3c6;--color-error:#dd3c3c;--color-warning:#ee9d2b;--color-info:#3ca7dd;--color-border:hsla(0,0%,100%,.1);--shadow-sm:0 2px 8px rgba(0,0,0,.3);--shadow-md:0 4px 16px rgba(0,0,0,.4);--shadow-lg:0 8px 32px rgba(0,0,0,.5);--spacing-xs:0.5rem;--spacing-sm:0.75rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--radius-sm:0.375rem;--radius-md:0.5rem;--radius-lg:0.75rem;--radius-xl:1rem;--transition-fast:150ms ease;--transition-normal:250ms ease;--transition-slow:350ms ease}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{color:var(--color-text-primary);background:var(--color-bg-primary);line-height:1.6;font-family:Inter,sans-serif}@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");a{color:inherit;text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-primary-light)}button{font-family:inherit;cursor:pointer;border:none;background:none;transition:all var(--transition-fast)}input,select,textarea{font-family:inherit;color:inherit}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-md)}.glass{background:var(--color-bg-glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--color-border)}.gradient-primary{background:linear-gradient(135deg,var(--color-primary) 0,var(--color-secondary) 100%)}.gradient-text{background:linear-gradient(135deg,var(--color-primary-light),var(--color-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.fade-in{animation:fadeIn var(--transition-normal)}.slide-in{animation:slideIn var(--transition-normal)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg-secondary)}::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:var(--radius-md)}::-webkit-scrollbar-thumb:hover{background:var(--color-primary-light)}.spinner{width:40px;height:40px;border:4px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}