.student-mobile-layout{width:100%;min-height:100vh;background:#f5f5f5;display:flex;flex-direction:column;padding-bottom:90px}.student-mobile-layout.hide-tabbar{padding-bottom:0}.mobile-content{flex:1;width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-tabbar-wrapper{position:fixed;bottom:0;left:0;right:0;height:90px;display:flex;justify-content:center;align-items:flex-end;padding-bottom:20px;pointer-events:none;z-index:1000}.mobile-tabbar{width:85%;max-width:400px;height:60px;background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:30px;box-shadow:0 -2px 20px #00000014,0 4px 12px #0000000d;display:flex;justify-content:space-around;align-items:center;padding:0 10px;pointer-events:auto}.tab-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;padding:8px 0;position:relative}.tab-item:active{transform:scale(.95)}.tab-icon{font-size:22px;color:#8c8c8c;transition:all .3s ease;margin-bottom:4px}.tab-item.active .tab-icon{color:#158a79;transform:scale(1.1)}.tab-label{font-size:11px;color:#8c8c8c;transition:all .3s ease;font-weight:500}.tab-item.active .tab-label{color:#158a79;font-weight:600}.mobile-content{font-size:16px}.mobile-content h1{font-size:24px}.mobile-content h2{font-size:20px}.mobile-content h3{font-size:18px}.mobile-content button,.mobile-content a,.mobile-content .clickable{min-height:44px;min-width:44px}@supports (padding-bottom: env(safe-area-inset-bottom)){.student-mobile-layout{padding-bottom:calc(90px + env(safe-area-inset-bottom))}.mobile-tabbar-wrapper{padding-bottom:calc(20px + env(safe-area-inset-bottom))}}@media (max-width: 375px){.mobile-tabbar{width:90%}.tab-icon{font-size:20px}.tab-label{font-size:10px}}@media (min-width: 768px){.mobile-tabbar{max-width:500px}}.login-page{min-height:100vh;position:relative;overflow:hidden}.login-bg-shapes{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:float 20s ease-in-out infinite}.shape-1{width:400px;height:400px;background:linear-gradient(135deg,#158a79,#1c5a93);top:-100px;left:-100px;animation-delay:0s}.shape-2{width:300px;height:300px;background:linear-gradient(135deg,#1e8f7e,#086942);bottom:-50px;right:-50px;animation-delay:-7s}.shape-3{width:200px;height:200px;background:linear-gradient(135deg,#1c5a93,#18267d);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:-14s}@keyframes float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-30px) scale(1.05)}50%{transform:translate(-20px,20px) scale(.95)}75%{transform:translate(20px,10px) scale(1.02)}}.animate-in{animation:slideUp .6s ease-out forwards}.delay-1{animation-delay:.15s;opacity:0}.delay-2{animation-delay:.3s;opacity:0}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.logo-wrapper{display:flex;align-items:center;gap:14px;margin-bottom:32px}.logo-icon{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#158a79,#1c5a93);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #158a7959;animation:pulse 3s ease-in-out infinite}.logo-icon span{color:#fff;font-size:24px;font-weight:700}@keyframes pulse{0%,to{box-shadow:0 8px 32px #158a7959}50%{box-shadow:0 8px 48px #158a7980}}.logo-text{color:#fff;font-size:26px;font-weight:600;letter-spacing:-.5px}.login-title{font-size:44px;font-weight:700;color:#fff;margin:0 0 16px;line-height:1.2}.login-title .highlight{background:linear-gradient(135deg,#158a79,#1c5a93);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login-subtitle{color:#fff9;font-size:16px;margin:0;max-width:400px;line-height:1.6}.login-page.desktop{display:flex;background:#082e28}.login-brand{flex:1;display:flex;flex-direction:column;justify-content:center;padding:60px 80px;position:relative;background:linear-gradient(135deg,#0e4a41,#082e28)}.brand-content{position:relative;z-index:1;margin-bottom:48px}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;position:relative;z-index:1}.feature-card{padding:24px;border-radius:16px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;animation:fadeInUp .5s ease-out forwards;opacity:0}.feature-card:hover{background:#ffffff0f;border-color:#ffffff1a;transform:translateY(-4px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.feature-icon-wrapper{width:44px;height:44px;border-radius:12px;background:#158a7926;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.feature-icon{color:#158a79;font-size:18px}.feature-title{color:#fff;font-weight:600;font-size:15px;margin-bottom:6px}.feature-desc{color:#ffffff80;font-size:13px}.login-form-section{width:500px;display:flex;flex-direction:column;justify-content:center;padding:60px;background:#fff}.login-card{max-width:380px;margin:0 auto;width:100%}.login-card h2{font-size:28px;font-weight:600;color:#1f2937;margin:0 0 8px}.login-card p{color:#6b7280;margin:0 0 36px;font-size:15px}.login-form .ant-form-item{margin-bottom:20px}.login-input{height:52px!important;border-radius:12px!important;background:#f9fafb!important;border:1px solid #e5e7eb!important;font-size:15px!important;transition:all .3s ease!important}.login-input input,.login-input .ant-input{color:#1f2937!important;font-size:15px!important}.login-input input::placeholder,.login-input .ant-input::placeholder{color:#9ca3af!important}.login-input:hover{border-color:#158a79!important;background:#fff!important}.login-input:focus,.login-input.ant-input-affix-wrapper-focused{border-color:#158a79!important;background:#fff!important;box-shadow:0 0 0 3px #158a791a!important}.login-input:focus input,.login-input.ant-input-affix-wrapper-focused input{color:#1f2937!important}.input-icon{color:#9ca3af;margin-right:8px;transition:color .3s ease}.login-input:focus .input-icon,.login-input.ant-input-affix-wrapper-focused .input-icon{color:#158a79}.login-btn{height:52px!important;border-radius:12px!important;font-size:16px!important;font-weight:600!important;background:linear-gradient(135deg,#158a79,#1c5a93)!important;border:none!important;box-shadow:0 4px 20px #158a794d!important;transition:all .3s ease!important}.login-btn:hover{transform:translateY(-2px)!important;box-shadow:0 8px 30px #158a7966!important}.login-btn:active{transform:translateY(0)!important}.login-page.mobile{background:#082e28;padding:40px 24px;display:flex;flex-direction:column}.login-page.mobile .login-header{text-align:center;margin-bottom:32px;position:relative;z-index:1}.login-page.mobile .logo-wrapper{justify-content:center;margin-bottom:20px}.login-page.mobile .logo-icon{width:44px;height:44px}.login-page.mobile .logo-icon span{font-size:20px}.login-page.mobile .logo-text{font-size:22px}.login-page.mobile .login-title{font-size:26px;margin-bottom:8px}.login-page.mobile .login-subtitle{font-size:14px}.login-page.mobile .login-card{background:#fff;border-radius:20px;padding:32px 24px;position:relative;z-index:1}.login-page.mobile .login-card h2{font-size:22px;text-align:center}.login-page.mobile .login-card p{text-align:center;margin-bottom:28px}.login-page.mobile .features-grid{margin-top:24px;gap:12px}.login-page.mobile .feature-item{padding:16px;border-radius:12px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);text-align:center}.login-page.mobile .feature-item .feature-icon{font-size:20px;margin-bottom:8px;display:block}.login-page.mobile .feature-item .feature-title{font-size:13px;margin-bottom:0}@media (max-width: 1200px){.login-brand{padding:40px 60px}.login-title{font-size:36px}}@media (max-width: 992px){.login-form-section{width:420px;padding:40px}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;transition:background-color .3s,color .3s}[data-theme=dark]{color-scheme:dark}[data-theme=dark] body{background:#0f0f1a;color:#e5e5e5}[data-theme=light] body{background:#f0f2f5;color:#1a1a2e}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#158a794d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#158a7980}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.katex-display{margin:1em 0}.ant-card{transition:transform .2s,box-shadow .2s}.ant-card:hover{transform:translateY(-2px)}[data-theme=dark] .ant-card{box-shadow:0 4px 12px #0000004d}[data-theme=dark] .ant-card:hover{box-shadow:0 8px 24px #158a7933}.ant-menu-horizontal{line-height:36px!important}.ant-menu-horizontal>.ant-menu-item{padding:0 16px!important;margin:0 2px!important;border-radius:18px!important;transition:all .2s}.ant-menu-horizontal>.ant-menu-item:after{display:none!important}[data-theme=dark] .ant-menu-horizontal>.ant-menu-item{color:#ffffffa6}[data-theme=dark] .ant-menu-horizontal>.ant-menu-item:hover{color:#fff;background:#ffffff14!important}[data-theme=dark] .ant-menu-horizontal>.ant-menu-item-selected{color:#fff!important;background:#158a794d!important}[data-theme=light] .ant-menu-horizontal>.ant-menu-item-selected{color:#158a79!important;background:#158a791a!important}.ant-btn-primary{box-shadow:0 2px 8px #158a7966}.ant-btn-primary:hover{box-shadow:0 4px 12px #158a7999}.ant-input:focus,.ant-input-focused,.ant-select-focused .ant-select-selector{box-shadow:0 0 0 2px #158a7933!important}[data-theme=dark] .ant-table-tbody>tr:hover>td{background:#158a791a!important}[data-theme=dark] .ant-upload-drag{background:#158a790d!important;border-color:#158a794d!important}[data-theme=dark] .ant-upload-drag:hover{border-color:#158a7999!important}.ant-tag{border-radius:4px}[data-theme=dark] .ant-pagination-item-active{background:#158a7933}[data-theme=dark] .ant-modal-content,[data-theme=dark] .ant-dropdown-menu{background:#1a1a2e}[data-theme=dark] .ant-tabs-left>.ant-tabs-nav .ant-tabs-tab{padding:12px 16px;margin:0;border-radius:0}[data-theme=dark] .ant-tabs-left>.ant-tabs-nav .ant-tabs-tab-active{background:#158a7926}[data-theme=dark] .ant-tabs-left>.ant-tabs-content-holder{background:#0f0f0f}[data-theme=dark] .ant-menu-inline .ant-menu-item{margin:4px 8px;border-radius:8px}[data-theme=dark] .ant-menu-inline .ant-menu-item-selected{background:#158a7926!important}[data-theme=dark] .ant-menu-inline .ant-menu-item:hover{background:#158a791a}[data-theme=dark] .ant-segmented{background:#ffffff0d}[data-theme=dark] .ant-segmented-item-selected{background:#158a7933!important}[data-theme=dark] .ant-tree{background:transparent;color:#e5e5e5}[data-theme=dark] .ant-tree .ant-tree-node-content-wrapper:hover{background:#158a7926}[data-theme=dark] .ant-tree .ant-tree-node-content-wrapper-normal{color:#e5e5e5}[data-theme=dark] .ant-tree-switcher{color:#999}[data-theme=dark] .ant-empty-description{color:#666}[data-theme=dark] .ant-spin-text{color:#e5e5e5}[data-theme=dark] .ant-divider{border-color:#ffffff1a}[data-theme=dark] .ant-divider-inner-text{color:#e5e5e5}[data-theme=dark] .ant-form-item-label>label{color:#e5e5e5}[data-theme=dark] .ant-select-selector{background:#0003!important;border-color:#158a794d!important}[data-theme=dark] .ant-select-selection-item,[data-theme=dark] .ant-select-selection-placeholder{color:#e5e5e5}[data-theme=dark] .ant-input,[data-theme=dark] .ant-input-affix-wrapper{background:#0003;border-color:#158a794d;color:#e5e5e5}[data-theme=dark] .ant-input::placeholder{color:#666}[data-theme=light] .ant-input,[data-theme=light] .ant-input-affix-wrapper,[data-theme=light] .ant-input-affix-wrapper>input.ant-input{color:#333!important}[data-theme=light] .ant-input::placeholder,[data-theme=light] .ant-input-affix-wrapper input::placeholder{color:#999!important}.ant-input-affix-wrapper>input.ant-input{background:transparent!important}.ant-input-password input{color:inherit!important}@media (max-width: 768px){.ant-menu-horizontal{min-width:auto!important}.ant-menu-horizontal>.ant-menu-item{padding:0 12px!important;font-size:13px!important}.ant-table{font-size:13px}.ant-table-thead>tr>th,.ant-table-tbody>tr>td{padding:12px 8px!important}.ant-card{border-radius:8px!important}.ant-card-body{padding:12px!important}.ant-btn{font-size:13px}.ant-modal{max-width:calc(100vw - 32px)!important;margin:16px auto!important}.ant-modal-content{border-radius:12px!important}.ant-input,.ant-select-selector{font-size:14px!important}.ant-pagination{flex-wrap:wrap;justify-content:center;gap:8px}.ant-pagination-total-text{width:100%;text-align:center;margin-bottom:8px}}@media (max-width: 480px){.ant-menu-horizontal>.ant-menu-item{padding:0 8px!important;font-size:12px!important}.mobile-hide{display:none!important}}
