.summary-modal{background:var(--color-white);border-radius:.75rem;flex-direction:column;width:100%;display:flex;overflow:hidden}.summary-modal-header{background:linear-gradient(to right,var(--color-info-500),var(--color-custom-hex-9333ea));color:var(--color-white);flex-shrink:0;padding:1rem 1.5rem;position:relative}.summary-close-btn{background:var(--color-white-opacity-15);cursor:pointer;width:32px;height:32px;color:var(--color-white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:16px;font-weight:500;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.summary-close-btn:hover{background:var(--color-white-opacity-25);transform:scale(1.05)}.summary-close-btn:active{transform:scale(.95)}.summary-modal-title{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.summary-progress-bar{gap:.5rem;margin-top:.5rem;display:flex}.summary-progress-step{background:var(--color-white-opacity-30);border-radius:2px;width:60px;height:3px}.summary-progress-step.active{background:var(--color-white)}.summary-modal-content{flex:1;max-height:60vh;padding:1rem 1.5rem;overflow-y:auto}.summary-modal-content::-webkit-scrollbar{width:6px}.summary-modal-content::-webkit-scrollbar-track{background:var(--color-gray-100)}.summary-modal-content::-webkit-scrollbar-thumb{background:var(--color-gray-300);border-radius:3px}.summary-modal-content::-webkit-scrollbar-thumb:hover{background:var(--color-gray-400)}.summary-page-1{text-align:center;padding:2rem 0}.summary-icon-circle{background:linear-gradient(to bottom right,var(--color-info-100),var(--color-secondary-100));border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1rem;display:flex}.summary-question-title{color:var(--color-gray-800);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.summary-question-desc{color:var(--color-gray-500);max-width:350px;margin:0 auto 1.5rem;font-size:.875rem}.summary-button-group{justify-content:center;gap:.75rem;display:flex}.summary-btn{cursor:pointer;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.625rem 1.5rem;font-size:.875rem;transition:all .3s;display:inline-flex}.summary-btn:disabled{opacity:.6;cursor:not-allowed}.summary-btn-secondary{background:var(--color-white);color:var(--color-gray-700);border:1px solid var(--color-gray-300)}.summary-btn-secondary:hover:not(:disabled){background:var(--color-gray-50)}.summary-btn-primary{background:linear-gradient(to right,var(--color-info-500),var(--color-custom-hex-9333ea));color:var(--color-white)}.summary-btn-primary:hover:not(:disabled){box-shadow:0 10px 15px -3px var(--color-black-opacity-10)}.summary-btn-success{background:linear-gradient(to right,var(--color-success-500),var(--color-success-600));color:var(--color-white)}.summary-btn-success:hover:not(:disabled){box-shadow:0 10px 15px -3px var(--color-black-opacity-10)}.summary-btn-success:disabled{background:var(--color-gray-300);color:var(--color-gray-400)}.summary-status-box{background:linear-gradient(to right,var(--color-info-50),var(--color-secondary-50));border:1px solid var(--color-primary-200);border-radius:.5rem;margin-bottom:1rem;padding:.75rem}.summary-status-content{gap:.5rem;display:flex}.summary-status-text{color:var(--color-secondary-600);font-size:.8125rem}.summary-form-group{margin-bottom:1rem}.summary-form-label{color:var(--color-gray-700);align-items:center;gap:.5rem;margin-bottom:.375rem;font-size:.875rem;font-weight:500;display:flex}.required-star{color:var(--color-error-500);font-size:.875rem;font-weight:600}.summary-form-input,.summary-form-textarea{border:1px solid var(--color-gray-300);border-radius:.5rem;outline:none;width:100%;padding:.625rem;font-family:inherit;font-size:.875rem;transition:all .3s}.summary-form-input:focus,.summary-form-textarea:focus{border-color:var(--color-custom-hex-9333ea);box-shadow:0 0 0 3px var(--color-custom-rgba-147-51-234-10)}.summary-form-input:disabled,.summary-form-textarea:disabled{background:var(--color-gray-50);color:var(--color-gray-500);cursor:not-allowed}.summary-form-textarea{resize:vertical;min-height:80px}.summary-word-input-group{gap:.5rem;margin-bottom:.625rem;display:flex}.summary-word-input-group input{flex:1}.summary-word-container{background:var(--color-gray-50);border:1px solid var(--color-gray-200);border-radius:.5rem;min-height:48px;padding:.625rem}.summary-word-tags{flex-wrap:wrap;gap:.375rem;display:flex}.summary-word-tag{background:var(--color-white);border:1px solid var(--color-secondary-300);border-radius:9999px;align-items:center;gap:.375rem;padding:.25rem .625rem;font-size:.8125rem;display:inline-flex}.summary-word-tag:hover{border-color:var(--color-custom-hex-9333ea)}.summary-remove-word{color:var(--color-gray-400);cursor:pointer;background:0 0;border:none;padding:0;font-size:.75rem}.summary-remove-word:hover{color:var(--color-error-500)}.summary-empty-words{color:var(--color-gray-400);font-size:.8125rem}.summary-word-count{color:var(--color-gray-500);margin-top:.25rem;font-size:.6875rem}.summary-footer-buttons{border-top:1px solid var(--color-gray-200);justify-content:space-between;margin-top:.75rem;padding-top:.75rem;display:flex}.summary-spinner{border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:14px;height:14px;animation:1s linear infinite spin}.summary-spinner.small{width:12px;height:12px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fcr-flex{display:flex}.fcr-items-center{align-items:center}.fcr-gap-2{gap:.5rem}@media (max-width:640px){.summary-modal-content{max-height:70vh;padding:.75rem 1rem}.summary-button-group{flex-direction:column;gap:.5rem}.summary-btn{justify-content:center;width:100%}.summary-footer-buttons{flex-direction:column;gap:.5rem}.summary-footer-buttons .summary-btn{width:100%}.summary-word-input-group{flex-direction:column}.summary-word-input-group .summary-btn{width:100%}}html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{margin:.67em 0;font-size:2em}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:var(--color-transparent)}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring{outline:1px dotted buttontext}[type=button]:-moz-focusring{outline:1px dotted buttontext}[type=reset]:-moz-focusring{outline:1px dotted buttontext}[type=submit]:-moz-focusring{outline:1px dotted buttontext}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;white-space:normal;max-width:100%;padding:0;display:table}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template,[hidden]{display:none}:root{--color-white:#fff;--color-black:#000;--color-transparent:transparent;--color-primary-50:#f4f4f6;--color-primary-100:#e6e6ea;--color-primary-200:#cacace;--color-primary-300:#a2a2a9;--color-primary-400:#6f6f79;--color-primary-500:#45454e;--color-primary-600:#1f1f27;--color-primary-700:#16161e;--color-primary-800:#111118;--color-primary-900:#000;--color-secondary-50:#f5f5f7;--color-secondary-100:#e9e9ed;--color-secondary-200:#cfcfd5;--color-secondary-300:#adadb6;--color-secondary-400:#797984;--color-secondary-500:#4a4a54;--color-secondary-600:#33333d;--color-secondary-700:#262626;--color-secondary-800:#1b1b27;--color-secondary-900:#111118;--color-gray-50:#f9fafb;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-gray-300:#d1d5db;--color-gray-400:#9ca3af;--color-gray-500:#6b7280;--color-gray-600:#4b5563;--color-gray-700:#374151;--color-gray-850:#2c3e50;--color-gray-800:#1f2937;--color-gray-900:#111827;--color-success-50:#ecfdf5;--color-success-100:#d1fae5;--color-success-200:#a7f3d0;--color-success-300:#6ee7b7;--color-success-400:#34d399;--color-success-500:#10b981;--color-success-600:#059669;--color-success-700:#047857;--color-success-800:#065f46;--color-success-900:#064e3b;--color-error-50:#fef2f2;--color-error-100:#fee2e2;--color-error-200:#fecaca;--color-error-300:#fca5a5;--color-error-400:#f87171;--color-error-500:#ef4444;--color-error-600:#dc2626;--color-error-700:#b91c1c;--color-error-800:#991b1b;--color-error-900:#7f1d1d;--color-warning-50:#fffbeb;--color-warning-100:#fef3c7;--color-warning-200:#fde68a;--color-warning-300:#fcd34d;--color-warning-400:#fbbf24;--color-warning-500:#f59e0b;--color-warning-600:#d97706;--color-warning-700:#b45309;--color-warning-800:#92400e;--color-warning-900:#78350f;--color-info-50:#eff6ff;--color-info-100:#dbeafe;--color-info-200:#bfdbfe;--color-info-300:#93c5fd;--color-info-400:#60a5fa;--color-info-500:#3b82f6;--color-info-600:#2563eb;--color-info-700:#1d4ed8;--color-info-800:#1e40af;--color-info-900:#1e3a8a;--color-primary-opacity-5:#1f1f270d;--color-primary-opacity-10:#1f1f271a;--color-primary-opacity-15:#1f1f2726;--color-primary-opacity-20:#1f1f2733;--color-primary-opacity-30:#1f1f274d;--color-primary-opacity-40:#1f1f2766;--color-primary-opacity-90:#1f1f27e6;--color-error-opacity-10:#ef44441a;--color-error-opacity-25:#ef444440;--color-error-opacity-30:#ef44444d;--color-error-opacity-40:#ef444466;--color-error-opacity-60:#ef444499;--color-success-opacity-10:#10b9811a;--color-success-opacity-30:#10b9814d;--color-success-opacity-40:#10b98166;--color-success-opacity-60:#10b98199;--color-black-opacity-4:#0000000a;--color-black-opacity-5:#0000000d;--color-black-opacity-6:#0000000f;--color-black-opacity-8:#00000014;--color-black-opacity-10:#0000001a;--color-black-opacity-15:#00000026;--color-black-opacity-18:#0000002e;--color-black-opacity-22:#00000038;--color-black-opacity-25:#00000040;--color-black-opacity-30:#0000004d;--color-black-opacity-60:#0009;--color-white-opacity-15:#ffffff26;--color-white-opacity-20:#fff3;--color-white-opacity-25:#ffffff40;--color-white-opacity-30:#ffffff4d;--color-white-opacity-72:#ffffffb8;--color-white-opacity-78:#ffffffc7;--color-white-opacity-80:#fffc;--color-white-opacity-88:#ffffffe0;--color-white-opacity-92:#ffffffeb;--color-white-opacity-96:#fffffff5;--color-custom-hex-06b6d4:#06b6d4;--color-custom-hex-0c4a6e:#0c4a6e;--color-custom-hex-0ea5e9:#0ea5e9;--color-custom-hex-117a47:#117a47;--color-custom-hex-155724:#155724;--color-custom-hex-1558c8:#1558c8;--color-custom-hex-166534:#166534;--color-custom-hex-16a34a:#16a34a;--color-custom-hex-1890ff:#1890ff;--color-custom-hex-1b8f63:#1b8f63;--color-custom-hex-1c8c68:#1c8c68;--color-custom-hex-1e2a50:#1e2a50;--color-custom-hex-1e3a5f:#1e3a5f;--color-custom-hex-2196f3:#2196f3;--color-custom-hex-22c55e:#22c55e;--color-custom-hex-243447:#243447;--color-custom-hex-27ae60:#27ae60;--color-custom-hex-2e3642:#2e3642;--color-custom-hex-2f77ff:#2f77ff;--color-custom-hex-333:#333;--color-custom-hex-4ade80:#4ade80;--color-custom-hex-506eb4:#506eb4;--color-custom-hex-5a6268:#5a6268;--color-custom-hex-5a6576:#5a6576;--color-custom-hex-666:#666;--color-custom-hex-667eea:#1f1f27;--color-custom-hex-6fe8a4:#6fe8a4;--color-custom-hex-764ba2:#33333d;--color-custom-hex-798395:#798395;--color-custom-hex-7b8798:#7b8798;--color-custom-hex-7e8796:#7e8796;--color-custom-hex-7f8c8d:#7f8c8d;--color-custom-hex-856404:#856404;--color-custom-hex-8691a2:#8691a2;--color-custom-hex-8a96a8:#8a96a8;--color-custom-hex-8ea1b8:#8ea1b8;--color-custom-hex-9333ea:#9333ea;--color-custom-hex-999:#999;--color-custom-hex-a855f7:#a855f7;--color-custom-hex-aac3f6:#aac3f6;--color-custom-hex-adb5bd:#adb5bd;--color-custom-hex-b0b0b0:#b0b0b0;--color-custom-hex-b9c9dd:#b9c9dd;--color-custom-hex-bbb:#bbb;--color-custom-hex-bbf7d0:#bbf7d0;--color-custom-hex-be185d:#be185d;--color-custom-hex-bfbfbf:#bfbfbf;--color-custom-hex-c2410c:#c2410c;--color-custom-hex-c3e6cb:#c3e6cb;--color-custom-hex-c41d7f:#c41d7f;--color-custom-hex-d33886:#d33886;--color-custom-hex-d4dde8:#d4dde8;--color-custom-hex-d4edda:#d4edda;--color-custom-hex-d64545:#d64545;--color-custom-hex-d6488c:#d6488c;--color-custom-hex-d9961f:#d9961f;--color-custom-hex-ea580c:#ea580c;--color-custom-hex-eb2f96:#eb2f96;--color-custom-hex-ec4899:#ec4899;--color-custom-hex-f97316:#f97316;--color-custom-hex-fb923c:#fb923c;--color-custom-hex-fdba74:#fdba74;--color-custom-hex-fed7aa:#fed7aa;--color-custom-hex-ff9800:#ff9800;--color-custom-hex-ffadd2:#ffadd2;--color-custom-hex-ffc107:#ffc107;--color-custom-hex-ffedd5:#ffedd5;--color-custom-hex-fff3d9:#fff3d9;--color-custom-rgb-255-152-0:#ff9800;--color-custom-rgba-0-0-0-38:#00000061;--color-custom-rgba-0-0-0-50:#00000080;--color-custom-rgba-0-0-0-76:#000000c2;--color-custom-rgba-100-118-148-10:#6476941a;--color-custom-rgba-102-122-153-8:#667a9914;--color-custom-rgba-110-126-152-8:#6e7e9814;--color-custom-rgba-110-128-156-8:#6e809c14;--color-custom-rgba-116-134-160-8:#7486a014;--color-custom-rgba-124-58-237-8:#1f1f270f;--color-custom-rgba-147-51-234-10:#9333ea1a;--color-custom-rgba-15-23-42-12:#0f172a1f;--color-custom-rgba-15-23-42-4:#0f172a0a;--color-custom-rgba-16-185-129-20:#10b98133;--color-custom-rgba-198-207-217-80:#c6cfd9cc;--color-custom-rgba-214-223-237-70:#d6dfedb3;--color-custom-rgba-218-228-242-80:#dae4f2cc;--color-custom-rgba-22-163-74-40:#16a34a66;--color-custom-rgba-220-69-69-6:#dc45450f;--color-custom-rgba-223-228-238-90:#dfe4eee6;--color-custom-rgba-223-229-238-20:#dfe5ee33;--color-custom-rgba-223-229-238-90:#dfe5eee6;--color-custom-rgba-226-231-239-92:#e2e7efeb;--color-custom-rgba-236-240-246-92:#ecf0f6eb;--color-custom-rgba-239-68-68-0:#ef444400;--color-custom-rgba-242-245-248-40:#f2f5f866;--color-custom-rgba-242-245-248-50:#f2f5f880;--color-custom-rgba-248-113-113-10:#f871711a;--color-custom-rgba-255-152-0-0:#ff980000;--color-custom-rgba-255-255-255-10:#ffffff1a;--color-custom-rgba-255-255-255-5:#ffffff0d;--color-custom-rgba-255-255-255-55:#ffffff8c;--color-custom-rgba-255-255-255-8:#ffffff14;--color-custom-rgba-27-143-99-14:#1b8f6324;--color-custom-rgba-29-111-229-14:#1d6fe524;--color-custom-rgba-29-111-229-22:#1d6fe538;--color-custom-rgba-29-111-229-24:#1d6fe53d;--color-custom-rgba-29-78-216-22:#1d4ed838;--color-custom-rgba-29-78-216-8:#1d4ed814;--color-custom-rgba-31-111-229-18:#1f6fe52e;--color-custom-rgba-31-111-229-25:#1f6fe540;--color-custom-rgba-34-197-94-0:#22c55e00;--color-custom-rgba-45-51-55-22:#2d333738;--color-custom-rgba-47-119-255-12:#2f77ff1f;--color-custom-rgba-47-119-255-24:#2f77ff3d;--color-custom-rgba-52-211-153-10:#34d3991a;--color-custom-rgba-74-222-128-0:#4ade8000;--color-custom-rgba-74-222-128-60:#4ade8099;--color-custom-rgba-80-97-123-16:#50617b29;--color-custom-rgba-81-100-130-10:#5164821a;--color-custom-rgba-81-100-130-14:#51648224;--color-custom-rgba-81-100-130-16:#51648229;--color-custom-rgba-87-123-191-12:#577bbf1f;--color-custom-rgba-93-114-148-16:#5d729429;--color-custom-rgba-96-165-250-12:#60a5fa1f;--color-surface:#fff;--color-surface-inverse:#111118;--color-surface-inverse-2:#16161e;--color-surface-inverse-soft:#ffffff0d;--color-text-1:#1a202c;--color-text-2:#718096;--color-text-3:#a0aec0;--color-text-inverse:#fff;--color-text-inverse-strong:#ffffffeb;--color-text-inverse-muted:#ffffffb8;--color-text-inverse-subtle:#ffffff73;--color-border-inverse:#ffffff14;--color-border-inverse-strong:#ffffff29;--color-info:#1677ff;--radius-md:12px;--radius-lg:16px;--radius-sheet:36px;--radius-pill:999px;--shadow-card:0 2px 12px #0000000f}.ant-tooltip-placement-bottom,.ant-tooltip-placement-bottomLeft,.ant-tooltip-placement-bottomRight{padding-top:0!important}