@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#bfbfbf}.student-dashboard-page{flex-direction:column;gap:32px;min-height:calc(100vh - 112px);display:flex}.student-footer{color:#ffffffb8;background:linear-gradient(135deg,#1a1a2e,#16213e 58%,#0f3460);border-radius:0;width:100vw;margin-top:auto;margin-bottom:-24px;padding:28px 48px 18px;position:relative;left:50%;transform:translate(-50%);box-shadow:0 -10px 28px #1a1a2e14}.student-footer-main{grid-template-columns:minmax(340px,1.45fr) repeat(3,minmax(160px,.65fr));align-items:start;gap:clamp(32px,5vw,72px);max-width:1400px;margin:0 auto;display:grid}.student-footer-brand{align-items:center;gap:14px;min-width:0;display:flex}.student-footer-logo{object-fit:cover;border-radius:8px;flex-shrink:0;width:48px;height:48px}.student-footer-title.ant-typography{color:#fff;font-size:16px;line-height:1.25;display:block}.student-footer-tagline.ant-typography{color:#ffffffad;max-width:480px;margin-top:4px;line-height:1.55;display:block}.student-footer-nav{flex-direction:column;gap:8px;display:flex}.student-footer-contact{font-style:normal}.student-footer-heading.ant-typography{color:#fff;margin-bottom:4px;font-size:13px}.student-footer-link{color:#ffffffa8;font-size:14px;line-height:1.4;text-decoration:none;transition:color .16s,transform .16s}.student-footer-link:hover{color:#fff;transform:translate(2px)}.student-footer-bottom{color:#ffffff8f;border-top:1px solid #ffffff24;justify-content:space-between;align-items:center;gap:16px;max-width:1400px;margin-top:22px;margin-left:auto;margin-right:auto;padding-top:16px;font-size:13px;display:flex}.student-footer-bottom-meta{color:#ffffff6b}@media (width<=1024px){.student-footer-main{grid-template-columns:minmax(260px,1fr) minmax(180px,.7fr)}}@media (width<=768px){.student-dashboard-page{min-height:calc(100vh - 104px)}.student-footer{padding:24px 24px 18px}.student-footer-main{grid-template-columns:1fr;gap:22px}.student-footer-bottom{flex-direction:column;align-items:flex-start}}@media (prefers-color-scheme:dark){body{background:#0f172a}.student-footer{box-shadow:0 -10px 28px #0000003d}}
