.page-module__Kkc2zq__container{height:100vh;display:flex}.page-module__Kkc2zq__mainContent{background-color:var(--off-white-color);flex-grow:1;padding:43px 31px;overflow-y:auto}.page-module__Kkc2zq__mainContent h2{color:#1a1a1a;margin:0 0 8px;font-size:28px;font-weight:700}.page-module__Kkc2zq__subtitle{color:var(--text-secondary);margin-top:4px;margin-bottom:24px;font-size:14px}.page-module__Kkc2zq__statsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:32px;display:grid}.page-module__Kkc2zq__statCard{background:#fff;border:1px solid #e0e0e0;border-radius:8px;flex-direction:column;gap:8px;padding:20px;display:flex}.page-module__Kkc2zq__statValue{color:#20b2aa;font-size:32px;font-weight:700}.page-module__Kkc2zq__statLabel{color:#666;font-size:13px}.page-module__Kkc2zq__filterContainer{background:#fff;border:1px solid #e0e0e0;border-radius:8px;gap:16px;margin-bottom:24px;padding:16px;display:flex}.page-module__Kkc2zq__filterGroup{flex-direction:column;gap:8px;display:flex}.page-module__Kkc2zq__filterGroup label{color:#1a1a1a;font-size:13px;font-weight:600}.page-module__Kkc2zq__select{cursor:pointer;background:#fff;border:1px solid #d0d0d0;border-radius:4px;min-width:200px;padding:8px 12px;font-size:14px}.page-module__Kkc2zq__select:hover{border-color:#20b2aa}.page-module__Kkc2zq__select:focus{border-color:#20b2aa;outline:none;box-shadow:0 0 0 3px #20b2aa1a}.page-module__Kkc2zq__pagination{background:#fff;border:1px solid #e0e0e0;border-radius:8px;justify-content:center;align-items:center;gap:16px;margin-top:24px;padding:16px;display:flex}.page-module__Kkc2zq__paginationButton{cursor:pointer;background:#fff;border:1px solid #d0d0d0;border-radius:4px;padding:8px 16px;font-size:14px;transition:all .2s}.page-module__Kkc2zq__paginationButton:hover:not(:disabled){color:#20b2aa;background:#f5f5f5;border-color:#20b2aa}.page-module__Kkc2zq__paginationButton:disabled{opacity:.5;cursor:not-allowed}.page-module__Kkc2zq__pageInfo{color:#666;font-size:14px;font-weight:600}
.labeled-input{flex-direction:column;min-width:160px;display:flex}.labeled-input-box{border:1px solid var(--border-color);background-color:var(--white-color);height:var(--nb-base-height);border-radius:8px;align-items:center;gap:8px;width:100%;padding:0 12px;transition:border-color .2s;display:flex;position:relative}.labeled-input-box.focused{border-color:var(--primary-color)}.labeled-input-icon{color:var(--icon-color);flex-shrink:0;justify-content:center;align-items:center;font-size:16px;display:flex}.labeled-input-field{color:var(--input-text-color);background:0 0;border:none;outline:none;flex:1;width:100%;font-size:14px}.labeled-input-field::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.labeled-input-field::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.labeled-input-field[type=number]{-moz-appearance:textfield}.labeled-input-box.has-error{border-color:var(--alert-error-border,#dc2626)}.labeled-input-error{color:var(--alert-error-text,#dc2626);margin-top:4px;padding-left:2px;font-size:12px}.floating-label{background-color:var(--white-color);color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;max-width:calc(100% - 24px);padding:0 4px;font-size:12px;transition:color .2s;position:absolute;top:-10px;left:12px;overflow:hidden}.labeled-input-helper{color:var(--text-secondary);margin-top:4px;padding-left:2px;font-size:12px}
.SimpleToolbarPlugin-module__KLAMha__speechTranscriptBox{color:#1565c0;z-index:1000;background:#fff;border-radius:8px;align-items:center;gap:8px;min-width:300px;max-width:90vw;padding:12px 16px;font-family:inherit;font-size:1.08rem;animation:.3s ease-out SimpleToolbarPlugin-module__KLAMha__slideUp;display:flex;position:fixed;bottom:120px;left:50%;transform:translate(-50%)}@keyframes SimpleToolbarPlugin-module__KLAMha__slideUp{0%{opacity:0;transform:translate(-50%)translateY(20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.SimpleToolbarPlugin-module__KLAMha__speechTranscriptLabel{margin-right:.5em;font-weight:600}.SimpleToolbarPlugin-module__KLAMha__speechTranscriptText{white-space:pre-wrap;word-break:break-word;flex:1}.SimpleToolbarPlugin-module__KLAMha__voiceCommandsModalOverlay{z-index:9999;background:#00000059;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.SimpleToolbarPlugin-module__KLAMha__voiceCommandsModal{z-index:10000;background:#fff;border-radius:8px;flex-direction:column;width:95vw;max-width:600px;padding:24px 20px 20px;animation:.2s SimpleToolbarPlugin-module__KLAMha__fadeInModal;display:flex;position:relative;box-shadow:0 8px 32px #0000002e}.SimpleToolbarPlugin-module__KLAMha__voiceCommandsFooter{justify-content:flex-end;margin-top:12px;display:flex}.SimpleToolbarPlugin-module__KLAMha__voiceCommandsFooterClose{background:var(--primary-color,#2ac7bf);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:8px 20px;font-size:1rem;font-weight:500;transition:background .2s}.SimpleToolbarPlugin-module__KLAMha__voiceCommandsFooterClose:hover{background:#1ea89e}@keyframes SimpleToolbarPlugin-module__KLAMha__fadeInModal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.SimpleToolbarPlugin-module__KLAMha__voiceCommandsHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.SimpleToolbarPlugin-module__KLAMha__voiceCommandsHeader h4{margin:0;font-size:1.2rem}.SimpleToolbarPlugin-module__KLAMha__voiceCommandsClose{color:#888;cursor:pointer;background:0 0;border:none;margin-left:8px;font-size:1.5rem}.SimpleToolbarPlugin-module__KLAMha__voiceCommandsContent{max-height:60vh;overflow-y:auto}.SimpleToolbarPlugin-module__KLAMha__voiceCommandsNote{margin-bottom:16px}.SimpleToolbarPlugin-module__KLAMha__voiceCommandsNoteText{color:#666;margin:0;font-size:12px;font-style:italic}.SimpleToolbarPlugin-module__KLAMha__voiceCommandsSection{margin-bottom:16px}.SimpleToolbarPlugin-module__KLAMha__voiceCommandsSection h5{margin:0 0 4px;font-size:1rem}.SimpleToolbarPlugin-module__KLAMha__voiceCommandsSection ul{margin:0 0 0 16px;padding:0;font-size:.98rem}.SimpleToolbarPlugin-module__KLAMha__voiceCommandsSection li{margin-bottom:4px}.SimpleToolbarPlugin-module__KLAMha__simpleToolbar{background:var(--white-color,#fff);border-top:1px solid var(--border-color,#e5e7eb);border-radius:0 0 6px 6px;flex-wrap:wrap;align-items:center;gap:4px;padding:8px;display:flex;position:relative}.SimpleToolbarPlugin-module__KLAMha__toolbarLeft{flex:1;align-items:center;gap:4px;min-width:0;display:flex}.SimpleToolbarPlugin-module__KLAMha__toolbarRight{align-items:center;gap:4px;margin-left:auto;display:flex}.SimpleToolbarPlugin-module__KLAMha__toolbarBtn{color:#666;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:all .2s;display:flex}.SimpleToolbarPlugin-module__KLAMha__toolbarBtn:hover{background:var(--primary-color,#2ac7bf);color:var(--white-color,#fff)}.SimpleToolbarPlugin-module__KLAMha__toolbarBtn:hover .SimpleToolbarPlugin-module__KLAMha__format{filter:brightness(0)invert()}.SimpleToolbarPlugin-module__KLAMha__toolbarBtn.SimpleToolbarPlugin-module__KLAMha__active{color:#00bcd4;background:0 0}.SimpleToolbarPlugin-module__KLAMha__toolbarBtn.SimpleToolbarPlugin-module__KLAMha__active:hover{background:var(--primary-color,#2ac7bf);color:var(--white-color,#fff)}.SimpleToolbarPlugin-module__KLAMha__transcriptionMicButton{cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;transition:all .3s;display:flex;box-shadow:0 2px 4px #0000000d}.SimpleToolbarPlugin-module__KLAMha__transcriptionMicButton:hover{background:#eff6ff;border-color:#06c;transform:scale(1.05)}.SimpleToolbarPlugin-module__KLAMha__transcriptionMicButton.SimpleToolbarPlugin-module__KLAMha__listening{background:#fef2f2;border-color:#ef4444;animation:1.5s infinite SimpleToolbarPlugin-module__KLAMha__pulse}@keyframes SimpleToolbarPlugin-module__KLAMha__pulse{0%{box-shadow:0 0 #ef4444b3}50%{box-shadow:0 0 0 6px #ef444433}to{box-shadow:0 0 0 12px #ef444400}}.SimpleToolbarPlugin-module__KLAMha__toolbarSelect{border:1px solid var(--border-color,#e5e7eb);background:var(--white-color,#fff);color:#666;cursor:pointer;border-radius:4px;min-width:120px;height:32px;margin-right:4px;padding:4px 8px;font-size:14px;transition:all .2s}.SimpleToolbarPlugin-module__KLAMha__toolbarSelect:focus{border-color:var(--primary-color,#2ac7bf);outline:none;box-shadow:0 0 0 3px #2ac7bf1a}.SimpleToolbarPlugin-module__KLAMha__toolbarSelect:hover{border-color:var(--primary-color,#2ac7bf)}.SimpleToolbarPlugin-module__KLAMha__format{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;display:inline-block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.SimpleToolbarPlugin-module__KLAMha__format.SimpleToolbarPlugin-module__KLAMha__leftAlign{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"black\" stroke-width=\"2\"><line x1=\"17\" y1=\"10\" x2=\"3\" y2=\"10\"/><line x1=\"21\" y1=\"6\" x2=\"3\" y2=\"6\"/><line x1=\"21\" y1=\"14\" x2=\"3\" y2=\"14\"/><line x1=\"17\" y1=\"18\" x2=\"3\" y2=\"18\"/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"black\" stroke-width=\"2\"><line x1=\"17\" y1=\"10\" x2=\"3\" y2=\"10\"/><line x1=\"21\" y1=\"6\" x2=\"3\" y2=\"6\"/><line x1=\"21\" y1=\"14\" x2=\"3\" y2=\"14\"/><line x1=\"17\" y1=\"18\" x2=\"3\" y2=\"18\"/></svg>")}.SimpleToolbarPlugin-module__KLAMha__format.SimpleToolbarPlugin-module__KLAMha__centerAlign{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"black\" stroke-width=\"2\"><line x1=\"18\" y1=\"10\" x2=\"6\" y2=\"10\"/><line x1=\"21\" y1=\"6\" x2=\"3\" y2=\"6\"/><line x1=\"21\" y1=\"14\" x2=\"3\" y2=\"14\"/><line x1=\"18\" y1=\"18\" x2=\"6\" y2=\"18\"/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"black\" stroke-width=\"2\"><line x1=\"18\" y1=\"10\" x2=\"6\" y2=\"10\"/><line x1=\"21\" y1=\"6\" x2=\"3\" y2=\"6\"/><line x1=\"21\" y1=\"14\" x2=\"3\" y2=\"14\"/><line x1=\"18\" y1=\"18\" x2=\"6\" y2=\"18\"/></svg>")}.SimpleToolbarPlugin-module__KLAMha__format.SimpleToolbarPlugin-module__KLAMha__rightAlign{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"black\" stroke-width=\"2\"><line x1=\"21\" y1=\"10\" x2=\"7\" y2=\"10\"/><line x1=\"21\" y1=\"6\" x2=\"3\" y2=\"6\"/><line x1=\"21\" y1=\"14\" x2=\"3\" y2=\"14\"/><line x1=\"21\" y1=\"18\" x2=\"7\" y2=\"18\"/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"black\" stroke-width=\"2\"><line x1=\"21\" y1=\"10\" x2=\"7\" y2=\"10\"/><line x1=\"21\" y1=\"6\" x2=\"3\" y2=\"6\"/><line x1=\"21\" y1=\"14\" x2=\"3\" y2=\"14\"/><line x1=\"21\" y1=\"18\" x2=\"7\" y2=\"18\"/></svg>")}.SimpleToolbarPlugin-module__KLAMha__format.SimpleToolbarPlugin-module__KLAMha__justifyAlign{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"black\" stroke-width=\"2\"><line x1=\"21\" y1=\"10\" x2=\"3\" y2=\"10\"/><line x1=\"21\" y1=\"6\" x2=\"3\" y2=\"6\"/><line x1=\"21\" y1=\"14\" x2=\"3\" y2=\"14\"/><line x1=\"21\" y1=\"18\" x2=\"3\" y2=\"18\"/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"black\" stroke-width=\"2\"><line x1=\"21\" y1=\"10\" x2=\"3\" y2=\"10\"/><line x1=\"21\" y1=\"6\" x2=\"3\" y2=\"6\"/><line x1=\"21\" y1=\"14\" x2=\"3\" y2=\"14\"/><line x1=\"21\" y1=\"18\" x2=\"3\" y2=\"18\"/></svg>")}.SimpleToolbarPlugin-module__KLAMha__format.SimpleToolbarPlugin-module__KLAMha__bulletList{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"black\" stroke-width=\"2\"><line x1=\"8\" y1=\"6\" x2=\"21\" y2=\"6\"/><line x1=\"8\" y1=\"12\" x2=\"21\" y2=\"12\"/><line x1=\"8\" y1=\"18\" x2=\"21\" y2=\"18\"/><line x1=\"3\" y1=\"6\" x2=\"3.01\" y2=\"6\"/><line x1=\"3\" y1=\"12\" x2=\"3.01\" y2=\"12\"/><line x1=\"3\" y1=\"18\" x2=\"3.01\" y2=\"18\"/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"black\" stroke-width=\"2\"><line x1=\"8\" y1=\"6\" x2=\"21\" y2=\"6\"/><line x1=\"8\" y1=\"12\" x2=\"21\" y2=\"12\"/><line x1=\"8\" y1=\"18\" x2=\"21\" y2=\"18\"/><line x1=\"3\" y1=\"6\" x2=\"3.01\" y2=\"6\"/><line x1=\"3\" y1=\"12\" x2=\"3.01\" y2=\"12\"/><line x1=\"3\" y1=\"18\" x2=\"3.01\" y2=\"18\"/></svg>")}.SimpleToolbarPlugin-module__KLAMha__format.SimpleToolbarPlugin-module__KLAMha__numberedList{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"black\" stroke-width=\"2\"><line x1=\"10\" y1=\"6\" x2=\"21\" y2=\"6\"/><line x1=\"10\" y1=\"12\" x2=\"21\" y2=\"12\"/><line x1=\"10\" y1=\"18\" x2=\"21\" y2=\"18\"/><path d=\"M4 6h1v4\"/><path d=\"M4 10h2\"/><path d=\"M6 18H4c0-1 2-2 2-3s-1-1.5-2-1\"/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"black\" stroke-width=\"2\"><line x1=\"10\" y1=\"6\" x2=\"21\" y2=\"6\"/><line x1=\"10\" y1=\"12\" x2=\"21\" y2=\"12\"/><line x1=\"10\" y1=\"18\" x2=\"21\" y2=\"18\"/><path d=\"M4 6h1v4\"/><path d=\"M4 10h2\"/><path d=\"M6 18H4c0-1 2-2 2-3s-1-1.5-2-1\"/></svg>")}.SimpleToolbarPlugin-module__KLAMha__format.SimpleToolbarPlugin-module__KLAMha__indent{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"black\" stroke-width=\"2\"><polyline points=\"8 9 12 12 8 15\"/><rect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"2\"/><line x1=\"16\" y1=\"12\" x2=\"12\" y2=\"12\"/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"black\" stroke-width=\"2\"><polyline points=\"8 9 12 12 8 15\"/><rect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"2\"/><line x1=\"16\" y1=\"12\" x2=\"12\" y2=\"12\"/></svg>")}.SimpleToolbarPlugin-module__KLAMha__format.SimpleToolbarPlugin-module__KLAMha__outdent{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"black\" stroke-width=\"2\"><polyline points=\"16 9 12 12 16 15\"/><rect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"2\"/><line x1=\"8\" y1=\"12\" x2=\"12\" y2=\"12\"/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"black\" stroke-width=\"2\"><polyline points=\"16 9 12 12 16 15\"/><rect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"2\"/><line x1=\"8\" y1=\"12\" x2=\"12\" y2=\"12\"/></svg>")}.SimpleToolbarPlugin-module__KLAMha__toolbarDivider{background:var(--border-color,#e5e7eb);width:1px;height:20px;margin:0 4px}.SimpleToolbarPlugin-module__KLAMha__assistantModalOverlay{z-index:9999;background:#00000059;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.2s ease-out SimpleToolbarPlugin-module__KLAMha__fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes SimpleToolbarPlugin-module__KLAMha__fadeIn{0%{opacity:0}to{opacity:1}}.SimpleToolbarPlugin-module__KLAMha__assistantModal{background:#fff;border-radius:12px;width:90%;max-width:500px;max-height:80vh;animation:.3s ease-out SimpleToolbarPlugin-module__KLAMha__slideDown;overflow-y:auto;box-shadow:0 20px 60px #00000026}@keyframes SimpleToolbarPlugin-module__KLAMha__slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.SimpleToolbarPlugin-module__KLAMha__assistantHeader{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:20px;display:flex}.SimpleToolbarPlugin-module__KLAMha__assistantHeader h3{color:#1f2937;margin:0;font-size:18px;font-weight:600}.SimpleToolbarPlugin-module__KLAMha__assistantClose{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:28px;transition:all .2s;display:flex}.SimpleToolbarPlugin-module__KLAMha__assistantClose:hover{color:#111827;background:#f3f4f6}.SimpleToolbarPlugin-module__KLAMha__assistantContent{flex-direction:column;gap:20px;padding:24px;display:flex}.SimpleToolbarPlugin-module__KLAMha__assistantInfo{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.SimpleToolbarPlugin-module__KLAMha__assistantInfo svg{color:#3b82f6;opacity:.8}.SimpleToolbarPlugin-module__KLAMha__assistantDescription{color:#4b5563;margin:0;font-size:14px;line-height:1.6}.SimpleToolbarPlugin-module__KLAMha__assistantFeatures{background:#f9fafb;border-radius:8px;padding:16px}.SimpleToolbarPlugin-module__KLAMha__assistantFeatures h4{color:#1f2937;margin:0 0 12px;font-size:14px;font-weight:600}.SimpleToolbarPlugin-module__KLAMha__assistantFeatures ul{margin:0;padding-left:20px;list-style:none}.SimpleToolbarPlugin-module__KLAMha__assistantFeatures li{color:#4b5563;margin-bottom:4px;font-size:13px;line-height:1.8}.SimpleToolbarPlugin-module__KLAMha__assistantStatus{background:#eff6ff;border-left:3px solid #3b82f6;border-radius:4px;padding:12px}.SimpleToolbarPlugin-module__KLAMha__statusText{color:#1e40af;margin:0;font-size:13px;font-weight:500}
.TranscriptionAssistant-module__Cer3xq__assistantContainer{z-index:1000;gap:10px;display:flex;position:fixed;bottom:20px;right:20px}.TranscriptionAssistant-module__Cer3xq__micButton{cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:24px;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000001a}.TranscriptionAssistant-module__Cer3xq__micButton:hover{background:#eff6ff;border-color:#06c;transform:scale(1.05)}.TranscriptionAssistant-module__Cer3xq__micButton.TranscriptionAssistant-module__Cer3xq__listening{background:#fef2f2;border-color:#ef4444;animation:1.5s infinite TranscriptionAssistant-module__Cer3xq__pulse}.TranscriptionAssistant-module__Cer3xq__panelButton{cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:56px;height:56px;font-size:14px;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000001a}.TranscriptionAssistant-module__Cer3xq__panelButton:hover,.TranscriptionAssistant-module__Cer3xq__panelButton.TranscriptionAssistant-module__Cer3xq__active{background:#eff6ff;border-color:#06c}.TranscriptionAssistant-module__Cer3xq__panel{z-index:999;background:#fff;border-radius:12px;flex-direction:column;width:360px;max-height:600px;animation:.3s TranscriptionAssistant-module__Cer3xq__slideUp;display:flex;position:fixed;bottom:90px;right:20px;box-shadow:0 10px 40px #00000026}.TranscriptionAssistant-module__Cer3xq__panelHeader{background:#f8fafc;border-bottom:1px solid #e2e8f0;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;padding:16px;display:flex}.TranscriptionAssistant-module__Cer3xq__panelHeader h3{color:#1e293b;margin:0;font-size:16px;font-weight:600}.TranscriptionAssistant-module__Cer3xq__closeBtn{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:20px;transition:all .2s;display:flex}.TranscriptionAssistant-module__Cer3xq__closeBtn:hover{color:#475569;background:#e2e8f0}.TranscriptionAssistant-module__Cer3xq__panelContent{flex-direction:column;flex:1;gap:12px;padding:12px;display:flex;overflow-y:auto}.TranscriptionAssistant-module__Cer3xq__statusBar{background:#f8fafc;border-radius:6px;align-items:center;gap:8px;padding:8px 12px;font-size:13px;display:flex}.TranscriptionAssistant-module__Cer3xq__statusBar .TranscriptionAssistant-module__Cer3xq__statusListening{color:#ef4444;font-weight:600;animation:1s infinite TranscriptionAssistant-module__Cer3xq__blink}.TranscriptionAssistant-module__Cer3xq__statusBar .TranscriptionAssistant-module__Cer3xq__statusIdle{color:#16a34a;font-weight:600}.TranscriptionAssistant-module__Cer3xq__linesList{flex-direction:column;gap:8px;display:flex}.TranscriptionAssistant-module__Cer3xq__linesList .TranscriptionAssistant-module__Cer3xq__emptyState{text-align:center;color:#94a3b8;padding:20px 10px;font-size:13px}.TranscriptionAssistant-module__Cer3xq__transcriptionLine{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:10px;transition:all .2s}.TranscriptionAssistant-module__Cer3xq__transcriptionLine:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #00000014}.TranscriptionAssistant-module__Cer3xq__lineHeader{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.TranscriptionAssistant-module__Cer3xq__lineHeader .TranscriptionAssistant-module__Cer3xq__speakerLabel{font-size:12px}.TranscriptionAssistant-module__Cer3xq__lineHeader .TranscriptionAssistant-module__Cer3xq__speakerSelect{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:4px;padding:4px 8px;font-size:12px;font-weight:600;transition:all .2s}.TranscriptionAssistant-module__Cer3xq__lineHeader .TranscriptionAssistant-module__Cer3xq__speakerSelect:hover{background:#f8fafc;border-color:#cbd5e1}.TranscriptionAssistant-module__Cer3xq__lineHeader .TranscriptionAssistant-module__Cer3xq__speakerSelect:focus{border-color:#06c;outline:none;box-shadow:0 0 0 2px #0066cc1a}.TranscriptionAssistant-module__Cer3xq__lineHeader .TranscriptionAssistant-module__Cer3xq__confidence{color:#64748b;font-size:11px}.TranscriptionAssistant-module__Cer3xq__lineText{color:#1e293b;word-break:break-word;margin:6px 0;font-size:13px;line-height:1.4}.TranscriptionAssistant-module__Cer3xq__lineActions{gap:6px;margin-top:6px;display:flex}.TranscriptionAssistant-module__Cer3xq__lineActions button{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:4px;flex:1;padding:6px 10px;font-size:11px;transition:all .2s}.TranscriptionAssistant-module__Cer3xq__lineActions button:hover{background:#f8fafc;border-color:#cbd5e1}.TranscriptionAssistant-module__Cer3xq__btnEdit{color:#06c;border-color:#93c5fd!important}.TranscriptionAssistant-module__Cer3xq__btnEdit:hover{background:#eff6ff!important}.TranscriptionAssistant-module__Cer3xq__btnDelete{color:#ef4444;border-color:#fca5a5!important}.TranscriptionAssistant-module__Cer3xq__btnDelete:hover{background:#fef2f2!important}.TranscriptionAssistant-module__Cer3xq__editMode{flex-direction:column;gap:8px;display:flex}.TranscriptionAssistant-module__Cer3xq__editMode .TranscriptionAssistant-module__Cer3xq__editInput{resize:vertical;border:1px solid #06c;border-radius:4px;min-height:60px;padding:8px;font-family:inherit;font-size:13px}.TranscriptionAssistant-module__Cer3xq__editMode .TranscriptionAssistant-module__Cer3xq__editInput:focus{border-color:#06c;outline:none;box-shadow:0 0 0 3px #0066cc1a}.TranscriptionAssistant-module__Cer3xq__editMode .TranscriptionAssistant-module__Cer3xq__editActions{gap:6px;display:flex}.TranscriptionAssistant-module__Cer3xq__editMode .TranscriptionAssistant-module__Cer3xq__editActions button{cursor:pointer;border:none;border-radius:4px;flex:1;padding:6px 10px;font-size:11px;font-weight:600;transition:all .2s}.TranscriptionAssistant-module__Cer3xq__btnSave{color:#fff;background:#16a34a}.TranscriptionAssistant-module__Cer3xq__btnSave:hover{background:#15803d}.TranscriptionAssistant-module__Cer3xq__btnCancel{color:#475569;background:#e2e8f0}.TranscriptionAssistant-module__Cer3xq__btnCancel:hover{background:#cbd5e1}.TranscriptionAssistant-module__Cer3xq__insights{background:#f8fafc;border-left:4px solid #06c;border-radius:8px;padding:12px}.TranscriptionAssistant-module__Cer3xq__insights .TranscriptionAssistant-module__Cer3xq__insightsTitle{color:#1e293b;margin:0 0 10px;font-size:13px;font-weight:600}.TranscriptionAssistant-module__Cer3xq__insights .TranscriptionAssistant-module__Cer3xq__insightSection{margin-bottom:10px}.TranscriptionAssistant-module__Cer3xq__insights .TranscriptionAssistant-module__Cer3xq__insightSection:last-child{margin-bottom:0}.TranscriptionAssistant-module__Cer3xq__insights .TranscriptionAssistant-module__Cer3xq__insightSection h5{color:#06c;margin:0 0 6px;font-size:12px;font-weight:600}.TranscriptionAssistant-module__Cer3xq__insights .TranscriptionAssistant-module__Cer3xq__insightSection ul{margin:0;padding:0;list-style:none}.TranscriptionAssistant-module__Cer3xq__insights .TranscriptionAssistant-module__Cer3xq__insightSection ul li{color:#475569;padding:2px 0;font-size:12px}.TranscriptionAssistant-module__Cer3xq__insights .TranscriptionAssistant-module__Cer3xq__loadingInsights{color:#64748b;align-items:center;gap:6px;font-size:12px;display:flex}.TranscriptionAssistant-module__Cer3xq__insights .TranscriptionAssistant-module__Cer3xq__loadingInsights:before{content:"";border:2px solid #e2e8f0;border-top-color:#06c;border-radius:50%;width:12px;height:12px;animation:.6s linear infinite TranscriptionAssistant-module__Cer3xq__spin}.TranscriptionAssistant-module__Cer3xq__generateSummaryBtn{color:#fff;cursor:pointer;background:#06c;border:none;border-radius:6px;width:100%;margin-top:8px;padding:10px;font-size:13px;font-weight:600;transition:all .2s}.TranscriptionAssistant-module__Cer3xq__generateSummaryBtn:hover:not(:disabled){background:#0052a3}.TranscriptionAssistant-module__Cer3xq__generateSummaryBtn:disabled{opacity:.6;cursor:not-allowed}@keyframes TranscriptionAssistant-module__Cer3xq__pulse{0%,to{box-shadow:0 2px 8px #0000001a}50%{box-shadow:0 2px 16px #ef44444d}}@keyframes TranscriptionAssistant-module__Cer3xq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes TranscriptionAssistant-module__Cer3xq__blink{0%,50%,to{opacity:1}25%,75%{opacity:.5}}@keyframes TranscriptionAssistant-module__Cer3xq__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.TranscriptionAssistant-module__Cer3xq__panel{width:calc(100vw - 40px);max-height:400px;bottom:80px;right:10px}.TranscriptionAssistant-module__Cer3xq__assistantContainer{bottom:16px;right:16px}}.TranscriptionAssistant-module__Cer3xq__commandsOverlay{z-index:2000;background:#00000080;justify-content:center;align-items:center;animation:.3s TranscriptionAssistant-module__Cer3xq__fadeIn;display:flex;position:fixed;inset:0}.TranscriptionAssistant-module__Cer3xq__commandsModal{background:#fff;border-radius:12px;width:90%;max-width:900px;max-height:80vh;animation:.3s TranscriptionAssistant-module__Cer3xq__slideUp;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.TranscriptionAssistant-module__Cer3xq__commandsHeader{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.TranscriptionAssistant-module__Cer3xq__commandsHeader h2{color:#06c;margin:0;font-size:20px}.TranscriptionAssistant-module__Cer3xq__closeButton{cursor:pointer;color:#64748b;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:24px;transition:color .2s;display:flex}.TranscriptionAssistant-module__Cer3xq__closeButton:hover{color:#06c}.TranscriptionAssistant-module__Cer3xq__commandsContent{padding:24px}.TranscriptionAssistant-module__Cer3xq__commandGroup{margin-bottom:24px}.TranscriptionAssistant-module__Cer3xq__commandGroup:last-child{margin-bottom:0}.TranscriptionAssistant-module__Cer3xq__commandGroup h3{color:#475569;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;font-size:14px;font-weight:600}.TranscriptionAssistant-module__Cer3xq__commandList{flex-direction:column;gap:8px;display:flex}.TranscriptionAssistant-module__Cer3xq__commandItem{background:#f8fafc;border-radius:6px;align-items:center;gap:12px;padding:8px 12px;transition:background .2s;display:flex}.TranscriptionAssistant-module__Cer3xq__commandItem:hover{background:#eff6ff}.TranscriptionAssistant-module__Cer3xq__commandItem span{color:#334155;flex:1;font-size:14px}.TranscriptionAssistant-module__Cer3xq__kbd{color:#06c;white-space:nowrap;text-align:center;background:#fff;border:1px solid #cbd5e1;border-radius:4px;min-width:80px;padding:4px 8px;font-family:monospace;font-size:12px;font-weight:600;box-shadow:0 1px 3px #0000000d}.TranscriptionAssistant-module__Cer3xq__commandsFooter{border-top:1px solid #e2e8f0;justify-content:flex-end;gap:8px;padding:16px 24px;display:flex}.TranscriptionAssistant-module__Cer3xq__closeCommandsButton{color:#fff;cursor:pointer;background:#06c;border:none;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s}.TranscriptionAssistant-module__Cer3xq__closeCommandsButton:hover{background:#0052a3;transform:translateY(-1px);box-shadow:0 4px 8px #0066cc4d}@media (max-width:640px){.TranscriptionAssistant-module__Cer3xq__commandsModal{width:95%;max-height:90vh}.TranscriptionAssistant-module__Cer3xq__commandsContent{padding:16px}.TranscriptionAssistant-module__Cer3xq__commandsHeader{padding:16px}.TranscriptionAssistant-module__Cer3xq__commandsHeader h2{font-size:18px}.TranscriptionAssistant-module__Cer3xq__commandsFooter{padding:12px 16px}}
﻿.FinancingAnalysisModal-module__ezlVOW__wrapper{flex-direction:column;gap:24px;display:flex}.FinancingAnalysisModal-module__ezlVOW__description{color:var(--text-secondary);margin:0 0 24px;font-size:14px;line-height:1.45}.FinancingAnalysisModal-module__ezlVOW__loadingState{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:320px;display:flex}.FinancingAnalysisModal-module__ezlVOW__loadingState h3{color:#222;margin:0;font-size:18px;font-weight:800}.FinancingAnalysisModal-module__ezlVOW__loadingState p{color:#667b88;margin:0;font-size:14px}.FinancingAnalysisModal-module__ezlVOW__spinner{border:4px solid #d5dce1;border-top-color:#1cb0ff;border-radius:50%;width:52px;height:52px;margin-bottom:8px;animation:.8s linear infinite FinancingAnalysisModal-module__ezlVOW__financingSpin}@keyframes FinancingAnalysisModal-module__ezlVOW__financingSpin{to{transform:rotate(360deg)}}.FinancingAnalysisModal-module__ezlVOW__summaryCard{border:1px solid var(--border-color);background:#f0f2f4;border-radius:16px;flex-direction:column;gap:24px;margin-bottom:25px;padding:22px;display:flex}.FinancingAnalysisModal-module__ezlVOW__summaryTop{grid-template-columns:minmax(0,1fr) auto;gap:16px;display:grid}.FinancingAnalysisModal-module__ezlVOW__label{color:var(--judite-text-muted);text-transform:uppercase;margin:0 0 4px;font-size:12px;font-weight:700}.FinancingAnalysisModal-module__ezlVOW__value{color:var(--color-dark-action);font-size:16px;font-weight:700;line-height:1.3;display:block}.FinancingAnalysisModal-module__ezlVOW__budgetCodeWrap{text-align:right}.FinancingAnalysisModal-module__ezlVOW__summaryBottom{flex-direction:column;display:flex}.FinancingAnalysisModal-module__ezlVOW__amount{color:var(--color-dark-action);margin:0;font-size:28px;font-weight:800}.FinancingAnalysisModal-module__ezlVOW__preApprovedAlert{color:#226f35;background:#dff0e2;border:1px solid #8acb96;border-radius:14px;align-items:flex-start;gap:12px;padding:16px 18px;display:flex}.FinancingAnalysisModal-module__ezlVOW__preApprovedIcon{color:#3ba65a;justify-content:center;align-items:center;margin-top:2px;font-size:24px;display:inline-flex}.FinancingAnalysisModal-module__ezlVOW__preApprovedAlert strong{margin-bottom:4px;font-size:15px;display:block}.FinancingAnalysisModal-module__ezlVOW__preApprovedAlert p{margin:0;font-size:13px;line-height:1.45}.FinancingAnalysisModal-module__ezlVOW__installmentTitle{color:var(--color-dark-action);border-bottom:1px solid #e2e6e8;margin-top:12px;margin-bottom:12px;padding-bottom:8px;font-size:14px;font-weight:800}.FinancingAnalysisModal-module__ezlVOW__installmentRow{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:15px;display:grid}.FinancingAnalysisModal-module__ezlVOW__field{min-width:0}.FinancingAnalysisModal-module__ezlVOW__fieldLabel{color:var(--judite-text-muted);text-transform:uppercase;margin:0 0 6px;font-size:12px;font-weight:700;display:block}.FinancingAnalysisModal-module__ezlVOW__field .wrapper{width:100%}.FinancingAnalysisModal-module__ezlVOW__installmentList{flex-direction:column;gap:10px;max-height:210px;padding-right:4px;display:flex;overflow-y:auto}.FinancingAnalysisModal-module__ezlVOW__installmentItem{background:#f0f2f4;border-radius:12px;grid-template-columns:54px minmax(0,1fr) 98px;align-items:center;gap:10px;padding:10px;display:grid}.FinancingAnalysisModal-module__ezlVOW__installmentIndex{color:#5e7480;text-align:center;font-size:14px;font-weight:700}.FinancingAnalysisModal-module__ezlVOW__installmentDate,.FinancingAnalysisModal-module__ezlVOW__installmentValue{min-width:0}.FinancingAnalysisModal-module__ezlVOW__ctaButton{width:100%;height:52px;font-size:16px}.FinancingAnalysisModal-module__ezlVOW__totalsCard{background:#f0f2f4;border:1px solid #e2e6e8;border-radius:14px;margin-top:20px;padding:14px 16px}.FinancingAnalysisModal-module__ezlVOW__totalsRow{color:#5e7480;justify-content:space-between;align-items:center;gap:12px;font-size:14px;font-weight:700;display:flex}.FinancingAnalysisModal-module__ezlVOW__totalsRow+.FinancingAnalysisModal-module__ezlVOW__totalsRow{border-top:1px solid #d6dde1;margin-top:12px;padding-top:12px}.FinancingAnalysisModal-module__ezlVOW__totalsRow strong{color:#5e7480;font-size:15px;font-weight:800}.FinancingAnalysisModal-module__ezlVOW__financedValue{color:var(--color-info-blue)!important}.FinancingAnalysisModal-module__ezlVOW__footerActions{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:25px;display:grid}.FinancingAnalysisModal-module__ezlVOW__secondaryCta,.FinancingAnalysisModal-module__ezlVOW__primaryCta{width:100%;height:44px}.FinancingAnalysisModal-module__ezlVOW__secondaryCta{justify-content:center}@media (max-width:768px){.FinancingAnalysisModal-module__ezlVOW__description{font-size:14px}.FinancingAnalysisModal-module__ezlVOW__loadingState{min-height:250px}.FinancingAnalysisModal-module__ezlVOW__loadingState h3{font-size:20px}.FinancingAnalysisModal-module__ezlVOW__loadingState p{font-size:15px}.FinancingAnalysisModal-module__ezlVOW__summaryTop{grid-template-columns:1fr}.FinancingAnalysisModal-module__ezlVOW__budgetCodeWrap{text-align:left}.FinancingAnalysisModal-module__ezlVOW__label{font-size:12px}.FinancingAnalysisModal-module__ezlVOW__value{font-size:16px}.FinancingAnalysisModal-module__ezlVOW__amount{font-size:32px}.FinancingAnalysisModal-module__ezlVOW__preApprovedAlert strong{font-size:22px}.FinancingAnalysisModal-module__ezlVOW__preApprovedAlert p{font-size:14px}.FinancingAnalysisModal-module__ezlVOW__installmentRow{grid-template-columns:1fr}.FinancingAnalysisModal-module__ezlVOW__installmentItem{grid-template-columns:1fr;gap:8px}.FinancingAnalysisModal-module__ezlVOW__installmentIndex{text-align:left}.FinancingAnalysisModal-module__ezlVOW__totalsRow{font-size:14px}.FinancingAnalysisModal-module__ezlVOW__totalsRow strong{font-size:16px}.FinancingAnalysisModal-module__ezlVOW__footerActions{grid-template-columns:1fr}}
.FaceogramCanvas-module__c-PJ4G__faceContainer{background:#fff;border-radius:8px;width:100%;max-width:600px;margin:0 auto;box-shadow:0 2px 8px #0000001a}.FaceogramCanvas-module__c-PJ4G__faceSvg{cursor:crosshair;width:100%;height:auto}.FaceogramCanvas-module__c-PJ4G__faceImage{pointer-events:none;-webkit-user-select:none;user-select:none}.FaceogramCanvas-module__c-PJ4G__regionGroup{cursor:pointer}.FaceogramCanvas-module__c-PJ4G__region{fill:#0000;stroke:#fff;stroke-width:4px;stroke-dasharray:5 5;transition:all .2s}.FaceogramCanvas-module__c-PJ4G__region:hover{fill:#00bcd426;stroke:#00bcd4cc;stroke-dasharray:none}.FaceogramCanvas-module__c-PJ4G__regionActive{fill:#00bcd466;stroke:var(--primary-color);stroke-width:3px;stroke-dasharray:none}.FaceogramCanvas-module__c-PJ4G__regionHovered{fill:#00bcd44d;stroke:var(--primary-color)}.FaceogramCanvas-module__c-PJ4G__hitArea{cursor:pointer}.FaceogramCanvas-module__c-PJ4G__customDrawing,.FaceogramCanvas-module__c-PJ4G__currentDrawing,.FaceogramCanvas-module__c-PJ4G__labelGroup{pointer-events:none;-webkit-user-select:none;user-select:none}.FaceogramCanvas-module__c-PJ4G__labelBackground{filter:drop-shadow(0 2px 4px #0003)}.FaceogramCanvas-module__c-PJ4G__labelText{-webkit-user-select:none;user-select:none}
.FaceogramSVG-module__o7KaiW__hofWrapper{width:100%;overflow:visible}.FaceogramSVG-module__o7KaiW__hofContainer{flex-direction:column;gap:32px;width:100%;padding:32px 0;display:flex}.FaceogramSVG-module__o7KaiW__hofAccordionsRow{flex-direction:row;gap:32px;width:100%;display:flex}.FaceogramSVG-module__o7KaiW__hofAccordion{flex:1 1 0;min-width:0}.FaceogramSVG-module__o7KaiW__infoBox{background:#fff;border-radius:12px;align-items:center;gap:12px;margin-bottom:18px;padding:16px 18px;display:flex;box-shadow:0 1px 8px #e0e0e0}.FaceogramSVG-module__o7KaiW__infoIcon{color:var(--primary-color);align-items:center;display:flex}.FaceogramSVG-module__o7KaiW__infoText{color:var(--primary-color);line-height:1.3}.FaceogramSVG-module__o7KaiW__infoTitle{font-size:16px;font-weight:600}.FaceogramSVG-module__o7KaiW__infoSubtitle{font-size:13px;font-weight:400}.FaceogramSVG-module__o7KaiW__genderSelectorWrapper{justify-content:center;align-items:center;gap:16px;margin-top:4px;display:flex}.FaceogramSVG-module__o7KaiW__genderButton{color:#222;cursor:pointer;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;outline:none;justify-content:center;align-items:center;min-width:100px;padding:7px 17px;font-size:.93rem;font-weight:500;transition:all .18s;display:flex}.FaceogramSVG-module__o7KaiW__genderButtonSelected{background:var(--primary-color);color:#fff;border:1.5px solid var(--primary-color);cursor:pointer;border-radius:8px;outline:none;justify-content:center;align-items:center;min-width:100px;padding:7px 17px;font-size:.93rem;font-weight:600;display:flex;box-shadow:0 2px 8px #00bcd414}.FaceogramSVG-module__o7KaiW__faceogramContainer{flex-direction:column;justify-content:center;gap:12px;width:100%;display:flex}.FaceogramSVG-module__o7KaiW__faceContainer{aspect-ratio:1000/1200;cursor:default;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;width:100%;margin:0 auto;display:flex;overflow:hidden;box-shadow:0 8px 32px #0000001a}.FaceogramSVG-module__o7KaiW__faceSvg{width:100%;height:100%;display:block}.FaceogramSVG-module__o7KaiW__faceImage{object-fit:contain;filter:brightness(1.02)contrast(1.05)}.FaceogramSVG-module__o7KaiW__region{fill:#0000;stroke:var(--primary-hover);stroke-width:2px;stroke-dasharray:2 2;cursor:pointer;vector-effect:non-scaling-stroke;opacity:.9;transition:all .2s}.FaceogramSVG-module__o7KaiW__region:hover{stroke:var(--primary-hover);stroke-width:5px;stroke-dasharray:2 2;opacity:1}.FaceogramSVG-module__o7KaiW__regionHovered{stroke:var(--primary-hover);stroke-width:5px;opacity:1}.FaceogramSVG-module__o7KaiW__regionActive{fill:var(--primary-hover);stroke-dasharray:0;filter:drop-shadow(0 4px 12px var(--primary-hover));opacity:1}.FaceogramSVG-module__o7KaiW__hitArea{pointer-events:all;cursor:pointer}.FaceogramSVG-module__o7KaiW__hitArea:hover{stroke:#0000}.FaceogramSVG-module__o7KaiW__customDrawing,.FaceogramSVG-module__o7KaiW__currentDrawing,.FaceogramSVG-module__o7KaiW__labelGroup{pointer-events:none}.FaceogramSVG-module__o7KaiW__labelBackground{filter:drop-shadow(0 2px 4px #0000004d)}.FaceogramSVG-module__o7KaiW__labelText{pointer-events:none;-webkit-user-select:none;user-select:none}.FaceogramSVG-module__o7KaiW__regionGroup{pointer-events:visible}.FaceogramSVG-module__o7KaiW__drawingControls{justify-content:center;gap:12px;display:flex}.FaceogramSVG-module__o7KaiW__drawingButton{color:#ff0064;cursor:pointer;background:#fff;border:2px solid #ff0064;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:8px 16px;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.FaceogramSVG-module__o7KaiW__drawingButton svg{width:14px}.FaceogramSVG-module__o7KaiW__drawingButton:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ff006433}.FaceogramSVG-module__o7KaiW__drawingButtonActive{color:#fff;background:#ff0064}.FaceogramSVG-module__o7KaiW__clearDrawingsButton{color:#64748b;cursor:pointer;background:#fff;border:2px solid #64748b;border-radius:8px;padding:8px 16px;font-size:.9rem;font-weight:500;transition:all .2s}.FaceogramSVG-module__o7KaiW__clearDrawingsButton:hover{color:#fff;background:#64748b}.FaceogramSVG-module__o7KaiW__hofFooterInfo{border-top:1px solid #e5e7eb;justify-content:center;align-items:center;gap:12px;width:100%;padding-top:18px;display:flex}.FaceogramSVG-module__o7KaiW__footerIcon{background:url("data:image/svg+xml;utf8,<svg width=\"22\" height=\"22\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M2 7.5L10 3L18 7.5L10 12L2 7.5Z\" stroke=\"%2var(--primary-color)\" stroke-width=\"1.5\" fill=\"%23fff\"/><path d=\"M4 9.5V13C4 14.1046 7.13401 15 10 15C12.866 15 16 14.1046 16 13V9.5\" stroke=\"%2var(--primary-color)\" stroke-width=\"1.5\" fill=\"none\"/><circle cx=\"17\" cy=\"8.5\" r=\"1\" fill=\"%2var(--primary-color)\"/></svg>") 50%/contain no-repeat;width:22px;height:22px;display:inline-block}.FaceogramSVG-module__o7KaiW__footerText{color:#222;letter-spacing:.01em;justify-content:center;align-items:center;gap:8px;font-size:.9rem;font-weight:500;display:flex}.FaceogramSVG-module__o7KaiW__footerLink{color:var(--primary-color);cursor:pointer;font-weight:600;text-decoration:none}.FaceogramSVG-module__o7KaiW__finalizadosSwitchLabel{cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;align-items:center;gap:8px;margin-left:16px;display:flex}.FaceogramSVG-module__o7KaiW__finalizadosSwitch{appearance:none;cursor:pointer;background:0 0;border:none;border-radius:12px;outline:none;width:36px;height:20px;margin:0;padding:0;transition:background .2s;position:relative}.FaceogramSVG-module__o7KaiW__finalizadosSwitchWrapper{width:36px;height:20px;display:inline-block;position:relative}.FaceogramSVG-module__o7KaiW__finalizadosSlider{background:#e5e7eb;border-radius:12px;width:36px;height:20px;transition:background .2s;position:absolute;top:0;left:0}.FaceogramSVG-module__o7KaiW__finalizadosSwitch:checked+.FaceogramSVG-module__o7KaiW__finalizadosSlider{background:#22c55e}.FaceogramSVG-module__o7KaiW__finalizadosSlider:before{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:2px;left:2px}.FaceogramSVG-module__o7KaiW__finalizadosSwitch:checked+.FaceogramSVG-module__o7KaiW__finalizadosSlider:before{transform:translate(16px)}.FaceogramSVG-module__o7KaiW__finalizadosText{color:#222;margin-left:8px;font-size:.92rem;font-weight:500}.FaceogramSVG-module__o7KaiW__addTreatmentSection{justify-content:center;margin-top:16px;display:flex}.FaceogramSVG-module__o7KaiW__addTreatmentButton{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-size:.95rem;font-weight:600;transition:all .2s}.FaceogramSVG-module__o7KaiW__addTreatmentButton:hover{background:#0097a7;transform:translateY(-1px)}@media (max-width:1758px){.FaceogramSVG-module__o7KaiW__hofAccordionsRow{flex-direction:column;gap:24px}}@media (max-width:768px){.FaceogramSVG-module__o7KaiW__hofWrapper{width:100vw;margin-left:calc(50% - 50vw);padding:0}.FaceogramSVG-module__o7KaiW__hofContainer{gap:24px;width:100vw;padding:16px 0}.FaceogramSVG-module__o7KaiW__regionFilters,.FaceogramSVG-module__o7KaiW__drawingControls,.FaceogramSVG-module__o7KaiW__genderSelectorWrapper{flex-direction:column;gap:8px}}@media (max-width:480px){.FaceogramSVG-module__o7KaiW__hofContainer{gap:16px;padding:12px 0}.FaceogramSVG-module__o7KaiW__infoBox{text-align:center;flex-direction:column;gap:8px}.FaceogramSVG-module__o7KaiW__regionFilterButton{width:100%;max-width:200px}}.FaceogramSVG-module__o7KaiW__treatmentForm{padding:8px 0}.FaceogramSVG-module__o7KaiW__formRow{flex-direction:row;gap:16px;margin-bottom:16px;display:flex}.FaceogramSVG-module__o7KaiW__formField{flex:1}.FaceogramSVG-module__o7KaiW__formSection{margin-bottom:20px}.FaceogramSVG-module__o7KaiW__formLabel{color:#222;margin-bottom:6px;font-size:14px;font-weight:600;display:block}.FaceogramSVG-module__o7KaiW__formSelect{background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;width:100%;padding:10px 12px;font-size:14px;transition:border-color .2s}.FaceogramSVG-module__o7KaiW__formSelect:focus{border-color:var(--primary-color);outline:none}.FaceogramSVG-module__o7KaiW__formInput{background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;width:100%;padding:10px 12px;font-size:14px;transition:border-color .2s}.FaceogramSVG-module__o7KaiW__formInput:focus{border-color:var(--primary-color);outline:none}.FaceogramSVG-module__o7KaiW__addTreatmentButton{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:8px;padding:12px 20px;font-size:14px;font-weight:600;transition:all .2s}.FaceogramSVG-module__o7KaiW__addTreatmentButton:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px)}.FaceogramSVG-module__o7KaiW__addTreatmentButton:disabled{cursor:not-allowed;background:#cbd5e1;transform:none}.FaceogramSVG-module__o7KaiW__treatmentsList{max-height:400px;margin-bottom:16px;overflow-y:auto}.FaceogramSVG-module__o7KaiW__noTreatments{text-align:center;color:#888;padding:20px;font-style:italic}.FaceogramSVG-module__o7KaiW__treatmentItem{background:#fff;border-radius:8px;align-items:center;gap:12px;padding:12px 0;display:flex}.FaceogramSVG-module__o7KaiW__finalizeButton{color:#009688;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:6px 12px;font-size:14px;font-weight:600;transition:background-color .2s}.FaceogramSVG-module__o7KaiW__finalizeButton:hover{background:#0096881a}.FaceogramSVG-module__o7KaiW__completedBadge{color:#22c55e;background:#22c55e1a;border-radius:12px;padding:4px 8px;font-size:12px;font-weight:600}@media (max-width:768px){.FaceogramSVG-module__o7KaiW__formRow{flex-direction:column;gap:16px}.FaceogramSVG-module__o7KaiW__treatmentForm{padding:4px 0}}.FaceogramSVG-module__o7KaiW__selectedRegionsIndicator{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:16px;padding:12px}.FaceogramSVG-module__o7KaiW__indicatorHeader{align-items:center;gap:8px;margin-bottom:8px;display:flex}.FaceogramSVG-module__o7KaiW__regionsCount{background:var(--primary-color);color:#fff;border-radius:12px;padding:2px 8px;font-size:12px;font-weight:600}.FaceogramSVG-module__o7KaiW__regionsList{flex-wrap:wrap;gap:6px;display:flex}.FaceogramSVG-module__o7KaiW__regionTag{background:var(--primary-color);color:#fff;border-radius:6px;padding:4px 8px;font-size:12px;font-weight:500}
.DigitalCertificateModal-module__A1Zdaq__overlay{z-index:2000;background:#0f172a73;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.DigitalCertificateModal-module__A1Zdaq__modal{background:#fff;border-radius:12px;flex-direction:column;width:95%;max-width:700px;max-height:90vh;display:flex;overflow-y:auto;box-shadow:0 10px 40px #0003}@media (max-width:768px){.DigitalCertificateModal-module__A1Zdaq__overlay{align-items:flex-end;padding:16px}.DigitalCertificateModal-module__A1Zdaq__modal{border-radius:12px 12px 0 0;width:100%;max-height:85vh}}.DigitalCertificateModal-module__A1Zdaq__header{border-bottom:1px solid #e9ecef;justify-content:space-between;align-items:center;padding:24px 24px 16px;display:flex}.DigitalCertificateModal-module__A1Zdaq__header h2{color:#333;margin:0;font-size:20px;font-weight:600}.DigitalCertificateModal-module__A1Zdaq__closeButton{color:#6c757d;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:24px;transition:background-color .2s;display:flex}.DigitalCertificateModal-module__A1Zdaq__closeButton:hover{color:#495057;background-color:#f8f9fa}.DigitalCertificateModal-module__A1Zdaq__content{flex-direction:column;gap:24px;padding:24px;display:flex}.DigitalCertificateModal-module__A1Zdaq__subtitle{color:#222;margin-bottom:12px;font-size:16px;font-weight:500}.DigitalCertificateModal-module__A1Zdaq__uploadArea{text-align:center;color:#007bff;cursor:pointer;background:#f8f9ff;border:2px dashed #007bff;border-radius:8px;margin-bottom:8px;padding:32px 16px;transition:border-color .2s}.DigitalCertificateModal-module__A1Zdaq__uploadArea:hover{border-color:#0056b3}.DigitalCertificateModal-module__A1Zdaq__uploadText{color:#007bff;font-size:15px}.DigitalCertificateModal-module__A1Zdaq__infoBox{color:#999;background:#f8f9fa;border-left:4px solid #ffc107;border-radius:8px;margin-top:8px;padding:16px;font-size:12px}.DigitalCertificateModal-module__A1Zdaq__certInfoBox{color:#333;background:#f8f9fa;border-left:4px solid #007bff;border-radius:8px;margin-bottom:16px;padding:16px;font-size:15px}.DigitalCertificateModal-module__A1Zdaq__passwordBox{gap:8px;margin:16px 0 8px;display:flex}.DigitalCertificateModal-module__A1Zdaq__passwordInput{border:1px solid #ccc;border-radius:6px;flex:1;padding:10px 12px;font-size:15px}.DigitalCertificateModal-module__A1Zdaq__uploadButton{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:6px;padding:10px 18px;font-size:15px;font-weight:600;transition:background .2s}.DigitalCertificateModal-module__A1Zdaq__uploadButton:disabled{cursor:not-allowed;background:#b2cdfb}.DigitalCertificateModal-module__A1Zdaq__errorBox{color:#dc3545;background:#fff0f0;border:1px solid #f5c2c7;border-radius:6px;margin-bottom:8px;padding:8px 12px;font-size:14px}.DigitalCertificateModal-module__A1Zdaq__fileSelected{color:#007bff;flex-direction:column;align-items:center;gap:8px;display:flex}.DigitalCertificateModal-module__A1Zdaq__fileName{color:#007bff;align-items:center;gap:8px;font-size:16px;font-weight:500;display:flex}.DigitalCertificateModal-module__A1Zdaq__fileInfo{color:#6c757d;font-size:12px}.DigitalCertificateModal-module__A1Zdaq__removeFileButton{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:4px;padding:4px 8px;font-size:12px;transition:background-color .2s}.DigitalCertificateModal-module__A1Zdaq__removeFileButton:hover{background:#c82333}.DigitalCertificateModal-module__A1Zdaq__certificateContainer{flex-direction:column;gap:12px;display:flex}.DigitalCertificateModal-module__A1Zdaq__certificateCard{background:#f8f9fa;border:1px solid #e9ecef;border-left:4px solid #28a745;border-radius:8px;padding:16px;position:relative}.DigitalCertificateModal-module__A1Zdaq__certificateHeader{align-items:center;gap:12px;margin-bottom:12px;display:flex}.DigitalCertificateModal-module__A1Zdaq__lockIcon{color:#28a745;font-size:20px}.DigitalCertificateModal-module__A1Zdaq__certificateTitle h3{color:#212529;margin:0 0 2px;font-size:16px;font-weight:600}.DigitalCertificateModal-module__A1Zdaq__certificateStatus{color:#155724;background:#d4edda;border-radius:4px;padding:2px 6px;font-size:12px;font-weight:500}.DigitalCertificateModal-module__A1Zdaq__certificateInfo{grid-template-columns:1fr 1fr;gap:8px;font-size:13px;display:grid}.DigitalCertificateModal-module__A1Zdaq__infoRow{flex-direction:column;gap:2px;display:flex}.DigitalCertificateModal-module__A1Zdaq__infoLabel{color:#6c757d;text-transform:uppercase;font-size:11px;font-weight:500}.DigitalCertificateModal-module__A1Zdaq__infoValue{color:#212529;font-size:13px;font-weight:500}.DigitalCertificateModal-module__A1Zdaq__removeCertButton{color:#dc3545;cursor:pointer;background:#f8f9fa;border:1px solid #dc3545;border-radius:4px;align-self:flex-end;align-items:center;gap:4px;padding:6px 12px;font-size:11px;transition:all .2s;display:flex}.DigitalCertificateModal-module__A1Zdaq__removeCertButton:hover{color:#fff;background:#dc3545}
.SkeletonLoader-module__DM_WMa__skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;animation:1.5s ease-in-out infinite SkeletonLoader-module__DM_WMa__loading;display:inline-block}@keyframes SkeletonLoader-module__DM_WMa__loading{0%{background-position:200% 0}to{background-position:-200% 0}}.SkeletonLoader-module__DM_WMa__skeleton:before{content:" "}
.PatientCardSkeleton-module__OjqGea__container{background:#fff;border:1px solid #e9ecef;border-radius:8px;margin:16px 0;padding:16px}.PatientCardSkeleton-module__OjqGea__header{align-items:center;gap:12px;margin-bottom:16px;display:flex}.PatientCardSkeleton-module__OjqGea__headerInfo{flex-direction:column;gap:8px;display:flex}.PatientCardSkeleton-module__OjqGea__info{flex-direction:column;gap:12px;display:flex}.PatientCardSkeleton-module__OjqGea__infoRow{align-items:center;gap:16px;display:flex}
.MobileAccessWarning-module__M_93jq__container{z-index:9999;background:linear-gradient(135deg,#f5f7fa 0%,#e8f1ff 100%);justify-content:center;align-items:flex-start;padding:12px;animation:.4s ease-out MobileAccessWarning-module__M_93jq__slideDown;display:flex;position:fixed;top:0;left:0;right:0}@keyframes MobileAccessWarning-module__M_93jq__slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.MobileAccessWarning-module__M_93jq__card{text-align:center;background:#fff;border:2px solid #e0e8f5;border-radius:12px;width:100%;max-width:500px;padding:24px 20px;position:relative;box-shadow:0 8px 24px #0000001f}.MobileAccessWarning-module__M_93jq__closeButton{cursor:pointer;color:#9ca3af;z-index:10;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex;position:absolute;top:12px;right:12px}.MobileAccessWarning-module__M_93jq__closeButton:hover{color:#6b7280}.MobileAccessWarning-module__M_93jq__header{flex-direction:column;justify-content:center;align-items:center;gap:12px;margin-bottom:16px;display:flex}.MobileAccessWarning-module__M_93jq__icon{color:#3b82f6;width:48px;height:48px;animation:3s ease-in-out infinite MobileAccessWarning-module__M_93jq__float}@keyframes MobileAccessWarning-module__M_93jq__float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.MobileAccessWarning-module__M_93jq__title{color:#1f2937;margin:0;font-size:24px;font-weight:600;line-height:1.2}.MobileAccessWarning-module__M_93jq__content{margin-bottom:16px}.MobileAccessWarning-module__M_93jq__subtitle{color:#374151;margin:0 0 8px;font-size:14px;font-weight:600;line-height:1.5}.MobileAccessWarning-module__M_93jq__description{color:#6b7280;margin:0;font-size:13px;line-height:1.5}.MobileAccessWarning-module__M_93jq__footer{justify-content:center;align-items:center;margin-bottom:12px;display:flex}.MobileAccessWarning-module__M_93jq__comingSoon{color:#059669;justify-content:center;align-items:center;gap:6px;margin:0;font-size:12px;font-weight:500;display:flex}.MobileAccessWarning-module__M_93jq__rocketIcon{width:16px;height:16px;animation:2s ease-in-out infinite MobileAccessWarning-module__M_93jq__launchRocket}@keyframes MobileAccessWarning-module__M_93jq__launchRocket{0%,to{transform:translateY(0)rotate(-45deg)}50%{transform:translateY(-8px)rotate(-45deg)}}.MobileAccessWarning-module__M_93jq__desktopHint{color:#1e40af;background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%);border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:10px;font-size:12px;font-weight:500;display:flex}.MobileAccessWarning-module__M_93jq__desktopIcon{flex-shrink:0;width:16px;height:16px}@media (max-width:480px){.MobileAccessWarning-module__M_93jq__container{padding:8px}.MobileAccessWarning-module__M_93jq__card{border-radius:10px;padding:18px 16px}.MobileAccessWarning-module__M_93jq__closeButton{top:8px;right:8px}.MobileAccessWarning-module__M_93jq__icon{width:36px;height:36px}.MobileAccessWarning-module__M_93jq__title{font-size:20px}.MobileAccessWarning-module__M_93jq__subtitle{font-size:13px}.MobileAccessWarning-module__M_93jq__description{font-size:12px}}
﻿.ModalNewProcedure-module__ey_Z_G__wrapper{flex-direction:column;gap:20px;display:flex}.ModalNewProcedure-module__ey_Z_G__subtitle{color:var(--color-gray-text);margin:0 0 15px;font-size:13px;line-height:1.45}.ModalNewProcedure-module__ey_Z_G__section{border-top:1px solid var(--judite-border);padding-top:20px}.ModalNewProcedure-module__ey_Z_G__sectionLabel{letter-spacing:.04em;text-transform:uppercase;color:var(--color-gray-text);margin:0 0 8px;font-size:12px;font-weight:800}.ModalNewProcedure-module__ey_Z_G__searchInputWrap{position:relative}.ModalNewProcedure-module__ey_Z_G__searchIcon{color:#677684;font-size:16px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.ModalNewProcedure-module__ey_Z_G__searchInput{width:100%;height:48px;color:var(--color-dark-action);background:var(--color-white-bg);border:2px solid #1f2937;border-radius:10px 10px 0 0;padding:0 14px 0 42px;font-size:22px}.ModalNewProcedure-module__ey_Z_G__searchInput:focus{outline:none}.ModalNewProcedure-module__ey_Z_G__resultsList{border:1px solid var(--judite-border);background:#f8fafb;border-top:0;max-height:260px;overflow-y:auto}.ModalNewProcedure-module__ey_Z_G__resultItem{border:0;border-bottom:1px solid var(--judite-border);text-align:left;cursor:pointer;background:#fff;justify-content:space-between;align-items:flex-start;gap:12px;width:100%;padding:14px;display:flex}.ModalNewProcedure-module__ey_Z_G__resultItem:last-child{border-bottom:0}.ModalNewProcedure-module__ey_Z_G__resultMain{min-width:0}.ModalNewProcedure-module__ey_Z_G__resultTitle{color:#0f172a;margin-bottom:4px;font-size:13px;line-height:1.35;display:block}.ModalNewProcedure-module__ey_Z_G__resultMeta{color:#4f6476;flex-wrap:wrap;gap:10px;margin:0;font-size:12px;display:flex}.ModalNewProcedure-module__ey_Z_G__sourceBadge{letter-spacing:.03em;white-space:nowrap;border-radius:8px;margin-top:2px;padding:4px 8px;font-size:10px;font-weight:800}.ModalNewProcedure-module__ey_Z_G__sourceTuss{color:#9fe870;background:#1a1c1a}.ModalNewProcedure-module__ey_Z_G__sourceJudite{color:#00b9ff;background:#1a1c1a}.ModalNewProcedure-module__ey_Z_G__emptyState{color:var(--color-gray-text);text-align:center;padding:20px 14px;font-size:13px}.ModalNewProcedure-module__ey_Z_G__createButton{color:#2e7d32;cursor:pointer;background:#e5f7e5;border:1px solid #86d089;border-radius:0 0 10px 10px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:56px;font-size:15px;font-weight:700;display:inline-flex}
.TemplateFormModal-module__Z1Jc_q__modal{background:#fff;border-radius:8px;flex-direction:column;width:95vw;max-width:1400px;height:95vh;display:flex;overflow:hidden;box-shadow:0 10px 40px #0003}.TemplateFormModal-module__Z1Jc_q__header{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.TemplateFormModal-module__Z1Jc_q__header h2{color:#333;margin:0;font-size:20px;font-weight:600}.TemplateFormModal-module__Z1Jc_q__closeButton{cursor:pointer;color:#999;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex}.TemplateFormModal-module__Z1Jc_q__closeButton:hover{color:#333}.TemplateFormModal-module__Z1Jc_q__form{box-sizing:border-box;flex:1;grid-template-columns:350px 1fr;gap:24px;padding:24px;display:grid;overflow-y:auto}.TemplateFormModal-module__Z1Jc_q__formGroup{flex-direction:column;gap:8px;display:flex}.TemplateFormModal-module__Z1Jc_q__formGroup:last-child{flex-direction:column;flex:1;grid-column:2;display:flex}.TemplateFormModal-module__Z1Jc_q__formGroup label{color:#333;font-size:14px;font-weight:500}.TemplateFormModal-module__Z1Jc_q__formGroup input,.TemplateFormModal-module__Z1Jc_q__formGroup textarea,.TemplateFormModal-module__Z1Jc_q__formGroup select{color:#333;background:#fff;border:1px solid #ddd;border-radius:4px;padding:10px 12px;font-family:inherit;font-size:14px;transition:border-color .2s}.TemplateFormModal-module__Z1Jc_q__formGroup input::placeholder,.TemplateFormModal-module__Z1Jc_q__formGroup textarea::placeholder{color:#bbb}.TemplateFormModal-module__Z1Jc_q__formGroup input:focus,.TemplateFormModal-module__Z1Jc_q__formGroup textarea:focus,.TemplateFormModal-module__Z1Jc_q__formGroup select:focus{border-color:#20c997;outline:none;box-shadow:0 0 0 2px #20c9971a}.TemplateFormModal-module__Z1Jc_q__formGroup input:disabled,.TemplateFormModal-module__Z1Jc_q__formGroup textarea:disabled,.TemplateFormModal-module__Z1Jc_q__formGroup select:disabled{color:#999;cursor:not-allowed;background-color:#f5f5f5}.TemplateFormModal-module__Z1Jc_q__formRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:600px){.TemplateFormModal-module__Z1Jc_q__formRow{grid-template-columns:1fr}}.TemplateFormModal-module__Z1Jc_q__footer{background:#f9f9f9;border-top:1px solid #e0e0e0;justify-content:flex-end;gap:12px;padding:20px 24px;display:flex}
.step1-module__EVlG9a__step{flex-direction:column;gap:14px;width:100%;display:flex}.step1-module__EVlG9a__tallInputs{flex-direction:column;gap:16px;display:flex}.step1-module__EVlG9a__tallInputs input{height:52px;padding:0 16px}:is(.step1-module__EVlG9a__tallInputs input:focus,.step1-module__EVlG9a__tallInputs input:focus-visible){background:var(--color-white-bg)}.step1-module__EVlG9a__checkList{flex-direction:column;gap:10px;margin-top:6px;display:flex}.step1-module__EVlG9a__checkItem{color:var(--color-text-muted);cursor:pointer;align-items:flex-start;gap:10px;font-size:14px;display:flex}.step1-module__EVlG9a__checkItem input[type=checkbox]{opacity:0;pointer-events:none;position:absolute}.step1-module__EVlG9a__checkboxCustom{border:2px solid var(--color-border);background:var(--color-white-bg);border-radius:5px;justify-content:center;align-items:center;width:20px;min-width:20px;height:20px;margin-top:1px;transition:background-color .2s,border-color .2s;display:flex;position:relative}.step1-module__EVlG9a__checkItem input[type=checkbox]:checked+.step1-module__EVlG9a__checkboxCustom{background:var(--color-dark-action);border-color:var(--color-dark-action)}.step1-module__EVlG9a__checkItem input[type=checkbox]:checked+.step1-module__EVlG9a__checkboxCustom:after{content:"✓";color:var(--color-white-bg);font-size:13px;font-weight:900;line-height:1;position:absolute}.step1-module__EVlG9a__checkItem input[type=checkbox]:focus-visible+.step1-module__EVlG9a__checkboxCustom{outline:2px solid var(--color-info-blue);outline-offset:2px}.step1-module__EVlG9a__checkItem a{color:var(--color-info-blue);font-weight:500;text-decoration:none}.step1-module__EVlG9a__checkItem a:hover{text-decoration:underline}.step1-module__EVlG9a__checkError{color:var(--color-danger-red);margin-top:-6px;font-size:13px}.step1-module__EVlG9a__actions{margin-top:10px}.step1-module__EVlG9a__loginBelow{text-align:center;color:var(--color-text-muted);margin-top:14px;font-size:14px}.step1-module__EVlG9a__loginBelow a{color:inherit;font-weight:600;text-decoration:none}.step1-module__EVlG9a__loginBelow a:hover{text-decoration:underline}.step1-module__EVlG9a__fullWidth,.step1-module__EVlG9a__ctaButton{width:100%}button.step1-module__EVlG9a__ctaButton{height:52px}:is(a.step1-module__EVlG9a__ctaButton,span.step1-module__EVlG9a__ctaButton){align-items:center;height:52px;display:inline-flex}
.page-module__TdGz-a__container{height:100vh;display:flex}.page-module__TdGz-a__mainContent{background-color:var(--off-white-color);flex-grow:1;padding:43px 31px;overflow-y:auto}.page-module__TdGz-a__header{background-color:var(--background);justify-content:space-between;align-items:center;padding:16px;display:flex}.page-module__TdGz-a__header h1{color:var(--text-color);font-size:1.75rem;font-weight:600}.page-module__TdGz-a__templateFilters{background-color:#fff;padding:24px 18px}.page-module__TdGz-a__leftActions{align-items:center;display:flex}.page-module__TdGz-a__rightActions{justify-content:flex-end;align-items:center;gap:12px;display:flex}
.step2-module__wujItq__step{flex-direction:column;width:100%;display:flex}.step2-module__wujItq__header{margin-bottom:28px}.step2-module__wujItq__headerTop{grid-template-columns:44px 1fr 44px;align-items:start;gap:12px;display:grid}.step2-module__wujItq__headerCopy{text-align:center}.step2-module__wujItq__headerSpacer{width:44px;height:44px}.step2-module__wujItq__backButton{border-radius:var(--radius-pill);width:44px;height:44px;color:var(--color-dark-action);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;transition:background-color .2s,transform .2s;display:inline-flex}.step2-module__wujItq__backButton:hover{background:var(--color-surface-hover)}.step2-module__wujItq__backButton:focus-visible{background:var(--color-surface-hover);outline:none}.step2-module__wujItq__backButton:active{transform:scale(.98)}.step2-module__wujItq__backIcon{width:22px;height:22px}.step2-module__wujItq__title{letter-spacing:-.02em;color:var(--color-dark-action);margin:0;font-size:24px;font-weight:800;line-height:1.2}.step2-module__wujItq__subtitle{color:var(--color-text-muted);margin:10px 0 0;font-size:15px;line-height:1.4}.step2-module__wujItq__field{width:100%;margin-bottom:16px}.step2-module__wujItq__rulesCard{background:var(--color-surface-soft);border-radius:14px;flex-direction:column;gap:12px;width:100%;margin-bottom:24px;padding:18px 16px;display:flex}.step2-module__wujItq__ruleItem{color:var(--color-text-muted);align-items:center;gap:10px;display:flex}.step2-module__wujItq__valid{color:var(--color-success)}.step2-module__wujItq__ruleIcon{border-radius:var(--radius-pill);border:1.5px solid var(--color-border-muted);width:16px;min-width:16px;height:16px;color:var(--color-white-bg);background:0 0;justify-content:center;align-items:center;font-size:10px;font-weight:800;display:inline-flex}.step2-module__wujItq__ruleIconValid{border-color:var(--color-success);background:var(--color-success)}.step2-module__wujItq__ruleText{color:var(--color-gray-text);font-size:13px;font-weight:500;line-height:1.2}.step2-module__wujItq__submitButton{border-radius:var(--radius-pill);background:var(--color-primary);width:100%;height:56px;color:var(--color-dark-action);cursor:pointer;border:0;font-size:16px;font-weight:800;transition:opacity .2s,transform .2s,background-color .2s}.step2-module__wujItq__submitButton:disabled{background:var(--color-button-disabled-bg);color:var(--color-button-disabled-text);cursor:not-allowed}.step2-module__wujItq__submitButton:not(:disabled):hover{background:var(--color-primary-hover);transform:translateY(-1px)}
.step3-module__R129sq__wrap{text-align:center;flex-direction:column;align-items:center;width:100%;padding:18px 0 6px;display:flex}.step3-module__R129sq__iconWrap{background:linear-gradient(135deg,#e6fde0,var(--color-bg));border-radius:32px;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:22px;animation:.5s cubic-bezier(.175,.885,.32,1.275) forwards step3-module__R129sq__iconRotateIn;display:flex;transform:rotate(-10deg);box-shadow:-10px -10px 20px #fffc,10px 10px 20px #0000000d}@keyframes step3-module__R129sq__iconRotateIn{to{transform:rotate(0)}}.step3-module__R129sq__icon{color:#10b981;text-shadow:2px 4px 8px #10b9814d;font-variation-settings:"FILL" 1,"wght" 700,"GRAD" 0,"opsz" 64;line-height:1;font-size:64px!important}.step3-module__R129sq__title{letter-spacing:-.04em;color:var(--color-dark-action);margin:0;font-size:44px;font-weight:900;line-height:1.05}.step3-module__R129sq__subtitle{max-width:46ch;color:var(--color-text-muted);margin:12px 0 22px;font-size:14px;line-height:1.45}.step3-module__R129sq__actions{justify-content:center;width:100%;display:flex}.step3-module__R129sq__ok{border-radius:999px;justify-content:center;align-items:center;width:100%;max-width:440px;height:52px;display:flex}
.step4-module__JLvHKW__wrap{flex-direction:column;align-items:center;width:100%;margin:0 auto;display:flex}.step4-module__JLvHKW__header{text-align:center;flex-direction:column;align-items:center;width:100%;margin-top:20px;margin-bottom:28px;display:flex;position:relative}.step4-module__JLvHKW__back{cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;transition:background-color .2s,transform .2s;display:flex;position:absolute;top:-3px;left:0}.step4-module__JLvHKW__back:hover{background:#eceff1}.step4-module__JLvHKW__back:active{transform:scale(.96)}.step4-module__JLvHKW__back span{color:var(--color-dark-action);font-size:22px}.step4-module__JLvHKW__title{text-align:center;margin-bottom:6px;font-size:28px;font-weight:800}.step4-module__JLvHKW__subtitle{color:var(--color-text-muted);text-align:center;font-size:14px}.step4-module__JLvHKW__cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;width:100%;margin-top:28px;display:grid}.step4-module__JLvHKW__card{text-align:center;cursor:pointer;background:#f9fafb;border:3px solid #e2e6e8;border-radius:20px;flex-direction:column;align-items:center;min-height:200px;padding:32px 24px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.step4-module__JLvHKW__card:hover{border-color:#a8b1b5;transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.step4-module__JLvHKW__active{border:3px solid var(--color-primary-lime);background:#fff;box-shadow:0 10px 26px #00000010}.step4-module__JLvHKW__cardError{border-color:var(--color-danger-red)}.step4-module__JLvHKW__cardBody{text-align:center;flex-direction:column;align-items:center;margin-top:16px;display:flex}.step4-module__JLvHKW__cardBody h3{margin:0;font-size:18px;font-weight:700}.step4-module__JLvHKW__cardBody p{color:var(--color-text-muted);margin-top:8px;font-size:14px}.step4-module__JLvHKW__iconBox{border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto;transition:transform .25s,box-shadow .25s;display:flex}.step4-module__JLvHKW__card:hover .step4-module__JLvHKW__iconBox{transform:scale(1.05);box-shadow:0 10px 24px #0000001f}.step4-module__JLvHKW__iconBox span{color:#fff;font-size:36px}.step4-module__JLvHKW__professional{background:linear-gradient(135deg,#1dd4bf,#10b981)}.step4-module__JLvHKW__clinic{background:linear-gradient(135deg,#9333ea,#ec4899)}.step4-module__JLvHKW__student{cursor:pointer;color:var(--color-dark-action);background:0 0;border:none;margin-top:40px;margin-bottom:30px;font-size:14px;text-decoration:underline}.step4-module__JLvHKW__studentError{color:var(--color-danger-red)}.step4-module__JLvHKW__validationMessage{width:100%;color:var(--color-danger-red);margin-top:12px;font-size:13px}.step4-module__JLvHKW__actions{justify-content:center;width:100%;margin-top:24px;display:flex}.step4-module__JLvHKW__continue{border-radius:999px;justify-content:center;align-items:center;width:100%;height:52px;display:flex}.step4-module__JLvHKW__studentFields{grid-template-columns:1fr 1fr;gap:18px;width:100%;margin-top:28px;display:grid}.step4-module__JLvHKW__extraField{width:100%;margin-top:6px}.step4-module__JLvHKW__professionalSplitRow{grid-template-columns:1fr 1fr;gap:18px;width:100%;display:grid}.step4-module__JLvHKW__professionalHalfField{min-width:0}.step4-module__JLvHKW__clinicFullRow{width:100%}.step4-module__JLvHKW__clinicSplitRow{grid-template-columns:1fr 1fr;gap:18px;width:100%;margin-top:12px;display:grid}.step4-module__JLvHKW__clinicHalfField{min-width:0}@media (max-width:768px){.step4-module__JLvHKW__cards{grid-template-columns:1fr;gap:16px}.step4-module__JLvHKW__header{text-align:center;flex-direction:column;align-items:center;margin-top:12px;padding:0 8px;display:flex;position:relative}.step4-module__JLvHKW__back{position:absolute;top:-10px;left:-2px}.step4-module__JLvHKW__title{margin-bottom:8px;padding:0 24px}.step4-module__JLvHKW__subtitle{max-width:280px;margin:0 auto;display:block}.step4-module__JLvHKW__studentFields,.step4-module__JLvHKW__professionalSplitRow,.step4-module__JLvHKW__clinicSplitRow{grid-template-columns:1fr}.step4-module__JLvHKW__card{text-align:left;flex-direction:row;align-items:flex-start;gap:18px;min-height:auto;padding:20px}.step4-module__JLvHKW__cardBody{text-align:left;flex:1;align-items:flex-start;margin-top:0}.step4-module__JLvHKW__cardBody h3{margin-bottom:4px;font-size:16px}.step4-module__JLvHKW__cardBody p{margin:0;font-size:11px}.step4-module__JLvHKW__iconBox{flex-shrink:0;margin:0}}
.step5-module__7dVsSG__wrap{width:100%;margin:0 auto}.step5-module__7dVsSG__header{text-align:center;width:100%;margin-top:20px;margin-bottom:28px;position:relative}.step5-module__7dVsSG__back{cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;transition:background-color .2s,transform .2s;display:flex;position:absolute;top:-3px;left:0}.step5-module__7dVsSG__back:hover{background:#eceff1}.step5-module__7dVsSG__back:active{transform:scale(.96)}.step5-module__7dVsSG__back span{color:var(--color-dark-action);font-size:22px}.step5-module__7dVsSG__title{color:var(--color-dark-action);margin:0;font-size:28px;font-weight:800;line-height:1.2}.step5-module__7dVsSG__subtitle{color:var(--color-text-muted);margin:10px 0 0;font-size:14px;line-height:1.4}.step5-module__7dVsSG__optionsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;width:100%;display:grid}.step5-module__7dVsSG__optionItem{cursor:pointer;background:#fff;border:2px solid #cfd4d8;border-radius:14px;align-items:center;gap:12px;min-height:70px;padding:0 20px;transition:border-color .2s,background-color .2s;display:flex}.step5-module__7dVsSG__optionItem:hover{background:var(--color-bg);border-color:#a7b0b7}.step5-module__7dVsSG__optionItemChecked{background:var(--color-bg);border-color:#1f252b}.step5-module__7dVsSG__optionItemChecked:hover{border-color:#1f252b}.step5-module__7dVsSG__optionItem input[type=checkbox]{opacity:0;pointer-events:none;position:absolute}.step5-module__7dVsSG__checkboxCustom{border:2px solid var(--color-border);background:var(--color-white-bg);border-radius:5px;justify-content:center;align-items:center;width:20px;min-width:20px;height:20px;margin-top:1px;transition:background-color .2s,border-color .2s;display:flex;position:relative}.step5-module__7dVsSG__optionItem input[type=checkbox]:checked+.step5-module__7dVsSG__checkboxCustom{background:var(--color-dark-action);border-color:var(--color-dark-action)}.step5-module__7dVsSG__optionItem input[type=checkbox]:checked+.step5-module__7dVsSG__checkboxCustom:after{content:"✓";color:var(--color-white-bg);font-size:13px;font-weight:900;line-height:1}.step5-module__7dVsSG__optionItem input[type=checkbox]:focus-visible+.step5-module__7dVsSG__checkboxCustom{outline:2px solid var(--color-info-blue);outline-offset:2px}.step5-module__7dVsSG__optionLabel{color:var(--color-dark-action);font-size:14px;font-weight:600;line-height:1.2}.step5-module__7dVsSG__actions{width:100%;margin-top:24px}.step5-module__7dVsSG__continue{border-radius:999px;justify-content:center;align-items:center;width:100%;height:52px;display:flex}@media (max-width:768px){.step5-module__7dVsSG__header{margin-top:12px;padding:0 8px}.step5-module__7dVsSG__back{top:-10px;left:-2px}.step5-module__7dVsSG__title{padding:0 24px;font-size:28px;line-height:1.2}.step5-module__7dVsSG__subtitle{max-width:320px;margin:10px auto 0;font-size:14px;line-height:1.3}.step5-module__7dVsSG__optionsGrid{grid-template-columns:1fr}.step5-module__7dVsSG__optionLabel{font-size:18px}}
.step7-module__4aR90G__wrap{width:100%;margin:0 auto}.step7-module__4aR90G__header{text-align:center;width:100%;margin-top:20px;margin-bottom:28px;padding-top:18px;position:relative}.step7-module__4aR90G__back{cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;transition:background-color .2s,transform .2s;display:flex;position:absolute;top:-35px;left:-20px}.step7-module__4aR90G__back:hover{background:#eceff1}.step7-module__4aR90G__back:active{transform:scale(.96)}.step7-module__4aR90G__back span{color:var(--color-dark-action);font-size:22px}.step7-module__4aR90G__title{color:var(--color-dark-action);margin:0;font-size:28px;font-weight:800;line-height:1.2}.step7-module__4aR90G__subtitle{color:var(--color-text-muted);margin:10px 0 0;font-size:14px;line-height:1.4}.step7-module__4aR90G__optionsGrid{grid-template-columns:1fr;gap:14px;width:100%;display:grid}.step7-module__4aR90G__optionItem{cursor:pointer;background:#fff;border:2px solid #cfd4d8;border-radius:14px;align-items:center;gap:12px;min-height:70px;padding:0 20px;transition:border-color .2s,background-color .2s;display:flex}.step7-module__4aR90G__optionItem:hover{background:var(--bg-color);border-color:#a7b0b7}.step7-module__4aR90G__optionItemChecked{background:var(--bg-color);border-color:#1f252b}.step7-module__4aR90G__optionItem input[type=radio]{opacity:0;pointer-events:none;position:absolute}.step7-module__4aR90G__checkboxCustom{border:2px solid var(--color-border);background:var(--color-white-bg);border-radius:999px;justify-content:center;align-items:center;width:24px;min-width:24px;height:24px;transition:border-color .2s;display:flex;position:relative}.step7-module__4aR90G__optionItem input[type=radio]:checked+.step7-module__4aR90G__checkboxCustom{border-color:var(--color-dark-action)}.step7-module__4aR90G__optionItem input[type=radio]:checked+.step7-module__4aR90G__checkboxCustom:after{content:"";border:1.5px solid var(--color-dark-action);background:var(--color-dark-action);border-radius:999px;width:10px;height:10px}.step7-module__4aR90G__optionItem input[type=radio]:focus-visible+.step7-module__4aR90G__checkboxCustom{outline:2px solid var(--color-info-blue);outline-offset:2px}.step7-module__4aR90G__optionLabel{color:var(--color-dark-action);font-size:14px;font-weight:500;line-height:1.2}.step7-module__4aR90G__actions{width:100%;margin-top:24px}.step7-module__4aR90G__continue{border-radius:999px;justify-content:center;align-items:center;width:100%;height:52px;display:flex}@media (max-width:768px){.step7-module__4aR90G__header{margin-top:12px;padding:0 8px}.step7-module__4aR90G__back{top:-10px;left:-2px}.step7-module__4aR90G__title{padding:0 24px;font-size:28px;line-height:1.2}.step7-module__4aR90G__subtitle{max-width:320px;margin:10px auto 0;font-size:14px;line-height:1.3}.step7-module__4aR90G__optionLabel{font-size:18px}}
.step8-module__MwOH2a__wrap{width:100%;margin:0 auto}.step8-module__MwOH2a__header{text-align:center;width:100%;margin-top:20px;margin-bottom:28px;padding-top:18px;position:relative}.step8-module__MwOH2a__back{cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;transition:background-color .2s,transform .2s;display:flex;position:absolute;top:-30px;left:-20px}.step8-module__MwOH2a__back:hover{background:#eceff1}.step8-module__MwOH2a__back:active{transform:scale(.96)}.step8-module__MwOH2a__back span{color:var(--color-dark-action);font-size:22px}.step8-module__MwOH2a__title{color:var(--color-dark-action);margin:0;font-size:28px;font-weight:800;line-height:1.2}.step8-module__MwOH2a__subtitle{color:var(--color-text-muted);margin:10px 0 0;font-size:14px;line-height:1.4}.step8-module__MwOH2a__optionsGrid{grid-template-columns:1fr;gap:14px;width:100%;display:grid}.step8-module__MwOH2a__optionItem{cursor:pointer;background:#fff;border:2px solid #cfd4d8;border-radius:14px;align-items:center;gap:12px;min-height:70px;padding:0 20px;transition:border-color .2s,background-color .2s;display:flex}.step8-module__MwOH2a__optionItem:hover{background:var(--bg-color);border-color:#a7b0b7}.step8-module__MwOH2a__optionItemChecked{background:var(--bg-color);border-color:#1f252b}.step8-module__MwOH2a__optionItem input[type=radio]{opacity:0;pointer-events:none;position:absolute}.step8-module__MwOH2a__checkboxCustom{border:2px solid var(--color-border);background:var(--color-white-bg);border-radius:999px;justify-content:center;align-items:center;width:24px;min-width:24px;height:24px;transition:border-color .2s;display:flex;position:relative}.step8-module__MwOH2a__optionItem input[type=radio]:checked+.step8-module__MwOH2a__checkboxCustom{border-color:var(--color-dark-action)}.step8-module__MwOH2a__optionItem input[type=radio]:checked+.step8-module__MwOH2a__checkboxCustom:after{content:"";border:1.5px solid var(--color-dark-action);background:var(--color-dark-action);border-radius:999px;width:10px;height:10px}.step8-module__MwOH2a__optionItem input[type=radio]:focus-visible+.step8-module__MwOH2a__checkboxCustom{outline:2px solid var(--color-info-blue);outline-offset:2px}.step8-module__MwOH2a__optionLabel{color:var(--color-dark-action);font-size:14px;font-weight:600;line-height:1.2}.step8-module__MwOH2a__actions{width:100%;margin-top:24px}.step8-module__MwOH2a__continue{border-radius:999px;justify-content:center;align-items:center;width:100%;height:52px;display:flex}@media (max-width:768px){.step8-module__MwOH2a__header{margin-top:12px;padding:0 8px}.step8-module__MwOH2a__back{top:-10px;left:-2px}.step8-module__MwOH2a__title{padding:0 24px;font-size:28px;line-height:1.2}.step8-module__MwOH2a__subtitle{max-width:320px;margin:10px auto 0;font-size:14px;line-height:1.3}.step8-module__MwOH2a__optionLabel{font-size:18px}}
.step9-module__-Zkdoa__wrap{text-align:center;width:100%;margin:80px auto 0;padding:40px 20px 60px;position:relative}.step9-module__-Zkdoa__back{width:44px;height:44px;color:var(--color-dark-action);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;display:flex;position:absolute;top:-70px;left:-20px}.step9-module__-Zkdoa__confetti{pointer-events:none;z-index:1;position:absolute;inset:0;overflow:hidden}.step9-module__-Zkdoa__confetti span{opacity:0;border-radius:2px;width:10px;height:10px;animation:1.8s linear infinite step9-module__-Zkdoa__confettiFall;position:absolute}.step9-module__-Zkdoa__confetti span:first-child{animation-delay:0s;left:10%}.step9-module__-Zkdoa__confetti span:nth-child(2){animation-delay:.2s;left:30%}.step9-module__-Zkdoa__confetti span:nth-child(3){animation-delay:.4s;left:50%}.step9-module__-Zkdoa__confetti span:nth-child(4){animation-delay:.6s;left:70%}.step9-module__-Zkdoa__confetti span:nth-child(5){animation-delay:.8s;left:20%}.step9-module__-Zkdoa__confetti span:nth-child(6){animation-delay:1s;left:80%}.step9-module__-Zkdoa__badgeWrap{z-index:2;margin-bottom:40px;position:relative}.step9-module__-Zkdoa__successBadge{background:linear-gradient(135deg,#9fe870,#7dd84f);border-radius:50%;justify-content:center;align-items:center;width:140px;height:140px;margin:0 auto;animation:2s ease-in-out infinite step9-module__-Zkdoa__badgePulse;display:flex;box-shadow:0 20px 60px #9fe87066,0 0 0 12px #9fe87033}.step9-module__-Zkdoa__successIcon{color:var(--color-dark-action);justify-content:center;align-items:center;animation:1s ease-out step9-module__-Zkdoa__iconRotate;display:flex;font-variation-settings:"FILL" 1,"wght" 700,"GRAD" 0,"opsz" 72!important;font-size:72px!important}@keyframes step9-module__-Zkdoa__iconRotate{0%{transform:rotate(0)}to{transform:rotate(20deg)}}.step9-module__-Zkdoa__title{color:var(--color-dark-action);z-index:2;margin:20px 0 4px;font-size:48px;font-weight:800}.step9-module__-Zkdoa__subtitle{color:var(--color-text-muted);z-index:2;margin-bottom:32px;font-size:18px}.step9-module__-Zkdoa__start{z-index:2;width:100%;max-width:none;height:56px;margin:0 auto;animation:3s ease-in-out infinite step9-module__-Zkdoa__btnFloat;box-shadow:0 8px 24px #9fe87059;background:linear-gradient(135deg,#9fe870,#7dd84f)!important}@keyframes step9-module__-Zkdoa__badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@keyframes step9-module__-Zkdoa__btnFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes step9-module__-Zkdoa__confettiFall{0%{transform:translateY(-30px)rotate(0)}25%{opacity:1}50%{transform:translateY(110px)rotate(15deg)}75%{transform:translateY(200px)rotate(-12deg)}to{opacity:0;transform:translateY(260px)rotate(5deg)}}.step9-module__-Zkdoa__confetti span:first-child{animation-delay:0s}.step9-module__-Zkdoa__confetti span:nth-child(2){animation-delay:.3s}.step9-module__-Zkdoa__confetti span:nth-child(3){animation-delay:.6s}.step9-module__-Zkdoa__confetti span:nth-child(4){animation-delay:.9s}.step9-module__-Zkdoa__confetti span:nth-child(5){animation-delay:1.2s}.step9-module__-Zkdoa__confetti span:nth-child(6){animation-delay:1.5s}
.page-module__gJmrZG__container{display:flex}.page-module__gJmrZG__mainContent{background-color:var(--off-white-color);flex-grow:1;padding:43px 31px;overflow-y:auto}.page-module__gJmrZG__leftActions{align-items:center;min-width:300px;display:flex}.page-module__gJmrZG__rightActions{justify-content:flex-end;align-items:center;gap:12px;display:flex}.page-module__gJmrZG__clinicsFilters{justify-content:flex-start;align-items:center;margin-bottom:20px}.page-module__gJmrZG__addButton{flex-shrink:0}.page-module__gJmrZG__profCardsGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:18px;display:grid}.page-module__gJmrZG__profCard{background:var(--judite-surface);border:1px solid var(--judite-border);border-radius:var(--radius-card);box-shadow:var(--shadow-sm,0 4px 12px #0000000a);flex-direction:column;gap:16px;padding:24px;transition:all .2s;display:flex;position:relative}.page-module__gJmrZG__profCard:hover{box-shadow:var(--shadow-card);border-color:var(--judite-text-light);transform:translateY(-3px)}.page-module__gJmrZG__profHeader{align-items:center;gap:14px;display:flex}.page-module__gJmrZG__profAvatar{background:var(--judite-bg-main);width:48px;height:48px;color:var(--judite-dark);border:1px solid var(--judite-border);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:800;display:flex;overflow:hidden}.page-module__gJmrZG__profIdentity{flex:1;min-width:0}.page-module__gJmrZG__profName{color:var(--judite-dark);white-space:nowrap;text-overflow:ellipsis;margin:0 0 2px;font-size:16px;font-weight:800;overflow:hidden}.page-module__gJmrZG__profEmail{color:var(--judite-text-muted);text-overflow:ellipsis;margin:0;font-size:13px;font-weight:500;overflow:hidden}.page-module__gJmrZG__profRoleBadge{background:var(--judite-bg-main);color:var(--judite-dark);border-radius:6px;align-items:center;gap:6px;margin-top:12px;padding:6px 12px;font-size:12px;font-weight:700;display:inline-flex}.page-module__gJmrZG__profRoleRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.page-module__gJmrZG__profDivider{border-top:1px solid var(--judite-border);margin-top:8px;padding-top:4px}.page-module__gJmrZG__profFooter{justify-content:space-between;align-items:center;gap:12px;display:flex}.page-module__gJmrZG__profStatus{align-items:center;gap:6px;font-size:12px;font-weight:700;display:inline-flex}.page-module__gJmrZG__profStatusActive{color:var(--color-primary-hover);align-items:center;gap:4px;font-size:12px;font-weight:700;display:flex}.page-module__gJmrZG__profStatusInactive{color:var(--judite-text-muted)}.page-module__gJmrZG__profStatusPending{color:#b26e00}.page-module__gJmrZG__editProfileButton{border:1px solid var(--judite-border);background:var(--judite-surface);min-width:132px;height:32px;color:var(--judite-dark);cursor:pointer;border-radius:999px;justify-content:center;padding:0 16px;font-size:12px;font-weight:700;transition:all .2s}.page-module__gJmrZG__editProfileButton:hover{border-color:var(--judite-dark)}.page-module__gJmrZG__emptyState{background:var(--judite-surface);border:1px solid var(--judite-border);border-radius:var(--radius-card);color:var(--judite-text-muted);padding:24px;font-weight:600}@media (max-width:920px){.page-module__gJmrZG__clinicsFilters{flex-direction:column;align-items:stretch}.page-module__gJmrZG__leftActions{min-width:100%}.page-module__gJmrZG__rightActions{flex-wrap:wrap;justify-content:flex-start}.page-module__gJmrZG__addButton{width:100%}}@media (max-width:640px){.page-module__gJmrZG__mainContent{padding:24px 16px}.page-module__gJmrZG__profCardsGrid{grid-template-columns:1fr}.page-module__gJmrZG__profFooter{flex-direction:column;align-items:flex-start}}
﻿.step10-module__s_gv3G__wrap{text-align:center;flex-direction:column;align-items:center;width:100%;padding:18px 0 6px;display:flex}.step10-module__s_gv3G__iconWrap{background:linear-gradient(135deg,#e6fde0,var(--color-bg));border-radius:32px;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:22px;animation:.5s cubic-bezier(.175,.885,.32,1.275) forwards step10-module__s_gv3G__iconRotateIn;display:flex;transform:rotate(-10deg);box-shadow:-10px -10px 20px #fffc,10px 10px 20px #0000000d}@keyframes step10-module__s_gv3G__iconRotateIn{to{transform:rotate(0)}}.step10-module__s_gv3G__icon{color:#10b981;text-shadow:2px 4px 8px #10b9814d;font-variation-settings:"FILL" 1,"wght" 700,"GRAD" 0,"opsz" 64;line-height:1;font-size:64px!important}.step10-module__s_gv3G__title{letter-spacing:-.04em;color:var(--color-dark-action);margin:0;font-size:44px;font-weight:900;line-height:1.05}.step10-module__s_gv3G__subtitle{max-width:58ch;color:var(--color-text-muted);margin:12px 0 22px;font-size:14px;line-height:1.45}.step10-module__s_gv3G__actions{justify-content:center;width:100%;display:flex}.step10-module__s_gv3G__ok{border-radius:999px;justify-content:center;align-items:center;width:100%;max-width:440px;height:52px;display:flex}
.page-module__38pH0a__container{background-color:#f9fafb;min-height:100vh;display:flex}.page-module__38pH0a__sidebar{flex-shrink:0}.page-module__38pH0a__mainContent{flex:1;max-width:1000px;margin:0 auto;padding:2rem}.page-module__38pH0a__header{margin-bottom:2rem}.page-module__38pH0a__breadcrumb{color:#6b7280;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;display:flex}.page-module__38pH0a__breadcrumb a{color:#3b82f6;text-decoration:none}.page-module__38pH0a__breadcrumb a:hover{text-decoration:underline}.page-module__38pH0a__titleSection h1{color:#111827;margin:0 0 .5rem;font-size:2.5rem;font-weight:700}.page-module__38pH0a__subtitle{color:#6b7280;margin:0;font-size:1.125rem;line-height:1.6}.page-module__38pH0a__searchSection{margin-bottom:2rem}.page-module__38pH0a__searchBox{max-width:500px;position:relative}.page-module__38pH0a__searchBox svg{pointer-events:none;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.page-module__38pH0a__searchInput{background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;width:100%;padding:.875rem 1rem .875rem 3rem;font-size:1rem;transition:all .2s}.page-module__38pH0a__searchInput:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.page-module__38pH0a__content{gap:2rem;display:flex}.page-module__38pH0a__categoriesNav{flex-direction:column;flex-shrink:0;gap:.5rem;width:200px;display:flex}.page-module__38pH0a__categoryButton{text-align:left;color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.page-module__38pH0a__categoryButton:hover{color:#3b82f6;border-color:#3b82f6}.page-module__38pH0a__categoryButton.page-module__38pH0a__active{color:#fff;background:#3b82f6;border-color:#3b82f6}.page-module__38pH0a__questionsSection{flex:1}.page-module__38pH0a__categoryHeader{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.page-module__38pH0a__categoryHeader h2{color:#111827;margin:0;font-size:1.5rem;font-weight:700}.page-module__38pH0a__questionCount{color:#6b7280;background:#f3f4f6;border-radius:1rem;padding:.25rem .75rem;font-size:.875rem}.page-module__38pH0a__noResults{text-align:center;color:#6b7280;padding:3rem 1rem}.page-module__38pH0a__noResults h3{margin:1rem 0 .5rem;font-size:1.25rem;font-weight:600}.page-module__38pH0a__noResults p{margin:0}.page-module__38pH0a__questionsList{flex-direction:column;gap:1rem;display:flex}.page-module__38pH0a__questionItem{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;transition:all .2s;overflow:hidden}.page-module__38pH0a__questionItem:hover{border-color:#d1d5db;box-shadow:0 4px 12px -4px #0000001a}.page-module__38pH0a__questionButton{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.25rem;transition:all .2s;display:flex}.page-module__38pH0a__questionButton:hover{background:#f9fafb}.page-module__38pH0a__questionText{color:#111827;flex:1;margin-right:1rem;font-size:1rem;font-weight:600}.page-module__38pH0a__answerContent{background:#fafbfc;border-top:1px solid #f3f4f6;padding:0 1.25rem 1.25rem}.page-module__38pH0a__answerContent p{color:#374151;margin:1rem 0 0;font-size:.875rem;line-height:1.6}.page-module__38pH0a__helpSection{margin:3rem 0}.page-module__38pH0a__helpCard{background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border:1px solid #bfdbfe;border-radius:1rem;padding:2rem}.page-module__38pH0a__helpContent{align-items:center;gap:1.5rem;display:flex}.page-module__38pH0a__helpContent>div{flex:1}.page-module__38pH0a__helpContent h3{color:#1e40af;margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.page-module__38pH0a__helpContent p{color:#1e40af;margin:0 0 1.5rem;line-height:1.6}.page-module__38pH0a__helpActions{flex-wrap:wrap;gap:1rem;display:flex}.page-module__38pH0a__primaryButton,.page-module__38pH0a__secondaryButton{cursor:pointer;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:flex}.page-module__38pH0a__primaryButton{color:#fff;background:#3b82f6}.page-module__38pH0a__primaryButton:hover{background:#2563eb;transform:translateY(-1px)}.page-module__38pH0a__secondaryButton{color:#3b82f6;background:#fff;border:1px solid #3b82f6}.page-module__38pH0a__secondaryButton:hover{background:#f8fafc;transform:translateY(-1px)}.page-module__38pH0a__quickLinks{margin-top:3rem}.page-module__38pH0a__quickLinks h3{color:#111827;margin:0 0 1.5rem;font-size:1.25rem;font-weight:700}.page-module__38pH0a__linksGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;display:grid}.page-module__38pH0a__linkCard{color:inherit;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;align-items:center;gap:1rem;padding:1.25rem;text-decoration:none;transition:all .2s;display:flex}.page-module__38pH0a__linkCard:hover{border-color:#d1d5db;transform:translateY(-2px);box-shadow:0 8px 25px -5px #0000001a}.page-module__38pH0a__linkCard h4{color:#111827;margin:0 0 .25rem;font-size:1rem;font-weight:600}.page-module__38pH0a__linkCard p{color:#6b7280;margin:0;font-size:.875rem}@media (max-width:768px){.page-module__38pH0a__mainContent{padding:1rem}.page-module__38pH0a__titleSection h1{font-size:2rem}.page-module__38pH0a__content{flex-direction:column;gap:1.5rem}.page-module__38pH0a__categoriesNav{flex-direction:row;width:100%;padding-bottom:.5rem;overflow-x:auto}.page-module__38pH0a__categoryButton{white-space:nowrap;min-width:fit-content}.page-module__38pH0a__helpContent{text-align:center;flex-direction:column}.page-module__38pH0a__helpActions{justify-content:center}.page-module__38pH0a__linksGrid{grid-template-columns:1fr}}
.page-module__9zEhMq__container{background-color:#f9fafb;min-height:100vh;display:flex}.page-module__9zEhMq__sidebar{flex-shrink:0;width:280px}.page-module__9zEhMq__mainContent{flex:1;padding:2rem;overflow-y:auto}.page-module__9zEhMq__header{margin-bottom:3rem}.page-module__9zEhMq__titleSection h1{color:#111827;margin:0 0 .5rem;font-size:2.5rem;font-weight:700}.page-module__9zEhMq__subtitle{color:#6b7280;margin:0;font-size:1.125rem}.page-module__9zEhMq__sectionsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.page-module__9zEhMq__sectionCard{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:1rem;padding:1.5rem;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000001a}.page-module__9zEhMq__sectionCard:hover{border-color:#d1d5db;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.page-module__9zEhMq__sectionIcon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.page-module__9zEhMq__sectionContent{flex:1}.page-module__9zEhMq__sectionContent h3{color:#111827;margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.page-module__9zEhMq__sectionContent p{color:#6b7280;margin:0;font-size:.875rem;line-height:1.5}.page-module__9zEhMq__sectionArrow{flex-shrink:0}.page-module__9zEhMq__quickLinks{margin-bottom:3rem}.page-module__9zEhMq__quickLinks h2{color:#111827;margin:0 0 1.5rem;font-size:1.5rem;font-weight:600}.page-module__9zEhMq__quickLinksGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.page-module__9zEhMq__quickLink{color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:.75rem;padding:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.page-module__9zEhMq__quickLink:hover{color:#3b82f6;background:#f8faff;border-color:#3b82f6}.page-module__9zEhMq__helpSection{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.page-module__9zEhMq__helpCard{align-items:center;gap:1.5rem;display:flex}.page-module__9zEhMq__helpCard h3{color:#111827;margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.page-module__9zEhMq__helpCard p{color:#6b7280;margin:0 0 1rem}.page-module__9zEhMq__contactButton{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:500;transition:background-color .2s}.page-module__9zEhMq__contactButton:hover{background:#2563eb}@media (max-width:768px){.page-module__9zEhMq__container{flex-direction:column}.page-module__9zEhMq__sidebar{width:100%}.page-module__9zEhMq__mainContent{padding:1rem}.page-module__9zEhMq__sectionsGrid,.page-module__9zEhMq__quickLinksGrid{grid-template-columns:1fr}.page-module__9zEhMq__helpCard{text-align:center;flex-direction:column}}
.page-module__TD0jaq__container{background-color:#f9fafb;min-height:100vh;display:flex}.page-module__TD0jaq__sidebar{flex-shrink:0}.page-module__TD0jaq__mainContent{flex:1;max-width:900px;margin:0 auto;padding:2rem}.page-module__TD0jaq__header{margin-bottom:2rem}.page-module__TD0jaq__breadcrumb{color:#6b7280;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;display:flex}.page-module__TD0jaq__breadcrumb a{color:#3b82f6;text-decoration:none}.page-module__TD0jaq__breadcrumb a:hover{text-decoration:underline}.page-module__TD0jaq__titleSection h1{color:#111827;margin:0 0 .5rem;font-size:2.5rem;font-weight:700}.page-module__TD0jaq__subtitle{color:#6b7280;margin:0;font-size:1.125rem;line-height:1.6}.page-module__TD0jaq__content{flex-direction:column;gap:3rem;display:flex}.page-module__TD0jaq__section h2{color:#111827;margin:0 0 1.5rem;font-size:1.875rem;font-weight:700}.page-module__TD0jaq__section p{color:#374151;margin:0 0 1rem;font-size:1rem;line-height:1.6}.page-module__TD0jaq__section ul{color:#374151;margin:1rem 0;padding-left:1.5rem;line-height:1.6}.page-module__TD0jaq__section li{margin:.5rem 0}.page-module__TD0jaq__highlightBox{background:#eff6ff;border:1px solid #bfdbfe;border-radius:.5rem;align-items:flex-start;gap:.75rem;margin:1.5rem 0;padding:1rem;display:flex}.page-module__TD0jaq__highlightBox div{color:#1e40af;font-size:.875rem;line-height:1.5}.page-module__TD0jaq__stepCard{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;align-items:flex-start;gap:1rem;margin:1rem 0;padding:1.5rem;transition:all .2s;display:flex}.page-module__TD0jaq__stepCard:hover{border-color:#d1d5db;box-shadow:0 4px 12px -4px #0000001a}.page-module__TD0jaq__stepNumber{color:#fff;background:#3b82f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.125rem;font-weight:700;display:flex}.page-module__TD0jaq__stepContent h3{color:#111827;margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.page-module__TD0jaq__stepContent p{margin:0 0 .75rem}.page-module__TD0jaq__stepContent ul{margin:.75rem 0}.page-module__TD0jaq__navigationGuide{flex-direction:column;gap:1rem;display:flex}.page-module__TD0jaq__navItem{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;align-items:center;gap:1rem;padding:1rem;display:flex}.page-module__TD0jaq__navIcon{background:#eff6ff;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.page-module__TD0jaq__navItem h4{color:#111827;margin:0 0 .25rem;font-size:1.125rem;font-weight:600}.page-module__TD0jaq__navItem p{color:#6b7280;margin:0;font-size:.875rem}.page-module__TD0jaq__configSteps{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;display:grid}.page-module__TD0jaq__configCard{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;align-items:flex-start;gap:1rem;padding:1.5rem;transition:all .2s;display:flex}.page-module__TD0jaq__configCard:hover{border-color:#d1d5db;box-shadow:0 4px 12px -4px #0000001a}.page-module__TD0jaq__configIcon{border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.page-module__TD0jaq__configIcon:first-child{background:#d1fae5}.page-module__TD0jaq__configCard:nth-child(2) .page-module__TD0jaq__configIcon{background:#fef3c7}.page-module__TD0jaq__configCard:nth-child(3) .page-module__TD0jaq__configIcon{background:#ede9fe}.page-module__TD0jaq__configCard:nth-child(4) .page-module__TD0jaq__configIcon{background:#fee2e2}.page-module__TD0jaq__configCard h4{color:#111827;margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.page-module__TD0jaq__configCard p{color:#6b7280;margin:0 0 1rem;font-size:.875rem}.page-module__TD0jaq__configLink{color:#3b82f6;font-size:.875rem;font-weight:500;text-decoration:none}.page-module__TD0jaq__configLink:hover{text-decoration:underline}.page-module__TD0jaq__actionsList{flex-direction:column;gap:1rem;display:flex}.page-module__TD0jaq__actionItem{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;align-items:flex-start;gap:1rem;padding:1rem;display:flex}.page-module__TD0jaq__actionItem strong{color:#111827;margin-bottom:.25rem;font-size:1rem;display:block}.page-module__TD0jaq__actionItem p{color:#6b7280;margin:0;font-size:.875rem}.page-module__TD0jaq__nextStepsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;display:grid}.page-module__TD0jaq__nextStepCard{color:inherit;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;align-items:center;gap:1rem;padding:1.5rem;text-decoration:none;transition:all .2s;display:flex}.page-module__TD0jaq__nextStepCard:hover{border-color:#d1d5db;transform:translateY(-2px);box-shadow:0 8px 25px -5px #0000001a}.page-module__TD0jaq__nextStepCard h4{color:#111827;margin:0 0 .25rem;font-size:1.125rem;font-weight:600}.page-module__TD0jaq__nextStepCard p{color:#6b7280;margin:0;font-size:.875rem}.page-module__TD0jaq__helpSection{margin-top:3rem}.page-module__TD0jaq__helpCard{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border:1px solid #bae6fd;border-radius:1rem;align-items:center;gap:1.5rem;padding:2rem;display:flex}.page-module__TD0jaq__helpCard h3{color:#0c4a6e;margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.page-module__TD0jaq__helpCard p{color:#0369a1;margin:0 0 1rem}.page-module__TD0jaq__helpButton{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:flex}.page-module__TD0jaq__helpButton:hover{background:#2563eb;transform:translateY(-1px)}@media (max-width:768px){.page-module__TD0jaq__mainContent{padding:1rem}.page-module__TD0jaq__titleSection h1{font-size:2rem}.page-module__TD0jaq__configSteps,.page-module__TD0jaq__nextStepsGrid{grid-template-columns:1fr}.page-module__TD0jaq__helpCard{text-align:center;flex-direction:column}.page-module__TD0jaq__stepCard{flex-direction:column;align-items:flex-start}}
.page-module__8jcTkq__container{background-color:#f9fafb;min-height:100vh;display:flex}.page-module__8jcTkq__sidebar{flex-shrink:0}.page-module__8jcTkq__mainContent{flex:1;max-width:1200px;margin:0 auto;padding:2rem}.page-module__8jcTkq__header{margin-bottom:2rem}.page-module__8jcTkq__titleSection h1{color:#111827;margin:.5rem 0;font-size:2.5rem;font-weight:700}.page-module__8jcTkq__subtitle{color:#6b7280;margin:0;font-size:1.125rem}.page-module__8jcTkq__searchSection{margin-bottom:3rem}.page-module__8jcTkq__searchBox{max-width:500px;position:relative}.page-module__8jcTkq__searchBox svg{pointer-events:none;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.page-module__8jcTkq__searchInput{background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;width:100%;padding:.875rem 1rem .875rem 3rem;font-size:1rem;transition:all .2s}.page-module__8jcTkq__searchInput:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.page-module__8jcTkq__topicsGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.page-module__8jcTkq__topicCard{color:inherit;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;align-items:center;padding:1.5rem;text-decoration:none;transition:all .2s;display:flex}.page-module__8jcTkq__topicCard:hover{border-color:#d1d5db;transform:translateY(-2px);box-shadow:0 8px 25px -5px #0000001a}.page-module__8jcTkq__topicIcon{border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;margin-right:1rem;display:flex}.page-module__8jcTkq__topicContent{flex:1}.page-module__8jcTkq__topicContent h3{color:#111827;margin:0 0 .25rem;font-size:1.125rem;font-weight:600}.page-module__8jcTkq__topicContent p{color:#6b7280;margin:0;font-size:.875rem;line-height:1.4}.page-module__8jcTkq__topicArrow{opacity:.5;flex-shrink:0;margin-left:1rem;transition:all .2s}.page-module__8jcTkq__topicCard:hover .page-module__8jcTkq__topicArrow{opacity:1;transform:translate(4px)}.page-module__8jcTkq__tipsSection{margin-bottom:3rem}.page-module__8jcTkq__tipsSection h2{color:#111827;margin:0 0 1.5rem;font-size:1.875rem;font-weight:700}.page-module__8jcTkq__tipsGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.page-module__8jcTkq__tipCard{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;align-items:flex-start;padding:1.25rem;transition:all .2s;display:flex}.page-module__8jcTkq__tipCard:hover{border-color:#3b82f6;box-shadow:0 4px 12px -4px #3b82f626}.page-module__8jcTkq__tipIcon{background:#eff6ff;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-right:1rem;display:flex}.page-module__8jcTkq__tipCard h4{color:#111827;margin:0 0 .25rem;font-size:1rem;font-weight:600}.page-module__8jcTkq__tipCard p{color:#6b7280;margin:0;font-size:.875rem;line-height:1.4}.page-module__8jcTkq__supportSection{margin-top:3rem}.page-module__8jcTkq__supportCard{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border-radius:1rem;align-items:center;padding:2rem;display:flex}.page-module__8jcTkq__supportContent{flex:1}.page-module__8jcTkq__supportContent h3{margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.page-module__8jcTkq__supportContent p{opacity:.9;margin:0 0 1.5rem;font-size:1.125rem;line-height:1.6}.page-module__8jcTkq__supportActions{flex-wrap:wrap;gap:1rem;display:flex}.page-module__8jcTkq__primaryButton,.page-module__8jcTkq__secondaryButton{cursor:pointer;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:flex}.page-module__8jcTkq__primaryButton{color:#3b82f6;background:#fff}.page-module__8jcTkq__primaryButton:hover{background:#f8fafc;transform:translateY(-1px)}.page-module__8jcTkq__secondaryButton{color:#fff;background:#fff3;border:1px solid #ffffff4d}.page-module__8jcTkq__secondaryButton:hover{background:#ffffff4d;transform:translateY(-1px)}.page-module__8jcTkq__supportIcon{opacity:.7;flex-shrink:0;margin-left:2rem}@media (max-width:768px){.page-module__8jcTkq__mainContent{padding:1rem}.page-module__8jcTkq__header{margin-bottom:1.5rem}.page-module__8jcTkq__titleSection h1{font-size:2rem}.page-module__8jcTkq__topicsGrid{grid-template-columns:1fr;gap:1rem}.page-module__8jcTkq__tipsGrid{grid-template-columns:1fr}.page-module__8jcTkq__supportCard{text-align:center;flex-direction:column;padding:1.5rem}.page-module__8jcTkq__supportIcon{margin:1rem 0 0}.page-module__8jcTkq__supportActions{justify-content:center}}
.page-module__ImCuVG__container{background-color:#f9fafb;min-height:100vh;display:flex}.page-module__ImCuVG__sidebar{flex-shrink:0}.page-module__ImCuVG__mainContent{flex:1;max-width:900px;margin:0 auto;padding:2rem}.page-module__ImCuVG__header{margin-bottom:2rem}.page-module__ImCuVG__breadcrumb{color:#6b7280;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;display:flex}.page-module__ImCuVG__breadcrumb a{color:#3b82f6;text-decoration:none}.page-module__ImCuVG__breadcrumb a:hover{text-decoration:underline}.page-module__ImCuVG__titleSection h1{color:#111827;margin:0 0 .5rem;font-size:2.5rem;font-weight:700}.page-module__ImCuVG__subtitle{color:#6b7280;margin:0;font-size:1.125rem;line-height:1.6}.page-module__ImCuVG__content{flex-direction:column;gap:3rem;display:flex}.page-module__ImCuVG__section h2{color:#111827;margin:0 0 1.5rem;font-size:1.875rem;font-weight:700}.page-module__ImCuVG__section p{color:#374151;margin:0 0 1rem;font-size:1rem;line-height:1.6}.page-module__ImCuVG__stepList{flex-direction:column;gap:1.5rem;display:flex}.page-module__ImCuVG__step{align-items:flex-start;gap:1rem;display:flex}.page-module__ImCuVG__stepNumber{color:#fff;background:#3b82f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.125rem;font-weight:700;display:flex}.page-module__ImCuVG__stepContent{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;flex:1;padding:1.5rem}.page-module__ImCuVG__stepContent h3{color:#111827;margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.page-module__ImCuVG__stepContent p{margin:0 0 .75rem}.page-module__ImCuVG__stepContent ul{color:#374151;margin:.75rem 0 0;padding-left:1.5rem}.page-module__ImCuVG__stepContent li{margin:.25rem 0}.page-module__ImCuVG__fieldsGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;display:grid}.page-module__ImCuVG__fieldCard{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;align-items:center;gap:1rem;padding:1.25rem;transition:all .2s;display:flex}.page-module__ImCuVG__fieldCard:hover{border-color:#d1d5db;box-shadow:0 4px 12px -4px #0000001a}.page-module__ImCuVG__fieldIcon{background:#eff6ff;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.page-module__ImCuVG__fieldCard h4{color:#111827;margin:0 0 .25rem;font-size:1rem;font-weight:600}.page-module__ImCuVG__fieldCard p{color:#6b7280;margin:0;font-size:.875rem}.page-module__ImCuVG__searchTips{flex-direction:column;gap:1rem;display:flex}.page-module__ImCuVG__tipBox{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;align-items:center;gap:1rem;padding:1.25rem;display:flex}.page-module__ImCuVG__tipBox h4{color:#111827;margin:0 0 .25rem;font-size:1.125rem;font-weight:600}.page-module__ImCuVG__tipBox p{color:#6b7280;margin:0;font-size:.875rem}.page-module__ImCuVG__editSteps{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;display:grid}.page-module__ImCuVG__editCard{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;align-items:center;gap:1rem;padding:1.25rem;transition:all .2s;display:flex}.page-module__ImCuVG__editCard:hover{transform:translateY(-2px);box-shadow:0 8px 25px -5px #0000001a}.page-module__ImCuVG__editIcon{border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.page-module__ImCuVG__editCard:first-child .page-module__ImCuVG__editIcon{background:#eff6ff}.page-module__ImCuVG__editCard:nth-child(2) .page-module__ImCuVG__editIcon{background:#d1fae5}.page-module__ImCuVG__editCard:nth-child(3) .page-module__ImCuVG__editIcon{background:#fef3c7}.page-module__ImCuVG__editCard h4{color:#111827;margin:0 0 .25rem;font-size:1.125rem;font-weight:600}.page-module__ImCuVG__editCard p{color:#6b7280;margin:0;font-size:.875rem}.page-module__ImCuVG__historyCards{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.page-module__ImCuVG__historyCard{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:2rem 1.5rem;transition:all .2s}.page-module__ImCuVG__historyCard:hover{border-color:#d1d5db;transform:translateY(-4px);box-shadow:0 10px 25px -5px #0000001a}.page-module__ImCuVG__historyCard h4{color:#111827;margin:1rem 0 .5rem;font-size:1.125rem;font-weight:600}.page-module__ImCuVG__historyCard p{color:#6b7280;margin:0;font-size:.875rem}.page-module__ImCuVG__tipsSection{flex-direction:column;gap:1rem;display:flex}.page-module__ImCuVG__warningBox,.page-module__ImCuVG__infoBox,.page-module__ImCuVG__successBox{border-radius:.5rem;align-items:flex-start;gap:.75rem;padding:1rem;font-size:.875rem;line-height:1.5;display:flex}.page-module__ImCuVG__warningBox{color:#92400e;background:#fffbeb;border:1px solid #fed7aa}.page-module__ImCuVG__infoBox{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe}.page-module__ImCuVG__successBox{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.page-module__ImCuVG__navigationSection{border-top:1px solid #e5e7eb;margin-top:3rem;padding-top:2rem}.page-module__ImCuVG__navGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.page-module__ImCuVG__navCard{color:inherit;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;align-items:center;gap:1rem;padding:1.25rem;text-decoration:none;transition:all .2s;display:flex}.page-module__ImCuVG__navCard:hover{border-color:#3b82f6;box-shadow:0 4px 12px -4px #3b82f626}.page-module__ImCuVG__navCard:first-child{justify-content:flex-start}.page-module__ImCuVG__navCard:last-child{justify-content:flex-end}.page-module__ImCuVG__navCard h4{color:#111827;margin:0 0 .25rem;font-size:1rem;font-weight:600}.page-module__ImCuVG__navCard p{color:#6b7280;margin:0;font-size:.875rem}@media (max-width:768px){.page-module__ImCuVG__mainContent{padding:1rem}.page-module__ImCuVG__titleSection h1{font-size:2rem}.page-module__ImCuVG__fieldsGrid,.page-module__ImCuVG__editSteps,.page-module__ImCuVG__historyCards,.page-module__ImCuVG__navGrid{grid-template-columns:1fr}.page-module__ImCuVG__step{flex-direction:column;align-items:flex-start}}
.GlobalLoading-module__Jw9_eW__container{z-index:9999;justify-content:center;align-items:center;gap:12px;display:flex;position:fixed;top:20px;right:20px}.GlobalLoading-module__Jw9_eW__label{color:var(--primary-color,#3b82f6);white-space:nowrap;font-size:14px;font-weight:500}.GlobalLoading-module__Jw9_eW__spinner{color:var(--primary-color,#3b82f6);animation:1s linear infinite GlobalLoading-module__Jw9_eW__spin}@keyframes GlobalLoading-module__Jw9_eW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_fe8b9d92-module__LINzvG__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_fe8b9d92-module__LINzvG__variable{--font-inter:"Inter","Inter Fallback"}
