.ProblemForm-module__AbV2VG__formContainer{max-width:900px;margin:0 auto}.ProblemForm-module__AbV2VG__stepIndicator{justify-content:center;align-items:center;gap:16px;margin-bottom:48px;padding:0 24px;display:flex}.ProblemForm-module__AbV2VG__stepItem{opacity:.4;flex-direction:column;align-items:center;gap:8px;transition:opacity .3s;display:flex}.ProblemForm-module__AbV2VG__stepItem.ProblemForm-module__AbV2VG__active{opacity:1}.ProblemForm-module__AbV2VG__stepNumber{background:var(--border-color);width:48px;height:48px;color:var(--text-medium);border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;font-weight:600;transition:all .3s;display:flex}.ProblemForm-module__AbV2VG__stepItem.ProblemForm-module__AbV2VG__active .ProblemForm-module__AbV2VG__stepNumber{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;box-shadow:0 4px 12px #0052cc4d}.ProblemForm-module__AbV2VG__stepLabel{color:var(--text-medium);text-align:center;font-size:.875rem;font-weight:500}.ProblemForm-module__AbV2VG__stepItem.ProblemForm-module__AbV2VG__active .ProblemForm-module__AbV2VG__stepLabel{color:var(--text-dark);font-weight:600}.ProblemForm-module__AbV2VG__form{border-radius:var(--radius-lg);box-shadow:var(--shadow);border:1px solid var(--border-color);background:#fff;padding:48px}.ProblemForm-module__AbV2VG__stepTitle{color:var(--text-dark);text-align:center;margin-bottom:12px;font-size:2rem}.ProblemForm-module__AbV2VG__stepDescription{color:var(--text-medium);text-align:center;margin-bottom:32px;font-size:1.125rem;line-height:1.6}.ProblemForm-module__AbV2VG__promptBuilderHeader{align-items:center;gap:16px;margin-bottom:12px;display:flex}.ProblemForm-module__AbV2VG__promptBuilderHeader .ProblemForm-module__AbV2VG__stepTitle{text-align:center;flex:1;margin-bottom:0;padding-right:60px}.ProblemForm-module__AbV2VG__backButton{color:var(--primary-color);border:1px solid var(--primary-color);border-radius:var(--radius);cursor:pointer;white-space:nowrap;background:0 0;padding:8px 16px;font-size:.875rem;font-weight:500;transition:all .2s}.ProblemForm-module__AbV2VG__backButton:hover{background:#0052cc0d}.ProblemForm-module__AbV2VG__field{flex-direction:column;margin-bottom:24px;display:flex}.ProblemForm-module__AbV2VG__field label{color:var(--text-dark);margin-bottom:8px;font-size:.95rem;font-weight:600}.ProblemForm-module__AbV2VG__field input,.ProblemForm-module__AbV2VG__field select,.ProblemForm-module__AbV2VG__field textarea{border:1px solid var(--border-color);border-radius:var(--radius);background:#fff;padding:12px 16px;font-family:inherit;font-size:1rem;transition:all .2s}.ProblemForm-module__AbV2VG__field input:focus,.ProblemForm-module__AbV2VG__field select:focus,.ProblemForm-module__AbV2VG__field textarea:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #0052cc1a}.ProblemForm-module__AbV2VG__field textarea{resize:vertical;min-height:200px;line-height:1.6}.ProblemForm-module__AbV2VG__charCounter{justify-content:space-between;align-items:center;margin-top:8px;font-size:.875rem;display:flex}.ProblemForm-module__AbV2VG__charCounter .ProblemForm-module__AbV2VG__valid{color:var(--text-medium)}.ProblemForm-module__AbV2VG__charCounter .ProblemForm-module__AbV2VG__invalid{color:var(--accent-color);font-weight:600}.ProblemForm-module__AbV2VG__charCounter .ProblemForm-module__AbV2VG__minChars{color:var(--text-light);font-size:.8rem}.ProblemForm-module__AbV2VG__validationError{color:var(--accent-color);margin-top:4px;font-size:.875rem;font-weight:500}.ProblemForm-module__AbV2VG__submit{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;gap:12px;width:100%;margin-top:8px;padding:16px 32px;font-size:1.125rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.ProblemForm-module__AbV2VG__submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #0052cc4d}.ProblemForm-module__AbV2VG__submit:active:not(:disabled){transform:translateY(0)}.ProblemForm-module__AbV2VG__submit:disabled{opacity:.6;cursor:not-allowed}.ProblemForm-module__AbV2VG__spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite ProblemForm-module__AbV2VG__spin}@keyframes ProblemForm-module__AbV2VG__spin{to{transform:rotate(360deg)}}.ProblemForm-module__AbV2VG__loadingIndicator{flex-direction:column;justify-content:center;align-items:center;gap:24px;padding:64px 32px;display:flex}.ProblemForm-module__AbV2VG__loadingIndicator .ProblemForm-module__AbV2VG__spinner{border-width:4px;border-color:var(--primary-color);border-top-color:#0000;width:48px;height:48px}.ProblemForm-module__AbV2VG__loadingIndicator p{color:var(--text-medium);font-size:1.125rem}.ProblemForm-module__AbV2VG__error{color:#bf2600;border-radius:var(--radius);border-left:4px solid var(--accent-color);background:#ffebe6;margin-bottom:16px;padding:12px 16px}.ProblemForm-module__AbV2VG__note{text-align:center;color:var(--text-light);margin-top:16px;margin-bottom:0;font-size:.875rem}.ProblemForm-module__AbV2VG__fieldNote{color:var(--text-light);margin-top:4px;margin-bottom:0;font-size:.875rem}.ProblemForm-module__AbV2VG__requestsInfo{border-radius:var(--radius-lg);background:linear-gradient(135deg,#0052cc0d,#0099ff0d);border:1px solid #0052cc33;margin-bottom:32px;padding:16px 20px}.ProblemForm-module__AbV2VG__requestsCounter{justify-content:space-between;align-items:center;gap:16px;display:flex}.ProblemForm-module__AbV2VG__requestsLabel{color:var(--text-dark);font-size:.95rem;font-weight:600}.ProblemForm-module__AbV2VG__requestsValue{color:var(--primary-color);border-radius:var(--radius);border:2px solid var(--primary-color);text-align:center;background:#fff;min-width:100px;padding:8px 16px;font-size:1.5rem;font-weight:700}.ProblemForm-module__AbV2VG__requestsValue.ProblemForm-module__AbV2VG__warning{color:#ff6b00;background:#ff6b000d;border-color:#ff6b00}.ProblemForm-module__AbV2VG__requestsWarning{color:#ff6b00;margin-top:12px;margin-bottom:0;font-size:.875rem;font-weight:500}@media (max-width:768px){.ProblemForm-module__AbV2VG__stepIndicator{gap:8px;padding:0 16px}.ProblemForm-module__AbV2VG__stepNumber{width:40px;height:40px;font-size:1rem}.ProblemForm-module__AbV2VG__stepLabel{font-size:.75rem}.ProblemForm-module__AbV2VG__form{padding:32px 24px}.ProblemForm-module__AbV2VG__stepTitle{font-size:1.5rem}.ProblemForm-module__AbV2VG__stepDescription{font-size:1rem}}.ProblemForm-module__AbV2VG__streamingText{border-radius:var(--radius);background:#f5f5f5;max-height:300px;margin-top:24px;padding:16px;overflow-y:auto}.ProblemForm-module__AbV2VG__streamingText pre{white-space:pre-wrap;word-wrap:break-word;color:var(--text-medium);margin:0;font-size:.875rem}.ProblemForm-module__AbV2VG__analysisSection{border-bottom:1px solid var(--border-color);margin-bottom:32px;padding-bottom:24px}.ProblemForm-module__AbV2VG__analysisSection:last-of-type{border-bottom:none}.ProblemForm-module__AbV2VG__sectionTitle{color:var(--text-dark);align-items:center;gap:8px;margin-bottom:16px;font-size:1.25rem;font-weight:600;display:flex}.ProblemForm-module__AbV2VG__servicesList{flex-wrap:wrap;gap:12px;display:flex}.ProblemForm-module__AbV2VG__serviceTag{color:var(--primary-color);border-radius:var(--radius);background:linear-gradient(135deg,#0052cc1a,#0099ff1a);border:1px solid #0052cc33;padding:8px 16px;font-size:.95rem;font-weight:600;display:inline-block}.ProblemForm-module__AbV2VG__urgencyBadge{border-radius:var(--radius);text-transform:uppercase;letter-spacing:.5px;padding:12px 24px;font-size:1.125rem;font-weight:700;display:inline-block}.ProblemForm-module__AbV2VG__urgencyCritical{color:#fff;background:linear-gradient(135deg,#f44,#c00);box-shadow:0 4px 12px #ff44444d}.ProblemForm-module__AbV2VG__urgencyHigh{color:#fff;background:linear-gradient(135deg,#ff9500,#ff6b00);box-shadow:0 4px 12px #ff95004d}.ProblemForm-module__AbV2VG__urgencyMedium{color:#333;background:linear-gradient(135deg,#fc0,#f90);box-shadow:0 4px 12px #ffcc004d}.ProblemForm-module__AbV2VG__urgencyLow{color:#fff;background:linear-gradient(135deg,#0c6,#094);box-shadow:0 4px 12px #00cc664d}.ProblemForm-module__AbV2VG__reasoning{color:var(--text-medium);margin:0;font-size:1.05rem;line-height:1.7}.ProblemForm-module__AbV2VG__resolutionSection{border-radius:var(--radius-lg);background:linear-gradient(135deg,#0052cc08,#0099ff08);border:2px solid #0052cc1a;margin-top:32px;padding:24px}.ProblemForm-module__AbV2VG__resolutionIntro{color:var(--text-medium);margin-bottom:24px;font-size:1.05rem;line-height:1.6}.ProblemForm-module__AbV2VG__resolutionSteps{counter-reset:step-counter;margin:0 0 32px;padding:0;list-style:none}.ProblemForm-module__AbV2VG__resolutionStep{counter-increment:step-counter;border-radius:var(--radius);border:1px solid var(--border-color);color:var(--text-dark);background:#fff;margin-bottom:16px;padding:16px 16px 16px 56px;font-size:1rem;line-height:1.6;position:relative;box-shadow:0 2px 4px #0000000d}.ProblemForm-module__AbV2VG__resolutionStep:before{content:counter(step-counter);background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:700;display:flex;position:absolute;top:16px;left:16px}.ProblemForm-module__AbV2VG__sessionRecommendation{border-radius:var(--radius);border:1px solid var(--border-color);background:#fff;margin-bottom:24px;padding:20px}.ProblemForm-module__AbV2VG__recommendationLabel{color:var(--text-medium);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:.875rem;font-weight:600}.ProblemForm-module__AbV2VG__recommendationValue{color:var(--text-dark);font-size:1.5rem;font-weight:700}.ProblemForm-module__AbV2VG__cost{color:var(--primary-color);font-weight:700}.ProblemForm-module__AbV2VG__buttonGroup{flex-wrap:wrap;gap:16px;display:flex}.ProblemForm-module__AbV2VG__primaryButton,.ProblemForm-module__AbV2VG__secondaryButton{border-radius:var(--radius);cursor:pointer;border:none;flex:1;justify-content:center;align-items:center;gap:8px;min-width:200px;padding:16px 32px;font-size:1.125rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.ProblemForm-module__AbV2VG__primaryButton{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;box-shadow:0 4px 12px #0052cc33}.ProblemForm-module__AbV2VG__primaryButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0052cc4d}.ProblemForm-module__AbV2VG__primaryButton:active{transform:translateY(0)}.ProblemForm-module__AbV2VG__secondaryButton{color:var(--primary-color);border:2px solid var(--primary-color);background:#fff}.ProblemForm-module__AbV2VG__secondaryButton:hover{background:#0052cc0d;transform:translateY(-2px)}.ProblemForm-module__AbV2VG__secondaryButton:active{transform:translateY(0)}@media (max-width:768px){.ProblemForm-module__AbV2VG__buttonGroup{flex-direction:column}.ProblemForm-module__AbV2VG__primaryButton,.ProblemForm-module__AbV2VG__secondaryButton{width:100%;min-width:auto}.ProblemForm-module__AbV2VG__resolutionStep{padding:12px 12px 12px 48px}.ProblemForm-module__AbV2VG__resolutionStep:before{width:28px;height:28px;font-size:.75rem;top:12px;left:12px}.ProblemForm-module__AbV2VG__recommendationValue{font-size:1.25rem}}
.PromptBuilder-module__gj0hXa__container{max-width:700px;margin:0 auto}.PromptBuilder-module__gj0hXa__selfServiceHeader{text-align:center;border-radius:var(--radius-lg);background:linear-gradient(135deg,#0052cc0d,#0096880d);border:1px solid #0052cc1a;margin-bottom:24px;padding:20px}.PromptBuilder-module__gj0hXa__selfServiceTitle{color:var(--primary-color);margin:0 0 8px;font-size:1.5rem;font-weight:600}.PromptBuilder-module__gj0hXa__selfServiceDescription{color:var(--text-medium);margin:0;font-size:1rem;line-height:1.5}.PromptBuilder-module__gj0hXa__skipToExpertContainer{border-radius:var(--radius);border:1px dashed var(--border-color);background:#f9f9f9;justify-content:center;align-items:center;gap:12px;margin-bottom:24px;padding:16px;display:flex}.PromptBuilder-module__gj0hXa__skipToExpertButton{color:var(--accent-color);border:2px solid var(--accent-color);border-radius:var(--radius);cursor:pointer;background:#fff;padding:10px 20px;font-size:.875rem;font-weight:600;transition:all .2s}.PromptBuilder-module__gj0hXa__skipToExpertButton:hover{background:var(--accent-color);color:#fff}.PromptBuilder-module__gj0hXa__skipToExpertHint{color:var(--text-light);font-size:.875rem}.PromptBuilder-module__gj0hXa__skippedItem{opacity:.7}.PromptBuilder-module__gj0hXa__skippedBadge{color:#960;text-transform:uppercase;letter-spacing:.5px;background:#fffae6;border-radius:4px;margin-left:8px;padding:2px 8px;font-size:.75rem;font-weight:500;display:inline-block}.PromptBuilder-module__gj0hXa__progress{margin-bottom:32px}.PromptBuilder-module__gj0hXa__progressBar{background:var(--border-color);border-radius:4px;height:8px;margin-bottom:8px;overflow:hidden}.PromptBuilder-module__gj0hXa__progressFill{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));height:100%;transition:width .3s}.PromptBuilder-module__gj0hXa__progressText{color:var(--text-medium);font-size:.875rem}.PromptBuilder-module__gj0hXa__questionContainer{border-radius:var(--radius-lg);box-shadow:var(--shadow);border:1px solid var(--border-color);background:#fff;margin-bottom:24px;padding:32px}.PromptBuilder-module__gj0hXa__questionText{color:var(--text-dark);margin-bottom:24px;font-size:1.25rem;line-height:1.4}.PromptBuilder-module__gj0hXa__required{color:var(--accent-color);margin-left:4px}.PromptBuilder-module__gj0hXa__questionForm{flex-direction:column;gap:16px;display:flex}.PromptBuilder-module__gj0hXa__input,.PromptBuilder-module__gj0hXa__textarea{border:1px solid var(--border-color);border-radius:var(--radius);background:#fff;padding:12px 16px;font-family:inherit;font-size:1rem;transition:all .2s}.PromptBuilder-module__gj0hXa__input:focus,.PromptBuilder-module__gj0hXa__textarea:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #0052cc1a}.PromptBuilder-module__gj0hXa__textarea{resize:vertical;min-height:120px;line-height:1.6}.PromptBuilder-module__gj0hXa__input:disabled,.PromptBuilder-module__gj0hXa__textarea:disabled{cursor:not-allowed;background:#f5f5f5}.PromptBuilder-module__gj0hXa__hint{color:var(--text-light);margin:0;font-size:.875rem}.PromptBuilder-module__gj0hXa__error{color:#bf2600;border-radius:var(--radius);border-left:4px solid var(--accent-color);background:#ffebe6;padding:12px 16px;font-size:.875rem}.PromptBuilder-module__gj0hXa__warnings{border-radius:var(--radius);background:#fffae6;border:1px solid #fc0;padding:12px 16px}.PromptBuilder-module__gj0hXa__warning{color:#960;margin:0;font-size:.875rem}.PromptBuilder-module__gj0hXa__warning+.PromptBuilder-module__gj0hXa__warning{margin-top:8px}.PromptBuilder-module__gj0hXa__buttonGroup{justify-content:flex-end;gap:12px;margin-top:8px;display:flex}.PromptBuilder-module__gj0hXa__submitButton{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;border-radius:var(--radius);cursor:pointer;border:none;align-items:center;gap:8px;padding:12px 24px;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.PromptBuilder-module__gj0hXa__submitButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #0052cc4d}.PromptBuilder-module__gj0hXa__submitButton:disabled{opacity:.6;cursor:not-allowed}.PromptBuilder-module__gj0hXa__skipButton,.PromptBuilder-module__gj0hXa__secondaryButton{color:var(--text-medium);border:1px solid var(--border-color);border-radius:var(--radius);cursor:pointer;background:#fff;padding:12px 24px;font-size:1rem;font-weight:500;transition:all .2s}.PromptBuilder-module__gj0hXa__skipButton:hover:not(:disabled),.PromptBuilder-module__gj0hXa__secondaryButton:hover:not(:disabled){border-color:var(--text-light);background:#f5f5f5}.PromptBuilder-module__gj0hXa__skipButton:disabled,.PromptBuilder-module__gj0hXa__secondaryButton:disabled{opacity:.6;cursor:not-allowed}.PromptBuilder-module__gj0hXa__editButton{color:var(--primary-color);border:1px solid var(--primary-color);border-radius:var(--radius);cursor:pointer;background:0 0;padding:4px 12px;font-size:.75rem;font-weight:600;transition:all .2s}.PromptBuilder-module__gj0hXa__editButton:hover{background:#0052cc0d}.PromptBuilder-module__gj0hXa__cancelButton{color:var(--text-medium);cursor:pointer;background:0 0;border:none;padding:8px 16px;font-size:.875rem}.PromptBuilder-module__gj0hXa__cancelButton:hover{color:var(--text-dark)}.PromptBuilder-module__gj0hXa__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite PromptBuilder-module__gj0hXa__spin}@keyframes PromptBuilder-module__gj0hXa__spin{to{transform:rotate(360deg)}}.PromptBuilder-module__gj0hXa__previousAnswers{border-radius:var(--radius-lg);border:1px solid var(--border-color);background:#f9f9f9;padding:24px}.PromptBuilder-module__gj0hXa__previousTitle{color:var(--text-medium);text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;font-size:.875rem}.PromptBuilder-module__gj0hXa__previousItem{border-bottom:1px solid var(--border-color);padding:12px 0}.PromptBuilder-module__gj0hXa__previousItem:last-child{border-bottom:none;padding-bottom:0}.PromptBuilder-module__gj0hXa__previousHeader{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.PromptBuilder-module__gj0hXa__previousLabel{color:var(--text-dark);font-size:.875rem;font-weight:600}.PromptBuilder-module__gj0hXa__previousValue{color:var(--text-medium);white-space:pre-wrap;word-break:break-word;margin:0;font-size:.875rem;line-height:1.5}.PromptBuilder-module__gj0hXa__previousValueSkipped{color:var(--text-light);margin:0;font-size:.875rem;font-style:italic;line-height:1.5}.PromptBuilder-module__gj0hXa__summaryTitle{color:var(--text-dark);text-align:center;margin-bottom:24px;font-size:1.5rem}.PromptBuilder-module__gj0hXa__summaryList{border-radius:var(--radius-lg);box-shadow:var(--shadow);border:1px solid var(--border-color);background:#fff;margin-bottom:24px;padding:24px}.PromptBuilder-module__gj0hXa__summaryItem{border-bottom:1px solid var(--border-color);padding:16px 0}.PromptBuilder-module__gj0hXa__summaryItem:last-child{border-bottom:none;padding-bottom:0}.PromptBuilder-module__gj0hXa__summaryItem:first-child{padding-top:0}.PromptBuilder-module__gj0hXa__summaryHeader{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.PromptBuilder-module__gj0hXa__summaryLabel{color:var(--text-dark);font-size:.875rem;font-weight:600}.PromptBuilder-module__gj0hXa__summaryValue{color:var(--text-medium);white-space:pre-wrap;word-break:break-word;margin:0;font-size:1rem;line-height:1.6}.PromptBuilder-module__gj0hXa__summaryValueSkipped{color:var(--text-light);margin:0;font-size:1rem;font-style:italic;line-height:1.6}.PromptBuilder-module__gj0hXa__editHeader{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.PromptBuilder-module__gj0hXa__editHeader h3{color:var(--text-dark);margin:0;font-size:1.125rem}@media (max-width:768px){.PromptBuilder-module__gj0hXa__questionContainer{padding:24px 16px}.PromptBuilder-module__gj0hXa__questionText{font-size:1.125rem}.PromptBuilder-module__gj0hXa__buttonGroup{flex-direction:column}.PromptBuilder-module__gj0hXa__submitButton,.PromptBuilder-module__gj0hXa__skipButton,.PromptBuilder-module__gj0hXa__secondaryButton{justify-content:center;width:100%}.PromptBuilder-module__gj0hXa__previousAnswers,.PromptBuilder-module__gj0hXa__summaryList{padding:16px}}
.RichTextEditor-module__cKrm1W__container{background:#fff;border:1px solid #d1d5db;border-radius:8px;overflow:hidden}.RichTextEditor-module__cKrm1W__toolbar{background:#f9fafb;border-bottom:1px solid #e5e7eb;align-items:center;gap:4px;padding:8px;display:flex}.RichTextEditor-module__cKrm1W__toolbarButton{cursor:pointer;color:#374151;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:background-color .15s,color .15s;display:flex}.RichTextEditor-module__cKrm1W__toolbarButton:hover:not(:disabled){background:#e5e7eb}.RichTextEditor-module__cKrm1W__toolbarButton:disabled{opacity:.5;cursor:not-allowed}.RichTextEditor-module__cKrm1W__toolbarButton.RichTextEditor-module__cKrm1W__active{color:#fff;background:#3b82f6}.RichTextEditor-module__cKrm1W__separator{background:#d1d5db;width:1px;height:20px;margin:0 4px}.RichTextEditor-module__cKrm1W__editor{min-height:150px;padding:12px}.RichTextEditor-module__cKrm1W__editor .tiptap{outline:none;min-height:120px}.RichTextEditor-module__cKrm1W__editor .tiptap p{margin:0 0 .5em}.RichTextEditor-module__cKrm1W__editor .tiptap p:last-child{margin-bottom:0}:is(.RichTextEditor-module__cKrm1W__editor .tiptap ul,.RichTextEditor-module__cKrm1W__editor .tiptap ol){margin:.5em 0;padding-left:1.5em}.RichTextEditor-module__cKrm1W__editor .tiptap li{margin:.25em 0}.RichTextEditor-module__cKrm1W__editor .tiptap pre{color:#f3f4f6;background:#1f2937;border-radius:4px;margin:.5em 0;padding:12px;font-family:Fira Code,Consolas,monospace;font-size:13px;overflow-x:auto}.RichTextEditor-module__cKrm1W__editor .tiptap code{background:#f3f4f6;border-radius:2px;padding:2px 4px;font-family:Fira Code,Consolas,monospace;font-size:13px}.RichTextEditor-module__cKrm1W__editor .tiptap pre code{background:0 0;padding:0}.RichTextEditor-module__cKrm1W__editor .tiptap p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#9ca3af;pointer-events:none;height:0}
.Scheduler-module__krJ3ca__schedulerContainer{max-width:800px;margin:0 auto;padding:2rem}.Scheduler-module__krJ3ca__title{text-align:center;color:#1a1a1a;margin-bottom:2rem;font-size:2rem;font-weight:700}.Scheduler-module__krJ3ca__form{flex-direction:column;gap:2rem;display:flex}.Scheduler-module__krJ3ca__section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.Scheduler-module__krJ3ca__sectionTitle{color:#1a1a1a;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.Scheduler-module__krJ3ca__durationOptions{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;display:grid}.Scheduler-module__krJ3ca__durationOption{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem 1rem;transition:all .2s;display:flex;position:relative}.Scheduler-module__krJ3ca__durationOption:hover{background:#eff6ff;border-color:#3b82f6}.Scheduler-module__krJ3ca__durationOption.Scheduler-module__krJ3ca__selected{background:#dbeafe;border-color:#3b82f6}.Scheduler-module__krJ3ca__durationOption.Scheduler-module__krJ3ca__recommended{border-color:#10b981}.Scheduler-module__krJ3ca__durationLabel{color:#1a1a1a;margin-bottom:.5rem;font-size:1rem;font-weight:600}.Scheduler-module__krJ3ca__durationPrice{color:#3b82f6;font-size:1.5rem;font-weight:700}.Scheduler-module__krJ3ca__recommendedBadge{color:#fff;background:#10b981;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:600;position:absolute;top:-10px;right:-10px}.Scheduler-module__krJ3ca__dateSelector{width:100%}.Scheduler-module__krJ3ca__dateSelect{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;width:100%;padding:.75rem;font-size:1rem}.Scheduler-module__krJ3ca__dateSelect:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.Scheduler-module__krJ3ca__loadingSlots{text-align:center;color:#6b7280;padding:2rem}.Scheduler-module__krJ3ca__noSlots{text-align:center;color:#ef4444;background:#fef2f2;border-radius:6px;padding:2rem}.Scheduler-module__krJ3ca__noExpertsMessage{text-align:center;color:#b45309;background:#fffbeb;border:1px solid #fcd34d;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem;font-weight:500}.Scheduler-module__krJ3ca__timeSlots{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;display:grid}.Scheduler-module__krJ3ca__timeSlot{cursor:pointer;text-align:center;background:#fff;border:2px solid #e5e7eb;border-radius:6px;padding:.75rem;font-size:.875rem;font-weight:500;transition:all .2s}.Scheduler-module__krJ3ca__timeSlot:hover{background:#eff6ff;border-color:#3b82f6}.Scheduler-module__krJ3ca__timeSlot.Scheduler-module__krJ3ca__selected{color:#1e40af;background:#dbeafe;border-color:#3b82f6}.Scheduler-module__krJ3ca__contactForm{grid-template-columns:1fr;gap:1rem;display:grid}.Scheduler-module__krJ3ca__field{flex-direction:column;gap:.5rem;display:flex}.Scheduler-module__krJ3ca__field label{color:#374151;font-size:.875rem;font-weight:600}.Scheduler-module__krJ3ca__field input{background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.75rem;font-size:1rem}.Scheduler-module__krJ3ca__field input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.Scheduler-module__krJ3ca__summary{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.Scheduler-module__krJ3ca__summaryTitle{color:#1a1a1a;margin-bottom:1rem;font-size:1.125rem;font-weight:600}.Scheduler-module__krJ3ca__summaryItem{border-bottom:1px solid #e5e7eb;justify-content:space-between;padding:.5rem 0;display:flex}.Scheduler-module__krJ3ca__summaryItem:last-child{border-bottom:none}.Scheduler-module__krJ3ca__summaryItem.Scheduler-module__krJ3ca__total{color:#1a1a1a;border-top:2px solid #d1d5db;margin-top:.5rem;padding-top:1rem;font-size:1.25rem;font-weight:700}.Scheduler-module__krJ3ca__error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:1rem;font-size:.875rem}.Scheduler-module__krJ3ca__submitButton{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;width:100%;padding:1rem;font-size:1.125rem;font-weight:600;transition:background .2s}.Scheduler-module__krJ3ca__submitButton:hover:not(:disabled){background:#2563eb}.Scheduler-module__krJ3ca__submitButton:disabled{cursor:not-allowed;background:#9ca3af}@media (max-width:768px){.Scheduler-module__krJ3ca__schedulerContainer{padding:1rem}.Scheduler-module__krJ3ca__title{font-size:1.5rem}.Scheduler-module__krJ3ca__durationOptions{grid-template-columns:1fr 1fr}.Scheduler-module__krJ3ca__timeSlots{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}
.SessionContinuityModal-module__N2qShq__overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:20px;animation:.2s SessionContinuityModal-module__N2qShq__fadeIn;display:flex;position:fixed;inset:0}@keyframes SessionContinuityModal-module__N2qShq__fadeIn{0%{opacity:0}to{opacity:1}}.SessionContinuityModal-module__N2qShq__modal{border-radius:var(--radius-lg,12px);text-align:center;background:#fff;width:100%;max-width:440px;padding:32px;animation:.3s SessionContinuityModal-module__N2qShq__slideUp;box-shadow:0 20px 60px #0003}@keyframes SessionContinuityModal-module__N2qShq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.SessionContinuityModal-module__N2qShq__icon{margin-bottom:16px;font-size:3rem}.SessionContinuityModal-module__N2qShq__title{color:var(--text-dark,#1a1a1a);margin:0 0 12px;font-size:1.5rem;font-weight:600}.SessionContinuityModal-module__N2qShq__description{color:var(--text-medium,#666);margin:0 0 8px;font-size:1rem;line-height:1.5}.SessionContinuityModal-module__N2qShq__timestamp{color:var(--text-light,#999);font-style:italic}.SessionContinuityModal-module__N2qShq__question{color:var(--text-dark,#1a1a1a);margin:0 0 24px;font-size:1rem;font-weight:500}.SessionContinuityModal-module__N2qShq__buttonGroup{flex-direction:column;gap:12px;display:flex}.SessionContinuityModal-module__N2qShq__continueButton{background:linear-gradient(135deg,var(--primary-color,#0052cc),var(--secondary-color,#009688));color:#fff;border-radius:var(--radius,8px);cursor:pointer;border:none;padding:14px 24px;font-size:1rem;font-weight:600;transition:all .2s}.SessionContinuityModal-module__N2qShq__continueButton:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0052cc4d}.SessionContinuityModal-module__N2qShq__freshButton{color:var(--text-medium,#666);border:1px solid var(--border-color,#e0e0e0);border-radius:var(--radius,8px);cursor:pointer;background:#fff;padding:14px 24px;font-size:1rem;font-weight:500;transition:all .2s}.SessionContinuityModal-module__N2qShq__freshButton:hover{border-color:var(--text-light,#999);background:#f5f5f5}@media (max-width:480px){.SessionContinuityModal-module__N2qShq__modal{padding:24px 20px}.SessionContinuityModal-module__N2qShq__title{font-size:1.25rem}.SessionContinuityModal-module__N2qShq__description,.SessionContinuityModal-module__N2qShq__question{font-size:.9375rem}}
.page-module___dS_MW__main{background:linear-gradient(135deg,var(--bg-light)0%,white 100%);min-height:100vh;padding:80px 0}.page-module___dS_MW__header{text-align:center;margin-bottom:4rem}.page-module___dS_MW__header h1{color:var(--text-dark);margin-bottom:1rem;font-size:3rem}.page-module___dS_MW__header p{color:var(--text-medium);max-width:700px;margin:0 auto;font-size:1.25rem}@media (max-width:768px){.page-module___dS_MW__main{padding:60px 0}.page-module___dS_MW__header h1{font-size:2rem}.page-module___dS_MW__header p{font-size:1.125rem}}
