.ArticleForm-module__Th9YpW__formPage{flex-direction:column;gap:1.5rem;display:flex}.ArticleForm-module__Th9YpW__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.ArticleForm-module__Th9YpW__headerLeft{align-items:center;gap:1.5rem;display:flex}.ArticleForm-module__Th9YpW__headerLeft h1{color:#111827;font-size:1.5rem;font-weight:700}.ArticleForm-module__Th9YpW__headerLeft p{color:#6b7280;font-size:.9375rem}.ArticleForm-module__Th9YpW__backButton{cursor:pointer;color:#4b5563;background:#fff;border:1px solid #e5e7eb;border-radius:.625rem;padding:.625rem;transition:all .2s}.ArticleForm-module__Th9YpW__backButton:hover{color:var(--color-primary);background:#f9fafb}.ArticleForm-module__Th9YpW__headerActions{gap:1rem;display:flex}.ArticleForm-module__Th9YpW__tabs{border-bottom:1px solid #e5e7eb;gap:1rem;padding-bottom:.5rem;display:flex}.ArticleForm-module__Th9YpW__tab{color:#6b7280;cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;padding:.75rem 1.25rem;font-weight:500;transition:all .2s;display:flex;position:relative}.ArticleForm-module__Th9YpW__tab:hover,.ArticleForm-module__Th9YpW__activeTab{color:var(--color-primary)}.ArticleForm-module__Th9YpW__activeTab:after{content:"";background:var(--color-primary);height:2px;position:absolute;bottom:-.5rem;left:0;right:0}.ArticleForm-module__Th9YpW__formContent{padding-top:1rem}.ArticleForm-module__Th9YpW__editorSection{flex-direction:column;gap:2rem;display:flex}.ArticleForm-module__Th9YpW__mainInfo{border:1px solid var(--color-border);background:#fff;border-radius:.75rem;padding:1.5rem}.ArticleForm-module__Th9YpW__titleInput{color:#111827;background:0 0;border:none;outline:none;width:100%;font-size:2rem;font-weight:800}.ArticleForm-module__Th9YpW__metadataSection .ArticleForm-module__Th9YpW__grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.ArticleForm-module__Th9YpW__card{border:1px solid var(--color-border);box-shadow:var(--shadow-sm);background:#fff;border-radius:.75rem;padding:1.5rem}.ArticleForm-module__Th9YpW__card h3{color:#111827;border-bottom:1px solid #f3f4f6;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.125rem;font-weight:700}.ArticleForm-module__Th9YpW__formGroup{flex-direction:column;gap:.5rem;margin-bottom:1.25rem;display:flex}.ArticleForm-module__Th9YpW__formGroup label{color:#374151;font-size:.875rem;font-weight:600}.ArticleForm-module__Th9YpW__formGroup input,.ArticleForm-module__Th9YpW__formGroup select,.ArticleForm-module__Th9YpW__formGroup textarea{border:1px solid #d1d5db;border-radius:.5rem;padding:.75rem;font-size:.9375rem;transition:border-color .2s}.ArticleForm-module__Th9YpW__formGroup input:focus{border-color:var(--color-primary);ring:2px var(--color-primary-light);outline:none}.ArticleForm-module__Th9YpW__imageHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.ArticleForm-module__Th9YpW__miniToggle{color:#6b7280;background:#f3f4f6;border-radius:2rem;align-items:center;gap:1rem;padding:.5rem 1rem;font-size:.8rem;display:flex}.ArticleForm-module__Th9YpW__labelWithInfo{align-items:center;gap:.5rem;display:flex}.ArticleForm-module__Th9YpW__toggleWithInfo{align-items:center;gap:.4rem;display:flex}.ArticleForm-module__Th9YpW__infoIconWrapper{cursor:help;align-items:center;display:inline-flex;position:relative}.ArticleForm-module__Th9YpW__infoIcon{color:#9ca3af;transition:color .2s}.ArticleForm-module__Th9YpW__infoIconSmall{color:#9ca3af;opacity:.8}.ArticleForm-module__Th9YpW__infoIconWrapper:hover .ArticleForm-module__Th9YpW__infoIcon,.ArticleForm-module__Th9YpW__infoIconWrapper:hover .ArticleForm-module__Th9YpW__infoIconSmall{color:var(--color-primary)}.ArticleForm-module__Th9YpW__tooltip{color:#fff;text-align:center;visibility:hidden;opacity:0;pointer-events:none;z-index:100;background:#1f2937;border-radius:.5rem;width:220px;padding:.75rem 1rem;font-size:.75rem;line-height:1.4;transition:all .2s cubic-bezier(.4,0,.2,1);position:absolute;bottom:125%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 15px -3px #0000004d}.ArticleForm-module__Th9YpW__tooltip:after{content:"";border:5px solid #0000;border-top-color:#1f2937;margin-left:-5px;position:absolute;top:100%;left:50%}.ArticleForm-module__Th9YpW__infoIconWrapper:hover .ArticleForm-module__Th9YpW__tooltip{visibility:visible;opacity:1;transform:translate(-50%)translateY(0)}.ArticleForm-module__Th9YpW__miniToggle input[type=checkbox]{appearance:none;cursor:pointer;background-color:#d1d5db;transition:background-color .2s;position:relative;border:none!important;border-radius:1rem!important;width:1.8rem!important;height:1rem!important;margin:0!important}.ArticleForm-module__Th9YpW__miniToggle input[type=checkbox]:checked{background-color:#10b981}.ArticleForm-module__Th9YpW__miniToggle input[type=checkbox]:before{content:"";background-color:#fff;border-radius:50%;width:.8rem;height:.8rem;transition:transform .2s;position:absolute;top:.1rem;left:.1rem}.ArticleForm-module__Th9YpW__miniToggle input[type=checkbox]:checked:before{transform:translate(.8rem)}.ArticleForm-module__Th9YpW__checkboxes label{cursor:pointer;background:#f9fafb;border:1px solid #f3f4f6;border-radius:.75rem;justify-content:space-between;align-items:center;padding:.75rem 1rem;transition:all .2s;display:flex}.ArticleForm-module__Th9YpW__checkboxes label:hover{background:#f3f4f6}.ArticleForm-module__Th9YpW__checkboxes input[type=checkbox]{appearance:none;cursor:pointer;background-color:#d1d5db;transition:background-color .2s;position:relative;border:none!important;border-radius:1rem!important;outline:none!important;width:2.5rem!important;height:1.25rem!important}.ArticleForm-module__Th9YpW__checkboxes input[type=checkbox]:checked{background-color:#10b981}.ArticleForm-module__Th9YpW__checkboxes input[type=checkbox]:before{content:"";background-color:#fff;border-radius:50%;width:1rem;height:1rem;transition:transform .2s;position:absolute;top:.125rem;left:.125rem}.ArticleForm-module__Th9YpW__checkboxes input[type=checkbox]:checked:before{transform:translate(1.25rem)}.ArticleForm-module__Th9YpW__disabledLabel{opacity:.5;pointer-events:auto;cursor:not-allowed!important}.ArticleForm-module__Th9YpW__disabledLabel input{cursor:not-allowed!important}.ArticleForm-module__Th9YpW__checkboxes{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.ArticleForm-module__Th9YpW__checkboxes label{cursor:pointer;align-items:center;gap:.75rem;font-size:.9375rem;display:flex}.ArticleForm-module__Th9YpW__previewOverlay{backdrop-filter:blur(8px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.ArticleForm-module__Th9YpW__previewModal{background:#fff;border-radius:2rem;flex-direction:column;width:100%;max-width:1000px;height:90vh;animation:.3s cubic-bezier(.4,0,.2,1) ArticleForm-module__Th9YpW__modalAppear;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}@keyframes ArticleForm-module__Th9YpW__modalAppear{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.ArticleForm-module__Th9YpW__previewHeader{background:#f9fafb;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.ArticleForm-module__Th9YpW__previewHeader h2{color:#111827;font-size:1.25rem;font-weight:700}.ArticleForm-module__Th9YpW__closePreview{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.ArticleForm-module__Th9YpW__closePreview:hover{color:#ef4444;background:#fee2e2;border-color:#fecaca;transform:rotate(90deg)}.ArticleForm-module__Th9YpW__previewBody{background:#fff;flex:1;padding:2rem;overflow-y:auto}.ArticleForm-module__Th9YpW__previewBody::-webkit-scrollbar{width:8px}.ArticleForm-module__Th9YpW__previewBody::-webkit-scrollbar-track{background:#f1f1f1}.ArticleForm-module__Th9YpW__previewBody::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.ArticleForm-module__Th9YpW__previewBody::-webkit-scrollbar-thumb:hover{background:#94a3b8}
.Sections-module__W4uRQW__sectionEditor{flex-direction:column;gap:1.25rem;padding:.5rem;display:flex}.Sections-module__W4uRQW__inputGroup{flex-direction:column;gap:.5rem;display:flex}.Sections-module__W4uRQW__inputGroup label{color:#374151;font-size:.875rem;font-weight:600}.Sections-module__W4uRQW__inputGroup input,.Sections-module__W4uRQW__inputGroup select,.Sections-module__W4uRQW__inputGroup textarea,.Sections-module__W4uRQW__levelSelect{border:1px solid #d1d5db;border-radius:.5rem;padding:.625rem;font-size:.9375rem;transition:all .2s}.Sections-module__W4uRQW__inputGroup input,.Sections-module__W4uRQW__inputGroup select,.Sections-module__W4uRQW__inputGroup textarea{width:100%}.Sections-module__W4uRQW__inputGroup input:focus,.Sections-module__W4uRQW__inputGroup select:focus,.Sections-module__W4uRQW__inputGroup textarea:focus,.Sections-module__W4uRQW__levelSelect:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.Sections-module__W4uRQW__sectionEditor input[type=checkbox]{cursor:pointer;margin:0;width:1.25rem!important;height:1.25rem!important}.Sections-module__W4uRQW__switchRow{color:#4b5563;align-items:center;gap:1rem;font-size:.875rem;font-weight:600;display:flex}.Sections-module__W4uRQW__switchLabel{cursor:pointer;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:2rem;justify-content:space-between;align-items:center;gap:1rem;min-width:10rem;padding:.375rem .75rem;transition:all .2s;display:flex}.Sections-module__W4uRQW__switchLabel:hover{background:var(--gray-200);border-color:var(--gray-300)}.Sections-module__W4uRQW__switchText{color:var(--gray-700);font-size:.8125rem;font-weight:600}.Sections-module__W4uRQW__switchLabel input{display:none}.Sections-module__W4uRQW__switchSlider{background:var(--gray-300);border-radius:1rem;width:2.75rem;height:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.Sections-module__W4uRQW__switchLabel input:checked+.Sections-module__W4uRQW__switchSlider{background:#10b981;box-shadow:0 0 10px #10b98133}.Sections-module__W4uRQW__switchSlider:after{content:"";background:#fff;border-radius:50%;width:1.125rem;height:1.125rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:.1875rem;left:.1875rem;box-shadow:0 2px 4px #0000001a}.Sections-module__W4uRQW__switchLabel input:checked+.Sections-module__W4uRQW__switchSlider:after{transform:translate(1.25rem)}.Sections-module__W4uRQW__listContainer{flex-direction:column;gap:.75rem;display:flex}.Sections-module__W4uRQW__listItem{align-items:center;gap:.75rem;display:flex}.Sections-module__W4uRQW__itemNumber{color:#9ca3af;min-width:1.5rem;font-size:.875rem;font-weight:500}.Sections-module__W4uRQW__listItem input{border:1px solid #d1d5db;border-radius:.5rem;flex:1;padding:.625rem}.Sections-module__W4uRQW__removeBtn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:.375rem;padding:.5rem;transition:all .2s}.Sections-module__W4uRQW__removeBtn:hover{background:#fee2e2}.Sections-module__W4uRQW__addItemBtn{color:#2563eb;cursor:pointer;background:#f0f9ff;border:1px dashed #bae6fd;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-weight:500;transition:all .2s;display:flex}.Sections-module__W4uRQW__addItemBtn:hover{background:#e0f2fe;border-color:#7dd3fc}.Sections-module__W4uRQW__videoPreview{aspect-ratio:16/9;background:#000;border:1px solid #e5e7eb;border-radius:.75rem;width:100%;position:relative;overflow:hidden}.Sections-module__W4uRQW__videoPreview img{object-fit:cover;width:100%;height:100%}.Sections-module__W4uRQW__previewBadge{color:#fff;backdrop-filter:blur(4px);background:#000000b3;border-radius:2rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500;position:absolute;top:.75rem;left:.75rem}
.WysiwygEditor-module__pJX_Nq__container{border:1px solid var(--gray-200);background:#fff;border-radius:1.5rem;overflow:visible;box-shadow:0 12px 28px #0f172a0d}.WysiwygEditor-module__pJX_Nq__container:focus-within{border-color:var(--blue-300);box-shadow:0 0 0 4px var(--blue-50), 0 12px 28px #0f172a14}.WysiwygEditor-module__pJX_Nq__header{border-bottom:1px solid var(--gray-200);background:linear-gradient(#fff 0%,#f8fafc 100%);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;display:flex}.WysiwygEditor-module__pJX_Nq__title{color:var(--gray-900);margin:0;font-size:.96rem;font-weight:900}.WysiwygEditor-module__pJX_Nq__helper{color:var(--gray-500);margin:.28rem 0 0;font-size:.78rem}.WysiwygEditor-module__pJX_Nq__status{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.55rem;display:flex}.WysiwygEditor-module__pJX_Nq__status span{border:1px solid var(--gray-200);background:var(--gray-50);color:var(--gray-600);border-radius:999px;padding:.35rem .7rem;font-size:.72rem;font-weight:700}.WysiwygEditor-module__pJX_Nq__editorShell{background:#fff}.WysiwygEditor-module__pJX_Nq__loadingState{min-height:18rem;color:var(--gray-500);place-items:center;font-size:.9rem;font-weight:700;display:grid}.WysiwygEditor-module__pJX_Nq__editorShell .tox.tox-tinymce{border:0;border-radius:0 0 1.5rem 1.5rem;overflow:hidden}.WysiwygEditor-module__pJX_Nq__editorShell .tox .tox-editor-header{box-shadow:none;border-bottom:1px solid var(--gray-200)}:is(.WysiwygEditor-module__pJX_Nq__editorShell .tox .tox-toolbar-overlord,.WysiwygEditor-module__pJX_Nq__editorShell .tox .tox-toolbar__primary,.WysiwygEditor-module__pJX_Nq__editorShell .tox .tox-menubar){background:#f8fafc}.WysiwygEditor-module__pJX_Nq__editorShell .tox .tox-toolbar__group{border-color:#e2e8f0!important}.WysiwygEditor-module__pJX_Nq__editorShell .tox .tox-tbtn{border-radius:.75rem}:is(.WysiwygEditor-module__pJX_Nq__editorShell .tox .tox-tbtn:hover,.WysiwygEditor-module__pJX_Nq__editorShell .tox .tox-tbtn:focus,.WysiwygEditor-module__pJX_Nq__editorShell .tox .tox-tbtn--enabled){background:#e2e8f0!important}.WysiwygEditor-module__pJX_Nq__editorShell .tox .tox-edit-area__iframe{background:#fff}.WysiwygEditor-module__pJX_Nq__editorShell .tox .tox-statusbar{border-top:1px solid var(--gray-200)}.WysiwygEditor-module__pJX_Nq__editorShell .tox .tox-dialog{border-radius:1.25rem}:is(.tox-tinymce-aux,.tox-silver-sink,.tox-tinymce-inline){z-index:10050!important}:is(.tox .tox-menu,.tox .tox-collection,.tox .tox-dialog-wrap){pointer-events:auto}@media (max-width:767px){.WysiwygEditor-module__pJX_Nq__header{flex-direction:column;align-items:stretch}.WysiwygEditor-module__pJX_Nq__status{justify-content:flex-start}}
.ConditionComparisonForm-module__BP9uJq__container{direction:rtl;flex-direction:column;gap:1.5rem;width:90%;margin:0 auto;display:flex}.ConditionComparisonForm-module__BP9uJq__card{border:1px solid var(--dash-border);border-radius:var(--radius-xl);background-color:#fff;flex-direction:column;gap:1.25rem;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.ConditionComparisonForm-module__BP9uJq__card:hover{box-shadow:var(--shadow-md);border-color:var(--color-primary);transform:translateY(-4px)}.ConditionComparisonForm-module__BP9uJq__header{background:var(--grid-bg,#f8fafc);border:1px solid var(--dash-border);border-radius:var(--radius-xl);flex-direction:column;gap:.5rem;margin-bottom:.5rem;padding:1.5rem;display:flex}.ConditionComparisonForm-module__BP9uJq__headerTitle{color:var(--dash-text);margin:0;font-size:1.25rem;font-weight:700}.ConditionComparisonForm-module__BP9uJq__headerSubtitle{color:var(--color-text-muted);margin:0;font-size:.875rem}.ConditionComparisonForm-module__BP9uJq__grid{grid-template-columns:repeat(1,1fr);gap:1.5rem;display:grid}@media (min-width:768px){.ConditionComparisonForm-module__BP9uJq__grid2{grid-template-columns:repeat(2,1fr)}}.ConditionComparisonForm-module__BP9uJq__label{color:var(--dash-text);margin-block-end:.5rem;font-size:.875rem;font-weight:600;display:block}.ConditionComparisonForm-module__BP9uJq__inputGroup{flex-direction:column;gap:.25rem;display:flex}.ConditionComparisonForm-module__BP9uJq__itemHeader{border-block-end:1px solid var(--dash-border);justify-content:space-between;align-items:center;margin-block-end:.5rem;padding-block-end:1rem;display:flex}.ConditionComparisonForm-module__BP9uJq__itemTitle{color:var(--dash-text);align-items:center;gap:.75rem;font-size:.875rem;font-weight:700;display:flex}.ConditionComparisonForm-module__BP9uJq__itemActions{align-items:center;gap:1rem;display:flex}.ConditionComparisonForm-module__BP9uJq__highlightToggle{color:var(--color-text-muted);cursor:pointer;border-radius:var(--radius-lg);align-items:center;gap:.5rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600;transition:all .2s;display:flex}.ConditionComparisonForm-module__BP9uJq__highlightToggle:hover{background-color:var(--dash-bg)}.ConditionComparisonForm-module__BP9uJq__highlightActive{color:var(--color-primary);background-color:rgba(var(--color-primary-rgb), .1)}.ConditionComparisonForm-module__BP9uJq__removeButton{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;transition:all .2s;display:flex}.ConditionComparisonForm-module__BP9uJq__removeButton:hover{background-color:#fef2f2;border-color:#fee2e2;transform:scale(1.1)}.ConditionComparisonForm-module__BP9uJq__btnAddItem{border:2px dashed var(--dash-border);border-radius:var(--radius-xl);width:100%;color:var(--color-text-muted);cursor:pointer;background-color:#fff;justify-content:center;align-items:center;gap:.75rem;padding:1.25rem;font-size:.95rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.ConditionComparisonForm-module__BP9uJq__btnAddItem:hover{background-color:var(--dash-bg);border-color:var(--color-primary);color:var(--color-primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.ConditionComparisonForm-module__BP9uJq__footer{border-top:1px solid var(--dash-border);justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}.ConditionComparisonForm-module__BP9uJq__btnPrimary{background-color:var(--color-primary);color:#fff;border-radius:var(--radius-lg);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:inline-flex}.ConditionComparisonForm-module__BP9uJq__btnPrimary:hover{filter:brightness(1.1);box-shadow:var(--shadow-md);transform:translateY(-1px)}.ConditionComparisonForm-module__BP9uJq__btnSecondary{color:var(--dash-text);border:1px solid var(--dash-border);border-radius:var(--radius-lg);cursor:pointer;background-color:#fff;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:inline-flex}.ConditionComparisonForm-module__BP9uJq__btnSecondary:hover{background-color:var(--dash-bg)}.ConditionComparisonForm-module__BP9uJq__highlightedCard{border-color:var(--color-primary);background-color:rgba(var(--color-primary-rgb), .02)}.ConditionComparisonForm-module__BP9uJq__tokenPickerWrapper{margin-block-start:.25rem}
.InsurancePaymentInfoForm-module__nLZVCG__container{direction:rtl;flex-direction:column;gap:2rem;width:90%;margin:0 auto;display:flex}.InsurancePaymentInfoForm-module__nLZVCG__card{border:1px solid var(--dash-border);border-radius:var(--radius-xl);background-color:#fff;flex-direction:column;gap:1.5rem;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.InsurancePaymentInfoForm-module__nLZVCG__card:hover{box-shadow:var(--shadow-md);border-color:var(--color-primary);transform:translateY(-4px)}.InsurancePaymentInfoForm-module__nLZVCG__sectionHeader{border-block-end:1px solid var(--dash-border);justify-content:space-between;align-items:center;margin-block-end:.5rem;padding-block-end:1rem;display:flex}.InsurancePaymentInfoForm-module__nLZVCG__sectionTitle{color:var(--dash-text);align-items:center;gap:.75rem;font-size:1rem;font-weight:700;display:flex}.InsurancePaymentInfoForm-module__nLZVCG__grid2{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.InsurancePaymentInfoForm-module__nLZVCG__grid2{grid-template-columns:repeat(2,1fr)}}.InsurancePaymentInfoForm-module__nLZVCG__label{color:var(--dash-text);margin-block-end:.5rem;font-size:.875rem;font-weight:600;display:block}.InsurancePaymentInfoForm-module__nLZVCG__inputGroup{flex-direction:column;gap:.25rem;display:flex}.InsurancePaymentInfoForm-module__nLZVCG__itemCard{border:1px solid var(--dash-border);border-radius:var(--radius-xl);background-color:#fff;gap:1.5rem;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.InsurancePaymentInfoForm-module__nLZVCG__itemCard:hover{border-color:var(--color-primary);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.InsurancePaymentInfoForm-module__nLZVCG__itemActions{flex-direction:column;gap:.5rem;display:flex}.InsurancePaymentInfoForm-module__nLZVCG__removeButton{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;transition:all .2s;display:flex}.InsurancePaymentInfoForm-module__nLZVCG__removeButton:hover{background-color:#fef2f2;transform:scale(1.1)}.InsurancePaymentInfoForm-module__nLZVCG__btnAddItem{border:2px dashed var(--dash-border);border-radius:var(--radius-lg);width:100%;color:var(--color-text-muted);cursor:pointer;background-color:#fff;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-weight:600;transition:all .2s;display:flex}.InsurancePaymentInfoForm-module__nLZVCG__btnAddItem:hover{border-color:var(--color-primary);color:var(--color-primary);background-color:var(--dash-bg)}.InsurancePaymentInfoForm-module__nLZVCG__configGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.InsurancePaymentInfoForm-module__nLZVCG__configItem{background:var(--dash-bg);border-radius:var(--radius-lg);border:1px solid var(--dash-border);flex-direction:column;gap:.75rem;padding:1rem;display:flex}.InsurancePaymentInfoForm-module__nLZVCG__footer{border-block-start:1px solid var(--dash-border);justify-content:flex-end;gap:1rem;margin-block-start:2rem;padding-block-start:1.5rem;display:flex}.InsurancePaymentInfoForm-module__nLZVCG__btnPrimary{background-color:var(--color-primary);color:#fff;border-radius:var(--radius-lg);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:inline-flex}.InsurancePaymentInfoForm-module__nLZVCG__btnPrimary:hover{filter:brightness(1.1);box-shadow:var(--shadow-md);transform:translateY(-1px)}.InsurancePaymentInfoForm-module__nLZVCG__btnSecondary{color:var(--dash-text);border:1px solid var(--dash-border);border-radius:var(--radius-lg);cursor:pointer;background-color:#fff;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:inline-flex}.InsurancePaymentInfoForm-module__nLZVCG__btnSecondary:hover{background-color:var(--dash-bg)}.InsurancePaymentInfoForm-module__nLZVCG__iconInput{text-align:center;width:3.5rem;font-size:1.25rem}.InsurancePaymentInfoForm-module__nLZVCG__tokenPickerWrapper{margin-block-start:.25rem}
.PageHeaderForm-module__xHRJNa__container{background-color:var(--dash-bg);direction:rtl;flex-direction:column;height:100%;display:flex}.PageHeaderForm-module__xHRJNa__header{border-bottom:1px solid var(--dash-border);background:#fff;flex-shrink:0;padding:1.5rem 2rem}.PageHeaderForm-module__xHRJNa__headerTitleRow{align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.PageHeaderForm-module__xHRJNa__headerIconWrapper{border-radius:var(--radius-lg);background:var(--dash-surface);width:48px;height:48px;color:var(--color-primary);border:1px solid var(--dash-border);justify-content:center;align-items:center;display:flex}.PageHeaderForm-module__xHRJNa__headerText{flex-direction:column;display:flex}.PageHeaderForm-module__xHRJNa__headerKicker{color:var(--color-primary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.PageHeaderForm-module__xHRJNa__headerTitle{color:var(--dash-text);margin:0;font-size:1.5rem;font-weight:900}.PageHeaderForm-module__xHRJNa__headerDescription{color:var(--color-text-muted);margin:0;font-size:.9rem}.PageHeaderForm-module__xHRJNa__scrollArea{flex:1;padding:2rem 0;overflow-y:auto}.PageHeaderForm-module__xHRJNa__formStack{flex-direction:column;gap:2rem;width:90%;margin:0 auto;display:flex}.PageHeaderForm-module__xHRJNa__section{border-radius:var(--radius-xl);border:1px solid var(--dash-border);box-shadow:var(--shadow-sm);background-color:#fff;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.PageHeaderForm-module__xHRJNa__section:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.PageHeaderForm-module__xHRJNa__sectionHeader{margin-block-end:1.5rem}.PageHeaderForm-module__xHRJNa__sectionKicker{color:var(--color-primary);text-transform:uppercase;margin-bottom:.5rem;font-size:.7rem;font-weight:800;display:block}.PageHeaderForm-module__xHRJNa__sectionTitle{color:var(--dash-text);margin:0;font-size:1.15rem;font-weight:900}.PageHeaderForm-module__xHRJNa__sectionSubtitle{color:var(--color-text-muted);margin-block-start:.4rem;font-size:.875rem;line-height:1.6}.PageHeaderForm-module__xHRJNa__grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (min-width:768px){.PageHeaderForm-module__xHRJNa__grid2{grid-template-columns:repeat(2,1fr)}.PageHeaderForm-module__xHRJNa__grid3{grid-template-columns:repeat(3,1fr)}}.PageHeaderForm-module__xHRJNa__crumbCard{background-color:var(--dash-surface);border:1px solid var(--dash-border);border-radius:var(--radius-lg);align-items:center;gap:1rem;padding:1.25rem;transition:all .3s;display:grid;position:relative}@media (min-width:768px){.PageHeaderForm-module__xHRJNa__crumbCard{grid-template-columns:1fr 1fr auto}}.PageHeaderForm-module__xHRJNa__crumbCard:hover{border-color:var(--color-primary);background-color:#fff}.PageHeaderForm-module__xHRJNa__ctaModule{background-color:#fff;background-image:linear-gradient(var(--dash-border) 1px, transparent 1px), linear-gradient(90deg, var(--dash-border) 1px, transparent 1px);border:1px solid var(--dash-border);border-radius:var(--radius-xl);background-position:50%;background-size:20px 20px;padding:2rem;position:relative;overflow:hidden}.PageHeaderForm-module__xHRJNa__ctaModule:before{content:"";pointer-events:none;background:radial-gradient(circle,#0000 0%,#fff 90%);position:absolute;inset:0}.PageHeaderForm-module__xHRJNa__ctaModuleContent{z-index:1;position:relative}.PageHeaderForm-module__xHRJNa__label{color:var(--dash-text);margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.PageHeaderForm-module__xHRJNa__input{border-radius:var(--radius-lg);border:1px solid var(--dash-border);width:100%;color:var(--dash-text);background-color:#fff;outline:none;padding:.75rem 1rem;font-size:.95rem;transition:all .2s}.PageHeaderForm-module__xHRJNa__input:focus{border-color:var(--color-primary);box-shadow:0 0 0 4px #3b82f61a}.PageHeaderForm-module__xHRJNa__btnRemove{color:#ef4444;cursor:pointer;background-color:#fff1f2;border:1px solid #fecaca;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-top:1.5rem;transition:all .2s;display:flex}@media (max-width:767px){.PageHeaderForm-module__xHRJNa__btnRemove{align-self:flex-start;margin-top:0}}.PageHeaderForm-module__xHRJNa__btnRemove:hover{background-color:#fee2e2;transform:scale(1.1)}.PageHeaderForm-module__xHRJNa__btnAddItem{border:2px dashed var(--dash-border);border-radius:var(--radius-lg);background-color:var(--dash-surface);width:100%;color:var(--color-text-muted);cursor:pointer;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:1rem;font-weight:600;transition:all .2s;display:flex}.PageHeaderForm-module__xHRJNa__btnAddItem:hover{border-color:var(--color-primary);color:var(--color-primary);background-color:#fff}.PageHeaderForm-module__xHRJNa__footer{border-top:1px solid var(--dash-border);background:#fff;flex-shrink:0;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;display:flex}.PageHeaderForm-module__xHRJNa__btnPrimary{background:linear-gradient(135deg, var(--color-primary) 0%, #2563eb 100%);color:#fff;border-radius:var(--radius-lg);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.75rem 2rem;font-weight:700;transition:all .2s;display:inline-flex}.PageHeaderForm-module__xHRJNa__btnPrimary:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 10px 15px -3px #2563eb4d}.PageHeaderForm-module__xHRJNa__btnSecondary{color:var(--dash-text);border-radius:var(--radius-lg);border:1px solid var(--dash-border);cursor:pointer;background-color:#fff;align-items:center;gap:.5rem;padding:.75rem 2rem;font-weight:700;transition:all .2s;display:inline-flex}.PageHeaderForm-module__xHRJNa__btnSecondary:hover{background-color:var(--dash-surface)}
.SectionEditor-module__3b_1Va__container{flex-direction:column;gap:2rem;display:flex}.SectionEditor-module__3b_1Va__sectionsList{flex-direction:column;gap:1.5rem;display:flex}.SectionEditor-module__3b_1Va__sectionItem{border:1px solid var(--color-border);box-shadow:var(--shadow-sm);background:#fff;border-radius:.75rem;overflow:hidden}.SectionEditor-module__3b_1Va__sectionHeader{border-bottom:1px solid var(--color-border);background:#f9fafb;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.SectionEditor-module__3b_1Va__dragHandle{color:#6b7280;cursor:grab;align-items:center;gap:.75rem;display:flex}.SectionEditor-module__3b_1Va__sectionLabel{color:#111827;font-size:.875rem;font-weight:600}.SectionEditor-module__3b_1Va__sectionActions{align-items:center;gap:.5rem;display:flex}.SectionEditor-module__3b_1Va__sectionActions button{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.SectionEditor-module__3b_1Va__sectionActions button:disabled{opacity:.5;cursor:not-allowed}.SectionEditor-module__3b_1Va__sectionActions button.SectionEditor-module__3b_1Va__deleteBtn:hover{color:#ef4444;background:#fef2f2;border-color:#fca5a5}.SectionEditor-module__3b_1Va__sectionBody{padding:1.5rem}.SectionEditor-module__3b_1Va__addSectionContainer{background:#f3f4f6;border:2px dashed #d1d5db;border-radius:1rem;padding:2rem}.SectionEditor-module__3b_1Va__addSectionContainer h3{color:#374151;text-align:center;margin-bottom:1.5rem;font-size:1rem;font-weight:600}.SectionEditor-module__3b_1Va__typeGrid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;display:grid}.SectionEditor-module__3b_1Va__typeBtn{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;transition:all .2s;display:flex}.SectionEditor-module__3b_1Va__typeBtn:hover{border-color:var(--color-primary);color:var(--color-primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.SectionEditor-module__3b_1Va__typeBtn span{font-size:.8125rem;font-weight:500}.SectionEditor-module__3b_1Va__editorPlaceholder{color:#9ca3af;text-align:center;padding:1rem;font-style:italic}
.FAQ-module__0zdNvq__container{background:var(--white);border:1px solid #2563eb0f;border-radius:2rem;width:min(100%,1100px);margin-inline:auto;padding:clamp(1.5rem,3vw,3.25rem);box-shadow:0 24px 60px #0f172a1f}.FAQ-module__0zdNvq__title{color:var(--gray-900);text-align:center;margin-block-end:2.75rem;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:900;line-height:1.15;position:relative}.FAQ-module__0zdNvq__title:after{content:"";background:var(--gradient-yellow);border-radius:999px;width:68px;height:4px;position:absolute;inset-block-end:-10px;inset-inline-start:50%;transform:translate(-50%)}.FAQ-module__0zdNvq__subtitle{color:#64748b;text-align:center;margin-block:.5rem 2rem;font-size:clamp(1rem,1.2vw,1.15rem);line-height:1.6}.FAQ-module__0zdNvq__faqList{flex-direction:column;gap:1rem;display:flex}.FAQ-module__0zdNvq__faqItem{background:#f7f9fc;border:1px solid #eef2f7;border-radius:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.FAQ-module__0zdNvq__active.FAQ-module__0zdNvq__faqItem{background:var(--white);border-color:#bfd5ff;box-shadow:0 14px 36px #2563eb1a}.FAQ-module__0zdNvq__faqItem:hover:not(.FAQ-module__0zdNvq__active){border-color:#dbe4f0;transform:translateY(-1px)}.FAQ-module__0zdNvq__question{text-align:start;width:100%;min-height:5.25rem;color:var(--gray-900);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding-block:1.5rem;padding-inline:1.75rem;font-size:clamp(1rem,1.2vw,1.15rem);font-weight:800;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.FAQ-module__0zdNvq__question:hover{color:var(--gray-900)}.FAQ-module__0zdNvq__question:focus-visible{outline:3px solid var(--color-primary);outline-offset:-3px}.FAQ-module__0zdNvq__active .FAQ-module__0zdNvq__question{background:linear-gradient(135deg,#2847b8 0%,#3b82f6 100%);border-start-start-radius:1.5rem;border-start-end-radius:1.5rem;border-end-end-radius:0;border-end-start-radius:0;color:var(--white)!important}.FAQ-module__0zdNvq__active .FAQ-module__0zdNvq__icon{transform:rotate(180deg);color:var(--white)!important}.cms-text-dark .FAQ-module__0zdNvq__active .FAQ-module__0zdNvq__question{color:var(--white)!important}.cms-text-dark .FAQ-module__0zdNvq__active .FAQ-module__0zdNvq__question span{color:var(--white)!important}.cms-text-dark .FAQ-module__0zdNvq__active .FAQ-module__0zdNvq__icon{color:var(--white)!important}.FAQ-module__0zdNvq__icon{color:var(--gray-900);flex-shrink:0;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.FAQ-module__0zdNvq__icon svg{display:block}.FAQ-module__0zdNvq__answer{background:var(--white);border-block-end:1px solid #bfd5ff;border-inline:1px solid #bfd5ff;border-end-end-radius:1.5rem;border-end-start-radius:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.FAQ-module__0zdNvq__answerInner{width:100%;padding-block:1.3rem 1.7rem;padding-inline:1.75rem}.FAQ-module__0zdNvq__answer p{color:#334155;margin:0;font-size:clamp(1rem,1.15vw,1.12rem);line-height:1.9}@media (max-width:768px){.FAQ-module__0zdNvq__container{border-radius:1.5rem;padding:1.25rem}.FAQ-module__0zdNvq__title{font-size:2rem}.FAQ-module__0zdNvq__question{min-height:4.5rem;padding-block:1.1rem;padding-inline:1.1rem;font-size:.98rem}.FAQ-module__0zdNvq__answerInner{padding-block:1rem 1.25rem;padding-inline:1.1rem}}@media (max-width:480px){.FAQ-module__0zdNvq__title{font-size:1.5rem}.FAQ-module__0zdNvq__container{padding:1rem}}
.SocialShare-module__918G0W__socialShare{text-align:right;background:#f8fafc;border-radius:1rem;justify-content:space-between;align-items:center;gap:1.5rem;margin:0;padding:.5rem 1rem;display:flex}.SocialShare-module__918G0W__shareTitle{color:#475569;white-space:nowrap;margin:0;font-size:1rem;font-weight:700}.SocialShare-module__918G0W__shareButtons{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.SocialShare-module__918G0W__shareBtn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.SocialShare-module__918G0W__icon{fill:currentColor;width:1.125rem;height:1.125rem}.SocialShare-module__918G0W__shareBtn:hover{color:#fff;border-color:#0000;transform:translateY(-3px)scale(1.1);box-shadow:0 10px 15px -3px #0000001a}.SocialShare-module__918G0W__facebook:hover{background:#1877f2}.SocialShare-module__918G0W__twitter:hover{background:#1da1f2}.SocialShare-module__918G0W__whatsapp:hover{background:#25d366}.SocialShare-module__918G0W__telegram:hover{background:#08c}.SocialShare-module__918G0W__copy:hover{background:#6366f1}.SocialShare-module__918G0W__native:hover{background:#3b82f6}.SocialShare-module__918G0W__copy.SocialShare-module__918G0W__copied{color:#fff;background:#10b981;border-color:#0000}@media (max-width:640px){.SocialShare-module__918G0W__socialShare{flex-direction:column;align-items:flex-start;gap:1rem}.SocialShare-module__918G0W__shareButtons{justify-content:flex-start;width:100%}}
.ArticleComments-module__fpOFsq__commentsSection{background:var(--white);border-top:1px solid var(--gray-100);padding:2rem 0}.ArticleComments-module__fpOFsq__container{max-width:900px;margin:0 auto;padding:0 1.5rem}.ArticleComments-module__fpOFsq__commentsHeader{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.ArticleComments-module__fpOFsq__commentsTitle{color:var(--gray-900);margin:0;font-size:1.35rem;font-weight:800}.ArticleComments-module__fpOFsq__addCommentBtn{background:var(--gradient-blue);color:var(--white);border-radius:var(--radius-full);cursor:pointer;box-shadow:var(--shadow-sm);border:none;padding:.5rem 1.25rem;font-size:.9rem;font-weight:700;transition:all .4s cubic-bezier(.16,1,.3,1)}.ArticleComments-module__fpOFsq__addCommentBtn:hover{box-shadow:var(--shadow-lg);filter:brightness(1.1);transform:translateY(-3px)}.ArticleComments-module__fpOFsq__addCommentBtn:focus-visible,.ArticleComments-module__fpOFsq__submitBtn:focus-visible,.ArticleComments-module__fpOFsq__star.ArticleComments-module__fpOFsq__interactive:focus-visible,.ArticleComments-module__fpOFsq__input:focus-visible,.ArticleComments-module__fpOFsq__textarea:focus-visible{outline:3px solid var(--radiant-glow);outline-offset:2px}.ArticleComments-module__fpOFsq__feedback{direction:rtl;border-radius:10px;margin-bottom:1rem;padding:.9rem 1rem;font-size:.95rem;font-weight:600}.ArticleComments-module__fpOFsq__feedbackSuccess{background:var(--blue-50);border:1px solid var(--blue-200);color:var(--blue-800)}.ArticleComments-module__fpOFsq__feedbackError{background:var(--yellow-50);border:1px solid var(--yellow-300);color:var(--yellow-800)}.ArticleComments-module__fpOFsq__commentForm{background:var(--glass-bg-light);backdrop-filter:blur(16px);border:1px solid var(--glass-border-light);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);direction:rtl;margin-bottom:2rem;padding:1.5rem}.ArticleComments-module__fpOFsq__formTitle{color:var(--gray-900);text-align:right;margin-bottom:1rem;font-size:1.1rem;font-weight:800}.ArticleComments-module__fpOFsq__formRow{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.ArticleComments-module__fpOFsq__formGroup{margin-bottom:1rem}.ArticleComments-module__fpOFsq__label{color:var(--gray-800);margin-bottom:.75rem;font-size:.95rem;font-weight:700;display:block}.ArticleComments-module__fpOFsq__input,.ArticleComments-module__fpOFsq__textarea{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);width:100%;color:var(--gray-900);direction:rtl;padding:1rem 1.25rem;font-size:1rem;transition:all .3s}.ArticleComments-module__fpOFsq__input:focus,.ArticleComments-module__fpOFsq__textarea:focus{border-color:var(--blue-500);box-shadow:0 0 0 4px var(--radiant-glow);outline:none}.ArticleComments-module__fpOFsq__inputError{border-color:var(--yellow-600);box-shadow:0 0 0 3px var(--shadow-yellow-light)}.ArticleComments-module__fpOFsq__fieldError{font-size:var(--font-size-sm);color:var(--yellow-700);margin-top:.4rem;font-weight:600}.ArticleComments-module__fpOFsq__textarea{resize:vertical;min-height:100px;font-family:inherit}.ArticleComments-module__fpOFsq__starsContainer{gap:.25rem;margin:.5rem 0;display:flex}.ArticleComments-module__fpOFsq__star{color:var(--gray-300);background:0 0;border:none;padding:0;font-size:1.5rem;line-height:1;transition:color .2s}.ArticleComments-module__fpOFsq__star.ArticleComments-module__fpOFsq__filled{color:var(--yellow-400)}.ArticleComments-module__fpOFsq__star.ArticleComments-module__fpOFsq__interactive{cursor:pointer}.ArticleComments-module__fpOFsq__star.ArticleComments-module__fpOFsq__interactive:hover{color:var(--yellow-500)}.ArticleComments-module__fpOFsq__formActions{text-align:center;margin-top:1.5rem}.ArticleComments-module__fpOFsq__submitBtn{background:var(--gradient-blue);color:var(--white);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-normal);box-shadow:var(--shadow-blue);border:none;padding:1rem 2rem;font-size:1rem;font-weight:600}.ArticleComments-module__fpOFsq__submitBtn:hover:not(:disabled){box-shadow:var(--shadow-lg);filter:brightness(1.1);transform:translateY(-2px)}.ArticleComments-module__fpOFsq__submitBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.ArticleComments-module__fpOFsq__commentsList{margin-top:2rem}.ArticleComments-module__fpOFsq__noComments{text-align:center;background:var(--gray-50);border:1px dashed var(--gray-300);border-radius:12px;padding:1.5rem}.ArticleComments-module__fpOFsq__noCommentsIcon{background:var(--blue-50);width:2.5rem;height:2.5rem;color:var(--blue-600);margin-inline:auto;border-radius:999px;justify-content:center;align-items:center;margin-bottom:.75rem;display:flex}.ArticleComments-module__fpOFsq__noCommentsText{color:var(--gray-500);margin:0;font-size:.95rem}.ArticleComments-module__fpOFsq__commentItem{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-xl);margin-bottom:2rem;padding:2rem;transition:all .4s;position:relative}.ArticleComments-module__fpOFsq__commentItem:hover{border-color:var(--blue-200);box-shadow:var(--shadow-md);transform:translateY(-4px)}.ArticleComments-module__fpOFsq__commentHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.ArticleComments-module__fpOFsq__commentAuthor{align-items:center;gap:1rem;display:flex}.ArticleComments-module__fpOFsq__authorAvatar{background:var(--gradient-yellow);width:56px;height:56px;color:var(--white);box-shadow:var(--shadow-yellow-light);border-radius:1rem;justify-content:center;align-items:center;font-size:1.5rem;font-weight:800;display:flex}.ArticleComments-module__fpOFsq__authorInfo{direction:rtl}.ArticleComments-module__fpOFsq__authorName{color:var(--gray-800);margin:0 0 .25rem;font-size:1rem;font-weight:600}.ArticleComments-module__fpOFsq__commentDate{color:var(--gray-500);font-size:.85rem}.ArticleComments-module__fpOFsq__commentRating{flex-shrink:0}.ArticleComments-module__fpOFsq__commentContent{text-align:right;direction:rtl}.ArticleComments-module__fpOFsq__commentMessage{color:var(--gray-700);margin-top:1.25rem;font-size:1.1rem;line-height:1.8}.ArticleComments-module__fpOFsq__pendingBadge{background:var(--yellow-100);color:var(--yellow-800);border:1px solid var(--yellow-200);border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;left:1rem}.ArticleComments-module__fpOFsq__guidelines{background:var(--gradient-bg-secondary);border:1px solid var(--blue-100);border-radius:var(--radius-xl);margin-top:1.5rem;padding:1.25rem}.ArticleComments-module__fpOFsq__guidelinesTitle{color:var(--blue-800);margin-bottom:.75rem;font-size:.95rem;font-weight:700}.ArticleComments-module__fpOFsq__guidelinesList{margin:0;padding:0;list-style:none}.ArticleComments-module__fpOFsq__guidelinesList li{color:var(--blue-800);margin-bottom:.4rem;padding-right:1.25rem;font-size:.875rem;position:relative}.ArticleComments-module__fpOFsq__guidelinesList li:before{content:"✓";color:var(--whatsapp-green);font-weight:700;position:absolute;right:0}.ArticleComments-module__fpOFsq__loadMoreWrapper{justify-content:center;margin-top:.5rem;display:flex}.ArticleComments-module__fpOFsq__loadMoreButton{border:1px solid var(--blue-200);background:var(--white);color:var(--blue-700);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);padding:.7rem 1.3rem;font-weight:700}.ArticleComments-module__fpOFsq__loadMoreButton:hover{background:var(--blue-50);border-color:var(--blue-300)}.ArticleComments-module__fpOFsq__loadMoreButton:focus-visible{outline:3px solid var(--radiant-glow);outline-offset:2px}@media (max-width:768px){.ArticleComments-module__fpOFsq__commentsSection{padding:3rem 0}.ArticleComments-module__fpOFsq__container{padding:0 1rem}.ArticleComments-module__fpOFsq__commentsHeader{flex-direction:column;align-items:stretch;gap:1rem}.ArticleComments-module__fpOFsq__commentsTitle{text-align:center;font-size:1.5rem}.ArticleComments-module__fpOFsq__commentForm{padding:1.5rem}.ArticleComments-module__fpOFsq__formRow{grid-template-columns:1fr;gap:1rem}.ArticleComments-module__fpOFsq__commentHeader{flex-direction:column;align-items:flex-start;gap:1rem}.ArticleComments-module__fpOFsq__commentAuthor,.ArticleComments-module__fpOFsq__commentRating{align-self:flex-start}.ArticleComments-module__fpOFsq__authorAvatar{width:40px;height:40px;font-size:1rem}.ArticleComments-module__fpOFsq__pendingBadge{align-self:flex-start;margin-top:.5rem;position:static}}@media (max-width:480px){.ArticleComments-module__fpOFsq__commentForm,.ArticleComments-module__fpOFsq__commentItem{padding:1rem}.ArticleComments-module__fpOFsq__guidelines{padding:1.5rem}.ArticleComments-module__fpOFsq__star{font-size:1.25rem}.ArticleComments-module__fpOFsq__submitBtn{width:100%;padding:.875rem 1.5rem}}
.RelatedArticles-module__AH0kkq__relatedArticles{background:var(--gray-50);padding:var(--section-padding-v) 0;border-top:1px solid var(--gray-200)}.RelatedArticles-module__AH0kkq__container{max-width:1200px;margin:0 auto;padding:0 2rem}.RelatedArticles-module__AH0kkq__sectionTitle{font-size:var(--font-size-3xl);color:var(--gray-900);text-align:center;margin-bottom:3rem;font-weight:700;position:relative}.RelatedArticles-module__AH0kkq__sectionTitle:after{content:"";background:var(--gradient-blue);border-radius:var(--radius-sm);width:60px;height:3px;position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%)}.RelatedArticles-module__AH0kkq__articlesGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.RelatedArticles-module__AH0kkq__articleCard{background:var(--white);border-radius:var(--radius-lg);padding:var(--spacing-md);color:inherit;box-shadow:var(--shadow-sm);border:1px solid var(--gray-200);transition:all var(--transition-normal);text-decoration:none;position:relative;overflow:hidden}.RelatedArticles-module__AH0kkq__articleCard:hover{box-shadow:var(--shadow-md);border-color:var(--blue-600);transform:translateY(-4px)}.RelatedArticles-module__AH0kkq__cardHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.RelatedArticles-module__AH0kkq__categoryBadge{background:var(--blue-50);color:var(--blue-600);border-radius:var(--radius-full);font-size:var(--font-size-xs);border:1px solid var(--blue-200);padding:.375rem .75rem;font-weight:600}.RelatedArticles-module__AH0kkq__readTime{background:var(--gray-100);color:var(--gray-500);border-radius:var(--radius-md);font-size:var(--font-size-xs);padding:.25rem .5rem;font-weight:500}.RelatedArticles-module__AH0kkq__cardContent{text-align:right;direction:rtl;margin-bottom:1.5rem}.RelatedArticles-module__AH0kkq__articleTitle{font-size:var(--font-size-lg);color:var(--gray-800);margin-bottom:var(--spacing-xs);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.RelatedArticles-module__AH0kkq__articleExcerpt{color:var(--gray-600);line-height:1.6;font-size:var(--font-size-sm);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.RelatedArticles-module__AH0kkq__cardFooter{border-top:1px solid var(--gray-100);font-size:var(--font-size-xs);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.RelatedArticles-module__AH0kkq__author{color:var(--blue-600);font-weight:600}.RelatedArticles-module__AH0kkq__publishDate{color:var(--gray-400)}.RelatedArticles-module__AH0kkq__similarityBadge{background:var(--whatsapp-green);color:var(--white);border-radius:var(--radius-md);font-size:var(--font-size-xs);opacity:0;padding:.25rem .5rem;transition:all .3s;position:absolute;top:1rem;left:1rem;transform:translateY(-10px)}.RelatedArticles-module__AH0kkq__articleCard:hover .RelatedArticles-module__AH0kkq__similarityBadge{opacity:1;transform:translateY(0)}.RelatedArticles-module__AH0kkq__similarityText{white-space:nowrap}.RelatedArticles-module__AH0kkq__viewMoreSection{text-align:center;padding-top:var(--spacing-lg);border-top:1px solid var(--gray-200)}.RelatedArticles-module__AH0kkq__viewMoreBtn{background:var(--gradient-blue);color:var(--white);border-radius:var(--radius-md);transition:all var(--transition-normal);box-shadow:var(--shadow-blue);align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:600;text-decoration:none;display:inline-flex}.RelatedArticles-module__AH0kkq__viewMoreBtn:hover{box-shadow:var(--shadow-lg);background:var(--gradient-hero);transform:translateY(-2px)}.RelatedArticles-module__AH0kkq__arrowIcon{fill:currentColor;width:20px;height:20px;transition:transform .3s}.RelatedArticles-module__AH0kkq__viewMoreBtn:hover .RelatedArticles-module__AH0kkq__arrowIcon{transform:translate(3px)}@media (max-width:768px){.RelatedArticles-module__AH0kkq__relatedArticles{padding:3rem 0}.RelatedArticles-module__AH0kkq__container{padding:0 1rem}.RelatedArticles-module__AH0kkq__sectionTitle{margin-bottom:2rem;font-size:1.5rem}.RelatedArticles-module__AH0kkq__articlesGrid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.RelatedArticles-module__AH0kkq__articleCard{padding:1.25rem}.RelatedArticles-module__AH0kkq__articleTitle{font-size:1rem}.RelatedArticles-module__AH0kkq__articleExcerpt{font-size:.85rem}.RelatedArticles-module__AH0kkq__cardFooter{flex-direction:column;align-items:flex-start;gap:.5rem}.RelatedArticles-module__AH0kkq__similarityBadge{opacity:1;align-self:flex-start;margin-bottom:.5rem;position:static;transform:none}.RelatedArticles-module__AH0kkq__viewMoreBtn{padding:.875rem 1.5rem;font-size:.9rem}}@media (max-width:480px){.RelatedArticles-module__AH0kkq__categoryBadge,.RelatedArticles-module__AH0kkq__readTime{padding:.25rem .5rem;font-size:.7rem}.RelatedArticles-module__AH0kkq__cardHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.RelatedArticles-module__AH0kkq__viewMoreBtn{justify-content:center;width:100%}}