.container{display:flex;justify-content:center;padding:24px}.card-container{display:flex;justify-content:center;max-width:1200px}.card-block{width:100%;max-width:456px;min-height:696px;display:flex;flex-direction:column;justify-content:space-between;padding:24px;border-radius:12px;background-color:#fff}.option-wrapper{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.option-grid{display:flex;flex-direction:column;gap:16px}.option-card{text-align:center;border-radius:10px;padding:12px 20px;transition:.2s ease;border:1px solid #D9D9D9}.option-card__label{font-size:15px;font-weight:600;line-height:22px}.option-card__icon{width:32px;height:32px;margin-bottom:10px;transition:filter .2s ease,opacity .2s ease}.option-card:hover,.option-card--selected{color:#1677ff;border:1px solid #91CAFF;background-color:#e6f4ff;box-shadow:none}.medium-button{height:40px;padding:8px;font-size:16px;line-height:24px}@media(max-width:768px){.container{display:flex;flex-direction:column;justify-content:center;padding:16px;min-height:calc(100vh - 72px);box-sizing:border-box}.card-container{width:100%;max-width:100%;justify-content:center;display:flex;flex:1}.card-block{padding:16px;width:100%;max-width:456px;min-height:0;height:auto;flex:1;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box}}.playground-page{display:flex;flex-direction:column;gap:32px;padding:32px 24px 48px;background:radial-gradient(circle at 20% 20%,#f2f6ff 0,#fff 45%)}.playground-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.playground-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.playground-block{border-radius:12px;border:1px solid #e6e9f0;background:#fff;padding:16px 18px;box-shadow:0 10px 30px #0e1e430a}.playground-block h4{margin:0 0 8px;font-size:16px;color:#1f2937}.playground-block p{margin:0;color:#4b5563;line-height:1.5}.playground-antd{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}.playground-antd .ant-card{border-radius:12px;border:1px solid #e0e7ff;background:linear-gradient(180deg,#f8fbff,#fff 45%)}.playground-antd .ant-btn-primary{background:linear-gradient(135deg,#5a8bff,#3a63ff);box-shadow:0 10px 22px #3a63ff47}.playground-antd .ant-btn-primary:hover,.playground-antd .ant-btn-primary:focus{background:linear-gradient(135deg,#6b98ff,#3a5af3)}.playground-antd .ant-input,.playground-antd .ant-picker{border-radius:10px;border-color:#d7def5}.playground-antd .ant-input:focus,.playground-antd .ant-input-focused,.playground-antd .ant-picker-focused{border-color:#5a8bff;box-shadow:0 0 0 3px #5a8bff40}.playground-antd .ant-tabs-nav{margin:0 0 8px}.playground-antd .ant-tabs-ink-bar{height:3px;border-radius:99px;background:linear-gradient(90deg,#3a63ff,#5a8bff)}.playground-antd .ant-card-head-title{font-weight:600}.playground-muted{color:#6b7280;font-size:13px}.chat-page{display:flex;gap:24px;width:100%;align-items:stretch}.chat-sidebar{width:340px;min-width:280px;height:74vh;min-height:640px}.chat-messages-card{flex:1;height:74vh;min-height:640px}.chat-sidebar .ant-card-body,.chat-messages-card .ant-card-body{height:100%}.chat-sidebar-content,.chat-messages-inner{height:100%;display:flex;flex-direction:column}.chat-sidebar-header{padding:16px 20px 0}.chat-sidebar-title{font-size:16px;font-weight:600}.chat-sidebar-search{padding:12px 20px 8px}.chat-sidebar-search .ant-input-affix-wrapper{border-radius:10px}.chat-sidebar-list{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding:4px 12px 16px}.chat-thread-groups{display:flex;flex-direction:column;gap:12px}.chat-group-header{width:100%;background:transparent;border:0;padding:4px 6px;display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#8c8c8c;cursor:pointer}.chat-group-title{font-weight:600}.chat-thread-list{display:flex;flex-direction:column;gap:4px;margin-top:6px}.chat-thread-item{display:flex;gap:12px;padding:10px 12px;border-radius:12px;cursor:pointer;transition:background .2s ease}.chat-thread-item:hover{background:#f5f7fb}.chat-thread-item--active{background:#eef4ff}.chat-thread-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.chat-thread-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.chat-thread-name{font-size:14px}.chat-thread-time{font-size:12px;white-space:nowrap}.chat-thread-message{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-thread-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px}.chat-thread-course{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-thread-badge .ant-badge-count{background:#ff4d4f;box-shadow:none;min-width:18px;height:18px;line-height:18px;padding:0 6px}.chat-messages-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f0f0f0}.chat-messages-header-info{display:flex;align-items:center;gap:12px}.chat-messages-header-text{display:flex;flex-direction:column;gap:2px}.chat-messages-body{flex:1;overflow-y:auto;padding:12px 20px;display:flex;flex-direction:column}.chat-messages-list{display:flex;flex-direction:column;gap:8px}.chat-message-row{display:flex}.chat-message-row--outgoing{justify-content:flex-end}.chat-message-bubble{max-width:70%;padding:10px 12px;border-radius:12px;background:#f5f5f5;color:#1f1f1f;font-size:14px;line-height:1.4;white-space:pre-wrap}.chat-message-bubble--outgoing{background:#1677ff;color:#fff}.chat-message-time{margin-top:4px;font-size:11px;color:#00000073;text-align:right}.chat-message-bubble--outgoing .chat-message-time{color:#fffc}.chat-date-divider-wrapper{display:flex;justify-content:center;margin:16px 0 8px}.chat-date-divider{font-size:12px;color:#8c8c8c;background:#f0f0f0;border-radius:999px;padding:4px 12px}.chat-input{padding:12px 20px 16px;border-top:1px solid #f0f0f0}.chat-input .ant-input{border-radius:10px}.chat-empty{flex:1;min-height:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#8c8c8c;text-align:center}.chat-empty svg{font-size:28px}.chat-empty--list{flex:1}.chat-empty--select{height:100%}.chat-empty--messages{flex:1}@media(max-width:1200px){.chat-sidebar{width:300px}}@media(max-width:992px){.chat-page{flex-direction:column}.chat-sidebar,.chat-messages-card{width:100%;height:auto;min-height:unset}}.fio-inputs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.password-hint{color:#00000073}@media(max-width:768px){.fio-inputs-grid{grid-template-columns:auto}.password-hint{margin-bottom:16px}}.student-courses{width:100%}.student-course-meta{display:flex;align-items:center;gap:8px;margin-top:16px;margin-bottom:12px;flex-wrap:wrap}.student-course-meta-action{margin-left:auto}.student-course-meta-item{display:flex;align-items:center;gap:8px}.student-course-teachers{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.student-course-teacher{display:inline-flex;align-items:center;gap:8px;padding:4px 8px;border-radius:999px;border:1px solid transparent;background:transparent;cursor:pointer;font:inherit;color:#262626;transition:background .2s ease}.student-course-teacher:hover{background:#0000000a}.student-course-teacher:focus-visible{outline:2px solid #1677ff;outline-offset:2px}.student-course-teacher-name{font-size:14px;line-height:1}.student-course-teacher-empty{color:#00000073;font-size:14px}.student-course-meta-separator{color:#00000040}.student-courses-top-text{margin-bottom:15px}.student-courses-title{margin:0!important;font-size:20px!important}.student-courses-subtitle{font-size:14px}.ant-tabs-tab-btn{font-size:16px;line-height:24px}.student-courses-tabs .ant-tabs-nav{margin-bottom:0}.ant-tabs .ant-tabs-tab{padding-bottom:16px}.ant-tabs-nav{margin:0!important}.student-courses-list-title{margin:0;font-weight:600;margin-bottom:0!important}.student-courses-empty{width:100%;padding:32px;border:1px solid #f0f0f0;border-radius:12px;text-align:center}.student-courses-empty-icon{font-size:28px;opacity:.6}.student-courses-empty-title{font-size:16px}.student-courses-empty-subtitle{font-size:14px;color:#00000073}.student-breadcrumb{display:block;margin-bottom:16px;font-size:14px}.student-breadcrumb-link{color:#8c8c8c;cursor:pointer;transition:color .2s ease}.student-breadcrumb-link:hover{color:#1677ff}.student-breadcrumb-separator{color:#bfbfbf}.student-breadcrumb-current{color:#262626;font-weight:500}.student-courses-items{display:flex;flex-direction:column;width:100%;gap:16px}.student-courses-item{width:100%;border-radius:12px;border:1px solid #f0f0f0;background:#fff;display:flex;cursor:pointer;transition:all .2s ease;align-items:stretch;overflow:hidden}.student-courses-item-img{width:40%;min-width:200px;height:auto;aspect-ratio:16 / 9;overflow:hidden;background:#f5f5f5;border-radius:12px 0 0 12px;flex-shrink:0}.student-courses-item-img-inner{width:100%;height:100%;object-fit:cover}.student-courses-item{width:100%;border-radius:12px;border:1px solid #f0f0f0;background:#fff;display:flex;flex-direction:row;cursor:pointer;transition:all .2s ease;overflow:hidden;gap:16px}.student-courses-item-img{width:162px;min-width:162px;min-height:122px;height:auto;align-self:stretch;background:#f5f5f5;border-radius:8px 0 0 8px;overflow:hidden;flex-shrink:0}.student-courses-item-img-inner{width:100%;height:100%;object-fit:cover;display:block}.student-courses-item-content{padding:16px;flex:1}.student-courses-item-content{padding:16px}.student-courses-item-title{font-size:15px;font-weight:600;margin-bottom:8px}.student-courses-item-tasks-icon{color:#00000073}.student-courses-item-status{margin-top:12px;display:flex;align-items:center;gap:8px}.student-courses-item-status-left{display:flex;justify-content:center;align-items:center;gap:8px}.student-courses-item-reward{display:flex;align-items:center;flex-direction:row;gap:6px}.student-courses-status-dot{width:6px;height:6px;border-radius:50%;background-color:#ff4d4f}.student-courses-status-dot--done{background-color:#52c41a}.student-courses-status-divider{width:1px;height:18px;background:#e5e5e5}.student-courses-item-reward-icon{color:#ffc53d;font-size:14px}.student-courses-progress-circle svg{width:18px!important;height:18px!important}.student-bottom-nav{position:fixed;left:0;right:0;bottom:0;height:64px;background:#fff;border-top:1px solid #f0f0f0;display:flex;justify-content:space-around;align-items:center;z-index:1000}.student-bottom-nav-item{flex:1;border:none;background:transparent;padding:4px 0;display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;font:inherit}.student-bottom-nav-label{font-size:12px;color:#595959}.student-bottom-nav-label--active{color:#1677ff;font-weight:500}.student-bottom-nav-icon-primary{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}.student-bottom-nav-icon-primary--active{background:#1677ff}.student-bottom-nav-item--active .student-bottom-nav-label{display:none}.student-bottom-nav-item--active{gap:0}.student-course-layout{display:grid;grid-template-columns:848fr 272fr;gap:16px;align-items:start}.student-course{display:flex;flex-direction:column;gap:16px}.student-courses-top-card>.ant-card-body{padding-bottom:0!important}.student-course-section-label{display:block}.student-course-section-label{margin-bottom:8px}.student-course-materials-list{display:flex;flex-direction:column;gap:8px}.student-course-material-row{padding:16px;border:solid 1px #F0F0F0;border-radius:6px}.student-course-material-row-meta{display:flex;flex-direction:row}.student-course-status-dot{width:6px;height:6px;border-radius:50%;background-color:#ff4d4f;flex-shrink:0}.student-course-main-title{margin-bottom:16px!important}.student-course-sidebar{display:flex;flex-direction:column;gap:16px}.student-course-sidebar-card{padding:16px!important}.student-course-sidebar-card>.ant-card-body{padding:0!important}.student-course-card-content{display:flex;flex-direction:column;gap:16px}.student-course-sidebar-title,.student-course-desc-text{margin-bottom:0!important}.student-course-desc-image{width:240px;height:135px;overflow:hidden;border:1px solid rgba(0,0,0,.06);background:#f5f5f5}.student-course-desc-image img{width:100%;height:100%;object-fit:cover;display:block}.student-course-kv{display:flex;flex-direction:column;gap:8px}.student-course-schedule{display:grid;grid-template-columns:280px 1fr;gap:16px;align-items:start}.student-course-schedule-card{border-radius:12px}.student-course-schedule-title{margin:0 0 12px!important}.student-course-schedule-card .ant-picker-calendar{border:1px solid #f0f0f0;border-radius:12px;overflow:hidden}.student-course-calendar-header{display:flex;align-items:center;justify-content:space-between;padding:0 4px 12px}.student-course-calendar-month{display:flex;align-items:center;gap:8px;font-weight:600;color:#000000e0}.student-course-calendar-nav{width:28px;height:28px;border-radius:8px;border:1px solid #f0f0f0;background:#fff;cursor:pointer;line-height:26px}.student-course-calendar-nav:hover{background:#00000005}.student-course-schedule-card .ant-picker-calendar-header{display:none}.student-course-main-card--transparent{background:transparent;box-shadow:none}.student-course-main-card--transparent>.ant-card-body{padding:0!important;background:transparent}@media(max-width:980px){.student-course-schedule{grid-template-columns:1fr}}@media(min-width:768px){.student-bottom-nav{display:none}}@media(max-width:992px){.student-courses-item{gap:12px}.student-courses-item-content{padding:12px}.student-courses-item-title{font-size:14px}}@media(max-width:768px){.student-courses-item{flex-direction:column;align-items:flex-start}.student-courses-item-content{padding:14px 4px}.student-courses-item-status{flex-wrap:wrap;gap:8px}.student-courses-status-divider{display:none}.student-courses-item{flex-direction:column;gap:0}.student-courses-item-img{width:100%;height:auto;min-height:190px;border-radius:12px 12px 0 0}.student-courses-item-content{padding:14px 12px}}@media(max-width:480px){.ant-card-body{padding:16px!important}.student-course-layout{display:block!important}.student-breadcrumb{display:none}.student-courses-item-title{font-size:13px}.student-courses-empty{padding:24px}.student-courses-empty-subtitle{font-size:13px}.student-courses-top-text{margin-bottom:8px}.student-courses-list-title{font-size:16px!important}}.student-material{display:flex;flex-direction:column;gap:16px}.student-material-breadcrumb{display:flex;flex-wrap:wrap;gap:6px;font-size:12px;color:#00000073}.student-material-breadcrumb-link{cursor:pointer}.student-material-breadcrumb-current{color:#000000bf}.student-material-breadcrumb-separator{color:#00000040}.student-material-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:16px;align-items:start}.student-material-card{border-radius:12px}.student-material-header{margin-bottom:12px}.student-material-header-row{width:100%}.student-material-back{border-radius:10px}.student-material-header-text{min-width:0}.student-material-title{margin-bottom:8px!important}.student-material-subtitle{display:block;line-height:1.35}.student-material-section{margin-top:16px}.student-material-section-title{margin-bottom:8px!important}.student-material-paragraph{margin:0;max-width:100%;overflow-wrap:anywhere;word-break:break-word}.student-material-paragraph *{overflow-wrap:anywhere;word-break:break-word}.student-material-table{border:1px solid #f0f0f0;border-radius:12px;overflow:hidden}.student-material-banner{margin-top:16px;border-radius:12px;overflow:hidden;border:1px solid #f0f0f0;background:#f5fbff;display:grid;grid-template-columns:1fr}.student-material-banner-text{padding:16px}.student-material-banner-title{font-size:28px;font-weight:700;line-height:1.1}.student-material-banner-subtitle{font-size:18px;font-weight:600;margin-top:4px}.student-material-banner-img{width:100%;height:280px;object-fit:cover;display:block}.student-material-widget{margin-top:8px;border-radius:12px;border:1px solid #f0f0f0;background:#eaf5ff;height:260px;display:flex;align-items:center;justify-content:center}.student-material-widget-placeholder{color:#1677ff;font-size:12px}.student-material-fact{margin-top:12px;border:1px solid #cfe3ff;background:#f2f7ff;border-radius:12px;padding:12px;display:flex;gap:10px}.student-material-fact-icon{width:28px;height:28px;border-radius:8px;background:#1677ff;color:#fff;display:flex;align-items:center;justify-content:center}.student-material-fact-title{font-weight:600;margin-bottom:4px}.student-material-fact-text{color:#000000a6;font-size:12px;line-height:1.35}.student-material-files{margin-top:8px;display:flex;flex-direction:column;gap:8px}.student-material-file{display:inline-flex;align-items:center;gap:8px;color:#1677ff;text-decoration:none;font-size:13px}.student-material-file-name{text-decoration:underline}.student-material-actions{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}.student-material-sidebar{display:flex;flex-direction:column;gap:12px}.student-material-sidecard{border-radius:12px}.student-material-side-title{font-weight:600;margin-bottom:10px}.student-material-side-kv{display:grid;grid-template-columns:1fr;gap:6px;margin-bottom:10px}.student-material-side-label{color:#00000073;font-size:12px}.student-material-side-value{color:#000000e0;font-size:13px}.student-material-side-points{display:inline-flex;align-items:center;gap:6px;font-size:13px}.student-material-side-star{font-size:14px;color:#faad14}@media(max-width:980px){.student-material-layout{grid-template-columns:1fr}.student-material-breadcrumb{display:none}}.student-homework{display:flex;flex-direction:column;gap:16px}.student-homework-breadcrumb{display:flex;flex-wrap:wrap;gap:6px;color:#00000073;font-size:12px}.student-homework-breadcrumb-link{cursor:pointer;color:#00000073}.student-homework-breadcrumb-link:hover{color:#000000a6}.student-homework-breadcrumb-separator{color:#00000040}.student-homework-breadcrumb-current{color:#000000a6}.student-homework-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:16px;align-items:start}.student-homework-main{display:flex;flex-direction:column;gap:16px;min-width:0}.student-homework-sidebar{display:flex;flex-direction:column;gap:16px}.student-homework-card{border-radius:12px}.student-homework-title{margin-bottom:0!important}.student-homework-hero-wrap{margin-bottom:12px}.student-homework-hero{width:100%;height:360px;object-fit:cover;border-radius:12px;display:block}.student-homework-intro{display:block;margin-bottom:8px;color:#000000e0}.student-homework-steps{margin-top:6px}.student-homework-steps-title{display:block;margin-bottom:8px;font-size:13px;color:#000000e0}.student-homework-steps-list{margin:0;padding-left:18px;color:#000000e0}.student-homework-step{margin:6px 0;line-height:1.45}.student-homework-section-title{margin-bottom:12px}.student-homework-files{display:flex;flex-direction:column;gap:10px}.student-homework-file{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border:1px solid #f0f0f0;border-radius:12px}.student-homework-file-left{display:flex;align-items:center;gap:10px;min-width:0}.student-homework-file-icon{color:#00000073;font-size:18px}.student-homework-file-name{color:#1677ff;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.student-homework-file-name:hover{text-decoration:underline}.student-homework-file-action{border:none;background:transparent;cursor:pointer;color:#00000073;padding:6px;border-radius:8px}.student-homework-file-action:hover{background:#f5f5f5;color:#000000a6}.student-homework-hint{display:block;margin-bottom:12px}.student-homework-upload{margin-top:8px;margin-bottom:12px}.student-homework-dragger.ant-upload-wrapper .ant-upload-drag{border-radius:12px}.student-homework-dragger-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:18px 12px}.student-homework-dragger-icon{font-size:22px;color:#00000073}.student-homework-dragger-title{font-size:14px;color:#000000e0}.student-homework-dragger-subtitle{font-size:12px;color:#00000073}.student-homework-comment{display:flex;flex-direction:column;gap:8px}.student-homework-comment-label{font-size:13px}.student-homework-sidecard{border-radius:12px}.student-homework-side-title{font-weight:600;margin-bottom:12px;color:#000000e0}.student-homework-side-kv{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.student-homework-side-kv:last-child{margin-bottom:0}.student-homework-side-label{font-size:12px;color:#00000073}.student-homework-side-value{font-size:13px;color:#000000e0}.student-homework-points-badge{display:inline-flex;align-items:center;gap:6px;padding:2px 8px;border-radius:8px;background:#fffbe6;color:#d48806;border:1px solid #ffe58f;font-size:12px}.student-homework-submitbar{display:flex;justify-content:flex-end}.student-homework-results-box{display:flex;flex-direction:column;padding:12px 16px;background-color:#e9f4fd;border:1px solid rgba(145,202,255,1);border-radius:6px;margin-bottom:12px}.student-homework-titlebar{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.student-homework-edit-btn .anticon{color:#000000e0}@media(max-width:980px){.student-homework-layout{grid-template-columns:1fr}.student-homework-sidebar{order:-1}}@media(max-width:768px){.student-homework-hero{height:auto;aspect-ratio:16 / 9}.student-homework-submitbar{padding:0 16px}.student-homework-titlebar{flex-direction:column}.student-homework-edit-btn,.student-homework-submitbar-btn{width:100%}.student-homework-breadcrumb{display:none}}.hw-history-card{padding:0}.hw-history-title{margin:0 0 12px}.hw-history-list{display:flex;flex-direction:column;gap:12px}.hw-history-item{border:1px solid #f0f0f0;border-radius:12px;padding:14px;background:#fff}.hw-history-meta{display:flex;flex-direction:column;gap:2px;margin-bottom:10px}.hw-history-date{font-size:12px;color:#000000a6}.hw-history-student-label{font-size:12px}.hw-history-file{display:inline-flex;align-items:center;gap:8px;text-decoration:none;margin-bottom:10px}.hw-history-file-icon{color:#00000073;font-size:16px}.hw-history-file-name{color:#1677ff;font-size:13px}.hw-history-status{border-radius:8px;padding:12px;border:1px solid transparent}.hw-history-status-title{display:block;font-size:13px;font-weight:500}.hw-history-status-subtitle{display:block;margin-top:4px;font-size:12px}.hw-history-status--pending{background:#e6f4ff;border-color:#91caff}.hw-history-status--passed,.hw-history-status--revision{border-top:1px solid #f0f0f0;padding-top:12px}.hw-history-status-row{margin-bottom:10px}.hw-history-pill{display:inline-flex;align-items:center;gap:6px;padding:2px 8px;border-radius:999px;font-size:12px;border:1px solid transparent}.hw-history-pill-icon{font-size:12px}.hw-history-pill--pass{background:#f6ffed;color:#389e0d;border-color:#b7eb8f}.hw-history-pill--revision{background:#fff2f0;color:#cf1322;border-color:#ffccc7}.hw-history-points{display:flex;align-items:center;gap:8px;margin-bottom:10px}.hw-history-points-badge{display:inline-flex;align-items:center;gap:6px;padding:2px 8px;border-radius:8px;background:#fffbe6;color:#d48806;border:1px solid #ffe58f;font-size:12px}.hw-history-teacher{display:flex;flex-direction:column;gap:2px}.hw-history-teacher-title{font-size:12px;font-weight:500}.hw-history-teacher-text{font-size:12px}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%;margin:0;background-color:#f5f5f5}.no-mb{margin-bottom:0!important}.header{padding:12px 24px;display:flex;align-items:center;justify-content:space-between;background-color:#fff}.header-title{font-size:14px;font-weight:600;line-height:22px}.app-header{background:#fff;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.app-header-simple{background:#fff;padding:0 24px;display:flex;align-items:center;justify-content:end}.header-left{width:100%;max-width:420px}.header-search{width:314px;border-radius:8px;height:32px}.search-icon{color:#00000073;font-size:16px}.header-right .ant-btn{display:flex;align-items:center;justify-content:center}.header-right{gap:8px}.header-avatar{cursor:pointer}.no-padding>.ant-card-body{padding:0!important}.header-burger{border-radius:8px;padding:11px;display:none}.header-burger-icon{font-size:9px}.sider-header{padding:12px;border-bottom:1px solid rgba(0,0,0,.06)}.sider-menu-icon{margin:8px}.container{display:flex;padding:24px;gap:24px}.big-button{height:40px;padding:8px 15px;font-size:16px;line-height:24px}.close-header-btn{padding:11.5px}.close-icon{width:8.5px;height:8.5px}.ant-layout-content{padding:24px;display:flex;flex-direction:column;min-height:calc(100vh - 64px)}.ant-card .ant-card-body{padding:24px;border:none}.ant-layout-header{height:56px}.card-container{display:grid;grid-template-columns:minmax(240px,30%) 1fr;gap:32px}.card-left,.card-right{height:100%}.card-left,.card-right{width:100%;min-width:0;border-radius:12px;background-color:#fff;display:flex;flex-direction:column;justify-content:space-between}.card-left{max-width:456px;min-height:696px;padding:24px}.card-right{max-width:912px;height:696px}.card-header{margin-bottom:24px}.card-header h2{margin-bottom:8px;font-size:24px;line-height:32px;color:#1f2937}.card-header p{margin:0;font-size:17px;line-height:24px;color:#00000073}.card-bottom{display:flex;justify-content:flex-end;gap:8px}.ant-form-item{margin-bottom:16px}.ant-form-item:last-child{margin-bottom:8px}.resend-code{display:flex;flex-direction:column;align-items:center}.password-requirements{padding:12px 16px;margin-bottom:16px;max-height:90px;display:flex;align-items:flex-start;gap:16px;border:1px solid rgba(217,217,217,1);border-radius:6px}.password-requirements p{line-height:22px}.vertical-card-wrapper{display:flex;flex-direction:column;gap:16px;max-width:560px;width:100%;margin:0 auto}.top-card{border-radius:12px;background-color:#fff;padding:24px;display:flex;flex-direction:column}.top-card h2{font-size:26px;line-height:32px;margin-bottom:8px}.top-card p{font-size:14;margin-bottom:0}.bottom-card{border-radius:12px;background-color:#fff;padding:24px;display:flex;flex-direction:column}.bottom-card .card-top{flex:1}.layout-bottom-buttons{margin-top:auto;display:flex;justify-content:flex-end;gap:12px;padding-top:12px;background-color:#f5f5f5;border-top:1px solid #e5e5e5}.layout-bottom-buttons .big-button{min-width:140px}.ant-modal-header{margin-bottom:16px}.modal-type-btn{display:flex;flex-direction:column;font-weight:600;gap:12px;color:#1677ff;background-color:#e6f4ff;border:1px solid rgba(145,202,255,1)}.star-points-icon{color:#00000073}.note-type-group{width:100%}.note-type-row{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,188px);justify-content:start;align-items:start}.note-type-card{width:188px;max-width:188px;border-radius:12px;border:1px solid #f0f0f0;background:#fff;cursor:pointer;-webkit-user-select:none;user-select:none}.note-type-card--active{border-color:#1677ff;background:#e6f4ff}.note-type-card__header{display:flex;align-items:center;gap:10px;padding:12px}.note-type-card__preview{display:block;width:100%;height:106px}.note-type-card__preview img{display:block;width:100%;height:100%;object-fit:cover;border-radius:0 0 12px 12px;border:1px solid rgba(0,0,0,.06);background:#fff}@media(max-width:1200px){.card-left,.card-right{max-width:100%;height:auto}}@media(max-width:768px){.ant-layout-content{padding-bottom:70px}.container{padding:16px;flex-direction:column;min-height:calc(100vh - 60px);align-items:center;display:flex}.app-header{padding:0 16px}.header{padding:12px 16px;gap:16px}.header-title{padding:9px 0;margin-bottom:0;width:216px;text-align:center;font-size:15px}.ant-layout-content{padding:16px 0 70px!important}.ant-layout-sider.ant-layout-sider-collapsed{flex:0 0 0!important;max-width:0!important;min-width:0!important;width:0!important}.sider-header{display:none}.dashboard-sider{display:none!important}.header-burger{display:flex;align-items:center;justify-content:center}.header-search{display:none!important}.header-avatar{display:none}.header-right{gap:0}.student-quiz-title,.student-course-title,.student-homework-title{font-size:20px!important}.ant-drawer-body{padding:0!important}.close-header-btn{padding:11px;width:40px;height:40px}.close-icon{width:9.55px;height:9.55px}.card-header{margin-bottom:16px}.card-header h2{font-size:20px;line-height:28px}.card-right{display:none!important}.card-left{padding:24px 16px 16px;width:100%;max-width:none;min-height:0;height:auto;flex:1;display:flex;flex-direction:column}.card-top{flex:1}.card-bottom{padding-top:16px;display:flex;flex-direction:column;margin-top:auto}.vertical-card-wrapper{max-width:100%}.layout-bottom-buttons{padding:16px;flex-direction:row;align-items:stretch}.responsive-btn{height:40px;width:100%}.note-type-row{grid-template-columns:1fr}.note-type-card{width:100%;max-width:none}}
