/* 背景層 */

.bg-image {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: var(--bg-image-url) no-repeat center center;
    background-size: cover;
    opacity: 0.3;
    z-index: var(--z-background);
    pointer-events: none;
}
.content{
    position:relative;
    z-index:var(--z-content);
}

/* page layout */

.app{
    display:flex;
    justify-content:center;
    align-items:flex-start;
    min-height:100%;
    padding:clamp(12px,2vw,24px);
}

.shell{
    width:min(1200px,100%);
    display:grid;
    grid-template-columns:420px 1fr;
    gap:16px;
}

@media (max-width:1000px){
    .shell{
        grid-template-columns:1fr;
    }
}

/* bootstrap override */

.navbar .navbar-toggler{
    --bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    border-color:rgba(255,255,255,.55);
}

.navbar .navbar-toggler-icon{
    background-image:var(--bs-navbar-toggler-icon-bg);
}

/* custom buttons */

.btntest{
    width:80px;
    height:80px;
}

.btntest i{
    font-size:35px;
}

.btns{
    width:150px;
    height:65px;
}

/* Homepage hub hero */

body#section_1 {
    background: #080b0f;
    color: #f6f7fb;
    font-family: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
}

body#section_1 .bg-image {
    opacity: 0.08;
    filter: saturate(0.7) brightness(0.65);
}

body#section_1 .navbar {
    position: sticky;
    top: 0;
    z-index: var(--z-nav);
    min-height: 76px;
    background:
        linear-gradient(180deg, rgba(12,15,19,0.98), rgba(8,11,15,0.94));
    border-bottom: 1px solid rgba(174, 184, 197, 0.14);
    box-shadow: 0 12px 30px rgba(0,0,0,0.26);
}

body#section_1 .navbar .container {
    max-width: 1180px;
}

body#section_1 .navbar-brand .logo2 {
    height: 58px !important;
    width: auto;
}

body#section_1 .navbar .nav-link {
    color: rgba(245,247,250,0.78);
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

body#section_1 .navbar .nav-link:hover,
body#section_1 .navbar .nav-link:focus,
body#section_1 .navbar .nav-link.active {
    color: #ffdf25;
}

body#section_1 .navbar .nav-link[href="#top"] {
    color: #ffdf25;
}

body#section_1 .navbar .nav-link[href="#top"]::after {
    content: "";
    display: block;
    width: 34px;
    height: 2px;
    margin-top: 8px;
    background: #ffdf25;
}

body#section_1 .navbar .dropdown-menu {
    min-width: 210px;
    padding: 10px;
    background: rgba(10, 13, 17, 0.96);
    border: 1px solid rgba(174, 184, 197, 0.24);
    border-radius: 8px;
    box-shadow: 0 18px 36px rgba(0,0,0,0.35);
}

body#section_1 .navbar .dropdown-item {
    padding: 9px 12px;
    color: rgba(246,247,251,0.78);
    font-family: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    border-radius: 8px;
}

body#section_1 .navbar .dropdown-item:hover,
body#section_1 .navbar .dropdown-item:focus {
    color: #0b0d10;
    background: #ffdf25;
}

body#section_1 .login-form {
    width: min(520px, calc(100vw - 32px));
    padding: clamp(24px, 4vw, 36px);
    color: #f6f7fb;
    background: linear-gradient(180deg, rgba(24,31,41,.98), rgba(13,18,25,.98));
    border: 1px solid rgba(174,184,197,.24);
    border-radius: 8px;
    box-shadow: 0 24px 64px rgba(0,0,0,.42);
}

body#section_1 .login-form .video-caption {
    margin-bottom: 22px;
    color: #f6f7fb;
    font-family: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
}

body#section_1 .login-form .close-btn {
    color: rgba(246,247,251,.8);
    background: rgba(246,247,251,.06);
    border: 1px solid rgba(174,184,197,.16);
}

body#section_1 .login-form .close-btn:hover,
body#section_1 .login-form .close-btn:focus {
    color: #080b0f;
    background: #ffdf25;
}

body#section_1 .login-form .account-type {
    padding: 12px;
    border: 1px solid transparent;
    border-radius: 8px;
}

body#section_1 .login-form .account-type:hover,
body#section_1 .login-form .account-type:focus-within {
    background: rgba(246,247,251,.05);
    border-color: rgba(174,184,197,.24);
}

body#section_1 .login-form .account-type p {
    margin: 0;
    color: #f6f7fb;
    font-weight: 700;
}

body#section_1 .login-form .separator {
    background: rgba(174,184,197,.26);
}

.hub-hero {
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 82px);
    color: #f6f7fb;
    background:
        radial-gradient(circle at 58% 44%, rgba(255, 223, 37, 0.26), transparent 0 18%, transparent 34%),
        radial-gradient(circle at 76% 28%, rgba(255, 223, 37, 0.08), transparent 0 28%, transparent 42%),
        linear-gradient(115deg, #0a0d11 0%, #111417 48%, #090b0f 100%);
    isolation: isolate;
}

.hub-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(circle, rgba(255, 223, 37, 0.2) 1px, transparent 1.5px) 80% 18% / 26px 26px,
        radial-gradient(circle, rgba(255, 255, 255, 0.08) 1px, transparent 1.5px) 64% 76% / 46px 46px;
    opacity: 0.55;
}

.hub-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(8,11,15,0.92) 0%, rgba(8,11,15,0.44) 48%, rgba(8,11,15,0.82) 100%);
}

.hub-hero__content {
    width: min(1180px, calc(100% - 48px));
    min-height: calc(100vh - 82px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(460px, 1.22fr);
    gap: 34px;
    align-items: center;
    padding: 42px 0 64px;
}

.hub-hero__copy {
    max-width: 470px;
}

.hub-hero__eyebrow {
    margin: 0 0 18px;
    color: #ffdf25;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hub-hero__title {
    margin: 0;
    color: #f7f8fb;
    font-family: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 4rem;
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: 0;
    text-transform: uppercase;
    text-shadow: 0 10px 32px rgba(0,0,0,0.45);
}

.hub-hero__title span {
    display: block;
}

.hub-hero__title span:nth-child(2) {
    color: #ffdf25;
}

.hub-hero__text {
    max-width: 390px;
    margin: 24px 0 0;
    color: rgba(246,247,251,0.7);
    font-size: 1rem;
    line-height: 1.65;
}

.hub-hero__text::before {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    margin-bottom: 18px;
    background: #ffdf25;
}

.hub-hero__actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.hub-hero__button,
.hub-hero__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: 0;
}

.hub-hero__button {
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    color: #0b0d10;
    background: linear-gradient(180deg, #ffed4c, #ffd51e);
    box-shadow: 0 14px 30px rgba(255, 218, 31, 0.32);
}

.hub-hero__button:hover,
.hub-hero__button:focus {
    color: #0b0d10;
    transform: translateY(-1px);
}

.hub-hero__link {
    color: rgba(246,247,251,0.76);
}

.hub-hero__link:hover,
.hub-hero__link:focus {
    color: #ffdf25;
}

.hub-orbit {
    position: relative;
    width: min(620px, 100%);
    aspect-ratio: 1 / 1;
    margin: 0 auto;
}

.hub-orbit__ring,
.hub-orbit__ring::before,
.hub-orbit__ring::after {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.hub-orbit__ring {
    inset: 11%;
    border: 1px solid rgba(255, 223, 37, 0.34);
    box-shadow:
        0 0 0 72px rgba(255, 223, 37, 0.025),
        inset 0 0 90px rgba(255, 223, 37, 0.13);
}

.hub-orbit__ring::before {
    content: "";
    inset: 17%;
    border: 1px solid rgba(255, 223, 37, 0.17);
}

.hub-orbit__ring::after {
    content: "";
    inset: -12%;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.hub-orbit__core {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 190px;
    height: 190px;
    transform: translate(-50%, -50%);
    display: grid;
    place-items: center;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255, 238, 68, 0.98) 0%, rgba(255, 217, 31, 0.62) 38%, rgba(255, 217, 31, 0.05) 72%);
    box-shadow:
        0 0 80px rgba(255, 218, 31, 0.52),
        0 0 150px rgba(255, 218, 31, 0.22);
}

.hub-orbit__core img {
    width: 122px;
    height: auto;
    filter: drop-shadow(0 18px 22px rgba(0,0,0,0.45));
}

.hub-orbit__node {
    --node-color: #ffdf25;
    --node-rgb: 255, 223, 37;
    position: absolute;
    width: 92px;
    height: 92px;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px;
    border-radius: 50%;
    color: #f7f8fb;
    text-align: center;
    text-decoration: none;
    background:
        linear-gradient(180deg, rgba(16,20,27,0.92), rgba(9,12,17,0.94));
    border: 2px solid rgba(var(--node-rgb), 0.7);
    box-shadow:
        0 16px 36px rgba(0,0,0,0.36),
        0 0 30px rgba(var(--node-rgb), 0.24),
        inset 0 1px 0 rgba(255,255,255,0.08);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.hub-orbit__node::before {
    content: "";
    position: absolute;
    inset: -18px;
    border-radius: 50%;
    border: 1px solid rgba(var(--node-rgb), 0.2);
    opacity: 0;
    transition: opacity 180ms ease;
}

.hub-orbit__node i {
    color: var(--node-color);
    flex: 0 0 auto;
    font-size: 1.55rem;
    line-height: 1;
}

.hub-orbit__node span {
    color: rgba(247,248,251,0.9);
    display: block;
    font-size: 0.66rem;
    font-weight: 800;
    line-height: 1.1;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.hub-orbit__node--consultation .hub-orbit__node-label--long {
    width: 72px;
    font-size: 0.64rem;
    letter-spacing: -0.01em;
    line-height: 1.05;
    white-space: normal;
}

.hub-orbit__node:hover,
.hub-orbit__node:focus {
    color: #fff;
    transform: translate(-50%, -50%) scale(1.04);
}

.hub-orbit__node:hover::before,
.hub-orbit__node:focus::before {
    opacity: 1;
}

.hub-orbit__node--syllabus {
    --node-color: #72a7ff;
    --node-rgb: 114, 167, 255;
    left: 24%;
    top: 19%;
}

.hub-orbit__node--courses {
    --node-color: #a77cff;
    --node-rgb: 167, 124, 255;
    left: 50%;
    top: 10%;
    gap: 4px;
}

.hub-orbit__node--courses .hub-orbit__node-label--assignments {
    width: 72px;
    max-width: 100%;
    font-size: 0.6rem;
    letter-spacing: -0.01em;
    line-height: 1;
    white-space: nowrap;
}

.hub-orbit__node--selflearn {
    --node-color: #f4d35e;
    --node-rgb: 244, 211, 94;
    left: 15%;
    top: 70%;
}

.hub-orbit__node--ai {
    --node-color: #ee85bf;
    --node-rgb: 238, 133, 191;
    left: 89%;
    top: 43%;
}

.hub-orbit__node--search {
    --node-color: #ff6f6f;
    --node-rgb: 255, 111, 111;
    left: 85%;
    top: 70%;
}

.hub-orbit__node--showcase {
    --node-color: #ff9d28;
    --node-rgb: 255, 157, 40;
    left: 64%;
    top: 88%;
}

.hub-orbit__node--chatroom {
    --node-color: #67dd7d;
    --node-rgb: 103, 221, 125;
    left: 36%;
    top: 88%;
}

.hub-orbit__node--consultation {
    --node-color: #73dfa4;
    --node-rgb: 115, 223, 164;
    left: 76%;
    top: 19%;
}

.hub-orbit__node--videos {
    --node-color: #69a5ff;
    --node-rgb: 105, 165, 255;
    left: 11%;
    top: 43%;
}

body#section_1 #section_3 {
    display: none;
}

/* Keep the whole homepage in the hub visual system */

body#section_1 main > section:not(.hub-hero),
body#section_1 #CoverImg {
    position: relative;
    overflow: hidden;
    color: #f6f7fb;
    background:
        radial-gradient(circle at 84% 12%, rgba(255, 223, 37, 0.1), transparent 0 28%),
        linear-gradient(180deg, #10141a 0%, #151a21 100%);
}

body#section_1 main > section:not(.hub-hero)::before,
body#section_1 #CoverImg::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle, rgba(255, 223, 37, 0.13) 1px, transparent 1.5px) 82% 8% / 30px 30px;
    opacity: 0.28;
}

body#section_1 #section_2,
body#section_1 #men,
body#section_1 #section_4,
body#section_1 #section_4 + .section-padding {
    padding-top: 76px;
    padding-bottom: 76px;
}

body#section_1 #CoverImg {
    padding: 78px 0 88px;
}

body#section_1 #CoverImg::after,
body#section_1 #men::after,
body#section_1 #section_4::after {
    display: none;
}

body#section_1 .section-title,
body#section_1 .section-heading,
body#section_1 .education-resources,
body#section_1 .poster-section-heading {
    position: relative;
    z-index: var(--z-content);
}

body#section_1 .section-title {
    color: #f7f8fb;
    font-family: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

body#section_1 .section-title b {
    font-weight: 800;
}

body#section_1 .section-title::after {
    content: "";
    display: block;
    width: 46px;
    height: 3px;
    margin-top: 14px;
    background: #ffdf25;
}

body#section_1 .section-heading span,
body#section_1 .down-content span {
    color: rgba(246,247,251,0.72);
}

body#section_1 .hub-section-kicker {
    margin: 0 0 10px;
    color: #ffdf25;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

body#section_1 .wrap {
    margin-top: 30px;
    margin-bottom: 10px;
}

body#section_1 .stage .card,
body#section_1 .men-item-carousel .item,
body#section_1 .featured-block,
body#section_1 .video-item {
    background:
        linear-gradient(180deg, rgba(18,22,29,0.94), rgba(10,13,18,0.96));
    border: 1px solid rgba(174, 184, 197, 0.15);
    box-shadow:
        0 20px 48px rgba(0,0,0,0.36),
        inset 0 1px 0 rgba(255,255,255,0.05);
}

body#section_1 .men-item-carousel .item {
    border-radius: 8px;
    overflow: hidden;
}

body#section_1 .men-item-carousel .thumb img {
    width: 100%;
    object-fit: cover;
    filter: saturate(0.86) contrast(1.02);
}

body#section_1 .men-item-carousel .down-content {
    min-height: 132px;
    padding: 18px 18px 22px;
    background: transparent;
}

body#section_1 .men-item-carousel .down-content span {
    display: -webkit-box;
    margin-top: 12px;
    color: #ffdf25 !important;
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1.45;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body#section_1 .men-item-carousel h4,
body#section_1 .featured-block-text {
    color: #f7f8fb;
    font-family: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-weight: 800;
    letter-spacing: 0;
}

body#section_1 #men .item .down-content h4 {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 0;
    padding: 6px 10px;
    color: rgba(246,247,251,0.88) !important;
    background: rgba(246, 247, 251, 0.06);
    border: 1px solid rgba(174, 184, 197, 0.18);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
}

body#section_1 #men .custom-btn,
body#section_1 #showMoreButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
    color: #0b0d10;
    background: linear-gradient(180deg, #ffed4c, #ffd51e);
    border: 0;
    border-radius: 999px;
    font-family: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-weight: 800;
    box-shadow: 0 14px 30px rgba(255, 218, 31, 0.22);
}

body#section_1 #men .custom-btn {
    margin-left: 0 !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

body#section_1 #CoverImg .hero-section2 {
    height: 765px !important;
    min-height: 0;
    width: 100%;
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    border: 0;
    box-shadow: none;
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 223, 37, 0.12), transparent 0 34%),
        linear-gradient(180deg, #10141a 0%, #151a21 100%);
}

body#section_1 #CoverImg .poster-section-heading {
    max-width: 1180px;
    margin-bottom: 30px;
}

body#section_1 #CoverImg .carousel,
body#section_1 #CoverImg .carousel-inner2,
body#section_1 #CoverImg .carousel-item {
    height: auto;
}

body#section_1 #CoverImg .carousel-item.active {
    display: block;
}

body#section_1 #CoverImg .carousel-image {
    display: block;
    width: auto !important;
    height: auto !important;
    margin: auto;
    max-width: 100%;
    max-height: 700px;
    object-fit: initial;
    filter: none;
}

body#section_1 .hero-section-full-height2 {
    min-height: 0;
}

body#section_1 .carousel-control-prev,
body#section_1 .carousel-control-next {
    width: 56px;
    opacity: 0.85;
}

body#section_1 main > .hero-section2 {
    min-height: 420px;
    background:
        radial-gradient(circle at center, rgba(255, 223, 37, 0.12), transparent 0 35%),
        #080b0f;
}

body#section_1 .carousel3 {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    opacity: 0.62;
    mix-blend-mode: screen;
}

body#section_1 #section_4 > img {
    display: none;
}

body#section_1 #section_4 .carousel-inner {
    padding: 24px;
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(18,22,29,0.94), rgba(10,13,18,0.96));
    border: 1px solid rgba(174, 184, 197, 0.15);
    box-shadow: 0 20px 48px rgba(0,0,0,0.36);
}

body#section_1 #section_4 .nav-item.dropdown {
    list-style: none;
}

body#section_1 #section_4 .dropdown-toggle.section-title {
    display: inline-flex;
    margin-left: 0 !important;
    color: #ffdf25;
    font-size: 1.3rem !important;
    text-decoration: none;
}

body#section_1 #section_4 .video-category-link {
    margin-left: 0 !important;
    font-size: 1.3rem !important;
}

body#section_1 #section_4 .carousel-item.active {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    min-height: 0 !important;
}

body#section_1 #section_4 .video-item {
    width: 100%;
    padding: 18px;
    border-radius: 16px;
}

body#section_1 #section_4 .dropdown-menu {
    background: rgba(10, 13, 17, 0.96);
    border: 1px solid rgba(174, 184, 197, 0.24);
    border-radius: 8px;
}

body#section_1 #section_4 .dropdown-item {
    color: rgba(246,247,251,0.78);
    font-family: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 0.8rem !important;
    font-weight: 700;
    text-transform: uppercase;
}

body#section_1 #section_4 .dropdown-item:hover,
body#section_1 #section_4 .dropdown-item:focus {
    color: #0b0d10;
    background: #ffdf25;
}

body#section_1 .youtubePlayer {
    width: min(350px, 100%) !important;
    height: 218px;
    margin: 0 !important;
    border-radius: 8px;
    border: 1px solid rgba(174, 184, 197, 0.16);
    box-shadow: 0 16px 36px rgba(0,0,0,0.35);
}

body#section_1 #section_4 .video-library-link {
    width: 100%;
    margin-top: 22px !important;
    font-size: 1.25rem !important;
    text-align: center;
}

body#section_1 #section_4 h6.section-title a {
    color: #ffdf25;
    text-decoration: none;
}

body#section_1 #section_4 h6.section-title u {
    color: #ffdf25 !important;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
}

body#section_1 .featured-block {
    min-height: 240px;
    padding: 22px;
    border-radius: 8px;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body#section_1 .featured-block:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 223, 37, 0.34);
    box-shadow: 0 24px 58px rgba(0,0,0,0.42);
}

body#section_1 .featured-block a {
    text-decoration: none;
}

body#section_1 .featured-block-image {
    width: 132px;
    height: 132px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid rgba(255, 223, 37, 0.24);
    filter: saturate(0.9) contrast(1.04);
}

body#section_1 .featured-block-text {
    margin-top: 16px;
}

body#section_1 .site-footer {
    background:
        radial-gradient(circle at 85% 0%, rgba(255, 223, 37, 0.09), transparent 0 30%),
        #07090d;
    border-top: 1px solid rgba(255, 223, 37, 0.16);
}

body#section_1 .site-footer-title,
body#section_1 .subscribe-title {
    color: #ffdf25;
    font-family: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

body#section_1 .footer-menu-link,
body#section_1 .site-footer-link,
body#section_1 .contact-item,
body#section_1 .copyright-text {
    color: rgba(246,247,251,0.7);
}

body#section_1 .footer-menu-link:hover,
body#section_1 .site-footer-link:hover {
    color: #ffdf25;
}

body#section_1 .footer-menu-link.is-active {
    color: #ffdf25;
    font-weight: 800;
}

body#section_1 .footer-menu-link.is-active::after {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    margin-top: 4px;
    background: #ffdf25;
}

body#section_1 .site-footer .custom-btn {
    background: #ffdf25;
    border: 0;
    color: #07090d;
    font-family: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-weight: 800;
    box-shadow: 0 12px 26px rgba(255, 223, 37, 0.18);
}

body#section_1 .site-footer .custom-btn:hover,
body#section_1 .site-footer .custom-btn:focus {
    background: #fff2a0;
    color: #07090d;
}

body#section_1 #searchModal .choices__list--multiple .choices__item,
body#section_1 #searchModal .choices__inner .choices__list .choices__item {
    background: #ffdf25 !important;
    color: #07090d !important;
    border: 0 !important;
    font-weight: 800;
}

body#section_1 #searchModal .choices__list--multiple .choices__item .choices__button,
body#section_1 #searchModal .choices__inner .choices__list .choices__item .choices__button {
    position: relative;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    padding: 0;
    border: 1px solid rgba(7, 9, 13, 0.26);
    border-radius: 50%;
    background: rgba(7, 9, 13, 0.08) !important;
    background-image: none !important;
    opacity: 1 !important;
    vertical-align: middle;
}

body#section_1 #searchModal .choices__list--multiple .choices__item .choices__button::before,
body#section_1 #searchModal .choices__list--multiple .choices__item .choices__button::after,
body#section_1 #searchModal .choices__inner .choices__list .choices__item .choices__button::before,
body#section_1 #searchModal .choices__inner .choices__list .choices__item .choices__button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    background: #07090d;
    border-radius: 999px;
    transform-origin: center;
}

body#section_1 #searchModal .choices__list--multiple .choices__item .choices__button::before,
body#section_1 #searchModal .choices__inner .choices__list .choices__item .choices__button::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

body#section_1 #searchModal .choices__list--multiple .choices__item .choices__button::after,
body#section_1 #searchModal .choices__inner .choices__list .choices__item .choices__button::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

body#section_1 #searchModal .choices__list--multiple .choices__item .choices__button:hover,
body#section_1 #searchModal .choices__list--multiple .choices__item .choices__button:focus,
body#section_1 #searchModal .choices__inner .choices__list .choices__item .choices__button:hover,
body#section_1 #searchModal .choices__inner .choices__list .choices__item .choices__button:focus {
    background: rgba(7, 9, 13, 0.18) !important;
    border-color: rgba(7, 9, 13, 0.42);
}

body#section_1 #searchModal .modal-content {
    background:
        radial-gradient(circle at 50% 28%, rgba(255, 223, 37, 0.13), transparent 0 28%),
        radial-gradient(circle at 82% 12%, rgba(255, 223, 37, 0.08), transparent 0 26%),
        rgba(5, 12, 24, 0.94) !important;
}

body#section_1 #searchModal .s004 {
    width: min(900px, calc(100vw - 32px));
    min-width: 0 !important;
}

body#section_1 #searchModal .s004 form {
    width: 100%;
}

body#section_1 #searchModal .choices__inner {
    background: rgba(246, 247, 251, 0.96) !important;
    border: 1px solid rgba(255, 223, 37, 0.24) !important;
    box-shadow: 0 20px 52px rgba(0, 0, 0, 0.24);
}

body#section_1 #searchModal .btn-search svg {
    fill: #0b0f14 !important;
}

body#section_1 #searchModal .suggestion-wrap span,
body#section_1 #searchModal .click-span,
body#section_1 #searchModal .click-span2 {
    color: rgba(246, 247, 251, 0.82) !important;
    text-decoration-color: rgba(255, 223, 37, 0.45);
}

body#section_1 #closeSearchModal.search-close-btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #ffdf25 !important;
    color: #07090d !important;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 12px 28px rgba(255, 223, 37, 0.22);
}

body#section_1 #closeSearchModal.search-close-btn:hover,
body#section_1 #closeSearchModal.search-close-btn:focus {
    background: #fff2a0 !important;
    opacity: 1;
}

@media (max-width: 991px) {
    .hub-hero {
        min-height: auto;
    }

    .hub-hero__content {
        width: min(720px, calc(100% - 32px));
        min-height: auto;
        grid-template-columns: 1fr;
        padding: 64px 0 54px;
    }

    .hub-hero__copy {
        max-width: 620px;
        text-align: center;
        margin: 0 auto;
    }

    .hub-hero__text {
        margin-left: auto;
        margin-right: auto;
    }

    .hub-hero__text::before {
        margin-left: auto;
        margin-right: auto;
    }

    .hub-hero__actions {
        justify-content: center;
    }

    .hub-orbit {
        width: min(560px, 100%);
    }
}

@media (max-width: 767px) {
    body#section_1 .navbar {
        min-height: 74px;
    }

    body#section_1 .navbar-brand .logo2 {
        height: 54px !important;
    }

    .hub-hero__title {
        font-size: 2.7rem;
    }

    .hub-orbit {
        aspect-ratio: auto;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin-top: 8px;
    }

    .hub-orbit__ring,
    .hub-orbit__core {
        display: none;
    }

    .hub-orbit__node {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        height: 88px;
        transform: none;
        border-radius: 14px;
    }

    .hub-orbit__node:hover,
    .hub-orbit__node:focus {
        transform: translateY(-1px);
    }

    .hub-orbit__node--courses {
        gap: 6px;
    }

    .hub-orbit__node--courses .hub-orbit__node-label--assignments {
        width: auto;
        font-size: 0.66rem;
        letter-spacing: normal;
        line-height: 1.1;
    }

    .hub-orbit__node--consultation .hub-orbit__node-label--long {
        font-size: 0.66rem;
        letter-spacing: normal;
        line-height: 1.05;
        width: 72px;
        max-width: 100%;
        white-space: normal;
    }
}

@media (max-width: 420px) {
    .hub-hero__content {
        width: min(100% - 24px, 720px);
        padding-top: 42px;
    }

    .hub-hero__title {
        font-size: 2.25rem;
    }

    .hub-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hub-hero__button,
    .hub-hero__link {
        width: 100%;
    }
}
