@charset "UTF-8";body.modal-open{overflow:hidden;height:100vh;position:fixed;width:100%;touch-action:none;-webkit-overflow-scrolling:touch}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:flex-end;z-index:1000;overflow:hidden;-webkit-overflow-scrolling:touch}@media (min-width: 1200px){.modal-backdrop{align-items:center!important}}.mobile-modal-container{width:100%;max-width:390px;background:#fff;overflow:hidden;border-radius:30px 30px 0 0;box-shadow:0 -2px 10px #0003}@media (min-width: 1200px){.mobile-modal-container{border-radius:8px}}.desktop-modal-container{position:relative;background:#fff;width:100%;max-width:750px;height:auto;max-height:90vh;display:flex;flex-direction:column;border-radius:12px;box-shadow:0 4px 24px #0000001a}.desktop-modal-container .desktop-modal-header{padding:16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e0e0e0;flex-shrink:0;background:#fff;border-radius:12px 12px 0 0}.desktop-modal-container .desktop-modal-header p{font-size:17px;font-weight:600;margin:0}.desktop-modal-container .desktop-modal-header .desktop-modal-close-button{background:transparent;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center}.desktop-modal-container .desktop-modal-header .desktop-modal-close-button img{width:20px;height:20px}.desktop-modal-container .scroller{flex:1;overflow-y:auto;position:relative;z-index:1;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background-color:#fff;gap:2rem;border-radius:8px}.loading-screen .loading-logo{width:200px;height:auto}.loading-screen .logo-container{display:flex;align-items:center;flex-shrink:0;gap:10px;width:203px;height:45px;justify-content:center}.loading-screen .logo-container h1{white-space:nowrap;font-weight:500}.loading-screen .logo-container h1 .app-title-bold{font-weight:700}.loading-screen .logo-container img{width:100%;height:100%;object-fit:contain}.loading-screen .loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #2B6CB0;border-radius:50%;animation:spin 1s linear infinite}.loading-screen .genium-text-bold{font-weight:700}.loader-standalone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.loader-standalone .loading-spinner-standalone{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #2B6CB0;border-radius:50%;animation:spin 1s linear infinite;margin:auto}.login-container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:25px;background-color:#fff;padding:20px 16px 50px;height:100%}.login-container .logo{height:45px}.login-container .title{height:45px;margin-left:10px}.login-container .title-row{display:flex;align-items:center;gap:10px}.login-container .title-row .genium-text-bold{font-weight:700}.login-container h1{white-space:nowrap;font-weight:500}.login-container h1 .app-title-bold{font-weight:700}.login-container img{height:35px;object-fit:contain}.login-container .login-title{font-size:15px;align-self:center;text-align:center}.login-container .credential-container{width:100%;max-width:400px;align-self:center}.login-container .credential-container .input-container{margin-bottom:10px}.login-container button{height:50px;width:100%;background:linear-gradient(to right,#4bc0c9,#ff4800);color:#fff}.login-container button p{font-size:13px;font-weight:600}.login-container hr{height:1px;width:100%;max-width:400px;background-color:#d9d9d9;border:none}.login-container .register-cta-container{display:flex;flex-direction:column;align-items:center;width:100%;gap:15px}.login-container .register-cta-container p:first-child{font-size:13px}.login-container .register-cta-container .lang-toggle{color:#fe4802;cursor:pointer;margin-top:20px;font-size:16px;font-weight:600}.login-container .register-cta-container .lang-toggle:hover{opacity:.8}.form-header,.modal-header{position:fixed;width:100%;overflow:hidden;top:0;z-index:10;display:flex;align-items:center;gap:16px;padding:16px;background-color:#fff;border-bottom:1px solid #e0e0e0}@media (min-width: 1200px){.form-header,.modal-header{display:none}}.form-header .close-button,.modal-header .close-button{padding:8px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center}.form-header .close-button img,.modal-header .close-button img{width:24px;height:24px}.form-header h1,.modal-header h1{font-size:20px;font-weight:500;color:#000;margin-left:50px}.project-form{--form-accent-color: #4BC0C9;--form-accent-light: rgba(75, 192, 201, .1);--form-checkmark-icon: url(/assets/icons/checkmark-vector-project.svg);display:flex;flex-direction:column;gap:8px;background-color:#f5f5f5;margin-top:80px}@media (min-width: 1200px){.project-form{margin-top:0}}.project-form.submitting{-webkit-user-select:none;user-select:none;pointer-events:none}.project-form.submitting .project-delivery-date input[type=date]::-webkit-calendar-picker-indicator{display:none}.project-form .form-section{background:#fff;padding:16px}.project-form .form-section:last-child{padding:16px 16px 30px;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.project-form .form-section .interested-count{display:flex;align-items:center;gap:8px;margin-bottom:16px;justify-content:center}.project-form .form-section .interested-count img{width:20px;height:20px}.project-form .form-section .interested-count .count{color:#fe4802;font-weight:500;font-size:16px}.project-form .form-section .interested-count span:last-child{color:#000;font-size:16px}.project-form .form-section .publish-button{width:100%;padding:16px;border:none;border-radius:100px;background:#fe4802;color:#fff;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s ease;justify-self:center}.project-form .form-section .publish-button:disabled{background-color:#e5e5ea;color:#8e8e8e;cursor:not-allowed}.project-form .form-field{display:flex;flex-direction:column;gap:8px}.project-form .form-field input{font-size:14px;font-weight:500}.project-form .form-field label{font-size:14px;font-weight:600;color:#000}.project-form .form-field .helper-text{font-size:12px;color:#757575}.project-form .form-field .helper-text .highlight-black{color:#000;font-weight:700}.project-form .form-field .input-container{position:relative;border:1px solid #e0e0e0;border-radius:10px;padding:16px;background-color:#fff}.project-form .form-field .input-container .character-count{font-size:12px;color:#757575}.project-form .form-field .input-container.project-description{height:500px;padding-bottom:32px}.project-form .form-field .input-container.project-description .character-count{position:absolute;bottom:8px;right:16px}.project-form .form-field .input-container.project-description textarea{height:100%;width:100%;resize:none;background-color:#fff;border:none;outline:none;font-size:14px;font-weight:500;color:#000;word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap}@media (min-width: 1200px){.project-form .form-field .input-container.project-description{height:400px}}.project-form .form-field .input-container.project-keywords,.project-form .form-field .input-container.project-tags,.project-form .form-field .input-container.project-delivery-date{height:48px}.project-form .form-field .type-options{display:flex;flex-direction:column;gap:16px;margin-top:12px}.project-form .form-field .type-options .type-option{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:14px}.project-form .form-field .type-options .type-option.checked{color:#000}.project-form .form-field .type-options .type-option .checkbox-wrapper{position:relative}.project-form .form-field .type-options .type-option .checkbox-wrapper input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:18px;width:17px;height:17px;border:1px solid #e0e0e0;border-radius:4px;position:relative;cursor:pointer;margin:1px 0 0}.project-form .form-field .type-options .type-option .checkbox-wrapper input[type=checkbox]:checked{border-color:#fe4802;background-color:transparent}.project-form .form-field .type-options .type-option .checkbox-wrapper .checkmark-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-55%);width:18px;height:18px}.project-form .form-field .type-options .type-option span{font-size:14px;color:#000}.project-form .form-field .budget-options{display:flex;flex-direction:column;gap:16px;margin-top:12px}.project-form .form-field .budget-options .radio-option{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:14px;color:#000}.project-form .form-field .budget-options .radio-option .radio-wrapper{position:relative;width:20px;height:20px;flex-shrink:0}.project-form .form-field .budget-options .radio-option .radio-wrapper input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border:1.5px solid #e0e0e0;border-radius:50%;position:relative;cursor:pointer;margin:0}.project-form .form-field .budget-options .radio-option .radio-wrapper input[type=radio]:checked{border-color:#fe4802}.project-form .form-field .budget-options .radio-option .radio-wrapper .radio-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px}.project-form .form-field .budget-options .radio-with-input{display:flex;align-items:center;justify-content:space-between;gap:12px}.project-form .form-field .budget-options .radio-with-input .radio-option{flex-shrink:0}.project-form .form-field .budget-options .radio-with-input .budget-input{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e0e0e0;border-radius:100px;padding:8px 16px;width:160px}.project-form .form-field .budget-options .radio-with-input .budget-input input{width:100%;border:none;outline:none;text-align:right;font-size:14px;color:#000}.project-form .form-field .budget-options .radio-with-input .budget-input input:disabled{background:transparent;color:#9e9e9e;cursor:not-allowed}.project-form .form-field .budget-options .radio-with-input .budget-input input::-webkit-inner-spin-button,.project-form .form-field .budget-options .radio-with-input .budget-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.project-form .form-field .budget-options .radio-with-input .budget-input .currency-icon{width:16px;height:16px;flex-shrink:0}.project-form .form-field .project-delivery-date{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e0e0e0;border-radius:100px;padding:12px 16px;margin-top:12px;position:relative;cursor:pointer}.project-form .form-field .project-delivery-date .calendar-icon{width:20px;height:20px;flex-shrink:0}.project-form .form-field .project-delivery-date input[type=date]{width:100%;border:none;outline:none;font-size:14px;color:#000;background:transparent;cursor:pointer;position:relative}.project-form .form-field .project-delivery-date input[type=date]::-webkit-calendar-picker-indicator{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;opacity:0;cursor:pointer}.project-form .form-field .project-delivery-date input[type=date]:disabled{pointer-events:none;cursor:not-allowed}.project-form .form-field .upload-section{margin-top:12px}.project-form .form-field .upload-section .upload-button{border:1px dashed #e0e0e0;border-radius:8px;background:#fff}.project-form .form-field .upload-section .upload-button:hover{background:#f5f5f3}.question-form{--form-accent-color: #FF8050;--form-accent-light: rgba(255, 128, 80, .1);--form-checkmark-icon: url(/assets/icons/checkmark-vector-question.svg);display:flex;flex-direction:column;gap:8px;background-color:#f5f5f5;margin-top:80px}@media (min-width: 1200px){.question-form{margin-top:0}}.question-form .form-section{background:#fff;padding:16px}.question-form .form-section:last-child{padding:16px 16px 30px}.question-form .form-section .question-input{height:200px;border:1px solid #e0e0e0;border-radius:10px;padding:16px 16px 32px;background-color:#fff;position:relative}.question-form .form-section .question-input .character-count{position:absolute;bottom:8px;right:16px;font-size:12px;color:#757575}.question-form .form-field{display:flex;flex-direction:column;gap:8px}.question-form .form-field label{font-size:14px;font-weight:600;color:#000}.question-form .form-field .helper-text{font-size:12px;color:#757575}.question-form .form-field .helper-text .highlight-black{color:#000;font-weight:700}.question-form .form-field textarea{height:100%;width:100%;resize:none;background-color:#fff;border:none;outline:none;font-size:14px;font-weight:400;color:#000}.question-form .form-field textarea:focus{border-color:#fe4802}.question-form .form-field .upload-section{margin-top:12px}.question-form .form-field .upload-section .upload-button{border:1px dashed #e0e0e0;border-radius:8px;background:#fff}.question-form .form-field .upload-section .upload-button:hover{background:#f5f5f3}.question-form .form-field .upload-section .selected-file-display .edit-media{color:var(--form-accent-color)}.question-form .interested-count{display:flex;align-items:center;gap:8px;margin-bottom:16px;justify-content:center}.question-form .interested-count img{width:20px;height:20px}.question-form .interested-count .count{color:#fe4802;font-weight:500;font-size:16px}.question-form .interested-count span:last-child{color:#000;font-size:16px}.question-form .publish-button{width:100%;padding:16px;border:none;border-radius:100px;background:#fe4802;color:#fff;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s ease;justify-self:center}.question-form .publish-button:disabled{background-color:#e5e5ea;color:#8e8e8e;cursor:not-allowed}.suggested-keywords .suggested-tag{background-color:#ff8050;color:#ff8050;border:1px solid #FF8050}.suggested-keywords .suggested-tag.selected{background-color:#ff8050;color:#fff}.upload-button{display:flex;margin:10px auto auto;align-items:center;gap:8px;padding:12px;border:1px solid #e5e5e5;border-radius:100px;background:transparent;cursor:pointer;width:100%;justify-content:center;font-size:14px;font-weight:500;color:#000}.upload-button img{width:20px;height:20px}.upload-button span{font-size:14px;color:#000}.keywords-header>div:first-child{display:flex;justify-content:space-between}.keywords-header>div:first-child button{display:none;background-color:transparent;font-size:20px}.keywords-header>div:first-child button:hover{color:#0009}.keywords-header>div:first-child button:active{color:#000c}@media (min-width: 1200px){.keywords-header>div:first-child button{display:block}}.keywords-list{display:flex;flex-direction:column;max-height:350px;overflow-y:scroll}.keywords-list .keyword-checkbox-item{display:flex;justify-content:space-between;align-items:center;padding:20px 0;margin-right:10px;border-bottom:1px solid rgb(235,235,240);font-size:14px;color:#333;cursor:pointer}.keywords-list .keyword-checkbox-item:last-child{border-bottom:none}.keywords-list .keyword-checkbox-item span{font-weight:500}.keywords-list .keyword-checkbox-item input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:20px;height:20px;border:1px solid black;border-radius:4px;background-color:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;outline:none;transition:background-color .2s,border-color .2s}.keywords-list .keyword-checkbox-item input[type=checkbox]:checked{background-color:var(--form-accent-color);border-color:var(--form-accent-color)}.keywords-list .keyword-checkbox-item input[type=checkbox]:checked:before{content:"✔";color:#fff;font-size:11px}.keywords-list .keyword-checkbox-item input[type=checkbox]:focus{outline:2px solid var(--form-accent-color)}.keywords-container .keywords-selected{font-size:13px;font-weight:600;color:var(--form-accent-color)}.keywords-container .keywords-tags{display:flex;flex-wrap:wrap;gap:8px;padding:8px 0}.keywords-container .keywords-tags .keyword-tag{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid var(--form-accent-color);border-radius:100px;font-size:13px;color:#000}.keywords-container .keywords-tags .keyword-tag .remove-button{background-color:transparent;width:16px;height:16px}.keywords-container .keywords-tags .keyword-tag .remove-button img{align-self:center;width:inherit;height:inherit}.keywords-container .keywords-tags .edit-keywords{padding:12px;margin-top:10px;background:transparent;color:#000;font-size:14px;cursor:pointer}.keywords-container .keywords-tags .edit-keywords:hover{text-decoration:underline}.keyword-selector-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;z-index:100;display:flex;flex-direction:column}@media (min-width: 1200px){.keyword-selector-modal{top:50%;left:50%;transform:translate(-50%,-50%);width:610px;height:auto;max-height:90vh;border-radius:12px;box-shadow:0 4px 24px #0000001a;border:1px solid #e0e0e0}}.keyword-selector-modal .modal-header{display:flex;align-items:center;gap:16px;padding:16px;position:relative}@media (min-width: 1200px){.keyword-selector-modal .modal-header{border-radius:12px 12px 0 0}}.keyword-selector-modal .modal-header .back-button{padding:8px;background:transparent;border:none;cursor:pointer}.keyword-selector-modal .modal-header .back-button img{width:24px;height:24px}.keyword-selector-modal .modal-header h2{font-size:17px;flex:1;font-weight:600;margin-right:50px;text-align:center}.keyword-selector-modal .search-container{padding:16px}.keyword-selector-modal .search-container .search-input{width:-webkit-fill-available;padding:12px 16px;border-radius:50px;background:#f5f5f5;border:1px solid #e0e0e0;font-size:14px}.keyword-selector-modal .search-container .search-input::placeholder{color:#757575}.keyword-selector-modal .search-container .search-input:focus{outline:none;border-color:var(--form-accent-color)}.keyword-selector-modal .suggested-keywords{padding:16px;border-bottom:1px solid #e5e5e5}.keyword-selector-modal .suggested-keywords h3{font-size:14px;font-weight:500;margin:0 0 12px}.keyword-selector-modal .suggested-keywords .suggested-tags{display:flex;flex-wrap:wrap;gap:8px}.keyword-selector-modal .suggested-keywords .suggested-tags .suggested-tag{padding:6px 12px;border-radius:100px;font-size:14px;background-color:var(--form-accent-light);color:var(--form-accent-color);border:1px solid var(--form-accent-color);cursor:pointer}.keyword-selector-modal .suggested-keywords .suggested-tags .suggested-tag.selected{background-color:var(--form-accent-color);color:#fff}.keyword-selector-modal .selected-keywords{padding:16px;border-bottom:1px solid #e5e5e5}.keyword-selector-modal .selected-keywords h3{font-size:15px;font-weight:600;margin:0 0 12px}.keyword-selector-modal .selected-keywords .selected-tags{display:flex;flex-wrap:wrap;gap:8px}.keyword-selector-modal .selected-keywords .selected-tags .selected-tag{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border:1px solid var(--form-accent-color);color:var(--form-accent-color);border-radius:100px;font-size:14px}.keyword-selector-modal .selected-keywords .selected-tags .selected-tag .remove-tag{padding:0;background:transparent;border:none;color:#757575;cursor:pointer;font-size:16px;line-height:1}.keyword-selector-modal .selected-keywords .selected-tags .selected-tag .remove-tag:hover{color:#000}.keyword-selector-modal .categories{flex:1;overflow-y:auto;padding:16px}.keyword-selector-modal .categories .category{margin-bottom:16px}.keyword-selector-modal .categories .category .category-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:8px 0;background:transparent;border:none;cursor:pointer}.keyword-selector-modal .categories .category .category-header h3{margin:0;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.keyword-selector-modal .categories .category .category-header h3 span{font-size:15px;font-weight:600;color:#000}.keyword-selector-modal .categories .category .category-header h3 .selected-count{font-size:13px;color:var(--form-accent-color);font-weight:400}.keyword-selector-modal .categories .category .category-header .expand-icon{font-size:24px;color:#757575;transition:transform .2s ease;position:relative}@media (min-width: 390px){.keyword-selector-modal .categories .category .category-header .expand-icon{left:2px}}@media (min-width: 1200px){.keyword-selector-modal .categories .category .category-header .expand-icon{left:165px}}.keyword-selector-modal .categories .category .category-header .expand-icon.expanded{transform:rotate(45deg)}.keyword-selector-modal .categories .category .keyword-list{padding:0 0 16px}.keyword-selector-modal .categories .category .keyword-list .keyword-item{display:flex;align-items:center;justify-content:space-between;padding:12px 0;cursor:pointer;border-bottom:1px solid #e0e0e0}.keyword-selector-modal .categories .category .keyword-list .keyword-item:last-child{border-bottom:none}.keyword-selector-modal .categories .category .keyword-list .keyword-item input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:18px;width:18px;height:18px;border:1px solid #e0e0e0;border-radius:4px;position:relative;cursor:pointer;margin:0;order:2}.keyword-selector-modal .categories .category .keyword-list .keyword-item input[type=checkbox]:checked{border-color:var(--form-accent-color);background-color:transparent;background-image:var(--form-checkmark-icon);background-position:center;background-repeat:no-repeat;background-size:21px}.keyword-selector-modal .categories .category .keyword-list .keyword-item span{font-size:12px;font-weight:600;font-family:Montserrat,sans-serif;order:1;margin-right:12px}.keyword-selector-modal .categories .category .keyword-list .keyword-item.disabled{opacity:.5;cursor:not-allowed}.keyword-selector-modal .categories .category .keyword-list .keyword-item.disabled input,.keyword-selector-modal .categories .category .keyword-list .keyword-item.disabled span{cursor:not-allowed}.keyword-selector-modal .action-buttons{padding:16px;border-top:1px solid #e5e5e5}.keyword-selector-modal .action-buttons .warning-container{display:flex;justify-content:center;margin-top:1rem}.keyword-selector-modal .action-buttons .save-button{width:100%;padding:16px;background:#fe4802;color:#fff;font-size:16px;font-weight:700;border:none;border-radius:100px;cursor:pointer}.keyword-selector-modal .action-buttons .save-button:disabled{background-color:#e5e5ea;cursor:not-allowed}@media (min-width: 1200px){.keyword-selector-modal .action-buttons .save-button{margin:0 auto}}.file-preview{position:relative;width:100%;height:200px;border-radius:8px;overflow:hidden}.file-preview .image-preview{width:100%;height:100%;object-fit:cover}.file-preview .edit-media,.file-preview .delete-media{position:absolute;bottom:16px;background:#00000080;color:#fff;padding:8px 16px;border-radius:20px;border:none;cursor:pointer;display:flex;align-items:center;gap:8px}.file-preview .edit-media img,.file-preview .delete-media img{width:16px;height:16px}.file-preview .edit-media:hover,.file-preview .delete-media:hover{background:#000000b3}.file-preview .edit-media{right:52%}.file-preview .delete-media{left:52%}.file-info{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#f5f5f3;border-radius:8px}.file-info .file-name{font-size:14px;color:#3c3c43}.file-info .file-actions{display:flex;gap:12px}.file-info .file-actions .edit-file,.file-info .file-actions .delete-file{display:flex;align-items:center;gap:4px;background:none;border:none;cursor:pointer;font-weight:500}.file-info .file-actions .edit-file img,.file-info .file-actions .delete-file img{width:16px;height:16px}.file-info .file-actions .edit-file{color:var(--form-accent-color)}.file-info .file-actions .edit-file:hover{text-decoration:underline}.file-info .file-actions .delete-file{color:#ff3b30}.file-info .file-actions .delete-file:hover{color:#cc3901}.suggested-keywords-inline .helper-text{color:var(--text-secondary);margin-top:16px;margin-bottom:16px}.suggested-keywords-inline .suggested-tags{display:flex;flex-wrap:wrap;gap:8px}.suggested-keywords-inline .suggested-tags .suggested-tag{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:100px;border:1px solid var(--form-accent-color);background:transparent;color:#000;cursor:pointer;font-size:14px;transition:all .2s ease}.suggested-keywords-inline .suggested-tags .suggested-tag:hover{background:#00ba7c1a}.suggested-keywords-inline .suggested-tags .suggested-tag .add-icon{width:16px;height:16px}.suggested-keywords-inline .suggested-tags .suggested-tags-with-remove{display:flex;flex-wrap:nowrap}.suggested-keywords-inline .suggested-tags .suggested-tags-with-remove .remove-tag-button{background:transparent}.suggested-keywords-inline .suggested-tags .suggested-tags-with-remove .remove-tag-button img{width:16px;height:16px}.error-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:999}.error-dialog{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;width:270px;border-radius:14px;text-align:center;font-family:-apple-system,BlinkMacSystemFont,sans-serif;z-index:1000;border:1px solid red}.error-dialog h2{font-size:17px;font-weight:600;margin:16px 16px 0;color:#000}.error-dialog p{margin:12px 16px 16px;color:#48484a;font-size:13px;line-height:1.3}.error-dialog .ok-button{width:100%;padding:12px;border:none;border-top:1px solid #E5E5EA;background:none;font-size:17px;color:#007aff;font-weight:600;cursor:pointer;border-radius:0}.error-dialog .ok-button:active{background-color:#e5e5ea}@media (max-width: 768px){.form-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:1000;overflow-y:auto;-webkit-overflow-scrolling:touch}}.publish-screen{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;flex-direction:column;overflow:hidden;z-index:1000}.publish-screen.show{display:flex}.content-type-selection{position:absolute;bottom:80px;left:50%;transform:translate(-50%);background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000001a;width:264px;z-index:10}.content-type-selection:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:36px;height:16px;background:#fff;clip-path:polygon(0 0,100% 0,50% 100%)}.content-type-selection .type-button{display:flex;align-items:center;text-align:center;gap:12px;width:100%;padding:16px;border:none;background:transparent;cursor:pointer;transition:background-color .2s ease;height:72px;justify-content:center}.content-type-selection .type-button:first-child{border-bottom:1px solid #e0e0e0;border-radius:0}.content-type-selection .type-button img{width:24px;height:24px}.content-type-selection .type-button span{font-size:16px;font-weight:500;color:#000}.input-container{display:flex;align-items:center;background-color:#f5f5f5;padding:0 20px;height:50px;border-radius:71px;gap:10px;overflow:hidden}.input-container .input-icon{width:20px;height:20px}.input-container .input-icon:last-child{cursor:pointer}.input-container input{flex:1;font-size:15px;min-width:0}.confirm-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;min-height:100vh}.confirm-modal{background:#fff;border-radius:14px;width:270px;font-family:-apple-system,BlinkMacSystemFont,sans-serif}.confirm-modal .logo{display:flex;gap:10px;justify-content:center;margin-top:16px;align-items:center}.confirm-modal .logo h2{white-space:nowrap;font-weight:500}.confirm-modal .logo h2 .app-title-bold{font-weight:700}.confirm-modal .interest-shown h2{font-size:17px;font-weight:600;margin:16px 16px 0;color:#000;text-align:center}@media (min-width: 1200px){.confirm-modal{width:490px}}.confirm-modal .confirm-modal-header h2{font-size:17px;font-weight:600;margin:16px 16px 0;color:#000;text-align:center}@media (min-width: 1200px){.confirm-modal .confirm-modal-header h2{text-align:left;margin:16px}}.confirm-modal .confirm-modal-header .close-button{display:none;background-color:transparent;margin-right:16px}@media (min-width: 1200px){.confirm-modal .confirm-modal-header .close-button{display:inline}}.confirm-modal .confirm-modal-header p{margin:12px 0;font-size:17px;font-weight:600;color:#000}@media (min-width: 1200px){.confirm-modal .confirm-modal-header{display:flex;justify-content:space-between;border-bottom:1px solid #E5E5EA}.confirm-modal .confirm-modal-header p{margin:16px;font-size:20px;font-weight:600}}.confirm-modal p{margin:12px 16px 16px;color:#48484a;font-size:13px;line-height:1.3;text-align:center}@media (min-width: 1200px){.confirm-modal p{max-width:370px;text-align:center;font-size:17px;color:#000;margin:20px auto}}.confirm-modal .modal-actions{display:flex;border-top:1px solid #E5E5EA}.confirm-modal .modal-actions button{flex:1;padding:12px;border:none;background:none;font-size:15px;font-weight:400;cursor:pointer}.confirm-modal .modal-actions button:first-child{border-right:1px solid #E5E5EA}@media (min-width: 1200px){.confirm-modal .modal-actions button:first-child{border-right:none!important}}.confirm-modal .modal-actions button.confirm{color:#007aff;font-weight:600;border-radius:0}@media (min-width: 1200px){.confirm-modal .modal-actions button.confirm{color:#fe4802;border-radius:71px;background-color:transparent;border:1px solid #fe4802!important}}.confirm-modal .modal-actions button.cancel{color:#007aff}@media (min-width: 1200px){.confirm-modal .modal-actions button.cancel{color:#fff}}.confirm-modal .modal-actions button.cancel.onlyButton{max-width:464px}.confirm-modal .modal-actions button:active{background-color:#e5e5ea}@media (min-width: 1200px){.confirm-modal .modal-actions button{display:flex;align-items:center;justify-content:center;border:none;border-radius:71px;background-color:#fe4802;max-width:221px;font-weight:600}}@media (min-width: 1200px){.confirm-modal .modal-actions{display:flex;justify-content:center;gap:16px;padding:16px 0}}.confirm-modal p.interest-shown{color:#48484a!important}.email-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.email-modal-desktop{background:#fff;border-radius:25px;width:100%;max-width:600px;display:flex;flex-direction:column;overflow:hidden}.email-modal-desktop .email-header{padding:24px;border-bottom:1px solid #E5E5E5;display:flex;justify-content:space-between;align-items:center}.email-modal-desktop .email-header h2{font-size:20px;font-weight:600;color:#1a1a1a;margin:0}.email-modal-desktop .email-header .close-icon{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center}.email-modal-desktop .email-header .close-icon:hover{opacity:.8}.email-modal-desktop .email-form{padding:24px;flex-grow:1;display:flex;flex-direction:column;gap:20px}.email-modal-desktop .email-form .form-group{display:flex;flex-direction:column;gap:8px}.email-modal-desktop .email-form .form-group label{font-size:14px;color:#666}.email-modal-desktop .email-form .form-group input,.email-modal-desktop .email-form .form-group textarea{width:auto;padding:12px;border:1px solid #E5E5E5;border-radius:25px;background:#f8f8f8;font-size:16px;font-weight:500;color:#8e8e8e;transition:all .2s ease}.email-modal-desktop .email-form .form-group input:disabled,.email-modal-desktop .email-form .form-group textarea:disabled{background:#f8f8f8;color:#8e8e8e;cursor:not-allowed}.email-modal-desktop .email-form .form-group input::placeholder,.email-modal-desktop .email-form .form-group textarea::placeholder{color:#8e8e8e}.email-modal-desktop .email-form .form-group input:focus,.email-modal-desktop .email-form .form-group textarea:focus{outline:none;border-color:#fe4802}.email-modal-desktop .email-form .form-group.subject-group .input-wrapper{display:flex;align-items:center;background:#f8f8f8;border:1px solid #E5E5E5;border-radius:25px;padding:12px}.email-modal-desktop .email-form .form-group.subject-group .input-wrapper .input-label{color:#8e8e8e;margin-right:4px}.email-modal-desktop .email-form .form-group.subject-group .input-wrapper input{border:none;background:transparent;font-size:16px;font-weight:500;color:#000;padding:0 0 0 6px}.email-modal-desktop .email-form .form-group.subject-group .input-wrapper input:focus{outline:none}.email-modal-desktop .email-form .form-group.subject-group:focus-within .input-wrapper{border-color:#fe4802}.email-modal-desktop .email-form .form-group.subject-group input{font-size:16px;font-weight:500;color:#000}.email-modal-desktop .email-form .form-group.message-group{flex-grow:1}.email-modal-desktop .email-form .form-group.message-group textarea{resize:none;min-height:240px;padding-top:20px;font-size:16px;font-weight:500;color:#000}.email-modal-desktop .email-form .error-message{color:#ff3b30;margin-top:8px;font-size:14px}.email-modal-desktop .email-footer{position:sticky;bottom:0;left:0;right:0;padding:16px;margin-top:auto;background:#fff;border-top:1px solid #E0E0E0;display:flex;justify-content:center}.email-modal-desktop .email-footer .send-button{width:100%;max-width:600px;padding:16px;background:#e5e5e5;color:#757575;border:none;border-radius:30px;font-weight:700;font-size:13px;cursor:pointer;transition:all .2s ease}@media (min-width: 1200px){.email-modal-desktop .email-footer .send-button{font-size:15px}}.email-modal-desktop .email-footer .send-button.active{background:#fe4802;color:#fff}.email-modal-desktop .email-footer .send-button:disabled{cursor:not-allowed;opacity:.7}.email-modal-desktop .success-content{display:flex;flex-direction:column;align-items:center;padding:24px 24px 0;gap:24px;position:relative;height:100%}.email-modal-desktop .success-content .success-header{display:flex;align-items:center;gap:16px;margin-bottom:30px}.email-modal-desktop .success-content .success-header img{height:38px}.email-modal-desktop .success-content .success-header h1{font-size:34px;font-weight:700;color:#1a1a1a;margin:0}.email-modal-desktop .success-content .success-header span{font-weight:200}.email-modal-desktop .success-content .success-message{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:45px}.email-modal-desktop .success-content .success-message img{width:80px;height:80px}.email-modal-desktop .success-content .success-message p{font-size:16px;color:#1a1a1a;text-align:center}.email-modal-desktop .success-content .success-message p span{color:#fe4802;font-weight:600;display:block;margin-top:8px}.email-modal-desktop .success-content .close-icon{position:absolute;top:24px;right:24px;background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center}.email-modal-desktop .success-footer{margin-top:auto;width:100%;padding:16px 24px;border-top:1px solid #E5E5E5}.email-modal-desktop .success-footer .close-button{width:100%;max-width:600px;padding:16px;background:#fe4802;color:#fff;border:none;border-radius:30px;font-weight:700;font-size:15px;cursor:pointer;transition:all .2s ease}.email-modal-desktop .success-footer .close-button:hover{opacity:.9}.email-modal-mobile{display:flex;flex-direction:column;height:100%;background:#fff}.email-modal-mobile .email-header{padding:16px;border-bottom:1px solid #E5E5E5;display:flex;align-items:center;justify-content:center;position:relative}.email-modal-mobile .email-header h2{font-size:20px;font-weight:600;color:#1a1a1a;margin:0}.email-modal-mobile .email-header .close-icon{position:absolute;right:16px;background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center}.email-modal-mobile .email-header .close-icon:hover{opacity:.8}.email-modal-mobile .email-form{padding:24px;flex-grow:1;display:flex;flex-direction:column;gap:20px}.email-modal-mobile .email-form .form-group{display:flex;flex-direction:column;gap:8px}.email-modal-mobile .email-form .form-group label{font-size:14px;color:#8e8e8e}.email-modal-mobile .email-form .form-group.subject-group .input-wrapper{display:flex;align-items:center;background:#f8f8f8;border:1px solid #E5E5E5;border-radius:25px}.email-modal-mobile .email-form .form-group.subject-group .input-wrapper .input-label{color:#8e8e8e;font-size:14px;font-weight:500;margin-left:12px}.email-modal-mobile .email-form .form-group.subject-group .input-wrapper input{border:none;background:transparent;font-size:14px;font-weight:500;color:#000;padding-left:6px}.email-modal-mobile .email-form .form-group.subject-group .input-wrapper input:focus{outline:none}.email-modal-mobile .email-form .form-group.subject-group:focus-within .input-wrapper{border-color:#fe4802}.email-modal-mobile .email-form .form-group.subject-group input{font-size:14px;font-weight:500;color:#000}.email-modal-mobile .email-form .form-group input,.email-modal-mobile .email-form .form-group textarea{width:auto;padding:12px;border:1px solid #E5E5E5;border-radius:25px;background:#f8f8f8;font-size:13px;font-weight:500;color:#8e8e8e;transition:all .2s ease}.email-modal-mobile .email-form .form-group input:disabled,.email-modal-mobile .email-form .form-group textarea:disabled{background:#f8f8f8;color:#8e8e8e;cursor:not-allowed}.email-modal-mobile .email-form .form-group input::placeholder,.email-modal-mobile .email-form .form-group textarea::placeholder{color:#757575}.email-modal-mobile .email-form .form-group input:focus,.email-modal-mobile .email-form .form-group textarea:focus{outline:none;border-color:#fe4802}.email-modal-mobile .email-form .form-group.message-group{flex-grow:1}.email-modal-mobile .email-form .form-group.message-group textarea{resize:none;min-height:260px;padding-top:20px;font-size:14px;font-weight:500;color:#000}.email-modal-mobile .email-form .error-message{color:#ff3b30;margin-top:8px;font-size:14px}.email-modal-mobile .email-footer{padding:16px;border-top:1px solid #E5E5E5}.email-modal-mobile .email-footer .send-button{width:100%;padding:12px;border-radius:30px;border:none;font-size:14px;font-weight:600;cursor:pointer;background-color:#e5e5e5;color:#999;transition:all .2s ease}.email-modal-mobile .email-footer .send-button.active{background-color:#fe4802;color:#fff}.email-modal-mobile .email-footer .send-button:disabled{cursor:not-allowed;opacity:.7}.email-modal-mobile .success-content{padding:24px 24px 0;display:flex;flex-direction:column;align-items:center;gap:24px;position:relative;height:100%}.email-modal-mobile .success-content .success-header{display:flex;align-items:center;gap:16px;margin-bottom:30px}.email-modal-mobile .success-content .success-header img{height:38px}.email-modal-mobile .success-content .success-header h1{font-size:34px;font-weight:700;color:#1a1a1a;margin:0}.email-modal-mobile .success-content .success-header span{font-weight:200}.email-modal-mobile .success-content .success-message{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:45px}.email-modal-mobile .success-content .success-message .check-icon{width:48px;height:48px;border-radius:50%;background-color:#fe4802;color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px}.email-modal-mobile .success-content .success-message p{font-size:15px;color:#1a1a1a;text-align:center}.email-modal-mobile .success-content .success-message p span{color:#fe4802;font-weight:600;display:block;margin-top:8px}.email-modal-mobile .success-content .close-icon{position:absolute;top:24px;right:24px;background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center}.email-modal-mobile .success-footer{margin-top:auto;width:100%;padding:16px 24px;border-top:1px solid #E5E5E5}.email-modal-mobile .success-footer .close-button{width:100%;padding:16px;background:#fe4802;color:#fff;border:none;border-radius:30px;font-weight:700;font-size:15px;cursor:pointer;transition:all .2s ease}.email-modal-mobile .success-footer .close-button:hover{opacity:.9}.search-list{display:flex;flex-direction:column;gap:10px}.search-list .loading-screen{position:absolute;top:0;right:0;left:0;bottom:0}@media (min-width: 1200px){.search-list{gap:0}.search-list .loading-screen{position:initial;margin:50px;min-height:100%}}.search-item{display:flex;justify-content:space-between;align-items:center;padding:15px;background-color:#fff;border-bottom:1px solid rgb(224,224,224)}.search-item .search-user-container{display:flex;width:100%}.search-item .search-user-container>div{flex:1}.search-item .search-user-container .search-user{display:flex;align-items:center;gap:15px}.search-item .search-user-container .search-user .image-wrapper{position:relative;width:55px;height:55px;display:flex;justify-content:center;align-items:center;border-radius:50%;background:conic-gradient(#4caf50 calc(var(--progress) * 1%),#e0e0e0 0);cursor:pointer}.search-item .search-user-container .search-user .image-wrapper img{width:47px;height:47px;object-fit:cover;border-radius:50%;background:#fff;z-index:1}.search-item .search-user-container .search-user .search-info{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}.search-item .search-user-container .search-user .search-info>p:first-child{font-weight:600;font-size:15px;margin-bottom:3px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width: 1200px){.search-item .search-user-container .search-user .search-info>p:first-child{font-size:17px}}.search-item .search-user-container .search-user .search-info>p:first-child:hover{color:#fe4802}.search-item .search-user-container .search-user .search-info>p:nth-child(2),.search-item .search-user-container .search-user .search-info>p:nth-child(3){font-size:11px;color:#757575;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (min-width: 1200px){.search-item .search-user-container .search-user .search-info>p:nth-child(2),.search-item .search-user-container .search-user .search-info>p:nth-child(3){font-size:15px}}.search-item .search-user-container .search-user .search-info>p:nth-child(2).member-subtitle,.search-item .search-user-container .search-user .search-info>p:nth-child(3).member-subtitle{color:#000}.search-item .search-user-container .search-user .search-info>p:nth-child(3){margin-bottom:8px}.search-item .search-user-container .search-user .search-info .compatibility{background-color:#04800012;padding:4px 10px;border-radius:40px;width:fit-content}.search-item .search-user-container .search-user .search-info .compatibility p{color:#048000;font-size:11px;text-align:center}@media (min-width: 1200px){.search-item .search-user-container .search-user .search-info .compatibility p{font-size:13px}}.search-item .search-user-container .desktop-posts-info{display:none;flex-direction:column;justify-content:center;border-left:1px solid rgba(0,0,0,.2);padding-left:30px;gap:20px}@media (min-width: 1200px){.search-item .search-user-container .desktop-posts-info{display:flex}}.search-item .search-user-container .desktop-posts-info .projects-row,.search-item .search-user-container .desktop-posts-info .questions-row{display:flex;align-items:center;gap:15px}.search-item .search-user-container .desktop-posts-info .projects-row .project-icon,.search-item .search-user-container .desktop-posts-info .projects-row .question-icon,.search-item .search-user-container .desktop-posts-info .questions-row .project-icon,.search-item .search-user-container .desktop-posts-info .questions-row .question-icon{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:5px;padding-top:3px}.search-item .search-user-container .desktop-posts-info .projects-row .project-icon,.search-item .search-user-container .desktop-posts-info .questions-row .project-icon{background-color:#7678ed1a}.search-item .search-user-container .desktop-posts-info .projects-row .project-icon svg path,.search-item .search-user-container .desktop-posts-info .questions-row .project-icon svg path{stroke:#7678ed}.search-item .search-user-container .desktop-posts-info .projects-row .question-icon,.search-item .search-user-container .desktop-posts-info .questions-row .question-icon{background-color:#14dfb31a}.search-item .search-user-container .desktop-posts-info .projects-row .question-icon svg path,.search-item .search-user-container .desktop-posts-info .questions-row .question-icon svg path{stroke:#14dfb3}.search-item .search-user-container .desktop-posts-info .projects-row{color:#3d348b}.search-item .search-user-container .desktop-posts-info .questions-row{color:#127862}.search-item .search-actions{display:flex;gap:15px;cursor:pointer}@media (min-width: 1200px){.search-item .search-actions{flex-direction:column;gap:10px}}.no-result{display:flex;justify-content:center;align-items:center;padding:32px;margin:16px;text-align:center}.no-result p{color:#666;text-align:center}.blocked-user-screen{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:var(--background-color);padding:2rem}.blocked-user-screen .blocked-user-content{text-align:center;max-width:600px;padding:2rem;background-color:var(--white);border-radius:8px;box-shadow:0 2px 4px #0000001a}.blocked-user-screen .blocked-user-content h1{color:var(--primary-color);margin-bottom:1rem;font-size:2rem}.blocked-user-screen .blocked-user-content p{color:var(--text-color);font-size:1.2rem;line-height:1.5}.main-layout{overflow-x:hidden;min-height:100vh;padding-bottom:76px}.main-layout .layout-container{display:flex;width:100%}@media (min-width: 1200px){.main-layout .layout-container{padding:24px 48px;margin-top:67px;margin-left:250px;width:calc(100% - 250px)}}.main-layout .layout-container.unauthenticated{margin-left:0;margin-top:0;width:100%}@media (min-width: 1200px){.main-layout .layout-container.unauthenticated{padding:24px 48px;margin-top:67px;margin-left:250px;width:calc(100% - 250px);min-height:calc(100vh - 67px)}}.main-layout .layout-container .main-content{position:relative;flex:1;min-width:0;max-width:none;background-color:#f5f5f5}.main-layout .layout-container .suggestions-sidebar{display:none}@media (min-width: 1200px){.main-layout .layout-container .suggestions-sidebar{display:block;width:300px;flex-shrink:0;position:sticky;top:24px;margin-left:24px}}@media (min-width: 1500px){.main-layout .layout-container .suggestions-sidebar{width:350px}}.mobile-auth-buttons{display:flex;flex-direction:column;gap:1rem;padding:1rem;background-color:#fff}.mobile-auth-buttons .connexion-button{width:100%;padding:.75rem;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.mobile-auth-buttons .connexion-button.login-button{background:linear-gradient(to right,#4bc0c9,#ff4800);color:#fff}@media (max-width: 1024px){.mobile-auth-buttons .connexion-button.login-button{width:250px;margin:0 auto}}.mobile-auth-buttons .connexion-button.signup-button{background:linear-gradient(to right,#4bc0c9,#ff4800);color:#fff}.mobile-auth-buttons .connexion-button.signup-button:hover{background-color:#f5f5f5}.mobile-auth-buttons .connexion-link{background-image:linear-gradient(to right,#4bc0c9,#ff4800);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;cursor:pointer;font-size:14px;font-weight:600;margin-top:30px}@media (max-width: 1024px){.mobile-auth-buttons .connexion-link{margin-top:15px;margin-bottom:15px}}.desktop-header{display:none}@media (min-width: 1200px){.desktop-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px 16px 28px;background:#fff;border-bottom:1px solid #e5e5e5;position:fixed;top:0;left:0;right:0;z-index:50}.desktop-header .header-content{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1200px;gap:24px}.desktop-header .header-content .logo-container{display:flex;align-items:center;flex-shrink:0;gap:10px;width:203px;height:45px}.desktop-header .header-content .logo-container h1{white-space:nowrap;font-weight:500}.desktop-header .header-content .logo-container h1 .app-title-bold{font-weight:700}.desktop-header .header-content .logo-container img{width:100%;height:100%;object-fit:contain}.desktop-header .header-content .search-input-row{flex:1;max-width:750px;min-width:750px}.desktop-header .header-content .search-input-row .search-container{position:relative;width:100%;margin:0 auto}}@media (min-width: 1200px) and (min-width: 1500px){.desktop-header .header-content .search-input-row .search-container{margin:0 24px}}@media (min-width: 1200px){.desktop-header .header-content .search-input-row .search-container input{width:100%;padding:12px 16px;border-radius:58px;border:1px solid #e5e5e5;background:#f5f5f5;font-size:14px}.desktop-header .header-content .search-input-row .search-container input::placeholder{color:#757575}.desktop-header .header-content .search-input-row .search-container img{position:absolute;right:1px;top:50%;transform:translateY(-50%);width:20px;height:20px}}.desktop-search-overlay{display:none}@media (min-width: 1200px){.desktop-search-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000054;z-index:49;justify-content:center}.desktop-search-overlay.show{display:flex}.desktop-search-overlay .desktop-search-container{background-color:#fff;padding-top:83px;width:100%;max-width:736px;height:fit-content;border-radius:10px;z-index:5000000000000000000}.desktop-search-overlay .see-more-container{display:flex;justify-content:center;align-items:center;padding:15px 0}.desktop-search-overlay .see-more-container button{background-color:transparent;color:#fe4802;text-decoration:underline;font-weight:600;font-size:17px}}.desktop-navigation{display:none}@media (min-width: 1200px){.desktop-navigation{display:block;position:fixed;left:0;top:57px;bottom:0;width:280px;height:calc(100vh - 100px);background:#fff;border-right:1px solid #e5e5e5;margin-top:33px;border-radius:8px;overflow-y:auto;-webkit-overflow-scrolling:touch}}@media (min-width: 1200px) and (min-height: 1500px){.desktop-navigation{height:max-content}}@media (min-width: 1200px){.desktop-navigation .nav-content{display:flex;flex-direction:column;min-height:100%}.desktop-navigation .nav-tabs{display:flex;flex-direction:column}.desktop-navigation .nav-tab{display:flex;align-items:center;width:100%;padding:21px 20px;gap:12px;border:none;background:none;cursor:pointer;color:#000;font-size:15px;text-align:left;border-radius:inherit;border-bottom:1px solid #e5e5e5}.desktop-navigation .nav-tab:first-child{border-top:none}.desktop-navigation .nav-tab:last-child{border-bottom:none}.desktop-navigation .nav-tab>div>div{display:flex}.desktop-navigation .nav-tab svg{width:24px;height:24px;flex-shrink:0;min-width:24px}.desktop-navigation .nav-tab svg path{transition:stroke .2s ease,fill .2s ease}.desktop-navigation .nav-tab .nav-tab-label{flex:1;display:flex;align-items:center;gap:10px}.desktop-navigation .nav-tab:hover{background-color:#f5f5f5}.desktop-navigation .nav-tab.active{color:#000;font-weight:700;background-color:#f2f2f7}.desktop-navigation .nav-tab.disabled{opacity:.5;cursor:pointer}.desktop-navigation .nav-tab.disabled:hover{background-color:transparent}.desktop-navigation .nav-tab.disabled svg{opacity:.5}.desktop-navigation .nav-tab .badge{background-color:#fe4802;color:#fff;border-radius:50%;font-size:12px;font-weight:500;display:flex;align-items:center;justify-content:center;padding:5px;min-width:15px;min-height:15px}.desktop-navigation .nav-bottom{border-top:1px solid #e5e5e5}}.tabs{position:fixed;bottom:0;width:100%;max-width:100%;padding:0 16px;background-color:#fff;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #f3f0ef;z-index:2}@media (min-width: 1200px){.tabs{display:none}}.tabs .tab{flex:1;display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center;padding:10px 0;cursor:pointer}.tabs .tab .tab-label{color:inherit;font-size:10px;line-height:12.19px}.layout-icon{position:relative;width:27px;height:27px;cursor:pointer}.layout-icon .layout-notification-icon:hover path{stroke:#fe4802}.layout-icon .layout-notification-badge{position:absolute;display:flex;align-items:center;justify-content:center;top:-2px;right:-6px;background-color:#000;color:#fff;width:18px;height:18px;border-radius:50px;font-size:11px}.layout-icon .layout-notification-badge.has-unread{background-color:#fe4802}body.modal-open .desktop-header,body.modal-open .header{z-index:0!important}.nav-tooltip{position:absolute;left:100%;top:50%;transform:translateY(-50%);background:#fff;border:1px solid #fe4802;color:#fe4802;padding:6px 12px;border-radius:4px;white-space:nowrap;font-size:13px;z-index:100;margin-left:8px}.tab-tooltip-mobile{position:fixed;left:50%;bottom:70px;transform:translate(-50%);background:#fff;color:#fe4802;border:1px solid #fe4802;padding:8px 16px;max-width:90vw;border-radius:4px;white-space:normal;font-size:14px;z-index:1000;box-shadow:0 2px 8px #00000026;pointer-events:none;text-align:center;word-break:break-word}.rating-modal{padding:84px}@media (min-width: 1024px){.rating-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);max-width:600px;width:100%;background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a}}.rating-modal h2{text-align:center;margin-bottom:24px;font-size:20px;font-weight:600;padding-bottom:24px}.rating-modal .divider{width:230px;height:1px;background-color:#e5e5e5;margin:0 auto 24px}.rating-modal .rating-content{display:flex;flex-direction:column;gap:16px}.rating-modal .rating-content p{text-align:center;color:#666;font-size:14px;line-height:1.5}.rating-modal .stars-container{display:flex;justify-content:center;gap:8px;margin:5px 0}.rating-modal .star-button{background:none;border:none;padding:8px;cursor:pointer}.rating-modal .star-button img{width:32px;height:32px}.rating-modal .submit-button{width:100%;padding:16px;border-radius:50px;border:none;background-color:#ccc;color:#fff;font-weight:600;cursor:not-allowed}.rating-modal .submit-button.active{background-color:#ff5722;cursor:pointer}.home{display:flex;flex-direction:column}.home .scroll-top-arrow{position:fixed;top:20px;right:0;left:0;margin:auto;z-index:-1;opacity:0;transition:all .2s ease-in-out;cursor:pointer;transform:rotate(90deg);background:#00000080;border-radius:100%;width:fit-content;height:fit-content;padding:7.5px}@media (min-width: 1200px){.home .scroll-top-arrow{top:100px}}.home .scroll-top-arrow>div{width:25px;height:25px}.home .scroll-top-arrow.show{z-index:1000;opacity:1}.home .header{position:sticky;top:0;z-index:10;display:flex;flex-direction:column;transition:transform .3s ease;border-bottom:1px solid #e0e0e0;margin-bottom:10px;overflow:hidden}@media (min-width: 1200px){.home .header{border-bottom:none;gap:10px}}.home .header.hidden{transform:translateY(-100%)}.home .header.visible{transform:translateY(0)}.home .header.shift-up{transform:translateY(-50px)}.home .header .logo-row{display:flex;justify-content:space-between;background-color:#fff;padding:20px 20px 10px}@media (min-width: 1200px){.home .header .logo-row{display:none}}.home .header .logo-row .logo{display:flex;align-items:center;gap:10px}.home .header .logo-row .logo img{width:27px;height:27px}.home .header .post-row{display:none;padding:20px;background-color:#fff;border-radius:10px}@media (min-width: 1200px){.home .header .post-row{display:flex;gap:20px}}.home .header .post-row .user-avatar{width:68px;height:68px;object-fit:cover;border-radius:100%}.home .header .post-row .post-buttons{display:flex;align-items:center;justify-content:center;flex:1;gap:20px}.home .header .post-row .post-buttons button{display:flex;flex:1;gap:5%;height:50px;padding:0 10px;border-radius:60px;font-family:Montserrat;font-weight:500;font-size:15px;white-space:nowrap}.home .header .post-row .post-buttons button .post-icon svg{width:30px;height:30px}.home .header .post-row .post-buttons button.disabled{opacity:.6}.home .header .post-row .post-buttons .question-button{background-color:#ff48001a;color:#000}.home .header .post-row .post-buttons .question-button:hover:not(.disabled){background-color:#ff480033}.home .header .post-row .post-buttons .question-button:active:not(.disabled){background-color:#ff48004d}.home .header .post-row .post-buttons .question-button svg path{stroke:#ff8050}.home .header .post-row .post-buttons .project-button{background-color:#4bc0c91a;color:#000}.home .header .post-row .post-buttons .project-button:hover:not(.disabled){background-color:#4bc0c933}.home .header .post-row .post-buttons .project-button:active:not(.disabled){background-color:#4bc0c94d}.home .header .post-row .post-buttons .project-button svg path{stroke:#4bc0c9}.home .header .search-input-row{display:flex;align-items:center;background-color:#fff;padding:10px 20px;gap:10px}@media (min-width: 1200px){.home .header .search-input-row{margin:0 auto;display:none}}.home .header .search-input-row .search-input{flex:1;display:flex;align-items:center;background-color:#f5f5f3;padding:0 11px;height:35px;border-radius:18px;gap:10px;overflow:hidden}.home .header .search-input-row .search-input .search-icon{width:20px;height:20px}.home .header .search-input-row .search-input input{flex:1;font-size:15px;min-width:0}.home .header .search-input-row .search-input .action-icon{width:20px;height:20px}.home .header .search-input-row .action-icon{cursor:pointer}.home .header .post-pills{display:flex;overflow-x:auto;background-color:#fff;padding:10px 20px;gap:10px}@media (max-width: 1200px){.home .header .post-pills button{flex:1;white-space:nowrap;justify-content:center}}@media (min-width: 1200px){.home .header .post-pills{border-radius:10px}}.home .header .post-pills button{padding:6px 16px;background-color:#fff;border:1px solid #ebebf0;border-radius:28px;color:#000;cursor:pointer;transition:background-color .3s ease}.home .header .post-pills button:hover{background-color:#f5f5f3}.home .header .post-pills button.selected[data-type=all]{background-color:#e5e5e5;border-color:#e5e5e5}.home .header .post-pills button.selected[data-type=project]{background-color:#4bc0c9;border-color:#4bc0c9;color:#fff}.home .header .post-pills button.selected[data-type=question]{background-color:#ff8050;border-color:#ff8050;color:#fff}.home .header .post-pills button p{font-family:Montserrat;font-weight:600;font-size:13px;text-transform:capitalize}.home .header .search-tooltip{display:flex;align-items:center;gap:10px;padding:15px 20px;background-color:#fff}.home .header .search-tooltip .search-icon{width:20px;height:20px}.home .header .search-tooltip p{font-size:15px;color:#3c3c4399}.home .home-content{position:relative;transition:transform .3s ease;flex:1}.home .home-content.shift-up{transform:translateY(-50px)}.home .home-content .post-list{display:flex;flex-direction:column;gap:10px}.publish-progress-container{padding:12px 16px;background:#fff;border-bottom:1px solid #e0e0e0}.publish-progress-container .publish-progress{display:flex;justify-content:space-between;margin-bottom:8px;color:#3c3c4399;font-size:15px}.publish-progress-container .progress-bar{width:100%;height:4px;background-color:#e5e5ea;border-radius:2px;overflow:hidden}.publish-progress-container .progress-bar .progress-fill{height:100%;transition:width .3s ease;border-radius:2px}.publish-progress-container .progress-bar .progress-fill.project{background-color:#4bc0c9}.publish-progress-container .progress-bar .progress-fill.question{background-color:#ff8050}.publish-progress-container .progress-bar .progress-fill.error{background-color:#ff3b30}.publish-progress-container .publishing-progress .error{color:#ff3b30}body.modal-open .header{z-index:0!important}.post-dropdown{position:absolute;top:40px;right:0;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;z-index:10;overflow:hidden;min-width:120px}.post-dropdown .dropdown-item{width:100%;padding:12px 16px;border:none;background:transparent;cursor:pointer;text-align:left;transition:background-color .2s ease;border-radius:none;white-space:nowrap}.post-dropdown .dropdown-item:first-child{border-radius:8px 8px 0 0}.post-dropdown .dropdown-item:last-child{border-radius:0 0 8px 8px}.post-dropdown .dropdown-item .dropdown-icon{margin-right:8px}.post-dropdown .dropdown-item .dropdown-icon.edit-icon{margin-left:-7px}.post-dropdown .dropdown-item:hover{background-color:#f5f5f5}.post-dropdown .dropdown-item.delete{color:#dc3545}.post-dropdown .dropdown-item span{font-size:14px;font-weight:500;color:#000}.comment-dropdown{top:30px!important}.required-field-warning{display:flex;align-items:center;gap:4px;margin-top:4px;margin-bottom:8px}.required-field-warning img{width:16px;height:16px}.required-field-warning span{color:#ff4d4f;font-size:12px;font-weight:400}.post{display:flex;flex-direction:column;gap:10px;border-left:5px solid;width:100%;padding:12px;background-color:#fff}@media (min-width: 1200px){.post{scroll-margin-top:85px}}.post.project{border-left-color:#4bc0c9}.post.project .post-header .post-type{background-color:#4bc0c9}.post.question{border-left-color:#ff8050}.post.question .post-header .post-type{background-color:#ff8050}.post .report-success{display:flex;flex-direction:column;gap:10px;background:#fff;font-size:16px}.post .report-success h3{margin:0 0 4px;font-weight:600;font-size:16px}.post .report-success p{font-weight:500}.post .post-action{width:20px;height:20px;cursor:pointer}.post .time-posted{font-size:15px;color:#767676;text-align:end}.post .post-header{display:flex;justify-content:space-between}.post .post-header .post-type{display:flex;align-items:center;padding:5px 10px;border-radius:28px;width:fit-content}.post .post-header .post-type span{font-weight:600;font-size:10px;color:#fff;text-transform:uppercase}.post .post-header .post-actions{display:flex;gap:15px}.post .post-author-row{display:flex;justify-content:space-between;align-items:flex-end}.post .post-author-row .post-author{display:flex;gap:15px}.post .post-author-row .post-author .author-avatar{width:44px;height:44px;border-radius:100%;object-fit:cover;cursor:pointer;aspect-ratio:1/1}.post .post-author-row .post-author .post-author-info{display:flex;flex-direction:column;gap:3px}.post .post-author-row .post-author .post-author-info h3{font-weight:600;font-size:16px;margin:0;cursor:pointer}.post .post-author-row .post-author .post-author-info h3:hover{color:#fe4802}.post .post-author-row .post-author .post-author-info h3.disabled{color:#000!important}.post .post-author-row .post-author .post-author-info h3.disabled:hover{color:#000}.post .post-author-row .post-author .post-author-info p{font-size:15px;margin:0}.post .post-author-row .post-author .post-author-info .author-title,.post .post-author-row .post-author .post-author-info .author-position{font-size:15px;color:#767676}.post .post-content{display:flex;flex-direction:column;gap:10px}.post .post-content .project-title{font-size:1.2rem;font-weight:600;margin-bottom:3px;word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap}.post .post-content .project-info-pills{display:flex;gap:12px;margin-bottom:16px;flex-wrap:wrap}.post .post-content .project-info-pills .info-pill{padding:6px 12px;border-radius:20px;border:1px solid #e5e5ea;background-color:#fff}.post .post-content .project-info-pills .info-pill span{font-size:.875rem;white-space:nowrap;color:#0099a5}.post .post-content .post-image{width:100%;max-height:400px;object-fit:cover;border-radius:10px}.post .post-content .post-message{white-space:pre-line;word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap}.post .post-content .post-message a{font-size:15px}.post .post-content .see-more-or-less-button{width:fit-content;background-color:transparent;color:#fe4802;font-size:16px;font-weight:600;padding:0}.post .post-interactions-row{display:flex;align-items:center;justify-content:space-between}.post .post-interactions-row .post-interactions{display:flex;gap:20px}.post .post-interactions-row .post-interactions .post-interaction{display:flex;align-items:center;gap:7px}.post .post-interactions-row .post-interactions .post-interaction span{font-weight:600;font-size:14px}.post .post-interactions-row .post-button{gap:7px;height:34px;padding:7px 13px 7px 10px;background-color:#4bc0c9}.post .post-interactions-row .post-button.disabled{background-color:#e5e5ea}.post .post-interactions-row .post-button.disabled p{color:#8e8e8e}.post .post-interactions-row .post-button p{font-weight:600;font-size:11px;color:#fff}.post .post-interactions-row .post-button .interest{font-size:14px;white-space:nowrap}.post .post-interactions-row .interested{background-color:#7678ed1a}.post .post-interactions-row .interested p{font-weight:600;font-size:11px;color:#0099a5}.post .post-interactions-row .interested svg path{stroke:#0099a5}.post .post-interactions-row .numberOfInterest{background-color:transparent!important}.post .post-interactions-row .numberOfInterest p{font-weight:600;font-size:11px;color:#4bc0c9}.post .post-interactions-row .numberOfInterest svg path{stroke:#4bc0c9!important}.post .clicked{cursor:initial}.post .post-comments{display:flex;flex-direction:column;gap:15px;overflow:visible}.post .post-comments .comment{position:relative;background-color:#f5f5f3;border-radius:10px;display:flex;justify-content:space-between;padding:10px 15px;gap:10px}.post .post-comments .comment .comment-avatar{width:30px;height:30px;border-radius:100%;object-fit:cover;cursor:pointer}.post .post-comments .comment .comment-info{flex:1;display:flex;flex-direction:column;gap:7px}.post .post-comments .comment .comment-info .comment-header{display:flex;justify-content:space-between}.post .post-comments .comment .comment-info .comment-header .comment-author{display:flex;flex-direction:column;gap:3px}.post .post-comments .comment .comment-info .comment-header .comment-author .comment-author-name{font-weight:600;font-size:16px;margin:0;cursor:pointer}.post .post-comments .comment .comment-info .comment-header .comment-author .comment-author-name:hover{color:#fe4802}.post .post-comments .comment .comment-info .comment-header .comment-author .post-author-subtitle{font-size:14px;color:#767676;margin:0;line-height:1.2;font-style:italic}.post .post-comments .comment .comment-info .comment-header .comment-author .author-position{font-size:15px;color:#767676;margin:0}.post .post-comments .comment .comment-info .comment-header .time-posted{font-weight:400;font-size:15px;white-space:nowrap;line-height:13.41px;color:gray}.post .post-comments .comment .comment-info .comment-content{font-size:16px;font-weight:400;line-height:17.41px;color:gray;white-space:pre-line;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-break:break-word}@media (min-width: 1200px){.post .post-comments .comment .comment-info .comment-content{font-size:16px}}.post .post-comments .comment .comment-info .comment-content a,.post .post-comments .comment .comment-info .comment-content .mention-link{font-size:15px;cursor:pointer}.post .post-comments .comment .comment-info .comment-content .mention,.post .post-comments .comment .comment-info .comment-content .mention-span{font-weight:700;color:#fe4802;font-size:16px;cursor:pointer}.post .post-comments .comment .comment-info .comment-content .mention:hover,.post .post-comments .comment .comment-info .comment-content .mention-span:hover{text-decoration:underline}.post .post-comments .comment-action{display:flex;justify-content:end;margin-left:auto}.post .post-comments .comment-action svg{cursor:pointer}.post .post-comments .see-all-comments-button{display:flex;align-items:center;gap:10px;width:fit-content;height:100%;background-color:transparent;color:#000;font-size:16px;font-weight:600}.post .post-comments .see-all-comments-button svg{display:block;align-self:center;transform:rotate(180deg)}.post .post-comments .see-all-comments-button.disabled{color:#8e8e8e}.post .post-comments .comment-input-container{display:flex;align-items:center;gap:10px;padding:10px 15px 0;border:1px solid #dbdbdb;border-radius:10px;position:relative;overflow:visible;min-height:44px}.post .post-comments .comment-input-container.commenting{background-color:#f5f5f3;border:1px solid #f5f5f3;flex-direction:column}.post .post-comments .comment-input-container .comment-call-to-action{display:flex;align-items:center;gap:10px;margin-bottom:16px}.post .post-comments .comment-input-container .comment-call-to-action svg{margin-top:4px}.post .post-comments .comment-input-container .comment-call-to-action p{margin-top:4px}.post .post-comments .comment-input-container textarea{width:100%;font-size:16px;line-height:15.85px;resize:none;border:none;outline:none;background-color:transparent;max-height:100px;margin-top:4px}.post .post-comments .comment-input-container .comment-button{gap:10px;height:35px;padding:9.5px 15px;align-self:flex-end;margin-bottom:12px}.post .post-comments .comment-input-container .comment-button.disabled{background-color:#e5e5ea}.post .post-comments .comment-input-container .comment-button.disabled p{color:#8e8e8e}.post .post-comments .comment-input-container .comment-button p{font-weight:600;font-size:13px!important;color:#fff}.post .post-comments .comment-input-container.disabled{display:none}.post .post-comments .edit-comment-section{display:flex;flex-direction:column;gap:10px}.post .post-comments .edit-comment-section div{display:flex;justify-content:end;align-items:center;gap:5px}.post .post-comments .edit-comment-section div button:first-child{gap:10px;height:35px;padding:9.5px 15px;align-self:flex-end;background-color:"#8e8e8e"}.post .post-comments .edit-comment-section div button:first-child p{font-weight:600;font-size:13px;color:#fff}.post .post-comments .edit-comment-section div button:last-child{gap:10px;height:35px;padding:9.5px 15px;align-self:flex-end}.post .post-comments .edit-comment-section div button:last-child.disabled{background-color:#e5e5ea}.post .post-comments .edit-comment-section div button:last-child.disabled p{color:#8e8e8e}.post .post-comments .edit-comment-section div button:last-child p{font-weight:600;font-size:13px;color:#fff}.interests-screen{display:flex;flex-direction:column;position:fixed;z-index:1000;top:0;left:0;width:100vw;height:100vh;background:#f5f5f5;overflow:hidden;overscroll-behavior:none;animation:slideIn .3s ease-out forwards}.interests-screen.exit{animation:slideOut .3s ease-out forwards}@media (min-width: 1200px){.interests-screen.exit{animation:none}}@media (min-width: 1200px){.interests-screen{max-width:691px;max-height:667px;border-radius:30px;top:0;right:0;bottom:0;margin:auto;background:#fff;padding:16px;position:fixed;z-index:999;animation:none}}.interests-screen .interests-header{background:#fff;display:flex;align-items:center;padding:16px;border-bottom:1px solid #e0e0e0;box-shadow:0 1px 3px #0000000d;position:relative}@media (min-width: 1200px){.interests-screen .interests-header{padding-top:0}}.interests-screen .interests-header .back-button{background:none;border:none;padding:8px;cursor:pointer;position:absolute;z-index:1;left:16px}.interests-screen .interests-header .back-button .icon-desktop{display:none}.interests-screen .interests-header .back-button .icon-mobile{display:block}@media (min-width: 1200px){.interests-screen .interests-header .back-button{left:auto;right:16px}.interests-screen .interests-header .back-button .icon-desktop{display:block}.interests-screen .interests-header .back-button .icon-mobile{display:none}}.interests-screen .interests-header h1{margin:0;font-size:15px;font-weight:600;flex:1;text-align:center}@media (min-width: 1200px){.interests-screen .interests-header h1{text-align:start;font-size:20px}}@media (min-width: 1200px){.interests-screen .interests-header{box-shadow:none}}.interests-screen .relations-list{flex:1;display:flex;flex-direction:column;gap:10px;padding:10px 0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.interests-screen .relations-list .no-interests{display:flex;justify-content:center;align-items:center;padding:32px;background-color:#fff;border-radius:8px;margin:16px}.interests-screen .relations-list .no-interests p{color:#666;text-align:center}.interests-overlay{position:fixed;background-color:transparent;top:0;right:0;bottom:0;left:0;z-index:9999}@media (min-width: 1200px){.interests-overlay{background-color:#00000080}}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideOut{0%{transform:translate(0)}to{transform:translate(100%)}}.single-post-drawer{display:flex;flex-direction:column;position:fixed;z-index:1000;top:0;left:0;width:100vw;height:100vh;background:#f5f5f5;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;gap:5px}.single-post-drawer .drawer-container-wraper{animation:fadeSlideIn .3s ease-out forwards;padding-bottom:14px}.single-post-drawer.exit{animation:fadeSlideOut .3s ease-out forwards}.single-post-drawer .header{background:#fff;display:flex;align-items:center;padding:16px;border-bottom:1px solid #e0e0e0;box-shadow:0 1px 3px #0000000d;position:relative;min-height:60px}.single-post-drawer .header .back-button{background:none;border:none;padding:8px;cursor:pointer;position:absolute;left:16px;z-index:1}.single-post-drawer .post-not-found{display:flex;justify-content:center;align-items:center;padding:32px;background-color:#fff;border-radius:8px;margin:16px}.single-post-drawer .post-not-found p{color:#666;text-align:center}@keyframes fadeSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fadeSlideOut{0%{transform:translate(0)}to{transform:translate(100%)}}@media (min-width: 1200px){.reasons-section h2{font-size:17px!important}}.report-selector-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:1000;display:flex;flex-direction:column}@media (min-width: 1200px){.report-selector-modal{top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;max-height:90vh;border-radius:12px;overflow:hidden}}.report-selector-modal .report-modal-header{padding:16px;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;position:relative}@media (min-width: 1200px){.report-selector-modal .report-modal-header{display:none}}.report-selector-modal .report-modal-header .report-close-button{position:absolute;left:auto!important;right:16px;background:none;border:none;padding:8px;cursor:pointer}.report-selector-modal .report-modal-header .report-close-button img{width:24px;height:24px}.report-selector-modal .report-modal-header h2{flex:1;text-align:center;margin:0;font-size:15px;font-weight:600}.report-selector-modal .report-modal-header.report-desktop-header{display:none}@media (min-width: 1200px){.report-selector-modal .report-modal-header.report-desktop-header{display:flex;padding:24px;border-bottom:1px solid #e0e0e0}.report-selector-modal .report-modal-header.report-desktop-header .header-content{flex:1;display:flex;flex-direction:column;align-items:flex-start}.report-selector-modal .report-modal-header.report-desktop-header .header-content h1{font-size:20px;font-weight:600;margin:0 0 4px;color:#000}.report-selector-modal .report-modal-header.report-desktop-header .report-close-button{background:none;border:none;padding:0;margin-left:16px;cursor:pointer;display:flex;align-items:center;justify-content:center}.report-selector-modal .report-modal-header.report-desktop-header .report-close-button img{width:20px;height:20px}}.report-selector-modal .selected-tags{padding:16px;border-bottom:1px solid #e0e0e0}.report-selector-modal .selected-tags .title-section{display:flex;flex-direction:column}.report-selector-modal .selected-tags .title-section .helper-text{font-size:12px;color:#757575;margin-bottom:12px}@media (min-width: 1200px){.report-selector-modal .selected-tags .title-section .helper-text{font-size:15px}}.report-selector-modal .selected-tags h3{margin:0 0 12px;font-size:13px;font-weight:600}@media (min-width: 1200px){.report-selector-modal .selected-tags h3{font-size:17px!important}}.report-selector-modal .selected-tags h2{margin:0 0 12px;font-size:13px;font-weight:600}@media (min-width: 1200px){.report-selector-modal .selected-tags h2{font-size:15px!important}}.report-selector-modal .selected-tags .tags{display:flex;flex-wrap:wrap;gap:8px}.report-selector-modal .selected-tags .tags .tag{display:flex;gap:10px;align-items:center;padding:12px 14px;background:#fff;border-radius:100px;color:#000;font-weight:600;cursor:pointer;height:100%;font-size:13px}.report-selector-modal .selected-tags .tags .tag.tag-unselected{border:1px solid #cfcfcf;color:#7b7b7b;background:#fff}.report-selector-modal .selected-tags .tags .tag.tag-unselected button{background:none;border:none;color:#7b7b7b;cursor:pointer;padding:0 0 0 8px;font-size:16px}.report-selector-modal .selected-tags .tags .tag.tag-unselected.disabled{cursor:not-allowed}.report-selector-modal .selected-tags .tags .tag.tag-selected{border:1px solid #fe4802;color:#000}.report-selector-modal .selected-tags .tags .tag.tag-selected button{background:none;border:none;color:#000;cursor:pointer;padding:0 0 0 8px;font-size:11px}@media (min-width: 1200px){.report-selector-modal .selected-tags .tags .tag.tag-selected button{font-size:13px}}.report-selector-modal .selected-tags .tags .tag .tag-icon{top:50%;width:15px;height:15px;display:block;pointer-events:none}.report-selector-modal .selected-tags .tags .tag .tag-icon svg{width:100%;height:100%;display:block}@media (min-width: 1200px){.report-selector-modal .selected-tags .tags .tag{font-size:13px}}.report-selector-modal .submit-report-button-container{position:sticky;bottom:0;left:0;right:0;padding:16px;margin-top:auto;background:#fff;border-top:1px solid #e0e0e0;display:flex;justify-content:center}.report-selector-modal .submit-report-button-container .submit-report-button{width:100%;padding:16px;background:#fe4802;color:#fff;border:none;border-radius:50px;font-weight:700;font-size:13px;cursor:pointer}@media (min-width: 1200px){.report-selector-modal .submit-report-button-container .submit-report-button{font-size:15px;max-width:none}}.report-selector-modal .selected-count{font-size:11px;color:#fe4802;font-weight:600!important}@media (min-width: 1200px){.report-selector-modal .selected-count{font-size:13px!important}}@media (min-width: 1200px){.report-selector-modal h1{font-size:20px!important}}.report-selector-modal .loading-screen{min-height:100%}.report-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:999}@media (min-width: 1024px){.section-content{max-width:680px;margin:0 auto;padding:0 24px}}.mention-suggestions{position:absolute;z-index:9999;transition:opacity .2s ease-in-out;pointer-events:none;opacity:0;top:100%;left:0;margin-top:4px;width:250px}.mention-suggestions[data-visible=true]{opacity:1;pointer-events:auto}.mention-suggestions .mention-suggestions-content{background:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 4px #0000001a;max-height:200px;overflow-y:auto;padding:8px;margin-top:66px}.mention-suggestions .suggestion-item{padding:8px;cursor:pointer;display:flex;align-items:center;background:#fff;border-radius:4px;margin-bottom:4px}.mention-suggestions .suggestion-item:hover{background-color:#f5f5f5}.mention-suggestions .suggestion-item .user-avatar{width:24px;height:24px;border-radius:50%;margin-right:8px}.mention-suggestions .suggestion-item .user-info{flex:1}.mention-suggestions .suggestion-item .user-info .user-name{font-weight:500}.mention-suggestions .suggestion-item .user-info .user-compatibility{font-size:.9em;color:#666}.mention-suggestions .loading-suggestions,.mention-suggestions .no-suggestions{padding:8px;color:#666;text-align:center}body.modal-open{overflow:hidden;height:100vh;position:fixed;width:100%}.welcome-text{font-size:32px;line-height:1.2;font-weight:500}.onboarding-logo-container{display:flex;align-items:center;gap:8px;margin-left:-10px}.onboarding-logo-container .logo-text{font-size:32px;line-height:1.2}.onboarding-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;display:flex;align-items:center;justify-content:center;overflow-y:auto;-webkit-overflow-scrolling:touch}.onboarding-modal-desktop{position:relative;width:600px;max-height:90vh;margin:auto;background:#fff;border-radius:16px;padding:32px;z-index:1000;display:flex;flex-direction:column;align-items:center;text-align:center;overflow-y:auto;-webkit-overflow-scrolling:touch}.onboarding-modal-desktop>h1{font-size:32px;margin-bottom:8px}.onboarding-modal-desktop .close-button{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.onboarding-modal-desktop .close-button svg{width:20px;height:20px}.onboarding-modal-desktop .close-button svg path{fill:#4a4a4a}.onboarding-modal-desktop .close-button:hover{opacity:.7}.onboarding-modal-desktop svg{width:64px;height:64px;margin-bottom:24px}.onboarding-modal-desktop .description p{font-size:16px;line-height:1.5;color:#4a4a4a}.onboarding-modal-desktop .divider{width:30%;height:1.5px;background:#e5e5e5;margin:24px 0}.onboarding-modal-desktop.profile .terms-section{width:100%;max-width:400px;margin:0 auto 32px;display:flex;flex-direction:column;align-items:center}.onboarding-modal-desktop.profile .terms-section .terms-item{display:flex;align-items:center;justify-content:flex-start;padding:8px;cursor:pointer;width:100%}.onboarding-modal-desktop.profile .terms-section .terms-item:last-child{margin-bottom:0}.onboarding-modal-desktop.profile .terms-section .terms-item .terms-text{display:flex;flex-direction:row;gap:4px}.onboarding-modal-desktop.profile .terms-section .terms-item .terms-text a,.onboarding-modal-desktop.profile .terms-section .terms-item .terms-text span{font-size:14px}.onboarding-modal-desktop.profile .terms-section .terms-item .checkbox{width:21px;height:19px;border:2px solid #FF4D00;border-radius:4px;margin-right:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}.onboarding-modal-desktop.profile .terms-section .terms-item .checkbox svg{width:24px;height:24px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.onboarding-modal-desktop.profile .terms-section .terms-item .checkbox svg path{fill:#ff4d00}.onboarding-modal-desktop.profile .terms-section .terms-item span{font-size:14px;color:#4a4a4a}.onboarding-modal-desktop.profile .terms-section .terms-item a{text-decoration:none;margin-left:4px;text-decoration:underline;color:#fe4802}.onboarding-modal-desktop.home .action-buttons{width:100%;max-width:400px;display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.onboarding-modal-desktop.home .action-buttons button{width:100%;padding:0 45px;height:50px;border-radius:50px;border:2px solid transparent;font-size:16px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:16px;transition:all .2s ease}.onboarding-modal-desktop.home .action-buttons button svg{width:24px;height:24px;flex-shrink:0;margin-top:25px}.onboarding-modal-desktop.home .action-buttons button span{flex:1;text-align:center}.onboarding-modal-desktop.home .action-buttons button.question-button{background-color:#ff80501a;color:#000;border:2px solid #FF8050}.onboarding-modal-desktop.home .action-buttons button.question-button:hover{background:#ffe1d6}.onboarding-modal-desktop.home .action-buttons button.project-button{background-color:#4bc0c91a;color:#000;border:2px solid #4BC0C9}.onboarding-modal-desktop.home .action-buttons button.project-button span{margin-left:-30px}.onboarding-modal-desktop.home .action-buttons button.project-button:hover{background:#d6ebff}.onboarding-modal-desktop.home .action-buttons button.explore-button{background:#fff;color:#000;border:2px solid #E5E5E5}.onboarding-modal-desktop.home .action-buttons button.explore-button span{margin-right:50px}.onboarding-modal-desktop.home .action-buttons button.explore-button:hover{opacity:.9}.onboarding-modal-desktop .accept-button{width:100%;padding:16px;border-radius:25px;border:none;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;background-color:#fe4802;color:#8e8e8e}.onboarding-modal-desktop .accept-button.active{background:linear-gradient(to right,#4bc0c9,#ff4800);color:#fff}.onboarding-modal-desktop .accept-button.active:hover{opacity:.9}.onboarding-modal-desktop .accept-button:disabled{cursor:not-allowed}.welcome-text{font-size:30px;line-height:1.2;font-weight:500}.onboarding-logo-container{display:flex;align-items:center;gap:8px}.onboarding-logo-container .logo{width:32px;height:32px}.onboarding-logo-container .logo svg{width:100%;height:100%}.onboarding-logo-container h1{margin:0;font-size:32px;line-height:1.2;font-weight:700}.onboarding-logo-container span{font-weight:200}.onboarding-modal{padding:24px;display:flex;flex-direction:column;align-items:center;text-align:center;background:#fff;border-radius:16px 16px 0 0;min-height:400px}.onboarding-modal .description p{font-size:16px;line-height:1.5;color:#4a4a4a}.onboarding-modal .divider{width:30%;height:1.5px;background:#e5e5e5;margin:24px 0}.onboarding-modal.profile .terms-section{width:100%;margin-bottom:32px}.onboarding-modal.profile .terms-section .terms-item{display:flex;align-items:center;padding:8px;cursor:pointer;width:390px}.onboarding-modal.profile .terms-section .terms-item:last-child{margin-bottom:0}.onboarding-modal.profile .terms-section .terms-item .terms-text{display:flex;flex-direction:row;gap:4px}.onboarding-modal.profile .terms-section .terms-item .terms-text a,.onboarding-modal.profile .terms-section .terms-item .terms-text span{flex-direction:row;font-size:12px}.onboarding-modal.profile .terms-section .terms-item .checkbox{width:21px;height:19px;border:2px solid #FF4D00;border-radius:4px;margin-right:12px;display:flex;align-items:center;justify-content:center}.onboarding-modal.profile .terms-section .terms-item .checkbox svg{width:24px;height:24px}.onboarding-modal.profile .terms-section .terms-item .checkbox svg path{fill:#ff4d00}.onboarding-modal.profile .terms-section .terms-item span{font-size:14px;color:#4a4a4a}.onboarding-modal.profile .terms-section .terms-item a{text-decoration:none;margin-left:4px;text-decoration:underline;color:#fe4802}.onboarding-modal.home .action-buttons{width:100%;display:flex;flex-direction:column;gap:16px}.onboarding-modal.home .action-buttons button{width:100%;padding:16px;border-radius:50px;border:2px solid transparent;font-size:16px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px;transition:all .2s ease;height:50px}.onboarding-modal.home .action-buttons button svg{width:23px;height:23px}.onboarding-modal.home .action-buttons button.question-button{background-color:#ff80501a;color:#000;border:2px solid #FF8050}.onboarding-modal.home .action-buttons button.question-button:hover{background:#ffe1d6}.onboarding-modal.home .action-buttons button.project-button{background-color:#4bc0c91a;color:#000;border:2px solid #4BC0C9}.onboarding-modal.home .action-buttons button.project-button:hover{background:#d6ebff}.onboarding-modal.home .action-buttons button.explore-button{background:#fff;color:#000;border:2px solid #E5E5E5}.onboarding-modal.home .action-buttons button.explore-button:hover{opacity:.9}.onboarding-modal .accept-button{width:100%;padding:16px;border-radius:25px;border:none;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;background-color:#fe4802;color:#8e8e8e}.onboarding-modal .accept-button.active{background:linear-gradient(to right,#4bc0c9,#ff4800);color:#fff}.onboarding-modal .accept-button.active:hover{opacity:.9}.onboarding-modal .accept-button:disabled{cursor:not-allowed}.projects-container{display:flex;flex-direction:column;gap:16px;background-color:#f5f5f5;min-height:100vh;width:100%}.projects-container .projects-tabs{background:#fff;margin:0;box-shadow:0 1px 3px #0000000d;display:flex;border-bottom:1px solid #e5e5e5;height:60px}@media (min-width: 1200px){.projects-container .projects-tabs{border-radius:8px 8px 0 0}}@media (min-width: 1500px){.projects-container .projects-tabs{justify-content:center}}.projects-container .projects-tabs .tab{flex:1;text-align:center;background:none;border:none;color:#757575;font-size:16px;font-weight:500;position:relative;cursor:pointer;transition:color .2s ease}@media (min-width: 1500px){.projects-container .projects-tabs .tab{padding:12px 24px}}.projects-container .projects-tabs .tab:hover,.projects-container .projects-tabs .tab.active{color:#000}.projects-container .projects-tabs .tab.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background-color:#000}.projects-container .projects-list{display:flex;flex-direction:column;gap:16px}.projects-container .no-projects{display:flex;justify-content:center;align-items:center;padding:32px;background-color:#fff;margin:16px;border-radius:8px}.projects-container .no-projects p{color:#757575;text-align:center}.projects-container .show-more-container{display:flex;justify-content:center;padding:16px 0}.projects-container .see-more-btn{padding:8px 24px;border:none;border-radius:50px;background-color:#fe4802;color:#fff;font-weight:500;cursor:pointer;transition:background .2s;width:150px}.projects-container .see-more-btn:hover{background-color:#cc3901}.notifications-container{display:flex;flex-direction:column}@media (min-width: 1200px){.notifications-container{gap:20px}}.notifications-container .notifications-header{position:relative;text-align:center;display:flex;align-items:center;justify-content:center;padding:20px 15px 15px;background-color:#fff;border-bottom:1px solid rgb(224,224,224)}@media (min-width: 1200px){.notifications-container .notifications-header{flex-direction:column;align-items:flex-start}}.notifications-container .notifications-header h1{font-family:Montserrat;font-weight:600;font-size:15px;margin:0}@media (min-width: 1200px){.notifications-container .notifications-header h1{font-size:20px}}.notifications-container .notifications-header h1.desktop-title{display:none}@media (min-width: 1200px){.notifications-container .notifications-header h1.desktop-title{display:block}}.notifications-container .notifications-header h1.mobile-title{display:block}@media (min-width: 1200px){.notifications-container .notifications-header h1.mobile-title{display:none}}.notifications-container .notifications-header .notifications-unread-count{display:none;font-family:Montserrat;font-weight:600;font-size:10px;color:#8e8e93}@media (min-width: 1200px){.notifications-container .notifications-header .notifications-unread-count{display:block}}.notifications-container .notifications-header .mobile-action{position:absolute;left:15px;width:25px;height:25px;cursor:pointer}@media (min-width: 1200px){.notifications-container .notifications-header .mobile-action{display:none}}.notifications-container .notifications-pills{display:flex;overflow-x:auto;background-color:#fff;padding:20px 30px;gap:10px}@media (max-width: 1200px){.notifications-container .notifications-pills{padding:15px}.notifications-container .notifications-pills button{flex:1;white-space:nowrap;justify-content:center}}@media (min-width: 1200px){.notifications-container .notifications-pills{border-radius:10px}}.notifications-container .notifications-pills button{padding:6px 16px;background-color:#fff;border:1px solid #ebebf0;border-radius:28px;color:#000;cursor:pointer;transition:background-color .3s ease}.notifications-container .notifications-pills button:hover{background-color:#f5f5f3}.notifications-container .notifications-pills button.selected{background-color:#e5e5e5;border-color:#e5e5e5}.notifications-container .notifications-pills button p{font-family:Montserrat;font-weight:600;font-size:13px;text-transform:capitalize}.notifications-container .notifications-lists-container{display:flex;flex-direction:column;gap:20px;background-color:#fff}@media (min-width: 1200px){.notifications-container .notifications-lists-container{padding-top:20px}}.notifications-container .notifications-lists-container .notifications-title{font-family:Montserrat;font-weight:600;font-size:15px;padding-left:15px}.notifications-container .notifications-lists-container .notifications-list{display:flex;flex-direction:column;padding-bottom:20px;border-bottom:1px solid rgb(245,245,243)}.notifications-container .notifications-lists-container .notifications-list .no-notifications{font-family:Montserrat;font-weight:600;font-size:13px;padding-left:15px;color:#767676}.notifications-container .notifications-lists-container .notifications-list .notification-item{display:flex;flex-direction:row;align-items:center;padding:10px 15px;gap:15px}.notifications-container .notifications-lists-container .notifications-list .notification-item:hover{background-color:#f5f5f3;cursor:pointer}.notifications-container .notifications-lists-container .notifications-list .notification-item img{width:35px;height:35px;border-radius:50%;object-fit:cover;object-position:center}.notifications-container .notifications-lists-container .notifications-list .notification-item .notification-content{display:flex;flex-direction:column;gap:5px;flex:1;min-width:0}.notifications-container .notifications-lists-container .notifications-list .notification-item .notification-content p:first-child{font-family:Montserrat;font-size:12px;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.notifications-container .notifications-lists-container .notifications-list .notification-item .notification-content p:last-child{font-family:Montserrat;font-size:11px;color:#767676;margin:0}.notifications-container .notifications-lists-container .notifications-list .notification-item .notification-unread-indicator{width:15px;height:15px;background-color:#fe4802;border-radius:50%;margin-left:auto}.profile-header{background:#fff;margin:0;box-shadow:0 1px 3px #0000000d}@media (min-width: 1200px){.profile-header{border-radius:8px 8px 0 0}}.profile-header .profile-tabs{display:flex;border-bottom:1px solid #e5e5e5;margin:0;height:60px}@media (min-width: 1500px){.profile-header .profile-tabs{margin:0 auto;justify-content:center}}.profile-header .profile-tabs .tab{flex:1;text-align:center;background:none;border:none;color:#757575;font-size:16px;font-weight:500;position:relative;cursor:pointer;transition:color .2s ease}@media (min-width: 1500px){.profile-header .profile-tabs .tab{padding:12px 24px}}.profile-header .profile-tabs .tab:hover,.profile-header .profile-tabs .tab.active{color:#000}.profile-header .profile-tabs .tab.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background-color:#000}.profile-info{margin:8px 0 0;padding:24px 16px 32px;background:#fff;box-shadow:0 1px 3px #0000000d;width:100%;box-sizing:border-box}@media (min-width: 1024px){.profile-info{padding:32px 24px}.profile-info .profile-info-content{max-width:680px;margin:0 auto;width:100%}}.profile-info .profile-name{font-size:17px;font-weight:600;margin-bottom:8px;color:#000}.profile-info .profile-professional-info{display:flex;flex-wrap:wrap;align-items:center;gap:5px;margin-bottom:10px;font-size:14px;color:#000}.profile-info .profile-professional-info .profile-info-item{font-weight:500;color:#8e8e93}.profile-info .profile-professional-info .separator{color:#8e8e93}@media (min-width: 1200px){.profile-info .profile-professional-info{flex-direction:row;line-height:1.4}}.profile-info .profile-title,.profile-info .profile-contact-info{margin-bottom:24px}.profile-info .profile-contact-info .info-item{display:flex;align-items:center;gap:12px;margin-bottom:12px;color:#fe4802;font-size:14px}.profile-info .profile-contact-info .info-item img{width:20px;height:20px}.profile-info .profile-contact-info .info-item:last-child{margin-bottom:0}.profile-info .profile-contact-info .info-item span{font-size:16px}.profile-info .profile-contact-info .private-info-disclaimer{font-size:12px;color:#fe4802}.profile-info .edit-profile-button{width:100%;padding:16px;background:#fe4802;color:#fff;border:none;border-radius:30px;font-weight:600;font-size:12px;cursor:pointer;transition:background-color .2s}.profile-info .edit-profile-button:hover{background-color:#e64001}@media (min-width: 1200px){.profile-info .edit-profile-button{width:fit-content;font-size:15px;font-weight:700;height:50px;padding:0 30px}}@media (min-width: 1200px){.profile-info span{font-size:15px}}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.section-header .section-title{font-size:15px;font-weight:600;color:#000;margin:0}.section-header .edit-button{background:none;border:none;padding:8px;cursor:pointer}.section-header .edit-button img{width:20px;height:20px}.profile-section{margin:8px 0 0;padding:24px 16px;background:#fff;box-shadow:0 1px 3px #0000000d;width:100%;box-sizing:border-box}@media (min-width: 1024px){.profile-section .section-content{max-width:680px;margin:0 auto;padding:0 24px}}.content-section{width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box}.content-section .add-skill-button-full{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border-radius:30px;border:1px solid #E0E0E0;background:#fff;color:#000;font-size:14px;cursor:pointer;margin-top:24px;margin-bottom:8px}.content-section .add-skill-button-full img{width:20px;height:20px}.content-section .add-skill-button-full span{font-weight:500}.content-section.about-content{width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box;padding:24px 16px}.content-section.about-content .about-content{font-size:13px;line-height:1.5;color:#000;margin:0;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;width:100%;max-width:100%;overflow-x:hidden}@media (min-width: 1200px){.content-section h2{font-size:17px!important}.content-section p{font-size:15px!important}}.edit-view{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:1000;display:flex;flex-direction:column}.edit-view .edit-view-header{display:flex;align-items:center;padding:16px;border-bottom:1px solid #E0E0E0;position:relative}@media (min-width: 1200px){.edit-view .edit-view-header{display:none}}.edit-view .edit-view-header .back-button{position:absolute;left:16px;background:none;border:none;padding:8px;cursor:pointer}.edit-view .edit-view-header .back-button img{width:24px;height:24px}.edit-view .edit-view-header .close-button{display:none;position:absolute;right:16px;background:none;border:none;padding:8px;cursor:pointer}.edit-view .edit-view-header .close-button img{width:20px;height:20px}.edit-view .edit-view-header h1{flex:1;font-size:15px;font-weight:600;text-align:center;margin:0}.edit-view .edit-view-content{flex:1;padding:16px 0;display:flex;flex-direction:column;background-color:#f5f5f3;overflow-y:hidden}.edit-view .edit-view-content::-webkit-scrollbar{width:4px}.edit-view .edit-view-content::-webkit-scrollbar-track{background:transparent}.edit-view .edit-view-content::-webkit-scrollbar-thumb{background:#bdbdbd;border-radius:4px}.edit-view .edit-view-content .edit-wrapper{background:#fff;padding:16px;display:flex;flex-direction:column;box-shadow:0 1px 3px #0000000d}.edit-view .edit-view-content .edit-wrapper .about-title{font-size:13px;font-weight:600;margin:12px 0}@media (min-width: 1200px){.edit-view .edit-view-content .edit-wrapper .about-title{display:none}}.edit-view .edit-view-content .edit-wrapper .section-title{font-size:15px;font-weight:600;color:#000;margin:0 0 8px}.edit-view .edit-view-content .edit-wrapper .helper-text{font-size:11px;color:#757575;margin-bottom:16px;line-height:1.4}@media (min-width: 1200px){.edit-view .edit-view-content .edit-wrapper .helper-text{display:none}}.edit-view .edit-view-content .edit-wrapper .helper-text a{color:#fe4802;text-decoration:none;font-weight:400}.edit-view .edit-view-content .edit-wrapper .edit-container{flex:0;display:flex;flex-direction:column;padding:16px;border-radius:12px;border:1px solid #E0E0E0;position:relative}@media (min-width: 1200px){.edit-view .edit-view-content .edit-wrapper .edit-container{min-height:265px}}.edit-view .edit-view-content .edit-wrapper .edit-container textarea{flex:1;width:100%;border:none;font-family:Montserrat;font-size:13px;font-weight:500;text-align:left;line-height:1.5;resize:none;background:#fff;color:#000;outline:none;padding:0;min-height:300px}@media (min-width: 1200px){.edit-view .edit-view-content .edit-wrapper .edit-container textarea{min-height:200px}}.edit-view .edit-view-content .edit-wrapper .edit-container textarea::placeholder{color:#757575}.edit-view .edit-view-content .edit-wrapper .edit-container .character-count{position:absolute;bottom:16px;right:16px;font-size:13px;color:#757575}.edit-view .save-button-container{position:sticky;bottom:0;left:0;right:0;padding:16px;margin-top:auto;background:#fff;border-top:1px solid #E0E0E0;display:flex;justify-content:center}.edit-view .save-button-container .save-button{width:100%;padding:16px;background:#fe4802;color:#fff;border:none;border-radius:50px;font-weight:700;font-size:13px;cursor:pointer}@media (min-width: 1200px){.edit-view .save-button-container .save-button{font-size:15px;max-width:none}}@media (min-width: 1200px){.edit-view{top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:530px;max-height:90vh;border-radius:12px;overflow:hidden}.edit-view .edit-view-header .back-button{display:none}.edit-view .edit-view-header .close-button{display:block}.edit-view .edit-view-content{padding:0}.edit-view .edit-wrapper{padding:24px;min-height:400px}.edit-view .save-button-container{padding:16px 24px;display:flex;justify-content:center}.edit-view .save-button-container .save-button{width:auto;width:100%;background:#fe4802;color:#fff;border-radius:30px}}.edit-view .edit-view-header.desktop-header{display:none;padding:24px;border-bottom:1px solid #E0E0E0;position:relative}@media (min-width: 1200px){.edit-view .edit-view-header.desktop-header{display:flex;align-items:flex-start}}.edit-view .edit-view-header.desktop-header .header-content{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:none!important}.edit-view .edit-view-header.desktop-header .header-content h1{font-size:20px;font-weight:600;margin:0 0 4px;color:#000}.edit-view .edit-view-header.desktop-header .header-content .helper-text{font-size:13px;color:#757575;margin:0;line-height:1.4}.edit-view .edit-view-header.desktop-header .header-content .helper-text a{color:#fe4802;text-decoration:none;font-size:15px}.edit-view .edit-view-header.desktop-header .close-button{position:static;background:none;border:none;padding:0;margin-left:16px;cursor:pointer;display:flex;align-items:center;justify-content:center}.edit-view .edit-view-header.desktop-header .close-button img{width:20px;height:20px}@media (min-width: 1200px){.edit-view p{font-size:15px!important}.edit-view textarea{font-size:17px!important}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:999}.status-section .status-options{display:flex;flex-direction:column;gap:20px}.status-section .status-options .status-option{display:flex;align-items:flex-start;gap:12px;font-size:13px;line-height:1.2}.status-section .status-options .status-option:not(.checked){color:#757575}.status-section .status-options .status-option.checked{color:#000}.status-section .status-options .status-option input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:18px;width:18px;height:18px;border:1px solid #E0E0E0;border-radius:4px;position:relative;cursor:pointer;margin:1px 0 0}.status-section .status-options .status-option input[type=checkbox]:checked{background-image:url(/assets/icons/checkmark-Vector.svg);background-position:center;background-repeat:no-repeat;background-size:18px}.status-section .status-options .status-option .checkbox-wrapper{position:relative;display:flex;align-items:center}.status-section .status-options .status-option .checkmark-icon{position:absolute;width:18px;height:18px;left:0;top:1px;pointer-events:none;z-index:1}@media (min-width: 1200px){.status-section h2,.status-section span{font-size:17px!important}}.status-edit-view{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:1000;display:flex;flex-direction:column}@media (min-width: 1200px){.status-edit-view{top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:500px;max-height:90vh;border-radius:12px;overflow:hidden}}.status-edit-view .status-edit-header{display:flex;align-items:center;padding:16px;border-bottom:1px solid #E0E0E0;position:relative}@media (min-width: 1200px){.status-edit-view .status-edit-header{display:none}}.status-edit-view .status-edit-header .back-button{position:absolute;left:16px;background:none;border:none;padding:8px;cursor:pointer}.status-edit-view .status-edit-header .back-button img{width:22px;height:22px}.status-edit-view .status-edit-header h1{flex:1;font-size:15px;font-weight:600;text-align:center;margin:0}.status-edit-view .status-edit-header.desktop-header{display:none}@media (min-width: 1200px){.status-edit-view .status-edit-header.desktop-header{display:flex;padding:24px;border-bottom:1px solid #E0E0E0}.status-edit-view .status-edit-header.desktop-header .header-content{flex:1}.status-edit-view .status-edit-header.desktop-header .header-content h1{font-size:20px;font-weight:600;margin:0 0 4px;color:#000}}@media (min-width: 1200px) and (min-width: 1200px){.status-edit-view .status-edit-header.desktop-header .header-content{display:flex;flex-direction:column;align-items:flex-start}}@media (min-width: 1200px){.status-edit-view .status-edit-header.desktop-header .header-content .helper-text{font-size:13px;color:#757575}.status-edit-view .status-edit-header.desktop-header .close-button{position:static;background:none;border:none;padding:0;margin-left:16px;cursor:pointer;display:flex;align-items:center;justify-content:center}.status-edit-view .status-edit-header.desktop-header .close-button img{width:20px;height:20px}}.status-edit-view .status-edit-content{flex:1;padding:16px 0 0;display:flex;flex-direction:column;background-color:#f5f5f3}@media (min-width: 1200px){.status-edit-view .status-edit-content{background-color:#fff}}.status-edit-view .status-edit-content .helper-text{font-size:15px;color:#757575;margin-bottom:24px}@media (min-width: 1200px){.status-edit-view .status-edit-content .helper-text{display:none}}.status-edit-view .status-edit-content .status-options-container{background:#fff;padding:8px 26px;box-shadow:0 1px 3px #0000000d}@media (min-width: 1200px){.status-edit-view .status-edit-content .status-options-container{box-shadow:none}}.status-edit-view .status-edit-content .status-options-container .status-title{font-size:13px;font-weight:600;margin:12px 0}@media (min-width: 1200px){.status-edit-view .status-edit-content .status-options-container .status-title{display:none}}.status-edit-view .status-edit-content .status-options-container .helper-text{font-size:13px;color:#757575;margin-bottom:24px}.status-edit-view .status-edit-content .status-options-container .status-option{display:flex;align-items:center;padding:12px 0;cursor:pointer}.status-edit-view .status-edit-content .status-options-container .status-option .checkbox-wrapper{position:relative;margin-right:12px}.status-edit-view .status-edit-content .status-options-container .status-option .checkbox-wrapper input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:18px;width:18px;height:18px;border:1px solid #E0E0E0;border-radius:4px;position:relative;cursor:pointer;margin:1px 0 0}.status-edit-view .status-edit-content .status-options-container .status-option .checkbox-wrapper input[type=checkbox]:checked{border-color:#fe4802;background-color:transparent;background-image:url(/assets/icons/checkmark-vector-orange.svg);background-position:center;background-repeat:no-repeat;background-size:18px}.status-edit-view .status-edit-content .status-options-container .status-option .checkbox-wrapper .checkmark-icon{display:none}.status-edit-view .status-edit-content .status-options-container .status-option span{font-size:13px;color:#000}.status-edit-view .status-edit-content .save-button-container{position:sticky;bottom:0;left:0;right:0;padding:16px;margin-top:auto;background:#fff;border-top:1px solid #E0E0E0;display:flex;justify-content:center}.status-edit-view .status-edit-content .save-button-container .save-button{width:100%;padding:16px;background:#fe4802;color:#fff;border:none;border-radius:50px;font-weight:700;font-size:13px;cursor:pointer}@media (min-width: 1200px){.status-edit-view .status-edit-content .save-button-container .save-button{font-size:15px;max-width:none}}@media (min-width: 1200px){.status-edit-view p{font-size:15px!important}.status-edit-view span{font-size:17px!important}}.languages-section .language-options{display:flex;flex-direction:column;gap:16px}.languages-section .language-option{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:13px}@media (min-width: 1200px){.languages-section .language-option{font-size:17px}}.languages-section .language-option.checked{color:#000}.languages-section .language-option input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:18px;border:1px solid #E0E0E0;width:18px;height:18px;border-radius:4px;position:relative;cursor:pointer;margin:1px 0 0}.languages-section .language-option input[type=checkbox]:checked:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-image:url(/assets/icons/checkmark-Vector.svg);background-position:center;background-repeat:no-repeat;background-size:18px}.languages-edit-view{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:1000;display:flex;flex-direction:column}@media (min-width: 1200px){.languages-edit-view{top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:400px;max-height:90vh;border-radius:12px;overflow:hidden}}.languages-edit-view .languages-edit-header{display:flex;align-items:center;padding:16px;border-bottom:1px solid #E0E0E0;position:relative}@media (min-width: 1200px){.languages-edit-view .languages-edit-header{display:none}}.languages-edit-view .languages-edit-header .back-button{position:absolute;left:16px;background:none;border:none;padding:8px;cursor:pointer}.languages-edit-view .languages-edit-header .back-button img{width:22px;height:22px}.languages-edit-view .languages-edit-header h1{flex:1;font-size:15px;font-weight:600;text-align:center;margin:0}.languages-edit-view .languages-edit-header.desktop-header{display:none}@media (min-width: 1200px){.languages-edit-view .languages-edit-header.desktop-header{display:flex;padding:24px;border-bottom:1px solid #E0E0E0}.languages-edit-view .languages-edit-header.desktop-header .header-content{flex:1}.languages-edit-view .languages-edit-header.desktop-header .header-content h1{font-size:20px}}@media (min-width: 1200px) and (min-width: 1200px){.languages-edit-view .languages-edit-header.desktop-header .header-content{display:flex;flex-direction:column;align-items:flex-start}}@media (min-width: 1200px){.languages-edit-view .languages-edit-header.desktop-header .header-content .helper-text{font-size:15px;color:#757575}.languages-edit-view .languages-edit-header.desktop-header .close-button{margin-left:16px;position:static;background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.languages-edit-view .languages-edit-header.desktop-header .close-button img{width:20px;height:20px}}.languages-edit-view .languages-edit-content{flex:1;padding:16px 0 0;display:flex;flex-direction:column;background-color:#f5f5f3}@media (min-width: 1200px){.languages-edit-view .languages-edit-content{background-color:#fff}}.languages-edit-view .languages-edit-content .languages-options-container{background:#fff;padding:8px 26px;box-shadow:0 1px 3px #0000000d}@media (min-width: 1200px){.languages-edit-view .languages-edit-content .languages-options-container{box-shadow:none}}.languages-edit-view .languages-edit-content .languages-options-container .languages-title{font-size:13px;font-weight:600;margin:12px 0}@media (min-width: 1200px){.languages-edit-view .languages-edit-content .languages-options-container .languages-title{display:none}}.languages-edit-view .languages-edit-content .languages-options-container .helper-text{font-size:13px;color:#757575;margin-bottom:24px}@media (min-width: 1200px){.languages-edit-view .languages-edit-content .languages-options-container .helper-text{display:none}}.languages-edit-view .languages-edit-content .languages-options-container .language-option{display:flex;align-items:center;padding:12px 0;cursor:pointer}.languages-edit-view .languages-edit-content .languages-options-container .language-option .checkbox-wrapper{position:relative;margin-right:12px}.languages-edit-view .languages-edit-content .languages-options-container .language-option .checkbox-wrapper input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:18px;width:18px;height:18px;border:1px solid #E0E0E0;border-radius:4px;position:relative;cursor:pointer;margin:1px 0 0}.languages-edit-view .languages-edit-content .languages-options-container .language-option .checkbox-wrapper input[type=checkbox]:checked{border-color:#fe4802;background-color:transparent;background-image:url(/assets/icons/checkmark-vector-orange.svg);background-position:center;background-repeat:no-repeat;background-size:18px}.languages-edit-view .languages-edit-content .languages-options-container .language-option .checkbox-wrapper .checkmark-icon{display:none}.languages-edit-view .languages-edit-content .languages-options-container .language-option span{font-size:13px;color:#000}@media (min-width: 1200px){.languages-edit-view .languages-edit-content .languages-options-container .language-option span{font-size:17px}}.languages-edit-view .languages-edit-content .save-button-container{position:sticky;bottom:0;left:0;right:0;padding:16px;margin-top:auto;background:#fff;border-top:1px solid #E0E0E0;display:flex;justify-content:center}.languages-edit-view .languages-edit-content .save-button-container .save-button{width:100%;padding:16px;background:#fe4802;color:#fff;border:none;border-radius:50px;font-weight:700;font-size:13px;cursor:pointer}@media (min-width: 1200px){.languages-edit-view .languages-edit-content .save-button-container .save-button{font-size:15px;max-width:none}}.skills-section .skills-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.skills-section .skill-tag{padding:8px 16px;border-radius:100px;border:1px solid #FE4802;color:#000;font-size:11px;white-space:nowrap;background:transparent;font-weight:600;display:inline-flex;align-items:center}@media (min-width: 1200px){.skills-section .skill-tag{font-size:15px}}.skills-section .skill-tag .remove-skill{margin-left:8px;border:none;background:none;color:#fe4802;padding:0 0 0 8px;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center}.skills-section .add-skill-button-full{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border-radius:30px;border:1px solid #E0E0E0;background:#fff;color:#000;font-size:14px;cursor:pointer;margin-top:24px;margin-bottom:8px}.skills-section .add-skill-button-full img{width:20px;height:20px}.skills-section .add-skill-button-full span{font-weight:500}@media (min-width: 1200px){.skills-section h2{font-size:17px!important}}.skill-selector-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:1000;display:flex;flex-direction:column}@media (min-width: 1200px){.skill-selector-modal{top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;max-height:90vh;border-radius:12px;overflow:hidden}}.skill-selector-modal .modal-header{padding:16px;border-bottom:1px solid #E0E0E0;display:flex;align-items:center;position:relative}@media (min-width: 1200px){.skill-selector-modal .modal-header{display:none}}.skill-selector-modal .modal-header .back-button{position:absolute;left:16px;background:none;border:none;padding:8px;cursor:pointer}.skill-selector-modal .modal-header .back-button img{width:24px;height:24px}.skill-selector-modal .modal-header h2{flex:1;text-align:center;margin:0;font-size:15px;font-weight:600}.skill-selector-modal .modal-header.desktop-header{display:none}@media (min-width: 1200px){.skill-selector-modal .modal-header.desktop-header{display:flex;padding:24px;border-bottom:1px solid #E0E0E0}.skill-selector-modal .modal-header.desktop-header .header-content{flex:1;display:flex;flex-direction:column;align-items:flex-start}.skill-selector-modal .modal-header.desktop-header .header-content h1{font-size:20px;font-weight:600;margin:0 0 4px;color:#000}.skill-selector-modal .modal-header.desktop-header .close-button{background:none;border:none;padding:0;margin-left:16px;cursor:pointer;display:flex;align-items:center;justify-content:center}.skill-selector-modal .modal-header.desktop-header .close-button img{width:20px;height:20px}}.skill-selector-modal .selected-skills{padding:16px;border-bottom:1px solid #E0E0E0}.skill-selector-modal .selected-skills .title-section{display:flex;flex-direction:column}.skill-selector-modal .selected-skills .title-section .helper-text{font-size:12px;color:#757575;margin-bottom:12px}.skill-selector-modal .selected-skills h3{margin:0 0 12px;font-size:13px;font-weight:600}@media (min-width: 1200px){.skill-selector-modal .selected-skills h3{font-size:17px!important}}.skill-selector-modal .selected-skills .selected-tags{display:flex;flex-wrap:wrap;gap:8px}.skill-selector-modal .selected-skills .selected-tags .selected-tag{display:inline-flex;align-items:center;padding:8px 12px;background:#fff;border:1px solid #FE4802;border-radius:100px;color:#000;font-size:11px;font-weight:600}.skill-selector-modal .selected-skills .selected-tags .selected-tag button{background:none;border:none;color:#000;cursor:pointer;padding:0 0 0 8px;font-size:16px}@media (min-width: 1200px){.skill-selector-modal .selected-skills .selected-tags .selected-tag{font-size:13px}}.skill-selector-modal .categories{flex:1;overflow-y:auto;background-color:#f5f5f3;padding-top:16px}.skill-selector-modal .categories .category{background:#fff;margin-bottom:8px;border-bottom:none}.skill-selector-modal .categories .category:last-child{margin-bottom:0}.skill-selector-modal .categories .category .category-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;max-width:none;background:none;border:none;cursor:pointer}@media (min-width: 1200px){.skill-selector-modal .categories .category .category-header{max-width:400px}}.skill-selector-modal .categories .category .category-header h3{margin:0;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.skill-selector-modal .categories .category .category-header h3 .category-name{font-size:13px;font-weight:600;color:#000}@media (min-width: 1200px){.skill-selector-modal .categories .category .category-header h3 .category-name{font-size:17px}}.skill-selector-modal .categories .category .category-header h3 .selected-count{font-size:11px;color:#fe4802;font-weight:400}.skill-selector-modal .categories .category .category-header .expand-icon{font-size:24px;color:#000;display:flex;align-items:center;justify-content:center;width:18px;height:18px;position:relative;left:2px}@media (min-width: 1200px){.skill-selector-modal .categories .category .category-header .expand-icon{left:200px}}.skill-selector-modal .categories .category .category-header .expand-icon.expanded{transform:rotate(45deg);position:relative;left:2px}@media (min-width: 1200px){.skill-selector-modal .categories .category .category-header .expand-icon.expanded{left:200px}}.skill-selector-modal .categories .category .skill-list{padding:0 16px}.skill-selector-modal .categories .category .skill-list .skill-item{display:flex;align-items:center;justify-content:space-between;padding:12px 0;cursor:pointer;border-bottom:1px solid #E0E0E0}.skill-selector-modal .categories .category .skill-list .skill-item:last-child{border-bottom:none}.skill-selector-modal .categories .category .skill-list .skill-item input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:18px;width:18px;height:18px;border:1px solid #E0E0E0;border-radius:4px;position:relative;cursor:pointer;margin:0;order:2}.skill-selector-modal .categories .category .skill-list .skill-item input[type=checkbox]:checked{border-color:#fe4802;background-color:transparent;background-image:url(/assets/icons/checkmark-vector-orange.svg);background-position:center;background-repeat:no-repeat;background-size:18px}.skill-selector-modal .categories .category .skill-list .skill-item span{font-size:11px;font-weight:600;font-family:Montserrat,sans-serif;order:1;margin-right:12px}@media (min-width: 1200px){.skill-selector-modal .categories .category .skill-list .skill-item span{font-size:15px;font-weight:500}}.skill-selector-modal .save-button-container{position:sticky;bottom:0;left:0;right:0;padding:16px;margin-top:auto;background:#fff;border-top:1px solid #E0E0E0;display:flex;justify-content:center}.skill-selector-modal .save-button-container .save-button{width:100%;padding:16px;background:#fe4802;color:#fff;border:none;border-radius:50px;font-weight:700;font-size:13px;cursor:pointer}@media (min-width: 1200px){.skill-selector-modal .save-button-container .save-button{font-size:15px;max-width:none}}.skill-selector-modal .selected-count{font-size:11px;color:#fe4802;font-weight:600!important}@media (min-width: 1200px){.skill-selector-modal .selected-count{font-size:13px!important}}@media (min-width: 1200px){.skill-selector-modal h1{font-size:20px!important}}@media (min-width: 1200px){.help-section{border-bottom:0px;box-shadow:none}}.help-section .help-title{font-size:15px;font-weight:600;margin-bottom:24px}.help-section .help-links{display:flex;flex-direction:column;gap:24px}.help-section .help-link{display:flex;align-items:center;gap:12px;color:#fe4802;text-decoration:underline;text-decoration-color:#fe4802;font-size:13px;font-weight:500}.help-section .help-link img{width:20px;height:20px}.help-section .help-link.disabled{text-decoration:none;opacity:.6;color:#666;cursor:not-allowed;pointer-events:all}.help-section .help-link.disabled:hover{background-color:transparent;cursor:not-allowed}.help-section .help-link.disabled img{opacity:.6}.help-section .help-link.disabled span{color:#666}@media (min-width: 1200px){.profile-main .help-section{display:none}}.profile-section,.profile-actions .action-button,.profile-actions .logout-button,.profile-actions .settings-button{margin:8px 0 0;padding:24px 16px;background:#fff;box-shadow:0 1px 3px #0000000d;width:100%;box-sizing:border-box}@media (min-width: 1200px){.profile-section,.profile-actions .action-button,.profile-actions .logout-button,.profile-actions .settings-button{box-shadow:none}}@media (min-width: 1024px){.profile-section .section-content,.profile-actions .action-button .section-content,.profile-actions .logout-button .section-content,.profile-actions .settings-button .section-content{max-width:680px;margin:0 auto;padding:0 24px}}@media (min-width: 1200px){.profile-actions{display:none}}.profile-actions .action-button,.profile-actions .logout-button,.profile-actions .settings-button{display:flex;align-items:center;gap:12px;margin:8px 0 0;cursor:pointer;font-size:15px;font-weight:600;color:#000;border-radius:0;width:100%;box-sizing:border-box;padding:0 2px}.profile-actions .action-button img,.profile-actions .logout-button img,.profile-actions .settings-button img{width:20px;height:20px}.profile-actions .action-button span,.profile-actions .logout-button span,.profile-actions .settings-button span{font-family:Montserrat,sans-serif;font-weight:600;margin-left:12px}.profile-actions .action-button:hover,.profile-actions .logout-button:hover,.profile-actions .settings-button:hover{background-color:#fafafa}.profile-actions .settings-button{justify-content:flex-start;box-shadow:none}.profile-actions .settings-button .chevron{margin-left:auto;transform:rotate(-180deg) scaleY(-1);width:20px;height:20px}.profile-actions .logout-button{justify-content:flex-start;box-shadow:none}.my-questions-list{display:flex;flex-direction:column;gap:16px}.no-posts{display:flex;justify-content:center;align-items:center;padding:32px;background-color:#fff;border-radius:8px;margin:16px}.no-posts p{color:#666;text-align:center}.error-container{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background-color:#fff5f5;border:1px solid #FF3300;border-radius:8px;margin:16px}.error-container img{width:20px;height:20px}.error-container p{flex:1;margin:0 12px;color:#f30;font-size:14px;font-weight:500}.show-more-container{display:flex;justify-content:center;padding:16px 0}.see-more-btn{padding:8px 24px;border:none;border-radius:50px;background-color:#fe4802;color:#fff;font-weight:500;cursor:pointer;transition:background .2s;width:150px}.see-more-btn:hover{background-color:#cc3901}.suggestions-section{background:#fff;border-radius:8px;padding:16px;box-shadow:0 1px 3px #0000001a;position:fixed;width:330px}@media (min-width: 1500px){.suggestions-section{width:370px}}.suggestions-section .suggestions-title{font-size:18px;font-weight:600;margin-bottom:16px;margin-top:0;color:#000}.suggestions-section .suggestions-list{display:flex;flex-direction:column}.suggestions-section .suggestion-item{position:relative;padding:12px 8px;border-bottom:1px solid rgba(224,224,224,.5)}.suggestions-section .suggestion-item:last-child{border-bottom:none}.suggestions-section .suggestion-item .user-info{display:flex;gap:12px;padding-right:70px}.suggestions-section .suggestion-item .avatar-container{position:relative;width:55px;height:55px;display:flex;justify-content:center;align-items:center;border-radius:50%;background:conic-gradient(#4caf50 calc(var(--compatibility) * 3.6deg),#e0e0e0 0);cursor:pointer}.suggestions-section .suggestion-item .avatar-container img{width:47px;height:47px;object-fit:cover;border-radius:50%;background:#fff;z-index:1}.suggestions-section .suggestion-item .user-details{flex:1;min-width:0}.suggestions-section .suggestion-item .user-details .user-name{font-size:15px;font-weight:600;margin:0 0 2px;color:#000;cursor:pointer}.suggestions-section .suggestion-item .user-details .user-name:hover{color:#fe4802}.suggestions-section .suggestion-item .user-details .user-title,.suggestions-section .suggestion-item .user-details .user-company{font-size:13px;color:#757575;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suggestions-section .suggestion-item .user-details .user-name{font-size:16px}.suggestions-section .suggestion-item .user-details .user-title,.suggestions-section .suggestion-item .user-details .user-company{font-size:14px}.suggestions-section .suggestion-item .user-details .user-subtitle{font-size:14px;margin:0}.suggestions-section .suggestion-item .user-details .user-position{font-size:13px;color:#767676;margin:0}.suggestions-section .suggestion-item .user-details .common-interests{font-size:14px;padding:4px 8px}.suggestions-section .suggestion-item .user-details .common-interests{display:inline-block;font-size:13px;color:#4caf50;margin-top:4px;padding:3px 8px;background-color:#4caf501a;border-radius:50px;white-space:nowrap}.suggestions-section .suggestion-item .action-buttons{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:8px}.suggestions-section .suggestion-item .action-buttons .action-button{width:28px;height:28px;padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center}.suggestions-section .suggestion-item .action-buttons .action-button img{width:18px;height:18px}.suggestions-section .suggestion-item .action-buttons .action-button:hover{background-color:#0000000a;border-radius:50%}@media (min-width: 1500px){.suggestions-section .suggestions-title{font-size:20px}.suggestions-section .suggestion-item{padding:20px 16px}.suggestions-section .suggestion-item .avatar-container{width:65px;height:65px}.suggestions-section .suggestion-item .avatar-container img{width:55px;height:55px}.suggestions-section .suggestion-item .action-buttons{right:16px;gap:12px}.suggestions-section .suggestion-item .action-buttons .action-button{width:32px;height:32px}.suggestions-section .suggestion-item .action-buttons .action-button img{width:20px;height:20px}}.suggestions-sidebar.blurred{position:relative}.suggestions-sidebar.blurred .suggestions-section{filter:blur(4px);-webkit-user-select:none;user-select:none;pointer-events:none}.suggestions-sidebar.blurred .suggestions-overlay{position:fixed;top:90px;left:auto;right:0;bottom:0;background:#ffffffe6;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;z-index:10;border-radius:8px;padding:16px;width:355px;box-shadow:0 1px 3px #0000001a;height:715px}@media (min-width: 1500px){.suggestions-sidebar.blurred .suggestions-overlay{width:405px;height:940px}}.suggestions-sidebar.blurred .suggestions-overlay .suggestions-overlay-content{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:200px;position:sticky;top:100px}.suggestions-sidebar.blurred .suggestions-overlay h3{font-size:16px;font-weight:400;margin:0;color:#000}.suggestions-sidebar.blurred .suggestions-overlay p{font-size:20px;font-weight:500;margin:8px 0 10px;color:#000}.suggestions-sidebar.blurred .suggestions-overlay .connexion-button{background:linear-gradient(to right,#4bc0c9,#ff4800);color:#fff;border:none;border-radius:25px;padding:12px 70px;font-size:16px;font-weight:600;cursor:pointer;transition:opacity .2s}.suggestions-sidebar.blurred .suggestions-overlay .connexion-button:hover{opacity:.9}.suggestions-sidebar.blurred .suggestions-overlay .connexion-button.login-button{width:250px;margin-top:20px}.suggestions-sidebar.blurred .suggestions-overlay .connexion-button.signup-button{width:150px;color:linear-gradient(to right,#4BC0C9,#FF4800)}.suggestions-sidebar.blurred .suggestions-overlay .connexion-link{background-image:linear-gradient(to right,#4bc0c9,#ff4800);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;cursor:pointer;font-size:14px;font-weight:600;margin-top:30px}.suggestions-list{position:relative}.suggestions-loader-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffb3;display:flex;align-items:center;justify-content:center;z-index:2}.loader{border:4px solid #f3f3f3;border-top:4px solid #4caf50;border-radius:50%;width:36px;height:36px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.profile-screen{padding:0;background-color:#f5f5f5;min-height:100vh;width:100%}.profile-container{width:100%;height:100%;gap:8px;display:flex;flex-direction:column}@media (min-width: 1200px){.profile-container{width:100%;margin:0;gap:24px}}.profile-main{width:100%;display:flex;flex-direction:column;gap:8px}@media (min-width: 1024px){.profile-main{gap:10px}}.profile-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:20px;text-align:center;background-color:#fff;border-radius:8px}.profile-error h2{color:#000;font-size:14px;font-weight:600;margin-bottom:16px}.profile-error p{color:#757575;font-size:16px;max-width:400px;line-height:1.5}.profile-error .logout-button{margin-top:16px;display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:8px;background-color:#fff;color:#000;border:2px solid #fe4802;font-weight:600;cursor:pointer}.members-wrapper{max-width:100%;margin:0 auto}.header-members .header{position:sticky;top:0;z-index:10;display:flex;flex-direction:column;transition:transform .3s ease;border-bottom:none;margin-bottom:0;overflow:hidden}@media (min-width: 1200px){.header-members .header{border-bottom:none;gap:10px}}.header-members .header.hidden{transform:translateY(-100%)}.header-members .header.visible,.header-members .header.shift-up{transform:translateY(0)}.header-members .header .logo-row{display:flex;justify-content:space-between;background-color:#fff;padding:20px 20px 10px}@media (min-width: 1200px){.header-members .header .logo-row{display:none}}.header-members .header .logo-row .logo{display:flex;align-items:center;gap:10px}.header-members .header .logo-row .logo img{width:27px;height:27px}.header-members .header .search-input-row{display:flex;align-items:center;background-color:#fff;padding:10px 20px 0;gap:10px}@media (min-width: 1200px){.header-members .header .search-input-row{margin:0 auto;display:none}}.header-members .header .search-input-row .search-input{flex:1;display:flex;align-items:center;background-color:#f5f5f3;padding:0 11px;height:35px;border-radius:18px;gap:10px;overflow:hidden}.header-members .header .search-input-row .search-input .search-icon{width:20px;height:20px}.header-members .header .search-input-row .search-input input{flex:1;font-size:15px;min-width:0}.header-members .header .search-input-row .search-input .action-icon{width:20px;height:20px}.header-members .header .search-input-row .action-icon{cursor:pointer}.header-members .header .search-tooltip{display:flex;align-items:center;gap:10px;padding:15px 20px;background-color:#fff}.header-members .header .search-tooltip .search-icon{width:20px;height:20px}.header-members .header .search-tooltip p{font-size:15px;color:#3c3c4399}@media (min-width: 1200px){.header-members .header{display:none}}.members-tabs{background:#fff;margin:0 0 12px;box-shadow:0 1px 3px #0000000d;display:flex;border-bottom:1px solid #e5e5e5;height:60px;transition:transform .3s ease;flex:1}.members-tabs.shift-up{transform:translateY(-65px);margin-bottom:0}@media (min-width: 1200px){.members-tabs{border-radius:8px 8px 0 0;margin-bottom:16px}}@media (min-width: 1500px){.members-tabs{justify-content:center}}.members-tabs .tab{flex:1;text-align:center;background:none;border:none;color:#757575;font-size:16px;font-weight:500;position:relative;cursor:pointer;transition:color .2s ease}@media (min-width: 1500px){.members-tabs .tab{padding:12px 24px}}.members-tabs .tab:hover,.members-tabs .tab.active{color:#000}.members-tabs .tab.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background-color:#000}.members-container{background-color:#f5f5f5;min-height:100vh;width:100%;transition:transform .3s ease;flex:1}.members-container.shift-up{transform:translateY(-50px)}.relations,.relations .relations-list{display:flex;flex-direction:column;gap:10px}.relations .relations-list .search-item{border-radius:10px}.relations .pagination-controls{display:flex;gap:10px;margin:auto;height:100%;align-items:center;button-background-color:rgb(204.1929133858,57.3031496063,.8070866142)}.relations .pagination-controls button{padding:8px 24px;border:none;border-radius:50px;background-color:#fe4802;color:#fff;font-weight:500;cursor:pointer;transition:background .2s;width:fit-content}.single-post-wrapper{max-width:100%;margin:0 auto}.header{position:sticky;top:0;z-index:10;display:flex;flex-direction:column;transition:transform .3s ease;border-bottom:1px solid #e0e0e0;margin-bottom:10px;overflow:hidden}@media (min-width: 1200px){.header{border-bottom:none;gap:10px}}.header.hidden{transform:translateY(-100%)}.header.visible{transform:translateY(0)}.header.shift-up{transform:translateY(-50px)}.header .logo-row{display:flex;justify-content:space-between;background-color:#fff;padding:20px 20px 10px}@media (min-width: 1200px){.header .logo-row{display:none}}.header .logo-row .logo{display:flex;align-items:center;gap:10px}.header .logo-row .logo img{width:27px;height:27px}.header .post-row{display:none;padding:20px;background-color:#fff;border-radius:10px}@media (min-width: 1200px){.header .post-row{display:flex;gap:20px}}.header .post-row .user-avatar{width:68px;height:68px;border-radius:100%}.header .post-row .post-buttons{display:flex;align-items:center;justify-content:center;flex:1;gap:20px}.header .post-row .post-buttons button{display:flex;flex:1;gap:5%;height:50px;padding:0 10px;border-radius:60px;font-family:Montserrat;font-weight:500;font-size:15px;white-space:nowrap}.header .post-row .post-buttons button .post-icon svg{width:30px;height:30px}.header .post-row .post-buttons button.disabled{opacity:.6}.header .post-row .post-buttons .question-button{background-color:#ff48001a;color:#000}.header .post-row .post-buttons .question-button:hover:not(.disabled){background-color:#ff480033}.header .post-row .post-buttons .question-button:active:not(.disabled){background-color:#ff48004d}.header .post-row .post-buttons .question-button svg path{stroke:#ff8050}.header .post-row .post-buttons .project-button{background-color:#4bc0c91a;color:#000}.header .post-row .post-buttons .project-button:hover:not(.disabled){background-color:#4bc0c933}.header .post-row .post-buttons .project-button:active:not(.disabled){background-color:#4bc0c94d}.header .post-row .post-buttons .project-button svg path{stroke:#4bc0c9}.header .search-input-row{display:flex;align-items:center;background-color:#fff;padding:10px 20px;gap:10px}@media (min-width: 1200px){.header .search-input-row{margin:0 auto;display:none}}.header .search-input-row .search-input{flex:1;display:flex;align-items:center;background-color:#f5f5f3;padding:0 11px;height:35px;border-radius:18px;gap:10px;overflow:hidden}.header .search-input-row .search-input .search-icon{width:20px;height:20px}.header .search-input-row .search-input input{flex:1;font-size:15px;min-width:0}.header .search-input-row .search-input .action-icon{width:20px;height:20px}.header .search-input-row .action-icon{cursor:pointer}.header .search-tooltip{display:flex;align-items:center;gap:10px;padding:15px 20px;background-color:#fff}.header .search-tooltip .search-icon{width:20px;height:20px}.header .search-tooltip p{font-size:15px;color:#3c3c4399}.single-post-content{transition:transform .3s ease;flex:1}.single-post-content.shift-up{transform:translateY(-50px)}.single-post-content .post-list{display:flex;flex-direction:column;gap:10px}.post-not-found{display:flex;justify-content:center;align-items:center;padding:32px;background-color:#fff;border-radius:8px;margin:16px}.post-not-found p{color:#666;text-align:center}.profile-picture-container{display:flex;flex-direction:column;align-items:center;background:#fff;margin:0;padding:32px 16px;box-shadow:0 1px 3px #0000000d}@media (min-width: 1024px){.profile-picture-container{padding:48px 24px}.profile-picture-container .profile-picture-content{max-width:680px;margin:0 auto;width:100%;display:flex;flex-direction:column;align-items:center}}.profile-picture-container .profile-picture-wrapper{position:relative;width:fit-content;margin:0 auto}.profile-picture-container .profile-picture{position:relative;width:120px;height:120px;border-radius:60px;overflow:hidden;background-color:#f5f5f5}.profile-picture-container .profile-picture-placeholder{width:100%;height:100%;background-color:#f5f5f5}.profile-picture-container .profile-picture img{width:100%;height:100%;object-fit:cover}.profile-picture-container .edit-button{position:absolute;right:0;bottom:5%;background:#fff;border-radius:50%;width:34px;height:34px;border:none;box-shadow:0 2px 4px #0000001a;display:flex;align-items:center;justify-content:center;padding:0;z-index:1}.profile-picture-container .edit-button img{width:36px;height:36px}.profile-picture-container .profile-picture-dropdown{position:absolute;top:10px;right:0;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;z-index:10;overflow:hidden;min-width:120px}.profile-picture-container .profile-picture-dropdown .dropdown-item{width:100%;padding:12px 16px;border:none;background:transparent;cursor:pointer;text-align:left;transition:background-color .2s ease;border-radius:none}.profile-picture-container .profile-picture-dropdown .dropdown-item:first-child{border-radius:8px 8px 0 0}.profile-picture-container .profile-picture-dropdown .dropdown-item:last-child{border-radius:0 0 8px 8px}.profile-picture-container .profile-picture-dropdown .dropdown-item .dropdown-icon{margin-right:8px}.profile-picture-container .profile-picture-dropdown .dropdown-item .dropdown-icon.edit-icon{margin-left:-7px}.profile-picture-container .profile-picture-dropdown .dropdown-item:hover{background-color:#f5f5f5}.profile-picture-container .profile-picture-dropdown .dropdown-item.delete{color:#dc3545}.profile-picture-container .profile-picture-dropdown .dropdown-item span{font-size:14px;font-weight:500;color:#000}.profile-picture-container .profile-picture-text{font-size:11px;font-weight:700;margin-bottom:4px;text-align:center;margin-top:12px;color:#767676}@media (min-width: 1200px){.profile-picture-container .profile-picture-text{font-size:15px}}.profile-picture-container .profile-picture-subtext{font-size:11px;color:#767676;text-align:center}@media (min-width: 1200px){.profile-picture-container .profile-picture-subtext{font-size:13px}}.profile-picture-container .profile-picture-subtext-specs{font-size:11px;color:#767676;margin-top:4px;text-align:center}@media (min-width: 1200px){.profile-picture-container .profile-picture-subtext-specs{font-size:13px}}.member-profile-container{position:absolute;top:0;left:0;width:100%;padding-bottom:76px}.member-profile-container .profile-details-container{background-color:#fff;border-bottom:1px solid rgb(217,217,217);padding:15px}@media (min-width: 1200px){.member-profile-container .profile-details-container{margin-bottom:10px;border-top-left-radius:10px;border-top-right-radius:10px}}.member-profile-container .profile-details-container .mobile-actions-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}@media (min-width: 1200px){.member-profile-container .profile-details-container .mobile-actions-row{display:none}}.member-profile-container .profile-details-container .member-actions{display:flex;gap:15px;margin-left:auto}.member-profile-container .profile-details-container .member-action{cursor:pointer}.member-profile-container .profile-details-container .member-row{display:flex;justify-content:space-between}.member-profile-container .profile-details-container .member-row .member-details{display:flex;gap:15px;margin-bottom:20px}.member-profile-container .profile-details-container .member-row .member-details .avatar-container{position:relative;width:55px!important;height:55px!important;display:flex;justify-content:center;align-items:center;border-radius:50%;background:conic-gradient(#4caf50 calc(var(--compatibility) * 3.6deg),#e0e0e0 0);cursor:pointer;aspect-ratio:1/1}.member-profile-container .profile-details-container .member-row .member-details .avatar-container .member-avatar{width:47px!important;height:47px!important;object-fit:cover;border-radius:50%;background:#fff;z-index:1}.member-profile-container .profile-details-container .member-row .member-details .common-interests{display:inline-block;font-size:13px;color:#4caf50;margin-top:4px;padding:3px 8px;background-color:#4caf501a;border-radius:50px;white-space:nowrap;width:fit-content}.member-profile-container .profile-details-container .member-row .member-details .member-info{display:flex;flex-direction:column;gap:5px}.member-profile-container .profile-details-container .member-row .member-details .member-info h3{font-weight:600;font-size:17px;margin:0}.member-profile-container .profile-details-container .member-row .member-details .member-info p{font-size:13px;margin:0;color:#757575}.member-profile-container .profile-details-container .member-row .member-details .member-info .profile-professional-info{gap:5px;align-items:center;flex-wrap:wrap;display:flex}.member-profile-container .profile-details-container .member-row .member-details .member-info .profile-professional-info span{font-size:13px;margin:0;color:#757575}.member-profile-container .profile-details-container .member-row .desktop-actions{display:none}@media (min-width: 1200px){.member-profile-container .profile-details-container .member-row .desktop-actions{display:block}}.member-profile-container .profile-details-container .member-presentation{font-size:13px;margin-bottom:15px;white-space:pre-wrap;word-wrap:break-word}.member-profile-container .profile-details-container .member-interest-row{font-size:13px;color:#757575}.member-profile-container .profile-details-container .member-interest-row .member-interest{margin-left:10px}.member-profile-container .profile-details-container hr{border:1px solid #f5f5f5;margin:20px 0}.member-profile-container .profile-details-container .member-skills-container{display:flex;flex-direction:column;gap:20px;margin-bottom:15px}.member-profile-container .profile-details-container .member-skills-container h3{font-weight:600;font-size:15px;margin:0}.member-profile-container .profile-details-container .member-skills-container .member-skills-row{display:flex;flex-wrap:wrap;gap:10px}.member-profile-container .profile-details-container .member-skills-container .member-skills-row .skill-pill{padding:9px 18px;border:1px solid #fe4802;border-radius:28px}.member-profile-container .profile-details-container .member-skills-container .member-skills-row .skill-pill.rest{border-color:#757575}.member-profile-container .profile-details-container .member-skills-container .member-skills-row .skill-pill p{font-weight:600;font-size:11px}.member-profile-container .profile-details-container .member-skills-container .member-skills-row .see-more-or-less-button{width:fit-content;background-color:transparent;color:#fe4802;font-size:13px;font-weight:600;padding:0}.member-profile-container .mobile-post-pills{display:flex;width:100%;margin-bottom:10px}@media (min-width: 1200px){.member-profile-container .mobile-post-pills{display:none}}.member-profile-container .mobile-post-pills button{flex:1;height:49px;background-color:#fff;border-bottom:1px solid #f5f5f5;border-radius:0;color:#757575;font-family:Montserrat;font-weight:500;font-size:15px}.member-profile-container .mobile-post-pills button:hover{background-color:#fff9}.member-profile-container .mobile-post-pills button.selected{border-bottom:1px solid black;color:#000}.member-profile-container .desktop-post-pills{display:none;background-color:#fff;padding:20px 30px;margin-bottom:10px;border-radius:10px;gap:10px}@media (min-width: 1200px){.member-profile-container .desktop-post-pills{display:flex}}.member-profile-container .desktop-post-pills button{padding:6px 16px;background-color:#fff;border:1px solid #ebebf0;border-radius:28px;cursor:pointer;transition:background-color .3s ease;color:#000}.member-profile-container .desktop-post-pills button:hover{background-color:#f5f5f3}.member-profile-container .desktop-post-pills button.selected{background-color:#e5e5e5}.member-profile-container .desktop-post-pills button p{font-family:Montserrat;font-weight:600;font-size:13px;text-transform:capitalize}.member-profile-container .post-list{display:flex;flex-direction:column;gap:10px}.member-profile-container .no-posts{margin:0}.settings-screen{min-height:100vh;background:#f5f5f5}.settings-screen .status-edit-header{background:#fff;display:flex;align-items:center;padding:16px;border-bottom:1px solid #E0E0E0;box-shadow:0 1px 3px #0000000d;position:relative}@media (min-width: 1200px){.settings-screen .status-edit-header{border-radius:8px 8px 0 0}}.settings-screen .status-edit-header .back-button{background:none;border:none;padding:8px;cursor:pointer;position:absolute;left:16px;z-index:1}.settings-screen .status-edit-header h1{margin:0;font-size:15px;font-weight:600;flex:1;text-align:center}.settings-screen .settings-content{padding:16px 0 0;background:#f5f5f5}.settings-screen .settings-menu .settings-item-container{background:#fff;margin-bottom:8px;box-shadow:0 1px 3px #0000000d}.settings-screen .settings-menu .settings-item-container:last-child{margin-bottom:0}.settings-screen .settings-menu .settings-item-container .settings-item{align-items:center;padding:16px;background:none;border:none;cursor:pointer;text-decoration:none;color:inherit;display:flex}.settings-screen .settings-menu .settings-item-container .settings-item img{width:20px;height:20px;margin-right:12px}.settings-screen .settings-menu .settings-item-container .settings-item img.chevron{width:14px;height:14px;margin-left:auto;margin-right:0;transform:rotate(-180deg)}.settings-screen .settings-menu .settings-item-container .settings-item img.open-new-tab{width:17px;height:17px;margin-left:auto;margin-right:0;transform:none}.settings-screen .settings-menu .settings-item-container .settings-item .setting-helper{display:flex;flex-direction:column;gap:5px}.settings-screen .settings-menu .settings-item-container .settings-item .setting-helper span:last-child{font-size:11px;font-weight:400;color:#767676}.settings-screen .settings-menu .settings-item-container .settings-item span{font-size:15px;color:#000}.settings-screen .settings-menu .settings-item-container .settings-item:hover{background-color:#f5f5f5}.settings-screen .settings-menu .settings-item-container .settings-item:focus{outline:none;background-color:#f5f5f5}.settings-screen .settings-category{background:#fff;box-shadow:0 1px 3px #0000000d}.settings-screen .settings-category .settings-options{padding:16px}.settings-screen .settings-category .settings-options .settings-option{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid #E0E0E0}.settings-screen .settings-category .settings-options .settings-option:last-child{border-bottom:none}.settings-screen .settings-category .settings-options .settings-option span{font-size:12px;font-weight:600}.settings-screen .settings-category .settings-options .settings-option .toggle-switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:41px;height:25px;background:#e9e9ea;border-radius:25px;position:relative;cursor:pointer;transition:background-color .2s}.settings-screen .settings-category .settings-options .settings-option .toggle-switch:checked{background:#34c759}.settings-screen .settings-category .settings-options .settings-option .toggle-switch:before{content:"";position:absolute;width:21px;height:21px;border-radius:50%;background:#fff;top:2px;left:2px;transition:transform .2s;box-shadow:0 2px 5px #00000026}.settings-screen .settings-category .settings-options .settings-option .toggle-switch:checked:before{transform:translate(16px)}.settings-screen .settings-category .language-options .language-option{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #E0E0E0;cursor:pointer}.settings-screen .settings-category .language-options .language-option:last-child{border-bottom:none}.settings-screen .settings-category .language-options .language-option .language-info span{font-size:12px;font-weight:500;color:#000}.settings-screen .settings-category .language-options .language-option input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border:2px solid #E0E0E0;border-radius:50%;margin:0;position:relative}.settings-screen .settings-category .language-options .language-option input[type=radio]:checked{border-color:#fe4802;background-color:#fff}.settings-screen .settings-category .language-options .language-option input[type=radio]:checked:after{content:"";position:absolute;width:12px;height:12px;background:#fe4802;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.settings-screen .settings-category.privacy-policy{background:#fff;padding:16px}.settings-screen .settings-category.privacy-policy .last-update{font-size:13px;color:#000;margin-bottom:24px}.settings-screen .settings-category.privacy-policy .welcome{font-size:13px;line-height:1.5;margin-bottom:32px}.settings-screen .settings-category.privacy-policy .policy-section{margin-bottom:32px}.settings-screen .settings-category.privacy-policy .policy-section h2{font-size:16px;font-weight:600;margin-bottom:16px}.settings-screen .settings-category.privacy-policy .policy-section p{font-size:13px;line-height:1.5;margin-bottom:12px}.settings-screen .settings-category.privacy-policy .policy-section li{line-height:1.5;margin-bottom:8px;margin-left:24px}.settings-screen .settings-category.privacy-policy .policy-section li:last-child{margin-bottom:0}:root{--primary-color: #fe4802;--text-color: #000000;--text-secondary: #757575;--border-color: #e5e5e5;--background-color: #f5f5f5}:root{font-family:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;color-scheme:light dark;background-color:#f5f5f5;color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent;-ms-overflow-style:auto}*::-webkit-scrollbar{width:6px;height:6px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background-color:#0003;border-radius:20px;border:none}*::-webkit-scrollbar-corner{background:transparent}html{overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{width:0;height:0}body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-y:auto;overflow-x:hidden}body.modal-open{overflow:hidden;position:fixed}div{box-sizing:border-box}h1{font-size:26px;line-height:31.69px;font-weight:600}h1,p,span{margin:0}a{color:#fe4802;text-decoration:none;font-size:13px}textarea{font-family:inherit}.disabled{color:#8e8e8e}.no-scroll{overflow:hidden;position:fixed;width:100%;height:100%}button{display:flex;align-items:center;justify-content:center;border:none;border-radius:71px;background-color:#fe4802;font-family:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;max-width:400px;cursor:pointer}button:disabled{background-color:#e5e5ea!important;cursor:not-allowed}button:disabled p{color:#8e8e8e!important}p,h1,h2,h3,h4,h5,h6{font-family:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}input{font-family:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:#000;border:none;outline:none;background:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}input::-webkit-input-placeholder{font-family:Montserrat,sans-serif;font-size:15px;color:#767676}input:-ms-input-placeholder{font-family:Montserrat,sans-serif;font-size:15px;color:#767676}input:-moz-placeholder{font-family:Montserrat,sans-serif;font-size:15px;color:#767676}input::-moz-placeholder{font-family:Montserrat,sans-serif;font-size:15px;color:#767676}
