.app-shell{min-height:100vh;background:#eef3fb}.app-layout__sidebar{position:fixed;top:0;left:0;z-index:100;height:100vh}.app-sidebar.ant-layout-sider,.app-sidebar{height:100vh;overflow:hidden;background:#0d2b7e;box-shadow:2px 0 18px #071c542e;transition:width .3s ease,background .3s ease}.app-sidebar--mobile{width:100%}.app-sidebar__brand{height:72px;display:flex;align-items:center;justify-content:center;padding:0 20px;color:#fff;font-weight:700;font-size:18px;letter-spacing:.01em;white-space:nowrap;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.12)}.app-sidebar__menu.ant-menu{height:calc(100vh - 72px);overflow-y:auto;overflow-x:hidden;padding:14px 10px 24px;background:transparent;border-inline-end:0}.app-sidebar__menu.ant-menu-dark .ant-menu-item,.app-sidebar__menu.ant-menu-dark .ant-menu-submenu-title{height:46px;line-height:46px;margin:0 0 8px;border-radius:12px}.app-sidebar__menu.ant-menu-dark .ant-menu-item-selected{background:#ffffff38;font-weight:600}.app-sidebar__menu.ant-menu-dark .ant-menu-item-selected:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:3px;height:60%;border-radius:2px;background:#fffc}.app-sidebar__menu.ant-menu-dark .ant-menu-item:hover,.app-sidebar__menu.ant-menu-dark .ant-menu-submenu-title:hover{background:#ffffff1f;transition:background .15s ease}.app-layout__main.ant-layout{min-height:100vh;background:linear-gradient(180deg,#f6f8fd,#eef3fb);transition:margin-left .3s ease}.app-layout__header.ant-layout-header{position:sticky;top:0;z-index:200;height:72px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(13,43,126,.08);box-shadow:0 8px 24px #1226560f}.app-layout__menu-toggle.ant-btn{width:42px;height:42px;border-radius:12px;color:#0d2b7e}.app-layout__menu-toggle.ant-btn:hover{background:#0d2b7e14;color:#0d2b7e}.app-layout__account{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:14px;cursor:pointer;transition:background .2s ease,color .2s ease}.app-layout__account:hover{background:#0d2b7e0f}.app-layout__content.ant-layout-content{height:calc(100vh - 72px);overflow-y:auto;padding:20px}.app-layout__content-inner{min-height:calc(100vh - 112px);padding:28px 32px;max-width:1400px;margin:0 auto;background:#fff;border-radius:18px;box-shadow:0 12px 40px #18274b14;transition:box-shadow .3s ease}.app-sidebar-drawer .ant-drawer-content,.app-sidebar-drawer .ant-drawer-body{background:#0d2b7e}.app-sidebar-drawer .ant-drawer-body{padding:0}@media (max-width: 767px){.app-layout__header.ant-layout-header{padding:0 14px;height:64px}.app-layout__content.ant-layout-content{height:calc(100vh - 64px);padding:12px}.app-layout__content-inner{min-height:calc(100vh - 88px);padding:14px;border-radius:14px}@media (min-width: 768px) and (max-width: 991px){.app-layout__content-inner .app-layout__content-inner{padding:20px 24px}}}.home-page{display:grid;gap:24px}.home-hero.ant-card{overflow:hidden;border-radius:18px;background:radial-gradient(160% 140% at 100% 0%,#4a80ff3d,#4a80ff00 55%),linear-gradient(130deg,#0d2b7e,#1c4ab8);box-shadow:0 16px 40px #091f5b3d}.home-hero .ant-card-body{padding:28px}.home-hero__content{max-width:720px;display:grid;gap:8px}.home-hero__tag.ant-tag{width:fit-content;margin:0;font-weight:600;color:#0d2b7e;border:0;background:#e8efff}.home-hero__title.ant-typography{margin:0;color:#fff}.home-hero__subtitle.ant-typography{color:#ffffffd6;font-size:15px;line-height:1.6}.home-section{display:grid;gap:14px}.home-section__header{display:flex;align-items:center}.home-section__header--split{justify-content:space-between;gap:12px}.home-section__title.ant-typography{margin:0;color:#132b56}.home-section-alert.ant-alert{border-radius:14px}.home-stat-card.ant-card{border-radius:16px;box-shadow:0 8px 24px #18274b14;min-height:144px}.home-stat-card .ant-card-body{padding:18px}.home-stat-card__top{display:flex;justify-content:space-between;align-items:center;gap:12px}.home-stat-card__icon{width:40px;height:40px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-size:18px}.home-stat-card__label.ant-typography{color:#5f6f8a;font-size:14px;font-weight:500}.home-stat-card__value .ant-statistic-content{color:#10213d;font-size:32px;font-weight:700;line-height:1.2}.home-quick-action.ant-card{border-radius:16px;cursor:pointer;box-shadow:0 6px 20px #18274b12}.home-quick-action .ant-card-body{padding:16px;display:flex;align-items:center;gap:12px}.home-quick-action__icon{width:44px;height:44px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center}.home-quick-action__content{flex:1;min-width:0;display:grid}.home-quick-action__title.ant-typography{color:#162b54;font-weight:600}.home-quick-action__subtitle.ant-typography{color:#6b7b95;font-size:12px;line-height:1.4}.home-quick-action__arrow{color:#7a8fb4}.home-quick-action:hover{transform:translateY(-3px);box-shadow:0 12px 30px #18274b1f}.home-course-card.ant-card{overflow:hidden;border-radius:16px;box-shadow:0 8px 22px #18274b14;height:100%}.home-course-card .ant-card-body{padding:14px}.home-course-card__image{width:100%;aspect-ratio:16 / 9;object-fit:cover}.home-course-card__title.ant-typography{color:#132a51;font-size:16px;font-weight:700;margin-bottom:0}.home-course-card__description.ant-typography{color:#6d7f9b;font-size:13px;line-height:1.55}.home-course-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px #18274b24}.home-course-card--loading .ant-card-body{display:grid;gap:14px}.home-course-card__skeleton-image.ant-skeleton-element,.home-course-card__skeleton-image .ant-skeleton-image{width:100%;height:150px;border-radius:12px}.home-view-all.ant-btn-link{padding-inline:0;color:#0d2b7e;font-weight:600}.home-empty-card.ant-card{border-radius:16px;box-shadow:0 8px 22px #18274b14}@media (max-width: 991px){.home-page{gap:20px}.home-hero .ant-card-body{padding:22px}.home-stat-card.ant-card{min-height:132px}}@media (max-width: 767px){.home-page{gap:18px}.home-hero .ant-card-body{padding:18px}.home-hero__title.ant-typography{font-size:24px}.home-hero__subtitle.ant-typography{font-size:14px}.home-section{gap:12px}.home-section__header--split{align-items:flex-start;flex-direction:column}.home-stat-card .ant-card-body,.home-quick-action .ant-card-body{padding:14px}}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 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}html,body,#root{height:100%}body{margin:0;background:#eef3fb;color:#10213d}body,button,.ant-layout,.ant-card,.ant-btn,.ant-menu,.ant-drawer-content,.ant-dropdown-menu{transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}*{box-sizing:border-box}:root{--ay-primary: #0D2B7E;--ay-primary-light: #1C4AB8;--ay-primary-bg: #EEF3FB;--ay-primary-faint: rgba(13, 43, 126, .08);--ay-danger: #D4380D;--ay-danger-bg: #FFF1F0;--ay-warning: #D48806;--ay-warning-bg: #FFFBE6;--ay-success: #389E0D;--ay-success-bg: #F6FFED;--ay-purple: #531DAB;--ay-purple-bg: #F9F0FF;--ay-text-primary: #10213D;--ay-text-secondary: #5F6F8A;--ay-text-muted: #9DAEC4;--ay-border: rgba(13, 43, 126, .1);--ay-radius-sm: 10px;--ay-radius-md: 14px;--ay-radius-lg: 18px;--ay-radius-xl: 24px;--ay-shadow-sm: 0 4px 14px rgba(24, 39, 75, .06);--ay-shadow-md: 0 8px 24px rgba(24, 39, 75, .09);--ay-shadow-lg: 0 14px 40px rgba(24, 39, 75, .13);--ay-shadow-hover: 0 18px 44px rgba(13, 43, 126, .16);--ay-duration: .2s;--ay-easing: ease}.ay-page{display:grid;gap:24px}.ay-page .page-container{padding:28px 32px;max-width:1400px;margin:0 auto}.ay-page-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.ay-page-header .ant-typography{margin:0;color:var(--ay-text-primary)}.ay-section{display:grid;gap:14px}.ay-section .ay-section+.ay-section,.ay-section .ay-section{margin-bottom:0}.ay-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.ay-section-title.ant-typography{margin:0;color:var(--ay-text-primary)}.ay-card.ant-card{border-radius:var(--ay-radius-lg);border:1px solid var(--ay-border);box-shadow:var(--ay-shadow-md);transition:transform var(--ay-duration) var(--ay-easing),box-shadow var(--ay-duration) var(--ay-easing)}.ay-card.ant-card .ant-card-head{border-bottom:1px solid var(--ay-border);font-weight:600;color:var(--ay-text-primary)}.ay-card.ant-card.ant-card-hoverable:hover,.ay-card--hoverable:hover{transform:translateY(-3px);box-shadow:var(--ay-shadow-hover)}.ay-course-card.ant-card{border-radius:var(--ay-radius-lg);border:1px solid var(--ay-border);box-shadow:var(--ay-shadow-md);overflow:hidden;height:100%;display:flex;flex-direction:column;transition:transform var(--ay-duration) var(--ay-easing),box-shadow var(--ay-duration) var(--ay-easing)}.ay-course-card.ant-card .ant-card-body{padding:14px;flex:1;display:flex;flex-direction:column;gap:6px}.ay-course-card.ant-card.ant-card-hoverable:hover{transform:translateY(-4px);box-shadow:var(--ay-shadow-hover)}.ay-course-image{width:100%;aspect-ratio:16 / 9;object-fit:cover;display:block}.ay-course-title.ant-typography{color:var(--ay-text-primary);font-size:15px;font-weight:700;margin:0}.ay-course-desc.ant-typography{color:var(--ay-text-secondary);font-size:13px;line-height:1.55;margin:0}.ay-list-item.ant-list-item{padding:14px 16px;margin-bottom:10px;background:#fff;border-radius:var(--ay-radius-md)!important;border:1px solid var(--ay-border)!important;box-shadow:var(--ay-shadow-sm);transition:box-shadow var(--ay-duration) var(--ay-easing)}.ay-list-item.ant-list-item:last-child{margin-bottom:0}.ay-list-item.ant-list-item:hover{box-shadow:var(--ay-shadow-md)}.ay-list-item .ant-list-item-meta-title{font-weight:600;color:var(--ay-text-primary)}.ay-list-item .ant-list-item-meta-description{color:var(--ay-text-secondary);font-size:13px}.ay-card-list.ant-list .ant-list-item{border-block-end:none}.ay-badge-correct.ant-tag{color:var(--ay-success);background:var(--ay-success-bg);border-color:#b7eb8f;border-radius:20px;font-weight:600}.ay-badge-incorrect.ant-tag{color:var(--ay-danger);background:var(--ay-danger-bg);border-color:#ffa39e;border-radius:20px;font-weight:600}.ay-badge-skipped.ant-tag{color:var(--ay-warning);background:var(--ay-warning-bg);border-color:#ffe58f;border-radius:20px;font-weight:600}.ay-icon-chip{width:40px;height:40px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.ay-auth-card.ant-card{width:100%;border-radius:var(--ay-radius-xl);box-shadow:0 20px 60px #0d2b7e29;border:1px solid var(--ay-border);overflow:hidden}.ay-auth-card .ant-card-body{padding:36px 32px 28px}.ay-auth-brand{display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:28px;text-align:center}.ay-auth-brand__logo{width:52px;height:52px;background:linear-gradient(135deg,var(--ay-primary) 0%,var(--ay-primary-light) 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;font-weight:800;letter-spacing:-.5px;box-shadow:0 8px 20px #0d2b7e47;margin-bottom:4px}.ay-auth-brand__title.ant-typography{margin:0;color:var(--ay-text-primary);font-size:22px}.ay-auth-brand__sub.ant-typography{margin:0;color:var(--ay-text-secondary);font-size:14px}.ay-option-group.ant-radio-group{width:100%;display:flex;flex-direction:column;gap:10px}.ay-option-group .ant-radio-button-wrapper{display:flex;align-items:flex-start;height:auto;padding:12px 16px;text-align:left;white-space:normal;line-height:1.55;border-radius:var(--ay-radius-sm)!important;border:1.5px solid #d9d9d9!important;background:#fff;color:var(--ay-text-primary);font-size:15px;transition:border-color var(--ay-duration) var(--ay-easing),background var(--ay-duration) var(--ay-easing),box-shadow var(--ay-duration) var(--ay-easing)}.ay-option-group .ant-radio-button-wrapper:before{display:none!important}.ay-option-group .ant-radio-button-wrapper:hover{border-color:var(--ay-primary)!important;background:var(--ay-primary-bg)}.ay-option-group .ant-radio-button-wrapper-checked{border-color:var(--ay-primary)!important;background:var(--ay-primary-bg)!important;color:var(--ay-primary)!important;box-shadow:0 0 0 2px #0d2b7e1f!important}.ay-question-panel{background:#fff;border:1px solid var(--ay-border);border-radius:var(--ay-radius-lg);padding:24px;box-shadow:var(--ay-shadow-sm);margin-bottom:16px}.ay-question-nav{display:flex;flex-wrap:wrap;gap:6px;padding:14px;background:#fff;border:1px solid var(--ay-border);border-radius:var(--ay-radius-md);box-shadow:var(--ay-shadow-sm);margin-bottom:20px}.ay-plan-card.ant-card{border-radius:var(--ay-radius-lg);border:1.5px solid var(--ay-border);box-shadow:var(--ay-shadow-md);text-align:center;height:100%;display:flex;flex-direction:column;transition:transform var(--ay-duration) var(--ay-easing),box-shadow var(--ay-duration) var(--ay-easing)}.ay-plan-card.ant-card .ant-card-body{flex:1;display:flex;flex-direction:column;padding:24px}.ay-plan-card--popular.ant-card{border-color:var(--ay-primary);background:linear-gradient(160deg,#0d2b7e08,#fff 50%)}.ay-plan-card:hover{transform:translateY(-3px);box-shadow:var(--ay-shadow-hover)}.ay-plan-price{font-size:38px;font-weight:800;color:var(--ay-text-primary);line-height:1.1}.ay-plan-feature-row{display:flex;gap:8px;align-items:flex-start;text-align:left;padding:5px 0}.ay-profile-avatar-row{display:flex;align-items:center;gap:18px;padding:20px;background:linear-gradient(130deg,var(--ay-primary) 0%,var(--ay-primary-light) 100%);border-radius:var(--ay-radius-lg);margin-bottom:20px;box-shadow:var(--ay-shadow-md)}.ay-profile-avatar-row .ant-avatar{border:3px solid rgba(255,255,255,.5);flex-shrink:0}.ay-skeleton-card.ant-card{border-radius:var(--ay-radius-lg);border:1px solid var(--ay-border);box-shadow:var(--ay-shadow-sm);overflow:hidden}.ay-skeleton-card .ant-card-body{padding:14px}.ay-skeleton-img.ant-skeleton-element,.ay-skeleton-img .ant-skeleton-image{width:100%!important;height:160px;border-radius:var(--ay-radius-md)!important}.ay-empty-card.ant-card{border-radius:var(--ay-radius-lg);border:1px solid var(--ay-border);box-shadow:var(--ay-shadow-sm);padding:32px 0}.ay-view-all.ant-btn-link{padding-inline:0;color:var(--ay-primary);font-weight:600}@media (max-width: 991px){.ay-page{gap:20px}.ay-section{gap:12px}.ay-auth-card .ant-card-body{padding:28px 24px}.ay-question-panel{padding:18px}}@media (max-width: 767px){.ay-page{gap:16px}.ay-auth-card .ant-card-body{padding:22px 18px}.ay-page-header{flex-direction:column;align-items:flex-start}.ay-plan-price{font-size:32px}.ay-question-panel{padding:14px}@media (max-width: 991px){.page-container{padding:20px}}.page-container{padding:16px}}
