:root {
    --jgy-blue: #086fba;
    --jgy-blue-deep: #075a9d;
    --jgy-cyan: #13b5d8;
    --jgy-orange: #ffa51a;
    --jgy-ink: #17364c;
    --jgy-muted: #6f8391;
    --jgy-bg: #f2f7fa;
    --jgy-card: #ffffff;
    --jgy-line: #dce9f0;
    --jgy-shadow: 0 14px 36px rgba(35, 84, 112, 0.08);
}

/* Brand poster preview: compact enough for mobile, with a proper save surface. */
.poster-img {
    box-sizing: border-box;
    width: min(82vw, 350px) !important;
    height: auto !important;
    aspect-ratio: 5 / 8;
    overflow: hidden;
    background: #f2f7fa;
    border: 1px solid rgba(220, 233, 240, 0.9);
    border-radius: 22px !important;
    box-shadow: 0 24px 58px rgba(20, 60, 85, 0.22);
}

.poster-img uni-image {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.poster-img > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: inherit;
    -webkit-touch-callout: default;
}

.poster-img + .u-flex {
    box-sizing: border-box;
    width: min(82vw, 350px);
    gap: 12px;
    margin-top: 14px !important;
}

.poster-img + .u-flex .btn {
    display: flex;
    box-sizing: border-box;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 18px !important;
    color: #557080;
    font-size: 14px;
    font-weight: 650;
    background: #ffffff;
    border: 1px solid #dce9f0;
    border-radius: 14px !important;
    box-shadow: 0 8px 18px rgba(30, 75, 100, 0.08);
}

.poster-img + .u-flex .btn:last-child {
    color: #ffffff;
    background: linear-gradient(135deg, #086fba, #0d92c9);
    border-color: transparent;
    box-shadow: 0 10px 22px rgba(8, 111, 186, 0.24);
}

@media (max-height: 720px) {
    .poster-img {
        width: min(72vw, 300px) !important;
    }

    .poster-img + .u-flex {
        width: min(72vw, 300px);
    }
}

html,
body {
    min-height: 100%;
    color: var(--jgy-ink);
    background: var(--jgy-bg) !important;
    font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", system-ui, sans-serif;
}

body.jgy-home-active {
    background:
        radial-gradient(circle at 88% 0, rgba(19, 181, 216, 0.08), transparent 24rem),
        var(--jgy-bg) !important;
}

.jgy-home-active uni-page-body,
.jgy-home-active .uni-page-body {
    box-sizing: border-box;
    width: min(100%, 1080px);
    min-height: 100vh;
    margin: 0 auto;
    padding-bottom: calc(86px + env(safe-area-inset-bottom));
}

.jgy-home-hero {
    position: relative;
    isolation: isolate;
    box-sizing: border-box;
    min-height: 258px;
    margin: 18px 24px 0;
    padding: 25px 32px 28px;
    overflow: hidden;
    color: var(--jgy-ink);
    background: linear-gradient(125deg, #fff 0%, #f8fdff 56%, #e7f7fb 100%);
    border: 1px solid #d7eaf2;
    border-radius: 26px;
    box-shadow: 0 20px 48px rgba(35, 84, 112, 0.10);
}

.jgy-home-hero::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, var(--jgy-blue), var(--jgy-cyan) 65%, var(--jgy-orange));
}

.jgy-home-hero::after {
    position: absolute;
    z-index: -1;
    right: -80px;
    bottom: -145px;
    width: 340px;
    height: 340px;
    content: "";
    background: rgba(19, 181, 216, 0.07);
    border-radius: 50%;
}

.jgy-hero-orbit {
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(8, 111, 186, 0.09);
    border-radius: 50%;
}

.jgy-orbit-one {
    top: -138px;
    right: -25px;
    width: 330px;
    height: 330px;
}

.jgy-orbit-two {
    top: -62px;
    right: 50px;
    width: 195px;
    height: 195px;
}

.jgy-brand-row {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.jgy-brand-logo {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.jgy-brand-name {
    display: grid;
    gap: 1px;
}

.jgy-brand-name b {
    color: var(--jgy-blue-deep);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.jgy-brand-name small {
    color: #7d93a1;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.13em;
}

.jgy-hero-content {
    max-width: 580px;
    padding-top: 24px;
}

.jgy-eyebrow {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 8px;
    color: var(--jgy-blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.jgy-eyebrow span {
    display: inline-block;
    width: 18px;
    height: 3px;
    background: var(--jgy-orange);
    border-radius: 3px;
}

.jgy-hero-content h1 {
    margin: 0;
    color: var(--jgy-ink);
    font-size: clamp(29px, 4.5vw, 44px);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: 0.015em;
}

.jgy-hero-content h1 em {
    color: var(--jgy-blue);
    font-style: normal;
}

.jgy-hero-copy {
    margin: 10px 0 0;
    color: var(--jgy-muted);
    font-size: 14px;
    line-height: 1.7;
}

.jgy-hero-action {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    min-height: 42px;
    margin-top: 17px;
    padding: 0 18px;
    color: #fff;
    font: 700 13px/1 inherit;
    background: linear-gradient(105deg, var(--jgy-blue-deep), var(--jgy-blue));
    border: 0;
    border-radius: 11px;
    box-shadow: 0 9px 20px rgba(8, 111, 186, 0.20);
    cursor: pointer;
}

.jgy-hero-action span {
    color: #ffd78d;
}

.jgy-hero-action:active {
    transform: translateY(1px);
}

.jgy-hero-panel {
    position: absolute;
    top: 50%;
    right: 44px;
    width: 225px;
    padding: 19px 18px 17px;
    text-align: center;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(8, 111, 186, 0.10);
    border-radius: 20px;
    box-shadow: 0 16px 36px rgba(35, 84, 112, 0.10);
    transform: translateY(-41%);
    backdrop-filter: blur(12px);
}

.jgy-panel-logo {
    display: grid;
    width: 78px;
    height: 78px;
    margin: 0 auto;
    background: #fff;
    border-radius: 23px;
    box-shadow: 0 10px 26px rgba(8, 111, 186, 0.10);
    place-items: center;
}

.jgy-panel-logo img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.jgy-hero-panel > p {
    margin: 10px 0 12px;
    color: var(--jgy-blue-deep);
    font-size: 13px;
    font-weight: 700;
}

.jgy-hero-meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    padding-top: 10px;
    border-top: 1px dashed #d6e7ef;
}

.jgy-hero-meta span {
    display: grid;
    gap: 2px;
}

.jgy-hero-meta i {
    color: var(--jgy-orange);
    font-size: 9px;
    font-style: normal;
    font-weight: 800;
}

.jgy-hero-meta b {
    color: #557080;
    font-size: 10px;
    font-weight: 600;
}

.jgy-home-active .discovery-head {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
    align-items: center;
    gap: 18px;
    margin: 14px 24px 0;
    padding: 12px 13px;
    background: rgba(255, 255, 255, 0.96) !important;
    border: 1px solid var(--jgy-line) !important;
    border-radius: 17px;
    box-shadow: 0 10px 28px rgba(35, 84, 112, 0.06);
}

.jgy-home-active .search-wrap {
    padding: 0 !important;
}

.jgy-home-active .search-wrap > *,
.jgy-home-active .search-wrap .u-search,
.jgy-home-active .search-wrap .u-content {
    min-height: 43px;
    background: #edf5f8 !important;
    border-radius: 11px !important;
}

.jgy-home-active .search-wrap input {
    color: var(--jgy-ink) !important;
    font-size: 14px !important;
}

.jgy-home-active .u-tabs {
    background: transparent !important;
}

.jgy-home-active .u-tabs__wrapper__nav__item,
.jgy-home-active .u-tab-item {
    min-height: 40px;
    padding: 0 14px !important;
    color: #536d7c !important;
    font-size: 13px !important;
    white-space: nowrap;
}

.jgy-home-active .u-tabs__wrapper__nav__item__text,
.jgy-home-active .u-tab-item {
    font-weight: 600;
}

/* The configured carousel currently contains a demo placeholder. Hide it so the
   primary training projects remain the first meaningful content. */
.jgy-home-active .banner {
    display: none !important;
}

.jgy-home-active .jgy-section-head {
    position: relative;
    margin: 11px 24px 0 !important;
    padding: 24px 2px 14px !important;
    border: 0 !important;
}

.jgy-home-active .jgy-section-head .line {
    display: none;
}

.jgy-home-active .section-title {
    position: relative;
    margin-left: 0 !important;
    padding-left: 15px;
    color: var(--jgy-ink) !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    letter-spacing: 0.02em;
}

.jgy-home-active .section-title::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 20px;
    content: "";
    background: linear-gradient(180deg, var(--jgy-cyan), var(--jgy-blue));
    border-radius: 4px;
    transform: translateY(-50%);
}

.jgy-project-count {
    position: absolute;
    right: 42px;
    color: #8295a1;
    font-size: 12px;
}

.jgy-home-active .list,
.jgy-home-active .grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 0 24px 30px !important;
}

.jgy-home-active .jgy-project-card {
    position: relative;
    box-sizing: border-box;
    min-width: 0;
    min-height: 154px;
    margin: 0 !important;
    padding: 15px !important;
    overflow: hidden;
    background: var(--jgy-card) !important;
    border: 1px solid var(--jgy-line) !important;
    border-radius: 17px !important;
    box-shadow: var(--jgy-shadow) !important;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.jgy-home-active .jgy-project-card::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, var(--jgy-blue), var(--jgy-cyan));
    opacity: 0;
    transition: opacity 180ms ease;
}

.jgy-home-active .jgy-project-card:active {
    transform: scale(0.992);
}

.jgy-home-active .list .jgy-project-card {
    display: flex !important;
    align-items: stretch !important;
}

.jgy-home-active .jgy-project-card .thumb {
    flex: 0 0 auto;
    width: 132px !important;
    height: 122px !important;
    overflow: hidden;
    background: #eaf3f7;
    border: 1px solid #e3edf2;
    border-radius: 12px !important;
    object-fit: cover;
}

.jgy-home-active .jgy-project-card .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jgy-home-active .jgy-project-card > .u-flex-1 {
    min-width: 0;
    padding-left: 15px !important;
    padding-right: 27px;
}

.jgy-home-active .jgy-project-card .title {
    color: var(--jgy-ink) !important;
    font-size: 16px !important;
    font-weight: 750 !important;
    line-height: 1.45 !important;
}

.jgy-home-active .jgy-project-card .u-tag {
    min-height: 21px;
    padding: 0 7px !important;
    color: var(--jgy-blue-deep) !important;
    background: #eff8fc !important;
    border-color: #c8e5f0 !important;
    border-radius: 7px !important;
}

.jgy-home-active .jgy-project-card .free {
    color: #ef920d !important;
    font-size: 15px;
    font-weight: 800;
}

.jgy-home-active .jgy-project-card .price {
    color: var(--jgy-orange) !important;
    font-weight: 800;
}

.jgy-home-active .jgy-project-card .u-tips-color {
    color: #8497a3 !important;
}

.jgy-card-arrow {
    position: absolute;
    right: 15px;
    bottom: 14px;
    display: grid;
    width: 27px;
    height: 27px;
    color: #fff;
    font: 700 14px/1 system-ui, sans-serif;
    background: var(--jgy-blue);
    border-radius: 9px;
    box-shadow: 0 6px 15px rgba(8, 111, 186, 0.18);
    place-items: center;
}

.jgy-home-active uni-tabbar .uni-tabbar,
.jgy-home-active .fa-tabbar {
    background: rgba(255, 255, 255, 0.96) !important;
    border-top: 1px solid #dce9f0 !important;
    box-shadow: 0 -10px 28px rgba(35, 84, 112, 0.05);
    backdrop-filter: blur(16px);
}

.jgy-home-active .u-back-top {
    display: none !important;
}

@media (hover: hover) and (pointer: fine) {
    .jgy-home-active .jgy-project-card:hover {
        border-color: #b9ddeb !important;
        box-shadow: 0 18px 38px rgba(35, 84, 112, 0.12) !important;
        transform: translateY(-2px);
    }

    .jgy-home-active .jgy-project-card:hover::before {
        opacity: 1;
    }

    .jgy-hero-action:hover {
        background: linear-gradient(105deg, #064f8a, #087ccf);
    }
}

@media (max-width: 899px) {
    .jgy-hero-content {
        max-width: calc(100% - 270px);
    }

    .jgy-hero-content h1 {
        font-size: 34px;
    }

    .jgy-home-active .list,
    .jgy-home-active .grid {
        grid-template-columns: 1fr;
    }

    .jgy-home-active .discovery-head {
        display: block;
    }

    .jgy-home-active .u-tabs {
        margin-top: 6px;
    }
}

@media (max-width: 700px) {
    .jgy-home-hero {
        min-height: 302px;
        margin: 12px 14px 0;
        padding: 21px 20px 24px;
        border-radius: 21px;
    }

    .jgy-home-hero::after {
        right: -128px;
        bottom: -160px;
    }

    .jgy-orbit-one {
        top: -122px;
        right: -135px;
        width: 290px;
        height: 290px;
    }

    .jgy-orbit-two {
        display: none;
    }

    .jgy-brand-logo {
        width: 32px;
        height: 32px;
    }

    .jgy-brand-name b {
        font-size: 14px;
    }

    .jgy-hero-content {
        max-width: calc(100% - 155px);
        padding-top: 28px;
    }

    .jgy-hero-content h1 {
        font-size: 29px;
    }

    .jgy-hero-copy {
        max-width: 245px;
        font-size: 12px;
    }

    .jgy-hero-action {
        min-height: 40px;
        margin-top: 16px;
        padding: 0 15px;
    }

    .jgy-hero-panel {
        top: 57%;
        right: 17px;
        width: 128px;
        padding: 14px 9px 12px;
        border-radius: 16px;
    }

    .jgy-panel-logo {
        width: 58px;
        height: 58px;
        border-radius: 18px;
    }

    .jgy-panel-logo img {
        width: 46px;
        height: 46px;
    }

    .jgy-hero-panel > p {
        margin: 8px 0 9px;
        font-size: 10px;
    }

    .jgy-hero-meta {
        gap: 2px;
        padding-top: 8px;
    }

    .jgy-hero-meta i {
        font-size: 8px;
    }

    .jgy-hero-meta b {
        font-size: 8px;
    }

    .jgy-home-active .discovery-head {
        margin: 11px 14px 0;
        padding: 11px;
        border-radius: 15px;
    }

    .jgy-home-active .u-tabs__wrapper__nav__item,
    .jgy-home-active .u-tab-item {
        min-height: 37px;
        padding: 0 11px !important;
        font-size: 12px !important;
    }

    .jgy-home-active .jgy-section-head {
        margin: 8px 14px 0 !important;
        padding-top: 21px !important;
    }

    .jgy-home-active .section-title {
        font-size: 18px !important;
    }

    .jgy-project-count {
        right: 37px;
        font-size: 10px;
    }

    .jgy-home-active .list,
    .jgy-home-active .grid {
        gap: 11px;
        padding: 0 14px 25px !important;
    }

    .jgy-home-active .jgy-project-card {
        min-height: 132px;
        padding: 12px !important;
        border-radius: 15px !important;
    }

    .jgy-home-active .jgy-project-card .thumb {
        width: 108px !important;
        height: 106px !important;
        border-radius: 10px !important;
    }

    .jgy-home-active .jgy-project-card > .u-flex-1 {
        padding-left: 13px !important;
        padding-right: 20px;
    }

    .jgy-home-active .jgy-project-card .title {
        font-size: 14px !important;
    }

    .jgy-home-active .jgy-project-card .u-p-t-10 {
        padding-top: 6px !important;
    }

    .jgy-home-active .jgy-project-card .u-tag {
        padding: 0 5px !important;
        font-size: 9px !important;
    }

    .jgy-card-arrow {
        right: 11px;
        bottom: 11px;
        width: 24px;
        height: 24px;
        font-size: 12px;
        border-radius: 8px;
    }
}

@media (max-width: 420px) {
    .jgy-home-hero {
        min-height: 320px;
    }

    .jgy-hero-content {
        max-width: calc(100% - 122px);
    }

    .jgy-hero-content h1 {
        font-size: 25px;
    }

    .jgy-hero-panel {
        right: 13px;
        width: 108px;
    }

    .jgy-home-active .jgy-project-card .thumb {
        width: 96px !important;
    }

    .jgy-home-active .jgy-project-card .u-m-l-15 {
        margin-left: 5px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .jgy-home-active *,
    .jgy-home-active *::before,
    .jgy-home-active *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* Secondary pages share the same branded surface language as the home and
   detail experiences. */
.jgy-home-active .u-navbar,
.jgy-home-active .u-navbar-placeholder {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
}

.jgy-account-active,
.jgy-my-active,
.jgy-success-active,
.jgy-list-active,
.jgy-utility-active,
.jgy-account-active uni-page-body,
.jgy-my-active uni-page-body,
.jgy-success-active uni-page-body,
.jgy-list-active uni-page-body,
.jgy-utility-active uni-page-body {
    color: var(--jgy-ink);
    background:
        radial-gradient(circle at 100% 0, rgba(19, 181, 216, 0.09), transparent 240px),
        linear-gradient(180deg, #f7fbfd 0%, var(--jgy-bg) 46%, #edf5f8 100%) !important;
}

.jgy-account-active uni-page-body,
.jgy-success-active uni-page-body,
.jgy-list-active uni-page-body,
.jgy-utility-active uni-page-body {
    box-sizing: border-box;
    min-height: calc(100vh - 58px);
    padding-bottom: calc(34px + env(safe-area-inset-bottom));
}

/* Personal center */
.jgy-my-active .user-box {
    position: relative;
    box-sizing: border-box;
    min-height: 126px;
    margin: 16px;
    padding: 22px !important;
    overflow: hidden;
    color: var(--jgy-ink);
    background:
        radial-gradient(circle at 94% 12%, rgba(19, 181, 216, 0.14), transparent 120px),
        linear-gradient(125deg, #fff 0%, #f2fbfd 100%) !important;
    border: 1px solid #d5e8f0;
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(25, 73, 99, 0.09);
}

.jgy-my-active .user-box::after {
    position: absolute;
    right: -24px;
    bottom: -58px;
    width: 142px;
    height: 142px;
    content: "";
    border: 1px solid rgba(8, 111, 186, 0.10);
    border-radius: 50%;
}

.jgy-my-active .user-box .u-avatar,
.jgy-my-active .user-box .u-avatar-wrap {
    overflow: hidden;
    background: #fff !important;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 9px 22px rgba(8, 111, 186, 0.14);
}

.jgy-my-active .user-box .u-font-18 {
    color: var(--jgy-ink);
    font-size: 19px !important;
    font-weight: 800;
}

.jgy-salesperson-badge {
    display: inline-flex;
    margin-left: 9px;
    padding: 4px 9px;
    align-items: center;
    color: #087553;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    vertical-align: middle;
    background: #e4f8f0;
    border: 1px solid #c5ebdc;
    border-radius: 999px;
}

.jgy-salesperson-workbench {
    display: block;
    box-sizing: border-box;
    width: calc(100% - 32px);
    margin: 0 16px 16px;
    padding: 20px;
    overflow: hidden;
    color: #fff;
    text-align: left;
    background:
        radial-gradient(circle at 94% 5%, rgba(255,255,255,.17), transparent 115px),
        linear-gradient(125deg, #075b94, #0785c4);
    border: 0;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(7, 94, 153, .20);
}

.jgy-sales-head,
.jgy-sales-metrics {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jgy-sales-head > span,
.jgy-sales-metrics > span { display: flex; flex-direction: column; }
.jgy-sales-head small { opacity: .68; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.jgy-sales-head strong { margin-top: 5px; font-size: 20px; }
.jgy-sales-head em { margin-top: 5px; opacity: .8; font-size: 12px; font-style: normal; }
.jgy-sales-head > b { font-size: 13px; }
.jgy-sales-head > b i { font-size: 19px; font-style: normal; vertical-align: -1px; }
.jgy-sales-metrics { margin-top: 17px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.2); }
.jgy-sales-metrics > span { width: 50%; }
.jgy-sales-metrics strong { font-size: 23px; line-height: 1; }
.jgy-sales-metrics small { margin-top: 5px; opacity: .76; font-size: 11px; }

.jgy-my-active .u-m-t-20 {
    margin: 0 16px !important;
}

.jgy-my-active .u-cell-group {
    display: block;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dbe9ef;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(25, 73, 99, 0.07);
}

.jgy-my-active .u-cell-item-box {
    min-height: 58px;
    color: #29485c;
    background: #fff !important;
}

.jgy-my-active .u-cell-item-box .u-icon__icon {
    color: var(--jgy-blue) !important;
}

.jgy-my-active .u-cell-item-box::after {
    border-color: #e8f0f3 !important;
}

.jgy-my-active .u-tabbar__content,
.jgy-home-active .u-tabbar__content {
    border-top-color: #dce9ef !important;
    box-shadow: 0 -8px 24px rgba(25, 73, 99, 0.08);
}

.jgy-my-active .u-tabbar__content .u-tabbar__content__item__text,
.jgy-home-active .u-tabbar__content .u-tabbar__content__item__text {
    font-weight: 650;
}

/* Account, verification-code, registration, and password-recovery pages. */
.jgy-account-active .login {
    box-sizing: border-box;
    width: calc(100% - 28px);
    max-width: 500px;
    margin: 16px auto 0;
    padding: 22px !important;
    background: #fff;
    border: 1px solid #d7e8ef;
    border-radius: 22px;
    box-shadow: 0 16px 38px rgba(25, 73, 99, 0.09);
}

.jgy-account-active .login::before {
    display: block;
    margin-bottom: 20px;
    color: var(--jgy-muted);
    font-size: 13px;
    line-height: 1.65;
    content: "登录后可查看报名进度、审核结果与个人资料";
}

.jgy-account-active .login .u-m-t-50,
.jgy-account-active .login .u-m-t-80 {
    margin-top: 0 !important;
}

.jgy-account-active .login .u-m-t-40 {
    margin-top: 12px !important;
}

.jgy-account-active .u-form-item {
    margin-bottom: 14px;
    padding: 0 !important;
    border: 0 !important;
}

.jgy-account-active .u-form-item::after {
    display: none !important;
}

.jgy-account-active .u-form-item--left__content__label {
    color: var(--jgy-ink) !important;
    font-weight: 700;
}

.jgy-account-active .u-input {
    box-sizing: border-box;
    min-height: 46px;
    padding: 0 13px !important;
    background: #f6fafc !important;
    border: 1px solid #d8e7ed !important;
    border-radius: 12px !important;
}

.jgy-account-active .u-input:focus-within {
    background: #fff !important;
    border-color: var(--jgy-blue) !important;
    box-shadow: 0 0 0 3px rgba(8, 111, 186, 0.09);
}

.jgy-account-active .u-btn--primary,
.jgy-account-active .login > .u-m-t-80 .u-btn {
    height: 46px;
    color: #fff !important;
    font-weight: 800;
    background: linear-gradient(105deg, var(--jgy-blue-deep), var(--jgy-blue)) !important;
    border: 0 !important;
    border-radius: 14px !important;
    box-shadow: 0 10px 22px rgba(8, 111, 186, 0.20);
}

.jgy-account-active .u-btn--success {
    height: 46px;
    color: var(--jgy-blue) !important;
    font-weight: 750;
    background: #edf7fb !important;
    border: 1px solid #cfe5ee !important;
    border-radius: 14px !important;
    box-shadow: none !important;
}

.jgy-account-active .u-btn::after {
    display: none !important;
}

.jgy-account-active .login > .u-flex.u-row-between {
    padding-right: 4px !important;
    padding-left: 4px !important;
    color: #587284 !important;
}

.jgy-account-active .other {
    position: static !important;
    width: auto !important;
    margin-top: 28px;
}

/* Submission success */
.jgy-success-active .success-page {
    box-sizing: border-box;
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    padding: 22px 16px 44px;
    color: var(--jgy-ink);
}

.jgy-success-active .success-head {
    padding: 6px 0 22px !important;
}

.jgy-success-active .success-head .check {
    width: 62px !important;
    height: 62px !important;
    background: linear-gradient(145deg, var(--jgy-blue), var(--jgy-cyan)) !important;
    box-shadow: 0 12px 26px rgba(8, 111, 186, 0.22);
}

.jgy-success-active .success-title {
    margin-top: 15px !important;
    color: var(--jgy-ink);
    font-size: 23px !important;
    font-weight: 850 !important;
}

.jgy-success-active .project-title {
    color: var(--jgy-muted) !important;
}

.jgy-success-active .code-card,
.jgy-success-active .info-card {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 18px !important;
    border-color: #d7e8ef !important;
    border-radius: 18px !important;
    box-shadow: 0 12px 30px rgba(25, 73, 99, 0.07) !important;
}

.jgy-success-active .code-text,
.jgy-success-active .status {
    color: var(--jgy-blue) !important;
}

.jgy-success-active .actions {
    padding: 0 !important;
}

.jgy-success-active .actions .u-btn {
    height: 46px;
    margin-bottom: 10px !important;
    border-radius: 14px !important;
}

.jgy-success-active .actions .u-btn:first-child,
.jgy-success-active .actions .u-btn:nth-child(2):not(:last-child) {
    color: #fff !important;
    font-weight: 800;
    background: linear-gradient(105deg, var(--jgy-blue-deep), var(--jgy-blue)) !important;
    border: 0 !important;
}

.jgy-success-active .actions .u-btn::after {
    display: none !important;
}

.jgy-success-active .tip {
    color: #718796 !important;
}

/* Records, registered projects, and verification lists. */
.jgy-list-active .list {
    box-sizing: border-box;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    padding: 16px !important;
}

.jgy-list-active .list .item {
    margin-bottom: 12px !important;
    overflow: hidden;
    background: #fff !important;
    border: 1px solid #d9e8ee !important;
    border-radius: 18px;
    box-shadow: 0 11px 28px rgba(25, 73, 99, 0.07);
}

.jgy-list-active .list .item .thumb {
    overflow: hidden;
    border-radius: 13px !important;
}

.jgy-list-active .list .item .title {
    color: var(--jgy-ink);
    font-weight: 750;
    line-height: 1.45;
}

.jgy-list-active .list .item .free,
.jgy-list-active .list .item .price {
    color: var(--jgy-orange) !important;
    font-weight: 800;
}

.jgy-list-active .u-btn--primary,
.jgy-list-active .u-btn--success {
    color: #fff !important;
    background: var(--jgy-blue) !important;
    border-color: var(--jgy-blue) !important;
}

.jgy-list-active uni-page-body > uni-view > .u-p-b-30 > .bg-white {
    box-sizing: border-box;
    margin: 12px 16px 0;
    background: #fff !important;
    border: 1px solid #d9e8ee;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(25, 73, 99, 0.06);
}

/* Profile, payment, project detail, scanner, agreement, and sign-in tools. */
.jgy-utility-active uni-page-body > uni-view > .u-p-30,
.jgy-utility-active uni-page-body > uni-view > .bg-white,
.jgy-utility-active .payment {
    box-sizing: border-box;
    width: auto;
    margin: 16px !important;
    padding: 18px !important;
    background: #fff !important;
    border: 1px solid #d8e7ed;
    border-radius: 18px;
    box-shadow: 0 11px 28px rgba(25, 73, 99, 0.07);
}

.jgy-utility-active .u-form-item {
    border-color: #e7eff2 !important;
}

.jgy-utility-active .u-input {
    background: #f6fafc !important;
    border: 1px solid #d8e7ed !important;
    border-radius: 11px !important;
}

.jgy-utility-active .u-btn--primary,
.jgy-utility-active .payment .u-btn {
    color: #fff !important;
    font-weight: 800;
    background: linear-gradient(105deg, var(--jgy-blue-deep), var(--jgy-blue)) !important;
    border: 0 !important;
    border-radius: 14px !important;
}

.jgy-utility-active .u-btn::after {
    display: none !important;
}

/* Denser first viewport for the registration form. */
.jgy-form-active .form-intro {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

@media (max-width: 420px) {
    .jgy-account-active .login {
        padding: 19px 16px !important;
    }

    .jgy-my-active .user-box {
        min-height: 112px;
        padding: 18px !important;
    }

    .jgy-list-active .list {
        padding-right: 12px !important;
        padding-left: 12px !important;
    }
}

/* H5 custom list selects render as text containers, so add the same affordance
   already used by date, city and related-record single selects. */
.form-page .u-input {
    box-sizing: border-box !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    overflow: hidden !important;
}

.form-page .u-input .u-input__input,
.form-page .u-input .u-input__textarea {
    box-sizing: border-box !important;
    height: 38px !important;
    min-height: 0 !important;
    max-height: 38px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.form-page .u-input__right-icon--select {
    box-sizing: content-box;
    width: 0 !important;
    height: 0 !important;
    border-top: 7px solid #b5bec9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.form-page .u-input__right-icon--select .u-icon {
    display: none !important;
}

.form-page .u-form-item--right,
.form-page .u-form-item--right__content,
.form-page .u-form-item--right__content__slot {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.form-page .selects {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.form-page .selects > uni-view:first-child {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 40px !important;
    height: 40px !important;
    padding: 0 42px 0 11px !important;
    background: #f7f9fa;
    border: 1px solid #e5e9ed;
    border-radius: 5px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}

.form-page .selects > uni-view:first-child > uni-rich-text {
    display: block;
    flex: 1;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-page .selects > uni-view:first-child > uni-rich-text > div,
.form-page .selects > uni-view:first-child > uni-rich-text > div > div:first-child {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-page .selects > uni-view:first-child::after {
    position: absolute;
    top: 50%;
    right: 14px;
    width: 0;
    height: 0;
    content: "";
    border-top: 7px solid #b5bec9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    transform: translateY(-35%);
    pointer-events: none;
}

/* Project cards: purpose-built information layout using the logo palette. */
.jgy-card-original,
.jgy-card-arrow {
    display: none !important;
}

.jgy-home-active .list .item.jgy-card-ready,
.jgy-home-active .grid .item.jgy-card-ready {
    display: block !important;
    min-height: 0;
    padding: 0 !important;
    overflow: hidden;
    background: #fff !important;
    border: 1px solid #d8e7ee !important;
    border-radius: 20px !important;
    box-shadow: 0 16px 38px rgba(25, 73, 99, 0.08) !important;
}

.jgy-home-active .item.jgy-card-ready::before {
    display: none;
}

.jgy-card-shell {
    --card-accent: var(--jgy-blue);
    --card-accent-2: var(--jgy-cyan);
    --card-soft: #eaf6fb;
    display: grid;
    grid-template-columns: 42% minmax(0, 1fr);
    min-height: 218px;
    color: var(--jgy-ink);
}

.jgy-theme-ai {
    --card-accent: #0876c9;
    --card-accent-2: #13b5d8;
    --card-soft: #e9f6fc;
}

.jgy-theme-forklift {
    --card-accent: #e8900d;
    --card-accent-2: #ffb52e;
    --card-soft: #fff5df;
}

.jgy-theme-care {
    --card-accent: #09a8b9;
    --card-accent-2: #35c7d5;
    --card-soft: #e9f9fa;
}

.jgy-theme-certificate {
    --card-accent: #075fa8;
    --card-accent-2: #188acb;
    --card-soft: #eaf3fb;
}

.jgy-card-media {
    position: relative;
    display: grid;
    min-width: 0;
    padding: 22px;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 14%, rgba(255, 255, 255, 0.90), transparent 28%),
        linear-gradient(145deg, #f9fcfe, var(--card-soft));
    border-right: 1px solid #e3edf2;
    place-items: center;
}

.jgy-card-media::before,
.jgy-card-media::after {
    position: absolute;
    content: "";
    border: 1px solid color-mix(in srgb, var(--card-accent) 16%, transparent);
    border-radius: 50%;
}

.jgy-card-media::before {
    right: -62px;
    bottom: -70px;
    width: 170px;
    height: 170px;
}

.jgy-card-media::after {
    right: -20px;
    bottom: -28px;
    width: 92px;
    height: 92px;
}

.jgy-card-media img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 160px;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 10px 12px rgba(32, 67, 86, 0.08));
}

.jgy-card-image-fallback {
    position: relative;
    z-index: 1;
    display: grid;
    width: 100%;
    height: 160px;
    color: var(--card-accent);
    font-size: 18px;
    font-weight: 800;
    place-items: center;
}

.jgy-card-category {
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 14px;
    min-height: 24px;
    padding: 0 9px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.04em;
    background: linear-gradient(105deg, var(--card-accent), var(--card-accent-2));
    border-radius: 7px;
    box-shadow: 0 6px 14px color-mix(in srgb, var(--card-accent) 22%, transparent);
}

.jgy-card-body {
    position: relative;
    display: flex;
    min-width: 0;
    padding: 20px 21px 17px;
    flex-direction: column;
}

.jgy-card-body::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, var(--card-accent), var(--card-accent-2));
    border-radius: 0 0 4px 0;
}

.jgy-card-kicker {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.jgy-card-kicker > span {
    color: #8aa0ad;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.jgy-card-kicker em {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 8px;
    color: #527181;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    background: #f3f8fa;
    border-radius: 999px;
}

.jgy-card-kicker em i {
    width: 6px;
    height: 6px;
    background: #20b978;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(32, 185, 120, 0.10);
}

.jgy-card-body h3 {
    margin: 11px 0 0;
    overflow: hidden;
    color: #14354b;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Unified inner-page chrome. The old server theme paints a solid purple bar;
   these rules deliberately own the H5 navigation surface and safe areas. */
.jgy-inner-active,
.jgy-inner-active uni-page-body,
.jgy-inner-active .uni-page-body {
    color: var(--jgy-ink);
    background: var(--jgy-bg) !important;
}

.jgy-inner-active .u-navbar-placeholder {
    height: 58px !important;
    height: calc(58px + constant(safe-area-inset-top)) !important;
    height: calc(58px + env(safe-area-inset-top)) !important;
}

.jgy-inner-active .jgy-app-navbar,
.jgy-inner-active .u-navbar-fixed {
    box-sizing: border-box;
    color: var(--jgy-ink) !important;
    background: rgba(255, 255, 255, 0.96) !important;
    border-bottom: 1px solid rgba(8, 111, 186, 0.10) !important;
    box-shadow: 0 8px 24px rgba(25, 73, 99, 0.08) !important;
    -webkit-backdrop-filter: saturate(150%) blur(14px);
    backdrop-filter: saturate(150%) blur(14px);
}

.jgy-inner-active .jgy-app-navbar::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, var(--jgy-blue) 0%, var(--jgy-blue) 23%, var(--jgy-cyan) 23%, var(--jgy-cyan) 88%, var(--jgy-orange) 88%, var(--jgy-orange) 100%);
    opacity: 0.78;
}

.jgy-inner-active .jgy-app-navbar .u-status-bar {
    height: 0 !important;
    height: constant(safe-area-inset-top) !important;
    height: env(safe-area-inset-top) !important;
}

.jgy-inner-active .jgy-app-navbar .u-navbar-inner {
    box-sizing: border-box;
    height: 58px !important;
    min-height: 58px;
    padding: 0 14px;
}

.jgy-inner-active .jgy-app-navbar .u-back-wrap {
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    display: inline-flex;
    flex: 0 0 auto;
    width: auto;
    max-width: 102px;
    min-height: 38px;
    padding: 0 12px 0 8px;
    color: var(--jgy-blue) !important;
    background: #edf7fb;
    border: 1px solid #d6eaf2;
    border-radius: 12px;
    -webkit-tap-highlight-color: transparent;
}

.jgy-inner-active .jgy-app-navbar .u-back-wrap:active {
    background: #dff1f7;
    transform: translateY(1px);
}

.jgy-inner-active .jgy-app-navbar .u-back-text,
.jgy-inner-active .jgy-app-navbar .u-back-wrap .u-icon__icon {
    color: var(--jgy-blue) !important;
    font-size: 14px !important;
    font-weight: 700;
}

.jgy-inner-active .jgy-app-navbar .u-navbar-content-title {
    /* Keep the title's available area symmetrical so its visual center always
       matches the viewport center, regardless of the back button/logo widths. */
    right: 92px !important;
    left: 92px !important;
    width: auto !important;
    height: 58px;
    min-width: 0;
    justify-content: center;
    text-align: center;
}

.jgy-inner-active .jgy-app-navbar .u-title {
    display: block;
    width: 100%;
    overflow: hidden;
    color: var(--jgy-ink) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 58px;
    letter-spacing: 0.02em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jgy-inner-active .u-type-primary {
    color: var(--jgy-blue) !important;
}

.jgy-inner-active .u-type-primary-bg,
.jgy-inner-active .u-btn--primary:not(.u-btn--disabled) {
    color: #fff !important;
    background: var(--jgy-blue) !important;
    border-color: var(--jgy-blue) !important;
}

.jgy-nav-mark {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 34px;
    height: 34px;
    background: #fff;
    border: 1px solid #d8eaf2;
    border-radius: 11px;
    box-shadow: 0 6px 15px rgba(8, 111, 186, 0.10);
    transform: translateY(-50%);
}

.jgy-nav-mark img {
    display: block;
    width: 25px;
    height: 25px;
    object-fit: contain;
}

/* Project detail: a compact media card, a clear project summary, and one
   focused registration-status surface. */
.jgy-detail-active .detail-page {
    box-sizing: border-box;
    min-height: 100vh;
    padding-bottom: 116px;
    color: var(--jgy-ink);
    background:
        radial-gradient(circle at 100% 0, rgba(20, 184, 196, 0.10), transparent 220px),
        linear-gradient(180deg, #f5fafc 0%, var(--jgy-bg) 38%, #eef6f9 100%);
}

.jgy-detail-active .detail-banner-wrap {
    position: relative;
    box-sizing: border-box;
    width: auto !important;
    margin: 16px 16px 0;
    overflow: hidden;
    background: #fff !important;
    border: 1px solid #d7e8ef;
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(25, 73, 99, 0.09);
}

.jgy-detail-active .detail-banner,
.jgy-detail-active .detail-banner-wrap .u-swiper-wrap {
    display: block;
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100%;
    background: #fff !important;
}

.jgy-detail-active .detail-banner img,
.jgy-detail-active .detail-banner-wrap .u-swiper-image {
    object-fit: contain !important;
}

.jgy-detail-active .summary {
    box-sizing: border-box;
    width: auto !important;
    margin: 12px 16px 0;
    padding: 18px !important;
    overflow: hidden;
    background: #fff !important;
    border: 1px solid #d7e8ef !important;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(25, 73, 99, 0.08);
}

.jgy-detail-eyebrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 9px;
}

.jgy-detail-type {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 0 10px;
    color: var(--jgy-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    background: #eaf6fb;
    border: 1px solid #d2eaf3;
    border-radius: 999px;
}

.jgy-detail-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #4f6878;
    font-size: 12px;
    font-style: normal;
}

.jgy-detail-status i {
    width: 7px;
    height: 7px;
    background: #14b89b;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(20, 184, 155, 0.10);
}

.jgy-detail-status b {
    font-weight: 700;
}

.jgy-detail-active .summary .title {
    padding: 0 0 15px !important;
    color: var(--jgy-ink) !important;
    font-size: 23px !important;
    font-weight: 850 !important;
    line-height: 1.38 !important;
    letter-spacing: -0.02em;
    border: 0 !important;
    word-break: break-word;
}

.jgy-detail-active .summary .title::after {
    display: none !important;
}

.jgy-detail-active .summary > .u-p-t-5 {
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
    justify-content: space-between;
    gap: 12px;
    height: auto !important;
    min-height: 36px;
    padding-top: 13px !important;
    color: var(--jgy-muted) !important;
    font-size: 13px;
    border-top: 1px solid #e8f0f3;
}

.jgy-detail-active .summary > .u-p-t-5 > .u-flex {
    align-items: center;
    width: auto;
    min-width: 0;
    height: auto !important;
    min-height: 34px;
    margin-left: auto;
}

.jgy-detail-active .summary > .u-p-t-5 > .u-flex > .u-m-r-15,
.jgy-detail-active .summary > .u-p-t-5 > .u-flex > .u-flex {
    display: inline-flex;
    align-items: center;
    height: 32px;
    margin: 0 0 0 7px !important;
    padding: 0 9px;
    color: #617784;
    background: #f4f8fa;
    border-radius: 10px;
}

.jgy-detail-active .summary .cu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 28px;
    min-height: 0;
    margin-left: 2px;
    padding: 0 !important;
    background: transparent !important;
}

.jgy-detail-active .summary .cu-btn::after,
.jgy-detail-active .jgy-meta-divider {
    display: none !important;
}

.jgy-detail-active .free,
.jgy-detail-active .price {
    color: var(--jgy-orange) !important;
    font-size: 18px !important;
    font-weight: 850;
}

.jgy-detail-active .jgy-progress-card,
.jgy-detail-active .detail-page > .u-p-t-30.u-p-l-30.u-p-r-30 {
    box-sizing: border-box;
    width: auto !important;
    margin: 12px 16px 0;
    padding: 0 !important;
}

.jgy-detail-active .jgy-progress-panel,
.jgy-detail-active .detail-page > .u-p-t-30.u-p-l-30.u-p-r-30:not(.summary) > uni-view {
    overflow: hidden;
    color: var(--jgy-ink) !important;
    background: #fff !important;
    border: 1px solid #cfe5ee;
    border-radius: 20px !important;
    box-shadow: 0 12px 30px rgba(25, 73, 99, 0.07);
}

.jgy-detail-active .jgy-countdown-row {
    gap: 14px;
    min-height: 62px;
    padding: 15px 16px !important;
    color: var(--jgy-ink) !important;
    background: linear-gradient(110deg, #eaf7fb 0%, #f5fbfd 72%, #fff8e9 100%);
    border-bottom: 1px solid #deedf2;
}

.jgy-detail-active .jgy-countdown-row > uni-view:first-child {
    color: var(--jgy-ink) !important;
    font-size: 14px;
    font-weight: 750;
    white-space: nowrap;
}

.jgy-detail-active .jgy-countdown-row .u-countdown {
    display: flex;
    align-items: center;
    min-width: 0;
}

.jgy-detail-active .u-countdown-item {
    box-sizing: border-box;
    min-width: 29px;
    height: 27px;
    color: var(--jgy-blue) !important;
    background: #fff !important;
    border: 1px solid #c8e1eb;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(8, 111, 186, 0.07);
}

.jgy-detail-active .u-countdown-time {
    color: var(--jgy-blue-deep) !important;
    font-weight: 800;
}

.jgy-detail-active .u-countdown-colon {
    color: #4f6878 !important;
    font-size: 12px;
}

.jgy-detail-active .jgy-capacity-progress {
    padding: 15px 16px 16px !important;
    color: var(--jgy-ink) !important;
}

.jgy-detail-active .jgy-capacity-progress .u-progress {
    height: 12px !important;
    overflow: hidden;
    background: #e9eff2 !important;
    border-radius: 999px !important;
}

.jgy-detail-active .jgy-capacity-progress .u-flex {
    color: #395567 !important;
    font-size: 13px !important;
    font-weight: 650;
}

.jgy-detail-active .jgy-detail-content-card,
.jgy-detail-active .detail-page > .u-m-t-30.bg-white,
.jgy-detail-active .detail-page > .u-m-t-30.u-skeleton-rect {
    box-sizing: border-box;
    width: auto !important;
    margin: 14px 16px !important;
    overflow: hidden;
    background: #fff !important;
    border: 1px solid #d7e8ef;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(25, 73, 99, 0.07);
}

.jgy-detail-active .jgy-detail-content-card > .u-border-bottom {
    justify-content: flex-start !important;
    min-height: 58px;
    padding: 17px 19px !important;
}

.jgy-detail-active .jgy-detail-content-card > .u-border-bottom > .lines {
    display: none;
}

.jgy-detail-active .jgy-detail-content-card > .u-border-bottom > .u-m-l-50 {
    position: relative;
    margin: 0 !important;
    padding-left: 13px;
    color: var(--jgy-ink);
    font-size: 17px;
    font-weight: 800;
}

.jgy-detail-active .jgy-detail-content-card > .u-border-bottom > .u-m-l-50::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 18px;
    content: "";
    background: linear-gradient(180deg, var(--jgy-cyan), var(--jgy-blue));
    border-radius: 999px;
    transform: translateY(-50%);
}

.jgy-detail-active .jgy-detail-content-card > .u-p-30 {
    padding: 20px !important;
}

.jgy-detail-active .detail-page .item {
    margin: 0 !important;
    border-color: var(--jgy-line) !important;
}

.jgy-detail-active .detail-page .line {
    background: linear-gradient(180deg, var(--jgy-cyan), var(--jgy-blue)) !important;
}

.jgy-detail-active .detail-page .foot {
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100% !important;
    padding: 11px 16px;
    padding-bottom: calc(11px + constant(safe-area-inset-bottom));
    padding-bottom: calc(11px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.97) !important;
    border-top: 1px solid #dbe9ef;
    box-shadow: 0 -12px 32px rgba(25, 73, 99, 0.12);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

.jgy-detail-active .detail-page .foot .u-btn {
    height: 50px;
    margin: 0;
    color: #fff !important;
    font-size: 17px;
    font-weight: 850;
    background: linear-gradient(105deg, var(--jgy-blue-deep), var(--jgy-blue) 72%, #0f87c6) !important;
    border: 0 !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 22px rgba(8, 111, 186, 0.24);
}

.jgy-detail-active .detail-page .foot .u-btn::after {
    display: none !important;
    border: 0 !important;
}

/* Selected detail direction: guided enrollment with one continuous document. */
.jgy-detail-active .detail-page.jgy-detail-v3 {
    padding-bottom: 118px;
    background: #fff !important;
}

.jgy-detail-active .jgy-detail-v3 .detail-banner-wrap {
    z-index: 1;
    width: 100% !important;
    max-height: 205px;
    margin: 0 !important;
    overflow: hidden;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none;
}

.jgy-detail-active .jgy-detail-v3 .detail-banner,
.jgy-detail-active .jgy-detail-v3 .detail-banner-wrap .u-swiper-wrap {
    width: 100% !important;
    height: 205px !important;
    max-height: 205px;
    background: #fff !important;
}

.jgy-detail-active .jgy-detail-v3 .detail-banner > div,
.jgy-detail-active .jgy-detail-v3 .detail-banner-wrap .u-swiper-image > div {
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.jgy-detail-active .jgy-detail-v3 .detail-banner-wrap > .jgy-detail-eyebrow,
.jgy-detail-active .jgy-detail-v3 .detail-banner-wrap > .jgy-detail-summary-core {
    display: none !important;
}

.jgy-detail-active .jgy-detail-v3 .summary {
    position: relative;
    z-index: 4;
    margin: -18px 14px 0;
    /* The legacy bundle resets .summary padding at runtime. Keep the shell
       padding-free and put the spacing on its direct content instead. */
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid #d9e8ee !important;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(25, 73, 99, 0.11);
}

.jgy-detail-active .jgy-detail-v3 .jgy-detail-eyebrow {
    position: static;
    min-height: 25px;
    margin: 16px 16px 12px;
}

.jgy-detail-active .jgy-detail-v3 .jgy-detail-type {
    display: inline-flex;
    min-height: 24px;
    padding: 0 9px;
    font-size: 12px;
    letter-spacing: 0;
}

.jgy-detail-active .jgy-detail-v3 .jgy-detail-status {
    min-height: 24px;
    padding: 0 9px;
    color: #287261;
    font-size: 12px;
    background: #edf9f6;
    border: 1px solid #d5eee8;
    border-radius: 999px;
}

.jgy-detail-active .jgy-detail-v3 .jgy-detail-status i {
    width: 6px;
    height: 6px;
    box-shadow: none;
}

.jgy-detail-active .jgy-detail-v3 .summary .title {
    box-sizing: border-box;
    width: auto !important;
    min-height: 0;
    margin: 0 16px;
    padding: 0 !important;
    overflow: visible !important;
    font-size: 20px !important;
    line-height: 1.45 !important;
    white-space: normal !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.jgy-detail-summary-core {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    margin: 16px 16px 15px;
    padding-top: 14px;
    border-top: 1px solid #edf2f4;
}

.jgy-detail-price {
    flex: 0 0 auto;
    color: var(--jgy-orange);
    font-size: 18px;
    font-weight: 850;
}

.jgy-detail-classification {
    min-width: 0;
    overflow: hidden;
    color: #657d8c;
    font-size: 12px;
    line-height: 1.67;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jgy-detail-active .jgy-detail-v3 .jgy-detail-summary-meta-source {
    display: none !important;
}

.jgy-detail-active .jgy-detail-v3 .jgy-original-fee {
    display: none !important;
}

.jgy-detail-active .jgy-detail-v3 .jgy-detail-summary-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    width: auto;
    min-width: 0;
    min-height: 0;
    margin: 0;
}

.jgy-detail-active .jgy-detail-v3 .jgy-detail-summary-actions > .u-m-r-15,
.jgy-detail-active .jgy-detail-v3 .jgy-detail-summary-actions > .u-flex {
    display: inline-flex !important;
    box-sizing: border-box;
    height: 30px;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 8px !important;
    color: #687f8e;
    background: #f3f8fa;
    border: 1px solid #e4eef2;
    border-radius: 9px;
    font-size: 12px;
    line-height: 14px !important;
    white-space: nowrap;
}

.jgy-detail-active .jgy-detail-v3 .jgy-detail-summary-actions > .u-m-r-15 {
    gap: 3px;
}

.jgy-detail-active .jgy-detail-v3 .jgy-detail-summary-actions > .u-m-r-15 .u-icon,
.jgy-detail-active .jgy-detail-v3 .jgy-detail-summary-actions > .u-m-r-15 .u-icon__icon {
    display: inline-flex !important;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    line-height: 14px !important;
}

.jgy-detail-active .jgy-detail-v3 .jgy-detail-summary-actions > .u-m-r-15 .u-m-l-5 {
    display: inline-flex;
    height: 14px;
    align-items: center;
    margin-left: 0 !important;
    line-height: 14px !important;
}

.jgy-detail-active .jgy-detail-v3 .jgy-detail-summary-actions > .u-flex {
    gap: 4px;
}

.jgy-detail-active .jgy-detail-v3 .jgy-detail-summary-actions > .u-flex .cu-btn,
.jgy-detail-active .jgy-detail-v3 .jgy-detail-summary-actions > .u-flex .u-icon,
.jgy-detail-active .jgy-detail-v3 .jgy-detail-summary-actions > .u-flex .u-icon__icon {
    display: inline-flex !important;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 15px !important;
    line-height: 16px !important;
}

.jgy-detail-journey {
    display: grid;
    box-sizing: border-box;
    grid-template-columns: 68px minmax(14px, 1fr) 68px minmax(14px, 1fr) 68px;
    align-items: start;
    width: auto;
    margin: 20px 22px 18px;
}

.jgy-journey-step {
    display: flex;
    min-width: 0;
    align-items: center;
    flex-direction: column;
    color: #748896;
    text-align: center;
}

.jgy-journey-step > .jgy-step-number {
    display: flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-bottom: 8px;
    color: #778b98;
    font-size: 15px;
    font-weight: 800;
    background: #fff;
    border: 1px solid #b9cbd5;
    border-radius: 50%;
}

.jgy-journey-step strong {
    color: #516b7a;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.45;
    white-space: nowrap;
}

.jgy-journey-step small {
    margin-top: 3px;
    color: #8a9ba6;
    font-size: 11px;
}

.jgy-journey-step.is-done > .jgy-step-number {
    color: var(--jgy-blue);
    border-color: #9ed1e7;
}

.jgy-journey-step.is-active > .jgy-step-number {
    color: #fff;
    background: var(--jgy-blue);
    border-color: var(--jgy-blue);
    box-shadow: 0 6px 15px rgba(8, 111, 186, 0.21);
}

.jgy-journey-step.is-active strong,
.jgy-journey-step.is-active small {
    color: var(--jgy-blue);
}

.jgy-journey-line {
    height: 2px;
    margin-top: 18px;
    background: #d7e3e9;
}

.jgy-journey-line.is-done {
    background: #7dc4e2;
}

.jgy-detail-active .jgy-detail-v3 .jgy-progress-card,
.jgy-detail-active .jgy-detail-v3 > .u-p-t-30.u-p-l-30.u-p-r-30 {
    margin: 0 14px;
}

.jgy-detail-active .jgy-detail-v3 .jgy-progress-panel,
.jgy-detail-active .jgy-detail-v3 > .u-p-t-30.u-p-l-30.u-p-r-30:not(.summary) > uni-view {
    overflow: hidden;
    background: #fff !important;
    border: 1px solid #d7e7ed;
    border-radius: 20px !important;
    box-shadow: 0 10px 28px rgba(25, 73, 99, 0.08);
}

.jgy-detail-original-row {
    display: none !important;
}

.jgy-enrollment-overview {
    box-sizing: border-box;
    padding: 18px 16px 15px;
    color: var(--jgy-ink);
    background: #fff;
}

.jgy-enrollment-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
    gap: 0;
}

.jgy-enrollment-overview.jgy-hide-quota .jgy-enrollment-quota,
.jgy-enrollment-overview.jgy-hide-deadline .jgy-enrollment-deadline,
.jgy-enrollment-overview.jgy-hide-progress .jgy-enrollment-progress {
    display: none !important;
}

.jgy-enrollment-overview.jgy-hide-quota:not(.jgy-hide-deadline) .jgy-enrollment-grid,
.jgy-enrollment-overview.jgy-hide-deadline:not(.jgy-hide-quota) .jgy-enrollment-grid {
    grid-template-columns: minmax(0, 1fr);
}

.jgy-enrollment-overview.jgy-hide-quota:not(.jgy-hide-deadline) .jgy-enrollment-deadline {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}

.jgy-enrollment-overview.jgy-hide-quota.jgy-hide-deadline .jgy-enrollment-grid {
    display: none;
}

.jgy-enrollment-overview.jgy-hide-quota.jgy-hide-deadline.jgy-hide-progress .jgy-enrollment-details {
    margin-top: 0;
}

.jgy-enrollment-cell {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 11px;
}

.jgy-enrollment-cell + .jgy-enrollment-cell {
    margin-left: 16px;
    padding-left: 16px;
    border-left: 1px solid #e6eef2;
}

.jgy-enrollment-icon {
    display: flex;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    color: var(--jgy-blue);
    background: #eaf6fb;
    border-radius: 12px;
}

.jgy-enrollment-icon svg {
    width: 19px;
    height: 19px;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.jgy-enrollment-deadline .jgy-enrollment-icon {
    color: #e99008;
    background: #fff3df;
}

.jgy-enrollment-copy {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
}

.jgy-enrollment-label {
    color: #6d8492;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
}

.jgy-enrollment-copy > strong {
    display: flex;
    min-height: 31px;
    align-items: baseline;
    margin-top: 1px;
    color: var(--jgy-ink);
    font-size: 14px;
    font-weight: 750;
    line-height: 31px;
    white-space: nowrap;
}

.jgy-enrollment-copy > strong b {
    color: var(--jgy-blue);
    font-size: 26px;
    font-weight: 850;
    letter-spacing: -0.02em;
}

.jgy-enrollment-copy > strong em {
    margin-left: 3px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.jgy-enrollment-sub {
    margin-top: 2px;
    color: #7a8f9c;
    font-size: 11px;
    line-height: 1.45;
    white-space: nowrap;
}

.jgy-enrollment-sub i {
    color: var(--jgy-orange);
    font-style: normal;
    font-weight: 750;
}

.jgy-countdown-slot .u-countdown {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.jgy-detail-active .jgy-detail-v3 .jgy-countdown-slot .u-countdown-item {
    min-width: 0;
    height: auto;
    padding: 0;
    color: var(--jgy-orange) !important;
    background: transparent !important;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.jgy-detail-active .jgy-detail-v3 .jgy-countdown-slot .u-countdown-time,
.jgy-detail-active .jgy-detail-v3 .jgy-countdown-slot .u-countdown-colon {
    color: var(--jgy-orange) !important;
    font-size: 14px !important;
    font-weight: 850;
}

.jgy-enrollment-progress {
    margin-top: 17px;
    padding-top: 14px;
    border-top: 1px solid #edf2f4;
}

.jgy-enrollment-progress-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 9px;
    color: #667d8b;
    font-size: 12px;
    font-weight: 650;
}

.jgy-enrollment-progress-head b {
    color: var(--jgy-blue);
    font-size: 13px;
    font-weight: 800;
}

.jgy-enrollment-progress-bar .u-progress {
    height: 8px !important;
    overflow: hidden;
    background: #e8f0f4 !important;
    border-radius: 999px !important;
}

.jgy-enrollment-progress-bar .u-progress-info {
    display: none !important;
}

.jgy-enrollment-progress-bar .u-progress .u-active {
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

.jgy-enrollment-details {
    margin-top: 16px;
    padding: 4px 13px;
    background: #f6fafc;
    border: 1px solid #e6eef2;
    border-radius: 14px;
}

.jgy-enrollment-details > div {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: center;
    min-height: 38px;
    color: #738894;
    font-size: 12px;
}

.jgy-enrollment-details > div + div {
    border-top: 1px solid #e8eff2;
}

.jgy-enrollment-details b {
    min-width: 0;
    color: var(--jgy-ink);
    font-size: 14px;
    font-weight: 700;
}

.jgy-enrollment-details .is-price {
    color: var(--jgy-orange);
}

.jgy-enrollment-notice {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 11px 1px 0;
    color: #7b8f9b;
    font-size: 11px;
    line-height: 1.55;
}

.jgy-enrollment-notice svg {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    color: var(--jgy-blue);
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.jgy-detail-active .jgy-detail-v3 .jgy-detail-content-card,
.jgy-detail-active .jgy-detail-v3 > .u-m-t-30.bg-white,
.jgy-detail-active .jgy-detail-v3 > .u-m-t-30.u-skeleton-rect {
    width: 100% !important;
    margin: 16px 0 0 !important;
    overflow: visible !important;
    border: 0;
    border-top: 8px solid #f2f7fa;
    border-radius: 0;
    box-shadow: none;
}

.jgy-detail-active .jgy-detail-v3 .jgy-detail-content-card > .u-border-bottom {
    min-height: 52px;
    padding: 17px 20px 12px !important;
    border-bottom: 0 !important;
}

.jgy-detail-active .jgy-detail-v3 .jgy-detail-content-card > .u-border-bottom > .u-m-l-50 {
    font-size: 18px;
}

.jgy-detail-quickfacts {
    display: grid;
    margin: 0 20px;
    padding: 3px 0 14px;
    gap: 10px;
    border-bottom: 1px solid #e9eff2;
}

.jgy-detail-quickfacts > div {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 26px;
    color: #526d7c;
    font-size: 14px;
}

.jgy-detail-quickfacts uni-text {
    width: 24px;
    color: var(--jgy-blue);
    font-size: 19px;
    text-align: center;
}

.jgy-detail-quickfacts > div:nth-child(2) uni-text,
.jgy-detail-quickfacts .is-price {
    color: var(--jgy-orange);
}

.jgy-detail-quickfacts > div:nth-child(3) uni-text {
    color: #17aa87;
}

.jgy-detail-quickfacts b {
    color: var(--jgy-ink);
    font-weight: 650;
}

.jgy-detail-active .jgy-detail-v3 .jgy-detail-expanded-content > .u-p-30 {
    height: auto !important;
    max-height: none !important;
    padding: 18px 20px 36px !important;
    overflow: visible !important;
    color: var(--jgy-ink) !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
    -webkit-line-clamp: unset !important;
}

.jgy-detail-active .jgy-detail-v3 .jgy-detail-expanded-content > .u-p-30 p,
.jgy-detail-active .jgy-detail-v3 .jgy-detail-expanded-content > .u-p-30 div,
.jgy-detail-active .jgy-detail-v3 .jgy-detail-expanded-content > .u-p-30 span {
    max-height: none !important;
    overflow: visible !important;
    /* These are defaults only. Editor-authored inline typography must win. */
    font-size: 15px;
    line-height: 1.8;
    white-space: normal !important;
    -webkit-line-clamp: unset !important;
}

.jgy-detail-active .jgy-detail-v3 .jgy-detail-expanded-content > .u-p-30 h1,
.jgy-detail-active .jgy-detail-v3 .jgy-detail-expanded-content > .u-p-30 h2,
.jgy-detail-active .jgy-detail-v3 .jgy-detail-expanded-content > .u-p-30 h3,
.jgy-detail-active .jgy-detail-v3 .jgy-detail-expanded-content > .u-p-30 h4 {
    margin: 20px 0 8px;
    color: var(--jgy-ink);
    font-size: 19px;
    font-weight: 800;
    line-height: 1.45;
}

.jgy-detail-active .jgy-detail-v3 .foot {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px 14px 10px;
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
}

.jgy-detail-assurance {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 0 4px;
    color: #607887;
    font-size: 11px;
    line-height: 22px;
}

.jgy-detail-assurance span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.jgy-detail-assurance uni-text {
    color: var(--jgy-blue);
    font-size: 15px;
}

.jgy-detail-active .jgy-detail-v3 .foot .u-btn {
    height: 47px;
    border-radius: 13px !important;
}

@media (max-width: 380px) {
    .jgy-detail-active .jgy-detail-v3 .detail-banner-wrap,
    .jgy-detail-active .jgy-detail-v3 .detail-banner,
    .jgy-detail-active .jgy-detail-v3 .detail-banner-wrap .u-swiper-wrap {
        height: 188px !important;
        max-height: 188px;
    }

    .jgy-detail-active .jgy-detail-v3 .summary {
        margin-right: 12px !important;
        margin-left: 12px !important;
        padding: 0 !important;
    }

    .jgy-detail-active .jgy-detail-v3 .jgy-detail-eyebrow {
        margin: 14px 14px 12px;
    }

    .jgy-detail-active .jgy-detail-v3 .summary .title {
        margin-right: 14px;
        margin-left: 14px;
        padding-right: 0 !important;
        font-size: 20px !important;
    }

    .jgy-detail-active .jgy-detail-v3 .jgy-detail-summary-core {
        margin-right: 14px;
        margin-bottom: 14px;
        margin-left: 14px;
    }

    .jgy-detail-journey {
        grid-template-columns: 62px minmax(10px, 1fr) 62px minmax(10px, 1fr) 62px;
        margin-right: 16px;
        margin-left: 16px;
    }

    .jgy-detail-active .jgy-detail-v3 .jgy-progress-card,
    .jgy-detail-active .jgy-detail-v3 > .u-p-t-30.u-p-l-30.u-p-r-30 {
        margin-right: 12px !important;
        margin-left: 12px !important;
    }

    .jgy-enrollment-overview {
        padding-top: 16px;
        padding-right: 13px;
        padding-left: 13px;
    }

    .jgy-enrollment-cell {
        gap: 8px;
    }

    .jgy-enrollment-cell + .jgy-enrollment-cell {
        margin-left: 10px;
        padding-left: 10px;
    }

    .jgy-enrollment-icon {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
    }

    .jgy-enrollment-icon svg {
        width: 17px;
        height: 17px;
    }

    .jgy-enrollment-copy > strong b {
        font-size: 23px;
    }

    .jgy-detail-active .jgy-detail-v3 .jgy-countdown-slot .u-countdown-time,
    .jgy-detail-active .jgy-detail-v3 .jgy-countdown-slot .u-countdown-colon {
        font-size: 12px !important;
    }
}

/* Registration form: calmer information hierarchy and matching card edges. */
.jgy-form-active .form-page {
    box-sizing: border-box;
    width: 100%;
    max-width: 760px;
    min-height: calc(100vh - 58px);
    margin: 0 auto;
    padding: 14px 14px 44px !important;
    color: var(--jgy-ink);
    background: var(--jgy-bg) !important;
}

.jgy-form-active .form-intro {
    position: relative;
    box-sizing: border-box;
    margin: 0 0 14px;
    padding: 20px 20px 20px 23px !important;
    overflow: hidden;
    background: linear-gradient(120deg, #fff 0%, #f5fbfd 100%) !important;
    border: 1px solid var(--jgy-line) !important;
    border-radius: 18px !important;
    box-shadow: var(--jgy-shadow);
}

.jgy-form-active .form-intro::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    content: "";
    background: linear-gradient(180deg, var(--jgy-blue), var(--jgy-cyan), var(--jgy-orange));
}

.jgy-form-active .form-title {
    color: var(--jgy-ink) !important;
    font-size: 22px !important;
    font-weight: 800 !important;
}

.jgy-form-active .form-subtitle {
    margin-top: 7px !important;
    color: var(--jgy-muted) !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

.jgy-form-active .form-subtitle uni-text {
    color: var(--jgy-orange) !important;
    font-weight: 800;
}

.jgy-form-active .form-page > .u-form {
    box-sizing: border-box;
    padding: 8px 18px 20px !important;
    background: #fff !important;
    border: 1px solid var(--jgy-line) !important;
    border-radius: 18px !important;
    box-shadow: var(--jgy-shadow);
}

.jgy-form-active .u-form-item--left__content__label {
    color: var(--jgy-ink) !important;
    font-weight: 700 !important;
}

.jgy-form-active .u-input,
.jgy-form-active .selects > uni-view:first-child {
    background: #f7fafc !important;
    border-color: #d7e5ec !important;
    border-radius: 10px !important;
}

.jgy-form-active .u-input:focus-within,
.jgy-form-active .selects > uni-view:first-child:focus-within {
    background: #fff !important;
    border-color: var(--jgy-blue) !important;
    box-shadow: 0 0 0 3px rgba(8, 111, 186, 0.09);
}

.jgy-form-active .submit-wrap .u-btn,
.jgy-form-active .form-page > .u-p-30 .u-btn {
    color: #fff !important;
    font-weight: 800;
    background: linear-gradient(105deg, var(--jgy-blue-deep), var(--jgy-blue)) !important;
    border: 0 !important;
    border-radius: 14px !important;
    box-shadow: 0 10px 22px rgba(8, 111, 186, 0.20);
}

@media (min-width: 768px) {
    .jgy-detail-active .detail-page {
        max-width: 680px;
        margin: 0 auto;
        box-shadow: 0 0 48px rgba(25, 73, 99, 0.10);
    }

    .jgy-detail-active .detail-page .foot {
        right: auto;
        left: 50%;
        width: 680px;
        transform: translateX(-50%);
    }
}

@media (max-width: 380px) {
    .jgy-inner-active .jgy-app-navbar .u-navbar-inner {
        padding-right: 10px;
        padding-left: 10px;
    }

    .jgy-inner-active .jgy-app-navbar .u-back-wrap {
        max-width: 92px;
        padding-right: 9px;
        padding-left: 6px;
    }

    .jgy-inner-active .jgy-app-navbar .u-navbar-content-title {
        right: 82px !important;
        left: 82px !important;
    }

    .jgy-nav-mark {
        right: 10px;
        width: 31px;
        height: 31px;
    }

    .jgy-detail-active .detail-banner-wrap,
    .jgy-detail-active .summary,
    .jgy-detail-active .jgy-progress-card,
    .jgy-detail-active .detail-page > .u-p-t-30.u-p-l-30.u-p-r-30,
    .jgy-detail-active .jgy-detail-content-card,
    .jgy-detail-active .detail-page > .u-m-t-30.bg-white,
    .jgy-detail-active .detail-page > .u-m-t-30.u-skeleton-rect {
        margin-right: 12px !important;
        margin-left: 12px !important;
    }

    .jgy-detail-active .jgy-detail-v3 .jgy-detail-content-card,
    .jgy-detail-active .jgy-detail-v3 > .u-m-t-30.bg-white,
    .jgy-detail-active .jgy-detail-v3 > .u-m-t-30.u-skeleton-rect {
        width: auto !important;
    }

    .jgy-detail-active .jgy-detail-v3 .summary {
        padding: 0 !important;
    }

    .jgy-detail-active .jgy-detail-v3 .summary .title {
        font-size: 20px !important;
    }

    .jgy-detail-active .summary > .u-p-t-5 {
        gap: 8px;
    }

    .jgy-detail-active .summary > .u-p-t-5 > .u-flex > .u-m-r-15,
    .jgy-detail-active .summary > .u-p-t-5 > .u-flex > .u-flex {
        margin-left: 5px !important;
        padding-right: 7px;
        padding-left: 7px;
    }

    .jgy-detail-active .jgy-detail-v3 .jgy-detail-summary-core {
        gap: 8px;
    }

    .jgy-detail-active .jgy-detail-v3 .jgy-detail-classification {
        font-size: 12px;
    }

    .jgy-detail-active .jgy-detail-v3 .jgy-detail-summary-actions {
        gap: 4px;
    }

    .jgy-detail-active .jgy-detail-v3 .jgy-detail-summary-actions > .u-m-r-15 {
        padding-right: 6px !important;
        padding-left: 6px !important;
    }

    .jgy-detail-active .jgy-detail-v3 .jgy-detail-summary-actions > .u-flex {
        width: 30px;
        padding: 0 3px !important;
        font-size: 0;
    }

    .jgy-detail-active .jgy-detail-v3 .jgy-detail-summary-actions > .u-flex .cu-btn {
        margin: 0;
        font-size: 14px;
    }

    .jgy-detail-active .jgy-countdown-row {
        align-items: flex-start !important;
        flex-direction: column !important;
        gap: 10px;
        min-height: 0;
    }

    .jgy-detail-active .jgy-countdown-row .u-countdown {
        justify-content: space-between;
        width: 100%;
    }
}

@media (max-width: 340px) {
    .jgy-inner-active .jgy-app-navbar .u-navbar-content-title {
        right: 76px !important;
        left: 76px !important;
    }
}

.jgy-card-note {
    margin: 5px 0 0;
    color: #7a909d;
    font-size: 11px;
    line-height: 1.5;
}

.jgy-card-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 13px;
}

.jgy-card-metrics > span {
    display: flex;
    align-items: baseline;
    gap: 3px;
    min-width: 0;
    padding: 8px 9px;
    background: #f5f9fb;
    border: 1px solid #e6eff3;
    border-radius: 10px;
}

.jgy-card-metrics small {
    margin-right: auto;
    color: #8296a2;
    font-size: 10px;
}

.jgy-card-metrics b {
    color: var(--card-accent);
    font-size: 17px;
    font-weight: 800;
}

.jgy-card-metrics i {
    color: #8ca0ab;
    font-size: 9px;
    font-style: normal;
}

.jgy-card-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 12px;
}

.jgy-card-fee {
    display: grid;
    gap: 1px;
}

.jgy-card-fee small {
    color: #91a2ab;
    font-size: 9px;
}

.jgy-card-fee strong {
    color: #ed900b;
    font-size: 18px;
    font-weight: 850;
}

.jgy-card-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    padding: 0 7px 0 12px;
    color: var(--card-accent);
    font-size: 11px;
    font-weight: 700;
    background: var(--card-soft);
    border-radius: 9px;
}

.jgy-card-action i {
    display: grid;
    width: 21px;
    height: 21px;
    color: #fff;
    font-size: 11px;
    font-style: normal;
    background: var(--card-accent);
    border-radius: 7px;
    place-items: center;
}

@media (hover: hover) and (pointer: fine) {
    .jgy-home-active .item.jgy-card-ready:hover {
        border-color: color-mix(in srgb, var(--jgy-blue) 28%, #d8e7ee) !important;
        box-shadow: 0 22px 46px rgba(25, 73, 99, 0.13) !important;
        transform: translateY(-3px);
    }

    .jgy-home-active .item.jgy-card-ready:hover .jgy-card-action {
        color: #fff;
        background: var(--card-accent);
    }
}

@media (max-width: 899px) {
    .jgy-card-shell {
        grid-template-columns: 235px minmax(0, 1fr);
        min-height: 205px;
    }

    .jgy-card-media img,
    .jgy-card-image-fallback {
        height: 156px;
    }
}

@media (max-width: 620px) {
    .jgy-home-active .list .item.jgy-card-ready,
    .jgy-home-active .grid .item.jgy-card-ready {
        border-radius: 16px !important;
    }

    .jgy-card-shell {
        grid-template-columns: 128px minmax(0, 1fr);
        min-height: 172px;
    }

    .jgy-card-media {
        padding: 12px;
    }

    .jgy-card-media img,
    .jgy-card-image-fallback {
        height: 125px;
    }

    .jgy-card-category {
        top: 9px;
        left: 9px;
        min-height: 21px;
        padding: 0 7px;
        font-size: 9px;
        line-height: 21px;
    }

    .jgy-card-body {
        padding: 14px 13px 12px;
    }

    .jgy-card-kicker > span,
    .jgy-card-note {
        display: none;
    }

    .jgy-card-kicker {
        justify-content: flex-end;
    }

    .jgy-card-kicker em {
        padding: 3px 7px;
        font-size: 9px;
    }

    .jgy-card-body h3 {
        margin-top: 9px;
        font-size: 15px;
    }

    .jgy-card-metrics {
        gap: 5px;
        margin-top: 10px;
    }

    .jgy-card-metrics > span {
        display: grid;
        gap: 0;
        padding: 6px 7px;
    }

    .jgy-card-metrics small {
        margin: 0;
        font-size: 8px;
    }

    .jgy-card-metrics b {
        font-size: 14px;
    }

    .jgy-card-metrics i {
        display: none;
    }

    .jgy-card-footer {
        padding-top: 9px;
    }

    .jgy-card-fee small {
        display: none;
    }

    .jgy-card-fee strong {
        font-size: 16px;
    }

    .jgy-card-action {
        min-height: 29px;
        padding-left: 9px;
        font-size: 9px;
    }

    .jgy-card-action i {
        width: 19px;
        height: 19px;
    }
}

@media (max-width: 390px) {
    .jgy-card-shell {
        grid-template-columns: 108px minmax(0, 1fr);
    }

    .jgy-card-media img,
    .jgy-card-image-fallback {
        height: 112px;
    }

    .jgy-card-action {
        padding: 0 5px;
    }

    .jgy-card-action i {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .jgy-home-active .item.jgy-card-ready,
    .jgy-card-action {
        transition: none !important;
    }
}
