@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#33354e;background-color:#fff;margin:0}#root{min-height:100vh}._languageDropdown_zgeqa_2{position:relative;display:inline-block;z-index:1001}._dropdownToggle_zgeqa_9{padding:.5rem 1rem!important;display:flex;align-items:center;justify-content:space-between;gap:.5rem;min-width:80px;border-radius:4px;transition:all .3s ease;height:auto;cursor:pointer}._dropdownToggle_zgeqa_9:hover{transform:none}._currentLanguage_zgeqa_26{display:flex;align-items:center;justify-content:center;gap:.5rem}._flag_zgeqa_33{font-size:1.1rem;line-height:1}._code_zgeqa_38{font-size:.875rem;font-weight:500;line-height:1}._arrow_zgeqa_44{font-size:.75rem;transition:transform .2s ease;margin-left:.25rem}._arrowUp_zgeqa_50{transform:rotate(180deg)}._dropdownMenu_zgeqa_55{position:absolute;top:calc(100% + .5rem);right:0;background:var(--white);border:2px solid var(--primary);border-radius:8px;box-shadow:0 8px 24px #0003;z-index:1002;min-width:120px;overflow:visible;opacity:1;visibility:visible;transform:translateY(0);transition:all .2s ease}._dropdownItem_zgeqa_72{display:flex;align-items:center;gap:.5rem;width:100%;padding:.75rem;border:none;background:transparent;color:var(--primary3);cursor:pointer;transition:background-color .2s ease;font-size:.875rem;font-weight:500;text-align:left}._dropdownItem_zgeqa_72:hover{background-color:var(--light-gray, #f8f9fa)}._dropdownItem_zgeqa_72._active_zgeqa_92{background-color:var(--primary);color:var(--white)}._dropdownItem_zgeqa_72._active_zgeqa_92:hover{background-color:var(--primary2, var(--primary))}@media (max-width: 768px){._dropdownToggle_zgeqa_9{padding:.4rem .8rem!important;font-size:.9rem}._dropdownMenu_zgeqa_55{right:-.5rem}}._privateNav_zgeqa_114 ._dropdownToggle_zgeqa_9{border-color:var(--white)!important;color:var(--white)!important;background-color:transparent!important}._privateNav_zgeqa_114 ._dropdownToggle_zgeqa_9:hover{background-color:var(--white)!important;color:var(--primary3)!important;border-color:var(--white)!important}._privateNav_zgeqa_114 ._dropdownToggle_zgeqa_9:focus{box-shadow:0 0 0 2px #ffffff4d!important}._dropdownToggle_zgeqa_9:focus{outline:none;box-shadow:0 0 0 2px rgba(var(--primary-rgb, 0, 123, 255),.3)}._dropdownItem_zgeqa_72:focus{outline:none;background-color:var(--light-gray, #f8f9fa)}._dropdownItem_zgeqa_72._active_zgeqa_92:focus{background-color:var(--primary2, var(--primary))}._navigation_11k3s_1{background-color:var(--white);box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}._navContent_11k3s_9{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}._logo_11k3s_16{font-size:1.75rem;font-weight:700;color:var(--primary);text-decoration:none;transition:color .3s ease}._logo_11k3s_16:hover{color:var(--primary2)}._navLinks_11k3s_28{display:flex;gap:2rem;align-items:center}._navLink_11k3s_28{color:var(--primary3);text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}._navLink_11k3s_28:hover{color:var(--primary)}._navLink_11k3s_28:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:var(--primary);transition:width .3s ease}._navLink_11k3s_28:hover:after{width:100%}._navActions_11k3s_61{display:flex;gap:1rem;align-items:center}._loginBtn_11k3s_67{padding:.5rem 1rem!important}@media (max-width: 768px){._navContent_11k3s_9{flex-direction:column;gap:1rem}._navLinks_11k3s_28{gap:1rem;flex-wrap:wrap;justify-content:center}._navActions_11k3s_61{gap:.5rem}._loginBtn_11k3s_67{padding:.4rem .8rem!important;font-size:.9rem}}._landing_12c6r_1{min-height:100vh}._hero_12c6r_5{padding:4rem 0;background:linear-gradient(135deg,var(--primary) 0%,var(--primary2) 100%);min-height:80vh;display:flex;align-items:center}._heroContent_12c6r_13{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}._heroText_12c6r_20{max-width:500px}._heroTitle_12c6r_24{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:var(--white)}._highlight_12c6r_32{color:var(--white);background:var(--white);-webkit-background-clip:text;-webkit-text-fill-color:var(--white);background-clip:text;text-shadow:2px 2px 4px rgba(0,0,0,.3)}._heroSubtitle_12c6r_41{font-size:1.25rem;color:#ffffffe6;margin-bottom:2rem;line-height:1.6}._heroActions_12c6r_48{display:flex;gap:1rem;flex-wrap:wrap}._heroImage_12c6r_54{display:flex;justify-content:center;align-items:center}._heroImagePlaceholder_12c6r_60{width:75vh;height:75vh;background:transparent;border-radius:20px;display:flex;align-items:center;justify-content:center;padding:2rem}._heroIcon_12c6r_71{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}@keyframes _float_12c6r_1{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes _pulse_12c6r_1{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}._features_12c6r_98{padding:4rem 0;background-color:var(--white)}._featuresTitle_12c6r_103{text-align:center;font-size:2.5rem;font-weight:700;color:var(--primary3);margin-bottom:3rem}._featuresGrid_12c6r_111{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}._featureCard_12c6r_117{text-align:center;padding:2rem;border-radius:16px;background-color:var(--light-gray);transition:transform .3s ease,box-shadow .3s ease}._featureCard_12c6r_117:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}._featureIcon_12c6r_132{font-size:3rem;margin-bottom:1rem}._featureCard_12c6r_117 h3{font-size:1.5rem;font-weight:600;color:var(--primary3);margin-bottom:1rem}._featureCard_12c6r_117 p{color:var(--gray);line-height:1.6}._researchLink_12c6r_149{display:inline-block;margin-top:.5rem;color:var(--primary);text-decoration:none;font-weight:500}._researchLink_12c6r_149:hover{text-decoration:underline}._compliance_12c6r_162{padding:4rem 0;background-color:#f8f9fa}._complianceTitle_12c6r_167{text-align:center;font-size:2.5rem;font-weight:700;color:var(--primary3);margin-bottom:1.5rem}._complianceSubtitle_12c6r_175{text-align:center;font-size:1.2rem;color:var(--gray);margin-bottom:3rem;line-height:1.6;max-width:800px;margin-left:auto;margin-right:auto}._complianceContent_12c6r_186{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1000px;margin:0 auto}._requirements_12c6r_194{background-color:var(--white);border-radius:16px;padding:2rem;box-shadow:0 4px 15px #00000014}._requirements_12c6r_194 h3{font-size:1rem;color:var(--primary3);margin-bottom:1rem;padding-left:1.5rem;position:relative}._requirements_12c6r_194 h3:before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:700}._solution_12c6r_217{background:linear-gradient(135deg,var(--primary) 0%,var(--primary2) 100%);border-radius:16px;padding:2rem;color:var(--white);box-shadow:0 8px 25px #00000026}._solutionTitle_12c6r_225{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:var(--white)}._solution_12c6r_217 p{font-size:1.1rem;line-height:1.6;color:#fffffff2}._packages_12c6r_239{padding:4rem 0;background-color:var(--white)}._packagesContent_12c6r_244{text-align:center}._packagesTitle_12c6r_248{font-size:2.5rem;font-weight:700;color:var(--primary3);margin-bottom:1.5rem}._packagesSubtitle_12c6r_255{font-size:1.2rem;color:var(--gray);margin-bottom:3rem;line-height:1.6}._packagesGrid_12c6r_262{display:grid;grid-template-columns:1.2fr 1fr;gap:2rem;max-width:1200px;margin:0 auto;text-align:left}._packageCard_12c6r_271{background-color:var(--light-gray);border-radius:16px;padding:2.5rem;box-shadow:0 8px 25px #0000001a;transition:all .3s ease;display:flex;flex-direction:column}._workshopCard_12c6r_281{background:linear-gradient(135deg,#fff,#f8f9fa);border:3px solid var(--primary);position:relative}._packageBadge_12c6r_287{position:absolute;top:-15px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,var(--primary) 0%,var(--primary2) 100%);color:var(--white);padding:.5rem 1.5rem;border-radius:20px;font-size:.9rem;font-weight:600;box-shadow:0 4px 10px #0003}._packageTitle_12c6r_301{font-size:1.8rem;font-weight:700;color:var(--primary3);margin-bottom:1rem;margin-top:1rem}._packageDescription_12c6r_309{font-size:1.1rem;color:var(--gray);margin-bottom:1rem;line-height:1.6}._packageDelivery_12c6r_316{font-size:.95rem;color:var(--primary);font-weight:600;margin-bottom:1.5rem;font-style:italic}._packageFeatures_12c6r_324{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;flex-grow:1}._packageFeature_12c6r_324{display:flex;align-items:flex-start;gap:.75rem;font-size:1rem;color:var(--primary3);line-height:1.5}._checkmark_12c6r_341{color:var(--primary);font-weight:700;font-size:1.2rem;flex-shrink:0}._packageNote_12c6r_348{font-size:.9rem;color:var(--gray);font-style:italic;margin-top:auto;margin-bottom:1.5rem;padding:1rem;background-color:#00000008;border-radius:8px}._appStoreButtons_12c6r_359{display:flex;gap:1rem;flex-wrap:wrap}._appButton_12c6r_365{flex:1;min-width:140px;text-align:center}@media (max-width: 768px){._heroContent_12c6r_13{grid-template-columns:1fr;text-align:center;gap:2rem}._heroTitle_12c6r_24{font-size:2.5rem}._heroSubtitle_12c6r_41{font-size:1.1rem}._heroImagePlaceholder_12c6r_60{width:50vh;height:50vh;padding:1.5rem}._heroIcon_12c6r_71{width:100%;height:100%}._featuresTitle_12c6r_103{font-size:2rem}._featuresGrid_12c6r_111{grid-template-columns:1fr;gap:1.5rem}._complianceTitle_12c6r_167{font-size:2rem}._complianceSubtitle_12c6r_175{font-size:1.1rem}._complianceContent_12c6r_186{grid-template-columns:1fr;gap:1.5rem}._packagesTitle_12c6r_248{font-size:2rem}._packagesSubtitle_12c6r_255{font-size:1.1rem}._packagesGrid_12c6r_262{grid-template-columns:1fr;gap:2rem}._packageCard_12c6r_271{padding:2rem}}._certification_12c6r_439{padding:4rem 0;background:linear-gradient(135deg,var(--light-gray) 0%,#ffffff 100%)}._certificationContent_12c6r_444{text-align:center;max-width:1000px;margin:0 auto}._certificationTitle_12c6r_450{font-size:2.5rem;font-weight:700;color:var(--primary3);margin-bottom:1.5rem}._certificationSubtitle_12c6r_457{font-size:1.2rem;color:var(--gray);margin-bottom:3rem;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}._deliveryMethods_12c6r_467{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}._methodCard_12c6r_474{background-color:var(--white);border-radius:16px;padding:2rem;text-align:center;box-shadow:0 8px 25px #0000001a;transition:all .3s ease;border:2px solid transparent}._methodCard_12c6r_474:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026;border-color:var(--primary)}._methodIcon_12c6r_490{font-size:3rem;margin-bottom:1.5rem}._methodTitle_12c6r_495{font-size:1.5rem;font-weight:600;color:var(--primary3);margin-bottom:1rem}._methodDescription_12c6r_502{color:var(--gray);line-height:1.6;margin-bottom:1.5rem}._methodFeatures_12c6r_508{display:flex;flex-direction:column;gap:.5rem;text-align:left}._feature_12c6r_98{color:var(--primary);font-size:.9rem;font-weight:500}._certificationCTA_12c6r_521{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){._certificationTitle_12c6r_450{font-size:2rem}._certificationSubtitle_12c6r_457{font-size:1.1rem}._deliveryMethods_12c6r_467{grid-template-columns:1fr;gap:1.5rem}._methodCard_12c6r_474{padding:1.5rem}._certificationCTA_12c6r_521{flex-direction:column;align-items:center}}._appStore_12c6r_359{padding:4rem 0;background:linear-gradient(135deg,var(--primary3) 0%,#2a2c42 100%);color:var(--white)}._appStoreContent_12c6r_560{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}._appStoreTitle_12c6r_567{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--white)}._appStoreSubtitle_12c6r_574{font-size:1.2rem;margin-bottom:2.5rem;color:#e2e8f0;line-height:1.6}._storeButtons_12c6r_581{display:flex;gap:1rem;flex-wrap:wrap}._storeButton_12c6r_581{background-color:#000;color:var(--white);text-decoration:none;border-radius:12px;padding:.75rem 1.5rem;transition:all .3s ease;min-width:160px}._storeButton_12c6r_581:hover{background-color:#1a1a1a;transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}._storeButtonContent_12c6r_603{display:flex;align-items:center;gap:.75rem}._storeIcon_12c6r_609{font-size:1.5rem}._storeText_12c6r_613{font-size:.8rem;opacity:.8}._storeName_12c6r_618{font-size:1.1rem;font-weight:600}._appGallery_12c6r_623{display:flex;flex-direction:column;align-items:center;gap:1.5rem}._phoneFrame_12c6r_630{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:25px;padding:1rem;box-shadow:0 20px 40px #0000004d;max-width:300px;width:100%}._appScreenshot_12c6r_639{width:100%;height:auto;border-radius:15px;transition:opacity .5s ease-in-out}._galleryDots_12c6r_646{display:flex;gap:.5rem;justify-content:center}._dot_12c6r_652{width:12px;height:12px;border-radius:50%;border:none;background-color:#fff6;cursor:pointer;transition:all .3s ease}._activeDot_12c6r_662{background-color:var(--primary);transform:scale(1.2)}._dot_12c6r_652:hover{background-color:#ffffffb3}@media (max-width: 768px){._appStoreContent_12c6r_560{grid-template-columns:1fr;gap:2rem;text-align:center}._appStoreTitle_12c6r_567{font-size:2rem}._storeButtons_12c6r_581{justify-content:center}._storeButton_12c6r_581{min-width:140px}._phoneFrame_12c6r_630{max-width:250px}}._contact_12c6r_697{padding:4rem 0;background:linear-gradient(135deg,var(--primary) 0%,var(--primary2) 100%);color:var(--white)}._contactContent_12c6r_703{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;max-width:1200px;margin:0 auto}._contactInfo_12c6r_712{text-align:center}._contactIcon_12c6r_716{margin-bottom:2rem}._contactLogo_12c6r_720{width:200px;height:200px;object-fit:contain;animation:_pulse_12c6r_1 3s ease-in-out infinite}._contactTitle_12c6r_727{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--white)}._contactSubtitle_12c6r_734{font-size:1.2rem;margin-bottom:2rem;line-height:1.6;opacity:.9}._contactFeatures_12c6r_741{display:flex;flex-direction:column;gap:1rem;align-items:center}._contactFeature_12c6r_741{display:flex;align-items:center;gap:.75rem;font-size:1.1rem;font-weight:500}._featureIcon_12c6r_132{font-size:1.2rem}._contactForm_12c6r_760{background-color:var(--white);border-radius:16px;padding:2rem;box-shadow:0 15px 40px #0003}._form_12c6r_767{display:flex;flex-direction:column;gap:1.5rem}._formGroup_12c6r_773{display:flex;flex-direction:column;gap:.5rem}._label_12c6r_779{font-size:1rem;font-weight:600;color:var(--primary3)}._input_12c6r_785,._select_12c6r_786,._textarea_12c6r_787{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease;font-family:inherit}._input_12c6r_785:focus,._select_12c6r_786:focus,._textarea_12c6r_787:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #42c6a51a}._textarea_12c6r_787{resize:vertical;min-height:100px}._submitBtn_12c6r_811{margin-top:1rem;width:100%;padding:1rem;font-size:1.1rem;font-weight:600}@media (max-width: 768px){._contactContent_12c6r_703{grid-template-columns:1fr;gap:2rem}._contactTitle_12c6r_727{font-size:2rem}._contactLogo_12c6r_720{width:150px;height:150px}._contactForm_12c6r_760{padding:1.5rem}._contactFeatures_12c6r_741{margin-bottom:1rem}}._footer_12c6r_845{background-color:var(--primary3);color:var(--white);padding:3rem 0 1rem}._footerContent_12c6r_851{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}._footerSection_12c6r_858{display:flex;flex-direction:column;gap:1rem}._footerTitle_12c6r_864{font-size:1.25rem;font-weight:600;color:var(--primary);margin-bottom:.5rem}._footerDescription_12c6r_871{color:#fffc;line-height:1.6;font-size:.95rem}._footerStoreButtons_12c6r_877{display:flex;flex-direction:column;gap:.75rem}._footerStoreButton_12c6r_877{background-color:#000;color:var(--white);text-decoration:none;border-radius:8px;padding:.5rem 1rem;transition:all .3s ease;max-width:200px}._footerStoreButton_12c6r_877:hover{background-color:#1a1a1a;transform:translateY(-1px)}._footerStoreButtonContent_12c6r_898{display:flex;align-items:center;gap:.5rem}._footerStoreIcon_12c6r_904{font-size:1.2rem}._footerStoreText_12c6r_908{font-size:.75rem;opacity:.8}._footerStoreName_12c6r_913{font-size:.9rem;font-weight:600}._footerLinks_12c6r_918{display:flex;flex-direction:column;gap:.75rem}._footerLink_12c6r_918{color:#fffc;text-decoration:none;transition:color .3s ease;font-size:.95rem}._footerLink_12c6r_918:hover{color:var(--primary)}._footerBottom_12c6r_935{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center}._footerCopyright_12c6r_941{color:#fff9;font-size:.9rem}@media (max-width: 768px){._footerContent_12c6r_851{grid-template-columns:1fr;gap:1.5rem;text-align:center}._footerStoreButtons_12c6r_877,._footerLinks_12c6r_918{align-items:center}}._about_1dbe6_1{min-height:100vh}._hero_1dbe6_5{padding:4rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);text-align:center}._heroContent_1dbe6_11{max-width:800px;margin:0 auto}._title_1dbe6_16{font-size:3.5rem;font-weight:700;color:var(--primary3);margin-bottom:1.5rem}._subtitle_1dbe6_23{font-size:1.25rem;color:var(--gray);line-height:1.6}._team_1dbe6_29{padding:4rem 0;background-color:var(--white)}._teamGrid_1dbe6_34{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;max-width:1000px;margin:0 auto}._teamCard_1dbe6_42{background-color:var(--white);border-radius:16px;padding:2rem;text-align:center;box-shadow:0 8px 25px #0000001a;transition:all .3s ease;border:2px solid transparent}._teamCard_1dbe6_42:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026;border-color:var(--primary)}._teamImageContainer_1dbe6_58{margin-bottom:1.5rem}._teamImage_1dbe6_58{width:150px;height:150px;border-radius:50%;object-fit:cover;border:4px solid var(--primary);transition:transform .3s ease}._teamImage_1dbe6_58:hover{transform:scale(1.05)}._teamInfo_1dbe6_75{display:flex;flex-direction:column;gap:.5rem}._teamName_1dbe6_81{font-size:1.5rem;font-weight:700;color:var(--primary3);margin-bottom:.5rem}._teamTitle_1dbe6_88{font-size:1.1rem;font-weight:600;color:var(--primary)}._teamRole_1dbe6_94{font-size:1rem;color:var(--gray);margin-bottom:1rem}._teamContact_1dbe6_100{color:var(--primary2);text-decoration:none;font-weight:500;transition:color .3s ease;font-size:.95rem}._teamContact_1dbe6_100:hover{color:var(--primary)}._mission_1dbe6_112{padding:4rem 0;background:linear-gradient(135deg,var(--light-gray) 0%,#ffffff 100%)}._missionContent_1dbe6_117{text-align:center;max-width:1000px;margin:0 auto}._missionTitle_1dbe6_123{font-size:2.5rem;font-weight:700;color:var(--primary3);margin-bottom:2rem}._missionText_1dbe6_130{font-size:1.2rem;color:var(--gray);line-height:1.8;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}._missionValues_1dbe6_140{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}._valueCard_1dbe6_146{background-color:var(--white);border-radius:12px;padding:2rem;text-align:center;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease}._valueCard_1dbe6_146:hover{transform:translateY(-3px)}._valueIcon_1dbe6_159{font-size:2.5rem;margin-bottom:1rem}._valueCard_1dbe6_146 h3{font-size:1.3rem;font-weight:600;color:var(--primary3);margin-bottom:.75rem}._valueCard_1dbe6_146 p{color:var(--gray);line-height:1.6}@media (max-width: 768px){._title_1dbe6_16{font-size:2.5rem}._subtitle_1dbe6_23{font-size:1.1rem}._teamGrid_1dbe6_34{grid-template-columns:1fr;gap:2rem}._teamImage_1dbe6_58{width:120px;height:120px}._missionTitle_1dbe6_123{font-size:2rem}._missionText_1dbe6_130{font-size:1.1rem}._missionValues_1dbe6_140{grid-template-columns:1fr;gap:1.5rem}}._login_1v8n3_1{min-height:100vh}._loginSection_1v8n3_5{padding:4rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);min-height:80vh;display:flex;align-items:center}._loginContent_1v8n3_13{display:flex;justify-content:center;align-items:center;width:100%}._loginCard_1v8n3_20{background-color:var(--white);border-radius:16px;padding:3rem;box-shadow:0 15px 40px #0000001a;max-width:450px;width:100%;text-align:center}._title_1v8n3_30{font-size:2.5rem;font-weight:700;color:var(--primary3);margin-bottom:1rem}._subtitle_1v8n3_37{font-size:1.1rem;color:var(--gray);margin-bottom:2rem;line-height:1.6}._loginForm_1v8n3_44{display:flex;flex-direction:column;gap:1.5rem;text-align:left}._formGroup_1v8n3_51{display:flex;flex-direction:column;gap:.5rem}._label_1v8n3_57{font-size:1rem;font-weight:600;color:var(--primary3)}._input_1v8n3_63{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease;font-family:inherit}._input_1v8n3_63:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #42c6a51a}._loginBtn_1v8n3_78{width:100%;padding:1rem;font-size:1.1rem;font-weight:600;margin-top:1rem}._error_1v8n3_86{background-color:#fee2e2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;text-align:center;margin-bottom:1rem}._demoInfo_1v8n3_97{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1rem;margin-bottom:1.5rem;text-align:center}._demoInfo_1v8n3_97 h3{margin:0 0 .75rem;color:var(--primary3);font-size:1rem;font-weight:600}._demoInfo_1v8n3_97 p{margin:.25rem 0;font-size:.875rem;color:#666}._demoInfo_1v8n3_97 strong{color:var(--primary3)}._note_1v8n3_123{margin-top:1rem;font-size:.9rem;color:var(--gray);text-align:center}._registerPrompt_1v8n3_130{margin-top:1.5rem;text-align:center;font-size:.95rem;color:var(--gray)}._registerPrompt_1v8n3_130 a{color:var(--primary);font-weight:600;text-decoration:none;transition:color .2s ease}._registerPrompt_1v8n3_130 a:hover{color:var(--primary2);text-decoration:underline}._toggleLink_1v8n3_149{background:none;border:none;color:var(--primary);font-weight:600;text-decoration:none;cursor:pointer;padding:0;font-size:inherit;font-family:inherit;transition:color .2s ease}._toggleLink_1v8n3_149:hover{color:var(--primary2);text-decoration:underline}._formRow_1v8n3_167{display:grid;grid-template-columns:1fr 1fr;gap:1rem}._passwordHint_1v8n3_173{font-size:.85rem;color:#666;margin-top:.25rem}._loginContainer_1v8n3_179{min-height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:2rem}._logoSection_1v8n3_188{margin-bottom:2rem}._logo_1v8n3_188{font-size:2.5rem;font-weight:700;color:var(--primary);margin-bottom:.5rem}._tagline_1v8n3_199{font-size:1.1rem;color:var(--gray);margin:0}._errorMessage_1v8n3_205{background-color:#fee2e2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}._divider_1v8n3_218{margin:1.5rem 0;text-align:center;position:relative}._divider_1v8n3_218:before,._divider_1v8n3_218:after{content:"";position:absolute;top:50%;width:45%;height:1px;background-color:#e2e8f0}._divider_1v8n3_218:before{left:0}._divider_1v8n3_218:after{right:0}._divider_1v8n3_218 span{background-color:#fff;padding:0 1rem;color:var(--gray);font-size:.9rem}._registerLink_1v8n3_249{text-align:center;margin-top:1rem;font-size:.95rem;color:var(--gray)}._registerLink_1v8n3_249 a{color:var(--primary);font-weight:600;text-decoration:none;transition:color .2s ease}._registerLink_1v8n3_249 a:hover{color:var(--primary2);text-decoration:underline}@media (max-width: 768px){._loginCard_1v8n3_20{padding:2rem;margin:1rem}._title_1v8n3_30{font-size:2rem}._subtitle_1v8n3_37{font-size:1rem}._formRow_1v8n3_167{grid-template-columns:1fr}}._research_wexce_1{min-height:100vh}._hero_wexce_5{padding:4rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);text-align:center}._heroContent_wexce_11{max-width:800px;margin:0 auto}._title_wexce_16{font-size:3.5rem;font-weight:700;color:var(--primary3);margin-bottom:1.5rem}._subtitle_wexce_23{font-size:1.25rem;color:var(--gray);margin-bottom:3rem;line-height:1.6}._institutionLogos_wexce_30{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap}._institutionLogo_wexce_30{height:80px;width:auto;object-fit:contain;transition:transform .3s ease}._institutionLogo_wexce_30:hover{transform:scale(1.05)}._timeline_wexce_49{padding:4rem 0;background-color:var(--white)}._timelineTitle_wexce_54{text-align:center;font-size:2.5rem;font-weight:700;color:var(--primary3);margin-bottom:4rem}._timelineContainer_wexce_62{max-width:800px;margin:0 auto;position:relative}._timelineItem_wexce_68{position:relative;margin-bottom:3rem}._timelineContent_wexce_73{display:grid;grid-template-columns:150px 1fr;gap:2rem;align-items:start}._timelineDate_wexce_80{font-size:1.1rem;font-weight:600;color:var(--primary);background-color:var(--light-gray);padding:.75rem 1rem;border-radius:8px;text-align:center;border-left:4px solid var(--primary)}._timelineCard_wexce_91{background-color:var(--white);border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px #0000001a;border:1px solid #e2e8f0;transition:all .3s ease}._timelineCard_wexce_91:hover{transform:translateY(-2px);box-shadow:0 8px 30px #00000026}._timelineHeader_wexce_105{display:flex;gap:1rem;align-items:flex-start}._timelineLogo_wexce_111{height:50px;width:auto;object-fit:contain;flex-shrink:0}._timelineInfo_wexce_118{flex:1}._timelineItemTitle_wexce_122{font-size:1.2rem;font-weight:600;color:var(--primary3);margin-bottom:1rem;line-height:1.4}._timelineLink_wexce_130{color:var(--primary);text-decoration:none;font-weight:500;transition:color .3s ease;display:inline-flex;align-items:center;gap:.5rem}._timelineLink_wexce_130:hover{color:var(--primary2)}._timelineConnector_wexce_144{position:absolute;left:75px;top:100%;width:2px;height:3rem;background:linear-gradient(180deg,var(--primary) 0%,transparent 100%);transform:translate(-50%)}@media (max-width: 768px){._title_wexce_16{font-size:2.5rem}._subtitle_wexce_23{font-size:1.1rem}._institutionLogos_wexce_30{gap:2rem}._institutionLogo_wexce_30{height:60px}._timelineTitle_wexce_54{font-size:2rem}._timelineContent_wexce_73{grid-template-columns:1fr;gap:1rem}._timelineDate_wexce_80{justify-self:start;max-width:150px}._timelineHeader_wexce_105{flex-direction:column;align-items:center;text-align:center;gap:1rem}._timelineLogo_wexce_111{height:40px}._timelineItemTitle_wexce_122{font-size:1.1rem}._timelineConnector_wexce_144{display:none}}@media (max-width: 480px){._institutionLogos_wexce_30{flex-direction:column;gap:1.5rem}._timelineCard_wexce_91{padding:1rem}._timelineItemTitle_wexce_122{font-size:1rem}}._imprintPrivacy_c7sj4_1{min-height:100vh;background-color:var(--white)}._hero_c7sj4_6{padding:3rem 0 2rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary2) 100%)}._pageTitle_c7sj4_11{font-size:2.5rem;font-weight:700;color:var(--white);text-align:center;margin:0}._content_c7sj4_19{padding:3rem 0;max-width:900px;margin:0 auto}._section_c7sj4_25{margin-bottom:3rem}._sectionTitle_c7sj4_29{font-size:2rem;font-weight:700;color:var(--primary3);margin-bottom:2rem;padding-bottom:.75rem;border-bottom:3px solid var(--primary)}._subsection_c7sj4_38{margin-bottom:2rem}._subsectionTitle_c7sj4_42{font-size:1.3rem;font-weight:600;color:var(--primary3);margin-bottom:1rem}._text_c7sj4_49{font-size:1rem;line-height:1.8;color:var(--gray);margin-bottom:1rem}._listTitle_c7sj4_56{font-size:1rem;line-height:1.8;color:var(--gray);margin-bottom:.5rem;margin-top:1rem}._divider_c7sj4_64{height:2px;background:linear-gradient(90deg,transparent 0%,var(--primary) 50%,transparent 100%);margin:3rem 0}@media (max-width: 768px){._hero_c7sj4_6{padding:2rem 0 1.5rem}._pageTitle_c7sj4_11{font-size:2rem}._content_c7sj4_19{padding:2rem 1rem}._sectionTitle_c7sj4_29{font-size:1.75rem}._subsectionTitle_c7sj4_42{font-size:1.2rem}._text_c7sj4_49{font-size:.95rem}}._pending_1s0ep_1{min-height:100vh;display:flex;flex-direction:column}._section_1s0ep_7{flex:1;display:flex;align-items:center;justify-content:center;padding:4rem 1rem}._card_1s0ep_15{background:var(--white);border-radius:16px;box-shadow:0 4px 24px #00000014;padding:3rem 2.5rem;max-width:480px;width:100%;text-align:center}._icon_1s0ep_25{font-size:3rem;margin-bottom:1.5rem}._title_1s0ep_30{font-size:1.75rem;font-weight:700;color:var(--primary3);margin-bottom:1rem}._message_1s0ep_37{font-size:1rem;color:var(--gray);line-height:1.6;margin-bottom:2rem}._logoutBtn_1s0ep_44{margin-top:.5rem}._accountDropdown_1tv5v_1{position:relative;display:inline-block;z-index:1001}._dropdownToggle_1tv5v_7{padding:.5rem 1rem!important;display:flex;align-items:center;gap:.5rem;border-color:var(--white)!important;color:var(--white)!important;background-color:transparent!important;cursor:pointer;transition:background-color .3s ease,color .3s ease}._dropdownToggle_1tv5v_7:hover{background-color:var(--white)!important;color:var(--primary3)!important}._arrow_1tv5v_26{font-size:.65rem;transition:transform .2s ease;display:inline-block}._arrowUp_1tv5v_32{transform:rotate(180deg)}._dropdownMenu_1tv5v_36{position:absolute;top:calc(100% + .5rem);right:0;background:var(--primary3);border:1px solid rgba(255,255,255,.2);border-radius:8px;box-shadow:0 8px 24px #0000004d;z-index:1002;min-width:180px;list-style:none;margin:0;padding:.375rem 0;overflow:hidden}._dropdownItem_1tv5v_52{display:block;width:100%;padding:.625rem 1rem;border:none;background:transparent;color:#ffffffe6;cursor:pointer;font-size:.9rem;font-weight:500;text-align:left;transition:background-color .2s ease,color .2s ease;white-space:nowrap}._dropdownItem_1tv5v_52:hover{background-color:#ffffff1a;color:var(--white)}._dropdownItem_1tv5v_52._danger_1tv5v_74{color:#ff6464e6;border-top:1px solid rgba(255,255,255,.1);margin-top:.25rem;padding-top:.75rem}._dropdownItem_1tv5v_52._danger_1tv5v_74:hover{background-color:#ff505026;color:#ff6464}._navigation_12bzq_1{background-color:var(--primary3);box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100;color:var(--white);overflow:visible}._navContent_12bzq_11{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;overflow:visible}._logo_12bzq_19{font-size:1.75rem;font-weight:700;color:var(--primary)}._navLinks_12bzq_25{display:flex;gap:2rem;align-items:center}._navLink_12bzq_25{color:#ffffffe6;font-weight:500;transition:color .3s ease;position:relative;cursor:pointer;text-decoration:none}._navLink_12bzq_25:hover{color:var(--primary)}._navLink_12bzq_25:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:var(--primary);transition:width .3s ease}._navLink_12bzq_25:hover:after{width:100%}._navActions_12bzq_59{display:flex;gap:1rem;align-items:center;overflow:visible}._backBtn_12bzq_66{padding:.5rem 1rem!important;border-color:var(--white)!important;color:var(--white)!important;background-color:transparent!important}._backBtn_12bzq_66:hover{background-color:var(--white)!important;color:var(--primary3)!important;border-color:var(--white)!important}@media (max-width: 768px){._navContent_12bzq_11{flex-direction:column;gap:1rem}._navLinks_12bzq_25{gap:1rem;flex-wrap:wrap;justify-content:center}._navActions_12bzq_59{gap:.5rem}._backBtn_12bzq_66{padding:.4rem .8rem!important;font-size:.9rem}}._control_u3um8_1{min-height:100vh;background-color:#f8f9fa}._header_u3um8_6{padding:2rem 0;background:linear-gradient(135deg,var(--primary) 0%,var(--primary2) 100%);color:var(--white)}._headerContent_u3um8_12{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}._title_u3um8_20{font-size:2rem;font-weight:700;margin:0}._subtitle_u3um8_26{font-size:.95rem;opacity:.85;margin:.25rem 0 0}._content_u3um8_32{padding:2rem 0}._tableWrapper_u3um8_36{background:var(--white);border-radius:12px;box-shadow:0 2px 12px #00000012;overflow:hidden}._table_u3um8_36{width:100%;border-collapse:collapse;font-size:.9rem}._table_u3um8_36 th{background:#f1f3f5;padding:.85rem 1rem;text-align:left;font-weight:600;color:var(--primary3);border-bottom:2px solid #dee2e6;white-space:nowrap}._table_u3um8_36 td{padding:.8rem 1rem;border-bottom:1px solid #f1f3f5;vertical-align:middle}._table_u3um8_36 tr:last-child td{border-bottom:none}._table_u3um8_36 tr:hover td{background:#fafafa}._badge_u3um8_73{display:inline-block;padding:.25rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:capitalize}._badgeAdmin_u3um8_82{background:#e7f5ff;color:#1971c2}._badgeMember_u3um8_87{background:#ebfbee;color:#2f9e44}._badgeUser_u3um8_92{background:#f8f9fa;color:#495057}._toggle_u3um8_97{position:relative;display:inline-flex;align-items:center;cursor:pointer;gap:.4rem}._toggleInput_u3um8_105{position:absolute;opacity:0;width:0;height:0}._toggleSlider_u3um8_112{width:38px;height:22px;background:#ced4da;border-radius:999px;transition:background .2s;flex-shrink:0}._toggleInput_u3um8_105:checked+._toggleSlider_u3um8_112{background:var(--primary)}._toggleSlider_u3um8_112:after{content:"";position:absolute;width:16px;height:16px;background:#fff;border-radius:50%;top:3px;left:3px;transition:transform .2s}._toggleInput_u3um8_105:checked~._toggleSlider_u3um8_112:after{transform:translate(16px)}._roleSelect_u3um8_141{border:1px solid #dee2e6;border-radius:6px;padding:.3rem .5rem;font-size:.85rem;background:#fff;cursor:pointer}._roleSelect_u3um8_141:disabled{opacity:.5;cursor:not-allowed}._deleteBtn_u3um8_155{background:none;border:1px solid #fa5252;color:#fa5252;padding:.3rem .7rem;border-radius:6px;cursor:pointer;font-size:.8rem;transition:all .15s}._deleteBtn_u3um8_155:hover{background:#fa5252;color:#fff}._deleteBtn_u3um8_155:disabled{opacity:.4;cursor:not-allowed}._pagination_u3um8_176{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:1.25rem 1rem;font-size:.9rem;color:var(--gray)}._pageBtn_u3um8_186{background:none;border:1px solid #dee2e6;padding:.35rem .75rem;border-radius:6px;cursor:pointer;font-size:.85rem;transition:all .15s}._pageBtn_u3um8_186:hover:not(:disabled){background:var(--primary);color:#fff;border-color:var(--primary)}._pageBtn_u3um8_186:disabled{opacity:.4;cursor:not-allowed}._empty_u3um8_207{text-align:center;padding:3rem;color:var(--gray)}._error_u3um8_213{background:#fff5f5;border:1px solid #ffc9c9;color:#c92a2a;border-radius:8px;padding:1rem 1.25rem;margin-bottom:1.5rem}._selfRow_u3um8_222 td{background:#fffbe6}._modal_u3um8_226{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000}._modalCard_u3um8_236{background:#fff;border-radius:12px;padding:2rem;max-width:420px;width:90%;box-shadow:0 8px 32px #0000002e}._modalTitle_u3um8_245{font-size:1.2rem;font-weight:700;color:var(--primary3);margin-bottom:.75rem}._modalBody_u3um8_252{font-size:.95rem;color:var(--gray);margin-bottom:1.5rem;line-height:1.5}._modalActions_u3um8_259{display:flex;gap:.75rem;justify-content:flex-end}._dashboard_1kizu_1{min-height:100vh;background-color:#f8f9fa}._hero_1kizu_6{padding:3rem 0;background:linear-gradient(135deg,var(--primary) 0%,var(--primary2) 100%);color:var(--white);text-align:center}._heroContent_1kizu_13{max-width:800px;margin:0 auto}._title_1kizu_18{font-size:3rem;font-weight:700;margin-bottom:1rem}._subtitle_1kizu_24{font-size:1.2rem;opacity:.9;line-height:1.6}._content_1kizu_30{padding:3rem 0}._statsGrid_1kizu_34{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}._statCard_1kizu_41{background-color:var(--white);border-radius:16px;padding:2rem;text-align:center;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease}._statCard_1kizu_41:hover{transform:translateY(-5px)}._clickableStatCard_1kizu_54{cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}._clickableStatCard_1kizu_54:hover{transform:translateY(-8px);box-shadow:0 8px 30px #00000026}._clickableStatCard_1kizu_54:active{transform:translateY(-6px)}._clickableStatCard_1kizu_54:focus{outline:2px solid var(--primary);outline-offset:2px}._statIcon_1kizu_73{font-size:3rem;margin-bottom:1rem}._statNumber_1kizu_78{font-size:2.5rem;font-weight:700;color:var(--primary);margin-bottom:.5rem}._statLabel_1kizu_85{font-size:1.1rem;font-weight:600;color:var(--primary3);margin-bottom:.25rem}._statSubtext_1kizu_92{font-size:.9rem;color:var(--gray)}._moduleGrid_1kizu_97{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}._moduleCard_1kizu_103{background-color:var(--white);border-radius:16px;padding:2rem;box-shadow:0 4px 20px #0000001a;transition:all .3s ease;border:2px solid transparent}._moduleCard_1kizu_103:hover{transform:translateY(-3px);box-shadow:0 8px 30px #00000026;border-color:var(--primary)}._moduleTitle_1kizu_118{font-size:1.5rem;font-weight:600;color:var(--primary3);margin-bottom:1rem}._moduleDescription_1kizu_125{color:var(--gray);line-height:1.6;margin-bottom:1.5rem}._moduleProgress_1kizu_131{margin-bottom:1.5rem}._progressBar_1kizu_135{background-color:#e2e8f0;border-radius:10px;height:8px;width:100%;overflow:hidden;margin-bottom:.5rem}._progressFill_1kizu_144{height:100%;background:linear-gradient(90deg,var(--primary) 0%,var(--primary2) 100%);border-radius:10px;transition:width .3s ease}._progressText_1kizu_151{font-size:.9rem;color:var(--gray);font-weight:500}._interactiveSection_1kizu_158{margin-top:4rem;padding-top:3rem;border-top:2px solid #e2e8f0}._sectionHeader_1kizu_164{text-align:center;margin-bottom:2.5rem}._sectionTitle_1kizu_169{font-size:2.5rem;font-weight:700;color:var(--primary3);margin-bottom:1rem}._sectionSubtitle_1kizu_176{font-size:1.2rem;color:var(--gray);max-width:700px;margin:0 auto}._simulationGrid_1kizu_183{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}._simulationCard_1kizu_189{background-color:var(--white);border-radius:16px;padding:2.5rem;box-shadow:0 4px 20px #0000001a;transition:all .3s ease;border:2px solid transparent;text-align:center}._simulationCard_1kizu_189:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026;border-color:var(--primary)}._highlightCard_1kizu_205{background:linear-gradient(135deg,#fff5f7,#f0f9ff);border:2px solid var(--primary)}._highlightCard_1kizu_205:hover{background:linear-gradient(135deg,#ffebef,#e0f2fe)}._simulationIcon_1kizu_214{font-size:4rem;margin-bottom:1.5rem}._simulationTitle_1kizu_219{font-size:1.8rem;font-weight:600;color:var(--primary3);margin-bottom:1rem}._simulationDescription_1kizu_226{color:var(--gray);line-height:1.7;margin-bottom:2rem;font-size:1.05rem}._simulationButton_1kizu_233{width:100%;padding:1rem 2rem;font-size:1.1rem;font-weight:600}@media (max-width: 768px){._title_1kizu_18{font-size:2.5rem}._subtitle_1kizu_24{font-size:1.1rem}._statsGrid_1kizu_34,._moduleGrid_1kizu_97{grid-template-columns:1fr;gap:1.5rem}._moduleCard_1kizu_103{padding:1.5rem}._sectionTitle_1kizu_169{font-size:2rem}._sectionSubtitle_1kizu_176{font-size:1.1rem}._simulationGrid_1kizu_183{grid-template-columns:1fr;gap:1.5rem}._simulationCard_1kizu_189{padding:2rem}}._progress_1917i_1{min-height:100vh;background-color:#f8f9fa}._header_1917i_6{padding:2rem 0;background:linear-gradient(135deg,var(--primary) 0%,var(--primary2) 100%);color:#fff}._headerContent_1917i_12{text-align:center}._title_1917i_16{font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}._subtitle_1917i_23{font-size:1.2rem;margin-bottom:2rem;opacity:.9}._userInfo_1917i_29{display:flex;justify-content:center;align-items:center}._username_1917i_35{background:#fff3;padding:.5rem 1rem;border-radius:2rem;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._content_1917i_43{padding:3rem 0}._noUser_1917i_47{text-align:center;color:#fff;padding:4rem 0}._noUser_1917i_47 h1{font-size:2.5rem;margin-bottom:1rem}._noUser_1917i_47 p{font-size:1.2rem;opacity:.8}._modulesGrid_1917i_63{display:grid;gap:2rem;max-width:1000px;margin:0 auto}._moduleCard_1917i_70{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 10px 25px #0000001a;border:1px solid rgba(255,255,255,.2)}._moduleHeader_1917i_78{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}._moduleTitle_1917i_87{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}._moduleStats_1917i_94{display:flex;align-items:center;gap:.5rem}._completionRate_1917i_100{font-weight:600;color:#374151}._percentage_1917i_105{color:#6b7280;font-size:.9rem}._moduleProgressBar_1917i_110{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:2rem}._moduleProgressFill_1917i_118{height:100%;background:linear-gradient(90deg,#22c55e,#16a34a);border-radius:4px;transition:width .3s ease}._subLevelsList_1917i_125{display:flex;flex-direction:column;gap:1rem}._subLevelItem_1917i_131{border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;background:#fafafa}._subLevelHeader_1917i_138{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}._subLevelInfo_1917i_147{display:flex;align-items:center;gap:.75rem}._subLevelNumber_1917i_153{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#e5e7eb;border-radius:50%;font-size:.8rem;font-weight:600;color:#374151}._subLevelTitle_1917i_166{font-weight:600;color:#1f2937}._statusBadge_1917i_171{padding:.25rem .75rem;border-radius:1rem;color:#fff;font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.025em}._subLevelDetails_1917i_181{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}._detailItem_1917i_188{display:flex;flex-direction:column;gap:.25rem}._detailLabel_1917i_194{font-size:.8rem;color:#6b7280;font-weight:500}._detailValue_1917i_200{font-weight:600;color:#1f2937}@media (max-width: 768px){._title_1917i_16{font-size:2rem}._subtitle_1917i_23{font-size:1rem}._moduleCard_1917i_70{padding:1.5rem}._moduleHeader_1917i_78{flex-direction:column;align-items:flex-start;text-align:left}._subLevelHeader_1917i_138,._subLevelDetails_1917i_181{flex-direction:column;align-items:flex-start}}._certificates_at5pf_1{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}._hero_at5pf_6{padding:6rem 0 4rem;text-align:center;color:#fff;position:relative}._hero_at5pf_6:before{content:"";position:absolute;inset:0;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._heroContent_at5pf_24{position:relative;z-index:2}._title_at5pf_29{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}._subtitle_at5pf_36{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto 2rem;line-height:1.6}._overallProgress_at5pf_45{display:flex;justify-content:center;margin-top:2rem}._progressStats_at5pf_51{background:#fff3;padding:2rem;border-radius:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);text-align:center;min-width:250px}._progressNumber_at5pf_61{font-size:3rem;font-weight:700;margin-bottom:.5rem;color:#fff}._progressText_at5pf_68{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#fff}._progressSubtext_at5pf_75{font-size:.9rem;opacity:.8;color:#fff}._content_at5pf_82{padding:4rem 0;background:#f8fafc;min-height:60vh}._noUserSection_at5pf_89{padding:6rem 0;text-align:center;color:#fff}._noUserContent_at5pf_95{background:#ffffff1a;padding:3rem;border-radius:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);max-width:500px;margin:0 auto}._message_at5pf_105{font-size:1.1rem;opacity:.9;margin-top:1rem}._aiActSection_at5pf_112{margin-bottom:4rem}._aiActCard_at5pf_116{background:linear-gradient(135deg,gold,#ffed4e);border-radius:1rem;padding:2.5rem;box-shadow:0 10px 30px #ffd7004d;border:2px solid #ffd700;position:relative;overflow:hidden}._aiActCard_at5pf_116:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.1) 50%,transparent 70%);pointer-events:none}._aiActHeader_at5pf_142{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;position:relative;z-index:2}._aiActIcon_at5pf_151{font-size:3rem;background:#fff3;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}._aiActInfo_at5pf_163{flex:1}._aiActTitle_at5pf_167{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}._aiActDescription_at5pf_174{font-size:1.1rem;color:#374151;line-height:1.6;margin:0}._aiActStatus_at5pf_181{margin-bottom:2rem;position:relative;z-index:2}._aiActActions_at5pf_187{position:relative;z-index:2}._completedBadge_at5pf_193{display:inline-flex;align-items:center;gap:.5rem;background:#10b981;color:#fff;padding:.75rem 1.5rem;border-radius:2rem;font-weight:600;box-shadow:0 4px 12px #10b9814d}._incompleteBadge_at5pf_205{display:inline-flex;align-items:center;gap:.5rem;background:#f59e0b;color:#fff;padding:.75rem 1.5rem;border-radius:2rem;font-weight:600;box-shadow:0 4px 12px #f59e0b4d}._badgeIcon_at5pf_217{font-size:1.2rem}._badgeText_at5pf_221{font-size:1rem}._badgeDate_at5pf_225{font-size:.9rem;opacity:.9;margin-left:.5rem}._requirementsInfo_at5pf_232{background:#ffffff4d;padding:1.5rem;border-radius:.75rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}._requirementsText_at5pf_239{font-weight:600;color:#1f2937;margin-bottom:1rem;font-size:1.1rem}._requirementsList_at5pf_246{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem}._requirementItem_at5pf_255{display:flex;align-items:center;gap:.5rem;color:#374151;font-weight:500}._requirementItem_at5pf_255._completed_at5pf_193{color:#10b981}._requirementIcon_at5pf_267{font-size:1.2rem;width:20px;text-align:center}._moduleSection_at5pf_274{margin-top:2rem}._sectionTitle_at5pf_278{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem;text-align:center}._sectionDescription_at5pf_286{font-size:1.1rem;color:#6b7280;text-align:center;max-width:600px;margin:0 auto 3rem;line-height:1.6}._moduleGrid_at5pf_295{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}._moduleCard_at5pf_301{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease;position:relative;overflow:hidden}._moduleCard_at5pf_301:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}._moduleHeader_at5pf_317{margin-bottom:1.5rem}._moduleTitle_at5pf_321{font-size:1.4rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}._moduleDescription_at5pf_328{color:#6b7280;line-height:1.6;margin:0}._moduleProgress_at5pf_334{margin-bottom:1.5rem}._progressBar_at5pf_338{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:.5rem}._progressFill_at5pf_347{height:100%;background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:4px;transition:width .3s ease}._progressText_at5pf_68{font-size:.9rem;color:#6b7280;font-weight:500}._moduleStatus_at5pf_360{margin-bottom:1.5rem}._moduleActions_at5pf_364{display:flex;gap:1rem}._downloadBtn_at5pf_370{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;transition:all .3s ease;flex:1;justify-content:center}._downloadBtn_at5pf_370:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}._disabledBtn_at5pf_387{opacity:.6;cursor:not-allowed;flex:1;justify-content:center;display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600}._downloadIcon_at5pf_400{font-size:1.1rem}@media (max-width: 768px){._title_at5pf_29{font-size:2.5rem}._subtitle_at5pf_36{font-size:1.1rem}._aiActHeader_at5pf_142{flex-direction:column;text-align:center;gap:1rem}._aiActIcon_at5pf_151{margin:0 auto}._moduleGrid_at5pf_295{grid-template-columns:1fr;gap:1.5rem}._requirementsList_at5pf_246{grid-template-columns:1fr}._progressStats_at5pf_51{padding:1.5rem;min-width:200px}._progressNumber_at5pf_61{font-size:2.5rem}}._profilePage_1rq9f_1{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}._container_1rq9f_6{max-width:800px;margin:0 auto;padding:40px 20px}._profileHeader_1rq9f_12{text-align:center;color:#fff;margin-bottom:40px}._profileHeader_1rq9f_12 h1{font-size:2.5rem;margin-bottom:10px}._profileHeader_1rq9f_12 p{font-size:1.1rem;opacity:.9}._tabs_1rq9f_28{display:flex;gap:10px;margin-bottom:30px;background:#ffffff1a;padding:8px;border-radius:12px}._tab_1rq9f_28{flex:1;padding:12px 24px;background:transparent;color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .3s ease}._tab_1rq9f_28:hover{background:#ffffff1a}._activeTab_1rq9f_53{background:#fff!important;color:#667eea!important;font-weight:600}._tabContent_1rq9f_59{background:#fff;border-radius:16px;padding:40px;box-shadow:0 10px 40px #0000001a}._section_1rq9f_66{margin-bottom:40px}._section_1rq9f_66:last-child{margin-bottom:0}._section_1rq9f_66 h2{font-size:1.5rem;margin-bottom:20px;color:#1a202c}._profileInfo_1rq9f_80{display:flex;flex-direction:column;gap:20px}._infoRow_1rq9f_86{display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-bottom:1px solid #e2e8f0}._infoRow_1rq9f_86:last-of-type{border-bottom:none}._label_1rq9f_98{font-weight:600;color:#4a5568}._value_1rq9f_103{color:#1a202c}._form_1rq9f_107{display:flex;flex-direction:column;gap:20px}._formGroup_1rq9f_113{display:flex;flex-direction:column;gap:8px}._formGroup_1rq9f_113 label{font-weight:600;color:#4a5568;font-size:.9rem}._formGroup_1rq9f_113 input{padding:12px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}._formGroup_1rq9f_113 input:focus{outline:none;border-color:#667eea}._formGroup_1rq9f_113 input:disabled{background:#f7fafc;cursor:not-allowed}._formGroup_1rq9f_113 small{color:#718096;font-size:.85rem}._formActions_1rq9f_148{display:flex;gap:12px;margin-top:10px}._errorMessage_1rq9f_154{padding:12px 16px;background:#fed7d7;color:#c53030;border-radius:8px;margin-bottom:20px;border:1px solid #fc8181}._successMessage_1rq9f_163{padding:12px 16px;background:#c6f6d5;color:#22543d;border-radius:8px;margin-bottom:20px;border:1px solid #68d391}._dangerZone_1rq9f_172{border-top:2px solid #feb2b2;padding-top:30px}._dangerZone_1rq9f_172 h2{color:#c53030}._dangerZone_1rq9f_172 p{color:#718096;margin-bottom:20px}._deleteConfirm_1rq9f_186{background:#fff5f5;padding:20px;border-radius:8px;border:1px solid #feb2b2}._confirmText_1rq9f_193{font-weight:600;color:#c53030;margin-bottom:15px}@media (max-width: 768px){._profileHeader_1rq9f_12 h1{font-size:2rem}._tabContent_1rq9f_59{padding:24px}._infoRow_1rq9f_86{flex-direction:column;align-items:flex-start;gap:8px}._formActions_1rq9f_148{flex-direction:column}._formActions_1rq9f_148 button{width:100%}}._toast_1rq9f_223{position:fixed;bottom:24px;left:50%;transform:translate(-50%);padding:16px 24px;border-radius:8px;font-weight:500;box-shadow:0 4px 12px #00000026;z-index:9999;animation:_slideUp_1rq9f_1 .3s ease-out;min-width:300px;text-align:center}@keyframes _slideUp_1rq9f_1{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}._toastSuccess_1rq9f_249{background:#48bb78;color:#fff;border:1px solid #38a169}._toastError_1rq9f_255{background:#f56565;color:#fff;border:1px solid #e53e3e}._inputSection_1268w_1{width:100%}._inputWrapper_1268w_5{position:relative;width:100%}._promptInput_1268w_10{width:100%;padding:16px 80px 16px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:15px;font-family:Courier New,monospace;line-height:1.6;resize:vertical;transition:border-color .2s;box-sizing:border-box}._promptInput_1268w_10:focus{outline:none;border-color:#667eea}._promptInput_1268w_10:disabled{background:#f9fafb;cursor:not-allowed}._charCount_1268w_34{font-size:12px;color:#9ca3af;margin-top:4px;text-align:right}._promptInputStreaming_1268w_43{color:transparent;-webkit-user-select:none;user-select:none;caret-color:transparent}._waitingOverlay_1268w_49{position:absolute;inset:0;display:flex;align-items:center;gap:8px;padding:16px;border-radius:8px;background:#fff;pointer-events:none}._dot_1268w_64{width:8px;height:8px;border-radius:50%;background:#9ca3af;animation:_dotBounce_1268w_1 1.2s ease-in-out infinite;flex-shrink:0}._dot_1268w_64:nth-child(1){animation-delay:0s}._dot_1268w_64:nth-child(2){animation-delay:.2s}._dot_1268w_64:nth-child(3){animation-delay:.4s}@keyframes _dotBounce_1268w_1{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-6px);opacity:1}}._micButton_1268w_98,._sendButton_1268w_99,._stopButton_1268w_100{position:absolute;bottom:12px;display:flex;align-items:center;justify-content:center;padding:6px;border:none;background:transparent;cursor:pointer;transition:all .2s;border-radius:4px}._micButton_1268w_98{right:44px;color:#6b7280}._micButton_1268w_98:hover:not(:disabled){background:#6b72801a;transform:scale(1.1)}._micButton_1268w_98:disabled{color:#d1d5db;cursor:not-allowed}._micButton_1268w_98._recording_1268w_129{color:#ef4444;animation:_pulse_1268w_1 1.5s ease-in-out infinite}@keyframes _pulse_1268w_1{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.15)}}._sendButton_1268w_99,._stopButton_1268w_100{right:12px}._sendButton_1268w_99{color:#667eea}._sendButton_1268w_99:hover:not(:disabled){background:#667eea1a;transform:scale(1.1)}._sendButton_1268w_99:disabled{color:#d1d5db;cursor:not-allowed}._stopButton_1268w_100{color:#ef4444}._stopButton_1268w_100:hover{background:#ef44441a;transform:scale(1.1)}._sendButton_1268w_99 svg,._stopButton_1268w_100 svg{width:20px;height:20px}._chatWidget_18fot_1{position:fixed;bottom:24px;right:24px;z-index:1000}._chatButton_18fot_8{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);border:none;box-shadow:0 4px 12px #00000026;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}._chatButton_18fot_8:hover{transform:scale(1.1);box-shadow:0 6px 16px #0003}._chatButton_18fot_8 img{width:36px;height:36px;border-radius:50%}._chatPanel_18fot_33{position:fixed;bottom:100px;right:24px;width:400px;height:600px;background:#fff;border-radius:16px;box-shadow:0 8px 32px #00000026;display:flex;flex-direction:column;animation:_slideIn_18fot_1 .3s ease-out;z-index:999}@keyframes _slideIn_18fot_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._chatHeader_18fot_59{padding:16px 20px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px 16px 0 0;display:flex;align-items:center;justify-content:space-between;color:#fff}._chatHeaderLeft_18fot_69{display:flex;align-items:center;gap:12px}._chatAvatar_18fot_75{width:40px;height:40px;border-radius:50%;border:2px solid white}._chatHeaderInfo_18fot_82 h3{margin:0;font-size:16px;font-weight:600}._chatHeaderInfo_18fot_82 p{margin:0;font-size:12px;opacity:.9}._closeButton_18fot_94{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}._closeButton_18fot_94:hover{background:#fff3}._chatMessages_18fot_114{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px;background:#f8fafc}._message_18fot_124{display:flex;gap:12px;animation:_fadeIn_18fot_1 .3s ease-out}@keyframes _fadeIn_18fot_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._message_18fot_124._user_18fot_141{flex-direction:row-reverse}._messageAvatar_18fot_145{width:32px;height:32px;border-radius:50%;flex-shrink:0}._messageContent_18fot_152{max-width:70%;padding:12px 16px;border-radius:16px;font-size:14px;line-height:1.5}._message_18fot_124._assistant_18fot_160 ._messageContent_18fot_152{background:#fff;border:1px solid #e2e8f0;border-radius:16px 16px 16px 4px}._message_18fot_124._user_18fot_141 ._messageContent_18fot_152{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:16px 16px 4px}._typingIndicator_18fot_172{display:flex;gap:4px;padding:12px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:fit-content}._typingIndicator_18fot_172 span{width:8px;height:8px;border-radius:50%;background:#cbd5e0;animation:_typing_18fot_172 1.4s infinite}._typingIndicator_18fot_172 span:nth-child(2){animation-delay:.2s}._typingIndicator_18fot_172 span:nth-child(3){animation-delay:.4s}@keyframes _typing_18fot_172{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-10px)}}._chatInputContainer_18fot_209{padding:16px 20px;background:#fff;border-top:1px solid #e2e8f0;border-radius:0 0 16px 16px}._chatInputWrapper_18fot_216{display:flex;gap:8px;align-items:flex-end}._chatInput_18fot_209{flex:1;padding:12px 16px;border:1px solid #e2e8f0;border-radius:12px;font-size:14px;font-family:inherit;resize:none;min-height:44px;max-height:120px;transition:border-color .2s}._chatInput_18fot_209:focus{outline:none;border-color:#667eea}._sendButton_18fot_240{padding:12px 16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;transition:all .2s;min-width:44px;height:44px}._sendButton_18fot_240:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}._sendButton_18fot_240:disabled{opacity:.5;cursor:not-allowed}._contextBadge_18fot_266{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#fff3;border-radius:12px;font-size:12px;margin-bottom:8px}@media (max-width: 768px){._chatPanel_18fot_33{right:0;left:0;bottom:0;width:100%;height:100vh;border-radius:0}._chatWidget_18fot_1{right:16px;bottom:16px}}._gameContainer_hhnm7_1{width:100%;padding:2rem;background:#f8fafc;border-radius:1rem;box-shadow:0 4px 6px #0000000d}._gameHeader_hhnm7_10{text-align:center;margin-bottom:3rem}._gameTitle_hhnm7_23{font-size:2.5rem;font-weight:700;color:#1f2937;margin:0;flex:1}._titleRow_hhnm7_15{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:1rem}._continueButton_hhnm7_39{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-radius:.75rem;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;border:none;text-decoration:none;white-space:nowrap}._continueButton_hhnm7_39._primary_hhnm7_54{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea66}._continueButton_hhnm7_39._primary_hhnm7_54:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}._continueIcon_hhnm7_65{font-size:1.3rem;font-weight:700}._gameInstructions_hhnm7_70{font-size:1.2rem;color:#6b7280;margin-bottom:2rem;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}._gameProgress_hhnm7_80{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}._progressText_hhnm7_88{font-weight:600;color:#374151;font-size:1.1rem}._progressBar_hhnm7_94{width:200px;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}._progressFill_hhnm7_102{height:100%;background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:4px;transition:width .3s ease}._scoreText_hhnm7_109,._scoreDisplay_hhnm7_115{font-weight:600;color:#059669;font-size:1.1rem}._scoreLabel_hhnm7_121{font-size:1.2rem;color:#6b7280;font-weight:600}._gameContent_hhnm7_128{display:flex;gap:3rem;align-items:stretch;max-width:1400px;margin:0 auto}@media (max-width: 1024px){._gameContent_hhnm7_128{flex-direction:column}}._applicationSection_hhnm7_143{display:flex;justify-content:center;flex:1;min-width:0}._applicationCard_hhnm7_150{background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 4px 6px #0000000d;border:2px solid #e5e7eb;text-align:center;width:100%;max-width:500px;position:relative;display:flex;flex-direction:column;justify-content:center}._applicationIcon_hhnm7_165{font-size:4rem;margin-bottom:1rem}._applicationName_hhnm7_170{font-size:1.8rem;font-weight:700;color:#1f2937;margin-bottom:1rem}._applicationDescription_hhnm7_177{color:#6b7280;line-height:1.6;margin-bottom:2rem;font-size:1.1rem}._draggableItem_hhnm7_184{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 2rem;border-radius:2rem;cursor:grab;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 15px #667eea66}._draggableItem_hhnm7_184:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}._draggableItem_hhnm7_184._dragging_hhnm7_203{opacity:.5;cursor:grabbing}._dragIcon_hhnm7_208{font-size:1.2rem}._categoriesSection_hhnm7_213{flex:1;min-width:0;display:flex;flex-direction:column}._categoriesTitle_hhnm7_220{font-size:1.8rem;font-weight:700;color:#1f2937;text-align:center;margin-bottom:2rem}._categoriesVertical_hhnm7_228{display:flex;flex-direction:column;gap:1.5rem;flex:1}._categoriesGrid_hhnm7_235{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 1024px){._categoriesGrid_hhnm7_235{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){._categoriesGrid_hhnm7_235{grid-template-columns:1fr}}._categoryCard_hhnm7_253{background:#fff;padding:2rem;border-radius:1rem;border:2px solid #e5e7eb;text-align:center;transition:all .3s ease;cursor:pointer;position:relative;min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;flex:1}._categoryCard_hhnm7_253:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a}._categoryIcon_hhnm7_275{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;margin-bottom:1rem;box-shadow:0 4px 15px #0003}._categoryName_hhnm7_288{font-size:1.3rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}._categoryDescription_hhnm7_295{color:#6b7280;line-height:1.5;margin-bottom:1rem;flex-grow:1;font-size:.95rem}._dropZone_hhnm7_303{background:#f3f4f6;border:2px dashed #d1d5db;border-radius:.5rem;padding:1rem;width:100%;color:#9ca3af;font-weight:500;transition:all .3s ease}._categoryCard_hhnm7_253:hover ._dropZone_hhnm7_303{border-color:#6b7280;background:#e5e7eb}._correctDrop_hhnm7_320{border-color:#10b981!important;background:#10b9810d;animation:_correctPulse_hhnm7_1 .6s ease-in-out}._incorrectDrop_hhnm7_326{border-color:#ef4444!important;background:#ef44440d;animation:_incorrectShake_hhnm7_1 .6s ease-in-out}@keyframes _correctPulse_hhnm7_1{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes _incorrectShake_hhnm7_1{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}._feedbackSection_hhnm7_356{margin-top:2rem;display:flex;justify-content:center}._feedbackCard_hhnm7_362{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px #0000000d;border:2px solid;max-width:600px;width:100%;display:flex;align-items:flex-start;gap:1.5rem}._correctFeedback_hhnm7_375{border-color:#10b981;background:#10b9810d}._incorrectFeedback_hhnm7_380{border-color:#ef4444;background:#ef44440d}._feedbackIcon_hhnm7_385{font-size:3rem;flex-shrink:0}._feedbackContent_hhnm7_390{flex:1}._feedbackTitle_hhnm7_394{font-size:1.5rem;font-weight:700;margin-bottom:1rem}._correctFeedback_hhnm7_375 ._feedbackTitle_hhnm7_394{color:#059669}._incorrectFeedback_hhnm7_380 ._feedbackTitle_hhnm7_394{color:#dc2626}._explanation_hhnm7_408{background:#fffc;padding:1.5rem;border-radius:.75rem;margin-bottom:1.5rem;border-left:4px solid #3b82f6}._explanation_hhnm7_408 p{margin-bottom:1rem;line-height:1.6}._explanation_hhnm7_408 p:last-child{margin-bottom:0}._explanationText_hhnm7_425{color:#6b7280;font-style:italic}._nextBtn_hhnm7_430{padding:.75rem 2rem;font-weight:600;border-radius:.5rem}._gameComplete_hhnm7_437{display:flex;justify-content:center;align-items:center;min-height:400px}._scoreCard_hhnm7_444{background:#fff;padding:3rem;border-radius:1rem;box-shadow:0 10px 25px #0000001a;text-align:center;max-width:500px;width:100%}._gameCompleteTitle_hhnm7_454{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:2rem}._finalScore_hhnm7_461{margin-bottom:2rem}._scoreNumber_hhnm7_465{font-size:4rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}._scoreText_hhnm7_109{font-size:1.2rem;color:#6b7280;font-weight:600}._scoreMessage_hhnm7_481{font-size:1.3rem;font-weight:600;margin-bottom:2rem;padding:1rem;border-radius:.75rem;background:linear-gradient(135deg,#667eea1a,#764ba21a);color:#4c1d95}._restartBtn_hhnm7_495{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:.75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 12px #667eea4d}._restartBtn_hhnm7_495:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea73}._modalOverlay_hhnm7_516{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_modalFadeIn_hhnm7_1 .3s ease}._modalContent_hhnm7_530{background:#fff;padding:3rem;border-radius:1rem;box-shadow:0 10px 25px #0003;max-width:600px;width:90vw;max-height:80vh;overflow-y:auto;display:flex;align-items:flex-start;gap:2rem;border:3px solid;animation:_modalSlideIn_hhnm7_1 .3s ease}._feedbackContentModal_hhnm7_546{flex:1}@keyframes _modalFadeIn_hhnm7_1{0%{opacity:0}to{opacity:1}}@keyframes _modalSlideIn_hhnm7_1{0%{opacity:0;transform:translateY(-30px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 768px){._gameContainer_hhnm7_1{padding:1rem}._titleRow_hhnm7_15{flex-direction:column;align-items:flex-start;gap:1rem}._gameTitle_hhnm7_23{font-size:2rem}._continueButton_hhnm7_39{align-self:stretch;justify-content:center}._gameInstructions_hhnm7_70{font-size:1.1rem}._gameProgress_hhnm7_80{flex-direction:column;gap:.75rem}._progressBar_hhnm7_94{width:250px}._applicationCard_hhnm7_150{padding:2rem}._modalContent_hhnm7_530{padding:2rem;flex-direction:column;text-align:center;gap:1rem}._feedbackIcon_hhnm7_385{align-self:center}._scoreCard_hhnm7_444{padding:2rem}._scoreNumber_hhnm7_465{font-size:3rem}}._simulationWrapper_24wvd_2{background-color:var(--light-gray);min-height:calc(100vh - 80px);width:100%}._container_24wvd_8{max-width:1400px;margin:0 auto;padding:2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;min-height:100vh}._fullWidth_24wvd_25{max-width:100%}._headerRow_24wvd_29{display:flex;align-items:center;margin-bottom:3rem;gap:2rem}._backButton_24wvd_36{background:transparent;border:2px solid var(--primary);color:var(--primary);padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-weight:600;font-size:.95rem;transition:all .3s ease;white-space:nowrap;flex-shrink:0}._backButton_24wvd_36:hover{background:var(--primary);color:var(--white);transform:translate(-2px);box-shadow:0 4px 12px #42c6a54d}._header_24wvd_29{flex:1;text-align:center}._header_24wvd_29 h1{font-size:2.5rem;color:var(--primary3);margin-bottom:1rem}._header_24wvd_29 p{font-size:1.1rem;color:var(--gray);max-width:800px;margin:0 auto}._setupSection_24wvd_76{max-width:800px;margin:0 auto}._categorySelection_24wvd_81{background:var(--white);padding:2rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a;border:1px solid #e0e0e0}._categorySelection_24wvd_81 h2{font-size:1.5rem;color:var(--primary3);margin-bottom:1.5rem}._categoryInputs_24wvd_96{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}._inputGroup_24wvd_102{display:flex;flex-direction:column;gap:.5rem}._inputGroup_24wvd_102 label{font-weight:600;color:var(--primary3);font-size:.95rem}._select_24wvd_114,._input_24wvd_102{padding:.75rem;border:2px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .2s;font-family:inherit}._select_24wvd_114:focus,._input_24wvd_102:focus{outline:none;border-color:var(--primary)}._select_24wvd_114:disabled{background-color:var(--light-gray);cursor:not-allowed}._dataEntry_24wvd_136{background:var(--white);padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;border:1px solid #e0e0e0}._dataEntry_24wvd_136 h2{font-size:1.5rem;color:var(--primary3);margin-bottom:1.5rem}._dataEntryForm_24wvd_150{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:1rem;align-items:end;margin-bottom:2rem}._dataActions_24wvd_158{display:flex;gap:1rem;justify-content:center}._simulationSection_24wvd_165{display:grid;grid-template-columns:1fr 400px;gap:2rem;align-items:start}._canvasContainer_24wvd_172{position:relative;background:var(--white);padding:2rem;border-radius:12px;box-shadow:0 2px 12px #0000001a;display:flex;justify-content:center;align-items:center;border:1px solid #e0e0e0}._canvas_24wvd_172{border:1px solid #ddd;border-radius:8px}._tooltip_24wvd_190{position:fixed;background:var(--primary3);color:var(--white);padding:.75rem 1rem;border-radius:8px;box-shadow:0 4px 12px #0003;z-index:1000;pointer-events:none;font-size:.9rem;line-height:1.4;min-width:150px}._tooltip_24wvd_190 strong{display:block;margin-bottom:.25rem;font-size:1rem;border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:.25rem}._tooltip_24wvd_190 div{margin-top:.25rem}._controls_24wvd_216{background:var(--white);padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;position:sticky;top:2rem;border:1px solid #e0e0e0}._info_24wvd_226{background:var(--light-gray);padding:1.5rem;border-radius:8px;margin-bottom:2rem;box-shadow:0 1px 4px #0000000d}._info_24wvd_226 p{margin:.5rem 0;font-size:1rem;color:var(--primary3)}._actions_24wvd_240{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}._actions_24wvd_240 button{width:100%}._legend_24wvd_252{background:var(--light-gray);padding:1.5rem;border-radius:8px;box-shadow:0 1px 4px #0000000d}._legend_24wvd_252 h3{font-size:1.1rem;color:var(--primary3);margin-bottom:1rem}._legendItem_24wvd_265{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}._legendSymbol_24wvd_272{width:40px;height:30px;display:flex;align-items:center;justify-content:center}._centroidSymbol_24wvd_280{width:24px;height:24px;border:3px solid;border-radius:50%;position:relative}._centroidSymbol_24wvd_280:before,._centroidSymbol_24wvd_280:after{content:"";position:absolute;width:16px;height:3px;background:currentColor;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg)}._centroidSymbol_24wvd_280:after{transform:translate(-50%,-50%) rotate(-45deg)}._dataPointSymbol_24wvd_304{width:12px;height:12px;border-radius:50%;background:var(--gray);border:2px solid var(--dark-gray)}._modal_24wvd_313{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;animation:_fadeIn_24wvd_1 .3s ease-out}@keyframes _fadeIn_24wvd_1{0%{opacity:0}to{opacity:1}}._modalContent_24wvd_336{background:var(--white);padding:3rem;border-radius:16px;max-width:500px;text-align:center;box-shadow:0 10px 40px #0000004d;animation:_slideUp_24wvd_1 .3s ease-out}@keyframes _slideUp_24wvd_1{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}._modalContent_24wvd_336 h2{color:var(--primary);font-size:2rem;margin-bottom:1rem}._modalContent_24wvd_336 p{color:var(--primary3);font-size:1.1rem;margin-bottom:2rem;line-height:1.6}@media (max-width: 1200px){._simulationSection_24wvd_165{grid-template-columns:1fr}._controls_24wvd_216{position:static}._tutorialContent_24wvd_380{grid-template-columns:1fr;gap:3rem}._tocoImage_24wvd_385{width:350px;height:350px}}@media (max-width: 768px){._container_24wvd_8{padding:1rem}._header_24wvd_29 h1{font-size:2rem}._categoryInputs_24wvd_96,._dataEntryForm_24wvd_150{grid-template-columns:1fr}._canvasContainer_24wvd_172{padding:1rem;overflow-x:auto}._canvas_24wvd_172{max-width:100%;height:auto}._dataActions_24wvd_158{flex-direction:column}._dataActions_24wvd_158 button{width:100%}._tutorialContent_24wvd_380{grid-template-columns:1fr;gap:2rem}._tocoImage_24wvd_385{width:280px;height:280px}._messageBubble_24wvd_436:before{display:none}}._gameContainer_11bx4_1{position:fixed;inset:0;z-index:1000;background:#f8fafc}._overlay_11bx4_11{width:100%;height:100%;display:flex;flex-direction:column;overflow:auto;padding:2rem}._gameWrapper_11bx4_20{width:100%;height:100%}._errorMessage_11bx4_26{text-align:center;padding:4rem 2rem;background:#fff;border-radius:1rem;box-shadow:0 4px 6px #0000000d;max-width:500px;margin:2rem auto}._errorMessage_11bx4_26 h2{color:#dc2626;font-size:1.5rem;margin-bottom:1rem}._errorMessage_11bx4_26 p{color:#6b7280;font-size:1.1rem}@media (max-width: 768px){._overlay_11bx4_11{padding:1rem}}._overlay_11bx4_11{animation:_fadeInSlide_11bx4_1 .3s ease-out}@keyframes _fadeInSlide_11bx4_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._module_1fawg_1{min-height:100vh;background-color:#f8f9fa}._header_1fawg_6{padding:3rem 0;background:linear-gradient(135deg,var(--primary) 0%,var(--primary2) 100%);color:var(--white)}._headerContent_1fawg_12{text-align:center;max-width:800px;margin:0 auto}._title_1fawg_18{font-size:3rem;font-weight:700;margin-bottom:1rem}._subtitle_1fawg_24{font-size:1.2rem;opacity:.9;margin-bottom:2rem;line-height:1.6}._progressSection_1fawg_31{max-width:400px;margin:0 auto}._progressBar_1fawg_36{background-color:#ffffff4d;border-radius:10px;height:10px;width:100%;overflow:hidden;margin-bottom:.5rem}._progressFill_1fawg_45{height:100%;background-color:var(--white);border-radius:10px;transition:width .3s ease}._progressText_1fawg_52{font-size:1rem;font-weight:600}._content_1fawg_57{padding:3rem 0}._moduleLayout_1fawg_61{display:grid;grid-template-columns:300px 1fr;gap:3rem;max-width:1200px;margin:0 auto}._sidebar_1fawg_69{background-color:var(--white);border-radius:16px;padding:2rem;box-shadow:0 4px 20px #0000001a;height:fit-content;position:sticky;top:2rem}._sidebarTitle_1fawg_79{font-size:1.3rem;font-weight:600;color:var(--primary3);margin-bottom:1.5rem}._chapterList_1fawg_86{display:flex;flex-direction:column;gap:.75rem}._chapterItem_1fawg_92{display:flex;align-items:center;gap:1rem;padding:1rem;border:2px solid #e2e8f0;border-radius:12px;background-color:var(--white);cursor:pointer;transition:all .3s ease;text-align:left}._chapterItem_1fawg_92:hover{border-color:var(--primary);transform:translateY(-2px)}._chapterItem_1fawg_92._active_1fawg_110{border-color:var(--primary);background-color:#42c6a50d}._chapterItem_1fawg_92._completed_1fawg_115{background-color:#42c6a51a}._chapterNumber_1fawg_119{background-color:var(--primary);color:var(--white);width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;flex-shrink:0}._chapterInfo_1fawg_132{flex:1}._chapterTitle_1fawg_136{font-size:1rem;font-weight:600;color:var(--primary3);margin-bottom:.25rem}._chapterDesc_1fawg_143{font-size:.85rem;color:var(--gray);line-height:1.4}._completedIcon_1fawg_149{color:var(--primary);font-size:1.2rem;font-weight:700}._mainContent_1fawg_155{background-color:var(--white);border-radius:16px;padding:3rem;box-shadow:0 4px 20px #0000001a}._chapterContent_1fawg_162 h2{font-size:2.5rem;font-weight:700;color:var(--primary3);margin-bottom:2rem}._contentSection_1fawg_169{margin-bottom:2.5rem}._paragraph_1fawg_173{font-size:1.1rem;line-height:1.8;color:var(--primary3);margin-bottom:1.5rem}._keyPointsSection_1fawg_180{background-color:var(--light-gray);border-radius:12px;padding:2rem;margin-bottom:2.5rem}._keyPointsTitle_1fawg_187{font-size:1.5rem;font-weight:600;color:var(--primary3);margin-bottom:1rem}._keyPointsList_1fawg_194{list-style:none;padding:0;margin:0}._keyPoint_1fawg_180{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;font-size:1rem;line-height:1.6;color:var(--primary3)}._keyPoint_1fawg_180:before{content:"•";color:var(--primary);font-weight:700;font-size:1.2rem;flex-shrink:0}._actionButtons_1fawg_218{display:flex;gap:1rem;flex-wrap:wrap}@media (max-width: 768px){._title_1fawg_18{font-size:2.5rem}._subtitle_1fawg_24{font-size:1.1rem}._moduleLayout_1fawg_61{grid-template-columns:1fr;gap:2rem}._sidebar_1fawg_69{position:static}._mainContent_1fawg_155{padding:2rem}._chapterContent_1fawg_162 h2{font-size:2rem}._paragraph_1fawg_173{font-size:1rem}._chapterItem_1fawg_92{padding:.75rem}._chapterNumber_1fawg_119{width:25px;height:25px;font-size:.9rem}._chapterTitle_1fawg_136{font-size:.9rem}._chapterDesc_1fawg_143{font-size:.8rem}}._module_190o3_1{min-height:100vh;background-color:#f8f9fa}._header_190o3_6{padding:2rem 0 3rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary2) 100%);color:var(--white)}._headerContent_190o3_12{text-align:center;max-width:800px;margin:0 auto}._backButton_190o3_18{background:#fff3;border:1px solid rgba(255,255,255,.3);color:var(--white);padding:.5rem 1rem;border-radius:8px;font-size:.9rem;cursor:pointer;transition:all .3s ease;margin-bottom:2rem}._backButton_190o3_18:hover{background:#ffffff4d;transform:translateY(-1px)}._title_190o3_35{font-size:2.5rem;font-weight:700;margin-bottom:1rem}._subtitle_190o3_41{font-size:1.1rem;opacity:.9;margin-bottom:2rem;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}._progressSection_190o3_51{max-width:400px;margin:0 auto}._progressBar_190o3_56{background-color:#ffffff4d;border-radius:10px;height:8px;width:100%;overflow:hidden;margin-bottom:.5rem}._progressFill_190o3_65{height:100%;background-color:var(--white);border-radius:10px;transition:width .3s ease}._progressText_190o3_72{font-size:.9rem;font-weight:500}._content_190o3_77{padding:3rem 0}._subLevelsGrid_190o3_81{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto}._subLevelCard_190o3_89{background:var(--white);border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014;cursor:pointer;transition:all .3s ease;border:2px solid transparent;position:relative}._subLevelCard_190o3_89:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f;border-color:var(--primary)}._subLevelCard_190o3_89._completed_190o3_106{background:linear-gradient(135deg,#22c55e0d,#22c55e05);border-color:#22c55e}._subLevelCard_190o3_89._locked_190o3_115{opacity:.6;cursor:not-allowed}._subLevelCard_190o3_89._locked_190o3_115:hover{transform:none;box-shadow:0 4px 20px #00000014;border-color:transparent}._subLevelCard_190o3_89._underConstruction_190o3_126{position:relative;cursor:not-allowed}._subLevelCard_190o3_89._underConstruction_190o3_126:hover{transform:none;box-shadow:0 4px 20px #00000014;border-color:transparent}._constructionOverlay_190o3_137{position:absolute;inset:0;background:#fffffff2;border-radius:16px;display:flex;align-items:center;justify-content:center;z-index:10}._constructionContent_190o3_151{text-align:center}._constructionIcon_190o3_155{font-size:4rem;margin-bottom:1rem;animation:_pulse_190o3_1 2s ease-in-out infinite}@keyframes _pulse_190o3_1{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}._constructionText_190o3_171{font-size:1.2rem;font-weight:600;color:var(--primary3)}._cardHeader_190o3_177{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}._levelNumber_190o3_184{background:var(--primary);color:var(--white);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}._cardStatus_190o3_197{display:flex;align-items:center}._completedIcon_190o3_202{background:#22c55e;color:var(--white);width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}._lockedIcon_190o3_215{font-size:1.2rem;opacity:.6}._cardContent_190o3_220{margin-bottom:2rem}._cardTitle_190o3_224{font-size:1.4rem;font-weight:600;color:var(--primary3);margin-bottom:.75rem}._cardDescription_190o3_231{font-size:1rem;color:var(--gray);line-height:1.6;margin-bottom:1.5rem}._cardMeta_190o3_238{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}._metaItem_190o3_245{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--gray)}._metaIcon_190o3_253{font-size:1rem}._difficultyBadge_190o3_257{color:var(--white);padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600}._topicsSection_190o3_265{margin-top:1rem}._topicsTitle_190o3_269{font-size:.9rem;font-weight:600;color:var(--primary3);margin-bottom:.5rem}._topicsTags_190o3_276{display:flex;flex-wrap:wrap;gap:.5rem}._topicTag_190o3_282{background:var(--light-gray);color:var(--primary3);padding:.25rem .75rem;border-radius:16px;font-size:.8rem;font-weight:500}._cardAction_190o3_291{display:flex;justify-content:center}._startButton_190o3_296{background:var(--primary);color:var(--white);border:none;padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}._startButton_190o3_296:hover{background:var(--primary2);transform:translateY(-1px)}._reviewButton_190o3_314{background:#22c55e;color:var(--white);border:none;padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}._reviewButton_190o3_314:hover{background:#16a34a;transform:translateY(-1px)}._lockedButton_190o3_332{background:#9ca3af;color:var(--white);border:none;padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:not-allowed;width:100%}._constructionButton_190o3_344{background:#f59e0b;color:var(--white);border:none;padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:not-allowed;width:100%}@media (max-width: 768px){._title_190o3_35{font-size:2rem}._subtitle_190o3_41{font-size:1rem}._subLevelsGrid_190o3_81{grid-template-columns:1fr;gap:1.5rem}._subLevelCard_190o3_89{padding:1.5rem}._cardTitle_190o3_224{font-size:1.2rem}._cardDescription_190o3_231{font-size:.95rem}}._sidebarToggle_hq2ry_2{position:fixed;top:80px;left:20px;z-index:1001;background:var(--primary);color:var(--white);border:none;border-radius:50%;width:50px;height:50px;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0003;transition:all .3s ease}._sidebarToggle_hq2ry_2:hover{background:var(--primary2);transform:scale(1.05)}._sidebarToggle_hq2ry_2._expanded_hq2ry_27{background:var(--primary3)}._sidebarOverlay_hq2ry_32{position:fixed;inset:0;background:#00000080;z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._sidebar_hq2ry_2{position:fixed;top:0;left:0;width:350px;height:100vh;background:var(--white);box-shadow:2px 0 20px #00000026;transform:translate(-100%);transition:transform .3s ease;z-index:1000;display:flex;flex-direction:column}._sidebar_hq2ry_2._open_hq2ry_59{transform:translate(0)}._sidebarHeader_hq2ry_64{display:flex;justify-content:flex-end;padding:1rem;border-bottom:1px solid var(--light-gray)}._closeButton_hq2ry_71{background:none;border:none;font-size:1.5rem;color:var(--gray);cursor:pointer;padding:.5rem;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._closeButton_hq2ry_71:hover{background:var(--light-gray);color:var(--primary3)}._sidebarContent_hq2ry_93{flex:1;overflow-y:auto;padding:0}._currentLesson_hq2ry_100{padding:1.5rem;border-bottom:1px solid var(--light-gray)}._lessonTitle_hq2ry_105{font-size:1.25rem;font-weight:600;color:var(--primary3);margin:0 0 1rem;line-height:1.3}._progressSection_hq2ry_113{margin-top:1rem}._progressContainer_hq2ry_117{display:flex;flex-direction:column;gap:.5rem}._progressBar_hq2ry_123{width:100%;height:8px;background:var(--light-gray);border-radius:4px;overflow:hidden}._progressFill_hq2ry_131{height:100%;background:linear-gradient(90deg,var(--primary) 0%,var(--primary2) 100%);border-radius:4px;transition:width .3s ease}._progressText_hq2ry_138{font-size:.875rem;color:var(--gray);font-weight:500;text-align:center}._navigation_hq2ry_146{padding:1.5rem;border-bottom:1px solid var(--light-gray)}._backButton_hq2ry_151{width:100%;padding:.75rem 1rem;background:transparent;border:2px solid var(--primary3);border-radius:8px;color:var(--primary3);font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.95rem}._backButton_hq2ry_151:hover{background:var(--primary3);color:var(--white);transform:translateY(-1px)}._subLevelsSection_hq2ry_171{padding:1.5rem}._subLevelsTitle_hq2ry_175{font-size:1rem;font-weight:600;color:var(--primary3);margin:0 0 1rem}._subLevelsList_hq2ry_182{display:flex;flex-direction:column;gap:.5rem}._subLevelItem_hq2ry_188{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:transparent;border:1px solid var(--light-gray);border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}._subLevelItem_hq2ry_188:hover{background:var(--light-gray);border-color:var(--primary);transform:translate(4px)}._subLevelItem_hq2ry_188._active_hq2ry_208{background:var(--primary);border-color:var(--primary);color:var(--white)}._subLevelItem_hq2ry_188._completed_hq2ry_214{border-color:var(--primary2)}._subLevelItem_hq2ry_188._completed_hq2ry_214 ._subLevelIcon_hq2ry_218{color:var(--primary2)}._subLevelIcon_hq2ry_218{font-size:1rem;font-weight:700;min-width:20px;text-align:center}._subLevelItem_hq2ry_188._active_hq2ry_208 ._subLevelIcon_hq2ry_218{color:var(--white)}._subLevelTitle_hq2ry_233{font-size:.9rem;font-weight:500;line-height:1.3}@media (max-width: 768px){._sidebar_hq2ry_2{width:300px}._sidebarToggle_hq2ry_2{top:120px;left:15px;width:45px;height:45px;font-size:1.1rem}._lessonTitle_hq2ry_105{font-size:1.1rem}._currentLesson_hq2ry_100,._navigation_hq2ry_146,._subLevelsSection_hq2ry_171{padding:1rem}}@media (max-width: 480px){._sidebar_hq2ry_2{width:280px}._sidebarToggle_hq2ry_2{top:120px;width:40px;height:40px;font-size:1rem}}._inlineQuiz_uk7qb_2{margin:0;padding:0;display:flex;flex-direction:column;gap:1rem;min-height:400px}._quizHeader_uk7qb_11{text-align:center;margin-bottom:1rem}._quizTitle_uk7qb_16{color:var(--accent-color);font-size:1.2rem;font-weight:600;margin:0}._questionText_uk7qb_23{font-size:1.1rem;font-weight:500;color:var(--text-primary);margin-bottom:1rem;line-height:1.4;flex-shrink:0}._options_uk7qb_32{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}._option_uk7qb_32{display:flex;align-items:center;gap:.75rem;padding:.6rem 1rem;border:2px solid var(--border-color);border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;text-align:left;font-size:.9rem;min-height:44px}._option_uk7qb_32:hover:not(:disabled){border-color:var(--accent-color);background:#f0f8ff;transform:translateY(-1px)}._option_uk7qb_32._selected_uk7qb_60{border-color:var(--accent-color);background:#fff}._option_uk7qb_32._correct_uk7qb_65{border-color:var(--success-color);background:var(--success-light)}._option_uk7qb_32._incorrect_uk7qb_70{border-color:var(--error-color);background:var(--error-light)}._option_uk7qb_32:disabled{cursor:not-allowed}._optionLetter_uk7qb_79{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:var(--accent-color);color:#fff;font-weight:600;font-size:.85rem;flex-shrink:0}._correct_uk7qb_65 ._optionLetter_uk7qb_79{background:var(--success-color);color:#fff}._incorrect_uk7qb_70 ._optionLetter_uk7qb_79{background:var(--error-color);color:#fff}._selectedCheckbox_uk7qb_103{color:var(--success-color);font-size:1.2rem;font-weight:700;flex-shrink:0}._optionText_uk7qb_110{flex:1;line-height:1.4}._checkmark_uk7qb_115,._cross_uk7qb_116{font-size:1.2rem;font-weight:700;flex-shrink:0}._checkmark_uk7qb_115{color:var(--success-color)}._cross_uk7qb_116{color:var(--error-color)}._submitButton_uk7qb_130,._continueButton_uk7qb_131{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:.95rem}._submitButton_uk7qb_130{background:var(--success-color);color:#fff;width:100%}._submitButton_uk7qb_130:hover:not(:disabled){background:var(--success-hover);transform:translateY(-1px)}._submitButton_uk7qb_130:disabled{background:var(--disabled-color);cursor:not-allowed;transform:none}._resultSection_uk7qb_158{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}._result_uk7qb_158{text-align:center;font-size:1.1rem;font-weight:600}._correctResult_uk7qb_171{color:var(--success-color)}._incorrectResult_uk7qb_175{color:var(--error-color)}._explanation_uk7qb_179{margin-top:.5rem;padding:0;line-height:1.5}._explanation_uk7qb_179 strong{color:var(--accent-color);display:block;margin-bottom:.25rem;font-size:.9rem}._explanation_uk7qb_179 p{margin:0;color:var(--text-primary);font-size:.85rem}._continueButton_uk7qb_131{background:var(--success-color);color:#fff}._continueButton_uk7qb_131:hover{background:var(--success-hover);transform:translateY(-1px)}._fullQuiz_uk7qb_209{min-height:100vh;background:var(--background)}._mainLayout_uk7qb_214{display:flex;gap:2rem}._mainLayout_uk7qb_214>:first-child{flex-shrink:0}._mainLayout_uk7qb_214>:last-child{flex:1}._header_uk7qb_227{background:var(--white);border-bottom:1px solid #e2e8f0;padding:1rem 0;position:sticky;top:0;z-index:100}._headerContent_uk7qb_236{display:flex;align-items:center;justify-content:space-between;gap:2rem}._backButton_uk7qb_243{background:var(--primary);color:var(--white);border:none;padding:.5rem 1rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}._backButton_uk7qb_243:hover{background:var(--primary2);transform:translateY(-1px)}._headerCenter_uk7qb_261{flex:1;text-align:center}._title_uk7qb_266{font-size:1.5rem;font-weight:600;color:var(--primary3);margin-bottom:.5rem}._progressContainer_uk7qb_273{display:flex;align-items:center;gap:1rem;justify-content:center;max-width:300px;margin:0 auto}._progressBar_uk7qb_282{flex:1;background-color:#e2e8f0;border-radius:10px;height:6px;overflow:hidden}._progressFill_uk7qb_290{height:100%;background:linear-gradient(90deg,var(--primary) 0%,var(--primary2) 100%);border-radius:10px;transition:width .3s ease}._progressText_uk7qb_297{font-size:.8rem;color:var(--gray);font-weight:600;white-space:nowrap}._content_uk7qb_304{padding:2rem 0;flex:1;display:flex;align-items:center;min-height:calc(100vh - 200px)}._quizLayout_uk7qb_312{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%;max-width:1200px;margin:0 auto}._tocoContainer_uk7qb_322{display:flex;flex-direction:column;align-items:center;gap:1rem}._tocoMascot_uk7qb_329{position:relative;display:flex;align-items:center;justify-content:center}._tocoImage_uk7qb_336{width:300px;height:300px;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(0,0,0,.2))}._encouragement_uk7qb_343{text-align:center;font-size:1.1rem;font-weight:600;color:var(--primary3);background:var(--white);padding:1rem 1.5rem;border-radius:20px;box-shadow:0 4px 12px #0000001a}._questionContainer_uk7qb_354{background:var(--white);border-radius:20px;padding:2rem;box-shadow:0 8px 25px #0000001a;min-height:400px;display:flex;flex-direction:column}@media (max-width: 768px){._quizLayout_uk7qb_312{grid-template-columns:1fr;gap:2rem}._tocoImage_uk7qb_336{width:200px;height:200px}._questionContainer_uk7qb_354{padding:1.5rem;min-height:350px}._option_uk7qb_32{padding:.625rem .75rem}._optionLetter_uk7qb_79{width:20px;height:20px;font-size:.75rem}}:root{--success-color: #22c55e;--success-hover: #16a34a;--success-light: rgba(34, 197, 94, .1);--error-color: #ef4444;--error-light: rgba(239, 68, 68, .1);--disabled-color: #9ca3af;--border-color: #e5e7eb;--text-primary: #374151}._tooltipWrapper_hfhan_1{position:relative;display:inline-block}._tooltip_hfhan_1{position:absolute;visibility:hidden;opacity:0;transition:opacity .2s ease,visibility .2s ease;z-index:1000;pointer-events:none}._tooltipWrapper_hfhan_1:hover ._tooltip_hfhan_1{visibility:visible;opacity:1}._tooltipContent_hfhan_22{background-color:#000000e6;color:#fff;padding:12px 16px;border-radius:8px;font-size:14px;line-height:1.5;white-space:nowrap;box-shadow:0 4px 12px #0000004d}._tooltip_hfhan_1._top_hfhan_34{bottom:100%;left:50%;transform:translate(-50%);margin-bottom:8px}._tooltip_hfhan_1._bottom_hfhan_41{top:100%;left:50%;transform:translate(-50%);margin-top:8px}._tooltip_hfhan_1._left_hfhan_48{right:100%;top:50%;transform:translateY(-50%);margin-right:8px}._tooltip_hfhan_1._right_hfhan_55{left:100%;top:50%;transform:translateY(-50%);margin-left:8px}._tooltip_hfhan_1._top_hfhan_34 ._tooltipContent_hfhan_22:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#000000e6}._tooltip_hfhan_1._bottom_hfhan_41 ._tooltipContent_hfhan_22:after{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-bottom-color:#000000e6}._tooltip_hfhan_1._left_hfhan_48 ._tooltipContent_hfhan_22:after{content:"";position:absolute;left:100%;top:50%;transform:translateY(-50%);border:6px solid transparent;border-left-color:#000000e6}._tooltip_hfhan_1._right_hfhan_55 ._tooltipContent_hfhan_22:after{content:"";position:absolute;right:100%;top:50%;transform:translateY(-50%);border:6px solid transparent;border-right-color:#000000e6}._rgbValues_hfhan_104{display:flex;gap:12px;margin-top:8px;font-family:monospace}._red_hfhan_111{color:#ff6b6b}._green_hfhan_115{color:#51cf66}._blue_hfhan_119{color:#339af0}._container_1ib6c_1{display:flex;flex-direction:column;align-items:center;gap:20px;padding:20px;width:100%}._imageView_1ib6c_10{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%}._imagesRow_1ib6c_18{display:flex;flex-direction:row;gap:20px;justify-content:center;align-items:flex-start;width:100%}._imageWrapper_1ib6c_27{flex:1;max-width:300px;min-width:250px;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a}._originalImage_1ib6c_36{width:100%;height:100%;object-fit:cover;aspect-ratio:1;display:block}._transformButton_1ib6c_44{padding:12px 32px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d}._transformButton_1ib6c_44:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}._pixelView_1ib6c_62{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%}._gridsRow_1ib6c_70{display:flex;flex-direction:row;gap:20px;justify-content:center;align-items:flex-start;width:100%}._gridWrapper_1ib6c_79{position:relative;display:flex;justify-content:center;flex:1;min-width:250px;max-width:300px}._pixelGrid_1ib6c_88{display:grid;gap:1px;background:#e2e8f0;padding:1px;border-radius:8px;box-shadow:0 4px 12px #0000001a;width:100%;aspect-ratio:1}._pixel_1ib6c_62{width:100%;aspect-ratio:1;cursor:pointer;transition:transform .1s ease}._pixel_1ib6c_62:hover{transform:scale(1.2);z-index:10;box-shadow:0 2px 8px #0000004d;border:2px solid white}._tooltip_1ib6c_113{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;pointer-events:none;background:#fff;padding:16px 20px;border-radius:12px;box-shadow:0 8px 24px #0003;border:2px solid #667eea}._tooltipContent_1ib6c_127{display:flex;flex-direction:column;gap:8px}._tooltipContent_1ib6c_127 strong{font-size:14px;color:#1e293b}._rgbValues_1ib6c_138{display:flex;gap:12px;font-size:13px;font-family:monospace}._rgbValues_1ib6c_138 span{padding:4px 8px;border-radius:4px;font-weight:600}._red_1ib6c_151{background:#fee2e2;color:#dc2626}._green_1ib6c_156{background:#dcfce7;color:#16a34a}._blue_1ib6c_161{background:#dbeafe;color:#2563eb}._explanation_1ib6c_166{max-width:500px;text-align:center;padding:16px;background:#f8fafc;border-radius:8px;border-left:4px solid #667eea}._explanation_1ib6c_166 p{margin:0;color:#475569;font-size:14px;line-height:1.6}._continueButton_1ib6c_182{padding:12px 32px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d;margin-top:8px}._continueButton_1ib6c_182:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}@media (max-width: 768px){._pixelGrid_1ib6c_88{max-width:90vw}._tooltip_1ib6c_113{position:fixed;top:20px;left:50%;transform:translate(-50%)}}._overlay_f87e6_1{position:fixed;inset:0;background-color:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modal_f87e6_15{background:#fff;border-radius:12px;max-width:90vw;max-height:90vh;overflow:auto;position:relative;box-shadow:0 10px 40px #0000004d}._closeButton_f87e6_25{position:absolute;top:1rem;right:1rem;width:40px;height:40px;background-color:#f56565;color:#fff;border:none;border-radius:50%;cursor:pointer;font-size:24px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0003;transition:background-color .2s,transform .2s;z-index:10}._closeButton_f87e6_25:hover{background-color:#e53e3e;transform:scale(1.1)}._content_f87e6_53{padding:3rem 2rem 2rem}._title_f87e6_57{font-size:1.5rem;font-weight:600;color:#2d3748;margin-bottom:1.5rem;text-align:center}._loading_f87e6_65{text-align:center;padding:3rem;font-size:1.125rem;color:#718096}._pixelGridWrapper_f87e6_72{display:flex;justify-content:center;align-items:center;padding:1rem}._pixelGrid_f87e6_72{display:grid;gap:1px;background-color:#e2e8f0;padding:2px;border-radius:4px;box-shadow:0 4px 6px #0000001a}._pixel_f87e6_72{width:8px;height:8px;cursor:pointer;transition:transform .1s}._pixel_f87e6_72:hover{transform:scale(1.5);z-index:10;box-shadow:0 0 4px #00000080}@media (max-width: 768px){._modal_f87e6_15{max-width:95vw;max-height:95vh}._content_f87e6_53{padding:2.5rem 1rem 1rem}._title_f87e6_57{font-size:1.25rem}._pixel_f87e6_72{width:6px;height:6px}}._container_kuini_1{width:100%;margin:0 auto;padding:2rem}._containerFullWidth_kuini_7{width:100%;max-width:100%;margin:0 auto;padding:1rem;display:flex;justify-content:center}._trainingScreen_kuini_17{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:3rem}._trainingTitle_kuini_26{font-size:1.75rem;font-weight:600;color:var(--primary-color, #2d3748);margin-bottom:2rem;text-align:center}._progressBarContainer_kuini_34{width:100%;max-width:500px;height:24px;background-color:#e2e8f0;border-radius:12px;overflow:hidden;box-shadow:inset 0 2px 4px #0000001a}._progressBarFill_kuini_44{height:100%;background:linear-gradient(90deg,#4299e1,#3182ce);border-radius:12px;transition:width .1s linear}._progressText_kuini_51{font-size:1.25rem;font-weight:600;color:var(--primary-color, #2d3748);margin-top:1rem}._resultsScreen_kuini_59{padding:2rem}._resultsTitle_kuini_63{font-size:1.75rem;font-weight:600;color:var(--primary-color, #2d3748);margin-bottom:2rem;text-align:center}._resultsContent_kuini_71{display:flex;flex-direction:column;gap:2rem;align-items:center;margin-bottom:2rem}._testImageContainer_kuini_79{text-align:center}._testImage_kuini_79{width:200px;height:200px;object-fit:cover;border-radius:8px;box-shadow:0 4px 6px #0000001a}._predictionsContainer_kuini_91{width:100%;max-width:500px}._predictionsList_kuini_96{display:flex;flex-direction:column;gap:1rem}._predictionItem_kuini_102{display:flex;align-items:center;gap:1rem}._className_kuini_108{min-width:80px;font-weight:600;color:var(--primary-color, #2d3748)}._confidenceBar_kuini_114{flex:1;height:32px;background-color:#e2e8f0;border-radius:4px;overflow:hidden;position:relative}._confidenceBarFill_kuini_123{height:100%;background:linear-gradient(90deg,#48bb78,#38a169);transition:width .3s ease}._confidenceText_kuini_129{min-width:50px;text-align:right;font-weight:600;color:var(--primary-color, #2d3748)}._buttonGroup_kuini_136{display:flex;gap:1rem;justify-content:center}._resetButton_kuini_142,._continueButton_kuini_143{padding:.75rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s}._resetButton_kuini_142{background-color:#e2e8f0;color:#2d3748}._resetButton_kuini_142:hover{background-color:#cbd5e0}._continueButton_kuini_143{background-color:#4299e1;color:#fff}._continueButton_kuini_143:hover{background-color:#3182ce}._assignmentScreen_kuini_172{display:flex;flex-direction:column;gap:2rem}._instructions_kuini_178{text-align:center;padding:1rem;background-color:#ebf8ff;border-radius:8px;border-left:4px solid #4299e1}._instructions_kuini_178 p{margin:0;color:#2d3748;font-weight:500}._sectionTitle_kuini_192{font-size:1.25rem;font-weight:600;color:var(--primary-color, #2d3748);margin-bottom:1rem}._unassignedSection_kuini_200{padding:1.5rem;background-color:#f7fafc;border-radius:8px;border:2px dashed #cbd5e0}._imageRow_kuini_207{display:flex;flex-wrap:wrap;gap:1rem;min-height:100px;align-items:center}._imageWrapper_kuini_215{cursor:grab;transition:transform .2s}._imageWrapper_kuini_215:active{cursor:grabbing}._imageWrapper_kuini_215:hover{transform:scale(1.05)}._imageWithOverlay_kuini_229{position:relative;width:80px;height:80px;display:inline-block}._imageOverlay_kuini_236{position:absolute;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;border-radius:8px;opacity:0;transition:opacity .2s}._imageWithOverlay_kuini_229:hover ._imageOverlay_kuini_236{opacity:1}._pixelViewButton_kuini_255{background-color:#4299e1;color:#fff;border:none;border-radius:50%;width:36px;height:36px;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;box-shadow:0 2px 8px #0000004d}._pixelViewButton_kuini_255:hover{background-color:#3182ce;transform:scale(1.1)}._thumbnail_kuini_276{width:80px;height:80px;object-fit:cover;border-radius:8px;box-shadow:0 2px 4px #0000001a}._emptyMessage_kuini_284{color:#718096;font-style:italic}._zonesContainer_kuini_290{display:flex;flex-direction:column;gap:1.5rem}._classZonesRow_kuini_296{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}._testZoneRow_kuini_303{display:flex;justify-content:center}._classZone_kuini_296,._testZone_kuini_303{padding:1.5rem;background-color:#f7fafc;border-radius:8px;border:2px dashed #cbd5e0;min-height:200px;transition:border-color .2s,background-color .2s}._classZone_kuini_296{flex:1 1 200px;max-width:280px;min-width:160px}._testZone_kuini_303{max-width:300px;width:100%}._classZone_kuini_296:hover,._testZone_kuini_303:hover{border-color:#4299e1;background-color:#ebf8ff}._zoneTitle_kuini_337{font-size:1.125rem;font-weight:600;color:var(--primary-color, #2d3748);margin-bottom:1rem;text-align:center}._imageGrid_kuini_345{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}._assignedImageWrapper_kuini_352{position:relative;cursor:grab;display:inline-block}._assignedImageWrapper_kuini_352:active{cursor:grabbing}._assignedImageWrapper_kuini_352 ._imageWithOverlay_kuini_229{width:80px;height:80px}._unassignButton_kuini_367{position:absolute;top:-8px;right:-8px;width:24px;height:24px;background-color:#fc8181;color:#fff;border:none;border-radius:50%;cursor:pointer;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0003;transition:background-color .2s}._unassignButton_kuini_367:hover{background-color:#f56565}._testZone_kuini_303{display:flex;flex-direction:column}._testImageZoneContent_kuini_397{flex:1;display:flex;align-items:center;justify-content:center;min-height:150px}._selectedTestImage_kuini_405{position:relative;display:inline-block}._selectedTestImage_kuini_405 ._imageWithOverlay_kuini_229{width:120px;height:120px}._testThumbnail_kuini_415{width:120px;height:120px;object-fit:cover;border-radius:8px;box-shadow:0 4px 6px #0000001a}._dropMessage_kuini_423{color:#718096;font-style:italic;text-align:center}._actionSection_kuini_430{display:flex;flex-direction:column;align-items:center;gap:1rem;padding-top:1rem}._trainButton_kuini_438{padding:1rem 3rem;font-size:1.125rem;font-weight:600;background-color:#48bb78;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .2s;box-shadow:0 4px 6px #0000001a}._trainButton_kuini_438:hover:not(:disabled){background-color:#38a169;transform:translateY(-2px);box-shadow:0 6px 8px #00000026}._trainButton_kuini_438:disabled{background-color:#cbd5e0;cursor:not-allowed;opacity:.6}._helpText_kuini_463{color:#718096;font-size:.875rem;text-align:center;margin:0}@media (max-width: 1024px){._classZone_kuini_296{flex:1 1 45%;max-width:48%}._testZone_kuini_303{max-width:50%}}@media (max-width: 640px){._container_kuini_1{padding:1rem}._classZone_kuini_296{flex:1 1 100%;max-width:100%}._testZone_kuini_303{max-width:100%}._thumbnail_kuini_276{width:60px;height:60px}._testThumbnail_kuini_415{width:100px;height:100px}._testImage_kuini_79{width:150px;height:150px}}._subLevel_zgtwy_1{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}._header_zgtwy_6{background:var(--white);border-bottom:1px solid #e2e8f0;padding:1rem 0;position:sticky;top:0;z-index:100}._headerContent_zgtwy_15{display:flex;align-items:center;justify-content:space-between;gap:2rem}._backButton_zgtwy_22{background:var(--primary);color:var(--white);border:none;padding:.5rem 1rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}._backButton_zgtwy_22:hover{background:var(--primary2);transform:translateY(-1px)}._headerCenter_zgtwy_40{flex:1;text-align:center}._title_zgtwy_45{font-size:1.5rem;font-weight:600;color:var(--primary3);margin-bottom:.5rem}._progressContainer_zgtwy_52{display:flex;align-items:center;gap:1rem;justify-content:center;max-width:300px;margin:0 auto}._progressBar_zgtwy_61{flex:1;background-color:#e2e8f0;border-radius:10px;height:6px;overflow:hidden}._progressFill_zgtwy_69{height:100%;background:linear-gradient(90deg,var(--primary) 0%,var(--primary2) 100%);border-radius:10px;transition:width .3s ease}._progressText_zgtwy_76{font-size:.8rem;color:var(--gray);font-weight:600;white-space:nowrap}._headerControls_zgtwy_83{display:flex;gap:.5rem}._languageToggle_zgtwy_88,._chatButton_zgtwy_89{background:var(--light-gray);border:1px solid #e2e8f0;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:1.2rem}._languageToggle_zgtwy_88:hover,._chatButton_zgtwy_89:hover{background:var(--primary);color:var(--white);transform:translateY(-2px)}._content_zgtwy_110{padding:3rem 0}._learningArea_zgtwy_114{display:grid;grid-template-columns:450px 1fr;gap:4rem;align-items:start;max-width:1200px;margin:0 auto}._learningAreaFullWidth_zgtwy_123{display:block;max-width:100%;margin:0 auto}._tocoContainer_zgtwy_129{position:sticky;top:150px;display:flex;flex-direction:column;align-items:center}._tocoMascot_zgtwy_137{position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}._tocoMascot_zgtwy_137:hover{transform:translateY(-8px) scale(1.05)}._tocoMascot_zgtwy_137._animating_zgtwy_150{transform:scale(.95);opacity:.8}._tocoImage_zgtwy_155{width:400px;height:400px;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(0,0,0,.2))}@keyframes _bounce_zgtwy_1{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}._messageContainer_zgtwy_178{height:400px;display:flex;align-items:center}._messageContainerQuiz_zgtwy_184{min-height:400px;display:flex;align-items:flex-start;padding-top:2rem}._messageBubble_zgtwy_191{background:var(--white);border-radius:20px;padding:2rem;box-shadow:0 8px 25px #0000001a;position:relative;transition:all .3s ease;width:100%;height:400px;display:flex;flex-direction:column;justify-content:space-between}._messageBubbleQuiz_zgtwy_205{background:var(--white);border-radius:20px;padding:2rem;box-shadow:0 8px 25px #0000001a;position:relative;transition:all .3s ease;width:100%;min-height:400px;display:flex;flex-direction:column}._messageBubble_zgtwy_191:before{content:"";position:absolute;left:-15px;top:30px;width:0;height:0;border-top:15px solid transparent;border-bottom:15px solid transparent;border-right:15px solid var(--white)}._messageBubble_zgtwy_191._fadeIn_zgtwy_230{opacity:1;transform:translate(0)}._messageBubble_zgtwy_191._fadeOut_zgtwy_235{opacity:.6;transform:translate(10px)}._messageText_zgtwy_240{font-size:1.1rem;line-height:1.7;color:var(--primary3);flex:1;display:flex;align-items:flex-start;padding-top:0}._messageNav_zgtwy_250{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e2e8f0;padding-top:1rem}._navButton_zgtwy_258{background:var(--primary);color:var(--white);border:none;padding:.5rem 1rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}._navButton_zgtwy_258:hover:not(:disabled){background:var(--primary2);transform:translateY(-1px)}._navButton_zgtwy_258:disabled{background:#9ca3af;cursor:not-allowed}._messageCounter_zgtwy_280{font-size:.9rem;color:var(--gray);font-weight:600}._quizSection_zgtwy_286{margin-top:3rem;display:flex;justify-content:center}._quizCard_zgtwy_292{background:var(--white);border-radius:16px;padding:2rem;box-shadow:0 8px 25px #0000001a;text-align:center;max-width:400px;border:2px solid var(--primary)}._quizTitle_zgtwy_302{font-size:1.5rem;font-weight:600;color:var(--primary3);margin-bottom:1rem}._quizDescription_zgtwy_309{font-size:1rem;color:var(--gray);margin-bottom:1.5rem;line-height:1.6}._quizButton_zgtwy_316{background:var(--primary);color:var(--white);border:none;padding:1rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}._quizButton_zgtwy_316:hover{background:var(--primary2);transform:translateY(-2px)}._chatModal_zgtwy_333{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._chatContent_zgtwy_346{background:var(--white);border-radius:16px;width:90%;max-width:500px;max-height:80vh;overflow:hidden}._chatHeader_zgtwy_355{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0;background:var(--primary);color:var(--white)}._chatHeader_zgtwy_355 h3{margin:0;font-size:1.2rem}._closeChat_zgtwy_370{background:none;border:none;color:var(--white);font-size:1.2rem;cursor:pointer;padding:.5rem;border-radius:4px}._closeChat_zgtwy_370:hover{background:#fff3}._chatBody_zgtwy_384{padding:2rem;text-align:center;color:var(--gray)}._quizModal_zgtwy_390{position:fixed;inset:0;background:#000c;z-index:2000;display:flex;align-items:center;justify-content:center}@media (max-width: 1024px){._learningArea_zgtwy_114{grid-template-columns:1fr;gap:3rem;max-width:800px}._tocoImage_zgtwy_155{width:350px;height:350px}}@media (max-width: 768px){._headerContent_zgtwy_15{flex-direction:column;gap:1rem}._headerControls_zgtwy_83{order:-1;align-self:flex-end}._learningArea_zgtwy_114{grid-template-columns:1fr;gap:2rem}._tocoContainer_zgtwy_129{position:static;margin-bottom:2rem}._tocoImage_zgtwy_155{width:280px;height:280px}._title_zgtwy_45{font-size:1.2rem}._messageText_zgtwy_240{font-size:1rem}._progressContainer_zgtwy_52{max-width:250px}}._fullQuizContainer_zgtwy_457{width:100%;min-height:600px;display:flex;align-items:center;justify-content:center}._fullQuizContainer_zgtwy_457 ._inlineQuiz_zgtwy_465{max-width:800px;width:100%}._evaluationContainer_1xy72_1{background:transparent;border-radius:0;padding:24px;box-shadow:none}._overallScore_1xy72_8{display:flex;align-items:center;gap:24px;padding-bottom:24px;border-bottom:2px solid #f0f0f0;margin-bottom:24px}._scoreCircle_1xy72_17{min-width:120px;width:120px;height:120px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:700;box-shadow:0 4px 12px #00000026}._scoreHigh_1xy72_30{background:linear-gradient(135deg,#10b981,#059669);color:#fff}._scoreMedium_1xy72_35{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}._scoreLow_1xy72_40{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}._scoreNumber_1xy72_45{font-size:48px;line-height:1}._scoreMax_1xy72_50{font-size:18px;opacity:.9}._scoreInfo_1xy72_55{flex:1}._scoreLabel_1xy72_59{font-size:24px;margin:0 0 8px;color:#1a1a1a}._overallFeedback_1xy72_65{font-size:16px;color:#666;margin:0;line-height:1.5}._section_1xy72_72{margin-bottom:24px}._sectionTitle_1xy72_76{font-size:18px;font-weight:600;margin:0 0 16px;color:#1a1a1a;display:flex;align-items:center;gap:8px}._list_1xy72_86{list-style:none;padding:0;margin:0}._listItemPositive_1xy72_92,._listItemImprovement_1xy72_93{padding:12px 16px;margin-bottom:8px;border-radius:8px;font-size:15px;line-height:1.5}._listItemPositive_1xy72_92{background:#f0fdf4;border-left:4px solid #10b981;color:#166534}._listItemImprovement_1xy72_93{background:#fef3c7;border-left:4px solid #f59e0b;color:#92400e}._criteriaGrid_1xy72_113{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}._criteriaCard_1xy72_119{background:#f9fafb;border-radius:8px;padding:16px;border:1px solid #e5e7eb}._criteriaHeader_1xy72_126{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._criteriaName_1xy72_133{font-weight:600;font-size:14px;color:#374151}._criteriaScore_1xy72_139{font-weight:700;font-size:16px;padding:4px 12px;border-radius:12px}._criteriaProgressBar_1xy72_146{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:12px}._criteriaProgressFill_1xy72_154{height:100%;transition:width .5s ease}._criteriaFeedback_1xy72_159{font-size:13px;color:#6b7280;margin:0;line-height:1.5}@media (max-width: 768px){._overallScore_1xy72_8{flex-direction:column;text-align:center}._scoreCircle_1xy72_17{min-width:100px;width:100px;height:100px}._scoreNumber_1xy72_45{font-size:36px}._scoreMax_1xy72_50{font-size:14px}._criteriaGrid_1xy72_113{grid-template-columns:1fr}}._modalOverlay_1q87v_1{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._modalContent_1q87v_16{background:#fff;border-radius:16px;width:100%;max-width:1400px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}._modalHeader_1q87v_26{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:2px solid #f0f0f0;position:sticky;top:0;background:#fff;z-index:10}._modalTitle_1q87v_38{font-size:24px;font-weight:700;margin:0;color:#1a1a1a}._closeButton_1q87v_45{width:40px;height:40px;border-radius:50%;border:none;background:#f3f4f6;color:#6b7280;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}._closeButton_1q87v_45:hover{background:#e5e7eb;color:#1f2937;transform:rotate(90deg)}._comparisonContainer_1q87v_66{display:grid;grid-template-columns:1fr auto 1fr;gap:24px;padding:32px}._iterationColumn_1q87v_73{min-width:0}._columnHeader_1q87v_77{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._iterationTitle_1q87v_84{font-size:20px;font-weight:600;margin:0;color:#1a1a1a}._timestamp_1q87v_91{font-size:14px;color:#6b7280;background:#f3f4f6;padding:4px 12px;border-radius:12px}._scoreDisplay_1q87v_99{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding:16px;background:#f9fafb;border-radius:12px}._scoreLabel_1q87v_109{font-size:16px;font-weight:500;color:#374151}._scoreValue_1q87v_115{font-size:24px;font-weight:700;padding:8px 16px;border-radius:8px}._scoreHigh_1q87v_122{background:#d1fae5;color:#065f46}._scoreMedium_1q87v_127{background:#fef3c7;color:#92400e}._scoreLow_1q87v_132{background:#fee2e2;color:#991b1b}._section_1q87v_137{margin-bottom:24px}._sectionTitle_1q87v_141{font-size:14px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px}._promptBox_1q87v_150,._responseBox_1q87v_151{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px;font-size:15px;line-height:1.6;color:#1f2937;white-space:pre-wrap;word-break:break-word;max-height:300px;overflow-y:auto}._promptBox_1q87v_150{font-family:Courier New,monospace;background:#f0f9ff;border-color:#bae6fd}._deltaColumn_1q87v_171{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 16px}._deltaIndicator_1q87v_179{display:flex;flex-direction:column;align-items:center;gap:8px}._arrowUp_1q87v_186,._arrowDown_1q87v_187,._arrowNeutral_1q87v_188{font-size:48px;font-weight:700;line-height:1}._arrowUp_1q87v_186{color:#10b981;animation:_bounce_1q87v_1 1s ease-in-out}._arrowDown_1q87v_187{color:#ef4444;animation:_bounce_1q87v_1 1s ease-in-out}._arrowNeutral_1q87v_188{color:#6b7280}._deltaPositive_1q87v_208{font-size:28px;font-weight:700;color:#10b981}._deltaNegative_1q87v_214{font-size:28px;font-weight:700;color:#ef4444}._deltaNeutral_1q87v_220{font-size:28px;font-weight:700;color:#6b7280}._deltaLabel_1q87v_226{font-size:12px;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;margin-top:8px}@keyframes _bounce_1q87v_1{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}._modalContent_1q87v_16::-webkit-scrollbar,._promptBox_1q87v_150::-webkit-scrollbar,._responseBox_1q87v_151::-webkit-scrollbar{width:8px}._modalContent_1q87v_16::-webkit-scrollbar-track,._promptBox_1q87v_150::-webkit-scrollbar-track,._responseBox_1q87v_151::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}._modalContent_1q87v_16::-webkit-scrollbar-thumb,._promptBox_1q87v_150::-webkit-scrollbar-thumb,._responseBox_1q87v_151::-webkit-scrollbar-thumb{background:#888;border-radius:4px}._modalContent_1q87v_16::-webkit-scrollbar-thumb:hover,._promptBox_1q87v_150::-webkit-scrollbar-thumb:hover,._responseBox_1q87v_151::-webkit-scrollbar-thumb:hover{background:#555}@media (max-width: 1024px){._comparisonContainer_1q87v_66{grid-template-columns:1fr;gap:32px}._deltaColumn_1q87v_171{flex-direction:row;padding:16px 0;justify-content:center}._deltaIndicator_1q87v_179{flex-direction:row;gap:16px}._arrowUp_1q87v_186,._arrowDown_1q87v_187,._arrowNeutral_1q87v_188{font-size:36px;transform:rotate(90deg)}._deltaLabel_1q87v_226{margin-top:0;margin-left:8px}}@media (max-width: 768px){._modalHeader_1q87v_26{padding:16px 20px}._modalTitle_1q87v_38{font-size:20px}._comparisonContainer_1q87v_66{padding:20px}._scoreDisplay_1q87v_99{flex-direction:column;align-items:flex-start;gap:8px}._scoreValue_1q87v_115{font-size:20px}}._playground_a2js5_1{min-height:100vh;background:#fff}._skeletonCard_a2js5_8{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f}._skeletonHeader_a2js5_17{display:flex;align-items:center;padding:20px 24px;border-bottom:2px solid #f0f0f0;background:#fafafa}._skeletonBody_a2js5_25{padding:24px;display:flex;flex-direction:column;gap:14px}._skeletonStatus_a2js5_32{font-size:13px;color:#9ca3af;font-style:italic;margin:0 0 4px}._skeletonLine_a2js5_39{height:12px;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e4e4e4,#f0f0f0 75%);background-size:200% 100%;animation:_shimmer_a2js5_1 1.6s ease-in-out infinite}._skeletonLong_a2js5_47{width:100%}._skeletonMedium_a2js5_51{width:72%}._skeletonShort_a2js5_55{width:48%}@keyframes _shimmer_a2js5_1{0%{background-position:200% 0}to{background-position:-200% 0}}._hero_a2js5_70{padding:60px 0 40px;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2)}._heroContent_a2js5_76{text-align:center}._title_a2js5_80{font-size:48px;font-weight:700;margin:0 0 16px;text-shadow:2px 2px 4px rgba(0,0,0,.2)}._subtitle_a2js5_87{font-size:20px;margin:0 0 24px;opacity:.95}._backButton_a2js5_93{background:#fff3;color:#fff;border:2px solid white;padding:10px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._backButton_a2js5_93:hover{background:#fff;color:#667eea;transform:translateY(-2px)}._content_a2js5_112{padding:40px 0 80px;background:#fff}._toolSelector_a2js5_118{text-align:center;max-width:1200px;margin:0 auto}._selectorTitle_a2js5_124{font-size:36px;color:#1a1a1a;margin:0 0 16px}._selectorDescription_a2js5_130{font-size:18px;color:#666;margin:0 0 48px}._toolGrid_a2js5_136{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-top:32px}._toolCard_a2js5_143,._toolCardDisabled_a2js5_144{background:#fff;border-radius:16px;padding:32px;text-align:center;cursor:pointer;transition:all .3s;box-shadow:0 4px 16px #0000001a;border:3px solid transparent}._toolCard_a2js5_143:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0003;border-color:#667eea}._toolCardDisabled_a2js5_144{opacity:.6;cursor:not-allowed}._toolIcon_a2js5_166{font-size:64px;margin-bottom:16px}._toolTitle_a2js5_171{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 12px}._toolDescription_a2js5_178{font-size:16px;color:#666;line-height:1.6;margin:0 0 16px}._toolBadge_a2js5_185,._toolBadgeDisabled_a2js5_186{display:inline-block;padding:6px 16px;border-radius:20px;font-size:14px;font-weight:600}._toolBadge_a2js5_185{background:#d1fae5;color:#065f46}._toolBadgeDisabled_a2js5_186{background:#f3f4f6;color:#6b7280}._promptEvaluator_a2js5_205{max-width:1400px;margin:0 auto}._evaluatorHeader_a2js5_210{background:#fff;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f}._limitsDisplay_a2js5_220{display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding-bottom:24px}._limitBadge_a2js5_228{display:flex;align-items:center;gap:8px;background:#f9fafb;padding:12px 16px;border-radius:8px;border:1px solid #e5e7eb;cursor:help;transition:all .2s}._limitBadge_a2js5_228:hover{background:#f3f4f6;border-color:#667eea;transform:translateY(-1px)}._limitLabel_a2js5_246{display:flex;align-items:center;gap:6px;font-size:14px;color:#6b7280;font-weight:500}._infoIcon_a2js5_255{font-size:16px;opacity:.7}._limitValue_a2js5_260{font-size:16px;font-weight:700;color:#1a1a1a}._resetButton_a2js5_266{margin-left:auto;background:#f3f4f6;border:none;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;color:#374151;cursor:pointer;transition:all .2s}._resetButton_a2js5_266:hover:not(:disabled){background:#e5e7eb;transform:translateY(-1px)}._resetButton_a2js5_266:disabled{opacity:.5;cursor:not-allowed}._inputSection_a2js5_289{background:#fff;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f}._inputLabel_a2js5_299{display:block;font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:12px}._promptInput_a2js5_307{width:100%;padding:16px;border:2px solid #e5e7eb;border-radius:8px;font-size:15px;font-family:Courier New,monospace;line-height:1.6;resize:vertical;transition:border-color .2s}._promptInput_a2js5_307:focus{outline:none;border-color:#667eea}._promptInput_a2js5_307:disabled{background:#f9fafb;cursor:not-allowed}._inputFooter_a2js5_329{display:flex;justify-content:space-between;align-items:center;margin-top:12px}._charCount_a2js5_336{font-size:14px;color:#6b7280}._sendButton_a2js5_341,._stopButton_a2js5_342{width:48px;height:48px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #0000001a}._sendButton_a2js5_341{background:#667eea;color:#fff}._sendButton_a2js5_341:hover:not(:disabled){background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}._sendButton_a2js5_341:disabled{background:#d1d5db;cursor:not-allowed;opacity:.6}._stopButton_a2js5_342{background:#ef4444;color:#fff}._stopButton_a2js5_342:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 4px 12px #ef444466}._sendButton_a2js5_341 svg,._stopButton_a2js5_342 svg{width:20px;height:20px}._errorMessage_a2js5_389{margin-top:12px;padding:12px 16px;background:#fee2e2;border-left:4px solid #ef4444;border-radius:4px;color:#991b1b;font-size:14px}._resultsSection_a2js5_399{margin-bottom:24px}._resultsGrid_a2js5_403{display:flex;gap:24px;align-items:flex-start}._resultsGrid_a2js5_403>*{flex:1}._resultCard_a2js5_413{background:#fff;border-radius:12px;padding:0;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;overflow:hidden}._resultHeader_a2js5_423{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:2px solid #f0f0f0;cursor:pointer;transition:background-color .2s;-webkit-user-select:none;user-select:none}._resultHeader_a2js5_423:hover{background-color:#f9fafb}._resultTitle_a2js5_438{font-size:20px;font-weight:700;color:#1a1a1a;margin:0}._collapseButton_a2js5_445{background:none;border:none;font-size:24px;color:#667eea;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}._collapseButton_a2js5_445:hover{background-color:#f3f4f6}._responseContent_a2js5_465{font-size:15px;line-height:1.8;color:#374151;white-space:pre-wrap;word-break:break-word;padding:24px}._historySection_a2js5_474{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f}._historyTitle_a2js5_483{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 20px}._historyGrid_a2js5_490{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}._historyCard_a2js5_496{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px;transition:all .2s}._historyCard_a2js5_496:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea33}._historyHeader_a2js5_509{display:flex;align-items:center;gap:12px;margin-bottom:12px}._iterationNumber_a2js5_516{font-weight:700;color:#667eea;font-size:16px}._iterationTime_a2js5_522{font-size:13px;color:#6b7280;margin-left:auto}._iterationScore_a2js5_528{font-weight:700;font-size:14px;background:#f0f9ff;color:#0369a1;padding:4px 8px;border-radius:4px}._historyPrompt_a2js5_537{font-size:14px;color:#374151;line-height:1.5;margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._compareButton_a2js5_548{width:100%;background:#667eea;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}._compareButton_a2js5_548:hover{background:#5568d3;transform:translateY(-1px)}@media (max-width: 1024px){._resultsGrid_a2js5_403{grid-template-columns:1fr}}@media (max-width: 768px){._title_a2js5_80{font-size:32px}._subtitle_a2js5_87{font-size:16px}._limitsDisplay_a2js5_220{flex-direction:column;align-items:stretch}._resetButton_a2js5_266{margin-left:0;margin-top:8px}._toolGrid_a2js5_136,._historyGrid_a2js5_490{grid-template-columns:1fr}}._wrapper_1qv7h_1{max-width:1200px;margin:0 auto;padding:2rem}._title_1qv7h_7{font-size:2rem;font-weight:700;margin-bottom:1rem;text-align:center;color:var(--primary-color, #2d3748)}._subtitle_1qv7h_15{text-align:center;margin-bottom:2rem;color:#666;font-size:1.125rem}._actions_1qv7h_22{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem}._startButton_1qv7h_29{padding:.75rem 1.5rem;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:1rem;transition:all .2s;box-shadow:0 2px 4px #0000001a;background-color:#48bb78}._startButton_1qv7h_29:hover{background-color:#38a169;transform:translateY(-2px);box-shadow:0 4px 6px #00000026}._infoSection_1qv7h_48{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem}._infoCard_1qv7h_55{background-color:#f7fafc;padding:1.5rem;border-radius:8px;border:1px solid #e2e8f0}._infoCard_1qv7h_55 h3{font-size:1.25rem;font-weight:600;color:var(--primary-color, #2d3748);margin-bottom:1rem}._infoCard_1qv7h_55 ul{list-style:none;padding:0;margin:0}._infoCard_1qv7h_55 li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#4a5568}._infoCard_1qv7h_55 li:before{content:"✓";position:absolute;left:0;color:#48bb78;font-weight:700}._simulatorWrapper_1qv7h_90{width:100%}._simulatorNav_1qv7h_94{display:flex;margin-bottom:1rem}._modeSelection_1qv7h_100{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:1rem;margin-bottom:2rem}._modeCard_1qv7h_108{background:#f7fafc;border:2px solid #e2e8f0;border-radius:12px;padding:2rem;cursor:pointer;transition:all .2s;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}._modeCard_1qv7h_108:hover{border-color:#4299e1;background:#ebf8ff;transform:translateY(-2px);box-shadow:0 4px 12px #4299e126}._modeIcon_1qv7h_129{font-size:2.5rem;line-height:1}._modeTitle_1qv7h_134{font-size:1.25rem;font-weight:600;color:var(--primary-color, #2d3748);margin:0}._modeDescription_1qv7h_141{color:#718096;font-size:.95rem;line-height:1.5;margin:0}._modeButton_1qv7h_148{padding:.6rem 1.5rem;background:#4299e1;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s;margin-top:.5rem}._modeButton_1qv7h_148:hover{background:#3182ce}._setupSection_1qv7h_166{margin-bottom:2rem}._setupSectionTitle_1qv7h_170{font-size:1.25rem;font-weight:600;color:var(--primary-color, #2d3748);margin-bottom:1rem}._setupDescription_1qv7h_177{color:#718096;font-size:.95rem;margin-bottom:1rem}._classesList_1qv7h_183{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}._classRow_1qv7h_190{display:flex;align-items:center;gap:.75rem}._classNumber_1qv7h_196{font-weight:600;color:#4a5568;min-width:1.5rem}._classInput_1qv7h_202{flex:1;padding:.6rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s;outline:none}._classInput_1qv7h_202:focus{border-color:#4299e1}._removeClassBtn_1qv7h_216{padding:.5rem 1rem;background:#fed7d7;color:#c53030;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .2s;white-space:nowrap}._removeClassBtn_1qv7h_216:hover{background:#feb2b2}._addClassBtn_1qv7h_233{padding:.6rem 1.25rem;background:#ebf8ff;color:#2b6cb0;border:2px dashed #90cdf4;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}._addClassBtn_1qv7h_233:hover{background:#bee3f8;border-color:#4299e1}._uploadZone_1qv7h_251{border:2px dashed #cbd5e0;border-radius:12px;padding:2.5rem;text-align:center;cursor:pointer;transition:all .2s;background:#f7fafc;margin-bottom:1rem}._uploadZone_1qv7h_251:hover,._uploadZoneDragOver_1qv7h_263{border-color:#4299e1;background:#ebf8ff}._uploadIcon_1qv7h_268{font-size:2rem;margin-bottom:.5rem}._uploadText_1qv7h_273{color:#718096;font-size:.95rem;margin:0}._imagePreviewGrid_1qv7h_279{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}._previewItem_1qv7h_286{position:relative;width:80px;height:80px}._previewThumb_1qv7h_292{width:100%;height:100%;object-fit:cover;border-radius:8px;box-shadow:0 2px 4px #0000001a}._removeImageBtn_1qv7h_300{position:absolute;top:-6px;right:-6px;width:22px;height:22px;background:#fc8181;color:#fff;border:none;border-radius:50%;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0003;transition:background-color .2s;line-height:1}._removeImageBtn_1qv7h_300:hover{background:#f56565}._imageCount_1qv7h_325{color:#718096;font-size:.875rem;margin-bottom:1.5rem}._warningText_1qv7h_331{color:#c53030;font-size:.875rem;margin-top:.5rem}._setupActions_1qv7h_338{display:flex;gap:1rem;justify-content:center;margin-top:2rem}._backBtn_1qv7h_345{padding:.75rem 1.5rem;background:#e2e8f0;color:#2d3748;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s}._backBtn_1qv7h_345:hover{background:#cbd5e0}._startButton_1qv7h_29:disabled{background:#cbd5e0;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width: 768px){._infoSection_1qv7h_48,._modeSelection_1qv7h_100{grid-template-columns:1fr}._wrapper_1qv7h_1{padding:1rem}}._container_stug3_3{max-width:1100px;margin:0 auto;position:relative}._stepper_stug3_10{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:28px}._stepperItem_stug3_18{display:flex;align-items:center;gap:8px;position:relative}._stepperCircle_stug3_25{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0;background:#e5e7eb;color:#9ca3af;transition:all .3s}._stepperItemActive_stug3_40 ._stepperCircle_stug3_25{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}._stepperItemDone_stug3_45 ._stepperCircle_stug3_25{background:#10b981;color:#fff}._stepperLabel_stug3_50{font-size:13px;font-weight:600;color:#9ca3af;white-space:nowrap}._stepperItemActive_stug3_40 ._stepperLabel_stug3_50{color:#667eea}._stepperItemDone_stug3_45 ._stepperLabel_stug3_50{color:#10b981}._stepperLine_stug3_65{width:40px;height:2px;background:#e5e7eb;margin:0 8px;flex-shrink:0}._stepperItemDone_stug3_45 ._stepperLine_stug3_65{background:#10b981}._goalCallout_stug3_78{display:flex;gap:14px;align-items:flex-start;background:linear-gradient(135deg,#eef2ff,#f5f3ff);border:2px solid #c7d2fe;border-radius:14px;padding:18px 22px;margin-bottom:24px}._goalIcon_stug3_89{font-size:28px;flex-shrink:0;line-height:1}._goalCallout_stug3_78 strong{font-size:16px;color:#3730a3;display:block;margin-bottom:6px}._goalDescription_stug3_102{font-size:14px;line-height:1.6;color:#4338ca;margin:0}._sentenceCard_stug3_110{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;background:#fff;border:2px solid #e5e7eb;border-radius:10px;cursor:grab;transition:all .2s;-webkit-user-select:none;user-select:none}._sentenceCard_stug3_110:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea26}._sentenceCard_stug3_110:active{cursor:grabbing}._sentenceText_stug3_132{flex:1;font-size:14px;line-height:1.5;color:#374151}._categoryBadge_stug3_139{flex-shrink:0;padding:3px 10px;border-radius:12px;font-size:11px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px}._sentimentIcon_stug3_150{flex-shrink:0;font-size:18px;line-height:1}._removeButton_stug3_156{flex-shrink:0;background:none;border:none;font-size:20px;color:#9ca3af;cursor:pointer;padding:0 4px;line-height:1;transition:color .15s}._removeButton_stug3_156:hover{color:#ef4444}._selectionScreen_stug3_173{display:flex;flex-direction:column;gap:24px}._columnsLayout_stug3_179{display:grid;grid-template-columns:1fr 1fr;gap:24px;min-height:400px}._poolSection_stug3_186,._datasetSection_stug3_187{background:#f9fafb;border-radius:14px;padding:20px;border:2px solid #e5e7eb;display:flex;flex-direction:column;gap:10px}._datasetSection_stug3_187{border-color:#667eea;border-style:dashed;transition:background .2s}._datasetSectionDragOver_stug3_203{background:#eef2ff}._sectionTitle_stug3_207{font-size:18px;font-weight:700;color:#1a1a1a;margin:0 0 4px}._sectionSubtitle_stug3_214{font-size:13px;color:#6b7280;margin:0 0 8px}._sentenceList_stug3_220{display:flex;flex-direction:column;gap:8px;flex:1;overflow-y:auto;max-height:500px}._emptyMessage_stug3_229{color:#9ca3af;font-size:14px;text-align:center;padding:32px 16px;font-style:italic}._datasetStats_stug3_237{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px;padding-top:12px;border-top:1px solid #e5e7eb}._statBadge_stug3_246{display:flex;align-items:center;gap:6px;font-size:12px;color:#4b5563;background:#fff;padding:4px 10px;border-radius:8px;border:1px solid #e5e7eb}._statDot_stug3_258{width:8px;height:8px;border-radius:50%;display:inline-block}._actionSection_stug3_266{text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}._trainButton_stug3_274{padding:14px 48px;font-size:18px;font-weight:700;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px #667eea4d}._trainButton_stug3_274:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}._trainButton_stug3_274:disabled{opacity:.5;cursor:not-allowed}._helpText_stug3_297{font-size:14px;color:#6b7280}._trainingScreen_stug3_303{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:24px}._trainingTitle_stug3_312{font-size:28px;font-weight:700;color:#1a1a1a}._progressBarContainer_stug3_318{width:100%;max-width:500px;height:20px;background:#e5e7eb;border-radius:10px;overflow:hidden}._progressBarFill_stug3_327{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:10px;transition:width .1s linear}._progressText_stug3_334{font-size:20px;font-weight:600;color:#4b5563}._trainingSteps_stug3_340{display:flex;gap:32px;margin-top:8px}._trainingStep_stug3_340{display:flex;align-items:center;gap:8px;font-size:14px;color:#6b7280}._trainingStepActive_stug3_354{color:#667eea;font-weight:600}._trainingStepDone_stug3_359{color:#10b981;font-weight:600}._stepIcon_stug3_364{font-size:18px}._interactionScreen_stug3_369{display:flex;flex-direction:column;gap:20px}._interactionHeader_stug3_375{text-align:center}._interactionTitle_stug3_379{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 8px}._interactionHint_stug3_386{font-size:15px;color:#6b7280;line-height:1.6;margin:0}._trainingDataSummary_stug3_394{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:10px 16px;background:#f9fafb;border-radius:10px;border:1px solid #e5e7eb}._summaryLabel_stug3_405{font-size:13px;font-weight:600;color:#6b7280}._chatArea_stug3_412{background:#f9fafb;border-radius:16px;border:2px solid #e5e7eb;overflow:hidden;display:flex;flex-direction:column}._chatMessages_stug3_421{flex:1;padding:20px;overflow-y:auto;max-height:400px;min-height:200px;display:flex;flex-direction:column;gap:14px}._chatWelcome_stug3_433{text-align:center;color:#4b5563;padding:16px}._chatWelcome_stug3_433 p{font-size:15px;line-height:1.6;margin:0 0 16px}._suggestions_stug3_445{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}._suggestionsLabel_stug3_452{width:100%;font-size:13px;color:#6b7280;margin:0 0 4px;font-weight:600}._suggestionChip_stug3_460{padding:8px 16px;background:#fff;border:1px solid #c7d2fe;border-radius:20px;font-size:13px;color:#4338ca;cursor:pointer;transition:all .2s}._suggestionChip_stug3_460:hover{background:#eef2ff;border-color:#818cf8}._chatMessage_stug3_421{display:flex;gap:10px;align-items:flex-start;max-width:85%}._chatUser_stug3_484{align-self:flex-end;flex-direction:row-reverse}._chatAssistant_stug3_489{align-self:flex-start}._chatAvatar_stug3_493{font-size:24px;flex-shrink:0;line-height:1}._chatBubble_stug3_499{padding:12px 16px;border-radius:14px;font-size:14px;line-height:1.6;white-space:pre-wrap;word-break:break-word}._chatUser_stug3_484 ._chatBubble_stug3_499{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-bottom-right-radius:4px}._chatAssistant_stug3_489 ._chatBubble_stug3_499{background:#fff;color:#374151;border:1px solid #e5e7eb;border-bottom-left-radius:4px}._typingDots_stug3_522{display:flex;gap:4px;padding:14px 18px;background:#fff;border:1px solid #e5e7eb;border-radius:14px 14px 14px 4px}._typingDots_stug3_522 span{width:8px;height:8px;background:#9ca3af;border-radius:50%;animation:_bounce_stug3_1 1.2s infinite}._typingDots_stug3_522 span:nth-child(2){animation-delay:.2s}._typingDots_stug3_522 span:nth-child(3){animation-delay:.4s}@keyframes _bounce_stug3_1{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}._chatInputWrapper_stug3_560{border-top:1px solid #e5e7eb;padding:12px 16px;background:#fff}._resultsScreen_stug3_567{display:flex;flex-direction:column;gap:24px}._resultsTitle_stug3_573{font-size:28px;font-weight:700;color:#1a1a1a;text-align:center;margin:0}._compositionSection_stug3_582{background:#fff;border-radius:14px;padding:24px;box-shadow:0 2px 8px #0000000f}._compositionTitle_stug3_589{font-size:18px;font-weight:700;color:#1a1a1a;margin:0 0 16px}._compositionGrid_stug3_596{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}._compositionCard_stug3_603{display:flex;align-items:center;gap:14px;position:relative;padding:8px 0}._compositionBar_stug3_611{height:24px;border-radius:6px;min-width:12px;transition:width .5s ease}._compositionLabel_stug3_618{font-size:13px;font-weight:600;color:#374151;min-width:80px}._compositionCount_stug3_625{font-size:14px;font-weight:700;color:#1a1a1a}._sentimentBar_stug3_632{display:flex;height:32px;border-radius:8px;overflow:hidden;font-size:13px;font-weight:700}._sentimentPositive_stug3_641{background:#d1fae5;color:#065f46;display:flex;align-items:center;justify-content:center;gap:4px;transition:width .5s ease;min-width:fit-content;padding:0 8px}._sentimentNegative_stug3_653{background:#fee2e2;color:#991b1b;display:flex;align-items:center;justify-content:center;gap:4px;transition:width .5s ease;min-width:fit-content;padding:0 8px}._biasSection_stug3_666{background:#fff;border-radius:14px;padding:24px;box-shadow:0 2px 8px #0000000f}._biasSectionBiased_stug3_673{border-left:5px solid #f59e0b}._biasSectionFair_stug3_677{border-left:5px solid #10b981}._biasTitle_stug3_681{font-size:20px;font-weight:700;margin:0 0 8px;display:flex;align-items:center;gap:10px}._biasIcon_stug3_690{font-size:24px}._biasExplanation_stug3_694{font-size:15px;line-height:1.7;color:#374151;margin:0}._conversationReview_stug3_702{background:#fff;border-radius:14px;padding:24px;box-shadow:0 2px 8px #0000000f}._conversationTitle_stug3_709{font-size:18px;font-weight:700;color:#1a1a1a;margin:0 0 16px}._conversationList_stug3_716{display:flex;flex-direction:column;gap:10px;max-height:300px;overflow-y:auto}._reviewMessage_stug3_724{padding:12px 16px;border-radius:10px;border:1px solid #e5e7eb}._reviewUser_stug3_730{background:#f5f3ff;border-color:#c7d2fe}._reviewAssistant_stug3_735{background:#f9fafb}._reviewRole_stug3_739{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#6b7280;display:block;margin-bottom:4px}._reviewContent_stug3_749{font-size:14px;line-height:1.5;color:#374151;margin:0;white-space:pre-wrap}._buttonGroup_stug3_758{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}._resetButton_stug3_765{padding:12px 32px;font-size:16px;font-weight:600;color:#374151;background:#f3f4f6;border:none;border-radius:10px;cursor:pointer;transition:all .2s}._resetButton_stug3_765:hover{background:#e5e7eb;transform:translateY(-1px)}._continueButton_stug3_782{padding:12px 32px;font-size:16px;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;cursor:pointer;transition:all .3s}._continueButton_stug3_782:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}@media (max-width: 768px){._columnsLayout_stug3_179{grid-template-columns:1fr}._stepper_stug3_10{gap:0;flex-wrap:wrap}._stepperLabel_stug3_50{display:none}._stepperLine_stug3_65{width:24px}._trainingSteps_stug3_340{flex-direction:column;gap:12px}._chatMessage_stug3_421{max-width:95%}}._limitsBadge_stug3_829{display:flex;align-items:center;gap:8px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:6px 14px;flex-shrink:0}._limitsLabel_stug3_840{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;cursor:help;border-bottom:1px dotted #9ca3af}._limitsValue_stug3_850{font-size:14px;font-weight:700;color:#374151}._limitsExhausted_stug3_856{color:#ef4444}._limitWarning_stug3_860{font-size:13px;color:#ef4444;text-align:center;margin:0 0 8px;font-weight:600}._interactionTitleRow_stug3_869{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}._customSentenceCard_stug3_878{border-color:#a78bfa;border-style:dashed}._addCustomButton_stug3_884{margin-top:8px;padding:10px 16px;background:#f5f3ff;border:2px dashed #c7d2fe;border-radius:10px;color:#4338ca;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;text-align:center;width:100%}._addCustomButton_stug3_884:hover{background:#ede9fe;border-color:#818cf8}._customForm_stug3_904{margin-top:8px;padding:16px;background:#f5f3ff;border:2px solid #c7d2fe;border-radius:12px;display:flex;flex-direction:column;gap:10px}._customFormHeader_stug3_915{display:flex;justify-content:space-between;align-items:center}._customFormTitle_stug3_921{font-size:14px;font-weight:700;color:#4338ca}._customFormClose_stug3_927{background:none;border:none;font-size:16px;color:#6b7280;cursor:pointer;padding:2px 6px;line-height:1}._customFormClose_stug3_927:hover{color:#1f2937}._customFormInput_stug3_941{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;line-height:1.5;resize:none;font-family:inherit;box-sizing:border-box}._customFormInput_stug3_941:focus{outline:none;border-color:#818cf8;box-shadow:0 0 0 2px #818cf833}._customFormInputInvalid_stug3_959{border-color:#f87171}._customFormInputInvalid_stug3_959:focus{border-color:#ef4444;box-shadow:0 0 0 2px #ef444426}._customFormValidation_stug3_968{margin:4px 0 0;font-size:12px;color:#ef4444}._customFormOptions_stug3_974{display:flex;gap:16px;flex-wrap:wrap}._customFormGroup_stug3_980{display:flex;align-items:center;gap:8px}._customFormLabel_stug3_986{font-size:13px;font-weight:600;color:#4b5563}._customFormSelect_stug3_992{padding:6px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;background:#fff;cursor:pointer}._sentimentToggle_stug3_1001{display:flex;gap:4px}._sentimentOption_stug3_1006{padding:5px 12px;border:1px solid #d1d5db;border-radius:6px;background:#fff;font-size:13px;cursor:pointer;transition:all .15s}._sentimentOption_stug3_1006:hover{background:#f3f4f6}._sentimentOptionActive_stug3_1020{background:#ede9fe;border-color:#818cf8;color:#4338ca;font-weight:600}._customFormSubmit_stug3_1027{padding:8px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;align-self:flex-end}._customFormSubmit_stug3_1027:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 3px 8px #667eea4d}._customFormSubmit_stug3_1027:disabled{opacity:.5;cursor:not-allowed}._training_k95hh_1{min-height:100vh}._hero_k95hh_7{padding:5rem 0 4rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary2) 100%)}._heroTitle_k95hh_12{font-size:2.75rem;font-weight:700;color:var(--white);margin-bottom:1rem;line-height:1.2}._heroSubtitle_k95hh_20{font-size:1.15rem;color:#ffffffe6;max-width:680px;line-height:1.7}._curriculum_k95hh_29{padding:4rem 0;background:var(--light-gray)}._sectionHeading_k95hh_34{font-size:1.4rem;font-weight:700;color:var(--primary3);text-transform:uppercase;letter-spacing:.06em;margin-bottom:2.5rem}._levelsList_k95hh_43{display:flex;flex-direction:column;gap:3rem}._levelSection_k95hh_51{background:var(--white);border-radius:16px;padding:2rem 2rem 2.5rem;box-shadow:0 2px 12px #0000000f}._levelHeader_k95hh_58{display:flex;align-items:flex-start;gap:1.25rem;margin-bottom:1.75rem;padding-bottom:1.5rem;border-bottom:2px solid var(--light-gray)}._levelNumber_k95hh_67{font-size:2.5rem;font-weight:800;color:var(--primary);line-height:1;min-width:3rem;flex-shrink:0}._levelTitle_k95hh_76{font-size:1.5rem;font-weight:700;color:var(--primary3);margin-bottom:.375rem}._levelSubtitle_k95hh_83{font-size:.95rem;color:var(--gray);line-height:1.6;max-width:640px}._subLevelsGrid_k95hh_92{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}._subLevelCard_k95hh_100{background:var(--light-gray);border-radius:12px;padding:1.25rem 1.25rem 1.5rem;display:flex;flex-direction:column;gap:.625rem;transition:box-shadow .2s ease}._subLevelCard_k95hh_100:hover{box-shadow:0 4px 16px #42c6a526}._subLevelTitle_k95hh_114{font-size:1rem;font-weight:600;color:var(--primary3);line-height:1.3}._subLevelDescription_k95hh_121{font-size:.875rem;color:var(--gray);line-height:1.55;flex:1}._topicsSection_k95hh_130{margin-top:.5rem}._topicsLabel_k95hh_134{display:block;font-size:.7rem;font-weight:700;color:var(--primary3);text-transform:uppercase;letter-spacing:.07em;margin-bottom:.5rem}._topicsList_k95hh_144{display:flex;flex-wrap:wrap;gap:.375rem;list-style:none;padding:0;margin:0}._topicChip_k95hh_153{font-size:.72rem;font-weight:500;color:var(--primary3);background:#42c6a51f;border:1px solid rgba(66,198,165,.3);border-radius:100px;padding:.2rem .65rem;line-height:1.4}._cta_k95hh_166{padding:4.5rem 0;background:var(--primary3)}._ctaContent_k95hh_171{text-align:center;max-width:600px;margin:0 auto}._ctaTitle_k95hh_177{font-size:2rem;font-weight:700;color:var(--white);margin-bottom:1rem}._ctaText_k95hh_184{font-size:1.05rem;color:#fffc;line-height:1.7;margin-bottom:2rem}._ctaButton_k95hh_191{font-size:1rem;padding:.875rem 2rem}@media (max-width: 768px){._heroTitle_k95hh_12{font-size:2rem}._levelHeader_k95hh_58{flex-direction:column;gap:.75rem}._levelNumber_k95hh_67{font-size:1.75rem}._subLevelsGrid_k95hh_92{grid-template-columns:1fr}._ctaTitle_k95hh_177{font-size:1.5rem}}:root{--primary: #42c6a5;--primary2: #fbb344;--primary3: #33354e;--white: #ffffff;--light-gray: #f8f9fa;--gray: #6c757d;--dark-gray: #343a40;--black: #000000}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--primary3);line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 1rem;overflow:visible}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:all .3s ease;text-align:center}.btn-primary{background-color:var(--primary);color:var(--white)}.btn-primary:hover{background-color:#38b396;transform:translateY(-2px)}.btn-secondary{background-color:var(--primary2);color:var(--white)}.btn-secondary:hover{background-color:#e6a13a;transform:translateY(-2px)}.btn-outline{background-color:transparent;color:var(--primary3);border:2px solid var(--primary3)}.btn-outline:hover{background-color:var(--primary3);color:var(--white)}
