@charset "UTF-8";@font-face{font-family:Inter;src:url(/fonts/Inter/Inter-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap;font-stretch:normal}@font-face{font-family:Inter;src:url(/fonts/Inter/Inter-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap;font-stretch:normal}@font-face{font-family:Inter;src:url(/fonts/Inter/Inter-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap;font-stretch:normal}@font-face{font-family:Inter;src:url(/fonts/Inter/Inter-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap;font-stretch:normal}@font-face{font-family:Inter;src:url(/fonts/Inter/Inter-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap;font-stretch:normal}.body-grey{background-color:#f9fafb;min-height:100vh}body{background-color:#fff;font-family:Inter,sans-serif;color:#1f2937;font-size:15px;line-height:24px;font-weight:400;font-style:normal;font-stretch:normal;letter-spacing:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth;overflow-x:hidden}.footer-wrapper{background-color:#fff}.footer--grey{background-color:#f9fafb}.header{width:100%;top:0;height:64px;display:flex;align-items:center;justify-content:space-between}.header--white{background-color:#fff}.header--grey{background-color:#f9fafb}.header-container{width:80%;max-width:1280px;display:flex;align-items:center;justify-content:space-between;margin:0 auto}.header-logo{max-width:120px;max-height:36px;width:auto;height:auto;display:block;margin-right:16px}@media (max-width: 1023px){.header-container{width:90%}}.menu{display:flex;justify-content:flex-end;align-items:center;margin-left:auto}.nav-menu-container{display:flex}.nav-menu{display:flex;gap:30px;list-style:none;margin:0;padding:0;align-items:center}.nav-link{font-family:Inter,sans-serif;font-weight:500;font-size:14px;color:#1f2937;text-decoration:none;padding:10px 5px;position:relative}.nav-link:hover:before{content:"";position:absolute;bottom:-5px;left:0;right:0;height:1.5px;background-color:#e61b23;transition:background-color .3s ease}.nav-menu:after{content:"";background-color:#e5e7eb;display:block;width:1px;height:30px;margin:0}.sign-in{font-family:Inter,sans-serif;font-weight:500;color:#fff;background-color:#1f2937;font-size:15px;border-radius:8px;padding:8px 30px;white-space:nowrap;margin-left:10px;transition:background-color .3s ease,color .3s ease;text-decoration:none}.sign-in:hover{background-color:#374151}@media (max-width: 1023px){.nav-menu{gap:15px}}@media (max-width: 766px){.nav-menu-container{display:none}.nav-menu:after{display:none}.sign-in{margin-left:0}}.not-found-main{background-color:#fff;padding:120px 0}.not-found-flexbox{width:80%;max-width:1280px;display:flex;align-items:center;justify-content:center;padding:0;margin:45px auto 50px}@media (max-width: 1023px){.not-found-flexbox{width:90%}}.not-found-center{flex:none;margin:0 auto;text-align:center;max-width:390px;background-color:#fff;border-radius:8px;width:100%}.not-found-center h2{font-family:Inter,sans-serif;font-weight:600;font-size:36px;line-height:1.3;letter-spacing:-.01em;color:#1f2937;text-align:center;margin:0 6px;padding:64px 0 30px}@media (min-width: 640px){.not-found-center h2{font-size:38px}}@media (min-width: 768px){.not-found-center h2{font-size:42px}}@media (min-width: 1024px){.not-found-center h2{font-size:46px}}.not-found-center p{font-family:Inter,sans-serif;color:#6b7280;font-size:1.125rem;line-height:1.75;max-width:48rem;margin:0 0 38px;text-align:center}.not-found-button{display:flex;justify-content:center;align-items:center}.not-found-back-home{display:flex;align-items:center;justify-content:center;color:#1f2937;background-color:transparent;border:1px solid #d1d5db;font-family:Inter,sans-serif;font-size:15px;font-weight:500;border-radius:8px;text-align:center;text-decoration:none;white-space:nowrap;transition:background-color .3s ease,color .3s ease;max-width:200px;max-height:46px;height:46px;padding:0 20px;overflow:hidden;text-overflow:ellipsis}.not-found-back-home:hover{background-color:#f4f5f7}.loading-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;min-height:100vh;padding-top:20vh;background-color:#f9fafb}.loading-logo{width:clamp(120px,25vw,200px);height:auto;margin-bottom:40px}.progress-bar{width:clamp(120px,40vw,180px);height:2px;background-color:#e5e7eb;border-radius:4px;overflow:hidden;position:relative}.progress-fill{width:40px;height:100%;background-color:#e61b23;border-radius:4px;position:absolute;animation:slideAnimation 2s ease-in-out infinite}@keyframes slideAnimation{0%{left:0%}50%{left:calc(100% - 40px)}to{left:0%}}@media (max-width: 480px){.progress-bar{height:1.5px}.progress-fill{width:30px}}.private-menu{display:flex;justify-content:flex-end;align-items:center;margin-left:auto}.private-nav-menu-container{display:flex}.private-nav-menu{display:flex;gap:30px;list-style:none;margin:0;padding:0;align-items:center}.private-nav-link{font-family:Inter,sans-serif;font-weight:500;font-size:14px;color:#1f2937;text-decoration:none;padding:10px 5px;position:relative}.private-nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:1.5px;background-color:transparent;transform-origin:left;transition:background-color .3s ease}.private-nav-link:not(.active):hover:after{transform:scaleX(1);background-color:#e61b23}.private-nav-link.active:after{transform:scaleX(1);background-color:#1f2937}.private-nav-link:visited{color:inherit}.private-nav-link:hover{text-decoration:none}.profile-avatar-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;overflow:hidden;margin-left:30px;transition:box-shadow .3s ease;box-shadow:0 0 0 2px #dfe0e2}.profile-avatar-wrapper:hover{box-shadow:0 0 0 2px #e61b2366}.profile-avatar-wrapper.active{box-shadow:0 0 0 2px #1f293799}.profile-avatar{width:26px;height:26px;border-radius:50%;display:block}.dropdown{position:relative;display:inline-block;cursor:pointer}.dropdown-toggle{display:flex;color:#fff;padding:0;margin:0;font-weight:700}.dropdown-toggle:after{display:none}.dropdown-menu{position:absolute;top:46px;right:0;background-color:#fff;border:1px solid #d1d5db;border-radius:.25rem;z-index:999;display:flex;flex-direction:column;min-width:200px;box-shadow:0 4px 16px #0000001a}.dropdown-menu a,.dropdown-menu button{padding:.7rem 1rem;text-align:left;border:none;background:none;cursor:pointer;font-family:Inter,sans-serif;font-weight:400;font-size:14px;color:#1f2937;text-decoration:none}.dropdown-menu a:hover,.dropdown-menu button:hover{background-color:#f4f5f7}.dropdown-menu a:first-child,.dropdown-menu button:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.dropdown-menu a:last-child,.dropdown-menu button:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.profile-main{display:flex;flex-direction:column;align-items:center;box-sizing:border-box;background-color:#f9fafb}.profile-flexbox{width:80%;align-items:center;justify-content:flex-start;max-width:816px;margin:10px auto 75px;background-color:#f9fafb;padding-left:20px;padding-right:20px}@media (max-width: 1023px){.profile-flexbox{width:100%}}.profile-container{width:100%;min-height:10px;display:flex;flex-direction:column;justify-content:flex-start;background-color:inherit;border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;position:relative;margin:10px auto 0;background-color:#fff;box-shadow:0 1px 2px #0000000d}@media (max-width: 768px){.profile-container{width:90%}}.block-top{display:flex;flex-direction:column;width:100%;height:auto;padding-left:24px;padding-right:24px;padding-bottom:12px;box-sizing:border-box}.block-middle{display:flex;flex-direction:column;width:100%;height:auto;padding-left:24px;padding-right:24px;box-sizing:border-box}.block-bottom{display:flex;flex-direction:column;width:100%;height:auto;padding-left:24px;padding-right:24px;padding-bottom:24px;box-sizing:border-box}.experience-wrapper:not(:last-child):after,.education-wrapper:not(:last-child):after{content:"";display:block;height:1px;background-color:#d1d5db;margin:0 24px 24px}.profile-header{margin-top:24px;margin-left:0;font-family:Inter,sans-serif;color:#1f2937;font-weight:600;font-size:20px;line-height:1.3;letter-spacing:-.01em}.editbutton{display:inline-flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;background-color:#fff;cursor:pointer;position:absolute;bottom:12px;right:12px;transition:background-color .2s,border-color .2s,opacity .2s}.editbutton:hover{background-color:#f7f8f9}.editbutton img{width:18px;height:18px;opacity:.8}.editbutton:hover img{opacity:1}.editpenbutton{display:inline-flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;background-color:#fff;cursor:pointer;position:absolute;top:12px;bottom:12px;right:12px;transition:background-color .2s,border-color .2s,opacity .2s}.editpenbutton:hover{background-color:#f7f8f9}.editpenbutton img{width:18px;height:18px;opacity:.8}.editpenbutton:hover img{opacity:1}.addbutton{display:inline-flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;background-color:#fff;cursor:pointer;position:absolute;top:12px;bottom:14px;right:12px;transition:background-color .2s,border-color .2s,opacity .2s}.addbutton:hover{background-color:#f7f8f9}.addbutton img{width:18px;height:18px;opacity:.8}.addbutton:hover img{opacity:1}.editpenbutton2{display:inline-flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;background-color:#fff;cursor:pointer;position:absolute;top:-5px;bottom:12px;right:12px;transition:background-color .2s,border-color .2s,opacity .2s}.editpenbutton2:hover{background-color:#f7f8f9}.editpenbutton2 img{width:18px;height:18px;opacity:.8}.editpenbutton2:hover img{opacity:1}.profile-container-header{position:relative;width:100%;margin:0;padding:0;background-size:cover;background-position:center;background-repeat:no-repeat;border:none;box-shadow:none;border-radius:8px 8px 0 0;overflow:hidden;align-items:center}.l2rcontainer{position:relative;z-index:1;display:flex;justify-content:flex-start;align-items:center;border-radius:8px 8px 0 0;overflow:hidden;padding-right:24px}.profile-photo-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:140px;height:140px;border-radius:50%;overflow:hidden;margin:40px 30px;background-color:#fff;transition:box-shadow .3s ease;box-shadow:0 0 0 7px #f7f8f9;box-sizing:border-box;flex-shrink:0}.profile-photo-wrapper:hover{box-shadow:0 0 0 10px #edeeef}.profile-photo-wrapper:active{box-shadow:0 0 0 10px #dfe0e2}.photo{width:100%;height:100%;object-position:center;border-radius:50%;display:block}.innercontainer{display:flex;align-items:center;margin-left:20px}.verticalcontainer{display:flex;flex-direction:column;align-items:flex-start;gap:6px;max-width:520px}.profile-fullname{margin:0;color:#1f2937;font-family:Inter,sans-serif;font-weight:600;font-size:22px;line-height:1.3;letter-spacing:-.01em;word-break:break-word}.profile-nickname{margin:0;color:#6b7280;font-family:Inter,sans-serif;font-size:16px;line-height:1.35;font-weight:500}.profile-title{margin:0;color:#1f2937;font-family:Inter,sans-serif;font-size:16px;line-height:1.35;font-weight:400}.profile-location{margin:0;color:#9ca3af;font-family:Inter,sans-serif;font-size:14px;line-height:1.35;font-weight:400}.profile-fullname,.profile-nickname,.profile-title,.profile-location{overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}@media (max-width: 639px){.innercontainer{flex-direction:column;align-items:center;margin-left:0}.verticalcontainer{align-items:center;text-align:center;gap:8px;max-width:100%;padding:0 10px}.l2rcontainer{flex-direction:column;align-items:center;padding:16px}.profile-fullname{font-size:20px}.profile-nickname,.profile-title{font-size:15px}.profile-location{font-size:13px}}.horizontalcontainer{display:flex;flex-direction:row;align-items:flex-end;width:100%;height:30px;margin:10px 0 24px;padding-left:24px;flex-wrap:wrap;gap:10px}.contact{display:flex;align-items:center}.contact-icon{width:18px;height:18px;margin-right:8px;display:block;object-fit:contain;opacity:.7;transition:opacity .2s ease}.contact-icon:hover{opacity:1}@media (max-width: 400px){.contact-icon{margin-right:4px;width:14px;height:14px}}.tooltip-wrapper{position:relative;display:inline-block}.tooltip-wrapper .tooltip-text{visibility:hidden;opacity:0;white-space:nowrap;background-color:#1f2937;color:#fff;text-align:center;border-radius:8px;padding:4px 10px;position:absolute;z-index:1;bottom:125%;left:50%;transform:translate(-50%);transition:opacity .2s ease-in-out,visibility .2s;pointer-events:none;font-size:12px}.tooltip-wrapper:hover .tooltip-text{visibility:visible;opacity:1}.noverview .rectangle{width:100%;min-height:60px;justify-content:top;align-items:left;border-radius:8px;border:1px dashed #d1d5db;background-color:#fff;color:#9ca3af;font-family:Inter,sans-serif;font-size:14px;line-height:20px;font-weight:400;padding:12px 12px 0}.overview .rectangle{white-space:pre-line;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;width:100%;background-color:#fff;border:none;color:#1f2937;font-family:Inter,sans-serif;font-size:14px;line-height:20px;font-weight:400;padding:0;position:relative}.rectangle.collapsed{max-height:80px;overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,black 70%,transparent 100%);mask-image:linear-gradient(to bottom,black 70%,transparent 100%);transition:max-height .3s ease}.profile-expand-button{margin-top:4px;background:none;border:none;cursor:pointer;padding:4px 8px;display:flex;justify-content:flex-end;width:100%}.profile-expand-button .profile-expand-label{font-family:Inter,sans-serif;display:inline-flex;align-items:center;gap:4px;font-size:14px;line-height:20px;font-weight:400;color:#9ca3af;text-decoration:none;transition:color .2s ease}.profile-expand-button .profile-expand-label .profile-expand-icon{width:16px;height:16px;opacity:.8;transition:opacity .2s ease}.profile-expand-button:hover .profile-expand-label{color:#1f2937}.profile-expand-button:hover .profile-expand-icon{opacity:1}.noskills .rectangle{width:100%;min-height:60px;justify-content:top;align-items:left;border-radius:8px;border:1px dashed #d1d5db;background-color:#fff;color:#9ca3af;font-family:Inter,sans-serif;font-size:14px;line-height:20px;font-weight:400;padding:12px 12px 0}.skills .rectangle{width:100%;background-color:#fff;border:none;padding:0;position:relative;box-sizing:border-box}.skill-container{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.skill{display:inline-flex;align-items:center;color:#374151;font-family:Inter,sans-serif;font-size:13px;line-height:16px;font-weight:400;padding:8px 14px;border:.5px solid #e5e7eb;border-radius:9999px;white-space:nowrap;background-color:#f9fafb}.skill:hover{background-color:#f4f5f7;color:#1f2937}.experience-wrapper,.education-wrapper{position:relative}.noempedu .rectangle{width:100%;min-height:60px;justify-content:top;align-items:left;border-radius:8px;border:1px dashed #d1d5db;background-color:#fff;color:#9ca3af;font-family:Inter,sans-serif;font-size:14px;line-height:20px;font-weight:400;padding:12px 12px 0}.profile-position{margin:0 0 10px;color:#9ca3af;font-family:Inter,sans-serif;font-size:16px;line-height:20px;font-weight:400}.profile-position-black{margin:0 40px 10px 0;color:#1f2937;font-family:Inter,sans-serif;font-size:16px;line-height:20px;font-weight:600}.profile-dates{margin:0 0 10px;color:#9ca3af;font-family:Inter,sans-serif;font-size:14px;line-height:20px;font-weight:400}.profile-description{white-space:pre-line;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;margin:0 0 10px;width:100%;background-color:#fff;border:none;color:#1f2937;font-family:Inter,sans-serif;font-size:14px;line-height:20px;font-weight:400}.profile-description.collapsed{max-height:60px;overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,black 70%,transparent 100%);mask-image:linear-gradient(to bottom,black 70%,transparent 100%);transition:max-height .3s ease}.full-width{width:100%}.form-group-wrapper h4{font-family:Inter,sans-serif;color:#1f2937;font-weight:600;font-size:20px;line-height:1.3;letter-spacing:-.01em;margin:40px 0 20px}.form-group-container{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;margin-bottom:12px}.form-group{display:flex;flex-direction:column;justify-content:flex-start;width:48%}.textarea-group{display:flex;flex-direction:column;margin-bottom:0;width:100%}.textarea-group label{color:#6b7280;font-size:14px;line-height:20px;font-weight:400;margin-top:12px;margin-bottom:4px;width:100%}.checkbox-group{margin-bottom:5px;display:flex;flex-direction:raw;justify-content:flex-start;width:48%}.empty-label{background-color:transparent;height:20px;width:100%;margin-top:12px;margin-bottom:4px}.select-group{display:flex;flex-direction:column;margin-bottom:0;width:100%}.select-group label{color:#6b7280;font-size:14px;line-height:20px;font-weight:400;margin-top:12px;margin-bottom:4px;width:100%}.text-group{display:flex;flex-direction:column;margin:0;width:100%}.text-group label{color:#6b7280;font-size:14px;line-height:20px;font-weight:400;margin-top:12px;margin-bottom:4px;width:100%}.button-save{display:flex;align-items:center;justify-content:center;background-color:#1f2937;color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:400;border-radius:8px;text-align:center;text-decoration:none;white-space:nowrap;transition:background-color .3s ease,color .3s ease;height:40px;padding:0 20px;overflow:hidden;text-overflow:ellipsis;border:none;max-width:88px;width:auto;cursor:pointer}.button-save:hover{background-color:#374151}body.modal-open{overflow:hidden!important}.modal--entering,.modal--entered{opacity:1}.modal--entering .modal-content,.modal--entered .modal-content{transform:translateY(0)}.modal--exiting,.modal--exited{opacity:0}.modal--exiting .modal-content,.modal--exited .modal-content{transform:translateY(-50px)}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#1e293b80;overflow-y:auto;transition:opacity .3s;z-index:999}.modal-wrapper{position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;width:100%;min-height:100%}.modal-content{position:relative;margin:20px;width:100%;max-width:744px;background-color:#fff;padding-top:60px;padding-bottom:72px;transform:translateY(-50px);transition:opacity .3s,transform .3s;border-radius:8px;box-sizing:border-box}.modal-content:focus-visible{outline:none}.modal-header{position:absolute;left:0;top:0;display:flex;align-items:center;justify-content:space-between;width:100%;height:60px;background-color:#fff;z-index:1;border-radius:8px 8px 0 0;border-bottom:1px solid #d1d5db}.modal-title{margin-left:24px;font-family:Inter,sans-serif;color:#1f2937;font-weight:600;font-size:20px;line-height:1.3;letter-spacing:-.01em}.modal-close-button{position:relative;top:35%;right:30px;width:40px;height:40px;padding:0;background-color:#fff;border:none;border-radius:50%;cursor:pointer;transform:translate(50%,-50%);display:inline-flex;justify-content:center;align-items:center;transition:background-color .2s}.modal-close-button img{width:20px;height:20px;opacity:.8;transition:opacity .2s}.modal-close-button:hover{background-color:#f7f8f9}.modal-close-button:hover img{opacity:1}.modal-body{padding:16px 24px 40px;background-color:#fff;border-radius:0 0 8px 8px;width:100%;max-height:calc(90vh - 142px);overflow-y:auto;position:relative;margin:0;box-sizing:border-box}.modal-footer{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background-color:#fff;border-radius:0 0 8px 8px;z-index:2;border-top:none;transition:border-top .2s ease}.modal-footer.scrolled{border-top:1px solid #d1d5db}.modal-button-delete{display:flex;align-items:center;justify-content:center;color:#1f2937;font-family:Inter,sans-serif;font-size:15px;font-weight:400;border-radius:8px;text-align:center;text-decoration:none;height:40px;padding:0 20px;max-width:88px;width:auto;cursor:pointer;transition:background-color .3s ease,color .3s ease}.modal-button-delete:hover{background-color:#f4f5f7;text-decoration:none}.modal-footer-rightcontainer{display:flex;gap:10px;flex-direction:row}.modal-confirm{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#1e293b80;transition:opacity .3s;z-index:1000;display:flex;justify-content:center;align-items:center}@media (max-width: 425px){.modal-confirm{padding:30px;box-sizing:border-box}}.modal-confirm-content{background:#fff;border-radius:8px;max-width:340px;width:100%;text-align:center}.modal-confirm-header{left:0;top:0;display:flex;align-items:center;justify-content:space-between;width:100%;height:60px;background-color:#fff;z-index:1;border-radius:8px 8px 0 0;border-bottom:1px solid #d1d5db}.modal-confirm-title{margin-left:16px;font-family:Inter,sans-serif;color:#1f2937;font-weight:600;font-size:18px;line-height:1.4;letter-spacing:-.01em}.modal-confirm-close-button{position:relative;top:35%;right:30px;width:40px;height:40px;padding:0;background-color:#fff;border:none;border-radius:50%;cursor:pointer;transform:translate(50%,-50%);display:inline-flex;justify-content:center;align-items:center;transition:background-color .2s}.modal-confirm-close-button img{width:20px;height:20px;opacity:.8;transition:opacity .2s}.modal-confirm-close-button:hover{background-color:#f7f8f9}.modal-confirm-close-button:hover img{opacity:1}.modal-confirm-body{padding:24px 16px;width:100%;margin:0;font-family:Inter,sans-serif;color:#6b7280;font-size:15px;line-height:24px;font-weight:400;text-align:left}.modal-confirm-footer{bottom:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:16px;background-color:#fff;border-radius:0 0 8px 8px;z-index:2;border-top:none;transition:border-top .2s ease}.modal-confirm-button-cancel{display:flex;align-items:center;justify-content:center;color:#1f2937;font-family:Inter,sans-serif;font-size:15px;font-weight:400;border-radius:8px;text-align:center;text-decoration:none;height:40px;padding:0 20px;max-width:88px;width:auto;cursor:pointer;background-color:transparent;transition:background-color .3s ease,color .3s ease;box-shadow:none;outline:none;border:none}.modal-confirm-button-cancel:hover{background-color:#f4f5f7;text-decoration:none}.modal-confirm-footer-rightcontainer{display:flex;gap:10px;flex-direction:row}.text-container{display:flex;flex-direction:column;gap:10px;width:100%;font-family:Inter,sans-serif}.input-wrapper{position:relative;display:flex;align-items:center;width:100%}.input-wrapper .input-prefix{background-color:#f4f5f7;color:#6b7280;font-size:14px;line-height:20px;font-weight:400;padding:8px 10px;border:1px solid #e5e7eb;border-right:none;border-radius:4px 0 0 4px;height:40px;width:40px;justify-content:center;display:flex;align-items:center;font-family:Inter,sans-serif}.input-wrapper .field-text{flex:1;height:40px;padding:8px 8px 8px 12px;font-family:Inter,sans-serif;font-size:14px;line-height:20px;font-weight:400;color:#1f2937;border:1px solid #e5e7eb;border-radius:0 4px 4px 0;resize:vertical}.input-wrapper .field-text:hover:not(.disabled),.input-wrapper .field-text:focus:not(.disabled){outline:none;border-color:#747775;background-color:#fff;cursor:text}.input-wrapper .field-text.input-error{border-color:#e61b23}.input-wrapper .field-text.disabled{background-color:#f4f5f7;cursor:not-allowed;opacity:.6}.field-text{width:100%;font-family:Inter,sans-serif;font-size:14px;line-height:20px;font-weight:400;color:#1f2937;border:1px solid #e5e7eb;border-radius:4px;padding:8px 8px 8px 12px;resize:vertical}.field-text:hover:not(.disabled),.field-text:focus:not(.disabled){outline:none;border-color:#747775;background-color:#fff;cursor:text}.field-text::placeholder{font-family:Inter,sans-serif;color:#9ca3af;opacity:1}.field-text.input-error{border-color:#e61b23}.field-text.disabled{background-color:#f4f5f7;cursor:not-allowed;opacity:.6}.text-container .error-message{font-family:Inter,sans-serif;font-size:12px;color:#e61b23;margin-top:0;margin-bottom:12px;padding:0;text-align:left;width:100%}.text-suggestions-list{position:absolute;top:calc(100% + 2px);left:0;width:100%;background:#fff;border:1px solid #e5e7eb;border-top:none;list-style:none;padding:0;margin:0;max-height:250px;overflow-y:auto;z-index:10;border-radius:8px;box-shadow:0 4px 16px #0000001a}.text-suggestions-list li{font-family:Inter,sans-serif;font-size:14px;color:#1f2937;padding:8px 12px;cursor:pointer;border-bottom:1px solid #e5e7eb}.text-suggestions-list li:last-child{border-bottom:none}.text-suggestions-list li:hover,.text-suggestions-list li.selected{background:#f4f5f7}.select-container{display:flex;flex-direction:column;gap:10px;width:100%;font-family:Inter,sans-serif}.field-select{width:100%;padding:8px 12px;font-family:Inter,sans-serif;font-size:14px;line-height:20px;font-weight:400;color:#1f2937;background-color:#fff;border:1px solid #e5e7eb;border-radius:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='gray' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:16px 16px;cursor:pointer}.field-select:focus{outline:none;box-shadow:none}.field-select:hover:not(.disabled),.field-select:focus:not(.disabled){border-color:#747775;background-color:#fff}.field-select.disabled{background-color:#f4f5f7;cursor:default;opacity:.6}.field-select.input-error{border-color:#e61b23}.select-container .error-message{font-family:Inter,sans-serif;font-size:12px;color:#e61b23;margin-top:0;margin-bottom:12px;padding:0;text-align:left;width:100%}.skills-container{display:flex;flex-direction:column;gap:10px;width:100%;font-family:Inter,sans-serif}.skills-tags{display:flex;flex-wrap:wrap;border:1px solid #e5e7eb;border-radius:4px;min-height:40px;padding:12px}.skills-tags:hover:not(.disabled),.skills-tags:focus-within{outline:none;border-color:#747775;background-color:#fff;cursor:text}.skill-tag{display:inline-flex;align-items:center;color:#374151;font-family:Inter,sans-serif;font-size:14px;line-height:20px;font-weight:400;padding:8px 14px;border:.5px solid #e5e7eb;border-radius:9999px;white-space:nowrap;background-color:#f9fafb;margin:5px}.remove-skill{background:none;border:none;margin-left:12px;font-size:16px;color:#888;cursor:pointer;padding:0;line-height:1}.remove-skill:hover{color:#e61b23}input{border:none;outline:none;flex-grow:1;padding:8px 8px 8px 12px;color:#374151;font-family:Inter,sans-serif;font-size:14px;line-height:20px;font-weight:400}input::placeholder{color:#9ca3af;opacity:1}.skill-noborder{border:none;outline:none;font-size:14px;line-height:20px;font-weight:400}.skills-input-error{border-color:#e61b23}.skills-container .error-message{font-family:Inter,sans-serif;font-size:12px;color:#e61b23;margin-top:0;margin-bottom:12px;padding:0;text-align:left;width:100%}.skills-suggestions-list{top:100%;left:0;width:100%;background:#fff;border:1px solid #e5e7eb;border-top:none;list-style:none;padding:0;margin:0;max-height:250px;overflow-y:auto;z-index:10;border-radius:8px;box-shadow:0 4px 16px #0000001a}.skills-suggestions-list li{font-family:Inter,sans-serif;font-size:14px;color:#1f2937;padding:8px 12px;cursor:pointer;border-bottom:1px solid #e5e7eb}.skills-suggestions-list li:last-child{border-bottom:none}.skills-suggestions-list li:hover,.skills-suggestions-list li.selected{background:#f4f5f7}.skills-limit-text{font-size:12px;line-height:18px;color:#6b7280;margin:0}.skills-limit-text .skills-count{color:inherit;transition:color .2s ease}.skills-limit-text .skills-count.over-limit{color:#e61b23}.textarea-container{display:flex;flex-direction:column;gap:10px;width:100%;font-family:Inter,sans-serif}.field-textarea{width:100%;font-family:Inter,sans-serif;font-size:14px;line-height:20px;font-weight:400;color:#1f2937;border:1px solid #e5e7eb;border-radius:4px;padding:8px 8px 8px 12px;resize:vertical;transition:border-color .218s,background-color .218s}.field-textarea:hover:not(.disabled),.field-textarea:focus:not(.disabled){outline:none;border-color:#747775;background-color:#fff;cursor:text}.field-text:hover:not(.disabled),.field-text:focus:not(.disabled){border-color:#747775;background-color:#fff;cursor:text}.field-textarea::placeholder{font-family:Inter,sans-serif;color:#9ca3af;opacity:1}.field-textarea.disabled{cursor:not-allowed;opacity:.5;background-color:#f3f4f6}.field-textarea.input-error{border-color:#e61b23}.textarea-container .error-message{font-family:Inter,sans-serif;font-size:12px;color:#e61b23;margin-top:0;margin-bottom:12px;padding:0;text-align:left;width:100%}.textarea-limit-counter{font-size:12px;line-height:18px;text-align:right;margin:0;color:#6b7280}.textarea-limit-counter .char-count{color:inherit;transition:color .2s ease}.textarea-limit-counter .char-count.over-limit{color:#e61b23}.checkbox-container{font-family:Inter,sans-serif;display:flex;align-items:center}.checkbox-input{width:22px;height:22px;margin-top:42px;margin-right:10px;border:1px solid #e5e7eb;border-radius:4px;position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.checkbox-input:not(:checked):hover{border-color:#747775}.checkbox-input:checked{background-color:#747775;border-color:#747775}.checkbox-input:checked:before{content:"";position:absolute;width:6px;height:12px;border:solid white;border-width:0 2px 2px 0;transform:translate(-50%,-50%) rotate(45deg);top:42%;left:50%}.checkbox-label{margin-top:38px;color:#6b7280;font-size:14px;line-height:20px;font-weight:400}.checkbox-container .error-message{font-family:Inter,sans-serif;font-size:12px;color:#e61b23;margin-top:0;margin-bottom:12px;padding:0;text-align:left;width:100%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.get-started-main{position:relative;background-color:#fff;padding:45px 0 75px;width:100%;min-height:85vh;display:flex;flex-direction:column;justify-content:center}.get-started-flexbox{position:relative;z-index:1;width:90%;max-width:1280px;margin:0 auto;display:flex;justify-content:center;align-items:center;padding:40px 20px;border-radius:8px}.get-started-flexbox.center-mode{justify-content:center;text-align:center}.get-started-center{max-width:960px}.get-started-title{font-family:Inter,sans-serif;font-weight:600;font-size:48px;line-height:1.2;letter-spacing:-.01em;color:#1f2937;text-shadow:0 2px 4px rgba(0,0,0,.1);animation:fadeInUp 1s ease-out}@media (min-width: 640px){.get-started-title{font-size:54px}}@media (min-width: 768px){.get-started-title{font-size:64px}}@media (min-width: 1024px){.get-started-title{font-size:82px}}.get-started-field{padding:24px 0}@media (min-width: 768px){.get-started-field{padding:32px 0}}.ai-input-field{display:flex;flex-direction:row;gap:12px;background-color:#fff;padding:8px;border-radius:20px;border:1px solid #e5e7eb;box-shadow:0 4px 16px #0000001a;box-sizing:border-box;align-items:center;max-width:400px;width:100%;margin-left:auto;margin-right:auto}@media (min-width: 1024px){.ai-input-field{max-width:500px}}.web-request-input{color:#1f2937;font-family:Inter,sans-serif;font-size:15px;line-height:24px;font-weight:400;padding:12px;border:none;border-radius:8px;resize:none;outline:none;background-color:#fff;width:100%;box-sizing:border-box;min-height:44px;max-height:60px;overflow-y:hidden;transition:height .2s ease;white-space:nowrap;overflow-x:auto;overflow:hidden}.web-request-input::webplaceholder{color:#6b7280}.web-button-next{display:inline-flex;justify-content:center;align-items:center;min-width:40px;min-height:40px;border:1px solid #e5e7eb;border-radius:50%;background-color:#fff;cursor:pointer;transition:background-color .2s,transform .2s,border-color .2s,opacity .2s;box-sizing:border-box;transform-origin:center;will-change:transform}.web-button-next:disabled{cursor:default}.web-button-next.active{background-color:#1f2937;border-color:#1f2937}.web-button-next.active:hover{transform:scale(1.1);background-color:#1f2937;border-color:#1f2937}.web-button-next-icon{width:18px;height:21px;opacity:.8;transition:opacity .3s;box-sizing:border-box;transform-origin:center;will-change:transform}.web-button-next.active .web-button-next-icon{opacity:1}.web-button-next:disabled .web-button-next-icon{cursor:default}.canvas-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.canvas-bg{width:100%;height:100%;display:block}.product-main{background-color:#f9fafb;margin:auto;padding:75px 0}.product-flexbox{flex:1;width:90%;max-width:1280px;margin:0 auto;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center}@media (min-width: 1024px){.product-flexbox{width:80%}}.product-flexbox h2{font-family:Inter,sans-serif;font-weight:600;font-size:36px;line-height:1.3;letter-spacing:-.01em;color:#1f2937;margin:0 6px;padding:75px 0 60px;text-align:center}@media (min-width: 640px){.product-flexbox h2{font-size:38px}}@media (min-width: 768px){.product-flexbox h2{font-size:42px}}@media (min-width: 1024px){.product-flexbox h2{font-size:46px}}.product-values-cells{flex:1;display:flex;justify-content:space-between;gap:20px;width:100%;margin:0}@media (max-width: 1023px){.product-values-cells{flex-direction:column;align-items:center;gap:30px}}.product-values-item{flex:1;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:24px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;justify-content:flex-start;margin:0;width:90%}@media (min-width: 1024px){.product-values-item{width:100%}}.icon-and-text{display:flex;flex-direction:column;align-items:flex-start;gap:80px}.product-values-content{display:flex;align-items:flex-start;gap:20px}.icon-wrapper{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.product-icon{width:24px;height:24px;object-fit:contain}.text-content{flex:1}.text-content h3,.product-values-item h3{font-family:Inter,sans-serif;font-size:24px;line-height:25px;font-weight:400;color:#1f2937;margin:0 0 8px;text-align:left}.text-content p,.product-values-item p{font-family:Inter,sans-serif;font-size:1.125rem;line-height:1.75;color:#6b7280;margin:0;padding-bottom:10px;text-align:left}.works-main{background-color:#fff;margin:auto;padding:75px 0 33px}.works-flexbox{width:80%;max-width:1280px;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:stretch}.works-flexbox h2{font-family:Inter,sans-serif;font-weight:600;font-size:36px;line-height:1.3;letter-spacing:-.01em;color:#1f2937;margin:0 6px;padding:75px 0 60px;text-align:center}@media (min-width: 640px){.works-flexbox h2{font-size:38px}}@media (min-width: 768px){.works-flexbox h2{font-size:42px}}@media (min-width: 1024px){.works-flexbox h2{font-size:46px}}.works-block{width:100%;opacity:1;transform:none}.works-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:6rem;align-items:start;margin-bottom:80px}@media (min-width: 1024px){.works-grid{grid-template-columns:repeat(2,1fr)}}.works-content h3{font-family:Inter,sans-serif;font-size:30px;font-weight:300;color:#1f2937;line-height:1.25;letter-spacing:-.02em;margin:0;text-align:center}@media (min-width: 640px){.works-content h3{font-size:32px}}@media (min-width: 768px){.works-content h3{font-size:38px;text-align:left}}@media (min-width: 1024px){.works-content h3{font-size:48px}}.works-content p{font-family:Inter,sans-serif;color:#6b7280;font-size:1.125rem;line-height:1.75;max-width:28rem;margin:30px 0}.get-started-button{padding:12px 0;margin:0}.get_started{display:flex;align-items:center;justify-content:center;color:#fff;background-color:#1f2937;font-family:Inter,sans-serif;font-size:15px;font-weight:500;border-radius:8px;text-align:center;text-decoration:none;white-space:nowrap;transition:background-color .3s ease,color .3s ease;max-width:140px;max-height:46px;height:46px;padding:0 20px;overflow:hidden;text-overflow:ellipsis}.get_started:hover{color:#fff;background-color:#374151}.works-card-wrapper{opacity:1;transform:none}.works-card{position:relative;padding:3rem;border-radius:1.5rem;box-shadow:0 1px 2px #0000000d;background-color:#f9fafb;z-index:1}@media (max-width: 767px){.works-card{padding-left:1.5rem;padding-right:1.5rem}}.works-meta{display:flex;flex-direction:column;align-items:flex-start;width:100%;margin-bottom:4rem}.works-index{font-family:Inter,sans-serif;font-size:1.15rem;color:#9ca3af;font-weight:500;text-transform:uppercase}@media (max-width: 767px){.works-content{display:flex;flex-direction:column;align-items:center;text-align:center}.works-content p{margin-left:auto;margin-right:auto}.get-started-button{display:flex;justify-content:center}}.team-contributions{max-width:640px;margin:0 auto;width:100%}.team-contributions .team-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#ecfdf5;border:1px solid #6ee7b7;border-radius:9999px;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;color:#047857;margin-bottom:3rem}.team-contributions .team-badge .icon{width:1.125rem;height:1.125rem;color:#059669}.team-contributions .team-badge .label{font-family:Inter,sans-serif;font-size:15px;font-weight:500;line-height:1.5rem;color:#047857}@media (max-width: 450px){.team-contributions .team-badge{display:flex;width:max-content;margin:0 auto 4rem}}.team-contributions .members-list{display:flex;flex-direction:column;gap:1.75rem}.team-contributions .member-block{cursor:pointer;transition:all .5s ease-out}.team-contributions .member-block .member-content{display:flex;align-items:center;gap:1.5rem}.team-contributions .member-block .member-content .avatar-wrapper{position:relative}.team-contributions .member-block .member-content .avatar-wrapper .avatar{width:48px;height:48px;background-color:#f3f4f6;border-radius:9999px;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.team-contributions .member-block .member-content .avatar-wrapper .avatar span{font-family:Inter,sans-serif;color:#1f2937;font-size:14px;font-weight:500}.team-contributions .member-block .member-content .avatar-wrapper .avatar.hovered{background-color:#e5e7eb}.team-contributions .member-block .member-content .avatar-wrapper .status-dot{position:absolute;bottom:-4px;right:-4px;width:16px;height:16px;border-radius:9999px;border:2px solid #fff;transition:background-color .3s ease}.team-contributions .member-block .member-content .member-info{flex:1 1 auto;min-width:100px}.team-contributions .member-block .member-content .member-info .member-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:0}.team-contributions .member-block .member-content .member-info .member-header h3{font-family:Inter,sans-serif;color:#6b7280;font-size:18px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:8px;transition:color .3s ease}.team-contributions .member-block .member-content .member-info .member-header h3.active{color:#1f2937}.team-contributions .member-block .member-content .member-info .member-header .score{font-family:Inter,sans-serif;font-size:15px;font-variant-numeric:tabular-nums;transition:color .3s ease;color:#6b7280}.team-contributions .member-block .member-content .member-info .member-header .score.active{color:#1f2937}.team-contributions .member-block .member-content .member-info .role{font-size:14px;color:#6b7280;line-height:1.6;font-family:Inter,sans-serif;margin-top:0;margin-bottom:.75rem}.team-contributions .member-block .member-content .member-info .progress-bar-bg{width:100%;height:1px;background-color:#e5e7eb;overflow:hidden}.team-contributions .member-block .member-content .member-info .progress-bar-bg .progress-bar-fill{height:100%;transition:width 1s ease-out}.project-overview-container{max-width:640px;margin:0 auto;font-family:Inter,sans-serif}.project-overview-container .project-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;background-color:#eff6ff;border:1px solid #bfdbfe;margin-bottom:4rem;font-family:Inter,sans-serif}.project-overview-container .project-badge .icon{width:1rem;height:1rem;color:#2563eb;flex-shrink:0;font-family:Inter,sans-serif}.project-overview-container .project-badge .label{font-size:15px;font-weight:500;line-height:1.5rem;color:#1d4ed8;font-family:Inter,sans-serif}@media (max-width: 450px){.project-overview-container .project-badge{display:flex;width:max-content;margin:0 auto 4rem}}.chart-header h3{font-family:Inter,sans-serif;color:#1f2937;font-size:18px;font-weight:600;margin-bottom:2.5rem}.chart-wrapper{position:relative;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;font-family:Inter,sans-serif}.status-indicator{position:absolute;top:1rem;right:1rem;font-size:14px;font-weight:600;transition:color .3s ease;font-family:Inter,sans-serif}.svg-chart{width:100%;height:200px}.label{font-size:.75rem;fill:#4b5563;font-family:Inter,sans-serif}.chart-legend{display:flex;justify-content:center;gap:2rem;margin-top:1rem;font-size:.75rem;font-family:Inter,sans-serif}.chart-legend .legend-item{display:flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif}.chart-legend .legend-item span{color:#4b5563;font-family:Inter,sans-serif}.chart-legend .legend-item .legend-dot{width:.75rem;height:.75rem;border-radius:9999px;display:inline-block;font-family:Inter,sans-serif}.chart-legend .legend-item .project{background-color:#6b7280}.chart-legend .legend-item .industry{background-color:#d1d5db}.chart-recommendation{margin-top:3rem;padding-top:.5rem;border-top:1px solid #e5e7eb;font-family:Inter,sans-serif}.chart-recommendation .insight-label{font-size:14px;font-weight:600;color:#6b7280;font-family:Inter,sans-serif}.chart-recommendation p{font-size:14px;color:#6b7280;line-height:1.6;font-family:Inter,sans-serif}.team-chat{font-family:Inter,sans-serif;max-width:640px;margin:0 auto;width:100%}.team-chat .chat-header{margin-bottom:4rem}.team-chat .chat-header .chat-badge{display:inline-flex;align-items:center;gap:.5rem;background-color:#f5f3ff;border:1px solid #ddd6fe;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#7c3aed}.team-chat .chat-header .chat-badge .icon{width:1rem;height:1rem}@media (max-width: 450px){.team-chat .chat-header .chat-badge{display:flex;width:max-content;margin:0 auto 4rem}}.team-chat .chat-messages{display:flex;flex-direction:column;gap:1.25rem}.team-chat .chat-messages[data-hovered-team=Alpha] .chat-row.Alpha .team-label,.team-chat .chat-messages[data-hovered-team=Beta] .chat-row.Beta .team-label{border-color:#9ca3af;background-color:#e5e7eb}.team-chat .chat-messages .chat-bubble.typing-alex{width:360px;max-width:360px;min-height:56px;white-space:normal}@media (max-width: 424px){.team-chat .chat-messages .chat-bubble.typing-alex{min-height:180px}}.team-chat .chat-messages .chat-row{display:flex;opacity:0;transform:translateY(1rem);transition:transform .7s ease-out,opacity .7s ease-out}.team-chat .chat-messages .chat-row.left{justify-content:flex-start}.team-chat .chat-messages .chat-row.right{justify-content:flex-end}.team-chat .chat-messages .chat-row.visible{opacity:1;transform:translateY(0)}.team-chat .chat-messages .chat-bubble{font-family:Inter,sans-serif;max-width:80%;padding:.75rem 1rem;border-radius:1rem;box-shadow:0 2px 4px #0000000a;border:1px solid #e5e7eb;transition:border-color .3s ease}.team-chat .chat-messages .chat-bubble.Alpha{background-color:#f9fafb;color:#111827}.team-chat .chat-messages .chat-bubble.Beta{background-color:#fff;color:#111827}.team-chat .chat-messages .chat-bubble .bubble-meta{display:flex;align-items:baseline;gap:.5rem;font-size:.75rem;margin-bottom:.25rem}.team-chat .chat-messages .chat-bubble .bubble-meta .author{font-size:14px;font-weight:600;color:#6b7280}.team-chat .chat-messages .chat-bubble .bubble-meta .status{width:.375rem;height:.375rem;border-radius:9999px}.team-chat .chat-messages .chat-bubble .bubble-meta .status.bg-green-400{background-color:#4ade80}.team-chat .chat-messages .chat-bubble .bubble-meta .status.bg-gray-300{background-color:#d1d5db}.team-chat .chat-messages .chat-bubble .bubble-meta .team-label{display:inline-flex;align-items:center;padding:2px 12px;border-radius:9999px;color:#6b7280;border:1px solid #e5e7eb;background-color:transparent;transition:border-color .25s ease,background-color .25s ease;font-size:13px;font-weight:600}.team-chat .chat-messages .chat-bubble .bubble-meta .team-label .user-icon{width:.75rem;height:.75rem;margin-left:.25rem;color:#9ca3af}.team-chat .chat-messages .chat-bubble .bubble-meta .time{color:#9ca3af}.team-chat .chat-messages .chat-bubble .bubble-meta .typing{display:flex;align-items:center}.team-chat .chat-messages .chat-bubble .typing-line{font-size:.875rem;color:#6b7280;display:flex;align-items:center;min-height:24px}.team-chat .chat-messages .chat-bubble .typing-line .cursor{animation:blink 1s steps(1) infinite;margin-left:.25rem}.team-chat .chat-messages .chat-bubble .typing-line .typing-dots{display:flex;gap:.25rem}.team-chat .chat-messages .chat-bubble .typing-line .typing-dots .dot{width:6px;height:6px;border-radius:9999px;background-color:#9ca3af;animation:bounce 1.2s infinite ease-in-out;transform-origin:center}.team-chat .chat-messages .chat-bubble .typing-line .typing-dots .delay-1{animation-delay:.1s}.team-chat .chat-messages .chat-bubble .typing-line .typing-dots .delay-2{animation-delay:.2s}.team-chat .chat-messages .chat-bubble .bubble-audio{margin-top:.5rem}.team-chat .chat-messages .chat-bubble .bubble-audio .audio-bar{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:.5rem;border:1px solid #e5e7eb;background-color:#f9fafb}.team-chat .chat-messages .chat-bubble .bubble-audio .audio-bar .play{width:1.5rem;height:1.5rem;background-color:#e5e7eb;border-radius:9999px;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease;outline:none;border:none}.team-chat .chat-messages .chat-bubble .bubble-audio .audio-bar .play:hover{background-color:#d1d5db}.team-chat .chat-messages .chat-bubble .bubble-audio .audio-bar .play:focus{outline:none;box-shadow:none}.team-chat .chat-messages .chat-bubble .bubble-audio .audio-bar .play .play-icon{width:.75rem;height:.75rem;color:#4b5563;margin-left:1px}.team-chat .chat-messages .chat-bubble .bubble-audio .audio-bar .track{flex:1;height:.25rem;background-color:#e5e7eb;border-radius:9999px;overflow:hidden}.team-chat .chat-messages .chat-bubble .bubble-audio .audio-bar .track .progress{width:33%;height:100%;background-color:#9ca3af}.team-chat .chat-messages .chat-bubble .bubble-audio .audio-bar .duration{font-size:.75rem;color:#6b7280}.team-chat .chat-messages .chat-bubble .bubble-audio p{font-size:.875rem;margin-top:8px;margin-bottom:0}.team-chat .chat-messages .chat-bubble p{font-size:14px;color:#6b7280;line-height:1.6;margin-top:8px;margin-bottom:0}@keyframes bounce{0%,80%,to{transform:scale(.8)}40%{transform:scale(1.2)}}@keyframes blink{0%,to{opacity:0}50%{opacity:1}}@media (max-width: 480px){.chat-bubble{padding:.5rem .75rem;font-size:13px}.chat-bubble .bubble-meta{flex-wrap:wrap;gap:.25rem}.chat-bubble .bubble-meta .team-label{font-size:11px;padding:2px 8px}.chat-bubble .bubble-meta .author{font-size:12px}.chat-bubble .bubble-meta .time{font-size:11px}.chat-bubble p{font-size:13px}.chat-bubble.typing-alex{width:90%!important;max-width:90%!important}}.honeycombs-main{background-color:#fff;padding-top:30px;padding-bottom:140px}.honeycombs-flexbox{flex:1;width:80%;max-width:1280px;margin:0 auto;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.honeycombs-flexbox h2{font-family:Inter,sans-serif;font-weight:600;font-size:36px;line-height:1.3;letter-spacing:-.01em;color:#1f2937;margin:0 6px;padding:75px 0 60px;text-align:center}@media (min-width: 640px){.honeycombs-flexbox h2{font-size:38px}}@media (min-width: 768px){.honeycombs-flexbox h2{font-size:42px}}@media (min-width: 1024px){.honeycombs-flexbox h2{font-size:46px}}.honeycombs-flexbox p{font-family:Inter,sans-serif;color:#6b7280;font-size:1.125rem;line-height:1.75;max-width:48rem;margin:0 0 60px;text-align:center}.honeycomb-container{display:flex;justify-content:center;flex-wrap:wrap;margin-top:24px;margin-bottom:10px;min-width:250px}.honeycomb{display:flex;flex-wrap:wrap;max-width:960px;justify-content:center}.honeycomb-item{cursor:pointer;width:126px;height:134px;margin:0 5px;background-color:#f3f4f6;color:#1f2937;font-size:15px;line-height:1.2;font-family:Inter,sans-serif;text-align:center;padding:10px;position:relative;display:flex;justify-content:center;align-items:center;text-transform:capitalize;overflow:hidden;word-break:break-word;white-space:normal;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);transition:transform .3s ease,background-color .3s ease,color .3s ease}.honeycomb-item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;clip-path:inherit;background:transparent;box-shadow:0 0 0 1px #e5e7eb;pointer-events:none;z-index:1}.honeycomb-item:hover{transform:scale(1.1);background-color:#1f2937;color:#fff}.honeycomb-item:nth-child(8){margin-left:5px;margin-top:-25px}.honeycomb-item:nth-child(n+9){margin-left:5px;margin-top:-25px}@media (max-width: 1240px){.honeycomb{max-width:690px}.honeycomb-item:nth-child(1){margin-left:12px}.honeycomb-item:nth-child(5){margin-left:10px;margin-top:-25px}.honeycomb-item:nth-child(n+6){margin-left:5px;margin-top:-25px}.honeycomb-item:nth-child(10){margin-left:12px;margin-top:-25px}}@media (max-width: 870px){.honeycomb{max-width:520px}.honeycomb-item{width:94px;height:88px;margin:0 3px;font-size:10px}.honeycomb-item:nth-child(1){margin-left:22px}.honeycomb-item:nth-child(5){margin-left:23px;margin-top:-15px}.honeycomb-item:nth-child(n+6){margin-left:3px;margin-top:-15px}.honeycomb-item:nth-child(10){margin-left:25px}}@media (max-width: 649px){.honeycomb{max-width:250px}.honeycomb-item{width:73px;height:77px;margin:0 2px;font-size:8px}.honeycomb-item:nth-child(1){margin-left:93px;margin-right:80px;margin-top:-15px}.honeycomb-item:nth-child(2){margin-left:15px;margin-top:-15px}.honeycomb-item:nth-child(n+3){margin-left:2px;margin-top:-15px}.honeycomb-item:nth-child(4){margin-left:15px}.honeycomb-item:nth-child(7){margin-left:15px}.honeycomb-item:nth-child(9){margin-left:15px}.honeycomb-item:nth-child(12){margin-left:15px}}.lc-main{background-color:#f9fafb;margin:auto;padding:40px 0 80px}.lc-flexbox{flex:1;width:80%;max-width:1280px;margin:0 auto;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.lc-flexbox h2{font-family:Inter,sans-serif;font-weight:600;font-size:36px;line-height:1.3;letter-spacing:-.01em;color:#1f2937;margin:0 32px;padding:75px 0 60px;text-align:center}@media (min-width: 640px){.lc-flexbox h2{font-size:38px}}@media (min-width: 768px){.lc-flexbox h2{font-size:42px}}@media (min-width: 1024px){.lc-flexbox h2{font-size:46px}}.lc-buttons{display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap}.lc_get_started{display:flex;align-items:center;justify-content:center;color:#fff;background-color:#1f2937;font-family:Inter,sans-serif;font-size:15px;font-weight:500;border-radius:8px;text-align:center;text-decoration:none;white-space:nowrap;transition:background-color .3s ease,color .3s ease;max-width:200px;max-height:46px;height:46px;padding:0 20px;overflow:hidden;text-overflow:ellipsis}.lc_get_started:hover{background-color:#374151}.lc_talk{display:flex;align-items:center;justify-content:center;color:#1f2937;background-color:transparent;border:1px solid #d1d5db;font-family:Inter,sans-serif;font-size:15px;font-weight:500;border-radius:8px;text-align:center;text-decoration:none;white-space:nowrap;transition:background-color .3s ease,color .3s ease;max-width:200px;max-height:46px;height:46px;padding:0 20px;overflow:hidden;text-overflow:ellipsis}.lc_talk:hover{background-color:#f4f5f7}@media (max-width: 1023px){.lc-flexbox{width:90%}}@media (max-width: 400px){.lc-buttons{flex-direction:column;gap:16px}}.story-main{background-color:#fff;padding-top:75px;padding-bottom:113px}.story-flexbox{flex:1;width:80%;max-width:1280px;margin:0 auto;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.story-flexbox h2{font-family:Inter,sans-serif;font-weight:600;font-size:36px;line-height:1.3;letter-spacing:-.01em;color:#1f2937;text-align:left;margin:0;padding:0 0 6px}@media (min-width: 640px){.story-flexbox h2{font-size:38px}}@media (min-width: 768px){.story-flexbox h2{font-size:42px}}@media (min-width: 1024px){.story-flexbox h2{font-size:46px}}.story-cells{display:flex;margin:0 auto;align-items:center;width:100%}.story-left{flex:1;display:flex;justify-content:center;align-items:center;margin:40px 5px}.story-left img{width:100%;height:auto}.story-right{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0 0 50px 50px;margin:0 auto;height:100%}.story-right p{font-family:Inter,sans-serif;color:#6b7280;font-size:1.125rem;line-height:1.75;margin:0;padding:24px 0;max-width:100%}@media (max-width: 1023px){.story-flexbox{width:90%}.story-flexbox h2{justify-content:center;margin:0 auto;padding:15px 0 5px}.story-cells{flex-direction:column}.story-left{order:2;display:flex;justify-content:center;align-items:center;margin:0;width:100%;margin-top:1.5rem}.story-left img{max-width:80%}.story-right{order:1;padding:0;margin:0 auto}.story-right p{text-align:center;margin:0 auto;width:90%;padding:24px 0}}.numbers-main{background-color:#fff;padding-top:30px;padding-bottom:140px}.numbers-flexbox{flex:1;width:80%;max-width:1280px;margin:0 auto;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.numbers-flexbox h2{font-family:Inter,sans-serif;font-weight:600;font-size:36px;line-height:1.3;letter-spacing:-.01em;color:#1f2937;margin:0 32px;padding:75px 0 60px;text-align:center}@media (min-width: 640px){.numbers-flexbox h2{font-size:38px}}@media (min-width: 768px){.numbers-flexbox h2{font-size:42px}}@media (min-width: 1024px){.numbers-flexbox h2{font-size:46px}}.numbers-cells{flex:1;display:flex;justify-content:space-between;gap:10px;width:100%;margin:24px 0 0}.numbers-cells-item{flex:1;padding:0 8px;margin:8px 0;text-align:center;display:flex;flex-direction:column;align-items:center}.numbers-cells-item:first-child{margin-left:0}.numbers-cells-item:last-child{margin-right:0}.numbers-cells-item h3{font-family:Inter,sans-serif;font-weight:700;font-size:42px;line-height:1.2;letter-spacing:-.01em;color:#1f2937;text-shadow:0 2px 4px rgba(0,0,0,.1);text-align:center;margin-top:0;margin-bottom:12px}@media (min-width: 640px){.numbers-cells-item h3{font-size:54px}}@media (min-width: 768px){.numbers-cells-item h3{font-size:64px}}@media (min-width: 1024px){.numbers-cells-item h3{font-size:96px}}.numbers-cells-item p{font-family:Inter,sans-serif;color:#6b7280;font-size:1.125rem;line-height:1.75;text-align:center;margin:0}@media (max-width: 991px){.numbers-main{padding:48px 0}.numbers-flexbox{width:90%}.numbers-cells{flex-direction:column;align-items:center}.numbers-cells-item{margin:0 0 24px;width:90%;padding:0 30px}.numbers-cells-item p{max-width:250px}}*,*:before,*:after{box-sizing:border-box}.contacts-block{background-color:#fff;padding:120px 0}.contacts-flexbox{width:80%;max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:center;padding:0}.contacts-center{flex:none;margin:0 auto;text-align:center;max-width:600px;background-color:#fff;border-radius:8px;width:100%}.contacts-center h2{font-family:Inter,sans-serif;font-weight:600;font-size:36px;line-height:1.3;letter-spacing:-.01em;color:#1f2937;text-align:center;margin:0 32px;padding:0 0 30px}@media (min-width: 640px){.contacts-center h2{font-size:38px}}@media (min-width: 768px){.contacts-center h2{font-size:42px}}@media (min-width: 1024px){.contacts-center h2{font-size:46px}}.contacts-subtitle{font-family:Inter,sans-serif;color:#6b7280;font-size:1.125rem;line-height:1.75;max-width:48rem;margin:0 0 60px;text-align:center}.contacts-fields{font-family:Inter,sans-serif;color:#1f2937;display:flex;flex-direction:column;align-items:center;gap:10px;padding:0 32px}.contacts-label{font-family:Inter,sans-serif;font-size:14px;color:#1f2937;margin:20px 0 0;padding:0;text-align:left;width:100%;min-width:250px;max-width:100%}.contacts-input,.contacts-message-input{padding:8px 8px 8px 12px;font-family:Inter,sans-serif;font-size:14px;line-height:20px;font-weight:400;border:1px solid #e5e7eb;border-radius:4px;margin:0;display:block;transition:border-color .218s,background-color .218s;outline:none;background-color:#fff;width:100%;min-width:250px;max-width:100%}.contacts-input{height:40px}.contacts-message-input{height:90px}.contacts-input:focus,.contacts-message-input:focus{border-color:#747775;background-color:#fff}.contacts-input:hover:not(.disabled):not(:focus),.contacts-message-input:hover:not(.disabled):not(:focus){border-color:#747775;background-color:#fff;cursor:text}.contacts-error-message{font-family:Inter,sans-serif;font-size:12px;color:#e61b23;margin:0;padding:0;text-align:left;width:100%;min-width:250px;max-width:100%}.contacts-input.error,.contacts-message-input.error{border-color:#e61b23}.contacts-input:-webkit-autofill{-webkit-box-shadow:0 0 0 30px #fff inset;box-shadow:0 0 0 30px #fff inset;-webkit-text-fill-color:#333}.contacts-send{display:flex;align-items:center;justify-content:center;color:#fff;background-color:#1f2937;font-family:Inter,sans-serif;font-size:15px;font-weight:500;border-radius:8px;max-width:140px;height:46px;border:none;padding:10px 30px;text-align:center;text-decoration:none;margin-top:42px;margin-bottom:32px;display:inline-block;transition:background-color .3s ease,color .3s ease;cursor:pointer}.contacts-send:hover{background-color:#374151}@media (max-width: 1023px){.contacts-flexbox{width:90%}}.contact-us-status-main{background-color:#fff;margin:45px auto 50px}.contact-us-status-flexbox{width:80%;max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:center;padding:0}.contact-us-status-center{flex:none;margin:0 auto;text-align:center;max-width:390px;background-color:#fff;border-radius:8px;width:100%}.contact-us-status-center h2{font-family:Inter,sans-serif;font-weight:600;font-size:36px;line-height:1.3;letter-spacing:-.01em;color:#1f2937;text-align:center;margin:0 32px;padding:64px 0 30px}@media (min-width: 640px){.contact-us-status-center h2{font-size:38px}}@media (min-width: 768px){.contact-us-status-center h2{font-size:42px}}@media (min-width: 1024px){.contact-us-status-center h2{font-size:46px}}.contact-us-status-center p{font-family:Inter,sans-serif;color:#6b7280;font-size:1.125rem;line-height:1.75;max-width:48rem;margin:0 0 38px;text-align:center}@media (max-width: 1023px){.contact-us-status-flexbox{width:90%}}.signin-main{background-color:#fff;display:flex;margin:120px auto}.signin-flexbox{width:80%;max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:center;padding:0}.signin-center{flex:none;margin:0 auto;text-align:center;max-width:500px;width:100%;background-color:#fff;border-radius:8px;padding:24px}.title{font-family:Inter,sans-serif;font-weight:600;font-size:26px;line-height:1.3;letter-spacing:-.01em;color:#1f2937;text-align:center;margin:0 auto;padding:20px 8px}.title.signin-title{padding-bottom:60px}.title.welcome-title{padding-bottom:40px}.signin-buttons form{width:100%;display:flex;flex-direction:column;align-items:center;gap:20px;margin:0}.separator{display:flex;align-items:center;justify-content:center;margin:0 0 10px;width:100%;min-width:250px;max-width:100%}.separator .line{flex-grow:1;height:1px;background-color:#747775}.separator .or-text{font-family:Roboto,sans-serif;padding:0 10px;color:#1f2937;font-size:12px;font-weight:400}.email-label{font-family:Inter,sans-serif;font-size:14px;color:#1f2937;margin:0;padding:0;text-align:left;width:100%;max-width:100%}.sign-policy-text{font-family:Inter,sans-serif;font-size:12px;color:#1f2937;padding-left:0;text-align:center;width:100%;max-width:100%}.sign-policy-text a{color:#6b7280;text-decoration:underline}.sign-policy-text a:hover{text-decoration:underline;color:#1f2937}@media (max-width: 1023px){.signin-flexbox{width:90%}}.line-break{display:inline}@media (max-width: 400px){.line-break{display:block}}.button-sign-in{display:flex;align-items:center;justify-content:center;background-color:#1f2937;color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:400;border-radius:8px;text-align:center;text-decoration:none;white-space:nowrap;transition:background-color .3s ease,color .3s ease;max-height:46px;height:46px;padding:0 20px;overflow:hidden;text-overflow:ellipsis;width:100%;border:none;max-width:100%;cursor:pointer}.button-sign-in:not(:disabled):hover{background-color:#374151}.email-container{display:flex;flex-direction:column;width:100%}.email-input-wrapper{position:relative;width:100%;display:flex;align-items:center}.email-input{padding:8px 8px 8px 12px;font-family:Inter,sans-serif;font-size:14px;line-height:20px;font-weight:400;color:#1f2937;border:1px solid #e5e7eb;border-radius:4px;margin:0;display:block;transition:border-color .218s,background-color .218s;outline:none;background-color:#fff;height:40px;width:100%;max-width:100%}.email-input:focus{border-color:#747775;background-color:#fff;cursor:text}.email-input:hover:not(.disabled):not(:focus){border-color:#747775;background-color:#fff;cursor:text}.email-input::placeholder{font-family:Inter,sans-serif;color:#9ca3af;opacity:1}.email-input.input-error{border-color:#e61b23}.email-input:-webkit-autofill{-webkit-box-shadow:0 0 0 30px #fff inset;box-shadow:0 0 0 30px #fff inset;-webkit-text-fill-color:#1f2937}.email-input.disabled{background-color:#f4f5f7;cursor:not-allowed;opacity:.6}.email-info-special{margin-bottom:24px;color:#1f2937}.forgot-password{font-family:Inter,sans-serif;font-size:12px;text-align:center;width:100%;min-width:250px;max-width:100%;color:#1f2937;text-decoration:none;margin:12px 0}.forgot-password-link{background:none;border:none;color:inherit;font-size:inherit;text-decoration:none;cursor:pointer;padding:0}.forgot-password-link:hover{text-decoration:underline;color:#1f2937}.password-container{display:flex;flex-direction:column;width:100%}.password-input-wrapper{position:relative;width:100%;display:flex;align-items:center}.password-input{width:100%;padding:8px 40px 8px 12px;font-family:Inter,sans-serif;font-size:14px;border:1px solid #e5e7eb;border-radius:4px;outline:none;height:40px;transition:border-color .218s,background-color .218s;color:#1f2937}.password-input:focus{border-color:#747775;background-color:#fff}.password-input:hover:not(.disabled):not(:focus){border-color:#747775;background-color:#fff;cursor:text}.password-input.input-error{border-color:#e61b23}.password-toggle{position:absolute;right:12px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.password-toggle img{width:20px;height:20px;opacity:.7;transition:opacity .2s ease-in-out}.password-toggle:hover img{opacity:1}.error-message{font-family:Inter,sans-serif;font-size:12px;color:#e61b23;margin-top:5px;padding:0;text-align:left;width:100%}.email-info{font-size:14px;line-height:1.6;font-weight:400;color:#1f2937;text-align:center;display:block;margin:12px 0 0}.sign-different-email{font-family:Inter,sans-serif;font-size:12px;padding-left:0;text-align:center;width:100%;min-width:250px;max-width:100%;text-decoration:none;margin:0 0 24px}.sign-different-email a{color:inherit;text-decoration:none}.sign-different-email a:hover{text-decoration:underline}.signin-buttons{font-family:Inter,sans-serif;margin-bottom:32px;display:flex;flex-direction:column;align-items:center;gap:10px;padding:0 32px}.signin-buttons-special{margin-bottom:44px}.email-info-special{margin:12px 0 24px;color:#1f2937}.sign-different-code{font-family:Inter,sans-serif;font-size:12px;color:#1f2937;padding-left:0;text-align:center;width:100%;min-width:250px;max-width:100%}.resend-code{font-family:Inter,sans-serif;font-size:12px;color:#6b7280;text-decoration:underline;transition:color .2s ease}.resend-code:hover{color:#1f2937}.resend-code.disabled{color:#9ca3af;text-decoration:none;pointer-events:none;cursor:default}.otp-container{display:flex;justify-content:center;gap:12px;margin:12px 0}.otp-container.error-margin{margin:12px 0 0}.otp-input{padding:8px;width:40px;height:40px;font-size:14px;text-align:center;border:1px solid #e5e7eb;border-radius:8px;outline:none;color:#1f2937;transition:border-color .218s,background-color .218s}.otp-input:focus{border-color:#747775;background-color:#fff}.otp-input:hover:not(:focus){border-color:#747775!important;background-color:#fff;cursor:text}.otp-container.error .otp-input,.otp-input.input-error{border-color:#e61b23!important}.otp-error-message{font-family:Inter,sans-serif;font-size:12px;color:#e61b23;margin-top:5px;padding:0;text-align:center;width:100%;min-width:250px;max-width:100%}.test-group-main{background-color:#fff;margin:45px auto 50px}.test-group-flexbox{width:80%;max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:center;padding:0}.test-group-center{flex:none;margin:0 auto;text-align:center;max-width:600px;background-color:#fff;border-radius:8px;width:100%}.test-group-center h2{font-family:Inter,sans-serif;font-weight:600;font-size:34px;line-height:1.3;letter-spacing:-.01em;color:#1f2937;text-align:center;margin:0 6px;padding:64px 0 30px}@media (min-width: 640px){.test-group-center h2{font-size:38px}}@media (min-width: 768px){.test-group-center h2{font-size:42px}}@media (min-width: 1024px){.test-group-center h2{font-size:46px}}.test-group-center p{font-family:Inter,sans-serif;color:#6b7280;font-size:1.125rem;line-height:1.75;max-width:48rem;margin:0 0 38px;text-align:center}@media (max-width: 1023px){.test-group-flexbox{width:90%}}.onboarding-main{overflow:hidden;display:flex;justify-content:center;align-items:center;margin:80px auto 75px}.onboarding-flexbox{width:80%;max-width:1280px;margin:0 auto;padding:0;display:flex;align-items:center;justify-content:flex-start;box-shadow:0 4px 16px #0000001a;background-color:#fff;border-radius:20px;overflow:hidden}.onboarding-left{flex:1;display:flex;flex-direction:column;justify-content:flex-start;padding:60px 5px 60px 60px}.onboarding-left h2{font-family:Inter,sans-serif;font-weight:600;font-size:36px;line-height:1.3;letter-spacing:-.01em;color:#1f2937;margin:0 6px;text-align:center;padding:45px 12px 24px}@media (min-width: 640px){.onboarding-left h2{font-size:38px}}@media (min-width: 768px){.onboarding-left h2{font-size:42px;text-align:left;padding:0}}@media (min-width: 1024px){.onboarding-left h2{font-size:46px}}.onboarding-left p:not(.field-error-text){font-family:Inter,sans-serif;color:#6b7280;font-size:1.125rem;line-height:1.75;margin:0 0 40px;text-align:left}.onboarding-right{flex:1;display:flex;justify-content:flex-end;margin:60px 60px 60px 5px}.onboarding-right img{width:100%;height:auto;max-width:400px}@media (max-width: 1023px){.onboarding-flexbox{width:90%}}@media (max-width: 767px){.onboarding-flexbox{flex-direction:column}.onboarding-left{padding:12px}.onboarding-left p:not(.field-error-text){text-align:center;margin:0 12px 15px}.onboarding-right{margin:0 16px;padding:24px 0 40px}.onboarding-right img{max-width:300px}}@media (max-width: 400px){.onboarding-right img{max-width:250px}.onboarding-main{margin:60px auto}}.onboarding-list{counter-reset:item}.onboarding-list{list-style:none;padding:0;margin:30px 0}.onboarding-list li{position:relative;padding-left:50px;font-family:Inter,sans-serif;font-size:1.125rem;line-height:1.75;color:#1f2937;text-align:left;margin-top:0;margin-bottom:24px}.onboarding-list li:before{content:counter(item);counter-increment:item;position:absolute;left:0;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;background:#f4f5f7;color:#1f2937;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:400}@media (max-width: 766px){.onboarding-list{padding:0 12px;text-align:center;display:flex;flex-direction:column;align-items:center}.onboarding-list li{font-size:18px;line-height:22px;padding-left:20px;position:relative;text-align:left;list-style:none}.onboarding-list li:before{content:"-";position:absolute;left:0;top:50%;transform:translateY(-50%);width:auto;height:auto;background:none;border-radius:0;color:#1f2937;font-size:18px;font-weight:700;display:inline}}.start-button{display:flex;align-items:center;justify-content:center;background-color:#1f2937;color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:400;border-radius:8px;text-align:center;text-decoration:none;white-space:nowrap;transition:background-color .3s ease,color .3s ease;max-height:46px;height:46px;padding:0 20px;overflow:hidden;text-overflow:ellipsis;width:100%;border:none;max-width:140px;cursor:pointer}.start-button:hover{background-color:#374151}.start-button-comment{font-family:Inter,sans-serif;font-size:12px;color:#6b7280;white-space:nowrap}@media (max-width: 766px){.start-button-comment{display:none}}.onboarding-2buttons-section{display:flex;justify-content:space-between;gap:12px;min-width:250px;max-width:400px}@media (max-width: 766px){.onboarding-2buttons-section{margin:0 12px}}.onboarding-button-section{display:flex;align-items:center;gap:12px}@media (max-width: 766px){.onboarding-button-section{display:flex;justify-content:center}}.back-button{display:flex;align-items:center;justify-content:center;background-color:#fff;color:#1f2937;font-family:Inter,sans-serif;font-size:15px;font-weight:400;border-radius:8px;text-align:center;text-decoration:none;white-space:nowrap;transition:background-color .3s ease,color .3s ease;border:1px solid #d1d5db;max-height:46px;height:46px;padding:0 20px;overflow:hidden;text-overflow:ellipsis;width:100%;max-width:140px;margin-top:20px;margin-bottom:20px;cursor:pointer}.back-button:not(:disabled):hover{background-color:#f4f5f7;box-shadow:none}.next-button{display:flex;align-items:center;justify-content:center;color:#fff;background-color:#1f2937;font-family:Inter,sans-serif;font-size:15px;font-weight:400;border-radius:8px;text-align:center;text-decoration:none;white-space:nowrap;transition:background-color .3s ease,color .3s ease;max-height:46px;height:46px;padding:0 20px;overflow:hidden;text-overflow:ellipsis;width:100%;border:none;max-width:140px;margin-top:20px;margin-bottom:20px;cursor:pointer}.next-button:hover{background-color:#374151}@media (max-width: 400px){.back-button,.next-button{width:100px}}.remind-me-later-button{background:none;border:none;color:#1f2937;font-family:Inter,sans-serif;font-size:15px;font-weight:400;cursor:pointer;transition:color .3s ease}.remind-me-later-button:hover{color:#1f2937;text-decoration:underline}.add-coworker-button{background:none;border:none;color:#1f2937;font-family:Inter,sans-serif;font-size:15px;font-weight:400;cursor:pointer;transition:color .3s ease;width:150px;display:block;text-align:left;margin-left:0}.add-coworker-button:hover{color:#1f2937;text-decoration:underline}.onboarding-fields{display:flex;flex-direction:column;align-items:left;gap:10px;padding:0;margin:0 0 24px;min-width:250px;max-width:400px}.extra-margin-12{margin-top:12px}.onboarding-fields div{display:flex;flex-direction:column;gap:10px}.field-label{font-family:Inter,sans-serif;font-size:14px;color:#1f2937;text-align:left;width:100%;min-width:250px;max-width:100%;margin-top:12px}.field-input{padding:8px 8px 8px 12px;font-family:Inter,sans-serif;font-size:14px;color:#1f2937;border:1px solid #e5e7eb;border-radius:4px;margin:0;display:block;transition:border-color .218s;outline:none;background-color:#fff;height:40px;width:100%;max-width:100%}.field-input:focus{border-color:#747775;background-color:#fff}.field-input:hover{border-color:#747775!important;background-color:#fff;cursor:text}.field-input.error{border-color:#e61b23}.field-input::placeholder{color:#9ca3af;opacity:1}.field-input:-webkit-autofill{-webkit-box-shadow:0 0 0 30px #fff inset;box-shadow:0 0 0 30px #fff inset;-webkit-text-fill-color:#1f2937}.field-error-text{font-family:Inter,sans-serif;font-size:12px;color:#e61b23;margin-top:0;padding:0;text-align:left;width:100%}@media (max-width: 766px){.onboarding-fields{margin:0 12px 24px}}.email-input-wrapper{position:relative;display:flex;align-items:center;width:100%}.remove-email-button{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:16px;cursor:pointer;color:#888;padding:0;line-height:1}.remove-email-button:hover{color:#e61b23}.onboarding-field-autocomplete{position:relative;width:100%}.autocomplete-list{position:absolute;top:100%;left:0;width:100%;background:#fff;border:1px solid #e5e7eb;border-top:none;list-style:none;padding:0;margin:0;max-height:250px;overflow-y:auto;z-index:10;border-radius:8px;box-shadow:0 4px 16px #0000001a}.autocomplete-list li{font-family:Inter,sans-serif;font-size:14px;color:#1f2937;padding:8px 12px;cursor:pointer;border-bottom:1px solid #e5e7eb}.autocomplete-list li:last-child{border-bottom:none}.autocomplete-list li:hover,.autocomplete-list li.selected{background:#f4f5f7}.onboarding-options{display:flex;flex-direction:column;align-items:left;gap:10px;padding:0;margin:24px 0 60px}.onboarding-option-button{display:flex;align-items:center;justify-content:center;background-color:#fff;color:#1f2937;font-family:Inter,sans-serif;font-size:15px;font-weight:400;border-radius:8px;text-align:center;text-decoration:none;white-space:nowrap;transition:background-color .3s ease,color .3s ease;border:1px solid #d1d5db;max-height:46px;height:46px;padding:0 20px;overflow:hidden;text-overflow:ellipsis;width:100%;min-width:250px;max-width:400px;cursor:pointer;margin:0}.onboarding-option-button:not(:disabled):hover{background-color:#f4f5f7;box-shadow:none}@media (max-width: 766px){.onboarding-options{padding:0 12px}}.welcome-center{margin:0 auto;text-align:center;background-color:#f9fafb;width:100%;position:relative;padding-left:20px;padding-right:20px;padding-bottom:16px}.welcome-center h2{font-family:Inter,sans-serif;font-weight:600;font-size:36px;line-height:1.3;letter-spacing:-.01em;color:#1f2937;margin:0 32px;padding:32px 0}@media (min-width: 640px){.welcome-center h2{font-size:38px}}@media (min-width: 768px){.welcome-center h2{font-size:42px}}@media (min-width: 1024px){.welcome-center h2{font-size:46px}}.welcome-field{display:flex;flex-direction:column;background-color:#fff;box-sizing:border-box;padding:8px;border-radius:20px;border:1px solid #d1d5db;box-shadow:0 4px 16px #0000001a}.welcome-field.drag-active{border:1px dashed #9ca3af;box-shadow:0 0 4px #0000001a}.document-preview-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.preview-header{position:relative;display:flex;justify-content:center;align-items:center;margin-bottom:16px}.document-preview h2.preview-title{color:#1f2937;font-family:Inter,sans-serif;font-size:24px;line-height:27px;padding-top:16px;padding-bottom:16px;margin:0}.close-btn{position:absolute;right:16px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.close-btn img{width:16px;height:16px}.document-preview{background-color:#fff;width:80%;max-width:600px;padding:16px;border-radius:16px;position:relative;text-align:center}.preview-image{width:100%;max-height:400px;object-fit:contain;margin-bottom:16px}.preview-frame{width:100%;height:400px;border:none}.preview-text{width:100%;max-height:500px;overflow-y:auto;overflow-x:hidden;background-color:#f9fafb;padding:16px;border-radius:4px;color:#1f2937;font-family:Inter,sans-serif;font-size:13px;line-height:18px;font-weight:400;text-align:left;word-wrap:break-word;word-break:break-word;white-space:pre-wrap;overflow-wrap:break-word;box-sizing:border-box}.preview-text pre{overflow-x:hidden;word-wrap:break-word;word-break:break-word;white-space:pre-wrap}.chat-documents-wrapper{display:flex;gap:8px;padding:4px;overflow-x:auto;overflow-y:hidden;white-space:nowrap;scroll-behavior:smooth;max-height:72px;position:relative}.chat-documents-wrapper::-webkit-scrollbar{width:0;height:0;background-color:transparent}.chat-documents-wrapper::-webkit-scrollbar-thumb{background-color:transparent}.chat-documents-wrapper::-webkit-scrollbar-track{background-color:transparent}.chat-documents{display:flex;align-items:center;justify-content:space-between;width:260px;height:54px;gap:8px;padding:8px;border:1px solid #d1d5db;border-radius:10px;background-color:#f9fafb;overflow:hidden;flex-shrink:0}.chat-documents img{width:32px;height:32px;flex-shrink:0}.chat-documents-meta{flex-grow:1;overflow:hidden;text-align:left}.file-name{margin:0;font-size:14px;line-height:20px;font-weight:500;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-info{margin:0;font-size:13px;line-height:18px;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-documents-remove{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center}.chat-documents-remove img{width:16px;height:16px;opacity:.8;transition:opacity .2s ease}.chat-documents-remove:hover img{opacity:1}.chat-documents-remove:hover{text-decoration:none}.clickable-file{cursor:pointer;transition:transform .2s}.clickable-file:hover{transform:scale(1.1)}.chat-suggestions{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:0 16px 24px;margin-top:20px;justify-items:stretch}.chat-suggestions .suggestion-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;color:#6b7280;font-family:Inter,sans-serif;font-size:14px;line-height:20px;font-weight:400;padding:8px 14px;border:1px solid #d1d5db;border-radius:9999px;background-color:#fff;cursor:pointer;white-space:nowrap;transition:background-color .2s}.chat-suggestions .suggestion-btn:hover{background-color:#f7f8f9;color:#1f2937}.chat-suggestions .suggestion-btn.active{background-color:#f4f5f7;color:#1f2937}.chat-suggestions .suggestion-btn .bullet-icon{flex-shrink:0;margin-right:6px;width:16px;height:16px}@media (max-width: 768px){.chat-suggestions{grid-template-columns:repeat(2,1fr);padding:0 16px 24px}.chat-suggestions .suggestion-btn{font-size:13px;padding:7px 12px}}@media (max-width: 300px){.chat-suggestions{grid-template-columns:repeat(2,1fr);gap:6px;padding:0 12px 20px}.chat-suggestions .suggestion-btn{font-size:12px;padding:6px 10px}}.chat-buttons{display:flex;justify-content:space-between;align-items:center;padding:4px;border-width:2px;border-color:transparent}.chat-buttons .left-group,.chat-buttons .right-group{display:flex;gap:.375rem;align-items:center}.chat-buttons .send-btn{background:none;border:none;cursor:pointer;padding:0}.chat-buttons img{width:20px;height:20px;cursor:pointer}.button-attach{display:inline-flex;justify-content:center;align-items:center;width:40px;height:40px;border:1px solid #d1d5db;border-radius:50%;background-color:#fff;cursor:pointer;transition:background-color .2s,border-color .2s,opacity .2s}.button-attach:hover{background-color:#f7f8f9}.button-attach img{width:18px;height:18px;opacity:.8}.button-attach:hover img{opacity:1}.button-history{display:inline-flex;justify-content:center;align-items:center;width:40px;height:40px;border:1px solid #d1d5db;border-radius:50%;background-color:#fff;box-sizing:border-box;cursor:default;opacity:.6;pointer-events:none}.button-history img{width:18px;height:18px;opacity:.8}.button-new-task{display:inline-flex;justify-content:center;align-items:center;width:40px;height:40px;border:1px solid #d1d5db;border-radius:50%;background-color:#fff;cursor:pointer;transition:background-color .2s,border-color .2s,opacity .2s;box-sizing:border-box}.button-new-task:hover{background-color:#f7f8f9}.button-new-task img{width:18px;height:18px;opacity:.8}.button-new-task:hover img{opacity:1}.button-microphone{display:inline-flex;justify-content:center;align-items:center;width:40px;height:40px;border:1px solid #d1d5db;border-radius:50%;background-color:#fff;box-sizing:border-box;cursor:default;opacity:.6;pointer-events:none}.button-microphone img{width:18px;height:18px;opacity:.8}.button-next{display:inline-flex;justify-content:center;align-items:center;width:40px;height:40px;border:1px solid #d1d5db;border-radius:50%;background-color:#fff;cursor:pointer;transition:background-color .2s,transform .2s,border-color .2s,opacity .2s;box-sizing:border-box;transform-origin:center;will-change:transform}.button-next:disabled{cursor:default}.button-next.active{background-color:#1f2937;border-color:#1f2937}.button-next.active:hover{transform:scale(1.1)}.button-next-icon{width:18px;height:21px;opacity:.8;box-sizing:border-box;transform-origin:center;will-change:transform}.button-next:disabled .button-next-icon{cursor:default}.button-next.active .button-next-icon{opacity:1}.button-stop{display:inline-flex;justify-content:center;align-items:center;width:40px;height:40px;border:1px solid #1f2937;border-radius:50%;background-color:#1f2937;cursor:pointer;transition:background-color .2s,transform .2s,border-color .2s,opacity .2s;box-sizing:border-box;transform-origin:center;will-change:transform}.button-stop:hover{transform:scale(1.1);background-color:#e61b23;border-color:#e61b23}.button-stop-icon{width:18px;height:18px;opacity:.8;box-sizing:border-box;transform-origin:center;will-change:transform}.button-stop:hover .button-stop-icon{opacity:1}.char-counter-wrapper{font-family:Inter,sans-serif;display:flex;align-items:center;height:40px;padding:0;font-size:12px;line-height:18px;color:#34322d;-webkit-user-select:none;user-select:none;min-width:70px}.char-counter{transition:color .2s;color:#6b7280}.char-counter .char-count{color:inherit;transition:color .2s ease}.char-counter .char-count.over-limit{color:#e61b23;opacity:1}.request-input{color:#1f2937;font-family:Inter,sans-serif;font-size:clamp(15px,1.3vw,16.5px);line-height:1.6;font-weight:400;padding:12px 12px 0;margin-bottom:12px;border:none;border-radius:8px;resize:none;outline:none;background-color:#fff;width:100%;box-sizing:border-box;min-height:44px;max-height:288px;overflow-y:hidden;transition:height .2s ease}.request-input::placeholder{color:#9ca3af}.chat-field.has-files .request-input{padding-top:10px}.chat-center{margin:0 auto;text-align:center;background-color:#f9fafb;width:100%;position:relative;padding-left:20px;padding-right:20px;padding-bottom:16px}.chat-field{display:flex;flex-direction:column;background-color:#fff;box-sizing:border-box;padding:8px;border-radius:20px;border:1px solid #d1d5db;box-shadow:0 4px 16px #0000001a}.chat-field.drag-active{border:1px dashed #9ca3af;box-shadow:0 0 4px #0000001a}.stream-center{justify-content:flex-start;display:flex;flex-direction:column;margin:0 auto;max-width:776px;width:100%;overflow-x:hidden;flex-grow:1;position:relative}.stream-field{font-family:Inter,sans-serif;background-color:#f9fafb;padding-left:16px;padding-right:16px;padding-bottom:40px;overflow-y:auto;scroll-behavior:smooth;overscroll-behavior:contain;overflow-anchor:auto}.stream-field .ai-stream-item+.ai-stream-item{margin-top:16px}.ai-stream-item{overflow-anchor:none}.stream-fade-overlay{position:absolute;bottom:0;left:0;width:100%;height:30px;pointer-events:none;z-index:4;background:linear-gradient(to bottom,#f7f7f700,#f7f7f7)}.user-message{display:flex;flex-direction:column;align-items:flex-end;width:100%;max-width:768px;padding-bottom:.5rem;position:relative}.raw-text{font-family:Inter,sans-serif;font-size:16px;line-height:28px;color:#1f2937;white-space:pre-wrap;word-break:break-word;margin:0;padding:0}.message-bubble{margin-top:4px;border-radius:1.5rem 1.5rem .5rem;color:#1f2937;word-break:break-word;background-color:#fff;border:1px solid #d1d5db;max-width:90%;width:fit-content;padding:10px 16px .75rem;transition:max-height .3s ease;overflow:hidden}.message-bubble.collapsed{max-height:314px;position:relative;-webkit-mask-image:linear-gradient(to bottom,black 70%,transparent 100%);mask-image:linear-gradient(to bottom,black 70%,transparent 100%)}.expand-button:hover .expand-label{color:#1f2937}.markdown-content{font-size:16px;line-height:1.6;color:#1f2937}.markdown-content p{margin:.5em 0}.markdown-content h1,.markdown-content h2,.markdown-content h3{font-weight:600;margin:1rem 0 .5rem}.markdown-content ul{padding-left:1.5rem;list-style-type:disc;margin:.5em 0}.markdown-content blockquote{border-left:4px solid #d1d5db;padding-left:1rem;color:#6b7280;font-style:italic;margin:1rem 0}.markdown-content code{background-color:#f4f4f4;padding:2px 6px;border-radius:4px;font-family:Fira Code,monospace;font-size:14px}.markdown-content .code-block{padding:12px!important;overflow-x:auto;font-size:14px;line-height:1.5;margin:12px 0;font-family:Fira Code,monospace}.markdown-content .code-block code{white-space:pre-wrap;word-break:break-word}.message-actions{width:100%;display:flex;justify-content:flex-end;margin-top:4px;opacity:0;transition:opacity .2s}.user-message:hover .message-actions,.message-actions.pinned{opacity:1}.button-copy-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center}.button-copy{display:inline-flex;justify-content:center;align-items:center;width:32px;height:32px;border:none;border-radius:50%;background-color:#f9fafb;cursor:pointer;transition:background-color .2s,transform .2s;box-sizing:border-box}.button-copy:hover,.button-copy:active,.button-copy.is-copied{background-color:#f4f5f7}.button-copy .button-copy-icon{width:16px;height:16px;opacity:.8}.button-copy:hover .button-copy-icon{opacity:1}.stream-user-files-wrapper{display:flex;flex-direction:column;align-items:flex-end;max-width:768px;width:100%;padding-top:4px;padding-bottom:20px}.stream-user-files{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;width:100%}.file-pill{display:flex;align-items:center;gap:8px;background-color:#fff;border:1px solid #d1d5db;padding:6px 10px;border-radius:10px;width:260px;height:54px}.file-icon{width:32px;height:32px;flex-shrink:0}.file-name{font-size:14px;line-height:20px;font-weight:500;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.file-label{font-size:13px;line-height:18px;color:#9ca3af}.expand-button{margin-top:4px;background:none;border:none;cursor:pointer;padding:4px 8px;align-self:flex-end}.expand-button .expand-label{font-family:Inter,sans-serif;display:inline-flex;align-items:center;gap:4px;font-size:14px;line-height:20px;font-weight:400;color:#9ca3af;text-decoration:none;transition:color .2s ease}.expand-button .expand-label .expand-icon{width:16px;height:16px;opacity:.8;transition:opacity .2s ease}.expand-button:hover .expand-label{color:#1f2937;text-decoration:none}.expand-button:hover .expand-icon{opacity:1}.typing-container{display:flex;align-items:center;gap:1px;overflow:hidden}.typing-text{font-family:Inter,sans-serif;color:#747775;font-size:14px;line-height:20px;font-weight:500;padding:5px;animation:textColorWave 6s infinite}.typing-dots{display:inline-flex;align-items:center;gap:4px;margin-top:10px}.dot{width:3px;height:3px;background-color:#1f2937;border-radius:50%;animation:bounceDot 1.8s infinite ease-in-out,dotColorWave 6s infinite}.dot:nth-child(1){animation-delay:0s,0s}.dot:nth-child(2){animation-delay:.2s,.2s}.dot:nth-child(3){animation-delay:.4s,.4s}@keyframes textColorWave{0%{color:#747775}33%{color:#747775}66%{color:#e61b23}to{color:#747775}}@keyframes dotColorWave{0%{background-color:#747775}33%{background-color:#747775}66%{background-color:#e61b23}to{background-color:#747775}}@keyframes bounceDot{0%,to{transform:translateY(0);opacity:.6}50%{transform:translateY(-4px);opacity:1}}.ai-response{font-family:Inter,sans-serif;color:#1f2937;display:flex;flex-direction:column;align-items:flex-start;margin-bottom:24px;overflow-x:hidden}.ai-response .ai-icon{width:24px;height:24px;flex-shrink:0;margin-top:12px;margin-bottom:12px}.ai-response .table-block{width:100%;margin-bottom:16px}.ai-response .table-scroll{width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.ai-response .table-scroll table{display:table;border-collapse:collapse;border-spacing:0;width:max-content;max-width:none}.ai-response .table-actions{display:flex;justify-content:flex-end;margin-top:4px;opacity:0;transition:opacity .2s}.ai-response .table-block:hover .table-actions,.ai-response .table-actions.pinned{opacity:1}.ai-response .ai-copy-actions{margin-top:8px;align-self:flex-start}.ai-response .button-copy-ai{width:36px;height:36px}.ai-response .code-block-wrap{position:relative;margin-bottom:16px}.ai-response .button-copy-overlay{position:absolute;top:8px;right:8px;width:32px;height:32px;opacity:1}.ai-response .button-copy-table{width:32px;height:32px}.ai-response .markdown-content{overflow-x:hidden;margin-left:auto;margin-right:auto;width:100%}.ai-response .markdown-content h1{font-size:30px;line-height:34px;font-weight:800;margin:40px 0 20px}.ai-response .markdown-content h2{font-size:26px;line-height:34px;font-weight:800;margin:40px 0 20px}.ai-response .markdown-content h3{font-size:24px;line-height:28px;font-weight:700;margin:40px 0 20px}.ai-response .markdown-content h4{font-size:18px;line-height:26px;font-weight:600;margin:40px 0 20px}.ai-response .markdown-content p{font-size:clamp(15px,1.3vw,16.5px);line-height:1.6;font-weight:400;margin:8px 0 16px;overflow-wrap:anywhere;word-break:break-word}.ai-response .markdown-content>ul,.ai-response .markdown-content>ol{padding-left:24px;margin:20px 0;list-style-type:disc}.ai-response .markdown-content>ol{list-style-type:decimal}.ai-response .markdown-content ul ul,.ai-response .markdown-content ol ol{padding-left:20px;margin:8px 0}.ai-response .markdown-content ul ul{list-style-type:circle}.ai-response .markdown-content ul ul ul{list-style-type:square}.ai-response .markdown-content ol ol{list-style-type:lower-alpha}.ai-response .markdown-content ol ol ol{list-style-type:lower-roman}.ai-response .markdown-content li{font-size:clamp(15px,1.3vw,16.5px);line-height:1.6;font-weight:400;padding-left:6px;margin-bottom:8px;overflow-wrap:anywhere;word-break:break-word}.ai-response .markdown-content>ul>li,.ai-response .markdown-content>ol>li{font-weight:400;margin:8px 0}.ai-response .markdown-content ul ul>li,.ai-response .markdown-content ol ol>li{font-weight:400}.ai-response .markdown-content li>p{margin:0}.ai-response .markdown-content li strong{display:inline-block;font-weight:600}.ai-response .markdown-content li strong+span,.ai-response .markdown-content li strong+p{display:block}.ai-response .markdown-content strong{font-weight:700}.ai-response .markdown-content pre{background-color:#fff;padding:10px 16px .75rem;border-radius:1.5rem;overflow-x:auto;font-size:clamp(13px,1.2vw,15px);line-height:1.55;margin:12px 0}.ai-response .markdown-content code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;background-color:#e5e7eb}.ai-response .markdown-content .button-copy-overlay{background-color:#fff}.ai-response .markdown-content .button-copy-overlay:hover,.ai-response .markdown-content .button-copy-overlay:active,.ai-response .markdown-content .button-copy-overlay.is-copied{background-color:#f4f5f7}.ai-response .markdown-content table{border-collapse:collapse;border-spacing:0;margin:16px 0;border:1px solid #d1d5db;border-radius:8px;font-size:15px;background-color:#fff;width:max-content;max-width:100%;-webkit-overflow-scrolling:touch;line-height:1.5;font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.ai-response .markdown-content thead{background-color:#f5f5f5;font-weight:600;color:#1a1a1a}.ai-response .markdown-content th,.ai-response .markdown-content td{padding:12px 16px;text-align:left;border:1px solid #d1d5db;vertical-align:middle}.ai-response .markdown-content th{background-color:#f4f5f7;white-space:normal;word-break:keep-all;overflow-wrap:normal}.ai-response .markdown-content td{white-space:normal;word-break:keep-all;overflow-wrap:normal;max-width:70ch}.ai-response .markdown-content a{text-underline-offset:2px;text-decoration-thickness:1.5px}.ai-response .markdown-content td a,.ai-response .markdown-content td code{word-break:break-all}.ai-response .markdown-content tbody tr:nth-child(2n){background-color:#fff}.ai-response .markdown-content tbody tr:hover{background-color:#f7f8f9}.ai-response .markdown-content .markdown-blockquote{border-left:1px solid #d1d5db;padding:8px 16px;margin:16px 0;background-color:#f8f9fa;font-style:italic}.ai-response .markdown-content .markdown-link{color:#007bff;text-decoration:none;transition:color .4s ease}.ai-response .markdown-content .markdown-link:hover{color:#007bff;text-decoration-line:underline;text-decoration-style:dashed;text-decoration-thickness:1px;text-underline-position:under}.ai-response .markdown-content .markdown-link:focus{outline:2px solid #007bff;outline-offset:2px;border-radius:2px}.ai-response .markdown-content .markdown-image{max-width:100%;height:auto;margin:16px 0;border-radius:8px;box-shadow:0 2px 4px #0000001a}.ai-response .markdown-content .markdown-hr{border:0;height:1px;background-color:#e0e0e0;margin:24px 0}.ai-response .markdown-content .no-content{color:#1f2937;font-style:italic;margin:16px 0}@media (max-width: 600px){.ai-response .markdown-content .table-scroll{overflow-x:auto}.ai-response .markdown-content .table-scroll table{display:table;max-width:none}.ai-response .markdown-content th,.ai-response .markdown-content td{min-width:120px;padding:10px 12px}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Toastify__toast-body{display:flex;align-items:flex-start;gap:12px}.Toastify__toast-icon{margin-top:4px;width:18px;height:18px;flex-shrink:0;color:#e61b23}.custom-toast{background-color:#fff;border-left:4px solid #e61b23;padding:10px 14px;border-radius:8px;box-shadow:0 3px 15px #0000000f;font-family:Inter,sans-serif}.toast-content{display:flex;flex-direction:column;gap:4px}.custom-toast b{font-size:14px;line-height:20px;font-weight:500;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-toast small{font-size:13px;line-height:18px;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-toast-container.Toastify__toast-container--top-right{position:fixed;top:90px!important;right:16px;left:auto;margin-top:0}@media (max-width: 480px){.custom-toast-container.Toastify__toast-container--top-right{right:max(12px,env(safe-area-inset-right));left:auto;width:auto;max-width:360px}.Toastify__toast{margin:0 0 8px;border-radius:8px}.custom-toast b{font-size:12px;line-height:18px}.custom-toast small{font-size:11px;line-height:16px}}body.benchmarks-active,html.benchmarks-active{margin:0;padding:0;overflow:hidden!important;height:100%}.benchmarks-main{background-color:#f9fafb;display:flex;flex-direction:row;width:100%;overflow:hidden;min-height:100vh}.content-wrapper{display:flex;flex-direction:column;align-items:center;width:100%;overflow:hidden}.welcome-container{width:100%;max-width:816px;height:80%;margin-top:auto}.chat-container{max-width:816px;width:100%;position:fixed;bottom:0;left:0;right:0;margin-left:auto;margin-right:auto;z-index:40}.streaming-container{width:100%;box-sizing:border-box;overflow-x:hidden;flex-grow:1;padding:0 20px 20px;overflow-y:auto;max-height:calc(100vh - 40px);z-index:1;-ms-overflow-style:none;scrollbar-width:none;position:relative}.streaming-container::-webkit-scrollbar{display:none}.scroll-down-button{position:fixed;left:50%;display:inline-flex;justify-content:center;align-items:center;width:40px;height:40px;border:1px solid #d1d5db;border-radius:50%;background-color:#fff;cursor:pointer;z-index:1000;opacity:.8;visibility:visible;transform:translate(-50%) scale(1);transition:opacity 1s ease-out,transform 1s ease-out,visibility 1s ease-out;will-change:opacity,transform,visibility}.scroll-down-button:hover{background-color:#f9fafb;opacity:1}.scroll-down-button:focus{outline:2px solid #1f2937;outline-offset:2px}.scroll-down-icon{width:18px;height:18px;opacity:.8}.scroll-down-button:hover .scroll-down-icon{opacity:1}.career-flexbox{position:relative;z-index:1;width:80%;max-width:1280px;margin:0 auto;display:flex;justify-content:flex-start;align-items:flex-start;padding:120px 0 30px;border-radius:8px;min-height:85vh}.career-left{max-width:700px}.career-left h2{font-family:Inter,sans-serif;font-weight:600;font-size:36px;line-height:1.3;letter-spacing:-.01em;color:#1f2937;text-align:left;margin:0}@media (min-width: 640px){.career-left h2{font-size:38px}}@media (min-width: 768px){.career-left h2{font-size:42px}}@media (min-width: 1024px){.career-left h2{font-size:46px}}.career-left p{font-family:Inter,sans-serif;color:#6b7280;font-size:1.125rem;line-height:1.75;max-width:48rem;margin:40px 0;text-align:left;white-space:pre-line}.apply{display:inline-flex;align-items:center;justify-content:center;color:#fff;background-color:#1f2937;font-family:Inter,sans-serif;font-size:15px;font-weight:500;border-radius:8px;text-decoration:none;height:46px;padding:0 20px;max-width:140px;transition:background-color .3s ease,color .3s ease}.apply:hover{background-color:#374151}@media (max-width: 1023px){.career-flexbox{width:90%}}@media (max-width: 400px){.apply{display:flex;margin-left:auto;margin-right:auto}}.plans-main{background-color:#fff;margin:auto;padding:120px 0 113px;min-height:85vh}.plans-flexbox{flex:1;width:80%;max-width:1280px;margin:0 auto;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.plans-flexbox h2{font-family:Inter,sans-serif;font-weight:600;font-size:36px;line-height:1.3;letter-spacing:-.01em;color:#1f2937;margin:0 6px;padding:24px 0 80px;text-align:center}@media (min-width: 640px){.plans-flexbox h2{font-size:38px}}@media (min-width: 768px){.plans-flexbox h2{font-size:42px}}@media (min-width: 1024px){.plans-flexbox h2{font-size:46px}}.plans-values-cells{flex:1;display:flex;justify-content:space-between;gap:20px;width:100%;margin:0}.plans-values-item{flex:1;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:24px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;justify-content:flex-start}.plans-values-item h3{font-family:Inter,sans-serif;font-size:22px;line-height:25px;font-weight:400;color:#1f2937;margin:0;text-align:left;display:flex;align-items:flex-start;gap:6px}.beta-badge{display:inline-block;border:1px solid #d1d5db;border-radius:10px;font-size:12px;line-height:16px;color:#6b7280;padding:2px 6px;margin-left:0;font-weight:500;background-color:#f9fafb}.plans-values-item .price{font-family:Inter,sans-serif;font-weight:600;font-size:44px;line-height:1.3;letter-spacing:-.01em;color:#1f2937;padding:0;margin:0}.price-line{display:flex;align-items:baseline;gap:4px;margin:16px 0}.price-period{font-family:Inter,sans-serif;font-size:15px;line-height:1.2;color:#6b7280;margin:0;padding:0}.price-segment{font-family:Inter,sans-serif;color:#1f2937;font-size:15px;line-height:1.2;margin:0;text-align:left}.price-buttons{width:100%;display:flex;justify-content:stretch;align-items:center;padding-top:24px;padding-bottom:24px}.price_get_started{display:flex;align-items:center;justify-content:center;color:#fff;background-color:#1f2937;font-family:Inter,sans-serif;font-size:15px;font-weight:500;border-radius:8px;text-align:center;text-decoration:none;white-space:nowrap;transition:background-color .3s ease,color .3s ease;max-height:46px;height:46px;padding:0 20px;overflow:hidden;text-overflow:ellipsis;width:100%}.price_get_started:hover{background-color:#374151}.price-features ul{list-style:none;padding-left:0;margin:0}.price-features ul li{font-family:Inter,sans-serif;color:#1f2937;font-size:14px;line-height:1.2;display:flex;align-items:center;gap:6px;margin-bottom:10px;padding-left:0}.check-icon{width:20px;height:20px;flex-shrink:0}@media (max-width: 1023px){.plans-flexbox{width:90%}.plans-values-cells{flex-direction:column;align-items:center;gap:30px}.plans-values-item{width:100%}}@media (max-width: 766px){.plans-values-item .price{font-size:36px;line-height:48px}.plans-values-item{margin:0;width:90%;padding:16px}}.plan-desc-main{background-color:#fff;padding-top:30px;padding-bottom:140px}.plan-desc-flexbox{flex:1;width:80%;max-width:1280px;margin:0 auto;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.plan-desc-flexbox h2{font-family:Inter,sans-serif;font-weight:600;font-size:36px;line-height:1.3;letter-spacing:-.01em;color:#1f2937;margin:0 32px;padding:75px 0 60px;text-align:center}@media (min-width: 640px){.plan-desc-flexbox h2{font-size:38px}}@media (min-width: 768px){.plan-desc-flexbox h2{font-size:42px}}@media (min-width: 1024px){.plan-desc-flexbox h2{font-size:46px}}.faq-list{width:100%;max-width:700px}.faq-item{border-bottom:1px solid #e5e7eb;padding:24px 0;cursor:pointer}.faq-question{font-family:Inter,sans-serif;font-size:22px;line-height:25px;font-weight:400;color:#1f2937;display:flex;justify-content:space-between;align-items:center}.faq-icon{width:20px;height:20px;flex-shrink:0}.faq-answer{font-family:Inter,sans-serif;color:#1f2937;font-size:15px;line-height:1.8;margin-top:24px}.faq-item.active .faq-question{color:#1f2937}.faq-answer ul{padding-left:20px}.faq-answer li{margin-bottom:8px;line-height:1.4;line-height:1.8}.information-flexbox{position:relative;z-index:1;width:80%;max-width:1280px;margin:0 auto;display:flex;justify-content:flex-start;align-items:flex-start;padding:120px 0 30px;border-radius:8px;min-height:85vh}.information-left{max-width:100%}.information-left h2{font-family:Inter,sans-serif;font-weight:600;font-size:36px;line-height:1.3;letter-spacing:-.01em;color:#1f2937;text-align:left;margin-bottom:64px}@media (min-width: 640px){.information-left h2{font-size:38px}}@media (min-width: 768px){.information-left h2{font-size:42px}}@media (min-width: 1024px){.information-left h2{font-size:46px}}@media (max-width: 1023px){.information-flexbox{width:90%}}.information-left h3{font-family:Inter,sans-serif;font-weight:600;font-size:28px;letter-spacing:-.01em;color:#6b7280;text-align:left;margin:64px 0 24px}@media (max-width: 766px){.information-left h3{font-size:20px}}.information-left p{font-family:Inter,sans-serif;color:#6b7280;font-size:1.125rem;line-height:1.75;text-align:left;white-space:pre-line;margin:16px 0}.footer-up{background-color:inherit;padding:100px 0 32px;width:100%}.footer-up-flexbox{width:80%;max-width:960px;margin:0 auto;display:flex;align-items:flex-start;flex-wrap:wrap;justify-content:space-around}.footer-up-logo{flex:1;display:flex;align-items:flex-start;justify-content:center;margin-right:36px}.footer-up-image{max-width:100%;height:auto;width:150px}.footer-up-info{flex:2;display:flex;justify-content:space-around;gap:15px}.footer-up-column{white-space:nowrap;min-width:80px}.footer-up-column h3{font-family:Inter,-apple-system,Roboto,sans-serif;color:#6b7280;font-weight:500;font-size:14px;margin-bottom:10px;margin-left:0;cursor:pointer}.footer-up-column ul{padding:0;margin:0;list-style:none}.footer-up-column li{margin-bottom:4px}.footer-up-column a{font-family:Inter,sans-serif;color:#1f2937;font-weight:500;font-size:14px;display:inline-block;text-decoration:none;position:relative}.footer-up-column a:after{font-family:Inter,sans-serif;background-color:#1f2937;content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;transform:scaleX(0);transition:background-color .3s ease}.footer-up-column a:hover:after{transform:scaleX(1)}.disabled-link{font-family:Inter,sans-serif;color:#6b7280;font-weight:500;font-size:14px;pointer-events:none;cursor:default;opacity:.6}@media (max-width: 1199px){.footer-up-logo{margin-left:24px}}@media (max-width: 1023px){.footer-up-flexbox{width:90%}}@media (max-width: 767px){.footer-up{padding:0 0 32px}.footer-up-flexbox{width:100%;flex-direction:column;align-items:center}.footer-up-logo{padding:50px 0;width:100%;margin:0 0 8px;display:flex;justify-content:center}.footer-up-info{flex-direction:column;align-items:center;width:100%;gap:20px}.footer-up-column{padding:8px 16px;text-align:center}}.footer-down{font-family:Inter,sans-serif;background-color:inherit;color:#1f2937;font-weight:500;font-size:14px;text-align:center;padding:20px 0 40px;width:100%;position:relative;margin:0}.footer-flexbox{width:100%;max-width:1280px;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center}.footer-flexbox p{margin-top:40px;margin-bottom:0;font-size:14px;line-height:1.6}.works-divider{width:100%;height:1px;background-color:#e5e7eb;margin-top:.5rem}@media (max-width: 1023px){.footer-flexbox{width:90%}}@media (max-width: 766px){.footer-flexbox{width:85%;max-width:100%}}@media (max-width: 450px){.footer-flexbox{width:90%}.footer-down{padding:30px 0}}
