:root{--color-primary: #3F7BFC;--color-primary-hover: #2C6AF1;--color-primary-light: #E7EFFF;--color-secondary: #8C7AFF;--color-secondary-light: #DCD6FF;--color-secondary-lighter: #EBE8FF;--color-gray-50: #F9FAFB;--color-gray-100: #F3F4F6;--color-gray-200: #E5E7EB;--color-gray-300: #D1D5DB;--color-gray-400: #9CA3AF;--color-gray-500: #6B7280;--color-gray-600: #4B5563;--color-gray-700: #374151;--color-gray-800: #1F2937;--color-gray-900: #111827;--color-success: #2C6AF1;--color-error: #F54D50;--color-warning: #FF7A7C;--color-info: #4DA4F5;--color-bg-white: #FFFFFF;--color-bg-light: #F9FAFB;--color-bg-hover: #F7F9FF;--color-text-primary: #1F2937;--color-text-secondary: #6B7280;--color-text-muted: #9CA3AF;--color-text-white: #FFFFFF;--color-border-light: #E5E7EB;--color-border-medium: #D1D5DB;--shadow-sm: 0px 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0px 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0px 10px 15px rgba(0, 0, 0, .1);--shadow-xl: 0px 20px 25px rgba(0, 0, 0, .15);--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--radius-xl: 12px;--radius-2xl: 16px;--radius-3xl: 20px;--radius-full: 9999px;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 12px;--spacing-lg: 16px;--spacing-xl: 20px;--spacing-2xl: 24px;--spacing-3xl: 32px;--spacing-4xl: 40px;--spacing-5xl: 48px;--font-family: "SUIT", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-size-xs: 12px;--font-size-sm: 14px;--font-size-md: 16px;--font-size-lg: 18px;--font-size-xl: 20px;--font-size-2xl: 24px;--font-size-3xl: 32px;--font-size-4xl: 40px;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-extrabold: 800;--line-height-tight: 1.25;--line-height-normal: 1.35;--line-height-relaxed: 1.6}:root{font-family:var(--font-family);line-height:var(--line-height-normal);font-weight:var(--font-weight-normal);color:var(--color-text-primary);background-color:var(--color-bg-white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{font-weight:var(--font-weight-medium);text-decoration:inherit}a:hover{color:var(--color-primary-hover)}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--color-bg-white);color:var(--color-text-primary)}h1{font-size:var(--font-size-4xl);line-height:var(--line-height-tight);font-weight:var(--font-weight-bold)}h2{font-size:var(--font-size-3xl);line-height:var(--line-height-tight);font-weight:var(--font-weight-bold)}h3{font-size:var(--font-size-2xl);line-height:var(--line-height-tight);font-weight:var(--font-weight-semibold)}h4{font-size:var(--font-size-xl);line-height:var(--line-height-tight);font-weight:var(--font-weight-semibold)}h5{font-size:var(--font-size-lg);line-height:var(--line-height-tight);font-weight:var(--font-weight-semibold)}h6{font-size:var(--font-size-md);line-height:var(--line-height-tight);font-weight:var(--font-weight-semibold)}p{margin:0;line-height:var(--line-height-normal)}button{border-radius:var(--radius-md);border:1px solid transparent;padding:var(--spacing-md) var(--spacing-lg);font-size:var(--font-size-md);font-weight:var(--font-weight-medium);font-family:inherit;background-color:var(--color-primary);color:var(--color-text-white);cursor:pointer;transition:all .2s ease}button:focus,button:focus-visible{outline:none}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-sm{gap:var(--spacing-sm)}.gap-md{gap:var(--spacing-md)}.gap-lg{gap:var(--spacing-lg)}#root{max-width:100%;margin:0;padding:0;min-width:1440px}.app{min-height:100vh;display:flex;flex-direction:column}.app-nav{background:#fff;border-bottom:1px solid var(--color-gray-200);box-shadow:var(--shadow-small);position:sticky;top:0;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:60px}.nav-brand a{font-size:20px;font-weight:var(--font-weight-bold);color:var(--color-primary);text-decoration:none;transition:color .3s ease}.nav-brand a:hover{color:var(--color-primary-dark)}.nav-links{display:flex;gap:24px;align-items:center}.nav-links a{color:var(--color-gray-700);text-decoration:none;font-weight:var(--font-weight-medium);padding:8px 16px;border-radius:var(--border-radius-medium);transition:all .3s ease}.nav-links a:hover{color:var(--color-primary);background:var(--color-primary-light)}.showcase-link{background:var(--color-primary);color:#fff!important;font-weight:var(--font-weight-semibold)}.showcase-link:hover{background:var(--color-primary-dark)!important;color:#fff!important}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}._button_bqwg3_1{display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-sm);border:none;border-radius:var(--radius-md);font-family:var(--font-family);font-weight:var(--font-weight-semibold);cursor:pointer;transition:all .2s ease;text-decoration:none;position:relative;overflow:hidden}._button--s_bqwg3_18{padding:var(--spacing-sm) var(--spacing-md);font-size:var(--font-size-sm);min-height:32px}._button--m_bqwg3_24{padding:var(--spacing-md) var(--spacing-lg);font-size:var(--font-size-md);min-height:40px}._button--l_bqwg3_30{padding:var(--spacing-lg) var(--spacing-xl);font-size:var(--font-size-lg);min-height:48px}._button--xl_bqwg3_36{padding:var(--spacing-xl) var(--spacing-2xl);font-size:var(--font-size-xl);min-height:56px}._button--primary_bqwg3_43{background-color:var(--color-primary);color:var(--color-text-white)}._button--primary_bqwg3_43:hover{background-color:var(--color-primary-hover)}._button--secondary_bqwg3_52{background-color:var(--color-secondary);color:var(--color-text-white)}._button--secondary_bqwg3_52:hover{background-color:var(--color-secondary-light)}._button--black_bqwg3_61{background-color:var(--color-gray-800);color:var(--color-text-white)}._button--black_bqwg3_61:hover{background-color:var(--color-gray-700)}._button--white_bqwg3_70{background-color:var(--color-bg-white);color:var(--color-text-primary);border:1px solid var(--color-border-light)}._button--white_bqwg3_70:hover{background-color:var(--color-gray-50)}._button--hover_bqwg3_81{transform:translateY(-1px);box-shadow:var(--shadow-md)}._button--click_bqwg3_86{transform:translateY(0);box-shadow:var(--shadow-sm)}._button--selected_bqwg3_91{background-color:var(--color-primary-hover);box-shadow:var(--shadow-md)}._button--disabled_bqwg3_96{opacity:.5;cursor:not-allowed;pointer-events:none}._button--full-width_bqwg3_103{width:100%}._button__icon_bqwg3_108{width:16px;height:16px;flex-shrink:0}._button--l_bqwg3_30 ._button__icon_bqwg3_108,._button--xl_bqwg3_36 ._button__icon_bqwg3_108{width:20px;height:20px}._button__text_bqwg3_121{white-space:nowrap}._header_rnfoz_1{display:flex;align-items:center;justify-content:center;padding:0 84px;background-color:var(--color-bg-white);border-bottom:1px solid var(--color-border-light);min-height:80px;position:relative}._header_rnfoz_1:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#fff0,#ffffff1a);pointer-events:none}._header--default_rnfoz_24,._header--afterlogin_rnfoz_28{background-color:var(--color-bg-white)}._header__content_rnfoz_33{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1440px;gap:52px}._header__logo_rnfoz_43{display:flex;align-items:center;justify-content:center;height:80px;padding:10px 0;flex-shrink:0}._header__logo_rnfoz_43 img{height:52px;width:200px;object-fit:contain}._header__menu_rnfoz_59{display:flex;align-items:center;gap:20px;flex:1;justify-content:center}._header__menuItem_rnfoz_67{font-family:var(--font-family);font-weight:700;font-size:20px;line-height:1.35em;color:var(--color-text-primary);text-decoration:none;padding:0 20px;transition:color .2s ease;white-space:nowrap}._header__menuItem_rnfoz_67:hover{color:var(--color-primary)}._header__actions_rnfoz_83{display:flex;align-items:center;gap:20px;height:80px;flex-shrink:0}._header__notification_rnfoz_91{position:relative}._header__notificationIcon_rnfoz_95{position:relative;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease}._header__notificationIcon_rnfoz_95:hover{transform:scale(1.05)}._header__notificationIcon_rnfoz_95 img{width:27px;height:27px}._header__notificationDot_rnfoz_115{position:absolute;top:1px;right:1px;width:8px;height:8px;background-color:#ef4444;border-radius:50%;border:2px solid white}._header__notificationBadge_rnfoz_126{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;background-color:#ef4444;color:#fff;border-radius:9px;border:2px solid white;font-size:11px;font-weight:600;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1}._header__userInfo_rnfoz_146{display:flex;align-items:center;gap:10px}._header__userName_rnfoz_152{font-size:var(--font-size-md);font-weight:var(--font-weight-medium);color:var(--color-text-primary);white-space:nowrap}._header__userAvatar_rnfoz_159{display:flex;align-items:center;justify-content:center;width:40px;height:40px;transition:all .2s ease;overflow:hidden}._header__userInfo_rnfoz_146{position:relative;display:flex;align-items:center;gap:12px}._header__dropdown_rnfoz_179{position:absolute;top:100%;right:0;background-color:var(--color-bg-white);border:1px solid var(--color-border-light);border-radius:var(--radius-md);box-shadow:0 4px 12px #0000001a;z-index:1000;min-width:120px;margin-top:8px}._header__dropdownItem_rnfoz_192{padding:12px 16px;font-size:var(--font-size-sm);color:var(--color-text-primary);cursor:pointer;transition:background-color .2s ease;border-radius:var(--radius-sm);margin:4px}._header__dropdownItem_rnfoz_192:hover{background-color:var(--color-gray-50)}._header__dropdownItem_rnfoz_192:active{background-color:var(--color-gray-100)}._footer_idmoc_1{display:flex;align-items:center;justify-content:center;padding:var(--spacing-4xl) var(--spacing-5xl);background-color:var(--color-bg-light);border-top:1px solid var(--color-border-light);min-height:200px}._footer__content_idmoc_12{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;max-width:1440px;gap:var(--spacing-xl)}._footer__logo_idmoc_23{display:flex;align-items:center;height:60px}._footer__logo_idmoc_23 img{height:40px;width:auto}._footer__links_idmoc_35{display:flex;align-items:center;gap:var(--spacing-2xl)}._footer__link_idmoc_35{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--color-text-secondary);text-decoration:none;transition:color .2s ease;white-space:nowrap}._footer__link_idmoc_35:hover{color:var(--color-primary)}._footer__info_idmoc_55{display:flex;flex-direction:column;gap:var(--spacing-sm)}._footer__address_idmoc_61,._footer__contact_idmoc_62{font-size:var(--font-size-sm);color:var(--color-text-secondary);margin:0;line-height:1.4}._footer__copyright_idmoc_70{text-align:left;margin-top:var(--spacing-md)}._footer__copyright_idmoc_70 p{font-size:var(--font-size-sm);color:var(--color-text-muted);margin:0;white-space:nowrap}._icon_yzpee_1{display:inline-block;vertical-align:middle;transition:all .2s ease}._icon--16_yzpee_8{width:16px;height:16px}._icon--20_yzpee_13{width:20px;height:20px}._icon--24_yzpee_18{width:24px;height:24px}._icon--32_yzpee_23{width:32px;height:32px}._icon--48_yzpee_28{width:48px;height:48px}._icon--primary_yzpee_34{filter:brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%)}._icon--secondary_yzpee_38{filter:brightness(0) saturate(100%) invert(48%) sepia(79%) saturate(2476%) hue-rotate(230deg) brightness(101%) contrast(101%)}._icon--success_yzpee_42{filter:brightness(0) saturate(100%) invert(31%) sepia(83%) saturate(2878%) hue-rotate(210deg) brightness(98%) contrast(101%)}._icon--error_yzpee_46{filter:brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(340deg) brightness(104%) contrast(97%)}._icon--warning_yzpee_50{filter:brightness(0) saturate(100%) invert(48%) sepia(79%) saturate(2476%) hue-rotate(340deg) brightness(101%) contrast(101%)}._icon--gray_yzpee_54{filter:brightness(0) saturate(100%) invert(44%) sepia(8%) saturate(1237%) hue-rotate(202deg) brightness(94%) contrast(86%)}._icon--white_yzpee_58{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%)}._icon--disabled_yzpee_62{opacity:.5;cursor:not-allowed}._icon_yzpee_1:hover:not(._icon--disabled_yzpee_62){transform:scale(1.05)}@font-face{font-family:KaTeX_AMS;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:KaTeX_Caligraphic;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype");font-weight:700;font-style:normal;font-display:block}@font-face{font-family:KaTeX_Caligraphic;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:KaTeX_Fraktur;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype");font-weight:700;font-style:normal;font-display:block}@font-face{font-family:KaTeX_Fraktur;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:KaTeX_Main;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype");font-weight:700;font-style:normal;font-display:block}@font-face{font-family:KaTeX_Main;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype");font-weight:700;font-style:italic;font-display:block}@font-face{font-family:KaTeX_Main;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype");font-weight:400;font-style:italic;font-display:block}@font-face{font-family:KaTeX_Main;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:KaTeX_Math;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype");font-weight:700;font-style:italic;font-display:block}@font-face{font-family:KaTeX_Math;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype");font-weight:400;font-style:italic;font-display:block}@font-face{font-family:KaTeX_SansSerif;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype");font-weight:700;font-style:normal;font-display:block}@font-face{font-family:KaTeX_SansSerif;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype");font-weight:400;font-style:italic;font-display:block}@font-face{font-family:KaTeX_SansSerif;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:KaTeX_Script;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:KaTeX_Size1;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:KaTeX_Size2;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:KaTeX_Size3;src:url(data:font/woff2;base64,d09GMgABAAAAAA4oAA4AAAAAHbQAAA3TAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgRQIDgmcDBEICo1oijYBNgIkA14LMgAEIAWJAAeBHAyBHBvbGiMRdnO0IkRRkiYDgr9KsJ1NUAf2kILNxgUmgqIgq1P89vcbIcmsQbRps3vCcXdYOKSWEPEKgZgQkprQQsxIXUgq0DqpGKmIvrgkeVGtEQD9DzAO29fM9jYhxZEsL2FeURH2JN4MIcTdO049NCVdxQ/w9NrSYFEBKTDKpLKfNkCGDc1RwjZLQcm3vqJ2UW9Xfa3tgAHz6ivp6vgC2yD4/6352ndnN0X0TL7seypkjZlMsjmZnf0Mm5Q+JykRWQBKCVCVPbARPXWyQtb5VgLB6Biq7/Uixcj2WGqdI8tGSgkuRG+t910GKP2D7AQH0DB9FMDW/obJZ8giFI3Wg8Cvevz0M+5m0rTh7XDBlvo9Y4vm13EXmfttwI4mBo1EG15fxJhUiCLbiiyCf/ZA6MFAhg3pGIZGdGIVjtPn6UcMk9A/UUr9PhoNsCENw1APAq0gpH73e+M+0ueyHbabc3vkbcdtzcf/fiy+NxQEjf9ud/ELBHAXJ0nk4z+MXH2Ev/kWyV4k7SkvpPc9Qr38F6RPWnM9cN6DJ0AdD1BhtgABtmoRoFCvPsBAumNm6soZG2Gk5GyVTo2sJncSyp0jQTYoR6WDvTwaaEcHsxHfvuWhHA3a6bN7twRKtcGok6NsCi7jYRrM2jExsUFMxMQYuJbMhuWNOumEJy9hi29Dmg5zMp/A5+hhPG19j1vBrq8JTLr8ki5VLPmG/PynJHVul440bxg5xuymHUFPBshC+nA9I1FmwbRBTNHAcik3Oae0cxKoI3MOriM42UrPe51nsaGxJ+WfXubAsP84aabUlQSJ1IiE0iPETLUU4CATgfXSCSpuRFRmCGbO+wSpAnzaeaCYW1VNEysRtuXCEL1kUFUbbtMv3Tilt/1c11jt3Q5bbMa84cpWipp8Elw3MZhOHsOlwwVUQM3lAR35JiFQbaYCRnMF2lxAWoOg2gyoIV4PouX8HytNIfLhqpJtXB4vjiViUI8IJ7bkC4ikkQvKksnOTKICwnqWSZ9YS5f0WCxmpgjbIq7EJcM4aI2nmhLNY2JIUgOjXZFWBHb+x5oh6cwb0Tv1ackHdKi0I9OO2wE9aogIOn540CCCziyhN+IaejtgAONKznHlHyutPrHGwCx9S6B8kfS4Mfi4Eyv7OU730bT1SCBjt834cXsf43zVjPUqqJjgrjeGnBxSG4aYAKFuVbeCfkDIjAqMb6yLNIbCuvXhMH2/+k2vkNpkORhR59N1CkzoOENvneIosjYmuTxlhUzaGEJQ/iWqx4dmwpmKjrwTiTGTCVozNAYqk/zXOndWxuWSmJkQpJw3pK5KX6QrLt5LATMqpmPAQhkhK6PUjzHUn7E0gHE0kPE0iKkolgkUx9SZmVAdDgpffdyJKg3k7VmzYGCwVXGz/tXmkOIp+vcWs+EMuhhvN0h9uhfzWJziBQmCREGSIFmQIkgVpAnSBRmC//6hkLZwaVhwxlrJSOdqlFtOYxlau9F2QN5Y98xmIAsiM1HVp2VFX+DHHGg6Ecjh3vmqtidX3qHI2qycTk/iwxSt5UzTmEP92ZBnEWTk4Mx8Mpl78ZDokxg/KWb+Q0QkvdKVmq3TMW+RXEgrsziSAfNXFMhDc60N5N9jQzjfO0kBKpUZl0ZmwJ41j/B9Hz6wmRaJB84niNmQrzp9eSlQCDDzazGDdVi3P36VZQ+Jy4f9UBNp+3zTjqI4abaFAm+GShVaXlsGdF3FYzZcDI6cori4kMxUECl9IjJZpzkvitAoxKue+90pDMvcKRxLl53TmOKCmV/xRolNKSqqUxc6LStOETmFOiLZZptlZepcKiAzteG8PEdpnQpbOMNcMsR4RR2Bs0cKFEvSmIjAFcnarqwUL4lDhHmnVkwu1IwshbiCcgvOheZuYyOteufZZwlcTlLgnZ3o/WcYdzZHW/WGaqaVfmTZ1aWCceJjkbZqsfbkOtcFlUZM/jy+hXHDbaUobWqqXaeWobbLO99yG5N3U4wxco0rQGGcOLASFMXeJoham8M+/x6O2WywK2l4HGbq1CoUyC/IZikQhdq3SiuNrvAEj0AVu9x2x3lp/xWzahaxidezFVtdcb5uEnzyl0ZmYiuKI0exvCd4Xc9CV1KB0db00z92wDPde0kukbvZIWN6jUWFTmPIC/Y4UPCm8UfDTFZpZNon1qLFTkBhxzB+FjQRA2Q/YRJT8pQigslMaUpFyAG8TMlXigiqmAZX4xgijKjRlGpLE0GdplRfCaJo0JQaSxNBk6ZmMzcya0FmrcisDdn0Q3HI2sWSppYigmlM1XT/kLQZSNpMJG0WkjYbSZuDpM1F0uYhFc1HxU4m1QJjDK6iL0S5uSj5rgXc3RejEigtcRBtqYPQsiTskmO5vosV+q4VGIKbOkDg0jtRrq+Em1YloaTFar3EGr1EUC8R0kus1Uus00usL97ABr2BjXoDm/QGNhuWtMVBKOwg/i78lT7hBsAvDmwHc/ao3vmUbBmhjeYySZNWvGkfZAgISDSaDo1SVpzGDsAEkF8B+gEapViUoZgUWXcRIGFZNm6gWbAKk0bp0k1MHG9fLYtV4iS2SmLEQFARzRcnf9PUS0LVn05/J9MiRRBU3v2IrvW974v4N00L7ZMk0wXP1409CHo/an8zTRHD3eSJ6m8D4YMkZNl3M79sqeuAsr/m3f+8/yl7A50aiAEJgeBeMWzu7ui9UfUBCe2TIqZIoOd/3/udRBOQidQZUERzb2/VwZN1H/Sju82ew2H2Wfr6qvfVf3hqwDvAIpkQVFy4B9Pe9e4/XvPeceu7h3dvO56iJPf0+A6cqA2ip18ER+iFgggiuOkvj24bby0N9j2UHIkgqIt+sVgfodC4YghLSMjSZbH0VR/6dMDrYJeKHilKTemt6v6kvzvn3/RrdWtr0GoN/xL+Sex/cPYLUpepx9cz/D46UPU5KXgAQa+NDps1v6J3xP1i2HtaDB0M9aX2deA7SYff//+gUCovMmIK/qfsFcOk+4Y5ZN97XlG6zebqtMbKgeRFi51vnxTQYBUik2rS/Cn6PC8ADR8FGxsRPB82dzfND90gIcshOcYUkfjherBz53odpm6TP8txlwOZ71xmfHHOvq053qFF/MRlS3jP0ELudrf2OeN8DHvp6ZceLe8qKYvWz/7yp0u4dKPfli3CYq0O13Ih71mylJ80tOi10On8wi+F4+LWgDPeJ30msSQt9/vkmHq9/Lvo2b461mP801v3W4xTcs6CbvF9UDdrSt+A8OUbpSh55qAUFXWznBBfdeJ8a4d7ugT5tvxUza3h9m4H7ptTqiG4z0g5dc0X29OcGlhpGFMpQo9ytTS+NViZpNdvU4kWx+LKxNY10kQ1yqGXrhe4/1nvP7E+nd5A92TtaRplbHSqoIdOqtRWti+fkB5/n1+/VvCmz12pG1kpQWsfi1ftlBobm0bpngs16CHkbIwdLnParxtTV3QYRlfJ0KFskH7pdN/YDn+yRuSd7sNH3aO0DYPggk6uWuXrfOc+fa3VTxFVvKaNxHsiHmsXyCLIE5yuOeN3/Jdf8HBL/5M6shjyhxHx9BjB1O0+4NLOnjLLSxwO7ukN4jMbOIcD879KLSi6Pk61Oqm2377n8079PXEEQ7cy7OKEC9nbpet118fxweTafpt69x/Bt8UqGzNQt7aelpc44dn5cqhwf71+qKp/Zf/+a0zcizOUWpl/iBcSXip0pplkatCchoH5c5aUM8I7/dWxAej8WicPL1URFZ9BDJelUwEwTkGqUhgSlydVes95YdXvhh9Gfz/aeFWvgVb4tuLbcv4+wLdutVZv/cUonwBD/6eDlE0aSiKK/uoH3+J1wDE/jMVqY2ysGufN84oIXB0sPzy8ollX/LegY74DgJXJR57sn+VGza0x3DnuIgABFM15LmajjjsNlYj+JEZGbuRYcAMOWxFkPN2w6Wd46xo4gVWQR/X4lyI/R6K/YK0110GzudPRW7Y+UOBGTfNNzHeYT0fiH0taunBpq9HEW8OKSaBGj21L0MqenEmNRWBAWDWAk4CpNoEZJ2tTaPFgbQYj8HxtFilErs3BTRwT8uO1NXQaWfIotchmPkAF5mMBAliEmZiOGVgCG9LgRzpscMAOOwowlT3JhusdazXGSC/hxR3UlmWVwWHpOIKheqONvjyhSiTHIkVUco5bnji8m//zL7PKaT1Vl5I6UE609f+gkr6MZKVyKc7zJRmCahLsdlyA5fdQkRSan9LgnnLEyGSkaKJCJog0wAgvepWBt80+1yKln1bMVtCljfNWDueKLsWwaEbBSfSPTEmVRsUcYYMnEjcjeyCZzBXK9E9BYBXLKjOSpUDR+nEV3TFSUdQaz+ot98QxgXwx0GQ+EEUAKB2qZPkQQ0GqFD8UPFMqyaCHM24BZmSGic9EYMagKizOw9Hz50DMrDLrqqLkTAhplMictiCAx5S3BIUQdeJeLnBy2CNtMfz6cV4u8XKoFZQesbf9YZiIERiHjaNodDW6LgcirX/mPnJIkBGDUpTBhSa0EIr38D5hCIszhCM8URGBqImoWjpvpt1ebu/v3Gl3qJfMnNM+9V+kiRFyROTPHQWOcs1dNW94/ukKMPZBvDi55i5CttdeJz84DLngLqjcdwEZ87bFFR8CIG35OAkDVN6VRDZ7aq67NteYqZ2lpT8oYB2CytoBd6VuAx4WgiAsnuj3WohG+LugzXiQRDeM3XYXlULv4dp5VFYC) format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:KaTeX_Size4;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:KaTeX_Typewriter;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype");font-weight:400;font-style:normal;font-display:block}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important}.katex *{border-color:currentColor}.katex .katex-version:after{content:"0.16.25"}.katex .katex-mathml{position:absolute;clip:rect(1px,1px,1px,1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}.katex .katex-html>.newline{display:block}.katex .base{position:relative;display:inline-block;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-weight:700;font-style:italic}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathsfit,.katex .mathitsf,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{display:inline-table;table-layout:fixed;border-collapse:collapse}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;vertical-align:bottom;position:relative}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;vertical-align:bottom;font-size:1px;width:2px;min-width:2px}.katex .vbox{display:inline-flex;flex-direction:column;align-items:baseline}.katex .hbox{display:inline-flex;flex-direction:row;width:100%}.katex .thinbox{display:inline-flex;flex-direction:row;width:0;max-width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{display:inline-block;width:100%;border-bottom-style:solid}.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .underline .underline-line,.katex .hline,.katex .hdashline,.katex .rule{min-height:1px}.katex .mspace{display:inline-block}.katex .llap,.katex .rlap,.katex .clap{width:0;position:relative}.katex .llap>.inner,.katex .rlap>.inner,.katex .clap>.inner{position:absolute}.katex .llap>.fix,.katex .rlap>.fix,.katex .clap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .rlap>.inner,.katex .clap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{display:inline-block;border:solid 0;position:relative}.katex .overline .overline-line,.katex .underline .underline-line,.katex .hline{display:inline-block;width:100%;border-bottom-style:solid}.katex .hdashline{display:inline-block;width:100%;border-bottom-style:dashed}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .sizing.reset-size1.size1,.katex .fontsize-ensurer.reset-size1.size1{font-size:1em}.katex .sizing.reset-size1.size2,.katex .fontsize-ensurer.reset-size1.size2{font-size:1.2em}.katex .sizing.reset-size1.size3,.katex .fontsize-ensurer.reset-size1.size3{font-size:1.4em}.katex .sizing.reset-size1.size4,.katex .fontsize-ensurer.reset-size1.size4{font-size:1.6em}.katex .sizing.reset-size1.size5,.katex .fontsize-ensurer.reset-size1.size5{font-size:1.8em}.katex .sizing.reset-size1.size6,.katex .fontsize-ensurer.reset-size1.size6{font-size:2em}.katex .sizing.reset-size1.size7,.katex .fontsize-ensurer.reset-size1.size7{font-size:2.4em}.katex .sizing.reset-size1.size8,.katex .fontsize-ensurer.reset-size1.size8{font-size:2.88em}.katex .sizing.reset-size1.size9,.katex .fontsize-ensurer.reset-size1.size9{font-size:3.456em}.katex .sizing.reset-size1.size10,.katex .fontsize-ensurer.reset-size1.size10{font-size:4.148em}.katex .sizing.reset-size1.size11,.katex .fontsize-ensurer.reset-size1.size11{font-size:4.976em}.katex .sizing.reset-size2.size1,.katex .fontsize-ensurer.reset-size2.size1{font-size:.8333333333em}.katex .sizing.reset-size2.size2,.katex .fontsize-ensurer.reset-size2.size2{font-size:1em}.katex .sizing.reset-size2.size3,.katex .fontsize-ensurer.reset-size2.size3{font-size:1.1666666667em}.katex .sizing.reset-size2.size4,.katex .fontsize-ensurer.reset-size2.size4{font-size:1.3333333333em}.katex .sizing.reset-size2.size5,.katex .fontsize-ensurer.reset-size2.size5{font-size:1.5em}.katex .sizing.reset-size2.size6,.katex .fontsize-ensurer.reset-size2.size6{font-size:1.6666666667em}.katex .sizing.reset-size2.size7,.katex .fontsize-ensurer.reset-size2.size7{font-size:2em}.katex .sizing.reset-size2.size8,.katex .fontsize-ensurer.reset-size2.size8{font-size:2.4em}.katex .sizing.reset-size2.size9,.katex .fontsize-ensurer.reset-size2.size9{font-size:2.88em}.katex .sizing.reset-size2.size10,.katex .fontsize-ensurer.reset-size2.size10{font-size:3.4566666667em}.katex .sizing.reset-size2.size11,.katex .fontsize-ensurer.reset-size2.size11{font-size:4.1466666667em}.katex .sizing.reset-size3.size1,.katex .fontsize-ensurer.reset-size3.size1{font-size:.7142857143em}.katex .sizing.reset-size3.size2,.katex .fontsize-ensurer.reset-size3.size2{font-size:.8571428571em}.katex .sizing.reset-size3.size3,.katex .fontsize-ensurer.reset-size3.size3{font-size:1em}.katex .sizing.reset-size3.size4,.katex .fontsize-ensurer.reset-size3.size4{font-size:1.1428571429em}.katex .sizing.reset-size3.size5,.katex .fontsize-ensurer.reset-size3.size5{font-size:1.2857142857em}.katex .sizing.reset-size3.size6,.katex .fontsize-ensurer.reset-size3.size6{font-size:1.4285714286em}.katex .sizing.reset-size3.size7,.katex .fontsize-ensurer.reset-size3.size7{font-size:1.7142857143em}.katex .sizing.reset-size3.size8,.katex .fontsize-ensurer.reset-size3.size8{font-size:2.0571428571em}.katex .sizing.reset-size3.size9,.katex .fontsize-ensurer.reset-size3.size9{font-size:2.4685714286em}.katex .sizing.reset-size3.size10,.katex .fontsize-ensurer.reset-size3.size10{font-size:2.9628571429em}.katex .sizing.reset-size3.size11,.katex .fontsize-ensurer.reset-size3.size11{font-size:3.5542857143em}.katex .sizing.reset-size4.size1,.katex .fontsize-ensurer.reset-size4.size1{font-size:.625em}.katex .sizing.reset-size4.size2,.katex .fontsize-ensurer.reset-size4.size2{font-size:.75em}.katex .sizing.reset-size4.size3,.katex .fontsize-ensurer.reset-size4.size3{font-size:.875em}.katex .sizing.reset-size4.size4,.katex .fontsize-ensurer.reset-size4.size4{font-size:1em}.katex .sizing.reset-size4.size5,.katex .fontsize-ensurer.reset-size4.size5{font-size:1.125em}.katex .sizing.reset-size4.size6,.katex .fontsize-ensurer.reset-size4.size6{font-size:1.25em}.katex .sizing.reset-size4.size7,.katex .fontsize-ensurer.reset-size4.size7{font-size:1.5em}.katex .sizing.reset-size4.size8,.katex .fontsize-ensurer.reset-size4.size8{font-size:1.8em}.katex .sizing.reset-size4.size9,.katex .fontsize-ensurer.reset-size4.size9{font-size:2.16em}.katex .sizing.reset-size4.size10,.katex .fontsize-ensurer.reset-size4.size10{font-size:2.5925em}.katex .sizing.reset-size4.size11,.katex .fontsize-ensurer.reset-size4.size11{font-size:3.11em}.katex .sizing.reset-size5.size1,.katex .fontsize-ensurer.reset-size5.size1{font-size:.5555555556em}.katex .sizing.reset-size5.size2,.katex .fontsize-ensurer.reset-size5.size2{font-size:.6666666667em}.katex .sizing.reset-size5.size3,.katex .fontsize-ensurer.reset-size5.size3{font-size:.7777777778em}.katex .sizing.reset-size5.size4,.katex .fontsize-ensurer.reset-size5.size4{font-size:.8888888889em}.katex .sizing.reset-size5.size5,.katex .fontsize-ensurer.reset-size5.size5{font-size:1em}.katex .sizing.reset-size5.size6,.katex .fontsize-ensurer.reset-size5.size6{font-size:1.1111111111em}.katex .sizing.reset-size5.size7,.katex .fontsize-ensurer.reset-size5.size7{font-size:1.3333333333em}.katex .sizing.reset-size5.size8,.katex .fontsize-ensurer.reset-size5.size8{font-size:1.6em}.katex .sizing.reset-size5.size9,.katex .fontsize-ensurer.reset-size5.size9{font-size:1.92em}.katex .sizing.reset-size5.size10,.katex .fontsize-ensurer.reset-size5.size10{font-size:2.3044444444em}.katex .sizing.reset-size5.size11,.katex .fontsize-ensurer.reset-size5.size11{font-size:2.7644444444em}.katex .sizing.reset-size6.size1,.katex .fontsize-ensurer.reset-size6.size1{font-size:.5em}.katex .sizing.reset-size6.size2,.katex .fontsize-ensurer.reset-size6.size2{font-size:.6em}.katex .sizing.reset-size6.size3,.katex .fontsize-ensurer.reset-size6.size3{font-size:.7em}.katex .sizing.reset-size6.size4,.katex .fontsize-ensurer.reset-size6.size4{font-size:.8em}.katex .sizing.reset-size6.size5,.katex .fontsize-ensurer.reset-size6.size5{font-size:.9em}.katex .sizing.reset-size6.size6,.katex .fontsize-ensurer.reset-size6.size6{font-size:1em}.katex .sizing.reset-size6.size7,.katex .fontsize-ensurer.reset-size6.size7{font-size:1.2em}.katex .sizing.reset-size6.size8,.katex .fontsize-ensurer.reset-size6.size8{font-size:1.44em}.katex .sizing.reset-size6.size9,.katex .fontsize-ensurer.reset-size6.size9{font-size:1.728em}.katex .sizing.reset-size6.size10,.katex .fontsize-ensurer.reset-size6.size10{font-size:2.074em}.katex .sizing.reset-size6.size11,.katex .fontsize-ensurer.reset-size6.size11{font-size:2.488em}.katex .sizing.reset-size7.size1,.katex .fontsize-ensurer.reset-size7.size1{font-size:.4166666667em}.katex .sizing.reset-size7.size2,.katex .fontsize-ensurer.reset-size7.size2{font-size:.5em}.katex .sizing.reset-size7.size3,.katex .fontsize-ensurer.reset-size7.size3{font-size:.5833333333em}.katex .sizing.reset-size7.size4,.katex .fontsize-ensurer.reset-size7.size4{font-size:.6666666667em}.katex .sizing.reset-size7.size5,.katex .fontsize-ensurer.reset-size7.size5{font-size:.75em}.katex .sizing.reset-size7.size6,.katex .fontsize-ensurer.reset-size7.size6{font-size:.8333333333em}.katex .sizing.reset-size7.size7,.katex .fontsize-ensurer.reset-size7.size7{font-size:1em}.katex .sizing.reset-size7.size8,.katex .fontsize-ensurer.reset-size7.size8{font-size:1.2em}.katex .sizing.reset-size7.size9,.katex .fontsize-ensurer.reset-size7.size9{font-size:1.44em}.katex .sizing.reset-size7.size10,.katex .fontsize-ensurer.reset-size7.size10{font-size:1.7283333333em}.katex .sizing.reset-size7.size11,.katex .fontsize-ensurer.reset-size7.size11{font-size:2.0733333333em}.katex .sizing.reset-size8.size1,.katex .fontsize-ensurer.reset-size8.size1{font-size:.3472222222em}.katex .sizing.reset-size8.size2,.katex .fontsize-ensurer.reset-size8.size2{font-size:.4166666667em}.katex .sizing.reset-size8.size3,.katex .fontsize-ensurer.reset-size8.size3{font-size:.4861111111em}.katex .sizing.reset-size8.size4,.katex .fontsize-ensurer.reset-size8.size4{font-size:.5555555556em}.katex .sizing.reset-size8.size5,.katex .fontsize-ensurer.reset-size8.size5{font-size:.625em}.katex .sizing.reset-size8.size6,.katex .fontsize-ensurer.reset-size8.size6{font-size:.6944444444em}.katex .sizing.reset-size8.size7,.katex .fontsize-ensurer.reset-size8.size7{font-size:.8333333333em}.katex .sizing.reset-size8.size8,.katex .fontsize-ensurer.reset-size8.size8{font-size:1em}.katex .sizing.reset-size8.size9,.katex .fontsize-ensurer.reset-size8.size9{font-size:1.2em}.katex .sizing.reset-size8.size10,.katex .fontsize-ensurer.reset-size8.size10{font-size:1.4402777778em}.katex .sizing.reset-size8.size11,.katex .fontsize-ensurer.reset-size8.size11{font-size:1.7277777778em}.katex .sizing.reset-size9.size1,.katex .fontsize-ensurer.reset-size9.size1{font-size:.2893518519em}.katex .sizing.reset-size9.size2,.katex .fontsize-ensurer.reset-size9.size2{font-size:.3472222222em}.katex .sizing.reset-size9.size3,.katex .fontsize-ensurer.reset-size9.size3{font-size:.4050925926em}.katex .sizing.reset-size9.size4,.katex .fontsize-ensurer.reset-size9.size4{font-size:.462962963em}.katex .sizing.reset-size9.size5,.katex .fontsize-ensurer.reset-size9.size5{font-size:.5208333333em}.katex .sizing.reset-size9.size6,.katex .fontsize-ensurer.reset-size9.size6{font-size:.5787037037em}.katex .sizing.reset-size9.size7,.katex .fontsize-ensurer.reset-size9.size7{font-size:.6944444444em}.katex .sizing.reset-size9.size8,.katex .fontsize-ensurer.reset-size9.size8{font-size:.8333333333em}.katex .sizing.reset-size9.size9,.katex .fontsize-ensurer.reset-size9.size9{font-size:1em}.katex .sizing.reset-size9.size10,.katex .fontsize-ensurer.reset-size9.size10{font-size:1.2002314815em}.katex .sizing.reset-size9.size11,.katex .fontsize-ensurer.reset-size9.size11{font-size:1.4398148148em}.katex .sizing.reset-size10.size1,.katex .fontsize-ensurer.reset-size10.size1{font-size:.2410800386em}.katex .sizing.reset-size10.size2,.katex .fontsize-ensurer.reset-size10.size2{font-size:.2892960463em}.katex .sizing.reset-size10.size3,.katex .fontsize-ensurer.reset-size10.size3{font-size:.337512054em}.katex .sizing.reset-size10.size4,.katex .fontsize-ensurer.reset-size10.size4{font-size:.3857280617em}.katex .sizing.reset-size10.size5,.katex .fontsize-ensurer.reset-size10.size5{font-size:.4339440694em}.katex .sizing.reset-size10.size6,.katex .fontsize-ensurer.reset-size10.size6{font-size:.4821600771em}.katex .sizing.reset-size10.size7,.katex .fontsize-ensurer.reset-size10.size7{font-size:.5785920926em}.katex .sizing.reset-size10.size8,.katex .fontsize-ensurer.reset-size10.size8{font-size:.6943105111em}.katex .sizing.reset-size10.size9,.katex .fontsize-ensurer.reset-size10.size9{font-size:.8331726133em}.katex .sizing.reset-size10.size10,.katex .fontsize-ensurer.reset-size10.size10{font-size:1em}.katex .sizing.reset-size10.size11,.katex .fontsize-ensurer.reset-size10.size11{font-size:1.1996142719em}.katex .sizing.reset-size11.size1,.katex .fontsize-ensurer.reset-size11.size1{font-size:.2009646302em}.katex .sizing.reset-size11.size2,.katex .fontsize-ensurer.reset-size11.size2{font-size:.2411575563em}.katex .sizing.reset-size11.size3,.katex .fontsize-ensurer.reset-size11.size3{font-size:.2813504823em}.katex .sizing.reset-size11.size4,.katex .fontsize-ensurer.reset-size11.size4{font-size:.3215434084em}.katex .sizing.reset-size11.size5,.katex .fontsize-ensurer.reset-size11.size5{font-size:.3617363344em}.katex .sizing.reset-size11.size6,.katex .fontsize-ensurer.reset-size11.size6{font-size:.4019292605em}.katex .sizing.reset-size11.size7,.katex .fontsize-ensurer.reset-size11.size7{font-size:.4823151125em}.katex .sizing.reset-size11.size8,.katex .fontsize-ensurer.reset-size11.size8{font-size:.578778135em}.katex .sizing.reset-size11.size9,.katex .fontsize-ensurer.reset-size11.size9{font-size:.6945337621em}.katex .sizing.reset-size11.size10,.katex .fontsize-ensurer.reset-size11.size10{font-size:.8336012862em}.katex .sizing.reset-size11.size11,.katex .fontsize-ensurer.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .op-limits>.vlist-t{text-align:center}.katex .accent>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{display:block;position:absolute;width:100%;height:inherit;fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex svg path{stroke:none}.katex img{border-style:none;min-width:0;min-height:0;max-width:none;max-height:none}.katex .stretchy{width:100%;display:block;position:relative;overflow:hidden}.katex .stretchy:before,.katex .stretchy:after{content:""}.katex .hide-tail{width:100%;position:relative;overflow:hidden}.katex .halfarrow-left{position:absolute;left:0;width:50.2%;overflow:hidden}.katex .halfarrow-right{position:absolute;right:0;width:50.2%;overflow:hidden}.katex .brace-left{position:absolute;left:0;width:25.1%;overflow:hidden}.katex .brace-center{position:absolute;left:25%;width:50%;overflow:hidden}.katex .brace-right{position:absolute;right:0;width:25.1%;overflow:hidden}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .x-arrow,.katex .mover,.katex .munder{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{box-sizing:border-box;border:.04em solid}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{box-sizing:border-box;border-top:.049em solid;border-right:.049em solid;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{counter-increment:katexEqnNo;content:"(" counter(katexEqnNo) ")"}.katex .mml-eqn-num:before{counter-increment:mmlEqnNo;content:"(" counter(mmlEqnNo) ")"}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;position:absolute;left:calc(50% + .3em);text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{text-align:left;padding-left:2em}body{counter-reset:katexEqnNo mmlEqnNo}._questionCard_122ze_2{display:flex;flex-direction:column;background-color:#fff;border-radius:16px;padding:28px;box-shadow:0 1px 3px #0000001a;gap:30px;width:100%;box-sizing:border-box}._questionCard--s_122ze_15{width:351px;height:294px;gap:16px;flex-shrink:0;position:relative;display:flex;flex-direction:column}._questionCard--m_122ze_26{width:100%;min-height:auto}._topBlock_122ze_32{display:flex;justify-content:space-between;align-items:flex-end;width:100%;gap:0}._questionCard--s_122ze_15 ._topBlock_122ze_32{gap:14px}._list_122ze_45{display:flex;align-items:center;gap:8px}._squareTag_122ze_52{display:flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:4px;font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:21.6px;height:30px;white-space:nowrap}._questionCard--shortanswer_122ze_67 ._squareTag_122ze_52{background-color:#ffd4671a;color:#dc8401}._questionCard--longanswer_122ze_72 ._squareTag_122ze_52{background-color:#ff9b691a;color:#d94800}._questionCard--select_122ze_77 ._squareTag_122ze_52,._questionCard--multiplechoice_122ze_78 ._squareTag_122ze_52{background-color:#e7efff;color:#3f7bfc}._levelTag_122ze_84{display:flex;align-items:center;gap:4px;padding:6px 10px;background-color:#fff;border:1px solid #e5e7eb;border-radius:5px;height:30px}._levelIcon_122ze_95{width:16px;height:16px;display:flex;align-items:center;justify-content:center}._levelTag_122ze_84 span{font-family:SUIT,sans-serif;font-weight:600;font-size:14px;line-height:18.9px;color:#4b5563}._rightBlock_122ze_112{display:flex;align-items:center;gap:12px}._problemId_122ze_118{font-family:SUIT,sans-serif;font-weight:500;font-size:14px;line-height:18.9px;color:#6b7280}._bookmarkBtn_122ze_126{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:2.33px;border:none;background:transparent;cursor:pointer;border-radius:9.33px}._bookmarkBtn_122ze_126:hover{opacity:.7}._bookmarkBtn_122ze_126:focus,._bookmarkBtn_122ze_126:active{outline:none}[class*=bookmark]:focus,[class*=bookmark]:active,[class*=Bookmark]:focus,[class*=Bookmark]:active{outline:none!important}button:has([class*=bookmark]):focus,button:has([class*=bookmark]):active,button:has([class*=Bookmark]):focus,button:has([class*=Bookmark]):active{outline:none!important}._bottomBlock_122ze_165{display:flex;justify-content:space-between;align-items:flex-end;width:100%}._wrap_122ze_173{display:flex;flex-direction:column;gap:20px;width:100%}._questionCard--s_122ze_15 ._wrap_122ze_173{gap:14px}._questionText_122ze_185{font-family:SUIT,sans-serif;font-weight:700;font-size:20px;line-height:27px;color:#374151;width:100%}._questionCard--s_122ze_15 ._questionText_122ze_185{font-size:20px;line-height:27px;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:0}._questionSubText_122ze_206{font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:25.6px;color:#374151;width:100%}._imageContainer_122ze_216{display:flex;flex-direction:column;gap:10px;width:100%;height:440px}._imagePlaceholder_122ze_224{width:100%;height:100%;background-color:#f3f4f6;border-radius:10px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect width="100" height="100" fill="%23f3f4f6"/><text x="50" y="50" text-anchor="middle" dy=".3em" fill="%236b7280" font-family="Arial" font-size="14">Image</text></svg>');background-repeat:no-repeat;background-position:center;background-size:contain}._inputBox_122ze_236{display:flex;flex-direction:column;gap:6px;width:100%}._inputFields_122ze_243{display:flex;align-items:stretch;gap:10px;padding:16px;background-color:#f9fafb;border-radius:6px;width:100%;box-sizing:border-box}._input_122ze_236{width:100%;background:none;border:none;font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:21.6px;color:#374151;outline:none;word-wrap:break-word;white-space:pre-wrap;overflow-wrap:break-word;min-height:21.6px;resize:none;overflow:hidden}._input_122ze_236::placeholder{color:#bac2d0}._submittedAnswer_122ze_276{font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:21.6px;color:#6b7280;word-wrap:break-word;white-space:pre-wrap;overflow-wrap:break-word;min-height:21.6px;overflow:hidden}._inputBoxBig_122ze_290{display:flex;flex-direction:column;align-items:flex-end;gap:8px;width:100%}._inputFieldsBig_122ze_298{display:flex;align-items:stretch;gap:10px;padding:16px;background-color:#f9fafb;border-radius:6px;width:100%;box-sizing:border-box}._textarea_122ze_309{width:100%;min-height:120px;background:none;border:none;font-family:SUIT,sans-serif;font-weight:500;font-size:16px;line-height:21.6px;color:#374151;outline:none;resize:none;word-wrap:break-word;white-space:pre-wrap;overflow-wrap:break-word}._textarea_122ze_309::placeholder{color:#bac2d0}._submittedAnswerBig_122ze_330{font-family:SUIT,sans-serif;font-weight:500;font-size:16px;line-height:21.6px;color:#6b7280;width:100%;word-wrap:break-word;white-space:pre-wrap;overflow-wrap:break-word}._charCount_122ze_342{font-family:SUIT,sans-serif;font-weight:500;font-size:14px;line-height:18.9px;color:#bac2d0}._choicesList_122ze_351{display:flex;flex-direction:column;gap:8px;width:100%}._choiceItem_122ze_358{display:flex;align-items:center;gap:2px}._choiceItem_122ze_358:last-child{align-self:stretch}._radioButton_122ze_368{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;flex-shrink:0}._radioIcon_122ze_378{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center}._radioUnselected_122ze_387{width:20px;height:20px;border-radius:50%;background-color:#e5e7eb}._radioSelected_122ze_394{width:20px;height:20px;border-radius:50%;background-color:#3f7bfc;position:relative}._radioSelected_122ze_394:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background-color:#fff}._choiceText_122ze_414{font-family:SUIT,sans-serif;font-weight:500;font-size:16px;line-height:24px;color:#35313c;flex:1}._choiceTextSelected_122ze_423{font-weight:600;color:#3f7bfc}._radiusButton_122ze_429{display:flex;justify-content:center;align-items:center;gap:10px;padding:8px 10px;width:120px;height:48px;background-color:#1f2937;border-radius:6px;align-self:flex-end}._radiusButton_122ze_429:focus,._radiusButton_122ze_429:active{outline:none}._questionCard--s_122ze_15 ._bottomButtonContainer_122ze_448{position:absolute;bottom:30px;left:30px;right:30px;display:flex;justify-content:space-between;align-items:center;gap:8px}._questionCard--s_122ze_15 ._radiusButton_122ze_429{width:120px;height:40px;flex-shrink:0}._questionCard--s_122ze_15 ._correctnessButtons_122ze_466{display:flex;gap:8px;flex-shrink:0}._questionCard--s_122ze_15 ._correctButton_122ze_472,._questionCard--s_122ze_15 ._incorrectButton_122ze_473{width:48px;height:48px;border-radius:6px;border:none;cursor:default;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;position:relative;flex:none;flex-grow:0;font-size:0}._questionCard--s_122ze_15 ._correctButton_122ze_472._selected_122ze_490{background:#2c6af1;order:0}._questionCard--s_122ze_15 ._correctButton_122ze_472._selected_122ze_490:before{content:"";position:absolute;width:30px;height:30px;left:9px;top:calc(50% - 15px);border:3px solid #FFFFFF;border-radius:50%;box-sizing:border-box}._questionCard--s_122ze_15 ._correctButton_122ze_472:not(._selected_122ze_490){background:#f3f4f6;order:0}._questionCard--s_122ze_15 ._correctButton_122ze_472:not(._selected_122ze_490):before{content:"";position:absolute;width:30px;height:30px;left:9px;top:calc(50% - 15px);border:3px solid #BAC2D0;border-radius:50%;box-sizing:border-box}._questionCard--s_122ze_15 ._incorrectButton_122ze_473._selected_122ze_490{background:#6b7280;order:1}._questionCard--s_122ze_15 ._incorrectButton_122ze_473._selected_122ze_490:before,._questionCard--s_122ze_15 ._incorrectButton_122ze_473._selected_122ze_490:after{content:"";position:absolute;width:24px;height:0px;border:1.5px solid #FFFFFF;left:50%;top:50%;transform-origin:center;transform:translate(-50%,-50%)}._questionCard--s_122ze_15 ._incorrectButton_122ze_473._selected_122ze_490:before{transform:translate(-50%,-50%) rotate(45deg)}._questionCard--s_122ze_15 ._incorrectButton_122ze_473._selected_122ze_490:after{transform:translate(-50%,-50%) rotate(-45deg)}._questionCard--s_122ze_15 ._incorrectButton_122ze_473:not(._selected_122ze_490){background:#f3f4f6;order:1}._questionCard--s_122ze_15 ._incorrectButton_122ze_473:not(._selected_122ze_490):before,._questionCard--s_122ze_15 ._incorrectButton_122ze_473:not(._selected_122ze_490):after{content:"";position:absolute;width:24px;height:0px;border:1.5px solid #BAC2D0;left:50%;top:50%;transform-origin:center;transform:translate(-50%,-50%)}._questionCard--s_122ze_15 ._incorrectButton_122ze_473:not(._selected_122ze_490):before{transform:translate(-50%,-50%) rotate(45deg)}._questionCard--s_122ze_15 ._incorrectButton_122ze_473:not(._selected_122ze_490):after{transform:translate(-50%,-50%) rotate(-45deg)}._submitButton_122ze_579{background:none;border:none;font-family:SUIT,sans-serif;font-weight:700;font-size:16px;color:#f6f6f6;cursor:pointer;width:100%;height:100%;display:flex;align-items:center;justify-content:center}._submitButton_122ze_579:hover{opacity:.8}._submitButton_122ze_579:focus,._submitButton_122ze_579:active{outline:none}._divider_122ze_604{width:100%;height:0px;border:1px solid #e5e7eb}._explanationInteraction_122ze_611{display:flex;flex-direction:column;gap:10px;width:100%}._explanationTopBlock_122ze_618{display:flex;justify-content:space-between;align-items:flex-end;width:100%;gap:195px}._questionCard--s_122ze_15 ._explanationTopBlock_122ze_618{justify-content:flex-end;gap:0}._explanationWrap_122ze_631{display:flex;align-items:center;gap:30px}._closeAnswer_122ze_637,._goToExplanation_122ze_638{display:flex;align-items:flex-end;gap:6px;padding:10px 0;cursor:pointer}._closeAnswer_122ze_637 svg,._goToExplanation_122ze_638 svg{filter:brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%)!important;color:#000!important}._closeAnswer_122ze_637 span,._goToExplanation_122ze_638 span{font-family:SUIT,sans-serif;font-weight:700;font-size:16px;line-height:21.6px;color:#374151}._answerButtonWrap_122ze_663{display:flex;align-items:center;gap:8px}._answerButton_122ze_663{width:48px;height:48px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer}._answerButton_122ze_663:first-child{background-color:#f3f4f6}._answerButton_122ze_663:last-child{background-color:#6b7280}._answerCircle_122ze_687{width:30px;height:30px;border:3px solid #bac2d0;border-radius:50%}._answerCheck_122ze_694{width:24px;height:24px;position:relative}._answerCheck_122ze_694:before,._answerCheck_122ze_694:after{content:"";position:absolute;background-color:#fff;width:23px;height:3px}._answerCheck_122ze_694:before{transform:rotate(45deg);top:11px;left:0}._answerCheck_122ze_694:after{transform:rotate(-45deg);top:11px;left:1.35px}._submittedButton_122ze_722{display:flex;flex-direction:row;align-items:center;padding:8px 12px;gap:8px;width:171px;height:48px;background:#fff;border-radius:8px;flex:none;order:1;flex-grow:0}._submittedButtonIcon_122ze_742{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:2.66667px;gap:13.33px;width:32px;height:32px;border-radius:10.6667px;flex:none;order:0;flex-grow:0;filter:brightness(0) saturate(100%) invert(39%) sepia(96%) saturate(2476%) hue-rotate(214deg) brightness(98%) contrast(101%)!important}._submittedButton_122ze_722 span{width:107px;height:27px;font-family:SUIT;font-style:normal;font-weight:800;font-size:20px;line-height:135%;display:flex;align-items:center;color:#3f7bfc;flex:none;order:1;flex-grow:0}._explanationContent_122ze_789{display:flex;flex-direction:row;align-items:center;gap:10px;padding:16px;background-color:#f9fafb;border-radius:10px;width:100%;box-sizing:border-box}._explanationContent_122ze_789 span{font-family:SUIT,sans-serif;font-weight:500;font-size:14px;line-height:22.4px;color:#374151;display:inline-block}._explanationContent_122ze_789 ._choiceNumber_122ze_810{font-size:16px;font-weight:700;color:#4caf50;margin-right:8px}._explanationContent_122ze_789 div,._explanationContent_122ze_789 p{display:inline!important;margin:0!important;padding:0!important}._questionCard_122ze_2 img{display:block;max-width:100%;width:auto;height:auto;object-fit:contain;border-radius:10px;margin:18px auto;border:1px solid #e5e7eb}._questionCard_122ze_2 ._katex_122ze_870{font-size:1em;display:inline-block;white-space:nowrap}._questionCard_122ze_2 ._katex-display_122ze_876{margin:.5em 0;text-align:center}._questionCard_122ze_2 ._katex_122ze_870 ._base_122ze_881,._questionCard_122ze_2 ._katex_122ze_870 ._mord_122ze_885,._questionCard_122ze_2 ._katex_122ze_870 ._msupsub_122ze_889,._questionCard_122ze_2 ._katex_122ze_870 ._mord_122ze_885 ._mord_122ze_885,._questionCard_122ze_2 ._katex_122ze_870 ._mord_122ze_885 ._mrel_122ze_897,._questionCard_122ze_2 ._katex_122ze_870 ._mord_122ze_885 ._mbin_122ze_901,._questionCard_122ze_2 ._katex_122ze_870 ._delimsizing_122ze_905{display:inline-block}._questionCard_122ze_2 ._katex-error_122ze_909{color:#c00;background-color:#ffe6e6;padding:2px 4px;border-radius:3px;border:1px solid #ffcccc}._postSubmitButtons_122ze_919{display:flex;flex-direction:column;gap:12px;margin-top:16px}._viewAnswerButton_122ze_926,._explanationButton_122ze_927{padding:12px 20px;border:2px solid #007bff;border-radius:8px;background-color:transparent;color:#007bff;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}._viewAnswerButton_122ze_926:hover,._explanationButton_122ze_927:hover{background-color:#007bff;color:#fff}._correctnessButtons_122ze_466{display:flex;gap:8px}._correctButton_122ze_472,._incorrectButton_122ze_473{flex:1;padding:12px;border:2px solid #28a745;border-radius:8px;background-color:transparent;color:#28a745;font-size:18px;font-weight:700;cursor:pointer;transition:all .2s ease}._incorrectButton_122ze_473{border-color:#dc3545;color:#dc3545}._correctButton_122ze_472:hover{background-color:#28a745;color:#fff}._incorrectButton_122ze_473:hover{background-color:#dc3545;color:#fff}._correctButton_122ze_472._selected_122ze_490,._incorrectButton_122ze_473._selected_122ze_490{background-color:#007bff;color:#fff;border-color:#007bff}._correctButton_122ze_472._selected_122ze_490{background-color:#28a745;border-color:#28a745;color:#fff}._incorrectButton_122ze_473._selected_122ze_490{background-color:#dc3545;border-color:#dc3545;color:#fff}._correctnessButtons_122ze_466{display:flex;flex-direction:row;align-items:center;padding:0;gap:8px;width:104px;height:48px;flex:none;order:1;flex-grow:0}._correctnessButtons_122ze_466 div,._correctnessButtons_122ze_466 button{width:48px;height:48px;border-radius:6px;border:none;cursor:default;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;position:relative;flex:none;flex-grow:0;font-size:0}._correctnessButtons_122ze_466 button:focus,._correctnessButtons_122ze_466 button:active{outline:none}._correctnessButtons_122ze_466 button{cursor:pointer}._correctnessButtons_122ze_466 ._correctButton_122ze_472._selected_122ze_490{background:#2c6af1;order:0}._correctnessButtons_122ze_466 ._correctButton_122ze_472._selected_122ze_490:before{content:"";position:absolute;width:30px;height:30px;left:9px;top:calc(50% - 15px);border:3px solid #FFFFFF;border-radius:50%;box-sizing:border-box}._correctnessButtons_122ze_466 ._correctButton_122ze_472:not(._selected_122ze_490){background:#f3f4f6;order:0}._correctnessButtons_122ze_466 ._correctButton_122ze_472:not(._selected_122ze_490):before{content:"";position:absolute;width:30px;height:30px;left:9px;top:calc(50% - 15px);border:3px solid #BAC2D0;border-radius:50%;box-sizing:border-box}._correctnessButtons_122ze_466 ._incorrectButton_122ze_473._selected_122ze_490{background:#6b7280!important;order:1}._correctnessButtons_122ze_466 ._incorrectButton_122ze_473._selected_122ze_490:before,._correctnessButtons_122ze_466 ._incorrectButton_122ze_473._selected_122ze_490:after{content:"";position:absolute;width:24px;height:0px;border:1.5px solid #FFFFFF;left:50%;top:50%;transform-origin:center;transform:translate(-50%,-50%)}._correctnessButtons_122ze_466 ._incorrectButton_122ze_473._selected_122ze_490:before{transform:translate(-50%,-50%) rotate(45deg)}._correctnessButtons_122ze_466 ._incorrectButton_122ze_473._selected_122ze_490:after{transform:translate(-50%,-50%) rotate(-45deg)}._correctnessButtons_122ze_466 ._incorrectButton_122ze_473:not(._selected_122ze_490){background:#f3f4f6;order:1}._correctnessButtons_122ze_466 ._incorrectButton_122ze_473:not(._selected_122ze_490):before,._correctnessButtons_122ze_466 ._incorrectButton_122ze_473:not(._selected_122ze_490):after{content:"";position:absolute;width:24px;height:0px;border:1.5px solid #BAC2D0;left:50%;top:50%;transform-origin:center;transform:translate(-50%,-50%)}._correctnessButtons_122ze_466 ._incorrectButton_122ze_473:not(._selected_122ze_490):before{transform:translate(-50%,-50%) rotate(45deg)}._correctnessButtons_122ze_466 ._incorrectButton_122ze_473:not(._selected_122ze_490):after{transform:translate(-50%,-50%) rotate(-45deg)}._correctnessButtons_122ze_466 ._disabled_122ze_1131{background-color:#f3f4f6;cursor:not-allowed}._correctnessButtons_122ze_466 ._disabled_122ze_1131:before{border:3px solid #BAC2D0}._correctnessButtons_122ze_466 ._disabled_122ze_1131:after{border:3px solid #BAC2D0}._correctnessButtons_122ze_466 button:disabled{cursor:not-allowed;opacity:.7}._correctnessButtons_122ze_466 button:disabled:hover{transform:none}._choiceItemCorrect_122ze_1156{background-color:#e8f5e8;border-color:#4caf50}._choiceItemIncorrect_122ze_1161{background-color:#ffebee;border-color:#f44336}._correctIcon_122ze_1166{color:#4caf50;margin-left:8px}._incorrectIcon_122ze_1171{color:#f44336;margin-left:8px}._homePage_1bvjm_2{min-height:100vh;background-color:#fff}._main_1bvjm_7{width:100%;overflow-x:hidden}._heroBanner_1bvjm_13{position:relative;width:1320px;height:500px;margin:0 auto}._heroBanner_1bvjm_13:before{content:"";position:absolute;width:1977px;height:525px;left:calc(50% - 1233px);top:206px;background:#3f7bfc;border-radius:262.5px;z-index:0}._heroBannerImage_1bvjm_32{position:relative;width:100%;height:100%;border-radius:30px;overflow:hidden;z-index:1}._imageCard_1bvjm_41{position:relative;width:100%;height:100%}._heroImage_1bvjm_47{width:100%;height:100%;object-fit:cover}._shadow_1bvjm_53{position:absolute;top:0;left:0;width:100%;height:100%;background:#12121266;z-index:2}._heroBannerContents_1bvjm_63{position:absolute;top:140px;left:70px;width:calc(100% - 140px);display:flex;flex-direction:column;gap:20px;z-index:3}._title_1bvjm_74{display:flex;flex-direction:column;gap:7px;width:100%}._text_1bvjm_81{display:flex;align-items:center;width:100%;padding:10px 0}._mainTitle_1bvjm_88{font-family:SUIT,sans-serif;font-weight:800;font-size:38px;line-height:1.35;color:#fff;margin:0;text-align:left}._subTitle_1bvjm_98{font-family:SUIT,sans-serif;font-weight:700;font-size:20px;line-height:1.35;color:#fff;margin:0;text-align:left}._heroButton_1bvjm_108{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #ffffff;color:#374151;padding:10px 30px;border-radius:99px;font-family:SUIT,sans-serif;font-weight:700;font-size:16px;cursor:pointer;transition:all .3s ease;height:48px;width:fit-content}._heroButton_1bvjm_108 svg{width:20px;height:20px;stroke:#374151}._heroButton_1bvjm_108:hover{background:#f9fafb;transform:translateY(-2px)}._statisticsContainer_1bvjm_137{position:relative;z-index:10;max-width:1320px;margin:0 auto;display:flex;flex-direction:row;gap:18px;padding:100px 0;align-items:flex-start;justify-content:space-between;width:100%}._statisticsHeader_1bvjm_151{display:flex;align-items:center;gap:18px;margin-bottom:0}._titleBlock_1bvjm_158{display:flex;flex-direction:column;gap:6px;width:286px}._statisticsTitle_1bvjm_165{font-family:SUIT,sans-serif;font-weight:700;font-size:24px;line-height:1.35;color:#fff;margin:0;text-align:left}._statisticsList_1bvjm_176{display:flex;justify-content:space-between;gap:28px;width:1016px}._statisticCard_1bvjm_183{display:flex;flex-direction:column;justify-content:space-between;gap:20px;padding:20px 20px 26px;width:330px;height:186px;background:#f9fafb;border:1px solid #E5E7EB;border-radius:16px}._statisticHeader_1bvjm_196{display:flex;justify-content:flex-end;gap:6px;width:100%}._statisticTitle_1bvjm_203{font-family:SUIT,sans-serif;font-weight:700;font-size:20px;line-height:1.35;color:#374151;margin:0;text-align:left;flex:1;padding:0 10px}._statisticValue_1bvjm_215{display:flex;align-items:center;gap:10px;padding:10px;width:244px;height:53px}._statisticValue_1bvjm_215 span{font-family:SUIT,sans-serif;font-weight:800;font-size:40px;line-height:1.35;text-align:left}._servicesSection_1bvjm_233{width:100%;margin:0 auto 100px}._servicesContainer_1bvjm_239{max-width:1320px;margin:0 auto;display:flex;flex-direction:column;gap:28px}._servicesHeader_1bvjm_247{width:100%;display:flex;justify-content:stretch;align-items:stretch;gap:10px}._servicesTitle_1bvjm_255{font-family:SUIT,sans-serif;font-weight:700;font-size:24px;line-height:1.35;color:#374151;margin:0;text-align:left}._servicesScroll_1bvjm_265{width:100%;height:370px;overflow-x:auto;overflow-y:hidden}._servicesList_1bvjm_272{display:flex;align-items:center;gap:20px;justify-content:center}._serviceCard_1bvjm_279{width:353px;height:366px;background:#f9fafb;border:1px solid #E5E7EB;border-radius:24px;padding:30px;display:flex;flex-direction:column;align-items:center;gap:12px;flex-shrink:0}._serviceTopBlock_1bvjm_293{display:flex;flex-direction:column;width:100%}._serviceTitleBlock_1bvjm_299{display:flex;align-items:center;width:100%;gap:10px;padding:0 10px}._serviceTitle_1bvjm_299{font-family:SUIT,sans-serif;font-weight:700;font-size:30px;line-height:1.35;color:#374151;margin:0;text-align:left;height:82px}._serviceContent_1bvjm_318{display:flex;justify-content:stretch;align-items:stretch;width:100%;flex-wrap:wrap;gap:10px;padding:10px}._serviceDescription_1bvjm_328{font-family:SUIT,sans-serif;font-weight:500;font-size:16px;line-height:1.35;color:#6b7280;margin:0;text-align:left;width:293px}._serviceBottomBlock_1bvjm_339{display:flex;justify-content:space-between;align-items:flex-start;width:100%;padding:0 10px}._serviceIconBlock_1bvjm_347{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:99px;position:relative}._serviceIconBlock_1bvjm_347 svg path{stroke-width:2.5!important}._serviceImageBlock_1bvjm_362{display:flex;justify-content:flex-end;align-items:center;gap:10px;padding:0 10px}._serviceImage_1bvjm_362{width:150px;height:150px;display:flex;align-items:center;justify-content:center}._serviceImage_1bvjm_362 img{width:100%;height:100%;object-fit:cover}._newsletterSection_1bvjm_385{background-color:#f3f7f9;padding:60px 173px;margin-top:100px}._newsletterContainer_1bvjm_391{max-width:1440px;margin:0 auto}._newsletterContent_1bvjm_396{display:flex;justify-content:space-between;align-items:center;gap:60px}._newsletterText_1bvjm_403{flex:1;max-width:460px}._newsletterTitle_1bvjm_408{font-family:SUIT,sans-serif;font-weight:800;font-size:32px;line-height:1.35;color:#374151;margin:0 0 2px}._newsletterDescription_1bvjm_417{font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35;color:#374151;margin:0}._newsletterForm_1bvjm_426{flex:1;max-width:520px;display:flex;flex-direction:column;gap:16px}._checkboxContainer_1bvjm_434{display:flex;align-items:center;gap:8px;padding:4px 0}._checkbox_1bvjm_434{width:22px;height:22px;border:1px solid #E5E7EB;border-radius:4px;background:#f9fafb;cursor:pointer}._checkboxLabel_1bvjm_450{font-family:SUIT,sans-serif;font-weight:500;font-size:16px;line-height:1.35;color:#374151;cursor:pointer}._emailInputContainer_1bvjm_459{display:flex;gap:8px;align-items:stretch}._emailInput_1bvjm_459{flex:1;height:48px;padding:16px;border:1px solid #E5E7EB;border-radius:6px;background:#fff;font-family:SUIT,sans-serif;font-weight:600;font-size:16px;color:#374151}._emailInput_1bvjm_459::placeholder{color:#bac2d0}._emailInput_1bvjm_459:focus{outline:none;border-color:#3f7bfc}._subscriptionSection_1bvjm_488{padding:100px 60px;background-color:#fff}._subscriptionContainer_1bvjm_493{max-width:1320px;margin:0 auto;display:flex;flex-direction:column;gap:60px}._subscriptionHeader_1bvjm_501{text-align:center}._subscriptionTitle_1bvjm_505{font-family:SUIT,sans-serif;font-weight:800;font-size:32px;line-height:1.35;color:#374151;margin:0 0 2px}._subscriptionDescription_1bvjm_514{font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35;color:#4b5563;margin:0}._subscriptionPlans_1bvjm_523{display:flex;justify-content:space-between;align-items:center;gap:35px}._subscriptionCard_1bvjm_530{width:309px;height:410px;background:#fff;border:1px solid #E5E7EB;border-radius:16px;padding:30px 16px 20px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:15px;position:relative}._subscriptionCard_1bvjm_530._popular_1bvjm_545{border:2px solid #3F7BFC}._cardHeader_1bvjm_549{display:flex;flex-direction:column;justify-content:center;gap:6px;padding:0 10px;width:100%}._cardTitleContainer_1bvjm_558{display:flex;align-items:center;gap:6px}._cardTitle_1bvjm_558{font-family:SUIT,sans-serif;font-weight:700;font-size:24px;line-height:1.35;color:#374151;margin:0}._popularBadge_1bvjm_573{background:#dfe9ff;color:#3f7bfc;padding:10px 12px;border-radius:999px;font-family:SUIT,sans-serif;font-weight:600;font-size:14px;line-height:1.35}._cardPrice_1bvjm_584{display:flex;align-items:flex-end;gap:6px;width:100%}._price_1bvjm_591{font-family:SUIT,sans-serif;font-weight:700;font-size:24px;line-height:1.35;color:#374151}._period_1bvjm_599{font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35;color:#bac2d0}._cardFeatures_1bvjm_607{display:flex;flex-direction:column;gap:16px;padding:0 10px;width:100%}._featureItem_1bvjm_615{display:flex;align-items:center;gap:8px;padding:0 4px 0 0;width:100%}._featureItem_1bvjm_615 span{font-family:SUIT,sans-serif;font-weight:700;font-size:16px;line-height:1.35;color:#374151}._featureItem_1bvjm_615 img{filter:brightness(0) saturate(100%) invert(31%) sepia(83%) saturate(2878%) hue-rotate(210deg) brightness(98%) contrast(101%)}._subscribeButton_1bvjm_635{height:48px;background:#fff;border:1px solid #3F7BFC;border-radius:6px;color:#3f7bfc;font-family:SUIT,sans-serif;font-weight:700;font-size:16px;line-height:1.35;cursor:pointer;transition:all .3s ease;display:flex;justify-content:center;align-items:center;gap:8px;padding:12px 24px;white-space:nowrap}._subscribeButton_1bvjm_635:hover{background:#f9fafb;transform:translateY(-2px)}._practiceSection_1bvjm_661{background-color:transparent;padding:0;margin:0;position:relative;overflow-x:hidden;overflow-y:visible;height:612px}._practiceSection_1bvjm_661:before{content:"";position:absolute;width:2056px;height:612px;left:50%;transform:translate(calc(-50% + 253px));top:0;background:#1f2937;border-radius:999px;z-index:0}._practiceContainer_1bvjm_684{position:relative;z-index:1;max-width:1320px;margin:0 auto;height:100%}._practiceWrapper_1bvjm_692{display:flex;justify-content:space-between;align-items:center;gap:30px;height:100%}._practiceLeftBlock_1bvjm_700{flex:1;max-width:420px;display:flex;flex-direction:column;gap:40px}._practiceHeader_1bvjm_708{display:flex;flex-direction:column;gap:2px}._practiceTitle_1bvjm_714{font-family:SUIT,sans-serif;font-weight:800;font-size:28px;line-height:1.35;color:#fff;margin:0 0 2px}._practiceDescription_1bvjm_723{font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35;color:#fff;margin:0}._subjectsList_1bvjm_732{display:flex;flex-wrap:wrap;gap:20px}._subjectItem_1bvjm_738{display:flex;flex-direction:column;align-items:center;gap:12px;width:97px}._subjectIcon_1bvjm_746{width:80px;height:80px;border-radius:50%;background:#f9fafb;display:flex;align-items:center;justify-content:center;overflow:hidden}._subjectIcon_1bvjm_746 img{width:100%;height:100%;object-fit:cover}._subjectName_1bvjm_763{font-family:SUIT,sans-serif;font-weight:700;font-size:16px;line-height:1.35;color:#fff;text-align:center}._practiceRightBlock_1bvjm_772{width:870px;height:612px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:y mandatory}._practiceRightBlock_1bvjm_772::-webkit-scrollbar{display:none}._questionsList_1bvjm_785{display:flex;flex-direction:column;gap:24px;padding:20px 28px 300px}._questionsList_1bvjm_785>div{scroll-snap-align:center}._questionsList_1bvjm_785 *{pointer-events:none!important;cursor:default!important;-webkit-user-select:none!important;user-select:none!important}._questionsList_1bvjm_785 button{pointer-events:none!important;cursor:default!important}._questionsList_1bvjm_785 input,._questionsList_1bvjm_785 textarea{pointer-events:none!important;cursor:default!important;-webkit-user-select:none!important;user-select:none!important}._questionsList_1bvjm_785 div[role=button],._questionsList_1bvjm_785 div[onclick]{pointer-events:none!important;cursor:default!important}._questionsList_1bvjm_785 *:hover{opacity:1!important;background-color:initial!important;transform:none!important}._questionsList_1bvjm_785 *:focus{outline:none!important;border-color:initial!important;box-shadow:none!important}._discountSection_1bvjm_858{background:#374151;border-radius:16px;margin:0 61px;height:134px;position:relative;overflow:hidden}._discountContainer_1bvjm_867{position:relative;z-index:1;height:100%;display:flex;align-items:center;padding:0 53px}._discountContent_1bvjm_876{display:flex;align-items:center;gap:13px;width:100%}._discountText_1bvjm_883{flex:1;max-width:1126px}._discountTitle_1bvjm_888{font-family:SUIT,sans-serif;font-weight:700;font-size:30px;line-height:1.35;color:#fff;margin:0 0 6px}._discountDescription_1bvjm_897{font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35;color:#fff;margin:0}._discountToggle_1bvjm_906{width:75px;height:130px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:10px}._toggleContainer_1bvjm_917{width:100%;height:31px}._toggle_1bvjm_917{width:100%;height:31px;background:#3f7bfc;border-radius:100px;position:relative;cursor:pointer;transition:all .3s ease}._toggleKnob_1bvjm_932{position:absolute;top:2px;right:2px;width:27px;height:27px;background:#fff;border-radius:100px;box-shadow:0 3px 1px #0000000f,0 3px 8px #00000026,0 0 0 1px #0000000a;transition:all .3s ease}._toggleActive_1bvjm_944 ._toggleKnob_1bvjm_932{transform:translate(-26px)}._reviewsSection_1bvjm_949{background-color:#f9fafb;padding:120px 58px;position:relative}._leftQuote_1bvjm_955{position:absolute;left:60px;top:121px;width:46px;height:32px;z-index:1}._rightQuote_1bvjm_964{position:absolute;right:60px;top:80%;transform:translateY(-50%);width:112px;height:80px;z-index:1}._reviewsContainer_1bvjm_974{max-width:1322px;margin:0 auto;display:flex;justify-content:space-between;gap:42px}._reviewsHeader_1bvjm_982{width:274px;padding:40px 0;display:flex;flex-direction:column;gap:10px}._reviewsTitle_1bvjm_990{font-family:SUIT,sans-serif;font-weight:800;font-size:32px;line-height:1.35;color:#374151;margin:0 0 2px}._reviewsDescription_1bvjm_999{font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35;color:#374151;margin:0}._reviewsContent_1bvjm_1008{position:relative;width:1006px;height:294px;display:flex;flex-direction:column;align-items:center}._reviewsList_1bvjm_1017{display:flex;align-items:center;gap:18px;padding:0 17px}._reviewCard_1bvjm_1024{width:300px;height:244px;background:#fff;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:14px;opacity:.5;transition:all .3s ease}._reviewCard_1bvjm_1024._active_1bvjm_1037{width:336px;height:274px;opacity:1}._reviewHeader_1bvjm_1043{display:flex;align-items:center;gap:10px}._reviewProfile_1bvjm_1049{display:flex;align-items:center;gap:10px;width:100%}._reviewAvatar_1bvjm_1056{width:40px;height:40px;border-radius:50%;object-fit:cover}._reviewInfo_1bvjm_1063{display:flex;flex-direction:column;justify-content:center;gap:0}._reviewName_1bvjm_1070{display:flex;align-items:center;gap:3px}._name_1bvjm_1076{font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35;color:#374151}._reviewSubtitle_1bvjm_1095{font-family:SUIT,sans-serif;font-weight:500;font-size:14px;line-height:1.35;color:#bac2d0}._reviewRating_1bvjm_1103{display:flex;align-items:center;gap:0;width:100%}._reviewContent_1bvjm_1110{font-family:SUIT,sans-serif;font-weight:500;font-size:14px;line-height:1.6;color:#6b7280;margin:0;flex:1;width:100%}._reviewsControls_1bvjm_1121{position:absolute;top:121px;left:0;right:0;display:flex;justify-content:space-between;align-items:center;pointer-events:none;width:1006px}._reviewArrow_1bvjm_1133{width:32px;height:32px;background:#fff;border:1px solid #D1D5DB;border-radius:30px;display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer;box-shadow:0 0 30px #3535350d;pointer-events:all;transition:all .3s ease}._reviewArrow_1bvjm_1133 svg,._reviewArrow_1bvjm_1133 ._icon_1bvjm_1149{width:20px;height:20px}._reviewArrow_1bvjm_1133:hover{background:#f9fafb;transform:translateY(-2px)}._reviewDots_1bvjm_1159{position:absolute;bottom:0;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:4px;width:100%;justify-content:center}._dot_1bvjm_1171{width:6px;height:6px;border-radius:7.5px;background:#4b556380;opacity:.3;transition:all .3s ease}._dot_1bvjm_1171._active_1bvjm_1037{opacity:1}._loginPage_1lll1_2{min-height:100vh;display:flex;flex-direction:column;background-color:#fff}._main_1lll1_9{flex:1;display:flex;align-items:center;justify-content:center;padding:60px 0}._loginBlock_1lll1_17{display:flex;flex-direction:column;align-items:center;gap:40px;width:364px;box-sizing:border-box}._titleBlock_1lll1_27{display:flex;flex-direction:column;align-items:center;align-self:stretch;gap:10px}._title_1lll1_27{font-family:SUIT,sans-serif;font-weight:700;font-size:30px;line-height:1.35em;text-align:center;color:#4b5563;margin:0}._wrap_1lll1_46{display:flex;flex-direction:column;align-items:center;align-self:stretch;gap:40px}._tabsContainer_1lll1_55,._tabs_1lll1_55{display:flex;align-items:flex-end;gap:32px}._tab_1lll1_55{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;background:none;border:none;cursor:pointer;padding:0;position:relative}._tabText_1lll1_83{font-family:SUIT,sans-serif;font-weight:700;font-size:16px;line-height:1.35em;color:#374151;padding:17px 20px 16px}._tabActive_1lll1_79 ._tabText_1lll1_83{color:#3f7bfc}._inkBar_1lll1_96{position:absolute;bottom:0;left:0;width:98px;height:2px;background-color:#3f7bfc}._loginForm_1lll1_106{display:flex;flex-direction:column;align-self:stretch;gap:60px}._loginBlock_1lll1_17{display:flex;flex-direction:column;align-self:stretch;gap:14px}._inputBlock_1lll1_121{display:flex;flex-direction:column;align-self:stretch;gap:28px}._inputGroup_1lll1_128{display:flex;flex-direction:column;align-self:stretch;gap:8px}._inputTitle_1lll1_135{display:flex;align-self:stretch;gap:2px}._label_1lll1_141{font-family:SUIT,sans-serif;font-weight:700;font-size:16px;line-height:1.35em;color:#374151}._inputBox_1lll1_149{display:flex;flex-direction:column;align-self:stretch;gap:6px}._input_1lll1_121{display:flex;justify-content:stretch;align-items:stretch;align-self:stretch;gap:10px;padding:16px;background-color:#f9fafb;border:none;border-radius:6px;font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35em;color:#1f2937}._input_1lll1_121::placeholder{color:#bac2d0}._input_1lll1_121:focus{outline:none;border:1px solid #3F7BFC}._inputError_1lll1_182{border:1px solid #EF4444!important;background-color:#fef2f2}._errorMessage_1lll1_187{font-family:SUIT,sans-serif;font-weight:500;font-size:14px;line-height:1.35em;color:#ef4444;margin-top:4px}._loginButton_1lll1_197{display:flex;justify-content:center;align-items:center;align-self:stretch;gap:10px;padding:10px 16px;background-color:#3f7bfc;border:none;border-radius:6px;font-family:SUIT,sans-serif;font-weight:700;font-size:16px;line-height:1.35em;color:#f6f6f6;cursor:pointer;transition:background-color .2s ease}._loginButton_1lll1_197:hover:not(:disabled){background-color:#2c6af1}._loginButton_1lll1_197:disabled{background-color:#9ca3af;cursor:not-allowed}._signupBlock_1lll1_226{display:flex;justify-content:space-between;align-items:center;align-self:stretch;gap:20px}._signupButton_1lll1_234{display:flex;justify-content:center;align-items:center;gap:10px;padding:10px 4px;background:none;border:none;font-family:SUIT,sans-serif;font-weight:700;font-size:14px;line-height:1.35em;color:#6b7280;cursor:pointer;transition:color .2s ease;text-decoration:underline}._signupButton_1lll1_234:last-child{color:#2c6af1}._snsWrap_1lll1_258{display:flex;flex-direction:column;align-self:stretch;gap:30px}._divider_1lll1_266{display:flex;align-items:center;align-self:stretch;gap:12px}._line_1lll1_273{flex:1;height:1px;background-color:#bac2d0}._dividerText_1lll1_279{font-family:Pretendard Variable,sans-serif;font-weight:500;font-size:16px;line-height:1em;color:#bac2d0}._snsList_1lll1_288{display:flex;flex-direction:column;justify-content:center;align-self:stretch;gap:12px}._snsButton_1lll1_296{display:flex;justify-content:center;align-items:center;align-self:stretch;gap:16px;padding:0 35px;height:48px;border:none;border-radius:4px;cursor:pointer;transition:opacity .2s ease}._snsButton_1lll1_296:first-child{background-color:#fee500}._snsButton_1lll1_296:last-child{background-color:#f5f6fa;border:1px solid #DADDE0}._snsButton_1lll1_296:hover{opacity:.9}._snsIcon_1lll1_323{display:flex;align-items:center;justify-content:center;width:18px;height:18px}._snsLabel_1lll1_331{font-family:Pretendard Variable,sans-serif;font-weight:600;font-size:16px;line-height:1.5em;color:#1f2937}._signupPage_lof6m_2{min-height:100vh;display:flex;flex-direction:column;background-color:#fff}._main_lof6m_9{flex:1;display:flex;align-items:center;justify-content:center;padding:60px 0}._contents_lof6m_17{display:flex;flex-direction:column;align-items:center;gap:70px;width:698px;padding:28px;box-sizing:border-box}._titleBlock_lof6m_28{display:flex;flex-direction:column;align-self:stretch;gap:10px}._title_lof6m_28{font-family:SUIT,sans-serif;font-weight:700;font-size:30px;line-height:1.35em;color:#4b5563;margin:0}._subtitle_lof6m_44{font-family:SUIT,sans-serif;font-weight:700;font-size:16px;line-height:1.35em;text-align:center;color:#bac2d0;margin:0}._imageBox_lof6m_55{width:166px;height:166px;border:1px solid #E5E7EB;border-radius:50%;cursor:pointer;position:relative;overflow:hidden}._imageCard_lof6m_65{display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;padding:81px;background-color:#fafafa;height:166px}._cameraIcon_lof6m_76{display:flex;justify-content:center;align-items:center;width:40px;height:40px;padding:3.33px;border-radius:13.33px;margin-bottom:10px}._uploadText_lof6m_87{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:10px;width:225px}._uploadText_lof6m_87 p{font-family:SUIT,sans-serif;font-weight:700;font-size:12px;line-height:1.35em;text-align:center;color:#bac2d0;margin:0}._profileImage_lof6m_107{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:50%}._list_lof6m_118{display:flex;flex-direction:column;justify-content:center;align-self:stretch;gap:30px}._wrap_lof6m_126{display:flex;justify-content:stretch;align-items:stretch;align-self:stretch;gap:20px}._inputGroup_lof6m_134{display:flex;flex-direction:column;gap:8px;flex:1}._inputTitle_lof6m_141{display:flex;align-self:stretch;gap:2px}._label_lof6m_147{font-family:SUIT,sans-serif;font-weight:700;font-size:16px;line-height:1.35em;color:#374151}._required_lof6m_155{font-family:SUIT,sans-serif;font-weight:700;font-size:14px;line-height:1.35em;color:#3f7bfc;width:11px}._inputBox_lof6m_164{display:flex;flex-direction:column;align-self:stretch;gap:6px}._input_lof6m_134{display:flex;justify-content:stretch;align-items:stretch;align-self:stretch;gap:10px;padding:16px;background-color:#f9fafb;border:none;border-radius:6px;font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35em;color:#1f2937}._input_lof6m_134::placeholder{color:#bac2d0}._input_lof6m_134:focus{outline:none;border:1px solid #3F7BFC}._dropdownBox_lof6m_198{display:flex;justify-content:space-between;align-items:center;align-self:stretch;gap:10px;padding:16px 12px 16px 16px;background-color:#f9fafb;border:none;border-radius:6px}._dropdownInput_lof6m_210{flex:1;background:none;border:none;font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35em;color:#1f2937}._dropdownInput_lof6m_210::placeholder{color:#bac2d0}._dropdownInput_lof6m_210:focus{outline:none}._dropdownIcon_lof6m_229{display:flex;justify-content:center;align-items:center;width:20px;height:20px;padding:1.67px}._emailSection_lof6m_239{display:flex;flex-direction:column;align-self:stretch;gap:8px}._emailInputs_lof6m_246{display:flex;align-items:center;align-self:stretch;gap:10px}._emailInputBox_lof6m_253{display:flex;flex-direction:column;gap:6px;flex:1}._emailInputWithClear_lof6m_260{position:relative;display:flex;align-items:center}._emailInputWithClear_lof6m_260 input{width:100%}._clearButton_lof6m_270{position:absolute;right:16px;display:flex;justify-content:center;align-items:center;width:20px;height:20px;background-color:#4b556380;border:none;border-radius:10px;cursor:pointer;padding:1.82px}._clearButton_lof6m_270:hover{background-color:#4b5563b3}._atIcon_lof6m_289{display:flex;justify-content:center;align-items:center;width:24px;height:24px;padding:5px}._domainDropdown_lof6m_298{position:relative;display:flex;justify-content:space-between;align-items:center;gap:10px;padding:16px 12px 16px 16px;background-color:#f9fafb;border:1px solid #D1D5DB;border-radius:6px;height:48px;min-width:120px;cursor:pointer}._domainDropdownList_lof6m_313{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:1px solid #D1D5DB;border-radius:6px;box-shadow:0 4px 6px #0000001a;z-index:10;margin-top:4px}._domainOption_lof6m_326{padding:12px 16px;cursor:pointer;font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35em;color:#374151;transition:background-color .2s ease}._domainOption_lof6m_326:hover{background-color:#f9fafb}._customDomainInput_lof6m_341{margin-top:10px}._domainInput_lof6m_345{width:100%;padding:16px 12px;background-color:#f9fafb;border:1px solid #D1D5DB;border-radius:6px;font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35em;color:#374151;box-sizing:border-box}._domainInput_lof6m_345::placeholder{color:#9ca3af}._domainInput_lof6m_345:focus{outline:none;border-color:#3f7bfc;box-shadow:0 0 0 3px #3f7bfc1a}._verificationButton_lof6m_369{display:flex;justify-content:center;align-items:center;gap:10px;padding:10px 16px;background-color:#3f7bfc;border:none;border-radius:6px;font-family:SUIT,sans-serif;font-weight:700;font-size:16px;line-height:1.35em;color:#f6f6f6;cursor:pointer;width:133px;height:48px;transition:background-color .2s ease}._verificationButton_lof6m_369:hover:not(:disabled){background-color:#2c6af1}._verificationButton_lof6m_369:disabled{background-color:#d1d5db;cursor:not-allowed}._verificationCodeSection_lof6m_399{display:flex;flex-direction:column;align-self:stretch;gap:6px}._verificationInputWrapper_lof6m_406{display:flex;align-self:stretch;gap:8px}._verificationInput_lof6m_406{flex:1;display:flex;justify-content:stretch;align-items:stretch;gap:10px;padding:16px;background-color:#f9fafb;border:none;border-radius:6px;font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35em;color:#1f2937;height:48px}._verificationInput_lof6m_406::placeholder{color:#bac2d0}._verificationInput_lof6m_406:focus{outline:none;border:1px solid #3F7BFC}._checkButton_lof6m_439{display:flex;justify-content:center;align-items:center;gap:10px;padding:10px 46px;background-color:#fff;border:1px solid #3F7BFC;border-radius:4px;font-family:SUIT,sans-serif;font-weight:700;font-size:14px;line-height:1.35em;color:#3f7bfc;cursor:pointer;height:48px;transition:all .2s ease}._checkButton_lof6m_439:hover{background-color:#3f7bfc;color:#fff}._errorMessage_lof6m_463{font-family:SUIT,sans-serif;font-weight:700;font-size:14px;line-height:1.35em;color:#f44336cc;margin:0;padding:0 6px}._successMessage_lof6m_473{font-family:SUIT,sans-serif;font-weight:700;font-size:14px;line-height:1.35em;color:#4caf50cc;margin:0;padding:0 6px}._checkboxGroup_lof6m_484{display:flex;flex-direction:column;align-self:stretch;gap:6px}._checkboxLabel_lof6m_491{display:flex;align-items:center;align-self:stretch;gap:8px;padding:4px 0;cursor:pointer}._checkbox_lof6m_484{width:22px;height:22px;background-color:#f9fafb;border:1px solid #E5E7EB;border-radius:4px;cursor:pointer}._checkbox_lof6m_484:checked{background-color:#3f7bfc;border-color:#3f7bfc}._checkboxText_lof6m_514{font-family:SUIT,sans-serif;font-weight:500;font-size:16px;line-height:1.35em;color:#374151}._submitSection_lof6m_523{display:flex;flex-direction:column;align-items:center;align-self:stretch;gap:10px}._signupButton_lof6m_531{display:flex;justify-content:center;align-items:center;align-self:stretch;gap:10px;padding:10px;background-color:#3f7bfc;border:none;border-radius:6px;font-family:SUIT,sans-serif;font-weight:700;font-size:16px;line-height:1.35em;color:#f6f6f6;cursor:pointer;transition:background-color .2s ease}._signupButton_lof6m_531:hover:not(:disabled){background-color:#2c6af1}._signupButton_lof6m_531:disabled{background-color:#d1d5db;cursor:not-allowed}._loginLink_lof6m_559{font-family:SUIT,sans-serif;font-weight:500;font-size:16px;line-height:1.35em;color:#374151;margin:0;cursor:pointer}._loginLink_lof6m_559:hover{text-decoration:underline}._findPasswordPage_56v0f_2{min-height:100vh;display:flex;flex-direction:column;background-color:#fff}._main_56v0f_9{flex:1;display:flex;align-items:center;justify-content:center;padding:60px 0}._loginBlock_56v0f_17{display:flex;flex-direction:column;justify-content:center;gap:80px;width:420px;padding:28px;box-sizing:border-box}._headerSection_56v0f_28{display:flex;align-items:center;gap:16px;padding:0 4px 0 0}._backButton_56v0f_35{display:flex;justify-content:center;align-items:center;width:32px;height:32px;background:none;border:none;cursor:pointer;padding:6.67px;transition:background-color .2s ease}._backButton_56v0f_35:hover{background-color:#f9fafb;border-radius:4px}._title_56v0f_53{font-family:SUIT,sans-serif;font-weight:700;font-size:30px;line-height:1.35em;color:#374151;margin:0}._formSection_56v0f_63{display:flex;flex-direction:column;align-items:center;align-self:stretch;gap:40px}._inputGroup_56v0f_71{display:flex;flex-direction:column;align-self:stretch;gap:8px}._label_56v0f_78{font-family:SUIT,sans-serif;font-weight:700;font-size:16px;line-height:1.35em;color:#374151}._inputBox_56v0f_86{display:flex;flex-direction:column;align-self:stretch;gap:6px}._input_56v0f_71{display:flex;justify-content:stretch;align-items:stretch;align-self:stretch;gap:10px;padding:16px;background-color:#f9fafb;border:none;border-radius:6px;font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35em;color:#1f2937}._input_56v0f_71::placeholder{color:#bac2d0}._input_56v0f_71:focus{outline:none;border:1px solid #3F7BFC}._sendCodeButton_56v0f_119{display:flex;justify-content:center;align-items:center;align-self:stretch;gap:10px;padding:10px 16px;background-color:#3f7bfc;border:none;border-radius:6px;font-family:SUIT,sans-serif;font-weight:700;font-size:16px;line-height:1.35em;color:#f6f6f6;cursor:pointer;transition:background-color .2s ease}._sendCodeButton_56v0f_119:hover:not(:disabled){background-color:#2c6af1}._sendCodeButton_56v0f_119:disabled{background-color:#d1d5db;cursor:not-allowed}._successMessage_56v0f_148{font-family:SUIT,sans-serif;font-weight:600;font-size:14px;line-height:1.35em;color:#059669;margin:0;text-align:center}._errorMessage_56v0f_158{font-family:SUIT,sans-serif;font-weight:600;font-size:14px;line-height:1.35em;color:#dc2626;margin:0;text-align:center}._inputWrapper_56v0f_169{display:flex;align-self:stretch;gap:8px}._inputContainer_56v0f_175{flex:1;position:relative;display:flex;align-items:center}._clearButton_56v0f_182{position:absolute;right:16px;display:flex;justify-content:center;align-items:center;width:20px;height:20px;background-color:#4b556380;border:none;border-radius:10px;cursor:pointer;padding:1.82px}._clearButton_56v0f_182:hover{background-color:#4b5563b3}._resendButton_56v0f_201{display:flex;justify-content:center;align-items:center;gap:10px;padding:10px 16px;background-color:#fff;border:1px solid #3F7BFC;border-radius:4px;font-family:SUIT,sans-serif;font-weight:700;font-size:14px;line-height:1.35em;color:#3f7bfc;cursor:pointer;height:48px;transition:all .2s ease}._resendButton_56v0f_201:hover:not(:disabled){background-color:#3f7bfc;color:#fff}._resendButton_56v0f_201:disabled{background-color:#f9fafb;border-color:#d1d5db;color:#9ca3af;cursor:not-allowed}._verifyButton_56v0f_232{display:flex;justify-content:center;align-items:center;align-self:stretch;gap:10px;padding:10px 16px;background-color:#3f7bfc;border:none;border-radius:6px;font-family:SUIT,sans-serif;font-weight:700;font-size:16px;line-height:1.35em;color:#f6f6f6;cursor:pointer;transition:background-color .2s ease}._verifyButton_56v0f_232:hover:not(:disabled){background-color:#2c6af1}._verifyButton_56v0f_232:disabled{background-color:#d1d5db;cursor:not-allowed}._inputList_56v0f_261{display:flex;flex-direction:column;align-self:stretch;gap:28px}._updateButton_56v0f_268{display:flex;justify-content:center;align-items:center;align-self:stretch;gap:10px;padding:10px 16px;background-color:#3f7bfc;border:none;border-radius:6px;font-family:SUIT,sans-serif;font-weight:700;font-size:16px;line-height:1.35em;color:#f6f6f6;cursor:pointer;transition:background-color .2s ease}._updateButton_56v0f_268:hover:not(:disabled){background-color:#2c6af1}._updateButton_56v0f_268:disabled{background-color:#d1d5db;cursor:not-allowed}._successSection_56v0f_297{display:flex;flex-direction:column;align-items:center;align-self:stretch;gap:24px;text-align:center}._successIcon_56v0f_306{display:flex;justify-content:center;align-items:center;margin:0 auto}._successImage_56v0f_313{width:100px;height:100px}._loginButton_56v0f_318{display:flex;justify-content:center;align-items:center;align-self:stretch;gap:10px;padding:10px 16px;background-color:#3f7bfc;border:none;border-radius:6px;font-family:SUIT,sans-serif;font-weight:700;font-size:16px;line-height:1.35em;color:#f6f6f6;cursor:pointer;transition:background-color .2s ease}._loginButton_56v0f_318:hover{background-color:#2c6af1}._emailInfo_56v0f_341{font-family:SUIT,sans-serif;font-weight:500;font-size:14px;line-height:1.35em;color:#6b7280;margin:0;text-align:center}._emailInfo_56v0f_341 strong{color:#374151}.social-login-test-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.social-login-test-card{background:#fff;border-radius:20px;padding:40px;max-width:600px;width:100%;box-shadow:0 20px 40px #0000001a;animation:slideUp .5s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.social-login-test-card h1{text-align:center;color:#333;margin-bottom:10px;font-size:2.5rem;font-weight:700}.description{text-align:center;color:#666;margin-bottom:30px;font-size:1.1rem}.message{padding:15px 20px;border-radius:10px;margin-bottom:25px;display:flex;align-items:center;justify-content:space-between;font-weight:500;animation:fadeIn .3s ease-out}.message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;opacity:.7;transition:opacity .2s}.close-btn:hover{opacity:1}.social-buttons{display:flex;flex-direction:column;gap:15px;margin-bottom:35px}.social-btn{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 24px;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;min-height:56px}.google-btn{background:#fff;color:#333;border:2px solid #dadce0}.google-btn:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.kakao-btn{background:#fee500;color:#000;border:2px solid #fee500}.kakao-btn:hover{background:#fdd835;transform:translateY(-2px);box-shadow:0 8px 25px #fee50066}.btn-icon{display:flex;align-items:center;justify-content:center}.test-tools{background:#f8f9fa;border-radius:12px;padding:25px;margin-bottom:30px}.test-tools h3{margin:0 0 15px;color:#333;font-size:1.3rem}.tool-buttons{display:flex;gap:10px;flex-wrap:wrap}.tool-btn{padding:10px 20px;border:none;border-radius:8px;background:#007bff;color:#fff;font-weight:500;cursor:pointer;transition:all .2s}.tool-btn:hover{background:#0056b3;transform:translateY(-1px)}.logout-btn{background:#dc3545}.logout-btn:hover{background:#c82333}.flow-info{background:#e7f3ff;border-radius:12px;padding:25px;margin-bottom:30px}.flow-info h3{margin:0 0 15px;color:#06c;font-size:1.3rem}.flow-info ol{margin:0;padding-left:20px;color:#333}.flow-info li{margin-bottom:8px;line-height:1.5}.api-info{background:#f0f8f0;border-radius:12px;padding:25px}.api-info h3{margin:0 0 15px;color:#060;font-size:1.3rem}.endpoint-list{display:flex;flex-direction:column;gap:10px}.endpoint{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;background:#fff;border-radius:8px;border-left:4px solid #28a745}.endpoint code{background:#f8f9fa;padding:4px 8px;border-radius:4px;font-family:Monaco,Consolas,monospace;font-size:.9rem;color:#e83e8c}.endpoint span{color:#666;font-size:.9rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._oauthSignupPage_sxynu_2{min-height:100vh;display:flex;flex-direction:column;background-color:#fff}._main_sxynu_9{flex:1;display:flex;align-items:center;justify-content:center;padding:60px 0}._contents_sxynu_17{display:flex;flex-direction:column;align-items:center;gap:70px;width:698px;padding:28px;box-sizing:border-box}._titleBlock_sxynu_28{display:flex;flex-direction:column;align-self:stretch;gap:10px}._title_sxynu_28{font-family:SUIT,sans-serif;font-weight:700;font-size:30px;line-height:1.35em;color:#4b5563;margin:0}._subtitle_sxynu_44{font-family:SUIT,sans-serif;font-weight:700;font-size:16px;line-height:1.35em;text-align:center;color:#bac2d0;margin:0}._imageContainer_sxynu_55{position:relative;display:inline-block}._imageBox_sxynu_60{width:166px;height:166px;border:1px solid #E5E7EB;border-radius:50%;cursor:pointer;position:relative;overflow:hidden}._imageCard_sxynu_70{display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;padding:81px;background-color:#fafafa;height:166px}._cameraIcon_sxynu_81{display:flex;justify-content:center;align-items:center;width:40px;height:40px;padding:3.33px;border-radius:13.33px;margin-bottom:10px}._uploadText_sxynu_92{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:10px;width:225px}._uploadText_sxynu_92 p{font-family:SUIT,sans-serif;font-weight:700;font-size:12px;line-height:1.35em;text-align:center;color:#bac2d0;margin:0}._profileImage_sxynu_112{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:50%}._removeImageButton_sxynu_123{position:absolute;top:-12px;right:-12px;width:24px;height:24px;min-width:24px;min-height:24px;padding:0;margin:0;border:none;border-radius:50%;background-color:#0009;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease;z-index:10;color:#fff;font-size:18px;font-weight:700;line-height:1;font-family:Arial,sans-serif;box-sizing:border-box;text-align:center;vertical-align:middle}._removeImageButton_sxynu_123:hover{background-color:#000c}._list_sxynu_157{display:flex;flex-direction:column;justify-content:center;align-self:stretch;gap:30px}._wrap_sxynu_165{display:flex;justify-content:stretch;align-items:stretch;align-self:stretch;gap:20px}._inputGroup_sxynu_173{display:flex;flex-direction:column;gap:8px;flex:1}._inputTitle_sxynu_180{display:flex;align-self:stretch;gap:2px}._label_sxynu_186{font-family:SUIT,sans-serif;font-weight:700;font-size:16px;line-height:1.35em;color:#374151}._required_sxynu_194{font-family:SUIT,sans-serif;font-weight:700;font-size:14px;line-height:1.35em;color:#3f7bfc;width:11px}._inputBox_sxynu_203{display:flex;flex-direction:column;align-self:stretch;gap:6px}._input_sxynu_173{display:flex;justify-content:stretch;align-items:stretch;align-self:stretch;gap:10px;padding:16px;background-color:#f9fafb;border:none;border-radius:6px;font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35em;color:#1f2937}._input_sxynu_173::placeholder{color:#bac2d0}._input_sxynu_173:focus{outline:none;border:1px solid #3F7BFC}._input_sxynu_173:read-only{background-color:#f3f4f6;color:#6b7280;cursor:not-allowed}._inputError_sxynu_242{border:1px solid #EF4444;background-color:#fef2f2}._dropdownBox_sxynu_248{display:flex;justify-content:space-between;align-items:center;align-self:stretch;gap:10px;padding:16px 12px 16px 16px;background-color:#f9fafb;border:none;border-radius:6px}._dropdownInput_sxynu_260{flex:1;background:none;border:none;font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35em;color:#1f2937}._dropdownInput_sxynu_260::placeholder{color:#bac2d0}._dropdownInput_sxynu_260:focus{outline:none}._dropdownIcon_sxynu_279{display:flex;justify-content:center;align-items:center;width:20px;height:20px;padding:1.67px}._errorMessage_sxynu_289{font-family:SUIT,sans-serif;font-weight:700;font-size:14px;line-height:1.35em;color:#f44336cc;margin:0;padding:0 6px}._submitSection_sxynu_300{display:flex;flex-direction:column;align-items:center;align-self:stretch;gap:10px}._signupButton_sxynu_308{display:flex;justify-content:center;align-items:center;align-self:stretch;gap:10px;padding:10px;background-color:#3f7bfc;border:none;border-radius:6px;font-family:SUIT,sans-serif;font-weight:700;font-size:16px;line-height:1.35em;color:#f6f6f6;cursor:pointer;transition:background-color .2s ease}._signupButton_sxynu_308:hover:not(:disabled){background-color:#2c6af1}._signupButton_sxynu_308:disabled{background-color:#d1d5db;cursor:not-allowed}._oauthCallbackPage_wozgh_1{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f8f9fa}._loadingContainer_wozgh_9{text-align:center;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;max-width:400px;width:100%}._spinner_wozgh_19{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:_spin_wozgh_19 1s linear infinite;margin:0 auto 1rem}@keyframes _spin_wozgh_19{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loadingContainer_wozgh_9 h2{color:#333;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}._loadingContainer_wozgh_9 p{color:#666;margin:0;font-size:1rem}._dashboardPage_1c1ec_2{min-height:100vh;background-color:#f9fafb}._main_1c1ec_7{flex:1;padding:0}._container_1c1ec_12{max-width:1440px;margin:0 auto;padding:99px 25px 25px}._dashboardContainer_1c1ec_19{display:flex;gap:30px;align-items:flex-start;width:100%;max-width:1440px}._sidebar_1c1ec_28{width:230px;flex-shrink:0}._contentArea_1c1ec_34{flex:1;display:flex;flex-direction:column}._dashboardMenu_7o8h7_1{display:flex;flex-direction:column;background-color:var(--color-bg-white);border-radius:16px;padding:40px 10px;gap:50px;box-shadow:var(--shadow-sm);border:1px solid var(--color-border-light);width:230px;height:1251px}._dashboardMenu--student_7o8h7_15{border-color:var(--color-primary)}._dashboardMenu--teacher_7o8h7_19{border-color:var(--color-secondary)}._dashboardMenu__container_7o8h7_24{display:flex;flex-direction:column;align-items:center;align-self:stretch;gap:50px;height:100%}._dashboardMenu__wrap_7o8h7_34{display:flex;flex-direction:column;align-items:center;align-self:stretch;gap:40px;flex:1}._dashboardMenu__profileSection_7o8h7_44{display:flex;flex-direction:column;justify-content:center;align-self:stretch;gap:10px;padding:0 10px;height:73px}._dashboardMenu__profileBlock_7o8h7_54{display:flex;flex-direction:column;gap:10px}._dashboardMenu__profileInfo_7o8h7_60{display:flex;align-items:center;gap:10px}._dashboardMenu__profileImage_7o8h7_66{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary)}._dashboardMenu__profileText_7o8h7_75{display:flex;flex-direction:column;justify-content:center;gap:2px}._dashboardMenu__profileName_7o8h7_82{display:flex;align-items:center;gap:3px}._dashboardMenu__name_7o8h7_88{font-family:var(--font-family);font-weight:600;font-size:16px;line-height:1.35em;color:var(--color-text-primary)}._dashboardMenu__title_7o8h7_96{font-family:var(--font-family);font-weight:500;font-size:16px;line-height:1.35em;color:var(--color-text-primary)}._dashboardMenu__profileSubtitle_7o8h7_104{font-family:var(--font-family);font-weight:500;font-size:14px;line-height:1.35em;color:#000}._dashboardMenu__tagBlock_7o8h7_113{display:flex;gap:6px}._dashboardMenu--teacher_7o8h7_19 ._dashboardMenu__tagBlock_7o8h7_113{height:24px;margin:0;padding:0;overflow:hidden}._dashboardMenu__tagSecondary_7o8h7_125{display:flex;justify-content:center;align-items:center;gap:10px;padding:4px 10px;background-color:#ebe8ff;border-radius:999px}._dashboardMenu--teacher_7o8h7_19 ._dashboardMenu__tagSecondary_7o8h7_125{height:0;padding:0;overflow:hidden}._dashboardMenu__tagSecondary_7o8h7_125 span{font-family:var(--font-family);font-weight:600;font-size:10px;line-height:1.35em;color:#9d8ff7}._dashboardMenu__tagPrimary_7o8h7_149{display:flex;justify-content:center;align-items:center;gap:10px;padding:4px 10px;background-color:#e5f6ff;border-radius:999px}._dashboardMenu--teacher_7o8h7_19 ._dashboardMenu__tagPrimary_7o8h7_149{height:0;padding:0;overflow:hidden}._dashboardMenu__tagPrimary_7o8h7_149 span{font-family:var(--font-family);font-weight:600;font-size:10px;line-height:1.35em;color:#91d5ff}._dashboardMenu__menuBlock_7o8h7_174{display:flex;flex-direction:column;align-self:stretch;gap:0}._dashboardMenu__item_7o8h7_182{display:flex;justify-content:stretch;align-items:stretch;align-self:stretch;gap:12px;padding:0;cursor:pointer;transition:all .2s ease;border-radius:0}._dashboardMenu__item_7o8h7_182:hover{background-color:var(--color-gray-50)}._dashboardMenu__item--selected_7o8h7_198{background-color:#e7efff}._dashboardMenu__itemContent_7o8h7_202{display:flex;align-items:center;gap:10px;padding:0 20px;flex:1}._dashboardMenu__itemIcon_7o8h7_210{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0}._dashboardMenu__itemIcon_7o8h7_210 img,._dashboardMenu__itemIcon_7o8h7_210 svg{filter:brightness(0) saturate(100%);transition:filter .2s ease}._dashboardMenu__item--selected_7o8h7_198 ._dashboardMenu__itemIcon_7o8h7_210 img,._dashboardMenu__item--selected_7o8h7_198 ._dashboardMenu__itemIcon_7o8h7_210 svg{filter:brightness(0) saturate(100%) invert(27%) sepia(95%) saturate(2414%) hue-rotate(216deg) brightness(100%) contrast(101%)}._dashboardMenu__itemTextWrapper_7o8h7_232{display:flex;align-items:center;gap:4px;padding:12px 0;flex:1}._dashboardMenu__itemText_7o8h7_232{display:flex;justify-content:center;align-items:center;gap:10px}._dashboardMenu__itemLabel_7o8h7_247{font-family:var(--font-family);font-weight:700;font-size:16px;line-height:1.35em;color:var(--color-text-primary)}._dashboardMenu__item--selected_7o8h7_198 ._dashboardMenu__itemLabel_7o8h7_247{color:var(--color-primary)}._dashboardMenu__logoutItem_7o8h7_260 ._dashboardMenu__itemLabel_7o8h7_247{color:var(--color-text-secondary)}._dashboardMenu__itemBadge_7o8h7_265{display:flex;justify-content:center;align-items:center;padding:0 8px;height:20px;background-color:#f3f4f6;border-radius:100px;font-family:var(--font-family);font-weight:700;font-size:12px;line-height:1.35em;color:#6b7280}._statisticsCard_1j0bs_2{display:flex;flex-direction:column;gap:30px;width:300px}._statItem_1j0bs_9{display:flex;flex-direction:column;gap:30px}._statItem_1j0bs_9 h4{font-family:SUIT;font-weight:600;font-size:16px;line-height:1.35em;color:#6b7280;margin:0}._statValue_1j0bs_24{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:26px}._mainStat_1j0bs_32{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;background:#f9fafb;border-radius:8px;width:100%;box-sizing:border-box}._mainStatLeft_1j0bs_43{display:flex;align-items:center;gap:20px}._mainStatNumber_1j0bs_49{font-family:SUIT;font-weight:700;font-size:20px;line-height:1.35em;color:#374151}._mainStatUnit_1j0bs_57{font-family:SUIT;font-weight:700;font-size:20px;line-height:1.35em;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}._mainStatPercent_1j0bs_69{font-family:SUIT;font-weight:700;font-size:20px;line-height:1.35em;color:#3f7bfc;width:55px;text-align:right}._statList_1j0bs_79{display:flex;flex-direction:column;padding:0 20px;width:100%;box-sizing:border-box;height:170.406px}._statListItem_1j0bs_88{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #E5E7EB}._statListItemLeft_1j0bs_96{display:flex;align-items:center;gap:20px}._statListItemNumber_1j0bs_102{font-family:SUIT;font-weight:600;font-size:16px;line-height:1.35em;color:#6b7280}._statListItemUnit_1j0bs_110{font-family:SUIT;font-weight:600;font-size:16px;line-height:1.35em;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px}._statListItemPercent_1j0bs_122{font-family:SUIT;font-weight:600;font-size:16px;line-height:1.35em;color:#6b7280;text-align:right}._statisticsButtons_1j0bs_131{display:flex;justify-content:flex-end;align-items:center;gap:6px;padding:0 20px}._arrowButton_1j0bs_139{display:flex;align-items:center;gap:10px;padding:6px;background:#fff;border:1px solid #E5E7EB;border-radius:6px;cursor:pointer;transition:all .2s ease}._arrowButton_1j0bs_139:hover{background:#f9fafb;border-color:#d1d5db}._mostPracticedCard_18f2c_2{display:flex;flex-direction:column;justify-content:space-between;gap:30px;padding:30px;width:419px;height:401px;background:#fff;border-radius:16px}._cardTitle_18f2c_14{display:flex;flex-direction:column;gap:16px}._cardTitle_18f2c_14 h3{font-family:SUIT;font-weight:600;font-size:16px;line-height:1.35em;color:#6b7280;margin:0}._unitName_18f2c_29{font-family:SUIT;font-weight:700;font-size:24px;line-height:1.35em;color:#374151;margin:0}._barGraphContainer_18f2c_38{display:flex;justify-content:space-between;align-items:center;height:250px}._verticalBar_18f2c_45{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:6px;height:100%}._barBackground_18f2c_54{position:relative;width:46px;height:200px;background:#f3f4f6;border-radius:8px}._barFill_18f2c_62{position:absolute;bottom:0;left:0;width:46px;border-radius:8px}._barLabel_18f2c_70{font-family:SUIT;font-weight:600;font-size:14px;line-height:1.35em;color:#4b5563;text-align:center;max-width:46px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}._table_26hmn_1{display:flex;flex-direction:column;background-color:var(--color-bg-white);border-radius:var(--radius-lg);border:1px solid var(--color-border-light);overflow:hidden;min-width:1055px}._table--dashboardteacher_26hmn_11{min-width:900px}._table--dashboardstudent_26hmn_16,._table--dashboardteacher_26hmn_11,._table--dashboardteacher2_26hmn_18,._table--dashboardaddstudent_26hmn_19{height:55px}._table--title_26hmn_24{background-color:#f9fafb;border-bottom:1px solid #E5E7EB}._table--contents_26hmn_29{background-color:transparent;border:none}._table__header_26hmn_35{padding:16px 30px;background-color:#f9fafb;border-bottom:1px solid #E5E7EB}._table__headerContent_26hmn_41{display:flex;justify-content:space-between;align-items:center;gap:var(--spacing-lg)}._table__headerCell_26hmn_48{font-family:var(--font-family);font-weight:600;font-size:16px;color:var(--color-text-secondary);cursor:pointer;padding:0;border-radius:var(--radius-sm);transition:all .2s ease;flex:1;text-align:left;line-height:21.6px;height:24px;display:flex;align-items:center}._table__headerCell_26hmn_48:hover{background-color:var(--color-gray-100);color:var(--color-primary)}._table__body_26hmn_71{display:flex;flex-direction:column}._table__row_26hmn_76{padding:16px 30px;border-bottom:1px solid #E5E7EB;transition:all .2s ease;min-height:55px;height:55px}._table__row_26hmn_76:last-child{border-bottom:none}._table__row--clickable_26hmn_88{cursor:pointer}._table__row--clickable_26hmn_88:hover{background-color:var(--color-gray-50);transform:translate(4px)}._table__row--active_26hmn_97{background-color:var(--color-bg-white)}._table__row--inactive_26hmn_101{background-color:var(--color-gray-50);opacity:.7}._table__row--pending_26hmn_106{background-color:var(--color-primary-light)}._table__rowContent_26hmn_110{display:flex;justify-content:space-between;align-items:center;gap:var(--spacing-lg)}._table__cell_26hmn_117{font-size:var(--font-size-md);color:var(--color-text-primary);flex:1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:24px;display:flex;align-items:center;justify-content:flex-start}._table__cellText_26hmn_132{font-family:var(--font-family);font-weight:600;font-size:16px;color:var(--color-text-secondary);line-height:21.6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._table__statusTag_26hmn_144{display:flex;align-items:center;justify-content:center;background-color:#1890ff26;border-radius:4px;padding:4px 8px;min-width:67px;height:26px}._table__statusText_26hmn_155{font-family:var(--font-family);font-weight:600;font-size:14px;color:var(--color-primary);line-height:18.9px}._table__levelTag_26hmn_164{display:flex;align-items:center;justify-content:center;background-color:var(--color-bg-white);border:1px solid var(--color-border-light);border-radius:5px;padding:4px 8px;min-width:58px;height:30px;gap:var(--spacing-xs)}._table__levelText_26hmn_177{font-family:var(--font-family);font-weight:600;font-size:14px;color:var(--color-text-secondary);line-height:18.9px}._table__actionButton_26hmn_186{display:flex;align-items:center;gap:var(--spacing-xs);background:none;border:none;cursor:pointer;padding:0}._table__actionText_26hmn_196{font-family:var(--font-family);font-weight:700;font-size:16px;color:var(--color-primary);line-height:21.6px}._table__editButton_26hmn_204{display:flex;align-items:center;gap:var(--spacing-xs);background:none;border:none;cursor:pointer;padding:0}._table__editText_26hmn_214{font-family:var(--font-family);font-weight:700;font-size:16px;color:var(--color-primary);line-height:21.6px}._table__deleteButton_26hmn_222{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0;width:24px;height:24px;border-radius:8px}._table__percentage_26hmn_236{font-family:var(--font-family);font-weight:600;font-size:16px;color:#f44336;line-height:21.6px;text-align:center}._table__profileCell_26hmn_246{display:flex;align-items:center;gap:10px;width:120px}._table__profileImage_26hmn_253{width:24px;height:24px;border-radius:50%;overflow:hidden;flex-shrink:0}._table__profileImage_26hmn_253 img{width:100%;height:100%;object-fit:cover}._table__profileName_26hmn_267{font-family:var(--font-family);font-weight:600;font-size:16px;color:var(--color-text-primary);line-height:1.6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90px}._table--dashboardteacher_26hmn_11 ._table__cell_26hmn_117:nth-child(1){width:120px;flex:0 0 120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._table--dashboardteacher_26hmn_11 ._table__cell_26hmn_117:nth-child(2){width:120px;flex:0 0 120px}._table--dashboardteacher_26hmn_11 ._table__cell_26hmn_117:nth-child(3){width:220px;flex:0 0 220px}._table--dashboardteacher_26hmn_11 ._table__cell_26hmn_117:nth-child(4){width:220px;flex:0 0 220px}._table--dashboardteacher_26hmn_11 ._table__cell_26hmn_117:nth-child(5){width:120px;flex:0 0 120px;text-align:center;justify-content:center}._table--dashboardteacher_26hmn_11 ._table__cell_26hmn_117:nth-child(6){width:100px;flex:0 0 100px;text-align:center;justify-content:center}._table--dashboardteacher_26hmn_11 ._table__cell_26hmn_117:nth-child(2){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._table--dashboardteacher_26hmn_11 ._table__cell_26hmn_117:nth-child(3){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._table--dashboardteacher_26hmn_11 ._table__cell_26hmn_117:nth-child(4){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._table--dashboardteacher_26hmn_11 ._table__headerCell_26hmn_48:nth-child(1){width:120px;flex:0 0 120px;justify-content:flex-start}._table--dashboardteacher_26hmn_11 ._table__headerCell_26hmn_48:nth-child(2){width:120px;flex:0 0 120px;justify-content:flex-start}._table--dashboardteacher_26hmn_11 ._table__headerCell_26hmn_48:nth-child(3){width:220px;flex:0 0 220px;justify-content:flex-start}._table--dashboardteacher_26hmn_11 ._table__headerCell_26hmn_48:nth-child(4){width:220px;flex:0 0 220px;justify-content:flex-start}._table--dashboardteacher_26hmn_11 ._table__headerCell_26hmn_48:nth-child(5){width:120px;flex:0 0 120px;text-align:center;justify-content:center}._table--dashboardteacher_26hmn_11 ._table__headerCell_26hmn_48:nth-child(6){width:100px;flex:0 0 100px;text-align:center;justify-content:center}._table--dashboardteacher_26hmn_11 ._table__row_26hmn_76{height:55px;min-height:55px;border-bottom:none;padding:16px 30px;background-color:#f9fafb}._table--dashboardteacher_26hmn_11 ._table__row--active_26hmn_97{background-color:#f9fafb;border-bottom:none}._table--dashboardteacher_26hmn_11._table--contents_26hmn_29 ._table__row_26hmn_76,._table--dashboardteacher_26hmn_11 ._table__row--active_26hmn_97,._table--dashboardteacher_26hmn_11._table--contents_26hmn_29 ._table__row--active_26hmn_97,._table--dashboardteacher_26hmn_11._table--contents_26hmn_29 ._table__body_26hmn_71 ._table__row--active_26hmn_97{border-bottom:none;background-color:transparent}._table--dashboardteacher2_26hmn_18 ._table__cell_26hmn_117:nth-child(1){width:120px;flex:0 0 120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._table--dashboardteacher2_26hmn_18 ._table__cell_26hmn_117:nth-child(2){width:220px;flex:0 0 220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._table--dashboardteacher2_26hmn_18 ._table__cell_26hmn_117:nth-child(3){width:120px;flex:0 0 120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._table--dashboardteacher2_26hmn_18 ._table__cell_26hmn_117:nth-child(4){width:80px;flex:0 0 80px;justify-content:center}._table--dashboardteacher2_26hmn_18 ._table__cell_26hmn_117:nth-child(5){width:130px;flex:0 0 130px;text-align:center;justify-content:center}._table--dashboardteacher2_26hmn_18 ._table__cell_26hmn_117:nth-child(6){width:120px;flex:0 0 120px;text-align:center;justify-content:center}._table--dashboardteacher2_26hmn_18 ._table__cell_26hmn_117:nth-child(7){width:40px;flex:0 0 40px;text-align:center;justify-content:center}._table--dashboardteacher2_26hmn_18 ._table__cell_26hmn_117:nth-child(8){width:40px;flex:0 0 40px;justify-content:center}._table--dashboardteacher2_26hmn_18 ._table__cell_26hmn_117:nth-child(9){width:24px;flex:0 0 24px;justify-content:center}._table--dashboardteacher2_26hmn_18 ._table__headerCell_26hmn_48:nth-child(1){width:120px;flex:0 0 120px;justify-content:flex-start}._table--dashboardteacher2_26hmn_18 ._table__headerCell_26hmn_48:nth-child(2){width:220px;flex:0 0 220px;justify-content:flex-start}._table--dashboardteacher2_26hmn_18 ._table__headerCell_26hmn_48:nth-child(3){width:120px;flex:0 0 120px;justify-content:flex-start}._table--dashboardteacher2_26hmn_18 ._table__headerCell_26hmn_48:nth-child(4){width:80px;flex:0 0 80px;justify-content:center}._table--dashboardteacher2_26hmn_18 ._table__headerCell_26hmn_48:nth-child(5){width:130px;flex:0 0 130px;text-align:center;justify-content:center}._table--dashboardteacher2_26hmn_18 ._table__headerCell_26hmn_48:nth-child(6){width:120px;flex:0 0 120px;text-align:center;justify-content:center}._table--dashboardteacher2_26hmn_18 ._table__headerCell_26hmn_48:nth-child(7){width:40px;flex:0 0 40px;text-align:center;justify-content:center}._table--dashboardteacher2_26hmn_18 ._table__headerCell_26hmn_48:nth-child(8){width:40px;flex:0 0 40px;justify-content:center}._table--dashboardteacher2_26hmn_18 ._table__headerCell_26hmn_48:nth-child(9){width:24px;flex:0 0 24px;justify-content:center}._table--dashboardteacher2_26hmn_18 ._table__row_26hmn_76{height:55px;min-height:55px;border-bottom:none;padding:16px 30px;background-color:#f9fafb}._table--dashboardteacher2_26hmn_18 ._table__row--active_26hmn_97{background-color:#f9fafb;border-bottom:none}._table--dashboardteacher2_26hmn_18._table--contents_26hmn_29 ._table__row_26hmn_76,._table--dashboardteacher2_26hmn_18 ._table__row--active_26hmn_97,._table--dashboardteacher2_26hmn_18._table--contents_26hmn_29 ._table__row--active_26hmn_97,._table--dashboardteacher2_26hmn_18._table--contents_26hmn_29 ._table__body_26hmn_71 ._table__row--active_26hmn_97{border-bottom:none;background-color:transparent}._table__imageStatus_26hmn_564{font-family:var(--font-family);font-weight:600;font-size:16px;color:var(--color-text-secondary);line-height:21.6px;text-align:center}._dashboardPage_xy57s_1{min-height:100vh;background-color:#f9fafb}._main_xy57s_6{flex:1;padding:0}._container_xy57s_11{max-width:1440px;margin:0 auto;padding:99px 25px 25px;display:flex;gap:25px;overflow-x:hidden}._loadingContainer_xy57s_21,._errorContainer_xy57s_21{display:flex;justify-content:center;align-items:center;height:200px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;border:1px solid #E5E7EB}._loadingText_xy57s_32,._errorText_xy57s_32{font-size:16px;color:#6b7280;font-weight:500}._errorText_xy57s_32{color:#ef4444}._userTypeToggle_xy57s_43{position:fixed;top:100px;right:20px;z-index:1000}._toggleButton_xy57s_50{background:#3f7bfc;color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-weight:600}._toggleButton_xy57s_50:hover{background:#2e5bd9}._dashboardContainer_xy57s_65{display:flex;gap:30px;align-items:flex-start;width:100%;max-width:1440px}._sidebar_xy57s_74{width:230px;flex-shrink:0}._mainContent_xy57s_80{flex:1;display:flex;flex-wrap:wrap;gap:20px;align-items:flex-start}._levelCard_xy57s_90{width:331px;height:302px;background:#fff;border-radius:16px;padding:22px 50px;grid-column:1 / 2;grid-row:1 / 2;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}._levelContent_xy57s_105{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;padding:58px 41px;width:237px;height:236px;position:relative}._levelInfo_xy57s_117{display:flex;flex-direction:column;align-items:center;gap:7px;width:155px;z-index:2}._levelTitle_xy57s_126{font-size:38px;font-weight:800;color:#374151;margin:0}._levelSubtitle_xy57s_133{font-size:16px;font-weight:600;color:#374151;margin:0}._levelPoints_xy57s_140{font-size:16px;font-weight:600;color:#3f7bfc;margin:0}._levelGraph_xy57s_147{position:absolute;top:0;left:0;width:100%;height:100%}._donutChart_xy57s_155{width:237px;height:237px;border-radius:50%;background:conic-gradient(#3f7bfc 0deg 231deg,#f9fafb 231deg 360deg);display:flex;align-items:center;justify-content:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);mask:radial-gradient(circle at center,transparent 90px,black 90px);-webkit-mask:radial-gradient(circle at center,transparent 90px,black 90px)}._donutInner_xy57s_171{width:180px;height:180px;background:#fff;border-radius:50%}._recentSolvedCard_xy57s_179{width:367px;height:301px;background:#fff;border-radius:16px;padding:20px 30px;grid-column:2 / 3;grid-row:1 / 2;display:flex;flex-direction:column;justify-content:space-between;gap:30px}._cardTitle_xy57s_193{display:flex;flex-direction:column;gap:16px}._cardTitle_xy57s_193 h3{font-size:16px;font-weight:600;color:#6b7280;margin:0}._questionCount_xy57s_206{font-size:30px;font-weight:700;color:#374151}._progressList_xy57s_212{display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:space-between;height:92px;width:100%}._progressItem_xy57s_222{width:100%;height:38px;background:#f3f4f6;border-radius:99px;overflow:hidden;position:relative}._progressBar_xy57s_231{width:100%;height:100%;background:#f3f4f6;border-radius:99px;display:flex;align-items:center;position:relative}._progressFill_xy57s_241{height:100%;background:#3f7bfc;border-radius:99px;transition:width .3s ease;display:flex;align-items:center;padding-left:16px;min-width:0}._progressText_xy57s_252{font-size:16px;font-weight:600;color:#fff;z-index:2;display:flex;align-items:center;width:100%;height:100%}._progressPercent_xy57s_263{position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:14px;font-weight:700;color:#374151;white-space:nowrap;z-index:3}._progressItem_xy57s_222:nth-child(1) ._progressPercent_xy57s_263{color:#3f7bfc}._progressItem_xy57s_222:nth-child(2) ._progressPercent_xy57s_263{color:#6b7280}._progressItem_xy57s_222:nth-child(2) ._progressFill_xy57s_241{background-color:#6b7280!important}._progressItem_xy57s_222:nth-child(2) ._progressText_xy57s_252{color:#6b7280}._progressItem_xy57s_222:nth-child(1) ._progressText_xy57s_252{color:#3f7bfc}._dDayCard_xy57s_300{width:336px;height:301px;background:#f9fafb;border-radius:16px;padding:30px;grid-column:3 / 4;grid-row:1 / 2;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px}._dDayContent_xy57s_315{display:flex;flex-direction:column;align-items:center;gap:10px;padding:20px;width:100%;height:100%}._dDayIcon_xy57s_325{width:32px;height:32px;display:flex;align-items:center;justify-content:center}._dDayText_xy57s_333 span{font-size:44px;font-weight:800;color:#3f7bfc}._todayExamSection_xy57s_340{width:336px;height:301px;background:#fff;border-radius:16px;padding:30px;grid-column:3 / 4;grid-row:1 / 2;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:30px}._todayExamContent_xy57s_355{display:flex;flex-direction:row;align-items:center;gap:20px;width:fit-content}._todayExamItem_xy57s_363{display:flex;flex-direction:column;gap:6px;padding:0 10px;width:118px;text-align:left}._todayExamLabel_xy57s_372{font-size:14px;font-weight:500;color:#6b7280;margin:0;line-height:1.35}._todayExamValue_xy57s_380{font-size:24px;font-weight:700;margin:0;line-height:1.35}._todayExamValue_xy57s_380._today_xy57s_340{color:#374151}._todayExamValue_xy57s_380._examDate_xy57s_391{color:#3f7bfc}._todayExamDivider_xy57s_395{width:0px;height:54px;border:1.5px solid #E5E7EB}._todayExamSection_xy57s_340 ._dDayContent_xy57s_315{display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;gap:10px;padding:20px;width:100%;height:100%;background:#f9fafb;border-radius:16px}._todayExamSection_xy57s_340 ._dDayIcon_xy57s_325{width:32px;height:32px;display:flex;align-items:center;justify-content:center}._todayExamSection_xy57s_340 ._dDayText_xy57s_333 span{font-size:44px;font-weight:800;color:#3f7bfc}._statisticsSection_xy57s_431{display:flex;padding:30px 16px;width:645px;height:auto;background:#fff;border-radius:16px}._statisticsCard_xy57s_440{background:transparent;border-radius:0;padding:0;flex:1;display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;gap:30px;min-height:200px;width:300px}._statItem_xy57s_454{display:flex;flex-direction:column;gap:30px;width:100%}._statItem_xy57s_454 h4{font-size:16px;font-weight:600;color:#6b7280;margin:0;padding:0 20px;line-height:1.35}._statValue_xy57s_470{display:flex;flex-direction:column;gap:8px;padding:0 10px}._mainStat_xy57s_477{background:#f9fafb;border-radius:8px;padding:10px 20px;display:flex;justify-content:space-between;align-items:center;margin:0 10px;width:280px;box-sizing:border-box}._mainStatLeft_xy57s_489{display:flex;align-items:center;gap:20px;flex:1}._mainStatNumber_xy57s_496{font-size:20px;font-weight:700;color:#374151;text-align:center}._mainStatUnit_xy57s_503{font-size:20px;font-weight:700;color:#374151;white-space:nowrap}._mainStatPercent_xy57s_510{font-size:20px;font-weight:700;color:#3f7bfc;width:55px;text-align:right;flex-shrink:0}._statList_xy57s_521{display:flex;flex-direction:column;gap:0;padding:0 20px}._statListItem_xy57s_528{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #E5E7EB}._statListItemLeft_xy57s_536{display:flex;align-items:center;gap:20px}._statListItemNumber_xy57s_542{font-size:16px;font-weight:600;color:#6b7280;text-align:center}._statListItemUnit_xy57s_549{font-size:16px;font-weight:600;color:#6b7280;white-space:nowrap}._statListItemPercent_xy57s_556{font-size:16px;font-weight:600;color:#6b7280;width:55px;text-align:right}._statListItem_xy57s_528:last-child{border-bottom:none}._statListItem_xy57s_528 span:first-child{font-size:16px;font-weight:600;color:#6b7280}._statListItem_xy57s_528 span:last-child{font-size:16px;font-weight:600;color:#6b7280}._statisticsButtons_xy57s_581{display:flex;justify-content:flex-end;align-items:center;gap:6px;padding:0 20px;width:100%;margin-top:auto}._arrowButton_xy57s_591{display:flex;align-items:center;justify-content:center;gap:10px;padding:6px;background:#fff;border:1px solid #E5E7EB;border-radius:6px;cursor:pointer;transition:all .2s ease;width:32px;height:32px}._arrowButton_xy57s_591:hover{background:#f9fafb}._questionListCard_xy57s_611{background:transparent;width:100%;display:flex;flex-direction:column;gap:21px;overflow-x:hidden;overflow-y:visible}._questionListHeader_xy57s_621{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:0 10px;width:1095px;margin-top:10px}._questionTabs_xy57s_631{display:flex;gap:20px}._tabButton_xy57s_636{background:#f9fafb;color:#4b5563;border:none;border-radius:99px;padding:8px 20px;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s ease;height:38px;display:flex;align-items:center;justify-content:center}._tabButton_xy57s_636:hover{background:#e5e7eb}._tabActive_xy57s_656{background:#4b5563;color:#fff}._viewAllButton_xy57s_661{display:flex;align-items:center;gap:8px;background:none;border:none;color:#4b5563;font-size:16px;font-weight:700;cursor:pointer;padding:0 4px 0 0}._viewAllButton_xy57s_661:focus,._viewAllButton_xy57s_661:active{outline:none}._questionList_xy57s_611{display:flex;align-items:center;gap:16px;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;width:1228px;max-width:100%;box-sizing:border-box}._questionList_xy57s_611:has(._noDataText_xy57s_693),._questionList_xy57s_611:has(._loadingText_xy57s_32){justify-content:center;flex-direction:column;gap:0;overflow:visible}._questionList_xy57s_611::-webkit-scrollbar{display:none}._teacherStatsCard_xy57s_706{background:#fff;border-radius:16px;padding:20px 36px;width:1095px;height:140px;display:flex;align-items:center;margin-bottom:20px}._mainContent_xy57s_80:has(._teacherStatsCard_xy57s_706){display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:20px;flex-wrap:wrap;max-width:1440px}._teacherSecondRow_xy57s_729{display:flex;align-items:flex-start;gap:20px;width:100%}._teacherStatsContent_xy57s_736{display:flex;align-items:center;gap:20px}._teacherStatItem_xy57s_742{display:flex;flex-direction:column;gap:6px;padding:0 10px;width:120px}._teacherStatIcon_xy57s_750{width:32px;height:32px;display:flex;align-items:center;justify-content:center}._teacherStatIcon_xy57s_750 img{fill:var(--color-text-primary)}._teacherStatText_xy57s_762{display:flex;flex-direction:column;gap:6px}._teacherStatLabel_xy57s_768{font-family:SUIT;font-weight:500;font-size:14px;line-height:1.35em;color:#6b7280}._teacherStatValue_xy57s_776{font-family:SUIT;font-weight:700;font-size:24px;line-height:1.35em;color:#374151}._correctRateValue_xy57s_784{color:#3f7bfc!important}._teacherStatDivider_xy57s_788{width:0px;height:100px;border:1.5px solid #E5E7EB}._teacherStatisticsSection_xy57s_795{display:flex;justify-content:stretch;align-items:stretch;padding:30px 16px;width:645px;background:#fff;border-radius:16px}._teacherTableCard_xy57s_807{display:flex;flex-direction:column;align-items:center;gap:20px;padding:20px 16px;width:1095px;background:#fff;border-radius:16px}._teacherTableHeader_xy57s_818{display:flex;justify-content:space-between;align-items:center;gap:565px;padding:0 10px;width:100%}._teacherTableTitle_xy57s_827 h3{font-family:SUIT;font-weight:700;font-size:20px;line-height:1.35em;color:#4b5563;margin:0}._teacherTableAction_xy57s_836{width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s ease}._teacherTableAction_xy57s_836:hover{opacity:.7}._teacherTableAction_xy57s_836:focus,._teacherTableAction_xy57s_836:active{outline:none}._teacherTableContent_xy57s_855{width:100%}._teacherTableRowHeader_xy57s_859{display:flex;justify-content:space-between;align-items:center;gap:659px;padding:22px 30px;background:#f9fafb;border:1px solid #E5E7EB;border-radius:8px;height:55px;box-sizing:border-box}._teacherTableRow_xy57s_859{display:flex;justify-content:space-between;align-items:center;gap:659px;padding:22px 30px;height:55px;box-sizing:border-box}._teacherTableCell_xy57s_882{display:flex;align-items:center;gap:10px;height:24px;font-family:SUIT;font-weight:600;font-size:16px;line-height:1.35em;color:#6b7280}._teacherTableRowHeader_xy57s_859 ._teacherTableCell_xy57s_882{color:#6b7280;font-weight:600}._teacherStudentInfo_xy57s_899{display:flex;align-items:center;gap:10px;width:120px}._teacherStudentAvatar_xy57s_906{width:24px;height:24px;border-radius:50%;overflow:hidden}._teacherStudentAvatar_xy57s_906 img{width:100%;height:100%;object-fit:cover}._teacherStudentName_xy57s_919{font-family:SUIT;font-weight:600;font-size:16px;line-height:1.6em;color:#374151}._alarmPage_hk1oy_1{display:flex;flex-direction:column;min-height:100vh;background-color:#f3f4f6}._pageContent_hk1oy_8{display:flex;flex:1}._mainContent_hk1oy_13{flex:1;display:flex;flex-direction:column;margin-left:25px;margin-right:25px}._contentWrapper_hk1oy_21{display:flex;flex-direction:column;gap:10px}._searchBlock_hk1oy_28{display:flex;justify-content:space-between;align-items:center;gap:99px;padding:16px 20px;background-color:#fff;border-radius:16px;width:1095px;height:auto}._statsWrapper_hk1oy_40{display:flex;align-items:center;gap:20px}._statCard_hk1oy_46{display:flex;flex-direction:column;gap:6px;padding:0 10px;width:118px}._statLabel_hk1oy_54{font-family:SUIT,sans-serif;font-weight:500;font-size:14px;line-height:1.35em;color:#6b7280}._statValue_hk1oy_62{font-family:SUIT,sans-serif;font-weight:700;font-size:24px;line-height:1.35em;color:#374151}._unreadValue_hk1oy_70{color:#3f7bfc!important}._divider_hk1oy_74{width:0px;height:54px;border-left:1.5px solid #E5E7EB}._searchAndActions_hk1oy_80{display:flex;align-items:center;gap:16px}._searchBox_hk1oy_86{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:16px 12px 16px 16px;background-color:#f9fafb;border-radius:6px;width:343px;height:48px}._searchInput_hk1oy_98{flex:1;border:none;background:transparent;font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35em;color:#374151;outline:none}._searchInput_hk1oy_98::placeholder{color:#bac2d0}._searchIcon_hk1oy_114{display:flex;justify-content:center;align-items:center;width:24px;height:24px;padding:2px}._alarmBlock_hk1oy_124{display:flex;flex-direction:column;gap:10px;padding:20px 16px;background-color:#fff;border-radius:16px;width:1095px}._toolbar_hk1oy_135{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;background-color:#f9fafb;border:1px solid #E5E7EB;border-radius:10px}._toolSection_hk1oy_145{display:flex;align-items:center;gap:20px}._checkboxWrapper_hk1oy_151{display:flex;align-items:center;gap:8px;padding:4px 0}._checkbox_hk1oy_151{width:22px;height:22px;border:1px solid #E5E7EB;border-radius:4px;background-color:#f9fafb;cursor:pointer}._checkboxLabel_hk1oy_167{font-family:var(--font-family);font-weight:500;font-size:16px;line-height:1.35em;color:#374151;cursor:pointer}._actionButtons_hk1oy_176{display:flex;align-items:center;gap:12px}._actionButton_hk1oy_176{display:flex;justify-content:center;align-items:center;gap:10px;padding:10px;background:none;border:none;font-family:var(--font-family);font-weight:500;font-size:16px;line-height:1.35em;color:#bac2d0;cursor:pointer}._buttonDivider_hk1oy_198{width:0px;height:18px;border-left:1.5px solid #E5E7EB}._sortDropdown_hk1oy_204{display:flex;align-items:center;gap:20px;padding:8px 10px 8px 12px}._sortText_hk1oy_211{font-family:var(--font-family);font-weight:700;font-size:16px;line-height:1.35em;color:#374151}._alarmList_hk1oy_220{display:flex;flex-direction:column;gap:6px}._paginationBlock_hk1oy_227{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:40px 0}._pagination_hk1oy_227{display:flex;align-items:center;gap:5px}._paginationButton_hk1oy_242{display:flex;justify-content:center;align-items:center;padding:0;width:30px;height:32px;background-color:#fff;border:1px solid #E5E7EB;border-radius:8px;font-family:Pretendard,sans-serif;font-weight:600;font-size:13px;line-height:1.19em;color:#374151;cursor:pointer}._paginationButton_hk1oy_242:disabled{background-color:#fff;border:1px solid #E5E7EB;color:#6b7280;cursor:not-allowed}._paginationButton_hk1oy_242._active_hk1oy_267{background-color:#3f7bfc;border:1px solid #3F7BFC;color:#fff}._paginationButton_hk1oy_242:hover:not(:disabled):not(._active_hk1oy_267){background-color:#f9fafb}._emptyState_hk1oy_278{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}._emptyIcon_hk1oy_287{font-size:48px;margin-bottom:16px;opacity:.5}._emptyTitle_hk1oy_293{font-family:var(--font-family);font-weight:600;font-size:18px;line-height:1.33em;color:#374151;margin-bottom:8px}._emptyDescription_hk1oy_302{font-family:var(--font-family);font-weight:400;font-size:14px;line-height:1.43em;color:#6b7280}._createNotificationButton_hk1oy_311{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#3f7bfc;border:none;border-radius:8px;font-family:SUIT,sans-serif;font-weight:600;font-size:14px;line-height:1.35em;color:#fff;cursor:pointer;transition:all .2s;white-space:nowrap}._createNotificationButton_hk1oy_311:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3f7bfc4d}._createNotificationButton_hk1oy_311:active{transform:translateY(0);box-shadow:0 2px 8px #3f7bfc4d}._alarmBox_gn55o_1{display:flex;padding:10px;border-radius:12px;cursor:pointer;transition:all .2s ease}._alarmBox_gn55o_1:hover{background-color:#f3f4f6}._alarmBox_gn55o_1._unread_gn55o_13{background-color:#f9fafb}._alarmBox_gn55o_1._read_gn55o_17{background-color:#fff}._checkboxBlock_gn55o_21{display:flex;justify-content:center;align-items:flex-start;gap:10px;padding:10px;width:42px;flex-shrink:0}._checkbox_gn55o_21{width:22px;height:22px;border:1px solid #E5E7EB;border-radius:4px;background-color:#f9fafb;cursor:pointer;accent-color:#3F7BFC}._checkbox_gn55o_21:checked{background-color:#3f7bfc;border-color:#3f7bfc}._contentBlock_gn55o_46{display:flex;flex-direction:column;flex:1;min-width:0}._header_gn55o_53{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}._category_gn55o_60{font-family:var(--font-family);font-weight:500;font-size:14px;line-height:1.35em;color:#3f7bfc;padding:4px 10px;flex:1}._time_gn55o_70{font-family:var(--font-family);font-weight:500;font-size:14px;line-height:1.35em;color:#6b7280;padding:4px 10px;text-align:right;flex:1}._title_gn55o_81{font-family:var(--font-family);font-weight:600;font-size:16px;line-height:1.35em;color:#374151;padding:4px 10px;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._description_gn55o_94{font-family:var(--font-family);font-weight:600;font-size:16px;line-height:1.35em;color:#6b7280;padding:4px 10px;line-height:1.5;word-wrap:break-word}._modalOverlay_1o89b_2{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}._modalContent_1o89b_17{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}._modalHeader_1o89b_30{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 16px;border-bottom:1px solid #E5E7EB;margin-bottom:24px}._modalTitle_1o89b_40{font-family:SUIT,sans-serif;font-weight:700;font-size:20px;line-height:1.35em;color:#374151;margin:0}._closeButton_1o89b_49{background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:all .2s}._closeButton_1o89b_49:hover{background:#f3f4f6;color:#374151}._modalBody_1o89b_68{flex:1;overflow-y:auto;padding:0 24px}._formGroup_1o89b_75{margin-bottom:24px}._label_1o89b_79{display:block;font-family:SUIT,sans-serif;font-weight:600;font-size:14px;line-height:1.35em;color:#374151;margin-bottom:8px}._input_1o89b_90{width:100%;padding:12px 16px;border:1px solid #E5E7EB;border-radius:8px;font-family:SUIT,sans-serif;font-weight:500;font-size:16px;line-height:1.35em;color:#374151;background:#fff;transition:border-color .2s}._input_1o89b_90:focus{outline:none;border-color:#3f7bfc;box-shadow:0 0 0 3px #3f7bfc1a}._input_1o89b_90::placeholder{color:#bac2d0}._textarea_1o89b_115{width:100%;padding:12px 16px;border:1px solid #E5E7EB;border-radius:8px;font-family:SUIT,sans-serif;font-weight:500;font-size:16px;line-height:1.5em;color:#374151;background:#fff;resize:vertical;min-height:100px;transition:border-color .2s}._textarea_1o89b_115:focus{outline:none;border-color:#3f7bfc;box-shadow:0 0 0 3px #3f7bfc1a}._textarea_1o89b_115::placeholder{color:#bac2d0}._targetTypeSelector_1o89b_142{display:flex;gap:20px}._radioLabel_1o89b_147{display:flex;align-items:center;gap:8px;font-family:SUIT,sans-serif;font-weight:500;font-size:16px;line-height:1.35em;color:#374151;cursor:pointer}._radioLabel_1o89b_147 input[type=radio]{width:18px;height:18px;accent-color:#3F7BFC}._userSelectionHeader_1o89b_166{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px}._searchBox_1o89b_174{flex:1;position:relative;display:flex;align-items:center}._searchInput_1o89b_181{width:100%;padding:10px 40px 10px 16px;border:1px solid #E5E7EB;border-radius:8px;font-family:SUIT,sans-serif;font-weight:500;font-size:14px;line-height:1.35em;color:#374151;background:#f9fafb}._searchInput_1o89b_181:focus{outline:none;border-color:#3f7bfc;background:#fff}._searchBox_1o89b_174 svg{position:absolute;right:12px;color:#6b7280}._selectAllButton_1o89b_206{padding:10px 16px;background:#f3f4f6;border:1px solid #E5E7EB;border-radius:8px;font-family:SUIT,sans-serif;font-weight:600;font-size:14px;line-height:1.35em;color:#374151;cursor:pointer;transition:all .2s;white-space:nowrap}._selectAllButton_1o89b_206:hover{background:#e5e7eb}._userList_1o89b_226{max-height:300px;overflow-y:auto;border:1px solid #E5E7EB;border-radius:8px;background:#fff}._userItem_1o89b_234{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #F3F4F6;cursor:pointer;transition:background-color .2s}._userItem_1o89b_234:last-child{border-bottom:none}._userItem_1o89b_234:hover{background:#f9fafb}._userItem_1o89b_234._selected_1o89b_252{background:#ebf4ff;border-color:#3f7bfc}._userInfo_1o89b_257{flex:1}._userName_1o89b_261{font-family:SUIT,sans-serif;font-weight:600;font-size:14px;line-height:1.35em;color:#374151;margin-bottom:2px}._userEmail_1o89b_270{font-family:SUIT,sans-serif;font-weight:400;font-size:12px;line-height:1.35em;color:#6b7280}._roleTag_1o89b_279{display:inline-block;padding:4px 8px;border-radius:12px;font-family:SUIT,sans-serif;font-weight:500;font-size:11px;line-height:1.35em;text-transform:uppercase;margin-right:12px}._roleTag--student_1o89b_291{background:#e3f2fd;color:#1976d2}._roleTag--teacher_1o89b_296{background:#f3e5f5;color:#7b1fa2}._roleTag--admin_1o89b_301{background:#ffebee;color:#d32f2f}._checkbox_1o89b_307 input[type=checkbox]{width:18px;height:18px;accent-color:#3F7BFC;cursor:pointer}._selectedCount_1o89b_315{margin-top:12px;padding:8px 12px;background:#ebf4ff;border:1px solid #3F7BFC;border-radius:6px;font-family:SUIT,sans-serif;font-weight:600;font-size:14px;line-height:1.35em;color:#3f7bfc;text-align:center}._loading_1o89b_330,._emptyState_1o89b_331{padding:40px 20px;text-align:center;font-family:SUIT,sans-serif;font-weight:500;font-size:14px;line-height:1.35em;color:#6b7280}._modalFooter_1o89b_342{display:flex;justify-content:flex-end;gap:12px;padding:24px;border-top:1px solid #E5E7EB;background:#f9fafb}._cancelButton_1o89b_351,._submitButton_1o89b_352{padding:12px 24px;border-radius:8px;font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35em;cursor:pointer;transition:all .2s;border:none}._cancelButton_1o89b_351{background:#fff;color:#6b7280;border:1px solid #E5E7EB}._cancelButton_1o89b_351:hover:not(:disabled){background:#f3f4f6;color:#374151}._submitButton_1o89b_352{background:#3f7bfc;color:#fff}._submitButton_1o89b_352:hover:not(:disabled){background:#2563eb}._submitButton_1o89b_352:disabled,._cancelButton_1o89b_351:disabled{opacity:.5;cursor:not-allowed}._userList_1o89b_226::-webkit-scrollbar,._modalBody_1o89b_68::-webkit-scrollbar{width:6px}._userList_1o89b_226::-webkit-scrollbar-track,._modalBody_1o89b_68::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}._userList_1o89b_226::-webkit-scrollbar-thumb,._modalBody_1o89b_68::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}._userList_1o89b_226::-webkit-scrollbar-thumb:hover,._modalBody_1o89b_68::-webkit-scrollbar-thumb:hover{background:#9ca3af}._alarmDetailPage_1fh8f_2{display:flex;flex-direction:column;min-height:100vh;background-color:#f3f4f6}._pageContent_1fh8f_9{display:flex;flex:1}._mainContent_1fh8f_14{flex:1;display:flex;flex-direction:column}._contentWrapper_1fh8f_20{display:flex;flex-direction:column;gap:10px}._searchBlock_1fh8f_27{display:flex;justify-content:space-between;align-items:center;gap:99px;padding:16px 20px;background-color:#fff;border-radius:16px;width:1095px;height:auto}._statsWrapper_1fh8f_39{display:flex;align-items:center;gap:20px}._statCard_1fh8f_45{display:flex;flex-direction:column;gap:6px;padding:0 10px;width:118px}._statLabel_1fh8f_53{font-family:SUIT,sans-serif;font-weight:500;font-size:14px;line-height:1.35em;color:#6b7280}._statValue_1fh8f_61{font-family:SUIT,sans-serif;font-weight:700;font-size:24px;line-height:1.35em;color:#374151}._unreadValue_1fh8f_69{color:#3f7bfc!important}._divider_1fh8f_73{width:0px;height:54px;border-left:1.5px solid #E5E7EB}._searchBox_1fh8f_79{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:16px 12px 16px 16px;background-color:#f9fafb;border-radius:6px;width:343px;height:48px}._searchInput_1fh8f_91{flex:1;border:none;background:transparent;font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35em;color:#374151;outline:none}._searchInput_1fh8f_91::placeholder{color:#bac2d0}._searchIcon_1fh8f_107{display:flex;justify-content:center;align-items:center;width:24px;height:24px;padding:2px}._alarmDetailBlock_1fh8f_117{display:flex;flex-direction:column;gap:10px;padding:30px;background-color:#fff;border-radius:16px;width:1095px}._contents_1fh8f_127{display:flex;flex-direction:column;gap:50px;width:100%}._topBlock_1fh8f_134{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%}._titleBlock_1fh8f_143{display:flex;flex-direction:column;gap:30px;width:100%}._backButton_1fh8f_150{display:flex;justify-content:space-between;align-items:center;gap:20px;width:100%}._backButtonIcon_1fh8f_158{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}._moreButton_1fh8f_168{position:relative;display:flex;flex-direction:column;align-items:flex-end;gap:5px;width:130px;height:24px}._moreIcon_1fh8f_178{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px}._moreContents_1fh8f_190{position:absolute;top:100%;right:0;display:flex;flex-direction:column;gap:10px;padding:10px 0;background-color:#fff;border:1px solid #EFEFF0;border-radius:8px;width:130px;z-index:10}._moreItem_1fh8f_205{display:flex;justify-content:center;align-items:center;gap:10px;padding:0 20px;cursor:pointer;width:100%}._moreItem_1fh8f_205 span{font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35em;color:#6b7280}._title_1fh8f_143{display:flex;flex-direction:column;gap:20px;width:100%}._titleText_1fh8f_230{display:flex;align-items:center;gap:10px;padding:10px 0;width:100%}._titleText_1fh8f_230 h1{font-family:SUIT,sans-serif;font-weight:700;font-size:24px;line-height:1.35em;color:#374151;margin:0;width:944px}._titleMeta_1fh8f_248{display:flex;justify-content:space-between;align-items:center;gap:20px;width:100%}._sender_1fh8f_256{display:flex;justify-content:flex-end;align-items:center;gap:10px;padding:10px 0}._sender_1fh8f_256 span{font-family:SUIT,sans-serif;font-weight:700;font-size:18px;line-height:1.35em;color:#3f7bfc;text-align:right}._date_1fh8f_273{display:flex;justify-content:flex-end;align-items:center;gap:10px;padding:10px 0}._date_1fh8f_273 span{font-family:SUIT,sans-serif;font-weight:500;font-size:16px;line-height:1.35em;color:#6b7280;text-align:right}._line_1fh8f_290{width:100%;height:0px;border-top:1.5px solid #EFEFF0}._text_1fh8f_296{display:flex;justify-content:stretch;align-items:stretch;gap:10px;padding:30px 0;width:100%}._text_1fh8f_296 p{font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.6em;color:#374151;text-align:left;margin:0;white-space:pre-line}._buttonBlock_1fh8f_316{display:flex;justify-content:flex-end;align-items:center;gap:10px;width:100%}._arrowButtons_1fh8f_324{display:flex;align-items:center;gap:6px}._arrowButton_1fh8f_324{display:flex;align-items:center;gap:10px;padding:6px;background-color:#fff;border:1px solid #E5E7EB;border-radius:6px;cursor:pointer}._arrowButton_1fh8f_324:hover{background-color:#f9fafb}._arrowButton_1fh8f_324:active{background-color:#f3f4f6}._questionListPage_193p5_1{min-height:100vh;display:flex;flex-direction:column}._main_193p5_7{flex:1;padding:2rem 0;background-color:#f3f4f6}._container_193p5_13{max-width:1440px;margin:0 auto;padding:0 1rem}._contentsBlock_193p5_19{display:flex;gap:30px;padding:60px}._subjectFilter_193p5_26{display:flex;flex-direction:column;gap:20px;padding:16px 12px 16px 10px;width:308px;background-color:#fff;border-radius:12px}._subjectItem_193p5_37{display:flex;flex-direction:column;gap:4px}._subjectButton_193p5_43{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px 8px 12px;background:none;border:none;cursor:pointer;font-family:SUIT,sans-serif;font-weight:700;font-size:16px;line-height:1.35;color:#3f7bfc;transition:all .2s ease}._subjectButton_193p5_43:hover{background-color:#f9fafb}._subjectButton_193p5_43._open_193p5_64{color:#3f7bfc}._subjectButton_193p5_43._selected_193p5_68{background-color:#3f7bfc;color:#fff}._subjectButton_193p5_43._selected_193p5_68:hover{background-color:#2d5bcc}._subjectName_193p5_77{flex:1;text-align:left}._arrowIcon_193p5_82{color:#3f7bfc}._checkIcon_193p5_86{color:#fff}._subjectOptions_193p5_90{display:flex;flex-direction:column;gap:4px;margin-top:8px;padding-left:12px}._subSubjectItem_193p5_98{display:flex;align-items:flex-start;gap:8px;padding:6px 16px;font-family:SUIT,sans-serif;font-weight:500;font-size:16px;line-height:1.35;color:#6b7280;border:1px solid #E5E7EB;border-radius:8px;background-color:#fff;cursor:pointer;transition:all .2s ease;min-height:32px}._subSubjectItem_193p5_98:hover{background-color:#f9fafb}._subSubjectItem_193p5_98._selected_193p5_68{background-color:#e7efff;color:#3f7bfc;border-color:#e7efff}._checkboxInput_193p5_126{width:16px;height:16px;accent-color:#3F7BFC;cursor:pointer;flex-shrink:0;align-self:flex-start;margin-top:1px}._subSubjectItem_193p5_98._selected_193p5_68 ._checkboxInput_193p5_126{accent-color:#ffffff}._selectAllItem_193p5_140{font-weight:600!important}._selectAllItem_193p5_140._selected_193p5_68{background-color:#e7efff;color:#3f7bfc;border-color:#e7efff}._selectAllText_193p5_150{font-weight:600}._questionBlock_193p5_155{display:flex;flex-direction:column;align-items:center;gap:30px;width:984px}._titleBlock_193p5_163{display:flex;flex-direction:column;align-self:stretch;gap:16px;padding:16px 20px;background-color:#fff;border-radius:16px}._titleSection_193p5_173{display:flex;justify-content:space-between;align-items:center;align-self:stretch;gap:20px;padding:0 0 0 10px}._title_193p5_163{font-family:SUIT,sans-serif;font-weight:700;font-size:24px;line-height:1.35;color:#374151;margin:0}._searchForm_193p5_191{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:16px 12px 16px 16px;width:343px;height:48px;background-color:#f9fafb;border-radius:6px}._searchInput_193p5_203{flex:1;background:none;border:none;font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35;color:#374151}._searchInput_193p5_203::placeholder{color:#bac2d0}._searchInput_193p5_203:focus{outline:none}._searchButton_193p5_222{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:none;border:none;cursor:pointer;color:#bac2d0}._filterBlock_193p5_235{display:flex;flex-direction:row;justify-content:space-between;align-items:center;align-self:stretch;gap:6px;padding:10px 14px;background-color:#f9fafb;border:1px solid #E5E7EB;border-radius:12px}._filterLeft_193p5_248{display:flex;justify-content:space-between;align-items:center;align-self:stretch;gap:104px;padding:4px 6px 4px 0}._levelFilter_193p5_257{display:flex;align-items:center;gap:8px}._levelButton_193p5_263{display:flex;align-items:center;gap:4px;padding:6px 10px;height:30px;background-color:#fff;border:1px solid #E5E7EB;border-radius:5px;cursor:pointer;font-family:SUIT,sans-serif;font-weight:600;font-size:14px;line-height:1.35;color:#4b5563;transition:all .2s ease}._levelButton_193p5_263._active_193p5_281{background-color:#3f7bfc;color:#fff;border-color:#3f7bfc}._levelIcon_193p5_287{display:flex;align-items:center;justify-content:center;width:16px;height:16px}._removeButton_193p5_295{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:none;border:none;cursor:pointer;border-radius:50%;color:#6b7280;transition:all .2s ease;margin-left:8px}._removeButton_193p5_295:hover{background-color:#e5e7eb;color:#374151}._typeFilter_193p5_315{display:flex;align-items:center;gap:14px}._checkboxItem_193p5_321{display:flex;align-items:center;gap:6px;cursor:pointer;font-family:SUIT,sans-serif;font-weight:500;font-size:14px;line-height:1.35;color:#4b5563}._checkboxItem_193p5_321 input[type=checkbox]{width:16px;height:16px;accent-color:#3F7BFC;cursor:pointer}._filterRight_193p5_340{display:flex;justify-content:flex-end;align-items:center;padding:4px 0}._toggleItem_193p5_347{display:flex;align-items:center;gap:8px;font-family:SUIT,sans-serif;font-weight:700;font-size:14px;line-height:1.35;color:#4b5563}._toggle_193p5_347{position:relative;width:45px;height:24px;background-color:#3f7bfc;border:none;border-radius:100px;cursor:pointer;transition:all .2s ease}._toggle_193p5_347:not(._active_193p5_281){background-color:#e5e7eb}._toggleKnob_193p5_373{position:absolute;top:2px;left:2px;width:20px;height:20px;background-color:#fff;border-radius:100px;box-shadow:0 3px 1px #0000000f,0 3px 8px #00000026,0 0 0 1px #0000000a;transition:all .2s ease}._toggle_193p5_347._active_193p5_281 ._toggleKnob_193p5_373{left:23px}._bottomBlock_193p5_390{display:flex;flex-direction:column;align-self:stretch;gap:20px}._resultsBlock_193p5_397{display:flex;justify-content:space-between;align-items:center;align-self:stretch;gap:20px;padding:0 0 0 4px}._resultsCount_193p5_406{font-family:SUIT,sans-serif;font-weight:700;font-size:14px;line-height:1.35;color:#6b7280}._sortDropdown_193p5_414{display:flex;flex-direction:column;gap:2px;width:170px}._sortButton_193p5_421{display:flex;align-items:center;align-self:stretch;gap:12px;padding:4px 10px 4px 12px;background:none;border:none;cursor:pointer;font-family:SUIT,sans-serif;font-weight:700;font-size:16px;line-height:1.35;color:#374151;transition:all .2s ease}._sortButton_193p5_421:hover{background-color:#f9fafb}._questionList_193p5_1{display:flex;flex-direction:column;align-self:stretch;gap:25px}._paginationBlock_193p5_450{display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;gap:10px;padding:60px 0}._pagination_193p5_450{display:flex;align-items:center;gap:5px}._pageButton_193p5_466{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:10px;width:30px;height:32px;background-color:#fff;border:1px solid #E5E7EB;border-radius:8px;cursor:pointer;font-family:Pretendard,sans-serif;font-weight:600;font-size:13px;line-height:1.19;color:#374151;transition:all .2s ease}._pageButton_193p5_466:hover:not(._disabled_193p5_487){background-color:#f9fafb}._pageButton_193p5_466._active_193p5_281{background-color:#3f7bfc;color:#fff;border-color:#3f7bfc}._pageButton_193p5_466._control_193p5_497{color:#6b7280}._descriptiveGroup_193p5_502{display:flex;flex-direction:column;gap:0;border:2px solid #E5E7EB;border-radius:12px;overflow:hidden;margin-bottom:16px}._descriptiveGroup_193p5_502>div:first-child{border-bottom:1px solid #E5E7EB}._descriptiveGroup_193p5_502>div:not(:first-child){border-top:1px solid #E5E7EB}._pageButton_193p5_466._disabled_193p5_487{opacity:.5;cursor:not-allowed}._pageButton_193p5_466._disabled_193p5_487:hover{background-color:#fff}._container_1kja4_1{min-height:100vh;background-color:#f3f4f6;padding:80px 116px 50px}._content_1kja4_7{max-width:1208px;margin:0 auto;display:flex;flex-direction:column}._header_1kja4_15{display:flex;justify-content:space-between;align-items:center;padding-right:10px;margin-bottom:30px}._titleBlock_1kja4_23{display:flex;align-items:center;gap:16px;padding-right:4px}._backButton_1kja4_30{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#374151}._backButton_1kja4_30 svg{color:#374151!important}._backButton_1kja4_30 path{stroke:#374151!important;stroke-width:3px!important}._title_1kja4_23{font-family:SUIT,sans-serif;font-weight:700;font-size:30px;line-height:1.35;color:#374151;margin:0}._bookmarkButton_1kja4_60{width:40px;height:40px;background:#4b556380;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff}._questionCard_1kja4_74{background:#fff;border-radius:16px;padding:28px;display:flex;flex-direction:column;gap:30px}._questionHeader_1kja4_83{display:flex;justify-content:space-between;align-items:flex-end;gap:704px}._tags_1kja4_90{display:flex;align-items:center;gap:8px}._typeTag_1kja4_96{flex-direction:row;justify-content:center;padding:6px 12px;gap:10px;height:30px;background:#ffd4671a;border-radius:4px;font-family:SUIT;font-style:normal;font-weight:600;font-size:16px;line-height:135%;display:flex;align-items:center;color:#dc8401;mix-blend-mode:normal;flex:none;order:0;flex-grow:0}._levelTag_1kja4_135{background:#fff;border:1px solid #E5E7EB;color:#4b5563;padding:6px 10px;border-radius:5px;font-family:SUIT,sans-serif;font-weight:600;font-size:14px;line-height:1.35;height:30px;display:flex;align-items:center;gap:4px}._questionInfo_1kja4_151{display:flex;align-items:center;gap:12px}._problemId_1kja4_157{font-family:SUIT,sans-serif;font-weight:500;font-size:14px;line-height:1.35;color:#6b7280}._bookmarkButtonSmall_1kja4_165{background:none;border:none;cursor:pointer;color:#4b5563;padding:2.33px;width:28px;height:28px;display:flex;align-items:center;justify-content:center}._questionContent_1kja4_178{display:flex;flex-direction:column;gap:20px}._questionText_1kja4_184{font-family:SUIT,sans-serif;font-weight:700;font-size:20px;line-height:1.35;color:#374151}._choicesList_1kja4_192{display:flex;flex-direction:column;gap:8px}._choiceItem_1kja4_198{display:flex;align-items:center;gap:2px}._radioButton_1kja4_204{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._radioUnselected_1kja4_213{width:24px;height:24px;border:2px solid #E5E7EB;border-radius:50%;background:#fff}._radioSelected_1kja4_221{width:24px;height:24px;border-radius:50%;background:#3f7bfc;display:flex;align-items:center;justify-content:center}._radioIcon_1kja4_231{width:8px;height:8px;border-radius:50%;background:#fff}._choiceText_1kja4_238{display:flex;align-items:center;gap:8px;font-family:SUIT,sans-serif;font-weight:500;font-size:16px;line-height:1.5;color:#35313c;flex:1}._circledNumber_1kja4_250{font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.5;color:#35313c}._separator_1kja4_259{width:100%;height:1px;background:#e5e7eb}._userAnswerDisplay_1kja4_266{display:flex;flex-direction:row;align-items:center;padding:16px;gap:10px;width:100%;min-height:48px;background:#f9fafb;border-radius:6px;flex:none;order:0;align-self:stretch;flex-grow:0;box-sizing:border-box}._userAnswerContent_1kja4_288{width:100%;font-family:SUIT;font-style:normal;font-weight:500;font-size:16px;line-height:160%;display:flex;align-items:center;color:#374151;flex:none;order:0;flex-grow:1}._userAnswerContent_1kja4_288 h1{font-family:SUIT,sans-serif;font-weight:500;font-size:16px;line-height:160%;color:#374151;margin:0;padding:0;display:inline}._userAnswerContent_1kja4_288 span{font-family:SUIT;font-style:normal;font-weight:500;font-size:16px;line-height:160%;color:#374151;display:inline-block}._userAnswerContent_1kja4_288 ._circledNumber_1kja4_250{font-size:16px;font-weight:700;color:#374151;margin-right:8px}._userAnswerContent_1kja4_288 div,._userAnswerContent_1kja4_288 p{display:inline!important;margin:0!important;padding:0!important}._answerDisplay_1kja4_347{display:flex;flex-direction:row;gap:10px;width:100%}._answerTitle_1kja4_355{font-family:SUIT;font-style:normal;font-weight:700;font-size:20px;line-height:1.35;color:#35313c;margin:0 0 12px}._answerContent_1kja4_365{width:100%;font-family:SUIT;font-style:normal;font-weight:500;font-size:16px}._answerContent_1kja4_365 span{font-family:SUIT;font-style:normal;font-weight:500;font-size:16px;line-height:160%;color:#374151;display:inline-block}._answerContent_1kja4_365 ._circledNumber_1kja4_250{font-size:16px;font-weight:700;color:#374151;margin-right:8px}._answerContent_1kja4_365 div,._answerContent_1kja4_365 p{display:inline!important;margin:0!important;padding:0!important}._answerSection_1kja4_401{display:flex;justify-content:space-between;align-items:center;gap:20px}._toggleButton_1kja4_408{display:flex;align-items:center;gap:8px;background:none;border:none;cursor:pointer;color:#000;font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35;padding:8px 12px;border-radius:6px;transition:background-color .2s}._toggleButton_1kja4_408:hover{background:#e7efff}._correctnessButtons_1kja4_430{display:flex;gap:8px}._correctButton_1kja4_435,._incorrectButton_1kja4_436{width:48px;height:48px;border-radius:6px;border:none;cursor:default;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;position:relative;flex:none;flex-grow:0;font-size:0}._correctButton_1kja4_435._selected_1kja4_453{background:#2c6af1;order:0}._correctButton_1kja4_435._selected_1kja4_453:before{content:"";position:absolute;width:30px;height:30px;left:9px;top:calc(50% - 15px);border:3px solid #FFFFFF;border-radius:50%;box-sizing:border-box}._correctButton_1kja4_435:not(._selected_1kja4_453){background:#f3f4f6;order:0}._correctButton_1kja4_435:not(._selected_1kja4_453):before{content:"";position:absolute;width:30px;height:30px;left:9px;top:calc(50% - 15px);border:3px solid #BAC2D0;border-radius:50%;box-sizing:border-box}._incorrectButton_1kja4_436._selected_1kja4_453{background:#6b7280;order:1}._incorrectButton_1kja4_436._selected_1kja4_453:before,._incorrectButton_1kja4_436._selected_1kja4_453:after{content:"";position:absolute;width:24px;height:0px;border:1.5px solid #FFFFFF;left:50%;top:50%;transform-origin:center;transform:translate(-50%,-50%)}._incorrectButton_1kja4_436._selected_1kja4_453:before{transform:translate(-50%,-50%) rotate(45deg)}._incorrectButton_1kja4_436._selected_1kja4_453:after{transform:translate(-50%,-50%) rotate(-45deg)}._incorrectButton_1kja4_436:not(._selected_1kja4_453){background:#f3f4f6;order:1}._incorrectButton_1kja4_436:not(._selected_1kja4_453):before,._incorrectButton_1kja4_436:not(._selected_1kja4_453):after{content:"";position:absolute;width:24px;height:0px;border:1.5px solid #BAC2D0;left:50%;top:50%;transform-origin:center;transform:translate(-50%,-50%)}._incorrectButton_1kja4_436:not(._selected_1kja4_453):before{transform:translate(-50%,-50%) rotate(45deg)}._incorrectButton_1kja4_436:not(._selected_1kja4_453):after{transform:translate(-50%,-50%) rotate(-45deg)}._correctIcon_1kja4_542{width:30px;height:30px;border:3px solid white;border-radius:50%}._incorrectIcon_1kja4_549{width:24px;height:24px;position:relative}._incorrectIcon_1kja4_549:before,._incorrectIcon_1kja4_549:after{content:"";position:absolute;top:50%;left:50%;width:24px;height:3px;background:#fff;transform-origin:center}._incorrectIcon_1kja4_549:before{transform:translate(-50%,-50%) rotate(45deg)}._incorrectIcon_1kja4_549:after{transform:translate(-50%,-50%) rotate(-45deg)}._disabled_1kja4_576{background-color:#f3f4f6;cursor:not-allowed}._disabled_1kja4_576:before{border:3px solid #BAC2D0}._disabled_1kja4_576:after{border:3px solid #BAC2D0}._bottomSection_1kja4_590{display:flex;flex-direction:column;gap:40px;padding:40px 28px 60px;background:#fff;border-radius:20px}._answerDisplay_1kja4_347{display:flex;flex-direction:column;gap:16px}._answerTitle_1kja4_355{font-family:SUIT,sans-serif;font-weight:700;font-size:20px;line-height:1.35;color:#35313c;margin:0}._answerContent_1kja4_365{font-family:SUIT,sans-serif;font-weight:500;font-size:16px;line-height:1.35}._answerContent_1kja4_365 ._circledNumber_1kja4_250{color:#374151;font-weight:600}._correctAnswer_1kja4_628{display:flex;align-items:center;gap:8px}._correctAnswer_1kja4_628 ._circledNumber_1kja4_250{color:#374151;font-weight:600}._solutionSection_1kja4_640{display:flex;flex-direction:column;gap:16px}._solutionTitle_1kja4_646{font-family:SUIT,sans-serif;font-weight:700;font-size:20px;line-height:1.35;color:#35313c;margin:0}._solutionContent_1kja4_655{font-family:SUIT,sans-serif;font-weight:500;font-size:16px;line-height:1.35;color:#374151}._inputBoxBig_1kja4_665{display:flex;flex-direction:column;align-items:flex-end;gap:8px;width:100%}._inputFieldsBig_1kja4_673{display:flex;flex-direction:row;align-items:center;padding:16px;gap:10px;width:100%;min-height:48px;background:#f9fafb;border-radius:6px;flex:none;order:0;align-self:stretch;flex-grow:0;box-sizing:border-box}._textarea_1kja4_690{width:100%;min-height:120px;background:none;border:none;font-family:SUIT,sans-serif;font-weight:500;font-size:16px;line-height:21.6px;color:#374151;outline:none;resize:none}._textarea_1kja4_690::placeholder{color:#bac2d0}._radiusButton_1kja4_708{font-family:SUIT,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.35;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;color:#1f2937;box-sizing:border-box;display:flex;justify-content:center;align-items:center;gap:10px;padding:8px 10px;width:120px;height:48px;background-color:#1f2937;border:none;border-radius:6px;align-self:flex-end;cursor:pointer;transition:all .2s ease}._radiusButton_1kja4_708:hover:not(._submitButtonDisabled_1kja4_732){background-color:#3f7bfc}._radiusButton_1kja4_708._submitButtonDisabled_1kja4_732{background-color:#d1d5db;opacity:.5;cursor:not-allowed}._submitButton_1kja4_732{background:none;border:none;font-family:SUIT,sans-serif;font-weight:700;font-size:16px;color:#f6f6f6;cursor:pointer;width:100%;height:100%;display:flex;align-items:center;justify-content:center}._submitButton_1kja4_732:hover{opacity:.8}._submittedSection_1kja4_762{display:flex;justify-content:flex-end;margin-bottom:24px}._submittedButton_1kja4_769{font-family:var(--font-family);line-height:var(--line-height-normal);font-weight:var(--font-weight-normal);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;color:var(--color-text-primary);box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:8px 12px;gap:8px;width:171px;height:48px;background:#fff;border-radius:8px;flex:none;order:1;flex-grow:0}._submittedIcon_1kja4_792{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:2.66667px;gap:13.33px;width:32px;height:32px;border-radius:10.6667px;flex:none;order:0;flex-grow:0}._submittedIcon_1kja4_792 svg,._submittedIcon_1kja4_792 img{filter:brightness(0) saturate(100%) invert(39%) sepia(96%) saturate(2476%) hue-rotate(214deg) brightness(98%) contrast(101%)!important}._submittedButton_1kja4_769 span{width:107px;height:27px;font-family:SUIT;font-style:normal;font-weight:800;font-size:20px;line-height:135%;display:flex;align-items:center;color:#3f7bfc;flex:none;order:1;flex-grow:0}._aiCommentSection_1kja4_840{margin:32px 0}._aiCommentBlock_1kja4_844{display:flex;flex-direction:row;align-items:flex-start;padding:20px;gap:30px;width:1208px;height:226px;background:linear-gradient(-90deg,#7a9af1,#7495e2 48%,#2f60ec);border-radius:20px;flex:none;order:0;flex-grow:0;position:relative;overflow:hidden}._ellipse7_1kja4_867{position:absolute;left:-71px;top:80px;width:217px;height:217px;background:linear-gradient(227deg,#fff0 9%,#fff);border-radius:50%;opacity:.9}._ellipse9_1kja4_878{position:absolute;right:-103px;top:-32px;width:103px;height:103px;background:linear-gradient(38deg,#fff0 11%,#fff);border-radius:50%;opacity:.7}._robotImage_1kja4_889{position:absolute;left:-1px;top:87px;width:186px;height:200px;background-image:url(/assets/Robot-DAFM72-x.png);background-size:contain;background-position:center;background-repeat:no-repeat}._aiCommentTitle_1kja4_901{display:flex;flex-direction:column;align-items:flex-start;gap:0px;flex-shrink:0}._aiText_1kja4_909,._commentText_1kja4_918{font-family:SUIT;font-weight:800;font-size:24px;line-height:1.5em;color:#fff;text-shadow:0px 0px 20px rgba(255,255,255,.25)}._inputBoxBig_1kja4_665{display:flex;gap:10px;padding:16px;flex:1;height:186px;background:#fff;border-radius:16px}._aiCommentInputBox_1kja4_940{display:flex;flex-direction:row;align-items:flex-start;gap:10px;padding:16px;flex:1;height:186px;overflow-y:auto;background:#fff;border-radius:16px}._aiChatbotButton_1kja4_956{position:fixed;bottom:24px;right:24px;width:80px;height:80px;background:#3f7bfc;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 0 30px #2f527040;z-index:1000;transition:transform .2s ease}._aiChatbotButton_1kja4_956:hover{transform:scale(1.05)}._aiChatbotButton_1kja4_956 svg{width:40px;height:40px;color:#fff;stroke-width:3.75}._aiChatModal_1kja4_986{position:fixed;bottom:120px;right:24px;width:480px;max-height:600px;background:#fff;border-radius:24px;box-shadow:0 0 30px #2f527040;z-index:1001;display:flex;flex-direction:column;overflow:hidden}._aiChatHeader_1kja4_1001{background:#3f7bfc;padding:16px;display:flex;justify-content:space-between;align-items:center}._aiChatTitle_1kja4_1009{color:#fff;font-family:SUIT,sans-serif;font-weight:700;font-size:20px;line-height:1.35}._aiChatCloseButton_1kja4_1017{background:none;border:none;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center}._aiChatCloseButton_1kja4_1017 svg{width:12px;height:12px;color:#fff;stroke-width:1.5}._aiChatProblemSelector_1kja4_1035{background:#f9fafb;border-bottom:1px solid #E5E7EB;padding:12px 16px}._aiChatProblemTabs_1kja4_1041{display:flex;gap:8px;flex-wrap:wrap}._aiChatProblemTab_1kja4_1041{background:#fff;border:1px solid #E5E7EB;border-radius:6px;padding:6px 12px;font-family:SUIT,sans-serif;font-weight:600;font-size:14px;line-height:1.35;color:#6b7280;cursor:pointer;transition:all .2s ease}._aiChatProblemTab_1kja4_1041:hover{background:#f3f4f6;border-color:#d1d5db}._aiChatProblemTab_1kja4_1041._active_1kja4_1066{background:#3f7bfc;border-color:#3f7bfc;color:#fff}._aiChatMessages_1kja4_1072{height:448px;overflow-y:auto;padding:10px;display:flex;flex-direction:column;gap:5px}._aiChatMessage_1kja4_1072{display:flex;flex-direction:column;padding:10px;gap:10px}._aiChatMessage_1kja4_1072._ai_1kja4_840{align-items:flex-start}._aiChatMessage_1kja4_1072._user_1kja4_266{align-items:flex-end}._aiChatBubble_1kja4_1096{max-width:80%;padding:16px;border-radius:16px;font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.6;color:#374151}._aiChatBubble_1kja4_1096._ai_1kja4_840{background:#f9fafb;border-radius:16px 16px 16px 0}._aiChatBubble_1kja4_1096._user_1kja4_266{background:#e7efff;border-radius:16px 16px 0}._aiChatInput_1kja4_1117{display:flex;align-items:center;gap:8px;padding:24px;border-top:1px solid #E5E7EB}._aiChatInputField_1kja4_1125{flex:1;padding:16px;background:#f9fafb;border:none;border-radius:6px;font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35;color:#374151;outline:none;resize:none;min-height:48px;max-height:120px;overflow-y:auto}._aiChatInputField_1kja4_1125::placeholder{color:#bac2d0}._aiChatSendButton_1kja4_1147{background:#374151;border:none;border-radius:4px;padding:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}._aiChatSendButton_1kja4_1147:hover{background:#4b5563}._aiChatSendButton_1kja4_1147:disabled{background:#d1d5db;cursor:not-allowed}._aiChatSendButton_1kja4_1147 svg{width:18px;height:18px;color:#fff;stroke-width:1.5}._bookmarkButton_1kja4_60,._bookmarkButtonSmall_1kja4_165{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._bookmarkButton_1kja4_60:hover,._bookmarkButtonSmall_1kja4_165:hover{background:#0000000d;border-radius:4px}._inputField_1kja4_673{display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;align-self:stretch;gap:10px;flex:1}._aiCommentText_1kja4_1203{display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;align-self:stretch;gap:10px;height:150px;flex:1}._aiCommentText_1kja4_1203 h1{font-family:SUIT,sans-serif;font-weight:400;font-size:16px;line-height:1.6;color:#374151;margin:0;padding:0;display:inline}._aiCommentPlaceholder_1kja4_1227{font-family:SUIT;font-weight:500;font-size:16px;line-height:1.6;color:#9ca3af;font-style:italic}._scroll_1kja4_1236{display:flex;align-self:stretch;gap:10px;padding:16px 2px 2px}._scrollBar_1kja4_1243{width:6px;height:50px;background:#bac2d0;border-radius:999px}._childProblemsContainer_1kja4_1251{display:flex;flex-direction:column;margin-top:24px}._childProblemCard_1kja4_1257{border:1px solid #E5E7EB;border-radius:16px;padding:32px;background:#fff;box-shadow:0 2px 8px #0000001a;margin-bottom:8px}._childProblemContent_1kja4_1266{margin-bottom:20px}._childQuestionText_1kja4_1270{font-family:SUIT,sans-serif;font-weight:500;font-size:16px;line-height:1.5;color:#374151}._childQuestionText_1kja4_1270 p{margin-bottom:20px;font-size:large;font-weight:700}._childAnswerSection_1kja4_1284{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._childBottomSection_1kja4_1291{display:flex;flex-direction:column;gap:24px}._charCount_1kja4_1297{font-family:SUIT,sans-serif;font-weight:500;font-size:14px;line-height:18.9px;color:#bac2d0;text-align:right;margin-top:4px}._childProblemCard_1kja4_1257 img,._questionText_1kja4_184 img,._answerContent_1kja4_365 img,._solutionContent_1kja4_655 img{display:block;max-width:100%;width:auto;height:auto;object-fit:contain;border-radius:10px;margin:18px auto;border:1px solid #e5e7eb}@media(prefers-color-scheme:dark){.wmde-markdown,.wmde-markdown-var{color-scheme:dark;--color-prettylights-syntax-comment: #8b949e;--color-prettylights-syntax-constant: #79c0ff;--color-prettylights-syntax-entity: #d2a8ff;--color-prettylights-syntax-storage-modifier-import: #c9d1d9;--color-prettylights-syntax-entity-tag: #7ee787;--color-prettylights-syntax-keyword: #ff7b72;--color-prettylights-syntax-string: #a5d6ff;--color-prettylights-syntax-variable: #ffa657;--color-prettylights-syntax-brackethighlighter-unmatched: #f85149;--color-prettylights-syntax-invalid-illegal-text: #f0f6fc;--color-prettylights-syntax-invalid-illegal-bg: #8e1519;--color-prettylights-syntax-carriage-return-text: #f0f6fc;--color-prettylights-syntax-carriage-return-bg: #b62324;--color-prettylights-syntax-string-regexp: #7ee787;--color-prettylights-syntax-markup-list: #f2cc60;--color-prettylights-syntax-markup-heading: #1f6feb;--color-prettylights-syntax-markup-italic: #c9d1d9;--color-prettylights-syntax-markup-bold: #c9d1d9;--color-prettylights-syntax-markup-deleted-text: #ffdcd7;--color-prettylights-syntax-markup-deleted-bg: #67060c;--color-prettylights-syntax-markup-inserted-text: #aff5b4;--color-prettylights-syntax-markup-inserted-bg: #033a16;--color-prettylights-syntax-markup-changed-text: #ffdfb6;--color-prettylights-syntax-markup-changed-bg: #5a1e02;--color-prettylights-syntax-markup-ignored-text: #c9d1d9;--color-prettylights-syntax-markup-ignored-bg: #1158c7;--color-prettylights-syntax-meta-diff-range: #d2a8ff;--color-prettylights-syntax-brackethighlighter-angle: #8b949e;--color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;--color-prettylights-syntax-constant-other-reference-link: #a5d6ff;--color-fg-default: #c9d1d9;--color-fg-muted: #8b949e;--color-fg-subtle: #484f58;--color-canvas-default: #0d1117;--color-canvas-subtle: #161b22;--color-border-default: #30363d;--color-border-muted: #21262d;--color-neutral-muted: rgba(110, 118, 129, .4);--color-accent-fg: #58a6ff;--color-accent-emphasis: #1f6feb;--color-attention-subtle: rgba(187, 128, 9, .15);--color-danger-fg: #f85149;--color-danger-emphasis: #da3633;--color-attention-fg: #d29922;--color-attention-emphasis: #9e6a03;--color-done-fg: #a371f7;--color-done-emphasis: #8957e5;--color-success-fg: #3fb950;--color-success-emphasis: #238636;--color-copied-active-bg: #2e9b33}}@media(prefers-color-scheme:light){.wmde-markdown,.wmde-markdown-var{color-scheme:light;--color-prettylights-syntax-comment: #6e7781;--color-prettylights-syntax-constant: #0550ae;--color-prettylights-syntax-entity: #8250df;--color-prettylights-syntax-storage-modifier-import: #24292f;--color-prettylights-syntax-entity-tag: #116329;--color-prettylights-syntax-keyword: #cf222e;--color-prettylights-syntax-string: #0a3069;--color-prettylights-syntax-variable: #953800;--color-prettylights-syntax-brackethighlighter-unmatched: #82071e;--color-prettylights-syntax-invalid-illegal-text: #f6f8fa;--color-prettylights-syntax-invalid-illegal-bg: #82071e;--color-prettylights-syntax-carriage-return-text: #f6f8fa;--color-prettylights-syntax-carriage-return-bg: #cf222e;--color-prettylights-syntax-string-regexp: #116329;--color-prettylights-syntax-markup-list: #3b2300;--color-prettylights-syntax-markup-heading: #0550ae;--color-prettylights-syntax-markup-italic: #24292f;--color-prettylights-syntax-markup-bold: #24292f;--color-prettylights-syntax-markup-deleted-text: #82071e;--color-prettylights-syntax-markup-deleted-bg: #ffebe9;--color-prettylights-syntax-markup-inserted-text: #116329;--color-prettylights-syntax-markup-inserted-bg: #dafbe1;--color-prettylights-syntax-markup-changed-text: #953800;--color-prettylights-syntax-markup-changed-bg: #ffd8b5;--color-prettylights-syntax-markup-ignored-text: #eaeef2;--color-prettylights-syntax-markup-ignored-bg: #0550ae;--color-prettylights-syntax-meta-diff-range: #8250df;--color-prettylights-syntax-brackethighlighter-angle: #57606a;--color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;--color-prettylights-syntax-constant-other-reference-link: #0a3069;--color-fg-default: #24292f;--color-fg-muted: #57606a;--color-fg-subtle: #6e7781;--color-canvas-default: #ffffff;--color-canvas-subtle: #f6f8fa;--color-border-default: #d0d7de;--color-border-muted: hsl(210, 18%, 87%);--color-neutral-muted: rgba(175, 184, 193, .2);--color-accent-fg: #0969da;--color-accent-emphasis: #0969da;--color-attention-subtle: #fff8c5;--color-danger-fg: #d1242f;--color-danger-emphasis: #cf222e;--color-attention-fg: #9a6700;--color-attention-emphasis: #9a6700;--color-done-fg: #8250df;--color-done-emphasis: #8250df;--color-success-fg: #1a7f37;--color-success-emphasis: #1f883d;--color-copied-active-bg: #2e9b33}}[data-color-mode*=dark] .wmde-markdown,[data-color-mode*=dark] .wmde-markdown-var,.wmde-markdown-var[data-color-mode*=dark],.wmde-markdown[data-color-mode*=dark],body[data-color-mode*=dark]{color-scheme:dark;--color-prettylights-syntax-comment: #8b949e;--color-prettylights-syntax-constant: #79c0ff;--color-prettylights-syntax-entity: #d2a8ff;--color-prettylights-syntax-storage-modifier-import: #c9d1d9;--color-prettylights-syntax-entity-tag: #7ee787;--color-prettylights-syntax-keyword: #ff7b72;--color-prettylights-syntax-string: #a5d6ff;--color-prettylights-syntax-variable: #ffa657;--color-prettylights-syntax-brackethighlighter-unmatched: #f85149;--color-prettylights-syntax-invalid-illegal-text: #f0f6fc;--color-prettylights-syntax-invalid-illegal-bg: #8e1519;--color-prettylights-syntax-carriage-return-text: #f0f6fc;--color-prettylights-syntax-carriage-return-bg: #b62324;--color-prettylights-syntax-string-regexp: #7ee787;--color-prettylights-syntax-markup-list: #f2cc60;--color-prettylights-syntax-markup-heading: #1f6feb;--color-prettylights-syntax-markup-italic: #c9d1d9;--color-prettylights-syntax-markup-bold: #c9d1d9;--color-prettylights-syntax-markup-deleted-text: #ffdcd7;--color-prettylights-syntax-markup-deleted-bg: #67060c;--color-prettylights-syntax-markup-inserted-text: #aff5b4;--color-prettylights-syntax-markup-inserted-bg: #033a16;--color-prettylights-syntax-markup-changed-text: #ffdfb6;--color-prettylights-syntax-markup-changed-bg: #5a1e02;--color-prettylights-syntax-markup-ignored-text: #c9d1d9;--color-prettylights-syntax-markup-ignored-bg: #1158c7;--color-prettylights-syntax-meta-diff-range: #d2a8ff;--color-prettylights-syntax-brackethighlighter-angle: #8b949e;--color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;--color-prettylights-syntax-constant-other-reference-link: #a5d6ff;--color-fg-default: #c9d1d9;--color-fg-muted: #8b949e;--color-fg-subtle: #484f58;--color-canvas-default: #0d1117;--color-canvas-subtle: #161b22;--color-border-default: #30363d;--color-border-muted: #21262d;--color-neutral-muted: rgba(110, 118, 129, .4);--color-accent-fg: #58a6ff;--color-accent-emphasis: #1f6feb;--color-attention-subtle: rgba(187, 128, 9, .15);--color-danger-fg: #f85149}[data-color-mode*=light] .wmde-markdown,[data-color-mode*=light] .wmde-markdown-var,.wmde-markdown-var[data-color-mode*=light],.wmde-markdown[data-color-mode*=light],body[data-color-mode*=light]{color-scheme:light;--color-prettylights-syntax-comment: #6e7781;--color-prettylights-syntax-constant: #0550ae;--color-prettylights-syntax-entity: #8250df;--color-prettylights-syntax-storage-modifier-import: #24292f;--color-prettylights-syntax-entity-tag: #116329;--color-prettylights-syntax-keyword: #cf222e;--color-prettylights-syntax-string: #0a3069;--color-prettylights-syntax-variable: #953800;--color-prettylights-syntax-brackethighlighter-unmatched: #82071e;--color-prettylights-syntax-invalid-illegal-text: #f6f8fa;--color-prettylights-syntax-invalid-illegal-bg: #82071e;--color-prettylights-syntax-carriage-return-text: #f6f8fa;--color-prettylights-syntax-carriage-return-bg: #cf222e;--color-prettylights-syntax-string-regexp: #116329;--color-prettylights-syntax-markup-list: #3b2300;--color-prettylights-syntax-markup-heading: #0550ae;--color-prettylights-syntax-markup-italic: #24292f;--color-prettylights-syntax-markup-bold: #24292f;--color-prettylights-syntax-markup-deleted-text: #82071e;--color-prettylights-syntax-markup-deleted-bg: #ffebe9;--color-prettylights-syntax-markup-inserted-text: #116329;--color-prettylights-syntax-markup-inserted-bg: #dafbe1;--color-prettylights-syntax-markup-changed-text: #953800;--color-prettylights-syntax-markup-changed-bg: #ffd8b5;--color-prettylights-syntax-markup-ignored-text: #eaeef2;--color-prettylights-syntax-markup-ignored-bg: #0550ae;--color-prettylights-syntax-meta-diff-range: #8250df;--color-prettylights-syntax-brackethighlighter-angle: #57606a;--color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;--color-prettylights-syntax-constant-other-reference-link: #0a3069;--color-fg-default: #24292f;--color-fg-muted: #57606a;--color-fg-subtle: #6e7781;--color-canvas-default: #ffffff;--color-canvas-subtle: #f6f8fa;--color-border-default: #d0d7de;--color-border-muted: hsl(210, 18%, 87%);--color-neutral-muted: rgba(175, 184, 193, .2);--color-accent-fg: #0969da;--color-accent-emphasis: #0969da;--color-attention-subtle: #fff8c5;--color-danger-fg: #cf222e}.wmde-markdown{-webkit-text-size-adjust:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:16px;line-height:1.5;word-wrap:break-word;color:var(--color-fg-default);background-color:var(--color-canvas-default)}.wmde-markdown details,.wmde-markdown figcaption,.wmde-markdown figure{display:block}.wmde-markdown summary{display:list-item}.wmde-markdown [hidden]{display:none!important}.wmde-markdown a{background-color:transparent;color:var(--color-accent-fg);text-decoration:none}.wmde-markdown a:active,.wmde-markdown a:hover{outline-width:0}.wmde-markdown abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.wmde-markdown b,.wmde-markdown strong{font-weight:600}.wmde-markdown dfn{font-style:italic}.wmde-markdown h1{margin:.67em 0;font-weight:600;padding-bottom:.3em;font-size:2em;border-bottom:1px solid var(--color-border-muted)}.wmde-markdown mark{background-color:var(--color-attention-subtle);color:var(--color-text-primary)}.wmde-markdown small{font-size:90%}.wmde-markdown sub,.wmde-markdown sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.wmde-markdown sub{bottom:-.25em}.wmde-markdown sup{top:-.5em}.wmde-markdown img{display:inline-block;border-style:none;max-width:100%;box-sizing:content-box;background-color:var(--color-canvas-default)}.wmde-markdown code,.wmde-markdown kbd,.wmde-markdown pre,.wmde-markdown samp{font-family:monospace,monospace;font-size:1em}.wmde-markdown figure{margin:1em 40px}.wmde-markdown hr{box-sizing:content-box;overflow:hidden;background:transparent;border:0;border-bottom:1px solid var(--color-border-muted);height:.25em;padding:0;margin:24px 0;background-color:var(--color-border-default)}.wmde-markdown input{font:inherit;margin:0;overflow:visible;font-family:inherit;font-size:inherit;line-height:inherit}.wmde-markdown [type=button],.wmde-markdown [type=reset],.wmde-markdown [type=submit]{-webkit-appearance:button}.wmde-markdown [type=button]::-moz-focus-inner,.wmde-markdown [type=reset]::-moz-focus-inner,.wmde-markdown [type=submit]::-moz-focus-inner{border-style:none;padding:0}.wmde-markdown [type=button]:-moz-focusring,.wmde-markdown [type=reset]:-moz-focusring,.wmde-markdown [type=submit]:-moz-focusring{outline:1px dotted ButtonText}.wmde-markdown [type=checkbox],.wmde-markdown [type=radio]{box-sizing:border-box;padding:0}.wmde-markdown [type=number]::-webkit-inner-spin-button,.wmde-markdown [type=number]::-webkit-outer-spin-button{height:auto}.wmde-markdown [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.wmde-markdown [type=search]::-webkit-search-cancel-button,.wmde-markdown [type=search]::-webkit-search-decoration{-webkit-appearance:none}.wmde-markdown ::-webkit-input-placeholder{color:inherit;opacity:.54}.wmde-markdown ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.wmde-markdown a:hover{text-decoration:underline}.wmde-markdown hr:before{display:table;content:""}.wmde-markdown hr:after{display:table;clear:both;content:""}.wmde-markdown table{border-spacing:0;border-collapse:collapse;display:block;width:max-content;max-width:100%}.wmde-markdown td,.wmde-markdown th{padding:0}.wmde-markdown details summary{cursor:pointer}.wmde-markdown details:not([open])>*:not(summary){display:none!important}.wmde-markdown kbd{display:inline-block;padding:3px 5px;font:11px ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;line-height:10px;color:var(--color-fg-default);vertical-align:middle;background-color:var(--color-canvas-subtle);border:solid 1px var(--color-neutral-muted);border-bottom-color:var(--color-neutral-muted);border-radius:6px;box-shadow:inset 0 -1px 0 var(--color-neutral-muted)}.wmde-markdown h1,.wmde-markdown h2,.wmde-markdown h3,.wmde-markdown h4,.wmde-markdown h5,.wmde-markdown h6{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.25}.wmde-markdown h2{font-weight:600;padding-bottom:.3em;font-size:1.5em;border-bottom:1px solid var(--color-border-muted)}.wmde-markdown h3{font-weight:600;font-size:1.25em}.wmde-markdown h4{font-weight:600;font-size:1em}.wmde-markdown h5{font-weight:600;font-size:.875em}.wmde-markdown h6{font-weight:600;font-size:.85em;color:var(--color-fg-muted)}.wmde-markdown p{margin-top:0;margin-bottom:10px}.wmde-markdown blockquote{margin:0;padding:0 1em;color:var(--color-fg-muted);border-left:.25em solid var(--color-border-default)}.wmde-markdown ul,.wmde-markdown ol{margin-top:0;margin-bottom:0;padding-left:2em}.wmde-markdown ol ol,.wmde-markdown ul ol{list-style-type:lower-roman}.wmde-markdown ul ul ol,.wmde-markdown ul ol ol,.wmde-markdown ol ul ol,.wmde-markdown ol ol ol{list-style-type:lower-alpha}.wmde-markdown dd{margin-left:0}.wmde-markdown tt,.wmde-markdown code{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:12px}.wmde-markdown pre{margin-top:0;margin-bottom:0;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:12px;word-wrap:normal}.wmde-markdown .octicon{display:inline-block;overflow:visible!important;vertical-align:text-bottom;fill:currentColor}.wmde-markdown ::placeholder{color:var(--color-fg-subtle);opacity:1}.wmde-markdown input::-webkit-outer-spin-button,.wmde-markdown input::-webkit-inner-spin-button{margin:0;appearance:none}.wmde-markdown [data-catalyst]{display:block}.wmde-markdown:before{display:table;content:""}.wmde-markdown:after{display:table;clear:both;content:""}.wmde-markdown>*:first-child{margin-top:0!important}.wmde-markdown>*:last-child{margin-bottom:0!important}.wmde-markdown a:not([href]){color:inherit;text-decoration:none}.wmde-markdown .absent{color:var(--color-danger-fg)}.wmde-markdown a.anchor{float:left;padding-right:4px;margin-left:-20px;line-height:1}.wmde-markdown .anchor:focus{outline:none}.wmde-markdown p,.wmde-markdown blockquote,.wmde-markdown ul,.wmde-markdown ol,.wmde-markdown dl,.wmde-markdown table,.wmde-markdown pre,.wmde-markdown details{margin-top:0;margin-bottom:16px}.wmde-markdown blockquote>:first-child{margin-top:0}.wmde-markdown blockquote>:last-child{margin-bottom:0}.wmde-markdown sup>a:before{content:"["}.wmde-markdown sup>a:after{content:"]"}.wmde-markdown h1 .octicon-link,.wmde-markdown h2 .octicon-link,.wmde-markdown h3 .octicon-link,.wmde-markdown h4 .octicon-link,.wmde-markdown h5 .octicon-link,.wmde-markdown h6 .octicon-link{color:var(--color-fg-default);vertical-align:middle;visibility:hidden}.wmde-markdown h1:hover .anchor,.wmde-markdown h2:hover .anchor,.wmde-markdown h3:hover .anchor,.wmde-markdown h4:hover .anchor,.wmde-markdown h5:hover .anchor,.wmde-markdown h6:hover .anchor{text-decoration:none}.wmde-markdown h1:hover .anchor .octicon-link,.wmde-markdown h2:hover .anchor .octicon-link,.wmde-markdown h3:hover .anchor .octicon-link,.wmde-markdown h4:hover .anchor .octicon-link,.wmde-markdown h5:hover .anchor .octicon-link,.wmde-markdown h6:hover .anchor .octicon-link{visibility:visible}.wmde-markdown h1 tt,.wmde-markdown h1 code,.wmde-markdown h2 tt,.wmde-markdown h2 code,.wmde-markdown h3 tt,.wmde-markdown h3 code,.wmde-markdown h4 tt,.wmde-markdown h4 code,.wmde-markdown h5 tt,.wmde-markdown h5 code,.wmde-markdown h6 tt,.wmde-markdown h6 code{padding:0 .2em;font-size:inherit}.wmde-markdown ul.no-list,.wmde-markdown ol.no-list{padding:0;list-style-type:none}.wmde-markdown ol[type="1"]{list-style-type:decimal}.wmde-markdown ol[type=a]{list-style-type:lower-alpha}.wmde-markdown ol[type=i]{list-style-type:lower-roman}.wmde-markdown div>ol:not([type]){list-style-type:decimal}.wmde-markdown ul ul,.wmde-markdown ul ol,.wmde-markdown ol ol,.wmde-markdown ol ul{margin-top:0;margin-bottom:0}.wmde-markdown li>p{margin-top:16px}.wmde-markdown li+li{margin-top:.25em}.wmde-markdown dl{padding:0}.wmde-markdown dl dt{padding:0;margin-top:16px;font-size:1em;font-style:italic;font-weight:600}.wmde-markdown dl dd{padding:0 16px;margin-bottom:16px}.wmde-markdown table th{font-weight:600}.wmde-markdown table th,.wmde-markdown table td{padding:6px 13px;border:1px solid var(--color-border-default)}.wmde-markdown table tr{background-color:var(--color-canvas-default);border-top:1px solid var(--color-border-muted)}.wmde-markdown table tr:nth-child(2n){background-color:var(--color-canvas-subtle)}.wmde-markdown table img{background-color:transparent}.wmde-markdown img[align=right]{padding-left:20px}.wmde-markdown img[align=left]{padding-right:20px}.wmde-markdown .emoji{max-width:none;vertical-align:text-top;background-color:transparent}.wmde-markdown span.frame{display:block;overflow:hidden}.wmde-markdown span.frame>span{display:block;float:left;width:auto;padding:7px;margin:13px 0 0;overflow:hidden;border:1px solid var(--color-border-default)}.wmde-markdown span.frame span img{display:block;float:left}.wmde-markdown span.frame span span{display:block;padding:5px 0 0;clear:both;color:var(--color-fg-default)}.wmde-markdown span.align-center{display:block;overflow:hidden;clear:both}.wmde-markdown span.align-center>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}.wmde-markdown span.align-center span img{margin:0 auto;text-align:center}.wmde-markdown span.align-right{display:block;overflow:hidden;clear:both}.wmde-markdown span.align-right>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}.wmde-markdown span.align-right span img{margin:0;text-align:right}.wmde-markdown span.float-left{display:block;float:left;margin-right:13px;overflow:hidden}.wmde-markdown span.float-left span{margin:13px 0 0}.wmde-markdown span.float-right{display:block;float:right;margin-left:13px;overflow:hidden}.wmde-markdown span.float-right>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}.wmde-markdown code,.wmde-markdown tt{padding:.2em .4em;margin:0;font-size:85%;background-color:var(--color-neutral-muted);border-radius:6px}.wmde-markdown code br,.wmde-markdown tt br{display:none}.wmde-markdown del code{text-decoration:inherit}.wmde-markdown pre code{font-size:100%}.wmde-markdown pre>code{padding:0;margin:0;word-break:normal;white-space:pre;background:transparent;border:0}.wmde-markdown pre{font-size:85%;line-height:1.45;background-color:var(--color-canvas-subtle);border-radius:6px}.wmde-markdown pre code,.wmde-markdown pre tt{display:inline;max-width:auto;padding:0;margin:0;overflow:visible;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}.wmde-markdown pre>code{padding:16px;overflow:auto;display:block}.wmde-markdown pre>code::-webkit-scrollbar{background:transparent;width:8px;height:8px}.wmde-markdown pre>code::-webkit-scrollbar-thumb{background:var(--color-fg-muted);border-radius:10px}.wmde-markdown .csv-data td,.wmde-markdown .csv-data th{padding:5px;overflow:hidden;font-size:12px;line-height:1;text-align:left;white-space:nowrap}.wmde-markdown .csv-data .blob-num{padding:10px 8px 9px;text-align:right;background:var(--color-canvas-default);border:0}.wmde-markdown .csv-data tr{border-top:0}.wmde-markdown .csv-data th{font-weight:600;background:var(--color-canvas-subtle);border-top:0}.wmde-markdown .footnotes{font-size:12px;color:var(--color-fg-muted);border-top:1px solid var(--color-border-default)}.wmde-markdown .footnotes ol{padding-left:16px}.wmde-markdown .footnotes li{position:relative}.wmde-markdown .footnotes li:target:before{position:absolute;inset:-8px -8px -8px -24px;pointer-events:none;content:"";border:2px solid var(--color-accent-emphasis);border-radius:6px}.wmde-markdown .footnotes li:target{color:var(--color-fg-default)}.wmde-markdown .footnotes .data-footnote-backref g-emoji{font-family:monospace}.wmde-markdown .task-list-item{list-style-type:none}.wmde-markdown .task-list-item label{font-weight:400}.wmde-markdown .task-list-item.enabled label{cursor:pointer}.wmde-markdown .task-list-item+.wmde-markdown .task-list-item{margin-top:3px}.wmde-markdown .task-list-item .handle{display:none}.wmde-markdown .task-list-item-checkbox,.wmde-markdown .contains-task-list input[type=checkbox]{margin:0 .2em .25em -1.6em;vertical-align:middle}.wmde-markdown .contains-task-list:dir(rtl) .task-list-item-checkbox,.wmde-markdown .contains-task-list:dir(rtl) input[type=checkbox]{margin:0 -1.6em .25em .2em}.wmde-markdown ::-webkit-calendar-picker-indicator{filter:invert(50%)}.wmde-markdown pre{position:relative}.wmde-markdown pre .copied{visibility:hidden;display:flex;position:absolute;cursor:pointer;color:var(--color-fg-default);top:6px;right:6px;border-radius:5px;background:var(--color-border-default);padding:6px;font-size:12px;transition:all .3s}.wmde-markdown pre .copied .octicon-copy{display:block}.wmde-markdown pre .copied .octicon-check{display:none}.wmde-markdown pre:hover .copied{visibility:visible}.wmde-markdown pre:hover .copied:hover{background:var(--color-prettylights-syntax-entity-tag);color:var(--color-canvas-default)}.wmde-markdown pre:hover .copied:active,.wmde-markdown pre .copied.active{background:var(--color-copied-active-bg);color:var(--color-canvas-default)}.wmde-markdown pre .active .octicon-copy{display:none}.wmde-markdown pre .active .octicon-check{display:block}.wmde-markdown .markdown-alert{padding:.5rem 1em;color:inherit;margin-bottom:16px;border-left:.25em solid var(--borderColor-default, var(--color-border-default))}.wmde-markdown .markdown-alert>:last-child{margin-bottom:0!important}.wmde-markdown .markdown-alert .markdown-alert-title{display:flex;align-items:center;line-height:1;font-weight:500;font-size:14px}.wmde-markdown .markdown-alert .markdown-alert-title svg.octicon{margin-right:var(--base-size-8, 8px)!important}.wmde-markdown .markdown-alert.markdown-alert-note{border-left-color:var(--borderColor-accent-emphasis, var(--color-accent-emphasis))}.wmde-markdown .markdown-alert.markdown-alert-note .markdown-alert-title{color:var(--fgColor-accent, var(--color-accent-fg))}.wmde-markdown .markdown-alert.markdown-alert-tip{border-left-color:var(--borderColor-success-emphasis, var(--color-success-emphasis))}.wmde-markdown .markdown-alert.markdown-alert-tip .markdown-alert-title{color:var(--fgColor-success, var(--color-success-fg))}.wmde-markdown .markdown-alert.markdown-alert-important{border-left-color:var(--borderColor-done-emphasis, var(--color-done-emphasis))}.wmde-markdown .markdown-alert.markdown-alert-important .markdown-alert-title{color:var(--fgColor-done, var(--color-done-fg))}.wmde-markdown .markdown-alert.markdown-alert-warning{border-left-color:var(--borderColor-attention-emphasis, var(--color-attention-emphasis))}.wmde-markdown .markdown-alert.markdown-alert-warning .markdown-alert-title{color:var(--fgColor-attention, var(--color-attention-fg))}.wmde-markdown .markdown-alert.markdown-alert-caution{border-left-color:var(--borderColor-danger-emphasis, var(--color-danger-emphasis))}.wmde-markdown .markdown-alert.markdown-alert-caution .markdown-alert-title{color:var(--fgColor-danger, var(--color-danger-fg))}.wmde-markdown .highlight-line{background-color:var(--color-neutral-muted)}.wmde-markdown .code-line.line-number:before{display:inline-block;width:1rem;text-align:right;margin-right:16px;color:var(--color-fg-subtle);content:attr(line);white-space:nowrap}.wmde-markdown .token.comment,.wmde-markdown .token.prolog,.wmde-markdown .token.doctype,.wmde-markdown .token.cdata{color:var(--color-prettylights-syntax-comment)}.wmde-markdown .token.namespace{opacity:.7}.wmde-markdown .token.property,.wmde-markdown .token.tag,.wmde-markdown .token.selector,.wmde-markdown .token.constant,.wmde-markdown .token.symbol,.wmde-markdown .token.deleted{color:var(--color-prettylights-syntax-entity-tag)}.wmde-markdown .token.maybe-class-name{color:var(--color-prettylights-syntax-variable)}.wmde-markdown .token.property-access,.wmde-markdown .token.operator,.wmde-markdown .token.boolean,.wmde-markdown .token.number,.wmde-markdown .token.selector .token.class,.wmde-markdown .token.attr-name,.wmde-markdown .token.string,.wmde-markdown .token.char,.wmde-markdown .token.builtin{color:var(--color-prettylights-syntax-constant)}.wmde-markdown .token.deleted{color:var(--color-prettylights-syntax-markup-deleted-text)}.wmde-markdown .code-line .token.deleted{background-color:var(--color-prettylights-syntax-markup-deleted-bg)}.wmde-markdown .token.inserted{color:var(--color-prettylights-syntax-markup-inserted-text)}.wmde-markdown .code-line .token.inserted{background-color:var(--color-prettylights-syntax-markup-inserted-bg)}.wmde-markdown .token.variable{color:var(--color-prettylights-syntax-constant)}.wmde-markdown .token.entity,.wmde-markdown .token.url,.wmde-markdown .language-css .token.string,.wmde-markdown .style .token.string,.wmde-markdown .token.color,.wmde-markdown .token.atrule,.wmde-markdown .token.attr-value,.wmde-markdown .token.function,.wmde-markdown .token.class-name{color:var(--color-prettylights-syntax-string)}.wmde-markdown .token.rule,.wmde-markdown .token.regex,.wmde-markdown .token.important,.wmde-markdown .token.keyword{color:var(--color-prettylights-syntax-keyword)}.wmde-markdown .token.coord{color:var(--color-prettylights-syntax-meta-diff-range)}.wmde-markdown .token.important,.wmde-markdown .token.bold{font-weight:700}.wmde-markdown .token.italic{font-style:italic}.wmde-markdown .token.entity{cursor:help}.w-md-editor-bar{position:absolute;cursor:s-resize;right:0;bottom:0;margin-top:-11px;margin-right:0;width:14px;z-index:3;height:10px;border-radius:0 0 3px;-webkit-user-select:none;user-select:none}.w-md-editor-bar svg{display:block;margin:0 auto}.w-md-editor-area{overflow:auto;border-radius:5px}.w-md-editor-text{min-height:100%;position:relative;text-align:left;white-space:pre-wrap;word-break:keep-all;overflow-wrap:break-word;box-sizing:border-box;padding:10px;margin:0;font-size:14px!important;line-height:18px!important;font-variant-ligatures:common-ligatures}.w-md-editor-text-pre,.w-md-editor-text-input,.w-md-editor-text>.w-md-editor-text-pre{margin:0;border:0;background:none;box-sizing:inherit;display:inherit;font-family:inherit;font-family:var(--md-editor-font-family)!important;font-size:inherit;font-style:inherit;font-variant-ligatures:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;tab-size:inherit;text-indent:inherit;text-rendering:inherit;text-transform:inherit;white-space:inherit;overflow-wrap:inherit;word-break:inherit;word-break:normal;padding:0}.w-md-editor-text-pre{position:relative;margin:0!important;pointer-events:none;background-color:transparent!important}.w-md-editor-text-pre>code{padding:0!important;font-family:var(--md-editor-font-family)!important;font-size:14px!important;line-height:18px!important}.w-md-editor-text-input{position:absolute;top:0;left:0;height:100%;width:100%;resize:none;color:inherit;overflow:hidden;outline:0;padding:inherit;-webkit-font-smoothing:antialiased;-webkit-text-fill-color:transparent}.w-md-editor-text-input:empty{-webkit-text-fill-color:inherit!important}.w-md-editor-text-pre,.w-md-editor-text-input{word-wrap:pre;word-break:break-word;white-space:pre-wrap}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.w-md-editor-text-input{color:transparent!important}.w-md-editor-text-input::selection{background-color:#accef7!important;color:transparent!important}}.w-md-editor-text-pre .punctuation{color:var(--color-prettylights-syntax-comment, #8b949e)!important}.w-md-editor-text-pre .token.url,.w-md-editor-text-pre .token.content{color:var(--color-prettylights-syntax-constant, #0550ae)!important}.w-md-editor-text-pre .token.title.important{color:var(--color-prettylights-syntax-markup-bold, #24292f)}.w-md-editor-text-pre .token.code-block .function{color:var(--color-prettylights-syntax-entity, #8250df)}.w-md-editor-text-pre .token.bold{font-weight:unset!important}.w-md-editor-text-pre .token.title{line-height:unset!important;font-size:unset!important;font-weight:unset!important}.w-md-editor-text-pre .token.code.keyword{color:var(--color-prettylights-syntax-constant, #0550ae)!important}.w-md-editor-text-pre .token.strike,.w-md-editor-text-pre .token.strike .content{color:var(--color-prettylights-syntax-markup-deleted-text, #82071e)!important}.w-md-editor-toolbar-child{position:absolute;border-radius:3px;box-shadow:0 0 0 1px var(--md-editor-box-shadow-color),0 0 0 var(--md-editor-box-shadow-color),0 1px 1px var(--md-editor-box-shadow-color);background-color:var(--md-editor-background-color);z-index:1;display:none}.w-md-editor-toolbar-child.active{display:block}.w-md-editor-toolbar-child .w-md-editor-toolbar{border-bottom:0;padding:3px;border-radius:3px}.w-md-editor-toolbar-child .w-md-editor-toolbar ul>li{display:block}.w-md-editor-toolbar-child .w-md-editor-toolbar ul>li button{width:-webkit-fill-available;height:initial;box-sizing:border-box;padding:3px 4px 2px;margin:0}.w-md-editor-toolbar{border-bottom:1px solid var(--md-editor-box-shadow-color);background-color:var(--md-editor-background-color);padding:3px;display:flex;justify-content:space-between;align-items:center;border-radius:3px 3px 0 0;-webkit-user-select:none;user-select:none;flex-wrap:wrap}.w-md-editor-toolbar.bottom{border-bottom:0px;border-top:1px solid var(--md-editor-box-shadow-color);border-radius:0 0 3px 3px}.w-md-editor-toolbar ul,.w-md-editor-toolbar li{margin:0;padding:0;list-style:none;line-height:initial}.w-md-editor-toolbar li{display:inline-block;font-size:14px}.w-md-editor-toolbar li+li{margin:0}.w-md-editor-toolbar li>button{border:none;height:20px;line-height:14px;background:none;padding:4px;margin:0 1px;border-radius:2px;text-transform:none;font-weight:400;overflow:visible;outline:none;cursor:pointer;transition:all .3s;white-space:nowrap;color:var(--color-fg-default)}.w-md-editor-toolbar li>button:hover,.w-md-editor-toolbar li>button:focus{background-color:var(--color-neutral-muted);color:var(--color-accent-fg)}.w-md-editor-toolbar li>button:active{background-color:var(--color-neutral-muted);color:var(--color-danger-fg)}.w-md-editor-toolbar li>button:disabled{color:var(--md-editor-box-shadow-color);cursor:not-allowed}.w-md-editor-toolbar li>button:disabled:hover{background-color:transparent;color:var(--md-editor-box-shadow-color)}.w-md-editor-toolbar li.active>button{color:var(--color-accent-fg);background-color:var(--color-neutral-muted)}.w-md-editor-toolbar-divider{height:14px;width:1px;margin:-3px 3px 0!important;vertical-align:middle;background-color:var(--md-editor-box-shadow-color)}.w-md-editor{text-align:left;border-radius:3px;padding-bottom:1px;position:relative;color:var(--color-fg-default);--md-editor-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;--md-editor-background-color: var(--color-canvas-default, #ffffff);--md-editor-box-shadow-color: var(--color-border-default, #d0d7de);box-shadow:0 0 0 1px var(--md-editor-box-shadow-color),0 0 0 var(--md-editor-box-shadow-color),0 1px 1px var(--md-editor-box-shadow-color);background-color:var(--md-editor-background-color);font-family:Helvetica Neue,Helvetica,Arial,sans-serif;display:flex;flex-direction:column}.w-md-editor.w-md-editor-rtl{direction:rtl!important;text-align:right!important}.w-md-editor.w-md-editor-rtl .w-md-editor-preview{right:unset!important;left:0;text-align:right!important;box-shadow:inset -1px 0 0 0 var(--md-editor-box-shadow-color)}.w-md-editor.w-md-editor-rtl .w-md-editor-text{text-align:right!important}.w-md-editor-toolbar{height:fit-content}.w-md-editor-content{height:100%;overflow:auto;position:relative;border-radius:0 0 3px}.w-md-editor .copied{display:none!important}.w-md-editor-input{width:50%;height:100%}.w-md-editor-text-pre>code{word-break:break-word!important;white-space:pre-wrap!important}.w-md-editor-preview{width:50%;box-sizing:border-box;box-shadow:inset 1px 0 0 0 var(--md-editor-box-shadow-color);position:absolute;padding:10px 20px;overflow:auto;top:0;right:0;bottom:0;border-radius:0 0 5px;display:flex;flex-direction:column}.w-md-editor-preview .anchor{display:none}.w-md-editor-preview .contains-task-list li.task-list-item{list-style:none}.w-md-editor-show-preview .w-md-editor-input{width:0%;overflow:hidden;background-color:var(--md-editor-background-color)}.w-md-editor-show-preview .w-md-editor-preview{width:100%;box-shadow:inset 0 0}.w-md-editor-show-edit .w-md-editor-input{width:100%}.w-md-editor-show-edit .w-md-editor-preview{width:0%;padding:0}.w-md-editor-fullscreen{overflow:hidden;position:fixed;z-index:99999;inset:0;height:100%!important}.w-md-editor-fullscreen .w-md-editor-content{height:100%}._editorContainer_59jws_1{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}._imageUploadButton_59jws_7{padding:8px 12px;background-color:#f8f9fa;border-bottom:1px solid #e0e0e0;display:flex;justify-content:flex-end}._uploadButton_59jws_15{background-color:#007bff;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:12px;transition:background-color .2s}._uploadButton_59jws_15:hover:not(:disabled){background-color:#0056b3}._uploadButton_59jws_15:disabled{background-color:#6c757d;cursor:not-allowed}._editorContainer_59jws_1 ._w-md-editor_59jws_36{background-color:#fff;border:none}._editorContainer_59jws_1 ._w-md-editor-toolbar_59jws_41{background-color:#f8f9fa;border-bottom:1px solid #e0e0e0;padding:8px 12px}._editorContainer_59jws_1 ._w-md-editor-toolbar_59jws_41 button{border-radius:4px;margin:0 2px;padding:4px 8px;border:1px solid transparent;background:transparent;color:#666;transition:all .2s}._editorContainer_59jws_1 ._w-md-editor-toolbar_59jws_41 button:hover{background-color:#e0e0e0;color:#333}._editorContainer_59jws_1 ._w-md-editor-toolbar_59jws_41 button._active_59jws_62{background-color:#007bff;color:#fff;border-color:#007bff}._editorContainer_59jws_1 ._w-md-editor-text-container_59jws_68{font-family:inherit}._editorContainer_59jws_1 ._w-md-editor-text_59jws_68{font-size:14px;line-height:1.5;padding:12px}._editorContainer_59jws_1 ._w-md-editor-text-input_59jws_78{font-size:14px;line-height:1.5;font-family:inherit}._editorContainer_59jws_1 ._katex_59jws_85{font-size:1em;display:inline-block;white-space:nowrap}._editorContainer_59jws_1 ._katex-display_59jws_91{margin:.5em 0;text-align:center}._editorContainer_59jws_1 ._katex_59jws_85 ._base_59jws_97,._editorContainer_59jws_1 ._katex_59jws_85 ._mord_59jws_102,._editorContainer_59jws_1 ._katex_59jws_85 ._msupsub_59jws_106{display:inline-block}._editorContainer_59jws_1 ._katex-error_59jws_111{color:#c00;background-color:#ffe6e6;padding:2px 4px;border-radius:3px;border:1px solid #ffcccc}._editorContainer_59jws_1 ._w-md-editor-preview_59jws_120 ._katex_59jws_85{display:inline-block!important;white-space:nowrap!important;font-size:1em!important}._editorContainer_59jws_1 ._w-md-editor-preview_59jws_120 ._katex_59jws_85 ._base_59jws_97,._editorContainer_59jws_1 ._w-md-editor-preview_59jws_120 ._katex_59jws_85 ._mord_59jws_102,._editorContainer_59jws_1 ._w-md-editor-preview_59jws_120 ._katex_59jws_85 ._msupsub_59jws_106,._editorContainer_59jws_1 ._w-md-editor-preview_59jws_120 ._katex_59jws_85 ._mord_59jws_102 ._mord_59jws_102,._editorContainer_59jws_1 ._w-md-editor-preview_59jws_120 ._katex_59jws_85 ._mord_59jws_102 ._mrel_59jws_143,._editorContainer_59jws_1 ._w-md-editor-preview_59jws_120 ._katex_59jws_85 ._mord_59jws_102 ._mbin_59jws_147,._editorContainer_59jws_1 ._w-md-editor-preview_59jws_120 ._katex_59jws_85 ._delimsizing_59jws_152{display:inline-block!important}._editorContainer_59jws_1 ._w-md-editor-toolbar_59jws_41 ._w-md-editor-toolbar-divider_59jws_157{border-left:1px solid #e0e0e0;margin:0 8px}._editorContainer_59jws_1 ._w-md-editor-toolbar_59jws_41 ._w-md-editor-toolbar-dropdown_59jws_163{border-radius:4px;border:1px solid #e0e0e0;background:#fff;box-shadow:0 2px 8px #0000001a}._editorContainer_59jws_1 ._w-md-editor-preview_59jws_120{padding:12px;font-size:14px;line-height:1.5}._editorContainer_59jws_1 ._w-md-editor-preview_59jws_120 h1,._editorContainer_59jws_1 ._w-md-editor-preview_59jws_120 h2,._editorContainer_59jws_1 ._w-md-editor-preview_59jws_120 h3{margin-top:1em;margin-bottom:.5em}._editorContainer_59jws_1 ._w-md-editor-preview_59jws_120 p{margin-bottom:.5em}._editorContainer_59jws_1 ._w-md-editor-preview_59jws_120 ul,._editorContainer_59jws_1 ._w-md-editor-preview_59jws_120 ol{margin-bottom:.5em;padding-left:1.5em}._editorContainer_59jws_1 ._w-md-editor-preview_59jws_120 code{background-color:#f0f0f0;padding:2px 4px;border-radius:3px;font-family:Courier New,monospace}._editorContainer_59jws_1 ._w-md-editor-preview_59jws_120 pre{background-color:#f8f9fa;padding:12px;border-radius:4px;overflow-x:auto;margin-bottom:.5em}._editorContainer_59jws_1 ._w-md-editor-preview_59jws_120 blockquote{border-left:4px solid #007bff;padding-left:12px;margin:.5em 0;color:#666}._questionUploadPage_1ogre_2{display:flex;flex-direction:column;min-height:100vh;background-color:#f3f4f6}._main_1ogre_9{flex:1;padding:140px 0 0}._container_1ogre_14{max-width:1208px;margin:0 auto;padding:0 1px}._headerSection_1ogre_21{margin-bottom:32px}._backButton_1ogre_25{display:flex;align-items:center;gap:16px;background:none;border:none;cursor:pointer;padding:0}._titleText_1ogre_35{font-family:SUIT,sans-serif;font-weight:700;font-size:30px;line-height:1.35;color:#374151}._questionBlock_1ogre_44{display:flex;flex-direction:column;align-items:center;background-color:#fff;border-radius:20px;padding:40px 28px 60px;gap:80px}._uploadSection_1ogre_55,._optionSection_1ogre_56,._questionSection_1ogre_57,._answerSection_1ogre_58,._solutionSection_1ogre_59{display:flex;flex-direction:column;align-self:stretch;gap:20px}._sectionTitle_1ogre_66{font-family:SUIT,sans-serif;font-weight:700;font-size:20px;line-height:1.35;color:#35313c;margin:0}._uploadArea_1ogre_76{display:flex;flex-direction:column;align-self:stretch;padding:34px 0;border:2px dashed #D1D5DB;border-radius:8px;cursor:pointer;transition:border-color .2s ease}._uploadArea_1ogre_76:hover{border-color:#3f7bfc}._uploadContent_1ogre_91{display:flex;flex-direction:column;align-items:center;gap:16px;width:1132px;margin:0 auto}._uploadText_1ogre_100{display:flex;flex-direction:column;align-items:center;gap:6px}._uploadMainText_1ogre_107{font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35;color:#374151;text-align:center;margin:0}._uploadSubText_1ogre_117{font-family:SUIT,sans-serif;font-weight:500;font-size:14px;line-height:1.35;color:#6b7280;text-align:center;margin:0}._fileList_1ogre_128{display:flex;flex-direction:column;gap:12px;margin-top:16px}._fileListTitle_1ogre_135{font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35;color:#35313c;margin:0}._fileItem_1ogre_144{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:12px 16px;background-color:#f9fafb;border:1px solid #E5E7EB;border-radius:6px}._fileInfo_1ogre_155{display:flex;flex-direction:row;align-items:center;gap:12px}._fileName_1ogre_162{font-family:SUIT,sans-serif;font-weight:500;font-size:14px;line-height:1.35;color:#374151}._fileSize_1ogre_170{font-family:SUIT,sans-serif;font-weight:400;font-size:12px;line-height:1.35;color:#6b7280}._removeFileButton_1ogre_178{display:flex;justify-content:center;align-items:center;width:24px;height:24px;background-color:#f3f4f6;border:1px solid #E5E7EB;border-radius:4px;cursor:pointer;transition:background-color .2s ease}._removeFileButton_1ogre_178:hover{background-color:#ef4444;border-color:#ef4444}._removeFileButton_1ogre_178:hover svg{color:#fff}._optionSection_1ogre_56{display:flex;flex-direction:row;align-self:stretch;gap:50px}._typeSection_1ogre_208{display:flex;flex-direction:column;gap:20px}._radioGroup_1ogre_214{display:flex;flex-direction:row;align-items:center;align-self:stretch;gap:30px}._radioOption_1ogre_222{display:flex;flex-direction:row;align-items:center;gap:8px;cursor:pointer}._radioOption_1ogre_222 input[type=radio]{width:20px;height:20px;margin:0;cursor:pointer;accent-color:#3F7BFC}._radioLabel_1ogre_238{font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.5;color:#35313c;cursor:pointer}._optionSection_1ogre_56{display:flex;flex-direction:row;justify-content:stretch;align-items:stretch;gap:50px;align-self:stretch}._subjectSection_1ogre_257{display:flex;flex-direction:row;justify-content:stretch;align-items:stretch;gap:20px;flex:1}._subjectField_1ogre_266{display:flex;flex-direction:column;gap:20px;flex:1}._fieldLabel_1ogre_273{font-family:SUIT,sans-serif;font-weight:700;font-size:20px;line-height:1.35;color:#35313c}._dropdownContainer_1ogre_281{position:relative;width:100%}._selectField_1ogre_286{display:flex;flex-direction:row;justify-content:space-between;align-items:center;align-self:stretch;gap:10px;padding:16px 12px 16px 16px;background-color:#f9fafb;border:1px solid #D1D5DB;border-radius:6px;min-height:56px;cursor:pointer;transition:border-color .2s ease;height:56px}._selectField_1ogre_286 ._selectText_1ogre_304{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4;max-height:2.8em}._selectField_1ogre_286:hover{border-color:#3f7bfc}._selectText_1ogre_304{font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35;color:#374151}._dropdownMenu_1ogre_326{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:1px solid #D1D5DB;border-radius:6px;box-shadow:0 4px 6px #0000001a;z-index:1000;max-height:200px;overflow-y:auto;margin-top:4px}._dropdownItem_1ogre_341{padding:12px 16px;font-family:SUIT,sans-serif;font-weight:500;font-size:14px;line-height:1.35;color:#374151;cursor:pointer;transition:background-color .2s ease}._dropdownItem_1ogre_341:hover{background-color:#f3f4f6}._editorSection_1ogre_357{display:flex;flex-direction:row;justify-content:stretch;align-items:stretch;align-self:stretch;gap:20px}._inputSection_1ogre_366{display:flex;flex-direction:column;gap:10px;flex:1}._editorContainer_1ogre_373{display:flex;flex-direction:column;gap:0;border:1px solid #D1D5DB;border-radius:8px;height:100%;background-color:#fff;transition:border-color .2s ease}._editorContainer_1ogre_373:focus-within{border-color:#3f7bfc;box-shadow:0 0 0 1px #3f7bfc}._editorToolbar_1ogre_391{display:flex;flex-direction:row;align-items:center;align-self:stretch;gap:6px;padding:12px;background-color:#f9fafb;border-radius:8px}._toolbarRow_1ogre_402{display:flex;flex-direction:row;align-items:center;gap:6px}._toolbarButton_1ogre_409{display:flex;justify-content:center;align-items:center;padding:9px;width:28px;height:28px;background-color:#fff;border:1px solid #E5E7EB;border-radius:4px;cursor:pointer;transition:all .2s ease}._toolbarButton_1ogre_409:hover{background-color:#f3f4f6;border-color:#d1d5db}._toolbarButton_1ogre_409._active_1ogre_428{background-color:#3f7bfc;border-color:#3f7bfc}._toolbarButton_1ogre_409._active_1ogre_428 svg{color:#fff}._editorArea_1ogre_437{display:flex;flex-direction:row;align-items:stretch;align-self:stretch;min-height:200px;height:100%;flex:1;gap:10px}._editorTextarea_1ogre_448{flex:1;padding:16px 6px 16px 16px;background-color:#fff;border:none;outline:none;font-family:SUIT,sans-serif;font-weight:500;font-size:16px;line-height:1.6;color:#374151;resize:none;height:100%;border-radius:8px}._scrollbar_1ogre_464{width:6px;height:50px;background-color:#bac2d0;border-radius:999px;flex-shrink:0;align-self:flex-start;margin-top:6px}._charCount_1ogre_474{font-family:SUIT,sans-serif;font-weight:500;font-size:14px;line-height:1.35;color:#bac2d0;text-align:right}._previewSection_1ogre_483{display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;gap:10px;padding:0 0 29px;flex:1}._previewArea_1ogre_493{display:flex;flex-direction:row;align-self:stretch;gap:10px;padding:16px 6px 16px 16px;background-color:#f9fafb;border:1px solid #D1D5DB;border-radius:6px;height:100%}._previewHeader_1ogre_505{font-family:SUIT,sans-serif;font-weight:700;font-size:16px;line-height:1.35;color:#6b7280}._previewContent_1ogre_513{display:flex;flex-direction:column;flex:1;gap:10px}._previewText_1ogre_520{font-family:SUIT,sans-serif;font-weight:500;font-size:16px;line-height:1.35;color:#374151;white-space:pre-wrap;word-wrap:break-word}._answerHeader_1ogre_531{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;align-self:stretch;gap:927px}._answerSubtitle_1ogre_540{font-family:SUIT,sans-serif;font-weight:500;font-size:16px;line-height:1.6;color:#6b7280;margin:0}._answerList_1ogre_549{display:flex;flex-direction:column;align-self:stretch;gap:0}._answerItem_1ogre_556{display:flex;flex-direction:row;align-items:center;align-self:stretch;gap:20px;padding:8px 16px 8px 0}._answerNumber_1ogre_565{display:flex;flex-direction:row;align-items:center;padding:16px 10px;width:90px}._answerNumber_1ogre_565 input[type=radio]{width:20px;height:20px;margin:0;cursor:pointer}._numberText_1ogre_580{font-family:SUIT,sans-serif;font-weight:800;font-size:20px;line-height:1.35;color:#4b5563;text-align:center;margin-left:10px}._answerInput_1ogre_590{flex:1;padding:16px;background-color:#f9fafb;border:1px solid #D1D5DB;border-radius:6px;font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35;color:#000;outline:none}._removeButton_1ogre_604,._addButton_1ogre_605{display:flex;justify-content:center;align-items:center;gap:10px;padding:2px;width:48px;height:48px;background-color:#f9fafb;border:none;border-radius:8px;cursor:pointer}._addButton_1ogre_605{background-color:#3f7bfc;margin-top:8px;align-self:flex-start}._questionGroup_1ogre_626{display:flex;flex-direction:column;align-self:stretch;gap:40px;padding:20px 0;border-bottom:1px solid #E5E7EB}._questionGroup_1ogre_626:last-of-type{border-bottom:none}._questionHeader_1ogre_639{display:flex;flex-direction:row;justify-content:space-between;align-items:center;align-self:stretch}._removeQuestionButton_1ogre_647{display:flex;justify-content:center;align-items:center;width:32px;height:32px;background-color:#f9fafb;border:1px solid #E5E7EB;border-radius:6px;cursor:pointer}._subSectionTitle_1ogre_659{font-family:SUIT,sans-serif;font-weight:700;font-size:18px;line-height:1.35;color:#35313c;margin:0 0 16px}._difficultySection_1ogre_668{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._difficultyTitle_1ogre_675{font-family:SUIT,sans-serif;font-weight:700;font-size:18px;line-height:1.35;color:#35313c}._questionHeaderSection_1ogre_683,._childQuestionHeaderSection_1ogre_690{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._experienceSection_1ogre_697{display:flex;align-items:center;gap:8px}._experienceLabel_1ogre_703{font-family:SUIT,sans-serif;font-weight:500;font-size:14px;color:#35313c}._experienceInput_1ogre_710{width:80px;padding:6px 8px;border:1px solid #D1D5DB;border-radius:6px;font-family:SUIT,sans-serif;font-size:14px;text-align:center}._experienceInput_1ogre_710:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}._hasImageCheckbox_1ogre_726{display:flex;align-items:center;margin-left:12px}._checkboxLabel_1ogre_732{display:flex;align-items:center;gap:6px;font-size:14px;color:#374151;cursor:pointer}._checkboxLabel_1ogre_732 input[type=checkbox]{width:16px;height:16px;accent-color:#3B82F6}._difficultySelector_1ogre_747{display:flex;align-items:center;gap:12px}._difficultyButton_1ogre_753{display:flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid #D1D5DB;border-radius:6px;background:#fff;font-family:SUIT,sans-serif;font-weight:500;font-size:14px;line-height:20px;color:#6b7280;cursor:pointer;transition:all .2s ease}._difficultyButton_1ogre_753:hover{border-color:#9ca3af;background:#f9fafb}._difficultyButton_1ogre_753._active_1ogre_428{border-color:#3b82f6;background:#3b82f6;color:#fff}._addQuestionButton_1ogre_782{margin:20px 0;padding:0}._buttonSection_1ogre_788{display:flex;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;gap:16px;margin-top:40px}._jobStatusSection_1ogre_799{width:100%;max-width:600px;margin:0 auto}._jobStatusCard_1ogre_805{background-color:#f8f9fa;border:2px solid #e9ecef;border-radius:12px;padding:24px;text-align:center}._jobStatusTitle_1ogre_813{font-family:SUIT,sans-serif;font-weight:600;font-size:20px;color:#495057;margin-bottom:16px}._jobStatusInfo_1ogre_821{text-align:left;margin-bottom:20px}._jobStatusInfo_1ogre_821 p{margin:8px 0;font-size:14px;color:#6c757d}._jobStatusInfo_1ogre_821 strong{color:#495057;font-weight:600}._progressBar_1ogre_837{width:100%;height:8px;background-color:#e9ecef;border-radius:4px;overflow:hidden;margin-bottom:20px}._progressFill_1ogre_846{height:100%;background-color:#007bff;border-radius:4px;transition:width .3s ease}._childQuestionsSection_1ogre_854{margin-top:24px;padding:20px;background-color:#f8f9fa;border:1px solid #E5E7EB;border-radius:8px}._childQuestionsHeader_1ogre_862{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._addChildButton_1ogre_869{display:flex;align-items:center;gap:8px;padding:8px 16px;background-color:#3f7bfc;color:#fff;border:none;border-radius:6px;font-family:SUIT,sans-serif;font-weight:600;font-size:14px;cursor:pointer;transition:background-color .2s ease}._addChildButton_1ogre_869:hover{background-color:#2563eb}._childQuestionGroup_1ogre_889{margin-bottom:24px;padding:16px;background-color:#fff;border:1px solid #E5E7EB;border-radius:6px}._childQuestionHeader_1ogre_690{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._childQuestionTitle_1ogre_904{font-family:SUIT,sans-serif;font-weight:600;font-size:16px;color:#35313c;margin:0}._removeChildButton_1ogre_912{display:flex;justify-content:center;align-items:center;width:32px;height:32px;background-color:#f3f4f6;border:1px solid #E5E7EB;border-radius:4px;cursor:pointer;transition:background-color .2s ease}._removeChildButton_1ogre_912:hover{background-color:#ef4444;border-color:#ef4444}._removeChildButton_1ogre_912:hover svg{color:#fff}._childQuestionContent_1ogre_934{display:flex;flex-direction:column;gap:16px}._childQuestionContent_1ogre_934 ._questionSection_1ogre_57,._childQuestionContent_1ogre_934 ._answerSection_1ogre_58,._childQuestionContent_1ogre_934 ._solutionSection_1ogre_59{margin:0}._childQuestionContent_1ogre_934 ._subSectionTitle_1ogre_659{font-family:SUIT,sans-serif;font-weight:600;font-size:14px;color:#35313c;margin:0 0 8px}._subjectCodeInfo_1ogre_955{margin:4px 0 0;font-size:14px;color:#6b7280}._subjectCodeInfo_1ogre_955 strong{color:#3b82f6;font-family:monospace}._questionHeader_1ogre_639{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}._questionActions_1ogre_974{display:flex;gap:8px;align-items:center}._updateButton_1ogre_980,._deleteButton_1ogre_980{padding:8px 16px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}._updateButton_1ogre_980{background:#10b981;color:#fff}._updateButton_1ogre_980:hover{background:#059669}._updateButton_1ogre_980:disabled{background:#9ca3af;cursor:not-allowed}._deleteButton_1ogre_980{background:#ef4444;color:#fff}._deleteButton_1ogre_980:hover{background:#dc2626}._deleteButton_1ogre_980:disabled{background:#9ca3af;cursor:not-allowed}._previewArea_1ogre_493 img{display:block;max-width:100%;width:auto;height:auto;object-fit:contain;border-radius:10px;margin:18px auto;border:1px solid #e5e7eb}._container_1g7cp_1{display:flex;flex-direction:column;gap:20px;width:100%;max-width:1095px;margin:0 auto}._titleBlock_1g7cp_11{display:flex;flex-direction:column;gap:16px;padding:16px 20px;background:#fff;border-radius:16px}._titleSection_1g7cp_20{display:flex;justify-content:space-between;align-items:center;padding-left:10px}._tabs_1g7cp_28{display:flex;align-items:flex-end;gap:32px}._tab_1g7cp_28{display:flex;flex-direction:column;align-items:center;padding:17px 20px 16px;background:none;border:none;cursor:pointer;position:relative;font-family:SUIT,sans-serif;font-weight:700;font-size:16px;line-height:1.35;color:#374151;transition:color .2s ease}._tab_1g7cp_28:focus,._tab_1g7cp_28:active{outline:none}._tabActive_1g7cp_56{color:#3f7bfc}._tabIndicator_1g7cp_60{position:absolute;bottom:0;left:0;right:0;height:2px;background:#3f7bfc;border-radius:1px}._searchBox_1g7cp_71{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:16px 12px 16px 16px;width:343px;height:48px;background:#f9fafb;border-radius:6px}._searchInput_1g7cp_83{flex:1;background:none;border:none;outline:none;font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35;color:#374151}._searchInput_1g7cp_83::placeholder{color:#bac2d0}._filterBlock_1g7cp_100{display:flex;flex-direction:column;gap:6px;padding:10px 14px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px}._filterContent_1g7cp_110{display:flex;justify-content:space-between;align-items:center;padding:4px 6px 4px 0}._filterLeft_1g7cp_117{display:flex;align-items:center;gap:26px;flex:1;min-width:0}._levelTags_1g7cp_126{display:flex;align-items:center;gap:8px}._levelTag_1g7cp_126{display:flex;align-items:center;gap:4px;padding:6px 10px;height:30px;background:#fff;border:1px solid #e5e7eb;border-radius:5px}._levelIcon_1g7cp_143{display:flex;align-items:center;justify-content:center;width:16px;height:16px}._levelTag_1g7cp_126 span{font-family:SUIT,sans-serif;font-weight:600;font-size:14px;line-height:1.35;color:#4b5563}._questionTypes_1g7cp_160{display:flex;align-items:center;gap:14px;flex-wrap:wrap}._checkboxLabel_1g7cp_167{display:flex;align-items:center;gap:8px;padding:4px 0;cursor:pointer;flex-wrap:wrap}._checkboxLabel_1g7cp_167 input[type=checkbox]{width:22px;height:22px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:4px;cursor:pointer}._checkboxLabel_1g7cp_167 span{font-family:SUIT,sans-serif;font-weight:500;font-size:16px;line-height:1.35;color:#374151}._toggleSection_1g7cp_194{display:flex;align-items:center;gap:8px}._toggleLabel_1g7cp_200{font-family:SUIT,sans-serif;font-weight:700;font-size:14px;line-height:1.35;color:#4b5563}._toggle_1g7cp_194{position:relative;width:45px;height:24px;background:#e5e7eb;border-radius:100px;cursor:pointer;transition:background-color .2s ease}._toggleActive_1g7cp_218{background:#3f7bfc}._toggleKnob_1g7cp_222{position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:100px;box-shadow:0 3px 1px #0000000f,0 3px 8px #00000026,0 0 0 1px #0000000a;transition:transform .2s ease}._toggleActive_1g7cp_218 ._toggleKnob_1g7cp_222{transform:translate(21px)}._questionList_1g7cp_241{display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:20px;width:1095px;margin:0 auto}._paginationBlock_1g7cp_252{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:60px 0}._pagination_1g7cp_252{display:flex;align-items:center;gap:5px}._paginationButton_1g7cp_267{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:0;width:30px;height:32px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-family:Pretendard,sans-serif;font-weight:600;font-size:13px;line-height:1.193;color:#374151;transition:all .2s ease}._paginationButton_1g7cp_267:hover{background:#f9fafb}._paginationButtonActive_1g7cp_292{background:#3f7bfc;color:#fff;border-color:#3f7bfc}._paginationButtonDisabled_1g7cp_298{background:#fff;color:#6b7280;cursor:not-allowed;opacity:.5}._paginationButtonDisabled_1g7cp_298:hover{background:#fff}._subjectFilters_1g7cp_310{display:flex;gap:8px;margin-left:12px;align-items:center}._subjectSelect_1g7cp_317{padding:6px 10px;border:1px solid #E5E7EB;border-radius:6px;background-color:#fff;font-family:Pretendard,sans-serif;font-size:12px;color:#374151;min-width:120px;cursor:pointer;transition:border-color .2s ease}._subjectSelect_1g7cp_317:focus{outline:none;border-color:#3f7bfc;box-shadow:0 0 0 2px #3f7bfc1a}._subjectSelect_1g7cp_317:hover{border-color:#d1d5db}._subjectSelect_1g7cp_317:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}._questionList_1g7cp_241 [class*=questionCard] [class*=questionText] img{width:0!important}._container_1ov1n_2{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:70px;padding:28px;width:420px;height:935px;background:#fff;border-radius:16px;box-sizing:border-box;position:relative;left:50%;transform:translate(-50%)}._titleBlock_1ov1n_20{display:flex;flex-direction:column;align-self:stretch;gap:19px}._title_1ov1n_20{font-family:SUIT,sans-serif;font-weight:700;font-size:30px;line-height:1.35em;color:#4b5563;margin:0}._profileInfoBlock_1ov1n_38{display:flex;flex-direction:row;align-items:center;align-self:stretch;gap:24px}._infoLeft_1ov1n_46{display:flex;flex-direction:column;gap:6px}._infoRight_1ov1n_52{display:flex;flex-direction:column;gap:6px;width:127px}._infoItem_1ov1n_59{display:flex;flex-direction:column;gap:6px}._infoLabel_1ov1n_65{font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35em;color:#6b7280}._infoValue_1ov1n_73{font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35em;color:#bac2d0}._imageBox_1ov1n_82{position:relative;width:166px;height:166px}._imageWrap_1ov1n_88{width:166px;height:166px;border-radius:50%;overflow:hidden}._imageCard_1ov1n_95{display:flex;flex-direction:column;justify-content:center;align-items:center;width:166px;height:166px;background:#fafafa;cursor:pointer;transition:opacity .2s ease}._imageCard_1ov1n_95:hover{opacity:.8}._cameraIcon_1ov1n_112{display:flex;justify-content:center;align-items:center;width:40px;height:40px;padding:3.33px;border-radius:13.33px;margin-bottom:10px}._uploadText_1ov1n_124{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:10px;width:225px}._uploadText_1ov1n_124 p{font-family:SUIT,sans-serif;font-weight:700;font-size:12px;line-height:1.35em;text-align:center;color:#bac2d0;margin:0}._profileImg_1ov1n_144{width:100%;height:100%;object-fit:cover}._deleteIcon_1ov1n_151{position:absolute;top:9px;right:9px;width:36px;height:36px;background:#4b556380;border:none;border-radius:18px;display:flex;justify-content:center;align-items:center;cursor:pointer;padding:3.27px}._deleteIconInner_1ov1n_167{width:24px;height:24px;display:flex;justify-content:center;align-items:center}._list_1ov1n_176{display:flex;flex-direction:column;align-items:flex-end;align-self:stretch;gap:20px}._titleInputBox_1ov1n_185,._titleInputBoxVariation_1ov1n_192{display:flex;flex-direction:column;align-self:stretch;gap:8px}._titleStar_1ov1n_200{display:flex;align-self:stretch;gap:2px}._titleText_1ov1n_206{font-family:SUIT,sans-serif;font-weight:700;font-size:16px;line-height:1.35em;color:#374151}._star_1ov1n_214{font-family:SUIT,sans-serif;font-weight:700;font-size:14px;line-height:1.35em;color:#3f7bfc;width:11px}._inputBox_1ov1n_224{display:flex;flex-direction:column;align-self:stretch;gap:6px;flex:1}._inputBoxEmail_1ov1n_233{display:flex;flex-direction:column;align-self:stretch;gap:6px;width:160px}._inputFields_1ov1n_242{display:flex;justify-content:space-between;align-items:center;align-self:stretch;gap:10px;padding:16px;background:#f9fafb;border:1px solid #D1D5DB;border-radius:6px;box-sizing:border-box;width:1}._inputText_1ov1n_256{flex:1;border:none;background:transparent;font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35em;color:#374151;outline:none}._deleteIconSmall_1ov1n_269{width:20px;height:20px;background:#4b556380;border:none;border-radius:10px;display:flex;justify-content:center;align-items:center;cursor:pointer;padding:1.82px;transition:background-color .2s ease}._deleteIconSmall_1ov1n_269:hover{background:#4b5563cc}._inputBoxVariation_1ov1n_288{display:flex;align-items:center;align-self:stretch;gap:10px}._iconSet_1ov1n_296{width:24px;height:24px;display:flex;justify-content:center;align-items:center;padding:5px}._inputBoxIcon_1ov1n_306{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:16px 12px 16px 16px;background:#f9fafb;border:1px solid #D1D5DB;border-radius:6px;box-sizing:border-box;flex:1}._inputBoxIconEmail_1ov1n_320{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:16px 12px 16px 16px;background:#f9fafb;border:1px solid #D1D5DB;border-radius:6px;box-sizing:border-box;width:160px;height:48px}._placeholder_1ov1n_334{flex:1;border:none;background:transparent;font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35em;color:#374151;outline:none}._placeholder_1ov1n_334::placeholder{color:#374151}._iconSetSmall_1ov1n_351{width:20px;height:20px;display:flex;justify-content:center;align-items:center;padding:1.67px}._radiusButton_1ov1n_361{display:flex;justify-content:center;align-items:center;gap:10px;padding:10px;width:160px;height:48px;background:#3f7bfc;border:none;border-radius:6px;font-family:SUIT,sans-serif;font-weight:700;font-size:16px;line-height:1.35em;color:#f6f6f6;cursor:pointer;transition:background-color .2s}._radiusButton_1ov1n_361:hover{background:#2563eb}._radiusButton_1ov1n_361:active{background:#1d4ed8}._container_4hn2t_2{display:flex;flex-direction:column;gap:20px;padding:0}._dashboardCard_4hn2t_10{display:flex;justify-content:space-between;align-items:flex-end;gap:26px;padding:20px 16px;width:1095px;height:87px;background:#fff;border-radius:16px;box-sizing:border-box}._wrap_4hn2t_23{display:flex;align-items:center;gap:10px}._inputBoxIcon_4hn2t_30{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:16px 12px 16px 16px;width:300px;height:48px;background:#f9fafb;border-radius:6px;box-sizing:border-box}._placeholder_4hn2t_43{flex:1;border:none;background:transparent;font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35em;color:#bac2d0;outline:none}._placeholder_4hn2t_43::placeholder{color:#bac2d0}._iconSet_4hn2t_59{width:24px;height:24px;display:flex;justify-content:center;align-items:center;padding:2px}._inputBoxIconDropdown_4hn2t_69{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:16px 12px 16px 16px;height:48px;background:#f9fafb;border:1px solid #E5E7EB;border-radius:6px;box-sizing:border-box}._iconSetSmall_4hn2t_82{width:20px;height:20px;display:flex;justify-content:center;align-items:center;padding:1.67px}._dashboardTable_4hn2t_94{display:flex;flex-direction:column;align-items:center;gap:20px;padding:20px 16px;width:1095px;height:1068px;background:#fff;border-radius:16px;box-sizing:border-box}._titleSearchBar_4hn2t_108{display:flex;justify-content:stretch;align-items:stretch;align-self:stretch;gap:565px}._frame_4hn2t_116{display:flex;align-items:center;align-self:stretch;gap:20px}._tableContainer_4hn2t_124{display:flex;flex-direction:column;align-self:stretch}._paginationContainer_4hn2t_133{display:flex;justify-content:flex-end;align-items:flex-end;align-self:stretch;padding:0 10px}._pagination_4hn2t_133{display:flex;align-items:center;gap:5px}._paginationButton_4hn2t_150{display:flex;justify-content:center;align-items:center;gap:10px;padding:0;width:30px;height:32px;background:#fff;border:1px solid #E5E7EB;border-radius:8px;cursor:pointer;transition:all .2s}._paginationButton_4hn2t_150:hover:not(:disabled){background:#f9fafb}._paginationButton_4hn2t_150:disabled{opacity:.5;cursor:not-allowed}._paginationButtonActive_4hn2t_174{background:#3f7bfc;border-color:#3f7bfc}._paginationText_4hn2t_179{font-family:Pretendard,sans-serif;font-weight:600;font-size:13px;line-height:1.19em;color:#374151}._paginationButtonActive_4hn2t_174 ._paginationText_4hn2t_179{color:#fff}._dots_4hn2t_191{display:flex;align-items:center;gap:3px;padding:2.5px 7px}._dot_4hn2t_191{width:2px;height:2px;background:#6b7280;border-radius:50%}._loadingContainer_4hn2t_206,._errorContainer_4hn2t_207,._emptyContainer_4hn2t_208{display:flex;justify-content:center;align-items:center;padding:40px 20px;min-height:200px}._loadingText_4hn2t_216,._errorText_4hn2t_217,._emptyText_4hn2t_218{font-family:SUIT,sans-serif;font-weight:500;font-size:16px;line-height:1.5;color:#6b7280}._errorText_4hn2t_217{color:#ef4444}._emptyText_4hn2t_218{color:#9ca3af}._contentWrapper_uyqbm_2{display:flex;flex-direction:column;gap:20px;min-height:100vh}._dashboardCard_uyqbm_10{display:flex;justify-content:space-between;align-items:flex-end;gap:26px;padding:20px 16px;background-color:#fff;border-radius:16px;height:87px;width:1095px}._searchSection_uyqbm_22{display:flex;align-items:flex-end;gap:20px}._searchInput_uyqbm_28,._unitSelect_uyqbm_29{position:relative;display:flex;align-items:center;background-color:#f9fafb;border-radius:6px;padding:16px 12px 16px 16px;height:48px}._searchInput_uyqbm_28{width:300px}._unitSelect_uyqbm_29{width:220px;border:1px solid #E5E7EB}._input_uyqbm_48{flex:1;border:none;background:transparent;font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35;color:#374151;outline:none}._input_uyqbm_48::placeholder{color:#bac2d0}._filterSection_uyqbm_64,._checkboxGroup_uyqbm_70{display:flex;align-items:center;gap:14px}._checkboxLabel_uyqbm_76{display:flex;align-items:center;gap:8px;padding:4px 0;cursor:pointer;font-family:SUIT,sans-serif;font-weight:500;font-size:16px;line-height:1.35;color:#374151}._checkbox_uyqbm_70{width:22px;height:22px;border:1px solid #E5E7EB;border-radius:4px;background-color:#f9fafb;cursor:pointer}._checkbox_uyqbm_70:checked{background-color:#3f7bfc;border-color:#3f7bfc}._dashboardTable_uyqbm_104{display:flex;flex-direction:column;align-items:center;gap:20px;padding:20px 16px;background-color:#fff;border-radius:16px;min-height:1068px;width:1095px}._tableHeader_uyqbm_116{display:flex;justify-content:space-between;align-items:flex-end;width:1063px;gap:565px}._headerLeft_uyqbm_124{display:flex;align-items:center;gap:20px}._title_uyqbm_130{font-family:SUIT,sans-serif;font-weight:700;font-size:24px;line-height:1.35;color:#4b5563;margin:0;padding:0 10px}._sortDropdown_uyqbm_140{display:flex;align-items:center;gap:20px;padding:8px 10px 8px 12px;font-family:SUIT,sans-serif;font-weight:700;font-size:16px;line-height:1.35;color:#374151;cursor:pointer}._tableContainer_uyqbm_153{display:flex;flex-direction:column;width:1063px;gap:0}._paginationContainer_uyqbm_161{display:flex;justify-content:flex-end;width:1063px;padding:0 10px}._pagination_uyqbm_161{display:flex;align-items:center;gap:5px}._paginationButton_uyqbm_174{display:flex;justify-content:center;align-items:center;width:30px;height:32px;border:1px solid #E5E7EB;border-radius:8px;background-color:#fff;cursor:pointer;font-family:Pretendard,sans-serif;font-weight:600;font-size:13px;line-height:1.19;color:#374151;transition:all .2s ease;padding:0}._paginationButton_uyqbm_174:hover:not(:disabled){background-color:#f9fafb}._paginationButton_uyqbm_174:disabled{background-color:#fff;color:#6b7280;cursor:not-allowed}._paginationButton_uyqbm_174._active_uyqbm_203{background-color:#3f7bfc;color:#fff;border-color:#3f7bfc}._loadingContainer_uyqbm_210,._errorContainer_uyqbm_211,._emptyContainer_uyqbm_212{display:flex;justify-content:center;align-items:center;padding:40px 20px;min-height:200px}._loadingText_uyqbm_220,._errorText_uyqbm_221,._emptyText_uyqbm_222{font-size:16px;color:#6b7280;text-align:center}._errorText_uyqbm_221{color:#ef4444}._container_1hf6a_3{padding:24px;background-color:#f9fafb;min-height:100vh}._header_1hf6a_10{margin-bottom:32px}._title_1hf6a_14{font-size:32px;font-weight:700;color:#111827;margin:0 0 8px;line-height:1.2}._subtitle_1hf6a_22{font-size:16px;color:#6b7280;margin:0;line-height:1.5}._loadingContainer_1hf6a_30,._errorContainer_1hf6a_30{display:flex;flex-direction:column;justify-content:center;align-items:center;height:400px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;border:1px solid #E5E7EB}._loadingText_1hf6a_42,._errorText_1hf6a_42{font-size:16px;color:#6b7280;font-weight:500;margin-bottom:16px}._errorText_1hf6a_42{color:#ef4444}._retryButton_1hf6a_53{background:#3f7bfc;color:#fff;border:none;padding:12px 24px;border-radius:8px;cursor:pointer;font-weight:600;font-size:14px;transition:all .2s ease}._retryButton_1hf6a_53:hover{background:#2e5bd9;transform:translateY(-1px)}._filters_1hf6a_71{background:#fff;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px #0000001a;border:1px solid #E5E7EB}._filterGroup_1hf6a_80{display:flex;align-items:center;gap:16px}._filterLabel_1hf6a_86{font-size:14px;font-weight:600;color:#374151;min-width:80px}._filterButtons_1hf6a_93{display:flex;gap:8px}._filterButton_1hf6a_93{padding:8px 16px;border:1px solid #D1D5DB;background:#fff;color:#6b7280;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}._filterButton_1hf6a_93:hover{border-color:#3f7bfc;color:#3f7bfc}._filterButtonActive_1hf6a_115{background:#3f7bfc;color:#fff;border-color:#3f7bfc}._filterButtonActive_1hf6a_115:hover{background:#2e5bd9;border-color:#2e5bd9}._statsCards_1hf6a_127{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}._statsCard_1hf6a_127{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a;border:1px solid #E5E7EB;text-align:center}._statsCardTitle_1hf6a_143{font-size:14px;color:#6b7280;font-weight:500;margin-bottom:8px}._statsCardValue_1hf6a_150{font-size:32px;font-weight:700;color:#111827;line-height:1}._tableContainer_1hf6a_158{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;border:1px solid #E5E7EB;overflow:hidden;margin-bottom:24px}._table_1hf6a_158{width:100%;table-layout:fixed}._tableHeader_1hf6a_172{display:grid;grid-template-columns:280px 100px 140px 120px 100px 160px 160px;background:#f9fafb;border-bottom:1px solid #E5E7EB;padding:0}._tableHeaderCell_1hf6a_180{padding:16px 12px;font-size:14px;font-weight:600;color:#374151;text-align:left;border-right:1px solid #E5E7EB;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._tableHeaderCell_1hf6a_180:last-child{border-right:none}._tableBody_1hf6a_196{display:flex;flex-direction:column}._tableRow_1hf6a_201{display:grid;grid-template-columns:280px 100px 140px 120px 100px 160px 160px;border-bottom:1px solid #E5E7EB;transition:all .2s ease}._tableRow_1hf6a_201:hover{background:#f9fafb}._clickableRow_1hf6a_212{transition:all .2s ease}._clickableRow_1hf6a_212:hover{background:#ebf8ff!important;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}._tableRow_1hf6a_201:last-child{border-bottom:none}._tableCell_1hf6a_226{padding:16px 12px;font-size:14px;color:#374151;display:flex;align-items:center;border-right:1px solid #E5E7EB;min-height:60px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._tableCell_1hf6a_226:last-child{border-right:none}._fileName_1hf6a_244{display:flex;flex-direction:column;gap:4px;width:100%;min-width:0}._fileNameText_1hf6a_252{font-weight:600;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._jobId_1hf6a_260{font-size:12px;color:#6b7280;font-family:monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._statusBadge_1hf6a_270{padding:4px 12px;border-radius:20px;color:#fff;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._progressContainer_1hf6a_281{display:flex;align-items:center;gap:8px;width:100%;min-width:0}._progressBar_1hf6a_289{flex:1;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;min-width:60px}._progressFill_1hf6a_298{height:100%;border-radius:4px;transition:width .3s ease}._progressText_1hf6a_304{font-size:12px;font-weight:600;color:#6b7280;min-width:35px;text-align:right;flex-shrink:0}._emptyState_1hf6a_314{display:flex;justify-content:center;align-items:center;padding:80px 20px;grid-column:1 / -1}._emptyStateText_1hf6a_322{font-size:16px;color:#6b7280;font-weight:500}._pagination_1hf6a_329{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:24px}._pageButton_1hf6a_337{padding:8px 12px;border:1px solid #D1D5DB;background:#fff;color:#6b7280;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease;min-width:40px}._pageButton_1hf6a_337:hover{border-color:#3f7bfc;color:#3f7bfc}._pageButtonActive_1hf6a_355{background:#3f7bfc;color:#fff;border-color:#3f7bfc}._pageButtonActive_1hf6a_355:hover{background:#2e5bd9;border-color:#2e5bd9}._editButton_1hf6a_367{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}._editButton_1hf6a_367:hover{background:#2563eb;transform:translateY(-1px)}._editButton_1hf6a_367:active{transform:translateY(0)}._disabledText_1hf6a_391{color:#9ca3af;font-size:14px}._jobInfo_1hf6a_397{background:#f3f4f6;padding:16px;border-radius:8px;border:1px solid #E5E7EB}._jobInfo_1hf6a_397 p{margin:0 0 8px;font-size:14px;color:#374151}._jobInfo_1hf6a_397 p:last-child{margin-bottom:0}._questionActions_1hf6a_415{display:flex;gap:8px;align-items:center}._updateButton_1hf6a_421,._deleteButton_1hf6a_421{padding:6px 12px;border:none;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}._updateButton_1hf6a_421{background:#10b981;color:#fff}._updateButton_1hf6a_421:hover{background:#059669}._updateButton_1hf6a_421:disabled{background:#9ca3af;cursor:not-allowed}._deleteButton_1hf6a_421{background:#ef4444;color:#fff}._deleteButton_1hf6a_421:hover{background:#dc2626}._deleteButton_1hf6a_421:disabled{background:#9ca3af;cursor:not-allowed}._clickableText_1hf6a_459{color:#3b82f6;font-size:.875rem;font-weight:500}._questionUploadPage_yf5ku_2{display:flex;flex-direction:column;min-height:100vh;background-color:#f3f4f6}._main_yf5ku_9{flex:1;padding:140px 0 0}._container_yf5ku_14{max-width:1208px;margin:0 auto;padding:0 1px}._headerSection_yf5ku_21{margin-bottom:32px}._backButton_yf5ku_25{display:flex;align-items:center;gap:16px;background:none;border:none;cursor:pointer;padding:0}._titleText_yf5ku_35{font-family:SUIT,sans-serif;font-weight:700;font-size:30px;line-height:1.35;color:#374151}._questionBlock_yf5ku_44{display:flex;flex-direction:column;align-items:center;background-color:#fff;border-radius:20px;padding:40px 28px 60px;gap:80px}._uploadSection_yf5ku_55,._optionSection_yf5ku_56,._questionSection_yf5ku_57,._answerSection_yf5ku_58,._solutionSection_yf5ku_59{display:flex;flex-direction:column;align-self:stretch;gap:20px}._sectionTitle_yf5ku_66{font-family:SUIT,sans-serif;font-weight:700;font-size:20px;line-height:1.35;color:#35313c;margin:0}._uploadArea_yf5ku_76{display:flex;flex-direction:column;align-self:stretch;padding:34px 0;border:2px dashed #D1D5DB;border-radius:8px;cursor:pointer;transition:border-color .2s ease}._uploadArea_yf5ku_76:hover{border-color:#3f7bfc}._uploadContent_yf5ku_91{display:flex;flex-direction:column;align-items:center;gap:16px;width:1132px;margin:0 auto}._uploadText_yf5ku_100{display:flex;flex-direction:column;align-items:center;gap:6px}._uploadMainText_yf5ku_107{font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35;color:#374151;text-align:center;margin:0}._uploadSubText_yf5ku_117{font-family:SUIT,sans-serif;font-weight:500;font-size:14px;line-height:1.35;color:#6b7280;text-align:center;margin:0}._fileList_yf5ku_128{display:flex;flex-direction:column;gap:12px;margin-top:16px}._fileListTitle_yf5ku_135{font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35;color:#35313c;margin:0}._fileItem_yf5ku_144{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:12px 16px;background-color:#f9fafb;border:1px solid #E5E7EB;border-radius:6px}._fileInfo_yf5ku_155{display:flex;flex-direction:row;align-items:center;gap:12px}._fileName_yf5ku_162{font-family:SUIT,sans-serif;font-weight:500;font-size:14px;line-height:1.35;color:#374151}._fileSize_yf5ku_170{font-family:SUIT,sans-serif;font-weight:400;font-size:12px;line-height:1.35;color:#6b7280}._removeFileButton_yf5ku_178{display:flex;justify-content:center;align-items:center;width:24px;height:24px;background-color:#f3f4f6;border:1px solid #E5E7EB;border-radius:4px;cursor:pointer;transition:background-color .2s ease}._removeFileButton_yf5ku_178:hover{background-color:#ef4444;border-color:#ef4444}._removeFileButton_yf5ku_178:hover svg{color:#fff}._optionSection_yf5ku_56{display:flex;flex-direction:row;align-self:stretch;gap:50px}._typeSection_yf5ku_208{display:flex;flex-direction:column;gap:20px}._radioGroup_yf5ku_214{display:flex;flex-direction:row;align-items:center;align-self:stretch;gap:30px}._radioOption_yf5ku_222{display:flex;flex-direction:row;align-items:center;gap:8px;cursor:pointer}._radioOption_yf5ku_222 input[type=radio]{width:20px;height:20px;margin:0;cursor:pointer;accent-color:#3F7BFC}._radioLabel_yf5ku_238{font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.5;color:#35313c;cursor:pointer}._optionSection_yf5ku_56{display:flex;flex-direction:row;justify-content:stretch;align-items:stretch;gap:50px;align-self:stretch}._subjectSection_yf5ku_257{display:flex;flex-direction:row;justify-content:stretch;align-items:stretch;gap:20px;flex:1}._subjectField_yf5ku_266{display:flex;flex-direction:column;gap:20px;flex:1}._fieldLabel_yf5ku_273{font-family:SUIT,sans-serif;font-weight:700;font-size:20px;line-height:1.35;color:#35313c}._dropdownContainer_yf5ku_281{position:relative;width:100%}._selectField_yf5ku_286{display:flex;flex-direction:row;justify-content:space-between;align-items:center;align-self:stretch;gap:10px;padding:16px 12px 16px 16px;background-color:#f9fafb;border:1px solid #D1D5DB;border-radius:6px;min-height:56px;cursor:pointer;transition:border-color .2s ease;height:56px}._selectField_yf5ku_286 ._selectText_yf5ku_304{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4;max-height:2.8em}._selectField_yf5ku_286:hover{border-color:#3f7bfc}._selectText_yf5ku_304{font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35;color:#374151}._dropdownMenu_yf5ku_326{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:1px solid #D1D5DB;border-radius:6px;box-shadow:0 4px 6px #0000001a;z-index:1000;max-height:200px;overflow-y:auto;margin-top:4px}._dropdownItem_yf5ku_341{padding:12px 16px;font-family:SUIT,sans-serif;font-weight:500;font-size:14px;line-height:1.35;color:#374151;cursor:pointer;transition:background-color .2s ease}._dropdownItem_yf5ku_341:hover{background-color:#f3f4f6}._editorSection_yf5ku_357{display:flex;flex-direction:row;justify-content:stretch;align-items:stretch;align-self:stretch;gap:20px}._inputSection_yf5ku_366{display:flex;flex-direction:column;gap:10px;flex:1}._editorContainer_yf5ku_373{display:flex;flex-direction:column;gap:0;border:1px solid #D1D5DB;border-radius:8px;height:100%;background-color:#fff;transition:border-color .2s ease}._editorContainer_yf5ku_373:focus-within{border-color:#3f7bfc;box-shadow:0 0 0 1px #3f7bfc}._editorToolbar_yf5ku_391{display:flex;flex-direction:row;align-items:center;align-self:stretch;gap:6px;padding:12px;background-color:#f9fafb;border-radius:8px}._toolbarRow_yf5ku_402{display:flex;flex-direction:row;align-items:center;gap:6px}._toolbarButton_yf5ku_409{display:flex;justify-content:center;align-items:center;padding:9px;width:28px;height:28px;background-color:#fff;border:1px solid #E5E7EB;border-radius:4px;cursor:pointer;transition:all .2s ease}._toolbarButton_yf5ku_409:hover{background-color:#f3f4f6;border-color:#d1d5db}._toolbarButton_yf5ku_409._active_yf5ku_428{background-color:#3f7bfc;border-color:#3f7bfc}._toolbarButton_yf5ku_409._active_yf5ku_428 svg{color:#fff}._editorArea_yf5ku_437{display:flex;flex-direction:row;align-items:stretch;align-self:stretch;min-height:200px;height:100%;flex:1;gap:10px}._editorTextarea_yf5ku_448{flex:1;padding:16px 6px 16px 16px;background-color:#fff;border:none;outline:none;font-family:SUIT,sans-serif;font-weight:500;font-size:16px;line-height:1.6;color:#374151;resize:none;height:100%;border-radius:8px}._scrollbar_yf5ku_464{width:6px;height:50px;background-color:#bac2d0;border-radius:999px;flex-shrink:0;align-self:flex-start;margin-top:6px}._charCount_yf5ku_474{font-family:SUIT,sans-serif;font-weight:500;font-size:14px;line-height:1.35;color:#bac2d0;text-align:right}._previewSection_yf5ku_483{display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;gap:10px;padding:0 0 29px;flex:1}._previewArea_yf5ku_493{display:flex;flex-direction:row;align-self:stretch;gap:10px;padding:16px 6px 16px 16px;background-color:#f9fafb;border:1px solid #D1D5DB;border-radius:6px;height:100%}._previewHeader_yf5ku_505{font-family:SUIT,sans-serif;font-weight:700;font-size:16px;line-height:1.35;color:#6b7280}._previewContent_yf5ku_513{display:flex;flex-direction:column;flex:1;gap:10px}._previewText_yf5ku_520{font-family:SUIT,sans-serif;font-weight:500;font-size:16px;line-height:1.35;color:#374151;white-space:pre-wrap;word-wrap:break-word}._answerHeader_yf5ku_531{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;align-self:stretch;gap:927px}._answerSubtitle_yf5ku_540{font-family:SUIT,sans-serif;font-weight:500;font-size:16px;line-height:1.6;color:#6b7280;margin:0}._answerList_yf5ku_549{display:flex;flex-direction:column;align-self:stretch;gap:0}._answerItem_yf5ku_556{display:flex;flex-direction:row;align-items:center;align-self:stretch;gap:20px;padding:8px 16px 8px 0}._answerNumber_yf5ku_565{display:flex;flex-direction:row;align-items:center;padding:16px 10px;width:90px}._answerNumber_yf5ku_565 input[type=radio]{width:20px;height:20px;margin:0;cursor:pointer}._numberText_yf5ku_580{font-family:SUIT,sans-serif;font-weight:800;font-size:20px;line-height:1.35;color:#4b5563;text-align:center;margin-left:10px}._answerInput_yf5ku_590{flex:1;padding:16px;background-color:#f9fafb;border:1px solid #D1D5DB;border-radius:6px;font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35;color:#000;outline:none}._removeButton_yf5ku_604,._addButton_yf5ku_605{display:flex;justify-content:center;align-items:center;gap:10px;padding:2px;width:48px;height:48px;background-color:#f9fafb;border:none;border-radius:8px;cursor:pointer}._addButton_yf5ku_605{background-color:#3f7bfc;margin-top:8px;align-self:flex-start}._questionGroup_yf5ku_626{display:flex;flex-direction:column;align-self:stretch;gap:40px;padding:20px 0;border-bottom:1px solid #E5E7EB}._questionGroup_yf5ku_626:last-of-type{border-bottom:none}._questionHeader_yf5ku_639{display:flex;flex-direction:row;justify-content:space-between;align-items:center;align-self:stretch}._removeQuestionButton_yf5ku_647{display:flex;justify-content:center;align-items:center;width:32px;height:32px;background-color:#f9fafb;border:1px solid #E5E7EB;border-radius:6px;cursor:pointer}._subSectionTitle_yf5ku_659{font-family:SUIT,sans-serif;font-weight:700;font-size:18px;line-height:1.35;color:#35313c;margin:0 0 16px}._difficultySection_yf5ku_668{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._difficultyTitle_yf5ku_675{font-family:SUIT,sans-serif;font-weight:700;font-size:18px;line-height:1.35;color:#35313c}._questionHeaderSection_yf5ku_683,._childQuestionHeaderSection_yf5ku_690{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._experienceSection_yf5ku_697{display:flex;align-items:center;gap:8px}._experienceLabel_yf5ku_703{font-family:SUIT,sans-serif;font-weight:500;font-size:14px;color:#35313c}._experienceInput_yf5ku_710{width:80px;padding:6px 8px;border:1px solid #D1D5DB;border-radius:6px;font-family:SUIT,sans-serif;font-size:14px;text-align:center}._experienceInput_yf5ku_710:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}._hasImageCheckbox_yf5ku_726{display:flex;align-items:center;margin-left:12px}._checkboxLabel_yf5ku_732{display:flex;align-items:center;gap:6px;font-size:14px;color:#374151;cursor:pointer}._checkboxLabel_yf5ku_732 input[type=checkbox]{width:16px;height:16px;accent-color:#3B82F6}._difficultySelector_yf5ku_747{display:flex;align-items:center;gap:12px}._difficultyButton_yf5ku_753{display:flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid #D1D5DB;border-radius:6px;background:#fff;font-family:SUIT,sans-serif;font-weight:500;font-size:14px;line-height:20px;color:#6b7280;cursor:pointer;transition:all .2s ease}._difficultyButton_yf5ku_753:hover{border-color:#9ca3af;background:#f9fafb}._difficultyButton_yf5ku_753._active_yf5ku_428{border-color:#3b82f6;background:#3b82f6;color:#fff}._addQuestionButton_yf5ku_782{margin:20px 0;padding:0}._buttonSection_yf5ku_788{display:flex;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;gap:16px;margin-top:40px}._jobStatusSection_yf5ku_799{width:100%;max-width:600px;margin:0 auto}._jobStatusCard_yf5ku_805{background-color:#f8f9fa;border:2px solid #e9ecef;border-radius:12px;padding:24px;text-align:center}._jobStatusTitle_yf5ku_813{font-family:SUIT,sans-serif;font-weight:600;font-size:20px;color:#495057;margin-bottom:16px}._jobStatusInfo_yf5ku_821{text-align:left;margin-bottom:20px}._jobStatusInfo_yf5ku_821 p{margin:8px 0;font-size:14px;color:#6c757d}._jobStatusInfo_yf5ku_821 strong{color:#495057;font-weight:600}._progressBar_yf5ku_837{width:100%;height:8px;background-color:#e9ecef;border-radius:4px;overflow:hidden;margin-bottom:20px}._progressFill_yf5ku_846{height:100%;background-color:#007bff;border-radius:4px;transition:width .3s ease}._childQuestionsSection_yf5ku_854{margin-top:24px;padding:20px;background-color:#f8f9fa;border:1px solid #E5E7EB;border-radius:8px}._childQuestionsHeader_yf5ku_862{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._addChildButton_yf5ku_869{display:flex;align-items:center;gap:8px;padding:8px 16px;background-color:#3f7bfc;color:#fff;border:none;border-radius:6px;font-family:SUIT,sans-serif;font-weight:600;font-size:14px;cursor:pointer;transition:background-color .2s ease}._addChildButton_yf5ku_869:hover{background-color:#2563eb}._childQuestionGroup_yf5ku_889{margin-bottom:24px;padding:16px;background-color:#fff;border:1px solid #E5E7EB;border-radius:6px}._childQuestionHeader_yf5ku_690{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._childQuestionTitle_yf5ku_904{font-family:SUIT,sans-serif;font-weight:600;font-size:16px;color:#35313c;margin:0}._removeChildButton_yf5ku_912{display:flex;justify-content:center;align-items:center;width:32px;height:32px;background-color:#f3f4f6;border:1px solid #E5E7EB;border-radius:4px;cursor:pointer;transition:background-color .2s ease}._removeChildButton_yf5ku_912:hover{background-color:#ef4444;border-color:#ef4444}._removeChildButton_yf5ku_912:hover svg{color:#fff}._childQuestionContent_yf5ku_934{display:flex;flex-direction:column;gap:16px}._childQuestionContent_yf5ku_934 ._questionSection_yf5ku_57,._childQuestionContent_yf5ku_934 ._answerSection_yf5ku_58,._childQuestionContent_yf5ku_934 ._solutionSection_yf5ku_59{margin:0}._childQuestionContent_yf5ku_934 ._subSectionTitle_yf5ku_659{font-family:SUIT,sans-serif;font-weight:600;font-size:14px;color:#35313c;margin:0 0 8px}._subjectCodeInfo_yf5ku_955{margin:4px 0 0;font-size:14px;color:#6b7280}._subjectCodeInfo_yf5ku_955 strong{color:#3b82f6;font-family:monospace}._questionHeader_yf5ku_639{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}._questionActions_yf5ku_974{display:flex;gap:8px;align-items:center}._updateButton_yf5ku_980,._deleteButton_yf5ku_980{padding:8px 16px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}._updateButton_yf5ku_980{background:#10b981;color:#fff}._updateButton_yf5ku_980:hover{background:#059669}._updateButton_yf5ku_980:disabled{background:#9ca3af;cursor:not-allowed}._deleteButton_yf5ku_980{background:#ef4444;color:#fff}._deleteButton_yf5ku_980:hover{background:#dc2626}._deleteButton_yf5ku_980:disabled{background:#9ca3af;cursor:not-allowed}._dangerButton_yf5ku_1019{background:#dc2626!important;color:#fff!important;border:2px solid #DC2626!important;font-weight:600!important;transition:all .2s ease!important}._dangerButton_yf5ku_1019:hover{background:#b91c1c!important;border-color:#b91c1c!important;transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d!important}._dangerButton_yf5ku_1019:disabled{background:#9ca3af!important;border-color:#9ca3af!important;cursor:not-allowed!important;transform:none!important;box-shadow:none!important}._container_12rkb_3{flex:1;display:flex;flex-direction:column;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;border:1px solid #E5E7EB;overflow:hidden}._header_12rkb_14{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 0;margin-bottom:0}._title_12rkb_22{font-size:28px;font-weight:700;color:#1a1a1a;margin:0}._stats_12rkb_29{font-size:14px;color:#666}._filters_12rkb_34{background:#f8f9fa;padding:20px 24px;margin:24px 0 0;border-top:1px solid #E5E7EB;border-bottom:1px solid #E5E7EB}._searchBox_12rkb_42{margin-bottom:16px}._searchInput_12rkb_46{width:100%;max-width:400px;padding:12px 16px;border:1px solid #ddd;border-radius:6px;font-size:14px}._searchInput_12rkb_46:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}._filterControls_12rkb_61{display:flex;gap:16px;align-items:center}._filterSelect_12rkb_67{padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;background:#fff}._checkboxLabel_12rkb_75{display:flex;align-items:center;gap:8px;font-size:14px;color:#555;cursor:pointer}._checkboxLabel_12rkb_75 input[type=checkbox]{margin:0}._tableContainer_12rkb_88{flex:1;overflow:auto;background:#fff}._table_12rkb_88{width:100%;border-collapse:collapse}._table_12rkb_88 th{background:#f8f9fa;padding:16px 12px;text-align:left;font-weight:600;color:#555;border-bottom:1px solid #dee2e6;font-size:14px}._table_12rkb_88 td{padding:16px 12px;border-bottom:1px solid #f1f3f4;font-size:14px;color:#333}._table_12rkb_88 tr:hover{background:#f8f9fa}._deletedRow_12rkb_120{background:#fff5f5!important;opacity:.7}._deletedRow_12rkb_120:hover{background:#fed7d7!important}._typeTag_12rkb_129{display:inline-block;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;text-transform:uppercase}._typeTag--student_12rkb_138{background:#e3f2fd;color:#1976d2}._typeTag--teacher_12rkb_143{background:#f3e5f5;color:#7b1fa2}._typeTag--admin_12rkb_148{background:#ffebee;color:#d32f2f}._statusTag_12rkb_153{display:inline-block;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500}._statusTagActive_12rkb_161{background:#e8f5e8;color:#2e7d32}._statusTagDeleted_12rkb_166{background:#ffebee;color:#d32f2f}._actionButtons_12rkb_171{display:flex;gap:8px}._editButton_12rkb_176,._deleteButton_12rkb_177,._restoreButton_12rkb_178{padding:6px 12px;border:none;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s}._editButton_12rkb_176{background:#007bff;color:#fff}._editButton_12rkb_176:hover:not(:disabled){background:#0056b3}._editButton_12rkb_176:disabled{background:#ccc;cursor:not-allowed}._deleteButton_12rkb_177{background:#dc3545;color:#fff}._deleteButton_12rkb_177:hover{background:#c82333}._restoreButton_12rkb_178{background:#28a745;color:#fff}._restoreButton_12rkb_178:hover{background:#218838}._pagination_12rkb_220{display:flex;justify-content:center;align-items:center;gap:16px;padding:20px 24px;border-top:1px solid #E5E7EB;background:#f8f9fa}._pageButton_12rkb_230{padding:8px 16px;border:1px solid #ddd;background:#fff;border-radius:4px;cursor:pointer;font-size:14px}._pageButton_12rkb_230:hover:not(:disabled){background:#f8f9fa}._pageButton_12rkb_230:disabled{background:#f8f9fa;color:#ccc;cursor:not-allowed}._pageInfo_12rkb_249{font-size:14px;color:#666}._modal_12rkb_254{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}._modalContent_12rkb_267{background:#fff;padding:24px;border-radius:8px;width:90%;max-width:500px;max-height:80vh;overflow-y:auto}._modalContent_12rkb_267 h2{margin:0 0 20px;font-size:20px;font-weight:600}._formGroup_12rkb_283{margin-bottom:16px}._formGroup_12rkb_283 label{display:block;margin-bottom:4px;font-weight:500;color:#333}._formGroup_12rkb_283 input,._formGroup_12rkb_283 select{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px}._formGroup_12rkb_283 input:focus,._formGroup_12rkb_283 select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}._modalActions_12rkb_310{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}._saveButton_12rkb_317,._cancelButton_12rkb_318{padding:10px 20px;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}._saveButton_12rkb_317{background:#007bff;color:#fff}._saveButton_12rkb_317:hover{background:#0056b3}._cancelButton_12rkb_318{background:#6c757d;color:#fff}._cancelButton_12rkb_318:hover{background:#545b62}._loading_12rkb_346,._error_12rkb_347{display:flex;justify-content:center;align-items:center;flex:1;font-size:16px;color:#6b7280;font-weight:500}._error_12rkb_347{color:#ef4444}._contactPage_vmdic_1{min-height:100vh;display:flex;flex-direction:column;background-color:#fff}._main_vmdic_8{flex:1;padding:0}._container_vmdic_13{max-width:none;margin:0;padding:0}._contentsBlock_vmdic_19{display:flex;gap:48px;padding:100px 172.5px;margin-top:80px;justify-content:center}._leftBlock_vmdic_27{display:flex;flex-direction:column;justify-content:center;gap:40px;width:515px}._titleBlock_vmdic_35{display:flex;flex-direction:column;gap:2px}._title_vmdic_35{font-family:SUIT,sans-serif;font-weight:800;font-size:32px;line-height:1.35;color:#374151;margin:0;padding:10px 0}._description_vmdic_51{font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35;color:#374151;margin:0;padding:10px 0}._infoSnsBlock_vmdic_61{display:flex;flex-direction:column;gap:40px;border-radius:12px}._infoBlock_vmdic_68{display:flex;flex-direction:column;gap:10px;padding:8px}._infoWrap_vmdic_75{display:flex;gap:4px;padding:4px;background-color:#fff;border-radius:12px}._infoHeader_vmdic_83{display:flex;align-items:center;gap:6px;width:120px;flex-shrink:0}._infoIcon_vmdic_91{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._infoTitle_vmdic_100{font-family:SUIT,sans-serif;font-weight:700;font-size:16px;line-height:1.35;color:#374151;margin:0}._infoText_vmdic_109{font-family:SUIT,sans-serif;font-weight:500;font-size:14px;line-height:1.6;color:#374151;margin:0;padding:0 2px;flex:1}._snsList_vmdic_120{display:flex;align-items:center;gap:10px}._snsIcon_vmdic_126{width:40px;height:40px;background-color:#f9fafb;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease}._snsIcon_vmdic_126:hover{background-color:#e5e7eb}._snsIcon_vmdic_126 img{width:24px;height:24px}._rightBlock_vmdic_147{display:flex;flex-direction:column;align-items:flex-end;gap:35px;padding:30px;width:532px;border:1px solid #E5E7EB;border-radius:16px;background-color:#fff}._contactForm_vmdic_159{width:100%}._inputGroup_vmdic_163{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}._inputLabel_vmdic_170{font-family:SUIT,sans-serif;font-weight:700;font-size:16px;line-height:1.35;color:#374151;margin:0}._input_vmdic_163,._textarea_vmdic_180{width:100%;padding:16px;border:none;border-radius:6px;background-color:#f9fbff;font-family:SUIT,sans-serif;font-weight:600;font-size:16px;line-height:1.35;color:#374151;transition:background-color .2s ease;box-sizing:border-box}._input_vmdic_163:focus,._textarea_vmdic_180:focus{outline:none;background-color:#f0f4ff}._inputError_vmdic_201{background-color:#fef2f2;border:1px solid #FCA5A5}._textarea_vmdic_180{resize:none;min-height:120px}._textareaContainer_vmdic_211{display:flex;flex-direction:column;gap:8px}._charCount_vmdic_217{font-family:SUIT,sans-serif;font-weight:500;font-size:14px;line-height:1.35;color:#bac2d0;text-align:right;margin:0}._errorMessage_vmdic_227{font-family:SUIT,sans-serif;font-weight:500;font-size:14px;line-height:1.35;color:#ef4444;margin:0}._submitButton_vmdic_236{width:120px;height:48px;background-color:#3f7bfc;color:#f6f6f6;border:none;border-radius:6px;font-family:SUIT,sans-serif;font-weight:700;font-size:16px;line-height:1.35;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center}._submitButton_vmdic_236:hover:not(:disabled){background-color:#2563eb}._adminSubjectManagementPage_1mzz4_1{min-height:100%;display:flex;flex-direction:column;background-color:transparent}._container_1mzz4_8{flex:1;max-width:1200px;margin:0 auto}._header_1mzz4_14{text-align:center;margin-bottom:40px}._title_1mzz4_19{font-family:SUIT,sans-serif;font-weight:700;font-size:32px;color:#1f2937;margin-bottom:8px}._subtitle_1mzz4_27{font-family:SUIT,sans-serif;font-weight:400;font-size:16px;color:#6b7280}._content_1mzz4_34{display:flex;flex-direction:column;gap:40px;width:1200px}._section_1mzz4_41{background:#fff;border-radius:12px;padding:32px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}._sectionTitle_1mzz4_49{font-family:SUIT,sans-serif;font-weight:600;font-size:24px;color:#1f2937;margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid #e5e7eb}._createForm_1mzz4_59{margin-bottom:32px;padding:24px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}._formTitle_1mzz4_67{font-family:SUIT,sans-serif;font-weight:600;font-size:18px;color:#374151;margin-bottom:16px}._formRow_1mzz4_75{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;align-items:end}._inputGroup_1mzz4_82{display:flex;flex-direction:column;gap:6px}._label_1mzz4_88{font-family:SUIT,sans-serif;font-weight:500;font-size:14px;color:#374151}._input_1mzz4_82{padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-family:SUIT,sans-serif;font-size:14px;color:#1f2937;background:#fff;transition:border-color .2s,box-shadow .2s}._input_1mzz4_82:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._input_1mzz4_82::placeholder{color:#9ca3af}._listSection_1mzz4_116{margin-top:24px}._subjectList_1mzz4_120{display:flex;flex-direction:column;gap:12px;max-height:400px;overflow-y:auto}._subjectItem_1mzz4_128{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s}._subjectItem_1mzz4_128:hover{border-color:#3b82f6;box-shadow:0 2px 4px #3b82f61a}._subjectItem_1mzz4_128._selected_1mzz4_145{border-color:#3b82f6;background:#eff6ff;box-shadow:0 2px 4px #3b82f626}._subjectInfo_1mzz4_151{display:flex;align-items:center;gap:12px}._subjectCode_1mzz4_157{font-family:SUIT,sans-serif;font-weight:600;font-size:14px;color:#3b82f6;background:#eff6ff;padding:4px 8px;border-radius:4px;min-width:60px;text-align:center}._subjectFullCode_1mzz4_169{font-family:SUIT,sans-serif;font-weight:500;font-size:14px;color:#6b7280;background:#f3f4f6;padding:4px 8px;border-radius:4px;min-width:60px;text-align:center}._subjectName_1mzz4_181{font-family:SUIT,sans-serif;font-weight:500;font-size:16px;color:#1f2937}._subjectNameEn_1mzz4_188{font-family:SUIT,sans-serif;font-weight:400;font-size:14px;color:#6b7280}._loading_1mzz4_195{text-align:center;padding:40px;font-family:SUIT,sans-serif;font-weight:500;font-size:16px;color:#6b7280}._deleteButton_1mzz4_205{background:#ef4444;border:none;border-radius:6px;padding:8px 12px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;min-width:32px;height:32px}._deleteButton_1mzz4_205:hover{background:#dc2626;transform:translateY(-1px)}._deleteButton_1mzz4_205:active{background:#b91c1c;transform:translateY(0)}._deleteButton_1mzz4_205:disabled{background:#9ca3af;cursor:not-allowed;transform:none}._deleteButton_1mzz4_205 svg,._deleteButton_1mzz4_205 img{filter:brightness(0) invert(1);width:16px;height:16px}._adminContactManagementPage_1v2mx_1{min-height:100%;display:flex;flex-direction:column;background-color:transparent}._container_1v2mx_8{flex:1;max-width:1200px}._header_1v2mx_13{text-align:center;margin-bottom:40px}._title_1v2mx_18{font-family:SUIT,sans-serif;font-weight:700;font-size:32px;color:#1f2937;margin-bottom:8px}._subtitle_1v2mx_26{font-family:SUIT,sans-serif;font-weight:400;font-size:16px;color:#6b7280;margin-bottom:8px}._count_1v2mx_34{font-family:SUIT,sans-serif;font-weight:500;font-size:14px;color:#3b82f6;background:#eff6ff;padding:8px 16px;border-radius:20px;display:inline-block}._content_1v2mx_45{display:flex;flex-direction:column;gap:32px}._searchSection_1v2mx_52{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}._searchForm_1v2mx_60{display:flex;flex-direction:column;gap:16px}._searchInput_1v2mx_66{display:flex;gap:12px;align-items:center}._input_1v2mx_72{flex:1;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-family:SUIT,sans-serif;font-size:14px;color:#1f2937;background:#fff;transition:border-color .2s,box-shadow .2s}._input_1v2mx_72:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._input_1v2mx_72::placeholder{color:#9ca3af}._searchResult_1v2mx_94{font-family:SUIT,sans-serif;font-weight:500;font-size:14px;color:#3b82f6;margin:0}._mainContent_1v2mx_103{display:grid;grid-template-columns:1fr 1fr;gap:32px}._listSection_1v2mx_109,._detailSection_1v2mx_110{background:#fff;border-radius:12px;padding:32px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}._sectionTitle_1v2mx_118{font-family:SUIT,sans-serif;font-weight:600;font-size:20px;color:#1f2937;margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid #e5e7eb}._contactList_1v2mx_129{display:flex;flex-direction:column;gap:16px;max-height:600px;overflow-y:auto;margin-bottom:24px}._contactItem_1v2mx_138{padding:20px;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s;background:#fff}._contactItem_1v2mx_138:hover{border-color:#3b82f6;box-shadow:0 2px 4px #3b82f61a}._contactItem_1v2mx_138._selected_1v2mx_152{border-color:#3b82f6;background:#eff6ff;box-shadow:0 2px 4px #3b82f626}._contactHeader_1v2mx_158{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}._contactSubject_1v2mx_165{font-family:SUIT,sans-serif;font-weight:600;font-size:16px;color:#1f2937;margin:0 16px 0 0;flex:1}._contactDate_1v2mx_175{font-family:SUIT,sans-serif;font-weight:400;font-size:12px;color:#6b7280;white-space:nowrap}._contactInfo_1v2mx_183{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._contactSender_1v2mx_190{font-family:SUIT,sans-serif;font-weight:500;font-size:14px;color:#3b82f6;background:#eff6ff;padding:4px 8px;border-radius:4px}._contactActions_1v2mx_200{display:flex;gap:8px}._contactPreview_1v2mx_205{font-family:SUIT,sans-serif;font-weight:400;font-size:14px;color:#6b7280;line-height:1.5}._pagination_1v2mx_214{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:24px}._pageNumbers_1v2mx_222{display:flex;gap:8px}._contactDetail_1v2mx_228{display:flex;flex-direction:column;gap:24px}._detailHeader_1v2mx_234{padding-bottom:16px;border-bottom:1px solid #e5e7eb}._detailSubject_1v2mx_239{font-family:SUIT,sans-serif;font-weight:600;font-size:20px;color:#1f2937;margin:0 0 12px}._detailMeta_1v2mx_247{display:flex;flex-direction:column;gap:8px}._detailSender_1v2mx_253{font-family:SUIT,sans-serif;font-weight:500;font-size:14px;color:#3b82f6;background:#eff6ff;padding:6px 12px;border-radius:6px;display:inline-block;width:fit-content}._detailDate_1v2mx_265{font-family:SUIT,sans-serif;font-weight:400;font-size:14px;color:#6b7280}._detailContent_1v2mx_272{flex:1}._detailContentTitle_1v2mx_276{font-family:SUIT,sans-serif;font-weight:600;font-size:16px;color:#374151;margin-bottom:12px}._detailMessage_1v2mx_284{font-family:SUIT,sans-serif;font-weight:400;font-size:14px;color:#1f2937;line-height:1.6;background:#f9fafb;padding:20px;border-radius:8px;border:1px solid #e5e7eb;white-space:pre-wrap}._detailActions_1v2mx_297{display:flex;gap:12px;padding-top:16px;border-top:1px solid #e5e7eb}._noSelection_1v2mx_304{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;color:#9ca3af;text-align:center}._noSelection_1v2mx_304 p{font-family:SUIT,sans-serif;font-weight:400;font-size:16px;margin-top:16px}._loading_1v2mx_321{display:flex;align-items:center;justify-content:center;height:200px;font-family:SUIT,sans-serif;font-weight:500;font-size:16px;color:#6b7280}._deleteButton_1v2mx_333{background:#ef4444;border:none;border-radius:6px;padding:8px 12px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:6px;min-width:32px;height:32px;font-family:SUIT,sans-serif;font-weight:500;font-size:14px;color:#fff}._deleteButton_1v2mx_333:hover{background:#dc2626;transform:translateY(-1px)}._deleteButton_1v2mx_333:active{background:#b91c1c;transform:translateY(0)}._deleteButton_1v2mx_333:disabled{background:#9ca3af;cursor:not-allowed;transform:none}._deleteButton_1v2mx_333 svg,._deleteButton_1v2mx_333 img{filter:brightness(0) invert(1);width:16px;height:16px}._adminExamManagementPage_1gabt_1{min-height:100%;display:flex;flex-direction:column;background-color:transparent}._container_1gabt_8{flex:1;max-width:1000px;margin:0 auto;padding:40px 20px}._header_1gabt_15{text-align:center;margin-bottom:40px}._title_1gabt_20{font-family:SUIT,sans-serif;font-weight:700;font-size:32px;color:#1f2937;margin-bottom:8px}._subtitle_1gabt_28{font-family:SUIT,sans-serif;font-weight:400;font-size:16px;color:#6b7280}._content_1gabt_35{display:flex;flex-direction:column;gap:40px}._section_1gabt_41{background:#fff;border-radius:12px;padding:32px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}._sectionTitle_1gabt_49{font-family:SUIT,sans-serif;font-weight:600;font-size:24px;color:#1f2937;margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid #e5e7eb}._createForm_1gabt_59{padding:24px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}._formRow_1gabt_66{display:flex;align-items:end;gap:16px}._inputGroup_1gabt_72{display:flex;flex-direction:column;gap:6px;flex:1}._label_1gabt_79{font-family:SUIT,sans-serif;font-weight:500;font-size:14px;color:#374151}._input_1gabt_72{padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-family:SUIT,sans-serif;font-size:14px;color:#1f2937;background:#fff;transition:border-color .2s,box-shadow .2s}._input_1gabt_72:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._examList_1gabt_103{display:flex;flex-direction:column;gap:12px;max-height:500px;overflow-y:auto}._examItem_1gabt_111{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s}._examItem_1gabt_111:hover{border-color:#3b82f6;box-shadow:0 2px 4px #3b82f61a}._examInfo_1gabt_127{display:flex;flex-direction:column;gap:4px}._examDate_1gabt_133{font-family:SUIT,sans-serif;font-weight:600;font-size:16px;color:#1f2937}._examId_1gabt_140{font-family:SUIT,sans-serif;font-weight:400;font-size:14px;color:#6b7280}._deleteButton_1gabt_148{background:#ef4444;border:none;border-radius:6px;padding:8px 12px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;min-width:32px;height:32px}._deleteButton_1gabt_148:hover{background:#dc2626;transform:translateY(-1px)}._deleteButton_1gabt_148:active{background:#b91c1c;transform:translateY(0)}._deleteButton_1gabt_148:disabled{background:#9ca3af;cursor:not-allowed;transform:none}._deleteButton_1gabt_148 svg,._deleteButton_1gabt_148 img{filter:brightness(0) invert(1);width:16px;height:16px}._loading_1gabt_185{display:flex;align-items:center;justify-content:center;height:200px;font-family:SUIT,sans-serif;font-weight:500;font-size:16px;color:#6b7280}._error_1gabt_196{display:flex;align-items:center;justify-content:center;height:200px;font-family:SUIT,sans-serif;font-weight:500;font-size:16px;color:#ef4444;background:#fef2f2;border:1px solid #fecaca;border-radius:8px}._emptyState_1gabt_210{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;color:#9ca3af;text-align:center}._emptyState_1gabt_210 p{font-family:SUIT,sans-serif;font-weight:400;font-size:16px;margin-top:16px}._emptyState_1gabt_210 p:first-of-type{font-weight:500;color:#6b7280}@media(max-width:768px){._container_1gabt_8{padding:20px 16px}._section_1gabt_41{padding:20px}._formRow_1gabt_66{flex-direction:column;align-items:stretch;gap:12px}._examItem_1gabt_111{flex-direction:column;align-items:flex-start;gap:12px}._examInfo_1gabt_127{width:100%}}@media(max-width:480px){._title_1gabt_20{font-size:24px}._sectionTitle_1gabt_49{font-size:20px}}
