@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";:root{--primary-color: #1890ff;--secondary-color: #722ED1;--success-color: #52c41a;--warning-color: #faad14;--error-color: #f5222d;--font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f0f2f5;color:#000000d9;line-height:1.6}a{text-decoration:none;color:var(--primary-color)}#root{max-width:none;margin:0;padding:0;text-align:left}.container{max-width:1200px;margin:0 auto;padding:0 15px}@media (max-width: 1200px){.container{max-width:960px}}@media (max-width: 992px){.container{max-width:720px}}@media (max-width: 768px){.container{max-width:540px}}@media (max-width: 576px){.container{max-width:100%;padding:0 20px}}.ant-card{border-radius:12px;overflow:hidden}.ant-btn{border-radius:6px}.ant-btn-primary{background-color:var(--primary-color)}.ant-btn-lg{font-size:16px;height:48px;padding:6.4px 20px}.ant-input,.ant-input-affix-wrapper{border-radius:6px;padding:12px}.ant-form-item-label>label{font-weight:500}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);line-height:1.6;transition:all .3s ease}.dashboard-layout{display:flex;height:100vh}.dashboard-layout .sidebar{position:fixed;left:0;top:0;height:100vh;width:250px;background:linear-gradient(180deg,#001529,#002140,#036);z-index:1000;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:4px 0 20px #0000001a}.dashboard-layout .sidebar:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(255,255,255,.05) 0%,transparent 50%);pointer-events:none}.dashboard-layout .sidebar.collapsed{width:80px}.dashboard-layout .sidebar.collapsed .logo{font-size:14px}.dashboard-layout .sidebar .logo{height:64px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:700;border-bottom:1px solid rgba(255,255,255,.1);transition:all .4s ease;cursor:pointer;position:relative;overflow:hidden}.dashboard-layout .sidebar .logo:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.dashboard-layout .sidebar .logo:hover{background:#ffffff26;color:#40a9ff;transform:scale(1.02)}.dashboard-layout .sidebar .logo:hover:before{left:100%}.dashboard-layout .sidebar .logo:active{transform:scale(.98)}.dashboard-layout .sidebar .interactive-menu{background:transparent;border:none;padding:16px 8px}.dashboard-layout .sidebar .interactive-menu .ant-menu-item{margin:6px 8px;border-radius:8px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.dashboard-layout .sidebar .interactive-menu .ant-menu-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.dashboard-layout .sidebar .interactive-menu .ant-menu-item:hover{background-color:#ffffff26;transform:translate(8px) scale(1.02);box-shadow:0 4px 12px #0003}.dashboard-layout .sidebar .interactive-menu .ant-menu-item:hover:before{left:100%}.dashboard-layout .sidebar .interactive-menu .ant-menu-item:active{transform:translate(4px) scale(.98)}.dashboard-layout .sidebar .interactive-menu .ant-menu-item-selected{background:linear-gradient(135deg,#1890ff,#40a9ff)!important;color:#fff!important;font-weight:600!important;box-shadow:0 4px 15px #1890ff66!important;transform:translate(4px)!important;border-radius:8px!important;position:relative;z-index:1}.dashboard-layout .sidebar .interactive-menu .ant-menu-item-selected:after{content:"";position:absolute;top:0;right:0;width:3px;height:100%;background:linear-gradient(to bottom,#fff,#e6f7ff);border-radius:0 8px 8px 0}.dashboard-layout .sidebar .interactive-menu .ant-menu-item-selected>span.anticon{color:#fff!important;background:none!important;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.dashboard-layout .main-content{flex:1;margin-left:250px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.dashboard-layout .main-content.collapsed{margin-left:80px}.dashboard-layout .main-content .header{height:64px;background:linear-gradient(135deg,#fffffff2,#ffffffe6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:0 24px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 20px #00000014;z-index:999;border-bottom:1px solid rgba(255,255,255,.3);transition:all .3s ease;position:relative}.dashboard-layout .main-content .header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(24,144,255,.02) 0%,transparent 50%);pointer-events:none}.dashboard-layout .main-content .header:hover{box-shadow:0 6px 25px #0000001f;transform:translateY(-1px)}.dashboard-layout .main-content .header .header-left{display:flex;align-items:center;gap:16px}.dashboard-layout .main-content .header .header-left .menu-trigger{font-size:18px;cursor:pointer;padding:8px;transition:all .4s cubic-bezier(.4,0,.2,1);color:#666}.dashboard-layout .main-content .header .header-left .menu-trigger:hover{color:#1890ff;transform:scale(1.1)}.dashboard-layout .main-content .header .header-left .menu-trigger:active{transform:scale(.95)}.dashboard-layout .main-content .header .header-right{display:flex;align-items:center;gap:20px}.dashboard-layout .main-content .header .header-right .notification-btn{position:relative;padding:8px;border-radius:50%;transition:all .3s ease;background:#ffffffb3}.dashboard-layout .main-content .header .header-right .notification-btn:hover{color:#1890ff;background:linear-gradient(135deg,#f0f2f5,#e6f7ff);transform:scale(1.1);box-shadow:0 4px 12px #1890ff33}.dashboard-layout .main-content .header .header-right .notification-btn.animate-pulse{animation:enchancedPulse 2s infinite}.dashboard-layout .main-content .header .header-right .user-info{display:flex;align-items:center;gap:12px;padding:8px 16px;border-radius:25px;transition:all .3s ease;cursor:pointer}.dashboard-layout .main-content .header .header-right .user-info:hover{background:#ffffffe6}.dashboard-layout .main-content .header .header-right .user-info .user-name{font-weight:500;color:#333;transition:all .3s ease;white-space:nowrap}.dashboard-layout .main-content .header .header-right .user-info .user-name:hover{color:#1890ff}.dashboard-layout .main-content .header .header-right .user-info .user-name.mobile-visible{display:block}.dashboard-layout .main-content .header .header-right .user-info .user-avatar{transition:all .3s ease}.dashboard-layout .main-content .header .header-right .user-info .user-avatar:hover{opacity:.8}.dashboard-layout .main-content .content-area{flex:1;padding:24px;overflow-y:auto;background:linear-gradient(135deg,#f8fafc,#e2e8f0);position:relative}.dashboard-layout .main-content .content-area:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(120,119,198,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,119,198,.1) 0%,transparent 50%);pointer-events:none;z-index:-1}.dashboard-layout .main-content .content-area .welcome-section{background:linear-gradient(135deg,#fffffff2,#ffffffe6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:40px;box-shadow:0 8px 32px #00000014;margin-bottom:32px;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.3);position:relative;overflow:hidden}.dashboard-layout .main-content .content-area .welcome-section:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .8s ease}.dashboard-layout .main-content .content-area .welcome-section:hover{box-shadow:0 12px 40px #0000001f;transform:translateY(-4px) scale(1.01)}.dashboard-layout .main-content .content-area .welcome-section:hover:before{left:100%}.dashboard-layout .main-content .content-area .welcome-section:hover .welcome-title{transform:scale(1.02)}.dashboard-layout .main-content .content-area .welcome-section .welcome-title{font-size:32px;font-weight:700;color:#333;margin-bottom:12px;background:linear-gradient(135deg,#1890ff,#52c41a,#722ed1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:all .3s ease;text-shadow:0 2px 4px rgba(0,0,0,.1)}.dashboard-layout .main-content .content-area .welcome-section .welcome-subtitle{font-size:18px;color:#666;line-height:1.6}.dashboard-layout .main-content .content-area .dashboard-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px}.dashboard-layout .main-content .content-area .dashboard-cards .dashboard-card{background:linear-gradient(135deg,#fffffff2,#ffffffe6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:28px;box-shadow:0 8px 32px #00000014;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.3)}.dashboard-layout .main-content .content-area .dashboard-cards .dashboard-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(24,144,255,.08),transparent);transition:left .6s ease}.dashboard-layout .main-content .content-area .dashboard-cards .dashboard-card:after{content:"";position:absolute;top:0;right:0;width:3px;height:100%;background:linear-gradient(to bottom,#1890ff,#52c41a);transform:scaleY(0);transition:transform .3s ease}.dashboard-layout .main-content .content-area .dashboard-cards .dashboard-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 16px 48px #00000026}.dashboard-layout .main-content .content-area .dashboard-cards .dashboard-card:hover:before{left:100%}.dashboard-layout .main-content .content-area .dashboard-cards .dashboard-card:hover:after{transform:scaleY(1)}.dashboard-layout .main-content .content-area .dashboard-cards .dashboard-card:hover .card-icon{transform:scale(1.3) rotate(10deg);color:#52c41a;filter:drop-shadow(0 4px 8px rgba(82,196,26,.3))}.dashboard-layout .main-content .content-area .dashboard-cards .dashboard-card:hover .card-title{color:#1890ff;transform:translate(4px)}.dashboard-layout .main-content .content-area .dashboard-cards .dashboard-card:hover .card-description{color:#333;transform:translate(2px)}.dashboard-layout .main-content .content-area .dashboard-cards .dashboard-card:active{transform:translateY(-8px) scale(.98)}.dashboard-layout .main-content .content-area .dashboard-cards .dashboard-card .card-icon{font-size:36px;color:#1890ff;margin-bottom:20px;transition:all .4s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 2px 4px rgba(24,144,255,.2))}.dashboard-layout .main-content .content-area .dashboard-cards .dashboard-card .card-title{font-size:20px;font-weight:600;color:#333;margin-bottom:12px;transition:all .3s ease}.dashboard-layout .main-content .content-area .dashboard-cards .dashboard-card .card-description{color:#666;line-height:1.6;transition:all .3s ease}@media (max-width: 768px){.dashboard-layout .sidebar{transform:translate(-100%)}.dashboard-layout .sidebar.mobile-visible{transform:translate(0);animation:enhancedSlideInLeft .4s cubic-bezier(.4,0,.2,1)}.dashboard-layout .main-content{margin-left:0}.dashboard-layout .main-content .header{padding:0 16px}.dashboard-layout .main-content .header .header-right{gap:12px}.dashboard-layout .main-content .header .header-right .user-info{padding:6px 12px}.dashboard-layout .main-content .header .header-right .user-info .user-name{font-size:14px;max-width:120px;overflow:hidden;text-overflow:ellipsis}.dashboard-layout .main-content .content-area{padding:16px}.dashboard-layout .main-content .content-area .welcome-section{padding:24px 20px}.dashboard-layout .main-content .content-area .welcome-section .welcome-title{font-size:26px}.dashboard-layout .main-content .content-area .dashboard-cards{grid-template-columns:1fr;gap:20px}}@media (max-width: 480px){.dashboard-layout .main-content .header{padding:0 12px}.dashboard-layout .main-content .header .header-right{gap:8px}.dashboard-layout .main-content .header .header-right .user-info{padding:4px 8px}.dashboard-layout .main-content .header .header-right .user-info .user-name{font-size:12px;max-width:80px}.dashboard-layout .main-content .content-area{padding:12px}.dashboard-layout .main-content .content-area .welcome-section{padding:20px 16px}.dashboard-layout .main-content .content-area .welcome-section .welcome-title{font-size:24px}}@media (max-width: 1024px){.dashboard-layout .sidebar{transform:translate(-100%)}.dashboard-layout .sidebar.mobile-visible{transform:translate(0);animation:enhancedSlideInLeft .4s cubic-bezier(.4,0,.2,1)}.dashboard-layout .main-content{margin-left:0}.dashboard-layout .main-content .header{padding:0 16px}.dashboard-layout .main-content .header .header-right{gap:12px}.dashboard-layout .main-content .header .header-right .user-info{padding:6px 12px}.dashboard-layout .main-content .header .header-right .user-info .user-name{font-size:14px;max-width:120px;overflow:hidden;text-overflow:ellipsis}.dashboard-layout .main-content .content-area{padding:16px}.dashboard-layout .main-content .content-area .welcome-section{padding:24px 20px}.dashboard-layout .main-content .content-area .welcome-section .welcome-title{font-size:26px}.dashboard-layout .main-content .content-area .dashboard-cards{grid-template-columns:1fr;gap:20px}}@keyframes enchancedPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}@keyframes enhancedSlideInLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes floatingAnimation{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.ant-dropdown .ant-dropdown-menu{border-radius:12px;box-shadow:0 12px 40px #00000026;background:linear-gradient(135deg,#fffffff2,#ffffffe6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);animation:enhancedFadeInScale .3s cubic-bezier(.4,0,.2,1)}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item{transition:all .3s ease;border-radius:8px;margin:4px 8px}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:hover{background:linear-gradient(135deg,#f0f2f5cc,#e6f7ffcc);color:#1890ff;transform:translate(6px) scale(1.02);box-shadow:0 4px 12px #1890ff33}.ant-avatar{box-shadow:0 4px 12px #00000026;transition:all .3s ease}.ant-button{border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1)}.ant-button.ant-btn-primary{background:linear-gradient(135deg,#1890ff,#40a9ff);border:none;box-shadow:0 4px 12px #1890ff4d}.ant-button.ant-btn-primary:hover{background:linear-gradient(135deg,#40a9ff,#1890ff);transform:translateY(-2px) scale(1.02);box-shadow:0 8px 20px #1890ff66}.ant-button.ant-btn-primary:active{transform:translateY(0) scale(.98)}.floating-element{animation:floatingAnimation 3s ease-in-out infinite}.shimmer{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200px 100%;animation:shimmer 1.5s infinite}@keyframes enhancedFadeInScale{0%{opacity:0;transform:scale(.8) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.ant-input{transition:all .3s ease;border-radius:8px}.ant-input:hover{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff1a}.ant-input:focus{border-color:#1890ff;box-shadow:0 0 0 3px #1890ff33;transform:scale(1.01)}.ant-select .ant-select-selector{transition:all .3s ease;border-radius:8px}.ant-select .ant-select-selector:hover{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff1a}.ant-select.ant-select-focused .ant-select-selector{border-color:#1890ff;box-shadow:0 0 0 3px #1890ff33;transform:scale(1.01)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0000000d;border-radius:4px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#1890ff4d,#1890ff99);border-radius:4px;transition:all .3s ease}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#1890ff99,#1890ffcc)}._login_1t6vt_8{min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem;overflow-x:hidden}._login__layout_1t6vt_65{display:none;flex:0;width:0;height:0}._login__layout--image_1t6vt_75{display:none}._login__details_1t6vt_78{flex:0 0 auto;width:100%;max-width:480px;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0;overflow:visible;background-color:transparent;height:auto;max-height:none}._login__details--body_1t6vt_99{padding:1.25rem;width:100%;max-width:100%;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border-radius:20px;box-shadow:0 20px 60px #00000026;border:1px solid rgba(255,255,255,.2);max-height:calc(100vh - 2rem);overflow-y:auto}@media (max-width: 575px){._login_1t6vt_8{padding:.5rem}._login__details_1t6vt_78{max-width:100%}._login__details--body_1t6vt_99{padding:1.25rem;border-radius:16px}}@media (min-width: 576px) and (max-width: 768px){._login_1t6vt_8{padding:.75rem}._login__details_1t6vt_78{max-width:480px}._login__details--body_1t6vt_99{padding:1.5rem;border-radius:18px}}@media (min-width: 769px) and (max-width: 1024px){._login_1t6vt_8{padding:1rem}._login__details_1t6vt_78{max-width:550px}._login__details--body_1t6vt_99{padding:1.5rem;border-radius:20px}}@media (min-width: 1025px) and (max-width: 1440px){._login_1t6vt_8{padding:1rem}._login__details_1t6vt_78{max-width:600px}._login__details--body_1t6vt_99{padding:1.5rem;border-radius:20px}}@media (min-width: 1441px){._login_1t6vt_8{padding:1.5rem}._login__details_1t6vt_78{max-width:650px}._login__details--body_1t6vt_99{padding:1.5rem;border-radius:20px}}@media (min-width: 1024px) and (max-width: 1366px){._login_1t6vt_8{padding:.25rem}._login__details_1t6vt_78{max-width:90%}._login__details--body_1t6vt_99{padding:1.5rem;border-radius:20px}}@media (min-width: 900px) and (max-width: 1023px){._login_1t6vt_8{padding:.25rem}._login__details_1t6vt_78{max-width:85%}._login__details--body_1t6vt_99{padding:1.5rem;border-radius:20px}}._logo-text_1t6vt_203{font-size:1.25rem;font-weight:700;color:#1677ff;letter-spacing:-.5px}.edit-profile-container .breadcrumb-nav .breadcrumb-link{transition:all .3s ease}.edit-profile-container .breadcrumb-nav .breadcrumb-link:hover{color:#1890ff;transform:translate(2px)}.edit-profile-card{border-radius:12px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:all .3s ease}.edit-profile-card:hover{box-shadow:0 8px 30px #0000001f}.edit-profile-card .ant-card-body{padding:0}.edit-profile-card .avatar-section{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 24px;background:linear-gradient(135deg,#fafafa,#f0f2f5);position:relative}.edit-profile-card .avatar-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,rgba(24,144,255,.05) 0%,transparent 70%);pointer-events:none}@media (min-width: 768px){.edit-profile-card .avatar-section{border-right:1px solid #f0f0f0}}@media (max-width: 767px){.edit-profile-card .avatar-section{border-bottom:1px solid #f0f0f0}}.edit-profile-card .avatar-section .avatar-container{position:relative;transition:all .3s ease}.edit-profile-card .avatar-section .avatar-container .profile-avatar{border:4px solid white;box-shadow:0 4px 16px #0000001a;transition:all .3s ease}.edit-profile-card .avatar-section .avatar-container .avatar-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#1890ffcc;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;transform:scale(.8)}.edit-profile-card .avatar-section .avatar-container:hover .avatar-overlay{opacity:1;transform:scale(1)}.edit-profile-card .avatar-section .avatar-container:hover .profile-avatar{transform:scale(1.05)}.edit-profile-card .avatar-section .user-name{margin-bottom:8px!important;color:#333;font-weight:600}.edit-profile-card .avatar-section .user-role{font-size:16px;font-weight:500}.edit-profile-card .form-section{padding:48px!important;background:#fff}@media (max-width: 767px){.edit-profile-card .form-section{padding:24px!important}}.edit-profile-card .form-section .form-title{color:#1890ff;margin-bottom:8px!important;font-weight:600}.edit-profile-card .form-section .form-title .anticon{color:#1890ff}.edit-profile-card .form-section .form-subtitle{font-size:16px;color:#8c8c8c;line-height:1.6}.edit-profile-card .form-section .profile-form .form-item-animated .ant-form-item-label label{font-weight:600;color:#434343;transition:all .3s ease}.edit-profile-card .form-section .profile-form .form-item-animated .interactive-input{transition:all .3s ease;border-radius:8px}.edit-profile-card .form-section .profile-form .form-item-animated .interactive-input:hover{border-color:#40a9ff;box-shadow:0 2px 8px #40a9ff1a}.edit-profile-card .form-section .profile-form .form-item-animated .interactive-input:focus{border-color:#1890ff;box-shadow:0 4px 12px #1890ff26;transform:translateY(-1px)}.edit-profile-card .form-section .profile-form .form-item-animated .interactive-select .ant-select-selector{transition:all .3s ease;border-radius:8px}.edit-profile-card .form-section .profile-form .form-item-animated .interactive-select .ant-select-selector:hover{border-color:#40a9ff;box-shadow:0 2px 8px #40a9ff1a}.edit-profile-card .form-section .profile-form .form-item-animated.input-focused .ant-form-item-label label{color:#1890ff;transform:translateY(-2px)}.edit-profile-card .form-section .profile-form .submit-section{margin-top:32px;text-align:center}.edit-profile-card .form-section .profile-form .submit-section .save-button{background:linear-gradient(135deg,#1890ff,#40a9ff);border:none;border-radius:8px;height:48px;padding:0 32px;font-size:16px;font-weight:600;box-shadow:0 4px 12px #1890ff4d;transition:all .3s ease}.edit-profile-card .form-section .profile-form .submit-section .save-button:hover{background:linear-gradient(135deg,#40a9ff,#1890ff);box-shadow:0 6px 20px #1890ff66;transform:translateY(-2px)}.edit-profile-card .form-section .profile-form .submit-section .save-button:active{transform:translateY(0)}.edit-profile-card .form-section .profile-form .submit-section .save-button.ant-btn-loading{background:linear-gradient(135deg,#91d5ff,#bae7ff)}@keyframes glow{0%{filter:brightness(1)}to{filter:brightness(1.2)}}.animate-fade-in{animation:fadeIn .6s ease-out}.animate-slide-down{animation:slideDown .5s ease-out}.animate-slide-in-right{animation:slideInRight .6s ease-out}.animate-scale-in{animation:scaleIn .5s ease-out}.hover-scale{transition:transform .3s ease}.hover-scale:hover{transform:scale(1.05)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.landing-page{font-family:Poppins,sans-serif}.landing-page .hero-section{min-height:100vh;background:linear-gradient(135deg,#1890ff,#722ed1);position:relative;overflow:hidden}.landing-page .hero-section:before{content:"";position:absolute;width:200%;height:200%;background:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");opacity:.5;transform:rotate(10deg);top:-50%;left:-50%;z-index:1;animation:backgroundMove 60s linear infinite}.landing-page .hero-section .content-container{position:relative;z-index:2}.landing-page .hero-section .hero-text{animation:fadeInUp 1s ease-out}.landing-page .hero-section .hero-description{animation:fadeInUp 1s ease-out .2s forwards;opacity:0}.landing-page .hero-section .hero-button{animation:fadeInUp 1s ease-out .4s forwards;opacity:0}.landing-page .hero-section .hero-image{animation:fadeIn 1.5s ease-out}.landing-page .hero-section .hero-image img{max-width:100%;filter:drop-shadow(0 10px 15px rgba(0,0,0,.2))}.landing-page .section-title{text-align:center;margin-bottom:3rem;position:relative}.landing-page .section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,#1890ff,#722ed1);border-radius:3px}.landing-page .features-section{padding:6rem 0;background-color:#f8f9fa}@media (max-width: 768px){.landing-page .features-section{padding:3rem 0}}.landing-page .features-section .feature-card{height:100%;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #00000014;transition:all .3s ease}.landing-page .features-section .feature-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #00000026}.landing-page .features-section .feature-card .ant-card-head{border-bottom:none;padding-bottom:0}.landing-page .features-section .feature-card .ant-card-body{padding:20px}.landing-page .features-section .feature-card .feature-icon{font-size:2.5rem;display:flex;align-items:center;justify-content:center;width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,#1890ff1a,#722ed11a);margin:0 auto 20px}.landing-page .features-section .feature-card .feature-icon svg{font-size:30px;color:#1890ff}.landing-page .courses-section{padding:6rem 0;background-color:#fff}@media (max-width: 768px){.landing-page .courses-section{padding:3rem 0}}.landing-page .courses-section .course-card{height:100%;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #00000014;transition:all .3s ease}.landing-page .courses-section .course-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #00000026}.landing-page .courses-section .course-card .ant-card-cover{overflow:hidden}.landing-page .courses-section .course-card .ant-card-cover img{transition:transform .5s ease}.landing-page .courses-section .course-card:hover .ant-card-cover img{transform:scale(1.1)}.landing-page .courses-section .course-card .ant-card-meta-title{font-size:1.2rem;margin-bottom:10px}.landing-page .courses-section .course-card .ant-card-meta-description{color:#000000a6}.landing-page .testimonials-section{padding:6rem 0;background-color:#f0f2f5;position:relative;overflow:hidden}.landing-page .testimonials-section:before{content:"";position:absolute;width:100%;height:100%;background:url("data:image/svg+xml,%3Csvg width='84' height='48' viewBox='0 0 84 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h12v6H0V0zm28 8h12v6H28V8zm14-8h12v6H42V0zm14 0h12v6H56V0zm0 8h12v6H56V8zM42 8h12v6H42V8zm0 16h12v6H42v-6zm14-8h12v6H56v-6zm14 0h12v6H70v-6zm0-16h12v6H70V0zM28 32h12v6H28v-6zM14 16h12v6H14v-6zM0 24h12v6H0v-6zm0 8h12v6H0v-6zm14 0h12v6H14v-6zm14 8h12v6H28v-6zm-14 0h12v6H14v-6zm28 0h12v6H42v-6zm14-8h12v6H56v-6zm0-8h12v6H56v-6zm14 8h12v6H70v-6zm0 8h12v6H70v-6zM14 24h12v6H14v-6zm14-8h12v6H28v-6zM14 8h12v6H14V8zM0 8h12v6H0V8z' fill='%23000000' fill-opacity='0.02' fill-rule='evenodd'/%3E%3C/svg%3E");opacity:.5}@media (max-width: 768px){.landing-page .testimonials-section{padding:3rem 0}}.landing-page .testimonials-section .testimonial-card{height:100%;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #00000014;background-color:#fff}.landing-page .testimonials-section .testimonial-card .ant-card-body{padding:24px}.landing-page .testimonials-section .testimonial-card .quote{font-size:1.2rem;line-height:1.6;color:#000000d9;margin-bottom:20px;position:relative;padding-left:20px;border-left:3px solid #1890ff}.landing-page .testimonials-section .testimonial-card .student-info{display:flex;align-items:center}.landing-page .testimonials-section .testimonial-card .student-info .avatar{margin-right:15px}.landing-page .testimonials-section .testimonial-card .student-info .name{font-weight:600;margin-bottom:0}.landing-page .testimonials-section .testimonial-card .student-info .course{color:#00000073}.landing-page .stats-section{padding:4rem 0;background:linear-gradient(135deg,#1890ff,#722ed1);color:#fff}.landing-page .stats-section .stat-item{text-align:center;padding:20px}.landing-page .stats-section .stat-item .dashStat-number{font-size:3rem;font-weight:700;margin-bottom:10px;line-height:1}.landing-page .stats-section .stat-item .stat-title{font-size:1.2rem;opacity:.9}.landing-page .contact-section{padding:6rem 0}@media (max-width: 768px){.landing-page .contact-section{padding:3rem 0}}.landing-page .contact-section .contact-form{max-width:600px;margin:0 auto;background:#fff;padding:30px;border-radius:12px;box-shadow:0 15px 40px #0000001a}.landing-page .contact-section .contact-info .info-item{display:flex;align-items:flex-start;margin-bottom:20px}.landing-page .contact-section .contact-info .info-item .icon{margin-right:15px;width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#1890ff1a,#722ed11a);display:flex;align-items:center;justify-content:center}.landing-page .contact-section .contact-info .info-item .icon svg{color:#1890ff}.landing-page .contact-section .contact-info .info-item .text h4{margin-bottom:5px;font-size:1rem}.landing-page .contact-section .contact-info .info-item .text p{margin:0;color:#000000a6}.landing-page .footer{background-color:#001529;color:#ffffffa6;padding:3rem 0 1.5rem}.landing-page .footer .footer-title{color:#fff;margin-bottom:20px;font-size:1.2rem;position:relative}.landing-page .footer .footer-title:after{content:"";position:absolute;bottom:-8px;left:0;width:40px;height:2px;background:#1890ff;border-radius:2px}.landing-page .footer .footer-links{list-style:none;padding:0;margin:0}.landing-page .footer .footer-links li{margin-bottom:10px}.landing-page .footer .footer-links li a{color:#ffffffa6;transition:color .3s;display:inline-block;position:relative}.landing-page .footer .footer-links li a:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:1px;background:#1890ff;transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.landing-page .footer .footer-links li a:hover{color:#1890ff}.landing-page .footer .footer-links li a:hover:after{transform:scaleX(1);transform-origin:left}.landing-page .footer .social-links{display:flex}.landing-page .footer .social-links a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#ffffff1a;margin-right:10px;transition:all .3s}.landing-page .footer .social-links a svg{color:#fffc;font-size:16px}.landing-page .footer .social-links a:hover{background:#1890ff}.landing-page .footer .social-links a:hover svg{color:#fff}.landing-page .footer .copyright{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes backgroundMove{0%{background-position:0% 0%}to{background-position:100% 100%}}.slide-up{animation:fadeInUp .6s ease forwards}.fadeIn{opacity:0;animation:fadeIn .8s ease forwards}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}.counter-value{animation:countUp 2.5s ease-out forwards}@keyframes countUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ant-btn.primary-button{position:relative;overflow:hidden}.ant-btn.primary-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffff1a;transform:translate(-100%);transition:transform .5s ease}.ant-btn.primary-button:hover:before{transform:translate(0)}.floating{animation:floating 3s ease-in-out infinite}@keyframes floating{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.auth-modal .ant-modal-content{border-radius:20px;overflow:hidden;box-shadow:0 25px 80px #0003;max-width:100vw;padding:0;background:transparent}.auth-modal .ant-modal-header,.auth-modal .ant-modal-close{display:none}.auth-modal .ant-modal-body{padding:0;background:transparent;min-height:500px}.auth-modal .modal-close-btn{position:absolute;top:20px;right:20px;width:40px;height:40px;border-radius:50%;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1000;transition:all .3s ease;box-shadow:0 4px 12px #00000026;border:1px solid rgba(255,255,255,.2)}.auth-modal .modal-close-btn:hover{background:#fff;transform:scale(1.1);box-shadow:0 6px 20px #0003}.auth-modal .modal-close-btn .anticon{font-size:18px;color:#333}.auth-modal .modal-content-wrapper{display:flex;min-height:500px;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #00000026}.auth-modal .modal-image-section{flex:0 0 25%;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;display:flex;align-items:center;justify-content:center;min-height:500px}.auth-modal .modal-image-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.auth-modal .modal-image-section .image-overlay{position:relative;z-index:2;text-align:center;padding:40px;color:#fff}.auth-modal .modal-image-section .image-content{max-width:300px}.auth-modal .modal-image-section .image-title{font-size:32px;font-weight:700;margin-bottom:16px;text-shadow:0 2px 4px rgba(0,0,0,.3);line-height:1.2}.auth-modal .modal-image-section .image-subtitle{font-size:16px;line-height:1.6;opacity:.9;text-shadow:0 1px 2px rgba(0,0,0,.2)}.auth-modal .modal-form-section{flex:1;background:#fff;display:flex;align-items:center;justify-content:center;padding:40px;min-height:500px;overflow-y:auto}.auth-modal .ant-modal-body{padding:0;background:#fafafa;min-height:400px}.auth-modal .modal-form-section .login-form__container{background:transparent;border-radius:0;padding:0;box-shadow:none;width:100%;max-width:450px;display:flex;flex-direction:column;justify-content:flex-start;min-height:100%}.auth-modal .modal-form-section .login-form__container .login-form__title{display:none}.auth-modal .modal-form-section .login-form__container .ant-form-item-label>label{font-weight:500;color:#333}.auth-modal .modal-form-section .login-form__container .ant-form-item-label>label .anticon{margin-right:8px;color:#1890ff}.auth-modal .modal-form-section .login-form__container .ant-input,.auth-modal .modal-form-section .login-form__container .ant-input-password,.auth-modal .modal-form-section .login-form__container .ant-select-selector{border-radius:8px;border:2px solid #f0f0f0;transition:all .3s ease;height:44px}.auth-modal .modal-form-section .login-form__container .ant-input:hover,.auth-modal .modal-form-section .login-form__container .ant-input:focus,.auth-modal .modal-form-section .login-form__container .ant-input-password:hover,.auth-modal .modal-form-section .login-form__container .ant-input-password:focus,.auth-modal .modal-form-section .login-form__container .ant-select-selector:hover,.auth-modal .modal-form-section .login-form__container .ant-select-selector:focus{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff1a}.auth-modal .modal-form-section .login-form__container .ant-btn-primary{height:48px;border-radius:8px;font-weight:600;font-size:16px;background:linear-gradient(135deg,#1890ff,#52c41a);border:none;transition:all .3s ease}.auth-modal .modal-form-section .login-form__container .ant-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1890ff4d}.auth-modal .modal-form-section .login-form__container .ant-form{width:100%}.auth-modal .modal-form-section .login-form__container .ant-form .ant-form-item{margin-bottom:20px}.auth-modal .modal-form-section .login-form__container .ant-row{margin:0 -8px!important}.auth-modal .modal-form-section .login-form__container .ant-row .ant-col{padding:0 8px!important}.auth-modal .modal-form-section .login-form__container .login-form__links{text-align:right;margin-bottom:16px}.auth-modal .modal-form-section .login-form__container .login-form__links a{color:#1890ff;font-weight:500;transition:color .3s ease}.auth-modal .modal-form-section .login-form__container .login-form__links a:hover{color:#52c41a}.auth-modal .modal-form-section .login-form__container .login-form__register{text-align:center;margin-top:16px;padding-top:16px;border-top:1px solid #f0f0f0}.auth-modal .modal-form-section .login-form__container .login-form__register a{color:#1890ff;font-weight:600;transition:color .3s ease}.auth-modal .modal-form-section .login-form__container .login-form__register a:hover{color:#52c41a}@media (max-width: 768px){.auth-modal .ant-modal-content{margin:8px;border-radius:16px;max-width:calc(100vw - 16px)}.auth-modal .ant-modal-body{padding:0;min-height:auto}.auth-modal .modal-close-btn{top:15px;right:15px;width:36px;height:36px}.auth-modal .modal-close-btn .anticon{font-size:16px}.auth-modal .modal-content-wrapper{flex-direction:column;min-height:auto;border-radius:16px}.auth-modal .modal-image-section{flex:0 0 auto;min-height:200px;padding:20px}.auth-modal .modal-image-section .image-overlay{padding:20px}.auth-modal .modal-image-section .image-title{font-size:24px;margin-bottom:12px}.auth-modal .modal-image-section .image-subtitle{font-size:14px}.auth-modal .modal-form-section{padding:20px 20px 30px;min-height:auto;align-items:flex-start}.auth-modal .modal-form-section .login-form__container{padding:0;max-width:100%}.auth-modal .modal-form-section .login-form__container .ant-form-item{margin-bottom:16px}.auth-modal .modal-form-section .login-form__container .ant-input,.auth-modal .modal-form-section .login-form__container .ant-input-password,.auth-modal .modal-form-section .login-form__container .ant-select-selector{height:44px;font-size:16px}.auth-modal .modal-form-section .login-form__container .ant-btn-primary{height:48px;font-size:16px}.auth-modal .modal-form-section .login-form__container .ant-row{margin:0!important}.auth-modal .modal-form-section .login-form__container .ant-row .ant-col{padding:0!important}}@media (max-width: 480px){.auth-modal .ant-modal-content{margin:4px;border-radius:12px;max-width:calc(100vw - 8px)}.auth-modal .modal-close-btn{top:12px;right:12px;width:32px;height:32px}.auth-modal .modal-close-btn .anticon{font-size:14px}.auth-modal .modal-content-wrapper{border-radius:12px}.auth-modal .modal-image-section{flex:0 0 auto;min-height:180px}.auth-modal .modal-image-section .image-overlay{padding:16px}.auth-modal .modal-image-section .image-title{font-size:20px;margin-bottom:8px}.auth-modal .modal-image-section .image-subtitle{font-size:13px}.auth-modal .modal-form-section{padding:20px 16px;align-items:flex-start}.auth-modal .modal-form-section .login-form__container .ant-form-item{margin-bottom:12px}.auth-modal .modal-form-section .login-form__container .ant-input,.auth-modal .modal-form-section .login-form__container .ant-input-password,.auth-modal .modal-form-section .login-form__container .ant-select-selector{height:42px}.auth-modal .modal-form-section .login-form__container .ant-btn-primary{height:46px}}@media (max-width: 360px){.auth-modal .ant-modal-content{margin:2px;border-radius:8px;max-width:calc(100vw - 4px)}.auth-modal .modal-close-btn{top:8px;right:8px;width:28px;height:28px}.auth-modal .modal-close-btn .anticon{font-size:12px}.auth-modal .modal-content-wrapper{border-radius:8px}.auth-modal .modal-image-section{flex:0 0 auto;min-height:160px}.auth-modal .modal-image-section .image-overlay{padding:12px}.auth-modal .modal-image-section .image-title{font-size:18px;margin-bottom:6px}.auth-modal .modal-image-section .image-subtitle{font-size:12px}.auth-modal .modal-form-section{padding:16px 12px;align-items:flex-start}.auth-modal .modal-form-section .login-form__container .ant-form-item{margin-bottom:8px}.auth-modal .modal-form-section .login-form__container .ant-input,.auth-modal .modal-form-section .login-form__container .ant-input-password,.auth-modal .modal-form-section .login-form__container .ant-select-selector{height:40px;font-size:14px}.auth-modal .modal-form-section .login-form__container .ant-btn-primary{height:44px;font-size:14px}}@media (min-width: 1200px){.auth-modal .ant-modal-content{border-radius:24px}.auth-modal .modal-content-wrapper{border-radius:24px;min-height:600px}.auth-modal .modal-image-section{min-height:600px}.auth-modal .modal-image-section .image-overlay{padding:60px}.auth-modal .modal-image-section .image-title{font-size:40px;margin-bottom:20px}.auth-modal .modal-image-section .image-subtitle{font-size:18px}.auth-modal .modal-form-section{padding:50px 40px;min-height:600px}.auth-modal .modal-form-section .login-form__container{max-width:550px}.auth-modal .modal-form-section .login-form__container .ant-input,.auth-modal .modal-form-section .login-form__container .ant-input-password,.auth-modal .modal-form-section .login-form__container .ant-select-selector{height:52px;font-size:16px}.auth-modal .modal-form-section .login-form__container .custom-dropdown .custom-dropdown-selector{height:52px;min-height:52px;font-size:16px}.auth-modal .modal-form-section .login-form__container .ant-btn-primary{height:56px;font-size:18px}.auth-modal .modal-form-section .login-form__container .ant-form-item{margin-bottom:20px}.auth-modal .modal-form-section .login-form__container .ant-form{width:100%}.auth-modal .modal-form-section .login-form__container .ant-row{margin:0 -8px!important}.auth-modal .modal-form-section .login-form__container .ant-row .ant-col{padding:0 8px!important}}@media (min-width: 1600px){.auth-modal .ant-modal-content{border-radius:28px}.auth-modal .modal-content-wrapper{border-radius:28px;min-height:700px}.auth-modal .modal-image-section{min-height:700px}.auth-modal .modal-image-section .image-overlay{padding:80px}.auth-modal .modal-image-section .image-title{font-size:48px;margin-bottom:24px}.auth-modal .modal-image-section .image-subtitle{font-size:20px}.auth-modal .modal-form-section{padding:60px 50px;min-height:700px}.auth-modal .modal-form-section .login-form__container{max-width:650px}.auth-modal .modal-form-section .login-form__container .ant-input,.auth-modal .modal-form-section .login-form__container .ant-input-password,.auth-modal .modal-form-section .login-form__container .ant-select-selector{height:56px;font-size:18px}.auth-modal .modal-form-section .login-form__container .ant-btn-primary{height:60px;font-size:20px}.auth-modal .modal-form-section .login-form__container .ant-form-item{margin-bottom:28px}.auth-modal .modal-form-section .login-form__container .ant-row{margin:0 -12px!important}.auth-modal .modal-form-section .login-form__container .ant-row .ant-col{padding:0 12px!important}}@media (min-width: 1920px){.auth-modal .ant-modal-content{border-radius:32px}.auth-modal .modal-content-wrapper{border-radius:32px;min-height:800px}.auth-modal .modal-image-section{min-height:800px}.auth-modal .modal-image-section .image-overlay{padding:100px}.auth-modal .modal-image-section .image-title{font-size:56px;margin-bottom:28px}.auth-modal .modal-image-section .image-subtitle{font-size:22px}.auth-modal .modal-form-section{padding:70px 60px;min-height:800px}.auth-modal .modal-form-section .login-form__container{max-width:750px}.auth-modal .modal-form-section .login-form__container .ant-input,.auth-modal .modal-form-section .login-form__container .ant-input-password,.auth-modal .modal-form-section .login-form__container .ant-select-selector{height:60px;font-size:20px}.auth-modal .modal-form-section .login-form__container .ant-btn-primary{height:64px;font-size:22px}.auth-modal .modal-form-section .login-form__container .ant-form-item{margin-bottom:32px}.auth-modal .modal-form-section .login-form__container .ant-row{margin:0 -16px!important}.auth-modal .modal-form-section .login-form__container .ant-row .ant-col{padding:0 16px!important}}.ant-modal-root .ant-modal-mask{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ant-modal-root .ant-modal-wrap{animation:modalFadeIn .3s ease-out}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}*{-webkit-box-sizing:border-box;box-sizing:border-box}body{padding:0;margin:0}#notfound{position:relative;height:100vh;background:#fff}#notfound .notfound{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.notfound{max-width:767px;width:100%;line-height:1.4;text-align:center}.notfound .notfound-error{position:relative;height:180px;margin-bottom:20px;z-index:-1}.notfound .notfound-error h1{font-family:montserrat,sans-serif;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:224px;font-weight:900;margin-top:0;margin-bottom:0;margin-left:-12px;color:#42546573;text-transform:uppercase;letter-spacing:-20px}.notfound .notfound-error h2{font-family:montserrat,sans-serif;position:absolute;left:0;right:0;top:110px;font-size:42px;font-weight:700;color:#286fd1;text-transform:uppercase;text-shadow:0 2px 0 #bfbac4;margin:0}.notfound .notfound-error h3{font-family:montserrat,sans-serif;position:absolute;left:0;right:0;top:185px;font-size:20px;font-weight:700;color:#286fd1;margin:0}.notfound p{font-family:montserrat,sans-serif;position:relative;left:0;right:0;top:15px;font-size:15px!important;font-weight:500;color:#000;margin:0}.notfound .returnLogin{margin-top:30px}@media only screen and (max-width:767px){.notfound .notfound-error h2{font-size:24px}}@media only screen and (max-width:480px){.notfound .notfound-error h1{font-size:182px}}@media only screen and (max-width:250px){.notfound .notfound-error h3{font-size:340px}}.results-page{background:#fff;padding:32px;border-radius:8px;box-shadow:0 2px 8px #00000012;animation:fadeIn .5s ease-in-out;max-width:1080px;margin:0 auto;min-height:70vh;position:relative}.results-page .welcome-title{font-size:28px;font-weight:600;margin-bottom:32px;color:#333;padding-bottom:12px;border-bottom:1px solid #f0f0f0;letter-spacing:.1px;transition:color .18s,border .2s}.results-page .welcome-title:hover{color:#1f6feb;border-bottom:1px solid #638efa}.results-page .filters-container{margin-bottom:28px;background:#f7faff;border-radius:8px;padding:18px 22px 12px;box-shadow:0 1px 8px #508cff08;display:flex;flex-wrap:wrap;align-items:center;gap:12px 14px;transition:box-shadow .18s}@media (max-width: 768px){.results-page .filters-container{padding:12px 8px 4px;margin-bottom:12px}}.results-page .filters-container label{margin-right:8px;margin-bottom:2px;font-weight:600;color:#446179;display:block}.results-page .filters-container .ant-select,.results-page .filters-container .ant-picker{min-width:140px;width:100%;max-width:210px;background:#fff;border-radius:6px;transition:box-shadow .2s}.results-page .filters-container .ant-select:hover,.results-page .filters-container .ant-select.ant-select-open,.results-page .filters-container .ant-picker:hover,.results-page .filters-container .ant-picker.ant-select-open{box-shadow:0 0 0 2px #638efa33}.results-page .results-table{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.results-page .results-table .ant-table{background:#fff;border-radius:10px;min-width:700px;box-shadow:0 2px 12px #508cff12;transition:box-shadow .25s}.results-page .results-table .ant-table-thead>tr>th{font-weight:600;background:#f0f6ff;padding:14px 16px;white-space:nowrap;border:none;font-size:15px;transition:background .15s}.results-page .results-table .ant-table-thead>tr>th .ant-table-column-sorters{min-width:20px}.results-page .results-table .ant-table-thead>tr>th .ant-table-column-sorters:hover{background:#1890ff0d}.results-page .results-table .ant-table-thead>tr>th.ant-table-column-sort{background:#e3f1ff;color:#1d74da}.results-page .results-table .ant-table-tbody>tr{animation:fadeInRow .38s ease;transition:all .18s ease;cursor:pointer}.results-page .results-table .ant-table-tbody>tr:hover>td{background:#e9f3ff!important;transform:translateY(-1px)}.results-page .results-table .ant-table-tbody>tr:active>td{background:#d6eaff!important;transform:translateY(0)}.results-page .results-table .ant-table-tbody>tr.ant-table-row-selected>td{background:#f4eefd!important;border-left:3px solid #722ed1}.results-page .results-table .ant-table-tbody>tr>td{padding:13px 16px;font-size:15px;vertical-align:middle;white-space:nowrap;border:none;transition:all .18s}.results-page .results-table .ant-table-tbody>tr>td .ant-tooltip-open{cursor:pointer;color:#355fcf;text-decoration:underline}.results-page .results-table .ant-table-pagination.ant-pagination{margin-top:24px;display:flex;justify-content:flex-end}.results-page .results-table .ant-table-pagination.ant-pagination .ant-pagination-item-active{border-color:#3e69e7;background:#3e69e7;color:#fff!important}.results-page .results-table .ant-table-pagination.ant-pagination .ant-pagination-item-active a{color:#fff!important}.results-page .results-table .ant-table-pagination.ant-pagination .ant-pagination-item,.results-page .results-table .ant-table-pagination.ant-pagination .ant-pagination-prev,.results-page .results-table .ant-table-pagination.ant-pagination .ant-pagination-next{border-radius:6px;min-width:32px;height:32px;line-height:30px;transition:all .16s}.results-page .results-table .ant-table-pagination.ant-pagination .ant-pagination-item:hover,.results-page .results-table .ant-table-pagination.ant-pagination .ant-pagination-prev:hover,.results-page .results-table .ant-table-pagination.ant-pagination .ant-pagination-next:hover{background:#eef5ff;border-color:#3e69e7;color:#3e69e7}.results-page .results-table::-webkit-scrollbar{height:6px;background:#f5f5f5}.results-page .results-table::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:12px}.results-page .results-table::-webkit-scrollbar-thumb:hover{background:#b0b0b0}@media (max-width: 900px){.results-page .results-table .ant-table-thead>tr>th,.results-page .results-table .ant-table-tbody>tr>td{padding:10px 8px;font-size:13px}.results-page .results-table .ant-table{min-width:600px}}@media (max-width: 600px){.results-page .results-table{padding-bottom:.5rem}.results-page .results-table .ant-table-thead>tr>th,.results-page .results-table .ant-table-tbody>tr>td{padding:7px 4px;font-size:11.5px}.results-page .results-table .ant-table{min-width:420px}}@media (max-width: 900px){.results-page .results-table{overflow-x:auto;-webkit-overflow-scrolling:touch;width:100vw;max-width:calc(100vw - 18px);margin-left:-9px;padding-left:9px}}@media (max-width: 600px){.results-page .results-table{width:100vw;max-width:calc(100vw - 7px);margin-left:-7px;padding-left:7px}}@media (max-width: 768px){.results-page{padding:10px}.results-page .welcome-title{font-size:19px;margin-bottom:15px}.results-page .filters-container{margin-bottom:8px}}@media (max-width: 425px){.results-page .welcome-title{font-size:15px}}@keyframes fadeInRow{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.your-result{background:linear-gradient(135deg,#fffffff7,#f5f8fff2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-height:100vh;position:relative;border-radius:16px;box-shadow:0 12px 40px #00000017;border:1px solid rgba(200,220,255,.22);overflow-y:auto;scrollbar-width:thin;scrollbar-color:#b1bad3 #f3f6fa;padding:24px 0;max-width:100vw;margin:0 auto;transition:background .4s}.your-result::-webkit-scrollbar{width:10px}.your-result::-webkit-scrollbar-thumb{background:#b1bad3;border-radius:8px}.your-result::-webkit-scrollbar-track{background:#f3f6fa;border-radius:8px}.your-result:before{content:"";pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(circle at 20% 20%,rgba(62,105,231,.08) 0%,transparent 60%),radial-gradient(circle at 80% 80%,rgba(82,196,26,.07) 0%,transparent 60%)}.your-result>*{position:relative;z-index:1}.your-result.loading-container,.your-result.error-container{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:60px 16px;width:100vw;min-height:100vh;overflow:hidden}.your-result.loading-container .loading-text,.your-result.error-container .loading-text{margin-top:16px;font-size:16px;color:#666}.your-result .result-header{text-align:center;margin-bottom:32px;padding:14px 10px 0}.your-result .result-header .trophy-icon{font-size:46px;color:#faad14;margin-bottom:12px;animation:bounce 2s infinite}.your-result .result-header .result-title{font-size:32px;font-weight:700;background:linear-gradient(135deg,#1890ff,#52c41a,#722ed1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 2px 4px rgba(0,0,0,.07);margin-bottom:9px}.your-result .result-header .performance-message{font-size:17px;font-weight:500;color:#64748b;display:block}.your-result .result-content{width:100%;max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:18px;padding:0 12px}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.your-result .score-card{background:linear-gradient(135deg,#f7fafff2,#f0f8ffe6);border-radius:24px;border:1px solid rgba(80,140,255,.15);box-shadow:0 12px 40px #508cff14;margin-bottom:10px;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all .4s cubic-bezier(.25,.46,.45,.94)}.your-result .score-card:hover{box-shadow:0 20px 60px #3e69e71f;border-color:#508cff40}.your-result .score-card .score-section{text-align:center;padding:48px 20px 40px;position:relative}.your-result .score-card .score-section .score-display{margin-bottom:24px;position:relative;display:inline-block}.your-result .score-card .score-section .score-display .ant-progress-circle{filter:drop-shadow(0 8px 16px rgba(0,0,0,.1))}.your-result .score-card .score-section .score-display .score-text .percentage{font-size:36px;font-weight:800;color:#1e2b3a;line-height:1;text-shadow:0 2px 4px rgba(0,0,0,.1)}.your-result .score-card .score-section .score-display .score-text .score-ratio{font-size:18px;font-weight:600;color:#696969;margin-top:6px;letter-spacing:1px}.your-result .score-card .score-section .score-title{color:#2c3e50;font-size:24px;font-weight:700;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.05)}.your-result .score-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,#1890ff0d,#52c41a0d,#faad140d);opacity:0;transition:opacity .3s ease;z-index:0}.your-result .score-card:hover:before{opacity:1}.your-result .score-card .score-section{position:relative;z-index:1}@media (max-width: 768px){.your-result .score-card .score-section{padding:32px 16px 28px}.your-result .score-card .score-section .score-display .score-text .percentage{font-size:28px!important}.your-result .score-card .score-section .score-display .score-text .score-ratio{font-size:14px!important}.your-result .score-card .score-section .score-title{font-size:18px!important}}.stats-cards-container{display:flex;justify-content:center;align-items:center;width:100%;margin-bottom:32px;margin-top:10px}.stats-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;justify-items:center;align-items:start;width:100%;max-width:480px}.stat-card-outer{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;display:flex;flex-direction:column;align-items:center;padding:0 12px 16px;min-width:85px;min-height:100px;max-width:110px;width:100%;position:relative;transition:box-shadow .23s,transform .23s}.stat-card-outer:hover{box-shadow:0 8px 24px #2490e91f;transform:translateY(-2px) scale(1.02)}.stat-icon-circle{position:absolute;left:50%;top:-20px;transform:translate(-50%);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff;border:3px solid #fff;z-index:2;box-shadow:0 2px 8px #0000001f}.stat-card-inner{margin-top:26px;width:100%;display:flex;flex-direction:column;align-items:center}.stat-number{font-size:22px;font-weight:700;color:#141414;margin-bottom:4px;letter-spacing:-.3px;text-shadow:0 1px 1px rgba(0,0,0,.03)}.stat-label{font-size:10px;font-weight:700;color:#767676;text-align:center;letter-spacing:.5px;margin-top:2px;line-height:1.2;text-transform:uppercase;opacity:.95}@media (min-width: 1200px){.stats-cards-grid{gap:24px;max-width:600px;grid-template-columns:repeat(4,1fr)}.stat-card-outer{min-width:120px;max-width:140px;min-height:130px;padding:0 16px 20px;border-radius:16px}.stat-icon-circle{width:50px;height:50px;font-size:24px;top:-25px;border-width:4px}.stat-card-inner{margin-top:32px}.stat-number{font-size:28px}.stat-label{font-size:12px;margin-top:6px;letter-spacing:.8px}}@media (max-width: 1199px) and (min-width: 769px){.stats-cards-grid{grid-template-columns:repeat(2,1fr);gap:20px;max-width:400px}.stat-card-outer{min-width:160px;max-width:180px;min-height:120px;padding:0 16px 18px;border-radius:14px}.stat-icon-circle{width:44px;height:44px;font-size:22px;top:-22px;border-width:3px}.stat-card-inner{margin-top:28px}.stat-number{font-size:24px}.stat-label{font-size:11px;margin-top:4px;letter-spacing:.6px}}@media (max-width: 768px) and (min-width: 481px){.stats-cards-container{margin-bottom:20px}.stats-cards-grid{grid-template-columns:repeat(2,1fr);gap:16px;max-width:350px}.stat-card-outer{min-width:140px;max-width:160px;min-height:100px;padding:0 12px 16px;border-radius:12px}.stat-icon-circle{width:36px;height:36px;font-size:18px;top:-18px;border-width:3px}.stat-card-inner{margin-top:22px}.stat-number{font-size:20px;margin-bottom:3px}.stat-label{font-size:9px;margin-top:2px;letter-spacing:.4px}}@media (max-width: 480px){.stats-cards-container{margin-bottom:16px}.stats-cards-grid{grid-template-columns:repeat(2,1fr);gap:12px;max-width:280px}.stat-card-outer{min-width:110px;max-width:130px;min-height:85px;padding:0 8px 12px;border-radius:10px}.stat-icon-circle{width:28px;height:28px;font-size:14px;top:-14px;border-width:2px}.stat-card-inner{margin-top:18px}.stat-number{font-size:16px;margin-bottom:2px}.stat-label{font-size:8px;margin-top:1px;letter-spacing:.3px;line-height:1.1}}@media (max-width: 319px){.stats-cards-grid{gap:8px;max-width:240px}.stat-card-outer{min-width:90px;max-width:110px;min-height:75px;padding:0 6px 10px;border-radius:8px}.stat-icon-circle{width:24px;height:24px;font-size:12px;top:-12px;border-width:2px}.stat-card-inner{margin-top:16px}.stat-number{font-size:14px}.stat-label{font-size:7px;letter-spacing:.2px}}.your-result .summary-card{background:linear-gradient(135deg,#fffffff7,#fafafae6);border-radius:15px;border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 18px #3e69e717;margin-bottom:18px;transition:.3s box-shadow}.your-result .summary-card:hover{box-shadow:0 10px 28px #508cff21}.your-result .summary-card .ant-card-head-title{font-size:18px!important;font-weight:600!important;color:#292929!important}.your-result .summary-card .summary-content .summary-item .ant-typography{margin-bottom:6px;font-size:15px}.your-result .summary-card .summary-content .summary-item .ant-progress{margin:6px 0}.your-result .summary-card .summary-content .summary-item .accuracy-text{font-size:15px;font-weight:600;color:#212121}.your-result .summary-card .summary-content .summary-stats .stat-row{display:flex;align-items:center;gap:7px;margin-bottom:7px}.your-result .summary-card .summary-content .summary-stats .stat-row .anticon{font-size:15px}.your-result .summary-card .summary-content .summary-stats .stat-row .ant-typography{font-size:15px;margin:0}.your-result .action-section{padding:32px 0 20px}.your-result .action-section .action-buttons{display:flex;justify-content:center;align-items:center;max-width:400px;margin:0 auto}.your-result .action-section .action-buttons .primary-action{min-width:240px;height:56px;font-size:16px;font-weight:700;border-radius:16px;position:relative;overflow:hidden}.your-result .action-section .action-buttons .primary-action:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.your-result .action-section .action-buttons .primary-action:hover:before{left:100%}@media (max-width: 768px){.your-result .action-section{padding:24px 16px 16px}.your-result .action-section .action-buttons{max-width:100%}.your-result .action-section .action-buttons .primary-action{width:100%;max-width:320px;min-width:unset;height:48px;font-size:15px}}@media (max-width: 480px){.your-result .action-section{padding:20px 12px 12px}.your-result .action-section .action-buttons .primary-action{max-width:100%;height:44px;font-size:14px}}@media (max-width: 360px){.your-result .action-section .action-buttons .primary-action{font-size:13px;height:40px}}@media (max-width: 1200px){.your-result{padding:16px 0}.your-result .result-header{margin-bottom:28px}.your-result .result-header .result-title{font-size:28px}.your-result .result-header .trophy-icon{font-size:38px}.your-result .result-header .stars-container .star{font-size:20px}}@media (max-width: 992px){.your-result .result-content{padding:0 16px;gap:16px;max-width:100%}.your-result .result-header{margin-bottom:24px}.your-result .result-header .result-title{font-size:24px}.your-result .result-header .trophy-icon{font-size:32px}.your-result .result-header .stars-container .star{font-size:18px}}@media (max-width: 768px){.your-result{padding:12px 0}.your-result .result-content{padding:0 12px;gap:16px}.your-result .result-header{margin-bottom:20px;padding:14px 16px 0}.your-result .result-header .result-title{font-size:22px}.your-result .result-header .trophy-icon{font-size:28px}.your-result .result-header .stars-container{margin:12px 0}.your-result .result-header .stars-container .star{font-size:16px;margin:0 2px}.your-result .result-header .performance-message{font-size:15px}.your-result .hover-scale:hover,.your-result .hover-lift:hover{transform:none;box-shadow:none}.your-result .card-anim:hover:before{left:-100%}}@media (max-width: 480px){.your-result{padding:8px 0}.your-result .result-content{padding:0 8px;gap:12px}.your-result .result-header{margin-bottom:16px;padding:12px 12px 0}.your-result .result-header .result-title{font-size:20px}.your-result .result-header .trophy-icon{font-size:24px}.your-result .result-header .stars-container .star{font-size:14px;margin:0 1px}.your-result .result-header .performance-message{font-size:14px}}@media (max-width: 360px){.your-result .result-content{padding:0 4px;gap:10px}.your-result .result-header{padding:8px 8px 0}.your-result .result-header .result-title{font-size:18px}.your-result .result-header .trophy-icon{font-size:20px}.your-result .result-header .stars-container .star{font-size:12px}.your-result .result-header .performance-message{font-size:13px}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.your-result .trophy-icon,.your-result .score-icon,.your-result .star{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}@media (max-width: 768px) and (orientation: landscape){.your-result .result-header{margin-bottom:16px}.your-result .result-header .trophy-container{margin-bottom:8px}.your-result .result-header .stars-container{margin:8px 0}.your-result .score-card .score-section{padding:24px 16px 20px}.your-result .action-section{padding:16px 0 12px}}@media (prefers-reduced-motion: reduce){.your-result *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media print{.your-result .action-section{display:none}.your-result .card-anim:before{display:none}.your-result *{box-shadow:none!important;animation:none!important;transition:none!important}}.your-result .stars-container{display:flex;justify-content:center;gap:8px;margin:16px 0}.your-result .stars-container .star{font-size:24px;animation:star-pop .6s cubic-bezier(.68,-.55,.265,1.55) both}.your-result .stars-container .star.star-filled{color:#faad14;text-shadow:0 0 10px rgba(250,173,20,.5)}.your-result .stars-container .star.star-empty{color:#d9d9d9}.your-result .trophy-container{position:relative;display:inline-block}.your-result .trophy-container .trophy-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background:radial-gradient(circle,rgba(250,173,20,.3) 0%,transparent 70%);border-radius:50%;animation:glow-pulse 2s ease-in-out infinite}.your-result .score-icon-container{position:absolute;top:-20px;right:-20px;z-index:10}.your-result .score-icon-container .score-icon{font-size:28px;animation:icon-float 3s ease-in-out infinite}.your-result .score-icon-container .score-icon.trophy{color:#faad14;filter:drop-shadow(0 0 8px rgba(250,173,20,.6))}.your-result .score-icon-container .score-icon.fire{color:#ff4d4f;filter:drop-shadow(0 0 8px rgba(255,77,79,.6))}.your-result .score-icon-container .score-icon.rocket{color:#1890ff;filter:drop-shadow(0 0 8px rgba(24,144,255,.6))}.your-result .score-badges{display:flex;justify-content:center;gap:8px;margin-top:16px}.your-result .score-badges .badge{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;animation:badge-bounce .6s cubic-bezier(.68,-.55,.265,1.55) both}.your-result .score-badges .badge.excellence{background:linear-gradient(135deg,#faad14,#ffd666);color:#fff;box-shadow:0 4px 15px #faad144d}.your-result .score-badges .badge.great{background:linear-gradient(135deg,#52c41a,#73d13d);color:#fff;box-shadow:0 4px 15px #52c41a4d}.your-result .score-badges .badge.good{background:linear-gradient(135deg,#1890ff,#40a9ff);color:#fff;box-shadow:0 4px 15px #1890ff4d}.your-result .ant-progress-circle-trail{transition:all .3s ease}.your-result .ant-progress-circle-path{transition:all 1.5s cubic-bezier(.25,.46,.45,.94)}@keyframes star-pop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.3)}to{transform:scale(1);opacity:1}}@keyframes glow-pulse{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.1)}}@keyframes icon-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes badge-bounce{0%{transform:scale(0) rotate(-10deg);opacity:0}50%{transform:scale(1.2) rotate(5deg)}to{transform:scale(1) rotate(0);opacity:1}}.your-result .stat-card{position:relative;overflow:hidden}.your-result .stat-card .stat-decoration{position:absolute;bottom:0;right:0;width:60px;height:60px;opacity:.1;transition:all .3s ease}.your-result .stat-card .stat-decoration.total{background:radial-gradient(circle,#1890ff 30%,transparent 70%);border-radius:50% 0 0 50%}.your-result .stat-card .stat-decoration.correct{background:radial-gradient(circle,#52c41a 30%,transparent 70%);border-radius:50% 0 0 50%}.your-result .stat-card .stat-decoration.wrong{background:radial-gradient(circle,#ff4d4f 30%,transparent 70%);border-radius:50% 0 0 50%}.your-result .stat-card .stat-decoration.accuracy{background:radial-gradient(circle,#722ed1 30%,transparent 70%);border-radius:50% 0 0 50%}.your-result .stat-card:hover .stat-decoration{opacity:.2;transform:scale(1.2)}.your-result .action-section{text-align:center;padding:24px 0}.your-result .action-section .action-buttons{display:flex;flex-direction:column;align-items:center;gap:16px}.your-result .action-section .action-buttons .primary-action{background:linear-gradient(135deg,#1890ff,#40a9ff);border:none;color:#fff;font-weight:600;letter-spacing:.5px;box-shadow:0 8px 25px #1890ff4d;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.your-result .action-section .action-buttons .primary-action:hover{background:linear-gradient(135deg,#40a9ff,#1890ff);transform:translateY(-2px);box-shadow:0 12px 35px #1890ff66}.your-result .action-section .action-buttons .secondary-actions{display:flex;gap:12px}.your-result .action-section .action-buttons .secondary-actions .secondary-action{background:#ffffffe6;border:2px solid rgba(24,144,255,.2);color:#1890ff;font-weight:500;transition:all .3s cubic-bezier(.25,.46,.45,.94);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.your-result .action-section .action-buttons .secondary-actions .secondary-action:hover{background:#1890ff1a;border-color:#1890ff;transform:translateY(-1px);box-shadow:0 8px 20px #1890ff33}.your-result .summary-card .animated-progress .ant-progress-bg{transition:all 1s cubic-bezier(.25,.46,.45,.94)}.your-result .summary-card .stat-row{transition:all .2s ease;padding:4px 8px;border-radius:8px}.your-result .summary-card .stat-row:hover{background:#00000005;transform:translate(4px)}.your-result:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(2px 2px at 20px 30px,rgba(24,144,255,.3),transparent),radial-gradient(2px 2px at 40px 70px,rgba(82,196,26,.3),transparent),radial-gradient(1px 1px at 90px 40px,rgba(250,173,20,.3),transparent),radial-gradient(1px 1px at 130px 80px,rgba(255,77,79,.3),transparent);background-repeat:repeat;background-size:200px 200px;animation:float-particles 20s linear infinite;pointer-events:none;z-index:0}@keyframes float-particles{0%{transform:translateY(0)}to{transform:translateY(-200px)}}@media (max-width: 768px){.your-result .action-section .action-buttons .secondary-actions{flex-direction:column;width:100%}.your-result .action-section .action-buttons .secondary-actions .secondary-action{width:100%}.your-result:after{display:none}}.animate-fade-in{animation:fade-in .8s cubic-bezier(.25,.46,.45,.94) both}@keyframes fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fade-up .6s cubic-bezier(.25,.46,.45,.94) both}.fade-in-up.delay-1{animation-delay:.15s}.fade-in-up.delay-2{animation-delay:.3s}.fade-in-up.delay-3{animation-delay:.45s}.fade-in-up.delay-4{animation-delay:.6s}@keyframes fade-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.pulse-effect{animation:pulse-glow 2s infinite}@keyframes pulse-glow{0%,to{transform:scale(1);box-shadow:0 0 #faad1466}50%{transform:scale(1.05);box-shadow:0 0 20px 10px #faad1400}}.hover-scale{transition:all .3s cubic-bezier(.25,.46,.45,.94)}.hover-scale:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 20px 40px #508cff26}.hover-lift{transition:all .3s cubic-bezier(.25,.46,.45,.94)}.hover-lift:hover{transform:translateY(-8px);box-shadow:0 15px 35px #0000001a}.card-anim{cursor:pointer;position:relative;overflow:hidden}.card-anim:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.card-anim:hover:before{left:100%}html,body{scroll-behavior:smooth}.your-result{overflow-y:auto!important;max-height:100vh}.result-content{position:relative;z-index:10}@media (max-width: 768px){.hover-scale:hover,.hover-lift:hover{transform:none;box-shadow:none}}.custom-dropdown{position:relative;width:100%;outline:none;cursor:pointer;font-size:16px;display:block;z-index:1}.custom-dropdown.disabled{cursor:not-allowed;opacity:.6}.custom-dropdown.open{z-index:1050}.custom-dropdown-large{font-size:18px}.custom-dropdown-large .custom-dropdown-selector{min-height:52px;padding:12px 16px;font-size:16px}.custom-dropdown-middle{font-size:16px}.custom-dropdown-middle .custom-dropdown-selector{min-height:40px;padding:8px 12px;font-size:14px}.custom-dropdown-small{font-size:14px}.custom-dropdown-small .custom-dropdown-selector{min-height:32px;padding:6px 10px;font-size:12px}.custom-dropdown-selector{display:flex;align-items:center;border:2px solid #d9d9d9;border-radius:6px;padding:8px 12px;background:#fff;transition:all .2s;min-height:40px;width:100%;box-sizing:border-box}.custom-dropdown.open .custom-dropdown-selector{border-color:#3e69e7;box-shadow:0 0 0 2px #3e69e733;background:linear-gradient(135deg,#fff,#f8faff)}.custom-dropdown-selector:hover{border-color:#3e69e7;box-shadow:0 4px 16px #3e69e726;background:linear-gradient(135deg,#fff,#f8faff)}.custom-dropdown.disabled .custom-dropdown-selector{background:linear-gradient(135deg,#f5f5f5cc,#f0f0f0cc);border-color:#d9d9d9;cursor:not-allowed}.custom-dropdown-value{flex:1;color:#222;font-weight:500}.custom-dropdown-value.placeholder{color:#bfbfbf;font-weight:400}.custom-dropdown-arrow{font-size:14px;color:#888;margin-left:8px;transition:all .2s;flex-shrink:0}.custom-dropdown.open .custom-dropdown-arrow{transform:rotate(180deg);color:#3e69e7}.custom-dropdown-list{position:absolute;top:100%;left:0;right:0;z-index:9999;background:#fff;border:1px solid rgba(217,217,217,.3);border-radius:6px;box-shadow:0 12px 40px #00000026;margin-top:4px;max-height:300px;overflow-y:auto;overflow:visible;animation:customDropdownFadeIn .2s ease;transform:translateZ(0)}.custom-dropdown-option{padding:12px 16px;cursor:pointer;transition:all .2s;color:#333;font-size:14px}.custom-dropdown-option:hover{background:#3e69e71a;color:#3e69e7}.custom-dropdown-option.selected{background:#3e69e7;color:#fff;font-weight:600}.custom-dropdown-option.selected:hover{background:#2952d1}.custom-dropdown-option.disabled{color:#bfbfbf;cursor:not-allowed;background:transparent}@keyframes customDropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.test-page{background:linear-gradient(135deg,#fffffff2,#ffffffe6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:20px;border-radius:16px;box-shadow:0 12px 40px #00000014;animation:enhancedFadeIn .6s cubic-bezier(.4,0,.2,1);max-width:1500px;margin:auto;min-height:auto;border:1px solid rgba(255,255,255,.3);position:relative;overflow:hidden}.test-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 20%,rgba(24,144,255,.05) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(82,196,26,.05) 0%,transparent 50%);pointer-events:none;z-index:0}.test-page>*{position:relative;z-index:1}.test-page .test-title{font-size:32px;font-weight:700;margin-bottom:20px;color:#333;text-align:center;letter-spacing:.5px;background:linear-gradient(135deg,#1890ff,#52c41a,#722ed1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:all .4s ease;text-shadow:0 2px 4px rgba(0,0,0,.1)}.test-page .test-title:hover{transform:scale(1.02);filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.test-page .test-subtitle{font-size:18px;color:#666;text-align:center;margin-bottom:32px;line-height:1.6;transition:all .3s ease}.test-page .test-subtitle:hover{color:#333;transform:translateY(-2px)}.test-page .test-form-container{background:linear-gradient(135deg,#f7faffe6,#f0f8ffcc);border-radius:16px;padding:20px;box-shadow:0 8px 32px #508cff1f;border:1px solid rgba(80,140,255,.1);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:visible;z-index:0}.test-page .test-form-container:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .8s ease}.test-page .test-form-container:hover{box-shadow:0 16px 48px #508cff26}.test-page .test-form-container:hover:before{left:100%}.test-page .test-form-container .test-form{max-width:700px;margin:0 auto;overflow:visible;position:relative;z-index:0}.test-page .test-form-container .test-form .ant-form-item-label>label{font-weight:600;font-size:16px;color:#446179;margin-bottom:12px;transition:all .3s ease}.test-page .test-form-container .test-form .ant-form-item-label>label:hover{color:#3e69e7;transform:translate(2px)}.test-page .test-form-container .test-form .form-select{position:relative;z-index:10}.test-page .test-form-container .test-form .form-select .ant-select-selector{background:linear-gradient(135deg,#fffffff2,#ffffffe6);border:2px solid rgba(217,217,217,.5);border-radius:12px;height:52px;padding:12px 16px;transition:all .4s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 2px 8px #0000000d}.test-page .test-form-container .test-form .form-select .ant-select-selector:hover{border-color:#3e69e7;box-shadow:0 4px 16px #3e69e726;transform:translateY(-2px) scale(1.01);background:linear-gradient(135deg,#fff,#f8faff)}.test-page .test-form-container .test-form .form-select.ant-select-focused .ant-select-selector{border-color:#3e69e7;box-shadow:0 0 0 4px #3e69e733;transform:scale(1.02);background:linear-gradient(135deg,#fff,#f8faff)}.test-page .test-form-container .test-form .form-select.ant-select-disabled .ant-select-selector{background:linear-gradient(135deg,#f5f5f5cc,#f0f0f0cc);color:#bfbfbf;cursor:not-allowed;transform:none}.test-page .test-form-container .test-form .form-select .ant-select-selection-placeholder{color:#bfbfbf;font-size:15px;transition:all .3s ease}.test-page .test-form-container .test-form .form-select .ant-select-selection-item{color:#333;font-size:15px;font-weight:500;transition:all .3s ease}.test-page .test-form-container .test-form .form-select .ant-select-arrow{transition:all .3s ease}.test-page .test-form-container .test-form .form-select .ant-select-arrow:hover{transform:scale(1.2)}.test-page .test-form-container .test-form .ant-form-item{margin-bottom:24px;transition:all .3s ease;display:flex;flex-direction:column;position:relative;z-index:auto;overflow:visible}.test-page .test-form-container .test-form .ant-form-item-label{margin-bottom:8px}.test-page .test-form-container .test-form .ant-form-item-label>label{display:flex;align-items:center;height:auto;padding:0}.test-page .test-form-container .test-form .ant-form-item-control{flex:1;width:100%}.test-page .test-form-container .test-form .custom-dropdown{width:100%;display:block}.test-page .test-form-container .test-form .submit-button{width:100%;height:56px;background:linear-gradient(135deg,#3e69e7,#2952d1);border:none;border-radius:12px;font-size:18px;font-weight:600;color:#fff!important;margin-top:16px;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 6px 20px #3e69e74d;position:relative;overflow:hidden}.test-page .test-form-container .test-form .submit-button .anticon,.test-page .test-form-container .test-form .submit-button span{color:#fff!important}.test-page .test-form-container .test-form .submit-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.test-page .test-form-container .test-form .submit-button:hover{background:linear-gradient(135deg,#2952d1,#1a3bb8);color:#fff!important;transform:translateY(-3px) scale(1.02);box-shadow:0 12px 32px #3e69e766}.test-page .test-form-container .test-form .submit-button:hover .anticon,.test-page .test-form-container .test-form .submit-button:hover span{color:#fff!important}.test-page .test-form-container .test-form .submit-button:hover:before{left:100%}.test-page .test-form-container .test-form .submit-button:active{transform:translateY(-1px) scale(.98);box-shadow:0 6px 20px #3e69e780;color:#fff!important}.test-page .test-form-container .test-form .submit-button:focus{outline:none;box-shadow:0 6px 20px #3e69e74d,0 0 0 4px #3e69e733;color:#fff!important}.test-page .test-form-container .test-form .submit-button.ant-btn-loading{background:linear-gradient(135deg,#91d5ff,#bae7ff);color:#fff!important}.test-page .test-form-container .test-form .submit-button.ant-btn-loading .anticon,.test-page .test-form-container .test-form .submit-button.ant-btn-loading span{color:#fff!important}.test-page .test-form-container .test-form .ant-form-item-explain-error{color:#ff4d4f;font-size:14px;margin-top:8px;animation:errorShake .3s ease;font-weight:500}@media (max-width: 1024px) and (min-width: 769px){.test-page{padding:24px;max-width:900px;margin:16px auto}.test-page .test-title{font-size:30px;margin-bottom:18px}.test-page .test-subtitle{font-size:17px;margin-bottom:28px}.test-page .test-form-container{padding:28px;margin:0 16px}.test-page .test-form-container .test-form{max-width:600px}.test-page .test-form-container .test-form .form-select .ant-select-selector{height:50px;padding:11px 15px}.test-page .test-form-container .test-form .submit-button{height:54px;font-size:17px}.test-page .test-form-container .test-form .ant-form-item{margin-bottom:20px}.test-page .test-form-container .test-form .ant-form-item:hover{transform:translate(2px)}}@media (max-width: 768px) and (min-width: 481px){.test-page{padding:16px;margin:8px auto;max-width:calc(100vw - 16px);min-height:auto}.test-page .test-title{font-size:26px;margin-bottom:16px;line-height:1.3}.test-page .test-subtitle{font-size:16px;margin-bottom:24px;line-height:1.5;padding:0 4px}.test-page .test-form-container{padding:20px 16px;margin:0;border-radius:12px}.test-page .test-form-container .test-form{max-width:100%}.test-page .test-form-container .test-form .ant-form-item-label>label{font-size:15px;margin-bottom:8px}.test-page .test-form-container .test-form .form-select .ant-select-selector{height:48px;padding:10px 14px;border-radius:10px;font-size:15px}.test-page .test-form-container .test-form .submit-button{height:50px;font-size:16px;border-radius:10px;margin-top:16px}.test-page .test-form-container .test-form .ant-form-item{margin-bottom:20px}.test-page .test-form-container .test-form .ant-form-item:hover{transform:none}.test-page .test-form-container:hover{transform:translateY(-2px)}}@media (max-width: 480px){.test-page{padding:12px;margin:4px auto;max-width:calc(100vw - 8px);min-height:auto}.test-page .test-title{font-size:22px;margin-bottom:12px;line-height:1.3}.test-page .test-title:hover{transform:none}.test-page .test-subtitle{font-size:14px;margin-bottom:20px;line-height:1.4;padding:0 4px}.test-page .test-subtitle:hover{transform:none}.test-page .test-form-container{padding:16px 12px;margin:0;border-radius:10px}.test-page .test-form-container .test-form .ant-form-item-label>label{font-size:14px;margin-bottom:6px}.test-page .test-form-container .test-form .ant-form-item-label>label:hover{transform:none}.test-page .test-form-container .test-form .form-select .ant-select-selector{height:44px;padding:8px 12px;border-radius:8px;font-size:14px}.test-page .test-form-container .test-form .form-select .ant-select-selector:hover{transform:translateY(-1px)}.test-page .test-form-container .test-form .form-select .ant-select-selection-placeholder,.test-page .test-form-container .test-form .form-select .ant-select-selection-item{font-size:14px}.test-page .test-form-container .test-form .submit-button{height:46px;font-size:15px;border-radius:8px;margin-top:12px}.test-page .test-form-container .test-form .submit-button:hover{transform:translateY(-1px)}.test-page .test-form-container .test-form .ant-form-item{margin-bottom:16px}.test-page .test-form-container .test-form .ant-form-item:hover{transform:none}.test-page .test-form-container:hover{transform:translateY(-1px)}}@media (max-width: 320px){.test-page{padding:8px;margin:2px auto;max-width:calc(100vw - 4px)}.test-page .test-title{font-size:20px;margin-bottom:10px;line-height:1.2}.test-page .test-subtitle{font-size:13px;margin-bottom:16px;line-height:1.4;padding:0 2px}.test-page .test-form-container{padding:12px 8px;margin:0;border-radius:8px}.test-page .test-form-container .test-form .ant-form-item-label>label{font-size:13px;margin-bottom:4px}.test-page .test-form-container .test-form .form-select .ant-select-selector{height:42px;padding:6px 10px;font-size:13px}.test-page .test-form-container .test-form .submit-button{height:44px;font-size:14px;margin-top:10px}.test-page .test-form-container .test-form .ant-form-item{margin-bottom:14px}}@keyframes enhancedFadeIn{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes errorShake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.ant-select-dropdown{border-radius:12px!important;box-shadow:0 12px 40px #00000026!important;background:#fff!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;border:1px solid rgba(217,217,217,.3)!important;z-index:1050!important;max-height:300px!important;min-width:200px!important;animation:dropdownFadeIn .3s ease!important}.ant-select-dropdown .ant-select-item{border-radius:6px!important;margin:2px 6px!important;padding:12px!important;background:transparent!important;transition:all .2s ease!important}.ant-select-dropdown .ant-select-item:hover{background:#3e69e71a!important;color:#3e69e7!important}.ant-select-dropdown .ant-select-item.ant-select-item-option-selected{background:#3e69e7!important;color:#fff!important;font-weight:600!important}.ant-select-dropdown .ant-select-item.ant-select-item-option-selected:hover{background:#2952d1!important}@media (max-width: 768px){.ant-select-dropdown{border-radius:8px!important;max-height:250px!important}.ant-select-dropdown .ant-select-item{padding:10px 12px!important;font-size:14px!important}}@media (max-width: 480px){.ant-select-dropdown{border-radius:6px!important;max-height:200px!important}.ant-select-dropdown .ant-select-item{padding:8px 10px!important;font-size:13px!important}}.test-page .ant-select{position:relative!important}.test-page .ant-select .ant-select-selector{z-index:1!important}.test-page .ant-select.ant-select-open{z-index:10!important}.test-page .ant-select.ant-select-open .ant-select-selector{border-color:#3e69e7!important;box-shadow:0 0 0 2px #3e69e733!important}.ant-select-dropdown .rc-virtual-list,.ant-select-dropdown .rc-virtual-list-holder{max-height:300px!important;overflow-y:auto!important}.quiz-taking{background:linear-gradient(135deg,#fffffff2,#ffffffe6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:20px;border-radius:16px;box-shadow:0 12px 40px #00000014;animation:fadeIn .6s cubic-bezier(.4,0,.2,1);max-width:100%;margin:0 auto;height:100vh;border:1px solid rgba(255,255,255,.3);position:relative;overflow:hidden;display:flex;flex-direction:column}.quiz-taking:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 20%,rgba(62,105,231,.05) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(82,196,26,.05) 0%,transparent 50%);pointer-events:none;z-index:0}.quiz-taking>*{position:relative;z-index:1}.quiz-taking .quiz-header{text-align:center;margin-bottom:20px;flex-shrink:0}.quiz-taking .quiz-header .quiz-title-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:20px}.quiz-taking .quiz-header .quiz-title-container .quiz-title{font-size:32px;font-weight:700;margin:0;color:#333;background:linear-gradient(135deg,#1890ff,#52c41a,#722ed1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 2px 4px rgba(0,0,0,.1);transition:all .3s ease}.quiz-taking .quiz-header .quiz-title-container .quiz-title:hover{transform:scale(1.02)}.quiz-taking .quiz-header .quiz-title-container .timer-container{display:flex;align-items:center;gap:8px;background:#ffffffe6;padding:12px 20px;border-radius:20px;box-shadow:0 4px 16px #0000001a;border:2px solid rgba(62,105,231,.2)}.quiz-taking .quiz-header .quiz-title-container .timer-container .timer-icon{font-size:20px;color:#3e69e7}.quiz-taking .quiz-header .quiz-title-container .timer-container .ant-statistic{margin:0}.quiz-taking .quiz-header .quiz-progress{max-width:400px;margin:0 auto}.quiz-taking .quiz-header .quiz-progress .ant-progress-text{color:#3e69e7!important;font-weight:600;font-size:16px}.quiz-taking .quiz-header .quiz-progress .ant-progress-bg{border-radius:8px}.quiz-taking .quiz-header .quiz-progress .ant-progress-inner{border-radius:8px;background:#3e69e71a}.quiz-taking .quiz-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.quiz-taking .quiz-content-scroll{flex:1;overflow-y:auto;padding-right:8px;margin-right:-8px}.quiz-taking .question-container{background:linear-gradient(135deg,#f7faffe6,#f0f8ffcc);border-radius:16px;padding:32px;box-shadow:0 8px 32px #508cff1f;border:1px solid rgba(80,140,255,.1);transition:all .4s cubic-bezier(.4,0,.2,1);width:100%;margin-bottom:20px}.quiz-taking .question-container:hover{transform:translateY(-2px);box-shadow:0 12px 40px #508cff26}.quiz-taking .question-container .question-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.quiz-taking .question-container .question-header .question-number{font-size:18px;font-weight:600;color:#3e69e7;background:#3e69e71a;padding:8px 16px;border-radius:20px}.quiz-taking .question-container .question-header .question-type{font-size:14px;color:#666;background:#0000000d;padding:6px 12px;border-radius:16px}.quiz-taking .question-container .question-text{font-size:20px;font-weight:500;color:#333;line-height:1.6;margin-bottom:32px;padding:20px;background:#fffc;border-radius:12px;border-left:4px solid #3E69E7;box-shadow:0 4px 16px #0000000d}.quiz-taking .question-container .options-container .quiz-radio-group,.quiz-taking .question-container .options-container .quiz-radio-group .options-list{width:100%}.quiz-taking .question-container .options-container .quiz-radio-group .options-list .quiz-radio-option{width:100%;padding:16px 20px;margin:0 0 16px;border:2px solid rgba(217,217,217,.5);border-radius:12px;background:#fffc;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;overflow:hidden}.quiz-taking .question-container .options-container .quiz-radio-group .options-list .quiz-radio-option:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(62,105,231,.1),transparent);transition:left .5s ease}.quiz-taking .question-container .options-container .quiz-radio-group .options-list .quiz-radio-option:hover{border-color:#3e69e7;transform:translate(4px) scale(1.01);box-shadow:0 6px 20px #3e69e726;background:#f8faffe6}.quiz-taking .question-container .options-container .quiz-radio-group .options-list .quiz-radio-option:hover:before{left:100%}.quiz-taking .question-container .options-container .quiz-radio-group .options-list .quiz-radio-option.ant-radio-wrapper-checked{border-color:#3e69e7;background:linear-gradient(135deg,#3e69e71a,#3e69e70d);transform:translate(6px);box-shadow:0 8px 24px #3e69e733}.quiz-taking .question-container .options-container .quiz-radio-group .options-list .quiz-radio-option.ant-radio-wrapper-checked .option-label{color:#3e69e7;font-weight:600}.quiz-taking .question-container .options-container .quiz-radio-group .options-list .quiz-radio-option .ant-radio{margin-right:16px}.quiz-taking .question-container .options-container .quiz-radio-group .options-list .quiz-radio-option .ant-radio .ant-radio-inner{width:20px;height:20px;border-width:2px}.quiz-taking .question-container .options-container .quiz-radio-group .options-list .quiz-radio-option .ant-radio .ant-radio-inner:after{width:10px;height:10px}.quiz-taking .question-container .options-container .quiz-radio-group .options-list .quiz-radio-option .ant-radio.ant-radio-checked .ant-radio-inner{border-color:#3e69e7;background-color:#3e69e7}.quiz-taking .question-container .options-container .quiz-radio-group .options-list .quiz-radio-option .option-label{font-size:16px;font-weight:500;color:#333;transition:all .3s ease}.quiz-taking .quiz-navigation{display:flex;justify-content:space-between;align-items:center;padding:20px 0;flex-wrap:nowrap;gap:16px;min-height:80px;width:100%;flex-shrink:0;background:#ffffffe6;border-top:1px solid rgba(0,0,0,.1);margin-top:auto}.quiz-taking .quiz-navigation .nav-button{height:52px;border-radius:12px;font-size:16px;font-weight:600;padding:0 24px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;min-width:120px;flex-shrink:0}.quiz-taking .quiz-navigation .nav-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.quiz-taking .quiz-navigation .nav-button:hover:not(:disabled){transform:translateY(-2px) scale(1.02)}.quiz-taking .quiz-navigation .nav-button:hover:not(:disabled):before{left:100%}.quiz-taking .quiz-navigation .nav-button:active:not(:disabled){transform:translateY(0) scale(.98)}.quiz-taking .quiz-navigation .nav-button.prev-button{background:linear-gradient(135deg,#52c41a,#389e0d);border:none;color:#fff;box-shadow:0 6px 20px #52c41a4d}.quiz-taking .quiz-navigation .nav-button.prev-button:hover:not(:disabled){background:linear-gradient(135deg,#389e0d,#237804);box-shadow:0 8px 24px #52c41a66}.quiz-taking .quiz-navigation .nav-button.next-button{background:linear-gradient(135deg,#3e69e7,#2952d1);border:none;color:#fff;box-shadow:0 6px 20px #3e69e74d}.quiz-taking .quiz-navigation .nav-button.next-button:hover:not(:disabled){background:linear-gradient(135deg,#2952d1,#1a3bb8);box-shadow:0 8px 24px #3e69e766}.quiz-taking .quiz-navigation .nav-button.submit-button{background:linear-gradient(135deg,#722ed1,#531dab);border:none;color:#fff;box-shadow:0 6px 20px #722ed14d}.quiz-taking .quiz-navigation .nav-button.submit-button:hover:not(:disabled){background:linear-gradient(135deg,#531dab,#391085);box-shadow:0 8px 24px #722ed166}.quiz-taking .quiz-navigation .nav-button:disabled{background:linear-gradient(135deg,#d9d9d9,#bfbfbf);color:#fff;cursor:not-allowed;transform:none;box-shadow:none}.quiz-taking .quiz-navigation .question-indicator{display:flex;gap:12px;align-items:center;flex-wrap:wrap;justify-content:center;flex:1;min-width:0}.quiz-taking .quiz-navigation .question-indicator .indicator-dot{width:12px;height:12px;border-radius:50%;background:#d9d9d999;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;flex-shrink:0}.quiz-taking .quiz-navigation .question-indicator .indicator-dot:hover{transform:scale(1.3);background:#3e69e799}.quiz-taking .quiz-navigation .question-indicator .indicator-dot.active{background:#3e69e7;transform:scale(1.4);box-shadow:0 0 0 3px #3e69e74d}.quiz-taking .quiz-navigation .question-indicator .indicator-dot.answered{background:#52c41a}.quiz-taking .quiz-navigation .question-indicator .indicator-dot.answered:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:8px;font-weight:700}.quiz-taking .quiz-navigation .question-indicator .indicator-dot.answered.active{background:#3e69e7}.quiz-taking .quiz-navigation .question-indicator .indicator-dot.answered.active:after{display:none}@media (max-width: 1200px){.quiz-taking{padding:16px}.quiz-taking .quiz-header .quiz-title-container .quiz-title{font-size:28px}.quiz-taking .question-container{padding:24px}}@media (max-width: 992px){.quiz-taking{padding:12px}.quiz-taking .quiz-header .quiz-title-container{flex-direction:column;gap:16px}.quiz-taking .quiz-header .quiz-title-container .quiz-title{font-size:26px}.quiz-taking .quiz-navigation{gap:12px}.quiz-taking .quiz-navigation .nav-button{min-width:100px;padding:0 20px;font-size:15px}.quiz-taking .quiz-navigation .question-indicator{gap:10px}.quiz-taking .question-container{padding:20px}}@media (max-width: 768px){.quiz-taking{padding:8px}.quiz-taking .quiz-header{margin-bottom:16px}.quiz-taking .quiz-header .quiz-title-container .quiz-title{font-size:24px}.quiz-taking .quiz-header .quiz-title-container .timer-container{padding:10px 16px}.quiz-taking .quiz-header .quiz-title-container .timer-container .timer-icon{font-size:18px}.quiz-taking .question-container{padding:16px}.quiz-taking .question-container .question-text{font-size:18px;margin-bottom:24px;padding:16px}.quiz-taking .question-container .options-container .quiz-radio-group .options-list .quiz-radio-option{padding:14px 16px;margin-bottom:12px}.quiz-taking .question-container .options-container .quiz-radio-group .options-list .quiz-radio-option:hover{transform:translate(2px) scale(1.005)}.quiz-taking .question-container .options-container .quiz-radio-group .options-list .quiz-radio-option .option-label{font-size:15px}.quiz-taking .quiz-navigation{padding:16px 0;gap:8px}.quiz-taking .quiz-navigation .nav-button{height:48px;font-size:14px;min-width:90px;padding:0 16px}.quiz-taking .quiz-navigation .question-indicator{gap:8px}.quiz-taking .quiz-navigation .question-indicator .indicator-dot{width:10px;height:10px}}@media (max-width: 480px){.quiz-taking{padding:4px}.quiz-taking .quiz-header .quiz-title-container .quiz-title{font-size:20px}.quiz-taking .question-container{padding:12px}.quiz-taking .question-container .question-header{flex-direction:column;gap:12px;align-items:flex-start}.quiz-taking .question-container .question-header .question-number{font-size:16px}.quiz-taking .question-container .question-header .question-type{font-size:13px}.quiz-taking .question-container .question-text{font-size:16px;padding:14px}.quiz-taking .question-container .options-container .quiz-radio-group .options-list .quiz-radio-option{padding:12px 14px;margin-bottom:10px}.quiz-taking .question-container .options-container .quiz-radio-group .options-list .quiz-radio-option .option-label{font-size:14px}.quiz-taking .question-container .options-container .quiz-radio-group .options-list .quiz-radio-option .ant-radio .ant-radio-inner{width:18px;height:18px}.quiz-taking .question-container .options-container .quiz-radio-group .options-list .quiz-radio-option .ant-radio .ant-radio-inner:after{width:8px;height:8px}.quiz-taking .quiz-navigation{flex-wrap:wrap;justify-content:center;gap:12px;padding:12px 0}.quiz-taking .quiz-navigation .nav-button{height:44px;font-size:14px;min-width:100px;padding:0 12px;flex:0 0 auto}.quiz-taking .quiz-navigation .question-indicator{order:-1;width:100%;justify-content:center;margin-bottom:12px;gap:8px}.quiz-taking .quiz-navigation .question-indicator .indicator-dot{width:8px;height:8px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.user-results-modal .ant-modal-header{border-bottom:1px solid #f0f0f0;padding:16px 24px}.user-results-modal .ant-modal-body{padding:24px;max-height:70vh;overflow-y:auto}.user-results-modal .user-results-content .results-summary .ant-col{padding:8px}.user-results-modal .user-results-content .results-table-wrapper .ant-table .ant-table-thead>tr>th{background-color:#fafafa;font-weight:600;color:#262626}.user-results-modal .user-results-content .results-table-wrapper .ant-table .ant-table-tbody>tr:hover>td{background-color:#f5f5f5}.user-results-modal .user-results-content .results-table-wrapper .ant-table .ant-table-tbody>tr>td{vertical-align:middle}@media (max-width: 768px){.user-results-modal .ant-modal{width:95%!important;margin:10px}.user-results-modal .results-summary .ant-col{margin-bottom:16px}.user-results-modal .ant-table{font-size:12px}}.user-results-modal .ant-modal-mask{animation:fadeIn .3s ease-in-out}.user-results-modal .ant-modal-wrap{animation:slideIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.users-page-container{padding:16px 12px;height:100vh;background:transparent;display:flex;flex-direction:column;overflow:hidden}.users-page-container .welcome-title{font-size:1.8rem;font-weight:700;margin-bottom:12px;color:#222;flex-shrink:0}.users-page-container .users-filter-card{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:12px;box-shadow:0 2px 8px #0000000d;margin-bottom:12px;padding:12px;flex-shrink:0}.users-page-container .users-filter-card .ant-input-affix-wrapper,.users-page-container .users-filter-card .ant-select-selector{border-radius:8px!important;font-size:.95rem}.users-page-container .users-filter-card .search-input{width:100%;font-size:.95rem}.users-page-container .users-filter-card .search-input.ant-input-affix-wrapper{width:100%}.users-page-container .search-section{width:100%;display:flex;align-items:flex-start;gap:8px;flex-wrap:nowrap}.users-page-container .search-button{height:32px;border-radius:6px;font-weight:600;font-size:12px;background:linear-gradient(135deg,#1890ff,#52c41a);border:none;transition:all .3s ease;padding:0 12px;white-space:nowrap;line-height:30px}.users-page-container .search-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #1890ff4d}.users-page-container .search-button:disabled{background:#f5f5f5;color:#bfbfbf;transform:none;box-shadow:none;cursor:not-allowed}.users-page-container .users-table-wrapper{background:#fff;border-radius:10px;box-shadow:0 1px 6px #0000000a;padding:10px;overflow:hidden;max-width:100%;flex:1;display:flex;flex-direction:column;min-height:0}.users-page-container .users-table-wrapper .ant-table{font-size:13px;overflow:auto;flex:1}.users-page-container .users-table-wrapper .ant-table-wrapper{overflow:auto;flex:1}@media (min-width: 1440px){.users-page-container{padding:16px 20px;height:100vh;overflow:hidden}.users-page-container .welcome-title{font-size:1.8rem;margin-bottom:12px}.users-page-container .users-filter-card{margin-bottom:12px;padding:12px 14px;flex-shrink:0}.users-page-container .users-filter-card .ant-input-affix-wrapper,.users-page-container .users-filter-card .ant-select-selector{font-size:.9rem}.users-page-container .users-filter-card .search-button{font-size:11px;padding:0 12px;height:30px;line-height:28px}.users-page-container .users-table-wrapper{padding:10px;flex:1;overflow:hidden}.users-page-container .users-table-wrapper .ant-table{font-size:13px}}@media (min-width: 1024px) and (max-width: 1439px){.users-page-container{padding:14px;height:100vh;overflow:hidden}.users-page-container .welcome-title{font-size:1.6rem;margin-bottom:10px}.users-page-container .users-filter-card{margin-bottom:10px;padding:11px 12px;flex-shrink:0}.users-page-container .users-filter-card .ant-input-affix-wrapper,.users-page-container .users-filter-card .ant-select-selector{font-size:.85rem}.users-page-container .users-filter-card .search-button{font-size:10px;padding:0 10px;height:28px;line-height:26px}.users-page-container .users-table-wrapper{padding:10px;flex:1;overflow:hidden}.users-page-container .users-table-wrapper .ant-table{font-size:12px}}@media (min-width: 768px) and (max-width: 1023px){.users-page-container{padding:12px 10px;height:100vh;overflow:hidden}.users-page-container .welcome-title{font-size:1.3rem;margin-bottom:8px}.users-page-container .users-filter-card{margin-bottom:10px;padding:10px;flex-shrink:0}.users-page-container .users-filter-card .ant-input-affix-wrapper,.users-page-container .users-filter-card .ant-select-selector{font-size:.8rem}.users-page-container .users-filter-card .search-button{font-size:9px;padding:0 8px;height:28px;line-height:26px}.users-page-container .users-filter-card .search-input{font-size:.8rem}.users-page-container .users-table-wrapper{padding:9px;flex:1;overflow:hidden}.users-page-container .users-table-wrapper .ant-table{font-size:11px}.users-page-container .users-table-wrapper .ant-table-cell{padding:8px 5px!important}}@media (min-width: 600px) and (max-width: 767px){.users-page-container{padding:10px 8px;height:100vh;overflow:hidden}.users-page-container .welcome-title{font-size:1.1rem;margin-bottom:7px}.users-page-container .users-filter-card{margin-bottom:8px;padding:8px;flex-shrink:0}.users-page-container .users-filter-card .ant-input-affix-wrapper,.users-page-container .users-filter-card .ant-select-selector{font-size:.75rem}.users-page-container .users-filter-card .search-button{font-size:9px;padding:0 6px;height:26px;line-height:24px}.users-page-container .users-filter-card .search-input{font-size:.75rem}.users-page-container .users-table-wrapper{padding:8px;flex:1;overflow:hidden}.users-page-container .users-table-wrapper .ant-table{font-size:10px;overflow:auto}.users-page-container .users-table-wrapper .ant-table-cell{padding:6px 3px!important}}@media (min-width: 480px) and (max-width: 599px){.users-page-container{padding:8px 6px;height:100vh;overflow:hidden}.users-page-container .welcome-title{font-size:.95rem;margin-bottom:6px}.users-page-container .users-filter-card{margin-bottom:7px;padding:7px;flex-shrink:0}.users-page-container .users-filter-card .ant-input-affix-wrapper,.users-page-container .users-filter-card .ant-select-selector{font-size:.7rem}.users-page-container .users-filter-card .search-button{font-size:8px;padding:0 5px;height:24px;line-height:22px}.users-page-container .users-filter-card .search-input{font-size:.7rem}.users-page-container .users-table-wrapper{padding:7px;flex:1;overflow:hidden}.users-page-container .users-table-wrapper .ant-table{font-size:9px;overflow:auto}.users-page-container .users-table-wrapper .ant-table-cell{padding:5px 2px!important}}@media (max-width: 479px){.users-page-container{padding:6px 4px;height:100vh;overflow:hidden}.users-page-container .welcome-title{font-size:.85rem;margin-bottom:5px}.users-page-container .users-filter-card{margin-bottom:6px;padding:6px;flex-shrink:0}.users-page-container .users-filter-card .ant-input-affix-wrapper,.users-page-container .users-filter-card .ant-select-selector{font-size:.65rem}.users-page-container .users-filter-card .search-button{font-size:7px;padding:0 4px;height:22px;line-height:20px}.users-page-container .users-filter-card .search-input{font-size:.65rem}.users-page-container .users-table-wrapper{padding:6px;flex:1;overflow:hidden}.users-page-container .users-table-wrapper .ant-table{font-size:8px;overflow:auto}.users-page-container .users-table-wrapper .ant-table-cell{padding:4px 2px!important}}.import-modal .ant-modal-content{border-radius:16px;overflow:hidden;box-shadow:0 25px 80px #00000026;padding:0}.import-modal .ant-upload-wrapper,.import-modal .ant-upload-btn{outline:none!important;box-shadow:none!important}.import-modal .ant-upload-wrapper:before,.import-modal .ant-upload-wrapper:after,.import-modal .ant-upload-btn:before,.import-modal .ant-upload-btn:after{display:none!important;content:none!important;opacity:0!important;visibility:hidden!important}.import-modal .ant-upload-drag-container:before,.import-modal .ant-upload-drag-container:after{display:none!important;content:none!important}.import-modal [class*=ant-upload]:before,.import-modal [class*=ant-upload]:after{display:none!important;content:none!important}.import-modal .ant-modal-header,.import-modal .ant-modal-close{display:none}.import-modal .ant-modal-body{padding:0!important}.import-modal .import-modal-content{padding:24px;background:#fafafa;min-height:auto}.import-modal .import-modal-header{text-align:center;margin-bottom:24px}.import-modal .import-modal-header .import-icon{font-size:36px;color:#52c41a;margin-bottom:12px;display:block}.import-modal .import-modal-header .import-title{margin-bottom:0!important;color:#1f1f1f;font-weight:700}.import-modal .import-modal-body{margin-bottom:20px}.import-modal .import-modal-body .ant-upload-wrapper .ant-upload-drag:before,.import-modal .import-modal-body .ant-upload-wrapper .ant-upload-drag:after{display:none!important}.import-modal .import-modal-body .ant-upload-wrapper .ant-upload-drag{border:2px dashed #d9d9d9!important;background:#fff!important}.import-modal .import-modal-body .ant-upload-wrapper .ant-upload-drag:hover{border-color:#1890ff!important;background:#f0f9ff!important}.import-modal .import-modal-body .ant-upload-wrapper .ant-upload-drag:before,.import-modal .import-modal-body .ant-upload-wrapper .ant-upload-drag:after{display:none!important;content:none!important}.import-modal .import-modal-body .ant-upload-wrapper .ant-upload-drag *:before,.import-modal .import-modal-body .ant-upload-wrapper .ant-upload-drag *:after{display:none!important;content:none!important}.import-modal .import-modal-body .ant-upload-wrapper .ant-upload-drag .ant-upload-drag-icon,.import-modal .import-modal-body .ant-upload-wrapper .ant-upload-drag .ant-upload-hint,.import-modal .import-modal-body .ant-upload-wrapper .ant-upload-drag .ant-upload-text{position:relative}.import-modal .import-modal-body .ant-upload-wrapper .ant-upload-drag .ant-upload-drag-icon:before,.import-modal .import-modal-body .ant-upload-wrapper .ant-upload-drag .ant-upload-drag-icon:after,.import-modal .import-modal-body .ant-upload-wrapper .ant-upload-drag .ant-upload-hint:before,.import-modal .import-modal-body .ant-upload-wrapper .ant-upload-drag .ant-upload-hint:after,.import-modal .import-modal-body .ant-upload-wrapper .ant-upload-drag .ant-upload-text:before,.import-modal .import-modal-body .ant-upload-wrapper .ant-upload-drag .ant-upload-text:after{display:none!important;content:none!important}.import-modal .import-modal-body .ant-upload-wrapper .ant-upload-drag .ant-upload-drag-icon{margin-bottom:12px}.import-modal .import-modal-body .ant-upload-wrapper .ant-upload-drag .ant-upload-drag-icon .anticon{font-size:36px;color:#1890ff}.import-modal .import-modal-body .ant-upload-wrapper .ant-upload-drag .ant-upload-text{font-size:15px;font-weight:600;color:#1f1f1f;margin-bottom:6px}.import-modal .import-modal-body .ant-upload-wrapper .ant-upload-drag .ant-upload-hint{color:#666;font-size:13px;margin-bottom:0}.import-modal .import-modal-footer{display:flex;justify-content:flex-end;padding-top:16px;border-top:1px solid #f0f0f0}.import-modal .import-modal-footer .cancel-button{border-radius:6px;font-weight:600;font-size:14px;background:#fff;color:#ff4d4f;border:2px solid #ff4d4f;height:36px;padding:0 20px;transition:all .3s ease}.import-modal .import-modal-footer .cancel-button:hover{background:#fff1f0;color:#ff4d4f;border-color:#ff7875;box-shadow:0 2px 8px #ff4d4f26}.import-modal .import-modal-footer .import-submit-button{border-radius:6px;font-weight:600;font-size:14px;background:linear-gradient(135deg,#1890ff,#52c41a);border:none;height:36px;padding:0 20px;transition:all .3s ease}.import-modal .import-modal-footer .import-submit-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #1890ff4d}.import-modal .import-modal-footer .import-submit-button:disabled{background:#f5f5f5;color:#bfbfbf;cursor:not-allowed}@media (max-width: 768px){.import-modal .ant-modal-content{margin:8px;border-radius:12px;max-width:calc(100vw - 16px)}.import-modal .import-modal-content{padding:16px;min-height:auto}.import-modal .import-modal-header{margin-bottom:16px}.import-modal .import-modal-header .import-icon{font-size:32px;margin-bottom:8px}.import-modal .import-modal-header .import-title{font-size:18px}.import-modal .import-modal-body{margin-bottom:16px}.import-modal .import-modal-body .upload-dragger{padding:20px 12px}.import-modal .import-modal-body .upload-dragger .ant-upload-drag-icon .anticon{font-size:32px}.import-modal .import-modal-body .upload-dragger .ant-upload-text{font-size:14px}.import-modal .import-modal-body .upload-dragger .ant-upload-hint{font-size:12px}.import-modal .import-modal-footer{padding-top:12px;flex-direction:column;gap:8px}.import-modal .import-modal-footer .cancel-button,.import-modal .import-modal-footer .import-submit-button{width:100%;height:36px;font-size:14px}}@media (max-width: 480px){.import-modal .ant-modal-content{margin:4px;border-radius:8px;max-width:calc(100vw - 8px)}.import-modal .import-modal-content{padding:12px}.import-modal .import-modal-header{margin-bottom:12px}.import-modal .import-modal-header .import-icon{font-size:28px;margin-bottom:6px}.import-modal .import-modal-header .import-title{font-size:16px}.import-modal .import-modal-body .upload-dragger{padding:16px 8px}}.questions-page-container{background:linear-gradient(135deg,#fffffff7,#f5f8fff2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-height:70vh;border-radius:16px;box-shadow:0 12px 40px #00000017;border:1px solid rgba(200,220,255,.22);padding:32px 0;max-width:1200px;margin:0 auto;transition:background .4s}.questions-page-container .questions-header{padding:24px}.questions-page-container .questions-header .welcome-title{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#1890ff,#52c41a,#722ed1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 2px 4px rgba(0,0,0,.1);margin-bottom:0}.questions-page-container .questions-header .primary-button{border-radius:8px;font-weight:600;font-size:16px;background:linear-gradient(135deg,#1890ff,#52c41a);border:none;transition:all .3s ease}.questions-page-container .questions-header .primary-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1890ff4d}.questions-page-container .questions-header .import-button{border-radius:8px;font-weight:600;font-size:16px;background:#fff;color:#1890ff;border:2px solid #1890ff;transition:all .3s ease}.questions-page-container .questions-header .import-button:hover{background:#1890ff;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #1890ff4d}.questions-page-container .questions-header .search-container{display:flex;align-items:center;gap:4px;flex-shrink:0;flex-wrap:nowrap;width:95%;max-width:100%;justify-content:flex-start}.questions-page-container .questions-header .search-container .ant-input{flex-shrink:1;width:90%;min-width:2000px;max-width:2500px}@media (max-width: 1920px){.questions-page-container .questions-header .search-container .ant-input{min-width:1800px;max-width:2200px;width:85%}}@media (max-width: 1600px){.questions-page-container .questions-header .search-container .ant-input{min-width:1600px;max-width:2000px;width:80%}}@media (max-width: 1400px){.questions-page-container .questions-header .search-container .ant-input{min-width:1400px;max-width:1800px;width:75%}}@media (max-width: 1366px){.questions-page-container .questions-header .search-container .ant-input{min-width:1200px;max-width:1300px;width:85%}}@media (max-width: 1200px){.questions-page-container .questions-header .search-container .ant-input{min-width:1000px;max-width:1150px;width:80%}}@media (max-width: 1024px){.questions-page-container .questions-header .search-container .ant-input{min-width:850px;max-width:950px;width:75%}}@media (max-width: 992px){.questions-page-container .questions-header .search-container .ant-input{min-width:750px;max-width:850px;width:70%}}@media (max-width: 768px){.questions-page-container .questions-header .search-container .ant-input{min-width:500px;max-width:600px;width:65%}}@media (max-width: 480px){.questions-page-container .questions-header .search-container .ant-input{min-width:280px;max-width:350px;width:60%}}.questions-page-container .questions-header .search-container .search-button{border-radius:6px;font-weight:600;font-size:13px;background:linear-gradient(135deg,#1890ff,#52c41a);border:none;transition:all .3s ease;height:36px;padding:0 14px;flex-shrink:0;margin-left:4px;white-space:nowrap}@media (max-width: 768px){.questions-page-container .questions-header .search-container .search-button{padding:0 12px;font-size:13px}}@media (max-width: 480px){.questions-page-container .questions-header .search-container .search-button{padding:0 8px;font-size:12px}}.questions-page-container .questions-header .search-container .search-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1890ff4d}.questions-page-container .filters-search-container{background:#f6faff;border-radius:12px;padding:18px 20px;margin-bottom:18px;box-shadow:0 2px 8px #508cff0a}.questions-page-container .filters-search-container .filters-section .filter-dropdown-wrapper{min-width:160px;width:160px;flex:0 0 auto}@media (min-width: 1200px){.questions-page-container .filters-search-container .filters-section .filter-dropdown-wrapper{min-width:170px;width:170px}}@media (min-width: 1400px){.questions-page-container .filters-search-container .filters-section .filter-dropdown-wrapper{min-width:190px;width:190px}}@media (min-width: 1600px){.questions-page-container .filters-search-container .filters-section .filter-dropdown-wrapper{min-width:210px;width:210px}}@media (min-width: 1920px){.questions-page-container .filters-search-container .filters-section .filter-dropdown-wrapper{min-width:230px;width:230px}}.questions-page-container .filters-search-container .filters-section .ant-select{height:36px}.questions-page-container .filters-search-container .filters-section .ant-select .ant-select-selector{height:36px!important;display:flex;align-items:center;line-height:34px;padding-right:32px!important}.questions-page-container .filters-search-container .filters-section .ant-select .ant-select-arrow{top:50%!important;transform:translateY(-50%)!important;right:12px!important;margin-top:0!important;inset-inline-end:12px!important}.questions-page-container .filters-search-container .search-section .ant-input-affix-wrapper{height:36px!important;line-height:34px!important;border-radius:6px!important;border:2px solid #f0f0f0!important;padding:4px 11px!important;display:flex!important;align-items:center!important}.questions-page-container .filters-search-container .search-section .ant-input-affix-wrapper:hover,.questions-page-container .filters-search-container .search-section .ant-input-affix-wrapper:focus,.questions-page-container .filters-search-container .search-section .ant-input-affix-wrapper:focus-within{border-color:#1890ff!important;box-shadow:0 0 0 2px #1890ff1a!important}.questions-page-container .filters-search-container .search-section .ant-input-affix-wrapper .ant-input-prefix{margin-right:8px!important;color:#8c8c8c!important;display:flex!important;align-items:center!important}.questions-page-container .filters-search-container .search-section .ant-input-affix-wrapper .ant-input{border:none!important;box-shadow:none!important;padding:0!important;height:auto!important;line-height:26px!important;background:transparent!important;outline:none!important}.questions-page-container .filters-search-container .search-section .ant-input-affix-wrapper .ant-input:focus{border:none!important;box-shadow:none!important}.questions-page-container .filters-search-container .search-section .ant-input:not(.ant-input-affix-wrapper .ant-input){height:36px!important;line-height:34px!important;border-radius:6px!important;border:2px solid #f0f0f0!important;padding:4px 11px!important}.questions-page-container .filters-search-container .search-section .search-button{height:36px;border-radius:6px;font-weight:600;font-size:13px;background:linear-gradient(135deg,#1890ff,#52c41a);border:none;transition:all .3s ease;padding:0 14px;white-space:nowrap;line-height:34px}.questions-page-container .filters-search-container .search-section .search-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1890ff4d}@media (max-width: 1200px){.questions-page-container .filters-search-container{flex-direction:column!important;align-items:stretch!important;gap:16px!important}.questions-page-container .filters-search-container .filters-section{width:100%;justify-content:flex-start}.questions-page-container .filters-search-container .search-section{width:100%;align-items:stretch!important}.questions-page-container .filters-search-container .search-section>div:first-child{display:flex!important;width:100%;gap:4px}.questions-page-container .filters-search-container .search-section>div:first-child .ant-input-affix-wrapper{flex:1;min-width:0;max-width:none!important}.questions-page-container .filters-search-container .search-section>div:first-child .search-button{flex-shrink:0;font-size:13px;height:36px;padding:0 12px;margin-left:0;white-space:nowrap}}@media (max-width: 768px){.questions-page-container .filters-search-container{padding:12px 16px;flex-direction:column!important;align-items:stretch!important;gap:12px!important}.questions-page-container .filters-search-container .filters-section{flex-direction:column!important;align-items:stretch!important;gap:8px!important;width:100%}.questions-page-container .filters-search-container .filters-section .filter-dropdown-wrapper{width:100%;min-width:0;flex:1}.questions-page-container .filters-search-container .filters-section>div{width:100%;min-width:0}.questions-page-container .filters-search-container .search-section{width:100%;gap:4px!important;align-items:stretch!important}.questions-page-container .filters-search-container .search-section>div:first-child{display:flex!important;width:100%;gap:4px;align-items:center}.questions-page-container .filters-search-container .search-section>div:first-child .ant-input-affix-wrapper{flex:1;min-width:0;max-width:none!important;height:36px!important}.questions-page-container .filters-search-container .search-section>div:first-child .ant-input{min-width:0!important;max-width:none!important}.questions-page-container .filters-search-container .search-section>div:first-child .search-button{flex-shrink:0;font-size:12px;height:36px;padding:0 10px;margin-left:0;white-space:nowrap;min-width:fit-content}}@media (max-width: 480px){.questions-page-container .filters-search-container{padding:10px 12px;flex-direction:column!important;align-items:stretch!important;gap:10px!important}.questions-page-container .filters-search-container .filters-section{flex-direction:column!important;align-items:stretch!important;gap:6px!important;width:100%}.questions-page-container .filters-search-container .filters-section .filter-dropdown-wrapper{width:100%;min-width:0;flex:1}.questions-page-container .filters-search-container .filters-section>div{width:100%;min-width:0}.questions-page-container .filters-search-container .search-section{width:100%;gap:4px!important;align-items:stretch!important}.questions-page-container .filters-search-container .search-section>div:first-child{display:flex!important;width:100%;gap:4px;align-items:center;flex-wrap:nowrap}.questions-page-container .filters-search-container .search-section>div:first-child .ant-input-affix-wrapper{flex:1;min-width:0;max-width:none!important;height:36px!important}.questions-page-container .filters-search-container .search-section>div:first-child .ant-input{min-width:0!important;max-width:none!important;font-size:14px}.questions-page-container .filters-search-container .search-section>div:first-child .search-button{flex-shrink:0;font-size:11px;height:36px;padding:0 8px;margin-left:0;white-space:nowrap;min-width:fit-content;line-height:34px}}.questions-page-container .questions-table-wrapper{background:#fff;border-radius:16px;box-shadow:0 2px 12px #508cff12;padding:24px;margin-top:16px}.questions-page-container .questions-table-wrapper .ant-table{background:#fff;border-radius:12px;min-width:700px;box-shadow:0 2px 12px #508cff12;transition:box-shadow .25s}.questions-page-container .questions-table-wrapper .ant-table-thead>tr>th{font-weight:600;background:#f0f6ff;padding:14px 16px;white-space:nowrap;border:none;font-size:15px;transition:background .15s}.questions-page-container .questions-table-wrapper .ant-table-thead>tr>th.ant-table-column-sort{background:#e3f1ff;color:#1d74da}.questions-page-container .questions-table-wrapper .ant-table-tbody>tr{animation:fadeInRow .38s ease;transition:all .18s ease;cursor:pointer}.questions-page-container .questions-table-wrapper .ant-table-tbody>tr:hover>td{background:#e9f3ff!important;transform:translateY(-1px)}.questions-page-container .questions-table-wrapper .ant-table-tbody>tr:active>td{background:#d6eaff!important;transform:translateY(0)}.questions-page-container .questions-table-wrapper .ant-table-tbody>tr.ant-table-row-selected>td{background:#f4eefd!important;border-left:3px solid #722ed1}.questions-page-container .questions-table-wrapper .ant-table-tbody>tr>td{padding:13px 16px;font-size:15px;vertical-align:middle;white-space:nowrap;border:none;transition:all .18s}@media (max-width: 768px){.questions-page-container{max-width:100vw;border-radius:8px;padding:8px}.questions-page-container .questions-header{flex-direction:column;align-items:flex-start!important;gap:12px}.questions-page-container .questions-header .welcome-title{font-size:1.3rem;margin-bottom:8px}.questions-page-container .questions-header .ant-space{width:100%}.questions-page-container .questions-header .ant-space .ant-space-item{flex:1}.questions-page-container .questions-header .ant-space .ant-space-item .import-button,.questions-page-container .questions-header .ant-space .ant-space-item .primary-button,.questions-page-container .questions-header .primary-button,.questions-page-container .questions-header .import-button{width:100%;font-size:15px;height:44px}.questions-page-container .questions-filters-bar{flex-direction:column;gap:12px;align-items:stretch!important;padding:12px 16px}.questions-page-container .questions-filters-bar .ant-select{width:100%!important;min-width:auto!important}.questions-page-container .search-bar-container{padding:12px 16px;overflow-x:auto}.questions-page-container .search-bar-container .search-container{width:100%;flex-direction:row;gap:4px;flex-wrap:nowrap;min-width:fit-content}.questions-page-container .search-bar-container .search-container .ant-input{flex:1;min-width:200px!important;max-width:none!important}.questions-page-container .search-bar-container .search-container .search-button{flex-shrink:0;font-size:12px;height:36px;padding:0 10px;margin-left:4px;white-space:nowrap}.questions-page-container .questions-table-wrapper{margin-top:8px}.questions-page-container .questions-table-wrapper .ant-table{min-width:unset;font-size:13px;border-radius:8px}.questions-page-container .questions-table-wrapper .ant-table-thead>tr>th,.questions-page-container .questions-table-wrapper .ant-table-tbody>tr>td{padding:8px 6px;font-size:13px}}.question-modal .ant-modal-content{border-radius:20px;overflow:hidden;box-shadow:0 25px 80px #0003;max-width:100vw;padding:0;background:#fff}.question-modal .ant-modal-header{display:block;padding:12px 24px;border-bottom:1px solid #f0f0f0;background:#fff}.question-modal .ant-modal-close{display:inline-flex;align-items:center;justify-content:center}.question-modal .ant-modal-body{padding:32px 32px 48px!important;background:#fafafa;min-height:400px}.question-modal .questions-modal-footer{display:flex!important;flex-direction:row!important;justify-content:flex-end!important;align-items:center!important;gap:28px!important;padding-bottom:8px!important;padding-right:8px!important}.question-modal .ant-form{width:100%}.question-modal .ant-form .ant-form-item{margin-bottom:20px}.question-modal .ant-form .ant-form-item.modal-action-buttons{margin-top:32px;margin-bottom:0!important;padding-bottom:0!important;display:block!important;width:100%}.question-modal .ant-form .ant-input:not(.ant-input-affix-wrapper .ant-input),.question-modal .ant-form .ant-input-password,.question-modal .ant-form .ant-input-affix-wrapper,.question-modal .ant-form .ant-select-selector{border-radius:6px;border:2px solid #f0f0f0;transition:all .3s ease;height:36px}.question-modal .ant-form .ant-input:not(.ant-input-affix-wrapper .ant-input):hover,.question-modal .ant-form .ant-input:not(.ant-input-affix-wrapper .ant-input):focus,.question-modal .ant-form .ant-input:not(.ant-input-affix-wrapper .ant-input):focus-within,.question-modal .ant-form .ant-input-password:hover,.question-modal .ant-form .ant-input-password:focus,.question-modal .ant-form .ant-input-password:focus-within,.question-modal .ant-form .ant-input-affix-wrapper:hover,.question-modal .ant-form .ant-input-affix-wrapper:focus,.question-modal .ant-form .ant-input-affix-wrapper:focus-within,.question-modal .ant-form .ant-select-selector:hover,.question-modal .ant-form .ant-select-selector:focus,.question-modal .ant-form .ant-select-selector:focus-within{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff1a}.question-modal .ant-form .ant-input-affix-wrapper{padding:4px 11px!important;display:flex!important;align-items:center!important}.question-modal .ant-form .ant-input-affix-wrapper .ant-input{border:none!important;box-shadow:none!important;padding:0!important;height:auto!important;background:transparent!important;outline:none!important}.question-modal .ant-form .ant-input-affix-wrapper .ant-input:focus{border:none!important;box-shadow:none!important}.question-modal .ant-form .ant-input-affix-wrapper .ant-input-prefix{margin-right:8px!important;color:#8c8c8c!important;display:flex!important;align-items:center!important}.question-modal .ant-form .ant-btn-primary{height:48px;border-radius:8px;font-weight:600;font-size:16px;background:linear-gradient(135deg,#1890ff,#52c41a);border:none;transition:all .3s ease}.question-modal .ant-form .ant-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1890ff4d}.question-modal .ant-form .cancel-button{border-radius:8px;font-weight:600;font-size:16px;background:#fff;color:#ff4d4f;border:2px solid #ff4d4f;box-shadow:0 2px 8px #ff4d4f14;transition:all .3s;height:48px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;line-height:1;vertical-align:middle;min-width:100px;margin-right:0!important}.question-modal .ant-form .cancel-button:hover{background:#fff1f0;color:#ff4d4f;border-color:#ff7875;box-shadow:0 4px 16px #ff4d4f26}.question-modal .ant-form .cancel-button:active{background:#fff1f0;color:#ff4d4f;border-color:#ff4d4f}.question-modal .ant-form .primary-button{margin-left:0!important;min-width:100px;font-weight:600;font-size:16px;border-radius:8px}.question-modal .ant-form .ant-form-item>.ant-btn{vertical-align:middle}@media (max-width: 768px){.question-modal .ant-modal-content{margin:4px;border-radius:10px;max-width:100vw;min-width:unset}.question-modal .ant-modal-body{padding:12px 6px 32px!important;min-height:auto}.question-modal .questions-modal-footer{gap:16px!important;padding-bottom:4px!important;padding-right:4px!important}.question-modal .ant-form .ant-form-item{margin-bottom:12px}.question-modal .ant-form .ant-form-item.modal-action-buttons{margin-top:20px;gap:20px!important;flex-wrap:nowrap!important}.question-modal .ant-form .ant-input,.question-modal .ant-form .ant-input-password,.question-modal .ant-form .ant-select-selector{height:40px;font-size:14px}.question-modal .ant-form .ant-btn-primary,.question-modal .ant-form .cancel-button{height:42px;font-size:15px;min-width:90px;padding:0 16px}.question-modal .ant-form .primary-button{min-width:90px;height:42px}}@media (max-width: 480px){.question-modal .questions-header .ant-space .ant-space-item{width:100%;margin-bottom:8px}.question-modal .questions-header .ant-space .ant-space-item:last-child{margin-bottom:0}.question-modal .ant-modal-content{margin:2px;border-radius:6px;max-width:100vw}.question-modal .ant-modal-body{padding:4px 10px}.question-modal .ant-form .ant-form-item{margin-bottom:8px}.question-modal .ant-form .ant-btn-primary,.question-modal .ant-form .cancel-button{height:38px;font-size:14px;min-width:70px;padding:0 10px}}@keyframes fadeInRow{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.questions-page .ant-select .ant-select-arrow{margin-top:0!important;top:50%!important;transform:translateY(-50%)!important;right:12px!important;inset-inline-end:12px!important}.questions-page .ant-select .ant-select-selector{padding-right:32px!important;padding-inline-end:32px!important;display:flex!important;align-items:center!important}.questions-page .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{height:36px!important;line-height:34px!important}.questions-page .ant-select .question-modal .ant-modal-content,.questions-page .ant-select .question-modal .ant-modal-header{border-radius:0!important}.subjects-page{padding:24px;background:#f8faff;min-height:100vh}.subjects-page .subjects-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.subjects-page .subjects-header .page-title{margin:0!important;color:#1a1a1a;font-weight:700;font-size:28px}.subjects-page .subjects-header .add-button{background:linear-gradient(135deg,#1890ff,#52c41a);border:none;border-radius:8px;height:44px;padding:0 24px;font-weight:600;font-size:14px;box-shadow:0 4px 12px #1890ff33;transition:all .3s ease}.subjects-page .subjects-header .add-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1890ff4d}.subjects-page .subjects-header .add-button .anticon{margin-right:8px}.subjects-page .filters-search-container{background:#f6faff;border-radius:12px;padding:18px 20px;margin-bottom:18px;box-shadow:0 2px 8px #508cff0a}.subjects-page .filters-search-container .filters-section .ant-select{height:36px}.subjects-page .filters-search-container .filters-section .ant-select .ant-select-selector{height:36px!important;display:flex;align-items:center;line-height:34px;padding-right:32px!important}.subjects-page .filters-search-container .filters-section .ant-select .ant-select-arrow{top:50%!important;transform:translateY(-50%)!important;right:12px!important;margin-top:0!important;inset-inline-end:12px!important}.subjects-page .filters-search-container .search-section .ant-input-affix-wrapper{height:36px!important;line-height:34px!important;border-radius:6px!important;border:2px solid #f0f0f0!important;padding:4px 11px!important;display:flex!important;align-items:center!important}.subjects-page .filters-search-container .search-section .ant-input-affix-wrapper:hover,.subjects-page .filters-search-container .search-section .ant-input-affix-wrapper:focus,.subjects-page .filters-search-container .search-section .ant-input-affix-wrapper:focus-within{border-color:#1890ff!important;box-shadow:0 0 0 2px #1890ff1a!important}.subjects-page .filters-search-container .search-section .ant-input-affix-wrapper .ant-input-prefix{margin-right:8px!important;color:#8c8c8c!important;display:flex!important;align-items:center!important}.subjects-page .filters-search-container .search-section .ant-input-affix-wrapper .ant-input{border:none!important;box-shadow:none!important;padding:0!important;height:auto!important;line-height:26px!important;background:transparent!important;outline:none!important}.subjects-page .filters-search-container .search-section .ant-input-affix-wrapper .ant-input:focus{border:none!important;box-shadow:none!important}.subjects-page .filters-search-container .search-section .ant-input:not(.ant-input-affix-wrapper .ant-input){height:36px!important;line-height:34px!important;border-radius:6px!important;border:2px solid #f0f0f0!important;padding:4px 11px!important}.subjects-page .filters-search-container .search-section .search-button{height:36px;border-radius:6px;font-weight:600;font-size:13px;background:linear-gradient(135deg,#1890ff,#52c41a);border:none;transition:all .3s ease;padding:0 14px;white-space:nowrap;line-height:34px}.subjects-page .filters-search-container .search-section .search-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1890ff4d}.subjects-page .filters-search-container .search-section .search-button:disabled{background:#f5f5f5;color:#bfbfbf;transform:none;box-shadow:none}@media (max-width: 1200px){.subjects-page .filters-search-container{flex-direction:column!important;align-items:stretch!important;gap:16px!important}.subjects-page .filters-search-container .filters-section{width:100%;justify-content:flex-start}.subjects-page .filters-search-container .search-section{width:100%;align-items:stretch!important}.subjects-page .filters-search-container .search-section>div:first-child{display:flex!important;width:100%}.subjects-page .filters-search-container .search-section>div:first-child .ant-input-affix-wrapper{flex:1;min-width:200px;max-width:none!important}.subjects-page .filters-search-container .search-section>div:first-child .search-button{flex-shrink:0;font-size:13px;height:36px;padding:0 12px;margin-left:4px;white-space:nowrap}}@media (max-width: 768px){.subjects-page .filters-search-container{padding:12px 16px}.subjects-page .filters-search-container .filters-section{flex-direction:column!important;align-items:stretch!important;gap:8px!important}.subjects-page .filters-search-container .filters-section .ant-select{width:100%!important;min-width:auto!important}.subjects-page .filters-search-container .search-section{gap:8px!important}.subjects-page .filters-search-container .search-section .ant-input-affix-wrapper{min-width:150px!important}.subjects-page .filters-search-container .search-section .search-button{padding:0 12px;font-size:12px}}.subjects-page .subjects-table-wrapper{background:#fff;border-radius:16px;box-shadow:0 2px 12px #508cff12;padding:24px;margin-top:16px}.subjects-page .subjects-table-wrapper .subjects-table .ant-table-thead>tr>th{background:#f8faff;border-bottom:2px solid #e8f4ff;font-weight:600;color:#1a1a1a;font-size:14px;padding:16px 12px}.subjects-page .subjects-table-wrapper .subjects-table .ant-table-tbody>tr>td{padding:16px 12px;border-bottom:1px solid #f0f0f0;font-size:14px;color:#333}.subjects-page .subjects-table-wrapper .subjects-table .ant-table-tbody>tr:hover>td{background:#f8faff}.subjects-page .subjects-table-wrapper .subjects-table .action-button{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.subjects-page .subjects-table-wrapper .subjects-table .action-button.edit-button{color:#1890ff}.subjects-page .subjects-table-wrapper .subjects-table .action-button.edit-button:hover{background:#e6f7ff;color:#096dd9}.subjects-page .subjects-table-wrapper .subjects-table .action-button.delete-button{color:#ff4d4f}.subjects-page .subjects-table-wrapper .subjects-table .action-button.delete-button:hover{background:#fff2f0;color:#cf1322}.subjects-page .subjects-table-wrapper .ant-pagination{margin-top:24px;text-align:center}.subjects-page .subjects-table-wrapper .ant-pagination .ant-pagination-item{border-radius:6px;border:1px solid #d9d9d9}.subjects-page .subjects-table-wrapper .ant-pagination .ant-pagination-item.ant-pagination-item-active{background:linear-gradient(135deg,#1890ff,#52c41a);border-color:#1890ff}.subjects-page .subjects-table-wrapper .ant-pagination .ant-pagination-item.ant-pagination-item-active a{color:#fff}.subjects-page .subjects-table-wrapper .ant-pagination .ant-pagination-prev,.subjects-page .subjects-table-wrapper .ant-pagination .ant-pagination-next{border-radius:6px}.subjects-page .subjects-modal .ant-modal-header{border-bottom:1px solid #f0f0f0;padding:20px 24px 16px}.subjects-page .subjects-modal .ant-modal-header .ant-modal-title{font-size:18px;font-weight:600;color:#1a1a1a}.subjects-page .subjects-modal .ant-modal-body{padding:24px}.subjects-page .subjects-modal .subjects-form .ant-form-item-label>label{font-weight:600;color:#1a1a1a}.subjects-page .subjects-modal .subjects-form .ant-input,.subjects-page .subjects-modal .subjects-form .ant-select-selector{border-radius:6px;border:2px solid #f0f0f0;transition:all .3s ease;height:36px}.subjects-page .subjects-modal .subjects-form .ant-input:hover,.subjects-page .subjects-modal .subjects-form .ant-input:focus,.subjects-page .subjects-modal .subjects-form .ant-select-selector:hover,.subjects-page .subjects-modal .subjects-form .ant-select-selector:focus{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff1a}.subjects-page .subjects-modal .subjects-form .subjects-modal-footer{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.subjects-page .subjects-modal .subjects-form .subjects-modal-footer .cancel-button{border-radius:6px;height:36px;padding:0 16px;border:1px solid #d9d9d9;color:#666}.subjects-page .subjects-modal .subjects-form .subjects-modal-footer .cancel-button:hover{border-color:#1890ff;color:#1890ff}.subjects-page .subjects-modal .subjects-form .subjects-modal-footer .submit-button{border-radius:6px;height:36px;padding:0 16px;background:linear-gradient(135deg,#1890ff,#52c41a);border:none;font-weight:600}.subjects-page .subjects-modal .subjects-form .subjects-modal-footer .submit-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #1890ff4d}@media (min-width: 1920px){.subjects-page{padding:32px}.subjects-page .subjects-header{margin-bottom:32px}.subjects-page .subjects-header .page-title{font-size:32px}.subjects-page .subjects-header .add-button{height:48px;padding:0 32px;font-size:16px}.subjects-page .filters-search-container{padding:24px 32px;margin-bottom:24px}.subjects-page .subjects-table-wrapper{padding:32px}}@media (max-width: 1919px) and (min-width: 1200px){.subjects-page{padding:28px}.subjects-page .subjects-header{margin-bottom:28px}.subjects-page .subjects-header .page-title{font-size:30px}.subjects-page .filters-search-container{padding:20px 24px;margin-bottom:20px}}@media (max-width: 1199px) and (min-width: 992px){.subjects-page{padding:24px}.subjects-page .subjects-header{margin-bottom:24px}.subjects-page .subjects-header .page-title{font-size:28px}.subjects-page .subjects-header .add-button{height:42px;padding:0 20px}.subjects-page .subjects-table-wrapper{padding:20px}.subjects-page .subjects-table-wrapper .subjects-table .ant-table-thead>tr>th,.subjects-page .subjects-table-wrapper .subjects-table .ant-table-tbody>tr>td{padding:14px 10px;font-size:13px}}@media (max-width: 991px) and (min-width: 768px){.subjects-page{padding:20px}.subjects-page .subjects-header{flex-direction:column;align-items:center;text-align:center;gap:16px;margin-bottom:20px}.subjects-page .subjects-header .page-title{font-size:26px}.subjects-page .subjects-header .add-button{width:200px;height:40px;justify-content:center}.subjects-page .subjects-table-wrapper{padding:18px;overflow-x:auto}.subjects-page .subjects-table-wrapper .subjects-table{min-width:600px}.subjects-page .subjects-table-wrapper .subjects-table .ant-table-thead>tr>th,.subjects-page .subjects-table-wrapper .subjects-table .ant-table-tbody>tr>td{padding:12px 8px;font-size:13px}.subjects-page .subjects-table-wrapper .subjects-table .action-button{width:28px;height:28px}}@media (max-width: 767px) and (min-width: 481px){.subjects-page{padding:16px}.subjects-page .subjects-header{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:16px}.subjects-page .subjects-header .page-title{font-size:24px;text-align:center}.subjects-page .subjects-header .add-button{width:100%;height:44px;justify-content:center}.subjects-page .subjects-table-wrapper{padding:16px;margin-top:12px;overflow-x:auto}.subjects-page .subjects-table-wrapper .subjects-table{min-width:500px}.subjects-page .subjects-table-wrapper .subjects-table .ant-table-thead>tr>th,.subjects-page .subjects-table-wrapper .subjects-table .ant-table-tbody>tr>td{padding:10px 6px;font-size:12px}.subjects-page .subjects-table-wrapper .subjects-table .action-button{width:26px;height:26px}.subjects-page .subjects-table-wrapper .subjects-table .action-button .anticon{font-size:12px}.subjects-page .subjects-table-wrapper .ant-pagination{margin-top:16px}.subjects-page .subjects-table-wrapper .ant-pagination .ant-pagination-item,.subjects-page .subjects-table-wrapper .ant-pagination .ant-pagination-prev,.subjects-page .subjects-table-wrapper .ant-pagination .ant-pagination-next{min-width:28px;height:28px;line-height:26px}.subjects-page .subjects-modal .ant-modal-body{padding:16px}.subjects-page .subjects-modal .subjects-form .subjects-modal-footer{flex-direction:column;gap:8px}.subjects-page .subjects-modal .subjects-form .subjects-modal-footer .cancel-button,.subjects-page .subjects-modal .subjects-form .subjects-modal-footer .submit-button{width:100%;height:40px}}@media (max-width: 480px){.subjects-page{padding:12px}.subjects-page .subjects-header{flex-direction:column;align-items:stretch;gap:10px;margin-bottom:12px}.subjects-page .subjects-header .page-title{font-size:20px;text-align:center;line-height:1.3}.subjects-page .subjects-header .add-button{width:100%;height:42px;justify-content:center;font-size:13px}.subjects-page .filters-search-container{padding:12px 14px;margin-bottom:12px}.subjects-page .subjects-table-wrapper{padding:12px;margin-top:8px;overflow-x:auto}.subjects-page .subjects-table-wrapper .subjects-table{min-width:450px}.subjects-page .subjects-table-wrapper .subjects-table .ant-table-thead>tr>th{padding:8px 4px;font-size:11px;font-weight:600}.subjects-page .subjects-table-wrapper .subjects-table .ant-table-tbody>tr>td{padding:8px 4px;font-size:11px}.subjects-page .subjects-table-wrapper .subjects-table .action-button{width:24px;height:24px}.subjects-page .subjects-table-wrapper .subjects-table .action-button .anticon{font-size:11px}.subjects-page .subjects-table-wrapper .ant-pagination{margin-top:12px}.subjects-page .subjects-table-wrapper .ant-pagination .ant-pagination-item,.subjects-page .subjects-table-wrapper .ant-pagination .ant-pagination-prev,.subjects-page .subjects-table-wrapper .ant-pagination .ant-pagination-next{min-width:24px;height:24px;line-height:22px;font-size:12px}.subjects-page .subjects-table-wrapper .ant-pagination .ant-pagination-total-text{font-size:11px}.subjects-page .subjects-modal{width:95%!important;max-width:95%!important;margin:10px auto}.subjects-page .subjects-modal .ant-modal-header{padding:16px 16px 12px}.subjects-page .subjects-modal .ant-modal-header .ant-modal-title{font-size:16px}.subjects-page .subjects-modal .ant-modal-body{padding:12px 16px}.subjects-page .subjects-modal .subjects-form .ant-form-item{margin-bottom:16px}.subjects-page .subjects-modal .subjects-form .ant-form-item-label>label{font-size:13px}.subjects-page .subjects-modal .subjects-form .ant-input,.subjects-page .subjects-modal .subjects-form .ant-select-selector{height:38px;font-size:13px}.subjects-page .subjects-modal .subjects-form .subjects-modal-footer{flex-direction:column;gap:8px;margin-top:16px}.subjects-page .subjects-modal .subjects-form .subjects-modal-footer .cancel-button,.subjects-page .subjects-modal .subjects-form .subjects-modal-footer .submit-button{width:100%;height:38px;font-size:13px}}@media (max-width: 319px){.subjects-page{padding:8px}.subjects-page .subjects-header .page-title{font-size:18px}.subjects-page .subjects-header .add-button{height:40px;font-size:12px;padding:0 12px}.subjects-page .filters-search-container{padding:10px 12px}.subjects-page .subjects-table-wrapper{padding:8px}.subjects-page .subjects-table-wrapper .subjects-table{min-width:400px}.subjects-page .subjects-table-wrapper .subjects-table .ant-table-thead>tr>th,.subjects-page .subjects-table-wrapper .subjects-table .ant-table-tbody>tr>td{padding:6px 3px;font-size:10px}.subjects-page .subjects-table-wrapper .subjects-table .action-button{width:22px;height:22px}.subjects-page .subjects-table-wrapper .subjects-table .action-button .anticon{font-size:10px}.subjects-page .subjects-modal{width:98%!important;max-width:98%!important;margin:5px auto}.subjects-page .subjects-modal .ant-modal-header{padding:12px 12px 8px}.subjects-page .subjects-modal .ant-modal-header .ant-modal-title{font-size:14px}.subjects-page .subjects-modal .ant-modal-body{padding:8px 12px}}.subjects-page .ant-select .ant-select-arrow{margin-top:0!important;top:50%!important;transform:translateY(-50%)!important;right:12px!important;inset-inline-end:12px!important}.subjects-page .ant-select .ant-select-selector{padding-right:32px!important;padding-inline-end:32px!important;display:flex!important;align-items:center!important}.subjects-page .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{height:36px!important;line-height:34px!important}.add-chapter-modal .ant-modal-content{border-radius:10px;box-shadow:0 2px 16px #00000014;background:#fff;padding:24px 16px}@media (max-width: 480px){.add-chapter-modal .ant-modal-content{padding:12px 4px}}.add-chapter-modal .ant-modal-title{font-size:1.25rem;font-weight:600;color:#222;text-align:center}.add-chapter-modal .ant-form-item-label>label{font-weight:500;color:#333}.add-chapter-modal .ant-input{border-radius:6px}.add-chapter-modal .ant-btn-primary{background:#1677ff;border-radius:6px;font-weight:500}.add-chapter-modal .ant-btn-danger{background:#ff4d4f;border-radius:6px;font-weight:500;color:#fff;border:none}.add-chapter-modal .ant-btn-danger:hover{background:#d9363e}._login-form__container_j5t02_17{width:100%;max-width:100%;margin:0 auto;padding:0;background:transparent;border-radius:0;box-shadow:none;border:none;transition:all .3s ease}@media (max-width: 575px){._login-form__container_j5t02_17{padding:0}}@media (min-width: 576px) and (max-width: 768px){._login-form__container_j5t02_17{padding:0}}@media (min-width: 769px) and (max-width: 1024px){._login-form__container_j5t02_17{padding:0}}@media (min-width: 1025px) and (max-width: 1440px){._login-form__container_j5t02_17{padding:0}}@media (min-width: 1441px){._login-form__container_j5t02_17{padding:0}}._login-form__container_j5t02_17 ._ant-form-item-label_j5t02_76>label{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:1rem;color:#000000d9}@media (max-width: 599px){._login-form__container_j5t02_17 ._ant-form-item-label_j5t02_76>label{font-size:.95rem}}._login-form__container_j5t02_17 ._ant-input-affix-wrapper_j5t02_89{border-radius:10px;border:2px solid #e8eaed;transition:all .3s cubic-bezier(.4,0,.2,1);background:linear-gradient(135deg,#fff,#f8f9fa);box-shadow:0 2px 8px #0000000a}._login-form__container_j5t02_17 ._ant-input-affix-wrapper_j5t02_89:hover{border-color:#40a9ff;background:linear-gradient(135deg,#fff,#fff);box-shadow:0 4px 12px #40a9ff26}._login-form__container_j5t02_17 ._ant-input-affix-wrapper_j5t02_89:focus-within{border-color:#1677ff;box-shadow:0 0 0 3px #1677ff26,0 4px 12px #1677ff33;background:linear-gradient(135deg,#fff,#fff)}._login-form__container_j5t02_17 ._ant-input_j5t02_89{background-color:transparent;font-size:.95rem;font-weight:500}._login-form__container_j5t02_17 ._ant-input_j5t02_89::placeholder{color:#00000073;font-weight:400}._login-form__container_j5t02_17 ._ant-btn_j5t02_115{border-radius:10px;height:38px;font-weight:600;font-size:.9rem;transition:all .3s cubic-bezier(.4,0,.2,1);border:none}._login-form__container_j5t02_17 ._ant-btn_j5t02_115._ant-btn-primary_j5t02_123{background:linear-gradient(135deg,#1677ff,#0c5aa0);border-color:transparent;box-shadow:0 4px 15px #1677ff4d}._login-form__container_j5t02_17 ._ant-btn_j5t02_115._ant-btn-primary_j5t02_123:hover{background:linear-gradient(135deg,#0c5aa0,#084a8a);border-color:transparent;transform:translateY(-2px);box-shadow:0 8px 20px #1677ff66}._login-form__container_j5t02_17 ._ant-btn_j5t02_115._ant-btn-primary_j5t02_123:active{transform:translateY(0);box-shadow:0 4px 12px #1677ff4d}._login-form__container_j5t02_17 ._ant-btn_j5t02_115._ant-btn-primary_j5t02_123:disabled{background:linear-gradient(135deg,#d9d9d9,#bfbfbf);box-shadow:none}._login-form__container_j5t02_17 ._ant-form-item_j5t02_76{margin-bottom:.6rem}@media (max-width: 599px){._login-form__container_j5t02_17 ._ant-form-item_j5t02_76{margin-bottom:.5rem}}._login-form__icon_j5t02_156{display:none}._login-form__title_j5t02_167{text-align:center;margin-bottom:.3rem;margin-top:0;font-size:1.6rem;font-weight:700;background:linear-gradient(135deg,#1677ff,#0c5aa0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px;width:100%;animation:_fadeInUp_j5t02_1 .6s ease-out .1s both}@media (max-width: 575px){._login-form__title_j5t02_167{font-size:1.4rem;margin-bottom:.3rem}}@media (min-width: 576px) and (max-width: 768px){._login-form__title_j5t02_167{font-size:1.5rem;margin-bottom:.3rem}}@media (min-width: 769px) and (max-width: 1024px){._login-form__title_j5t02_167{font-size:1.55rem;margin-bottom:.3rem}}@media (min-width: 1025px){._login-form__title_j5t02_167{font-size:1.6rem;margin-bottom:.3rem}}._login-form__description_j5t02_213{text-align:center;margin-bottom:.75rem;margin-top:.15rem;font-size:.9rem;color:#000000a6;line-height:1.5;width:100%;animation:_fadeInUp_j5t02_1 .6s ease-out .2s both}@media (max-width: 575px){._login-form__description_j5t02_213{font-size:.8rem;margin-bottom:.6rem}}@media (min-width: 576px) and (max-width: 768px){._login-form__description_j5t02_213{font-size:.85rem;margin-bottom:.7rem}}@media (min-width: 769px) and (max-width: 1024px){._login-form__description_j5t02_213{margin-bottom:.75rem;font-size:.9rem}}@media (min-width: 1025px){._login-form__description_j5t02_213{margin-bottom:.75rem}}._password-requirements_j5t02_252{margin-top:1rem;padding:1rem;background:linear-gradient(135deg,#f5f7fa,#f0f2f5);border:1px solid #e8eaed;border-radius:8px;font-size:.85rem;color:#000000a6}._password-requirements_j5t02_252 strong{display:block;margin-bottom:.75rem;font-weight:600;color:#000000d9;font-size:.9rem}@media (max-width: 599px){._password-requirements_j5t02_252{padding:1rem;font-size:.8rem;margin-top:1.25rem}}._password-requirements_j5t02_252 ul{margin:0;padding-left:1.5rem;list-style:none}._password-requirements_j5t02_252 ul li{margin-bottom:.6rem;padding-left:.5rem;position:relative}._password-requirements_j5t02_252 ul li:before{content:"✓";position:absolute;left:-1.2rem;color:#52c41a;font-weight:600}._password-requirements_j5t02_252 ul li:last-child{margin-bottom:0}._login-form__links_j5t02_301{text-align:center;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #f0f0f0;font-size:.85rem;color:#000000a6;width:100%}@media (max-width: 768px){._login-form__links_j5t02_301{margin-top:1.25rem;padding-top:.875rem;font-size:.85rem}}@media (min-width: 769px) and (max-width: 1024px){._login-form__links_j5t02_301{margin-top:1.5rem;padding-top:1.25rem;font-size:.88rem}}@media (min-width: 1025px){._login-form__links_j5t02_301{margin-top:1.5rem;padding-top:1.25rem;font-size:.9rem}}._login-form__links_j5t02_301 a{color:#1677ff;font-weight:500;transition:all .3s ease;text-decoration:none}._login-form__links_j5t02_301 a:hover{color:#0c5aa0;text-decoration:underline}._login-form__links_j5t02_301 a:active{color:#0a47a6}._success-message_j5t02_349{padding:1rem;margin-bottom:1rem;background-color:#f6ffed;border:1px solid #b7eb8f;border-radius:6px;color:#52c41a;font-size:.9rem}@media (max-width: 599px){._success-message_j5t02_349{padding:.75rem;font-size:.85rem}}._error-message_j5t02_369{padding:1rem;margin-bottom:1rem;background-color:#fff1f0;border:1px solid #ffccc7;border-radius:6px;color:#f5222d;font-size:.9rem}@media (max-width: 599px){._error-message_j5t02_369{padding:.75rem;font-size:.85rem}}._password-strength-indicator_j5t02_390{margin-top:.5rem;height:6px;background-color:#f0f0f0;border-radius:3px;overflow:hidden;box-shadow:inset 0 1px 2px #0000000d}._password-strength-indicator_j5t02_390 ._strength-bar_j5t02_398{height:100%;transition:all .4s cubic-bezier(.4,0,.2,1);border-radius:3px}._password-strength-indicator_j5t02_390 ._strength-bar_j5t02_398._weak_j5t02_403{width:33%;background:linear-gradient(90deg,#f5222d,#ff4d4f);box-shadow:0 2px 4px #f5222d33}._password-strength-indicator_j5t02_390 ._strength-bar_j5t02_398._medium_j5t02_408{width:66%;background:linear-gradient(90deg,#faad14,#ffc53d);box-shadow:0 2px 4px #faad1433}._password-strength-indicator_j5t02_390 ._strength-bar_j5t02_398._strong_j5t02_413{width:100%;background:linear-gradient(90deg,#52c41a,#85ce61);box-shadow:0 2px 4px #52c41a33}._token-error-alert_j5t02_424{margin-bottom:.75rem;border-radius:6px;animation:_slideDown_j5t02_1 .3s ease-out}@media (max-width: 599px){._token-error-alert_j5t02_424{margin-bottom:.75rem}}._form-disabled_j5t02_439{opacity:.6;pointer-events:none}._token-status_j5t02_449{padding:.7rem .9rem;margin-bottom:.75rem;border-radius:8px;font-size:.85rem;display:flex;align-items:center;gap:.6rem;animation:_slideDown_j5t02_1 .3s ease-out;font-weight:500}._token-status_j5t02_449 svg{font-size:.9rem;flex-shrink:0}._token-status_j5t02_449._valid_j5t02_464{background:linear-gradient(135deg,#f6ffed,#f0fde4);border:1px solid #b7eb8f;color:#52c41a;box-shadow:0 2px 4px #52c41a1a}._token-status_j5t02_449._invalid_j5t02_470{background:linear-gradient(135deg,#fff1f0,#ffe7e6);border:1px solid #ffccc7;color:#f5222d;box-shadow:0 2px 4px #f5222d1a}@media (max-width: 599px){._token-status_j5t02_449{padding:.65rem .8rem;font-size:.8rem;margin-bottom:1.25rem}}@keyframes _slideDown_j5t02_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeInDown_j5t02_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeInUp_j5t02_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes _iconBounce_j5t02_1{0%{opacity:0;transform:scale(.5) translateY(-20px)}50%{opacity:1}to{opacity:1;transform:scale(1) translateY(0)}}._success-section_j5t02_548{width:100%;text-align:center;animation:_fadeInUp_j5t02_1 .6s ease-out;display:flex;flex-direction:column;align-items:center;gap:1.5rem}._success-icon_j5t02_562{font-size:4rem;color:#52c41a;animation:_iconBounce_j5t02_1 .8s ease-out;margin-bottom:.5rem}@media (max-width: 575px){._success-icon_j5t02_562{font-size:3rem}}._success-title_j5t02_578{font-size:1.75rem;font-weight:700;color:#52c41a;margin:0;line-height:1.4;animation:_fadeInUp_j5t02_1 .6s ease-out .1s both}@media (max-width: 575px){._success-title_j5t02_578{font-size:1.5rem}}._success-message_j5t02_349{font-size:.95rem;color:#000000a6;line-height:1.6;margin:0;animation:_fadeInUp_j5t02_1 .6s ease-out .2s both}@media (max-width: 575px){._success-message_j5t02_349{font-size:.85rem}}._success-checkmark_j5t02_613{font-size:3.5rem;color:#52c41a;animation:_scaleIn_j5t02_1 .6s cubic-bezier(.34,1.56,.64,1) .3s both}@media (max-width: 575px){._success-checkmark_j5t02_613{font-size:2.5rem}}._success-redirect_j5t02_628{font-size:.9rem;color:#000000a6;margin:0;animation:_fadeInUp_j5t02_1 .6s ease-out .4s both}._success-redirect_j5t02_628 a{color:#1677ff;font-weight:500;text-decoration:none;transition:all .3s ease;cursor:pointer}._success-redirect_j5t02_628 a:hover{color:#0c5aa0;text-decoration:underline}._success-redirect_j5t02_628 a:active{color:#0a47a6}@media (max-width: 575px){._success-redirect_j5t02_628{font-size:.85rem}}@keyframes _scaleIn_j5t02_1{0%{opacity:0;transform:scale(0)}50%{opacity:1}to{opacity:1;transform:scale(1)}}
