@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.button-custom-red{background-color:var(--red);color:var(--white)!important;border:none;padding:11.25px 20px!important;border-radius:8px;font-family:inherit;display:inline-flex;align-items:center;justify-content:center}.button-custom-red:hover:not(:disabled){opacity:.9}.button-outlined{background-color:var(--white);color:var(--black-txt)!important;border:1px solid var(--grey-stroke-1);padding:12px 20px!important;border-radius:8px;font-family:inherit;display:inline-flex;align-items:center;justify-content:center}.button-custom-gray{background-color:var(--grey-on-hover);border:none;padding:13px 20px!important;border-radius:8px;font-family:inherit;display:inline-flex;align-items:center;justify-content:center}.button-custom-gray:hover:not(:disabled){opacity:.9}.button-icon{margin-right:8px;display:inline-flex;align-items:center}.button-icon-right{margin-left:20px;display:inline-flex;align-items:center;transition:transform .3s ease-in-out}.button-icon-right.rotated{transform:rotate(180deg)}.button-icon-only{background-color:transparent;border:none;padding:20px 9px!important;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.button-icon-only .button-icon,.button-icon-only .button-icon-right{margin:0}.button-icon-only:hover:not(:disabled){background-color:var(--grey-on-hover)}.button-purple-pill{background-color:var(--purple-1);color:var(--white)!important;border:none;width:130px;height:44px;padding:12.5px 20px!important;border-radius:100px;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:100%;display:inline-flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:opacity .2s ease}.button-purple-pill:hover:not(:disabled){opacity:.85}.button-white-pill{background-color:var(--dm-white);color:var(--dm-black-bg-2)!important;border:none;height:44px;padding:12.5px 20px!important;border-radius:100px;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:100%;display:inline-flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:opacity .2s ease;white-space:nowrap}.button-white-pill:hover:not(:disabled){opacity:.85}.input-wrapper{position:relative;width:100%}.input-base{width:100%;border:1px solid var(--grey-stroke-1);border-radius:8px;padding:11px 16px!important;outline:none;box-sizing:border-box;transition:all .2s ease;background-color:var(--white);font-family:Inter,sans-serif;font-size:14px;font-weight:400}.input-base.input-dark{background-color:transparent!important;border:1px solid var(--dm-grey-stroke-2)!important;border-radius:12px!important;color:var(--dm-white)!important;color-scheme:dark}.input-base.input-dark::-webkit-datetime-edit-text,.input-base.input-dark::-webkit-datetime-edit-month-field,.input-base.input-dark::-webkit-datetime-edit-day-field,.input-base.input-dark::-webkit-datetime-edit-year-field{color:var(--dm-grey-txt-4)}.input-base.input-dark::placeholder{color:var(--dm-grey-txt-4)!important;opacity:.6}.input-base.input-dark:focus{border-color:var(--dm-purple-1)!important}.input-base:focus{border-color:#909090!important}.input-base.input-error{border-color:var(--red)!important}.input-base::placeholder{color:var(--grey-txt-4)!important}.input-text{color:var(--black-txt)!important}.input-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);pointer-events:none;display:flex;align-items:center;justify-content:center}.input-search{padding-left:2.5rem!important}.input-right-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);cursor:pointer;background:none;border:none;padding:0;display:flex;align-items:center;justify-content:center;color:#9ca3af}.input-base.input-dark~.input-right-icon{color:var(--dm-grey-txt-4)}.input-right-icon path{fill:currentColor}.input-with-icon-right{padding-right:2.5rem!important}.input-base[type=date]::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}.login-wrapper{display:flex;min-height:100vh;background-color:var(--white);font-family:Inter,sans-serif}.login-image-section{padding:10px;display:flex}.side-banner{width:828px;height:780px;object-fit:cover;border-radius:20px}.login-form-section{flex:1;position:relative;display:flex;flex-direction:column;align-items:center}.language-selector{position:absolute;top:30px;right:84px;display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:var(--black-txt);cursor:pointer}.lang-icon{width:20px;height:20px}.form-container{margin-top:140px;width:100%;max-width:411px;display:flex;flex-direction:column}.login-logo{width:120px;height:30px;margin-bottom:30px;align-self:center}.welcome-title{font-size:24px;font-weight:700;color:var(--black-txt);text-align:center;margin-bottom:12px}.welcome-subtitle{font-size:16px;font-weight:400;color:var(--black-txt);text-align:center;margin-bottom:40px}.input-group{margin-bottom:12px;display:flex;flex-direction:column}.input-group label{font-size:16px;font-weight:600;color:var(--black-txt);margin-bottom:8px}.required-star{color:var(--red);margin-left:2px}.input-group input{width:100%;height:48px;border:1px solid var(--grey-stroke-1);border-radius:8px;padding:0 14px;font-size:16px;color:var(--black-txt);transition:border-color .2s}.input-group input::placeholder{color:var(--grey-txt-2)}.input-group input:focus{border-color:var(--grey-txt-1);outline:none}.password-wrapper{position:relative;width:100%}.toggle-password{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center}.form-extras{display:flex;justify-content:space-between;align-items:center;margin-top:20px;margin-bottom:24px}.checkbox-container{display:flex;align-items:center;cursor:pointer;position:relative;user-select:none}.checkbox-container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{height:16px;width:16px;border:1px solid var(--black-txt);border-radius:4px;margin-right:8px;display:flex;align-items:center;justify-content:center;transition:.2s}.checkbox-container input:checked~.checkmark{background-color:var(--red);border-color:var(--red)}.checkbox-container input:checked~.checkmark:after{content:"";width:10px;height:8px;background:url(/assets/icons/white_tick.svg) no-repeat center}.checkbox-label{font-size:14px;font-weight:400;color:var(--black-txt)}.forgot-link{font-size:14px;font-weight:600;color:var(--black-txt);text-decoration:none}.submit-btn{width:100%!important;height:51px!important;background-color:var(--red)!important;color:var(--white)!important;border-radius:8px!important;font-size:16px!important;font-weight:600!important;border:none!important;cursor:pointer;text-align:center}.footer-policy{margin-top:24px;font-size:14px;color:var(--black-txt);text-align:center}.footer-policy a{color:var(--black-txt);text-decoration:underline;transition:color .2s}.footer-policy a:hover{color:var(--red)}.error-text{color:var(--red);font-size:14px;margin-bottom:10px;text-align:center}.separator{text-align:center;margin:20px 0;position:relative}.separator:before{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background:var(--grey-stroke-1)}.separator span{background:var(--white);padding:0 10px;position:relative;color:var(--grey-txt-1);font-size:14px}.loading-screen{display:flex;justify-content:center;align-items:center;height:100vh}._pageContainer_147c6_1{max-width:750px;margin:2rem auto;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000012;text-align:center}._header_147c6_11 h1{font-size:1.8rem;color:#2c3e50;margin-bottom:.5rem}._header_147c6_11 p{font-size:1rem;color:#576574;margin-bottom:2rem}._uploadArea_147c6_23{border:2px dashed #c8d6e5;border-radius:12px;padding:2rem;background-color:#f9fafb;display:flex;flex-direction:column;align-items:center;gap:1.5rem}._uploadLabel_147c6_34{width:100%;padding:1rem;background-color:#fff;border:1px solid #c8d6e5;border-radius:8px;cursor:pointer;transition:background-color .2s;font-weight:500}._uploadLabel_147c6_34:hover{background-color:#f1f2f6}._button_147c6_49{padding:12px 32px;font-size:1rem;font-weight:600;background-color:#2c3e50;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s,opacity .2s}._button_147c6_49:hover:not(:disabled){background-color:#576574}._button_147c6_49:disabled{background-color:#a5b1c2;cursor:not-allowed;opacity:.7}._processingBox_147c6_71{padding:2rem}._processingBox_147c6_71 h3{margin-bottom:1rem;color:#2c3e50}._progressBar_147c6_80{width:100%;height:10px;background-color:#e0e6ed;border-radius:5px;overflow:hidden}._progressFill_147c6_88{height:100%;background-color:#27ae60;border-radius:5px}._resultBox_147c6_94{padding:2rem;border-radius:12px;margin-top:1rem;border:1px solid;display:flex;flex-direction:column;align-items:center;gap:1rem}._resultBox_147c6_94 h2{margin:0;font-size:1.5rem}._resultBox_147c6_94._valid_147c6_110{background-color:#e8f5e9;border-color:#a5d6a7;color:#1b5e20}._resultBox_147c6_94._invalid_147c6_116{background-color:#ffebee;border-color:#ef9a9a;color:#b71c1c}._details_147c6_122{width:100%;max-width:400px;text-align:left;margin:1rem 0;border-top:1px solid rgba(0,0,0,.1);padding-top:1rem}._details_147c6_122 p{margin:.5rem 0;display:flex;justify-content:space-between}._details_147c6_122 p strong{color:#333}._message_147c6_141{font-style:italic;opacity:.9}.table-container{width:100%;max-width:100%;background-color:var(--white);border:1px solid var(--grey-stroke-1);border-radius:8px;overflow:visible!important;margin-top:12px;box-sizing:border-box;position:relative;z-index:1}.table-scroll-wrapper{width:100%;overflow-x:auto;overflow-y:visible!important;display:block;min-height:200px}.table-scroll-wrapper::-webkit-scrollbar{height:6px}.table-scroll-wrapper::-webkit-scrollbar-track{background:var(--grey-bg-1);border-radius:10px}.table-scroll-wrapper::-webkit-scrollbar-thumb{background:var(--grey-stroke-1);border-radius:10px}.table-scroll-wrapper::-webkit-scrollbar-thumb:hover{background:var(--grey-txt-2)}.table-main{width:100%;min-width:900px;table-layout:fixed;border-collapse:collapse}.table-header-row{text-align:left;background-color:var(--grey-on-hover)}.table-header-row th{color:var(--black-txt)}.table-header-cell{padding:12px 20px;text-transform:capitalize;letter-spacing:.05em;border-bottom:none;color:var(--black-txt);white-space:nowrap;user-select:none}.table-header-cell.actions-column{text-align:right}.table-body-cell.actions-column{text-align:right;overflow:visible!important}.table-header-content-wrapper{display:flex;align-items:center;gap:8px;cursor:pointer}.sort-icon-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;height:16px;width:10px}.sort-arrow{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;margin:1px 0}.sort-arrow.up{border-bottom:5px solid #D1D5DB}.sort-arrow.down{border-top:5px solid #D1D5DB}.sort-arrow.up.active{border-bottom-color:#909090}.sort-arrow.down.active{border-top-color:#909090}.table-body-row{border-bottom:1px solid var(--grey-stroke-1);transition:background-color .1s ease-in-out;position:relative;z-index:1}.table-body-row:hover{background-color:#f8fafc;z-index:100}.table-body-row.selected-row{background-color:#f1f1f1!important}.table-body-row:last-child{border-bottom:none}.table-body-row.clickable{cursor:pointer}.table-body-cell{padding:12px 20px;color:var(--black-txt);vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.table-body-cell.role-description-column{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;padding:16px 20px}.table-description-text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color:var(--black-txt);line-height:1.4;font-family:Inter,sans-serif;font-size:14px;font-weight:400}.table-body-cell:last-child{overflow:visible!important;position:relative}.table-header-cell.checkbox-column{width:1%;padding:12px 8px 12px 20px}.table-body-cell.checkbox-column{width:1%;padding-left:20px!important}.table-actions-container{display:flex;justify-content:flex-end;gap:1rem}.table-actions-icons{display:flex;align-items:center;justify-content:flex-end;gap:12px;height:100%;width:100%}.table-status-message{padding:40px 24px;text-align:center;color:#64748b;font-size:16px;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-top:1rem}.table-status-loading{color:#334155}.table-status-error{color:var(--red);background-color:#fee2e2;border-color:#fca5a5}.table-expanded-row{background-color:#f8fafc}.table-expanded-cell{padding:0;border-bottom:1px solid #e2e8f0}.table-expanded-content{padding:16px 24px}.table-main input[type=checkbox]{appearance:none;-webkit-appearance:none;box-sizing:border-box;margin:0;width:16px;height:16px;border:1.5px solid var(--black-txt);border-radius:4px;cursor:pointer;flex-shrink:0;display:grid;place-content:center;transition:background-color .12s ease-in-out,border-color .12s ease-in-out;background-color:var(--white)}.table-main input[type=checkbox]:hover:not(:checked){background-color:var(--grey-on-hover);border-color:var(--black-txt)}.table-main input[type=checkbox]:before{content:"";width:10px;height:10px;transform:scale(0);transition:.12s transform ease-in-out;box-shadow:inset 1em 1em #fff;clip-path:path("M9.126.05c.241 0 .437.08.592.24.154.16.232.365.232.618 0 .253-.078.46-.232.62L3.798 7.686c-.17.178-.367.265-.591.265-.224 0-.42-.087-.591-.265L.282 5.26c-.154-.16-.232-.365-.232-.618 0-.253.078-.458.232-.619.154-.16.35-.24.592-.24.241 0 .437.08.592.24l1.704 1.773L3.206 5.833l.036-.037L8.534.29C8.688.13 8.885.05 9.126.05z")}.table-main input[type=checkbox]:checked{background-color:var(--red);border-color:var(--red)}.table-main input[type=checkbox]:checked:before{transform:scale(1) translateY(1px)}.status-badge{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:4px 14px!important;height:23px!important;min-width:20px!important;border-radius:4px!important;text-transform:uppercase!important;font-size:12px!important;font-weight:600!important;letter-spacing:.05em!important;line-height:1!important;white-space:nowrap!important}.status-badge.active{background-color:var(--green-light)!important;color:var(--green)!important}.status-badge.suspended{background-color:var(--yellow-light)!important;color:var(--orange)!important}.status-badge.deleted{background-color:var(--red-light-2)!important;color:var(--red)!important}.icon-button{background:none;border:none;cursor:pointer;padding:0;color:#64748b;display:inline-flex;align-items:center;justify-content:center;position:relative}.icon-button:hover{color:#1e293b}.icon-button[data-tooltip]:hover:after{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:8px;padding:6px 10px;background-color:#1f2937;color:#fff;font-size:12px;border-radius:4px;white-space:nowrap;z-index:99999;pointer-events:none;font-family:Inter,sans-serif;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.icon-button[data-tooltip]:hover:before{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:3px;border-width:5px;border-style:solid;border-color:#1F2937 transparent transparent transparent;z-index:99999}.pagination-container{display:flex;flex-direction:column;gap:30px;width:100%;padding:16px 0}.pagination-info{color:var(--grey-txt)}.pagination-row{display:flex;justify-content:space-between;align-items:center;width:100%}.pagination-controls,.pagination-numbers{display:flex;align-items:center;gap:8px}.pagination-arrow,.pagination-page-number{background-color:transparent;border:1px solid var(--grey-stroke-1);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;font-size:14px;color:var(--black-txt);padding:0}.pagination-page-number.active{background-color:var(--red);border-color:var(--red);color:var(--white)}.pagination-page-number:not(.active):hover{background-color:var(--grey-on-hover)}.pagination-arrow:disabled,.pagination-page-number:disabled{cursor:not-allowed;opacity:.5;color:var(--grey-txt-2)}.pagination-arrow:disabled{border-color:var(--grey-stroke-1);background-color:transparent}.pagination-arrow:not(:disabled):hover{background-color:var(--grey-on-hover)}.pagination-show{display:flex;align-items:center;gap:8px}.select-container{position:relative;width:100%}.select-trigger{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;border-radius:8px;border:1px solid var(--grey-stroke-1);background-color:var(--white);padding:12.5px 20px;outline:none;cursor:pointer;box-sizing:border-box;gap:var(--select-gap, 50px);transition:all .2s ease}.select-trigger:focus-within,.select-trigger:focus{border-color:#9ca3af;box-shadow:0 0 0 2px #e5e7eb}.select-trigger.dark{background-color:transparent;border:1px solid var(--dm-grey-stroke-2);border-radius:12px;color:var(--white)!important}.select-trigger.dark:focus-within,.select-trigger.dark:focus{border-color:var(--dm-purple-1);box-shadow:none}.select-trigger.dark .select-value{color:var(--white)!important}.select-placeholder{color:var(--grey-txt-4)!important;transition:all .2s ease}.select-trigger.dark .select-placeholder{color:var(--dm-grey-txt-4)!important;opacity:.6}.select-value-container{display:flex;flex-wrap:wrap;gap:8px;flex-grow:1;align-items:center}.select-multi-value{display:flex;align-items:center;background-color:#e5e7eb;border-radius:4px;padding:2px 8px;font-size:13px;line-height:1.2}.select-trigger.dark .select-multi-value{background-color:#ffffff1a;color:var(--white)!important}.select-multi-value-remove{margin-left:8px;cursor:pointer;font-weight:700;color:#6b7280}.select-trigger.dark .select-multi-value-remove{color:var(--dm-grey-txt-4)}.select-multi-value-remove:hover{color:#1f2937}.select-arrow{width:10px;height:10px;transition:transform .2s ease;color:var(--black-txt);flex-shrink:0}.select-content{position:absolute;left:0;top:100%;margin-top:4px;width:100%;border-radius:8px;border:1px solid var(--grey-stroke-1);background-color:#fff;box-shadow:0 10px 15px -3px #0000001a;z-index:99999;max-height:240px;overflow-y:auto;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease}.select-content.dark{background-color:#1e1e1e;border:1px solid var(--dm-grey-stroke-2)}.select-content.open{opacity:1;visibility:visible;transform:translateY(0)}.select-content-inner{padding:4px}.select-item{padding:8px 12px;cursor:pointer;display:flex;align-items:center;gap:10px;border-radius:6px;font-family:var(--subtitle1-font-family);font-weight:var(--subtitle1-font-weight);font-size:var(--subtitle1-font-size);color:var(--black-txt)}.select-item:hover{background-color:var(--grey-on-hover)}.select-item.selected{background-color:#e7e7e7;font-weight:400}.select-item.dark{color:var(--dm-grey-stroke-2)}.select-item.dark:hover{background-color:#ffffff14;color:var(--white)}.select-item.dark.selected{background-color:#ffffff26;color:var(--white)}.select-item-checkbox{appearance:none;-webkit-appearance:none;margin:0;width:16px;height:16px;border-radius:4px;border:1px solid var(--grey-stroke-1);cursor:pointer;flex-shrink:0;display:grid;place-content:center}.select-item.dark .select-item-checkbox{border-color:var(--dm-grey-stroke-2)}.select-item-checkbox:before{content:"";width:10px;height:10px;transform:scale(0);transition:.12s transform ease-in-out;box-shadow:inset 1em 1em var(--white);clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%)}.select-item.selected .select-item-checkbox{background-color:var(--red);border-color:var(--red)}.select-item.selected .select-item-checkbox:before{transform:scale(1)}.checkbox-container{display:inline-flex;align-items:center;position:relative;cursor:pointer;user-select:none;width:16px;height:16px}.input-checkbox-hidden{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkbox-custom{position:absolute;top:0;left:0;height:16px;width:16px;background-color:var(--white);border:1px solid var(--checkbox-border-color);border-radius:4px;box-sizing:border-box;transition:background-color .2s,border-color .2s}.checkbox-dark .checkbox-custom{background-color:transparent;border-width:1px;border-color:var(--dm-grey-stroke-2)}.input-checkbox-hidden:checked+.checkbox-custom,.input-checkbox-hidden:indeterminate+.checkbox-custom{background-color:var(--checkbox-active-color);border-color:var(--checkbox-active-color)}.checkbox-custom:after{content:"";position:absolute;display:none;left:2.5px;top:3px;width:10px;height:8px;border:none;transform:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.12598 0.0498047C9.36737 0.0498973 9.56358 0.130624 9.71777 0.291016C9.87202 0.451534 9.9501 0.65643 9.9502 0.90918C9.9502 1.16216 9.87214 1.3677 9.71777 1.52832L3.79785 7.68555C3.62708 7.86313 3.43036 7.9502 3.20605 7.9502C2.98178 7.95014 2.78501 7.86317 2.61426 7.68555L0.282227 5.25977C0.12801 5.09922 0.0498464 4.8944 0.0498047 4.6416C0.0498047 4.38882 0.128102 4.184 0.282227 4.02344C0.436414 3.86305 0.63263 3.78232 0.874023 3.78223C1.11561 3.78223 1.31154 3.86295 1.46582 4.02344L3.16992 5.7959L3.20605 5.83301L3.24219 5.7959L8.53418 0.291016C8.68841 0.130725 8.88454 0.0498047 9.12598 0.0498047Z' fill='white' stroke='%23B08CFF' stroke-width='0.1'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.input-checkbox-hidden:checked+.checkbox-custom:after{display:block}.input-checkbox-hidden:indeterminate+.checkbox-custom:after{content:"";display:block;position:absolute;left:4px;top:8px;width:10px;height:2px;background-color:var(--white);border:none;transform:none}.search-bar{height:41px;width:100%;position:relative;display:flex;align-items:center}.search-bar .search-icon{position:absolute;left:16px;width:16px;height:16px;color:#909090;pointer-events:none}.search-bar input{width:100%;height:100%;padding:12px 40px 11px 42px;border-radius:8px;border:1px solid var(--grey-stroke-1);background-color:var(--white);color:var(--black-txt);box-sizing:border-box}.search-bar input::placeholder{color:var(--grey-txt-2)}.search-bar input:focus{outline:none;border-color:#909090!important}.search-clear-btn{position:absolute;right:12px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#909090;transition:color .2s ease}.search-clear-btn svg{width:12px;height:12px}.search-clear-btn:hover{color:var(--black-txt)}.generic-header-wrapper{margin-bottom:0}.page-header-container{margin-bottom:30px}.breadcrumbs-and-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.breadcrumbs{display:flex;align-items:center;gap:8px}.breadcrumb-link{text-decoration:none;color:var(--black-txt)}.breadcrumb-link.breadcrumb-current:hover{text-decoration:none;cursor:default}.header-actions{display:flex;align-items:center;gap:16px}.header-actions .button{display:flex;align-items:center;gap:8px}.exportbutton{padding:11px 20px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important}.export-dropdown-container{position:relative;display:inline-block}.export-arrow-icon{width:10px!important;height:10px!important;min-width:10px!important;flex-shrink:0;display:block;transform:none!important;rotate:0deg!important;transition:none!important;margin-left:2px;color:var(--black-txt)}.export-arrow-icon.open,.exportbutton:hover .export-arrow-icon,.exportbutton:active .export-arrow-icon{transform:none!important;rotate:0deg!important}.export-dropdown-menu{position:absolute;top:calc(100% + 4px);right:0;background:#fff;border:1px solid #E7E7E7;box-shadow:0 4px 12px #0000001a;border-radius:8px;min-width:160px;z-index:1000;padding:8px}.export-dropdown-item{padding:10px 16px;border-radius:6px;cursor:pointer;color:var(--black-txt);transition:background .2s;white-space:nowrap}.export-dropdown-item:hover{background:var(--grey-on-hover)}.addbutton{padding:14px 20px!important}.add-dropdown-container{position:relative;display:inline-block}.addbutton-dropdown{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px}.add-dropdown-arrow{width:8px!important;height:8px!important;min-width:8px!important;flex-shrink:0;display:block;transform:none!important;rotate:0deg!important;transition:none!important;margin-bottom:1px;color:#fff!important;fill:#fff!important;stroke:#fff!important}.add-dropdown-arrow.open,.addbutton-dropdown:hover .add-dropdown-arrow{transform:none!important;rotate:0deg!important}.add-dropdown-arrow path{fill:#fff!important;stroke:#fff!important}.add-dropdown-menu{position:absolute;top:calc(100% + 4px);right:0;background:#fff;border:1px solid #E7E7E7;box-shadow:0 4px 12px #0000001a;border-radius:8px;min-width:180px;z-index:1000;padding:8px}.add-dropdown-item{padding:10px 16px;border-radius:6px;cursor:pointer;color:var(--black-txt);transition:background .2s;white-space:nowrap}.add-dropdown-item:hover{background:var(--grey-on-hover)}.settings-dropdown-container{position:relative;display:inline-block}.table-settings-button{width:44px!important;height:44px!important;min-width:44px!important;border-radius:8px;border:none!important;display:flex!important;align-items:center;justify-content:center;padding:0!important;cursor:pointer}.table-settings-icon{width:25px!important;height:5px!important}.settings-dropdown-menu{position:absolute;top:calc(100% + 4px);right:0;background:#fff;border:1px solid #E7E7E7;box-shadow:0 4px 12px #0000001a;border-radius:8px;width:222px;z-index:1000;padding:12px}.settings-dropdown-item{padding:8px 12px;border-radius:4px;cursor:pointer;color:var(--black-txt);transition:background .2s}.settings-dropdown-item:hover{background:var(--grey-on-hover)}.page-title-and-description h1{margin-bottom:12px}.page-title-and-description p{max-width:700px}.filters-container{display:flex;gap:8px;align-items:center;flex-wrap:nowrap}.filter-search-bar{width:380px;flex-shrink:0}.filter-search-bar:focus,.filter-search-bar:focus-within,input.filter-search-bar:focus{border-color:#909090!important;outline:none}.filter-select{width:180px;min-width:140px;flex-shrink:0;justify-content:space-between;gap:12px;height:40px!important;padding:0 16px!important;font-family:Inter,sans-serif!important;font-size:14px!important;font-weight:600!important;color:var(--black-txt)!important}.filter-select-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left;flex-grow:1;min-width:0}.filter-select svg:last-child{transform:none!important;rotate:0deg!important;transition:none!important;margin-left:0!important;flex-shrink:0}.more-filters-btn{height:40px!important;padding:0 16px!important;font-family:Inter,sans-serif!important;font-size:14px!important;font-weight:600!important;color:var(--black-txt)!important;display:flex;align-items:center;justify-content:center}.button-icon-right{display:inline-flex;align-items:center;margin-left:12px}.side-panel-filters-list{display:flex;flex-direction:column;gap:16px;padding-bottom:20px}.filter-accordion-title{font-family:Inter,sans-serif;font-size:16px;font-weight:600;color:var(--black-txt);display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:12px 0}.side-panel-search-wrapper{margin-bottom:12px}.filter-search-bar-small input{height:36px!important;padding:8px 36px!important;font-size:14px}.filter-search-bar-small .search-icon{width:14px;height:14px}.filter-option-label{display:flex;align-items:center;gap:12px;padding:0;cursor:pointer;width:100%}.filter-option-text{line-height:1.2}.hide-search-bar-wrapper .filter-search-bar{display:none!important}.no-results-text{color:var(--grey-txt);padding:8px 0}@media(max-width:1279px){.breadcrumbs-and-actions{flex-direction:column;align-items:flex-start;gap:20px}.header-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}}.multiselect-container{position:relative;display:inline-block}.multiselect-menu{position:absolute;top:calc(100% + 4px);right:0;z-index:1000;width:240px;background-color:var(--white);border:1px solid var(--grey-stroke-1);box-shadow:0 4px 12px #0000001a;border-radius:8px;padding:8px 0;display:flex;flex-direction:column}.multiselect-search-wrapper{padding:0 8px 8px;border-bottom:1px solid var(--grey-stroke-1);margin-bottom:4px}.multiselect-search-bar{height:36px!important}.multiselect-options-list{max-height:250px;overflow-y:auto;padding:0 4px;display:flex;flex-direction:column;gap:4px}.multiselect-options-list::-webkit-scrollbar{width:4px}.multiselect-options-list::-webkit-scrollbar-track{background:transparent}.multiselect-options-list::-webkit-scrollbar-thumb{background:var(--grey-stroke-1);border-radius:4px}.multiselect-option{display:flex;align-items:center;gap:10px;padding:8px 12px;cursor:pointer;border-radius:4px;transition:background-color .2s;user-select:none}.multiselect-option:hover{background-color:var(--grey-on-hover)}.multiselect-option-label{font-family:Inter,sans-serif;font-size:14px;color:var(--black-txt);line-height:1.2}.multiselect-option input[type=checkbox]{appearance:none;-webkit-appearance:none;margin:0;width:16px;height:16px;border:1px solid var(--black-txt);border-radius:4px;cursor:pointer;flex-shrink:0;display:grid;place-content:center;background-color:var(--white)}.multiselect-option input[type=checkbox]:checked{background-color:var(--white)}.multiselect-option input[type=checkbox]:before{content:"";width:10px;height:10px;transform:scale(0);transition:.12s transform ease-in-out;box-shadow:inset 1em 1em var(--black-txt);transform-origin:center;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%)}.multiselect-option input[type=checkbox]:checked:before{transform:scale(1)}.multiselect-option input[type=radio]{appearance:none;-webkit-appearance:none;margin:0;width:16px;height:16px;border:1px solid var(--black-txt);border-radius:50%;cursor:pointer;flex-shrink:0;display:grid;place-content:center;background-color:var(--white)}.multiselect-option input[type=radio]:before{content:"";width:8px;height:8px;border-radius:50%;transform:scale(0);transition:.12s transform ease-in-out;box-shadow:inset 1em 1em var(--black-txt)}.multiselect-option input[type=radio]:checked:before{transform:scale(1)}.multiselect-apply-btn-wrapper{padding:8px;border-top:1px solid var(--grey-stroke-1);margin-top:4px}.multiselect-apply-btn{width:100%}.side-panel-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;visibility:hidden}.side-panel-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;opacity:0;transition:opacity .3s ease-in-out,visibility .3s}.side-panel{position:fixed;top:0;right:0;height:100%;width:396px;background-color:var(--white);box-shadow:-2px 0 8px #00000026;transform:translate(100%);transition:transform .3s ease-in-out;display:flex;flex-direction:column}.side-panel-wrapper.open{visibility:visible}.side-panel-wrapper.open .side-panel-overlay{opacity:1}.side-panel-wrapper.open .side-panel{transform:translate(0)}.side-panel-header{display:flex;justify-content:space-between;align-items:flex-start;padding:20px 20px 30px;flex-shrink:0}.side-panel-close-btn{background:none;border:none;cursor:pointer;padding:0}.side-panel-content{flex-grow:1;overflow-y:auto;padding:0 20px 20px;display:flex;flex-direction:column}.side-panel-filters-list{display:flex;flex-direction:column;flex-grow:1}.filter-option-label{display:flex;align-items:center;gap:12px;cursor:pointer}.side-panel-footer{padding:40px 0;display:flex;gap:12px;margin-top:auto;max-width:256px}.side-panel-filter-item{padding:20px 0;border-bottom:1px solid var(--grey-stroke-1);display:flex;flex-direction:column;gap:16px}.side-panel-filter-item-title{padding:0 14px 0 0;margin:0}.filter-option-label input[type=checkbox]{appearance:none;-webkit-appearance:none;margin:0;width:16px;height:16px;border:1px solid var(--black-txt);border-radius:4px;cursor:pointer;flex-shrink:0;display:grid;place-content:center;transition:background-color .12s ease-in-out,border-color .12s ease-in-out}.filter-option-label input[type=checkbox]:hover:not(:checked){background-color:var(--grey-on-hover)}.filter-option-label input[type=checkbox]:before{content:"";width:10px;height:10px;transform:scale(0);transition:.12s transform ease-in-out;box-shadow:inset 1em 1em #fff;clip-path:path("M9.126.05c.241 0 .437.08.592.24.154.16.232.365.232.618 0 .253-.078.46-.232.62L3.798 7.686c-.17.178-.367.265-.591.265-.224 0-.42-.087-.591-.265L.282 5.26c-.154-.16-.232-.365-.232-.618 0-.253.078-.458.232-.619.154-.16.35-.24.592-.24.241 0 .437.08.592.24l1.704 1.773L3.206 5.833l.036-.037L8.534.29C8.688.13 8.885.05 9.126.05z")}.filter-option-label input[type=checkbox]:checked{background-color:var(--red);border-color:var(--red)}.filter-option-label input[type=checkbox]:checked:before{transform:scale(1) translateY(1px)}.filter-accordion{border-bottom:1px solid var(--grey-stroke-1)}.filter-accordion-header{display:flex;justify-content:space-between;align-items:center;width:100%;background:none;border:none;padding:20px 14px 20px 0;cursor:pointer;text-align:left}.filter-accordion-content{padding:0 0 20px;display:flex;flex-direction:column;gap:16px}.filter-accordion-arrow{transition:transform .2s ease-in-out;flex-shrink:0}svg.filter-accordion-arrow{height:12px;width:12px;flex-shrink:0;transition:transform .2s ease-in-out}.filter-accordion-arrow.open{transform:rotate(180deg)}.filter-accordion-content .filter-search-bar{margin-bottom:0;max-width:356px}.active-filters-container{margin-top:16px;display:flex;flex-direction:column;align-items:flex-start;gap:12px}.active-filters-list{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.active-filters-label{font-family:Inter,sans-serif;font-size:14px;color:var(--grey-txt);margin-right:4px}.filter-pill{display:inline-flex;align-items:center;gap:8px;background-color:var(--grey-on-hover);border-radius:4px;padding:4px 8px}.pill-label{font-family:Inter,sans-serif;font-size:14px;color:var(--black-txt)}.pill-remove-button{background:none;border:none;padding:0;margin:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--black-txt)}.pill-remove-button svg{width:10px;height:10px}.clear-all-button{background:none;border:none;padding:0;margin:0;cursor:pointer;font-family:Inter,sans-serif;font-size:14px;font-weight:600;text-decoration:underline;color:var(--black-txt)}.clear-all-button:hover{color:var(--grey-txt)}.modal-overlay{position:fixed;inset:0;background-color:#0009;display:flex;align-items:flex-start;justify-content:center;z-index:1050;opacity:0;animation:fadeIn .3s forwards;padding-top:70px}.modal-container{background-color:var(--white);padding:30px 30px 50px 40px;border-radius:16px;box-shadow:0 8px 30px #00000026;width:100%;max-width:640px;transform:scale(.95);animation:scaleUp .3s forwards;display:flex;flex-direction:column;position:relative}.modal-close-button{background:none;border:none;cursor:pointer;padding:0;position:absolute;top:30px;right:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease;z-index:10}.modal-close-button:hover{background-color:#f0f0f0}.modal-close-button svg{width:20px;height:20px}.modal-container .h1{margin-top:20px;margin-bottom:20px;padding-right:40px}.modal-body{max-width:550px}.modal-body p{margin:0 0 120px}.modal-footer{display:flex;justify-content:flex-start;gap:12px;margin-top:auto;height:44px}.modal-body .modal-description-form{margin:0 0 20px}.action-row{display:flex;flex-direction:column;gap:16px;max-width:310px}.form-group{display:flex;flex-direction:column;gap:8px}.form-label span{color:var(--red)}.add-action-button{background-color:var(--grey-on-hover)!important;margin-top:4px!important;border:none!important;padding:14.5px 32px!important}.add-action-button:hover{background-color:#e5e7eb!important}.modal-footer-form{margin-top:50px}.users-management-page{padding-bottom:24px}.users-management-page.bulk-actions-visible{padding-bottom:100px}.users-management-page::-webkit-scrollbar{width:0px!important;background:transparent!important}div[class*=content]::-webkit-scrollbar,main::-webkit-scrollbar{width:0px!important;background:transparent!important}.users-management-page,div[class*=content],main{scrollbar-width:none!important}.user-info-cell{display:flex;align-items:center;gap:8px}.user-avatar-small{width:40px;height:40px;border-radius:50%;border:1px solid #D6D6D6;object-fit:cover;flex-shrink:0;background-color:#f3f4f6}.user-avatar-placeholder{width:40px;height:40px;border-radius:50%;border:1px solid #D6D6D6;background-color:#e5e7eb;color:#6b7280;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;flex-shrink:0;text-transform:uppercase;user-select:none}.notification{position:fixed;top:78px;right:20px;width:100%;max-width:456px;border-radius:8px;display:flex;align-items:flex-start;padding:24px 20px;z-index:2000;transition:opacity .3s ease,transform .3s ease;opacity:0;transform:translate(110%)}.notification-visible{opacity:1;transform:translate(0)}.notification-hidden{opacity:0;transform:translate(110%)}.notification-success{background-color:var(--green-light)}.notification-error{background-color:var(--red-light)}.notification-warning{background-color:var(--yellow-light)}.notification-icon{margin-right:12px;flex-shrink:0}.notification-content{flex-grow:1;margin-right:12px;text-align:left}.notification-title{margin:0 0 4px!important}.notification-close-button{background:none;border:none;cursor:pointer;padding:0;margin-top:2px;flex-shrink:0;opacity:.7;transition:opacity .2s ease}.notification-close-button svg{width:16px;height:16px;fill:currentColor}.notification-success .notification-close-button{color:var(--green)}.notification-error .notification-close-button{color:var(--red)}.notification-warning .notification-close-button{color:var(--yellow)}.notification-info .notification-close-button{color:var(--grey-txt)}.notification-close-button:hover{opacity:1}.bulk-actions-bar{position:fixed;bottom:24px;right:32px;left:300px;transform:translateY(150%);opacity:0;transition:transform .3s ease-in-out,opacity .3s ease-in-out;background-color:var(--red);color:var(--white);border-radius:12px;padding:16px 24px;z-index:100;box-shadow:0 4px 20px #0003;box-sizing:border-box;display:flex;align-items:center}.bulk-close-button svg{width:24px;height:24px;filter:none!important}.bulk-close-button svg path{stroke:#fff!important;fill:none!important;stroke-width:2px}._adminLayoutContainer_6pi8f_1{background-color:var(--white)}._contentWrapper_6pi8f_5{display:flex;flex-direction:column;flex-grow:1;height:100vh;margin-left:282px;transition:margin-left .3s ease-in-out}.sidebar.collapsed+._contentWrapper_6pi8f_5{margin-left:70px}._sectionLayout_6pi8f_19{display:flex;flex-grow:1;overflow:visible}._mainContentArea_6pi8f_26{flex-grow:1;padding:20px 20px 40px 40px;position:relative;min-width:0;display:flex;flex-direction:column;overflow-y:auto}._mainContentArea_6pi8f_26._bulk-actions-visible_6pi8f_36{padding-bottom:100px}.sidebar{background-color:var(--grey-bg-1);height:100vh;position:fixed;top:0;left:0;z-index:1000;display:flex;flex-direction:column;border-right:1px solid var(--grey-stroke-1);transition:width .3s ease-in-out}.sidebar.expanded{width:282px}.sidebar.collapsed{width:70px}.sidebar-header{display:flex;align-items:center;padding:15px 97px 40px 15px;box-sizing:border-box;transition:justify-content .3s ease-in-out}.sidebar.collapsed .sidebar-header{justify-content:center;padding:15px 0}.logo-full,.logo-icon{transition:opacity .2s ease-in-out,transform .2s ease-in-out}.logo-full{width:170px;height:40px;opacity:1;transform:scale(1)}.logo-icon,.sidebar.collapsed .logo-full{opacity:0;transform:scale(0);position:absolute}.sidebar.collapsed .logo-icon{opacity:1;transform:scale(1);position:static}.sidebar-toggle{position:absolute;top:55px;right:-16px;width:30px;height:30px;border-radius:50%;background-color:#fff;border:1px solid var(--grey-stroke-1);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s ease-in-out,background-color .2s}.sidebar-toggle:hover{background-color:var(--grey-on-hover)}.sidebar.collapsed .sidebar-toggle{transform:rotate(180deg)}.toggle-icon{width:10px;height:10px}.sidebar-nav{padding:0 12px 0 11px;flex-grow:1}.nav-section{margin-top:20px}.nav-section:first-child{margin-top:0}.nav-section ul{list-style:none;padding:0;margin-top:12px}.section-title{display:block;font-family:Inter,sans-serif;font-weight:500;font-size:12px;line-height:1;letter-spacing:0;text-transform:uppercase;color:var(--grey-txt-1);white-space:nowrap;opacity:1;transition:opacity .2s ease-in-out,margin-bottom .3s ease-in-out,height .3s ease-in-out;margin-bottom:12px;height:12px;overflow:hidden}.sidebar.collapsed .section-title{opacity:0;margin-bottom:0;height:0}.nav-section:not(:first-child){border-top:1px solid var(--grey-stroke-1);padding-top:20px}.nav-item{display:flex;align-items:center;gap:14px;padding:14px;border-radius:8px;text-decoration:none;color:var(--black-txt);white-space:nowrap}.nav-icon{transition:filter .2s ease-in-out}.sidebar.collapsed .nav-text{opacity:0;width:0;overflow:hidden}.nav-item:hover{background-color:var(--grey-on-hover)}.nav-item.active{background-color:var(--red);color:var(--white)!important}.nav-item.active .subtitle-1{color:var(--white)}.nav-item.active .nav-icon{filter:brightness(0) invert(1)}.sidebar.collapsed .nav-item{position:relative;padding:10px}.sidebar.collapsed .sidebar-nav{padding:0 15px}.sidebar.collapsed .nav-section{margin-top:10px}.sidebar.collapsed .nav-item:hover:after{content:attr(title);position:absolute;left:50px;top:50%;transform:translateY(-50%);background-color:var(--black-txt);color:#fff;padding:10px;border-radius:6px;font-size:14px;font-weight:500;white-space:nowrap;z-index:1001;font-family:var(--subtitle2-font-family);font-weight:var(--subtitle2-font-weight);font-size:var(--subtitle2-font-size);line-height:var(--subtitle2-line-height);letter-spacing:var(--subtitle2-letter-spacing)}.nav-item.switch-button{background-color:#eaf7f2;color:#27ae60;border:1px solid #27ae60}.nav-item.switch-button .subtitle-1{color:#27ae60;font-weight:600}.nav-item.switch-button .nav-icon{filter:invert(55%) sepia(51%) saturate(497%) hue-rotate(97deg) brightness(91%) contrast(90%)}.nav-item.switch-button:hover{background-color:#dff2e9;border-color:#2ecc71}.main-header{display:flex;justify-content:space-between;align-items:center;padding:15px 32px 15px 40px;background-color:var(--white);border-bottom:1px solid var(--grey-stroke-1);height:70px;box-sizing:border-box}.header-left{flex:1;max-width:370px}.header-right{display:flex;align-items:center;gap:20px}.header-actions{display:flex;align-items:center;gap:8px}.action-button{background:none;border:none;cursor:pointer;padding:10px;display:flex;align-items:center;justify-content:center;position:relative;border-radius:8px;transition:background-color .2s ease-in-out}.action-button:hover{background-color:var(--grey-on-hover)}.action-button svg{width:20px;height:20px}.action-button.has-notification .notification-dot{position:absolute;top:8px;right:8px;width:10px;height:10px;background-color:var(--red);border-radius:50%;border:1px solid var(--white)}.user-menu{position:relative}.user-menu-trigger{display:flex;align-items:center;gap:12px;background:none;border:none;cursor:pointer}.user-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;border:1px solid var(--grey-stroke-1)}.user-avatar-placeholder{width:38px;height:38px;border-radius:50%;border:1px solid var(--grey-stroke-1);background-color:#f0f0f0;animation:pulse 1.5s infinite ease-in-out}@keyframes pulse{0%{background-color:#f0f0f0}50%{background-color:#e0e0e0}to{background-color:#f0f0f0}}.user-info{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.user-name{font-family:var(--subtitle1-font-family);font-weight:600;font-size:14px;color:var(--black-txt);margin-bottom:4px}.user-role{font-family:var(--subtitle1-font-family);font-weight:400;font-size:12px;color:var(--black-txt)}.user-menu-arrow{width:10px;height:10px;transition:transform .2s ease-in-out,margin-top .2s ease-in-out;align-self:flex-start;margin-top:4px;margin-left:-4px}.user-menu-arrow.open{transform:rotate(180deg);margin-top:8px}.dropdown-menu{max-width:204px;max-height:232px;position:absolute;top:46px;right:0;background-color:var(--white);border:1px solid var(--grey-stroke-1);border-radius:8px;box-shadow:0 4px 12px #2223;width:220px;z-index:1100;padding:12px}.dropdown-menu ul{list-style:none;margin:0;padding:0}.dropdown-item{max-width:180px;max-height:36px;display:flex;align-items:center;gap:8px;padding:8px 12px!important;border-radius:4px;text-decoration:none;color:var(--black-txt)}.dropdown-item:hover{background-color:var(--grey-on-hover)!important}.dropdown-item .highlight{color:var(--red)}.dropdown-divider{height:1px;background-color:var(--grey-stroke-1);margin:8px 0}.impersonation-banner{background-color:#fef3c7;border-bottom:1px solid #f59e0b;color:#92400e;padding:8px 40px;width:100%;position:sticky;top:0;z-index:1200;display:flex;justify-content:center;align-items:center}.impersonation-content{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1440px}.impersonation-text{font-family:var(--subtitle1-font-family);font-size:14px}.impersonation-return-btn{background-color:#f59e0b;color:#fff;border:none;padding:6px 16px;border-radius:6px;font-family:var(--subtitle1-font-family);font-weight:600;font-size:13px;cursor:pointer;transition:background-color .2s}.impersonation-return-btn:hover{background-color:#d97706}.impersonation-return-btn:disabled{background-color:#fcd34d;cursor:not-allowed}.avatar-wrapper{position:relative;display:flex}.avatar-impersonation-badge{position:absolute;bottom:-4px;left:50%;transform:translate(-50%);background-color:#f59e0b;color:#fff;font-size:8px;padding:1px 4px;border-radius:4px;text-transform:uppercase;font-weight:800;white-space:nowrap;border:1px solid white}.main-header.with-banner{border-top:none}.settings-menu-container{position:absolute;top:59px;right:32px;width:648px;max-height:608px;background-color:var(--white);border-radius:8px;border:1px solid var(--grey-stroke-1);box-shadow:0 4px 12px #2223;padding:20px;display:flex;flex-direction:column;z-index:1200}.settings-menu-edit-row{display:flex;justify-content:flex-end;margin-bottom:8px}.edit-menu-btn{display:flex;align-items:center;gap:10px;background-color:var(--grey-on-hover);border:1px solid transparent;padding:12px 16px;border-radius:8px;cursor:pointer;transition:background-color .2s;text-decoration:none}.edit-menu-btn:hover{background-color:#e9e9e9}.edit-menu-btn svg{width:16px;height:16px}.settings-tabs{position:relative;display:flex;gap:30px;border-bottom:1px solid var(--grey-stroke-1);margin-bottom:12px;overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none;-ms-overflow-style:none}.settings-tabs::-webkit-scrollbar{display:none}.settings-tabs:after{content:"";position:absolute;right:0;top:0;height:100%;width:40px;pointer-events:none}.tab-item{padding:10px 4px;border:none;background:none;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;flex-shrink:0}.tab-item.active{border-bottom-color:var(--red)}.settings-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:20px;overflow-y:auto;flex-grow:1}.menu-card{display:flex;align-items:flex-start;gap:12px;padding:12px 8px;border-radius:8px;border:1px solid transparent;text-decoration:none;color:inherit}.menu-card:hover{border-color:var(--grey-stroke-1);background-color:var(--grey-bg-1)}.card-icon-wrapper{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:var(--red-light);border-radius:8px}.card-text h4{margin:0 0 4px}.card-text p{color:var(--black-txt)}.settings-menu-footer{margin-top:auto;padding-top:16px}.footer-link{display:flex;justify-content:space-between;align-items:center;background-color:var( --grey-on-hover);padding:10px 18.5px 10px 20px;border-radius:8px;text-decoration:none;color:inherit}.footer-link:hover{background-color:#e9e9e9}.footer-text h4{margin-bottom:4px}.settings-search-override{margin-top:12px;margin-bottom:16px}.admin-nav-settings-page{background-color:var(--white)}.top-actions-bar{display:flex;justify-content:flex-end;margin-bottom:20px}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px;background-color:var(--white);padding:0}.header-text h2{margin-bottom:12px}.reset-admin-menu-btn{background-color:var(--red);color:var(--white)!important;border:none;padding:14px 20.5px;border-radius:8px;cursor:pointer}.settings-container{background-color:var(--white);border:1px solid var(--grey-stroke-1);border-radius:8px;max-width:990px;margin-bottom:20px;transition:border-color .2s,background-color .2s}.group-wrapper{border-bottom:1px solid var(--grey-stroke-1);transition:opacity .2s ease-in-out}.group-wrapper:last-child{border-bottom:none}.group-header{display:flex;align-items:center;gap:20px;padding:30px 20px}.icon-button{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.chevron-button{transition:transform .2s ease-in-out;background-color:var(--grey-on-hover);width:36px;height:36px;border-radius:8px}.chevron-button.open{transform:rotate(180deg)}.group-name-input{max-width:472px;flex-grow:1;border:1px solid var(--grey-stroke-1);border-radius:8px;padding:11px 0 11px 16px}.delete-group-btn{display:flex;align-items:center;gap:10px;background:none;border:none;cursor:pointer;color:var(--grey-txt-1);padding-left:186px}.items-container{margin:0 75px 12px 65px;display:flex;flex-direction:column;gap:1px;background-color:var(--grey-on-hover);border-radius:8px;overflow:hidden}.item-card{display:flex;align-items:flex-start;gap:12px;padding:20px;background-color:var(--grey-on-hover);border-bottom:1px solid var(--grey-stroke-1)}.item-drag-handle svg{height:24px;width:24px}.item-content{flex-grow:1;display:grid;grid-template-columns:140px 1fr;grid-template-areas:"label title" "label desc" "label count";gap:12px 90px}.item-label{grid-area:label;color:var(--black-txt);padding-top:6px;max-width:306px}.item-title-input{grid-area:title;border:1px solid var(--grey-stroke-1);padding:12px 16px;border-radius:8px;width:100%;background:none;max-width:270px}.item-description-input{grid-area:desc;border:1px solid var(--grey-stroke-1);padding:12px 16px 40px;border-radius:8px;resize:vertical;color:var(--black-txt);width:100%;min-height:50px;background:none;max-width:270px}.char-count{grid-area:count;text-align:right;color:var(--grey-txt)!important;padding-top:-4px;padding-right:208px}.item-delete-button{align-self:flex-start;padding-top:6px;padding-right:20px}.add-new-group-btn{max-width:990px;width:100%;text-align:center;padding:14px;background-color:var(--grey-on-hover);border:none;border-radius:8px;cursor:pointer;margin:24px}.footer-actions{display:flex;justify-content:flex-start;gap:20px;margin-top:50px}.cancel-btn,.save-btn{border:1px solid var(--grey-stroke-1);padding:13px 32px;border-radius:8px;cursor:pointer}.cancel-btn{background-color:var(--white);color:var(--black-txt)}.save-btn{background-color:var(--red);color:var(--white)!important;border-color:var(--red)}.settings-container.is-dragging-over{border:1px dashed var(--red);background-color:#fff8f8}.group-wrapper.is-dragging,.item-card.is-dragging{opacity:.8;box-shadow:0 8px 20px #32323233;background-color:var(--white)}.drag-handle-wrapper,.item-drag-handle{cursor:grab}.add-item-row{margin:0 75px 30px 65px}.add-menu-item-btn{display:flex;justify-content:space-between;align-items:center;width:100%;padding:12px 20px;background-color:var(--white);border:1px solid var(--grey-stroke-1);border-radius:8px;box-shadow:0 1px 2px #0000000d;cursor:pointer;text-align:left;max-width:216px}.add-menu-item-btn span{flex-grow:1}.add-arrowdown-icon{width:10px;height:10px}.overview-page{padding:24px;background-color:var(--white)}.hero-section{background:linear-gradient(#19191999,#19191999),url(/assets/images/admin-hero-bg-BcTKGtCs.jpg);background-size:cover;background-position:center;color:var(--white);border-radius:16px;padding:80px 0 81px;text-align:center;margin-bottom:40px}.hero-section h1{margin-bottom:12px;color:var(--white)}.hero-section p{color:var(--white);max-width:600px;margin:0 auto 40px}.hero-search-bar{max-width:480px;margin:0 auto}.hero-search-bar .search-bar input{background-color:var(--white);border-radius:8px;border:1px solid var(--grey-stroke-1)}.tabs-nav{display:flex;align-items:center;gap:30px;border-bottom:1px solid var(--grey-stroke-1);margin-bottom:32px}.tab-button{background:none;border:none;padding:16px 4px;cursor:pointer;border-bottom:3px solid transparent;font-weight:400!important}.tab-button.active{color:var(--black-txt);border-bottom-color:var(--red);font-weight:600!important}.tab-more-icon{padding:16px 4px;color:var(--grey-txt-1);cursor:pointer}.cards-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:16px;max-width:760px}.content-card{display:flex;align-items:flex-start;border:1px solid var(--grey-stroke-1);border-radius:8px;padding:30px}.card-category{width:280px;flex-shrink:0;padding-right:20px;margin:0}.card-links-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.card-link{text-decoration:none;color:var(--black-txt)}.card-link:hover{text-decoration:underline}.secondary-sidebar{width:180px;min-width:180px;background-color:var(--white);height:100%;border-right:1px solid var(--grey-stroke-1);padding:30px 8px;display:flex;flex-direction:column}.secondary-sidebar-title{padding:0 12px 12px}.secondary-sidebar-nav ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.secondary-sidebar-nav-item{display:flex;justify-content:space-between;align-items:center;padding:11.5px 12px!important;border-radius:4px;text-decoration:none!important;transition:background-color .2s,color .2s}.secondary-sidebar-nav-item:hover{background-color:var(--grey-on-hover)}.secondary-sidebar-nav-item.active{background-color:var(--red);color:var(--white);font-weight:600!important}.secondary-sidebar-arrow{font-size:18px}._profilePageContainer_4id3i_1{width:100%}._profilePageLayout_4id3i_5{display:grid;grid-template-columns:1fr 431px;gap:40px;margin:0 auto}._mainContent_4id3i_12{display:flex;flex-direction:column;gap:1.5rem}._sidebar_4id3i_18{display:flex;flex-direction:column;gap:20px}._loading_4id3i_24,._error_4id3i_24{padding:2rem;font-size:1.2rem}._profileHeader_4id3i_29{position:relative;width:100%;background-color:var(--white);border-radius:20px;border:1px solid var(--grey-stroke-1);margin-bottom:20px}._bannerImage_4id3i_38{width:100%;height:200px;object-fit:cover;border-radius:20px 20px 0 0}._headerContentWrapper_4id3i_45{margin:0 auto;padding:0 28px}._headerContent_4id3i_45{display:flex;align-items:flex-end;gap:20px;margin-top:-47px;position:relative;z-index:2;padding-bottom:20px}._avatar_4id3i_60{width:130px;height:130px;border-radius:50%;border:5px solid var(--white);background-color:var(--grey-on-hover);object-fit:cover;transform:translateY(-20px)}._userInfoSection_4id3i_70{flex-grow:1}._userNameRow_4id3i_74{display:flex;align-items:center;gap:12px}._userNameRow_4id3i_74 h1{margin-bottom:5px}._statusBadge_4id3i_84{display:inline-block;padding:8px 14px;border-radius:4px;text-transform:capitalize}._statusBadge_4id3i_84._active_4id3i_91{background-color:var(--green-light);color:var(--green)}._statusBadge_4id3i_84._suspended_4id3i_96{background-color:var(--yellow-light);color:var(--orange)}._statusBadge_4id3i_84._deleted_4id3i_101{background-color:var(--red-light-2);color:var(--red)}._userRole_4id3i_106{color:var(--grey-txt)!important;padding-bottom:12px}._userMeta_4id3i_111{display:flex;align-items:center;gap:16px}._metaItem_4id3i_117{display:flex;align-items:center;gap:4px}._metaIcon_4id3i_123{width:18px;height:18px}._userMeta_4id3i_111 span{color:var(--grey-txt)!important}._userMeta_4id3i_111 a{color:var(--grey-txt)!important;text-decoration:none}._userMeta_4id3i_111 a:hover{text-decoration:underline}._actionsSection_4id3i_140{display:flex;gap:20px;align-self:flex-start;margin-top:63px}._buttonIcon_4id3i_147{width:16px;height:16px}._moreButton_4id3i_152{margin-left:-12px!important}._profileTabs_4id3i_156{display:flex;gap:30px;border-bottom:1px solid var(--grey-stroke-1)}._profileTabs_4id3i_156 button{padding:10px 4px;font-size:16px!important;border:none;background:none;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s;margin-bottom:-1px}._profileTabs_4id3i_156 button._active_4id3i_91{border-bottom-color:var(--red)}._tabContent_4id3i_177{display:flex;flex-direction:column;gap:30px}._profileCard_4id3i_183{padding:20px 20px 40px;border-radius:12px;border:1px solid var(--grey-stroke-1)}._profileCard_4id3i_183 h2{border-bottom:1px solid var(--grey-stroke-1)}._card_4id3i_193{border-bottom:1px solid var(--grey-stroke-1);padding-bottom:30px}._card_4id3i_193:last-child{border-bottom:none}._card_4id3i_193 h2{margin-bottom:20px}._aboutSection_4id3i_206{margin-bottom:30px}._aboutSection_4id3i_206 h3{margin-bottom:8px}._detailsGrid_4id3i_214{display:grid;grid-template-columns:1fr 1fr;gap:20px 120px}._infoItem_4id3i_220{display:flex;flex-direction:column;gap:8px}._infoValue_4id3i_226 a{color:#3d7be0;text-decoration:none}._infoValue_4id3i_226 a:hover{text-decoration:underline}._widgetHeader_4id3i_234{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._taskCount_4id3i_241{color:var(--grey-txt-2)}._badgeContent_4id3i_245{text-align:center}._badgeImage_4id3i_249{margin-bottom:24px;transition:opacity .3s ease-in-out}._badgeText_4id3i_254{color:var(--grey-txt);margin-bottom:48px;transition:opacity .3s ease-in-out;min-height:2.5em}._fading_4id3i_261{opacity:0}._sliderDots_4id3i_265{display:flex;justify-content:center;gap:8px}._dot_4id3i_271{width:32px;height:8px;background-color:#e03d3d33;border-radius:100px;border:none;padding:0;cursor:pointer;transition:background-color .3s ease,width .3s ease}._dot_4id3i_271._active_4id3i_91{width:52px;background-color:var(--red)}._taskList_4id3i_287{display:flex;flex-direction:column;gap:1rem}._taskCard_4id3i_293{border:1px solid var(--grey-stroke-1);padding:20px;border-radius:12px}._taskTags_4id3i_299{display:flex;gap:12px;margin-bottom:16px!important}._tag_4id3i_305{padding:6px 16px;border-radius:100px;font-weight:500}._tagTodo_4id3i_311,._tagInProgress_4id3i_312{background-color:var(--grey-on-hover);color:var(--black-txt)}._tagHigh_4id3i_313{background-color:var(--grey-on-hover);color:var(--red)}._tagWebsite_4id3i_314,._tagAPI_4id3i_315{background-color:var(--grey-on-hover);color:var(--black-txt)}._taskCard_4id3i_293 h4{margin-bottom:8px}._taskCard_4id3i_293 p{margin-bottom:20px}._taskFooter_4id3i_326{display:flex;justify-content:space-between;align-items:center;margin-top:20px;padding-top:12px;border-top:1px solid var(--grey-stroke-1)}._taskAssignees_4id3i_335{display:flex;align-items:center}._taskAssigneeAvatar_4id3i_340{width:28px;height:28px;border-radius:50%;margin-left:-12px;object-fit:cover}._taskAssigneeAvatar_4id3i_340:first-child{margin-left:0}._taskMeta_4id3i_352{display:flex;align-items:center;gap:12px}._taskMetaItem_4id3i_358{display:flex;align-items:center;gap:8px}._dueDate_4id3i_364{color:var(--orange)!important}._taskMetaItem_4id3i_358 svg{width:16px;height:16px}._progressCircle_4id3i_373{width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}._progressInnerCircle_4id3i_382{width:12px;height:12px;background-color:var(--white);border-radius:50%}._tableWrapper_4id3i_389{margin-top:-4px}._modalOverlay_4id3i_393{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:self-start;z-index:1000}._modalContent_4id3i_406{position:relative;background:var(--white);padding:50px 20px 50px 40px;border-radius:16px;width:640px;max-width:100%;margin-top:70px}._closeButton_4id3i_416{position:absolute;top:30px;right:20px;background:none;border:none;cursor:pointer;padding:0;line-height:1}._modalHeader_4id3i_427{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._modalHeader_4id3i_427 h2{margin:0}._modalBody_4id3i_438{display:flex;flex-direction:column;gap:20px}._infoRow_4id3i_444{display:flex;flex-direction:column;gap:8px}._infoRow_4id3i_444 ._subtitle-1_4id3i_450{color:var(--grey-txt)}.add-edit-page{display:flex;flex-direction:column}.add-edit-header{margin-bottom:30px}.header-top-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.breadcrumbs{display:flex;align-items:center;gap:8px;font-size:14px}.breadcrumb-link{color:var(--black-txt);text-decoration:none}.breadcrumb-link:hover{text-decoration:underline}.breadcrumb-current{color:var(--grey-txt)!important}.breadcrumb-separator{color:var(--black-txt)}.header-actions{display:flex;align-items:center;gap:12px}.header-actions .points{padding:10.5px 10px!important}.page-title-and-description .page-main-title{margin:0 0 12px}.description-group{margin-top:16px}.add-edit-footer{margin-top:50px}.main-actions-footer{display:flex;gap:20px;justify-content:flex-start;height:44px}.form-content{display:flex;flex-direction:column;gap:24px}.form-section{background-color:var(--white);border:1px solid var(--grey-stroke-1);border-radius:12px;padding:32px;box-sizing:border-box;width:100%}.form-section-title{margin:0 0 24px!important;display:flex;align-items:center;gap:8px;color:var(--black-txt)!important}.form-grid-2-col{display:grid;grid-template-columns:1fr 1fr;gap:16px 32px;align-items:start;width:100%}.form-group{display:flex;flex-direction:column;gap:8px!important;width:100%;box-sizing:border-box;margin-bottom:0!important}.form-label,.form-group label,.form-main-label{display:flex;align-items:center;gap:4px!important;color:var(--black-txt)!important;font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:1;margin-bottom:0}.form-main-label.disabled-label{opacity:.5;pointer-events:none}.form-group label.required:after,.required-asterisk{content:"*";color:var(--red);margin-left:2px}.form-textarea{box-sizing:border-box;width:100%;padding:12px 16px;border:1px solid var(--grey-stroke-1);border-radius:8px;font-family:Inter,sans-serif;font-size:14px;font-weight:400;background:var(--white);color:var(--black-txt)!important;outline:none;transition:border-color .2s;resize:vertical;min-height:120px}.form-textarea:focus{border-color:#909090!important}button[role=combobox]>span,.form-group button[type=button]>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;flex:1;margin-right:8px;color:var(--black-txt)!important}button[role=combobox] svg,.form-group button[type=button] svg{flex-shrink:0;margin:0!important;position:static!important}.image-upload-group{margin-bottom:20px!important}.image-placeholder{width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:var(--grey-bg-1)}.button-upload{padding:10px 24px!important;font-size:13px!important;font-weight:600!important;background-color:var(--white);border:1px solid var(--grey-stroke-1);color:var(--black-txt)!important;transition:background-color .2s}.button-upload:hover:not(:disabled){background-color:#f1f1f1!important}.image-upload-hint{color:var(--grey-txt)!important}.description-group{grid-column:span 2;margin-top:16px}.info{margin-left:6px;color:var(--grey-txt-2)!important;cursor:pointer;width:16px;height:16px}.login-method-container{margin-bottom:16px;width:100%;max-width:50%;padding-right:16px;box-sizing:border-box}.password-note{color:var(--grey-txt)!important;margin-top:4px}.switch-container-group{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding-left:0}.account-actions-section .action-item{display:flex;align-items:center;justify-content:space-between;padding:16px;border-radius:8px}.suspend-button{background-color:var(--orange)!important;color:var(--white)!important;border:none!important}.sync-button{background-color:var(--blue)!important;color:var(--white)!important;border:none!important}.action-item-text .title{font-weight:600;margin-bottom:4px;color:var(--black-txt)!important}.field-error-message{color:var(--red);font-size:12px;margin-top:4px;font-family:Inter,sans-serif;line-height:1.2}.add-button{width:100%;margin-top:20px!important;background-color:#f1f1f1;border:none;padding:14px!important;border-radius:8px;font-family:Inter,sans-serif!important;font-size:14px!important;font-weight:600!important;color:var(--black-txt)!important;cursor:pointer;transition:background-color .2s}.add-button:hover{background-color:var(--grey-stroke-1)}.textarea-base{width:100%;min-height:80px;border-radius:8px;border:1px solid var(--grey-stroke-1);padding:16px;font-family:inherit;resize:vertical;box-sizing:border-box;background-color:var(--white);color:var(--black-txt)}.textarea-base:focus{outline:none;border-color:var(--red)}.textarea-base::placeholder{color:var(--grey-txt-2)!important}.textarea-base.textarea-dark{background-color:transparent!important;border:1px solid var(--dm-grey-stroke-2)!important;border-radius:12px!important;color:var(--white)!important;padding:12px 16px}.textarea-base.textarea-dark::placeholder{color:var(--dm-grey-txt-4)!important;opacity:.6}.textarea-base.textarea-dark:focus{border-color:var(--dm-purple-1)!important;outline:none}.custom-switch{width:60px;height:32px;border-radius:100px;background-color:var(--grey-on-hover);position:relative;transition:background-color .3s ease;cursor:pointer;border:none;padding:0;box-sizing:border-box;outline:none;flex-shrink:0}.custom-switch.checked{background-color:var(--blue)}.custom-switch.disabled{cursor:not-allowed;opacity:.6}.switch-thumb{width:24px;height:24px;background-color:var(--white);border-radius:50%;position:absolute;top:4px;left:4px;transition:transform .3s ease}.custom-switch.checked .switch-thumb{transform:translate(28px)}.badge{display:inline-flex;align-items:center;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;line-height:1.25;white-space:nowrap;border:1px solid transparent}.badge-default{background-color:#f1f5f9;color:#0f172a;border-color:#e2e8f0}.badge-outline{background-color:transparent;color:#475569;border-color:#cbd5e1}.badge-success{background-color:#dcfce7;color:#166534;border-color:#bbf7d0}.badge-destructive{background-color:#fee2e2;color:#991b1b;border-color:#fecaca}._tooltipWrapper_4n9aj_3{position:relative;display:inline-flex;align-items:center;justify-content:center}._tooltipPortalContainer_4n9aj_10{position:absolute;z-index:999999;padding-bottom:8px;padding-left:5px;transform:translate(-50%,-100%);pointer-events:auto;display:flex;flex-direction:column;align-items:center;animation:_slideUp_4n9aj_1 .2s ease-out forwards}._tooltipBox_4n9aj_23{width:392px;max-height:289px;background-color:var(--white);border:1px solid var(--grey-stroke-1);border-radius:16px;box-shadow:0 8px 24px #0000001f;display:flex;overflow:hidden;box-sizing:border-box}._scrollArea_4n9aj_35{width:100%;overflow-y:auto;display:flex;flex-direction:column}._tooltipTitle_4n9aj_42{font-family:Inter,sans-serif;font-weight:600;font-size:14px;line-height:100%;color:var(--black-txt);margin:0;padding:20px 20px 12px}._tooltipContent_4n9aj_52{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:140%;color:var(--black-txt);padding:0 20px 20px}._tooltipArrow_4n9aj_61{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid var(--grey-stroke-1);position:relative;margin-top:-1px}._tooltipArrow_4n9aj_61:after{content:"";position:absolute;bottom:1px;left:-8px;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid var(--white)}._scrollArea_4n9aj_35::-webkit-scrollbar{width:18px}._scrollArea_4n9aj_35::-webkit-scrollbar-track{background:transparent;margin-top:15px;margin-bottom:15px}._scrollArea_4n9aj_35::-webkit-scrollbar-thumb{background-color:#d6d6d6;background-clip:padding-box;border-left:5px solid transparent;border-right:5px solid transparent;border-radius:10px}@keyframes _slideUp_4n9aj_1{0%{opacity:0;transform:translate(-50%,calc(-100% + 4px))}to{opacity:1;transform:translate(-50%,-100%)}}.add-edit-page{padding-right:20px;padding-bottom:100px}.form-content{min-width:0}.add-user-layout{display:grid;grid-template-columns:1fr 215px;gap:20px;align-items:flex-start}.form-section{background-color:var(--white);border:1px solid var(--grey-stroke-1);border-radius:12px;padding:32px;box-sizing:border-box;width:100%;margin-bottom:20px}.image-upload-group{margin-bottom:20px}.image-upload-area{display:flex;align-items:center;gap:30px}.image-placeholder{width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden}.profile-image-preview{width:100%;height:100%;object-fit:cover}.button-upload{padding:13px 24px!important}.image-upload-actions{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.image-upload-hint,.password-note{color:var(--grey-txt)!important}.account-actions-section .action-item{display:flex;align-items:center;justify-content:space-between;padding:12px;border-radius:8px}.account-actions-section .action-item:not(:last-child){margin-bottom:16px}.action-item.suspend{background-color:var(--yellow-light)}.suspend-button{background-color:var(--orange)!important;color:var(--white)!important;border:none!important;padding:14px 32px!important;border-radius:8px}.action-item.sync{background-color:var(--blue-light)}.sync-button{background-color:var(--blue)!important;color:var(--white)!important;border:none!important;padding:14px 32px!important;border-radius:8px}.action-item-info{display:flex;align-items:center;gap:12px}.action-item-text .title{margin-bottom:4px!important}.action-item-text .subtitle{color:var(--orange-dark)!important}.action-item-text .subtitle-sync{color:var(--grey-txt-blue)!important}.sticky-nav-wrapper{position:sticky;top:24px;width:215px;min-width:215px}.sticky-nav{background-color:var(--white);border:1px solid var(--grey-stroke-1);border-radius:12px;padding:12px;width:215px;height:290px;box-sizing:border-box}.sticky-nav ul{list-style:none;margin:0;padding:0}.sticky-nav-item a{display:block;padding:13.5px 12px;text-decoration:none;color:var(--black-txt);border-radius:6px;transition:background-color .2s,font-weight .2s;cursor:pointer}.sticky-nav-item a.subtitle-1,.active-nav{background-color:var(--grey-on-hover)!important}.sticky-nav-item a:hover{background-color:var(--grey-on-hover)}.sticky-nav-item a span{color:var(--red)}.login-method-container{margin-bottom:16px;max-width:calc(50% - 16px)}.password-and-switch-container{display:grid;grid-template-columns:1fr 1fr;gap:16px 32px;align-items:start}.switch-container-group{flex-direction:row;justify-content:space-between;align-items:left;padding-left:28px;height:54px}.form-section-header{display:flex;justify-content:space-between;align-items:center;width:100%;cursor:pointer;background:none;border:none;padding:0;text-align:left}.form-section-header .form-section-title{margin-bottom:0!important}.chevron-icon{transition:transform .2s ease-in-out;transform:rotate(-90deg)}.chevron-icon.open{transform:rotate(0)}.initial-assignments-layout{display:flex;flex-direction:column;gap:16px;max-width:calc(50% - 16px)}.job-assignment-block{margin-top:20px;display:flex;flex-direction:column;gap:16px;position:relative}.job-assignment-header{display:flex;justify-content:flex-end}.remove-assignment-btn{background:none;border:none;cursor:pointer;padding:0;position:absolute;top:24px;right:0}.add-button{width:100%;margin-top:20px!important;background-color:var(--grey-on-hover);border:none;padding:14.5px!important}.user-selector-control{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--grey-stroke-1);padding:8px 12px;border-radius:8px}.user-selector-actions{display:flex;align-items:center;gap:8px}.clear-button{padding:2px 6px!important}.previewbutton{padding:10.5px 20px!important}.competency-form-layout{display:flex;flex-direction:column;gap:16px;max-width:calc(50% - 16px)}.assignment-block{margin-top:20px;position:relative}.assignment-block:first-of-type{border-top:none;padding-top:0;margin-top:0}.assignment-block-header{display:flex;justify-content:flex-end;position:absolute;top:24px;right:0}.course-filters{display:grid;grid-template-columns:1fr auto auto auto;gap:8px;margin-bottom:16px}.course-button{padding:11px 20px!important}.sort-icon{padding-right:8px}.course-name-cell{display:flex;align-items:center;gap:12px}.course-image{width:60px;height:60px;border-radius:4px;object-fit:cover}.table-pagination-wrapper{margin-top:24px}.course-name-cell .subtitle-1{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.form-section-card{background:var(--white);border:1px solid var(--grey-stroke-1);border-radius:12px;padding:32px;box-sizing:border-box;width:100%}.form-group{margin-bottom:24px;display:flex;flex-direction:column;gap:8px;width:100%;box-sizing:border-box}.form-section-title{margin:0 0 24px!important;display:flex;align-items:center;gap:8px}.form-label{display:flex;align-items:center;color:var(--black-txt)}.form-input,.form-textarea{box-sizing:border-box;width:100%;padding:12px 16px;border:1px solid var(--grey-stroke-1);border-radius:8px;font-family:inherit;font-size:14px;background:var(--white);color:var(--black-txt);outline:none}.form-input:focus,.form-textarea:focus{border-color:var(--grey-txt-blue)}.form-textarea{resize:vertical;min-height:120px}.checkbox-group-row{display:flex;align-items:center;justify-content:flex-start;gap:12px;margin-top:32px;width:fit-content}.checkbox-group-row label{display:flex;align-items:center;gap:6px;cursor:pointer;color:var(--black-txt);margin:0;white-space:nowrap}.checkbox-group-row .info{width:16px;height:16px;color:var(--grey-txt-2);margin:0;display:flex;align-items:center;justify-content:center}.add-edit-footer{position:fixed;bottom:0;left:0;right:0;background:var(--white);padding:20px 40px;border-top:1px solid var(--grey-stroke-1);display:flex;justify-content:flex-start;z-index:100}.columns-table{width:100%}.columns-table-header{display:grid;grid-template-columns:40px 180px 180px 80px 1fr 100px;gap:16px;padding:12px 0;color:var(--grey-txt-1);border-bottom:1px solid var(--grey-stroke-1)}.column-row{display:grid;grid-template-columns:40px 180px 180px 80px 1fr 100px;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid var(--grey-stroke-1)}.row-disabled{opacity:.5}.col-drag{display:flex;justify-content:center;cursor:grab}.drag-icon{width:20px;color:var(--grey-txt-2)}.col-actions{display:flex;gap:8px;justify-content:flex-end}.icon-btn{background:none;border:none;cursor:pointer;padding:4px;color:var(--black-txt);display:flex;align-items:center}.icon-btn.active{color:var(--blue)}.icon-btn.delete:hover{color:var(--red)}.add-column-footer{margin-top:20px}button[role=combobox] span{font-family:Inter,sans-serif!important;font-size:14px!important;font-weight:400!important}.field-error-message{color:var(--red);font-size:12px;margin-top:4px;font-family:Inter,sans-serif}.ja-main-container{background-color:var(--white);border:1px solid var(--grey-stroke-1);border-radius:12px;padding:32px;box-sizing:border-box;width:100%}.ja-title{margin-bottom:24px;color:var(--black-txt)}.ja-base-fields-vertical{margin-top:0;display:flex;flex-direction:column;gap:24px}.add-job-assignment-wide-btn{width:100%;height:48px;background-color:#f1f1f1;border:none;border-radius:8px;font-family:Inter,sans-serif;font-weight:600;font-size:14px;color:var(--black-txt);cursor:pointer;transition:background .2s;margin-top:8px}.add-job-assignment-wide-btn:hover{background-color:var(--grey-stroke-1)}.job-assignment-repeater-block{margin-top:16px;padding-top:32px;border-top:1px solid var(--grey-stroke-1)}.job-assignment-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.delete-assignment-btn{background:none;border:none;cursor:pointer;color:var(--black-txt);padding:4px;display:flex;align-items:center}.delete-assignment-btn:hover{opacity:.6}.form-grid-2-col{display:grid;grid-template-columns:1fr 1fr;gap:24px 32px;width:100%;align-items:start}.ja-dates-grid{margin-top:16px!important}.ja-field-width,.ja-select-trigger,.ja-field-width input,.date-input-wrapper{max-width:420px!important;width:100%!important}.ja-select-content{width:var(--radix-select-trigger-width);min-width:200px;background:#fff;border:1px solid var(--grey-stroke-1);border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:9999}.calendar-icon-inside{position:absolute;right:16px;width:20px;height:20px;color:var(--black-txt);pointer-events:none}.label-text-regular{font-weight:400!important;color:var(--black-txt);cursor:pointer;font-size:14px}.form-group{margin-bottom:0!important;display:flex;flex-direction:column;gap:8px!important;width:100%}.goal-main-section{background-color:var(--white);border:1px solid var(--grey-stroke-1);border-radius:12px;padding:32px;box-sizing:border-box;width:100%}.goal-title{margin-bottom:20px!important;color:var(--black-txt)}.goal-form-content{display:flex;flex-direction:column;gap:24px}.goal-repeater-block{margin-bottom:32px}.goal-border-top{border-top:1px solid var(--grey-stroke-1);padding-top:32px}.goal-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.goal-delete-btn{background:none;border:none;cursor:pointer;color:var(--black-txt);padding:4px}.goal-fixed-width{max-width:420px!important;width:100%!important}.goal-date-range-container{display:flex;align-items:flex-start;gap:24px;width:100%}.date-input-group{display:flex;flex-direction:column;gap:8px}.date-selects-row{display:flex;gap:8px}.date-day-select{width:70px!important}.date-month-select{width:140px!important}.date-year-select{width:90px!important}.date-part-content{min-width:60px!important}.date-range-separator{display:flex;align-items:center;justify-content:center;height:40px;margin-top:26px}.red-dash{width:20px;height:2px;background-color:var(--red);display:block}.ja-select-trigger{height:40px!important;border:1px solid var(--grey-stroke-1)!important;background-color:var(--white)!important;border-radius:8px!important}.ja-select-content{width:var(--radix-select-trigger-width);background:#fff;border:1px solid var(--grey-stroke-1);border-radius:8px}.add-goal-wide-btn{width:100%;height:48px;background-color:#f1f1f1;border:none;border-radius:8px;font-family:Inter,sans-serif;font-weight:600;font-size:14px;color:var(--black-txt);cursor:pointer;transition:background .2s;margin-top:8px}.add-goal-wide-btn:hover{background-color:var(--grey-stroke-1)}.form-main-label{font-weight:600!important;color:var(--black-txt);margin-bottom:0!important}.form-group{display:flex;flex-direction:column;gap:8px!important}.import-users-wrapper{display:flex;flex-direction:column;width:100%}.import-main-content{background-color:var(--white);border-radius:8px;width:100%}.upload-zone{width:100%;max-width:692px;border:1px dashed var(--grey-stroke-1);border-radius:8px;background-color:#fbfbfb80;padding:40px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:background-color .2s ease,border-color .2s ease;margin-bottom:0;box-sizing:border-box}.upload-zone.is-dragging{background-color:var(--grey-bg-1);border-color:var(--grey-txt-2)}.upload-icon-container{margin-bottom:20px;color:var(--grey-txt-2);display:flex}.upload-icon-svg{width:48px;height:48px;fill:var(--grey-txt-2)}.upload-title{font-family:Inter,sans-serif;font-weight:700;font-size:16px;color:#22222280;text-align:center;margin-bottom:0;line-height:140%}.upload-subtitle{font-family:Inter,sans-serif;font-weight:700;font-size:16px;color:#22222280;text-align:center;margin-top:0;margin-bottom:8px;line-height:140%}.template-link{color:#3368ff80;text-decoration:underline;cursor:pointer}.upload-limit{font-family:Inter,sans-serif;font-weight:400;font-size:14px;color:var(--grey-txt-2);margin-top:0;margin-bottom:20px;text-align:center}.browse-btn{width:123px;height:44px;background-color:var(--white);border:1px solid var(--grey-stroke-1);border-radius:8px;color:#22222280;font-family:Inter,sans-serif;font-weight:600;font-size:14px;line-height:100%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.browse-btn:hover{background-color:var(--grey-on-hover)}.hidden-file-input{display:none}.file-section{margin-top:30px;max-width:692px}.uploaded-section-title{font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:var(--black-txt);margin-bottom:8px}.file-preview-card{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--grey-stroke-1);border-radius:8px;background-color:var(--white);width:324px;height:73px;padding:8px 0 8px 8px;box-sizing:border-box}.file-info-group{display:flex;align-items:center;gap:16px;flex:1;min-width:0}.file-icon-box{width:64px;height:57px;background-color:var(--grey-on-hover);border:1px solid var(--grey-stroke-1);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:var(--black-txt);flex-shrink:0}.file-details{display:flex;flex-direction:column;flex:1;min-width:0;justify-content:center}.file-name{font-size:14px;font-weight:500;color:var(--black-txt);margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.file-size{font-size:12px;color:var(--grey-txt)}.delete-file-btn{background:none;border:none;cursor:pointer;padding:0;margin-right:12px;color:var(--black-txt);display:flex;align-items:center;justify-content:center;flex-shrink:0}.delete-file-btn:hover{color:var(--red)}.import-actions-footer{display:flex;gap:20px;align-items:center;margin-top:50px}.cancel-btn{width:118px;height:44px;background-color:var(--white);border:1px solid var(--grey-stroke-1);color:var(--black-txt);border-radius:6px;font-weight:700;font-size:16px;cursor:pointer}.cancel-btn:hover{background-color:var(--grey-on-hover)}.import-btn{width:163px;height:44px;background-color:var(--red);border:1px solid var(--red);color:var(--white);border-radius:6px;font-weight:700;font-size:16px;cursor:pointer;transition:opacity .2s}.import-btn:hover{opacity:.9}.bulk-actions-container{position:fixed;bottom:30px;left:270px;right:30px;z-index:1000;display:flex;justify-content:center;pointer-events:none}.bulk-actions-bar{pointer-events:auto;background-color:var(--red);color:#fff;padding:12px 20px;border-radius:8px;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1200px;transform:translateY(150%);opacity:0;transition:transform .3s ease-in-out,opacity .3s ease-in-out}.bulk-selection-info{display:flex;align-items:center;gap:16px}.bulk-checkbox{appearance:none;width:20px;height:20px;border:2px solid white;border-radius:4px;background:transparent;cursor:pointer;display:grid;place-content:center}.bulk-checkbox:checked{background:#fff}.bulk-checkbox:checked:before{content:"";width:10px;height:10px;background:var(--red);clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%)}.bulk-count-text{font-family:Inter,sans-serif;font-weight:700;font-size:16px}.bulk-actions-buttons{display:flex;align-items:center;gap:12px}.bulk-separator{width:1px;height:24px;background-color:#ffffff4d;margin:0 8px}.bulk-action-btn{background-color:#fff;color:var(--black-txt);border:none;border-radius:6px;padding:6px 12px;font-weight:600;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:8px;height:36px;transition:background-color .2s}.bulk-action-btn:hover{background-color:#f3f4f6}.bulk-action-btn svg{width:18px;height:18px;color:var(--black-txt)}.bulk-select-trigger svg{width:10px!important;height:10px!important;min-width:10px!important}.bulk-close-btn{background:none;border:none;cursor:pointer;color:#fff!important;margin-left:16px;display:flex;align-items:center;padding:4px}.bulk-close-btn svg{width:24px;height:24px}.bulk-close-btn svg path{fill:#fff!important;stroke:none!important;stroke-width:0!important}.bulk-close-btn:hover{opacity:.8}.bulk-select-content-up{top:auto!important;bottom:calc(100% + 4px)!important;transform-origin:bottom center!important}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:0;box-sizing:border-box}.custom-modal-width{width:1250px!important;max-width:95vw!important;display:flex;flex-direction:column;height:80vh!important;max-height:8000px!important;border-radius:12px;overflow:hidden;background-color:var(--white)}.perm-header-container{flex-shrink:0}.perm-modal-title{margin:0;font-family:Inter,sans-serif;font-size:24px;font-weight:700;color:var(--black-txt)}.perm-modal-desc{margin-top:8px;color:var(--black-txt);font-family:Inter,sans-serif;font-size:14px;line-height:1.4;max-width:800px}.perm-modal-body{display:flex;flex:1;gap:20px;padding:0 0 24px;overflow:hidden;min-height:0;align-items:flex-start}.perm-sidebar-block{width:249px;height:auto;border:1px solid var(--grey-stroke-1);border-radius:8px;display:flex;flex-direction:column;flex-shrink:0;background-color:var(--white);overflow:hidden}.perm-cat-list{display:flex;flex-direction:column;overflow-y:auto;padding:12px;gap:4px;scrollbar-width:none;-ms-overflow-style:none}.perm-cat-list::-webkit-scrollbar{display:none}.perm-cat-item{padding:10px 12px;font-size:14px;color:var(--black-txt);cursor:pointer;transition:background-color .2s;font-weight:400;border-radius:6px}.perm-cat-item:hover{background-color:var(--grey-on-hover)}.perm-cat-item.active{background-color:#e7e7e7;font-weight:600}.perm-sidebar-footer{padding:12px;border-top:none;background-color:var(--white)}.sidebar-selected-btn{width:100%;height:40px;background-color:var(--white);border:1px solid var(--grey-stroke-1);border-radius:8px;font-family:Inter,sans-serif;font-weight:600;font-size:14px;color:var(--black-txt);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.sidebar-selected-btn:hover,.sidebar-selected-btn.active{background-color:var(--grey-on-hover)}.perm-right-area{flex:1;display:flex;flex-direction:column;overflow:hidden;height:100%;min-height:0}.perm-search-row{margin-bottom:17px;height:41px;width:461px;flex-shrink:0}.perm-summary-container{display:flex;flex-direction:column;gap:12px;margin-bottom:20px;flex-shrink:0}.perm-summary-text{display:flex;align-items:center;gap:8px;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:100%;color:var(--black-txt)}.perm-summary-clear{font-family:Inter,sans-serif;font-weight:600;font-size:14px;line-height:100%;text-decoration:underline;color:var(--black-txt);background:none;border:none;cursor:pointer;padding:0;align-self:flex-start}.perm-content-block{flex:1;border:1px solid var(--grey-stroke-1);border-radius:8px;display:flex;flex-direction:column;background-color:var(--white);overflow:hidden;min-height:0}.perm-actions-row{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:none;background-color:var(--white);flex-shrink:0}.perm-selected-header{display:flex;flex-direction:column;align-items:flex-start;padding:16px 24px;border-bottom:none;background-color:var(--white);flex-shrink:0}.perm-category-title{font-size:18px;font-weight:700;color:var(--black-txt);margin:0}.perm-select-all{font-size:14px;font-weight:600;text-decoration:underline;color:var(--black-txt);background:none;border:none;cursor:pointer}.perm-list-scroll{flex:1;overflow-y:auto;padding:0 20px 20px;display:flex;flex-direction:column;gap:12px;scrollbar-width:none;-ms-overflow-style:none}.perm-list-scroll::-webkit-scrollbar{display:none}.perm-group-block{border:1px solid var(--grey-stroke-1);border-radius:8px;overflow:hidden;background-color:var(--white);flex-shrink:0}.perm-group-header{background-color:var(--grey-on-hover);padding:12px 24px;font-size:14px;font-weight:700;color:var(--black-txt);border-bottom:1px solid var(--grey-stroke-1)}.perm-row{display:flex;align-items:flex-start;gap:12px;padding:16px 24px;background-color:var(--white);border-bottom:1px solid var(--grey-stroke-1);cursor:pointer;transition:background .1s}.perm-row.checked{background-color:var(--grey-on-hover)}.perm-row:last-child{border-bottom:none}.perm-row:hover{background-color:#fafafa}.perm-row.checked:hover{background-color:var(--grey-on-hover)}.perm-text{display:flex;flex-direction:column;gap:4px}.perm-name{font-size:14px;color:var(--black-txt);line-height:1.4}.perm-key{font-size:12px;color:var(--grey-txt)}.perm-modal-footer{padding:-220px 30px 24px;border-top:none;display:flex;justify-content:flex-start;gap:16px;background-color:var(--white);flex-shrink:0}.perm-cancel-btn{padding:10px 24px!important;margin:0 0 0 240px;border:1px solid var(--grey-stroke-1);background-color:var(--white);border-radius:6px;font-weight:600;font-size:14px;cursor:pointer}.perm-save-btn{padding:10px 24px;background-color:var(--red);color:var(--white);border:none;border-radius:6px;font-weight:600;font-size:14px;cursor:pointer}.assignment-table-container{display:flex;flex-direction:column;height:100%;padding-top:10px}.assignment-inner-search{padding:0 0 20px 20px;width:50%;box-sizing:border-box}.assignment-table-wrapper{flex:1;overflow-y:auto;margin:0 20px;border:1px solid var(--grey-stroke-1);border-radius:8px}.assignment-table{width:100%;border-collapse:collapse}.assignment-table th{text-align:left;padding:12px 24px;background:var(--grey-on-hover);font-size:14px;font-weight:700;color:var(--black-txt);border-bottom:1px solid var(--grey-stroke-1)}.assignment-table td{padding:10px 24px;border-bottom:1px solid var(--grey-stroke-1);vertical-align:middle}.assignment-table tr:last-child td{border-bottom:none}.assignment-table tr{cursor:pointer;transition:background .1s}.assignment-table tr:hover{background-color:#fafafa}.assignment-table tr.checked{background-color:var(--grey-on-hover)}.user-cell{display:flex;align-items:center;gap:12px}.user-avatar-small{width:32px;height:32px;border-radius:50%;background-color:#d1d5db;flex-shrink:0}.assignment-pagination-area{padding:16px 24px;display:flex;justify-content:flex-end;background:var(--white)}.perm-modal-footer{padding:12px 30px 24px;display:flex;gap:16px;border-top:none!important}.sort-icon{font-size:12px;color:#9ca3af;margin-left:4px}.assignment-table label{pointer-events:none}.user-name-wrapper{display:flex;flex-direction:column;gap:2px}.user-name-text{font-size:14px;color:var(--black-txt);font-weight:600;line-height:1.2}.user-username-sub{font-size:12px;color:var(--grey-txt);line-height:1.2}.user-avatar-small{width:36px;height:36px;border-radius:50%;border:1px solid var(--grey-stroke-1);object-fit:cover;flex-shrink:0}.user-avatar-placeholder-small{width:36px;height:36px;border-radius:50%;border:1px solid var(--grey-stroke-1);background-color:#e5e7eb;color:#6b7280;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;flex-shrink:0}.assignment-pagination-area{padding:16px 24px;display:flex;justify-content:flex-end;background:var(--white);overflow:visible;position:relative;z-index:10}.assignment-pagination-area{position:relative;z-index:1000}.selected-view-scroll{display:flex;flex-direction:column;gap:32px;padding-top:16px!important}.selected-block-wrapper{display:flex;flex-direction:column}.selected-block-wrapper .perm-actions-row{padding:0 24px 16px!important}.perm-header-top{display:flex;justify-content:space-between;align-items:flex-start}--------- .selected-view-scroll{padding:20px!important;display:block!important}.selected-assignment-card{border:1px solid var(--grey-stroke-1);border-radius:12px;padding:24px;background:var(--white);margin-bottom:24px}.selected-card-title{font-size:18px;font-weight:700;color:var(--black-txt);margin:0 0 16px}.selected-card-content{display:flex;flex-direction:column;gap:12px}.user-info-cell{display:flex;align-items:center;gap:12px}.user-name-text{font-size:14px;color:var(--black-txt);font-weight:500}.assignment-pagination-area{position:relative;z-index:1000;padding:16px 24px;display:flex;justify-content:flex-end;background:var(--white)}.perm-content-block{overflow:visible!important}.perm-close-btn{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:var(--black-txt)}.role-form-layout{display:grid;grid-template-columns:652px 1fr;gap:32px}@media(max-width:1024px){.role-form-layout{grid-template-columns:1fr}}.role-creation-options{display:flex;flex-direction:column;gap:12px;margin-bottom:24px;width:100%}.role-creation-card{display:flex;align-items:center;justify-content:flex-start;gap:12px;padding:0 16px;height:60px;border:1px solid var(--grey-stroke-1);border-radius:8px;cursor:pointer;transition:border-color .2s ease;background-color:var(--white);box-sizing:border-box}.role-creation-card:hover{border-color:var(--grey-txt)}.role-creation-card.active{border-color:var(--blue);background-color:var(--white)!important}.role-creation-card input[type=radio]{appearance:none;-webkit-appearance:none;width:20px;height:20px;border:1px solid var(--grey-stroke-1);border-radius:50%;margin:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:var(--white);flex-shrink:0}.role-creation-card input[type=radio]:before{content:"";width:10px;height:10px;border-radius:50%;background-color:var(--blue);transform:scale(0);transition:transform .2s ease-in-out}.role-creation-card input[type=radio]:checked{border-color:var(--blue);border-width:1px}.role-creation-card input[type=radio]:checked:before{transform:scale(1)}.role-creation-label{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:var(--black-txt)!important;line-height:1}.select-permissions-btn{width:342px;height:45px;background-color:#f1f1f1;border:none;border-radius:8px;color:var(--black-txt)!important;font-weight:600;font-size:14px;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center}.select-permissions-btn:hover:not(:disabled){background-color:var(--grey-stroke-1)}.select-permissions-btn:disabled{opacity:.5;cursor:not-allowed}.copy-permissions-row{display:flex;align-items:center;gap:8px}.assign-role-section{margin-top:32px}.add-assignment-btn{width:342px;height:45px;background-color:#f1f1f1;border:none;border-radius:8px;font-weight:600;font-size:14px;color:var(--black-txt)!important;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px}.add-assignment-btn:hover{background-color:var(--grey-stroke-1)}.selected-summary-row{display:flex;align-items:center;gap:8px;margin-top:12px;font-family:Inter,sans-serif;font-size:14px;color:var(--black-txt)!important}.selected-count{font-weight:600;color:var(--black-txt)!important}.eye-icon-btn{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;color:var(--black-txt)!important}.eye-icon-btn svg{width:16px;height:16px}.clear-link{display:block;margin-top:8px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;text-decoration:underline;color:var(--black-txt)!important;cursor:pointer;background:none;border:none;padding:0;text-align:left}.clear-link:hover{color:var(--grey-txt)!important}.assignments-summary{display:flex;flex-direction:column;gap:8px;margin-top:8px}.info-icon-inline{color:var(--grey-txt-2)!important;width:16px;height:16px;cursor:pointer}.custom-fields-section{margin-top:20px;padding-top:20px;border-top:1px solid #e0e0e0}.custom-fields-title{font-size:1.1em;font-weight:600;margin-bottom:15px;color:#333}.custom-fields-list{display:flex;flex-direction:column;gap:20px}.custom-field-item{padding:15px;border:1px solid #e0e0e0;border-radius:4px;background-color:#f9f9f9}.custom-field-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.custom-field-header label{font-weight:500;color:#444}.custom-field-description{font-size:.9em;color:#666;margin-bottom:10px;font-style:italic}.add-custom-field-button{margin-top:15px}.add-custom-field-controls{display:flex;align-items:center;gap:10px;margin-top:15px;margin-bottom:15px}.add-custom-field-controls>div{flex-grow:1}.no-custom-fields-message{color:#777;font-style:italic;margin-top:10px}.custom-field-multiselect{padding:5px 0}.custom-field-multiselect-item{display:flex;align-items:center;margin-bottom:5px}.custom-field-multiselect-item input[type=checkbox]{margin-right:8px}.custom-field-multiselect-item label{font-weight:400}.custom-field-boolean{display:flex;align-items:center;gap:8px;margin-top:5px}.custom-field-boolean label{font-weight:400}.radio-group-root{display:grid;gap:.5rem}.radio-group-item{aspect-ratio:1 / 1;height:1rem;width:1rem;border-radius:9999px;border:1px solid hsl(222,47%,11%);color:#0f1729;outline:none}.radio-group-item:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 4px #94a3b8}.radio-group-item[data-disabled]{cursor:not-allowed;opacity:.5}.radio-group-indicator{display:flex;align-items:center;justify-content:center}.radio-group-indicator svg{height:.625rem;width:.625rem;fill:currentColor;color:currentColor}._container_wm0yu_1{display:flex;flex-direction:column;gap:1rem}._searchContainer_wm0yu_7{position:relative;width:100%}._input_wm0yu_12{width:100%}._suggestionsList_wm0yu_16{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:1px solid #ccc;border-top:none;list-style-type:none;margin:0;padding:0;z-index:1000;max-height:200px;overflow-y:auto}._suggestionItem_wm0yu_32{padding:.75rem;cursor:pointer;font-size:.9rem}._suggestionItem_wm0yu_32:hover{background-color:#f0f0f0}._labelWithButton_1w3bs_1{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._labelWithButton_1w3bs_1 button{padding:0;height:auto;font-size:.875rem}._modalOverlay_1w3bs_14{position:fixed;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000}._modalContent_1w3bs_24{background-color:#fff;padding:1rem;border-radius:8px;width:90%;max-width:800px;max-height:90vh;overflow-y:auto}._header_3vkn4_1{margin-bottom:2rem;border-bottom:1px solid #e2e8f0;padding-bottom:1rem}._header_3vkn4_1 h1{font-size:1.875rem;font-weight:700}._backLink_3vkn4_10{display:inline-block;margin-bottom:1rem;color:#4a5568;text-decoration:none}._backLink_3vkn4_10:hover{text-decoration:underline}._setsContainer_3vkn4_19{display:flex;flex-direction:column;gap:1.5rem}._setItem_3vkn4_24{background-color:#f7fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1rem}._setItemHeader_3vkn4_30{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._setItemTitle_3vkn4_36{display:flex;align-items:center;gap:.75rem}._setItemTitle_3vkn4_36 h3{font-size:1.25rem;font-weight:600;cursor:pointer}._dragHandle_3vkn4_46{cursor:grab;color:#a0aec0;background:none;border:none;font-size:1.5rem;padding:0}._dragHandle_3vkn4_46:active{cursor:grabbing}._setItemActions_3vkn4_57{display:flex;gap:.5rem}._setRules_3vkn4_61{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;max-width:500px}._minRequiredInput_3vkn4_68{max-width:120px}._courseList_3vkn4_71{display:flex;flex-direction:column;gap:.5rem;padding-left:1rem;border-left:2px solid #e2e8f0}._courseItem_3vkn4_78{display:flex;justify-content:space-between;align-items:center;background-color:#fff;padding:.5rem .75rem;border-radius:.375rem;border:1px solid #e2e8f0}._courseItemTitle_3vkn4_87{display:flex;align-items:center;gap:.75rem}._actions_3vkn4_92{margin-top:2rem;display:flex;gap:1rem}._modalOverlay_3vkn4_97{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}._modalContent_3vkn4_109{background-color:#fff;padding:2rem;border-radius:.5rem;width:90%;max-width:600px;max-height:90vh;display:flex;flex-direction:column}._modalContent_3vkn4_109 h2{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}._modalSearchInput_3vkn4_124{margin-bottom:1rem}._modalCourseList_3vkn4_127{flex-grow:1;overflow-y:auto;border:1px solid #e2e8f0;border-radius:.375rem;padding:.5rem;margin-bottom:1.5rem}._modalCourseItem_3vkn4_135{display:flex;align-items:center;gap:.75rem;padding:.5rem}._modalCourseItem_3vkn4_135:hover{background-color:#f7fafc}._modalActions_3vkn4_144{display:flex;justify-content:flex-end;gap:.75rem;margin-top:auto}._targetList_3vkn4_150{display:flex;flex-wrap:wrap;gap:.5rem;padding:.5rem;border:1px solid #e2e8f0;border-radius:.375rem;min-height:40px}._targetTag_3vkn4_159{background-color:#edf2f7;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem}._designerLayout_10ly2_1{display:flex;height:100vh}._settingsPanel_10ly2_6{width:380px;flex-shrink:0;display:flex;flex-direction:column;background:#f2f2f7d9;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-right:1px solid rgba(0,0,0,.1)}._section_10ly2_17 h3{font-size:.8rem;font-weight:600;color:#000;text-transform:uppercase;letter-spacing:.5px;margin:0;padding:0 4px}._uploadButton_10ly2_27{width:100%;margin-top:10px}._placeholderButtons_10ly2_32{display:grid;grid-template-columns:1fr 1fr;gap:8px}._placeholderButtons_10ly2_32 button{background:#7878801f;border:none;padding:8px;border-radius:8px;cursor:pointer;font-size:.85rem;font-weight:500;color:#3c3c43;transition:background-color .2s,color .2s}._placeholderButtons_10ly2_32 button:hover{background-color:#007aff26;color:#007aff}._elementList_10ly2_53 li{padding:10px 14px;border-radius:8px;cursor:pointer;transition:background-color .2s ease;font-size:.9rem;font-weight:500}._elementList_10ly2_53 li:hover{background-color:#78788026}._elementList_10ly2_53 li._selected_10ly2_64{background-color:#fff;box-shadow:0 1px 2px #0000000d}._mainContent_10ly2_69{flex-grow:1;display:flex;flex-direction:column;background-color:#f6f6f8}._header_10ly2_76{display:flex;justify-content:space-between;align-items:center;padding:14px 24px;background-color:#fff;border-bottom:1px solid #e1e1e4;flex-shrink:0;box-shadow:0 1px #0000000d}._header_10ly2_76 h1{margin:0;font-size:1.2rem;font-weight:600}._headerActions_10ly2_92{display:flex;gap:1rem}._saveButton_10ly2_97{padding:8px 20px;border-radius:8px;border:none;background-color:#007aff;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}._saveButton_10ly2_97:hover{background-color:#0056b3}._saveButton_10ly2_97:disabled{background-color:#aeaeb2;cursor:not-allowed}._backButton_10ly2_116{padding:8px 20px;border-radius:8px;border:1px solid #d1d1d6;background-color:#f0f0f0;color:#333;font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}._backButton_10ly2_116:hover{background-color:#e0e0e0}._canvasContainer_10ly2_132{flex-grow:1;display:flex;align-items:center;justify-content:center;padding:32px;overflow:auto}._canvas_10ly2_132{width:800px;height:565px;background-color:#fff;background-size:cover;background-position:center;box-shadow:0 10px 30px #0000001a,0 1px 3px #0000000d;position:relative;overflow:hidden;border-radius:4px}._placeholder_10ly2_32{position:absolute;padding:4px 6px;border:1px dashed rgba(0,122,255,.7);background-color:#007aff1a;cursor:move;white-space:nowrap;border-radius:4px;user-select:none;transition:background-color .2s ease,border-color .2s ease}._placeholder_10ly2_32:hover{background-color:#007aff33;border-color:#007aff}._placeholder_10ly2_32._dragging_10ly2_168{opacity:.8;z-index:100;border-style:solid}._qrCodePlaceholder_10ly2_174{display:flex;align-items:center;justify-content:center;border:2px dashed #3c3c43;background-color:#c8c8c880;font-weight:700;color:#3c3c43;font-size:24px;box-sizing:border-box}._pageLoader_10ly2_186{display:flex;align-items:center;justify-content:center;height:100vh;font-size:24px}._colorPickerWrapper_10ly2_194{display:flex;align-items:center;gap:12px;background-color:#7878801f;padding:4px 12px;border-radius:10px;border:1px solid transparent;transition:background-color .2s ease}._colorPickerWrapper_10ly2_194:hover{background-color:#7878802e}._colorSwatch_10ly2_208{width:24px;height:24px;border-radius:6px;border:1px solid rgba(0,0,0,.1);cursor:pointer}._colorInput_10ly2_216{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}._colorHex_10ly2_224{font-family:SF Mono,Menlo,monospace;font-size:.9rem;font-weight:500}._sidebar_13q97_1{position:fixed;top:0;left:0;width:420px;height:100%;background:#f2f2f7d9;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-right:1px solid rgba(0,0,0,.1);transform:translate(-100%);transition:transform .4s cubic-bezier(.16,1,.3,1);z-index:1001;display:flex;flex-direction:column}._sidebar_13q97_1._open_13q97_18{transform:translate(0);box-shadow:0 0 60px #00000026}._sidebarOverlay_13q97_23{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0003;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility 0s .4s;z-index:1000}._sidebarOverlay_13q97_23._open_13q97_18{opacity:1;visibility:visible;transition:opacity .4s ease,visibility 0s}._sidebarHeader_13q97_42{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;border-bottom:1px solid rgba(0,0,0,.1);flex-shrink:0}._sidebarHeader_13q97_42 h3{margin:0;font-size:1.1rem;font-weight:600;color:#000}._closeButton_13q97_58{background:#00000014;border:none;font-size:1.1rem;cursor:pointer;color:#0009;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}._closeButton_13q97_58:hover{background-color:#0000001f}._content_13q97_77{padding:24px;overflow-y:auto;flex-grow:1;display:flex;flex-direction:column;gap:28px}._fieldGroup_13q97_86{display:flex;flex-direction:column;gap:12px}._label_13q97_92{font-size:.8rem;font-weight:500;color:#3c3c4399;padding-left:4px}._labelSmall_13q97_99{font-size:.75rem;padding-left:0;text-transform:uppercase}._listItemInput_13q97_106{width:100%;padding:10px 14px;border:1px solid transparent;background-color:#7878801f;border-radius:10px;font-size:.95rem;color:#000;outline:none;transition:all .2s ease;box-sizing:border-box}._listItemInput_13q97_106:focus{background-color:#7878802e;border-color:#007aff66}._selectWrapper_13q97_124{position:relative;display:inline-block;border-radius:10px;background-color:#7878801f;border:1px solid transparent;transition:all .2s ease}._selectWrapper_13q97_124:hover{background-color:#7878802e}._selectWrapper_13q97_124:focus-within{border-color:#007aff66;background-color:#7878802e}._selectWrapper_13q97_124:after{content:"▼";font-size:.6rem;color:#3c3c43;position:absolute;right:14px;top:50%;transform:translateY(-50%);pointer-events:none}._typeSelector_13q97_153{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;padding:10px 28px 10px 14px;background:transparent;border:none;font-size:.95rem;color:#000;outline:none;cursor:pointer;border-radius:10px}._listEditor_13q97_168{display:flex;flex-direction:column;gap:8px}._listItemEditor_13q97_174{display:flex;align-items:center;gap:8px}._removeButton_13q97_180{background:transparent;border:none;color:#8e8e93;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:color .2s ease,background-color .2s ease}._removeButton_13q97_180:hover{color:#e53e3e;background-color:#e53e3e1a}._button_13q97_198{padding:10px;border-radius:10px;border:none;background-color:#007aff1a;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:600;font-size:.9rem;transition:background-color .2s ease;flex:1;color:#007aff;outline:none}._button_13q97_198:hover{background-color:#007aff26}._addButton_13q97_220{margin-top:8px;width:100%;flex:none}._managementList_13q97_227{display:flex;flex-direction:column;gap:8px;background:#78788014;border-radius:10px;padding:8px}._listItemText_13q97_236{flex-grow:1;padding:0 6px;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._actionButton_13q97_245:hover{color:#000;background-color:#00000014}._actionButton_13q97_245._delete_13q97_254:hover{color:#e53e3e;background-color:#e53e3e1a}._actionButton_13q97_245._save_13q97_259:hover{color:#34c759;background-color:#34c7591a}._collapsibleItemCard_13q97_264{background:#fff6;border:1px solid rgba(0,0,0,.05);border-radius:12px;padding:12px;display:flex;align-items:center;gap:12px}._warningBox_13q97_281{display:flex;align-items:flex-start;gap:12px;background-color:#ffcc0026;border-left:3px solid #FFCC00;padding:12px;border-radius:8px;font-size:.85rem;color:#3c3c43e6}._warningBox_13q97_281 svg{flex-shrink:0;margin-top:2px;color:#ff9500}._urlInputWrapper_13q97_299{padding:0 14px;background-color:#7878801f;color:#8e8e93;font-weight:400;border:1px solid transparent;box-sizing:border-box;transition:all .2s ease}._urlInputWrapper_13q97_299:hover{background-color:#7878802e}._urlInputWrapper_13q97_299:focus-within{background-color:#7878802e;border-color:#007aff66;color:#000}._urlInput_13q97_299{border:none;background:transparent;outline:none;width:100%;height:100%;padding:10px 0;font-size:.9rem;color:#000}._urlInput_13q97_299::placeholder{color:#8e8e93;transition:color .2s ease}._urlInputWrapper_13q97_299:focus-within ._urlInput_13q97_299::placeholder{color:transparent}._mediaButtons_13q97_340{display:grid;grid-template-columns:1fr 1fr;gap:12px}._mediaUploadButton_13q97_346{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:12px 8px;border:2px dashed rgba(120,120,128,.2);border-radius:10px;background-color:#78788014;text-align:center;color:#3c3c43cc;cursor:pointer;transition:all .2s ease-in-out;font-size:.8rem;font-weight:500}._mediaUploadButton_13q97_346:hover{background-color:#7878801f;border-color:#007aff80;color:#000}._mediaUploadButton_13q97_346 svg{font-size:1.2rem;color:#8e8e93;transition:color .2s ease-in-out}._mediaUploadButton_13q97_346:hover svg{color:#007aff}._mediaUploadButton_13q97_346._uploaded_13q97_380{border-style:solid;border-color:#34c759;color:#34c759}._mediaUploadButton_13q97_346._uploaded_13q97_380 svg{color:#34c759}._uploadDropzone_13q97_390{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 1rem;border:2px dashed rgba(60,60,67,.2);border-radius:12px;background-color:#78788014;text-align:center;color:#3c3c43cc;cursor:pointer;transition:all .2s ease-in-out}._uploadDropzone_13q97_390:hover{background-color:#7878801f;border-color:#007aff80;color:#000}._uploadDropzone_13q97_390 svg{font-size:2rem;color:#007aff;margin-bottom:.75rem}._uploadDropzone_13q97_390 h4{font-size:1rem;font-weight:600;margin:0 0 .25rem}._uploadDropzone_13q97_390 p{font-size:.8rem;color:#3c3c4399;margin:0}._imageList_13q97_429{display:flex;flex-direction:column;gap:12px}._imageItemCard_13q97_435{background:#fff6;border:1px solid rgba(0,0,0,.05);border-radius:12px;padding:12px;display:flex;align-items:flex-start;gap:12px}._imageItemCard_13q97_435[draggable=true]:active{cursor:grabbing;background:#fff9;box-shadow:0 8px 20px #0000001a}._dragHandle_13q97_451{cursor:grab;color:#aeaeb2;padding-top:4px}._imageItemContent_13q97_457{flex-grow:1;display:flex;flex-direction:column;gap:12px}._imageItemHeader_13q97_464{display:flex;align-items:center;gap:12px}._imageItemPreview_13q97_470{width:44px;height:44px;background:#7878801f;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#8e8e93;font-size:1.5rem;overflow:hidden;flex-shrink:0}._imageItemPreview_13q97_470 img{width:100%;height:100%;object-fit:cover}._imageItemName_13q97_490{flex-grow:1;font-size:.95rem;font-weight:500;color:#000;overflow:hidden;text-overflow:ellipsis}._imageItemCaption_13q97_499 input{padding:8px 12px}._sidebarPreviewImage_13q97_503,._sidebarPreviewImageSmall_13q97_504{width:100%;height:auto;border-radius:8px;border:1px solid rgba(0,0,0,.1);margin-top:8px;display:block}._sidebarPreviewImageSmall_13q97_504{max-width:150px}._editButtonWrapper_13q97_517{position:relative}._imageEditButton_13q97_521{background:transparent;border:none;color:#8e8e93;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:color .2s ease,background-color .2s ease}._imageEditButton_13q97_521:hover{color:#000;background-color:#00000014}._editMenu_13q97_539{position:absolute;right:0;top:calc(100% + 6px);background:#f2f2f7e6;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-radius:12px;border:1px solid rgba(0,0,0,.1);box-shadow:0 8px 20px #0000001f;z-index:10;width:220px;padding:6px;display:flex;flex-direction:column}._editMenu_13q97_539 button{background:none;border:none;padding:10px;text-align:left;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:12px;font-size:.9rem;font-weight:500;color:#000;transition:background-color .15s ease}._editMenu_13q97_539 button:hover{background-color:#0000000d}._editMenu_13q97_539 button svg{font-size:1rem;color:#3c3c43}._noImagesText_13q97_581{font-size:.9rem;color:#8e8e93;text-align:center;padding:1rem 0}._cardHeader_13q97_588{display:flex;justify-content:space-between;align-items:center;width:100%}._cardHeader_13q97_588 h4{margin:0;font-weight:600}._cardSideEditor_13q97_600{width:100%;border-top:1px solid rgba(0,0,0,.1);padding-top:1rem}._cardSideEditor_13q97_600:first-of-type{border-top:none;padding-top:0}._cardSideHeader_13q97_611{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px}._cardSideContent_13q97_619{min-height:100px}._imageUploadPreview_13q97_623{border:2px dashed rgba(120,120,128,.2);border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:120px;cursor:pointer;background-color:#78788014;color:#868e96;transition:all .2s ease;overflow:hidden}._imageUploadPreview_13q97_623:hover{background-color:#7878801f;border-color:#78788066}._imageUploadPreview_13q97_623 svg{font-size:1.5rem;margin-bottom:.5rem}._imageUploadPreview_13q97_623 img{max-width:100%;max-height:200px;object-fit:contain}._segmentedControl_13q97_654{display:flex;width:100%;background-color:#7878801f;border-radius:10px;padding:4px;box-sizing:border-box}._segmentedButton_13q97_663{flex:1;padding:8px 12px;border:none;background:transparent;border-radius:8px;font-size:.9rem;font-weight:500;color:#3c3c43;cursor:pointer;transition:all .2s ease-in-out;outline:none}._segmentedButton_13q97_663:not(._active_13q97_677):hover{background-color:#7878801a}._segmentedButton_13q97_663._active_13q97_677{background-color:#fff;color:#000;font-weight:600;box-shadow:0 1px 2px #0000000d,0 3px 8px #00000012;cursor:default}._categoryEditorCard_13q97_689{align-items:center}._categoryImagePreview_13q97_693{width:44px;height:44px;background-color:#7878801f;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#8e8e93;font-size:1.5rem;overflow:hidden;flex-shrink:0;cursor:pointer;transition:all .2s ease}._categoryImagePreview_13q97_693:hover{background-color:#78788033}._categoryImagePreview_13q97_693 img{width:100%;height:100%;object-fit:cover}._mediaUploadButton_13q97_346._recording_13q97_719{color:#fff;background-color:#e53e3e;border-color:#e53e3e}._mediaUploadButton_13q97_346._recording_13q97_719:hover{background-color:#c53030;border-color:#c53030}._mediaUploadButton_13q97_346._recording_13q97_719 svg{color:#fff}._recordingVisualizer_13q97_734{margin-top:1rem;width:100%;height:80px;background-color:#78788014;border-radius:10px;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}._recordingWaveform_13q97_747{width:100%;height:100%}._audioPreview_13q97_752{margin-top:1rem;position:relative;display:flex;align-items:center;gap:8px}._audioPreviewPlayer_13q97_760{width:100%;flex:1}._recordingTimer_13q97_765{position:absolute;top:8px;right:12px;background-color:#0006;color:#fff;padding:2px 8px;border-radius:4px;font-size:.8rem;font-family:SF Mono,Menlo,monospace;letter-spacing:.5px;z-index:1}._removeAudioButton_13q97_779{background:transparent;border:none;color:#8e8e93;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:color .2s ease,background-color .2s ease}._removeAudioButton_13q97_779:hover{color:#e53e3e;background-color:#e53e3e1a}._selectInput_13q97_797{width:100%;padding:.5rem .75rem;border-radius:6px;border:1px solid #d1d1d6;background-color:#fff;font-size:.9rem;transition:border-color .2s,box-shadow .2s}._selectInput_13q97_797:focus{outline:none;border-color:#007aff;box-shadow:0 0 0 2px #007aff33}._codeTextarea_13q97_813{width:100%;padding:.75rem;border-radius:6px;border:1px solid #d1d1d6;font-family:SF Mono,Menlo,Consolas,Courier New,Courier,monospace;font-size:.9rem;line-height:1.5;background-color:#fff;resize:vertical;transition:border-color .2s,box-shadow .2s}._codeTextarea_13q97_813:focus{outline:none;border-color:#007aff;box-shadow:0 0 0 2px #007aff33}._monacoEditorWrapper_13q97_832{border-radius:10px;overflow:hidden;border:1px solid rgba(0,0,0,.1);box-shadow:inset 0 1px 2px #0000000d}._filePreviewCard_13q97_839{display:flex;align-items:center;gap:12px;background:#7878801f;padding:12px;border-radius:10px}._filePreviewIcon_13q97_848{font-size:1.5rem;color:#8e8e93;flex-shrink:0}._filePreviewInfo_13q97_854{flex-grow:1;overflow:hidden}._filePreviewName_13q97_859{display:block;font-weight:500;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._filePreviewMeta_13q97_868{font-size:.8rem;color:#3c3c4399}._collapsibleItemCard_13q97_264{background:#fff6;border:1px solid rgba(0,0,0,.05);border-radius:12px;padding:12px;display:flex;align-items:flex-start;gap:12px}._collapsibleItemCard_13q97_264[draggable=true]:active{cursor:grabbing;background:#fff9;box-shadow:0 8px 20px #0000001a}._imagePreviewContainer_13q97_890{position:relative;cursor:pointer;border-radius:8px;overflow:hidden;height:120px;background-color:#7878801f;display:flex;align-items:center;justify-content:center}._imagePreview_13q97_890{width:100%;height:100%;object-fit:cover}._imageOverlay_13q97_908{position:absolute;inset:0;background-color:#00000080;color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease;font-weight:500}._imagePreviewContainer_13q97_890:hover ._imageOverlay_13q97_908{opacity:1}._uploadPlaceholder_13q97_925{display:flex;align-items:center;justify-content:center;gap:8px;height:120px;border:2px dashed rgba(120,120,128,.2);border-radius:10px;background-color:#78788014;cursor:pointer;transition:all .2s ease}._uploadPlaceholder_13q97_925._small_13q97_938{height:80px}._uploadPlaceholder_13q97_925:hover{border-color:#007aff80;background-color:#7878801f}._collapsibleItemCard_13q97_264{background:#fff6;border:1px solid rgba(0,0,0,.05);border-radius:12px;padding:0;display:flex;flex-direction:column;gap:12px}._collapsibleItemHeader_13q97_957{display:flex;align-items:center;justify-content:space-between;padding:12px;width:100%;box-sizing:border-box}._collapsibleItemTitle_13q97_966{flex-grow:1;font-weight:500;display:flex;align-items:center;gap:8px}._itemTypeTag_13q97_974{font-size:.7rem;background-color:#0000000d;color:#0009;padding:2px 6px;border-radius:4px;text-transform:capitalize}._collapsibleItemContent_13q97_983{padding:0 12px 12px;display:flex;flex-direction:column;gap:16px;border-top:1px solid rgba(0,0,0,.08);width:100%;box-sizing:border-box}._gridTwoCols_13q97_993{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:end}._checkboxField_13q97_1000{display:flex;align-items:center;height:44px}._collapsibleToggle_13q97_1006{display:flex;align-items:center;gap:8px;cursor:pointer;flex-grow:1}._checkboxField_13q97_1000 label{display:flex;align-items:center;gap:8px;font-size:.9rem;cursor:pointer}._nestedItemCard_13q97_1022{background:#00000008;border:1px solid rgba(0,0,0,.05);border-radius:10px;padding:16px;display:flex;flex-direction:column;gap:16px;position:relative}._columnInputs_13q97_274{display:flex;flex-direction:column;gap:8px;flex-grow:1}._selectedHeader_13q97_1040{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:24px}._selectedHeader_13q97_1040 h4{margin:0;font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:8px}._inlineEditButton_13q97_1058{background:none;border:none;color:#8e8e93;cursor:pointer;padding:4px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}._inlineEditButton_13q97_1058:hover{color:#000;background-color:#00000014}._unlinkButton_13q97_1075{background:none;border:none;color:#007aff;font-size:.85rem;font-weight:500;cursor:pointer;padding:4px 8px;border-radius:6px;transition:background-color .2s ease}._unlinkButton_13q97_1075:hover{background-color:#007aff1a}._dangerZone_13q97_1090{margin-top:24px;padding-top:24px;border-top:1px solid rgba(229,62,62,.2)}._dangerZone_13q97_1090 ._label_13q97_92{color:#e53e3e;font-size:.8rem;text-transform:uppercase}._button_13q97_198._delete_13q97_254{background-color:#e53e3e1a;color:#e53e3e}._button_13q97_198._delete_13q97_254:hover{background-color:#e53e3e33}._pageContainer_d121j_1{max-width:1200px;margin:2rem auto;padding:0 2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}._header_d121j_8{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(0,0,0,.08)}._header_d121j_8 h1{font-size:2rem;font-weight:700;color:#2c3e50;margin:0}._headerActions_d121j_24{display:flex;gap:1rem}._createButton_d121j_29,._backButton_d121j_30{padding:10px 20px;border:none;border-radius:10px;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .2s ease;outline:none}._createButton_d121j_29{background-color:#007aff;color:#fff}._createButton_d121j_29:hover{background-color:#0056b3}._backButton_d121j_30{background-color:#7878801f;color:#2c3e50}._backButton_d121j_30:hover{background-color:#78788033}._templateGrid_d121j_59{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}._templateCard_d121j_65{background:#ffffffe6;backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.08);border-radius:16px;box-shadow:0 8px 32px #00000012;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden}._templateCard_d121j_65:hover{transform:translateY(-5px);box-shadow:0 12px 40px #0000001a}._previewContainer_d121j_82{width:100%;aspect-ratio:1.414;background-size:cover;background-position:center;position:relative;overflow:hidden;border-bottom:1px solid rgba(0,0,0,.08)}._previewQrPlaceholder_d121j_92{display:flex;align-items:center;justify-content:center;font-size:10px;color:#888;border:1px dashed #ccc;background-color:#ffffff80}._cardContent_d121j_102{padding:1.25rem 1.5rem;display:flex;flex-direction:column;flex-grow:1}._cardContent_d121j_102 h3{margin:0 0 .5rem;font-size:1.2rem;font-weight:600;color:#1d2129}._cardContent_d121j_102 p{flex-grow:1;color:#576574;font-size:.95rem;line-height:1.6;margin:0;min-height:40px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}._cardActions_d121j_130{margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.05);display:flex;gap:.75rem;align-items:center}._cardActions_d121j_130 a,._cardActions_d121j_130 button{text-decoration:none;padding:8px 14px;border-radius:8px;font-size:.85rem;font-weight:600;transition:background-color .2s,color .2s;border:none;cursor:pointer}._cardActions_d121j_130 a{background-color:#7878801f;color:#333}._cardActions_d121j_130 a:hover{background-color:#78788033}._cardActions_d121j_130 button{background-color:transparent;color:#e53935;margin-left:auto}._cardActions_d121j_130 button:hover{background-color:#e539351a}.transfer-list-layout{display:flex;flex-direction:row;gap:1rem;align-items:stretch;margin-top:1.5rem;margin-bottom:1.5rem}.transfer-list-container{flex:1;display:flex;flex-direction:column;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;background-color:#f9f9f9;min-width:250px}.transfer-list-title{margin-top:0;margin-bottom:.75rem;font-size:1.1rem;font-weight:600;color:#333;border-bottom:1px solid #eee;padding-bottom:.5rem}.transfer-list-search{width:100%;padding:.5rem .75rem;margin-bottom:.75rem;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.transfer-list-select-all{display:flex;align-items:center;margin-bottom:.5rem;padding:.25rem 0;font-size:.9rem;color:#555}.transfer-list-select-all label{margin-left:.5rem;cursor:pointer;user-select:none}.transfer-list{list-style-type:none;padding:0;margin:0;overflow-y:auto;border:1px solid #ddd;border-radius:4px;background-color:#fff;flex-grow:1;min-height:200px}.transfer-list-item{display:flex;align-items:center;padding:.5rem .75rem;border-bottom:1px solid #f0f0f0;transition:background-color .15s ease-in-out}.transfer-list-item:last-child{border-bottom:none}.transfer-list-item:hover{background-color:#f5f5f5}.transfer-list-item-label{margin-left:.5rem;flex-grow:1;font-size:.9rem;color:#333;cursor:default;user-select:none}.transfer-list-item-message{padding:1rem;text-align:center;color:#777;font-style:italic;display:flex;align-items:center;justify-content:center;height:100%}.transfer-list-actions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:0 1rem;flex-shrink:0}.transfer-list-action-button{min-width:160px;padding:.5rem 1rem;font-size:.9rem}@media(max-width:768px){.transfer-list-layout{flex-direction:column;align-items:stretch}.transfer-list-actions{flex-direction:row;justify-content:center;padding-top:1rem;padding-bottom:1rem;width:100%}.transfer-list-action-button{min-width:auto;flex:1;margin:0 .25rem}.transfer-list-action-button:first-child{margin-left:0}.transfer-list-action-button:last-child{margin-right:0}}._pageContainer_13dkx_1{max-width:1600px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#2c3e50;position:relative}._courseTitle_13dkx_8{font-size:2.8rem;font-weight:700;border:none;outline:none;width:100%;padding:8px 4px;margin-bottom:.5rem;transition:background-color .2s ease-in-out;border-radius:8px}._courseTitle_13dkx_8:focus{background-color:#f4f5f7}._accentLine_13dkx_23{height:4px;width:80px;background:linear-gradient(90deg,#f093fb,#f5576c);border-radius:2px;margin:1rem 0 2rem 4px}._courseDescription_13dkx_31{width:100%;border:none;outline:none;resize:none;font-size:1.1rem;line-height:1.6;color:#576574;padding:8px 4px;margin-bottom:2.5rem;transition:background-color .2s ease-in-out;border-radius:8px}._courseDescription_13dkx_31::placeholder{color:#a5b1c2}._courseDescription_13dkx_31:focus{background-color:#f4f5f7}._moduleList_13dkx_51{display:flex;flex-direction:column;gap:0;border:1px solid #e0e6ed;border-radius:12px;box-shadow:0 4px 12px #0000000d}._moduleItem_13dkx_60,._addModuleContainer_13dkx_60{display:flex;align-items:center;gap:16px;border-bottom:1px solid #e0e6ed;padding:16px;transition:background-color .2s ease}._moduleList_13dkx_51 ._moduleItem_13dkx_60:last-child{border-bottom:none}._moduleItem_13dkx_60._dragging_13dkx_71{box-shadow:0 8px 25px #00000026;background-color:#fff}._dragHandle_13dkx_76{cursor:grab;color:#a5b1c2;font-size:1.2rem}._moduleIcon_13dkx_82{font-size:1.2rem;color:#8395a7;width:24px;text-align:center}._moduleContent_13dkx_89{flex-grow:1}._moduleTitleInput_13dkx_93{font-size:1.1rem;font-weight:600;border:none;outline:none;width:100%;padding:6px;border-radius:6px;transition:background-color .2s ease;background-color:transparent}._moduleTitleInput_13dkx_93:focus{background-color:#f4f5f7}._lessonSubtitle_13dkx_108{font-size:.9rem;color:#8395a7;margin-top:4px;padding-left:6px}._moduleActions_13dkx_115{display:flex;align-items:center;gap:8px;margin-left:auto}._editContentButton_13dkx_122,._addContentButton_13dkx_122{border-radius:20px;padding:8px 18px;font-size:.9rem;cursor:pointer;font-weight:600;transition:all .2s ease}._editContentButton_13dkx_122{background-color:#fff;color:#576574;border:1px solid #c8d6e5}._editContentButton_13dkx_122:hover{background-color:#f4f5f7;border-color:#a5b1c2}._addContentButton_13dkx_122{background-color:#2c3e50;color:#fff;border:1px solid #2c3e50}._addContentButton_13dkx_122:hover{background-color:#576574;border-color:#576574}._addContentButton_13dkx_122 span{font-size:.7rem;margin-left:4px;opacity:.8}._moduleMenuContainer_13dkx_156{position:relative}._kebabButton_13dkx_160{background:none;border:none;font-size:1.5rem;line-height:1;cursor:pointer;padding:0 8px;color:#a5b1c2;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}._kebabButton_13dkx_160:hover{background-color:#f4f5f7;color:#576574}._menuDropdown_13dkx_181,._iconPicker_13dkx_181{position:absolute;right:0;top:110%;background-color:#fff;border:1px solid #e0e6ed;border-radius:8px;box-shadow:0 5px 15px #0000001a;z-index:100;overflow:hidden}._menuDropdown_13dkx_181{width:150px}._menuDropdown_13dkx_181 button{display:block;width:100%;padding:10px 16px;border:none;background:none;text-align:left;cursor:pointer;font-size:.9rem;transition:background-color .15s ease}._menuDropdown_13dkx_181 button:hover{background-color:#f4f5f7}._addModuleContainer_13dkx_60{margin-top:2rem;background-color:#f9fafb;border:1px solid #e0e6ed;border-radius:12px}._addModuleContainer_13dkx_60 ._addModuleDot_13dkx_218{color:#a5b1c2;font-size:1.5rem;line-height:1;width:24px;text-align:center}._addModuleInputWrapper_13dkx_226{flex-grow:1;display:flex;flex-direction:column}._addModuleInput_13dkx_226{flex-grow:1;border:none;outline:none;font-size:1rem;color:#576574;background-color:transparent}._addModuleInput_13dkx_226::placeholder{color:#a5b1c2}._hintText_13dkx_244{font-size:.8rem;color:#a5b1c2;margin-top:6px}._editLink_13dkx_250{text-decoration:none}._toastContainer_13dkx_254{position:fixed;bottom:20px;left:50%;transform:translate(-50%);z-index:1000;display:flex;flex-direction:column;align-items:center}._iconPicker_13dkx_181{display:flex;flex-direction:column;padding:4px}._iconGrid_13dkx_271{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;padding:8px}._iconGrid_13dkx_271 button{border:none;background-color:#fff;font-size:1.5rem;padding:8px;border-radius:6px;cursor:pointer;transition:background-color .15s ease}._iconGrid_13dkx_271 button:hover{background-color:#f4f5f7}._paginationControls_13dkx_292{display:flex;justify-content:space-between;align-items:center;padding:8px;border-top:1px solid #e0e6ed;font-size:.85rem;color:#576574}._paginationControls_13dkx_292 button{background:none;border:1px solid transparent;padding:4px 8px;border-radius:4px;cursor:pointer;color:#2c3e50;font-weight:500;transition:background-color .15s ease}._paginationControls_13dkx_292 button:hover:not(:disabled){background-color:#f4f5f7}._paginationControls_13dkx_292 button:disabled{opacity:.5;cursor:not-allowed}._deleteButton_13dkx_322{color:#e53935}._deleteButton_13dkx_322:hover{background-color:#e539351a!important}._header_13dkx_330{display:flex;justify-content:space-between;align-items:center;width:100%}._courseTitle_13dkx_8{font-size:2.8rem;font-weight:700;border:none;outline:none;width:auto;flex-grow:1;padding:8px 4px;margin-bottom:.5rem;transition:background-color .2s ease-in-out;border-radius:8px}._manageCertificatesButton_13dkx_350{padding:10px 20px;background-color:#3498db;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:.9rem;transition:background-color .2s ease;white-space:nowrap;margin-left:20px}._manageCertificatesButton_13dkx_350:hover{background-color:#2980b9}._toast_o50p8_1{position:relative;background:#ffffff40;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-radius:16px;border:1px solid rgba(180,180,180,.35);box-shadow:0 8px 24px #0000001a;color:#141414cc;width:340px;overflow:hidden;padding:1rem}._toastContent_o50p8_15{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;font-weight:500;gap:1rem;position:relative}._toastText_o50p8_25{flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._toastButton_o50p8_32{background:#fff3;border:none;color:#141414cc;font-weight:600;cursor:pointer;border-radius:8px;padding:6px 12px;text-transform:uppercase;font-size:.75rem;transition:background-color .2s ease}._toastButton_o50p8_32:hover{background-color:#ffffff59}._circleTimer_o50p8_49{width:28px;height:28px;transform:rotate(-90deg);flex-shrink:0}._bgCircle_o50p8_56{fill:none;stroke:#0000000d;stroke-width:2.5}._fgCircle_o50p8_62{fill:none;stroke:#0009;stroke-width:2.5;stroke-linecap:round}._container_ll88y_1{display:flex;align-items:center;gap:16px;padding:20px;margin-top:2rem;border:1px solid #e0e6ed;border-radius:12px;background-color:#fdfdff;box-shadow:0 2px 8px #0000000a}._icon_ll88y_13{font-size:2rem;color:#8395a7}._info_ll88y_18{flex-grow:1}._title_ll88y_22{font-size:1.1rem;font-weight:600;color:#2c3e50}._subtitle_ll88y_28{font-size:.9rem;color:#576574;margin-top:4px}._actions_ll88y_34{display:flex;gap:10px}._addButton_ll88y_39,._editButton_ll88y_39,._removeButton_ll88y_39{border-radius:20px;padding:8px 18px;font-size:.9rem;cursor:pointer;font-weight:600;transition:all .2s ease;border:1px solid}._addButton_ll88y_39{background-color:#2c3e50;color:#fff;border-color:#2c3e50}._addButton_ll88y_39:hover{background-color:#576574;border-color:#576574}._editButton_ll88y_39{background-color:#fff;color:#576574;border-color:#c8d6e5}._editButton_ll88y_39:hover{background-color:#f4f5f7;border-color:#a5b1c2}._removeButton_ll88y_39{background:none;color:#e53935;border-color:transparent}._removeButton_ll88y_39:hover{background-color:#e539351a;border-color:#e5393533}._modalOverlay_ll88y_79{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1100}._modalContent_ll88y_89{background-color:#fff;padding:24px;border-radius:12px;width:90vw;max-width:1100px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 30px #0000001a}._modalContent_ll88y_89 h2{margin-top:0;margin-bottom:24px;color:#2c3e50}._templateList_ll88y_106{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}._templateList_ll88y_106 li{padding:0;border:none}._templateListItem_ll88y_120{display:flex;flex-direction:column;border:1px solid #e0e6ed;border-radius:8px;cursor:pointer;transition:border-color .2s,box-shadow .2s;overflow:hidden}._templateListItem_ll88y_120:hover{border-color:#3498db;box-shadow:0 4px 12px #0000001a}._previewCanvas_ll88y_135{width:100%;aspect-ratio:1.414;background-size:cover;background-position:center;position:relative;overflow:hidden;border-bottom:1px solid #e0e6ed}._previewQrPlaceholder_ll88y_145{display:flex;align-items:center;justify-content:center;font-size:10px;color:#888;border:1px dashed #ccc;background-color:#ffffff80}._templateInfo_ll88y_155{padding:12px 16px;background-color:#fcfdff}._templateName_ll88y_160{font-weight:600;color:#2c3e50}._templateDesc_ll88y_165{font-size:.9rem;color:#576574;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._closeModalButton_ll88y_174{margin-top:24px;background-color:#f4f5f7;color:#576574;border:1px solid #c8d6e5;padding:10px 20px;border-radius:8px;cursor:pointer;transition:background-color .2s ease}._closeModalButton_ll88y_174:hover{background-color:#e0e6ed}._overlay_16rru_1{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}._modal_16rru_11{background:#fff;padding:1rem;border-radius:8px;width:90%;max-width:800px;max-height:90vh;overflow-y:auto}._themeLight_1jsg9_1{background-color:#fff;color:#000}._themeGray_1jsg9_6{background-color:#f2f2f7;color:#000}._themeDark_1jsg9_11{background-color:#1c1c1e;color:#fff}._themeGradientDream_1jsg9_16{background:linear-gradient(135deg,#ff9a9e,#fad0c4);color:#fff}._themePatternDots_1jsg9_21{background-color:#f2f2f7;background-image:radial-gradient(rgba(0,0,0,.08) 1px,transparent 1px);background-size:10px 10px;color:#000}._themeImage_1jsg9_28,._themeCustom_1jsg9_32{color:#fff}._actionsToolbarContainer_aot71_1{display:flex;align-items:center;gap:4px;background:#f2f2f7cc;backdrop-filter:blur(18px) saturate(180%);-webkit-backdrop-filter:blur(18px) saturate(180%);border-radius:999px;padding:6px;border:1px solid rgba(0,0,0,.1);box-shadow:0 4px 12px #0000001a}._toolButton_aot71_14{background:transparent;border:none;cursor:pointer;color:#000000b3;padding:0;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease,color .2s ease;width:32px;height:32px;font-size:1rem}._toolButton_aot71_14:hover{color:#000;background-color:#00000014}._toolButton_aot71_14:active{background-color:#0000001f;transform:scale(.95)}@keyframes _fadeIn_1gx2f_1{0%{opacity:0;transform:translateY(-5px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}._panel_1gx2f_6{position:absolute;top:calc(100% + 8px);right:0;width:280px;background:#f2f2f7d9;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-radius:16px;border:1px solid rgba(0,0,0,.1);box-shadow:0 10px 30px #0000001a;z-index:1001;display:flex;flex-direction:column;animation:_fadeIn_1gx2f_1 .2s ease-out;color:#000}._panelHeader_1gx2f_24{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid rgba(0,0,0,.1)}._panelHeader_1gx2f_24 h3{margin:0;font-size:1rem;font-weight:600}._closeButton_1gx2f_38{background:#0000001a;border:none;cursor:pointer;font-size:.9rem;color:#0009;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}._closeButton_1gx2f_38:hover{background-color:#00000026}._panelContent_1gx2f_56{padding:16px;display:flex;flex-direction:column;gap:20px}._section_1gx2f_63{width:100%}._sectionLabel_1gx2f_67{display:block;font-size:.8rem;font-weight:500;color:#3c3c4399;margin-bottom:12px}._segmentedControl_1gx2f_75{display:flex;background-color:#78788040;border-radius:8px;padding:2px}._segmentedControl_1gx2f_75 button{flex:1;padding:6px 0;border:none;background-color:transparent;border-radius:6px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease;color:#000}._segmentedControl_1gx2f_75 button._active_1gx2f_95{background-color:#fffc;box-shadow:0 1px 4px #0000001a;color:#000}._sliderSection_1gx2f_101{margin-top:1rem;background:#ebeff599;border-radius:8px;padding:12px}._sliderControl_1gx2f_108{display:flex;flex-direction:column;gap:.5rem}._sliderControl_1gx2f_108:not(:last-child){margin-bottom:1rem}._sliderLabelWrapper_1gx2f_118{display:flex;justify-content:space-between;align-items:center}._sliderLabel_1gx2f_118{font-size:.85rem;font-weight:500;color:#000}._sliderContainer_1gx2f_130{display:flex;align-items:center;gap:.75rem}._slider_1gx2f_101{flex-grow:1;-webkit-appearance:none;appearance:none;width:100%;height:4px;background:#0000001a;border-radius:2px;outline:none}._slider_1gx2f_101::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;background:#fff;cursor:pointer;border-radius:50%;border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 4px #0000001a}._numberInput_1gx2f_158{width:55px;padding:6px;border:none;background-color:#7878801f;border-radius:6px;text-align:center;font-size:.9rem}._numberInput_1gx2f_158:focus{outline:2px solid rgba(0,122,255,.5)}._linkButton_1gx2f_171{background:transparent;border:none;border-radius:6px;padding:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#868e96;font-size:1rem}._linkButton_1gx2f_171:hover{background-color:#78788033;color:#000}._toggleSection_1gx2f_188{display:flex;align-items:center;gap:12px;background-color:#7878801f;padding:10px 14px;border-radius:10px}._toggleSection_1gx2f_188 input[type=checkbox]{width:18px;height:18px;accent-color:#8e8e93;margin:0}._toggleLabel_1gx2f_204{font-size:.85rem;font-weight:500;color:#000;cursor:pointer}._colorPickerWrapper_1gx2f_211{display:flex;align-items:center;background-color:#7878801f;padding:6px 12px;border-radius:10px}._colorInput_1gx2f_218{opacity:0;width:0;height:0;position:absolute}._colorLabel_1gx2f_224{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:.9rem}._colorSwatch_1gx2f_231{width:20px;height:20px;border-radius:50%;border:1px solid rgba(0,0,0,.1)}._fieldGroup_1gx2f_238{width:100%}._label_1gx2f_241{display:block;font-size:.8rem;font-weight:500;color:#3c3c4399;margin-bottom:8px}._listItemInput_1gx2f_248{width:100%;box-sizing:border-box;padding:8px 12px;border:none;background-color:#7878801f;border-radius:8px;font-size:.9rem;color:#000;transition:background-color .2s ease,box-shadow .2s ease}._listItemInput_1gx2f_248:focus{outline:none;background-color:#78788033;box-shadow:0 0 0 2px #007aff80}@keyframes _fadeIn_7e8ha_1{0%{opacity:0;transform:translateY(-5px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}._panel_7e8ha_6{position:absolute;top:calc(100% + 8px);right:0;width:280px;background:#f2f2f7d9;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-radius:16px;border:1px solid rgba(0,0,0,.1);box-shadow:0 10px 30px #0000001a;z-index:1001;display:flex;flex-direction:column;animation:_fadeIn_7e8ha_1 .2s ease-out;color:#000}._panelHeader_7e8ha_24{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid rgba(0,0,0,.1)}._panelHeader_7e8ha_24 h3{margin:0;font-size:1rem;font-weight:600}._closeButton_7e8ha_38{background:#0000001a;border:none;cursor:pointer;font-size:.9rem;color:#0009;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}._closeButton_7e8ha_38:hover{background-color:#00000026}._panelContent_7e8ha_56{padding:16px;display:flex;flex-direction:column;gap:20px}._section_7e8ha_63{width:100%}._sectionLabel_7e8ha_67{display:block;font-size:.8rem;font-weight:500;color:#3c3c4399;margin-bottom:12px}._colorOptionsGrid_7e8ha_75{display:grid;grid-template-columns:1fr 1fr;gap:8px}._colorButton_7e8ha_81{position:relative;grid-column:span 1;display:flex;align-items:center;gap:8px;width:100%;height:36px;padding:0 12px;border-radius:8px;border:1px solid transparent;background-color:#ebeff599;font-size:.85rem;font-weight:500;cursor:pointer;transition:background-color .2s ease,border-color .2s ease;justify-content:flex-start}._colorButton_7e8ha_81:hover{background-color:#dce1ebcc}._colorButton_7e8ha_81._selected_7e8ha_104{border:2px solid rgba(0,0,0,.4);padding:0 11px;background-color:#fffc}._colorSwatch_7e8ha_110{width:16px;height:16px;border-radius:50%;border:1px solid rgba(0,0,0,.1);flex-shrink:0}._pattern-dots_7e8ha_118{background-image:radial-gradient(rgba(0,0,0,.1) 1px,transparent 1px);background-size:8px 8px}._gradient-dream_7e8ha_122{color:#fff!important}._colorInput_7e8ha_126{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}._imageButtonWrapper_7e8ha_136{grid-column:1 / -1;display:flex;gap:8px;align-items:stretch}._imageButton_7e8ha_136{flex-grow:1;background-image:linear-gradient(45deg,#0000001a,#0000004d),url(https://images.unsplash.com/photo-1522202176988-66273c2fd55f?q=80&w=2071&auto=format&fit=crop);background-size:cover;background-position:center;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.4);border-color:transparent}._imageButton_7e8ha_136:hover{background-color:transparent}._editImageContainer_7e8ha_156{position:relative}._editImageButton_7e8ha_160{display:flex;align-items:center;justify-content:center;height:100%;width:36px;border-radius:8px;border:1px solid transparent;background-color:#ebeff599;cursor:pointer;transition:all .2s ease}._editImageButton_7e8ha_160:hover{background-color:#dce1ebcc}._editImageMenu_7e8ha_176{position:absolute;top:calc(100% + 6px);right:0;background:#ffffffe6;backdrop-filter:blur(10px);border-radius:12px;border:1px solid rgba(0,0,0,.1);box-shadow:0 8px 16px #0000001a;padding:6px;width:180px;z-index:10}._editImageMenu_7e8ha_176 button{display:flex;width:100%;align-items:center;gap:.75rem;background:none;border:none;text-align:left;padding:10px;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500}._editImageMenu_7e8ha_176 button:hover{background-color:#0000000d}._overlayControls_7e8ha_207{display:flex;align-items:center;gap:12px;background:#ebeff599;padding:8px;border-radius:8px}._overlayColorInput_7e8ha_216{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:28px;height:28px;background-color:transparent;border:none;cursor:pointer;padding:0}._overlayColorInput_7e8ha_216::-webkit-color-swatch{border-radius:50%;border:2px solid rgba(255,255,255,.5);box-shadow:0 0 0 1px #0000001a}._overlayColorInput_7e8ha_216::-moz-color-swatch{border-radius:50%;border:2px solid rgba(255,255,255,.5);box-shadow:0 0 0 1px #0000001a}._overlayOpacitySlider_7e8ha_238{flex-grow:1;-webkit-appearance:none;appearance:none;width:100%;height:6px;background:#0000001a;border-radius:3px;outline:none}._overlayOpacitySlider_7e8ha_238::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background:#fff;cursor:pointer;border-radius:50%;border:.5px solid rgba(0,0,0,.04);box-shadow:0 .5px 4px #0000001f,0 3px 8px #00000026}._overlayOpacitySlider_7e8ha_238::-moz-range-thumb{width:20px;height:20px;background:#fff;cursor:pointer;border-radius:50%;border:.5px solid rgba(0,0,0,.04);box-shadow:0 .5px 4px #0000001f,0 3px 8px #00000026}._opacityLabel_7e8ha_269{font-size:.8rem;font-weight:500;color:#3c3c4399;min-width:35px;text-align:right}._toggleSection_7e8ha_277{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;background-color:#7878801f;border-radius:10px}._toggleLabel_7e8ha_286{font-size:.85rem;font-weight:500;color:#000;cursor:pointer}._toggleSection_7e8ha_277 input[type=checkbox]{width:18px;height:18px;accent-color:#8e8e93;margin:0}@keyframes _fadeIn_103os_1{0%{opacity:0;transform:translateY(-5px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}._dropdownContainer_103os_6{position:relative;user-select:none;z-index:9999}._dropdownButton_103os_12{background-color:#ebeff5b3;border:1px solid rgba(0,0,0,.05);border-radius:16px;padding:8px 14px;cursor:pointer;display:flex;align-items:center;gap:8px;font-weight:500;font-size:.9rem;color:#000;transition:background-color .2s ease,border-color .2s ease}._dropdownButton_103os_12:hover{background-color:#dce1ebe6}._chevronIcon_103os_31{font-size:1rem;color:#3c3c4399;transition:transform .2s ease-out}._chevronIcon_103os_31._open_103os_37{transform:rotate(180deg)}._dropdownMenu_103os_41{position:absolute;z-index:9999;background:#f2f2f7d9;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-radius:14px;border:1px solid rgba(0,0,0,.1);box-shadow:0 10px 30px #0000001a;animation:_fadeIn_103os_1 .2s ease-out;top:calc(100% + 8px);left:0;padding:6px;width:260px;height:130px;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}._dropdownMenu_103os_41::-webkit-scrollbar{display:none}._dropdownMenuItem_103os_67{padding:10px 12px;border-radius:8px;cursor:pointer;font-size:.9rem;color:#000;font-weight:500;transition:background-color .15s ease;display:flex;align-items:center;gap:10px}._dropdownMenuItem_103os_67:hover{background-color:#0000000d}._dropdownMenuItem_103os_67._selected_103os_84{background-color:#fffc;box-shadow:0 1px 4px #00000014}._dropdownPreview_103os_89{position:absolute;z-index:9999;left:calc(100% + 12px);top:-6px;width:380px;height:auto;pointer-events:none;padding:1rem;background:#f2f2f7d9;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-radius:14px;border:1px solid rgba(0,0,0,.1);box-shadow:0 10px 30px #0000001a}._previewHeading_103os_106{font-size:1.1rem;font-weight:600;margin:0 0 .5rem;color:#000}._previewSubheading_103os_113{font-size:1rem;font-weight:600;margin:0 0 .5rem;color:#3c3c43e6}._previewParagraph_103os_120{font-size:.85rem;line-height:1.6;color:#3c3c43cc;margin:0}._previewNote_103os_127{margin-top:1rem;background-color:#7878801f;padding:.8rem 1rem;border-radius:8px;font-size:.8rem;color:#3c3c43e6;border-left:3px solid #8E8E93}._editorWrapper_17wsl_1{border-radius:12px;background-color:#ffffff80;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}._editorWrapper_17wsl_1:focus-within{box-shadow:0 0 0 3px #6c757d26}._readOnly_17wsl_14{border-color:transparent!important;background-color:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:none!important;border-radius:0}._readOnly_17wsl_14 .ProseMirror{cursor:default;pointer-events:all!important}._toolbar_17wsl_28{display:flex;flex-wrap:wrap;align-items:center;gap:2px;padding:6px;border-bottom:1px solid rgba(0,0,0,.08)}._toolbarButton_17wsl_37{background:none;border:none;cursor:pointer;padding:6px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#3c3c43;font-size:1rem;font-weight:500;transition:background-color .2s ease,color .2s ease}._toolbarButton_17wsl_37:hover{background-color:#0000000f;color:#000}._toolbarButton_17wsl_37._isActive_17wsl_57{background-color:#e9ecef;color:#000}._toolbarButton_17wsl_37:disabled{opacity:.3;cursor:not-allowed}._divider_17wsl_67{width:1px;height:18px;background-color:#0000001a;margin:0 6px}._colorInput_17wsl_75{width:28px;height:28px;border:none;background:none;cursor:pointer;padding:0;border-radius:6px}._colorInput_17wsl_75::-webkit-color-swatch-wrapper{padding:3px}._colorInput_17wsl_75::-webkit-color-swatch{border:1px solid rgba(0,0,0,.1);border-radius:4px}._editorContent_17wsl_92{padding:.5rem 0;outline:none}._editorContent_17wsl_92 .ProseMirror{min-height:auto;line-height:inherit;background:transparent!important;color:inherit!important;padding:0!important;margin:0!important;box-shadow:none!important;border-radius:0!important;outline:none!important}._editorContent_17wsl_92 .ProseMirror-focused{outline:none!important}._editorContent_17wsl_92 .ProseMirror p._is-editor-empty_17wsl_113:first-child:before{content:attr(data-placeholder);float:left;color:#3c3c4399;pointer-events:none;height:0}._editorContent_17wsl_92 .ProseMirror>*+*{margin-top:.75em}._editorContent_17wsl_92 .ProseMirror ul,._editorContent_17wsl_92 .ProseMirror ol{padding:0;margin-left:1.25rem}._editorContent_17wsl_92 .ProseMirror ul{list-style-type:disc}._editorContent_17wsl_92 .ProseMirror ol{list-style-type:decimal}._editorContent_17wsl_92 .ProseMirror blockquote{background-color:#0000000a;border-left:4px solid #adb5bd;margin:1rem 0;padding:.5rem 1rem;font-style:italic;color:#495057}._dark_17wsl_147 ._editorContent_17wsl_92 .ProseMirror blockquote{background-color:#ffffff14;border-left-color:#6c757d;color:#ced4da}._editorContent_17wsl_92 .ProseMirror a{color:#495057;text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:2px;cursor:pointer;transition:color .2s}._editorContent_17wsl_92 .ProseMirror a:hover{color:#212529}._editorContent_17wsl_92 table{width:100%;border-collapse:collapse;table-layout:fixed;overflow:hidden;margin:1.5rem 0;border-radius:8px;border:1px solid rgba(0,0,0,.1)}._editorContent_17wsl_92 th,._editorContent_17wsl_92 td{padding:.75rem 1rem;border:1px solid rgba(0,0,0,.1);vertical-align:top;position:relative;text-align:left}._editorContent_17wsl_92 th{font-weight:600;background-color:#0000000a}._editorContent_17wsl_92 td>p,._editorContent_17wsl_92 th>p{margin:0}._editorContent_17wsl_92 .selectedCell:after{content:"";position:absolute;inset:0;background:#6496ff33;pointer-events:none;z-index:2}._editorContent_17wsl_92 .column-resize-handle{position:absolute;right:-2px;top:0;bottom:0;width:4px;background-color:#007aff;pointer-events:none;opacity:.5}._overlay_1iu15_1{position:fixed;inset:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:2000}._modal_1iu15_11{background-color:#fff;border-radius:12px;box-shadow:0 10px 30px #0003;width:90%;max-width:900px;height:80vh;display:flex;flex-direction:column}._header_1iu15_22{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e9ecef}._header_1iu15_22 h3{margin:0;font-size:1.1rem}._closeButton_1iu15_35{background:none;border:none;cursor:pointer;font-size:1.5rem;color:#495057}._content_1iu15_43{flex-grow:1;overflow-y:auto;padding:1.5rem}._grid_1iu15_49{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}._gridItem_1iu15_55{aspect-ratio:1 / 1;border-radius:8px;overflow:hidden;cursor:pointer;transition:transform .2s ease}._gridItem_1iu15_55:hover{transform:scale(1.05)}._gridItem_1iu15_55 img{width:100%;height:100%;object-fit:cover}._emptyMessage_1iu15_73{text-align:center;color:#868e96;margin-top:2rem}._errorMessage_1iu15_79{text-align:center;color:#e74c3c;font-weight:500;margin-top:2rem}._loaderContainer_1iu15_86{display:flex;justify-content:center;align-items:center;gap:.75rem;padding:2rem;color:#868e96}._loaderIcon_1iu15_95{animation:_spin_1iu15_1 1.5s linear infinite}@keyframes _spin_1iu15_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._endOfListMessage_1iu15_108{text-align:center;color:#adb5bd;font-style:italic;padding:2rem}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}:root{--rc-drag-handle-size: 12px;--rc-drag-handle-mobile-size: 24px;--rc-drag-handle-bg-colour: rgba(0, 0, 0, .2);--rc-drag-bar-size: 6px;--rc-border-color: rgba(255, 255, 255, .7);--rc-focus-color: #0088ff}.ReactCrop{position:relative;display:inline-block;cursor:crosshair;max-width:100%}.ReactCrop *,.ReactCrop *:before,.ReactCrop *:after{box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{overflow:hidden;max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video{touch-action:none}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{touch-action:none}.ReactCrop__crop-mask{position:absolute;inset:0;pointer-events:none;width:calc(100% + .5px);height:calc(100% + .5px)}.ReactCrop__crop-selection{position:absolute;top:0;left:0;transform:translateZ(0);cursor:move}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--circular-crop .ReactCrop__crop-selection:after{pointer-events:none;content:"";position:absolute;inset:-1px;border:1px solid var(--rc-border-color);opacity:.3}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed white}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){animation:marching-ants 1s;background-image:linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%);background-size:10px 1px,10px 1px,1px 10px,1px 10px;background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;color:#fff;animation-play-state:running;animation-timing-function:linear;animation-iteration-count:infinite}.ReactCrop__crop-selection:focus{outline:2px solid var(--rc-focus-color);outline-offset:-1px}.ReactCrop--invisible-crop .ReactCrop__crop-mask,.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute;width:var(--rc-drag-handle-size);height:var(--rc-drag-handle-size);background-color:var(--rc-drag-handle-bg-colour);border:1px solid var(--rc-border-color)}.ReactCrop__drag-handle:focus{background:var(--rc-focus-color)}.ReactCrop .ord-nw{top:0;left:0;transform:translate(-50%,-50%);cursor:nw-resize}.ReactCrop .ord-n{top:0;left:50%;transform:translate(-50%,-50%);cursor:n-resize}.ReactCrop .ord-ne{top:0;right:0;transform:translate(50%,-50%);cursor:ne-resize}.ReactCrop .ord-e{top:50%;right:0;transform:translate(50%,-50%);cursor:e-resize}.ReactCrop .ord-se{bottom:0;right:0;transform:translate(50%,50%);cursor:se-resize}.ReactCrop .ord-s{bottom:0;left:50%;transform:translate(-50%,50%);cursor:s-resize}.ReactCrop .ord-sw{bottom:0;left:0;transform:translate(-50%,50%);cursor:sw-resize}.ReactCrop .ord-w{top:50%;left:0;transform:translate(-50%,-50%);cursor:w-resize}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:var(--rc-drag-bar-size);transform:translateY(-50%)}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:var(--rc-drag-bar-size);height:100%;transform:translate(50%)}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:var(--rc-drag-bar-size);transform:translateY(50%)}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:var(--rc-drag-bar-size);height:100%;transform:translate(-50%)}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media(pointer:coarse){.ReactCrop .ord-n,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:var(--rc-drag-handle-mobile-size);height:var(--rc-drag-handle-mobile-size)}}._overlay_1gcww_1{position:fixed;inset:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:2000}._modal_1gcww_11{background-color:#fff;border-radius:12px;box-shadow:0 10px 30px #0003;width:90%;max-width:800px;overflow:hidden}._modalContent_1gcww_20{padding:1rem;max-height:70vh;overflow-y:auto}._image_1gcww_26{max-width:100%;height:auto}._modalActions_1gcww_31{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem;border-top:1px solid #e9ecef}._buttonPrimary_1gcww_39,._buttonSecondary_1gcww_39{padding:.5rem 1rem;border:none;border-radius:6px;font-weight:500;cursor:pointer}._buttonPrimary_1gcww_39{background-color:#212529;color:#fff}._buttonSecondary_1gcww_39{background-color:#f1f3f5;color:#212529}._textBlockLayout_1eszk_1{background-size:cover;background-position:center;position:relative;transition:background-color .3s ease-in-out}._textBlockLayout_1eszk_1:before{content:"";position:absolute;inset:0;background-color:var(--overlay-color, transparent);opacity:var(--overlay-opacity, 0);transition:opacity .3s ease,background-color .3s ease;border-radius:inherit;pointer-events:none}._contentArea_1eszk_19{grid-column:2 / 3;padding:0 1rem;position:relative;margin:0 auto}._editableHeading_1eszk_26,._editableParagraph_1eszk_27,._editableSubheading_1eszk_28,._editableColumn_1eszk_29,._editableTable_1eszk_30{background-color:transparent;transition:background-color .25s ease,box-shadow .25s ease;border-radius:6px;padding:2px 6px}._editableHeading_1eszk_26 .ProseMirror,._editableParagraph_1eszk_27 .ProseMirror,._editableSubheading_1eszk_28 .ProseMirror,._editableColumn_1eszk_29 .ProseMirror,._editableTable_1eszk_30 .ProseMirror{background:transparent!important;padding:0!important;margin:0!important;box-shadow:none!important;min-height:auto!important;line-height:inherit;color:inherit}._editableHeading_1eszk_26 .ProseMirror-focused,._editableParagraph_1eszk_27 .ProseMirror-focused,._editableSubheading_1eszk_28 .ProseMirror-focused,._editableColumn_1eszk_29 .ProseMirror-focused,._editableTable_1eszk_30 .ProseMirror-focused{outline:none!important}._editableHeading_1eszk_26:has(.ProseMirror-focused),._editableParagraph_1eszk_27:has(.ProseMirror-focused),._editableSubheading_1eszk_28:has(.ProseMirror-focused),._editableColumn_1eszk_29:has(.ProseMirror-focused),._editableTable_1eszk_30:has(.ProseMirror-focused),._editableHeading_1eszk_26:hover,._editableParagraph_1eszk_27:hover,._editableSubheading_1eszk_28:hover,._editableColumn_1eszk_29:hover,._editableTable_1eszk_30:hover{background-color:#f1f5f9b3;box-shadow:0 0 0 2px #94a3b866,inset 0 1px 2px #0000000d}._isPreview_1eszk_73 ._editableHeading_1eszk_26:hover,._isPreview_1eszk_73 ._editableParagraph_1eszk_27:hover,._isPreview_1eszk_73 ._editableSubheading_1eszk_28:hover,._isPreview_1eszk_73 ._editableColumn_1eszk_29:hover,._isPreview_1eszk_73 ._editableTable_1eszk_30:hover{background-color:transparent;box-shadow:none}._editableTable_1eszk_30{display:grid;width:100%;margin:1rem 0;overflow-x:auto;-webkit-overflow-scrolling:touch}._editableTable_1eszk_30 table{width:100%;min-width:600px;border-collapse:collapse;border-radius:8px;overflow:hidden;box-shadow:0 0 0 1px var(--table-border-color, #dee2e6)}._editableTable_1eszk_30 th,._editableTable_1eszk_30 td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--table-border-color, #dee2e6);white-space:nowrap}._editableTable_1eszk_30 thead th{background-color:var(--table-header-bg, #f8f9fa);font-weight:600;color:var(--table-header-color, #212529)}._editableTable_1eszk_30 tbody tr:hover{background-color:var(--table-row-hover, #f1f3f5)}._theme-light_1eszk_117{--table-border-color: #dee2e6;--table-header-bg: #f8f9fa;--table-header-color: #212529;--table-row-hover: #f1f3f5}._theme-gray_1eszk_124{--table-border-color: #d1d1d6;--table-header-bg: #e5e5ea;--table-header-color: #1c1c1e;--table-row-hover: #e5e5ea}._theme-dark_1eszk_131{--table-border-color: #343a40;--table-header-bg: #212529;--table-header-color: #f8f9fa;--table-row-hover: #343a40}._theme-gradient-dream_1eszk_138{--table-border-color: rgba(255, 255, 255, .2);--table-header-bg: rgba(255, 255, 255, .15);--table-header-color: #ffffff;--table-row-hover: rgba(255, 255, 255, .1)}._theme-pattern-dots_1eszk_145{--table-border-color: #d1d1d6;--table-header-bg: #e5e5ea;--table-header-color: #1c1c1e;--table-row-hover: #e5e5ea}._theme-image_1eszk_152,._theme-custom_1eszk_159{--table-border-color: rgba(255, 255, 255, .2);--table-header-bg: rgba(255, 255, 255, .15);--table-header-color: #ffffff;--table-row-hover: rgba(255, 255, 255, .1)}._editableHeading_1eszk_26{font-size:2rem;font-weight:700;line-height:1.3}._editableParagraph_1eszk_27{font-size:1rem;line-height:1.7}._editableSubheading_1eszk_28{font-size:1.5rem;font-weight:600}._noteBlock_1eszk_182{background-color:#7878801f;border-left:3px solid #8E8E93;padding:1rem 1.5rem;border-radius:8px}._noteBlock_1eszk_182 ._editableParagraph_1eszk_27{font-style:normal;color:inherit}._columnsBlock_1eszk_194{display:flex;gap:2rem;width:100%}._editableColumn_1eszk_29{flex:1;min-width:0;line-height:1.7}._statementBlock_1eszk_206{margin:2rem 0;padding:0}._statementBlock_1eszk_206 ._editableParagraph_1eszk_27 p{font-family:Georgia,"serif";font-size:1.3rem;line-height:1.8;letter-spacing:.2px}._statementA_1eszk_218{padding:2.5rem 0;position:relative;text-align:center}._statementA_1eszk_218:before,._statementA_1eszk_218:after{content:"";position:absolute;left:50%;transform:translate(-50%);width:60%;max-width:350px;height:1px;background-color:currentColor;opacity:.2}._statementA_1eszk_218:before{top:0}._statementA_1eszk_218:after{bottom:0}._statementB_1eszk_206{text-align:center}._statementB_1eszk_206:before{content:"";display:block;width:36px;height:4px;background-color:currentColor;opacity:.7;margin:0 auto 1.5rem;border-radius:2px}._statementB_1eszk_206 ._editableParagraph_1eszk_27 p{font-weight:600;font-size:1.4rem}._statementC_1eszk_265{background-color:#0000000d;padding:3rem 2rem;border-radius:8px;text-align:left}._statementC_1eszk_265 ._editableParagraph_1eszk_27 p{font-size:1.8rem;line-height:1.6;font-weight:300}._statementC_1eszk_265 ._editableParagraph_1eszk_27 strong{font-weight:700}._statementD_1eszk_282{background-color:#0000000d;padding:2rem 1.5rem;border-radius:8px;text-align:left}._statementD_1eszk_282:before{content:"";display:block;width:36px;height:4px;background-color:currentColor;opacity:.7;margin:0 0 1.5rem;border-radius:2px}._statementD_1eszk_282 ._editableParagraph_1eszk_27 p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.1rem;line-height:1.7;font-weight:400}._theme-dark_1eszk_131 ._statementC_1eszk_265,._theme-dark_1eszk_131 ._statementD_1eszk_282,._theme-gradient-dream_1eszk_138 ._statementC_1eszk_265,._theme-gradient-dream_1eszk_138 ._statementD_1eszk_282,._theme-image_1eszk_152 ._statementC_1eszk_265,._theme-image_1eszk_152 ._statementD_1eszk_282,._theme-custom_1eszk_159 ._statementC_1eszk_265,._theme-custom_1eszk_159 ._statementD_1eszk_282{background-color:#ffffff0d}._width-s_1eszk_318 ._contentArea_1eszk_19{max-width:580px}._width-m_1eszk_322 ._contentArea_1eszk_19{max-width:700px}._width-l_1eszk_326 ._contentArea_1eszk_19{max-width:900px}._heading-padding-s_1eszk_330 ._editableHeading_1eszk_26,._heading-padding-s_1eszk_330 ._editableSubheading_1eszk_28{margin-bottom:.5rem}._heading-padding-m_1eszk_335 ._editableHeading_1eszk_26,._heading-padding-m_1eszk_335 ._editableSubheading_1eszk_28{margin-bottom:1.5rem}._heading-padding-l_1eszk_340 ._editableHeading_1eszk_26,._heading-padding-l_1eszk_340 ._editableSubheading_1eszk_28{margin-bottom:2.5rem}@media(max-width:768px){._contentArea_1eszk_19{grid-column:1 / -1;padding:0 1.5rem}._statementC_1eszk_265{padding:2rem 1.5rem}._editableHeading_1eszk_26{font-size:1.8rem}._editableSubheading_1eszk_28{font-size:1.3rem}}._layout_m4toz_1{display:grid;grid-template-columns:1fr minmax(0,900px) 1fr;align-items:flex-start;border:1px solid transparent;transition:all .2s ease-in-out;position:relative}._layout_m4toz_1._active_m4toz_10{z-index:20}._layout_m4toz_1:hover ._settingsToolbar_m4toz_14,._layout_m4toz_1:hover ._actionsToolbar_m4toz_15,._layout_m4toz_1._active_m4toz_10 ._settingsToolbar_m4toz_14,._layout_m4toz_1._active_m4toz_10 ._actionsToolbar_m4toz_15{opacity:1;visibility:visible;transform:translateY(0) scale(1)}._settingsToolbar_m4toz_14{position:sticky;top:20px;grid-column:1 / 2;grid-row:1 / 2;justify-self:end;margin-right:1.5rem;opacity:0;visibility:hidden;transform:translateY(-5px) scale(.95);transition:all .2s ease-out;z-index:10}._actionsToolbar_m4toz_15{position:sticky;top:20px;grid-column:3 / 4;grid-row:1 / 2;justify-self:start;margin-left:1.5rem;opacity:0;visibility:hidden;transform:translateY(-5px) scale(.95);transition:all .2s ease-out;z-index:10}._toolbarContainer_m4toz_51{display:flex;align-items:center;gap:4px;background:#f2f2f7cc;backdrop-filter:blur(18px) saturate(180%);-webkit-backdrop-filter:blur(18px) saturate(180%);border-radius:999px;padding:6px;border:1px solid rgba(0,0,0,.1);box-shadow:0 4px 12px #0000001a}._toolbarButton_m4toz_64{background:transparent;border:none;cursor:pointer;color:#000000b3;padding:0;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease,color .2s ease;width:32px;height:32px;font-size:1rem}._toolbarButton_m4toz_64:hover{color:#000;background-color:#00000014}._toolbarButton_m4toz_64:active{background-color:#0000001f;transform:scale(.95)}._colorToolWrapper_m4toz_90{position:relative}._content-width-s_m4toz_94{--content-width: 680px}._content-width-m_m4toz_95{--content-width: 880px}._content-width-l_m4toz_96{--content-width: 1100px}._content-width-full_m4toz_97{--content-width: 100%}@container block (max-width: 768px){._layout_m4toz_1{grid-template-columns:minmax(0,1fr)}._settingsToolbar_m4toz_14,._actionsToolbar_m4toz_15{display:none}}._previewParagraph_1j06f_1{margin:0;padding:0;line-height:1.5;color:#555}._previewHeading_1j06f_8{margin:0 0 .5em;padding:0;line-height:1.5;color:#555;font-size:1.2em;font-weight:600;color:#333}._previewSubheading_1j06f_19{margin:0 0 .5em;padding:0;line-height:1.5;color:#555;font-size:1.1em;font-weight:600;color:#444}._previewColumns_1j06f_30{display:flex;gap:1em}._previewTable_1j06f_35{width:100%;border-collapse:collapse}._previewTable_1j06f_35 th,._previewTable_1j06f_35 td{border:1px solid #e1e1e4;padding:.4em .6em;text-align:left}._previewTable_1j06f_35 th{background-color:#f7f7f7;font-weight:600}._previewNote_1j06f_52{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:6px;font-size:.9em;color:#e8590c;background-color:#fff4e6;border:1px solid #ffd8a8}._previewNote_1j06f_52 span{line-height:1.5}._previewStatement_1w4y0_1{font-family:Georgia,"serif";font-size:1em;line-height:1.6;color:#212529}._previewStatement_1w4y0_1 p{margin:0}._previewStatementA_1w4y0_12{padding:1.5rem 0;position:relative;text-align:center}._previewStatementA_1w4y0_12:before,._previewStatementA_1w4y0_12:after{content:"";position:absolute;left:50%;transform:translate(-50%);width:60%;max-width:200px;height:1px;background-color:#e9ecef}._previewStatementA_1w4y0_12:before{top:0}._previewStatementA_1w4y0_12:after{bottom:0}._previewStatementB_1w4y0_38{text-align:center}._previewStatementB_1w4y0_38:before{content:"";display:block;width:24px;height:3px;background-color:#fd7e14;margin:0 auto 1rem;border-radius:2px}._previewStatementB_1w4y0_38 p{font-weight:600;font-size:1.1em}._previewStatementC_1w4y0_57{background-color:#f8f9fa;padding:1.5rem 1rem;border-radius:6px;text-align:left}._previewStatementC_1w4y0_57 p{font-size:1.2em;font-weight:300}._previewStatementC_1w4y0_57 strong{font-weight:700;color:#000}._previewStatementD_1w4y0_74{background-color:#f8f9fa;padding:1.5rem 1rem;border-radius:6px;text-align:left}._previewStatementD_1w4y0_74:before{content:"";display:block;width:24px;height:3px;background-color:#fd7e14;margin:0 0 1rem;border-radius:2px}._previewStatementD_1w4y0_74 p{font-family:-apple-system,sans-serif;font-size:.9em;font-weight:400}._imageBlockLayout_1c0lj_1{display:grid;grid-template-columns:1fr min(var(--content-width, 880px),calc(100% - 4rem)) 1fr;gap:1rem;width:100%;position:relative;background-size:cover;background-position:center}._imageBlockLayout_1c0lj_1:before{content:"";position:absolute;inset:0;background-color:var(--overlay-color, transparent);opacity:var(--overlay-opacity, 0);transition:opacity .3s ease,background-color .3s ease;pointer-events:none}._contentArea_1c0lj_21{grid-column:2;grid-row:1 / 2;width:100%;box-sizing:border-box}._full-width_1c0lj_28 ._contentArea_1c0lj_21,._text-on-image_1c0lj_29 ._contentArea_1c0lj_21,._grid-3_1c0lj_30 ._contentArea_1c0lj_21,._grid-4_1c0lj_31 ._contentArea_1c0lj_21{grid-column:1 / -1;max-width:none;padding-left:0;padding-right:0}._grid-3_1c0lj_30 ._contentArea_1c0lj_21,._grid-4_1c0lj_31 ._contentArea_1c0lj_21{padding-left:2rem;padding-right:2rem}._imageWrapper_1c0lj_45{display:flex;flex-direction:column;width:100%;margin:0 auto}._centered_1c0lj_52 ._imageWrapper_1c0lj_45{max-width:100%}._image_1c0lj_1{width:100%;height:auto;display:block;object-fit:cover;border-radius:8px}._full-width_1c0lj_28 ._imageWrapper_1c0lj_45 ._image_1c0lj_1{width:100%;max-height:65vh;aspect-ratio:16 / 5.5;object-position:center 50%;border-radius:0}._imageZoomable_1c0lj_72{cursor:zoom-in}._placeholder_1c0lj_76{width:100%;min-height:200px;background-color:#00000005;border:2px dashed #dee2e6;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:#adb5bd;cursor:pointer;transition:background-color .2s ease}._placeholder_1c0lj_76:hover{background-color:#0000000a}._placeholder_1c0lj_76 svg{font-size:2rem}._imageAndTextContainer_1c0lj_100{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}._textWrapper_1c0lj_107 .ProseMirror{background:transparent;padding:2px 6px;margin:-2px -6px;border-radius:4px;outline:none;transition:background-color .2s ease}._textWrapper_1c0lj_107:hover .ProseMirror{background-color:#f1f5f9b3}._textWrapper_1c0lj_107 .ProseMirror-focused{background-color:#f1f5f9b3;box-shadow:0 0 0 2px #94a3b866}._textOnImageContainer_1c0lj_125{position:relative;width:100%;min-height:400px;max-height:70vh;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;border-radius:8px;overflow:hidden}._overlayText_1c0lj_139{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:2rem 4rem;text-align:left;color:#fff;background-color:#0006;width:100%;height:100%}._overlayText_1c0lj_139 .ProseMirror{color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.5);text-align:left;background:transparent;padding:2px 6px;margin:-2px -6px;border-radius:4px;outline:none;transition:background-color .2s ease}._overlayText_1c0lj_139:hover .ProseMirror{background-color:#ffffff1a}._overlayText_1c0lj_139 .ProseMirror-focused{background-color:#ffffff1a;box-shadow:0 0 0 2px #e2e8f066}._overlayText_1c0lj_139 .ProseMirror>*{text-align:left}._gridContainer_1c0lj_179{display:grid;gap:1rem}._grid-2_1c0lj_184 ._gridContainer_1c0lj_179{grid-template-columns:repeat(2,1fr)}._grid-3_1c0lj_30 ._gridContainer_1c0lj_179{grid-template-columns:repeat(3,1fr)}._grid-4_1c0lj_31 ._gridContainer_1c0lj_179{grid-template-columns:repeat(4,1fr)}._carouselContainer_1c0lj_196{position:relative;overflow:hidden;padding-bottom:2.5rem}._carouselTrack_1c0lj_202{display:flex;transition:transform .5s ease-in-out}._carouselSlide_1c0lj_207{width:100%;flex-shrink:0;box-sizing:border-box;padding:0 1rem;display:flex;align-items:center;justify-content:center}._carousel_1c0lj_196 ._image_1c0lj_1{aspect-ratio:16/9;object-position:center;max-height:70vh}._carouselArrow_1c0lj_223{position:absolute;top:50%;transform:translateY(calc(-50% - 1.25rem));background-color:#fffc;border:1px solid #ddd;border-radius:50%;width:44px;height:44px;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#333;box-shadow:0 2px 5px #0000001a;transition:all .2s ease}._carouselArrow_1c0lj_223:hover{background-color:#fff;transform:translateY(calc(-50% - 1.25rem)) scale(1.1)}._carouselArrow_1c0lj_223._prev_1c0lj_248{left:2rem}._carouselArrow_1c0lj_223._next_1c0lj_252{right:2rem}._carouselDots_1c0lj_256{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);display:flex;justify-content:center;gap:.75rem}._carouselDot_1c0lj_256{width:10px;height:10px;border-radius:50%;background-color:#ccc;border:none;cursor:pointer;padding:0;transition:background-color .3s ease,transform .3s ease}._carouselDot_1c0lj_256._active_1c0lj_277{background-color:#333;transform:scale(1.2)}._gridImageWrapper_1c0lj_282{position:relative;aspect-ratio:1 / 1;overflow:hidden;border-radius:8px}._gridImageWrapper_1c0lj_282 ._image_1c0lj_1{width:100%;height:100%;object-fit:cover;border-radius:0}._gridImageWrapper_1c0lj_282 ._imageWrapper_1c0lj_45{height:100%}._zoomOverlay_1c0lj_300{position:fixed;inset:0;background-color:#fffffff2;display:flex;align-items:center;justify-content:center;z-index:9999;cursor:zoom-out;animation:_zoomFadeIn_1c0lj_1 .3s ease}._zoomedImage_1c0lj_312{max-width:95vw;max-height:95vh;object-fit:contain;box-shadow:0 10px 30px #0003}@keyframes _zoomFadeIn_1c0lj_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._theme-dark_1c0lj_331 ._placeholder_1c0lj_76{background-color:#ffffff0d;border-color:#fff3}._theme-dark_1c0lj_331 ._placeholder_1c0lj_76:hover{background-color:#ffffff1a}._theme-dark_1c0lj_331 ._carouselArrow_1c0lj_223{background-color:#1e1e1ecc;border-color:#555;color:#eee}._theme-dark_1c0lj_331 ._carouselArrow_1c0lj_223:hover{background-color:#000}._theme-dark_1c0lj_331 ._carouselDot_1c0lj_256{background-color:#555}._theme-dark_1c0lj_331 ._carouselDot_1c0lj_256._active_1c0lj_277{background-color:#eee}._theme-dark_1c0lj_331 ._textWrapper_1c0lj_107 .ProseMirror,._theme-gradient-dream_1c0lj_359 ._textWrapper_1c0lj_107 .ProseMirror,._theme-image_1c0lj_360 ._textWrapper_1c0lj_107 .ProseMirror,._theme-custom_1c0lj_361 ._textWrapper_1c0lj_107 .ProseMirror{color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.6)}._theme-dark_1c0lj_331 ._textWrapper_1c0lj_107:hover .ProseMirror,._theme-gradient-dream_1c0lj_359 ._textWrapper_1c0lj_107:hover .ProseMirror,._theme-image_1c0lj_360 ._textWrapper_1c0lj_107:hover .ProseMirror,._theme-custom_1c0lj_361 ._textWrapper_1c0lj_107:hover .ProseMirror{background-color:#ffffff1a}._theme-dark_1c0lj_331 ._textWrapper_1c0lj_107 .ProseMirror-focused,._theme-gradient-dream_1c0lj_359 ._textWrapper_1c0lj_107 .ProseMirror-focused,._theme-image_1c0lj_360 ._textWrapper_1c0lj_107 .ProseMirror-focused,._theme-custom_1c0lj_361 ._textWrapper_1c0lj_107 .ProseMirror-focused{background-color:#ffffff1a;box-shadow:0 0 0 2px #e2e8f066}._previewImage_6vud3_1{width:100%;height:50px;background-color:#e9ecef;border-radius:4px;background-image:url(https://images.unsplash.com/photo-1470770841072-f978cf4d019e?w=400);background-size:cover;background-position:center}._previewImageCenteredContainer_6vud3_11{padding:1rem}._previewImageCentered_6vud3_11{width:70%;margin:0 auto}._previewImageFull_6vud3_20{width:100%;height:60px;background-color:#e9ecef;background-image:url(https://images.unsplash.com/photo-1506744038136-46273834b3fb?w=400);background-size:cover;background-position:center}._previewImageText_6vud3_29{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:center}._previewTextLines_6vud3_36{display:flex;flex-direction:column;gap:6px}._previewTextLines_6vud3_36:before,._previewTextLines_6vud3_36:after{content:"";display:block;height:6px;background-color:#e9ecef;border-radius:2px}._previewTextLines_6vud3_36:after{width:80%}._previewTextOnImage_6vud3_55{position:relative;width:100%;height:60px;background-color:#adb5bd;border-radius:4px;display:flex;align-items:flex-start;padding:10px;box-sizing:border-box;background-image:linear-gradient(#0003,#0003),url(https://images.unsplash.com/photo-1532274402911-5a369e4c4bb5?w=400);background-size:cover;background-position:center}._previewTextLinesWhite_6vud3_70{display:flex;flex-direction:column;gap:6px}._previewTextLinesWhite_6vud3_70:before,._previewTextLinesWhite_6vud3_70:after{content:"";display:block;height:6px;background-color:#ffffffb3;border-radius:2px}._previewTextLinesWhite_6vud3_70:before{width:60px}._previewTextLinesWhite_6vud3_70:after{width:90px}._previewImage_1w1u7_1{width:100%;height:50px;background-color:#e9ecef;border-radius:4px;background-image:url(https://images.unsplash.com/photo-1470770841072-f978cf4d019e?w=400);background-size:cover;background-position:center}._previewImageCarouselContainer_1w1u7_11{padding:1rem;text-align:center}._previewCarouselDots_1w1u7_16{margin-top:8px;display:flex;justify-content:center;gap:4px}._previewCarouselDots_1w1u7_16 span{width:6px;height:6px;border-radius:50%;background-color:#adb5bd}._previewCarouselDots_1w1u7_16 span:nth-child(2){background-color:#343a40}._previewImageGrid_1w1u7_34{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}._previewImageGrid_1w1u7_34 ._previewImage_1w1u7_1{height:40px}._grid3_1w1u7_44{grid-template-columns:1fr 1fr 1fr}._grid4_1w1u7_48{grid-template-columns:1fr 1fr 1fr 1fr}._continueBlockLayout_mcn10_1{display:grid;grid-template-columns:1fr min(var(--content-width, 700px),calc(100% - 2rem)) 1fr;gap:1rem;position:relative;isolation:isolate}._continueBlockLayout_mcn10_1:before{content:"";position:absolute;inset:0;background-color:var(--overlay-color, transparent);opacity:var(--overlay-opacity, 0);z-index:-1;transition:opacity .3s ease,background-color .3s ease;border-radius:inherit;pointer-events:none}._contentArea_mcn10_21{grid-column:2 / 3;z-index:1;margin:0 auto;width:100%;text-align:center}._buttonWrapper_mcn10_29{display:flex;flex-direction:column;align-items:center;gap:1rem}._continueButton_mcn10_36{display:inline-flex;align-items:center;justify-content:center;min-width:280px;padding:.875rem 2rem;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease-in-out;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}._continueButton_mcn10_36:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}._hintText_mcn10_58{display:flex;align-items:center;gap:.5rem;font-style:italic;font-size:.9rem}._divider_mcn10_66{border:0;border-top:1px solid;border-color:currentcolor;margin:0 auto;width:100%}._numberedContainer_mcn10_74{display:flex;align-items:center;gap:1.5rem;width:100%;margin:0 auto;font-weight:600;text-transform:uppercase;letter-spacing:.05em;font-size:.9rem}._numberedContainer_mcn10_74:before,._numberedContainer_mcn10_74:after{content:"";flex-grow:1;height:1px;background-color:currentcolor}._spacer_mcn10_94{height:1px;width:100%;background:transparent}._spacer-s_mcn10_100{margin-top:1rem}._spacer-m_mcn10_104{margin-top:2.5rem}._spacer-l_mcn10_108{margin-top:4rem}._light_mcn10_112{background-color:#fff;color:#333}._light_mcn10_112 ._continueButton_mcn10_36{color:#fff;background-color:#007aff}._light_mcn10_112 ._continueButton_mcn10_36:hover{background-color:#0056b3}._light_mcn10_112 ._hintText_mcn10_58,._light_mcn10_112 ._numberedContainer_mcn10_74{color:#6c757d}._light_mcn10_112 ._divider_mcn10_66,._light_mcn10_112 ._numberedContainer_mcn10_74:before,._light_mcn10_112 ._numberedContainer_mcn10_74:after{color:#dee2e6}._gray_mcn10_137{background-color:#f2f2f7;color:#333}._gray_mcn10_137 ._continueButton_mcn10_36{color:#fff;background-color:#007aff}._gray_mcn10_137 ._continueButton_mcn10_36:hover{background-color:#0056b3}._gray_mcn10_137 ._hintText_mcn10_58,._gray_mcn10_137 ._numberedContainer_mcn10_74{color:#6c757d}._gray_mcn10_137 ._divider_mcn10_66,._gray_mcn10_137 ._numberedContainer_mcn10_74:before,._gray_mcn10_137 ._numberedContainer_mcn10_74:after{color:#d1d1d6}._dark_mcn10_162{background-color:#1c1c1e;color:#fff}._dark_mcn10_162 ._continueButton_mcn10_36{color:#fff;background-color:#5865f2}._dark_mcn10_162 ._continueButton_mcn10_36:hover{background-color:#4752c4}._dark_mcn10_162 ._hintText_mcn10_58,._dark_mcn10_162 ._numberedContainer_mcn10_74{color:#ebebf599}._dark_mcn10_162 ._divider_mcn10_66,._dark_mcn10_162 ._numberedContainer_mcn10_74:before,._dark_mcn10_162 ._numberedContainer_mcn10_74:after{color:#3a3a3c}._image_mcn10_187,._custom_mcn10_188,._gradient-dream_mcn10_189,._pattern-dots_mcn10_190{color:#fff}._image_mcn10_187 ._hintText_mcn10_58,._custom_mcn10_188 ._hintText_mcn10_58,._gradient-dream_mcn10_189 ._hintText_mcn10_58,._pattern-dots_mcn10_190 ._hintText_mcn10_58,._image_mcn10_187 ._numberedContainer_mcn10_74,._custom_mcn10_188 ._numberedContainer_mcn10_74,._gradient-dream_mcn10_189 ._numberedContainer_mcn10_74,._pattern-dots_mcn10_190 ._numberedContainer_mcn10_74{text-shadow:0 1px 3px rgba(0,0,0,.6)}._image_mcn10_187 ._continueButton_mcn10_36,._custom_mcn10_188 ._continueButton_mcn10_36,._gradient-dream_mcn10_189 ._continueButton_mcn10_36,._pattern-dots_mcn10_190 ._continueButton_mcn10_36{color:#333;background-color:#ffffffe6;backdrop-filter:blur(5px)}._image_mcn10_187 ._continueButton_mcn10_36:hover,._custom_mcn10_188 ._continueButton_mcn10_36:hover,._gradient-dream_mcn10_189 ._continueButton_mcn10_36:hover,._pattern-dots_mcn10_190 ._continueButton_mcn10_36:hover{background-color:#fff}._image_mcn10_187 ._divider_mcn10_66,._custom_mcn10_188 ._divider_mcn10_66,._gradient-dream_mcn10_189 ._divider_mcn10_66,._pattern-dots_mcn10_190 ._divider_mcn10_66,._image_mcn10_187 ._numberedContainer_mcn10_74,._custom_mcn10_188 ._numberedContainer_mcn10_74,._gradient-dream_mcn10_189 ._numberedContainer_mcn10_74,._pattern-dots_mcn10_190 ._numberedContainer_mcn10_74{color:#ffffff80}._gradient-dream_mcn10_189{background:linear-gradient(135deg,#ff9a9e,#fad0c4)}._pattern-dots_mcn10_190{background-color:#f2f2f7;background-image:radial-gradient(rgba(0,0,0,.08) 1px,transparent 1px);background-size:10px 10px}._dark_mcn10_162._pattern-dots_mcn10_190{background-color:#1c1c1e;background-image:radial-gradient(rgba(255,255,255,.1) 1px,transparent 1px)}._width-s_mcn10_247{--content-width: 580px}._width-m_mcn10_251{--content-width: 700px}._width-l_mcn10_255{--content-width: 900px}@container block (max-width: 768px){._continueBlockLayout_mcn10_1{grid-template-columns:1fr;padding-left:1.5rem;padding-right:1.5rem}._contentArea_mcn10_21{grid-column:1 / -1}}._previewContinueContainer_1h43i_1{width:100%;padding:1rem;box-sizing:border-box;display:flex;justify-content:center;align-items:center;min-height:50px}._previewContinueButton_1h43i_11{padding:.5rem 1rem;font-size:.8rem;font-weight:600;text-transform:uppercase;color:#fff;background-color:#0d6efd;border-radius:4px}._previewDividerLine_1h43i_21{border:0;border-top:2px solid #adb5bd;width:60%;margin:0 auto}._previewNumbered_1h43i_28{display:flex;width:100%;align-items:center;gap:.5rem;color:#868e96;font-size:.9rem}._previewNumbered_1h43i_28:before,._previewNumbered_1h43i_28:after{content:"";flex-grow:1;height:1px;background:#ced4da}._previewSpacer_1h43i_45{width:100%;height:30px;background:repeating-linear-gradient(-45deg,#f0f0f0,#f0f0f0 5px,#e8e8e8 5px 10px);border-radius:4px}._quoteBlockLayout_2f2th_1{display:grid;grid-template-columns:1fr min(var(--content-width, 700px),calc(100% - 4rem)) 1fr;gap:1rem;position:relative;background-size:cover;background-position:center;isolation:isolate}._quoteBlockLayout_2f2th_1:before{content:"";position:absolute;inset:0;background-color:var(--overlay-color, transparent);opacity:var(--overlay-opacity, 0);z-index:0;transition:opacity .3s ease,background-color .3s ease}._contentArea_2f2th_21{grid-column:2;z-index:1;display:flex;align-items:center;justify-content:center}._quoteItem_2f2th_29{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;width:100%;position:relative}._avatar_2f2th_39{object-fit:cover;flex-shrink:0;border:3px solid white;box-shadow:0 4px 15px #0000001a}._textWrapper_2f2th_46{display:flex;flex-direction:column;gap:1rem;width:100%}._quoteText_2f2th_53{font-size:1.5rem;line-height:1.6;color:#343a40}._author_2f2th_59{font-size:1rem;color:#868e96;font-weight:500}._quote-padding-s_2f2th_65{padding:1.5rem 0}._quote-padding-m_2f2th_69{padding:3rem 0}._quote-padding-l_2f2th_73{padding:5rem 0}._avatar-size-s_2f2th_77 ._avatar_2f2th_39{width:60px;height:60px;border-radius:50%}._avatar-size-m_2f2th_83 ._avatar_2f2th_39{width:80px;height:80px;border-radius:50%}._avatar-size-l_2f2th_89 ._avatar_2f2th_39{width:100px;height:100px;border-radius:50%}._divider-size-s_2f2th_95 ._quoteItem_2f2th_29:before,._divider-size-s_2f2th_95 ._quoteItem_2f2th_29:after{width:50px;height:1px}._divider-size-m_2f2th_101 ._quoteItem_2f2th_29:before,._divider-size-m_2f2th_101 ._quoteItem_2f2th_29:after{width:100px;height:2px}._divider-size-l_2f2th_107 ._quoteItem_2f2th_29:before,._divider-size-l_2f2th_107 ._quoteItem_2f2th_29:after{width:150px;height:3px}._quoteA_2f2th_113 ._quoteItem_2f2th_29:before,._quoteA_2f2th_113 ._quoteItem_2f2th_29:after{content:"";display:block;background-color:#dee2e6}._theme-dark_2f2th_120._quoteA_2f2th_113 ._quoteItem_2f2th_29:before,._theme-dark_2f2th_120._quoteA_2f2th_113 ._quoteItem_2f2th_29:after{background-color:#fff3}._quoteB_2f2th_1 ._quoteText_2f2th_53{font-size:1.8rem;font-weight:300}._quoteB_2f2th_1 ._author_2f2th_59{color:#fd7e14;font-weight:600}._quoteC_2f2th_135 ._quoteItem_2f2th_29{flex-direction:row;align-items:flex-start;text-align:left;gap:2rem}._quoteC_2f2th_135 ._avatar_2f2th_39{width:20%;height:auto;max-width:120px;border-radius:8px}._quoteD_2f2th_149 ._quoteItem_2f2th_29{flex-direction:row;align-items:center;text-align:left;gap:2rem}._theme-light_2f2th_156._quoteD_2f2th_149,._theme-gray_2f2th_157._quoteD_2f2th_149{background-color:#f8f9fa;padding:2.5rem;border-radius:12px}._theme-dark_2f2th_120._quoteD_2f2th_149{background-color:#ffffff0d;padding:2.5rem;border-radius:12px}._onImage_2f2th_169{color:#fff}._onImage_2f2th_169 ._quoteText_2f2th_53,._onImage_2f2th_169 ._author_2f2th_59{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5)}._onImage_2f2th_169 ._textWrapper_2f2th_46{position:relative;padding:0 2em}._onImage_2f2th_169 ._quoteText_2f2th_53:before,._onImage_2f2th_169 ._quoteText_2f2th_53:after{content:"“";font-family:Georgia,serif;font-size:4em;position:absolute;opacity:.7;line-height:1}._onImage_2f2th_169 ._quoteText_2f2th_53:before{top:-.2em;left:-.5em}._onImage_2f2th_169 ._quoteText_2f2th_53:after{content:"”";bottom:-.5em;right:-.5em}._carouselContainer_2f2th_205{position:relative;overflow:hidden;width:100%;padding:0 4rem 2.5rem}._carouselTrackWrapper_2f2th_212{overflow:hidden}._carouselTrack_2f2th_212{display:flex;transition:transform .5s ease-in-out}._carouselSlide_2f2th_221{width:100%;flex-shrink:0;box-sizing:border-box;padding:0 1rem}._carousel_2f2th_205 ._quoteItem_2f2th_29{gap:1rem}._carousel_2f2th_205 ._quoteText_2f2th_53{font-size:1.5rem}._carousel_2f2th_205 ._author_2f2th_59{color:#fd7e14}._navArrow_2f2th_240{position:absolute;top:50%;transform:translateY(-100%);background:#fff;border:1px solid #e9ecef;border-radius:50%;width:44px;height:44px;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#495057;box-shadow:0 2px 8px #0000001a}._navArrow_2f2th_240._prev_2f2th_259{left:0}._navArrow_2f2th_240._next_2f2th_263{right:0}._dots_2f2th_267{position:absolute;bottom:0;left:50%;transform:translate(-50%);display:flex;gap:.75rem}._dot_2f2th_267{width:10px;height:10px;border-radius:50%;background-color:#ccc;cursor:pointer}._dot_2f2th_267._active_2f2th_284{background-color:#333}._quoteText_2f2th_53 .ProseMirror,._author_2f2th_59 .ProseMirror{background:transparent!important;padding:2px 6px!important;margin:-2px -6px!important;border-radius:4px;transition:background-color .2s ease;text-align:inherit;color:inherit;font-style:inherit;font-weight:inherit;line-height:inherit;min-height:auto}._quoteText_2f2th_53:hover .ProseMirror,._author_2f2th_59:hover .ProseMirror{background:#0000000d}._theme-dark_2f2th_120 ._quoteText_2f2th_53:hover .ProseMirror,._theme-dark_2f2th_120 ._author_2f2th_59:hover .ProseMirror{background:#ffffff1a}._placeholder_2f2th_313{width:100%;min-height:200px;background-color:#00000005;border:2px dashed #dee2e6;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:#adb5bd;cursor:pointer}._placeholder_2f2th_313 svg{font-size:2rem}._theme-dark_2f2th_120 ._quoteText_2f2th_53,._theme-dark_2f2th_120 ._author_2f2th_59{color:#f8f9fa}._theme-dark_2f2th_120 ._navArrow_2f2th_240{background-color:#343a40;border-color:#495057;color:#f8f9fa}._theme-dark_2f2th_120 ._dot_2f2th_267{background-color:#495057}._theme-dark_2f2th_120 ._dot_2f2th_267._active_2f2th_284{background-color:#f8f9fa}._theme-gradient-dream_2f2th_351,._theme-custom_2f2th_352,._theme-image_2f2th_353{color:#fff}._theme-gradient-dream_2f2th_351 ._quoteText_2f2th_53,._theme-gradient-dream_2f2th_351 ._author_2f2th_59,._theme-custom_2f2th_352 ._quoteText_2f2th_53,._theme-custom_2f2th_352 ._author_2f2th_59,._theme-image_2f2th_353 ._quoteText_2f2th_53,._theme-image_2f2th_353 ._author_2f2th_59{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.4)}@container block (max-width: 768px){._quoteBlockLayout_2f2th_1{grid-template-columns:minmax(0,1fr);padding-left:1.5rem;padding-right:1.5rem}._contentArea_2f2th_21{grid-column:1 / -1}._quoteD_2f2th_149 ._quoteItem_2f2th_29{flex-direction:column;text-align:center;gap:1.5rem}._quoteD_2f2th_149 ._avatar_2f2th_39{width:80px;height:80px;max-width:none;border-radius:50%}._theme-light_2f2th_156._quoteD_2f2th_149,._theme-gray_2f2th_157._quoteD_2f2th_149,._theme-dark_2f2th_120._quoteD_2f2th_149{padding:1.5rem}._carouselContainer_2f2th_205{padding:0 1rem 2.5rem}._carousel_2f2th_205 ._quoteText_2f2th_53{font-size:1.25rem}._carousel_2f2th_205 ._author_2f2th_59{font-size:.9rem}._navArrow_2f2th_240{width:36px;height:36px;transform:translateY(-80%)}._navArrow_2f2th_240._prev_2f2th_259{left:-8px}._navArrow_2f2th_240._next_2f2th_263{right:-8px}}._previewQuote_zxwda_1{display:flex;align-items:center;gap:.75rem;font-size:11px;line-height:1.4;color:#6c757d;position:relative}._previewQuote_zxwda_1 img{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}._previewQuote_zxwda_1 p{margin:0;text-align:left}._previewQuoteA_zxwda_24{flex-direction:column;padding:.75rem 0}._previewQuoteA_zxwda_24:before,._previewQuoteA_zxwda_24:after{content:"";position:absolute;height:1px;width:50px;background-color:#e0e0e0;left:50%;transform:translate(-50%)}._previewQuoteA_zxwda_24:before{top:0}._previewQuoteA_zxwda_24:after{bottom:0}._previewQuoteA_zxwda_24 p{text-align:center}._previewQuoteB_zxwda_44{flex-direction:column}._previewQuoteB_zxwda_44 p{font-size:1.1em;font-weight:700}._previewQuoteB_zxwda_44:after{content:"Author Name";color:#fd7e14;font-weight:600;margin-top:4px}._previewQuoteC_zxwda_60{align-items:flex-start;gap:.75rem}._previewQuoteC_zxwda_60 img{width:40px;height:40px;border-radius:4px}._previewQuoteD_zxwda_71{align-items:center;gap:.75rem;background-color:#f1f3f5;padding:.75rem;border-radius:6px}._previewQuoteOnImage_zxwda_79{width:100%;height:60px;background-image:linear-gradient(#0006,#0006),url(https://images.unsplash.com/photo-1523049673857-eb18f1d7b578?w=200);background-size:cover;border-radius:4px;color:#fff;padding:8px;box-sizing:border-box;justify-content:center}._previewQuoteOnImage_zxwda_79 span{font-style:italic;font-weight:500}._previewCarousel_zxwda_96{justify-content:space-between;width:100%;padding:0 .5rem;box-sizing:border-box}._previewCarousel_zxwda_96 div{width:50%;height:30px;border:1px solid #dee2e6;border-radius:4px;background-color:#fff}._previewCarousel_zxwda_96 svg{color:#adb5bd}._listBlockLayout_1y8xs_1{display:grid;grid-template-columns:1fr min(var(--content-width, 700px),calc(100% - 2rem)) 1fr;gap:1rem;position:relative;transition:color .3s ease-in-out}._listBlockLayout_1y8xs_1._theme-dark_1y8xs_9,._listBlockLayout_1y8xs_1._theme-image_1y8xs_10,._listBlockLayout_1y8xs_1._theme-custom_1y8xs_11,._listBlockLayout_1y8xs_1._theme-gradient-dream_1y8xs_12{color:#fff}._listBlockLayout_1y8xs_1._theme-light_1y8xs_16,._listBlockLayout_1y8xs_1._theme-gray_1y8xs_17,._listBlockLayout_1y8xs_1._theme-pattern-dots_1y8xs_18{color:#000}._listBlockLayout_1y8xs_1:before{content:"";position:absolute;inset:0;background-color:var(--overlay-color, transparent);opacity:var(--overlay-opacity, 0);transition:opacity .3s ease,background-color .3s ease;pointer-events:none}._contentArea_1y8xs_33{grid-column:2;width:100%}._list_1y8xs_1{padding:0;margin:0;list-style:none;display:flex;flex-direction:column;gap:.75rem}._list_1y8xs_1._indent-s_1y8xs_47{--list-item-gap: .5rem}._list_1y8xs_1._indent-m_1y8xs_51{--list-item-gap: 1rem}._list_1y8xs_1._indent-l_1y8xs_55{--list-item-gap: 1.5rem}._listItem_1y8xs_59{display:flex;align-items:flex-start;gap:var(--list-item-gap, .5rem);position:relative}._editableItem_1y8xs_66{flex:1;min-width:0;margin:0;padding:2px 6px;border-radius:4px}._editableItem_1y8xs_66 .ProseMirror{width:100%}._editableItem_1y8xs_66 p{margin-block-start:0;margin-block-end:0}._editableItem_1y8xs_66:has(.ProseMirror-focused),._editableItem_1y8xs_66:hover{background-color:#f1f5f9b3;box-shadow:0 0 0 2px #94a3b866,inset 0 1px 2px #0000000d}:is(._dark_1y8xs_89,._gradient-dream_1y8xs_89,._image_1y8xs_89,._custom_1y8xs_89) ._editableItem_1y8xs_66:has(.ProseMirror-focused),:is(._dark_1y8xs_89,._gradient-dream_1y8xs_89,._image_1y8xs_89,._custom_1y8xs_89) ._editableItem_1y8xs_66:hover{background-color:#ffffff1a;box-shadow:0 0 0 2px #e2e8f066,inset 0 1px 2px #0000001a}._bulletMarker_1y8xs_95{flex-shrink:0;width:24px;display:flex;justify-content:center;color:var(--accent-color);opacity:1;font-size:1.5rem;line-height:1.5;margin-top:-.1rem}._numberCircle_1y8xs_107{flex-shrink:0;width:24px;height:24px;border-radius:50%;background-color:var(--accent-color);color:#fff;font-weight:600;font-size:.8rem;display:flex;align-items:center;justify-content:center;margin-top:.2rem}._checkboxWrapper_1y8xs_122{position:relative;display:flex;align-items:center;gap:.5rem;cursor:pointer;user-select:none;margin-top:.3rem}._checkboxInput_1y8xs_132{position:absolute;opacity:0;pointer-events:none}._customCheckbox_1y8xs_138{width:20px;height:20px;border-radius:4px;border:1px solid var(--cb-border, #c8c8c8);background-color:var(--cb-bg, #f0f0f0);display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}._checkboxInput_1y8xs_132:checked+._customCheckbox_1y8xs_138:after{content:"";display:block;width:10px;height:5px;border-left:2px solid #000000;border-bottom:2px solid #000000;transform:rotate(-45deg)}._removeButton_1y8xs_162,._addButton_1y8xs_163{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._removeButton_1y8xs_162{color:#adb5bd;padding:.25rem;opacity:0}._listItem_1y8xs_59:hover ._removeButton_1y8xs_162{opacity:1}._removeButton_1y8xs_162:hover{color:#e53935;background-color:#e53e3e1a;border-radius:50%}._addButton_1y8xs_163{margin-top:1rem;padding:.5rem;border-radius:6px;color:#868e96;gap:.5rem;font-size:.9rem}._addButton_1y8xs_163:hover{background-color:#f1f3f5;color:#212529}:is(._dark_1y8xs_89,._gradient-dream_1y8xs_89,._image_1y8xs_89,._custom_1y8xs_89) ._numberCircle_1y8xs_107{background-color:var(--accent-color)}:is(._dark_1y8xs_89,._gradient-dream_1y8xs_89,._image_1y8xs_89,._custom_1y8xs_89) ._addButton_1y8xs_163{color:#a1a1a6}:is(._dark_1y8xs_89,._gradient-dream_1y8xs_89,._image_1y8xs_89,._custom_1y8xs_89) ._addButton_1y8xs_163:hover{background-color:#ffffff1a;color:#fff}:is(._dark_1y8xs_89,._gradient-dream_1y8xs_89,._image_1y8xs_89,._custom_1y8xs_89) ._bulletMarker_1y8xs_95{opacity:1}._light_1y8xs_220 ._customCheckbox_1y8xs_138{--cb-border: #c8c8c8;--cb-bg: #f0f0f0}._light_1y8xs_220 ._checkboxInput_1y8xs_132:checked+._customCheckbox_1y8xs_138{background-color:var(--accent-color);border-color:var(--accent-color)}._dark_1y8xs_89 ._customCheckbox_1y8xs_138{--cb-border: rgba(255, 255, 255, .3);--cb-bg: rgba(255, 255, 255, .2)}._dark_1y8xs_89 ._checkboxInput_1y8xs_132:checked+._customCheckbox_1y8xs_138{background-color:var(--accent-color);border-color:var(--accent-color)}._gray_1y8xs_240 ._customCheckbox_1y8xs_138{--cb-border: #c8c8c8;--cb-bg: #e5e5ea}._gray_1y8xs_240 ._checkboxInput_1y8xs_132:checked+._customCheckbox_1y8xs_138{background-color:var(--accent-color);border-color:var(--accent-color)}._width-s_1y8xs_250{--content-width: 580px}._width-m_1y8xs_254{--content-width: 700px}._width-l_1y8xs_258{--content-width: 900px}@container block (max-width: 768px){._listBlockLayout_1y8xs_1{grid-template-columns:1fr;padding-left:1.5rem;padding-right:1.5rem}._contentArea_1y8xs_33{grid-column:1 / -1}._editableItem_1y8xs_66{font-size:1rem}._list_1y8xs_1,._listItem_1y8xs_59{gap:.5rem}._numberCircle_1y8xs_107{width:22px;height:22px;font-size:.75rem}}._previewList_1apae_1{font-size:.9em;padding-left:1.2em;margin:0}._previewList_1apae_1 li{margin-bottom:.3em}._previewCheckboxContainer_1apae_11{display:flex;flex-direction:column;gap:4px}._previewCheckboxItem_1apae_17{display:flex;align-items:center;gap:.5em;font-size:.9em}._videoBlockLayout_ijrsj_1{display:grid;grid-template-columns:1fr min(var(--content-width, 880px),calc(100% - 4rem)) 1fr;gap:1rem;width:100%;position:relative;background-size:cover;background-position:center;isolation:isolate}._videoBlockLayout_ijrsj_1:before{content:"";position:absolute;inset:0;background-color:var(--overlay-color, transparent);opacity:var(--overlay-opacity, 0);z-index:0;transition:opacity .3s ease,background-color .3s ease}._contentArea_ijrsj_22{grid-column:2;grid-row:1 / 2;width:100%;z-index:1;box-sizing:border-box}._full-width_ijrsj_30 ._contentArea_ijrsj_22,._text-on-video_ijrsj_31 ._contentArea_ijrsj_22,._grid-3_ijrsj_32 ._contentArea_ijrsj_22,._grid-4_ijrsj_33 ._contentArea_ijrsj_22{grid-column:1 / -1;max-width:none;padding-left:0;padding-right:0}._grid-3_ijrsj_32 ._contentArea_ijrsj_22,._grid-4_ijrsj_33 ._contentArea_ijrsj_22{padding-left:2rem;padding-right:2rem}._videoWrapper_ijrsj_46{display:flex;flex-direction:column;width:100%;margin:0 auto;border-radius:8px;overflow:hidden;background-color:#000}._full-width_ijrsj_30 ._videoWrapper_ijrsj_46{border-radius:0}._videoAspectRatio_ijrsj_60{position:relative;width:100%;padding-top:56.25%;background-color:#000}._videoPlayerWrapper_ijrsj_67{position:absolute;top:0;left:0;width:100%;height:100%}._videoPlayer_ijrsj_67{width:100%;height:100%;border:none;cursor:pointer}._embedPlayer_ijrsj_82{position:absolute;top:0;left:0;width:100%;height:100%;border:0}._unsupportedContainer_ijrsj_91{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f8f9fa;color:#868e96;text-align:center;padding:1rem;gap:.5rem}._unsupportedContainer_ijrsj_91 svg{font-size:2rem;color:#fab005}._unsupportedContainer_ijrsj_91 span{font-weight:500;color:#495057}._unsupportedContainer_ijrsj_91 small{font-size:.8rem}._controlsOverlay_ijrsj_122{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(to top,rgba(0,0,0,.6),transparent 50%);color:#fff;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}._controlsOverlay_ijrsj_122._visible_ijrsj_135{opacity:1;visibility:visible}._controls_ijrsj_122{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem}._controlsLeft_ijrsj_147,._controlsRight_ijrsj_148{display:flex;align-items:center;gap:.75rem}._controlButton_ijrsj_154{background:none;border:none;color:#fff;font-size:1.25rem;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}._controlButton_ijrsj_154:hover{background-color:#fff3}._timeDisplay_ijrsj_172{font-size:.875rem;font-family:monospace;user-select:none}._volumeContainer_ijrsj_178{display:flex;align-items:center}._volumeContainer_ijrsj_178:hover ._volumeSlider_ijrsj_183{width:80px;opacity:1}._volumeSlider_ijrsj_183{width:0;opacity:0;height:5px;transition:width .2s ease,opacity .2s ease;-webkit-appearance:none;appearance:none;background:#ffffff4d;border-radius:5px;outline:none;cursor:pointer}._volumeSlider_ijrsj_183::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;background:#fff;border-radius:50%;cursor:pointer}._volumeSlider_ijrsj_183::-moz-range-thumb{width:14px;height:14px;background:#fff;border-radius:50%;cursor:pointer;border:none}._seekBarContainer_ijrsj_220{padding:0 1rem;margin-bottom:.25rem}._seekBar_ijrsj_220{position:relative;width:100%;height:16px;display:flex;align-items:center}._seekBarBackground_ijrsj_233,._seekBarWatched_ijrsj_234,._seekBarProgress_ijrsj_235{position:absolute;left:0;top:50%;transform:translateY(-50%);height:6px;border-radius:3px;pointer-events:none}._seekBarBackground_ijrsj_233{width:100%;background-color:#fff3}._seekBarWatched_ijrsj_234{background-color:#fff6;z-index:1}._seekBarProgress_ijrsj_235{background-color:#fff;z-index:2}._tenPercentMark_ijrsj_260{position:absolute;top:50%;transform:translateY(-50%);width:2px;height:10px;background-color:#ffffffb3;z-index:3;pointer-events:none}._seekBarInput_ijrsj_271{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;-webkit-appearance:none;appearance:none;background:transparent}._seekBarInput_ijrsj_271::-webkit-slider-thumb{-webkit-appearance:none;height:16px;width:16px;border-radius:50%;background:#fff;cursor:pointer;box-shadow:0 0 2px #00000080;position:relative;z-index:3}._seekBarInput_ijrsj_271::-moz-range-thumb{height:16px;width:16px;border-radius:50%;background:#fff;cursor:pointer;border:none;box-shadow:0 0 2px #00000080;position:relative;z-index:3}._placeholder_ijrsj_307{width:100%;min-height:200px;background-color:#00000005;border:2px dashed #dee2e6;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:#adb5bd;cursor:pointer;transition:background-color .2s ease}._placeholder_ijrsj_307:hover{background-color:#0000000a}._placeholder_ijrsj_307 svg{font-size:2rem}._videoAndTextContainer_ijrsj_331{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}._textWrapper_ijrsj_338 .ProseMirror{background:transparent;padding:2px 6px;margin:-2px -6px;border-radius:4px;outline:none;transition:background-color .2s ease}._textWrapper_ijrsj_338:hover .ProseMirror{background-color:#f1f5f9b3}._textOnVideoContainer_ijrsj_351{position:relative;width:100%;min-height:400px;max-height:70vh;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden;background-color:#000}._backgroundVideo_ijrsj_364{position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%,-50%);z-index:0}._backgroundVideo_ijrsj_364 ._videoPlayer_ijrsj_67{object-fit:cover}._overlayText_ijrsj_378{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:2rem 4rem;text-align:left;color:#fff;background-color:#00000080;width:100%;height:100%}._overlayText_ijrsj_378 .ProseMirror{color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.5)}._gridContainer_ijrsj_398{display:grid;gap:1rem}._grid-2_ijrsj_403 ._gridContainer_ijrsj_398{grid-template-columns:repeat(2,1fr)}._grid-3_ijrsj_32 ._gridContainer_ijrsj_398{grid-template-columns:repeat(3,1fr)}._grid-4_ijrsj_33 ._gridContainer_ijrsj_398{grid-template-columns:repeat(4,1fr)}._gridVideoWrapper_ijrsj_415{position:relative;aspect-ratio:16 / 9;overflow:hidden;border-radius:8px;background-color:#000}._carouselContainer_ijrsj_423{position:relative;overflow:hidden;padding-bottom:2.5rem}._carouselTrack_ijrsj_429{display:flex;transition:transform .5s ease-in-out}._carouselSlide_ijrsj_434{width:100%;flex-shrink:0;box-sizing:border-box;padding:0 1rem}._carouselArrow_ijrsj_441{position:absolute;top:50%;transform:translateY(calc(-50% - 1.25rem));background-color:#fffc;border:1px solid #ddd;border-radius:50%;width:44px;height:44px;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;font-size:1.5rem}._carouselArrow_ijrsj_441:hover{background-color:#fff;transform:translateY(calc(-50% - 1.25rem)) scale(1.1)}._carouselArrow_ijrsj_441._prev_ijrsj_463{left:2rem}._carouselArrow_ijrsj_441._next_ijrsj_467{right:2rem}._carouselDots_ijrsj_471{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem}._carouselDot_ijrsj_471{width:10px;height:10px;border-radius:50%;background-color:#ccc;border:none;cursor:pointer}._carouselDot_ijrsj_471._active_ijrsj_489{background-color:#333}._theme-dark_ijrsj_493 ._placeholder_ijrsj_307{background-color:#ffffff0d;border-color:#fff3}._theme-dark_ijrsj_493 ._placeholder_ijrsj_307:hover{background-color:#ffffff1a}._theme-dark_ijrsj_493 ._textWrapper_ijrsj_338 .ProseMirror,._theme-gradient-dream_ijrsj_503 ._textWrapper_ijrsj_338 .ProseMirror,._theme-image_ijrsj_504 ._textWrapper_ijrsj_338 .ProseMirror,._theme-custom_ijrsj_505 ._textWrapper_ijrsj_338 .ProseMirror{color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.6)}._theme-dark_ijrsj_493 ._textWrapper_ijrsj_338:hover .ProseMirror,._theme-gradient-dream_ijrsj_503 ._textWrapper_ijrsj_338:hover .ProseMirror,._theme-image_ijrsj_504 ._textWrapper_ijrsj_338:hover .ProseMirror,._theme-custom_ijrsj_505 ._textWrapper_ijrsj_338:hover .ProseMirror{background-color:#ffffff1a}._playerNotification_ijrsj_517{position:absolute;top:20px;left:50%;transform:translate(-50%);background-color:#000000bf;color:#fff;padding:8px 16px;border-radius:20px;font-size:.875rem;z-index:10;pointer-events:none;box-shadow:0 2px 10px #0003;animation:_fadeInOut_ijrsj_1 3.5s ease-in-out forwards}@keyframes _fadeInOut_ijrsj_1{0%{opacity:0;transform:translate(-50%,-10px)}10%{opacity:1;transform:translate(-50%)}90%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-10px)}}._previewVideo_9jqdd_1{background-color:#000;border-radius:6px;display:flex;align-items:center;justify-content:center;height:100px;color:#fff}._previewVideo_9jqdd_1 svg{opacity:.7;color:#fff}._previewAudio_9jqdd_16{display:flex;align-items:center;gap:12px;background:#f8f9fa;border-radius:6px;padding:12px;width:100%;box-sizing:border-box}._previewAudioCover_9jqdd_27{width:40px;height:40px;border-radius:4px;background-color:#e9ecef;background-image:url(https://images.unsplash.com/photo-1511379938547-c1f69419868d?w=100);background-size:cover;flex-shrink:0}._previewAudioControls_9jqdd_37{flex-grow:1;height:20px;background-color:#e9ecef;border-radius:10px}._previewAttachment_9jqdd_44{display:flex;align-items:center;gap:12px;padding:1rem;background:#f1f3f5;border-radius:6px}._previewAttachment_9jqdd_44 svg{color:#495057}._previewAttachment_9jqdd_44 span{font-weight:500}._previewCode_9jqdd_61{background-color:#2d2d2d;color:#ccc;font-family:SF Mono,Menlo,monospace;font-size:11px;padding:1rem;border-radius:6px;text-align:left}._previewCode_9jqdd_61 span{color:#9cdcfe}._audioBlockLayout_sgzfu_1{display:grid;grid-template-columns:1fr min(var(--content-width, 880px),calc(100% - 4rem)) 1fr;gap:1rem;width:100%;position:relative;isolation:isolate}._audioBlockLayout_sgzfu_1:before{content:"";position:absolute;inset:0;background-color:var(--overlay-color, transparent);opacity:var(--overlay-opacity, 0);z-index:0;transition:opacity .3s ease,background-color .3s ease}._contentArea_sgzfu_20{grid-column:2;grid-row:1 / 2;width:100%;z-index:1;box-sizing:border-box;overflow-x:hidden}._placeholder_sgzfu_29{width:100%;min-height:120px;background-color:#00000005;border:2px dashed #dee2e6;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:#adb5bd;cursor:pointer;transition:background-color .2s ease}._placeholder_sgzfu_29:hover{background-color:#0000000a}._placeholder_sgzfu_29 svg{font-size:2rem}._audioWrapper_sgzfu_53{display:flex;align-items:center;gap:1.5rem;border-radius:8px;padding:1.5rem;border:1px solid;transition:background-color .3s,border-color .3s}._with-cover_sgzfu_63 ._audioWrapper_sgzfu_53{display:grid;grid-template-columns:100px 1fr;align-items:center}._player-only_sgzfu_69 ._audioWrapper_sgzfu_53{display:block}._audioCover_sgzfu_73{width:100px;height:100px;border-radius:6px;object-fit:cover;flex-shrink:0;box-shadow:0 4px 10px #0000001a}._audioPlayerContainer_sgzfu_82{flex:1;min-width:0}._audioPlayerContainer_sgzfu_82 audio{width:100%}._audioInfo_sgzfu_91{margin-top:.75rem;font-size:.9rem;line-height:1.4;transition:color .3s}._audioInfo_sgzfu_91 strong{display:block;font-weight:600;font-size:1rem}._theme-light_sgzfu_104 ._audioWrapper_sgzfu_53,._theme-gray_sgzfu_105 ._audioWrapper_sgzfu_53,._theme-pattern-dots_sgzfu_106 ._audioWrapper_sgzfu_53{background-color:#f8f9fa;border-color:#e9ecef}._theme-light_sgzfu_104 ._audioInfo_sgzfu_91 strong,._theme-gray_sgzfu_105 ._audioInfo_sgzfu_91 strong,._theme-pattern-dots_sgzfu_106 ._audioInfo_sgzfu_91 strong{color:#343a40}._theme-light_sgzfu_104 ._audioInfo_sgzfu_91 span,._theme-gray_sgzfu_105 ._audioInfo_sgzfu_91 span,._theme-pattern-dots_sgzfu_106 ._audioInfo_sgzfu_91 span{color:#868e96}._theme-light_sgzfu_104 ._placeholder_sgzfu_29,._theme-gray_sgzfu_105 ._placeholder_sgzfu_29,._theme-pattern-dots_sgzfu_106 ._placeholder_sgzfu_29{border-color:#dee2e6;color:#adb5bd;background-color:#00000005}._theme-dark_sgzfu_131 ._audioWrapper_sgzfu_53,._theme-custom_sgzfu_132 ._audioWrapper_sgzfu_53,._theme-image_sgzfu_133 ._audioWrapper_sgzfu_53,._theme-gradient-dream_sgzfu_134 ._audioWrapper_sgzfu_53{background-color:#0000004d;border-color:#fff3}._theme-dark_sgzfu_131 ._audioInfo_sgzfu_91 strong,._theme-custom_sgzfu_132 ._audioInfo_sgzfu_91 strong,._theme-image_sgzfu_133 ._audioInfo_sgzfu_91 strong,._theme-gradient-dream_sgzfu_134 ._audioInfo_sgzfu_91 strong{color:#fff}._theme-dark_sgzfu_131 ._audioInfo_sgzfu_91 span,._theme-custom_sgzfu_132 ._audioInfo_sgzfu_91 span,._theme-image_sgzfu_133 ._audioInfo_sgzfu_91 span,._theme-gradient-dream_sgzfu_134 ._audioInfo_sgzfu_91 span{color:#ced4da}._theme-dark_sgzfu_131 ._placeholder_sgzfu_29,._theme-custom_sgzfu_132 ._placeholder_sgzfu_29,._theme-image_sgzfu_133 ._placeholder_sgzfu_29,._theme-gradient-dream_sgzfu_134 ._placeholder_sgzfu_29{background-color:#ffffff0d;border-color:#fff3;color:#777}._theme-dark_sgzfu_131 ._placeholder_sgzfu_29:hover,._theme-custom_sgzfu_132 ._placeholder_sgzfu_29:hover,._theme-image_sgzfu_133 ._placeholder_sgzfu_29:hover,._theme-gradient-dream_sgzfu_134 ._placeholder_sgzfu_29:hover{background-color:#ffffff1a}@container block (max-width: 768px){._audioBlockLayout_sgzfu_1{grid-template-columns:1fr}._contentArea_sgzfu_20{grid-column:1}._with-cover_sgzfu_63 ._audioWrapper_sgzfu_53{grid-template-columns:80px 1fr;gap:1rem;padding:1rem}._audioCover_sgzfu_73{width:80px;height:80px}._audioInfo_sgzfu_91{margin-top:.5rem}._audioInfo_sgzfu_91 strong{font-size:.9rem}._audioInfo_sgzfu_91 span{font-size:.8rem}._player-only_sgzfu_69 ._audioWrapper_sgzfu_53{padding:1rem}}._attachmentBlockLayout_9qmxg_1{--accent-color: #f27127;display:grid;grid-template-columns:1fr min(var(--content-width, 700px),calc(100% - 2rem)) 1fr;gap:1rem;width:100%;position:relative;isolation:isolate}._attachmentBlockLayout_9qmxg_1:before{content:"";position:absolute;inset:0;background-color:var(--overlay-color, transparent);opacity:var(--overlay-opacity, 0);z-index:0;transition:opacity .3s ease,background-color .3s ease}._contentArea_9qmxg_21{grid-column:2;width:100%;z-index:1;overflow-x:hidden}._placeholder_9qmxg_28{width:100%;min-height:120px;border:2px dashed;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}._placeholder_9qmxg_28 svg{font-size:2rem}._attachmentLink_9qmxg_46{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;border:1px solid;border-radius:12px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease}._attachmentLink_9qmxg_46:hover{transform:translateY(-3px);box-shadow:0 6px 16px #0000001a}._attachmentIcon_9qmxg_63{font-size:2rem;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background-color .2s ease,color .2s ease}._attachmentInfo_9qmxg_75{flex:1;min-width:0}._attachmentFilename_9qmxg_80{font-weight:600;font-size:1.05rem;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._attachmentFilesize_9qmxg_89{font-size:.85rem;opacity:.7}._attachmentButton_9qmxg_94{padding:.6rem 1.2rem;border-radius:50px;font-size:.9rem;font-weight:600;transition:background-color .2s,color .2s,filter .2s;white-space:nowrap;flex-shrink:0;border:none}._attachmentButton_9qmxg_94:hover{filter:brightness(1.1)}._theme-light_9qmxg_109 ._attachmentLink_9qmxg_46,._theme-gray_9qmxg_110 ._attachmentLink_9qmxg_46,._theme-pattern-dots_9qmxg_111 ._attachmentLink_9qmxg_46{background-color:#fff;border-color:#e9ecef;color:#212529}._theme-light_9qmxg_109 ._attachmentLink_9qmxg_46:hover,._theme-gray_9qmxg_110 ._attachmentLink_9qmxg_46:hover,._theme-pattern-dots_9qmxg_111 ._attachmentLink_9qmxg_46:hover{border-color:var(--accent-color)}._theme-light_9qmxg_109 ._attachmentIcon_9qmxg_63,._theme-gray_9qmxg_110 ._attachmentIcon_9qmxg_63,._theme-pattern-dots_9qmxg_111 ._attachmentIcon_9qmxg_63{background-color:#f271271a;color:var(--accent-color)}._theme-light_9qmxg_109 ._attachmentButton_9qmxg_94,._theme-gray_9qmxg_110 ._attachmentButton_9qmxg_94,._theme-pattern-dots_9qmxg_111 ._attachmentButton_9qmxg_94{background-color:var(--accent-color);color:#fff}._theme-light_9qmxg_109 ._placeholder_9qmxg_28,._theme-gray_9qmxg_110 ._placeholder_9qmxg_28,._theme-pattern-dots_9qmxg_111 ._placeholder_9qmxg_28{border-color:#dee2e6;color:#adb5bd;background-color:#f8f9fa}._theme-light_9qmxg_109 ._placeholder_9qmxg_28:hover,._theme-gray_9qmxg_110 ._placeholder_9qmxg_28:hover,._theme-pattern-dots_9qmxg_111 ._placeholder_9qmxg_28:hover{background-color:#f1f3f5;border-color:#ced4da}._theme-dark_9qmxg_152 ._attachmentLink_9qmxg_46,._theme-custom_9qmxg_153 ._attachmentLink_9qmxg_46,._theme-image_9qmxg_154 ._attachmentLink_9qmxg_46,._theme-gradient-dream_9qmxg_155 ._attachmentLink_9qmxg_46{background-color:#0003;border-color:#fff3;color:#fff}._theme-dark_9qmxg_152 ._attachmentLink_9qmxg_46:hover,._theme-custom_9qmxg_153 ._attachmentLink_9qmxg_46:hover,._theme-image_9qmxg_154 ._attachmentLink_9qmxg_46:hover,._theme-gradient-dream_9qmxg_155 ._attachmentLink_9qmxg_46:hover{background-color:#0000004d;border-color:var(--accent-color);box-shadow:0 6px 16px #00000040}._theme-dark_9qmxg_152 ._attachmentIcon_9qmxg_63,._theme-custom_9qmxg_153 ._attachmentIcon_9qmxg_63,._theme-image_9qmxg_154 ._attachmentIcon_9qmxg_63,._theme-gradient-dream_9qmxg_155 ._attachmentIcon_9qmxg_63{background-color:#f2712733;color:var(--accent-color)}._theme-dark_9qmxg_152 ._attachmentButton_9qmxg_94,._theme-custom_9qmxg_153 ._attachmentButton_9qmxg_94,._theme-image_9qmxg_154 ._attachmentButton_9qmxg_94,._theme-gradient-dream_9qmxg_155 ._attachmentButton_9qmxg_94{background-color:#fff;color:#212529}._theme-dark_9qmxg_152 ._placeholder_9qmxg_28,._theme-custom_9qmxg_153 ._placeholder_9qmxg_28,._theme-image_9qmxg_154 ._placeholder_9qmxg_28,._theme-gradient-dream_9qmxg_155 ._placeholder_9qmxg_28{background-color:#ffffff0d;border-color:#fff3;color:#aaa}._theme-dark_9qmxg_152 ._placeholder_9qmxg_28:hover,._theme-custom_9qmxg_153 ._placeholder_9qmxg_28:hover,._theme-image_9qmxg_154 ._placeholder_9qmxg_28:hover,._theme-gradient-dream_9qmxg_155 ._placeholder_9qmxg_28:hover{background-color:#ffffff1a;border-color:#ffffff4d}@container block (max-width: 700px){._attachmentBlockLayout_9qmxg_1{grid-template-columns:1fr}._contentArea_9qmxg_21{grid-column:1}._attachmentLink_9qmxg_46{grid-template-columns:auto 1fr;grid-template-rows:auto auto;padding:1rem;gap:.5rem 1rem}._attachmentIcon_9qmxg_63{grid-row:1 / 3;width:40px;height:40px;font-size:1.5rem}._attachmentInfo_9qmxg_75{grid-column:2;grid-row:1}._attachmentButton_9qmxg_94{grid-column:2;grid-row:2;justify-self:start;padding:.5rem 1rem;font-size:.85rem}._attachmentFilename_9qmxg_80{font-size:.95rem}}._attachmentLink_9qmxg_46:focus-visible{outline:none}._theme-light_9qmxg_109 ._attachmentLink_9qmxg_46:focus-visible,._theme-gray_9qmxg_110 ._attachmentLink_9qmxg_46:focus-visible,._theme-pattern-dots_9qmxg_111 ._attachmentLink_9qmxg_46:focus-visible{box-shadow:0 0 0 3px #f2712766,0 6px 16px #0000001a;border-color:var(--accent-color)}._theme-dark_9qmxg_152 ._attachmentLink_9qmxg_46:focus-visible,._theme-custom_9qmxg_153 ._attachmentLink_9qmxg_46:focus-visible,._theme-image_9qmxg_154 ._attachmentLink_9qmxg_46:focus-visible,._theme-gradient-dream_9qmxg_155 ._attachmentLink_9qmxg_46:focus-visible{box-shadow:0 0 0 3px #f2712780,0 6px 16px #00000040;border-color:var(--accent-color)}._codeBlockLayout_1szx1_1{display:grid;grid-template-columns:1fr min(var(--content-width, 880px),calc(100% - 4rem)) 1fr;gap:1rem;width:100%;position:relative;isolation:isolate}._codeBlockLayout_1szx1_1:before{content:"";position:absolute;inset:0;background-color:var(--overlay-color, transparent);opacity:var(--overlay-opacity, 0);z-index:0;transition:opacity .3s ease,background-color .3s ease}._contentArea_1szx1_20{grid-column:2;grid-row:1 / 2;width:100%;z-index:1;box-sizing:border-box;overflow-x:hidden}._placeholder_1szx1_29{width:100%;min-height:120px;background-color:#00000005;border:2px dashed #dee2e6;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:#adb5bd;cursor:pointer;transition:background-color .2s ease}._placeholder_1szx1_29:hover{background-color:#0000000a}._placeholder_1szx1_29 svg{font-size:2rem}._codeWrapper_1szx1_53{border-radius:8px;overflow:hidden;transition:background-color .3s ease}._theme-light_1szx1_59 ._codeWrapper_1szx1_53,._theme-gray_1szx1_60 ._codeWrapper_1szx1_53,._theme-pattern-dots_1szx1_61 ._codeWrapper_1szx1_53{background-color:#f8f9fa}._theme-dark_1szx1_65 ._codeWrapper_1szx1_53{background-color:#1e1e1e}._theme-gradient-dream_1szx1_69 ._codeWrapper_1szx1_53,._theme-image_1szx1_70 ._codeWrapper_1szx1_53,._theme-custom_1szx1_71 ._codeWrapper_1szx1_53{background-color:#00000080;border:1px solid rgba(255,255,255,.1)}._theme-dark_1szx1_65 ._placeholder_1szx1_29,._theme-image_1szx1_70 ._placeholder_1szx1_29,._theme-custom_1szx1_71 ._placeholder_1szx1_29,._theme-gradient-dream_1szx1_69 ._placeholder_1szx1_29,._theme-pattern-dots_1szx1_61 ._placeholder_1szx1_29{background-color:#ffffff0d;border-color:#fff3;color:#777}._theme-dark_1szx1_65 ._placeholder_1szx1_29:hover,._theme-image_1szx1_70 ._placeholder_1szx1_29:hover,._theme-custom_1szx1_71 ._placeholder_1szx1_29:hover,._theme-gradient-dream_1szx1_69 ._placeholder_1szx1_29:hover,._theme-pattern-dots_1szx1_61 ._placeholder_1szx1_29:hover{background-color:#ffffff1a}@container block (max-width: 768px){._codeBlockLayout_1szx1_1{grid-template-columns:1fr}._contentArea_1szx1_20{grid-column:1}}._accordionBlockLayout_1w9sb_1{display:grid;grid-template-columns:1fr min(var(--content-width, 800px),calc(100% - 4rem)) 1fr;gap:1rem;width:100%;position:relative;isolation:isolate}._accordionBlockLayout_1w9sb_1:before{content:"";position:absolute;inset:0;background-color:var(--overlay-color, transparent);opacity:var(--overlay-opacity, 0);z-index:0;transition:opacity .3s ease,background-color .3s ease}._contentArea_1w9sb_20{grid-column:2;width:100%;z-index:1;overflow-x:hidden}._accordionContainer_1w9sb_27{width:100%;display:flex;flex-direction:column;gap:.5rem}._accordionItem_1w9sb_34{border:1px solid var(--border-color, #e0e0e0);border-radius:12px;background-color:var(--item-bg-color, #ffffff);overflow:hidden;transition:background-color .3s ease}._accordionHeader_1w9sb_42{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;cursor:pointer;font-size:1.1rem;font-weight:500;color:var(--text-color, #111);margin:0}._iconWrapper_1w9sb_54{font-size:1.25rem;transition:transform .3s ease}._accordionItem_1w9sb_34._open_1w9sb_59 ._iconWrapper_1w9sb_54{transform:rotate(180deg)}._accordionContentWrapper_1w9sb_63{overflow:hidden}._accordionContent_1w9sb_63{padding:0 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1rem;color:var(--text-color, #333)}._tabsContainer_1w9sb_75{width:100%}._tabsHeader_1w9sb_79{display:flex;justify-content:flex-start;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;border-bottom:1px solid var(--border-color, #e0e0e0);margin-bottom:1.5rem;position:relative}._tabsHeader_1w9sb_79::-webkit-scrollbar{display:none}._tabButton_1w9sb_94{white-space:nowrap;padding:.75rem 1.25rem;cursor:pointer;border:none;background-color:transparent;font-size:1rem;font-weight:500;color:var(--text-secondary-color, #666);position:relative;border-radius:8px 8px 0 0;transition:color .25s ease,background-color .25s ease}._tabButton_1w9sb_94:hover{color:var(--text-color, #111);background-color:#0000000a}._theme-dark_1w9sb_113 ._tabButton_1w9sb_94:hover{background-color:#ffffff14}._tabButton_1w9sb_94._active_1w9sb_117{color:var(--accent-color, #000);background-color:#0000000a;font-weight:600}._tabButton_1w9sb_94._active_1w9sb_117:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background-color:var(--accent-color, #000);border-radius:2px}._theme-dark_1w9sb_113 ._tabButton_1w9sb_94._active_1w9sb_117{background-color:#ffffff14}._theme-dark_1w9sb_113 ._tabContent_1w9sb_138{background-color:var(--item-bg-color, #2c2c2e);border-radius:12px}._tabContent_1w9sb_138{padding:2rem;color:var(--text-color, #333);min-height:150px}._tabContent_1w9sb_138 ._itemImage_1w9sb_149{margin-bottom:1.5rem}._itemImage_1w9sb_149{width:100%;max-height:400px;object-fit:cover;border-radius:8px}._imageZoomable_1w9sb_160{cursor:zoom-in}._zoomOverlay_1w9sb_164{position:fixed;inset:0;background-color:#fffffff2;display:flex;align-items:center;justify-content:center;z-index:9999;cursor:zoom-out}._zoomedImage_1w9sb_175{max-width:95vw;max-height:95vh;object-fit:contain;box-shadow:0 10px 30px #0003}._theme-light_1w9sb_182{--text-color: #111;--text-secondary-color: #666;--border-color: #e0e0e0;--item-bg-color: #ffffff;--accent-color: #111}._theme-dark_1w9sb_113{--text-color: #f0f0f0;--text-secondary-color: #aaa;--border-color: #444;--item-bg-color: #2c2c2e;--accent-color: #0a84ff}._theme-gray_1w9sb_198{background-color:#f2f2f7}._theme-dark_1w9sb_113{background-color:#1c1c1e}._theme-gradient-dream_1w9sb_206{background:linear-gradient(135deg,#ff9a9e,#fad0c4)}._theme-pattern-dots_1w9sb_210{background-color:#f2f2f7;background-image:radial-gradient(rgba(0,0,0,.08) 1px,transparent 1px);background-size:10px 10px}._theme-image_1w9sb_216,._theme-custom_1w9sb_217{color:#fff}._theme-gradient-dream_1w9sb_206 ._accordionHeader_1w9sb_42,._theme-pattern-dots_1w9sb_210 ._accordionHeader_1w9sb_42,._theme-image_1w9sb_216 ._accordionHeader_1w9sb_42,._theme-custom_1w9sb_217 ._accordionHeader_1w9sb_42{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3)}._theme-gradient-dream_1w9sb_206 ._accordionItem_1w9sb_34,._theme-pattern-dots_1w9sb_210 ._accordionItem_1w9sb_34,._theme-image_1w9sb_216 ._accordionItem_1w9sb_34,._theme-custom_1w9sb_217 ._accordionItem_1w9sb_34{background-color:#0003;border-color:#fff3}@container block (max-width: 768px){._accordionBlockLayout_1w9sb_1{grid-template-columns:1fr;gap:0}._contentArea_1w9sb_20{grid-column:1}._accordionHeader_1w9sb_42,._tabContent_1w9sb_138{padding:1rem}._tabButton_1w9sb_94{padding:.75rem 1rem}._tabContent_1w9sb_138{padding:1.5rem 1rem}}._active_1rf63_1{background-color:#f1f3f5;font-weight:600}._previewAccordion_1rf63_6{display:flex;flex-direction:column;gap:4px}._previewAccordionItem_1rf63_12{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;border:1px solid #e9ecef;border-radius:6px;background-color:#fff;font-size:11px}._previewTabs_1rf63_23{display:flex;justify-content:center;border-bottom:1px solid #dee2e6;padding:0 4px}._previewTabItem_1rf63_30{padding:6px 10px;border:1px solid transparent;border-bottom:none;margin-bottom:-1px;font-size:11px;position:relative;border-radius:4px 4px 0 0}._previewTabItem_1rf63_30._active_1rf63_1{background-color:#0000000a;color:#007aff}._previewTabItem_1rf63_30._active_1rf63_1:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background-color:#007aff;border-radius:2px}._previewLabeledGraphic_1rf63_56{position:relative;width:100%;height:80px;background-color:#e9ecef;border-radius:6px;background-image:url(https://images.unsplash.com/photo-1549880338-65ddcdfd017b?w=200);background-size:cover}._previewMarker_1rf63_66{position:absolute;width:16px;height:16px;background-color:#fff;color:#212529;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #00000040;transform:translate(-50%,-50%)}._previewProcessContainer_1rf63_80{display:flex;flex-direction:column;gap:8px;padding:4px 0}._previewProcessCarousel_1rf63_87{display:flex;align-items:center}._previewProcessArrow_1rf63_92{color:#adb5bd;flex-shrink:0}._previewProcessSlide_1rf63_97{flex-grow:1;height:60px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;margin:0 8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:8px;box-sizing:border-box}._previewProcessTitle_1rf63_113{height:6px;width:50%;background-color:#ced4da;border-radius:3px}._previewProcessText_1rf63_120{height:4px;width:80%;background-color:#e9ecef;border-radius:2px}._previewProcessButtonPreview_1rf63_127{height:12px;width:45px;background-color:#fd7e14;border-radius:99px;margin-top:3px}._previewProcessPagination_1rf63_135{display:flex;justify-content:center;align-items:center;gap:6px}._previewProcessDot_1rf63_142{width:16px;height:16px;border-radius:50%;border:1px solid #ced4da;font-size:9px;display:flex;justify-content:center;align-items:center;color:#868e96;font-weight:600;transition:transform .2s}._previewProcessDot_1rf63_142._active_1rf63_1{background-color:#343a40;border-color:#343a40;color:#fff;transform:scale(1.1)}._previewSortingContainer_1rf63_163{display:flex;flex-direction:column;gap:8px;font-size:11px;color:#555}._previewSortingTitle_1rf63_171{text-align:center;font-weight:500;line-height:1.3}._previewSortingPool_1rf63_177{display:flex;justify-content:center;align-items:center;gap:6px;padding:10px;border:1px dashed #ced4da;border-radius:6px;min-height:40px}._previewSortingItem_1rf63_188{padding:4px 8px;background-color:#f1f3f5;border-radius:4px;border:1px solid #dee2e6;font-weight:500}._previewSortingCategories_1rf63_196{display:grid;grid-template-columns:1fr 1fr;gap:8px}._previewSortingCategory_1rf63_202{padding:8px;background-color:#fff;border:1px solid #e9ecef;border-radius:6px;text-align:center;font-weight:600}._previewTimelineNew_1rf63_211{position:relative;display:flex;flex-direction:column;gap:1.5rem;padding:1rem .5rem 1rem 1rem;font-size:11px}._previewTimelineNew_1rf63_211:before{content:"";position:absolute;left:10px;top:1.5rem;bottom:1.5rem;width:1px;background-color:#e9ecef}._previewTimelineItem_1rf63_230{position:relative;padding:10px;box-shadow:0 2px 8px #0000000f;border-left:2px solid #fd7e14}._previewTimelineDate_1rf63_237{font-weight:600;color:#fd7e14;margin-bottom:2px}._previewTimelineTitle_1rf63_243{font-weight:700;color:#333;margin-bottom:5px}._previewTimelineDesc_1rf63_249{height:4px;width:90%;background-color:#e9ecef;border-radius:2px;position:relative}._previewTimelineDesc_1rf63_249:after{content:"";position:absolute;top:8px;left:0;height:4px;width:70%;background-color:#e9ecef;border-radius:2px}._previewFlashcardGrid_1rf63_268{display:grid;grid-template-columns:1fr 1fr;gap:6px}._previewFlashcardGridItem_1rf63_274{position:relative;aspect-ratio:4 / 3;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:11px}._previewFlashcardFlipIcon_1rf63_286{position:absolute;bottom:6px;right:6px;width:22px;height:22px;border-radius:50%;background-color:#ffffffb3;display:flex;align-items:center;justify-content:center;color:#3c3c43}._previewFlashcardStackContainer_1rf63_300{display:flex;flex-direction:column;gap:12px;align-items:center}._previewFlashcardStack_1rf63_300{position:relative;width:100%;aspect-ratio:16 / 9;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:12px}._previewFlashcardNav_1rf63_320{display:flex;align-items:center;gap:1rem;color:#868e96;font-size:12px}._previewFlashcardNav_1rf63_320 span{font-weight:500}._previewButtonBlock_1rf63_332{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;color:#333}._previewButtonContent_1rf63_341{flex:1;text-align:left}._previewButtonTitle_1rf63_346{font-size:14px;font-weight:700;margin:0 0 4px}._previewButtonDesc_1rf63_352{font-size:12px;color:#666;line-height:1.4}._previewButton_1rf63_332{display:inline-block;padding:6px 12px;font-size:12px;font-weight:600;color:#fff;background-color:#f27127;border-radius:20px;text-align:center;white-space:nowrap}._scenarioBlockLayout_pbsbe_1{display:grid;grid-template-columns:1fr min(var(--content-width, 1400px),100%) 1fr;width:100%;position:relative;background-size:cover;background-position:center;isolation:isolate;min-height:700px;align-items:center}._scenarioBlockLayout_pbsbe_1:before{content:"";position:absolute;inset:0;background-color:var(--overlay-color, transparent);opacity:var(--overlay-opacity, 0);z-index:0;transition:opacity .3s ease,background-color .3s ease}._contentArea_pbsbe_21{grid-column:1 / -1;width:100%;z-index:1;position:relative;height:700px;overflow:hidden;user-select:none}._characterImage_pbsbe_30{position:absolute;left:5%;bottom:0;max-height:90%;max-width:35%;object-fit:contain;object-position:bottom center;filter:drop-shadow(0 5px 25px rgba(0,0,0,.4));transition:transform .4s ease,opacity .4s ease;pointer-events:none}._interactionArea_pbsbe_42{position:absolute;inset:0;width:100%;height:100%}._draggableWrapper_pbsbe_48{z-index:5;width:max-content;max-width:450px}._draggableHandle_pbsbe_53{cursor:grab}._draggableWrapper_pbsbe_48._dragging_pbsbe_56{opacity:0}._dragOverlay_pbsbe_59{transform:scale(1.05);box-shadow:0 15px 40px #0000004d;border-radius:20px;overflow:hidden;pointer-events:none}._introContainer_pbsbe_66{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);padding:2.5rem;border-radius:12px;text-align:center;max-width:500px;box-shadow:0 10px 30px #0000001a;animation:_fadeIn_pbsbe_1 .5s ease}._introTitle_pbsbe_78{font-size:1.75rem;font-weight:700;margin:0 0 1rem}._introText_pbsbe_83{line-height:1.6;margin-bottom:2rem;opacity:.8}._dialogueBubble_pbsbe_88,._feedbackBubble_pbsbe_88{padding:1rem 1.5rem;border-radius:20px;line-height:1.6;box-shadow:0 4px 15px #0000001a;position:relative}._dialogueBubble_pbsbe_88:after,._feedbackBubble_pbsbe_88:after{content:"";position:absolute;bottom:8px;left:-12px;width:0;height:0;border:12px solid transparent;border-left:0;border-bottom:0;margin-top:-6px;margin-left:-6px;transform:rotate(15deg)}._choiceButton_pbsbe_109{border:1px solid transparent;padding:.8rem 1.25rem;border-radius:12px;text-align:left;display:flex;align-items:center;gap:1rem;transition:all .2s ease;box-shadow:0 2px 8px #0000000d;cursor:pointer}._draggableHandle_pbsbe_53 ._choiceButton_pbsbe_109:hover{transform:scale(1.02);box-shadow:0 5px 15px #0000001a}._choiceNumber_pbsbe_125{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0;transition:all .2s ease}._choiceText_pbsbe_136{font-weight:500}._feedbackActions_pbsbe_139{position:absolute;bottom:5%;right:5%;z-index:10}._actionButton_pbsbe_145{border-radius:99px;padding:.75rem 2rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}._actionButton_pbsbe_145:hover{transform:scale(1.05);filter:brightness(1.1)}._feedbackButton_pbsbe_157{background-color:transparent!important;border:1px solid!important}@keyframes _fadeIn_pbsbe_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._theme-light_pbsbe_166,._theme-gray_pbsbe_166{--text-color: #212529;--button-text-color: #fff;--button-color: #0d6efd;--bg-color: #fff;--border-color: #e9ecef}._theme-light_pbsbe_166 ._introContainer_pbsbe_66,._theme-light_pbsbe_166 ._dialogueBubble_pbsbe_88,._theme-light_pbsbe_166 ._feedbackBubble_pbsbe_88,._theme-light_pbsbe_166 ._choiceButton_pbsbe_109{background-color:var(--bg-color);color:var(--text-color);border-color:var(--border-color)}._theme-light_pbsbe_166 ._dialogueBubble_pbsbe_88:after,._theme-light_pbsbe_166 ._feedbackBubble_pbsbe_88:after{border-right-color:var(--bg-color)}._theme-light_pbsbe_166 ._choiceNumber_pbsbe_125{background-color:#00000014;color:var(--text-color)}._theme-light_pbsbe_166 ._actionButton_pbsbe_145{background-color:var(--button-color);color:var(--button-text-color)}._theme-light_pbsbe_166 ._feedbackButton_pbsbe_157{border-color:var(--button-color)!important;color:var(--button-color)!important}._theme-gray_pbsbe_166 ._introContainer_pbsbe_66,._theme-gray_pbsbe_166 ._dialogueBubble_pbsbe_88,._theme-gray_pbsbe_166 ._feedbackBubble_pbsbe_88,._theme-gray_pbsbe_166 ._choiceButton_pbsbe_109{background-color:#fff}._theme-dark_pbsbe_197{--text-color: #f2f2f7;--button-text-color: #fff;--button-color: #5865f2;--bg-color: #2c2c2e;--border-color: #3a3a3c}._theme-dark_pbsbe_197 ._introContainer_pbsbe_66,._theme-dark_pbsbe_197 ._dialogueBubble_pbsbe_88,._theme-dark_pbsbe_197 ._feedbackBubble_pbsbe_88,._theme-dark_pbsbe_197 ._choiceButton_pbsbe_109{background-color:var(--bg-color);color:var(--text-color);border-color:var(--border-color)}._theme-dark_pbsbe_197 ._dialogueBubble_pbsbe_88:after,._theme-dark_pbsbe_197 ._feedbackBubble_pbsbe_88:after{border-right-color:var(--bg-color)}._theme-dark_pbsbe_197 ._choiceNumber_pbsbe_125{background-color:#ffffff1a;color:var(--text-color)}._theme-dark_pbsbe_197 ._actionButton_pbsbe_145{background-color:var(--button-color);color:var(--button-text-color)}._theme-dark_pbsbe_197 ._feedbackButton_pbsbe_157{border-color:var(--button-color)!important;color:var(--button-color)!important}._theme-image_pbsbe_225,._theme-custom_pbsbe_225,._theme-gradient-dream_pbsbe_225,._theme-pattern-dots_pbsbe_225{--text-color: #fff;--button-text-color: #000;--button-color: #fff;--bg-color: rgba(20, 20, 20, .45);--border-color: rgba(255,255,255,.2)}._theme-image_pbsbe_225 ._introContainer_pbsbe_66,._theme-image_pbsbe_225 ._dialogueBubble_pbsbe_88,._theme-image_pbsbe_225 ._feedbackBubble_pbsbe_88,._theme-image_pbsbe_225 ._choiceButton_pbsbe_109,._theme-custom_pbsbe_225 ._introContainer_pbsbe_66,._theme-custom_pbsbe_225 ._dialogueBubble_pbsbe_88,._theme-custom_pbsbe_225 ._feedbackBubble_pbsbe_88,._theme-custom_pbsbe_225 ._choiceButton_pbsbe_109,._theme-gradient-dream_pbsbe_225 ._introContainer_pbsbe_66,._theme-gradient-dream_pbsbe_225 ._dialogueBubble_pbsbe_88,._theme-gradient-dream_pbsbe_225 ._feedbackBubble_pbsbe_88,._theme-gradient-dream_pbsbe_225 ._choiceButton_pbsbe_109,._theme-pattern-dots_pbsbe_225 ._introContainer_pbsbe_66,._theme-pattern-dots_pbsbe_225 ._dialogueBubble_pbsbe_88,._theme-pattern-dots_pbsbe_225 ._feedbackBubble_pbsbe_88,._theme-pattern-dots_pbsbe_225 ._choiceButton_pbsbe_109{background-color:var(--bg-color);color:var(--text-color);border-color:var(--border-color);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);text-shadow:0 1px 3px rgba(0,0,0,.5)}._theme-image_pbsbe_225 ._dialogueBubble_pbsbe_88:after,._theme-custom_pbsbe_225 ._dialogueBubble_pbsbe_88:after,._theme-gradient-dream_pbsbe_225 ._dialogueBubble_pbsbe_88:after,._theme-pattern-dots_pbsbe_225 ._dialogueBubble_pbsbe_88:after,._theme-image_pbsbe_225 ._feedbackBubble_pbsbe_88:after,._theme-custom_pbsbe_225 ._feedbackBubble_pbsbe_88:after,._theme-gradient-dream_pbsbe_225 ._feedbackBubble_pbsbe_88:after,._theme-pattern-dots_pbsbe_225 ._feedbackBubble_pbsbe_88:after{border-right-color:var(--bg-color)}._theme-image_pbsbe_225 ._choiceNumber_pbsbe_125,._theme-custom_pbsbe_225 ._choiceNumber_pbsbe_125,._theme-gradient-dream_pbsbe_225 ._choiceNumber_pbsbe_125,._theme-pattern-dots_pbsbe_225 ._choiceNumber_pbsbe_125{background-color:#ffffff26;color:var(--text-color)}._theme-image_pbsbe_225 ._actionButton_pbsbe_145,._theme-custom_pbsbe_225 ._actionButton_pbsbe_145,._theme-gradient-dream_pbsbe_225 ._actionButton_pbsbe_145,._theme-pattern-dots_pbsbe_225 ._actionButton_pbsbe_145{background-color:var(--button-color);color:var(--button-text-color);text-shadow:none}._theme-image_pbsbe_225 ._feedbackButton_pbsbe_157,._theme-custom_pbsbe_225 ._feedbackButton_pbsbe_157,._theme-gradient-dream_pbsbe_225 ._feedbackButton_pbsbe_157,._theme-pattern-dots_pbsbe_225 ._feedbackButton_pbsbe_157{border-color:var(--button-color)!important;color:var(--button-color)!important}._timelineBlockLayout_1u8zg_1{display:grid;grid-template-columns:1fr min(var(--content-width, 800px),calc(100% - 4rem)) 1fr;gap:1rem;width:100%;position:relative;isolation:isolate}._timelineBlockLayout_1u8zg_1:before{content:"";position:absolute;inset:0;background-color:var(--overlay-color, transparent);opacity:var(--overlay-opacity, 0);z-index:0;transition:opacity .3s ease,background-color .3s ease}._contentArea_1u8zg_20{grid-column:2;width:100%;z-index:1}._timelineContainer_1u8zg_26{position:relative;padding:2rem 0}._timelineContainer_1u8zg_26:before{content:"";position:absolute;left:20px;top:0;bottom:0;width:2px;background-color:var(--border-color, #e0e0e0)}._timelineEvent_1u8zg_41{position:relative;margin-bottom:2rem;padding-left:60px}._timelineEvent_1u8zg_41:last-child{margin-bottom:0}._timelineMarker_1u8zg_51{position:absolute;left:14px;top:5px;width:14px;height:14px;border-radius:50%;background-color:var(--accent-color, #fd7e14);border:2px solid var(--bg-color, #f8f9fa)}._timelineCard_1u8zg_62{background-color:var(--item-bg-color, #ffffff);border-radius:8px;padding:1.5rem;box-shadow:0 4px 12px #0000000d;border-left:4px solid var(--accent-color, #fd7e14);transition:box-shadow .3s ease}._timelineCard_1u8zg_62:hover{box-shadow:0 6px 16px #0000001a}._cardContent_1u8zg_75{display:flex;flex-direction:column;gap:.75rem}._date_1u8zg_81{font-size:.9rem;font-weight:600;color:var(--accent-color, #fd7e14)}._title_1u8zg_87{font-size:1.25rem;font-weight:700;color:var(--text-color, #111);margin:0}._description_1u8zg_94{color:var(--text-secondary-color, #333);line-height:1.6}._description_1u8zg_94 p{margin:0}._itemImage_1u8zg_103{width:100%;max-height:400px;object-fit:cover;border-radius:8px;margin-top:.5rem}._imageZoomable_1u8zg_111{cursor:zoom-in}._audioPlayer_1u8zg_115{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}._audioIcon_1u8zg_122{font-size:1.5rem;color:var(--accent-color, #fd7e14)}._audioElement_1u8zg_127{width:100%}._audioElement_1u8zg_127::-webkit-media-controls-panel{background-color:var(--item-bg-color, #ffffff)}._audioElement_1u8zg_127::-webkit-media-controls-play-button{color:var(--accent-color, #fd7e14)}._zoomOverlay_1u8zg_139{position:fixed;inset:0;background-color:#fffffff2;display:flex;align-items:center;justify-content:center;z-index:9999;cursor:zoom-out}._zoomedImage_1u8zg_150{max-width:95vw;max-height:95vh;object-fit:contain;box-shadow:0 10px 30px #0003}._themeLight_1u8zg_157{--bg-color: #f8f9fa;--text-color: #111;--text-secondary-color: #666;--border-color: #e0e0e0;--item-bg-color: #ffffff}._themeDark_1u8zg_165{--bg-color: #1C1C1E;--text-color: #f0f0f0;--text-secondary-color: #aaa;--border-color: #444;--item-bg-color: #2c2c2e}._themeImage_1u8zg_173 ._title_1u8zg_87,._themeCustom_1u8zg_174 ._title_1u8zg_87{color:#fff}._themeImage_1u8zg_173 ._description_1u8zg_94,._themeCustom_1u8zg_174 ._description_1u8zg_94{color:#eee}._themeGradientDream_1u8zg_183 ._timelineCard_1u8zg_62,._themePatternDots_1u8zg_184 ._timelineCard_1u8zg_62,._themeImage_1u8zg_173 ._timelineCard_1u8zg_62,._themeCustom_1u8zg_174 ._timelineCard_1u8zg_62{background-color:#0003;border-color:var(--accent-color)}._themeGradientDream_1u8zg_183 ._title_1u8zg_87,._themePatternDots_1u8zg_184 ._title_1u8zg_87{color:#111}@media(max-width:768px){._timelineContainer_1u8zg_26:before{left:10px}._timelineEvent_1u8zg_41{padding-left:40px}._timelineMarker_1u8zg_51{left:4px}._timelineCard_1u8zg_62{padding:1rem}._title_1u8zg_87{font-size:1.1rem}}._storylineBlockLayout_ub4xa_1{display:grid;grid-template-columns:1fr min(var(--content-width, 960px),calc(100% - 4rem)) 1fr;gap:1rem;width:100%;position:relative}._contentArea_ub4xa_9{grid-column:2;width:100%;padding:2rem 0}._placeholder_ub4xa_15{padding:3rem;border:2px dashed #e0e0e0;border-radius:8px;text-align:center;background-color:#fafafa;color:#888}._placeholder_ub4xa_15 h2{color:#555;margin-top:0}._buttonBlockLayout_11jx2_1{display:grid;grid-template-columns:1fr min(var(--content-width, 800px),calc(100% - 4rem)) 1fr;gap:1rem;width:100%;position:relative;isolation:isolate}._buttonBlockLayout_11jx2_1:before{content:"";position:absolute;inset:0;background-color:var(--overlay-color, transparent);opacity:var(--overlay-opacity, 0);z-index:0;transition:opacity .3s ease,background-color .3s ease}._contentArea_11jx2_20{grid-column:2;width:100%;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:2rem}._contentWrapper_11jx2_30{flex:1}._title_11jx2_34{font-size:1.25rem;font-weight:700;margin:0 0 .5rem;color:var(--text-color, #111)}._description_11jx2_41{font-size:1rem;line-height:1.5;margin:0;color:var(--text-secondary-color, #555)}._buttonContainer_11jx2_48{flex-shrink:0}._button_11jx2_1{display:inline-block;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;text-align:center;text-decoration:none;border:none;cursor:pointer;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}._button_11jx2_1:hover{transform:translateY(-2px);box-shadow:0 4px 10px #00000026}._alignment-left_11jx2_71{justify-content:flex-start}._alignment-center_11jx2_75{justify-content:center}._alignment-right_11jx2_79{justify-content:flex-end}._contentArea_11jx2_20._column-layout_11jx2_84 ._alignment-left_11jx2_71{align-items:flex-start}._contentArea_11jx2_20._column-layout_11jx2_84 ._alignment-center_11jx2_75{align-items:center}._contentArea_11jx2_20._column-layout_11jx2_84 ._alignment-right_11jx2_79{align-items:flex-end}._width-auto_11jx2_98{width:auto}._width-full_11jx2_102{width:100%;display:block}._themeLight_11jx2_108,._themeGray_11jx2_109{--text-color: #111;--text-secondary-color: #555}._themeDark_11jx2_114{--text-color: #f0f0f0;--text-secondary-color: #aaa}._themeImage_11jx2_119,._themeCustom_11jx2_120,._themeGradientDream_11jx2_121{--text-color: #ffffff;--text-secondary-color: rgba(255, 255, 255, .85);text-shadow:0 1px 3px rgba(0,0,0,.3)}._themePatternDots_11jx2_127{--text-color: #111;--text-secondary-color: #555;text-shadow:none}@media(max-width:768px){._contentArea_11jx2_20{flex-direction:column;text-align:center;gap:1.5rem}._buttonContainer_11jx2_48._alignment-left_11jx2_71,._buttonContainer_11jx2_48._alignment-center_11jx2_75,._buttonContainer_11jx2_48._alignment-right_11jx2_79{align-self:center}._title_11jx2_34{font-size:1.1rem}._description_11jx2_41{font-size:.9rem}}._flashcardBlockLayout_13y2g_1{display:grid;grid-template-columns:1fr min(var(--content-width, 1100px),calc(100% - 4rem)) 1fr;gap:1rem;width:100%;position:relative;isolation:isolate}._flashcardBlockLayout_13y2g_1:before{content:"";position:absolute;inset:0;background-color:var(--overlay-color, transparent);opacity:var(--overlay-opacity, 0);z-index:0;transition:opacity .3s ease,background-color .3s ease}._contentArea_13y2g_20{grid-column:2;grid-row:1 / 2;width:100%;z-index:1;box-sizing:border-box}._imagePlaceholder_13y2g_28{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#ced4da;background-color:#0000000d}._gridContainer_13y2g_38{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}._gridContainer_13y2g_38>*{flex-basis:280px;flex-grow:1;max-width:340px}._stackContainer_13y2g_51{display:flex;flex-direction:column;align-items:center;gap:1.5rem}._stackCardWrapper_13y2g_58{max-width:500px;width:100%}._stackNav_13y2g_63{display:flex;align-items:center;gap:1.5rem}._navButton_13y2g_69{border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease;border:1px solid transparent}._navButton_13y2g_69:disabled{opacity:.5;cursor:not-allowed}._stackIndicator_13y2g_86{font-weight:500;font-size:.9rem;min-width:50px;text-align:center}._card_13y2g_93{background-color:transparent;width:100%;aspect-ratio:1 / 1;perspective:1500px;position:relative;cursor:pointer}._cardInner_13y2g_102{position:relative;width:100%;height:100%;transition:transform .7s,box-shadow .3s;transform-style:preserve-3d;box-shadow:0 4px 15px #00000014;border-radius:12px;border:1px solid transparent}._stackContainer_13y2g_51 ._cardInner_13y2g_102{box-shadow:0 10px 40px #0000001f}._card_13y2g_93._cardFlipped_13y2g_117 ._cardInner_13y2g_102{transform:rotateY(180deg)}._cardFace_13y2g_121{box-sizing:border-box;position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;align-items:center;justify-content:center;border-radius:12px;overflow:hidden;padding:1.75rem}._cardBack_13y2g_140{transform:rotateY(180deg)}._whiteBg_13y2g_144._cardInner_13y2g_102{border-color:#dee2e6}._whiteBg_13y2g_144 ._cardFace_13y2g_121{background-color:#fff;color:#212529}._cardContentText_13y2g_153{display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-align:center;font-size:1.15rem;line-height:1.65}._cardContentText_13y2g_153 *{margin:0}._cardContentCenteredImage_13y2g_168{max-width:80%;max-height:80%;object-fit:contain}._cardContentFullImage_13y2g_174{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}._flipIconContainer_13y2g_183{position:absolute;bottom:12px;right:12px;z-index:2;cursor:help;background:#ffffffb3;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;pointer-events:none}._card_13y2g_93:hover ._flipIconContainer_13y2g_183{transform:scale(1.1)}._flipHint_13y2g_204{position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:8px;background-color:#343a40;color:#fff;padding:4px 8px;border-radius:4px;font-size:.8rem;white-space:nowrap}._themeLight_13y2g_218 ._cardInner_13y2g_102{background-color:#f8f9fa;border-color:#e9ecef}._themeLight_13y2g_218 ._navButton_13y2g_69{background:#e9ecef;color:#495057}._themeLight_13y2g_218 ._navButton_13y2g_69:hover{background:#dee2e6}._themeLight_13y2g_218 ._flipIconContainer_13y2g_183{color:#868e96}._themeLight_13y2g_218 ._flipIconContainer_13y2g_183:hover{color:#212529;background:#fff}._themeGray_13y2g_241 ._cardInner_13y2g_102{background-color:#fff;border-color:#e9ecef}._themeGray_13y2g_241 ._navButton_13y2g_69{background:#e9ecef;color:#495057}._themeDark_13y2g_251 ._cardInner_13y2g_102{background-color:#2c2c2e;border-color:#3a3a3c}._themeDark_13y2g_251 ._navButton_13y2g_69{background:#3a3a3c;color:#f2f2f7}._themeDark_13y2g_251 ._navButton_13y2g_69:hover{background:#48484a}._themeDark_13y2g_251 ._flipIconContainer_13y2g_183{color:#8e8e93;background:#0000004d}._themeDark_13y2g_251 ._whiteBg_13y2g_144{border-color:#dee2e6!important}._themeDark_13y2g_251 ._whiteBg_13y2g_144 ._cardFace_13y2g_121{color:#212529;background-color:#f8f9fa}._themePatternDots_13y2g_279 ._cardInner_13y2g_102{background-color:#fff;border-color:#e9ecef}._themePatternDots_13y2g_279 ._navButton_13y2g_69{background:#e9ecef;color:#495057}._themeImage_13y2g_289 ._cardInner_13y2g_102,._themeCustom_13y2g_290 ._cardInner_13y2g_102,._themeGradientDream_13y2g_291 ._cardInner_13y2g_102{background-color:#0006;border-color:#fff3;backdrop-filter:blur(8px)}._themeImage_13y2g_289 ._cardFace_13y2g_121,._themeCustom_13y2g_290 ._cardFace_13y2g_121,._themeGradientDream_13y2g_291 ._cardFace_13y2g_121{text-shadow:0 1px 3px rgba(0,0,0,.5)}._themeImage_13y2g_289 ._navButton_13y2g_69,._themeCustom_13y2g_290 ._navButton_13y2g_69,._themeGradientDream_13y2g_291 ._navButton_13y2g_69{background:#ffffff1a;border-color:#fff3;color:#fff}._themeImage_13y2g_289 ._navButton_13y2g_69:hover,._themeCustom_13y2g_290 ._navButton_13y2g_69:hover,._themeGradientDream_13y2g_291 ._navButton_13y2g_69:hover{background:#fff3}._themeImage_13y2g_289 ._whiteBg_13y2g_144,._themeCustom_13y2g_290 ._whiteBg_13y2g_144,._themeGradientDream_13y2g_291 ._whiteBg_13y2g_144{border-color:#dee2e6!important;backdrop-filter:none}._themeImage_13y2g_289 ._whiteBg_13y2g_144 ._cardFace_13y2g_121,._themeCustom_13y2g_290 ._whiteBg_13y2g_144 ._cardFace_13y2g_121,._themeGradientDream_13y2g_291 ._whiteBg_13y2g_144 ._cardFace_13y2g_121{text-shadow:none}._labeledGraphicLayout_kt1a6_1{display:grid;grid-template-columns:1fr min(var(--content-width, 960px),calc(100% - 4rem)) 1fr;gap:1rem;width:100%;position:relative;background-size:cover;background-position:center;isolation:isolate}._labeledGraphicLayout_kt1a6_1:before{content:"";position:absolute;inset:0;background-color:var(--overlay-color, transparent);opacity:var(--overlay-opacity, 0);z-index:0;transition:opacity .3s ease,background-color .3s ease}._contentArea_kt1a6_22{grid-column:2;z-index:1;box-sizing:border-box}._width-medium_kt1a6_28{--content-width: 960px}._width-full_kt1a6_31 ._contentArea_kt1a6_22{grid-column:1 / -1;max-width:none}._width-full_kt1a6_31 ._imageContainer_kt1a6_35{max-height:65vh}._width-full_kt1a6_31 ._image_kt1a6_35{border-radius:0;width:100%;height:100%;max-height:65vh;object-fit:cover;object-position:center 50%}._width-full_kt1a6_31 ._imagePlaceholder_kt1a6_46{border-radius:0;max-height:65vh;height:400px;border-left:none;border-right:none}._imageContainer_kt1a6_35{position:relative;width:100%;margin:0 auto}._image_kt1a6_35{display:block;width:100%;height:auto;border-radius:12px}._imageZoomable_kt1a6_68{cursor:zoom-in}._imagePlaceholder_kt1a6_46{width:100%;aspect-ratio:16 / 9;border:2px dashed;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;font-size:1.1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}._imagePlaceholder_kt1a6_46 svg{font-size:2.5rem;margin-bottom:.5rem}._marker_kt1a6_92{position:absolute;width:28px;height:28px;background-color:var(--marker-color, #ffffff);color:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #00000040;transition:transform .2s ease-out,opacity .2s ease-out;font-size:20px;font-weight:300;user-select:none;touch-action:none}._marker_kt1a6_92:hover{transform:scale(1.15) translate(-50%,-50%)}._markerDragging_kt1a6_113{cursor:grabbing;opacity:0}._markerOverlay_kt1a6_118{transform:scale(1.2);box-shadow:0 8px 25px #0000004d}._markerPulse_kt1a6_123:before,._markerPulse_kt1a6_123:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border-radius:50%;border:2px solid var(--marker-color, #ffffff);animation:_pulse_kt1a6_1 2s infinite cubic-bezier(.2,.8,.2,1);z-index:-1}._markerPulse_kt1a6_123:after{animation-delay:1s}._popupOverlay_kt1a6_139{position:fixed;inset:0;background-color:#0000;display:flex;align-items:center;justify-content:center;z-index:1100;animation:_fadeIn_kt1a6_1 .3s ease}._popupModal_kt1a6_150{border-radius:12px;box-shadow:0 10px 40px #0003;width:90%;max-width:500px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:_slideInUp_kt1a6_1 .4s cubic-bezier(.165,.84,.44,1)}._popupHeader_kt1a6_162{padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}._popupTitle_kt1a6_168{font-size:1.25rem;font-weight:700;margin:0}._popupContent_kt1a6_169{padding:1.5rem;overflow-y:auto;line-height:1.6}._popupContent_kt1a6_169 p{margin:0}._popupMedia_kt1a6_171{width:100%;margin-bottom:1rem}._popupMedia_kt1a6_171 img,._popupMedia_kt1a6_171 video{max-width:100%;border-radius:8px}._popupFooter_kt1a6_173{padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}._navButton_kt1a6_175{background:none;padding:.5rem 1rem;border-radius:99px;cursor:pointer;font-weight:500;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}._navButton_kt1a6_175:disabled{opacity:.5;cursor:not-allowed}._closeButton_kt1a6_188{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:4px;border-radius:50%;display:flex;align-items:center}._zoomOverlay_kt1a6_199{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;align-items:center;justify-content:center;z-index:2000;cursor:zoom-out;animation:_fadeIn_kt1a6_1 .3s}._zoomedImage_kt1a6_207{max-width:95%;max-height:95%;object-fit:contain;border-radius:8px;box-shadow:0 20px 50px #0006}._previewContainer_kt1a6_210{display:flex;flex-direction:column;gap:2rem}._previewImageContainer_kt1a6_215{width:100%}._previewTextContainer_kt1a6_218{display:flex;flex-direction:column;gap:1.5rem}._previewMarkerContent_kt1a6_223 h4{font-size:1.25rem;margin:0 0 .5rem}._previewMarkerContent_kt1a6_223>div{line-height:1.7}@keyframes _fadeIn_kt1a6_1{0%{opacity:0}to{opacity:1}}@keyframes _slideInUp_kt1a6_1{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes _pulse_kt1a6_1{0%{transform:translate(-50%,-50%) scale(1);opacity:.8}to{transform:translate(-50%,-50%) scale(2.5);opacity:0}}._theme-light_kt1a6_239{background-color:#fff;color:#212529}._theme-light_kt1a6_239 ._image_kt1a6_35{box-shadow:0 10px 30px #0000001a}._theme-light_kt1a6_239 ._imagePlaceholder_kt1a6_46{border-color:#dee2e6;color:#adb5bd;background-color:#f8f9fa}._theme-light_kt1a6_239 ._imagePlaceholder_kt1a6_46:hover{background-color:#f1f3f5}._theme-light_kt1a6_239 ._popupModal_kt1a6_150{background-color:#fff}._theme-light_kt1a6_239 ._popupHeader_kt1a6_162{border-bottom:1px solid #e9ecef}._theme-light_kt1a6_239 ._popupContent_kt1a6_169{color:#495057}._theme-light_kt1a6_239 ._popupFooter_kt1a6_173{border-top:1px solid #e9ecef;background-color:#f8f9fa}._theme-light_kt1a6_239 ._navButton_kt1a6_175{border:1px solid #ced4da;color:#495057}._theme-light_kt1a6_239 ._navButton_kt1a6_175:hover{background-color:#e9ecef;border-color:#adb5bd}._theme-light_kt1a6_239 ._closeButton_kt1a6_188{color:#868e96}._theme-light_kt1a6_239 ._closeButton_kt1a6_188:hover{background-color:#f1f3f5}._theme-light_kt1a6_239 ._previewMarkerContent_kt1a6_223{border-left:3px solid #dee2e6;padding-left:1.5rem}._theme-gray_kt1a6_253{background-color:#f1f3f5;color:#212529}._theme-gray_kt1a6_253 ._imagePlaceholder_kt1a6_46{border-color:#dee2e6;color:#adb5bd;background-color:#e9ecef}._theme-gray_kt1a6_253 ._imagePlaceholder_kt1a6_46:hover{background-color:#dee2e6}._theme-dark_kt1a6_258{background-color:#1c1c1e;color:#f2f2f7}._theme-dark_kt1a6_258 ._image_kt1a6_35{box-shadow:0 10px 30px #0006}._theme-dark_kt1a6_258 ._imagePlaceholder_kt1a6_46{border-color:#3a3a3c;color:#545458;background-color:#2c2c2e}._theme-dark_kt1a6_258 ._imagePlaceholder_kt1a6_46:hover{background-color:#3a3a3c}._theme-dark_kt1a6_258 ._popupModal_kt1a6_150{background-color:#2c2c2e}._theme-dark_kt1a6_258 ._popupHeader_kt1a6_162{border-bottom:1px solid #3a3a3c}._theme-dark_kt1a6_258 ._popupContent_kt1a6_169{color:#e0e0e0}._theme-dark_kt1a6_258 ._popupFooter_kt1a6_173{border-top:1px solid #3a3a3c;background-color:#1c1c1e}._theme-dark_kt1a6_258 ._navButton_kt1a6_175{border:1px solid #48484a;color:#f2f2f7}._theme-dark_kt1a6_258 ._navButton_kt1a6_175:hover{background-color:#3a3a3c;border-color:#545458}._theme-dark_kt1a6_258 ._closeButton_kt1a6_188{color:#8e8e93}._theme-dark_kt1a6_258 ._closeButton_kt1a6_188:hover{background-color:#3a3a3c}._theme-dark_kt1a6_258 ._previewMarkerContent_kt1a6_223{border-left:3px solid #3a3a3c;padding-left:1.5rem}._theme-gradient-dream_kt1a6_272{background:linear-gradient(135deg,#ff9a9e,#fad0c4)}._theme-pattern-dots_kt1a6_273{background-color:#f2f2f7;background-image:radial-gradient(rgba(0,0,0,.08) 1px,transparent 1px);background-size:10px 10px;color:#000}._theme-image_kt1a6_274,._theme-custom_kt1a6_274{color:#fff}._theme-image_kt1a6_274 ._previewMarkerContent_kt1a6_223,._theme-custom_kt1a6_274 ._previewMarkerContent_kt1a6_223,._theme-gradient-dream_kt1a6_272 ._previewMarkerContent_kt1a6_223{border-left:3px solid rgba(255,255,255,.4);padding-left:1.5rem;text-shadow:0 1px 3px rgba(0,0,0,.4)}._processBlockLayout_1a94v_4{display:grid;grid-template-columns:1fr min(var(--content-width, 880px),calc(100% - 4rem)) 1fr;gap:1rem;width:100%;position:relative;background-size:cover;background-position:center;isolation:isolate}._processBlockLayout_1a94v_4:before{content:"";position:absolute;inset:0;background-color:var(--overlay-color, transparent);opacity:var(--overlay-opacity, 0);z-index:0;transition:opacity .3s ease,background-color .3s ease}._contentArea_1a94v_29{grid-column:2;grid-row:1 / 2;width:100%;position:relative;z-index:1;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}._carouselContainer_1a94v_44{position:relative;width:100%;display:flex;align-items:center;justify-content:center}._paginationControls_1a94v_52{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem;width:100%;padding:0 1rem;box-sizing:border-box;position:relative;z-index:2}._pagination_1a94v_52{display:flex;align-items:center;justify-content:center;gap:.75rem}._navArrow_1a94v_72{background:#fff;border:1px solid #e0e0e0;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:#333;box-shadow:0 2px 8px #00000014;transition:all .2s ease;z-index:2;flex-shrink:0}._navArrow_1a94v_72:disabled{opacity:.4;cursor:not-allowed}._navArrow_1a94v_72:not(:disabled):hover{transform:scale(1.1);background-color:#f8f9fa}._dot_1a94v_100{background:none;border:2px solid #ced4da;width:28px;height:28px;border-radius:50%;cursor:pointer;font-weight:600;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}._dot_1a94v_100._active_1a94v_115{transform:scale(1.1);background-color:#343a40;border-color:#343a40;color:#fff}._trackContainer_1a94v_122{width:100%;overflow:hidden;position:relative;z-index:1}._track_1a94v_122{display:flex;transition:transform .4s cubic-bezier(.25,1,.5,1)}._slideWrapper_1a94v_134{width:100%;flex-shrink:0;box-sizing:border-box}._slide_1a94v_134{border:1px solid #e9ecef;border-radius:8px;padding:2.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:336px;transition:background-color .3s,border-color .3s,color .3s;background-color:#fff;color:#212529;box-sizing:border-box;width:100%}.themeDark ._slide_1a94v_134,.themeImage ._slide_1a94v_134,.themeCustom ._slide_1a94v_134,.themeGradientDream ._slide_1a94v_134{background-color:#0006;border-color:#fff3;color:#fff;backdrop-filter:blur(10px)}.themeDark ._slide_1a94v_134 *,.themeImage ._slide_1a94v_134 *,.themeCustom ._slide_1a94v_134 *,.themeGradientDream ._slide_1a94v_134 *{color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.5)}.themeDark ._navArrow_1a94v_72,.themeImage ._navArrow_1a94v_72,.themeCustom ._navArrow_1a94v_72,.themeGradientDream ._navArrow_1a94v_72{background-color:#ffffff1a;border-color:#fff3;color:#fff}.themeDark ._dot_1a94v_100,.themeImage ._dot_1a94v_100,.themeCustom ._dot_1a94v_100,.themeGradientDream ._dot_1a94v_100{border-color:#fff6;color:#fff}.themeDark ._dot_1a94v_100._active_1a94v_115,.themeImage ._dot_1a94v_100._active_1a94v_115,.themeCustom ._dot_1a94v_100._active_1a94v_115,.themeGradientDream ._dot_1a94v_100._active_1a94v_115{background-color:#fff;color:#333;border-color:#fff}._whiteCard_1a94v_200 ._slide_1a94v_134{background-color:#fff!important;color:#212529!important;border-color:#e9ecef!important;backdrop-filter:none!important}._whiteCard_1a94v_200 ._slide_1a94v_134 *{color:#212529!important;text-shadow:none!important}._introSlide_1a94v_212,._summarySlide_1a94v_213{justify-content:center}._introSlide_1a94v_212 h2,._summarySlide_1a94v_213 h2,._introSlide_1a94v_212 h3,._summarySlide_1a94v_213 h3,._introSlide_1a94v_212 h4,._summarySlide_1a94v_213 h4,._introSlide_1a94v_212 h5,._summarySlide_1a94v_213 h5{font-size:2rem;margin-bottom:1rem;word-break:break-word}._introSlide_1a94v_212 ._ProseMirror_1a94v_230,._summarySlide_1a94v_213 ._ProseMirror_1a94v_230{max-width:600px;line-height:1.7;margin-bottom:2rem}._processButton_1a94v_237{background-color:#fd7e14;color:#fff;border:none;border-radius:999px;padding:12px 28px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:background-color .2s ease}._processButton_1a94v_237:hover{background-color:#e87310}._stepSlide_1a94v_255{align-items:flex-start;text-align:left}._stepLabel_1a94v_260{background-color:#fd7e14;color:#fff;padding:4px 12px;border-radius:999px;font-size:.8rem;font-weight:600;margin-bottom:1rem;align-self:flex-start}._stepSlide_1a94v_255 h2,._stepSlide_1a94v_255 h3,._stepSlide_1a94v_255 h4,._stepSlide_1a94v_255 h5{margin-top:0;margin-bottom:1.5rem;width:100%;word-break:break-word}._stepSlide_1a94v_255 h2{font-size:2rem}._stepSlide_1a94v_255 h3{font-size:1.75rem}._stepSlide_1a94v_255 h4{font-size:1.5rem}._stepSlide_1a94v_255 h5{font-size:1.25rem}._stepImage_1a94v_297,._imagePlaceholder_1a94v_298{width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover;border-radius:6px;margin-bottom:1.5rem;max-width:100%}._imagePlaceholder_1a94v_298{display:flex;align-items:center;justify-content:center;background-color:#f1f3f5;color:#ced4da;font-size:3rem}._zoomable_1a94v_317{cursor:zoom-in}._stepSlide_1a94v_255 ._ProseMirror_1a94v_230{width:100%;line-height:1.7;margin-bottom:1.5rem;word-break:break-word}._audioPlayerWrapper_1a94v_328{width:100%;display:flex;align-items:center;gap:1rem;margin-top:1rem}._audioPlayer_1a94v_328{width:100%}._zoomOverlay_1a94v_340{position:fixed;inset:0;background-color:#fffffff2;display:flex;align-items:center;justify-content:center;z-index:9999;cursor:zoom-out;animation:_zoomFadeIn_1a94v_1 .3s ease}._zoomedImage_1a94v_352{max-width:95vw;max-height:95vh;object-fit:contain;box-shadow:0 10px 30px #0003}@keyframes _zoomFadeIn_1a94v_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media(max-width:768px){._slide_1a94v_134{padding:1.5rem;min-height:auto}._introSlide_1a94v_212 h2,._summarySlide_1a94v_213 h2,._stepSlide_1a94v_255 h2,._introSlide_1a94v_212 h3,._summarySlide_1a94v_213 h3,._stepSlide_1a94v_255 h3{font-size:1.5rem}._introSlide_1a94v_212 h4,._summarySlide_1a94v_213 h4,._stepSlide_1a94v_255 h4{font-size:1.25rem}._introSlide_1a94v_212 ._ProseMirror_1a94v_230,._summarySlide_1a94v_213 ._ProseMirror_1a94v_230,._stepSlide_1a94v_255 ._ProseMirror_1a94v_230{font-size:.95rem;line-height:1.6}._processButton_1a94v_237{padding:10px 22px;font-size:.9rem}._paginationControls_1a94v_52{margin-top:1.5rem}._dot_1a94v_100{width:24px;height:24px;font-size:.8rem}._navArrow_1a94v_72{width:36px;height:36px;font-size:1rem}}@media(max-width:480px){._processBlockLayout_1a94v_4{grid-template-columns:0 1fr 0}._contentArea_1a94v_29{padding:0 1rem;box-sizing:border-box}._slide_1a94v_134{padding:1rem;border-radius:0}._paginationControls_1a94v_52{gap:.5rem;padding:0 .5rem}}._sortingBlockLayout_dfn6g_1{display:grid;grid-template-columns:1fr min(var(--content-width, 880px),calc(100% - 4rem)) 1fr;gap:1rem;width:100%;position:relative;background-size:cover;background-position:center;isolation:isolate}._sortingBlockLayout_dfn6g_1:before{content:"";position:absolute;inset:0;background-color:var(--overlay-color, transparent);opacity:var(--overlay-opacity, 0);z-index:0;transition:opacity .3s ease,background-color .3s ease}._contentArea_dfn6g_22{grid-column:2;grid-row:1 / 2;width:100%;z-index:1;box-sizing:border-box;text-align:center}._title_dfn6g_31{margin:0 0 2rem;font-weight:700}._title_dfn6g_31 h2,._title_dfn6g_31 h3{margin:0;font-size:1.75rem}._sourceContainer_dfn6g_40{min-height:150px;border:2px dashed;border-radius:12px;padding:1.5rem;margin-bottom:2.5rem;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-content:center;align-items:center;transition:all .2s}._emptyPoolText_dfn6g_55{font-size:1rem;font-weight:500;opacity:.7}._draggableItem_dfn6g_61{padding:.75rem 1.5rem;border-radius:8px;border:1px solid;box-shadow:0 2px 4px #0000000d;cursor:grab;transition:all .2s ease-out;touch-action:none;user-select:none;font-weight:500}._imageItem_dfn6g_73{padding:0;width:100px;height:100px;overflow:hidden}._imageItem_dfn6g_73 img{width:100%;height:100%;object-fit:cover}._isLocked_dfn6g_86{cursor:not-allowed}._dragging_dfn6g_90{cursor:grabbing;box-shadow:0 10px 25px #00000026;transform:scale(1.08)}._categoriesContainer_dfn6g_96{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}._categoryBox_dfn6g_103{flex-basis:200px;flex-grow:1;max-width:300px;min-height:180px;border-radius:12px;border:1px solid;display:flex;flex-direction:column;padding:1rem;font-weight:600;font-size:1.1rem;transition:all .2s ease-out;position:relative;box-shadow:0 2px 8px #0000000a;overflow:hidden}._categoryBackground_dfn6g_121{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.15;z-index:0}._categoryLabel_dfn6g_130{padding-bottom:.5rem;border-bottom:2px solid;margin-bottom:1rem;position:relative;z-index:1}._placedItemsContainer_dfn6g_138{display:flex;flex-direction:column;gap:.75rem;align-items:center;width:100%;position:relative;z-index:1}._sourceContainer_dfn6g_40._isOver_dfn6g_148,._categoryBox_dfn6g_103._isOver_dfn6g_148{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}._resultsWrapper_dfn6g_154{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}._resultsIcon_dfn6g_163{margin-bottom:1rem}._scoreText_dfn6g_167{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;opacity:.9}._replayButton_dfn6g_174{display:inline-flex;align-items:center;gap:.5rem;border:none;padding:.75rem 1.5rem;border-radius:999px;font-weight:500;cursor:pointer;transition:background-color .2s,transform .2s;box-shadow:0 4px 15px #0000001a}._replayButton_dfn6g_174:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.themeLight ._sourceContainer_dfn6g_40{border-color:#dee2e6}.themeLight ._draggableItem_dfn6g_61{background:#f8f9fa;border-color:#dee2e6}.themeLight ._dragging_dfn6g_90{border-color:#adb5bd}.themeLight ._categoryBox_dfn6g_103{background:#fff;border-color:#e9ecef}.themeLight ._categoryLabel_dfn6g_130{border-color:#dee2e6}.themeLight ._categoryBox_dfn6g_103._isOver_dfn6g_148{border-color:#86b7fe;box-shadow:0 0 0 4px #0d6efd40;background:#f8f9fa}.themeLight ._resultsIcon_dfn6g_163{color:#198754}.themeLight ._replayButton_dfn6g_174{background:#0d6efd;color:#fff}.themeLight ._correctItem_dfn6g_200{background-color:#d1e7dd;border-color:#a3cfbb}.themeLight ._wrongItem_dfn6g_201{background-color:#f8d7da;border-color:#f1aeb5}.themeGray ._sourceContainer_dfn6g_40{border-color:#dee2e6;background-color:#e9ecef}.themeGray ._draggableItem_dfn6g_61,.themeGray ._categoryBox_dfn6g_103{background-color:#fff;border-color:#dee2e6}.themeGray ._correctItem_dfn6g_200{background-color:#d1e7dd;border-color:#a3cfbb}.themeGray ._wrongItem_dfn6g_201{background-color:#f8d7da;border-color:#f1aeb5}.themeDark ._sourceContainer_dfn6g_40{border-color:#3a3a3c}.themeDark ._draggableItem_dfn6g_61{background:#3a3a3c;border-color:#48484a}.themeDark ._dragging_dfn6g_90{border-color:#6c757d}.themeDark ._categoryBox_dfn6g_103{background:#2c2c2e;border-color:#3a3a3c}.themeDark ._categoryLabel_dfn6g_130{border-color:#48484a}.themeDark ._categoryBox_dfn6g_103._isOver_dfn6g_148{border-color:#5865f2;box-shadow:0 0 0 4px #5865f240;background:#3a3a3c}.themeDark ._resultsIcon_dfn6g_163{color:#20c997}.themeDark ._replayButton_dfn6g_174{background:#5865f2;color:#fff}.themeDark ._correctItem_dfn6g_200{background-color:#03281c;border-color:#0a4d32}.themeDark ._wrongItem_dfn6g_201{background-color:#340a11;border-color:#5c1822}.themeImage,.themeCustom,.themeGradientDream,.themePatternDots{text-shadow:0 1px 3px rgba(0,0,0,.5)}.themeImage ._sourceContainer_dfn6g_40,.themeCustom ._sourceContainer_dfn6g_40,.themeGradientDream ._sourceContainer_dfn6g_40,.themePatternDots ._sourceContainer_dfn6g_40{border-color:#ffffff4d;background:#0003}.themeImage ._draggableItem_dfn6g_61,.themeCustom ._draggableItem_dfn6g_61,.themeGradientDream ._draggableItem_dfn6g_61,.themePatternDots ._draggableItem_dfn6g_61{background:#ffffff1a;border-color:#ffffff4d;color:#fff;text-shadow:none}.themeImage ._categoryBox_dfn6g_103,.themeCustom ._categoryBox_dfn6g_103,.themeGradientDream ._categoryBox_dfn6g_103,.themePatternDots ._categoryBox_dfn6g_103{background:#0000004d;border-color:#fff3;backdrop-filter:blur(5px)}.themeImage ._categoryLabel_dfn6g_130,.themeCustom ._categoryLabel_dfn6g_130,.themeGradientDream ._categoryLabel_dfn6g_130,.themePatternDots ._categoryLabel_dfn6g_130{border-color:#ffffff4d}.themeImage ._replayButton_dfn6g_174,.themeCustom ._replayButton_dfn6g_174,.themeGradientDream ._replayButton_dfn6g_174,.themePatternDots ._replayButton_dfn6g_174{background:#fff;color:#333}.themeImage ._correctItem_dfn6g_200,.themeCustom ._correctItem_dfn6g_200,.themeGradientDream ._correctItem_dfn6g_200,.themePatternDots ._correctItem_dfn6g_200{background:#20c99766;border-color:#20c997cc}.themeImage ._wrongItem_dfn6g_201,.themeCustom ._wrongItem_dfn6g_201,.themeGradientDream ._wrongItem_dfn6g_201,.themePatternDots ._wrongItem_dfn6g_201{background:#dc354566;border-color:#dc3545cc}@media(max-width:768px){._title_dfn6g_31 h2,._title_dfn6g_31 h3{font-size:1.5rem}._sourceContainer_dfn6g_40{padding:1rem;margin-bottom:2rem;min-height:120px}._categoriesContainer_dfn6g_96{gap:1rem}._categoryBox_dfn6g_103{font-size:1rem;min-height:150px}._scoreText_dfn6g_167{font-size:1.25rem}}@media(max-width:480px){._sortingBlockLayout_dfn6g_1{grid-template-columns:0 1fr 0}._contentArea_dfn6g_22{padding-left:1rem;padding-right:1rem}._title_dfn6g_31,._sourceContainer_dfn6g_40{margin-bottom:1.5rem}._categoriesContainer_dfn6g_96{flex-direction:column;align-items:stretch}._categoryBox_dfn6g_103{max-width:none;flex-basis:auto}._draggableItem_dfn6g_61{padding:.6rem 1.2rem;font-size:.9rem}}._knowledgeCheckLayout_8ddrd_1{display:grid;grid-template-columns:1fr min(var(--content-width, 760px),calc(100% - 4rem)) 1fr;gap:1rem;width:100%;position:relative;isolation:isolate}._knowledgeCheckLayout_8ddrd_1:before{content:"";position:absolute;inset:0;background-color:var(--overlay-color, transparent);opacity:var(--overlay-opacity, 0);z-index:0;transition:opacity .3s ease,background-color .3s ease}._contentArea_8ddrd_20{grid-column:2;padding:2.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:2.5rem;z-index:1}._questionTitle_8ddrd_30{width:100%;font-size:1.25rem;font-weight:500;color:var(--text-color, #111827);text-align:left;margin:0 0 .5rem;border-bottom:1px solid var(--border-color, #e5e7eb);padding-bottom:1.5rem}._choicesContainer_8ddrd_41{width:100%;display:flex;flex-direction:column;gap:1rem;align-self:flex-start}._choiceItem_8ddrd_49{display:flex;align-items:center;gap:1rem;cursor:pointer;font-size:1rem;padding:1rem;border:1px solid var(--border-color, #d1d5db);border-radius:8px;background-color:var(--item-bg-color, #fff);transition:all .2s cubic-bezier(.4,0,.2,1);color:var(--text-secondary-color, #374151)}._choiceItem_8ddrd_49:not(._correct_8ddrd_63):not(._incorrect_8ddrd_63):hover{border-color:#f27127;background-color:#fff7f2}._theme-dark_8ddrd_68 ._choiceItem_8ddrd_49:not(._correct_8ddrd_63):not(._incorrect_8ddrd_63):hover{border-color:#f27127;background-color:#f271271a}._choiceItem_8ddrd_49._selected_8ddrd_73{border-color:#f27127;background-color:#fff7f2}._theme-dark_8ddrd_68 ._choiceItem_8ddrd_49._selected_8ddrd_73{border-color:#f27127;background-color:#f271271a}._check_8ddrd_83{width:22px;height:22px;border:2px solid var(--border-color, #9ca3af);flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .2s ease;background-color:var(--item-bg-color, #fff);color:var(--item-bg-color, #fff)}._radio_8ddrd_96{border-radius:50%}._checkbox_8ddrd_100{border-radius:6px}._check_8ddrd_83._selected_8ddrd_73{border-color:#f27127;background-color:#f27127}._radioDot_8ddrd_109{width:10px;height:10px;background-color:var(--item-bg-color, #fff);border-radius:50%}._choiceItem_8ddrd_49._correct_8ddrd_63{border-color:#22c55e;background-color:#f0fdf4}._theme-dark_8ddrd_68 ._choiceItem_8ddrd_49._correct_8ddrd_63{background-color:#22c55e1a}._check_8ddrd_83._correct_8ddrd_63{border-color:#22c55e;background-color:#22c55e}._choiceItem_8ddrd_49._incorrect_8ddrd_63{border-color:#ef4444;background-color:#fef2f2}._theme-dark_8ddrd_68 ._choiceItem_8ddrd_49._incorrect_8ddrd_63{background-color:#ef44441a}._check_8ddrd_83._incorrect_8ddrd_63{border-color:#ef4444;background-color:#ef4444}._submitButton_8ddrd_144{background-color:#f27127;color:#fff;border:none;padding:.875rem 2.5rem;font-size:1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}._submitButton_8ddrd_144:hover:not(:disabled){background-color:#dd6b20;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}._submitButton_8ddrd_144:disabled{background-color:#e5e7eb;color:#9ca3af;cursor:not-allowed;box-shadow:none}._feedbackContainer_8ddrd_170{display:flex;flex-direction:column;align-items:center;gap:1rem}._feedbackIcon_8ddrd_177{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px}._feedbackIcon_8ddrd_177._correct_8ddrd_63{background-color:#dcfce7;color:#22c55e;border:1px solid #bbf7d0}._feedbackIcon_8ddrd_177._incorrect_8ddrd_63{background-color:#fee2e2;color:#ef4444;border:1px solid #fecaca}._feedbackText_8ddrd_199{font-weight:600;font-size:1.125rem;margin:0;color:var(--text-color, #374151)}._takeAgainButton_8ddrd_206{background-color:var(--item-bg-color, #fff);color:var(--text-secondary-color, #374151);border:1px solid var(--border-color, #d1d5db);padding:.625rem 1.5rem;font-size:.875rem;font-weight:600;border-radius:50px;cursor:pointer;display:flex;align-items:center;gap:.5rem;margin-top:1rem;transition:all .2s ease}._takeAgainButton_8ddrd_206:hover{background-color:var(--column-bg-color, #f9fafb);border-color:#9ca3af}._fillInput_8ddrd_227{width:100%;border:none;border-bottom:2px solid var(--border-color, #d1d5db);padding:.75rem .25rem;font-size:1.125rem;color:var(--text-color, #111827);background-color:transparent;outline:none;text-align:left;transition:border-color .2s ease}._fillInput_8ddrd_227::placeholder{color:#9ca3af}._fillInput_8ddrd_227:focus{border-bottom-color:#f27127}._questionDrawContainer_8ddrd_248{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;gap:1.5rem;width:100%}._questionDrawContainer_8ddrd_248 h3{color:var(--text-secondary-color, #6b7280);font-weight:500}._drawButton_8ddrd_263{background-color:var(--item-bg-color, #fff);color:var(--text-secondary-color, #374151);border:1px solid var(--border-color, #d1d5db);padding:.75rem 2rem;font-size:1rem;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s ease}._drawButton_8ddrd_263:hover{background-color:var(--column-bg-color, #f9fafb);border-color:#9ca3af}._puzzleMatchingContainer_8ddrd_280{display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:1rem;width:100%;min-height:300px;align-items:start}._puzzleColumn_8ddrd_289{display:flex;flex-direction:column;gap:1rem;padding:1rem;border-radius:12px;min-height:280px;background-color:var(--column-bg-color, #f3f4f6);transition:all .3s ease}._puzzleColumn_8ddrd_289 h4{text-align:center;font-size:1.125rem;font-weight:600;color:var(--text-color, #4b5563);margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-color, #e5e7eb)}._puzzlePieceBase_8ddrd_310{position:relative;padding:1rem 1.5rem;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);background:var(--item-bg-color, #ffffff);border:2px solid var(--border-color, #e2e8f0);box-shadow:0 2px 8px #00000012;user-select:none;min-height:60px;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:500;color:var(--text-secondary-color, #374151)}._puzzlePieceBase_8ddrd_310:hover:not(._drop-zone_8ddrd_328){transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}._puzzlePieceBase_8ddrd_310._dragging_8ddrd_333{opacity:.4;transform:scale(.95);background:#e5e7eb}._promptPiece_8ddrd_339{cursor:grab;padding-right:2rem}._promptPiece_8ddrd_339:active{cursor:grabbing}._promptPiece_8ddrd_339:after{content:"";position:absolute;right:-14px;top:50%;transform:translateY(-50%);width:28px;height:28px;background:var(--item-bg-color, #ffffff);border:2px solid var(--border-color, #e2e8f0);border-radius:50%;z-index:2}._matchPiece_8ddrd_362{cursor:default;padding-left:2rem}._matchPiece_8ddrd_362:before{content:"";position:absolute;left:-14px;top:50%;transform:translateY(-50%);width:28px;height:28px;background-color:var(--column-bg-color, #f3f4f6);border:2px solid var(--border-color, #e2e8f0);border-left:2px solid var(--column-bg-color, #f3f4f6);border-radius:50%;z-index:1}._drop-zone_8ddrd_328._drag-over_8ddrd_382{transform:scale(1.03);border-color:#f27127;box-shadow:0 0 0 4px #f271274d}._drop-zone_8ddrd_328._drag-over_8ddrd_382:before{background-color:#fff7f2;border-left-color:#fff7f2}._theme-dark_8ddrd_68 ._drop-zone_8ddrd_328._drag-over_8ddrd_382:before{background-color:#f271271a;border-left-color:#f271271a}._connectedPair_8ddrd_398{display:flex;position:relative;transition:all .3s ease;border-radius:12px;box-shadow:0 2px 8px #0000001a;border:2px solid #a5b4fc;background:var(--item-bg-color, #ffffff)}._connectedPair_8ddrd_398 ._promptPiece_8ddrd_339,._connectedPair_8ddrd_398 ._matchPiece_8ddrd_362{flex:1;border-radius:0;box-shadow:none;border:none;background:transparent}._connectedPair_8ddrd_398 ._promptPiece_8ddrd_339{border-top-left-radius:12px;border-bottom-left-radius:12px}._connectedPair_8ddrd_398 ._matchPiece_8ddrd_362{border-top-right-radius:12px;border-bottom-right-radius:12px}._connectedPair_8ddrd_398 ._promptPiece_8ddrd_339:after{border-color:#a5b4fc;z-index:3;background:transparent}._connectedPair_8ddrd_398 ._matchPiece_8ddrd_362:before{display:none}._connectedPair_8ddrd_398._correct_8ddrd_63{border-color:#22c55e;background:#f0fdf4}._theme-dark_8ddrd_68 ._connectedPair_8ddrd_398._correct_8ddrd_63{background:#22c55e1a}._connectedPair_8ddrd_398._correct_8ddrd_63 ._promptPiece_8ddrd_339:after{border-color:#22c55e}._connectedPair_8ddrd_398._incorrect_8ddrd_63{border-color:#ef4444;background:#fef2f2;animation:_errorShake_8ddrd_1 .5s ease-in-out}._theme-dark_8ddrd_68 ._connectedPair_8ddrd_398._incorrect_8ddrd_63{background:#ef44441a}._connectedPair_8ddrd_398._incorrect_8ddrd_63 ._promptPiece_8ddrd_339:after{border-color:#ef4444}@keyframes _errorShake_8ddrd_1{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}._removeConnection_8ddrd_480{position:absolute;top:-10px;right:-10px;width:24px;height:24px;border-radius:50%;background:#6b7280;color:#fff;border:none;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:5}._removeConnection_8ddrd_480:hover{background:#ef4444;transform:scale(1.1)}._themeLight_8ddrd_505{--text-color: #111827;--text-secondary-color: #374151;--border-color: #e0e0e0;--item-bg-color: #ffffff;--column-bg-color: #f3f4f6;--accent-color: #111827}._themeDark_8ddrd_514{--text-color: #f0f0f0;--text-secondary-color: #d1d5db;--border-color: #444;--item-bg-color: #2c2c2e;--column-bg-color: #1f2937;--accent-color: #0a84ff}._themeImage_8ddrd_523,._themeCustom_8ddrd_524,._themeDark_8ddrd_514,._themeGradientDream_8ddrd_526,._themePatternDots_8ddrd_527{--text-color: #ffffff;--text-secondary-color: #e5e7eb;--border-color: rgba(255, 255, 255, .2);--item-bg-color: rgba(255, 255, 255, .1);--column-bg-color: rgba(0, 0, 0, .2)}._themeImage_8ddrd_523 ._questionTitle_8ddrd_30,._themeCustom_8ddrd_524 ._questionTitle_8ddrd_30,._themeGradientDream_8ddrd_526 ._questionTitle_8ddrd_30,._themePatternDots_8ddrd_527 ._questionTitle_8ddrd_30{text-shadow:0 1px 2px rgba(0,0,0,.3)}._drawnQuestionWrapper_8ddrd_542{width:100%;display:flex;flex-direction:column;gap:1.5rem}._drawnQuestionProgress_8ddrd_549{font-size:.875rem;font-weight:500;color:var(--text-secondary-color, #6b7280);align-self:flex-end}._drawnQuestionTitle_8ddrd_556{font-size:1.125rem;font-weight:600;color:var(--text-color, #111827);text-align:left;width:100%}._drawnQuestionNav_8ddrd_564{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:1.5rem;border-top:1px solid var(--border-color, #e5e7eb);padding-top:1.5rem}._drawnQuestionNav_8ddrd_564 button{background:transparent;border:1px solid var(--border-color, #d1d5db);color:var(--text-secondary-color, #374151);padding:.625rem 1.25rem;border-radius:50px;cursor:pointer;font-weight:600;display:flex;align-items:center;gap:.5rem;transition:all .2s ease}._drawnQuestionNav_8ddrd_564 button:hover:not(:disabled){background-color:var(--column-bg-color, #f9fafb);border-color:#9ca3af}._drawnQuestionNav_8ddrd_564 button:disabled{opacity:.5;cursor:not-allowed}._questionDrawResult_8ddrd_598{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}._questionDrawResult_8ddrd_598 h4{font-size:1.5rem;font-weight:600;color:var(--text-color, #1f2937)}._questionDrawResult_8ddrd_598 p{font-size:1.125rem;color:var(--text-secondary-color, #4b5563)}._progressBar_8ddrd_617{width:80%;max-width:400px;height:12px;background-color:var(--border-color, #e5e7eb);border-radius:6px;overflow:hidden;margin:1rem 0}._progressFill_8ddrd_627{height:100%;background-color:#22c55e;border-radius:6px;transition:width .5s ease-in-out}@container block (max-width: 900px){._puzzleMatchingContainer_8ddrd_280{grid-template-columns:1fr 1fr;gap:1.5rem}._puzzleColumn_8ddrd_289._centerColumn_8ddrd_640{grid-column:1 / -1;order:3}}@container block (max-width: 640px){._contentArea_8ddrd_20{padding:2rem 1rem}._puzzleMatchingContainer_8ddrd_280{grid-template-columns:1fr;gap:2rem}}._previewKnowledgeCheck_1haw2_1{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:12px;align-items:center;font-size:13px;color:#374151}._previewKnowledgeCheck_1haw2_1 p{width:100%;margin:0 0 4px;padding-bottom:8px;border-bottom:1px solid #e5e7eb;text-align:left;font-weight:500}._previewChoiceItem_1haw2_23{display:flex;align-items:center;gap:8px;width:100%}._previewCheck_1haw2_30{width:16px;height:16px;border:1.5px solid #9ca3af;flex-shrink:0;display:flex;align-items:center;justify-content:center}._previewRadio_1haw2_40{border-radius:50%}._previewCheckbox_1haw2_41{border-radius:4px}._previewCheck_1haw2_30._selected_1haw2_43{border-color:#f27127}._previewRadioDot_1haw2_47{width:8px;height:8px;background-color:#f27127;border-radius:50%}._previewCheckbox_1haw2_41._selected_1haw2_43:after{content:"✔";color:#f27127;font-size:12px;line-height:1}._previewSubmitButton_1haw2_61{background-color:#f27127;color:#fff;border:none;padding:6px 16px;font-size:12px;font-weight:600;border-radius:50px;margin-top:8px}._previewFillInput_1haw2_72{width:100%;border-bottom:1.5px solid #d1d5db;padding-bottom:4px;color:#9ca3af;font-style:italic;text-align:left}._previewMatchingContainer_1haw2_81{display:flex;justify-content:space-between;width:100%;gap:8px}._previewMatchingItem_1haw2_88{flex:1;border:1px solid #e5e7eb;background:#fff;padding:6px 8px;border-radius:6px;font-size:12px;text-align:center}._previewDrawContainer_1haw2_98{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:1rem 0;width:100%}._previewDrawContainer_1haw2_98 p{border:none;padding:0;font-weight:500;color:#6b7280;text-align:center}._previewDrawButton_1haw2_116{background-color:#fff;color:#374151;border:1px solid #d1d5db;padding:6px 16px;font-size:12px;border-radius:6px}._questionnaireLayout_c6og9_1{--accent-color: #0a84ff;--border-color: #e0e0e0;--text-color: #111;--bg-color: #fff;--secondary-bg-color: #f9f9f9;--secondary-text-color: #666;display:grid;grid-template-columns:1fr min(var(--content-width, 760px),calc(100% - 4rem)) 1fr;gap:1rem;width:100%;position:relative;container-type:inline-size;container-name:block}._theme-dark_c6og9_17{--accent-color: #0a84ff;--border-color: #444;--text-color: #f0f0f0;--bg-color: #1c1c1e;--secondary-bg-color: #2c2c2e;--secondary-text-color: #aaa}._questionnaireLayout_c6og9_1:before{content:"";position:absolute;inset:0;background-color:var(--overlay-color, transparent);opacity:var(--overlay-opacity, 0);z-index:0}._contentArea_c6og9_35{grid-column:2;padding:2rem;color:var(--text-color);z-index:1}._header_c6og9_42{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem}._questionnaireTitle_c6og9_48{margin:0;font-size:1.75rem}._questionnaireDescription_c6og9_53{margin:.5rem 0 0;font-size:1rem;color:var(--secondary-text-color)}._pageContent_c6og9_59{animation:_fadeIn_c6og9_1 .5s ease-in-out}@keyframes _fadeIn_c6og9_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._pageHeader_c6og9_74{margin-bottom:1.5rem}._pageTitle_c6og9_78{font-size:1.5rem;margin:0 0 .25rem}._pageDescription_c6og9_83{font-size:1rem;color:var(--secondary-text-color);margin:0}._ratingTableContainer_c6og9_89{overflow-x:auto;width:100%;border:1px solid var(--border-color);border-radius:12px}._ratingTable_c6og9_89{width:100%;border-collapse:collapse;min-width:500px}._ratingTable_c6og9_89 th,._ratingTable_c6og9_89 td{padding:1rem .75rem;text-align:center;border-bottom:1px solid var(--border-color)}._ratingTable_c6og9_89 tr:last-child td{border-bottom:none}._ratingTable_c6og9_89 thead th{font-size:.85rem;font-weight:500;color:var(--secondary-text-color);vertical-align:bottom;padding-bottom:1rem}._questionColumnHeader_c6og9_120{text-align:left}._optionColumnHeader_c6og9_124{min-width:80px}._questionCell_c6og9_128{text-align:left;font-weight:500;padding-right:1.5rem;width:40%;border-right:1px solid var(--border-color)}._optionCell_c6og9_136{vertical-align:middle}._radioLabel_c6og9_140{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;width:24px;height:24px;position:relative}._radioInput_c6og9_150{opacity:0;width:0;height:0;position:absolute}._radioCustom_c6og9_157{display:block;width:20px;height:20px;border-radius:50%;border:2px solid #ccc;transition:all .2s ease-in-out}._radioInput_c6og9_150:hover+._radioCustom_c6og9_157{border-color:var(--accent-color)}._radioInput_c6og9_150:checked+._radioCustom_c6og9_157{background-color:var(--accent-color);border-color:var(--accent-color);transform:scale(1.1)}._radioInput_c6og9_150:checked+._radioCustom_c6og9_157:after{content:"";display:block;width:8px;height:8px;background-color:#fff;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._radioInput_c6og9_150:disabled+._radioCustom_c6og9_157{cursor:not-allowed;background-color:#eee}._theme-dark_c6og9_17 ._radioInput_c6og9_150:disabled+._radioCustom_c6og9_157{background-color:#3a3a3c}._navigation_c6og9_198{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-color);flex-wrap:wrap;gap:1rem}._navButton_c6og9_209,._submitButton_c6og9_210{padding:.75rem 1.5rem;border:1px solid var(--border-color);background-color:transparent;color:var(--text-color);font-size:1rem;font-weight:500;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background-color .2s,color .2s,opacity .2s}._navButton_c6og9_209:disabled{opacity:.5;cursor:not-allowed}._navButton_c6og9_209:not(:disabled):hover{background-color:var(--secondary-bg-color)}._submitButton_c6og9_210{background-color:var(--accent-color);color:#fff;border-color:var(--accent-color)}._completionContainer_c6og9_240{text-align:center;padding:3rem 1rem}._completionIcon_c6og9_244{font-size:4rem;color:#28a745;margin-bottom:1rem}._completionTitle_c6og9_249{font-size:1.75rem;margin:0}._completionText_c6og9_253{font-size:1.1rem;color:var(--secondary-text-color)}._editorPlaceholder_c6og9_258{text-align:center;padding:3rem;font-style:italic;color:var(--secondary-text-color);background-color:var(--secondary-bg-color);border-radius:8px;border:1px dashed var(--border-color)}._editorPreviewContainer_c6og9_267{padding:1.5rem;border-radius:8px;background-color:var(--secondary-bg-color);border:1px solid var(--border-color);display:flex;flex-direction:column;gap:1rem}._interactiveToggle_c6og9_276{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.75rem 1rem;border:1px solid var(--accent-color);background-color:transparent;color:var(--accent-color);font-size:1rem;font-weight:500;border-radius:8px;cursor:pointer;transition:background-color .2s,color .2s;margin-bottom:1rem}._interactiveToggle_c6og9_276:hover{background-color:var(--accent-color);color:#fff}._interactiveToggle_c6og9_276 svg{font-size:1.2rem}._editorPagePreview_c6og9_300{padding:1rem;border-radius:6px;border:1px solid var(--border-color);background-color:var(--bg-color)}._editorPageTitle_c6og9_306{font-size:1.1rem;font-weight:600;margin:0 0 .25rem}._editorPageDescription_c6og9_311{font-size:.9rem;color:var(--secondary-text-color);margin:0}._loadingText_c6og9_316,._errorText_c6og9_317{padding:2rem;text-align:center;font-style:italic;color:var(--secondary-text-color)}._errorText_c6og9_317{color:#e53e3e}@media(max-width:768px){._questionnaireLayout_c6og9_1{grid-template-columns:1fr;padding-left:0;padding-right:0}._contentArea_c6og9_35{grid-column:1;padding:1.5rem 1rem}._questionnaireTitle_c6og9_48{font-size:1.5rem}._pageTitle_c6og9_78{font-size:1.25rem}._navigation_c6og9_198{flex-direction:column-reverse;gap:1rem}._navButton_c6og9_209,._submitButton_c6og9_210{width:100%;justify-content:center}}@container block (max-width: 700px){._ratingTable_c6og9_89{display:block;width:100%;min-width:0}._ratingTableContainer_c6og9_89{border:none;border-radius:0;overflow-x:hidden}._ratingTable_c6og9_89 thead{display:none}._ratingTable_c6og9_89 tbody,._ratingTable_c6og9_89 tr,._ratingTable_c6og9_89 td{display:block;width:100%;box-sizing:border-box}._ratingTable_c6og9_89 tr{margin-bottom:1.5rem;padding-bottom:0;border:1px solid var(--border-color);border-radius:12px;padding:1rem}._ratingTable_c6og9_89 tr:last-child{margin-bottom:0;border-bottom:1px solid var(--border-color)}._ratingTable_c6og9_89 td{border:none;padding:0}._questionCell_c6og9_128{padding:0 0 1rem;margin-bottom:1rem;text-align:left;font-size:1rem;width:100%;border-right:none;border-bottom:1px solid var(--border-color)}._optionCell_c6og9_136{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:none!important}._optionCell_c6og9_136:before{content:attr(data-label);font-weight:400;color:var(--secondary-text-color);margin-right:1rem}}._learningObjectBlockLayout_9wyvr_1{display:grid;grid-template-columns:1fr min(var(--content-width, 100%),calc(100% - 4rem)) 1fr;gap:1rem;width:100%;position:relative;background-size:cover;background-position:center;isolation:isolate}._learningObjectBlockLayout_9wyvr_1:before{content:"";position:absolute;inset:0;background-color:var(--overlay-color, transparent);opacity:var(--overlay-opacity, 0);z-index:0;transition:opacity .3s ease,background-color .3s ease}._contentArea_9wyvr_22{grid-column:2;width:100%;z-index:1}._placeholder_9wyvr_28{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;border:2px dashed var(--border-color, #e0e0e0);border-radius:12px;padding:2rem;text-align:center;background-color:#00000005}._placeholderIcon_9wyvr_41{font-size:3rem;color:var(--text-secondary-color, #666);margin-bottom:1rem}._placeholder_9wyvr_28 h4{margin:0 0 .5rem;font-size:1.2rem;font-weight:600;color:var(--text-color, #111)}._placeholder_9wyvr_28 p{margin:0 0 1.5rem;color:var(--text-secondary-color, #666);max-width:400px}._loader_9wyvr_60{display:flex;align-items:center;justify-content:center;gap:.75rem;min-height:300px;font-size:1.1rem;color:var(--text-secondary-color, #666)}._spinner_9wyvr_70{animation:_spin_9wyvr_70 1s linear infinite}@keyframes _spin_9wyvr_70{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._objectFrame_9wyvr_79{width:100%;aspect-ratio:16 / 9;border:1px solid var(--border-color, #e0e0e0);border-radius:12px;background-color:#f0f0f0}._blockWrapper_v5vyd_1{position:relative;width:100%;container-type:inline-size;container-name:block}._placeholderBlock_v5vyd_8{padding:2rem;text-align:center;color:#868e96;background-color:#f8f9fa;border:2px dashed #e9ecef;border-radius:8px}._blockWrapper_v5vyd_1._completed_v5vyd_17{border-left:4px solid #4CAF50;background-color:#f9fbf9;transition:border-color .3s ease,background-color .3s ease}._previewQuestionnaire_ownuk_1 p{font-size:14px;font-weight:600}._previewRatingTable_ownuk_6{width:100%;display:flex;flex-direction:column;gap:4px;font-size:11px}._previewRatingHeader_ownuk_14,._previewRatingRow_ownuk_15{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;align-items:center;gap:4px}._previewRatingHeader_ownuk_14{color:#6b7280;font-weight:500;padding-bottom:4px;margin-bottom:4px;border-bottom:1px solid #e5e7eb}._previewRatingHeader_ownuk_14 span,._previewRatingRow_ownuk_15 span{text-align:left}._previewRatingHeader_ownuk_14 span:not(:first-child){text-align:center}._previewRatingCell_ownuk_39{display:flex;justify-content:center;align-items:center}._previewContainer_fxh8v_1{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.75rem;padding:1rem;height:100%}._previewIcon_fxh8v_12{font-size:2rem;color:#4b5563}._previewContainer_fxh8v_1 p{font-size:12px;color:#6b7280;line-height:1.4;margin:0}._subtypeSidebar_1oznw_1{width:420px;height:100%;background:#fdfdfd;border-right:1px solid #e1e1e4;box-shadow:10px 0 40px -10px #0000000d;display:flex;flex-direction:column;pointer-events:auto;animation:_slideIn_1oznw_1 .4s cubic-bezier(.16,1,.3,1) forwards}@keyframes _slideIn_1oznw_1{0%{transform:translate(-30px);opacity:0}to{transform:translate(0);opacity:1}}._subtypeContent_1oznw_24{padding:24px;overflow-y:auto;flex-grow:1}._subtypeItem_1oznw_30{margin-bottom:24px;cursor:pointer}._subtypeLabel_1oznw_35{font-size:.8rem;font-weight:600;color:#3c3c43;margin:0 0 8px}._subtypePreview_1oznw_42{background:#fff;border:1px solid #e1e1e4;border-radius:8px;padding:20px;transition:border-color .2s ease,box-shadow .2s ease;font-size:12px;overflow:hidden}._subtypeItem_1oznw_30:hover ._subtypePreview_1oznw_42{border-color:#c7c7cc;box-shadow:0 4px 12px #00000014}._sidebarContainer_1onzo_1{position:fixed;top:0;left:0;height:100%;z-index:1001;pointer-events:none;display:flex}._sidebar_1onzo_1{width:260px;height:100%;background:#f9f9fae6;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-right:1px solid rgba(0,0,0,.08);transform:translate(-100%);transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;pointer-events:auto}._sidebar_1onzo_1._open_1onzo_25{transform:translate(0);box-shadow:0 0 60px #00000026}._sidebarOverlay_1onzo_30{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0000001a;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility 0s .4s;z-index:1000;pointer-events:auto}._sidebarOverlay_1onzo_30._open_1onzo_25{opacity:1;visibility:visible;transition:opacity .4s ease,visibility 0s}._header_1onzo_50{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid rgba(0,0,0,.08);flex-shrink:0}._title_1onzo_59{margin:0;font-size:1.1rem;font-weight:600;color:#1d1d1f}._closeButton_1onzo_66{background:#00000014;border:none;font-size:1rem;cursor:pointer;color:#0009;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}._closeButton_1onzo_66:hover{background-color:#0000001f}._content_1onzo_85{padding:12px;overflow-y:auto;flex-grow:1}._blockList_1onzo_91{list-style:none;padding:0;margin:0}._blockItem_1onzo_97{display:flex;align-items:center;gap:14px;padding:10px 12px;border-radius:8px;cursor:pointer;transition:background-color .2s ease,color .2s ease;user-select:none}._blockItem_1onzo_97:not(._category_1onzo_108):hover{background-color:#0000000d}._blockItem_1onzo_97._active_1onzo_112{background-color:#007aff1a}._category_1onzo_108{font-weight:600;color:#3c3c4399;font-size:.75rem;text-transform:uppercase;margin-top:1rem;padding:8px 12px;cursor:default}._iconWrapper_1onzo_126{font-size:1.1rem;color:#3c3c43;width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._itemName_1onzo_137{font-size:.95rem;font-weight:500;color:#1d1d1f}._toolbarWrapper_cxqr6_1{position:fixed;bottom:20px;left:50%;transform:translate(-50%);z-index:1000;display:inline-flex;align-items:center;gap:8px;background:transparent;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:1px solid rgba(255,255,255,.2);border-radius:28px;padding:10px;box-shadow:0 10px 30px #0003,inset 0 0 0 .5px #fff3}._toolsGrid_cxqr6_20{display:flex;flex-wrap:wrap;justify-content:center;gap:14px}._toolButton_cxqr6_27{background:none;border:none;padding:0;cursor:pointer;border-radius:50%;transition:background-color .2s ease}._toolButton_cxqr6_27:hover{background-color:transparent}._iconBackground_cxqr6_40{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .2s cubic-bezier(.175,.885,.32,1.275),background-color .2s ease}._toolButton_cxqr6_27:hover ._iconBackground_cxqr6_40{transform:scale(1.1)}._toolButton_cxqr6_27:active ._iconBackground_cxqr6_40{transform:scale(.95);transition-duration:.1s}._iconBackground_cxqr6_40 svg{font-size:2.2rem;color:#fff}._separator_cxqr6_64{width:1px;height:40px;background-color:#ffffff26;align-self:center;margin:0 4px}._tool-text_cxqr6_73{background-color:#0a84ff80}._tool-list_cxqr6_74{background-color:#ff9f0a80}._tool-image_cxqr6_75{background-color:#32ade680}._tool-video_cxqr6_76{background-color:#ff3b3080}._tool-process_cxqr6_77{background-color:#af52de80}._tool-flashcards_cxqr6_78{background-color:#5e5ce680}._tool-sorting_cxqr6_79{background-color:#64d2ff80}._tool-labeled-graphic_cxqr6_80{background-color:#ff375f80}._tool-continue_button_cxqr6_81{background-color:#34c75980}._blockLibraryButton_cxqr6_83 ._iconBackground_cxqr6_40{background-color:#8e8e9380}._toolButton_cxqr6_27:hover ._tool-text_cxqr6_73{background-color:#0a84ffb3}._toolButton_cxqr6_27:hover ._tool-list_cxqr6_74{background-color:#ff9f0ab3}._toolButton_cxqr6_27:hover ._tool-image_cxqr6_75{background-color:#32ade6b3}._toolButton_cxqr6_27:hover ._tool-video_cxqr6_76{background-color:#ff3b30b3}._toolButton_cxqr6_27:hover ._tool-process_cxqr6_77{background-color:#af52deb3}._toolButton_cxqr6_27:hover ._tool-flashcards_cxqr6_78{background-color:#5e5ce6b3}._toolButton_cxqr6_27:hover ._tool-sorting_cxqr6_79{background-color:#64d2ffb3}._toolButton_cxqr6_27:hover ._tool-labeled-graphic_cxqr6_80{background-color:#ff375fb3}._toolButton_cxqr6_27:hover ._tool-continue_button_cxqr6_81{background-color:#34c759b3}._blockLibraryButton_cxqr6_83:hover ._iconBackground_cxqr6_40{background-color:#8e8e93b3}._modalOverlay_jw2z3_1{position:fixed;inset:0;background-color:#0006;z-index:1010;animation:_fadeIn_jw2z3_1 .3s ease}._modal_jw2z3_1{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:800px;max-height:90vh;background:#f2f2f7f2;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-radius:16px;box-shadow:0 20px 60px #0003;z-index:1011;display:flex;flex-direction:column;overflow:hidden;animation:_slideUp_jw2z3_1 .4s cubic-bezier(.16,1,.3,1)}._modalHeader_jw2z3_29{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid rgba(0,0,0,.1);flex-shrink:0}._modalHeader_jw2z3_29 h3{margin:0;font-size:1.2rem;font-weight:600;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._modalContent_jw2z3_48{padding:24px;overflow-y:auto;flex-grow:1;display:flex;flex-direction:column;gap:20px}._modalFooter_jw2z3_57{padding:16px 24px;border-top:1px solid rgba(0,0,0,.1);display:flex;justify-content:flex-end;flex-shrink:0}._modalFooter_jw2z3_57 ._button_jw2z3_65{flex:0;min-width:120px}._questionCard_jw2z3_70{background-color:#fff9;border-radius:12px;border:1px solid rgba(0,0,0,.08);padding:16px;display:flex;flex-direction:column;gap:16px}._questionHeader_jw2z3_80{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-start}._questionHeader_jw2z3_80>textarea{flex:1 1 300px;resize:vertical;min-height:44px}._questionHeader_jw2z3_80>select{flex:1 1 200px;height:44px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:12px;padding-right:36px}._questionHeader_jw2z3_80>button{flex-shrink:0}._optionsList_jw2z3_110{padding-left:24px;border-left:2px solid rgba(0,0,0,.08);display:flex;flex-direction:column;gap:8px}@keyframes _fadeIn_jw2z3_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_jw2z3_1{0%{transform:translate(-50%,-45%);opacity:0}to{transform:translate(-50%,-50%);opacity:1}}@media(max-width:768px){._modalContent_jw2z3_48{padding:16px}._questionHeader_jw2z3_80{flex-direction:column;align-items:stretch}._questionHeader_jw2z3_80>textarea,._questionHeader_jw2z3_80>select{flex-basis:auto;width:100%}._questionHeader_jw2z3_80>button{align-self:flex-end}}._pageWrapper_103ip_1{background-color:#f8f9fa;width:100%;min-height:100vh;padding-bottom:100px}._editorHeader_103ip_12{display:flex;align-items:center;gap:1.5rem;margin-bottom:.5rem}._backButton_103ip_19{display:flex;align-items:center;justify-content:center;font-size:28px;color:#555;text-decoration:none;margin-right:16px;padding:0 8px;border-radius:50%;width:40px;height:40px;transition:background-color .2s,color .2s}._backButton_103ip_19:hover{background-color:#f0f0f0;color:#000}._moduleTitle_103ip_39{font-size:2.8rem;font-weight:700;border:none;outline:none;width:100%;padding:8px 0;background-color:transparent;color:#2c3e50;flex-grow:1}._saveButton_103ip_51{display:flex;align-items:center;gap:.5rem;padding:10px 20px;font-size:1rem;font-weight:500;background-color:#2c3e50;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease}._saveButton_103ip_51:hover{background-color:#34495e}._saveButton_103ip_51 svg{font-size:1.2rem}._previewButton_103ip_74{padding:10px 20px;font-size:1rem;font-weight:500;background-color:#f1f2f6;color:#2c3e50;border:1px solid #d1d8e0;border-radius:8px;cursor:pointer;transition:background-color .2s ease;white-space:nowrap}._previewButton_103ip_74:hover{background-color:#dfe4ea}._accentLine_103ip_91{height:4px;width:80px;background:linear-gradient(90deg,#f093fb,#f5576c);border-radius:2px;margin:1rem 0 2rem}._emptyState_103ip_99,._addMoreContainer_103ip_100{text-align:center;border-top:1px solid #e0e6ed;padding-top:2rem;padding-bottom:2rem}._emptyState_103ip_99 h2{color:#576574;font-weight:500;margin-bottom:2rem}._toastContainer_103ip_113{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);z-index:2000;display:flex;flex-direction:column;gap:.5rem;align-items:center}:root{--font-system: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--bg-page: #f0f2f5;--bg-device-frame: #e3e8ee;--bg-device-screen: #ffffff;--shadow-color: rgba(0, 0, 0, .15);--text-primary: #1d1d1f;--text-secondary: #6e6e73;--accent-gradient: linear-gradient(90deg, #f093fb 0%, #f5576c 100%)}._pageWrapper_4oyjt_12{background-color:var(--bg-page);height:95.5vh;overflow:hidden;width:100%;display:flex;flex-direction:column;font-family:var(--font-system)}._previewHeader_4oyjt_22{background-color:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:.75rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(0,0,0,.08);position:sticky;top:0;z-index:1000}._headerInfo_4oyjt_36{display:flex;align-items:center;gap:1.5rem}._previewTitle_4oyjt_42{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin:0}._backLink_4oyjt_49{color:var(--text-secondary);text-decoration:none;font-weight:500;transition:color .2s ease}._backLink_4oyjt_49:hover{color:var(--text-primary)}._controlsContainer_4oyjt_60{display:flex;align-items:center;gap:1.5rem}._controls_4oyjt_60{display:flex;gap:0;background-color:#7676801f;padding:3px;border-radius:9px}._controls_4oyjt_60 button{background:transparent;border:none;padding:6px 12px;cursor:pointer;border-radius:7px;color:var(--text-secondary);font-weight:500;transition:all .2s ease-in-out}._controls_4oyjt_60 button:hover{color:var(--text-primary)}._controls_4oyjt_60 button._active_4oyjt_89{background-color:#fff;color:var(--text-primary);box-shadow:0 2px 4px #0000000d}._controls_4oyjt_60 button svg{font-size:1.2rem;display:block}._colorControls_4oyjt_100{display:flex;align-items:center;gap:.5rem;background-color:#7676801f;padding:4px;border-radius:99px}._colorControls_4oyjt_100 button{width:24px;height:24px;border-radius:50%;border:none;padding:2px;cursor:pointer;background-color:transparent;transition:opacity .2s ease;opacity:.6}._colorControls_4oyjt_100 button._activeColor_4oyjt_121{opacity:1}._colorSwatch_4oyjt_125{width:100%;height:100%;border-radius:50%;border:1px solid rgba(0,0,0,.1)}._previewContainer_4oyjt_132{flex-grow:1;padding:1rem;padding-bottom:80px;display:flex;justify-content:center;align-items:center;overflow:hidden;transition:all .4s ease-out}._tabletPortraitPadding_4oyjt_144{align-items:flex-start;padding-top:40px}._contentFrame_4oyjt_149{position:relative;max-width:95vw;max-height:calc(100vh - 150px);transition:width .4s ease-out,height .4s ease-out,background-color .3s ease-out}._deviceFrame_4oyjt_156{padding:8px;border-radius:40px;box-shadow:inset 0 2px 6px #0000001a;overflow:hidden}._deviceFrame_4oyjt_156:before{content:"";position:absolute;inset:0;border-radius:inherit;background-image:linear-gradient(145deg,#fff3,#0000000d);z-index:0}._naturalTitanium_4oyjt_175{background-color:#a6a199}._blueTitanium_4oyjt_179{background-color:#4a546a}._roseGold_4oyjt_183{background-color:#f0dcd3}._spaceBlack_4oyjt_187{background-color:#3b3b3d}._imacFrame_4oyjt_191{width:100%;height:100%;border-radius:18px;padding:25px 25px 80px;box-shadow:0 15px 40px #00000026;box-sizing:border-box;transition:background-color .3s ease;position:relative;z-index:5}._lessonContent_4oyjt_204{width:100%;height:100%;overflow-y:auto;overflow-x:hidden;background:var(--bg-device-screen);box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none;position:relative;z-index:1;border-radius:34px}._imacFrame_4oyjt_191 ._lessonContent_4oyjt_204{border-radius:8px}._imacStand_4oyjt_222{position:absolute;bottom:-65px;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center}._imacLeg_4oyjt_233{width:110px;height:70px;transition:background-color .3s ease;clip-path:polygon(25% 0,75% 0,100% 100%,0% 100%)}._imacBase_4oyjt_240{width:220px;height:12px;border-radius:6px;transition:background-color .3s ease;margin-top:-5px}._lessonContent_4oyjt_204::-webkit-scrollbar{display:none}._dynamicIsland_4oyjt_252{position:absolute;background-color:#000;border-radius:99px;z-index:20;transition:all .4s ease-out}._islandPortrait_4oyjt_260{top:18px;left:50%;transform:translate(-50%);width:100px;height:28px}._islandLandscape_4oyjt_268{top:50%;left:18px;transform:translateY(-50%);width:28px;height:100px}._moduleTitle_4oyjt_276{font-size:2.2rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem;line-height:1.2}._accentLine_4oyjt_284{height:4px;width:70px;background:var(--accent-gradient);border-radius:2px;margin:1rem 0 2rem}._sizeDesktop_4oyjt_292{width:60%;height:100%}._sizeTabletLandscape_4oyjt_297{width:720px;height:510px}._sizeTabletPortrait_4oyjt_302{width:510px;height:720px}._sizeMobileLandscape_4oyjt_307{width:650px;height:320px}._sizeMobilePortrait_4oyjt_312{width:320px;height:650px}.add-category-form-wrapper{display:flex;flex-direction:column;width:100%;max-width:692px}.add-category-form-wrapper .form-section{width:100%;box-sizing:border-box}.add-category-form-wrapper .add-edit-footer{margin-top:40px;padding:0;background:transparent;border:none}.add-field-form-wrapper{display:flex;flex-direction:column;width:100%;max-width:692px}.add-field-form-wrapper .form-content{display:flex;flex-direction:column;gap:12px}.add-field-form-wrapper .form-section{padding:24px;background-color:var(--white);border:1px solid var(--grey-stroke-1);border-radius:12px;transition:all .2s ease}.add-field-form-wrapper .form-section.collapsed{padding-bottom:24px}.form-section-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;user-select:none}.card-content-area{margin-top:24px;display:flex;flex-direction:column;gap:24px}.dropdown-half .select-trigger,.dropdown-half .date-input-wrapper{max-width:342px!important;width:100%!important}.date-input-wrapper{position:relative;display:flex;align-items:center}.calendar-icon-inside{position:absolute;right:16px;width:20px;height:20px;pointer-events:none;color:var(--black-txt)}.calendar-icon-inside path{stroke-width:1.5}.checkbox-item-row{display:flex;align-items:center;gap:12px}.add-field-form-wrapper .add-edit-footer{margin-top:16px;padding:0;background:transparent;border:none}.footer-actions{display:flex;gap:16px}.info-icon-inline{width:16px;height:16px;color:var(--grey-txt-2);cursor:pointer;margin-left:4px}.form-main-label{font-weight:600!important}.bulk-actions-bar{position:fixed;bottom:24px;right:32px;left:300px;transform:translateY(150%);opacity:0;transition:transform .3s ease-in-out,opacity .3s ease-in-out;background-color:var(--red);color:var(--white);border-radius:12px;padding:16px 24px;z-index:900;box-shadow:0 4px 20px #0003;box-sizing:border-box;display:flex;align-items:center}.bulk-actions-bar.show{transform:translateY(0);opacity:1}.bulk-actions-content{display:flex;justify-content:space-between;align-items:center;width:100%}.bulk-selection-info{display:flex;align-items:center;gap:12px}.bulk-checkbox-reset{appearance:none;width:20px;height:20px;border:2px solid white;border-radius:4px;background:transparent;cursor:pointer;display:grid;place-content:center}.bulk-checkbox-reset:checked{background:#fff}.bulk-checkbox-reset:checked:before{content:"";width:10px;height:10px;background:var(--red);clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%)}.bulk-actions-selection-count{color:var(--white)!important;font-weight:700;font-size:16px}.bulk-actions-controls{display:flex;align-items:center;gap:16px}.actions-divider{width:1px;height:32px;background-color:#ffffff4d;margin:0 8px}.bulk-action-button{background-color:var(--white);color:var(--black-txt);display:flex;align-items:center;gap:10px;padding:10px 16px;border:none;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer}.bulk-action-button:hover{background-color:#f3f4f6}.bulk-action-button svg{width:20px;height:20px;color:var(--black-txt)}.bulk-close-button{background:none;border:none;cursor:pointer;margin-left:16px;padding:4px;display:flex;align-items:center;justify-content:center}.bulk-close-button svg{width:24px;height:24px;color:#fff!important;fill:#fff!important}.bulk-close-button svg path{stroke:#fff!important}.bulk-close-button:hover{opacity:.8}.profile-fields-page{display:flex;flex-direction:column;padding-bottom:80px;width:100%}.pf-header-wrapper{margin-bottom:24px}.pf-breadcrumbs{font-size:12px;color:var(--grey-txt);margin-bottom:12px}.pf-title-row{display:flex;justify-content:space-between;align-items:flex-start}.pf-title-content h1{font-size:24px;font-weight:700;color:var(--black-txt);margin:0 0 8px}.pf-title-content p{font-size:14px;color:var(--grey-txt);line-height:1.5;max-width:800px;margin:0}.pf-main-actions{display:flex;gap:12px;align-items:center}.icon-menu-btn{background:none;border:none;font-size:20px;cursor:pointer;padding:0 8px;color:var(--black-txt)}.pf-filters-bar{display:flex;align-items:center;gap:12px;margin-bottom:0;flex-wrap:wrap}.active-filters{margin-bottom:15px;width:100%}.pf-search-wrapper{width:320px;flex-shrink:0}.pf-dropdowns-wrapper{display:flex;gap:8px;align-items:center}.more-filters-btn{height:41px!important}.categories-list{display:flex;flex-direction:column;gap:24px;margin-top:15px}.category-block{background-color:var(--white);border:1px solid var(--grey-stroke-1);border-radius:12px;overflow:hidden}.category-header{display:flex;align-items:center;padding:16px 20px;background-color:var(--white);cursor:pointer;border-bottom:none;transition:background-color .2s}.category-block:has(.category-body) .category-header{border-bottom:none}.category-header:hover{background-color:var(--grey-on-hover)}.category-drag-handle{margin-right:12px;cursor:grab;display:flex;align-items:center}.drag-icon{width:28px!important;height:28px!important;color:var(--grey-txt-2)}.category-title-area{display:flex;align-items:center;gap:12px;flex:1}.category-chevron-wrapper{display:flex;align-items:center}.chevron-icon{width:16px!important;height:16px!important;transition:transform .2s;transform:rotate(180deg);color:var(--black-txt)}.chevron-icon.collapsed{transform:rotate(0)}.category-title-text{font-family:Inter,sans-serif;font-size:16px;font-weight:700;color:var(--black-txt)}.category-actions-right{display:flex;gap:12px}.category-actions-right .icon-button{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;color:var(--black-txt)}.category-actions-right .icon-button:hover{color:var(--grey-txt)}.category-body{background-color:var(--white);padding:0 20px 20px}.category-body .table-container{border:1px solid var(--grey-stroke-1)!important;border-radius:8px!important;margin-top:0;box-shadow:none}.drag-icon-small{width:28px!important;height:28px!important;color:var(--grey-txt-2);cursor:grab}.field-name-cell{display:flex;align-items:center;gap:12px}.field-name-text{font-weight:500;font-size:14px;color:var(--black-txt)}.category-body .table-header-cell.checkbox-column,.category-body .table-body-cell.checkbox-column{width:60px!important;padding-left:20px!important}.category-footer{padding:16px 0 0;background-color:var(--white);display:flex;flex-direction:column;gap:16px}.add-field-in-cat-btn{width:253px;height:41px;background-color:var(--white);border:1px solid var(--grey-stroke-1);border-radius:8px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;font-family:Inter,sans-serif;font-weight:600;font-size:14px;color:var(--black-txt);cursor:pointer;transition:background .2s}.add-field-in-cat-btn:after{content:"";width:20px;height:20px;background-image:url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-repeat:no-repeat;background-position:center}.add-field-in-cat-btn:hover{background-color:var(--grey-on-hover)}.category-pagination{width:100%;padding-top:10px;border-top:none!important}.category-pagination .pagination-container,.category-pagination .pagination-row{padding:0}.full-page-preview{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#f4f7f9;z-index:9999;display:flex;flex-direction:column}.preview-top-bar{height:60px;background:#111;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 40px}.close-preview-btn{background:transparent;border:1px solid #fff;color:#fff;padding:8px 16px;border-radius:6px;cursor:pointer;transition:.2s}.close-preview-btn:hover{background:#fff;color:#111}.preview-content-wrapper{flex:1;overflow-y:auto;display:flex;justify-content:center;padding:60px 20px}.preview-paper{background:#fff;width:100%;max-width:800px;min-height:500px;padding:60px;border-radius:4px;box-shadow:0 10px 30px #0000001a;height:fit-content}.preview-footer-mock{margin-top:40px;padding-top:24px;border-top:1px solid #eee;display:flex;justify-content:flex-end}.renderer-field-group{margin-bottom:24px}.approval-form-container{margin-top:24px}.builder-card{background:#fff;padding:32px;border-radius:12px;box-shadow:0 4px 12px #0000000d;border:1px solid #eaeaea}.section-title{margin-bottom:24px;font-weight:600;color:#111;border-bottom:2px solid #f0f0f0;padding:12px;display:flex;align-items:center}.builder-item-card{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:20px;margin-bottom:16px;position:relative}.builder-item-row{display:flex;gap:20px;align-items:flex-start}.field-label-group{flex:2}.field-type-group{flex:1}.field-required-group{padding-top:35px}.required-checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;font-weight:500}.delete-button-offset{margin-top:30px}.options-builder-container{margin-top:16px;padding:16px;background:#fff;border-radius:8px;border:1px solid #eee}.option-row{display:flex;gap:8px;margin-bottom:8px;margin-top:8px}.logic-section-divider{margin-top:16px;border-top:1px dashed #ddd;padding-top:16px}.logic-row{display:flex;gap:12px;align-items:center}.logic-select-field{width:200px}.logic-select-operator{width:150px}.logic-value-input{width:200px}.step-header-row{display:flex;gap:20px;align-items:flex-start}.step-name-group{flex:2}.step-approver-group,.step-config-group{flex:1}.step-delete-btn{margin-top:25px}.add-button-margin{margin-top:20px;font-weight:500}.flex-gap-12{display:flex;gap:12px}.profile-fields-layout{display:flex;flex-direction:column}.profile-tab-content{width:100%}.columns-custom-section{padding:0;display:flex;flex-direction:column}.columns-title{font-family:Inter,sans-serif;font-weight:700;font-size:20px;line-height:100%;color:var(--black-txt);margin:0 0 12px}.columns-description{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:140%;color:var(--black-txt);margin:0 0 20px}.col-column-header,.col-heading-header{width:22%}.col-sorting-header{width:80px}.col-additional-header{width:26%}.col-actions-header{width:100px;padding-right:20px}.custom-table-row td{vertical-align:middle}.cell-column,.cell-heading,.cell-sorting,.cell-additional{padding-right:25px}.size-adaptive-trigger,.size-adaptive-input{width:100%!important;max-width:170px!important;height:41px!important;box-sizing:border-box;border-radius:8px;border:1px solid var(--grey-stroke-1);padding:0 12px 0 16px!important;font-family:Inter,sans-serif;font-size:14px;color:var(--black-txt);background-color:var(--white);outline:none;display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.size-adaptive-trigger span{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;text-align:left}.size-adaptive-trigger svg{flex-shrink:0;opacity:1;cursor:pointer}.size-adaptive-trigger:disabled,.size-adaptive-input:disabled{border-color:var(--grey-stroke-1)!important;background-color:var(--white)!important;cursor:not-allowed;opacity:1}.size-adaptive-trigger:disabled,.size-adaptive-trigger:disabled span,.size-adaptive-input:disabled{color:#bdbdbd!important}.size-adaptive-trigger:disabled svg{display:block!important;visibility:visible!important;opacity:1!important;color:#d6d6d6!important}.size-adaptive-trigger:disabled svg path{fill:#d6d6d6!important;stroke:#d6d6d6!important}.sorting-switch-wrapper{width:44px;height:24px;display:flex;align-items:center}.sorting-switch-wrapper button{width:44px!important;height:24px!important;background-color:var(--grey-stroke-1)!important;border-radius:100px!important;position:relative;border:none!important;padding:0!important;cursor:pointer;transition:background-color .2s}.sorting-switch-wrapper span{position:absolute;background-color:var(--white)!important;border-radius:50%!important;transition:transform .2s;box-shadow:0 1px 2px #0000001a}.sorting-switch-wrapper button[data-state=checked]{background-color:var(--blue)!important}.sorting-switch-wrapper button[data-state=checked] span{transform:translate(20px)!important;left:2px!important}.action-btn:disabled{color:var(--grey-stroke-1)!important;cursor:not-allowed}.action-btn.btn-delete:hover:not(:disabled){color:var(--red)}.add-column-footer{margin-top:20px;width:fit-content}.add-column-select-trigger{width:226px!important;height:41px!important;box-sizing:border-box;border-radius:8px!important;border:1px solid var(--grey-stroke-1)!important;padding:0 16px!important;background:var(--white)!important;cursor:pointer;display:flex;align-items:center}.add-column-text{font-family:Inter,sans-serif;font-weight:600;font-size:14px;color:var(--black-txt)}[class*=SelectContent]{z-index:9999!important}.form-section-card{margin-bottom:20px}.sorting-fields-container{display:flex;flex-direction:column;gap:16px;margin-top:20px}.sorting-field-group{display:flex;flex-direction:column;gap:8px}.field-label{font-family:Inter,sans-serif;font-weight:600;font-size:14px;line-height:100%;color:var(--black-txt)}.sorting-field-group .size-adaptive-trigger.full-width-trigger{max-width:350px!important;width:100%!important;height:44px!important;padding:0 12px 0 16px!important}.form-section-card .columns-description{margin-bottom:0;max-width:800px}.graph-settings-wrapper{width:100%}.graph-main-title{font-family:Inter,sans-serif;font-weight:700;font-size:20px;color:var(--black-txt);margin:0 0 12px;line-height:100%}.graph-main-description{font-family:Inter,sans-serif;font-weight:400;font-size:16px;color:var(--black-txt);margin:0 0 20px;line-height:140%}.graph-field-group{margin-top:20px;margin-bottom:24px;width:100%;max-width:350px;display:flex;flex-direction:column}.graph-field-label{display:flex;align-items:center;gap:8px;margin:0 0 8px;color:var(--black-txt);font-family:Inter,sans-serif;font-weight:600;font-size:14px;line-height:100%}.graph-info-icon{width:16px;height:16px;color:var(--grey-txt-2);cursor:pointer}.graph-select-trigger{width:100%!important;height:41px!important;box-sizing:border-box;border-radius:8px;border:1px solid var(--grey-stroke-1);padding:0 12px 0 16px!important;font-family:Inter,sans-serif;font-size:14px;color:var(--black-txt);background-color:var(--white)}.graph-preview-outer{width:100%;background-color:var(--grey-on-hover);border-radius:12px;padding:20px;box-sizing:border-box;margin-top:32px}.graph-preview-header{margin-bottom:20px}.graph-preview-inner{width:100%;height:300px;background-color:var(--white);border:1px solid var(--grey-stroke-1);border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden}.graph-mock-img{max-width:100%;height:auto}.graph-empty-text{color:var(--black-txt);font-family:Inter,sans-serif;font-size:16px}.graph-section-separator{width:100%;height:1px;background-color:var(--grey-stroke-1);margin:32px 0}.settings-sub-card{border:1px solid var(--grey-stroke-1);border-radius:12px;padding:0;overflow:hidden;background-color:var(--white)}.sub-card-header{padding:24px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.sub-card-title{font-family:Inter,sans-serif;font-weight:700;font-size:18px;color:var(--black-txt);margin:0}.sub-card-content{padding:0 24px 24px}.chevron-transition{transition:transform .3s ease}.chevron-transition.open{transform:rotate(180deg)}.stacked-option{margin-top:12px}.checkbox-with-label{display:flex;align-items:center;gap:12px;margin-top:8px}.graph-input-small{max-width:350px;height:41px!important}.custom-colors-title{font-family:Inter,sans-serif;font-weight:600;font-size:16px;color:var(--black-txt);margin:12px 0 16px}.color-inputs-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.color-field{display:flex;flex-direction:column}.color-label{font-family:Inter,sans-serif!important;font-weight:600!important;font-size:14px!important;line-height:100%!important;color:var(--black-txt);margin:0 0 12px}.color-input-wrapper{display:flex;align-items:center;gap:12px;border:1px solid var(--grey-stroke-1);border-radius:8px;padding:0 12px;height:41px;box-sizing:border-box;cursor:pointer;background-color:var(--white)}.color-hex-text{font-size:14px;color:var(--black-txt);font-family:Inter,sans-serif}.color-preview{width:24px;height:24px;border-radius:50%;flex-shrink:0;border:1px solid rgba(0,0,0,.1)}.hidden-color-input{opacity:0;position:absolute;width:0;height:0;pointer-events:none}.filters-custom-section{padding:0;width:100%}.filter-section-group{display:flex;flex-direction:column;margin-bottom:32px}.filter-section-group:last-of-type{margin-bottom:0}.filter-subtitle{display:flex;align-items:center;gap:8px;margin-bottom:16px;color:var(--black-txt);font-family:Inter,sans-serif;font-weight:600;font-size:16px;line-height:100%;letter-spacing:0%}.info-icon-inline{width:16px;height:16px;color:var(--grey-txt-2);cursor:pointer}.filter-block-separator{width:100%;height:1px;background-color:var(--grey-stroke-1);margin:8px 0 32px}.col-filter-name,.col-search-field,.col-custom-name{width:25%}.col-custom-name-search{width:35%}.col-required{width:100px;text-align:left}.cell-checkbox{text-align:left;padding-right:25px}.add-filter-footer{margin-top:20px}.custom-settings-table-wrapper{width:100%;border:1px solid var(--grey-stroke-1);border-radius:8px;background-color:var(--white);overflow:visible}.custom-settings-table{width:100%;border-collapse:collapse;table-layout:fixed}.custom-table-header{height:45px;background-color:var(--grey-on-hover)}.custom-table-header th{font-family:Inter,sans-serif;font-weight:600;font-size:14px;color:var(--black-txt);text-align:left;vertical-align:middle;border-bottom:1px solid var(--grey-stroke-1)}.col-drag-header{width:50px;padding-left:20px}.custom-table-row{height:73px;border-bottom:1px solid var(--grey-stroke-1)}.custom-table-row:last-child{border-bottom:none}.cell-drag{padding-left:20px}.drag-icon-handle{cursor:grab;color:var(--grey-txt-2)}.cell-column,.cell-heading{padding-right:25px}.cell-actions{width:100px;padding-right:20px}.size-adaptive-trigger,.size-adaptive-input{width:100%!important;max-width:100%;height:41px!important;box-sizing:border-box;border-radius:8px;border:1px solid var(--grey-stroke-1);padding:0 12px 0 16px!important;font-family:Inter,sans-serif;font-size:14px;color:var(--black-txt);background-color:var(--white);outline:none;display:flex!important;align-items:center;justify-content:space-between}.action-buttons-group{display:flex;gap:12px;justify-content:flex-start;align-items:center}.action-btn{background:none;border:none;cursor:pointer;color:var(--grey-txt-2);display:flex;padding:0}.action-btn.btn-power-on{color:var(--blue)}.action-btn.btn-delete:hover{color:var(--red)}.add-column-select-trigger{width:auto!important;min-width:226px;height:41px!important;border-radius:8px!important;border:1px solid var(--grey-stroke-1)!important;padding:0 16px!important;background:var(--white)!important;cursor:pointer;display:flex;align-items:center;white-space:nowrap}.add-column-text{font-family:Inter,sans-serif;font-weight:600;font-size:14px;color:var(--black-txt);white-space:nowrap}.is-inactive{opacity:.5}.content-settings-wrapper{width:100%}.content-main-title{font-family:Inter,sans-serif;font-weight:700;font-size:20px;color:var(--black-txt);margin:0 0 12px;line-height:100%}.content-main-description{font-family:Inter,sans-serif;font-weight:400;font-size:16px;color:var(--black-txt);margin:0 0 24px;line-height:1.4}.content-block-item{margin-bottom:32px}.field-label-bold{display:flex;align-items:center;gap:8px;margin-bottom:16px;color:var(--black-txt);font-family:Inter,sans-serif;font-weight:700;font-size:14px}.info-note-box{background-color:var(--blue-light);border-radius:8px;padding:16px 20px;margin:24px 0 32px}.content-filters-main-section{margin-top:32px}.active .custom-radio-btn,.is-selected .custom-radio-btn{border-color:var(--blue)}.radio-dot-inner{width:10px;height:10px;border-radius:50%;background-color:transparent}.active .radio-dot-inner,.is-selected .radio-dot-inner{background-color:var(--blue)!important}.dynamic-sections-list{display:flex;flex-direction:column;gap:20px;margin-top:32px;padding-bottom:40px}.is-disabled{opacity:.5;pointer-events:none}.settings-sub-card{border:1px solid var(--grey-stroke-1);border-radius:12px;background-color:var(--white);overflow:visible}.sub-card-header{padding:20px 24px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.header-label-group{display:flex;align-items:center;gap:12px;flex:1}.sub-card-title{font-family:Inter,sans-serif;font-weight:700;font-size:20px;color:var(--black-txt);margin:0;white-space:nowrap}.sub-card-body{padding:0 24px 24px}.checkbox-with-label{display:flex;align-items:center;gap:12px}.checkbox-with-label label{cursor:pointer}.main-text-style,.main-text-style label{font-size:14px!important;font-weight:400!important;color:var(--black-txt)}.spacing-bottom{margin-bottom:24px}.indent-content{display:flex;flex-direction:column}.locked{opacity:.4;pointer-events:none}.inner-section-title{margin-bottom:12px;font-weight:700;font-size:14px;color:var(--black-txt);font-family:Inter,sans-serif}.inner-elements-stack{display:flex;flex-direction:column;gap:12px}.radio-row{display:flex;align-items:center;gap:12px;cursor:pointer}.sub-text-style{font-size:14px!important;font-weight:400!important;color:var(--black-txt)}.fixed-width-select{width:342px!important;height:41px!important;margin-top:4px}.fixed-width-select span{font-weight:400!important}.chevron-icon{transition:transform .3s}.missing-date-wrapper{margin-top:24px}.access-settings-wrapper{width:100%}.access-main-title{font-family:Inter,sans-serif;font-weight:700;font-size:20px;color:var(--black-txt);margin:0 0 12px}.access-main-description{font-family:Inter,sans-serif;font-weight:400;font-size:16px;color:var(--black-txt);margin:0 0 24px;line-height:1.4}.access-block-item{margin-bottom:32px}.field-label-bold{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:var(--black-txt);font-family:Inter,sans-serif;font-weight:700;font-size:14px}.filter-radio-stack{display:flex;flex-direction:column;gap:12px;width:100%}.filter-radio-card{border:1px solid var(--grey-stroke-1);border-radius:8px;padding:14px 16px;display:flex;align-items:center;gap:12px;cursor:pointer;background-color:var(--white);transition:border-color .2s;width:450px;height:60px;box-sizing:border-box}.filter-radio-card.active{border-color:var(--blue)}.custom-radio-btn{width:18px;height:18px;border:1px solid var(--grey-stroke-1);border-radius:50%;background:var(--white);display:flex;align-items:center;justify-content:center;flex-shrink:0}.active .custom-radio-btn{border-color:var(--blue)}.radio-dot-inner{width:10px;height:10px;border-radius:50%}.active .radio-dot-inner{background-color:var(--blue)!important}.horizontal-divider{width:100%;height:1px;background-color:var(--grey-stroke-1);margin:32px 0}.dynamic-access-sections.is-locked{opacity:.4;pointer-events:none}.sub-section-header-title{font-family:Inter,sans-serif;font-weight:700;font-size:20px;color:var(--black-txt);margin:0 0 24px}.custom-multiselect-container{position:relative;width:342px}.multiselect-trigger{width:100%;height:41px;border:1px solid var(--grey-stroke-1);border-radius:8px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;background:var(--white);box-sizing:border-box}.chevron-icon{transition:transform .3s ease}.chevron-icon.open{transform:rotate(180deg)}.multiselect-trigger span{font-size:14px;color:var(--black-txt)}.multiselect-trigger span.placeholder{color:var(--grey-txt-2)}.multiselect-dropdown{position:absolute;top:calc(100% + 4px);left:0;width:342px;height:400px;background:var(--white);border:1px solid var(--grey-stroke-1);border-radius:12px;box-shadow:0 8px 24px #0000001f;z-index:1000;display:flex;flex-direction:column;overflow:hidden}.dropdown-search-wrapper{padding:12px;position:relative;border-bottom:1px solid var(--grey-stroke-1)}.dropdown-search-input{width:100%;height:40px;border:1px solid var(--grey-stroke-1);border-radius:8px;padding:0 12px 0 36px;font-size:14px;outline:none;box-sizing:border-box}.search-icon-inside{position:absolute;left:24px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--grey-txt-2)}.dropdown-list-items{flex:1;overflow-y:auto;padding:8px 0;scrollbar-width:none;-ms-overflow-style:none}.dropdown-list-items::-webkit-scrollbar{display:none}.dropdown-item{padding:10px 16px;display:flex;align-items:center;gap:12px;cursor:pointer}.dropdown-item:hover{background-color:var(--grey-on-hover)}.selected-roles-container{display:flex;flex-direction:column;gap:16px;margin-top:24px}.chips-row{display:flex;align-items:center;gap:12px}.grey-label{font-size:14px;color:var(--black-txt);white-space:nowrap}.chips-list{display:flex;gap:8px;flex-wrap:wrap;flex:1}.role-chip{background-color:var(--grey-on-hover);border-radius:8px;padding:8px 12px;display:flex;align-items:center;gap:10px;height:36px;box-sizing:border-box}.role-chip span{font-size:14px;color:var(--black-txt)}.remove-chip-btn{background:none!important;border:none!important;padding:0!important;margin:0!important;display:flex;align-items:center;justify-content:center;cursor:pointer;width:12px;height:12px;box-shadow:none!important;color:var(--black-txt)}.remove-chip-btn svg{width:12px!important;height:12px!important}.clear-all-link{background:none;border:none;padding:0;color:var(--black-txt);font-size:14px;font-weight:600;text-decoration:underline;cursor:pointer;width:fit-content}.info-icon-inline{width:16px;height:16px;color:var(--grey-txt-2)}.tooltip-formatted-content p{margin-bottom:8px}.tooltip-list{padding-left:18px;margin:8px 0}.tooltip-list li{margin-bottom:6px;list-style-type:disc}[class*=SelectContent]{z-index:99999!important}.edit-report-page .form-section-card{background:var(--white);border:1px solid var(--grey-stroke-1);border-radius:12px;padding:20px 20px 24px;box-sizing:border-box;width:100%}.edit-report-page .form-card-title{margin-bottom:24px!important}.edit-report-page .form-group{margin-bottom:16px!important;display:flex;flex-direction:column;gap:8px!important;width:100%;box-sizing:border-box}.edit-report-page .form-group:last-of-type{margin-bottom:0!important}.edit-report-page .form-label{display:flex;align-items:center;gap:4px;color:var(--black-txt);font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:1}.edit-report-page .required-asterisk{color:var(--red);margin-left:2px}.edit-report-page .items-per-page-select{max-width:210px}.edit-report-page .checkbox-group-row{display:flex;align-items:center;justify-content:flex-start;gap:12px;margin-top:16px;width:fit-content}.edit-report-page .checkbox-group-row label{display:flex;align-items:center;gap:4px;cursor:pointer;color:var(--black-txt);margin:0;white-space:nowrap}.edit-report-page .info{width:16px;height:16px;color:var(--grey-txt-2);display:flex;align-items:center;justify-content:center;cursor:pointer}.impersonation-banner-user{background-color:#fef3c7;border-bottom:1px solid #f59e0b;color:#92400e;padding:8px 40px;width:100%;position:sticky;top:0;z-index:9999;display:flex;justify-content:center;align-items:center}.impersonation-content-user{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1440px}.impersonation-text-user{font-size:14px;font-weight:500;font-family:var(--subtitle1-font-family)}.impersonation-return-btn-user{background-color:#f59e0b;color:#fff;border:none;padding:6px 16px;border-radius:6px;font-weight:600;font-size:13px;cursor:pointer;transition:background-color .2s;font-family:var(--subtitle1-font-family)}.impersonation-return-btn-user:hover{background-color:#d97706}.impersonation-return-btn-user:disabled{background-color:#fcd34d;cursor:not-allowed}.avatar-wrapper-user{position:relative;display:flex}.avatar-impersonation-badge-user{position:absolute;bottom:-4px;left:50%;transform:translate(-50%);background-color:#f59e0b;color:#fff;font-size:8px;padding:1px 4px;border-radius:4px;text-transform:uppercase;font-weight:800;white-space:nowrap;border:1px solid white;line-height:1}.user-header.with-banner-user{border-top:none}.user-header{width:100%;box-sizing:border-box;background-color:transparent;z-index:100}.user-header-content{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;gap:20px}.user-header-logo-img{max-height:48px;width:auto;display:block;flex-shrink:0;margin-right:40px}.user-header-search-wrapper{flex:1;max-width:540px;margin-right:auto;display:flex;align-items:center}.user-header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.user-action-button{background:var(--purple-dark-1);border:none;cursor:pointer;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;transition:background-color .2s ease-in-out;padding:0}.user-action-button:hover{background-color:#ffffff1a}.user-action-button svg path{fill:var(--grey-txt-1);transition:fill .2s ease}.user-action-button:hover svg path{fill:var(--white)}.user-action-button.active{background-color:var(--white)}.user-action-button.active svg path{fill:var(--purple-dark-1)}.user-notification-badge{position:absolute;top:-4px;right:-4px;width:18px;height:18px;background-color:#e9dfff;color:var(--purple-dark-1);border-radius:10px;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;border:1px solid var(--purple-dark-1);box-sizing:border-box;z-index:2}.user-header-profile{position:relative;margin-left:20px;flex-shrink:0}.user-profile-trigger{display:flex;align-items:center;gap:12px;background:none;border:none;cursor:pointer;padding:0}.user-header-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;border:1px solid var(--purple-dark-1)}.user-header-info{display:flex;flex-direction:column;align-items:flex-start;text-align:left;white-space:nowrap}.user-header-name{font-family:inherit;font-weight:600;font-size:14px;color:var(--white);line-height:1;margin-bottom:4px}.user-header-role{font-family:inherit;font-weight:400;font-size:12px;color:var(--grey-txt-1)}.user-header-arrow{width:12px;height:12px;transition:transform .2s ease;margin-left:-4px;align-self:flex-start;margin-top:3px}.user-header-arrow.open{transform:rotate(180deg)}.user-header-arrow path{fill:var(--white);transition:fill .2s ease}.user-dropdown-menu{position:absolute;top:56px;right:0;background-color:var(--white);border-radius:8px;box-shadow:0 4px 12px #00000026;width:220px;z-index:1100;padding:8px;border:1px solid #e5e7eb}.user-dropdown-menu ul{list-style:none;margin:0;padding:0}.user-dropdown-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:6px;text-decoration:none;color:#374151;font-size:14px;transition:background-color .2s}.user-dropdown-item svg{width:18px;height:18px;color:#6b7280}.user-dropdown-item:hover{background-color:#f3f4f6}.user-dropdown-divider{height:1px;background-color:#e5e7eb;margin:6px 0}.user-search-bar{width:100%;max-width:540px;height:48px;background-color:var(--black-bg-2);border-radius:100px;display:flex;justify-content:space-between;align-items:center;padding:0 4px 0 20px;box-sizing:border-box}.user-search-input{flex-grow:1;background:transparent;border:none;outline:none;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:100%;color:var(--grey-txt-3)!important;padding:0!important;background:none;min-width:0}.user-search-input::placeholder{color:var(--grey-txt-3);opacity:1}.user-search-button{width:40px;height:40px;border-radius:50%;background-color:var(--purple-dark-1);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s;padding:0;flex-shrink:0}.user-search-button svg{width:16px;height:16px}.user-search-button svg path{fill:var(--grey-txt-1);transition:fill .2s ease}._sidebar_1l2re_1{width:70px;flex:1;height:auto;background:var(--black-bg-2);border-radius:16px;padding:19px 0;display:flex;flex-direction:column;align-items:center;gap:10px;box-sizing:border-box;flex-shrink:0;margin:8px 0 8px 8px;position:relative;z-index:9999;overflow:visible}._nav_1l2re_20{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}._navItemWrapper_1l2re_28{position:relative;display:flex;align-items:center;justify-content:center}._navItem_1l2re_28,._navItem2_1l2re_35{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:12px;transition:all .2s ease;background-color:transparent;color:var(--dm-grey-txt-1);border:1px solid transparent;text-decoration:none;position:relative;z-index:1}._navItem_1l2re_28 svg,._navItem2_1l2re_35 svg{width:20px;height:20px;transition:all .2s ease}._navItem_1l2re_28 svg path{fill:currentColor;transition:fill .2s ease}._navItem2_1l2re_35 svg path{fill:url(#sparklesGradient);transition:fill .2s ease}._navItem_1l2re_28:hover,._navItem2_1l2re_35:hover{background-color:var(--purple-dark-1);color:var(--white);border-radius:12px}._navItem_1l2re_28._active_1l2re_73,._navItem2_1l2re_35._active_1l2re_73{width:44px;height:44px;border-radius:8px;color:var(--white);border:1px solid transparent;background-image:linear-gradient(var(--purple-dark-1),var(--purple-dark-1)),linear-gradient(180deg,#cdc0ec,#cdc0ec4d);background-origin:border-box;background-clip:padding-box,border-box;box-shadow:none}._navItem_1l2re_28._active_1l2re_73 svg path,._navItem2_1l2re_35._active_1l2re_73 svg path{fill:var(--white)}._tooltip_1l2re_93{position:absolute;left:60px;top:50%;transform:translateY(-50%);background-color:#2e2d3d;color:var(--white);padding:8px 12px;border-radius:8px;font-size:14px;font-weight:500;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s;pointer-events:none;z-index:10000;box-shadow:0 4px 12px #00000080}._navItemWrapper_1l2re_28:hover ._tooltip_1l2re_93{opacity:1;visibility:visible}._adminLayoutContainer_16n9b_1{background-color:#22212f;width:100%;height:100vh;display:flex;flex-direction:column;overflow:hidden;position:relative}._contentWrapper_16n9b_11{display:flex;flex-direction:column;flex-grow:1;height:100%;position:relative;z-index:1;background:#22212f}._layoutBody_16n9b_21{display:flex;width:calc(100% - 8px);align-items:flex-start;min-height:0px;box-sizing:border-box;flex:1 1 0%;background-color:#0f1015;margin:0 4px 4px;border-radius:20px;overflow:hidden;position:relative}._blob_16n9b_35{width:397px;height:397px;position:absolute;background-color:#512da6;border-radius:50%;filter:blur(80px);opacity:.5;z-index:0;pointer-events:none}._blob1_16n9b_47{top:-100px;left:0}._blob2_16n9b_52{top:40%;right:-100px}._blob3_16n9b_57{bottom:-100px;left:20%}._sidebarWrapper_16n9b_62{position:relative;z-index:4;width:fit-content;height:100%;align-self:stretch;display:flex;flex-direction:column}._mainContentArea_16n9b_72{flex-grow:1;background-color:transparent;position:relative;min-width:0px;display:flex;flex-direction:row;height:100%;isolation:isolate;overflow:hidden}._pageContent_16n9b_84{flex-grow:1;width:100%;height:100%;padding:8px;display:flex;flex-direction:column;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}._pageContent_16n9b_84::-webkit-scrollbar{display:none}._launcherBtn_1dfxx_1{position:fixed;bottom:30px;right:30px;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,var(--purple-1) 0%,#5C29B8 100%);border:none;box-shadow:0 4px 20px #5c29b866;cursor:pointer;z-index:1000;display:flex;align-items:center;justify-content:center;transition:transform .2s cubic-bezier(.175,.885,.32,1.275)}._launcherBtn_1dfxx_1:hover{transform:scale(1.1)}._launcherIcon_1dfxx_23{width:30px;height:30px;fill:var(--white)}._widgetContainer_1dfxx_29{position:fixed;bottom:100px;right:30px;background-color:#27282d;border:1px solid var(--dm-grey-stroke-1);border-radius:16px;box-shadow:0 10px 40px #00000080;display:flex;flex-direction:column;z-index:1000;overflow:hidden;animation:_slideUp_1dfxx_1 .3s ease-out}._resizeHandle_1dfxx_44{position:absolute;top:0;left:0;width:24px;height:24px;cursor:nwse-resize;z-index:1010;display:flex;align-items:center;justify-content:center;color:var(--dm-grey-txt-1);opacity:.5;background:transparent;transition:opacity .2s,color .2s}._resizeHandle_1dfxx_44:hover{opacity:1;color:var(--white);background:#ffffff0d;border-bottom-right-radius:8px}@keyframes _slideUp_1dfxx_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._header_1dfxx_73{display:flex;justify-content:space-between;align-items:center;padding:16px 20px 16px 30px;background-color:#27282d;border-bottom:1px solid var(--dm-grey-stroke-1);position:relative;user-select:none}._headerLeft_1dfxx_84{display:flex;flex-direction:column;gap:4px}._headerControls_1dfxx_90{display:flex;gap:8px;align-items:center}._title_1dfxx_96{font-size:18px;font-weight:700;color:var(--white);margin:0}._providerSelector_1dfxx_103{position:relative}._providerToggle_1dfxx_107{background:transparent;border:none;color:var(--dm-grey-txt-1);font-size:12px;display:flex;align-items:center;gap:4px;cursor:pointer;padding:0}._providerToggle_1dfxx_107:hover{color:var(--white)}._providerDropdown_1dfxx_123{position:absolute;top:24px;left:0;background-color:#1f2026;border:1px solid var(--dm-grey-stroke-1);border-radius:8px;padding:4px;min-width:140px;z-index:10;box-shadow:0 4px 12px #0000004d}._providerOption_1dfxx_136{padding:8px 12px;font-size:13px;color:var(--dm-grey-txt-1);cursor:pointer;border-radius:4px}._providerOption_1dfxx_136:hover{background-color:#ffffff0d;color:var(--white)}._providerOption_1dfxx_136._active_1dfxx_149{background-color:#5c29b833;color:var(--purple-1)}._chevronIcon_1dfxx_154{opacity:.7}._iconBtn_1dfxx_159{width:32px;height:32px;border-radius:50%;background:transparent;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--dm-grey-txt-1);transition:background .2s}._iconBtn_1dfxx_159:hover:not(:disabled){background:#ffffff1a;color:var(--white)}._iconBtn_1dfxx_159:disabled{opacity:.5;cursor:default}._closeBtn_1dfxx_183{width:32px;height:32px;border-radius:50%;background:#ffffff1a;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;color:var(--white)}._closeBtn_1dfxx_183:hover{background:#fff3}._messagesArea_1dfxx_201{flex-grow:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px;background-color:#27282d}._messageBot_1dfxx_211{align-self:flex-start;max-width:85%;background-color:#1f2026;border:1px solid var(--dm-grey-stroke-1);padding:12px 16px;border-radius:12px 12px 12px 0;color:var(--dm-grey-txt-1);font-size:14px;line-height:1.5}._messageUser_1dfxx_223{align-self:flex-end;max-width:85%;background:linear-gradient(90deg,#5c29b8,#d2acff);padding:12px 16px;border-radius:12px 12px 0;color:var(--white);font-size:14px;line-height:1.5;font-weight:500}._inputArea_1dfxx_235{padding:20px;background-color:#27282d;border-top:1px solid var(--dm-grey-stroke-1);display:flex;gap:10px;align-items:center}._inputWrapper_1dfxx_244{flex-grow:1;position:relative;min-width:0}._input_1dfxx_235{width:100%;background-color:#1f2026;border:1px solid #3C3D42;border-radius:100px;padding:12px 16px;color:var(--white);font-size:14px;outline:none;transition:border-color .2s;box-sizing:border-box}._input_1dfxx_235:focus{border-color:var(--purple-1)}._attachBtn_1dfxx_267{width:42px;height:42px;border-radius:50%;background-color:transparent;border:1px solid #3C3D42;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0;color:var(--dm-grey-txt-1)}._attachBtn_1dfxx_267:hover:not(:disabled){background-color:#ffffff0d;color:var(--white)}._sendBtn_1dfxx_287{width:42px;height:42px;border-radius:50%;background-color:var(--purple-1);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}._sendBtn_1dfxx_287:disabled{background-color:#3c3d42;cursor:not-allowed;opacity:.7}._sendBtn_1dfxx_287:hover:not(:disabled){background-color:var(--purple-dark-1);transform:scale(1.05)}._uploadStatus_1dfxx_312{padding:8px 20px;font-size:12px;color:var(--purple-1);background-color:#27282d;border-top:1px solid var(--dm-grey-stroke-1)}._typingIndicator_1dfxx_320{display:flex;gap:4px;padding:4px 8px}._dot_1dfxx_326{width:6px;height:6px;background-color:var(--dm-grey-txt-1);border-radius:50%;animation:_bounce_1dfxx_1 1.4s infinite ease-in-out both}._dot_1dfxx_326:nth-child(1){animation-delay:-.32s}._dot_1dfxx_326:nth-child(2){animation-delay:-.16s}@keyframes _bounce_1dfxx_1{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@media(max-width:480px){._widgetContainer_1dfxx_29{width:100%!important;height:100%!important;bottom:0;right:0;border-radius:0;max-height:100vh}._resizeHandle_1dfxx_44{display:none}}._pageContainer_ixh4a_1{width:100%;display:flex;flex-direction:column;padding-bottom:8px}._contentContainer_ixh4a_8{display:flex;gap:10px;width:100%;align-items:flex-start}._leftColumn_ixh4a_15{flex:1;min-width:0;display:flex;flex-direction:column}._rightColumn_ixh4a_22{width:448px;min-width:448px;flex-shrink:0;display:flex;flex-direction:column}._footer_ixh4a_30{margin-top:8px;margin-bottom:8px;background-color:var(--black-bg-3);border-radius:16px;padding:26px 0;text-align:center;color:var(--dm-grey-txt-1);font-size:14px;font-weight:600}@media(max-width:1279px){._contentContainer_ixh4a_8{flex-direction:column}._leftColumn_ixh4a_15{width:100%;flex:auto}._rightColumn_ixh4a_22{width:100%;min-width:0}}._headerContainer_1sn6w_1{width:100%;background:var(--black-bg-3);border-radius:16px;overflow:hidden;position:relative;margin-bottom:20px}._coverImage_1sn6w_10{height:300px;position:relative;border-radius:16px;overflow:hidden;background-color:#14151a}._coverImg_1sn6w_18{width:100%;height:100%;object-fit:cover;display:block}._changeCoverBtn_1sn6w_25{position:absolute;top:20px;right:20px;background:#2e2d3dcc;backdrop-filter:blur(10px);border:none;border-radius:100px;padding:12px 20px;color:var(--white);font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .2s;z-index:2}._profileInfoWrapper_1sn6w_46{padding:0 20px 36px 50px;position:relative;display:flex;border-radius:16px;flex-direction:row;align-items:flex-start}._avatarWrapper_1sn6w_55{margin-top:-104px;width:152px;height:152px;border-radius:50%;padding:6px;background-color:var(--dm-grey-stroke-1);z-index:2;flex-shrink:0}._avatar_1sn6w_55{width:100%;height:100%;border-radius:50%;object-fit:cover}._detailsRow_1sn6w_73{display:flex;justify-content:space-between;align-items:flex-start;margin-top:20px;margin-left:20px;flex:1;flex-wrap:wrap;gap:20px}._textInfo_1sn6w_84{display:flex;flex-direction:column}._userName_1sn6w_89{font-size:24px;font-weight:700;color:var(--white);margin:0 0 8px}._userRole_1sn6w_96{font-size:16px;font-weight:400;color:var(--dm-grey-txt-1);margin:0 0 16px}._metaInfo_1sn6w_103{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--dm-grey-txt-1)}._flag_1sn6w_111{font-size:16px;display:flex;align-items:center}._location_1sn6w_117,._dot_1sn6w_121{color:var(--dm-grey-txt-1)}._contactLink_1sn6w_125{color:#b08cff;text-decoration:none;font-weight:600;cursor:pointer}._contactLink_1sn6w_125:hover{text-decoration:underline}._actions_1sn6w_136{display:flex;gap:8px}._editProfileBtn_1sn6w_141,._moreBtn_1sn6w_141{height:41px;margin-top:32px;border-radius:100px;border:none;background:var(--purple-dark-1);color:var(--white);padding:12px 20px;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s}._editProfileBtn_1sn6w_141:hover,._moreBtn_1sn6w_141:hover{background:#ffffff1a}._editProfileBtn_1sn6w_141 path,._moreBtn_1sn6w_141 path{fill:var(--white)}._btnIcon_1sn6w_167{width:16px;height:16px}._btnIcon_1sn6w_167 path{fill:var(--white)}._btnIconSmall_1sn6w_176{width:10px;height:10px;margin-left:12px}._modalOverlay_1sn6w_182{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0009;z-index:99999;display:flex;justify-content:center;align-items:center;backdrop-filter:blur(2px)}._modalWrapper_1sn6w_196{position:relative;width:560px}._closeBtn_1sn6w_201{position:absolute;top:0;right:-44px;width:32px;height:32px;border-radius:50%;background:#ffffff1a;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}._closeBtn_1sn6w_201:hover{background:#fff3}._modal_1sn6w_182{width:100%;background-color:var(--black-bg-4);border-radius:16px;box-shadow:0 10px 40px #00000080;display:flex;flex-direction:column;overflow:hidden}._modalHeader_1sn6w_231{padding:20px 30px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #3C3D42;margin-bottom:24px}._modalTitle_1sn6w_240{font-size:20px;font-weight:600;color:var(--white);margin:0}._modalBody_1sn6w_247{padding:0 30px 30px}._usernameRow_1sn6w_251{display:flex;align-items:center;gap:12px;margin-bottom:24px}._usernameLink_1sn6w_258{color:var(--purple-1);font-size:16px;font-weight:500;text-decoration:none}._divider_1sn6w_265{height:1px;background-color:#3c3d42;margin-bottom:24px;width:100%}._sectionTitle_1sn6w_272{font-size:16px;font-weight:600;color:var(--white);margin:0 0 20px}._infoGrid_1sn6w_279{display:grid;grid-template-columns:150px 1fr;gap:16.5px 25px;margin-bottom:24px}._infoLabel_1sn6w_286{display:flex;align-items:flex-start;gap:10px;color:var(--dm-grey-txt-1);font-size:16px}._infoValue_1sn6w_294{color:var(--white);font-size:16px}._infoIcon_1sn6w_299{width:20px;height:20px}._infoIcon_1sn6w_299 path{fill:var(--dm-grey-txt-1)}._statsFooter_1sn6w_308{display:flex;justify-content:flex-start;gap:30px}._statItem_1sn6w_314{display:flex;flex-direction:column;gap:4px}._statValue_1sn6w_320{font-size:18px;font-weight:600;color:var(--white)}._statLabel_1sn6w_326{font-size:14px;color:var(--dm-grey-txt-1)}._avatarPile_1sn6w_331{display:flex;margin-top:4px}._pileImg_1sn6w_336{width:28px;height:28px;border-radius:50%;border:2px solid #27282D;margin-right:-8px;object-fit:cover}._container_1cqoc_1{width:100%;background-color:var(--black-bg-3);border-radius:16px;padding:20px 30px;margin-bottom:10px;position:relative;box-sizing:border-box}._header_1cqoc_11{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:30px}._title_1cqoc_18{font-size:20px;font-weight:600;color:var(--white);margin:0;line-height:1}._editBtn_1cqoc_26{background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s;width:50px;height:50px}._editBtn_1cqoc_26:hover{background-color:#ffffff1a}._icon_1cqoc_44{width:24px;height:24px}._icon_1cqoc_44 path{fill:var(--white)}._content_1cqoc_53{font-size:16px;line-height:1.4;color:var(--dm-grey-txt-2);margin:0;font-weight:400}._modalOverlay_1cqoc_61{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0009;z-index:99999;display:flex;justify-content:center;align-items:center;backdrop-filter:blur(2px)}._modalWrapper_1cqoc_75{position:relative;width:690px}._closeBtn_1cqoc_80{position:absolute;top:0;right:-44px;width:32px;height:32px;border-radius:50%;background:#ffffff1a;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}._closeBtn_1cqoc_80:hover{background:#fff3}._modal_1cqoc_61{width:100%;background-color:var(--black-bg-4);border-radius:16px;box-shadow:0 10px 40px #00000080;display:flex;flex-direction:column;overflow:hidden}._modalHeader_1cqoc_110{padding:20px 30px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #3C3D42}._modalTitle_1cqoc_118{font-size:20px;font-weight:600;color:var(--white);margin:0}._modalBody_1cqoc_125{padding:30px}._textArea_1cqoc_129{width:100%;height:280px;background-color:#27282d;border:1px solid #3C3D42;border-radius:12px;padding:16px;color:#cccbd9;font-size:16px;line-height:1.4;resize:none;outline:none;font-family:inherit;font-weight:400;box-sizing:border-box}._textArea_1cqoc_129:focus{border-color:var(--purple-1)}._modalFooter_1cqoc_150{padding:0 30px 30px;display:flex;justify-content:flex-end;gap:12px}._cancelActionBtn_1cqoc_157{padding:10px 24px;border-radius:100px;background-color:#3c3d42;color:var(--white);font-family:Inter,sans-serif;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:background .2s}._cancelActionBtn_1cqoc_157:hover{background-color:#4c4d53}._saveActionBtn_1cqoc_174{padding:10px 24px;border-radius:100px;background-color:#b08cff;color:var(--white);font-family:Inter,sans-serif;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:background .2s}._saveActionBtn_1cqoc_174:hover{background-color:#9a7ce6}._container_ktncn_1{width:100%;background-color:var(--black-bg-3);border-radius:16px;padding:30px 30px 32px;margin-bottom:10px;position:relative;box-sizing:border-box}._title_ktncn_11{font-size:20px;font-weight:600;color:var(--white);margin:0 0 30px;display:flex;align-items:center;cursor:pointer;transition:opacity .2s}._title_ktncn_11:hover{opacity:.8}._count_ktncn_26{color:var(--dm-grey-txt-1);font-size:14px;font-weight:400;margin-left:8px}._badges_ktncn_33{display:flex;justify-content:space-between;gap:14px}._badgeItem_ktncn_39{display:flex;flex-direction:column;align-items:center;gap:16px;cursor:pointer}._badgeIcon_ktncn_47{width:88px;height:88px;display:block;object-fit:contain;transition:transform .2s ease}._badgeIcon_ktncn_47:hover{transform:scale(1.05)}._label_ktncn_59{font-size:14px;color:var(--white);font-weight:600;text-align:center}._modalOverlay_ktncn_66{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0009;z-index:99999;display:flex;justify-content:center;align-items:center;backdrop-filter:blur(2px)}._modalWrapper_ktncn_80{position:relative;width:700px;max-height:90vh}._closeBtn_ktncn_86{position:absolute;top:0;right:-44px;width:32px;height:32px;border-radius:50%;background:#ffffff1a;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}._closeBtn_ktncn_86:hover{background:#fff3}._modal_ktncn_66{width:100%;background-color:var(--black-bg-4);border-radius:16px;box-shadow:0 10px 40px #00000080;display:flex;flex-direction:column;overflow:hidden}._modalHeader_ktncn_116{padding:30px 30px 20px;flex-shrink:0;border-bottom:1px solid #3C3D42}._modalTitle_ktncn_122{font-size:20px;font-weight:600;color:var(--white);margin:0;display:flex;align-items:center}._modalContent_ktncn_131{padding:30px;overflow-y:auto;max-height:70vh;scrollbar-width:none;-ms-overflow-style:none}._modalContent_ktncn_131::-webkit-scrollbar{display:none}._modalGrid_ktncn_145{display:grid;grid-template-columns:repeat(4,1fr);gap:24px 0px;justify-items:center}._modalBadgeItem_ktncn_153{display:flex;flex-direction:column;align-items:center;gap:12px;cursor:pointer;transition:opacity .2s}._modalBadgeItem_ktncn_153:hover{opacity:.8}._modalBadgeIcon_ktncn_166{width:130px;height:130px;object-fit:contain}._backBtn_ktncn_174{background:transparent;border:none;color:var(--dm-grey-txt-1);font-size:14px;font-weight:400;cursor:pointer;display:flex;align-items:center;gap:8px;margin-bottom:5px;padding:0;font-family:Inter,sans-serif}._backBtn_ktncn_174:hover{color:var(--white)}._detailBody_ktncn_194{display:flex;flex-direction:column;gap:30px;padding-bottom:20px}._detailHeader_ktncn_201{display:flex;flex-direction:column;align-items:center;gap:16px;border-bottom:1px solid #3C3D42;padding-bottom:30px;margin-bottom:-10px}._detailIcon_ktncn_211{width:120px;height:120px;object-fit:contain}._detailName_ktncn_217{font-size:16px;font-weight:600;color:var(--white)}._detailRow_ktncn_224{display:grid;grid-template-columns:180px 1fr;gap:20px;align-items:flex-start}._detailLabel_ktncn_231{font-size:16px;font-weight:600;color:var(--white)}._detailValue_ktncn_237{font-size:14px;color:var(--dm-grey-txt-1);line-height:1.5}._detailList_ktncn_243{margin:0;padding-left:20px;list-style-type:disc}._detailList_ktncn_243 li{margin-bottom:4px}._container_1jqal_1{width:100%;background-color:var(--black-bg-3);border-radius:16px;padding:30px 30px 32px;margin-bottom:10px;position:relative;box-sizing:border-box}._title_1jqal_11{font-size:20px;font-weight:600;color:var(--white);margin:0 0 30px}._grid_1jqal_18{display:grid;grid-template-columns:1fr 1fr;gap:40px}._statItem_1jqal_24{display:flex;align-items:center;gap:8px}._iconWrapper_1jqal_30{width:50px;height:50px;border-radius:50%;background-color:var(--purple-dark-1);display:flex;align-items:center;justify-content:center;flex-shrink:0}._textWrapper_1jqal_41{display:flex;flex-direction:column;gap:4px}._statValue_1jqal_47{font-size:20px;font-weight:600;color:var(--white)}._statLabel_1jqal_53{font-size:14px;color:var(--dm-grey-txt-1);font-weight:400}._container_1r1pm_1{width:100%;background-color:var(--black-bg-3);border-radius:16px;padding:30px 30px 32px;margin-bottom:10px;position:relative;box-sizing:border-box}._title_1r1pm_11{font-size:20px;font-weight:600;color:var(--white);margin:0 0 30px}._toggles_1r1pm_18{display:flex;gap:8px;margin-bottom:12px}._toggle_1r1pm_18{background:transparent;border:1px solid var(--dm-grey-stroke-1);color:var(--white);padding:8px 12px;border-radius:100px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}._toggle_1r1pm_18:hover{background-color:#ffffff0d}._toggle_1r1pm_18._active_1r1pm_41{background:var(--purple-dark-1);border-color:var(--purple-dark-1)}._tracker_1r1pm_46{background:#1e1f24;border:1px solid var(--dm-grey-stroke-1);border-radius:16px;padding:16px 44px;display:flex;justify-content:space-between;margin-bottom:20px}._day_1r1pm_56{display:flex;flex-direction:column;align-items:center;gap:10px}._check_1r1pm_63{width:24px;height:24px;border-radius:50%;background:var(--purple-dark-1);display:flex;align-items:center;justify-content:center;color:transparent;transition:all .2s}._check_1r1pm_63._done_1r1pm_75{background:var(--purple-1)}._check_1r1pm_63._half_1r1pm_79{background:linear-gradient(to top,var(--purple-1) 50%,var(--purple-dark-1) 50%)}._checkIcon_1r1pm_83 path{stroke:var(--white);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}._dayLabel_1r1pm_90{font-size:14px;color:var(--dm-grey-txt-1);font-weight:400}._statsRow_1r1pm_96{display:flex;align-items:center}._divider_1r1pm_101{width:1px;height:30px;background-color:var(--dm-grey-stroke-1);margin:0 24px 0 37px}._stat_1r1pm_96{display:flex;align-items:center;gap:12px}._iconWrapper_1r1pm_114{width:50px;height:50px;border-radius:50%;background-color:#1e1f24;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:24px;line-height:1}._statText_1r1pm_127{display:flex;flex-direction:column;gap:4px}._statVal_1r1pm_133{color:var(--white);font-weight:600;font-size:14px}._statLbl_1r1pm_139{color:var(--dm-grey-txt-1);font-size:14px;font-weight:400}._container_1ami8_3{width:100%;background-color:var(--black-bg-3);border-radius:16px;padding:30px 30px 32px;margin-bottom:10px;position:relative;box-sizing:border-box}._title_1ami8_13{font-size:20px;font-weight:600;color:var(--white);margin:0 0 30px;display:flex;align-items:center;cursor:pointer;transition:opacity .2s}._title_1ami8_13:hover{opacity:.8}._count_1ami8_28{color:var(--dm-grey-txt-1);font-size:14px;font-weight:400;margin-left:8px}._grid_1ami8_35{display:grid;grid-template-columns:repeat(4,1fr);gap:20px 16px}._user_1ami8_41{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;min-width:0}._avatar_1ami8_50{width:64px;height:64px;border-radius:50%;object-fit:cover}._name_1ami8_57{font-size:14px;font-weight:400;color:var(--white);width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._modalOverlay_1ami8_69{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0009;z-index:99999;display:flex;justify-content:center;align-items:center;backdrop-filter:blur(2px);padding:20px}._modalWrapper_1ami8_84{position:relative;width:660px;height:620px;max-height:90vh}._closeBtn_1ami8_91{position:absolute;top:0;right:-44px;width:32px;height:32px;border-radius:50%;background:#ffffff1a;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}._closeBtn_1ami8_91:hover{background:#fff3}._modal_1ami8_69{width:100%;height:100%;background-color:var(--black-bg-4);border-radius:16px;box-shadow:0 10px 40px #00000080;display:flex;flex-direction:column;overflow:hidden}._modalHeader_1ami8_122{padding:20px 30px 30px;flex-shrink:0}._modalTitle_1ami8_127{font-size:20px;font-weight:600;color:var(--white);margin:0 0 15px;display:flex;align-items:center}._modalSeparator_1ami8_136{width:calc(100% + 60px);height:1px;background-color:var(--dm-grey-stroke-2);margin-left:-30px;margin-bottom:20px}._tabs_1ami8_144{display:flex;gap:8px;margin-bottom:15px}._tab_1ami8_144{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:100px;background-color:transparent;border:none;cursor:pointer;transition:all .2s;font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:var(--dm-grey-txt-1)}._tab_1ami8_144:hover{color:var(--white);background-color:#ffffff0d}._tab_1ami8_144._active_1ami8_171{background-color:#3c3d42;color:var(--white)}._tabCount_1ami8_176{color:#9a99a7;font-weight:400;font-family:Inter,sans-serif}._searchRow_1ami8_182{display:flex;gap:12px}._searchWrapper_1ami8_187{flex-grow:1;position:relative}._searchInput_1ami8_192{width:100%;height:44px;background-color:#27282d;border:1px solid #3C3D42;border-radius:100px;padding:0 12px 0 44px;color:var(--white);font-family:Inter,sans-serif;font-size:14px;outline:none;box-sizing:border-box}._searchInput_1ami8_192::placeholder{color:#807f8f;font-weight:400}._searchIcon_1ami8_211{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:16px;height:16px}._controlBtn_1ami8_220{width:42px;height:42px;border-radius:50%;background-color:var(--dm-grey-bg-2);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}._controlBtn_1ami8_220:hover{background-color:#ffffff0d}._modalContent_1ami8_237{flex-grow:1;overflow-y:auto;padding:0 30px 20px;display:flex;flex-direction:column;gap:30px}._modalContent_1ami8_237::-webkit-scrollbar{width:4px}._modalContent_1ami8_237::-webkit-scrollbar-thumb{background:var(--dm-grey-stroke-1);border-radius:4px}._userItem_1ami8_255{display:flex;flex-direction:column;gap:1px}._userInfoWrapper_1ami8_261{display:flex;align-items:center;gap:16px;width:100%}._userAvatar_1ami8_268{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}._userInfo_1ami8_261{display:flex;flex-direction:column;gap:6px}._userName_1ami8_282{margin-top:-15px;font-size:16px;font-weight:600;color:var(--white)}._userRole_1ami8_289{font-size:14px;color:var(--dm-grey-txt-1);font-weight:400}._userActions_1ami8_295{display:flex;gap:12px;margin-left:72px;width:fit-content}._messageBtn_1ami8_302,._followBackBtn_1ami8_302{padding:8px 20px;border-radius:100px;background-color:var(--purple-1);color:var(--white);font-family:Inter,sans-serif;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:background .2s}._followingBtn_1ami8_315{padding:8px 20px;border-radius:100px;background-color:var(--dm-grey-bg-2);border:1px solid var(--dm-grey-stroke-2);color:var(--dm-grey-txt-1);font-family:Inter,sans-serif;font-size:13px;font-weight:600;cursor:pointer}._container_1pp65_3{width:100%;background-color:var(--black-bg-3);border-radius:16px;padding:30px 30px 32px;margin-bottom:10px;position:relative;box-sizing:border-box}._title_1pp65_13{font-size:20px;font-weight:600;color:var(--white);margin:0 0 24px;display:flex;align-items:center;cursor:pointer;transition:opacity .2s}._title_1pp65_13:hover{opacity:.8}._count_1pp65_28{color:var(--dm-grey-txt-1);font-size:14px;font-weight:400;margin-left:8px}._list_1pp65_35{display:flex;flex-direction:column;gap:16px}._item_1pp65_41{display:flex;gap:16px;align-items:flex-start}._avatar_1pp65_47{width:64px;height:64px;border-radius:50%;object-fit:cover;flex-shrink:0}._info_1pp65_55{display:flex;flex-direction:column;gap:8px;padding-top:10px}._name_1pp65_62{font-size:16px;font-weight:600;color:var(--white)}._text_1pp65_68{font-size:14px;color:var(--dm-grey-txt-1);font-weight:400}._highlight_1pp65_74{color:var(--white);font-weight:600}._modalOverlay_1pp65_81{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0009;z-index:99999;display:flex;justify-content:center;align-items:center;backdrop-filter:blur(2px);padding:20px}._modalWrapper_1pp65_96{position:relative;width:660px;height:620px;max-height:90vh}._closeBtn_1pp65_103{position:absolute;top:0;right:-44px;width:32px;height:32px;border-radius:50%;background:#ffffff1a;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}._closeBtn_1pp65_103:hover{background:#fff3}._modal_1pp65_81{width:100%;height:100%;background-color:var(--black-bg-4);border-radius:16px;box-shadow:0 10px 40px #00000080;display:flex;flex-direction:column;overflow:hidden}._modalHeader_1pp65_134{padding:20px 30px 15px;flex-shrink:0;border-bottom:1px solid #3C3D42}._modalTitle_1pp65_140{font-size:20px;font-weight:600;color:var(--white);margin:0;display:flex;align-items:center}._controlsRow_1pp65_149{display:flex;gap:12px;width:100%;padding:15px 30px;box-sizing:border-box}._searchWrapper_1pp65_157{flex-grow:1;position:relative}._searchInput_1pp65_162{width:100%;background-color:#27282d;border:1px solid #3C3D42;border-radius:100px;padding:12px 14px 12px 44px;color:var(--white);font-family:Inter,sans-serif;font-size:14px;outline:none;box-sizing:border-box}._searchInput_1pp65_162::placeholder{color:#807f8f}._searchIcon_1pp65_179{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:16px;height:16px}._controlBtn_1pp65_188{width:44px;height:44px;border-radius:50%;background-color:var(--dm-grey-bg-2);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}._controlBtn_1pp65_188:hover{background-color:#ffffff0d}._modalContent_1pp65_205{flex-grow:1;overflow-y:auto;padding:0 30px 20px;display:flex;flex-direction:column;gap:20px}._modalContent_1pp65_205::-webkit-scrollbar{width:4px}._modalContent_1pp65_205::-webkit-scrollbar-track{background:transparent}._modalContent_1pp65_205::-webkit-scrollbar-thumb{background:var(--dm-grey-stroke-1);border-radius:4px}._modalItem_1pp65_227{display:flex;gap:16px;align-items:flex-start;padding-bottom:10px}._modalAvatar_1pp65_234{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}._modalInfo_1pp65_242{display:flex;flex-direction:column;gap:4px;padding-top:2px}._modalName_1pp65_249{font-size:15px;font-weight:600;color:var(--white)}._modalText_1pp65_255{font-size:13px;color:var(--dm-grey-txt-1);line-height:1.4}._modalDate_1pp65_261{font-size:12px;color:var(--dm-grey-txt-1);opacity:.8}._container_22j6u_1{width:100%;background-color:var(--black-bg-3);border-radius:16px;padding:30px 30px 32px;margin-bottom:10px;position:relative;box-sizing:border-box}._title_22j6u_11{font-size:20px;font-weight:600;color:var(--white);margin:0 0 24px;display:flex;align-items:center;cursor:pointer;transition:opacity .2s}._title_22j6u_11:hover{opacity:.8}._count_22j6u_26{color:var(--dm-grey-txt-1);font-size:14px;font-weight:400;margin-left:8px}._list_22j6u_33{display:flex;flex-direction:column;gap:16px}._item_22j6u_39{display:flex;gap:16px;align-items:center}._avatar_22j6u_45{width:64px;height:64px;border-radius:50%;object-fit:cover;flex-shrink:0}._info_22j6u_53{display:flex;flex-direction:column;gap:8px;overflow:hidden}._name_22j6u_60{font-size:16px;font-weight:600;color:var(--white);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._text_22j6u_69{font-size:14px;color:var(--dm-grey-txt-1);font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._modalOverlay_22j6u_78{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0009;z-index:99999;display:flex;justify-content:center;align-items:center;backdrop-filter:blur(2px)}._modalWrapper_22j6u_92{position:relative;width:660px}._closeBtn_22j6u_97{position:absolute;top:0;right:-44px;width:32px;height:32px;border-radius:50%;background:#ffffff1a;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}._closeBtn_22j6u_97:hover{background:#fff3}._modal_22j6u_78{width:100%;height:100%;background-color:var(--black-bg-4);border-radius:16px;box-shadow:0 10px 40px #00000080;display:flex;flex-direction:column;overflow:hidden}._modalHeader_22j6u_128{padding:30px 30px 20px;flex-shrink:0;border-bottom:1px solid #3C3D42}._modalTitle_22j6u_134{font-size:20px;font-weight:600;color:var(--white);margin:0;display:flex;align-items:center}._searchWrapper_22j6u_143{margin:20px 30px 0;position:relative;flex-shrink:0}._searchInput_22j6u_149{width:100%;background-color:#27282d;border:1px solid #3C3D42;border-radius:100px;padding:12px 12px 12px 44px;color:var(--white);font-family:Inter,sans-serif;font-size:14px;outline:none;box-sizing:border-box}._searchIcon_22j6u_162{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:16px;height:16px}._modalContent_22j6u_171{flex-grow:1;overflow-y:auto;padding:20px 30px 30px}._modalContent_22j6u_171::-webkit-scrollbar{width:4px}._modalContent_22j6u_171::-webkit-scrollbar-track{background:transparent}._modalContent_22j6u_171::-webkit-scrollbar-thumb{background:var(--dm-grey-stroke-1);border-radius:4px}._modalGrid_22j6u_190{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}._modalItem_22j6u_196{display:flex;flex-direction:column;gap:12px}._modalItemHeader_22j6u_202{display:flex;align-items:center;gap:16px}._modalAvatar_22j6u_208{width:64px;height:64px;border-radius:50%;object-fit:cover;flex-shrink:0;align-self:flex-start}._modalInfo_22j6u_217{display:flex;flex-direction:column;gap:8px}._modalName_22j6u_223{font-size:16px;font-weight:600;color:var(--white)}._modalDesc_22j6u_229{font-size:14px;margin-bottom:4px;color:var(--dm-grey-txt-1);font-weight:400;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}._modalFollowers_22j6u_240{font-size:14px;color:var(--dm-grey-txt-1);font-weight:400}._leaveBtn_22j6u_246{width:97px;padding:9px 0;border-radius:100px;background-color:#313237;border:1px solid #3C3D42;color:var(--dm-grey-txt-1);font-family:Inter,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s;margin-left:80px}._leaveBtn_22j6u_246:hover{background-color:#3c3d42}._container_1ypuz_1{width:100%;background-color:var(--black-bg-3);border-radius:16px;padding:20px 30px 32px;margin-bottom:10px;box-sizing:border-box;position:relative;z-index:3}._header_1ypuz_12{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:30px}._title_1ypuz_19{font-size:20px;font-weight:600;color:var(--white);margin:0;line-height:1}._editBtn_1ypuz_27{width:50px;height:50px;background-color:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s;padding:0}._editBtn_1ypuz_27:hover{background-color:#ffffff1a}._editBtn_1ypuz_27 svg{width:24px;height:24px}._editBtn_1ypuz_27 svg path{fill:var(--white)}._chipContainer_1ypuz_54{display:flex;flex-wrap:wrap;gap:10px}._chip_1ypuz_54{padding:12px 16px;background-color:var(--purple-dark-1);border-radius:100px;color:var(--white);font-size:14px;font-weight:600;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center}._modalOverlay_1ypuz_73{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0009;z-index:99999;display:flex;justify-content:center;align-items:center;backdrop-filter:blur(2px)}._modalWrapper_1ypuz_87{position:relative;width:700px}._closeBtn_1ypuz_92{position:absolute;top:0;right:-44px;width:32px;height:32px;border-radius:50%;background:#ffffff1a;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}._closeBtn_1ypuz_92:hover{background:#fff3}._modal_1ypuz_73{width:100%;min-height:450px;background-color:var(--black-bg-4);border-radius:16px;box-shadow:0 10px 40px #00000080;display:flex;flex-direction:column;overflow:hidden}._modalHeader_1ypuz_123{padding:30px 30px 20px;border-bottom:1px solid #3C3D42;margin-bottom:20px}._modalTitle_1ypuz_129{font-size:20px;font-weight:600;color:var(--white);margin:0}._searchContainer_1ypuz_136{margin:0 30px 20px;position:relative}._searchInput_1ypuz_141{width:100%;background-color:var(--black-bg-4);border:1px solid var(--dm-grey-stroke-2);border-radius:100px;padding:14px 14px 14px 44px;color:var(--white);font-family:Inter,sans-serif;font-size:14px;outline:none;box-sizing:border-box}._searchIcon_1ypuz_154{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:16px;height:16px}._modalBody_1ypuz_163{padding:0 30px 72px;display:flex;flex-wrap:wrap;gap:10px;max-height:400px;overflow-y:auto;flex-grow:1}._editChip_1ypuz_173{padding:12px 16px;background-color:var(--dm-grey-bg-1);border-radius:100px;color:var(--white);font-size:14px;font-weight:500;display:inline-flex;align-items:center;gap:8px;cursor:pointer}._removeIcon_1ypuz_186{width:16px;height:16px;cursor:pointer;opacity:.7;transition:opacity .2s}._removeIcon_1ypuz_186:hover{opacity:1}._modalFooter_1ypuz_198{padding:0 30px 30px;display:flex;justify-content:flex-end;gap:12px}._cancelActionBtn_1ypuz_205{padding:10px 24px;border-radius:100px;background-color:#3c3d42;color:var(--white);font-size:14px;font-weight:600;border:none;cursor:pointer;transition:background .2s;font-family:Inter,sans-serif}._cancelActionBtn_1ypuz_205:hover{background-color:#4c4d53}._saveActionBtn_1ypuz_224{padding:10px 24px;border-radius:100px;background-color:#b08cff;color:var(--white);font-size:14px;font-weight:600;border:none;cursor:pointer;transition:background .2s;font-family:Inter,sans-serif}._saveActionBtn_1ypuz_224:hover{background-color:#9a7ce6}@media(max-width:1279px){._container_1ypuz_1{padding:20px 20px 24px}}._container_12jkw_3{width:100%;background-color:var(--black-bg-3);border-radius:16px;padding:20px 30px 32px;position:relative;box-sizing:border-box}._header_12jkw_12{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:30px}._title_12jkw_19{font-size:20px;font-weight:700;color:var(--white);margin:0;line-height:1}._controls_12jkw_27{display:flex;gap:4px;align-items:flex-end}._controlBtn_12jkw_33{width:50px;height:50px;background-color:var(--dm-grey-bg-2);border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s;flex-shrink:0}._controlBtn_12jkw_33:hover{background-color:#1e1f24}._controlBtn_12jkw_33 svg path{fill:var(--white)}._tabs_12jkw_56{display:flex;gap:8px;margin-bottom:20px}._tab_12jkw_56{padding:12px 20px;border-radius:100px;background-color:var(--black-bg-3);border:1px solid var(--dm-grey-stroke-1);color:var(--white);font-family:Inter,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}._tab_12jkw_56:hover{background-color:#ffffff0d}._tab_12jkw_56._active_12jkw_79{background-color:var(--purple-dark-1);border-color:var(--purple-dark-1)}._grid_12jkw_84{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:20px}._card_12jkw_91{background-color:var(--black-bg-2);border:2px solid var(--dm-grey-stroke-1);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;position:relative;transition:all .3s ease}._card_12jkw_91:hover{box-shadow:0 0 20px 10px #b08cff66;border-color:transparent;background-image:linear-gradient(var(--black-bg-2),var(--black-bg-2)),linear-gradient(135deg,#CDC0EC 0%,rgba(205,192,236,.1) 20%,transparent 100%),linear-gradient(315deg,#CDC0EC 0%,rgba(205,192,236,.1) 20%,transparent 100%);background-origin:border-box;background-clip:padding-box,border-box,border-box}._cardImageWrapper_12jkw_113{height:160px;padding:10px;position:relative}._cardImageWrapper_12jkw_113:after{content:"";position:absolute;top:10px;left:10px;width:calc(100% - 20px);height:calc(100% - 20px);background:#0006;border-radius:10px;pointer-events:none;z-index:1}._cardImg_12jkw_132{width:100%;height:100%;object-fit:cover;border-radius:10px;display:block}._respectBadge_12jkw_140{position:absolute;top:22px;left:22px;background:#2e2d3dcc;color:var(--dm-grey-txt-1);padding:8px 16px;border-radius:100px;font-size:14px;font-weight:400;z-index:2}._badge_12jkw_153{position:absolute;bottom:20px;left:50%;transform:translate(-50%,-50%);background:var(--purple-1);color:var(--white);padding:11.5px 20px;border-radius:100px;font-size:14px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:8px;z-index:2;white-space:nowrap}._badgeIcon_12jkw_172{width:20px;height:20px;display:flex;flex-shrink:0}._progressWrapper_12jkw_179{position:absolute;bottom:30px;left:0;width:100%;padding:0 48px;box-sizing:border-box;z-index:2;display:flex;flex-direction:column;align-items:flex-start}._progressBarContainer_12jkw_192{width:100%;height:8px;background:#fff3;border-radius:100px;margin-bottom:8px;overflow:hidden}._progressBarFill_12jkw_201{height:100%;background:linear-gradient(90deg,#5c29b8,#d2acff);border-radius:2px}._progressText_12jkw_207{color:var(--white);font-size:14px;font-weight:500}._cardContent_12jkw_213{padding:20px 15px 16px;display:flex;flex-direction:column;flex-grow:1}._courseType_12jkw_220{font-size:12px;font-weight:400;text-transform:uppercase;color:var(--dm-grey-txt-1);margin-bottom:12px}._courseTitle_12jkw_228{font-size:16px;font-weight:600;color:var(--white);margin:0 0 8px;line-height:1.4}._author_12jkw_236{font-size:14px;font-weight:400;color:var(--purple-1);margin-bottom:20px}._cardFooter_12jkw_243{margin-top:auto;display:flex;align-items:center;justify-content:flex-start;border-top:1px solid var(--dm-grey-stroke-1);padding-top:16px;padding-left:15px;padding-right:15px;margin-left:-15px;margin-right:-15px;gap:20px}._footerItem_12jkw_257{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:400;color:var(--dm-grey-txt-1)}._footerItem_12jkw_257:last-child{margin-left:auto}._footerIcon_12jkw_270,._footerStar_12jkw_270{width:16px;height:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._footerIcon_12jkw_270 svg,._footerStar_12jkw_270 svg{width:100%;height:100%}._viewAllBtn_12jkw_284{width:100%;padding:14px;background:var(--black-bg-2);border:1px solid var(--dm-grey-stroke-1);border-radius:100px;color:var(--dm-grey-txt-1);font-family:Inter,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}._viewAllBtn_12jkw_284:hover{background-color:#ffffff0d;color:var(--white);border-color:transparent}._certImageWrapper_12jkw_304{height:160px;padding:10px 10px 0;display:flex;align-items:center;justify-content:center;position:relative}._certImg_12jkw_313{width:100%;height:100%;object-fit:contain;background:var(--white);border-radius:10px}._certActions_12jkw_321{position:absolute;top:22px;right:22px;display:flex;gap:4px;z-index:5;opacity:0;pointer-events:none;transition:opacity .3s ease}._card_12jkw_91:hover ._certActions_12jkw_321{opacity:1;pointer-events:auto}._actionBtn_12jkw_338{width:40px;height:40px;border-radius:50%;background:#2e2d3de6;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}._certContent_12jkw_350{padding:20px 15px 53px;display:flex;flex-direction:column}._certTitle_12jkw_356{font-size:16px;font-weight:600;color:var(--white);margin:0 0 8px}._certIssuer_12jkw_363{font-size:14px;color:var(--purple-1);margin-bottom:16px}._certDate_12jkw_369{font-size:14px;color:var(--dm-grey-txt-1)}._certDateValue_12jkw_374{color:var(--white)}._modalOverlay_12jkw_378{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0009;z-index:99999;display:flex;justify-content:center;align-items:center;backdrop-filter:blur(2px)}._modalWrapper_12jkw_392{position:relative;width:900px;height:85vh}._closeBtn_12jkw_398{position:absolute;top:0;right:-44px;width:32px;height:32px;border-radius:50%;background:#ffffff1a;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}._modal_12jkw_378{width:100%;height:100%;background-color:var(--black-bg-4);border-radius:16px;display:flex;flex-direction:column;overflow:hidden}._modalHeader_12jkw_423{padding:20px 0 30px}._modalTitle_12jkw_427{font-size:20px;font-weight:600;color:var(--white);margin-bottom:20px;margin-top:0;display:flex;align-items:center;padding:0 0 0 30px}._count_12jkw_438{color:var(--dm-grey-txt-1);font-size:14px;margin-left:8px}._modalSeparator_12jkw_444{width:100%;height:1px;background-color:var(--dm-grey-stroke-2);margin-bottom:24px}._controlsRow_12jkw_451{display:flex;gap:12px;align-items:center;width:100%;padding:0 30px;box-sizing:border-box}._searchWrapper_12jkw_460{flex-grow:1;position:relative}._searchInput_12jkw_465{width:100%;height:48px;background-color:#27282d;border:1px solid #3C3D42;border-radius:100px;padding:0 12px 0 44px;color:var(--white);font-size:14px;outline:none;box-sizing:border-box}._searchInput_12jkw_465::placeholder{color:#807f8f;font-family:Inter,sans-serif;font-weight:400}._searchIcon_12jkw_484{position:absolute;left:16px;top:50%;transform:translateY(-50%)}._modalContent_12jkw_491{flex-grow:1;overflow-y:auto;padding:0 30px 30px}._modalGrid_12jkw_497{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}._modalContent_12jkw_491::-webkit-scrollbar{width:4px}._modalContent_12jkw_491::-webkit-scrollbar-thumb{background:var(--dm-grey-stroke-1);border-radius:4px}@media(max-width:1024px){._grid_12jkw_84,._modalGrid_12jkw_497{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._grid_12jkw_84,._modalGrid_12jkw_497{grid-template-columns:1fr}}._container_1lcgo_3{width:100%;background-color:var(--black-bg-3);border-radius:16px;padding:30px 30px 32px;margin-bottom:10px;box-sizing:border-box}._headerTitle_1lcgo_12{font-size:20px;font-weight:600;color:var(--white);margin:0 0 30px}._count_1lcgo_19{color:var(--dm-grey-txt-1);font-size:14px;font-weight:400;margin-left:8px}._skillCard_1lcgo_26{border:1px solid var(--dm-grey-stroke-1);border-radius:16px;padding:20px 20px 24px;margin-bottom:10px;background-color:transparent}._skillTitle_1lcgo_34{font-size:18px;font-weight:600;color:var(--white);margin:0 0 20px}._progressContainer_1lcgo_41{display:flex;gap:8px;margin-bottom:12px}._progressSegment_1lcgo_47{height:8px;max-width:80px;flex:1;border-radius:50px;background-color:#313237}._progressSegment_1lcgo_47._filled_1lcgo_55{background-color:var(--purple-1)}._skillFooter_1lcgo_59{display:flex;flex-direction:column;align-items:flex-start;gap:24px}._level_1lcgo_66{font-size:14px;font-weight:400;color:var(--white)}._endorsement_1lcgo_72{font-size:14px;font-weight:400;color:var(--dm-grey-txt-1);display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s}._endorsement_1lcgo_72:hover{text-decoration:underline}._viewAllBtn_1lcgo_87{width:100%;padding:14px;background:var(--black-bg-2);border:1px solid var(--dm-grey-stroke-1);border-radius:100px;color:var(--dm-grey-txt-1);font-family:Inter,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}._viewAllBtn_1lcgo_87:hover{background:#ffffff0d;color:var(--white)}._modalOverlay_1lcgo_108{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0009;z-index:99999;display:flex;justify-content:center;align-items:center;backdrop-filter:blur(2px);padding:20px}._modalWrapper_1lcgo_123{position:relative;width:660px;height:620px;max-height:90vh}._closeBtn_1lcgo_130{position:absolute;top:0;right:-44px;width:32px;height:32px;border-radius:50%;background:#ffffff1a;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}._closeBtn_1lcgo_130:hover{background:#fff3}._modal_1lcgo_108{width:100%;height:100%;background-color:var(--black-bg-4);border-radius:16px;box-shadow:0 10px 40px #00000080;display:flex;flex-direction:column;overflow:hidden}._modalHeader_1lcgo_163{padding:20px 30px 15px;border-bottom:1px solid var(--dm-grey-stroke-2);margin-bottom:15px;flex-shrink:0}._modalTitle_1lcgo_170{font-size:20px;font-weight:600;color:var(--white);margin:0}._controlsRow_1lcgo_177{display:flex;gap:12px;margin:0 30px 15px}._searchWrapper_1lcgo_183{flex-grow:1;position:relative}._searchInput_1lcgo_188{width:100%;background-color:#27282d;border:1px solid #3C3D42;border-radius:100px;padding:12px 14px 12px 44px;color:var(--white);font-family:Inter,sans-serif;font-size:14px;outline:none;box-sizing:border-box}._searchIcon_1lcgo_201{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:20px;height:20px}._controlBtn_1lcgo_210{width:44px;height:44px;border-radius:50%;background-color:var(--dm-grey-bg-2);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}._controlBtn_1lcgo_210:hover{background-color:#ffffff0d}._modalContent_1lcgo_227{flex-grow:1;overflow-y:auto;padding:0 30px 20px;display:flex;flex-direction:column;gap:10px}._modalContent_1lcgo_227::-webkit-scrollbar{width:4px}._modalContent_1lcgo_227::-webkit-scrollbar-track{background:transparent}._modalContent_1lcgo_227::-webkit-scrollbar-thumb{background:var(--dm-grey-stroke-1);border-radius:4px}._modalSkillCard_1lcgo_249{border:1px solid #3C3D42;border-radius:16px;padding:16px 20px;background-color:transparent}._endorsementTitleRow_1lcgo_258{padding:20px 30px 15px;border-bottom:1px solid #3C3D42}._endorsementTabs_1lcgo_263{display:flex;gap:12px;padding:15px 30px 0}._endorsementTab_1lcgo_263{background:transparent;border:1px solid transparent;color:var(--dm-grey-txt-1);font-size:14px;font-weight:500;cursor:pointer;padding:6px 16px;border-radius:100px;transition:all .2s}._endorsementTab_1lcgo_263:hover{color:var(--white);background-color:#ffffff0d}._endorsementTab_1lcgo_263._active_1lcgo_286{background-color:#313237;border-color:#3c3d42;color:var(--white)}._endorsementList_1lcgo_292{padding:15px 30px 20px;display:flex;flex-direction:column;gap:16px;overflow-y:auto}._endorsementItem_1lcgo_300{display:flex;align-items:center;gap:16px}._endorsementAvatar_1lcgo_306{width:44px;height:44px;border-radius:50%;object-fit:cover}._endorsementInfo_1lcgo_313{display:flex;flex-direction:column;gap:2px}._endorsementName_1lcgo_319{font-size:15px;font-weight:600;color:var(--white)}._endorsementRole_1lcgo_325{font-size:13px;color:var(--dm-grey-txt-1);font-weight:400}._pageContainer_x6csl_1{display:flex;flex-direction:column;gap:40px;width:100%;box-sizing:border-box;padding-bottom:10px}._topSection_x6csl_11{display:flex;gap:10px;width:100%;align-items:flex-start;position:relative}._leftColumn_x6csl_20{flex:1;min-width:0;display:flex;flex-direction:column}._rightColumn_x6csl_27{width:440px;flex-shrink:0;display:flex;flex-direction:column;height:fit-content;z-index:10;scrollbar-width:none;-ms-overflow-style:none}._rightColumn_x6csl_27::-webkit-scrollbar{display:none;width:0;height:0}._bottomSection_x6csl_45{width:100%;display:flex;flex-direction:column}._footer_x6csl_51{background-color:var(--black-bg-3);border-radius:16px;padding:26px 0;text-align:center;color:var(--dm-grey-txt-1);font-size:14px;font-weight:600;margin-top:10px}@media(max-width:1279px){._topSection_x6csl_11{flex-direction:column}._rightColumn_x6csl_27{width:100%;height:auto}}._container_28aj9_1{width:100%;height:440px;min-height:440px;border-radius:20px;position:relative;overflow:hidden;margin-bottom:10px;border:none;flex-shrink:0;font-family:Inter,sans-serif}._bgImage_28aj9_15{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:1}._overlay_28aj9_25{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0f101533,#0f101599,#0f1015f2);z-index:2}._content_28aj9_35{position:relative;z-index:3;height:100%;padding:30px;box-sizing:border-box;display:flex;flex-direction:column}._topActions_28aj9_45{position:absolute;top:30px;right:30px;display:flex;gap:8px;z-index:4}._iconBtn_28aj9_54{width:40px;height:40px;border-radius:50%;background-color:#2e2d3de5;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;backdrop-filter:blur(4px)}._iconBtn_28aj9_54:hover{background-color:#383747e6}._bottomContainer_28aj9_72{margin-top:auto;display:flex;flex-direction:column;gap:24px}._textBlock_28aj9_79{max-width:650px;display:flex;flex-direction:column;gap:8px}._courseTag_28aj9_86{font-family:Inter,sans-serif;font-size:12px;font-weight:600;text-transform:uppercase;color:var(--dm-grey-txt-1);letter-spacing:.5px;margin-bottom:4px;display:block}._title_28aj9_97{font-family:Inter,sans-serif;font-size:30px;font-weight:700;color:var(--white);margin:0;line-height:1.2}._description_28aj9_107{font-family:Inter,sans-serif;font-size:16px;color:var(--dm-grey-txt-2);line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._bottomRow_28aj9_119{display:flex;justify-content:space-between;align-items:flex-end;width:100%}._authorBlock_28aj9_126{display:flex;align-items:center;gap:12px}._authorAvatar_28aj9_132{width:40px;height:40px;border-radius:50%;object-fit:cover}._authorText_28aj9_139{display:flex;flex-direction:column;gap:2px}._authorName_28aj9_145{font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:var(--white)}._createdDate_28aj9_152{font-family:Inter,sans-serif;font-size:12px;color:var(--dm-grey-txt-1)}._startBtn_28aj9_158{width:218px;height:47px;padding:0 40px;background-color:var(--purple-1);color:var(--white);font-family:Inter,sans-serif;font-size:16px;font-weight:600;border:none;border-radius:100px;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center;white-space:nowrap}._startBtn_28aj9_158:hover{background-color:#9a7ce6}@media(max-width:768px){._container_28aj9_1{height:auto;min-height:450px}._bottomRow_28aj9_119{flex-direction:column;align-items:flex-start;gap:20px}._startBtn_28aj9_158{width:100%}}._container_8vj9s_1{width:100%;height:auto;background-color:var(--black-bg-3);border-radius:16px;display:flex;flex-direction:column;box-sizing:border-box;padding:0 20px 20px;overflow:visible}._container_8vj9s_1::-webkit-scrollbar{display:none}._headerBlock_8vj9s_17{margin-bottom:30px;padding-top:30px}._titleRow_8vj9s_22{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-left:10px}._title_8vj9s_22{font-size:20px;font-weight:700;color:var(--white);margin:0}._closeBtn_8vj9s_37{background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}._subtitle_8vj9s_47{font-size:14px;color:var(--dm-grey-txt-1);font-weight:400;margin-bottom:0;padding-left:10px}._progressBlock_8vj9s_55{background-color:var(--black-bg-2);border:1px solid var(--dm-grey-stroke-1);border-radius:16px;padding:16px;margin-bottom:10px}._progressLabel_8vj9s_63{display:block;font-size:16px;font-weight:600;color:var(--white);margin-bottom:12px}._progressRow_8vj9s_71{display:flex;align-items:center;justify-content:space-between;gap:10px}._progressBarTrack_8vj9s_78{flex-grow:1;height:8px;background-color:#2e2d3d;border-radius:100px;overflow:hidden}._progressBarFill_8vj9s_86{height:100%;border-radius:100px;background:linear-gradient(90deg,#5c29b8,#d2acff)}._progressValue_8vj9s_92{font-size:14px;color:var(--dm-grey-txt-1);font-weight:400;white-space:nowrap}._modulesList_8vj9s_99{display:flex;flex-direction:column;gap:10px}._moduleCard_8vj9s_105{background-color:var(--black-bg-2);border:1px solid var(--dm-grey-stroke-1);border-radius:16px;overflow:hidden;transition:all .2s;position:relative}._moduleHeader_8vj9s_114{padding:20px;cursor:pointer;position:relative}._moduleTopRow_8vj9s_120{display:flex;align-items:center;margin-bottom:8px;padding-right:30px}._moduleInfo_8vj9s_127{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--dm-grey-txt-1);text-transform:uppercase;letter-spacing:.5px;font-weight:600}._chevronIcon_8vj9s_138{width:20px;height:20px;transition:transform .3s;position:absolute;top:20px;right:20px}._chevronIcon_8vj9s_138 path{stroke:var(--dm-grey-txt-1)}._moduleCard_8vj9s_105._open_8vj9s_147 ._chevronIcon_8vj9s_138{transform:rotate(180deg)}._moduleTitleRow_8vj9s_149{display:flex;justify-content:space-between;align-items:center;gap:12px}._moduleTitle_8vj9s_149{font-size:16px;font-weight:700;color:var(--white);margin:0;flex-grow:1}._moduleProgressRow_8vj9s_164{display:flex;align-items:center;gap:8px;flex-shrink:0}._miniProgressTrack_8vj9s_171{width:48px;height:8px;background-color:#2e2d3d;border-radius:100px;overflow:hidden}._miniProgressFill_8vj9s_179{height:100%;background:linear-gradient(90deg,#5c29b8,#d2acff);border-radius:100px}._miniProgressText_8vj9s_185{font-size:12px;color:var(--dm-grey-txt-1);font-weight:500;text-align:right}._moduleDesc_8vj9s_192{padding:0 20px 20px;font-size:14px;color:#cccbd9;line-height:1.4}._lessonsList_8vj9s_199{padding:0 20px 20px;display:flex;flex-direction:column;gap:12px}._lessonItem_8vj9s_206{display:flex;align-items:center;gap:12px;padding:12px;border-radius:12px;border:1px solid var(--dm-grey-stroke-1);background-color:transparent;transition:all .2s;position:relative;z-index:1}._lessonItem_8vj9s_206._active_8vj9s_219{border-color:#b08cff;background-color:transparent}._lessonItem_8vj9s_206._locked_8vj9s_224{opacity:.5;pointer-events:none}._statusIcon_8vj9s_229{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}._statusIcon_8vj9s_229._completed_8vj9s_239{background-color:#b08cff}._statusIcon_8vj9s_229._pending_8vj9s_243{background-color:#2e2d3d}._lessonContent_8vj9s_247{display:flex;flex-direction:column;gap:2px}._lessonTitle_8vj9s_253{font-size:14px;color:var(--white);font-weight:400}._lessonMeta_8vj9s_260{font-size:14px;color:var(--dm-grey-txt-1)}@keyframes _bounce_8vj9s_1{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}._startTooltipWrapper_8vj9s_271{position:absolute;top:-40px;left:145px;z-index:100;display:flex;flex-direction:column;align-items:center;animation:_bounce_8vj9s_1 2s infinite ease-in-out}._startTooltip_8vj9s_271{width:79px;height:47px;background-color:#b08cff;color:var(--white);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;box-shadow:none;position:relative;z-index:2}._startTooltipArrow_8vj9s_299{width:12px;height:12px;background-color:#b08cff;transform:rotate(45deg);margin-top:-6px;border-bottom-right-radius:2px;z-index:1}._lockIcon_8vj9s_309{width:14px;height:14px}._lockIcon_8vj9s_309 path{fill:var(--dm-grey-txt-1)}._container_1knkc_1{width:100%;background-color:var(--black-bg-2);border-radius:20px;padding:30px 30px 32px;margin-bottom:10px;box-sizing:border-box}._aboutSection_1knkc_10{margin-bottom:0}._title_1knkc_14{font-family:Inter,sans-serif;font-size:20px;font-weight:600;color:var(--white);margin:0;line-height:1.2}._description_1knkc_23{font-family:Inter,sans-serif;font-size:16px;color:var(--dm-grey-txt-2);line-height:1.5;margin:30px 0 0;white-space:pre-line}._readMoreBtn_1knkc_32{background:transparent;border:none;padding:0;font-family:Inter,sans-serif;font-size:16px;font-weight:600;color:var(--purple-1);text-decoration:underline;cursor:pointer;margin-top:10px;display:block}._readMoreBtn_1knkc_32:hover{opacity:.8}._detailsSection_1knkc_50{margin-top:60px}._smallTitle_1knkc_54{font-family:Inter,sans-serif;font-size:12px;font-weight:600;color:var(--grey-txt-1);text-transform:uppercase;letter-spacing:.5px;margin:0 0 20px}._detailsList_1knkc_64{display:flex;flex-direction:column;gap:20px}._detailItem_1knkc_70{display:flex;align-items:center;gap:8px;font-family:Inter,sans-serif;font-size:16px;color:var(--dm-grey-txt-2)}._detailIcon_1knkc_79{width:20px;height:20px;display:flex;align-items:center;justify-content:center}._ratingRow_1knkc_87{display:flex;align-items:center}._stars_1knkc_92{display:flex;gap:2px;margin-right:8px}._starIcon_1knkc_98{width:16px;height:16px;display:block}._ratingText_1knkc_104{font-family:Inter,sans-serif;font-size:16px;color:var(--white)}._reviewLink_1knkc_110{margin-left:20px;font-family:Inter,sans-serif;font-size:16px;font-weight:600;color:var(--purple-1);text-decoration:none;cursor:pointer}._reviewLink_1knkc_110:hover{text-decoration:underline}._topicsSection_1knkc_124{margin-top:60px}._topicsContainer_1knkc_128{display:flex;flex-wrap:wrap;gap:10px}._chip_1knkc_134{padding:12px 16px;background-color:var(--purple-dark-1);border-radius:100px;font-family:Inter,sans-serif;color:var(--white);font-size:14px;font-weight:600;display:inline-flex;align-items:center;justify-content:center}._skillsSection_1knkc_147{margin-top:60px}._skillsList_1knkc_151{margin:30px 0 0;padding-left:20px;list-style-type:disc;color:var(--dm-grey-txt-2)}._skillItem_1knkc_158{font-family:Inter,sans-serif;font-size:16px;line-height:1.5;margin-bottom:16px}._skillItem_1knkc_158:last-child{margin-bottom:0}._container_1k6hb_1{width:100%;background-color:var(--black-bg-3);border-radius:20px;padding:30px;margin-bottom:10px;color:var(--white);box-sizing:border-box;font-family:Inter,sans-serif}._smallTitle_1k6hb_12{font-size:12px;font-weight:600;color:var(--dm-grey-txt-1);text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px}._title_1k6hb_21{font-size:20px;font-weight:700;color:var(--white);margin:0 0 30px}._contentRow_1k6hb_28{display:flex;gap:50px;align-items:flex-start}._certCard_1k6hb_34{width:300px;background-color:var(--black-bg-2);border-radius:21px;padding:10px 10px 32px;border:1px solid var(--dm-grey-stroke-1);display:flex;flex-direction:column;flex-shrink:0}._certImage_1k6hb_45{width:100%;height:190px;border-radius:19px;margin-bottom:20px;display:block;object-fit:cover}._progressRow_1k6hb_54{display:flex;align-items:center;gap:9px;margin-bottom:24px;padding:0 10px}._progressTrack_1k6hb_62{width:150px;height:8px;background-color:var(--purple-dark-1);border-radius:100px;overflow:hidden}._progressFill_1k6hb_70{height:100%;background:linear-gradient(90deg,#5c29b8,#d2acff);border-radius:100px}._progressText_1k6hb_76{font-size:14px;color:var(--dm-grey-txt-1);white-space:nowrap}._continueBtn_1k6hb_82{width:288px;height:47px;border-radius:100px;background-color:var(--purple-1);color:var(--white);font-size:16px;font-family:Inter,sans-serif;font-weight:600;border:none;cursor:pointer;transition:opacity .2s;margin:0 auto;display:flex;align-items:center;justify-content:center}._continueBtn_1k6hb_82:hover{opacity:.9}._benefitsList_1k6hb_104{display:flex;flex-direction:column;gap:20px;margin-top:15px}._benefitItem_1k6hb_111{margin-top:5px;display:flex;align-items:flex-start;gap:12px}._checkIcon_1k6hb_118{margin-top:5px;width:24px;height:24px;flex-shrink:0}._textBlock_1k6hb_125{display:flex;flex-direction:column;font-size:16px;line-height:1.5;color:var(--dm-grey-txt-2)}._boldText_1k6hb_133{color:var(--white);font-weight:600}@media(max-width:1024px){._contentRow_1k6hb_28{flex-direction:column;align-items:center}._certCard_1k6hb_34{width:100%;max-width:300px}}._container_cxtq1_1{width:100%;background-color:var(--black-bg-3);border-radius:20px;padding:30px;margin-bottom:10px;color:var(--white);box-sizing:border-box;font-family:Inter,sans-serif}._title_cxtq1_12{font-size:20px;font-weight:600;color:var(--white);margin:0 0 30px;line-height:1.2}._contentRow_cxtq1_20{display:flex;gap:50px;align-items:flex-start}._instructorCard_cxtq1_26{width:320px;min-height:477px;background-color:var(--black-bg-2);border-radius:20px;padding:10px 10px 32px;border:1px solid var(--dm-grey-stroke-1);display:flex;flex-direction:column;flex-shrink:0;box-sizing:border-box}._instructorImage_cxtq1_39{width:300px;height:300px;border-radius:16px;object-fit:cover;display:block;background-color:var(--blue)}._name_cxtq1_48{font-size:16px;font-weight:600;color:var(--white);margin:20px 0 0 6px;line-height:1.2}._role_cxtq1_56{font-size:14px;color:var(--dm-grey-txt-2);font-weight:400;margin:8px 0 0 6px;line-height:1.2}._viewProfileBtn_cxtq1_64{width:288px;height:47px;border-radius:100px;background-color:var(--purple-dark-1);color:var(--white);font-family:Inter,sans-serif;font-size:16px;font-weight:600;border:none;cursor:pointer;transition:opacity .2s;margin-top:24px;align-self:center;display:flex;align-items:center;justify-content:center}._viewProfileBtn_cxtq1_64:hover{opacity:.8}._bioBlock_cxtq1_90{flex-grow:1;display:flex;flex-direction:column;gap:20px;padding-right:40px;margin-top:10px}._bioText_cxtq1_101{font-size:16px;line-height:1.6;color:var(--white);margin:0}@media(max-width:1024px){._contentRow_cxtq1_20{flex-direction:column;align-items:center}._instructorCard_cxtq1_26{width:100%;max-width:320px}._bioBlock_cxtq1_90{padding-right:0;margin-top:30px}}._container_m2knk_1{width:100%;background-color:#14151a99;border-radius:20px;padding:30px;margin-bottom:-30px;color:var(--white);box-sizing:border-box;font-family:Inter,sans-serif}._header_m2knk_12{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:30px;padding-left:0}._headerLeft_m2knk_20{display:flex;flex-direction:column;gap:12px}._ratingRow_m2knk_26{display:flex;align-items:center;gap:8px}._stars_m2knk_32{display:flex;gap:4px;align-items:center}._starIcon_m2knk_38{width:16px;height:16px;display:block}._ratingValue_m2knk_44{font-size:14px;font-weight:600;color:var(--dm-grey-txt-1)}._ratingCount_m2knk_50{font-size:14px;font-weight:400;color:var(--dm-grey-txt-1);margin-left:4px}._title_m2knk_57{font-size:20px;font-weight:600;color:var(--white);margin:8px 0 0}._arrows_m2knk_65{display:flex;gap:12px}._arrowBtn_m2knk_70{width:36px;height:36px;border-radius:50%;background-color:var(--purple-dark-1);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}._arrowBtn_m2knk_70:hover{background-color:#3b3c4e}._arrowIcon_m2knk_87{width:24px;height:24px}._sliderContainer_m2knk_92{display:flex;gap:10px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:5px;margin-top:30px}._sliderContainer_m2knk_92::-webkit-scrollbar{display:none}._reviewCard_m2knk_105{width:280px;min-width:280px;height:264px;background-color:var(--black-bg-2);border:1px solid var(--dm-grey-stroke-1);border-radius:20px;padding:20px 20px 32px;display:flex;flex-direction:column;justify-content:space-between;flex-shrink:0;box-sizing:border-box}._reviewText_m2knk_121{font-size:16px;line-height:1.5;color:var(--dm-grey-txt-2);margin:0}._userInfo_m2knk_129{display:flex;align-items:center;gap:10px;margin-top:10px}._userAvatar_m2knk_136{width:50px;height:50px;border-radius:50%;object-fit:cover}._userDetails_m2knk_143{display:flex;flex-direction:column;gap:4px}._userName_m2knk_149{font-size:16px;font-weight:600;color:var(--white)}._userRole_m2knk_155{font-size:14px;color:var(--dm-grey-txt-2);font-weight:400}@media(max-width:768px){._header_m2knk_12{flex-direction:column;align-items:flex-start;gap:20px}._sliderContainer_m2knk_92{width:100%}._reviewCard_m2knk_105{width:100%;min-width:260px}}._container_14j1o_1{width:100%;background-color:#14151a99;border-radius:20px;padding:30px;color:var(--white);box-sizing:border-box;height:fit-content;display:flex;flex-direction:column}._header_14j1o_14{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}._title_14j1o_21{font-size:20px;font-weight:700;color:var(--white);margin:0}._viewAllBtn_14j1o_28{background:transparent;border:none;padding:0;font-size:14px;font-weight:700;color:var(--dm-grey-txt-1);cursor:pointer;transition:color .2s}._viewAllBtn_14j1o_28:hover{color:var(--white)}._grid_14j1o_43{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:10px}@media(max-width:768px){._grid_14j1o_43{grid-template-columns:1fr}}._card_1g7fl_1{width:100%;height:410px;background-color:var(--black-bg-2);border:1px solid var(--dm-grey-stroke-1);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;transition:all .3s ease;box-sizing:border-box;position:relative;cursor:pointer}._card_1g7fl_1:hover{box-shadow:0 0 20px 10px #b08cff66;border-color:#b08cff}._cardHighlighted_1g7fl_21{background:linear-gradient(180deg,#7c5cd899,#512da6);border:1px solid #7C5CD8}._cardImageWrapper_1g7fl_26{height:190px;padding:10px;position:relative;flex-shrink:0}._cardHighlighted_1g7fl_21 ._cardImageWrapper_1g7fl_26{padding:0;height:200px;width:100%}._cardImageWrapper_1g7fl_26:after{content:"";position:absolute;top:10px;left:10px;width:calc(100% - 20px);height:calc(100% - 20px);background:#0006;border-radius:16px;pointer-events:none;z-index:1}._cardHighlighted_1g7fl_21 ._cardImageWrapper_1g7fl_26:after{top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#5932af00 30%,#5932af);border-radius:18px 18px 0 0}._imageOverlay_1g7fl_61{position:absolute;top:10px;left:10px;width:calc(100% - 20px);height:calc(100% - 20px);background-color:#0009;border-radius:16px;z-index:2}._cardHighlighted_1g7fl_21 ._imageOverlay_1g7fl_61{display:none}._cardImg_1g7fl_76{width:100%;height:100%;object-fit:cover;border-radius:16px;display:block}._cardHighlighted_1g7fl_21 ._cardImg_1g7fl_76{border-radius:18px 18px 0 0}._respectBadge_1g7fl_88{position:absolute;top:22px;left:22px;background-color:#2e2d3dcc;color:var(--white);padding:8px 16px;border-radius:100px;font-size:14px;font-weight:400;z-index:3}._cardHighlighted_1g7fl_21 ._respectBadge_1g7fl_88{background-color:#8a65ff}._saveBtn_1g7fl_105{position:absolute;top:22px;right:22px;width:40px;height:40px;border-radius:50%;background-color:#2e2d3dcc;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease,background-color .2s;z-index:5;cursor:pointer;border:none}._saveBtn_1g7fl_105:hover{background-color:#fff3}._card_1g7fl_1:hover ._saveBtn_1g7fl_105,._saveBtn_1g7fl_105._isSaved_1g7fl_131{opacity:1}._completedOverlay_1g7fl_135{position:absolute;top:10px;left:10px;width:calc(100% - 20px);height:calc(100% - 20px);z-index:3;display:flex;align-items:center;justify-content:center;border-radius:16px}._completedBadge_1g7fl_148{background:var(--purple-1);color:var(--white);padding:11px 20px;border-radius:100px;font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px}._progressOverlay_1g7fl_160{position:absolute;bottom:20px;left:0;width:100%;padding:0 40px;box-sizing:border-box;z-index:3;display:flex;flex-direction:column;align-items:center;gap:8px}._progressBarContainer_1g7fl_174{width:100%;height:8px;background:#fff3;border-radius:100px;overflow:hidden}._progressBarFill_1g7fl_182{height:100%;background:linear-gradient(90deg,#5c29b8,#d2acff)}._progressText_1g7fl_187{color:var(--white);font-size:14px;font-weight:600}._cardContent_1g7fl_193{padding:0 15px;display:flex;flex-direction:column;flex-grow:1}._courseType_1g7fl_200{font-size:12px;font-weight:600;text-transform:uppercase;color:var(--dm-grey-txt-1);margin-top:20px;margin-bottom:0;letter-spacing:.5px}._cardHighlighted_1g7fl_21 ._courseType_1g7fl_200{color:#ffffffb3}._courseTitle_1g7fl_214{font-size:20px;font-weight:600;color:var(--white);margin:12px 0 0;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._author_1g7fl_226{font-size:14px;font-weight:400;color:var(--purple-1);margin-top:8px;margin-bottom:20px}._cardHighlighted_1g7fl_21 ._author_1g7fl_226{color:#fde554}._cardFooter_1g7fl_238{margin-top:auto;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--dm-grey-stroke-1);padding:16px 15px;margin-left:-15px;margin-right:-15px}._cardHighlighted_1g7fl_21 ._cardFooter_1g7fl_238{border-top:1px solid rgba(255,255,255,.2)}._footerLeft_1g7fl_253{display:flex;align-items:center;gap:20px}._footerRight_1g7fl_259{display:flex;align-items:center}._footerItem_1g7fl_264{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:400;color:var(--dm-grey-txt-1)}._cardHighlighted_1g7fl_21 ._footerItem_1g7fl_264{color:var(--white)}._footerIcon_1g7fl_277{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center}._ratingRow_1g7fl_285{display:flex;align-items:center;gap:8px}._footerStar_1g7fl_291{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center}._ratingValue_1g7fl_299{font-size:14px;font-weight:700;color:var(--dm-grey-txt-1)}._cardHighlighted_1g7fl_21 ._ratingValue_1g7fl_299{color:var(--white)}._ratingCount_1g7fl_309{font-size:14px;font-weight:400;color:var(--dm-grey-txt-1)}._cardHighlighted_1g7fl_21 ._ratingCount_1g7fl_309{color:#ffffffb3}._wrapper_1esoq_1{display:flex;flex-direction:column;gap:10px;width:100%;min-height:100%;box-sizing:border-box}._mainBlock_1esoq_10{background-color:var(--black-bg-2);border-radius:16px;padding:60px 30px 90px;box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1}._title_1esoq_20{font-size:32px;font-weight:700;color:var(--white);margin:0 0 12px;font-family:Inter,sans-serif}._subtitle_1esoq_28{font-size:16px;color:var(--dm-grey-txt-1);margin:0 0 30px}._searchFilterRow_1esoq_34{display:flex;align-items:center;gap:10px;margin-bottom:30px}._searchWrapper_1esoq_42{width:650px;height:48px;background-color:var(--purple-dark-1);border-radius:100px;display:flex;align-items:center;padding:0 17px;box-sizing:border-box}._searchIcon_1esoq_54{width:18px;height:18px;margin-right:8px}._searchIcon_1esoq_54 path{fill:#807f8f}._searchInput_1esoq_65{flex-grow:1;background:transparent;border:none;color:var(--white);font-size:14px;outline:none;font-family:inherit}._searchInput_1esoq_65::placeholder{color:var(--dm-grey-txt-1)}._filterBtn_1esoq_80{width:131px;height:48px;background-color:var(--purple-dark-1);border-radius:100px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;gap:10px;transition:background-color .2s}._filterBtn_1esoq_80:hover{background-color:#3b3c4e}._filterIcon_1esoq_98{width:20px;height:20px}._filterText_1esoq_103{color:var(--white);font-size:14px;font-weight:500;font-family:Inter,sans-serif}._filtersRow_1esoq_110{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}._tabs_1esoq_117{display:flex;gap:10px;flex-wrap:wrap}._tab_1esoq_117{height:41px;padding:0 28px;border-radius:100px;background-color:var(--black-bg-2);border:1px solid var(--dm-grey-stroke-1);color:var(--white);font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:4px;transition:all .2s;font-family:Inter,sans-serif}._tab_1esoq_117:hover{background-color:#ffffff0d}._tab_1esoq_117._active_1esoq_144{background-color:var(--purple-dark-1);border-color:var(--purple-dark-1)}._fireIcon_1esoq_149{width:18px;height:18px}._sortBlock_1esoq_154{display:flex;align-items:center;gap:12px;cursor:pointer}._sortText_1esoq_161{color:var(--white);font-size:14px;font-weight:600}._arrowIcon_1esoq_167{width:10px;height:10px;transform:rotate(0)}._grid_1esoq_174{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media(max-width:1550px){._grid_1esoq_174{grid-template-columns:repeat(4,1fr)}}@media(max-width:1250px){._grid_1esoq_174{grid-template-columns:repeat(3,1fr)}}@media(max-width:1100px){._grid_1esoq_174{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._searchFilterRow_1esoq_34{flex-direction:column;align-items:flex-start}._searchWrapper_1esoq_42{width:100%}._filtersRow_1esoq_110{flex-direction:column;align-items:flex-start;gap:20px}._grid_1esoq_174{grid-template-columns:1fr}}._container_mqfl4_1{display:flex;flex-direction:column;width:100%;height:100%;background-color:var(--black-bg-1);overflow:hidden;border-radius:0 16px}._mainSection_mqfl4_11{display:flex;flex:1;width:100%;overflow:hidden}._contentArea_mqfl4_18{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding:0;box-sizing:border-box;background-color:var(--black-bg-1)}._contentArea_mqfl4_18::-webkit-scrollbar{width:4px}._contentArea_mqfl4_18::-webkit-scrollbar-track{background:transparent}._contentArea_mqfl4_18::-webkit-scrollbar-thumb{background:var(--dm-grey-stroke-1);border-radius:4px}._footer_mqfl4_39{flex-shrink:0;background-color:var(--black-bg-3);border-radius:16px;padding:26px 0;text-align:center;color:var(--dm-grey-txt-1);font-size:14px;font-weight:600;margin:8px 0}._container_1qh2g_1{width:300px;height:100%;background-color:var(--black-bg-2);border-right:1px solid var(--dm-grey-stroke-1);display:flex;flex-direction:column;padding:0 20px;box-sizing:border-box;flex-shrink:0;position:relative;font-family:Inter,sans-serif;border-radius:16px 0 0 16px}._header_1qh2g_16{display:flex;align-items:center;margin-top:20px;margin-left:10px}._logoBlock_1qh2g_23{display:flex;align-items:center;gap:8px}._logoIcon_1qh2g_29{width:28px;height:28px}._logoText_1qh2g_34{font-size:16px;font-weight:600;background:linear-gradient(90deg,#d2acff 100%,#5c29b8 0%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:Inter,sans-serif}._collapseBtn_1qh2g_44{position:absolute;top:28px;right:36px;width:12px;height:12px;background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}._collapseBtn_1qh2g_44 svg{width:100%;height:100%}._menu_1qh2g_64{display:flex;flex-direction:column;gap:0px;margin-top:28px}._menuItem_1qh2g_71{display:flex;align-items:center;width:260px;height:41px;padding:0 12px;border-radius:12px;background-color:transparent;border:none;cursor:pointer;transition:background-color .2s;text-decoration:none;box-sizing:border-box}._menuItem_1qh2g_71:hover{background-color:#ffffff0d}._menuItem_1qh2g_71._active_1qh2g_90{background-color:var(--black-bg-4)}._menuIcon_1qh2g_94{width:16px;height:16px;display:flex;align-items:center;justify-content:center;margin-right:8px}._menuText_1qh2g_103{font-size:14px;font-weight:500;color:var(--white);font-family:Inter,sans-serif}._menuItem_1qh2g_71._active_1qh2g_90 ._menuText_1qh2g_103{color:var(--white)}._divider_1qh2g_114{width:260px;height:1px;background-color:var(--dm-grey-stroke-1);margin-top:32px}._chatHistory_1qh2g_121{margin-top:20px;display:flex;flex-direction:column;overflow:hidden;flex-grow:1}._chatHistoryTitle_1qh2g_129{font-size:14px;color:var(--dm-grey-txt-1);margin:0 0 28px;font-weight:400;padding-left:22px;font-family:Inter,sans-serif}._chatHistoryList_1qh2g_138{display:flex;flex-direction:column;gap:24px;overflow-y:auto;padding-bottom:20px}._chatHistoryList_1qh2g_138::-webkit-scrollbar{width:8px}._chatHistoryList_1qh2g_138::-webkit-scrollbar-track{background:transparent;margin-right:3px}._chatHistoryList_1qh2g_138::-webkit-scrollbar-thumb{background:var(--black-bg-4);border-radius:100px}._chatItem_1qh2g_160{background:transparent;border:none;cursor:pointer;text-align:left;transition:opacity .2s;padding:0 0 0 22px}._chatItem_1qh2g_160:hover{opacity:.8}._chatItemText_1qh2g_174{font-size:14px;color:var(--white);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;font-family:Inter,sans-serif}._modalOverlay_1qh2g_184{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:transparent;z-index:99999;display:flex;justify-content:center;align-items:center}._searchModal_1qh2g_197{width:678px;height:456px;background-color:var(--black-bg-4);border-radius:20px;box-shadow:0 10px 40px #00000080;display:flex;flex-direction:column;overflow:hidden}._searchHeader_1qh2g_208{padding:30px;display:flex;align-items:center;position:relative;border-bottom:1px solid var(--dm-grey-stroke-2)}._searchHeaderIcon_1qh2g_216{width:18px;height:18px;margin-right:8px}._searchHeaderIcon_1qh2g_216 path{fill:var(--dm-grey-txt-1)}._modalSearchInput_1qh2g_226{flex-grow:1;background:transparent;border:none;color:var(--white);font-size:16px;outline:none;font-family:Inter,sans-serif}._modalSearchInput_1qh2g_226::placeholder{color:var(--dm-grey-txt-1)}._modalCloseBtn_1qh2g_241{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}._modalBody_1qh2g_253{padding-top:20px;overflow-y:auto;display:flex;flex-direction:column}._modalBody_1qh2g_253::-webkit-scrollbar{width:4px}._modalBody_1qh2g_253::-webkit-scrollbar-track{background:transparent}._modalBody_1qh2g_253::-webkit-scrollbar-thumb{background:var(--dm-grey-stroke-1);border-radius:4px}._modalItem_1qh2g_271{width:642px;height:41px;margin-left:18px;border-radius:8px;display:flex;align-items:center;cursor:pointer;transition:background-color .2s;background-color:transparent;border:none;padding:0}._modalItem_1qh2g_271:hover{background-color:var(--dm-grey-bg-2)}._modalItemIcon_1qh2g_289{width:16px;height:16px;margin-left:12px;margin-right:8px;display:flex;align-items:center;justify-content:center}._modalItemText_1qh2g_299{font-size:14px;color:var(--white)}._groupTitle_1qh2g_304{font-size:12px;color:var(--dm-grey-txt-1);margin:22px 0 10px 30px}._firstGroupTitle_1qh2g_310{margin-top:0}._container_1918u_1{width:100%;background-color:transparent;border-radius:0 16px 0 0 0;background-color:var(--black-bg-2);box-sizing:border-box;padding:50px 8px 40px 50px;font-family:Inter,sans-serif}._subHeader_1918u_12{font-size:14px;color:var(--dm-grey-txt-1);margin-bottom:12px}._titleRow_1918u_18{display:flex;align-items:center;gap:12px;margin-bottom:30px}._titleIconImg_1918u_25{width:44px;height:44px;border-radius:8px;object-fit:cover}._title_1918u_18{font-size:24px;font-weight:600;color:var(--white);margin:0}._banner_1918u_39{width:100%;max-width:100%;height:440px;border-radius:16px;position:relative;overflow:hidden}._bgImage_1918u_48{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:1}._content_1918u_58{position:relative;z-index:2;padding:40px;height:100%;box-sizing:border-box;display:flex;flex-direction:column}._tag_1918u_68{font-size:14px;color:var(--dm-grey-txt-2);margin-bottom:20px}._bannerTitle_1918u_74{font-size:32px;font-weight:600;color:var(--white);margin:0 0 8px}._description_1918u_81{font-size:16px;color:var(--dm-grey-txt-2);margin:0 0 20px;max-width:500px;line-height:1.5}._joinBtn_1918u_89{width:164px;height:45px;padding:0;background-color:#2e2d3d99;border-radius:100px;border:none;color:var(--white);font-size:14px;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center}._joinBtn_1918u_89:hover{background-color:#2e2d3de6}._topActions_1918u_111{position:absolute;top:20px;right:20px;display:flex;gap:8px;z-index:3}._iconBtn_1918u_120{width:40px;height:40px;border-radius:50%;background-color:var(--dm-grey-stroke-1);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}._iconBtn_1918u_120:hover{background-color:#3b3c4e}._actionIcon_1918u_137{width:20px;height:20px}._pagination_1918u_142{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:3}._dot_1918u_152{height:8px;border-radius:100px;background-color:#fff3;cursor:pointer;transition:all .3s}._dot_1918u_152._active_1918u_160{width:52px;background-color:var(--purple-1)}._dot_1918u_152:not(._active_1918u_160){width:32px}._container_niw7y_1{width:100%;margin-bottom:0;display:flex;flex-direction:column;background-color:transparent;box-sizing:border-box;background-color:var(--black-bg-2)}._header_niw7y_11{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:0 40px}._title_niw7y_19{font-size:20px;font-weight:600;color:var(--white);margin:0}._arrows_niw7y_26{display:flex;gap:12px}._arrowBtn_niw7y_31{width:36px;height:36px;border-radius:50%;background-color:var(--purple-dark-1);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}._arrowBtn_niw7y_31:hover{background-color:#3b3c4e}._arrowIcon_niw7y_48{width:20px;height:20px}._sliderContainer_niw7y_53{display:flex;gap:20px;overflow-x:auto;padding:10px 40px 20px;scroll-behavior:smooth}._sliderContainer_niw7y_53::-webkit-scrollbar{display:none}._cardWrapper_niw7y_65{max-width:320px;flex-shrink:0}._container_xpeyu_1{width:100%;margin-top:0;display:flex;flex-direction:column;background-color:transparent;box-sizing:border-box;background-color:var(--black-bg-2)}._header_xpeyu_12{display:flex;justify-content:space-between;align-items:center;margin-top:20px;margin-bottom:24px;padding:0 40px}._title_xpeyu_21{font-size:20px;font-weight:600;color:var(--white);margin:0}._arrows_xpeyu_28{display:flex;gap:12px}._arrowBtn_xpeyu_33{width:36px;height:36px;border-radius:50%;background-color:var(--purple-dark-1);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}._arrowBtn_xpeyu_33:hover{background-color:#3b3c4e}._arrowIcon_xpeyu_50{width:20px;height:20px}._sliderContainer_xpeyu_55{display:flex;gap:20px;overflow-x:auto;padding:10px 40px 20px;scroll-behavior:smooth}._sliderContainer_xpeyu_55::-webkit-scrollbar{display:none}._cardWrapper_xpeyu_67{max-width:320px;flex-shrink:0}._card_8lvlu_1{width:100%;height:424px;background-color:var(--black-bg-2);border:1px solid var(--dm-grey-stroke-1);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;transition:all .3s ease;box-sizing:border-box;position:relative;cursor:pointer}._card_8lvlu_1:hover{box-shadow:0 0 20px 10px #b08cff66;border-color:#b08cff}._cardImageWrapper_8lvlu_21{height:190px;padding:10px;position:relative;flex-shrink:0}._cardImageWrapper_8lvlu_21:after{content:"";position:absolute;top:10px;left:10px;width:calc(100% - 20px);height:calc(100% - 20px);background:#0006;border-radius:16px;pointer-events:none;z-index:1}._cardImg_8lvlu_41{width:100%;height:100%;object-fit:cover;border-radius:16px;display:block}._respectBadge_8lvlu_49{position:absolute;top:22px;left:22px;background-color:#2e2d3dcc;color:var(--white);padding:8px 16px;border-radius:100px;font-size:14px;font-weight:400;z-index:2}._saveBtn_8lvlu_62{position:absolute;top:22px;right:22px;width:40px;height:40px;border-radius:50%;background-color:#2e2d3dcc;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease,background-color .2s;z-index:5;cursor:pointer;border:none}._saveBtn_8lvlu_62:hover{background-color:#fff3}._card_8lvlu_1:hover ._saveBtn_8lvlu_62{opacity:1}._cardContent_8lvlu_88{padding:0 15px;display:flex;flex-direction:column;flex-grow:1}._programType_8lvlu_95{font-size:12px;font-weight:600;text-transform:uppercase;color:var(--dm-grey-txt-1);margin-top:20px;margin-bottom:0;letter-spacing:.5px}._programTitle_8lvlu_105{font-size:20px;font-weight:600;color:var(--white);margin:4px 0 0;line-height:1.2}._author_8lvlu_113{font-size:14px;font-weight:400;color:var(--purple-1);margin-top:8px;margin-bottom:0}._description_8lvlu_121{font-size:14px;color:var(--dm-grey-txt-1);line-height:1.4;margin-top:12px;margin-bottom:20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._cardFooter_8lvlu_133{margin-top:auto;display:flex;align-items:center;justify-content:flex-start;border-top:1px solid var(--dm-grey-stroke-1);padding:16px 15px;margin-left:-15px;margin-right:-15px;gap:20px}._footerItem_8lvlu_145{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:400;margin-bottom:px;color:var(--dm-grey-txt-1)}._footerIcon_8lvlu_155{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center}._container_19duo_1{width:100%;margin-top:0;margin-bottom:0;border-radius:0 0 16px;display:flex;flex-direction:column;background-color:transparent;box-sizing:border-box;background-color:var(--black-bg-2)}._header_19duo_13{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:20px 40px 0}._title_19duo_21{font-size:20px;font-weight:600;color:var(--white);margin:0}._arrows_19duo_29{display:flex;gap:12px}._arrowBtn_19duo_34{width:36px;height:36px;border-radius:50%;background-color:var(--purple-dark-1);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}._arrowBtn_19duo_34:hover{background-color:#3b3c4e}._arrowIcon_19duo_51{width:20px;height:20px}._sliderContainer_19duo_56{display:flex;gap:20px;overflow-x:auto;padding:10px 40px 110px;scroll-behavior:smooth}._sliderContainer_19duo_56::-webkit-scrollbar{display:none}._cardWrapper_19duo_68{flex-shrink:0}._card_am5sb_1{width:320px;height:415px;background-color:var(--black-bg-2);border:1px solid var(--dm-grey-stroke-1);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;transition:all .3s ease;box-sizing:border-box;position:relative;cursor:pointer;flex-shrink:0}._card_am5sb_1:hover{box-shadow:0 0 20px 10px #b08cff66;border-color:#b08cff}._cardImageWrapper_am5sb_22{height:200px;width:100%;position:relative;flex-shrink:0;padding:0}._cardImg_am5sb_30{width:100%;height:100%;object-fit:cover;display:block}._freeBadge_am5sb_37{position:absolute;top:20px;left:20px;background-color:#2e2d3dcc;color:var(--white);padding:6px 12px;border-radius:100px;font-size:14px;font-weight:400;z-index:2}._cardContent_am5sb_50{padding:0 15px;display:flex;flex-direction:column;flex-grow:1}._eventType_am5sb_57{font-size:12px;font-weight:600;text-transform:uppercase;color:var(--dm-grey-txt-1);margin-top:20px;margin-bottom:0;letter-spacing:.5px}._eventTitle_am5sb_67{font-size:20px;font-weight:600;color:var(--white);margin:4px 0 0;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._description_am5sb_79{font-size:14px;color:var(--dm-grey-txt-1);line-height:1.4;margin-top:8px;margin-bottom:20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._cardFooter_am5sb_91{margin-top:auto;display:flex;align-items:center;justify-content:flex-start;border-top:1px solid var(--dm-grey-stroke-1);padding:16px 15px;margin-left:-15px;margin-right:-15px;gap:20px}._footerItem_am5sb_103{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:400;color:var(--dm-grey-txt-1)}._footerIcon_am5sb_112{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center}._container_1g86v_1{display:flex;width:100%;height:100%;background-color:var(--black-bg-1);overflow:hidden}._contentArea_1g86v_9{flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative}._container_1pc7d_1{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;position:relative;background-color:var(--black-bg-2);font-family:Inter,sans-serif;box-sizing:border-box;border-radius:0 16px 0 0}._logo_1pc7d_14{margin-top:80px;width:64px;height:64px;object-fit:contain;margin-bottom:30px}._title_1pc7d_22{width:400px;font-size:32px;font-weight:400;color:var(--white);text-align:center;line-height:1.4;white-space:pre-line;margin:0 0 40px}._suggestionsRow_1pc7d_33{display:flex;gap:12px}._suggestionCard_1pc7d_38{width:268px;height:84px;border:1px solid var(--dm-grey-stroke-1);border-radius:16px;background:transparent;padding:18px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;cursor:pointer;transition:background-color .2s}._suggestionCard_1pc7d_38:hover{background-color:#ffffff0d}._suggestionTitle_1pc7d_57{font-size:16px;font-weight:600;color:var(--white);margin-bottom:8px}._suggestionText_1pc7d_64{font-size:14px;font-weight:400;color:var(--white);opacity:.8}._inputContainer_1pc7d_71{display:flex;align-items:center;gap:8px;margin-top:250px}._gradientBorder_1pc7d_78{background-color:var(--purple-dark-1);border:1px solid transparent;background-image:linear-gradient(var(--purple-dark-1),var(--purple-dark-1)),linear-gradient(180deg,#cdc0ec,#cdc0ec4d);background-origin:border-box;background-clip:padding-box,border-box}._plusBtn_1pc7d_87{width:51px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}._plusIcon_1pc7d_98{width:20px;height:20px}._inputWrapper_1pc7d_103{width:739px;height:51px;border-radius:100px;display:flex;align-items:center;padding:0 20px;box-sizing:border-box}._inputField_1pc7d_113{width:100%;background:transparent;border:none;outline:none;color:var(--white);font-size:16px;font-family:Inter,sans-serif;padding:16px 0}._inputField_1pc7d_113::placeholder{color:var(--dm-grey-txt-1)}._micBtn_1pc7d_128{width:51px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}._micIcon_1pc7d_139{width:18px;height:18px}._footer_1pc7d_144{position:absolute;bottom:30px;width:100%;text-align:center;color:var(--dm-grey-txt-1);font-size:14px;font-weight:600}@media(max-width:1200px){._inputWrapper_1pc7d_103{width:100%;max-width:600px}._inputContainer_1pc7d_71{width:90%;justify-content:center}}._container_1svzm_1{display:flex;flex-direction:column;width:100%;height:100%;background-color:var(--black-bg-1);overflow:hidden}._mainSection_1svzm_10{display:flex;flex:1;width:100%;overflow:hidden}._contentArea_1svzm_17{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding:0;box-sizing:border-box;background-color:var(--black-bg-1);position:relative}._contentArea_1svzm_17::-webkit-scrollbar{width:4px}._contentArea_1svzm_17::-webkit-scrollbar-track{background:transparent}._contentArea_1svzm_17::-webkit-scrollbar-thumb{background:var(--dm-grey-stroke-1);border-radius:4px}._footer_1svzm_39{flex-shrink:0;background-color:var(--black-bg-3);border-radius:16px;padding:26px 0;text-align:center;color:var(--dm-grey-txt-1);font-size:14px;font-weight:600;margin:8px 0 12px}._container_bl424_1{width:100%;height:auto;box-sizing:border-box;padding-top:50px;background-color:var(--black-bg-2);border-radius:0 16px 16px 0}._headerBtn_bl424_10{width:106px;height:41px;background-color:var(--black-bg-4);border-radius:20px;color:var(--white);font-size:14px;font-weight:600;font-family:Inter,sans-serif;border:none;display:flex;align-items:center;justify-content:center;margin-left:50px;margin-bottom:30px;cursor:pointer;transition:background-color .2s}._headerBtn_bl424_10:hover{background-color:#ffffff1a}._grid_bl424_33{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-left:50px;margin-right:20px;padding-bottom:30px}._imageCard_bl424_42{width:100%;aspect-ratio:1 / 1;border-radius:16px;position:relative;overflow:hidden;cursor:pointer}._img_bl424_51{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}._imageCard_bl424_42:hover ._img_bl424_51{transform:scale(1.05)}._downloadBtn_bl424_63{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;background-color:#2e2d3dcc;backdrop-filter:blur(4px);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s,background-color .2s;z-index:2}._downloadIcon_bl424_82{width:18px;height:18px;color:var(--white)}._downloadBtn_bl424_63:hover{background-color:#fff3}._imageCard_bl424_42:hover ._downloadBtn_bl424_63{opacity:1}@media(max-width:1200px){._grid_bl424_33{grid-template-columns:repeat(3,1fr)}}._pageContainer_1vhyp_1{display:flex;flex-direction:column;width:100%;box-sizing:border-box;padding-bottom:10px}._topSection_1vhyp_10{display:flex;gap:10px;width:100%;align-items:flex-start;position:relative}._leftColumn_1vhyp_18{flex:1;min-width:0;display:flex;flex-direction:column}._rightColumn_1vhyp_25{width:448px;flex-shrink:0;display:flex;flex-direction:column;position:sticky;top:0;z-index:10}._bottomSection_1vhyp_35{width:100%;display:flex;flex-direction:column}._footer_1vhyp_41{background-color:var(--black-bg-3);border-radius:16px;padding:26px 0;text-align:center;color:var(--dm-grey-txt-1);font-size:14px;font-weight:600;margin-top:10px}@media(max-width:1279px){._topSection_1vhyp_10{flex-direction:column}._rightColumn_1vhyp_25{width:100%;position:static}}._container_1z0jx_1{width:100%;height:400px;min-height:400px;border-radius:20px;position:relative;overflow:hidden;margin-bottom:10px;border:none;flex-shrink:0;font-family:Inter,sans-serif}._bgImage_1z0jx_14{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:1}._overlay_1z0jx_24{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0f101533,#0f101599,#0f1015f2);z-index:2}._content_1z0jx_35{position:relative;z-index:3;height:100%;padding:30px;box-sizing:border-box;display:flex;flex-direction:column}._topActions_1z0jx_45{position:absolute;top:30px;right:30px;display:flex;gap:8px;z-index:4}._iconBtn_1z0jx_54{width:40px;height:40px;border-radius:50%;background-color:#2e2d3de5;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;backdrop-filter:blur(4px)}._iconBtn_1z0jx_54:hover{background-color:#383747e6}._bottomContainer_1z0jx_72{margin-top:auto;display:flex;flex-direction:column;gap:24px}._textBlock_1z0jx_79{max-width:650px;display:flex;flex-direction:column;gap:8px}._programTag_1z0jx_86{font-size:12px;font-weight:600;text-transform:uppercase;color:var(--dm-grey-txt-1);letter-spacing:.5px;margin-bottom:4px;display:block}._title_1z0jx_96{font-size:32px;font-weight:700;color:var(--white);margin:0;line-height:1.2}._description_1z0jx_104{font-size:16px;color:var(--dm-grey-txt-2);line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._bottomRow_1z0jx_115{display:flex;justify-content:space-between;align-items:flex-end;width:100%}._authorBlock_1z0jx_122{display:flex;align-items:center;gap:12px}._authorAvatar_1z0jx_128{width:40px;height:40px;border-radius:50%;object-fit:cover}._authorText_1z0jx_135{display:flex;flex-direction:column;gap:2px}._authorName_1z0jx_141{font-size:14px;font-weight:600;color:var(--white)}._createdDate_1z0jx_147{font-size:12px;color:var(--dm-grey-txt-1)}._startBtn_1z0jx_152{width:218px;height:47px;padding:0 40px;background-color:var(--purple-1);color:var(--white);font-size:16px;font-weight:600;border:none;border-radius:100px;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center;white-space:nowrap}._startBtn_1z0jx_152:hover{background-color:#9a7ce6}@media(max-width:768px){._container_1z0jx_1{height:auto;min-height:400px}._bottomRow_1z0jx_115{flex-direction:column;align-items:flex-start;gap:20px}._startBtn_1z0jx_152{width:100%}}._container_1ow1n_1{width:100%;background-color:#14151a99;border-radius:20px;padding:30px;margin-bottom:10px;color:var(--white);box-sizing:border-box}._section_1ow1n_11{margin-bottom:60px}._section_1ow1n_11:last-child{margin-bottom:0}._title_1ow1n_19{font-size:20px;font-weight:700;color:var(--white);margin:0 0 16px}._description_1ow1n_26{font-size:16px;color:var(--dm-grey-txt-2);line-height:1.6;margin:0 0 8px}._readMoreBtn_1ow1n_33{background:transparent;border:none;padding:0;font-size:16px;font-weight:600;color:var(--purple-1);text-decoration:underline;cursor:pointer;margin-bottom:5px}._readMoreBtn_1ow1n_33:hover{color:#9a7ce6}._smallTitle_1ow1n_49{font-size:12px;font-weight:600;color:var(--dm-grey-txt-1);text-transform:uppercase;letter-spacing:.5px;margin:0 0 20px}._detailsList_1ow1n_58{display:flex;flex-direction:column;gap:20px}._detailItem_1ow1n_64{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--dm-grey-txt-2)}._detailIcon_1ow1n_72{width:20px;height:20px;display:flex;align-items:center;justify-content:center}._ratingRow_1ow1n_80{display:flex;align-items:center;gap:8px}._stars_1ow1n_86{display:flex;gap:3px;align-items:center}._starIcon_1ow1n_92{width:16px;height:16px;display:block}._reviewLink_1ow1n_98{margin-left:12px;color:var(--purple-1);font-weight:600;text-decoration:none;cursor:pointer}._reviewLink_1ow1n_98:hover{text-decoration:underline}._skillsList_1ow1n_110{margin:0;padding-left:20px;list-style-type:disc;color:var(--dm-grey-txt-2)}._skillItem_1ow1n_117{margin-bottom:12px;font-size:16px;line-height:1.5}._skillItem_1ow1n_117:last-child{margin-bottom:0}._container_8nnpm_1{width:100%;background-color:var(--black-bg-3);border-radius:20px;padding:30px;box-sizing:border-box;display:flex;flex-direction:column}._title_8nnpm_12{font-size:20px;font-weight:700;color:var(--white);margin:0 0 30px}._circleWrapper_8nnpm_19{display:flex;justify-content:center;align-items:center;padding:10px 0}._circularChart_8nnpm_26{width:160px;height:160px;position:relative;border-radius:50%;background:conic-gradient(#b08cff 20%,#2e2d3d 0);display:flex;align-items:center;justify-content:center}._innerCircle_8nnpm_37{width:140px;height:140px;background-color:var(--black-bg-2);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center}._percentage_8nnpm_48{font-size:24px;font-weight:700;color:var(--white);line-height:1.2}._label_8nnpm_55{font-size:14px;color:var(--dm-grey-txt-1);font-weight:400}._container_1j0dd_1{width:100%;display:flex;flex-direction:column;gap:10px;box-sizing:border-box;margin-bottom:10px}._partBlock_1j0dd_10{width:100%;background-color:#14151a99;border-radius:20px;padding:30px;box-sizing:border-box;position:relative;display:flex;flex-direction:column}._partBlock_1j0dd_10._locked_1j0dd_21{opacity:.6;pointer-events:none}._header_1j0dd_26{display:flex;flex-direction:column;width:100%;margin-bottom:24px}._topRow_1j0dd_33{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}._partLabel_1j0dd_40{font-size:12px;font-weight:600;color:var(--dm-grey-txt-1);text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:8px}._progressWrapper_1j0dd_51{display:flex;align-items:center;gap:12px;justify-content:flex-end}._progressTrack_1j0dd_59{width:150px;height:8px;background-color:#2e2d3d;border-radius:100px;overflow:hidden;flex-shrink:0}._progressFill_1j0dd_69{height:100%;background:linear-gradient(90deg,#8a65ff,#c7a9ff);border-radius:100px}._progressText_1j0dd_75{font-size:14px;color:var(--dm-grey-txt-1);font-weight:500}._titleRow_1j0dd_81{margin-bottom:8px}._title_1j0dd_81{font-size:20px;font-weight:700;color:var(--white);margin:0}._courseCount_1j0dd_92{font-size:14px;font-weight:400;color:var(--dm-grey-txt-1);margin-left:8px}._descriptionRow_1j0dd_100{display:flex;justify-content:space-between;align-items:center}._description_1j0dd_100{font-size:14px;color:var(--dm-grey-txt-1);margin:0}._controls_1j0dd_112{display:flex;gap:12px}._arrowBtn_1j0dd_117{width:36px;height:36px;border-radius:50%;background-color:#2e2d3d;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}._arrowBtn_1j0dd_117:hover{background-color:#3b3c4e}._arrowIcon_1j0dd_134{width:20px;height:20px}._grid_1j0dd_139{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}._cardWrapper_1j0dd_145{position:relative}._continueTooltip_1j0dd_149{position:absolute;top:-55px;left:50%;transform:translate(-50%);background-color:#b08cff;color:var(--white);padding:10px 24px;border-radius:16px;font-size:16px;font-weight:600;z-index:10;white-space:nowrap;box-shadow:0 4px 15px #b08cff66;animation:_bounce_1j0dd_1 2s infinite}._continueTooltip_1j0dd_149:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #B08CFF}@keyframes _bounce_1j0dd_1{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-5px)}}._lockIcon_1j0dd_184{width:14px;height:14px}._lockIcon_1j0dd_184 path{fill:var(--dm-grey-txt-1)}@media(max-width:1200px){._grid_1j0dd_139{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._grid_1j0dd_139{grid-template-columns:1fr}._descriptionRow_1j0dd_100{flex-direction:column;align-items:flex-start;gap:10px}}._container_16ciq_1{width:100%;background-color:#14151a99;border-radius:20px;padding:30px;margin-bottom:10px;color:var(--white);box-sizing:border-box;font-family:Inter,sans-serif}._smallTitle_16ciq_12{font-size:12px;font-weight:600;color:var(--dm-grey-txt-1);text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px}._title_16ciq_21{font-size:20px;font-weight:700;color:var(--white);margin:0 0 30px}._contentRow_16ciq_28{display:flex;gap:50px;align-items:flex-start}._certCard_16ciq_34{width:300px;background-color:var(--black-bg-2);border-radius:21px;padding:10px 10px 32px;border:1px solid var(--dm-grey-stroke-1);display:flex;flex-direction:column;flex-shrink:0}._certImage_16ciq_45{width:100%;height:190px;border-radius:19px;margin-bottom:20px;display:block;object-fit:cover}._progressRow_16ciq_54{display:flex;align-items:center;gap:9px;margin-bottom:24px;padding:0 10px}._progressTrack_16ciq_62{width:150px;height:8px;background-color:var(--purple-dark-1);border-radius:100px;overflow:hidden}._progressFill_16ciq_70{height:100%;background:linear-gradient(90deg,#5c29b8,#d2acff);border-radius:100px}._progressText_16ciq_76{font-size:14px;color:var(--dm-grey-txt-1);white-space:nowrap}._continueBtn_16ciq_82{width:288px;height:47px;border-radius:100px;background-color:var(--purple-1);color:var(--white);font-size:16px;font-weight:600;border:none;cursor:pointer;transition:opacity .2s;margin:0 auto;display:flex;align-items:center;justify-content:center}._continueBtn_16ciq_82:hover{opacity:.9}._benefitsList_16ciq_103{display:flex;flex-direction:column;gap:20px;margin-top:15px}._benefitItem_16ciq_110{margin-top:5px;display:flex;align-items:flex-start;gap:12px}._checkIcon_16ciq_117{margin-top:5px;width:24px;height:24px;flex-shrink:0}._textBlock_16ciq_124{display:flex;flex-direction:column;font-size:16px;line-height:1.5;color:var(--dm-grey-txt-2)}._boldText_16ciq_132{color:var(--white);font-weight:600}@media(max-width:1024px){._contentRow_16ciq_28{flex-direction:column;align-items:center}._certCard_16ciq_34{width:100%;max-width:380px}}._container_1s80a_1{width:100%;background-color:#14151a99;border-radius:20px;padding:30px;margin-bottom:0;color:var(--white);box-sizing:border-box;font-family:Inter,sans-serif}._header_1s80a_12{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:30px;padding-left:0}._headerLeft_1s80a_20{display:flex;flex-direction:column;gap:12px}._ratingRow_1s80a_26{display:flex;align-items:center;gap:8px}._stars_1s80a_32{display:flex;gap:4px;align-items:center}._starIcon_1s80a_38{width:16px;height:16px;display:block}._ratingValue_1s80a_44{font-size:14px;font-weight:600;color:var(--dm-grey-txt-1)}._ratingCount_1s80a_50{font-size:14px;font-weight:400;color:var(--dm-grey-txt-1);margin-left:4px}._title_1s80a_57{font-size:20px;font-weight:600;color:var(--white);margin:8px 0 0}._arrows_1s80a_65{display:flex;gap:12px}._arrowBtn_1s80a_70{width:36px;height:36px;border-radius:50%;background-color:var(--purple-dark-1);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}._arrowBtn_1s80a_70:hover{background-color:#3b3c4e}._arrowIcon_1s80a_87{width:24px;height:24px}._sliderContainer_1s80a_92{display:flex;gap:10px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:5px;margin-top:30px}._sliderContainer_1s80a_92::-webkit-scrollbar{display:none}._reviewCard_1s80a_105{width:280px;min-width:280px;height:264px;background-color:var(--black-bg-2);border:1px solid var(--dm-grey-stroke-1);border-radius:20px;padding:20px 20px 32px;display:flex;flex-direction:column;justify-content:space-between;flex-shrink:0;box-sizing:border-box}._reviewText_1s80a_121{font-size:16px;line-height:1.5;color:var(--dm-grey-txt-2);margin:0}._userInfo_1s80a_129{display:flex;align-items:center;gap:10px;margin-top:10px}._userAvatar_1s80a_136{width:50px;height:50px;border-radius:50%;object-fit:cover}._userDetails_1s80a_143{display:flex;flex-direction:column;gap:4px}._userName_1s80a_149{font-size:16px;font-weight:600;color:var(--white)}._userRole_1s80a_155{font-size:14px;color:var(--dm-grey-txt-2);font-weight:400}@media(max-width:768px){._header_1s80a_12{flex-direction:column;align-items:flex-start;gap:20px}._sliderContainer_1s80a_92{width:100%}._reviewCard_1s80a_105{width:100%;min-width:260px}}._loading_1o16c_1,._error_1o16c_1{padding:2rem;text-align:center;font-size:1.2rem;color:#555}._error_1o16c_1{color:#e74c3c}._title_1o16c_12{font-size:2.2rem;margin-bottom:2rem;color:#16a085;border-bottom:2px solid #1abc9c;padding-bottom:.8rem}._backLink_1o16c_20{display:inline-block;margin-bottom:1.5rem;color:#2980b9;text-decoration:none;font-weight:600}._courseGrid_1o16c_28{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}._courseCard_1o16c_34{background-color:#fdfdfd;border:1px solid #ecf0f1;border-radius:8px;text-decoration:none;color:inherit;transition:all .2s ease-in-out}._courseCard_1o16c_34:hover{transform:translateY(-4px);box-shadow:0 6px 18px #00000014;border-color:#bdc3c7}._cardContent_1o16c_49{padding:1.5rem}._courseTitle_1o16c_53{font-size:1.2rem;margin-bottom:.5rem;color:#2c3e50}._courseSummary_1o16c_59{font-size:.9rem;color:#7f8c8d;margin-bottom:1rem}._viewCourseLink_1o16c_65{font-weight:600;color:#2980b9}._moduleList_1o16c_70{display:flex;flex-direction:column;gap:1rem}._moduleItem_1o16c_76{display:flex;align-items:center;background-color:#fff;padding:1rem 1.5rem;border-radius:8px;border:1px solid #ecf0f1;text-decoration:none;color:inherit;transition:all .2s ease-in-out}._moduleItem_1o16c_76:not(._disabled_1o16c_88):hover{transform:translate(5px);border-left:5px solid #1abc9c}._moduleItem_1o16c_76._disabled_1o16c_88{background-color:#f9fafb;cursor:not-allowed;opacity:.6}._moduleNumber_1o16c_99{font-size:1.3rem;font-weight:700;color:#1abc9c;margin-right:1.5rem}._moduleInfo_1o16c_106{flex-grow:1}._moduleTitle_1o16c_110{font-size:1.1rem;font-weight:600;margin:0 0 .25rem}._moduleStatus_1o16c_116{font-size:.9rem;color:#95a5a6;margin:0}._arrow_1o16c_122{font-size:1.5rem;color:#dce4e6}._progressBarContainer_1o16c_127{margin:1.5rem 0;height:8px;background-color:#ecf0f1;border-radius:4px;overflow:hidden}._progressBar_1o16c_127{height:100%;background-color:#1abc9c;transition:width .5s ease}._accentLine_1o16c_141{border-bottom:1px solid #ecf0f1;margin-bottom:2rem}._overallProgressCard_1o16c_146{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:20px;margin-bottom:30px}._overallProgressCard_1o16c_146 h2{margin-top:0;margin-bottom:10px}._overallProgressCard_1o16c_146 p{margin-top:15px;font-size:.9rem;color:#6c757d}._moduleStatusComplete_1o16c_165{font-weight:700;color:#28a745}._moduleProgressText_1o16c_170{font-size:.8rem;color:#6c757d;margin-top:4px}._moduleProgressBarContainer_1o16c_176{width:100%;background-color:#e9ecef;border-radius:5px;height:6px;margin-top:8px;overflow:hidden}._moduleProgressBar_1o16c_176{height:100%;background-color:#007bff;border-radius:5px;transition:width .3s ease-in-out}._courseHeader_1o16c_192{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:15px}._certificateButton_1o16c_201{display:inline-flex;align-items:center;gap:8px;background-color:#28a745;color:#fff;padding:10px 18px;border-radius:8px;text-decoration:none;font-weight:700;border:none;cursor:pointer;transition:background-color .2s ease-in-out,transform .1s ease-in-out;box-shadow:0 2px 4px #0000001a}._certificateButton_1o16c_201:hover{background-color:#218838;transform:translateY(-1px)}._certificateButton_1o16c_201:active{transform:translateY(0)}._certificateList_1o16c_226{display:grid;gap:20px}._certificateCard_1o16c_231{background-color:#fff;border-radius:8px;padding:20px;border:1px solid #e9ecef;display:flex;align-items:center;gap:20px;box-shadow:0 1px 3px #0000000d}._cardIcon_1o16c_242{font-size:2.5rem}._cardContent_1o16c_49{flex-grow:1}._cardContent_1o16c_49 ._courseTitle_1o16c_53{margin:0 0 5px;font-size:1.2rem}._issueDate_1o16c_255{margin:0 0 15px;color:#6c757d;font-size:.9rem}._viewCertificateLink_1o16c_261{color:#007bff;text-decoration:none;font-weight:700;transition:color .2s}._viewCertificateLink_1o16c_261:hover{color:#0056b3;text-decoration:underline}._courseImageContainer_1o16c_273{width:100%;height:160px;background-color:#f0f2f5;overflow:hidden;border-top-left-radius:8px;border-top-right-radius:8px}._courseImage_1o16c_273{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._courseCard_1o16c_34:hover ._courseImage_1o16c_273{transform:scale(1.05)}._courseImagePlaceholder_1o16c_293{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#bdc3c7}._courseImagePlaceholder_1o16c_293 svg{width:48px;height:48px}._overlay_1tyvk_1{position:fixed;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;backdrop-filter:blur(5px)}._modal_1tyvk_12{background:linear-gradient(145deg,#fff,#f0f4f8);padding:2rem 3rem;border-radius:20px;text-align:center;box-shadow:0 20px 40px #0003;max-width:500px;color:#2c3e50;overflow:hidden;position:relative}._icon_1tyvk_24{font-size:4rem;margin-bottom:1rem}._modal_1tyvk_12 h1{font-size:2.2rem;margin:0 0 .5rem}._modal_1tyvk_12 p{font-size:1.1rem;color:#576574;line-height:1.6}._modal_1tyvk_12 p strong{color:#1abc9c}._certificate_1tyvk_44{margin:2rem 0;padding:1rem;background-color:#1abc9c1a;border:1px dashed rgba(26,188,156,.5);border-radius:10px;display:flex;align-items:center;justify-content:center;gap:1rem;font-size:1.2rem}._certificate_1tyvk_44 span{font-weight:600}._button_1tyvk_61{background-color:#1abc9c;color:#fff;border:none;padding:12px 24px;font-size:1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:background-color .2s,transform .2s}._button_1tyvk_61:hover{background-color:#16a085;transform:scale(1.05)}._userPlatformContainer_1t1o1_1{background-color:#f4f7f6;min-height:100vh;color:#34495e}._header_1t1o1_7{background-color:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000000d;border-bottom:3px solid #1abc9c}._nav_1t1o1_14{display:flex;gap:1.5rem}._nav_1t1o1_14 a{text-decoration:none;color:#576574;font-weight:600;transition:color .2s;padding:8px 0}._nav_1t1o1_14 a:hover{color:#1abc9c}._logo_1t1o1_31{font-size:1.5rem;font-weight:700;color:#2c3e50}._mainContent_1t1o1_37{max-width:1100px;margin:2rem auto;padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #00000014}._pageContainer_1ujnw_1{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background-color:#f0f2f5;padding:2rem;box-sizing:border-box}._certificate_1ujnw_12{width:842px;height:595px;background-color:#fff;border:10px solid #1abc9c;padding:2rem;box-sizing:border-box;display:flex;flex-direction:column;text-align:center;font-family:Georgia,serif;box-shadow:0 10px 25px #0000001a;position:relative}._header_1ujnw_27{margin-bottom:2rem}._logo_1ujnw_31{font-size:4rem;color:#16a085}._title_1ujnw_36{font-size:2.5rem;color:#2c3e50;margin:.5rem 0;font-family:Helvetica Neue,sans-serif;font-weight:300;text-transform:uppercase;letter-spacing:2px}._content_1ujnw_46{flex-grow:1;display:flex;flex-direction:column;justify-content:center}._presentedTo_1ujnw_53{font-size:1.2rem;color:#7f8c8d}._studentName_1ujnw_58{font-size:3rem;color:#2980b9;margin:1rem 0;border-bottom:2px solid #ecf0f1;padding-bottom:1rem}._forCompleting_1ujnw_66{font-size:1.2rem;color:#7f8c8d;margin-top:1.5rem}._courseName_1ujnw_72{font-size:2rem;color:#2c3e50;font-weight:700;margin:.5rem 0 2rem}._details_1ujnw_79{display:flex;justify-content:space-around;margin-top:2rem;font-family:Helvetica Neue,sans-serif}._detailItem_1ujnw_86{display:flex;flex-direction:column;align-items:center}._detailItem_1ujnw_86 span{font-size:.8rem;color:#95a5a6;text-transform:uppercase}._detailItem_1ujnw_86 strong{font-size:1rem;color:#34495e;margin-top:.5rem}._certId_1ujnw_104{font-family:Courier New,Courier,monospace;font-size:.8rem!important;word-break:break-all;max-width:250px}._footer_1ujnw_111{font-size:1rem;color:#bdc3c7;margin-top:auto}._actions_1ujnw_117{margin-top:2rem}._downloadButton_1ujnw_121{background-color:#3498db;color:#fff;padding:12px 24px;border:none;border-radius:5px;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .2s}._downloadButton_1ujnw_121:hover{background-color:#2980b9}._message_1ujnw_137{font-size:1.5rem;color:#555}._error_1ujnw_142{color:#e74c3c}._overlay_wyzsy_1{position:fixed;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;backdrop-filter:blur(5px)}._modal_wyzsy_12{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 10px 30px #0003;max-width:400px;width:90%;color:#2c3e50}._title_wyzsy_23{margin-top:0;margin-bottom:.5rem;font-size:1.8rem}._instructions_wyzsy_29{color:#576574;margin-bottom:.25rem}._sessionName_wyzsy_34{font-weight:700;font-size:1.1rem;color:#16a085;margin-bottom:1.5rem}._qrImage_wyzsy_41{max-width:100%;height:auto;border-radius:8px;margin-bottom:1.5rem;border:1px solid #ecf0f1}._actions_wyzsy_49{display:flex;justify-content:center;gap:1rem}._closeButton_wyzsy_55,._downloadButton_wyzsy_55{border:none;padding:10px 20px;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:background-color .2s,transform .1s;text-decoration:none;display:inline-block}._closeButton_wyzsy_55{background-color:#95a5a6;color:#fff}._closeButton_wyzsy_55:hover{background-color:#7f8c8d}._downloadButton_wyzsy_55{background-color:#3498db;color:#fff}._downloadButton_wyzsy_55:hover{background-color:#2980b9}._overlay_4mrq3_1{position:fixed;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;backdrop-filter:blur(5px)}._modal_4mrq3_12{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 10px 30px #0003;max-width:450px;width:90%;color:#2c3e50}._title_4mrq3_23{margin-top:0;margin-bottom:.5rem;font-size:1.8rem}._instructions_4mrq3_29{color:#576574;margin-bottom:1.5rem}._scannerWrapper_4mrq3_34{border-radius:8px;overflow:hidden;margin-bottom:1.5rem;border:2px solid #ecf0f1;position:relative}#_qr-reader_4mrq3_1 video{width:100%!important;height:auto!important;border-radius:6px}._actions_4mrq3_49{display:flex;justify-content:center;gap:1rem}._closeButton_4mrq3_55,._uploadButton_4mrq3_55{border:none;padding:10px 20px;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:background-color .2s,transform .1s}._closeButton_4mrq3_55{background-color:#e74c3c;color:#fff}._closeButton_4mrq3_55:hover{background-color:#c0392b}._uploadButton_4mrq3_55{background-color:#3498db;color:#fff}._uploadButton_4mrq3_55:hover{background-color:#2980b9}._actionsContainer_o09s7_1{position:absolute;top:5px;right:10px;cursor:pointer}._dots_o09s7_8{font-size:1.2rem;font-weight:700;color:#8e8e93;padding:0 5px}._dropdown_o09s7_15{display:none;position:absolute;right:0;top:100%;background-color:#fff;border:1px solid #d1d1d6;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:10;overflow:hidden;width:100px}._actionsContainer_o09s7_1:hover ._dropdown_o09s7_15{display:block}._dropdown_o09s7_15 button{display:block;width:100%;padding:8px 12px;border:none;background:none;text-align:left;cursor:pointer}._dropdown_o09s7_15 button:hover{background-color:#f0f0f0}._reactionsWrapper_kx0sf_1{display:flex;gap:5px;margin-top:8px;position:relative;align-items:center}._reactionBubble_kx0sf_9{background-color:#0000000d;padding:2px 8px;border-radius:12px;font-size:.8rem;cursor:default}._addReaction_kx0sf_17{position:relative;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background-color:#f0f0f0;cursor:pointer;font-size:1rem;color:#8e8e93}._addReaction_kx0sf_17:hover ._emojiPicker_kx0sf_31{display:flex}._emojiPicker_kx0sf_31{display:none;position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#fff;padding:5px;border-radius:16px;box-shadow:0 4px 12px #00000026;gap:5px;margin-bottom:5px}._emojiPicker_kx0sf_31 button{border:none;background:none;font-size:1.2rem;cursor:pointer;padding:2px;border-radius:50%}._emojiPicker_kx0sf_31 button:hover{background-color:#f0f0f0}:root{--telegram-bg: #E7EBF0;--telegram-blue: #3390ec;--telegram-blue-hover: #2f81d4;--my-message-bg: #E1FFC7;--other-message-bg: #FFFFFF;--text-color: #000000;--text-secondary-color: #8e8e93;--border-color: #d1d1d6;--header-bg: #f7f7f7;--sidebar-bg: #f5f5f5;--online-indicator: #43D443}._chatContainer_1x705_15{display:flex;flex-direction:column;height:calc(100vh - 80px);width:100%;background-color:var(--telegram-bg);overflow:hidden}._chatHeader_1x705_24{padding:10px 20px;background-color:var(--header-bg);border-bottom:1px solid var(--border-color);display:flex;align-items:center;gap:15px;flex-shrink:0}._chatHeader_1x705_24 h1{margin:0;font-size:1.2rem}._chatLayout_1x705_39{display:flex;flex-grow:1;overflow:hidden}._mainContent_1x705_46{flex-grow:1;display:flex;flex-direction:column;overflow:hidden;background-size:360px;background-repeat:repeat}._messageList_1x705_55{flex-grow:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:12px}._messageBubble_1x705_65{max-width:70%;padding:8px 12px;border-radius:18px;box-shadow:0 1px 2px #0000001a;word-wrap:break-word;display:flex;flex-direction:column;position:relative}._myMessage_1x705_76{align-self:flex-end;background-color:var(--my-message-bg);border-bottom-right-radius:4px}._otherMessage_1x705_82{align-self:flex-start;background-color:var(--other-message-bg);border-bottom-left-radius:4px}._author_1x705_88{font-weight:700;font-size:.9rem;color:var(--telegram-blue);margin-bottom:4px}._messageText_1x705_95{font-size:1rem;line-height:1.4;color:var(--text-color)}._timestamp_1x705_101{font-size:.75rem;color:var(--text-secondary-color);align-self:flex-end;margin-top:5px}._messageForm_1x705_109{display:flex;align-items:center;padding:10px 20px;background-color:var(--header-bg);border-top:1px solid var(--border-color);gap:15px}._messageInput_1x705_118{flex-grow:1;padding:12px 18px;border:none;background-color:#f0f0f0;border-radius:22px;font-size:1rem;outline:none;transition:background-color .2s}._messageInput_1x705_118:focus{background-color:#e8e8e8}._sendButton_1x705_133{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:none;background-color:var(--telegram-blue);color:#fff;cursor:pointer;transition:background-color .2s ease;flex-shrink:0}._sendButton_1x705_133:hover{background-color:var(--telegram-blue-hover)}._sendButton_1x705_133 svg{width:24px;height:24px;transform:rotate(45deg) translate(1px) translateY(-1px)}._sidebar_1x705_159{width:280px;flex-shrink:0;background-color:var(--sidebar-bg);border-left:1px solid var(--border-color);padding:20px;overflow-y:auto}._sidebarTitle_1x705_168{margin:0 0 15px;font-size:1rem;font-weight:600;color:#333}._userList_1x705_175{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:15px}._userListItem_1x705_184{display:flex;align-items:center;gap:12px;font-size:.95rem;color:#111}._onlineIndicator_1x705_192{width:10px;height:10px;border-radius:50%;background-color:var(--online-indicator);flex-shrink:0}@media(max-width:768px){._sidebar_1x705_159{display:none}}._chatHeaderButton_1x705_206{padding:8px 12px;border:1px solid var(--border-color);background-color:#fff;border-radius:8px;cursor:pointer;font-size:.9rem;margin-left:auto}._chatHeaderButton_1x705_206:hover{background-color:#f0f0f0}._userListItem_1x705_184{display:flex;align-items:center;gap:12px;font-size:.95rem;color:#111;position:relative}._userListItem_1x705_184 ._actionsContainer_1x705_229{display:none;margin-left:auto}._userListItem_1x705_184:hover ._actionsContainer_1x705_229{display:block}:root{--forum-bg: #f7f9fc;--forum-card-bg: #ffffff;--forum-border-color: #e8edf3;--forum-text-primary: #1c2026;--forum-text-secondary: #5a6472;--forum-text-light: #8a94a2;--forum-accent: #3b82f6;--forum-accent-hover: #2563eb;--forum-danger: #ef4444;--forum-danger-hover: #dc2626;--forum-success: #10b981;--forum-pin-color: #f59e0b;--forum-lock-color: #6b7280}._pageContainer_j0x01_19{max-width:1100px;margin:2rem auto;padding:0 1rem}._title_j0x01_25{font-size:2rem;font-weight:700;color:var(--forum-text-primary);margin-bottom:.5rem}._description_j0x01_32{font-size:1rem;color:var(--forum-text-secondary);margin-bottom:2rem}._forumHeader_j0x01_39{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--forum-border-color)}._headerActions_j0x01_49{display:flex;gap:.75rem}._createButton_j0x01_54,._moderationButton_j0x01_54{padding:.6rem 1.25rem;border-radius:8px;border:none;font-weight:600;cursor:pointer;white-space:nowrap;transition:background-color .2s}._createButton_j0x01_54{background-color:var(--forum-accent);color:#fff}._createButton_j0x01_54:hover{background-color:var(--forum-accent-hover)}._moderationButton_j0x01_54{background-color:var(--forum-card-bg);color:var(--forum-text-secondary);border:1px solid var(--forum-border-color)}._moderationButton_j0x01_54:hover{background-color:#f1f5f9}._createForm_j0x01_82{padding:1.5rem;background-color:var(--forum-card-bg);border:1px solid var(--forum-border-color);border-radius:12px;margin-bottom:2rem;display:flex;flex-direction:column;gap:1rem}._createForm_j0x01_82 h3{margin:0 0 .5rem;font-weight:600;color:var(--forum-text-primary)}._createForm_j0x01_82 input,._createForm_j0x01_82 textarea{width:100%;padding:.75rem 1rem;border-radius:8px;border:1px solid #cbd5e1;font-size:1rem}._createForm_j0x01_82 textarea{min-height:120px;resize:vertical}._createForm_j0x01_82 button{align-self:flex-start}._discussionList_j0x01_118{display:flex;flex-direction:column;gap:1rem}._discussionCardWrapper_j0x01_124{display:flex;align-items:center;gap:1rem}._discussionCard_j0x01_124{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;background-color:var(--forum-card-bg);border:1px solid var(--forum-border-color);border-radius:12px;text-decoration:none;color:inherit;transition:all .2s ease-in-out;flex-grow:1}._discussionCard_j0x01_124:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014;border-color:var(--forum-accent)}._cardMain_j0x01_150{flex-grow:1}._discussionSubject_j0x01_154{font-size:1.1rem;font-weight:600;color:var(--forum-text-primary);margin:0 0 .25rem}._discussionMeta_j0x01_161{font-size:.85rem;color:var(--forum-text-light);margin:0}._cardStats_j0x01_167{display:flex;align-items:center;gap:1rem;color:var(--forum-text-secondary);font-size:.9rem;font-weight:500}._moderationActions_j0x01_177{display:flex;gap:.5rem}._moderationActions_j0x01_177 button{background-color:#f1f5f9;color:var(--forum-text-secondary);border:none;padding:.6rem 1rem;border-radius:8px;cursor:pointer;font-size:.8rem;white-space:nowrap;transition:background-color .2s}._moderationActions_j0x01_177 button:hover{background-color:#e2e8f0;color:var(--forum-text-primary)}._postList_j0x01_200{margin-top:2.5rem;display:flex;flex-direction:column;gap:1.5rem}._post_j0x01_200{background-color:var(--forum-card-bg);border:1px solid var(--forum-border-color);border-radius:12px;padding:1.5rem}._postHeader_j0x01_214{display:flex;justify-content:space-between;align-items:center;padding-bottom:.75rem;border-bottom:1px solid var(--forum-border-color);margin-bottom:1rem}._postAuthor_j0x01_223{font-weight:600;color:var(--forum-accent)}._postDate_j0x01_228{font-size:.85rem;color:var(--forum-text-light)}._postBody_j0x01_233,._postBody_j0x01_233 p{color:var(--forum-text-secondary);line-height:1.7;font-size:1rem}._postActions_j0x01_239{margin-top:1rem;display:flex;gap:1rem}._actionButton_j0x01_245{background:none;border:none;color:var(--forum-text-light);font-weight:600;cursor:pointer;padding:.25rem;font-size:.85rem;transition:color .2s}._actionButton_j0x01_245:hover{color:var(--forum-accent)}._replies_j0x01_260{margin-top:1.5rem;padding-left:1.5rem;border-left:3px solid #e2e8f0;display:flex;flex-direction:column;gap:1.5rem}._replyForm_j0x01_270{margin-top:3rem;padding:1.5rem;background-color:#f8fafc;border:1px solid var(--forum-border-color);border-radius:12px}._replyForm_j0x01_270 h3{margin:0 0 1rem;color:var(--forum-text-primary);font-weight:600}._replyForm_j0x01_270 textarea{width:100%;min-height:120px;padding:.75rem 1rem;border-radius:8px;border:1px solid #cbd5e1;font-size:1rem;resize:vertical}._formActions_j0x01_294{margin-top:1rem;display:flex;gap:1rem}._formActions_j0x01_294 button{padding:.6rem 1.25rem;border-radius:8px;border:none;font-weight:600;cursor:pointer;transition:background-color .2s}._formActions_j0x01_294 button[type=submit]{background-color:var(--forum-accent);color:#fff}._formActions_j0x01_294 button[type=submit]:hover{background-color:var(--forum-accent-hover)}._formActions_j0x01_294 button[type=button]{background-color:var(--forum-danger);color:#fff}._formActions_j0x01_294 button[type=button]:hover{background-color:var(--forum-danger-hover)}._postMeta_pdk1j_1{display:flex;gap:1rem;color:#7f8c8d;margin-bottom:2rem;font-size:.9rem}._postContent_pdk1j_9{line-height:1.7;font-size:1.1rem;margin-bottom:2rem}._postActions_pdk1j_15{display:flex;align-items:center;gap:1.5rem;padding:1rem 0;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1;margin-bottom:2rem}._commentForm_pdk1j_25{margin-bottom:3rem}._commentForm_pdk1j_25 h3{margin-bottom:1rem}._commentFormActions_pdk1j_33{margin-top:1rem;display:flex;justify-content:space-between;align-items:center}._commentsSection_pdk1j_40 h2{margin-bottom:1.5rem}._comment_pdk1j_25{border:1px solid #ecf0f1;border-radius:8px;padding:1rem 1.5rem;margin-bottom:1rem}._commentHeader_pdk1j_51{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._commentAuthor_pdk1j_58{font-weight:600;color:#2c3e50}._commentDate_pdk1j_63{font-size:.8rem;color:#95a5a6}._commentContent_pdk1j_68{margin:0;line-height:1.6}._replies_pdk1j_73{margin-top:1rem;margin-left:2rem;padding-left:1.5rem;border-left:2px solid #ecf0f1}._pageContainer_py7tu_1{display:flex;flex-direction:column;width:100%;height:100%;background-color:var(--black-bg-1);overflow:hidden}._contentScroll_py7tu_10{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding:0;box-sizing:border-box}._contentScroll_py7tu_10::-webkit-scrollbar{width:4px}._contentScroll_py7tu_10::-webkit-scrollbar-track{background:transparent}._contentScroll_py7tu_10::-webkit-scrollbar-thumb{background:var(--dm-grey-stroke-1);border-radius:4px}._footer_py7tu_30{width:auto;background-color:var(--black-bg-3);border-radius:16px;padding:26px 0;text-align:center;color:var(--dm-grey-txt-1);font-size:14px;font-weight:600;margin:auto 0 10px;flex-shrink:0}._wrapper_1fyee_1{display:flex;flex-direction:column;gap:10px;width:100%;min-height:100%;box-sizing:border-box}._mainBlock_1fyee_10{background-color:var(--black-bg-3);border-radius:16px;padding:60px 30px 90px;box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1}._title_1fyee_20{font-size:32px;font-weight:700;color:var(--white);margin:0 0 12px;font-family:Inter,sans-serif}._subtitle_1fyee_28{font-size:16px;color:var(--dm-grey-txt-1);margin:0 0 30px}._searchFilterRow_1fyee_34{display:flex;align-items:center;gap:10px;margin-bottom:30px}._searchWrapper_1fyee_41{width:650px;height:48px;background-color:var(--purple-dark-1);border-radius:100px;display:flex;align-items:center;padding:0 17px;box-sizing:border-box}._searchIcon_1fyee_52{width:18px;height:18px;margin-right:8px}._searchIcon_1fyee_52 path{fill:#807f8f}._searchInput_1fyee_62{flex-grow:1;background:transparent;border:none;color:var(--white);font-size:14px;outline:none;font-family:inherit}._searchInput_1fyee_62::placeholder{color:var(--dm-grey-txt-1)}._filterBtn_1fyee_76{width:131px;height:48px;background-color:var(--purple-dark-1);border-radius:100px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;gap:10px;transition:background-color .2s}._filterBtn_1fyee_76:hover{background-color:#3b3c4e}._filterIcon_1fyee_94{width:20px;height:20px}._filterText_1fyee_99{color:var(--white);font-size:14px;font-weight:500;font-family:Inter,sans-serif}._filtersRow_1fyee_106{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}._tabs_1fyee_113{display:flex;gap:10px;flex-wrap:wrap}._tab_1fyee_113{height:41px;padding:0 28px;border-radius:100px;background-color:var(--black-bg-2);border:1px solid var(--dm-grey-stroke-1);color:var(--white);font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:4px;transition:all .2s;font-family:Inter,sans-serif}._tab_1fyee_113:hover{background-color:#ffffff0d}._tab_1fyee_113._active_1fyee_140{background-color:var(--purple-dark-1);border-color:var(--purple-dark-1)}._sortBlock_1fyee_145{display:flex;align-items:center;gap:12px;cursor:pointer}._sortText_1fyee_152{color:var(--white);font-size:14px;font-weight:600}._arrowIcon_1fyee_158{width:10px;height:10px;transform:rotate(0)}._grid_1fyee_164{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media(max-width:1250px){._grid_1fyee_164{grid-template-columns:repeat(3,1fr)}}@media(max-width:1100px){._grid_1fyee_164{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._searchFilterRow_1fyee_34{flex-direction:column;align-items:flex-start}._searchWrapper_1fyee_41{width:100%}._filtersRow_1fyee_106{flex-direction:column;align-items:flex-start;gap:20px}._grid_1fyee_164{grid-template-columns:1fr}}._pageContainer_1jaub_1{display:flex;flex-direction:column;width:100%;height:100%;background-color:var(--black-bg-1);overflow:hidden}._contentScroll_1jaub_10{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding:0;box-sizing:border-box}._contentScroll_1jaub_10::-webkit-scrollbar{width:4px}._contentScroll_1jaub_10::-webkit-scrollbar-track{background:transparent}._contentScroll_1jaub_10::-webkit-scrollbar-thumb{background:var(--dm-grey-stroke-1);border-radius:4px}._footer_1jaub_31{flex-shrink:0;background-color:var(--black-bg-3);border-radius:16px;padding:26px 0;text-align:center;color:var(--dm-grey-txt-1);font-size:14px;font-weight:600;margin:auto 0 15px}._wrapper_kbpwh_1{display:flex;flex-direction:column;gap:10px;width:100%;min-height:100%;box-sizing:border-box}._mainBlock_kbpwh_10{background-color:var(--black-bg-3);border-radius:16px;padding:60px 30px 90px;box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1}._title_kbpwh_20{font-size:32px;font-weight:700;color:var(--white);margin:0 0 12px;font-family:Inter,sans-serif}._subtitle_kbpwh_28{font-size:16px;color:var(--dm-grey-txt-1);margin:0 0 30px}._searchFilterRow_kbpwh_34{display:flex;align-items:center;gap:10px;margin-bottom:30px}._searchWrapper_kbpwh_41{width:650px;height:48px;background-color:var(--purple-dark-1);border-radius:100px;display:flex;align-items:center;padding:0 17px;box-sizing:border-box}._searchIcon_kbpwh_52{width:18px;height:18px;margin-right:8px}._searchIcon_kbpwh_52 path{fill:#807f8f}._searchInput_kbpwh_62{flex-grow:1;background:transparent;border:none;color:var(--white);font-size:14px;outline:none;font-family:inherit}._searchInput_kbpwh_62::placeholder{color:var(--dm-grey-txt-1)}._filterBtn_kbpwh_76{width:131px;height:48px;background-color:var(--purple-dark-1);border-radius:100px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;gap:10px;transition:background-color .2s}._filterBtn_kbpwh_76:hover{background-color:#3b3c4e}._filterIcon_kbpwh_94{width:20px;height:20px}._filterText_kbpwh_99{color:var(--white);font-size:14px;font-weight:500;font-family:Inter,sans-serif}._filtersRow_kbpwh_106{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}._tabs_kbpwh_113{display:flex;gap:10px;flex-wrap:wrap}._tab_kbpwh_113{height:41px;padding:0 28px;border-radius:100px;background-color:var(--black-bg-2);border:1px solid var(--dm-grey-stroke-1);color:var(--white);font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:4px;transition:all .2s;font-family:Inter,sans-serif}._tab_kbpwh_113:hover{background-color:#ffffff0d}._tab_kbpwh_113._active_kbpwh_140{background-color:var(--purple-dark-1);border-color:var(--purple-dark-1)}._sortBlock_kbpwh_145{display:flex;align-items:center;gap:12px;cursor:pointer}._sortText_kbpwh_152{color:var(--white);font-size:14px;font-weight:600}._arrowIcon_kbpwh_158{width:10px;height:10px;transform:rotate(0)}._grid_kbpwh_164{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}._dueDateBadge_kbpwh_170{position:absolute;top:140px;left:50%;transform:translate(-50%);background-color:#2e2d3dcc;backdrop-filter:blur(4px);border-radius:100px;padding:12px;display:flex;align-items:center;justify-content:center;gap:8px;z-index:10;width:auto;height:auto}._dateText_kbpwh_188{font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:var(--white);white-space:nowrap;line-height:1}@media(max-width:1550px){._grid_kbpwh_164{grid-template-columns:repeat(4,1fr)}}@media(max-width:1250px){._grid_kbpwh_164{grid-template-columns:repeat(3,1fr)}}@media(max-width:1100px){._grid_kbpwh_164{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._searchFilterRow_kbpwh_34{flex-direction:column;align-items:flex-start}._searchWrapper_kbpwh_41{width:100%}._filtersRow_kbpwh_106{flex-direction:column;align-items:flex-start;gap:20px}._grid_kbpwh_164{grid-template-columns:1fr}}._container_1lgp2_1{width:100%;background-color:var(--black-bg-2);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;min-height:600px}._imageWrapper_1lgp2_11{height:180px;position:relative;margin:30px 30px 0;border-radius:20px;overflow:hidden}._courseImg_1lgp2_19{width:100%;height:100%;object-fit:cover;display:block}._overlay_1lgp2_26{position:absolute;top:0;left:0;width:100%;height:100%}._content_1lgp2_34{padding:30px;display:flex;flex-direction:column;flex-grow:1}._title_1lgp2_41{font-size:24px;font-weight:700;color:var(--white);margin:0 0 16px}._metaRow_1lgp2_48{display:flex;gap:20px;margin-bottom:24px}._metaItem_1lgp2_54{display:flex;align-items:center;gap:8px;color:var(--dm-grey-txt-1);font-size:14px;font-weight:400}._playIcon_1lgp2_63,._clockIcon_1lgp2_69{width:17px;height:17px;display:block}._clockIcon_1lgp2_69 path{stroke:var(--dm-grey-txt-1)}._divider_1lgp2_79{width:100%;height:1px;background-color:var(--dm-grey-stroke-1);margin-bottom:24px}._section_1lgp2_86{margin-bottom:24px}._sectionTitle_1lgp2_90{font-size:16px;font-weight:600;color:var(--white);margin:0 0 8px}._text_1lgp2_97{font-size:16px;line-height:1.5;color:var(--dm-grey-txt-1);margin:0}._list_1lgp2_104{margin:0;padding-left:20px;list-style-type:disc;color:var(--dm-grey-txt-1)}._list_1lgp2_104 li{font-size:16px;line-height:1.6}._actionRow_1lgp2_116{margin-top:auto;display:flex;justify-content:flex-end}._watchBtn_1lgp2_122{background-color:var(--purple-1);color:var(--white);font-family:Inter,sans-serif;font-size:16px;font-weight:600;padding:12px 32px;border-radius:100px;border:none;cursor:pointer;transition:background .2s}._watchBtn_1lgp2_122:hover{background-color:#9a7ce6}._container_ywph6_1{width:100%;height:auto;background-color:var(--black-bg-3);border-radius:16px;display:flex;flex-direction:column;box-sizing:border-box;padding:0 20px 20px;overflow:visible}._container_ywph6_1::-webkit-scrollbar{display:none}._headerBlock_ywph6_17{margin-bottom:30px;padding-top:30px}._titleRow_ywph6_22{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-left:10px}._title_ywph6_22{font-size:20px;font-weight:700;color:var(--white);margin:0}._closeBtn_ywph6_37{background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}._subtitle_ywph6_47{font-size:14px;color:var(--dm-grey-txt-1);font-weight:400;margin-bottom:0;padding-left:10px}._modulesList_ywph6_55{display:flex;flex-direction:column;gap:10px}._moduleCard_ywph6_61{background-color:var(--black-bg-2);border:1px solid var(--dm-grey-stroke-1);border-radius:16px;overflow:hidden;transition:all .2s;position:relative;padding:20px;box-sizing:border-box}._moduleHeader_ywph6_72{cursor:pointer;display:flex;flex-direction:column;gap:12px}._moduleTopRow_ywph6_79{display:flex;justify-content:space-between;align-items:center}._moduleInfo_ywph6_85{font-size:12px;color:var(--dm-grey-txt-1);text-transform:uppercase;letter-spacing:.5px;font-weight:600}._chevronIcon_ywph6_93{width:20px;height:20px;transition:transform .3s}._chevronIcon_ywph6_93 path{stroke:var(--dm-grey-txt-1)}._moduleCard_ywph6_61._open_ywph6_99 ._chevronIcon_ywph6_93{transform:rotate(180deg)}._moduleTitleRow_ywph6_101{display:flex;justify-content:space-between;align-items:center}._moduleTitle_ywph6_101{font-size:16px;font-weight:700;color:var(--white);margin:0}._moduleProgressRow_ywph6_114{display:flex;align-items:center;gap:8px}._miniProgressTrack_ywph6_120{width:48px;height:8px;background-color:#2e2d3d;border-radius:100px;overflow:hidden}._miniProgressFill_ywph6_128{height:100%;background:linear-gradient(90deg,#5c29b8,#d2acff);border-radius:100px}._miniProgressText_ywph6_134{font-size:12px;color:var(--dm-grey-txt-1);font-weight:500}._moduleDesc_ywph6_140{font-size:14px;color:var(--dm-grey-txt-1);line-height:1.4;margin-bottom:20px;margin-top:16px}._lessonsList_ywph6_148{display:flex;flex-direction:column;gap:12px;margin-top:8px}._lessonItem_ywph6_156{display:flex;align-items:center;gap:12px;padding:16px;border-radius:12px;border:1px solid var(--dm-grey-stroke-1);background-color:transparent;transition:all .2s;cursor:pointer}._lessonItem_ywph6_156._active_ywph6_168{border:1px solid var(--purple-1);background-color:#b08cff0d}._radioIconActive_ywph6_174{width:20px;height:20px;border-radius:50%;background-color:var(--purple-1);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 0 8px #b08cff66}._radioDotWhite_ywph6_186{width:8px;height:8px;border-radius:50%;background-color:#f3f6ff}._radioIconCompleted_ywph6_193{width:20px;height:20px;border-radius:50%;background-color:var(--purple-1);display:flex;align-items:center;justify-content:center;flex-shrink:0}._radioIconInactive_ywph6_204{width:20px;height:20px;border-radius:50%;background-color:#3c3d42;flex-shrink:0}._lessonContent_ywph6_212{display:flex;flex-direction:column;gap:4px}._lessonRow_ywph6_218{font-size:14px;line-height:1.4;display:flex;flex-wrap:wrap;gap:4px}._activeText_ywph6_227 ._type_ywph6_227{font-weight:700;color:var(--white)}._activeText_ywph6_227 ._name_ywph6_228{color:var(--white);font-weight:500}._activeText_ywph6_227 ._time_ywph6_229{color:var(--dm-grey-txt-2)}._completedText_ywph6_231 ._type_ywph6_227{font-weight:700;color:var(--white);opacity:.7}._completedText_ywph6_231 ._name_ywph6_228{color:var(--white);opacity:.7}._completedText_ywph6_231 ._time_ywph6_229{color:var(--dm-grey-txt-1);opacity:.7}._inactiveText_ywph6_235 ._type_ywph6_227{font-weight:700;color:var(--dm-grey-txt-2)}._inactiveText_ywph6_235 ._name_ywph6_228,._inactiveText_ywph6_235 ._time_ywph6_229{color:var(--dm-grey-txt-1)}._moduleCardLocked_ywph6_240{background-color:var(--black-bg-2);border:1px solid var(--dm-grey-stroke-1);border-radius:16px;padding:20px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;opacity:1}._lockedHeaderRow_ywph6_252{display:flex;justify-content:space-between;align-items:center;width:100%}._lockedModuleInfo_ywph6_259{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--dm-grey-txt-1);text-transform:uppercase;letter-spacing:.5px;font-weight:600}._lockedChevron_ywph6_270{width:20px;height:20px;display:flex;align-items:center;justify-content:center}._lockedChevron_ywph6_270 svg path{stroke:var(--dm-grey-txt-1)}._lockedTitleRow_ywph6_279{display:flex;justify-content:space-between;align-items:center;width:100%}._lockedTitle_ywph6_279{font-size:16px;font-weight:700;color:var(--dm-grey-txt-2);margin:0}._lockedProgressWrapper_ywph6_293{display:flex;align-items:center;gap:8px}._lockedProgressBar_ywph6_299{width:48px;height:8px;background-color:#2e2d3d;border-radius:100px}._lockedPercent_ywph6_306{font-size:12px;color:var(--dm-grey-txt-1);font-weight:500}._lockedDesc_ywph6_312{font-size:14px;color:var(--dm-grey-txt-1);line-height:1.4;margin:0}._lockIcon_ywph6_319{width:12px;height:12px}._lockIcon_ywph6_319 path{fill:var(--dm-grey-txt-1)}._pageContainer_qj3j5_1{display:flex;flex-direction:column;gap:40px;width:100%;box-sizing:border-box;padding-bottom:10px}._contentContainer_qj3j5_10{display:flex;gap:10px;width:100%;align-items:flex-start;position:relative}._leftColumn_qj3j5_18{flex:1;min-width:0;display:flex;flex-direction:column}._rightColumn_qj3j5_25{width:440px;flex-shrink:0;display:flex;flex-direction:column;height:fit-content;z-index:10;scrollbar-width:none;-ms-overflow-style:none}._rightColumn_qj3j5_25::-webkit-scrollbar{display:none;width:0;height:0}._footer_qj3j5_43{background-color:var(--black-bg-3);border-radius:16px;padding:26px 0;text-align:center;color:var(--dm-grey-txt-1);font-size:14px;font-weight:600;margin-top:-30px}@media(max-width:1279px){._contentContainer_qj3j5_10{flex-direction:column}._rightColumn_qj3j5_25{width:100%;height:auto}}._container_1dh1e_1{width:100%;background-color:var(--black-bg-2);border-radius:20px;display:flex;flex-direction:column;box-sizing:border-box;padding:30px;min-height:100vh}._topProgressRow_1dh1e_12{display:flex;align-items:center;gap:16px;margin-bottom:40px}._progressBarTrack_1dh1e_19{flex-grow:1;height:12px;background-color:#2e2d3d;border-radius:100px;overflow:hidden}._progressBarFill_1dh1e_27{height:100%;width:10%;background:linear-gradient(90deg,#5c29b8,#d2acff);border-radius:100px}._progressText_1dh1e_34{font-size:16px;font-weight:600;color:var(--white)}._header_1dh1e_40{text-align:center;margin-bottom:40px;display:flex;flex-direction:column;align-items:center}._title_1dh1e_48{font-size:28px;font-weight:700;color:var(--white);margin:0 0 20px}._subtitle_1dh1e_57{font-size:16px;color:var(--dm-grey-txt-2);line-height:1.5;margin:0 0 20px;max-width:600px;text-align:center}._metaRow_1dh1e_67{display:flex;align-items:center;gap:8px;color:var(--dm-grey-txt-2);font-size:14px}._clockIcon_1dh1e_76{width:16px;height:16px;display:block}._clockIcon_1dh1e_76 path{stroke:var(--dm-grey-txt-2)}._heroImage_1dh1e_83{width:100%;border-radius:16px;display:block;margin-bottom:40px}._contentBody_1dh1e_90{display:flex;gap:40px;flex-grow:1;align-items:flex-start}._tocWrapper_1dh1e_97{width:240px;flex-shrink:0;position:sticky;top:20px}._toc_1dh1e_97{background-color:#2e2d3d;border-radius:16px;padding:20px}._tocTitle_1dh1e_110{font-size:16px;font-weight:700;color:var(--white);margin:0 0 16px}._tocList_1dh1e_117{display:flex;flex-direction:column;gap:4px;position:relative}._tocItem_1dh1e_124{padding:8px 16px;font-size:14px;color:var(--dm-grey-txt-1);cursor:pointer;transition:color .2s;text-decoration:none;border-left:2px solid transparent}._tocItem_1dh1e_124:hover{color:var(--white)}._tocItem_1dh1e_124._active_1dh1e_138{color:var(--purple-1);font-weight:600;border-left:2px solid var(--purple-1)}._articleContent_1dh1e_144{flex:1;min-width:0;display:flex;flex-direction:column;gap:30px;color:var(--dm-grey-txt-2);font-size:16px;line-height:1.6}._sectionTitle_1dh1e_156{font-size:24px;font-weight:700;color:var(--white);margin:0 0 20px}._sectionImg_1dh1e_163{width:100%;border-radius:16px;margin:20px 0}._textList_1dh1e_169{margin:0;padding-left:20px;list-style-type:disc;display:flex;flex-direction:column;gap:12px;color:var(--dm-grey-txt-2)}._textList_1dh1e_169 li strong{color:var(--white)}._footer_1dh1e_184{border-top:1px solid var(--dm-grey-stroke-1);margin-top:60px;padding-top:24px;display:flex;justify-content:space-between}._backBtn_1dh1e_193{background-color:var(--dm-grey-bg-2);color:var(--dm-grey-txt-1);font-family:Inter,sans-serif;font-size:16px;font-weight:600;width:135px;height:51px;border-radius:100px;border:none;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}._backBtn_1dh1e_193:hover{background-color:#3b3c4e;color:var(--white)}._continueBtn_1dh1e_217{background-color:var(--purple-1);color:var(--white);font-family:Inter,sans-serif;font-size:16px;font-weight:600;width:135px;height:51px;border-radius:100px;border:none;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}._continueBtn_1dh1e_217:hover{background-color:#9a7ce6}._container_1n2k2_1{width:100%;background-color:var(--black-bg-2);border-radius:20px;display:flex;flex-direction:column;box-sizing:border-box;padding:30px 30px 0;min-height:80vh;position:relative;overflow:hidden}._topProgressRow_1n2k2_14{display:flex;align-items:center;gap:16px;margin-bottom:40px}._progressBarTrack_1n2k2_21{flex-grow:1;height:12px;background-color:#2e2d3d;border-radius:100px;overflow:hidden}._progressBarFill_1n2k2_29{height:100%;background:linear-gradient(90deg,#5c29b8,#d2acff);border-radius:100px;transition:width .3s ease}._progressText_1n2k2_36{font-size:16px;font-weight:600;color:var(--white)}._questionTitle_1n2k2_42{font-size:20px;font-weight:600;color:var(--white);text-align:center;margin:0}._contentRow_1n2k2_50{display:flex;gap:40px;flex-grow:1;align-items:flex-start;justify-content:center;margin-top:50px;margin-bottom:80px}._imageBlock_1n2k2_60{width:400px;height:258px;border-radius:16px;overflow:hidden;flex-shrink:0;background-color:#fff;display:flex;align-items:center;justify-content:center}._quizImage_1n2k2_72{max-width:100%;max-height:100%;object-fit:contain}._optionsColumn_1n2k2_78{flex-grow:1;display:flex;flex-direction:column;gap:16px;max-width:600px}._optionCard_1n2k2_86{width:100%;min-height:84px;background-color:var(--black-bg-2);border:1px solid var(--dm-grey-stroke-1);border-radius:16px;padding:16px 20px;box-sizing:border-box;cursor:pointer;display:flex;align-items:center;gap:16px;transition:all .2s}._optionCard_1n2k2_86:hover{background-color:#ffffff0d}._optionCard_1n2k2_86._selected_1n2k2_105{border:2px solid var(--purple-1);background-color:#b08cff0d;padding:15px 19px}._optionCard_1n2k2_86._correct_1n2k2_111{border:2px solid #42D569;background-color:#42d56933;padding:15px 19px}._optionCard_1n2k2_86._incorrect_1n2k2_117{border:2px solid #D54242;background-color:#d5424233;padding:15px 19px}._optionRadio_1n2k2_123{width:24px;height:24px;border-radius:50%;background-color:#3c3d42;flex-shrink:0;display:flex;align-items:center;justify-content:center}._optionCard_1n2k2_86._selected_1n2k2_105 ._optionRadio_1n2k2_123{background-color:var(--purple-1)}._optionCard_1n2k2_86._selected_1n2k2_105 ._optionRadio_1n2k2_123:after{content:"";width:10px;height:10px;background-color:#fff;border-radius:50%}._optionCard_1n2k2_86._correct_1n2k2_111 ._optionRadio_1n2k2_123{background-color:#42d569}._optionCard_1n2k2_86._correct_1n2k2_111 ._optionRadio_1n2k2_123:after{display:none}._optionCard_1n2k2_86._incorrect_1n2k2_117 ._optionRadio_1n2k2_123{background-color:#d54242}._statusIconSmall_1n2k2_156{width:14px;height:14px}._statusIconSmall_1n2k2_156 path{stroke:#fff;stroke-width:3}._optionText_1n2k2_162{font-size:16px;color:var(--white);line-height:1.4}._imageChoiceRow_1n2k2_168{display:flex;gap:20px;justify-content:center;margin-top:50px;margin-bottom:80px;flex-grow:1}._imageChoiceCard_1n2k2_177{width:440px;border-radius:16px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .2s;position:relative;background-color:var(--black-bg-2)}._imageChoiceCard_1n2k2_177._selected_1n2k2_105{border-color:var(--purple-1)}._imageChoiceCard_1n2k2_177._incorrect_1n2k2_117{border-color:#d54242}._choiceImg_1n2k2_195{width:100%;height:320px;object-fit:cover;display:block}._choiceRadioWrapper_1n2k2_202{height:60px;display:flex;align-items:center;justify-content:center;background-color:var(--black-bg-2)}._choiceRadio_1n2k2_202{width:24px;height:24px;border-radius:50%;background-color:#3c3d42}._imageChoiceCard_1n2k2_177._selected_1n2k2_105 ._choiceRadio_1n2k2_202{background-color:var(--purple-1);display:flex;align-items:center;justify-content:center}._imageChoiceCard_1n2k2_177._selected_1n2k2_105 ._choiceRadio_1n2k2_202:after{content:"";width:10px;height:10px;background-color:#fff;border-radius:50%}._imageChoiceCard_1n2k2_177._correct_1n2k2_111 ._choiceRadioWrapper_1n2k2_202{background-color:#42d56933}._imageChoiceCard_1n2k2_177._incorrect_1n2k2_117 ._choiceRadioWrapper_1n2k2_202{background-color:#d5424233}._incorrectIconBtn_1n2k2_238,._correctIconBtn_1n2k2_239{width:24px;height:24px}._footer_1n2k2_241{border-top:1px solid var(--dm-grey-stroke-1);padding:24px 30px;margin:auto -30px 0;background-color:var(--black-bg-2);display:flex;justify-content:space-between}._footerEnd_1n2k2_252{justify-content:flex-end}._goBackBtn_1n2k2_256{background-color:var(--dm-grey-bg-2);color:var(--dm-grey-txt-1);font-family:Inter,sans-serif;font-size:16px;font-weight:600;width:135px;height:51px;border-radius:100px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}._goBackBtn_1n2k2_256:hover{background-color:#3b3c4e;color:var(--white)}._checkBtn_1n2k2_277{background-color:var(--purple-1);color:var(--white);font-family:Inter,sans-serif;font-size:16px;font-weight:600;width:135px;height:51px;border-radius:100px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}._checkBtn_1n2k2_277:disabled{background-color:var(--dm-grey-bg-2);color:var(--dm-grey-txt-1);cursor:not-allowed}._resultBar_1n2k2_299{width:100%;margin:auto -30px 0;padding:24px 30px;display:flex;align-items:center;justify-content:space-between;border-top:none}._resultBar_1n2k2_299._success_1n2k2_310{background-color:#42d56933}._resultBar_1n2k2_299._error_1n2k2_314{background-color:#d5424233}._resultLeft_1n2k2_318{display:flex;align-items:center;gap:16px}._resultIcon_1n2k2_324{width:40px;height:40px}._resultText_1n2k2_329{font-size:20px;font-weight:700;color:var(--white)}._resultActions_1n2k2_335{display:flex;align-items:center;gap:20px}._readTheoryBtn_1n2k2_341{background:transparent;border:none;font-size:16px;font-weight:600;color:var(--white);cursor:pointer}._continueBtn_1n2k2_350{font-family:Inter,sans-serif;font-size:16px;font-weight:600;width:135px;height:51px;border-radius:100px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--white)}._continueBtn_1n2k2_350._success_1n2k2_310{background-color:#42d569}._continueBtn_1n2k2_350._success_1n2k2_310:hover{opacity:.9}._continueBtn_1n2k2_350._error_1n2k2_314{background-color:#d54242}._continueBtn_1n2k2_350._error_1n2k2_314:hover{opacity:.9}._centeredScreen_1n2k2_379{flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:20px;margin-bottom:30px}._reviewIcon_1n2k2_390,._completeIcon_1n2k2_390{width:140px;height:140px;margin-bottom:10px}._screenTitle_1n2k2_396{font-size:24px;font-weight:700;color:var(--white);margin:0}._screenDesc_1n2k2_403{font-size:16px;color:var(--dm-grey-txt-1);max-width:400px;margin:0}._stepsList_1n2k2_410{display:flex;gap:30px;margin-top:10px}._stepItem_1n2k2_416{display:flex;align-items:center;gap:8px;color:var(--white);font-size:14px;font-weight:600}._stepCheckIcon_1n2k2_426{width:24px;height:24px}._bigContinueBtn_1n2k2_431{margin-top:40px;padding:16px 40px;border-radius:100px;background-color:var(--purple-1);color:var(--white);font-size:16px;font-weight:600;border:none;cursor:pointer}._startNextBtn_1n2k2_443{padding:0 40px;height:51px;border-radius:100px;background-color:var(--purple-1);color:var(--white);font-size:16px;font-weight:600;border:none;cursor:pointer;transition:background .2s;font-family:Inter,sans-serif}._startNextBtn_1n2k2_443:hover{background-color:#9a7ce6}._pageContainer_6261e_1{display:flex;flex-direction:column;gap:40px;width:100%;box-sizing:border-box;padding-bottom:10px}._contentContainer_6261e_10{display:flex;gap:10px;width:100%;align-items:flex-start;position:relative}._leftColumn_6261e_18{flex:1;min-width:0;display:flex;flex-direction:column}._rightColumn_6261e_25{width:440px;flex-shrink:0;display:flex;flex-direction:column;height:fit-content;z-index:10;scrollbar-width:none;-ms-overflow-style:none}._rightColumn_6261e_25::-webkit-scrollbar{display:none;width:0;height:0}._footer_6261e_42{background-color:var(--black-bg-3);border-radius:16px;padding:26px 0;text-align:center;color:var(--dm-grey-txt-1);font-size:14px;font-weight:600;margin-top:-30px}@media(max-width:1279px){._contentContainer_6261e_10{flex-direction:column}._rightColumn_6261e_25{width:100%;height:auto}}._container_7nd6w_1{width:100%;background-color:var(--black-bg-2);border-radius:20px;padding:30px;box-sizing:border-box;display:flex;flex-direction:column;min-height:600px}._topProgressRow_7nd6w_12{display:flex;align-items:center;gap:16px;margin-bottom:24px}._progressBarTrack_7nd6w_19{flex-grow:1;height:12px;background-color:#2e2d3d;border-radius:100px;overflow:hidden}._progressBarFill_7nd6w_28{height:100%;width:0%;background-color:#3c3d42;border-radius:100px}._progressText_7nd6w_35{font-size:16px;font-weight:600;color:var(--white)}._videoPlayerWrapper_7nd6w_42{width:100%;aspect-ratio:16 / 9;border-radius:16px;overflow:hidden;margin-bottom:24px;background-color:#000}._youtubeIframe_7nd6w_51{width:100%;height:100%;border:none;display:block}._videoTitle_7nd6w_58{font-size:24px;font-weight:700;color:var(--white);margin:0 0 8px}._videoDesc_7nd6w_65{font-size:16px;color:var(--dm-grey-txt-1);margin:0 0 30px;line-height:1.5}._transcriptSection_7nd6w_72{margin-bottom:30px;display:flex;flex-direction:column;flex-grow:1;min-height:0}._transcriptTitle_7nd6w_80{font-size:16px;font-weight:600;color:var(--white);margin:0 0 16px}._transcriptBox_7nd6w_87{border:1px solid var(--dm-grey-stroke-1);border-radius:16px;padding:24px 14px 24px 24px;height:380px;overflow-y:auto;box-sizing:border-box}._transcriptBox_7nd6w_87::-webkit-scrollbar{width:6px}._transcriptBox_7nd6w_87::-webkit-scrollbar-track{background:transparent;margin:20px 0}._transcriptBox_7nd6w_87::-webkit-scrollbar-thumb{background:var(--dm-grey-stroke-2);border-radius:100px}._transcriptRow_7nd6w_111{display:flex;gap:40px;margin-bottom:24px;cursor:pointer;transition:opacity .2s;align-items:flex-start}._transcriptRow_7nd6w_111:last-child{margin-bottom:0}._timeBadge_7nd6w_124{width:58px;height:28px;background-color:var(--purple-dark-1);border-radius:6px;color:var(--purple-1);font-size:14px;font-weight:600;white-space:nowrap;display:flex;align-items:center;justify-content:center;flex-shrink:0}._transcriptText_7nd6w_139{font-size:14px;line-height:1.6;color:var(--dm-grey-txt-1)}._activeRow_7nd6w_145 ._transcriptText_7nd6w_139{color:var(--white);font-weight:700}._activeRow_7nd6w_145 ._timeBadge_7nd6w_124{color:var(--purple-1)}._bottomAction_7nd6w_155{margin-top:auto;display:flex;justify-content:flex-end;border-top:1px solid var(--dm-grey-stroke-1);padding-top:24px}._continueBtn_7nd6w_163{background-color:var(--dm-grey-bg-2);color:var(--dm-grey-txt-1);font-family:Inter,sans-serif;font-size:16px;font-weight:600;padding:16px 32px;border-radius:100px;border:none;cursor:pointer;transition:all .2s}._continueBtn_7nd6w_163:hover{background-color:var(--purple-1);color:var(--white)}.user-page-container{padding:40px;max-width:1200px;margin:0 auto}.user-page-header{margin-bottom:40px}.forms-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.form-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:24px;cursor:pointer;transition:.2s;display:flex;flex-direction:column;justify-content:space-between;min-height:200px}.form-card:hover{box-shadow:0 8px 24px #00000014;border-color:#d0d0d0;transform:translateY(-2px)}.form-card-footer{margin-top:20px;padding-top:16px;border-top:1px solid #f0f0f0}.open-link{color:#ff4d4f;font-weight:600}.submit-page-container{padding:60px 20px;background:#f4f7f9;min-height:100vh}.submit-paper{background:#fff;max-width:800px;margin:0 auto;padding:40px;border-radius:8px;box-shadow:0 4px 20px #0000000d}.back-btn{background:none;border:none;color:#666;cursor:pointer;margin-bottom:24px;font-weight:500}.renderer-footer{margin-top:40px;display:flex;justify-content:flex-end}.user-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.user-table th{background:#f8f9fa;padding:16px;text-align:left;font-weight:600;font-size:14px;color:#666}.user-table td{padding:16px;border-top:1px solid #eee}.status-badge{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase}.status-pending{background:#fff1b8;color:#874d00}.status-approved{background:#f6ffed;color:#389e0d}.status-rejected{background:#fff1f0;color:#cf1322}.status-cancelled{background:#f5f5f5;color:#595959}.view-details-btn{background:none;border:1px solid #d9d9d9;padding:6px 12px;border-radius:4px;cursor:pointer}.details-layout{display:grid;grid-template-columns:1fr 350px;gap:32px}.submission-paper{background:#fff;padding:32px;border-radius:12px}.status-tracker-card{background:#fff;padding:24px;border-radius:12px;position:sticky;top:24px}.status-timeline{margin-top:24px;position:relative}.timeline-item{position:relative;padding-left:32px;padding-bottom:24px;border-left:2px solid #eee}.timeline-marker{position:absolute;left:-7px;top:0;width:12px;height:12px;border-radius:50%;background:#ddd}.timeline-item.approved .timeline-marker{background:#52c41a}.timeline-item.rejected .timeline-marker{background:#ff4d4f}.timeline-item.pending-current .timeline-marker{background:#faad14;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.status-text{font-weight:700;font-size:11px;margin-top:4px}.status-text.APPROVED{color:#52c41a}.status-text.REJECTED{color:#ff4d4f}.status-text.PENDING{color:#faad14}.approver-comment{background:#f5f5f5;padding:8px;border-radius:4px;margin-top:8px;font-style:italic;font-size:13px}.time-stamp{font-size:11px;color:#999;margin-top:4px}._menu_f8dlo_1{position:fixed;z-index:99999;background:var(--dm-black-bg-4);border-radius:16px;padding:12px;min-width:116px;box-shadow:4px 4px 12px #14141433;display:flex;flex-direction:column;gap:4px;box-sizing:border-box}._item_f8dlo_15{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;cursor:pointer;transition:all .2s ease;color:var(--dm-grey-txt-1)!important;box-sizing:border-box}._item_f8dlo_15:hover{background:var(--dm-grey-bg-1);color:var(--dm-white)!important}._selectedItem_f8dlo_32{background:var(--dm-grey-bg-1);color:var(--dm-white)}._icon_f8dlo_37{display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:inherit;flex-shrink:0}._icon_f8dlo_37 svg path{fill:currentColor!important}._icon_f8dlo_37 svg circle{fill:currentColor!important}._radioCircle_f8dlo_55{width:18px;height:18px;border:1px solid var(--dm-grey-bg-1);border-radius:50%;display:flex;align-items:center;justify-content:center;box-sizing:border-box;transition:border-color .2s ease;flex-shrink:0}._item_f8dlo_15:hover ._radioCircle_f8dlo_55{border-color:var(--dm-grey-stroke-1)}._radioActive_f8dlo_72{border-color:var(--dm-purple-1)!important}._radioInner_f8dlo_76{width:9px;height:9px;background-color:var(--dm-purple-1);border-radius:50%}._label_f8dlo_83{white-space:nowrap;color:inherit}._card_1nxon_1{border:1px solid var(--dm-grey-stroke-1);border-radius:20px;display:flex;flex-direction:column;position:relative;cursor:pointer;transition:all .2s ease;width:100%}._card_1nxon_1:hover{border-color:transparent;box-shadow:0 0 20px 10px #b08cff66}._card_1nxon_1:hover:before{content:"";position:absolute;inset:-2px;border-radius:20px;padding:2px;background:linear-gradient(322.05deg,#cdc0ec,#cdc0ec1a 11.02%),linear-gradient(150.62deg,#cdc0ec 1.01%,#cdc0ec1a 22.23%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}._imageSection_1nxon_33{position:relative;height:120px;margin:10px;border:1px solid var(--dm-grey-stroke-1);border-radius:16px;display:flex;align-items:center;justify-content:flex-end;overflow:visible}._moreContainer_1nxon_45{position:absolute;top:12px;right:12px;z-index:50}._moreBtn_1nxon_52{width:40px;height:40px;border-radius:100%;background:#2e2d3de5;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s ease,background-color .2s ease}._active_1nxon_66{opacity:1!important}._cardDropdownCustom_1nxon_70{min-width:140px}._card_1nxon_1:hover ._moreBtn_1nxon_52{opacity:1}._badge_1nxon_78{position:absolute;top:12px;left:12px;padding:8px 16px;border-radius:100px;z-index:2;color:var(--dm-white)!important}._draft_1nxon_88{background:#2e2d3dcc}._submitted_1nxon_89{background:#91a6ffcc}._approved_1nxon_90{background:#64e5becc}._rejected_1nxon_91{background:#ff6a6ccc}._illustrationWrapper_1nxon_93{display:flex;align-items:center;justify-content:flex-end;width:100%;height:100%;pointer-events:none}._illustration_1nxon_93{object-fit:contain;margin-right:67px;margin-top:24px;pointer-events:auto}._content_1nxon_109{padding:10px 20px 20px}._goalType_1nxon_113{font-size:12px;font-weight:300;color:var(--dm-grey-txt-1);letter-spacing:.08;text-transform:uppercase}._title_1nxon_121{font-size:20px;font-weight:500;color:var(--dm-white);margin:12px 0 4px;line-height:1.3}._description_1nxon_129{font-size:14px;font-weight:300;color:var(--dm-grey-txt-1);line-height:1.4;margin:0 0 20px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:1em}._noDescription_1nxon_144{opacity:.6}._progressSection_1nxon_146{margin-bottom:20px}._progressLabel_1nxon_148{font-size:14px;font-weight:500;color:var(--dm-white);margin-bottom:8px}._progressRow_1nxon_155{display:flex;align-items:center;gap:8px}._progressBar_1nxon_161{flex-grow:1;height:8px;background:var(--purple-dark-1);border-radius:8px}._progressFill_1nxon_168{height:100%;background:var(--dm-gradient-2);border-radius:8px;transition:width .4s ease}._progressPercent_1nxon_175{font-size:14px;font-weight:500;color:var(--dm-white)}._dateAndTasks_1nxon_181{display:flex;flex-direction:column;gap:12px}._dueDate_1nxon_187{color:var(--dm-purple-1)!important}._taskCount_1nxon_189{display:flex;align-items:center;gap:8px;color:var(--dm-grey-txt-1)!important}._footer_1nxon_196{padding:16px 20px;border-top:1px solid var(--dm-grey-stroke-1);display:flex;gap:20px}._footerItem_1nxon_203{display:flex;align-items:center;gap:8px;color:var(--dm-grey-txt-1)!important}._footerIcon_1nxon_210,._taskIcon_1nxon_215{width:16px;height:16px}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0009;z-index:99999;display:flex;justify-content:center;align-items:flex-start;padding-top:80px;backdrop-filter:blur(4px)}.modal-wrapper{position:relative;width:580px}.modal-close-btn{position:absolute;top:-18px;right:-56px;width:36px;height:36px;border-radius:50%;background:#27282d99;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.modal-content{width:100%;background-color:var(--dm-black-bg-4);border-radius:16px;padding:40px 30px;box-sizing:border-box}.modal-header{margin-bottom:16px}.modal-title{color:var(--dm-white)!important;text-align:left}.modal-body{margin-bottom:32px}.modal-text{color:var(--dm-grey-txt-2)!important;text-align:left}.modal-footer{display:flex;justify-content:flex-end;gap:12px}.modal-cancel-btn{padding:14px 28px;border-radius:100px;background-color:var(--dm-grey-bg-1);color:var(--dm-white)!important;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:opacity .2s;display:flex;align-items:center;justify-content:center}.modal-confirm-btn{padding:14px 28px;border-radius:100px;background-color:var(--dm-purple-1);color:var(--dm-white)!important;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:opacity .2s;display:flex;align-items:center;justify-content:center}.modal-cancel-btn:hover,.modal-confirm-btn:hover{opacity:.9}.create-goal-wrapper-alt{position:relative;width:697px}.modal-close-btn{position:absolute;top:-18px;right:-56px;width:36px;height:36px;border-radius:50%;background:#27282d99;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10}.create-goal-content-alt{display:flex;flex-direction:column;height:100%;overflow:hidden;padding:0;background-color:var(--dm-black-bg-4);border-radius:20px;max-height:90vh;box-sizing:border-box;width:100%}.modal-header{margin-bottom:0;flex-shrink:0;padding:30px 30px 24px;border-bottom:1px solid var(--dm-grey-stroke-2)}.scrollable-form{flex-grow:1;overflow-y:auto;padding:30px;display:flex;flex-direction:column;gap:16px;width:100%;box-sizing:border-box}.scrollable-form::-webkit-scrollbar{width:2px}.scrollable-form::-webkit-scrollbar-track{background:transparent}.scrollable-form::-webkit-scrollbar-thumb{background-color:var(--grey-stroke-1);border-radius:3px}.form-group{display:flex;flex-direction:column;gap:8px;width:100%}.form-group.half-width{width:calc(50% - 10px)}.form-group label{display:flex;align-items:center;gap:6px;color:var(--dm-white)}.extra-spacing{margin-top:14px}.timeframe{color:var(--dm-grey-txt-2)!important;font-weight:300!important}.required-star{color:var(--purple-1)}.input-row{display:flex;gap:16px;align-items:center;width:100%}.input-with-icon{position:relative;width:100%}.form-grid-row{display:grid;grid-template-columns:1fr 1fr;gap:17px;width:100%}.modal-footer{display:flex;justify-content:flex-end;gap:12px;flex-shrink:0;padding:42px 30px 30px;margin-top:0}.modal-cancel-btn{background:var(--dm-grey-bg-1);padding:14px 28px;border-radius:100px;font-size:14px!important;font-weight:500!important;cursor:pointer;transition:opacity .2s}.modal-confirm-btn{background:var(--dm-purple-1);padding:14px 28px;border-radius:100px;font-size:14px!important;font-weight:500!important;cursor:pointer;transition:opacity .2s;white-space:nowrap;flex-shrink:0}.ai-help-btn-purple{background:var(--dm-purple-1);color:var(--dm-white)!important;padding:8px 24px;white-space:nowrap;display:flex;align-items:center;font-size:14px!important;font-weight:500!important;cursor:pointer;transition:opacity .2s;border:none;border-radius:100px;gap:8px}.add-course-link-btn{background:none;border:none;color:var(--dm-purple-1);cursor:pointer;font-size:14px;text-align:left;padding:0;width:fit-content;margin-top:4px}.info-icon-form{color:var(--dm-grey-txt-4);cursor:help;margin-left:8px}.tasks-display-area{display:flex;flex-direction:column;margin-bottom:8px}.tasks-completed-count-label{color:var(--dm-grey-txt-1)!important;margin-bottom:12px!important;margin-top:24px!important}.tasks-scrollable-list{display:flex;flex-direction:column}.task-list-row{display:flex;justify-content:space-between;align-items:flex-start;padding:12px 0;border-bottom:1px solid var(--dm-grey-stroke-1)}.task-list-row:last-child{border-bottom:none}.task-list-left-content{display:flex;flex-direction:column;gap:12px;width:100%}.task-top-line{display:flex;align-items:center;gap:12px}.task-top-line:empty+.task-course-view-wrapper{padding-left:0;margin-top:-5px;display:flex;align-items:center;gap:12px}.task-checkbox{margin-top:2px;flex-shrink:0}.task-list-title{color:var(--dm-white)!important}.task-list-row.is-done .task-list-title{text-decoration:line-through}.task-list-more-btn{background:none;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;outline:none;margin-top:4px}.task-list-more-btn svg,.task-list-more-btn svg path,.task-list-more-btn svg circle{width:16px;height:4px;fill:var(--dm-grey-txt-4);transition:fill .2s ease}.task-list-more-btn:hover svg,.task-list-more-btn:hover svg path,.task-list-more-btn:hover svg circle{fill:var(--dm-grey-txt-3)}.task-course-view-wrapper{padding-left:28px;width:100%;box-sizing:border-box}.task-course-card{display:flex;align-items:center;gap:12px;background:transparent;border-radius:8px;position:relative;width:fit-content}.task-course-image{width:64px;height:64px;border-radius:8px;object-fit:cover}.task-course-image-placeholder{width:64px;height:64px;border-radius:8px;background-color:var(--dm-grey-bg-1)}.task-course-info{display:flex;flex-direction:column;gap:8px}.task-course-category{font-size:12px;font-weight:300;color:var(--dm-grey-txt-1);letter-spacing:.8px}.task-course-title{color:var(--dm-white)!important}.task-edit-course-wrapper{padding-left:28px;margin-top:12px;width:100%}.task-course-card.editing-mode{width:100%;padding:0}.task-course-remove-btn{position:absolute;right:0;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.task-course-remove-btn svg path{stroke:var(--dm-white);transition:stroke .2s}.manual-progress-section{display:flex;flex-direction:column;gap:16px;margin-top:8px}.manual-bottom-row{display:flex;align-items:center;gap:16px;width:calc(50% - 10px);margin-top:-15px}.manual-progress-title{color:var(--dm-white)!important}.status-dropdown-container{position:relative;width:fit-content;margin-bottom:8px}.status-current-box{background:var(--dm-grey-bg-2);border-radius:8px;padding:8px 12px;color:var(--dm-white)!important;cursor:pointer;text-align:center;display:inline-block}.status-dropdown-list{position:absolute;top:calc(100% + 8px);left:0;background:var(--dm-grey-bg-2);border-radius:16px;padding:12px;width:156px;z-index:100;box-shadow:4px 4px 12px #14141433;display:flex;flex-direction:column;gap:12px}.status-dropdown-item{display:flex;align-items:center;gap:12px;padding:8px 12px;border-radius:8px;cursor:pointer;color:var(--dm-white)!important;transition:background .2s}.status-circle{width:18px;height:18px;border-radius:50%;position:relative}.status-circle:after{content:"";width:9px;height:9px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity .2s}.status-dropdown-item:hover .status-circle:after,.status-dropdown-item.active .status-circle:after{opacity:1}.not-started-item .status-circle:after{background-color:var(--dm-purple-1)}.in-progress-item .status-circle:after{background-color:#6071b9}.completed-item .status-circle:after{background-color:#3ca385}.not-started-item{background:var(--dm-grey-bg-1)}.not-started-item .status-circle{border:1px solid var(--dm-purple-1)}.in-progress-item{background:#91a6ffcc}.in-progress-item .status-circle{border:1px solid #6071B9}.completed-item{background:#64e5becc}.completed-item .status-circle{border:1px solid #3CA385}.manual-range-slider{-webkit-appearance:none;appearance:none;width:100%;height:8px;background:var(--dm-grey-bg-2);border-radius:8px;outline:none}.manual-range-slider::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;background:var(--dm-purple-1);border-radius:50%;cursor:pointer}.manual-percent-input input{width:70px;height:41px;padding:12px 16px;background:transparent;border:1px solid var(--dm-grey-stroke-2);border-radius:12px;color:var(--dm-grey-txt-4);text-align:left;font-size:14px;transform:translateY(-13px);box-sizing:border-box;outline:none}.task-menu-container{position:relative;display:flex;align-items:center;height:17px}.task-dropdown-custom{background:var(--dm-grey-bg-2)!important;width:119px!important;box-sizing:border-box}.task-dropdown-custom:before{content:"";position:absolute;top:-10px;left:0;width:100%;height:10px;background:transparent;z-index:1}.task-edit-container{display:flex;flex-direction:column;padding:12px 0;width:100%}.task-edit-main-row{display:flex;align-items:center;gap:12px;width:100%}.task-edit-checkbox-placeholder{width:14px;height:14px;flex-shrink:0;border:1px solid var(--dm-grey-stroke-2);border-radius:4px}.task-edit-input{flex-grow:1;border:1px solid var(--dm-purple-1)!important}.task-edit-actions-row{display:flex;justify-content:space-between;align-items:center;padding-left:28px;margin-top:12px;width:100%;box-sizing:border-box}.add-course-small-btn{background:none;border:none;color:var(--dm-purple-1)!important;cursor:pointer;padding:0}.add-course-small-btn:hover{text-decoration:underline}.task-edit-buttons{display:flex;gap:12px}.edit-action-btn{border-radius:100px;padding:8px 16px;font-size:14px!important;height:33px;cursor:pointer;border:none}.edit-action-btn.cancel{background:var(--dm-grey-bg-1);color:var(--dm-white)!important}.edit-action-btn.cancel:hover{opacity:.8}.edit-action-btn.save{background:var(--dm-purple-1);color:var(--dm-white)!important}.edit-action-btn.save:hover{opacity:.9}.course-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0009;z-index:99999;display:flex;justify-content:center;align-items:center;backdrop-filter:blur(2px);padding:20px}.course-modal-wrapper{position:relative;width:600px;max-height:623px}.course-modal-close-btn{position:absolute;top:-18px;right:-56px;width:36px;height:36px;border-radius:50%;background:#27282d99;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10}.course-modal-close-btn:hover{background:#fff3}.course-modal-content-box{width:100%;height:100%;background-color:var(--dm-grey-bg-2);border-radius:16px;box-shadow:4px 4px 12px #14141433;display:flex;flex-direction:column;overflow:hidden}.course-modal-header{padding:20px;flex-shrink:0}.course-modal-title{color:var(--dm-white)!important}.course-controls-row{display:flex;gap:12px;width:100%;padding:20px 20px 16px;box-sizing:border-box}.course-search-wrapper{flex-grow:1;position:relative}.course-search-input{width:100%;background:transparent;border:1px solid var(--dm-grey-stroke-2);border-radius:100px;padding:14px 16px 14px 44px;color:var(--dm-white)!important;font-size:14px;outline:none;box-sizing:border-box}.course-search-input::placeholder{color:var(--dm-grey-txt-4)}.course-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%)}.course-control-btn{width:48px;height:48px;border-radius:50%;background-color:var(--dm-grey-bg-2);border:1px solid var(--dm-grey-stroke-2);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.course-list-scrollable{flex-grow:1;overflow-y:auto;padding:8px 12px;display:flex;flex-direction:column;gap:4px;min-height:200px;max-height:400px}.course-item-row{display:flex;align-items:center;gap:12px;padding:8px 12px;border-radius:8px;cursor:pointer;transition:background .2s;background:transparent}.course-item-row:hover,.course-item-row.active{background:var(--dm-grey-bg-2)}.course-radio-circle{width:18px;height:18px;border-radius:50%;position:relative;border:1px solid var(--dm-grey-stroke-2);background:var(--dm-grey-bg-1);transition:all .2s;flex-shrink:0}.course-radio-circle:after{content:"";width:9px;height:9px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--dm-purple-1);opacity:0;transition:opacity .2s}.course-item-row:hover .course-radio-circle{border-color:var(--dm-purple-1)}.course-radio-circle.checked{border:1px solid var(--dm-purple-1)}.course-radio-circle.checked:after{opacity:1}.course-radio-dot{display:none}.course-item-avatar{width:60px;height:60px;border-radius:8px;object-fit:cover}.course-item-avatar-placeholder{width:60px;height:60px;border-radius:8px;background-color:var(--dm-grey-bg-1);flex-shrink:0}.course-item-info{display:flex;flex-direction:column;gap:8px}.course-item-category{font-size:12px;font-weight:300;color:var(--dm-grey-txt-1);letter-spacing:.8px}.course-item-title{color:var(--dm-white)!important}.course-modal-footer{padding:20px;display:flex;justify-content:flex-end;gap:12px;margin-top:12px}.course-cancel-btn{background:var(--dm-grey-bg-1)!important;color:var(--dm-white)!important;font-size:14px!important;height:45px;border:none;border-radius:100px;padding:14px 28px}.course-confirm-btn{background:var(--dm-purple-1)!important;color:var(--dm-white)!important;font-size:14px!important;height:45px;border:none;border-radius:100px;padding:14px 28px}.modal-overlay{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1050;opacity:0;animation:fadeIn .3s forwards;backdrop-filter:blur(2px);padding:20px}.modal-container{background-color:var(--dm-black-bg-4);border-radius:20px;width:100%;max-width:697px;animation:scaleUp .3s forwards;display:flex;flex-direction:column;position:relative;max-height:90vh;box-sizing:border-box}.modal-close-button{position:absolute;top:-18px;right:-56px;width:36px;height:36px;border-radius:50%;background:#27282d99;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10}.modal-close-button:hover{background-color:#ffffff1a}.modal-close-button svg{width:24px;height:24px;fill:var(--dm-white)}.modal-close-button svg path{fill:var(--dm-white)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleUp{0%{transform:scale(.95)}to{transform:scale(1)}}.goal-page-container{padding:0;overflow:hidden}.goal-header-section{padding:20px 30px;border-bottom:1px solid var(--dm-grey-stroke-2);flex-shrink:0}.goal-label{color:var(--dm-white)!important}.goal-title{color:var(--dm-white)!important;margin:0 0 16px!important}.goal-description-text{color:var(--dm-grey-txt-2)!important;margin-bottom:32px!important}.goal-scroll-body{padding:30px 30px 32px;overflow-y:auto;flex-grow:1}.goal-scroll-body::-webkit-scrollbar{width:2px}.goal-scroll-body::-webkit-scrollbar-track{background:transparent}.goal-scroll-body::-webkit-scrollbar-thumb{background:var(--dm-grey-stroke-2);border-radius:4px}.goal-meta-grid{display:grid;grid-template-columns:240px 1fr;row-gap:20px;margin-bottom:40px;align-items:center}.meta-row{display:contents}.meta-label-wrapper{grid-column:1 / 1;display:flex;align-items:center;gap:12px}.meta-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.meta-label{color:var(--dm-grey-txt-1)!important}.meta-value-container{grid-column:2 / 2;display:flex;align-items:center;gap:12px}.meta-value-container.column-align{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.status-badge{background:#2e2d3dcc;border-radius:100px!important;padding:8px 16px!important;color:var(--dm-white);font-size:14px!important;font-weight:300!important}.status-badge.draft{background:#2e2d3dcc}.status-badge.submitted{background:#91a6ffcc}.status-badge.approved{background:#64e5becc}.status-badge.rejected{background:#ff6a6ccc}.progress-text-badge{background:var(--dm-grey-bg-2);border-radius:100px!important;padding:8px 16px!important;color:var(--dm-white);font-size:14px!important;font-weight:300!important}.meta-progress-wrapper{display:flex;align-items:center;gap:8px}.meta-progress-track{width:168px;height:8px;background:var(--dm-grey-bg-2);border-radius:8px;overflow:hidden}.meta-progress-fill{height:100%;background-color:var(--dm-purple-1)}.meta-progress-percent{color:var(--dm-white)!important}.meta-text-value{display:flex;align-items:center;color:var(--dm-white)!important}.small-cal-icon{width:16px;height:16px;margin-right:8px}.date-value{color:var(--dm-white)!important;line-height:1}.arrow-sep{margin:0 12px;display:block}.goal-tasks-section{display:flex;flex-direction:column}.tasks-header-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.tasks-title{color:var(--dm-white)!important}.info-icon{color:var(--dm-grey-txt-4);cursor:help}.add-task-row{display:flex;gap:16px;margin-bottom:12px}.add-task-btn{white-space:nowrap;padding:12px 20.5px!important;font-size:14px!important}.add-course-link{background:none;border:none;color:var(--dm-purple-1)!important;cursor:pointer;width:fit-content;margin-bottom:32px!important}.tasks-progress-label{color:var(--dm-grey-txt-1)!important;margin-bottom:24px!important}.tasks-list{display:flex;flex-direction:column;gap:0}.goal-page-task-row{display:flex;align-items:flex-start;padding-bottom:24px;gap:12px}.goal-task-checkbox{margin-top:2px;flex-shrink:0}.goal-task-content{flex-grow:1}.goal-task-title{color:var(--dm-white)!important}.course-task-card{display:flex;gap:12px}.course-card-img{width:64px;height:64px;border-radius:8px;object-fit:cover}.course-card-img-placeholder{width:64px;height:64px;border-radius:8px;background:var(--dm-grey-bg-1)}.course-card-info{display:flex;flex-direction:column;justify-content:center;flex-grow:1}.course-card-label{font-size:10px;letter-spacing:.5px;text-transform:uppercase;color:var(--dm-grey-txt-2);margin-bottom:4px}.course-card-title{font-size:14px;font-weight:600;color:var(--dm-white);margin-bottom:8px}.course-card-progress-row{display:flex;align-items:center;gap:12px}.course-progress-track{width:100px;height:6px;background:var(--dm-grey-bg-2);border-radius:10px;overflow:hidden}.course-progress-fill{height:100%;background:var(--dm-purple-1)}.course-progress-text{font-size:14px;color:var(--dm-white);font-weight:500}.task-more-btn{background:none;border:none;padding:4px;cursor:pointer;color:var(--dm-grey-txt-4);display:flex;align-items:center}.task-more-btn:hover{color:var(--dm-white)}.task-more-btn svg{width:16px;height:4px}.task-more-btn svg circle,.task-more-btn svg path{fill:currentColor}.recommended-learning-section{margin-top:8px;padding-top:32px;border-top:1px solid var(--dm-grey-stroke-2)}.recommended-header{display:flex;align-items:center;gap:8px;margin-bottom:20px}.recommended-title{color:var(--dm-white)!important}.recommended-courses-list{display:flex;flex-direction:column;gap:16px}.recommended-course-item{display:flex;align-items:center;gap:12px;cursor:pointer;transition:opacity .2s ease}.recommended-course-item:hover{opacity:.8}.recommended-course-img-wrapper{flex-shrink:0;width:64px;height:64px;border-radius:8px;overflow:hidden;background:var(--dm-grey-bg-2);display:flex;align-items:center;justify-content:center}.recommended-course-img{width:100%;height:100%;object-fit:cover}.recommended-course-info{display:flex;flex-direction:column;gap:8px}.recommended-course-label{font-size:12px;font-weight:300;letter-spacing:.8px;text-transform:uppercase;color:var(--dm-grey-txt-1)}.recommended-course-title{color:var(--dm-white)!important}.user-goals-wrapper{display:flex;flex-direction:column;gap:10px;width:100%;min-height:100%;box-sizing:border-box}.user-goals-main-block{background-color:var(--black-bg-2);border-radius:16px;padding:48px 18px 110px 30px;box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1}.user-goals-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:30px}.title{margin:0 0 12px!important}.subtitle{margin:0;max-width:700px}.user-goals-header-actions{display:flex;gap:8px;align-items:flex-start}.year-dropdown-container{position:relative;padding-bottom:0}.year-dropdown:after{content:"";position:absolute;top:100%;left:0;width:100%;height:15px;background:transparent;z-index:10}.year-dropdown{width:139px;height:44px;background-color:var(--purple-dark-1);border-radius:100px;padding:12px 20px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;box-sizing:border-box;transition:background-color .2s;position:relative}.year-dropdown span{color:var(--dm-white);font-family:Inter,sans-serif;font-weight:600;font-size:16px;line-height:20px}.arrow-icon{transition:transform .3s ease}.arrow-icon-rotated{transform:rotate(180deg)}.compliance-banner{background-image:url(/assets/images/banner-bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#14141bcc;border-radius:20px;padding:20px 20px 30px 30px;margin-bottom:40px;position:relative;overflow:hidden}.banner-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;gap:20px}.banner-info{flex:1}.banner-title{margin:10px 0 12px!important}.banner-subtitle{color:#d6c5f1;max-width:700px}.submit-btn{align-self:flex-start;width:238px;max-width:238px;flex-shrink:0;height:44px;background-color:#2e2d3d80!important;border-radius:100px!important;padding:12.5px 20px;color:#ffffff80!important;transition:all .3s ease}.submit-btn-active{background-color:var(--dm-purple-1)!important;color:var(--dm-white)!important;opacity:1!important}.submit-btn:disabled{opacity:.4;cursor:not-allowed}.progress-container{display:flex;align-items:center;gap:8px}.progress-track{flex-grow:1;height:8px;background:var(--purple-dark-1);border-radius:8px;overflow:hidden}.progress-fill{height:100%;background:var(--dm-gradient-2);border-radius:8px;transition:width .4s ease,background-color .3s ease}.bg-red{background:var(--dm-red)!important}.text-red{color:var(--dm-red)!important}.progress-value{text-align:right;min-width:85px}.helper-text{font-family:Inter,sans-serif;margin:8px 0 0;font-size:14px;font-weight:300;color:var(--dm-white)}.helper-text strong{font-weight:600}.user-goals-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.loader{color:var(--white);text-align:center;padding:100px 0;font-size:16px}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0009;z-index:99999;display:flex;justify-content:center;align-items:flex-start;padding-top:80px}@media(max-width:768px){.modal-wrapper{width:90%}.modal-close-btn{right:0;top:-40px}}@media(max-width:1550px){.user-goals-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1200px){.user-goals-grid{grid-template-columns:repeat(2,1fr)}.user-goals-header{flex-direction:column;gap:20px}}@media(max-width:768px){.user-goals-grid{grid-template-columns:1fr}.banner-content{flex-direction:column;align-items:flex-start;gap:20px}.user-goals-main-block{padding:40px 20px}.submit-btn{width:100%!important;max-width:none!important}}._pageContainer_cp1tk_1{width:100%;height:100%;box-sizing:border-box;display:flex;flex-direction:column;padding-bottom:10px;border-radius:16px;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}._pageContainer_cp1tk_1::-webkit-scrollbar{display:none}._content_cp1tk_18{flex-grow:1;display:flex;flex-direction:column}._footer_cp1tk_24{flex-shrink:0;background-color:var(--black-bg-3);border-radius:16px;padding:26px 0;text-align:center;color:var(--dm-grey-txt-1);font-size:14px;font-weight:600;margin-top:10px;margin-bottom:5px}.team-goals-dashboard{padding:40px 30px;background-color:var(--black-bg-2);border-radius:16px;min-height:100%}.breadcrumb{margin-bottom:40px}.breadcrumb-link{color:var(--dm-white)!important;cursor:pointer;transition:color .2s}.breadcrumb-link:hover{color:var(--dm-purple-1)}.breadcrumb-separator{margin:0 8px;color:var(--dm-white)!important}.breadcrumb-current{color:var(--dm-grey-txt-1)!important}.dashboard-header{margin-bottom:30px}.dashboard-title{color:var(--dm-white);margin:0 0 24px!important}.dashboard-subtitle{color:var(--dm-grey-txt-1)!important;max-width:710px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:60px}.stat-card{position:relative;background:#1f1e24;border:1px solid #28292E;border-radius:20px;display:flex;flex-direction:column;overflow:hidden;padding:0}.stat-card-content{padding:16px 16px 20px;flex:1;display:flex;flex-direction:column}.stat-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 100% 100%,rgba(230,206,255,.15) 0%,transparent 60%);pointer-events:none}.stat-card-header{display:flex;align-items:center;gap:12px}.stat-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon svg{width:32px;height:32px}.stat-icon svg path{fill:var(--dm-white)}.stat-main{display:flex;flex-direction:column;gap:4px}.stat-value{font-size:28px;font-weight:600;color:var(--dm-white)}.stat-label{color:var(--dm-grey-txt-1)!important}.stat-sublabel{color:var(--dm-white)!important;border-top:1px solid var(--dm-grey-stroke-2);padding:12px 16px;width:100%;box-sizing:border-box;margin:0}@media(max-width:1400px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.stats-grid{grid-template-columns:1fr}}.controls-row{display:flex;gap:10px;margin-bottom:30px}.search-wrapper{flex-grow:1;position:relative}.search-icon{position:absolute;left:16px;top:44%;transform:translateY(-50%);width:20px;height:20px;pointer-events:none}.search-icon path{fill:var(--dm-grey-txt-4)}.search-input{width:100%;padding-left:48px!important}.filter-btn{display:flex;align-items:center;gap:8px;white-space:nowrap}.filter-btn svg{width:20px;height:20px}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.results-count{font-size:14px;font-weight:300;color:var(--dm-grey-txt-2)}.sort-dropdown{display:flex;align-items:center;gap:8px}.sort-label{font-size:14px;font-weight:500;color:var(--dm-white)}.sort-button{background:none;border:none;color:var(--dm-white);font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;padding:0}.sort-arrow{width:16px;height:16px}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:1400px){.stats-grid,.team-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.stats-grid,.team-grid{grid-template-columns:1fr}}._card_13hta_1{background-color:var(--dm-black-bg-3);border:1px solid var(--dm-grey-stroke-1);border-radius:20px;padding:20px;cursor:pointer;transition:all .2s ease}._card_13hta_1:hover{border-color:var(--dm-purple-1);box-shadow:0 0 20px 5px #b08cff4d}._header_13hta_15{margin-bottom:16px}._avatar_13hta_19{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;color:var(--dm-white)}._content_13hta_31{display:flex;flex-direction:column}._name_13hta_36{font-size:20px;font-weight:600;color:var(--dm-white);margin:0 0 4px}._role_13hta_43{font-size:14px;font-weight:300;color:var(--dm-grey-txt-2);margin:0 0 16px}._goalsCount_13hta_50{font-size:14px;font-weight:500;color:var(--dm-grey-txt-1);margin-bottom:12px}._badges_13hta_57{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}._badge_13hta_57{padding:6px 12px;border-radius:100px;font-size:12px;font-weight:500}._active_13hta_71{background-color:#64e5be33;color:#64e5be}._pending_13hta_76{background-color:#91a6ff33;color:#91a6ff}._overdue_13hta_81{background-color:#ff6a6c33;color:#ff6a6c}._progressSection_13hta_86{margin-top:auto}._progressHeader_13hta_90{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}._progressLabel_13hta_97{font-size:14px;font-weight:500;color:var(--dm-grey-txt-1)}._progressPercent_13hta_103{font-size:14px;font-weight:600;color:var(--dm-white)}._progressBar_13hta_109{width:100%;height:8px;background-color:var(--purple-dark-1);border-radius:8px;overflow:hidden}._progressFill_13hta_117{height:100%;background:var(--dm-gradient-2);border-radius:8px;transition:width .4s ease}:root{--green-light: #CEE9CE;--yellow-light: #FCECBC;--red-light-2: #F5D7D7;--green: #2E7D32;--orange: #CD7300;--orange-dark: #877540;--grey-bg-1: #FBFBFB;--grey-stroke-1: #D6D6D6;--grey-on-hover: #F1F1F1;--red: #E03D3D;--blue: #3368FF;--blue-light: #F3F6FF;--red-light: #FCECEC;--grey-txt: #747474;--grey-txt-1: #909090;--grey-txt-2: #BDBDBD;--grey-txt-blue: #8F929B;--black-txt: #222222;--white: #FFFFFF;--green-bright: #42D569;--green-transparent: #42D56933;--red-bright: #D54242;--red-transparent: #D5424233;--black-bg-1: #0F1015;--black-bg-2: #14151A;--dm-black-bg-2: #14151A;--black-bg-3: #14151A99;--black-bg-4: #27282D;--dm-black-bg-4: #27282D;--grey-txt-3: #505156;--dm-grey-bg-1: #3B3C41;--dm-grey-bg-2: #313237;--dm-grey-stroke-1: #28292E;--dm-grey-stroke-2: #3C3D42;--purple-dark-1: #2E2D3D;--purple-1: #B08CFF;--dm-purple-1: #B08CFF;--purple-bg: #22212F;--dm-grey-txt-1: #9A99A7;--dm-grey-txt-2: #CCCBD9;--dm-grey-txt-3: #505156;--dm-grey-txt-4: #807F8F;--dm-white: #FFFFFF;--dm-red: #D54242;--dm-gradient-2: linear-gradient(90deg, #5C29B8 0%, #D2ACFF 100%)}body{margin:0;font-family:Inter,sans-serif;--h1-font-family: "Inter", sans-serif;--h1-font-weight: 700;--h1-font-size: 24px;--h1-line-height: 100%;--h1-letter-spacing: 0;--h2-font-family: "Inter", sans-serif;--h2-font-weight: 700;--h2-font-size: 20px;--h2-line-height: 100%;--h2-letter-spacing: 0;--h3-font-family: "Inter", sans-serif;--h3-font-weight: 600;--h3-font-size: 20px;--h3-line-height: 100%;--h3-letter-spacing: 0;--h4-font-family: "Inter", sans-serif;--h4-font-weight: 600;--h4-font-size: 16px;--h4-line-height: 1;--h4-letter-spacing: normal;--subtitle1-font-family: "Inter", sans-serif;--subtitle1-font-weight: 500;--subtitle1-font-size: 14px;--subtitle1-line-height: 1;--subtitle1-letter-spacing: normal;--subtitle2-font-family: "Inter", sans-serif;--subtitle2-font-weight: 300;--subtitle2-font-size: 14px;--subtitle2-line-height: 1;--subtitle2-letter-spacing: normal;--subtitle3-font-family: "Inter", sans-serif;--subtitle3-font-weight: 300;--subtitle3-font-size: 14px;--subtitle3-line-height: 140%;--subtitle3-letter-spacing: 0;--subtitle5-font-family: "Inter", sans-serif;--subtitle5-font-weight: 600;--subtitle5-font-size: 12px;--subtitle5-line-height: 100%;--subtitle5-letter-spacing: 0;--subtitle6-font-family: "Inter", sans-serif;--subtitle6-font-weight: 300;--subtitle6-font-size: 12px;--subtitle6-line-height: 130%;--subtitle6-letter-spacing: 0;--body1-font-family: "Inter", sans-serif;--body1-font-weight: 300;--body1-font-size: 16px;--body1-line-height: 140%;--body1-letter-spacing: 0;--button-font-family: "Inter", sans-serif;--button-font-weight: 500;--button-font-size: 16px;--button-line-height: 100%;--button-letter-spacing: 0;--transition-fast: opacity .2s ease-in-out;--dm-h1-font-family: "Inter", sans-serif;--dm-h1-font-weight: 700;--dm-h1-font-size: 32px;--dm-h1-line-height: 100%;--dm-h1-letter-spacing: 0;--dm-h2-font-family: "Inter", sans-serif;--dm-h2-font-weight: 700;--dm-h2-font-size: 24px;--dm-h2-line-height: 100%;--dm-h2-letter-spacing: 0;--dm-body1-font-family: "Inter", sans-serif;--dm-body1-font-weight: 400;--dm-body1-font-size: 16px;--dm-body1-line-height: 140%;--dm-body1-letter-spacing: 0%;--dm-body2-font-family: "Inter", sans-serif;--dm-body2-font-weight: 500;--dm-body2-font-size: 16px;--dm-body2-line-height: 100%;--dm-body2-letter-spacing: 0%}.h1{font-family:var(--h1-font-family);font-weight:var(--h1-font-weight);font-size:var(--h1-font-size);line-height:var(--h1-line-height);letter-spacing:var(--h1-letter-spacing);color:var(--black-txt);margin:0}.h2{font-family:var(--h2-font-family);font-weight:var(--h2-font-weight);font-size:var(--h2-font-size);line-height:var(--h2-line-height);letter-spacing:var(--h2-letter-spacing);color:var(--black-txt);margin:0}.h3{font-family:var(--h3-font-family);font-weight:var(--h3-font-weight);font-size:var(--h3-font-size);line-height:var(--h3-line-height);letter-spacing:var(--h3-letter-spacing);color:var(--black-txt);margin:0}.h4{font-family:var(--h4-font-family);font-weight:var(--h4-font-weight);font-size:var(--h4-font-size);line-height:var(--h4-line-height);letter-spacing:var(--h4-letter-spacing);color:var(--black-txt);margin:0}.subtitle-1{font-family:var(--subtitle1-font-family);font-weight:var(--subtitle1-font-weight);font-size:var(--subtitle1-font-size);line-height:var(--subtitle1-line-height);letter-spacing:var(--subtitle1-letter-spacing);transition:opacity .2s ease-in-out;color:var(--black-txt);margin:0}.subtitle-2{font-family:var(--subtitle2-font-family);font-weight:var(--subtitle2-font-weight);font-size:var(--subtitle2-font-size);line-height:var(--subtitle2-line-height);letter-spacing:var(--subtitle2-letter-spacing);color:var(--black-txt);margin:0}.subtitle-3{font-family:var(--subtitle3-font-family);font-weight:var(--subtitle3-font-weight);font-size:var(--subtitle3-font-size);line-height:var(--subtitle3-line-height);letter-spacing:var(--subtitle3-letter-spacing);color:var(--black-txt);margin:0}.subtitle-5{font-family:var(--subtitle5-font-family);font-weight:var(--subtitle5-font-weight);font-size:var(--subtitle5-font-size);line-height:var(--subtitle5-line-height);letter-spacing:var(--subtitle5-letter-spacing);color:var(--black-txt);margin:0}.subtitle-6{font-family:var(--subtitle6-font-family);font-weight:var(--subtitle6-font-weight);font-size:var(--subtitle6-font-size);line-height:var(--subtitle6-line-height);letter-spacing:var(--subtitle6-letter-spacing);color:var(--black-txt);margin:0}.body1{font-family:var(--body1-font-family);font-weight:var(--body1-font-weight);font-size:var(--body1-font-size);line-height:var(--body1-line-height);letter-spacing:var(--body1-letter-spacing);color:var(--black-txt);margin:0}.button{font-family:var(--button-font-family);font-weight:var(--button-font-weight);font-size:var(--button-font-size);line-height:var(--button-line-height);letter-spacing:var(--button-letter-spacing);color:var(--black-txt);margin:0}.dm-h1{font-family:var(--dm-h1-font-family);font-weight:var(--dm-h1-font-weight);font-size:var(--dm-h1-font-size);line-height:var(--dm-h1-line-height);letter-spacing:var(--dm-h1-letter-spacing);color:var(--dm-white);margin:0}.dm-h2{font-family:var(--dm-h2-font-family);font-weight:var(--dm-h2-font-weight);font-size:var(--dm-h2-font-size);line-height:var(--dm-h2-line-height);letter-spacing:var(--dm-h2-letter-spacing);color:var(--dm-white);margin:0}.dm-body-1{font-family:var(--dm-body1-font-family);font-weight:var(--dm-body1-font-weight);font-size:var(--dm-body1-font-size);line-height:var(--dm-body1-line-height);letter-spacing:var(--dm-body1-letter-spacing);color:var(--dm-grey-txt-1);margin:0}.dm-body-2{font-family:var(--dm-body2-font-family);font-weight:var(--dm-body2-font-weight);font-size:var(--dm-body2-font-size);line-height:var(--dm-body2-line-height);letter-spacing:var(--dm-body2-letter-spacing);color:var(--dm-white);margin:0}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}@font-face{font-family:Inter;src:url(/assets/Inter-VariableFont-c8O0ljhh.ttf) format("truetype-variations");font-weight:100 900;font-style:normal}
