.user-page-hero {
    padding: 64px 0;
    background: linear-gradient(112deg, #0b3678, #135bb8);
    color: #fff;
}

.user-page-hero span {
    color: #9dd9ff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.user-page-hero h1 {
    max-width: 780px;
    margin: 8px 0 12px;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.12;
}

.user-page-hero p {
    max-width: 760px;
    margin: 0;
    color: rgba(255,255,255,.82);
    font-size: 15px;
}

.user-page-section {
    padding: 46px 0;
    background: #fff;
}

.user-about-section {
    background: #f3f7fc;
}

.user-about-layout {
    display: grid;
    grid-template-columns: minmax(260px, .42fr) minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.user-about-summary,
.user-about-card,
.user-about-accordion details {
    border: 1px solid var(--user-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .06);
}

.user-about-summary {
    position: sticky;
    top: 92px;
    padding: 22px;
}

.user-about-summary > span,
.user-about-card-head span {
    display: inline-flex;
    color: #0f8a5f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.user-about-summary h2,
.user-about-card-head h2 {
    margin: 7px 0 10px;
    color: #102033;
    line-height: 1.15;
}

.user-about-summary h2 {
    font-size: clamp(22px, 3vw, 30px);
}

.user-about-summary p {
    margin: 0;
    color: var(--user-muted);
    font-size: 14px;
    line-height: 1.7;
}

.user-about-score {
    margin-top: 18px;
    padding: 15px;
    border-radius: 10px;
    background: linear-gradient(135deg, #0b3678, #0f8a5f);
    color: #fff;
}

.user-about-score strong {
    display: block;
    font-size: 26px;
    line-height: 1;
}

.user-about-score small {
    display: block;
    margin-top: 5px;
    color: rgba(255,255,255,.82);
}

.user-about-content,
.user-about-accordion {
    display: grid;
    gap: 12px;
}

.user-about-card {
    padding: 20px;
}

.user-about-card-head h2 {
    font-size: 22px;
}

.user-identity-table {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
}

.user-identity-table div {
    padding: 12px;
    border-radius: 9px;
    background: #f8fbff;
}

.user-identity-table dt {
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.user-identity-table dd {
    margin: 5px 0 0;
    color: #102033;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.user-about-accordion details {
    overflow: hidden;
}

.user-about-accordion summary {
    cursor: pointer;
    padding: 16px 18px;
    color: #0b3678;
    font-weight: 800;
}

.user-about-detail {
    padding: 0 18px 18px;
    color: #52647c;
    font-size: 14px;
    line-height: 1.7;
}

.user-about-detail h3 {
    margin: 14px 0 6px;
    color: #102033;
    font-size: 15px;
}

.user-about-detail p {
    margin: 0 0 10px;
}

.user-about-detail ol,
.user-about-detail ul {
    display: grid;
    gap: 7px;
    margin: 8px 0 0;
    padding-left: 20px;
}

.user-leader-list,
.user-accreditation-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.user-leader-list div,
.user-accreditation-grid div {
    padding: 12px;
    border-radius: 9px;
    background: #f8fbff;
}

.user-leader-list strong,
.user-accreditation-grid strong {
    display: block;
    color: #102033;
    font-size: 13px;
}

.user-leader-list span,
.user-accreditation-grid span {
    display: block;
    margin-top: 4px;
    color: #64748b;
    font-size: 12px;
}

.user-faculty-intro {
    display: grid;
    grid-template-columns: minmax(260px, .7fr) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    margin-bottom: 26px;
    padding-bottom: 26px;
    border-bottom: 1px solid var(--user-border);
}

.user-faculty-intro h2 {
    margin: 0 0 10px;
    color: var(--user-primary-dark);
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.12;
}

.user-faculty-intro p {
    margin: 0;
    color: var(--user-muted);
    line-height: 1.7;
}

.user-faculty-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.user-faculty-list article {
    border: 1px solid var(--user-border);
    border-radius: 10px;
    background: #f8fbff;
    padding: 15px;
}

.user-faculty-list strong {
    display: block;
    color: #102033;
    font-size: 14px;
}

.user-faculty-list p {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.5;
}

.user-pkkmb-section {
    background: #f3f7fc;
}

.user-pkkmb-notice,
.user-pkkmb-search,
.user-pkkmb-table-wrap {
    border: 1px solid var(--user-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .06);
}

.user-pkkmb-notice {
    max-width: 760px;
    padding: 22px;
}

.user-pkkmb-notice strong {
    display: block;
    color: var(--user-primary-dark);
    font-size: 18px;
}

.user-pkkmb-notice p {
    margin: 8px 0 0;
    color: var(--user-muted);
    line-height: 1.65;
}

.user-pkkmb-notice a {
    width: fit-content;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    padding: 9px 14px;
    border-radius: 999px;
    background: var(--user-primary);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.user-pkkmb-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
    margin-bottom: 14px;
    padding: 12px;
}

.user-pkkmb-search input {
    min-height: 44px;
    border: 1px solid var(--user-border);
    border-radius: 9px;
    padding: 0 13px;
    font-family: inherit;
}

.user-pkkmb-search button,
.user-pkkmb-search a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--user-primary);
    border-radius: 9px;
    padding: 0 16px;
    background: var(--user-primary);
    color: #fff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.user-pkkmb-search a {
    background: #fff;
    color: var(--user-primary);
}

.user-pkkmb-table-wrap {
    overflow: hidden;
}

.user-pkkmb-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.user-pkkmb-table th,
.user-pkkmb-table td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--user-border);
    text-align: left;
}

.user-pkkmb-table th {
    background: #f8fbff;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.user-pkkmb-table td {
    color: #102033;
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle;
}

.user-pkkmb-table th:last-child,
.user-pkkmb-table td:last-child {
    text-align: center;
}

.user-pkkmb-name {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-pkkmb-size {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 28px;
    border-radius: 999px;
    background: #eef4fb;
    color: var(--user-primary-dark);
    font-size: 12px;
    font-weight: 800;
}

.user-pkkmb-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 800;
}

.user-pkkmb-badge.paid {
    background: #dcfce7;
    color: #166534;
}

.user-pkkmb-badge.unpaid {
    background: #fff7ed;
    color: #9a3412;
}

.user-pkkmb-pager {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
    padding: 12px;
    border: 1px solid var(--user-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .05);
    color: #64748b;
    font-size: 13px;
}

.user-pkkmb-pager > div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.user-pkkmb-pager a,
.user-pkkmb-pager .disabled,
.user-pkkmb-pager b {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--user-border);
    border-radius: 9px;
    padding: 0 11px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.user-pkkmb-pager a {
    color: var(--user-primary);
    background: #fff;
}

.user-pkkmb-pager .disabled {
    color: #94a3b8;
    background: #f8fbff;
}

.user-pkkmb-pager b {
    color: #102033;
    background: #f8fbff;
}

.user-faq-list {
    display: grid;
    gap: 12px;
}

.user-faq-list details,
.user-program-page-grid article {
    border: 1px solid var(--user-border);
    border-radius: 10px;
    background: #fff;
    box-shadow: var(--user-shadow);
}

.user-faq-list summary {
    cursor: pointer;
    padding: 16px;
    color: var(--user-primary-dark);
    font-weight: 600;
}

.user-faq-list p {
    margin: 0;
    padding: 0 16px 16px;
    color: var(--user-muted);
}

.user-program-page-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.user-program-page-grid article {
    padding: 18px;
}

.user-program-page-grid h2 {
    margin: 0 0 8px;
    font-size: 19px;
    line-height: 1.35;
}

.user-program-page-grid p {
    margin: 0;
    color: var(--user-muted);
    line-height: 1.65;
}

.user-career-prospects {
    margin-top: 14px;
    border-top: 1px solid var(--user-border);
    padding-top: 12px;
}

.user-career-prospects summary {
    cursor: pointer;
    color: var(--user-primary);
    font-size: 13px;
    font-weight: 700;
}

.user-career-prospects ul {
    display: grid;
    gap: 6px;
    margin: 10px 0 0;
    padding-left: 18px;
    color: #52647c;
    font-size: 13px;
}

.user-announcement-page-section {
    background: #f4f8fc;
}

.user-announcement-page-card,
.user-announcement-empty {
    border: 1px solid var(--user-border);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: var(--user-shadow);
}

.user-announcement-page-card {
    padding: 26px;
}

.user-content-body {
    color: #334155;
    font-size: 14px;
    line-height: 1.75;
}

.user-content-body h1,
.user-content-body h2,
.user-content-body h3,
.user-content-body h4 {
    margin: 0 0 12px;
    color: var(--user-ink);
    line-height: 1.2;
}

.user-content-body p,
.user-content-body ul,
.user-content-body ol,
.user-content-body table,
.user-content-body blockquote {
    margin: 0 0 14px;
}

.user-content-body ul,
.user-content-body ol {
    padding-left: 20px;
}

.user-content-body li + li {
    margin-top: 6px;
}

.user-content-body a {
    color: var(--user-primary);
    font-weight: 700;
}

.user-content-body img,
.user-content-body iframe,
.user-content-body video {
    max-width: 100%;
    border-radius: 12px;
}

.user-content-body table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 10px;
}

.user-content-body th,
.user-content-body td {
    border: 1px solid var(--user-border);
    padding: 10px 12px;
    text-align: left;
    vertical-align: top;
}

.user-announcement-empty {
    max-width: 760px;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
}

.user-announcement-empty span {
    display: inline-flex;
    margin-bottom: 10px;
    color: var(--user-accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.user-announcement-empty h2 {
    margin: 0 0 8px;
    color: var(--user-ink);
    font-size: 26px;
    line-height: 1.2;
}

.user-announcement-empty p {
    margin: 0;
    color: var(--user-muted);
    line-height: 1.65;
}

.user-guide-hero {
    padding: 62px 0 58px;
    background:
        radial-gradient(circle at 86% 18%, rgba(0, 158, 179, .26), transparent 28%),
        linear-gradient(115deg, #0b3678 0%, #135bb8 58%, #087f8f 100%);
}

.user-guide-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, .36fr);
    gap: 24px;
    align-items: end;
}

.user-guide-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.user-guide-actions a,
.user-guide-reminder a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 9px;
    padding: 10px 15px;
    background: #fff;
    color: var(--user-primary);
    font-size: 13px;
    font-weight: 800;
}

.user-guide-actions a.secondary {
    background: rgba(255, 255, 255, .12);
    color: #fff;
}

.user-guide-hero-card {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 14px;
    background: rgba(255, 255, 255, .12);
    box-shadow: 0 26px 70px rgba(15, 23, 42, .2);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.user-guide-hero-card strong {
    display: block;
    color: #fff;
    font-size: 28px;
    line-height: 1.1;
}

.user-guide-hero-card span {
    display: block;
    margin-top: 6px;
    color: #b8dcff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

.user-guide-hero-card p {
    margin-top: 12px;
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    line-height: 1.7;
}

.user-guide-section {
    background: #f3f7fc;
}

.user-guide-layout {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.user-guide-nav {
    position: sticky;
    top: 92px;
    display: grid;
    gap: 6px;
    padding: 14px;
    border: 1px solid var(--user-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--user-shadow);
}

.user-guide-nav span {
    margin-bottom: 4px;
    color: var(--user-accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.user-guide-nav a {
    min-height: 36px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 8px 10px;
    color: #475569;
    font-size: 12px;
    font-weight: 700;
}

.user-guide-nav a:hover {
    background: var(--user-primary-soft);
    color: var(--user-primary);
}

.user-guide-content {
    display: grid;
    gap: 14px;
    min-width: 0;
}

.user-guide-stage-grid,
.user-guide-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.user-guide-stage,
.user-guide-card,
.user-guide-bank-card,
.user-guide-reminder {
    border: 1px solid var(--user-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--user-shadow);
}

.user-guide-stage {
    overflow: hidden;
}

.user-guide-stage-head,
.user-guide-card {
    padding: 20px;
}

.user-guide-stage-head {
    background: linear-gradient(180deg, #f8fbff, #fff);
    border-bottom: 1px solid var(--user-border);
}

.user-guide-stage-head span,
.user-guide-card-head span,
.user-guide-bank-card > span,
.user-guide-reminder > span {
    display: inline-flex;
    color: #0f8a5f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.user-guide-stage-head h2,
.user-guide-card-head h2,
.user-guide-bank-card h2,
.user-guide-reminder h2 {
    margin: 7px 0 8px;
    color: var(--user-ink);
    font-size: 23px;
    line-height: 1.2;
}

.user-guide-stage-head p,
.user-guide-bank-card p,
.user-guide-reminder p {
    margin: 0;
    color: var(--user-muted);
    font-size: 13px;
    line-height: 1.7;
}

.user-guide-step-list {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: guide-step;
}

.user-guide-step-list li {
    position: relative;
    padding: 16px 18px 16px 58px;
    border-bottom: 1px solid var(--user-border);
    counter-increment: guide-step;
}

.user-guide-step-list li:last-child {
    border-bottom: 0;
}

.user-guide-step-list li::before {
    content: counter(guide-step);
    position: absolute;
    left: 18px;
    top: 17px;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--user-primary-soft);
    color: var(--user-primary);
    font-size: 12px;
    font-weight: 900;
}

.user-guide-step-list strong {
    display: block;
    color: #102033;
    font-size: 14px;
}

.user-guide-step-list p {
    margin: 4px 0 0;
    color: var(--user-muted);
    font-size: 13px;
    line-height: 1.65;
}

.user-guide-bank-card,
.user-guide-reminder {
    padding: 20px;
}

.user-guide-bank-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: stretch;
    margin: 14px 0;
    padding: 14px;
    border: 1px dashed rgba(19, 91, 184, .36);
    border-radius: 12px;
    background: #f8fbff;
}

.user-guide-bank-box small,
.user-guide-bank-box em {
    display: block;
    color: #64748b;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.user-guide-bank-box strong {
    display: block;
    margin: 3px 0;
    color: var(--user-primary-dark);
    font-size: clamp(24px, 4vw, 32px);
    line-height: 1.15;
    word-break: break-all;
}

.user-guide-bank-box button {
    min-width: 104px;
    border: 0;
    border-radius: 10px;
    background: var(--user-primary);
    color: #fff;
    font-family: inherit;
    cursor: pointer;
}

.user-guide-bank-box button span,
.user-guide-bank-box button small {
    display: block;
    color: inherit;
    font-weight: 900;
}

.user-guide-bank-box button span {
    font-size: 16px;
}

.user-guide-bank-box button small {
    margin-top: 1px;
    font-size: 10px;
    opacity: .84;
}

.user-guide-copy-toast {
    min-height: 0;
    max-height: 0;
    overflow: hidden;
    border-radius: 10px;
    background: #e8f8f1;
    color: #087047;
    font-size: 12px;
    font-weight: 800;
    opacity: 0;
    transition: opacity .18s ease, max-height .18s ease, padding .18s ease;
}

.user-guide-copy-toast.is-visible {
    max-height: 44px;
    padding: 9px 11px;
    opacity: 1;
}

.user-guide-copy-toast.is-error {
    background: #fff1f2;
    color: #be123c;
}

.user-guide-reminder {
    background: linear-gradient(135deg, #0b3678, #135bb8);
    color: #fff;
}

.user-guide-reminder > span,
.user-guide-reminder h2,
.user-guide-reminder p {
    color: #fff;
}

.user-guide-reminder p {
    color: rgba(255, 255, 255, .82);
}

.user-guide-reminder a {
    margin-top: 16px;
}

.user-guide-card-head h2 {
    margin-bottom: 0;
}

.user-guide-table-wrap {
    margin-top: 16px;
    overflow: hidden;
    border: 1px solid var(--user-border);
    border-radius: 12px;
}

.user-guide-cost-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.user-guide-cost-table th,
.user-guide-cost-table td {
    padding: 14px;
    border-bottom: 1px solid var(--user-border);
    text-align: left;
    vertical-align: top;
}

.user-guide-cost-table th {
    background: #f8fbff;
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.user-guide-cost-table td {
    color: #334155;
    font-size: 13px;
}

.user-guide-cost-table td:first-child,
.user-guide-cost-table td strong {
    color: #102033;
    font-weight: 900;
}

.user-guide-cost-table tr:last-child td {
    border-bottom: 0;
}

.user-guide-check-list,
.user-guide-methods {
    display: grid;
    gap: 10px;
    margin: 15px 0 0;
}

.user-guide-check-list {
    padding: 0;
    list-style: none;
}

.user-guide-check-list li,
.user-guide-methods div {
    border-radius: 10px;
    background: #f8fbff;
}

.user-guide-check-list li {
    position: relative;
    padding: 12px 13px 12px 36px;
    color: #334155;
    font-size: 13px;
    font-weight: 700;
}

.user-guide-check-list li::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 16px;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #0f8a5f;
}

.user-guide-methods div {
    padding: 14px;
}

.user-guide-methods strong {
    display: block;
    color: #102033;
    font-size: 14px;
}

.user-guide-methods p {
    margin: 5px 0 0;
    color: var(--user-muted);
    font-size: 13px;
    line-height: 1.65;
}

.user-guide-methods a {
    width: fit-content;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    border-radius: 8px;
    padding: 7px 10px;
    background: var(--user-primary-soft);
    color: var(--user-primary);
    font-size: 12px;
    font-weight: 900;
}

@media (max-width: 900px) {
    .user-about-layout,
    .user-faculty-intro,
    .user-program-page-grid,
    .user-guide-hero-grid,
    .user-guide-layout,
    .user-guide-stage-grid,
    .user-guide-info-grid {
        grid-template-columns: 1fr;
    }

    .user-about-summary,
    .user-guide-nav {
        position: static;
    }

    .user-identity-table,
    .user-leader-list,
    .user-accreditation-grid {
        grid-template-columns: 1fr;
    }

    .user-faculty-list {
        grid-template-columns: 1fr;
    }

    .user-pkkmb-search {
        grid-template-columns: 1fr;
    }

    .user-pkkmb-search button,
    .user-pkkmb-search a {
        width: 100%;
    }

    .user-pkkmb-pager,
    .user-pkkmb-pager > div {
        width: 100%;
    }

    .user-pkkmb-pager {
        display: grid;
    }

    .user-pkkmb-pager > div {
        justify-content: space-between;
    }

    .user-pkkmb-table-wrap {
        border-radius: 12px;
        overflow: hidden;
    }

    .user-pkkmb-table,
    .user-pkkmb-table tbody {
        display: block;
        width: 100%;
    }

    .user-pkkmb-table colgroup,
    .user-pkkmb-table thead {
        display: none;
    }

    .user-pkkmb-table tr {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        column-gap: 10px;
        padding: 11px 12px;
        border-bottom: 1px solid var(--user-border);
        background: #fff;
    }

    .user-pkkmb-table tr:last-child {
        border-bottom: 0;
    }

    .user-pkkmb-table td {
        display: block;
        min-width: 0;
        border-bottom: 0;
        padding: 0;
        font-size: 12px;
        line-height: 1.25;
    }

    .user-pkkmb-table td:first-child {
        grid-column: 1;
        grid-row: 1;
    }

    .user-pkkmb-table td:nth-child(2) {
        grid-column: 1;
        grid-row: 2;
        margin-top: 4px;
    }

    .user-pkkmb-table td:last-child {
        grid-column: 2;
        grid-row: 1 / span 2;
        text-align: right;
    }

    .user-pkkmb-name {
        max-width: 100%;
        color: var(--user-ink);
        font-size: 12px;
        font-weight: 800;
        line-height: 1.25;
    }

    .user-pkkmb-size {
        min-width: 0;
        min-height: 0;
        border-radius: 0;
        background: transparent;
        color: #64748b;
        font-size: 11px;
        font-weight: 700;
    }

    .user-pkkmb-size::before {
        content: "Baju: ";
        font-weight: 600;
    }

    .user-pkkmb-badge {
        min-height: 26px;
        max-width: 102px;
        justify-content: center;
        padding: 5px 9px;
        white-space: nowrap;
        font-size: 11px;
    }

    .user-announcement-page-card,
    .user-announcement-empty {
        padding: 18px;
        border-radius: 12px;
    }

    .user-content-body {
        font-size: 13px;
        line-height: 1.65;
    }

    .user-announcement-empty h2 {
        font-size: 22px;
    }

    .user-guide-nav {
        position: sticky;
        top: 58px;
        z-index: 25;
        display: flex;
        gap: 10px;
        overflow-x: auto;
        margin: 0 -24px;
        padding: 10px 24px;
        border-width: 0 0 1px;
        border-radius: 0;
        background: rgba(243, 247, 252, .96);
        box-shadow: 0 12px 26px rgba(15, 23, 42, .08);
        scrollbar-width: none;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .user-guide-nav::-webkit-scrollbar {
        display: none;
    }

    .user-guide-nav span {
        display: none;
    }

    .user-guide-nav a {
        flex: 0 0 auto;
        min-height: 40px;
        border: 1px solid rgba(19, 91, 184, .22);
        border-radius: 999px;
        padding: 9px 14px;
        background: #fff;
        box-shadow: 0 8px 20px rgba(16, 63, 128, .07);
        color: var(--user-primary-dark);
        font-size: 12px;
        font-weight: 900;
        white-space: nowrap;
    }

    .user-guide-bank-box {
        grid-template-columns: 1fr;
    }

    .user-guide-bank-box button {
        min-height: 48px;
    }

    .user-guide-cost-table,
    .user-guide-cost-table tbody,
    .user-guide-cost-table tr {
        display: block;
        width: 100%;
    }

    .user-guide-cost-table tbody {
        display: grid;
        gap: 10px;
        padding: 10px;
        background: #f8fbff;
    }

    .user-guide-cost-table thead {
        display: none;
    }

    .user-guide-cost-table tr {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 4px 10px;
        padding: 13px;
        border: 1px solid var(--user-border);
        border-radius: 12px;
        background: #fff;
    }

    .user-guide-cost-table tr:last-child {
        border-bottom: 1px solid var(--user-border);
    }

    .user-guide-cost-table td {
        display: block;
        border-bottom: 0;
        padding: 0;
        font-size: 12px;
        line-height: 1.45;
    }

    .user-guide-cost-table td::before {
        display: none;
    }

    .user-guide-cost-table td:first-child {
        grid-column: 1;
        grid-row: 1;
        color: var(--user-ink);
        font-size: 14px;
        font-weight: 900;
    }

    .user-guide-cost-table td:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
        color: var(--user-primary);
        text-align: right;
    }

    .user-guide-cost-table td:nth-child(2) strong {
        color: inherit;
        font-size: 14px;
    }

    .user-guide-cost-table td:nth-child(3) {
        grid-column: 1 / -1;
        width: fit-content;
        margin-top: 3px;
        border-radius: 999px;
        padding: 4px 9px;
        background: var(--user-primary-soft);
        color: var(--user-primary-dark);
        font-size: 11px;
        font-weight: 900;
    }

    .user-guide-cost-table td:nth-child(4) {
        grid-column: 1 / -1;
        color: var(--user-muted);
        font-size: 12px;
    }
}
