:root {
    --ink: #06132b;
    --ink-2: #0b2a55;
    --blue-950: #06214f;
    --blue-900: #073d8b;
    --blue-800: #0755c8;
    --blue-700: #0d6eea;
    --cyan-500: #29d9ff;
    --cyan-300: #a6efff;
    --mint: #37f0bd;
    --orange: #ff7a19;
    --amber: #ffbf47;
    --green: #25d083;
    --purple: #a76bff;
    --white: #ffffff;
    --glass: rgba(255, 255, 255, 0.18);
    --glass-strong: rgba(255, 255, 255, 0.26);
    --glass-soft: rgba(255, 255, 255, 0.11);
    --line: rgba(255, 255, 255, 0.28);
    --line-soft: rgba(255, 255, 255, 0.16);
    --shadow-blue: 0 26px 90px rgba(2, 22, 70, 0.34);
    --shadow-card: 0 18px 48px rgba(3, 27, 91, 0.22);
    --radius-xl: 30px;
    --radius-lg: 24px;
    --radius-md: 18px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--white);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    line-height: 1.5;
    background:
        radial-gradient(circle at 18% 18%, rgba(54, 238, 255, 0.36), transparent 31rem),
        radial-gradient(circle at 82% 10%, rgba(36, 126, 255, 0.44), transparent 34rem),
        linear-gradient(135deg, #0748b7 0%, #0797de 42%, #3dd7ef 100%);
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -2;
    background:
        linear-gradient(116deg, transparent 8%, rgba(255, 255, 255, 0.08) 8.2%, transparent 34%),
        linear-gradient(42deg, transparent 11%, rgba(255, 255, 255, 0.09) 11.2%, transparent 44%),
        linear-gradient(154deg, transparent 42%, rgba(0, 42, 140, 0.12) 42.2%, transparent 72%);
}

body::after {
    content: "";
    position: fixed;
    inset: auto -12rem -18rem auto;
    width: 48rem;
    height: 48rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    filter: blur(42px);
    pointer-events: none;
    z-index: -1;
}

body.lightbox-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select {
    font: inherit;
}

button {
    border: 0;
}

img,
svg {
    display: block;
    max-width: 100%;
}

h1,
h2,
h3,
p {
    margin: 0;
}

.app-shell {
    min-height: 100vh;
    overflow: hidden;
    padding-bottom: 0;
}

.section-shell {
    width: min(100% - 40px, 1180px);
    margin-inline: auto;
}

.topbar {
    position: sticky;
    top: 46px;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: min(100% - 80px, 1040px);
    min-height: 70px;
    margin: 46px auto 0;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 26px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.29), rgba(255, 255, 255, 0.14));
    box-shadow: 0 18px 50px rgba(0, 30, 90, 0.22);
    backdrop-filter: blur(22px);
}

.brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.brand-lockup strong,
.hero-school strong {
    display: block;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 950;
    line-height: 1;
}

.brand-lockup small,
.hero-school span {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
}

.crest {
    display: inline-grid;
    place-items: center;
    width: 50px;
    height: 50px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 10px 24px rgba(0, 39, 112, 0.24);
    overflow: hidden;
}

.crest.small {
    width: 42px;
    height: 42px;
}

.crest img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.desktop-nav a {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: 999px;
    padding: 0 8px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.9rem;
    font-weight: 800;
    transition: background 160ms ease, color 160ms ease;
}

.desktop-nav a:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.desktop-nav a svg {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    padding: 7px;
    border: 1px solid color-mix(in srgb, var(--nav-icon-color, #48caff) 52%, rgba(255, 255, 255, 0.22));
    border-radius: 12px;
    background:
        radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.22), transparent 42%),
        linear-gradient(145deg, color-mix(in srgb, var(--nav-icon-color, #48caff) 36%, transparent), rgba(255, 255, 255, 0.08));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.34),
        0 8px 18px color-mix(in srgb, var(--nav-icon-color, #48caff) 24%, transparent);
    box-sizing: border-box;
    fill: currentColor;
    color: var(--nav-icon-color, #48caff);
    opacity: 1;
}

.section-nav a:nth-child(1) { --nav-icon-color: #4fa4ff; }
.section-nav a:nth-child(2) { --nav-icon-color: #33e6bc; }
.section-nav a:nth-child(3) { --nav-icon-color: #ffbf47; }
.section-nav a:nth-child(4) { --nav-icon-color: #79d8ff; }
.section-nav a:nth-child(5) { --nav-icon-color: #b17cff; }
.section-nav a:nth-child(6) { --nav-icon-color: #54f2a5; }
.section-nav a:nth-child(7) { --nav-icon-color: #ff8fb7; }

.top-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.live-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    padding: 0 13px;
    background: rgba(4, 42, 112, 0.24);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 950;
}

.live-chip span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #32f48f;
    box-shadow: 0 0 0 5px rgba(50, 244, 143, 0.15);
}

.icon-button {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.18);
    transition: transform 160ms ease, background 160ms ease;
}

.icon-button:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.26);
}

.icon-button svg {
    width: 20px;
    fill: #fff;
}

.facebook-button {
    position: relative;
    isolation: isolate;
    overflow: visible;
    border-color: rgba(162, 207, 255, 0.7);
    background:
        radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.38), transparent 42%),
        linear-gradient(145deg, #4aa3ff 0%, #1877f2 52%, #0b4fbe 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.52),
        0 12px 26px rgba(24, 119, 242, 0.34),
        0 0 0 5px rgba(24, 119, 242, 0.09);
    animation: facebookAttention 4.2s ease-in-out infinite;
}

.facebook-button::before {
    content: "";
    position: absolute;
    inset: -7px;
    z-index: -1;
    border: 1px solid rgba(118, 190, 255, 0.42);
    border-radius: 21px;
    background: radial-gradient(circle, rgba(24, 119, 242, 0.32), transparent 68%);
    opacity: 0.58;
    transform: scale(0.9);
    animation: facebookHalo 2.6s ease-out infinite;
    pointer-events: none;
}

.facebook-button svg {
    width: 27px;
    height: 27px;
    filter: drop-shadow(0 3px 6px rgba(0, 39, 120, 0.34));
}

.facebook-button:hover {
    animation: none;
    transform: translateY(-2px) scale(1.04);
    background:
        radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.46), transparent 42%),
        linear-gradient(145deg, #63b3ff 0%, #2183ff 52%, #0e5bd6 100%);
}

@keyframes facebookHalo {
    0% {
        opacity: 0.5;
        transform: scale(0.9);
    }
    70% {
        opacity: 0;
        transform: scale(1.22);
    }
    100% {
        opacity: 0;
        transform: scale(1.22);
    }
}

@keyframes facebookAttention {
    0%,
    74%,
    100% {
        transform: translateY(0) rotate(0deg) scale(1);
    }
    78% {
        transform: translateY(-1px) rotate(-6deg) scale(1.04);
    }
    82% {
        transform: translateY(0) rotate(5deg) scale(1.02);
    }
    86% {
        transform: translateY(-1px) rotate(-3deg) scale(1.03);
    }
    90% {
        transform: translateY(0) rotate(0deg) scale(1);
    }
}

.command-section {
    min-height: calc(100vh - 84px);
    padding: 44px 20px 76px;
}

.program-masthead {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.64fr);
    gap: 22px;
    width: min(100%, 1180px);
    margin: 0 auto 26px;
    align-items: stretch;
}

.program-copy,
.program-card {
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.1));
    box-shadow: var(--shadow-card);
    backdrop-filter: blur(24px);
}

.program-copy {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    padding: clamp(24px, 4vw, 42px);
}

.program-copy::after {
    content: "";
    position: absolute;
    right: -10%;
    bottom: -35%;
    width: 34rem;
    height: 34rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 62%);
    pointer-events: none;
}

.program-copy .eyebrow {
    position: relative;
    z-index: 1;
}

.program-copy h1 {
    position: relative;
    z-index: 1;
    max-width: 820px;
    color: #fff;
    font-size: clamp(2rem, 5.2vw, 4.7rem);
    line-height: 0.98;
    letter-spacing: 0;
    font-weight: 950;
}

.program-copy p {
    position: relative;
    z-index: 1;
    max-width: 840px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1rem, 1.6vw, 1.16rem);
    font-weight: 650;
}

.domain-chips {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}

.domain-chips span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    padding: 0 12px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 900;
}

.program-card {
    border-radius: 30px;
    padding: 24px;
}

.program-card > span {
    display: inline-flex;
    margin-bottom: 12px;
    color: #c9fbff;
    font-size: 0.78rem;
    font-weight: 950;
    text-transform: uppercase;
}

.program-card strong {
    display: block;
    color: #fff;
    font-size: 1.75rem;
    line-height: 1.05;
}

.program-card p {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.94rem;
}

.program-card dl {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin: 20px 0 16px;
}

.program-card dl div {
    padding: 12px 8px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.12);
    text-align: center;
}

.program-card dt,
.program-card dd {
    margin: 0;
}

.program-card dt {
    color: #fff;
    font-size: 1.42rem;
    font-weight: 950;
    line-height: 1;
}

.program-card dd {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.7rem;
    font-weight: 900;
}

.program-card em {
    display: block;
    border-radius: 16px;
    padding: 11px 12px;
    background: rgba(255, 191, 71, 0.16);
    color: #fff0bd;
    font-size: 0.84rem;
    font-style: normal;
    font-weight: 950;
}

.command-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.75fr);
    gap: 24px;
    width: min(100%, 1180px);
    margin-inline: auto;
    align-items: start;
}

.control-frame,
.readiness-phone,
.quick-resources,
.resource-card,
.feature-grid article,
.process-grid article,
.governance-grid article,
.poster-card {
    border: 1px solid var(--line);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.1));
    box-shadow: var(--shadow-card);
    backdrop-filter: blur(24px);
}

.control-frame {
    position: relative;
    min-height: 790px;
    border-radius: 38px;
    padding: 18px;
    overflow: hidden;
}

.control-frame::before {
    content: "";
    position: absolute;
    inset: -35% -20% auto auto;
    width: 34rem;
    height: 34rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    filter: blur(24px);
    pointer-events: none;
}

.status-bar {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 28px;
    padding-inline: 6px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.78rem;
    font-weight: 950;
}

.signal-bars {
    display: inline-flex;
    align-items: end;
    gap: 2px;
    margin-right: auto;
}

.signal-bars i {
    display: block;
    width: 4px;
    border-radius: 4px;
    background: #fff;
}

.signal-bars i:nth-child(1) { height: 7px; opacity: .55; }
.signal-bars i:nth-child(2) { height: 10px; opacity: .72; }
.signal-bars i:nth-child(3) { height: 14px; }

.hero-header {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 8px 0 18px;
    padding: 13px 16px;
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 24px;
    background: linear-gradient(110deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.16));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68), 0 14px 34px rgba(7, 57, 140, 0.2);
}

.hero-school {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.hero-school > div {
    min-width: 0;
}

.hero-school span,
.hero-school strong {
    overflow-wrap: anywhere;
}

.hero-school-title {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.hero-school-title span,
.hero-school-title strong {
    display: inline;
    margin: 0;
    color: #06132b;
    font-size: clamp(1.25rem, 1.85vw, 2.2rem);
    font-weight: 1000;
    line-height: 1.05;
    letter-spacing: 0.01em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.hero-school-title span::after {
    content: " -";
}

.avatar-button {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    cursor: pointer;
}

.avatar-face,
.candidate-avatar {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 35%, #ffd4aa 0 20%, transparent 21%),
        radial-gradient(circle at 50% 24%, #15223d 0 18%, transparent 19%),
        linear-gradient(180deg, #c9efff, #56a7ff);
}

.avatar-face {
    width: 46px;
    height: 46px;
    border: 2px solid rgba(255, 255, 255, 0.64);
    background: url("../img/nguyen-manh-cuong-avatar.jpg") center 38% / cover no-repeat;
}

.avatar-face::before,
.candidate-avatar::before {
    content: "";
    position: absolute;
    inset: auto 16% 0;
    height: 34%;
    border-radius: 45% 45% 0 0;
    background: #0b2e62;
}

.avatar-face::before {
    display: none;
}

.online-dot {
    position: absolute;
    right: 2px;
    bottom: 3px;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    background: #31e66e;
    box-shadow: 0 0 0 5px rgba(49, 230, 110, 0.16);
}

.profile-popover {
    position: absolute;
    top: 74px;
    right: 14px;
    z-index: 25;
    width: min(300px, calc(100vw - 44px));
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 20px;
    background: rgba(5, 26, 74, 0.78);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(24px);
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity 160ms ease, transform 160ms ease;
}

.profile-popover.open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.profile-popover strong,
.profile-popover span {
    display: block;
}

.profile-popover span {
    color: rgba(190, 243, 255, 0.86);
    font-size: 0.82rem;
    margin-top: 3px;
}

.profile-popover dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 14px 0 0;
}

.profile-popover dl div {
    padding: 10px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
}

.profile-popover dt,
.profile-popover dd {
    margin: 0;
}

.profile-popover dt {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.68rem;
    font-weight: 800;
}

.profile-popover dd {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 950;
}

.mode-switch {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    min-height: 58px;
    padding: 7px;
    margin-bottom: 18px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(1, 37, 112, 0.18);
}

.mode-button {
    min-width: 0;
    min-height: 44px;
    border-radius: 999px;
    background: transparent;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
    font-weight: 900;
    cursor: pointer;
    transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
    white-space: normal;
}

.mode-button.active {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(224, 247, 255, 0.72));
    color: #07234d;
    box-shadow: 0 10px 28px rgba(0, 49, 126, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.view-panel {
    position: relative;
    z-index: 1;
    display: none;
}

.view-panel.active {
    display: block;
    animation: panelIn 260ms ease both;
}

@keyframes panelIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.radar-card,
.timeline-board,
.tracker-panel {
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 30px;
    background: linear-gradient(145deg, rgba(7, 39, 108, 0.58), rgba(0, 27, 85, 0.24));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 20px 60px rgba(1, 20, 70, 0.22);
    backdrop-filter: blur(18px);
}

.radar-card {
    position: relative;
    overflow: hidden;
    min-height: 280px;
    padding: 22px;
}

.radar-card::before {
    content: "";
    position: absolute;
    inset: 12% 10%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(41, 217, 255, 0.27), transparent 58%);
    filter: blur(6px);
}

.panel-title-row,
.board-head,
.tracker-head,
.section-mini-head,
.list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.panel-title-row {
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
}

.panel-title-row > div {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.panel-title-row h1,
.screen-heading h1,
.tracker-head h1 {
    color: #fff;
    font-size: 1.45rem;
    font-weight: 950;
    line-height: 1.05;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.mini-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--cyan-500);
    box-shadow: 0 0 0 7px rgba(41, 217, 255, 0.12);
}

.sdk-chip {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    border: 1px solid rgba(41, 217, 255, 0.28);
    border-radius: 999px;
    padding: 0 12px;
    background: rgba(41, 217, 255, 0.14);
    color: #a8f2ff;
    font-size: 0.74rem;
    font-weight: 950;
}

.radar-stage {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    min-height: 184px;
}

.radar-stage::before,
.radar-stage::after {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 1px solid rgba(41, 217, 255, 0.22);
    border-top-color: rgba(41, 217, 255, 0.62);
    border-right-color: rgba(41, 217, 255, 0.36);
    box-shadow: 0 0 22px rgba(41, 217, 255, 0.12);
    animation: sweep 8s linear infinite;
}

.radar-stage::after {
    width: 170px;
    height: 170px;
    border-color: rgba(41, 217, 255, 0.24);
    border-bottom-color: rgba(41, 217, 255, 0.66);
    border-left-color: rgba(41, 217, 255, 0.4);
    animation-duration: 5.6s;
    animation-direction: reverse;
}

.radar-orb {
    position: relative;
    z-index: 5;
    display: grid;
    place-items: center;
    align-content: center;
    width: 108px;
    height: 108px;
    border: 2px solid rgba(41, 217, 255, 0.48);
    border-radius: 50%;
    background: radial-gradient(circle at 50% 30%, rgba(41, 217, 255, 0.28), rgba(3, 19, 69, 0.94) 67%);
    color: #b8f5ff;
    box-shadow: 0 0 40px rgba(41, 217, 255, 0.26), inset 0 0 22px rgba(41, 217, 255, 0.16);
    cursor: pointer;
    overflow: hidden;
}

.radar-orb svg {
    width: 33px;
    fill: var(--cyan-500);
}

.radar-orb strong {
    margin-top: 4px;
    font-size: 0.72rem;
    font-weight: 950;
}

.radar-sweep {
    position: absolute;
    inset: 0;
    background: conic-gradient(from 0deg, rgba(41, 217, 255, 0), rgba(41, 217, 255, 0.28), rgba(41, 217, 255, 0));
    opacity: 0.5;
    animation: sweep 3.8s linear infinite;
}

.radar-card.is-syncing .radar-sweep {
    opacity: 1;
    animation: sweep 1.3s linear infinite;
}

.radar-card.is-syncing .radar-stage::before {
    animation-duration: 2.2s;
}

.radar-card.is-syncing .radar-stage::after {
    animation-duration: 1.6s;
}

.radar-card.is-syncing .radar-orb svg {
    animation: spin 1.1s linear infinite;
}

@keyframes sweep {
    to { transform: rotate(360deg); }
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.sync-toast {
    position: absolute;
    right: 6px;
    top: 44px;
    z-index: 4;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    width: min(238px, 52%);
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
    text-align: left;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(20px);
    cursor: pointer;
}

.sync-toast.is-hidden {
    display: none;
}

.sync-toast strong {
    font-size: 0.86rem;
    line-height: 1.25;
}

.sync-toast b {
    color: #baf6ff;
}

.sync-toast small {
    display: block;
    grid-column: 2;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.72rem;
    font-weight: 800;
}

.bell-mark {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 78%, #fff 0 8%, transparent 9%),
        linear-gradient(180deg, #ffbf47, #ff6d17);
    box-shadow: 0 8px 18px rgba(255, 111, 23, 0.28);
}

.scan-text {
    position: relative;
    z-index: 2;
    min-height: 24px;
    color: #9cf4ff;
    text-align: center;
    font-weight: 900;
}

.timeline-board {
    margin-top: 18px;
    padding: 22px;
}

.board-head h2,
.list-head h2 {
    color: #fff;
    font-size: 1.35rem;
    font-weight: 950;
}

.board-head p {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.9rem;
}

.board-head span {
    flex: 0 0 auto;
    border-radius: 999px;
    padding: 8px 11px;
    background: rgba(4, 22, 70, 0.34);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.72rem;
    font-weight: 900;
}

.timeline-list {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 44px;
    margin-top: 26px;
}

.timeline-list::before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 50%;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, transparent, rgba(41, 217, 255, 0.8), transparent);
}

.meeting-card {
    position: relative;
    display: grid;
    grid-template-columns: 10px minmax(0, 1fr);
    gap: 10px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.13);
}

.meeting-card:nth-child(even) {
    transform: translateY(36px);
}

.meeting-card > span {
    width: 5px;
    min-height: 100%;
    border-radius: 999px;
}

.meeting-card.warm > span { background: linear-gradient(180deg, var(--amber), var(--orange)); }
.meeting-card.cool > span { background: linear-gradient(180deg, var(--cyan-500), #62a5ff); }

.meeting-card strong {
    display: block;
    color: #fff;
    font-weight: 950;
}

.meeting-card p {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.85rem;
    font-weight: 800;
}

.meeting-card small {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.78rem;
}

.screen-heading {
    margin: 4px 0 18px;
}

.screen-heading span {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
    font-weight: 950;
}

.schedule-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(152px, 0.42fr);
    gap: 16px;
}

.today-card,
.add-card {
    position: relative;
    min-height: 205px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: var(--shadow-card);
}

.today-card {
    padding: 22px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.1));
}

.today-card > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.today-card span {
    color: #6cf4ff;
    font-size: 0.78rem;
    font-weight: 950;
    text-transform: uppercase;
}

.today-card em {
    border-radius: 999px;
    padding: 5px 9px;
    background: rgba(255, 255, 255, 0.22);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 900;
}

.today-card strong {
    display: block;
    margin-top: 24px;
    color: #fff;
    font-size: 3.25rem;
    line-height: 1;
    font-weight: 950;
}

.today-card strong small {
    font-size: 1.1rem;
}

.today-card p {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 950;
}

.today-card > small {
    position: relative;
    z-index: 1;
    display: block;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.88rem;
    font-weight: 800;
}

.glass-shard {
    position: absolute;
    right: -16px;
    bottom: -14px;
    width: 150px;
    height: 150px;
    background:
        linear-gradient(135deg, transparent 18%, rgba(41, 217, 255, 0.3) 18% 48%, transparent 49%),
        linear-gradient(48deg, rgba(255, 255, 255, 0.1), rgba(4, 78, 190, 0.38));
    clip-path: polygon(25% 4%, 95% 22%, 72% 95%, 3% 70%);
    opacity: 0.9;
}

.add-card {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 14px;
    background:
        radial-gradient(circle at 75% 90%, rgba(255, 122, 25, 0.72), transparent 42%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.06));
    color: #fff;
    cursor: pointer;
}

.add-card span {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.16);
    font-size: 2rem;
    font-weight: 300;
}

.add-card span svg {
    width: 28px;
    height: 28px;
    fill: currentColor;
}

.add-card strong {
    text-align: center;
    font-size: 1.02rem;
    line-height: 1.15;
}

.list-head {
    margin: 28px 0 13px;
}

.list-head span {
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.86rem;
    font-weight: 850;
}

.class-list {
    display: grid;
    gap: 13px;
}

.class-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(82px, auto) 170px;
    align-items: center;
    gap: 14px;
    width: 100%;
    min-height: 86px;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.94);
    color: #0c1e3d;
    text-align: left;
    box-shadow: 0 14px 30px rgba(0, 38, 100, 0.14);
    cursor: pointer;
}

.class-card small,
.class-card em {
    display: block;
    color: #52709c;
    font-size: 0.82rem;
    font-style: normal;
    font-weight: 800;
}

.class-card strong {
    display: block;
    margin: 4px 0;
    color: #0b1f42;
    font-size: 1.02rem;
    font-weight: 950;
}

.class-status {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    border-radius: 999px;
    padding: 0 12px;
    background: linear-gradient(180deg, #e9fbff, #c7efff);
    color: #0b4c84;
    font-size: 0.78rem;
    font-weight: 950;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(14, 110, 190, 0.16);
}

.class-status.hot {
    background: linear-gradient(180deg, #fff3d5, #ffbc58);
    color: #7d3300;
}

.class-status.task {
    background: linear-gradient(180deg, #e3fff2, #8cf0c8);
    color: #07533f;
}

.class-card b {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: -16px;
    display: flex;
    align-items: center;
    min-height: 30px;
    border-radius: 0 0 14px 14px;
    padding: 0 14px;
    background: linear-gradient(90deg, var(--orange), #ff9a16);
    color: #fff;
    font-size: 0.78rem;
}

.class-card.alert {
    margin-bottom: 18px;
}

.waveform {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3px;
    height: 42px;
}

.waveform i {
    width: 3px;
    border-radius: 999px;
    background: var(--bar-color, #0ea5ff);
    transition: height 140ms ease;
}

.tracker-panel {
    padding: 22px;
}

.tracker-head h1 {
    font-size: 1.34rem;
}

.tracker-head p {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.9rem;
}

.tracker-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-box {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    width: 210px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
}

.search-box svg {
    width: 17px;
    fill: rgba(255, 255, 255, 0.72);
    flex: 0 0 auto;
}

.search-box input,
.candidate-form input,
.candidate-form select {
    min-width: 0;
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
}

.search-box input::placeholder,
.candidate-form input::placeholder {
    color: rgba(255, 255, 255, 0.58);
}

.orange-button,
.candidate-form button {
    min-height: 42px;
    border-radius: 14px;
    padding: 0 14px;
    background: linear-gradient(180deg, #ff9e1b, #ff6d17);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 950;
    cursor: pointer;
    box-shadow: 0 12px 26px rgba(255, 111, 23, 0.24);
}

.candidate-form {
    display: none;
    grid-template-columns: minmax(0, 1fr) 150px 108px;
    gap: 9px;
    margin-top: 16px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    background: rgba(4, 26, 82, 0.24);
}

.candidate-form.open {
    display: grid;
}

.candidate-form input,
.candidate-form select {
    min-height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 13px;
    padding: 0 12px;
    background: rgba(255, 255, 255, 0.12);
}

.candidate-form select {
    color: #fff;
}

.candidate-form option {
    color: #0b1f42;
}

.candidate-rail {
    display: flex;
    gap: 16px;
    margin-top: 20px;
    padding: 4px 3px 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-color: rgba(255, 255, 255, 0.36) transparent;
}

.candidate-card {
    position: relative;
    flex: 0 0 326px;
    scroll-snap-align: start;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 26px;
    padding: 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.08));
    box-shadow: 0 15px 38px rgba(0, 24, 80, 0.18);
}

.candidate-card.is-hidden {
    display: none;
}

.delete-mini {
    position: absolute;
    top: 12px;
    right: 12px;
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.1rem;
    cursor: pointer;
}

.candidate-head {
    display: flex;
    align-items: center;
    gap: 13px;
}

.candidate-avatar {
    width: 58px;
    height: 58px;
    flex: 0 0 auto;
    border: 2px solid rgba(255, 255, 255, 0.56);
}

.candidate-avatar.female {
    background:
        radial-gradient(circle at 50% 37%, #ffd7b9 0 20%, transparent 21%),
        radial-gradient(circle at 50% 31%, #1a163f 0 25%, transparent 26%),
        linear-gradient(180deg, #ffd6ee, #55c6ff);
}

.candidate-avatar.alt {
    background:
        radial-gradient(circle at 50% 35%, #ffc99f 0 20%, transparent 21%),
        radial-gradient(circle at 50% 25%, #17203c 0 19%, transparent 20%),
        linear-gradient(180deg, #dbf4ff, #60e0c4);
}

.candidate-head small,
.candidate-head em {
    display: block;
    color: rgba(217, 248, 255, 0.72);
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 900;
}

.candidate-head strong {
    display: block;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 950;
    line-height: 1.1;
}

.progress-strip {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    margin: 22px 0 24px;
}

.progress-strip::before {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    top: 11px;
    height: 3px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
}

.progress-strip::after {
    content: "";
    position: absolute;
    left: 8%;
    top: 11px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff7a19, #ffbf47);
}

.progress-strip[data-step="awareness"]::after { width: 0; }
.progress-strip[data-step="profile"]::after { width: 28%; }
.progress-strip[data-step="verified"]::after { width: 56%; }
.progress-strip[data-step="official"]::after { width: 84%; }

.progress-strip span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 25px;
    color: rgba(215, 245, 255, 0.7);
    font-size: 0.64rem;
    font-weight: 900;
    line-height: 1.12;
}

.progress-strip span::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.65);
    border-radius: 50%;
    background: #fff;
}

.progress-strip span.done::before {
    border-color: #ff8617;
    background: #ff8617;
    box-shadow: 0 0 0 5px rgba(255, 134, 23, 0.12);
}

.progress-strip span.done::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 50%;
    width: 8px;
    height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateX(-50%) rotate(-45deg);
}

.doc-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.08);
}

.doc-chip {
    position: relative;
    display: grid;
    place-items: center;
    gap: 4px;
    min-height: 88px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    cursor: pointer;
}

.doc-chip i {
    position: relative;
    display: block;
    width: 34px;
    height: 40px;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.24);
}

.doc-chip i::before,
.doc-chip i::after {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
    opacity: 0.55;
}

.doc-chip i::before { top: 13px; }
.doc-chip i::after { top: 22px; }

.doc-chip strong {
    font-size: 0.76rem;
    line-height: 1.08;
    text-align: center;
}

.doc-chip small {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.62rem;
    font-weight: 900;
    text-transform: uppercase;
}

.doc-chip.done::after,
.doc-chip.missing::after {
    position: absolute;
    top: 34px;
    right: 13px;
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 0.68rem;
    font-weight: 950;
}

.doc-chip.done::after {
    content: "✓";
    background: #22c55e;
}

.doc-chip.missing::after {
    content: "!";
    background: #ffbf47;
    color: #3a2600;
}

.doc-chip.purple { color: #d9c2ff; background: rgba(167, 107, 255, 0.2); }
.doc-chip.green { color: #a9ffd2; background: rgba(37, 208, 131, 0.18); }
.doc-chip.orange { color: #ffd2a4; background: rgba(255, 122, 25, 0.18); }
.doc-chip.blue { color: #b9e7ff; background: rgba(41, 217, 255, 0.16); }

.deadline-pill {
    width: 100%;
    min-height: 38px;
    margin-top: 15px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ff9e1b, #ff6d17);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 950;
    box-shadow: 0 12px 26px rgba(255, 111, 23, 0.22);
    cursor: pointer;
}

.tracker-tip {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.84rem;
}

.side-stack {
    display: grid;
    gap: 18px;
}

.readiness-phone,
.quick-resources {
    border-radius: 30px;
    padding: 22px;
}

.phone-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.phone-top span,
.section-mini-head span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    font-weight: 950;
    text-transform: uppercase;
}

.phone-top strong {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 950;
}

.ring-row {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
}

.ring-meter {
    display: grid;
    place-items: center;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, rgba(6, 36, 91, 0.9) 0 55%, transparent 56%),
        conic-gradient(var(--mint) calc(var(--value) * 1%), rgba(255, 255, 255, 0.2) 0);
    box-shadow: inset 0 0 0 9px rgba(255, 255, 255, 0.12);
}

.ring-meter span {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 950;
}

.ring-row h2 {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.12;
}

.ring-row p {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9rem;
}

.gate-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-top: 20px;
}

.gate-list span {
    min-height: 38px;
    border-radius: 14px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 0.74rem;
    font-weight: 950;
}

.gate-list .ok { color: #aeffd2; }
.gate-list .warn { color: #ffe5a7; }
.gate-list .stop { color: #ffd0d0; }

.section-mini-head a {
    color: #bdf7ff;
    font-size: 0.82rem;
    font-weight: 900;
}

.resource-tile {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 11px;
    margin-top: 12px;
    padding: 13px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
}

.resource-tile span,
.feature-grid article span,
.process-grid article span,
.resource-card > span,
.poster-card div span {
    display: inline-grid;
    place-items: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.16);
    color: #bff8ff;
    font-size: 0.78rem;
    font-weight: 950;
}

.resource-tile span {
    width: 42px;
    height: 42px;
    grid-row: span 2;
}

.resource-tile strong,
.resource-tile small {
    display: block;
}

.resource-tile strong {
    color: #fff;
    font-size: 0.95rem;
}

.resource-tile small {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.78rem;
}

.best-section,
.process-section,
.governance-section {
    padding: 74px 0;
}

.section-heading {
    max-width: 770px;
    margin-bottom: 28px;
}

.section-heading.split {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.58fr);
    gap: 24px;
    align-items: end;
}

.eyebrow {
    display: inline-flex;
    margin-bottom: 10px;
    color: #c9fbff;
    font-size: 0.78rem;
    font-weight: 950;
    text-transform: uppercase;
}

.section-heading h2 {
    color: #fff;
    font-size: 2rem;
    line-height: 1.1;
}

.section-heading p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 1rem;
}

.feature-grid,
.process-grid,
.governance-grid,
.resource-grid {
    display: grid;
    gap: 16px;
}

.feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-grid,
.governance-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-grid article,
.process-grid article,
.governance-grid article,
.resource-card {
    border-radius: 24px;
    padding: 20px;
}

.feature-grid article span,
.process-grid article span {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
}

.feature-grid h3,
.process-grid h3,
.governance-grid h3,
.resource-card h3 {
    color: #fff;
    font-size: 1.12rem;
    margin-bottom: 8px;
}

.feature-grid p,
.process-grid p,
.governance-grid p,
.resource-card p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
}

.process-section {
    position: relative;
}

.process-section .section-heading {
    max-width: 980px;
}

.process-grid {
    position: relative;
}

.process-grid::before {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    top: 42px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(102, 231, 255, 0.1), rgba(102, 231, 255, 0.72), rgba(255, 195, 86, 0.72), rgba(102, 231, 255, 0.1));
    box-shadow: 0 0 22px rgba(76, 222, 255, 0.2);
}

.process-card {
    --process-rgb: 82, 218, 255;
    position: relative;
    overflow: hidden;
    min-height: 220px;
    background:
        radial-gradient(circle at 20% 14%, rgba(var(--process-rgb), 0.25), transparent 9rem),
        linear-gradient(145deg, rgba(12, 61, 139, 0.74), rgba(5, 35, 101, 0.86));
    border-color: rgba(var(--process-rgb), 0.42);
    box-shadow: 0 18px 44px rgba(5, 35, 101, 0.18);
}

.process-card--train { --process-rgb: 91, 217, 255; }
.process-card--source { --process-rgb: 90, 238, 181; }
.process-card--test { --process-rgb: 255, 203, 91; }
.process-card--pilot { --process-rgb: 185, 139, 255; }

.process-card::after {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    right: -42px;
    bottom: -46px;
    border-radius: 50%;
    background: rgba(var(--process-rgb), 0.12);
    box-shadow: inset 0 0 0 1px rgba(var(--process-rgb), 0.16);
}

.process-grid article span {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: auto;
    min-width: 72px;
    height: 48px;
    padding: 0 12px;
    border-radius: 18px;
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.32), transparent 2rem),
        rgba(var(--process-rgb), 0.24);
    border: 1px solid rgba(var(--process-rgb), 0.38);
    color: #f3fbff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.24),
        0 10px 24px rgba(var(--process-rgb), 0.16);
}

.process-grid article span svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.process-grid article span b {
    font-size: 0.82rem;
}

.process-card h3,
.process-card p {
    position: relative;
    z-index: 1;
}

.process-card h3 {
    font-size: 1.18rem;
}

.process-card p {
    color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 980px) {
    .process-grid::before {
        display: none;
    }

    .process-card {
        min-height: auto;
    }
}

.governance-section {
    border-radius: 34px;
    padding: 64px 28px;
    background:
        radial-gradient(circle at 18% 14%, rgba(78, 212, 255, 0.16), transparent 28rem),
        radial-gradient(circle at 82% 10%, rgba(90, 238, 181, 0.13), transparent 22rem),
        linear-gradient(145deg, rgba(5, 45, 119, 0.66), rgba(4, 27, 80, 0.78));
    border: 1px solid rgba(218, 248, 255, 0.32);
    box-shadow: 0 22px 70px rgba(4, 27, 80, 0.22);
}

.governance-section .section-heading {
    max-width: 980px;
    margin-inline: auto;
    text-align: center;
}

.governance-section .section-heading p {
    max-width: 900px;
    margin-inline: auto;
    color: rgba(255, 255, 255, 0.82);
}

.governance-section .governance-grid {
    gap: 18px;
    align-items: stretch;
}

.governance-section .governance-grid article {
    --governance-rgb: 82, 218, 255;
    position: relative;
    overflow: hidden;
    min-height: 246px;
    background:
        radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.15), transparent 9rem),
        radial-gradient(circle at 86% 18%, rgba(var(--governance-rgb), 0.22), transparent 10rem),
        linear-gradient(145deg, rgba(17, 79, 163, 0.62), rgba(6, 38, 105, 0.76));
    border-color: rgba(218, 248, 255, 0.38);
}

.governance-card--source { --governance-rgb: 91, 217, 255; }
.governance-card--privacy { --governance-rgb: 90, 238, 181; }
.governance-card--authority { --governance-rgb: 255, 203, 91; }
.governance-card--review { --governance-rgb: 185, 139, 255; }

.governance-section .governance-grid article::after {
    content: "";
    position: absolute;
    width: 126px;
    height: 126px;
    right: -44px;
    bottom: -48px;
    border-radius: 50%;
    background: rgba(var(--governance-rgb), 0.1);
    box-shadow: inset 0 0 0 1px rgba(var(--governance-rgb), 0.16);
}

.governance-section .governance-grid article > * {
    position: relative;
    z-index: 1;
}

.governance-section .governance-grid article > span {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    border-radius: 18px;
    background: rgba(var(--governance-rgb), 0.24);
    border: 1px solid rgba(var(--governance-rgb), 0.38);
    color: #f3fbff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.24),
        0 10px 24px rgba(var(--governance-rgb), 0.16);
}

.governance-section .governance-grid article > span svg {
    width: 23px;
    height: 23px;
    fill: currentColor;
}

.governance-section .governance-grid h3 {
    font-size: 1.12rem;
    line-height: 1.32;
}

.governance-section .governance-grid p {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.62;
}

.resources-section,
.poster-section {
    padding: 74px 0;
    background: linear-gradient(180deg, rgba(3, 35, 105, 0.18), rgba(255, 255, 255, 0.1));
}

.resource-card > span {
    width: max-content;
    min-height: 34px;
    padding: 0 12px;
    margin-bottom: 16px;
}

.resource-card div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.resource-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border-radius: 999px;
    padding: 0 14px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 0.84rem;
    font-weight: 950;
}

.resource-card a:first-child {
    background: linear-gradient(180deg, #fff, #dff8ff);
    color: #073065;
}

.resources-section .section-heading p {
    color: rgba(255, 255, 255, 0.84);
}

.resource-card {
    position: relative;
    min-height: 228px;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 18%, rgba(var(--resource-rgb), 0.26), transparent 9rem),
        linear-gradient(145deg, rgba(12, 61, 139, 0.72), rgba(5, 36, 101, 0.84));
    border-color: rgba(var(--resource-rgb), 0.4);
}

.resource-card--read { --resource-rgb: 71, 218, 255; }
.resource-card--dran-pack { --resource-rgb: 255, 190, 72; }
.resource-card--gemini { --resource-rgb: 90, 170, 255; }
.resource-card--chatgpt { --resource-rgb: 255, 255, 255; }
.resource-card--notebooklm { --resource-rgb: 80, 220, 178; }
.resource-card--certificate { --resource-rgb: 255, 216, 102; }
.resource-card--practice { --resource-rgb: 255, 199, 82; }
.resource-card--kit { --resource-rgb: 167, 126, 255; }
.resource-card--video { --resource-rgb: 255, 135, 72; }

.resource-card > *:not(.resource-hero-icon) {
    position: relative;
    z-index: 1;
}

.resource-hero-icon {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 96px;
    height: 96px;
    border-radius: 28px;
    display: grid;
    place-items: center;
    color: rgba(var(--resource-rgb), 0.34);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(var(--resource-rgb), 0.18);
    font-style: normal;
    transform: rotate(-4deg);
}

.resource-hero-icon svg {
    width: 58px;
    height: 58px;
    fill: currentColor;
}

.resource-hero-icon img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    border-radius: 18px;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.22));
}

.resource-hero-icon--image {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.resource-card > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(var(--resource-rgb), 0.22);
    border: 1px solid rgba(var(--resource-rgb), 0.34);
    color: #f3fbff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.resource-card > span svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.resource-card h3 {
    max-width: calc(100% - 96px);
    font-size: 1.18rem;
}

.resource-card p {
    max-width: 82%;
    color: rgba(255, 255, 255, 0.8);
}

.resource-card a {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(var(--resource-rgb), 0.22);
    color: #f6fbff;
}

.resource-card a:first-child {
    background: linear-gradient(180deg, #ffffff, #dff8ff);
    box-shadow: 0 10px 24px rgba(var(--resource-rgb), 0.18);
}

@media (max-width: 720px) {
    .resource-card {
        min-height: auto;
    }

    .resource-hero-icon {
        width: 72px;
        height: 72px;
        top: 14px;
        right: 14px;
        opacity: 0.72;
    }

    .resource-hero-icon svg {
        width: 44px;
        height: 44px;
    }

    .resource-card h3,
    .resource-card p {
        max-width: 100%;
    }
}

.poster-filters {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.poster-filters button {
    flex: 0 0 auto;
    min-height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    padding: 0 14px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.84rem;
    font-weight: 900;
    cursor: pointer;
}

.poster-filters button.active {
    background: #fff;
    color: #073065;
}

.poster-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.poster-card {
    position: relative;
    min-height: 300px;
    border-radius: 22px;
    overflow: hidden;
    cursor: pointer;
}

.poster-card.featured {
    grid-column: span 2;
}

.poster-card img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
    transition: transform 220ms ease;
}

.poster-card:hover img {
    transform: scale(1.035);
}

.poster-card div {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 16px;
    background: rgba(5, 22, 62, 0.72);
    backdrop-filter: blur(16px);
}

.poster-card div span {
    width: 38px;
    height: 38px;
}

.poster-card strong {
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.15;
}

.poster-card a {
    color: #b9f7ff;
    font-size: 0.78rem;
    font-weight: 950;
}

.poster-card.is-hidden {
    display: none;
}

.lightbox {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: none;
    place-items: center;
    padding: 28px;
    background: rgba(2, 8, 28, 0.86);
    backdrop-filter: blur(18px);
}

.lightbox.active {
    display: grid;
}

.lightbox img {
    max-width: min(100%, 1120px);
    max-height: 90vh;
    border-radius: 18px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.36);
}

.lightbox-close {
    position: fixed;
    top: 20px;
    right: 20px;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
}

.mobile-dock {
    position: fixed;
    left: 50%;
    bottom: max(14px, env(safe-area-inset-bottom));
    z-index: 60;
    display: none;
    width: min(calc(100% - 28px), 460px);
    transform: translateX(-50%);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 28px;
    background: rgba(8, 50, 126, 0.5);
    box-shadow: 0 18px 48px rgba(0, 28, 80, 0.34);
    backdrop-filter: blur(24px);
}

.mobile-dock button,
.mobile-dock a {
    display: grid;
    place-items: center;
    gap: 4px;
    min-height: 58px;
    border-radius: 22px;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.72rem;
    font-weight: 950;
}

.mobile-dock .active {
    background: rgba(255, 255, 255, 0.86);
    color: #073065;
}

.mobile-dock span {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 8px;
    background: currentColor;
    opacity: 0.85;
}

.footer {
    padding: 28px 0 36px;
    color: rgba(255, 255, 255, 0.76);
    background: linear-gradient(180deg, rgba(3, 35, 105, 0.08), rgba(2, 16, 52, 0.34));
    border-top: 1px solid rgba(218, 248, 255, 0.18);
}

.footer-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer p {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 800;
    line-height: 1.55;
}

.footer a {
    font-weight: 950;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 999px;
    padding: 0 16px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #f3fbff;
}

.app-toast {
    position: fixed;
    top: 96px;
    right: 24px;
    z-index: 80;
    max-width: min(360px, calc(100vw - 32px));
    padding: 13px 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 18px;
    background: rgba(3, 45, 118, 0.75);
    color: #fff;
    box-shadow: 0 18px 52px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(18px);
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
    font-size: 0.9rem;
    font-weight: 850;
}

.app-toast.show {
    opacity: 1;
    transform: translateY(0);
}

.training-section,
.source-section,
.forms-section,
.testing-section {
    padding: 74px 0;
}

.training-grid,
.forms-grid,
.test-grid {
    display: grid;
    gap: 16px;
}

.training-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.forms-grid,
.test-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.session-card,
.forms-grid article,
.test-grid article,
.source-steps li {
    border: 1px solid var(--line);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.09));
    box-shadow: var(--shadow-card);
    backdrop-filter: blur(22px);
}

.session-card,
.forms-grid article,
.test-grid article {
    border-radius: 24px;
    padding: 20px;
}

.session-card.featured {
    background:
        radial-gradient(circle at 86% 20%, rgba(255, 191, 71, 0.2), transparent 12rem),
        linear-gradient(145deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.11));
}

.session-card > span,
.forms-grid article > span,
.test-grid article > span,
.source-steps li > span {
    display: inline-grid;
    place-items: center;
    min-width: 42px;
    min-height: 34px;
    border-radius: 14px;
    padding: 0 10px;
    margin-bottom: 16px;
    background: rgba(255, 255, 255, 0.16);
    color: #c8fbff;
    font-size: 0.78rem;
    font-weight: 950;
}

.session-card h3,
.forms-grid h3 {
    color: #fff;
    font-size: 1.08rem;
    margin-bottom: 8px;
}

.session-card p,
.forms-grid p,
.test-grid p,
.source-steps p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9rem;
}

.session-card small {
    display: block;
    margin-top: 14px;
    color: #b9f7ff;
    font-size: 0.78rem;
    font-weight: 950;
}

.training-section {
    border-radius: 34px;
    padding: 64px 28px;
    background:
        radial-gradient(circle at 24% 16%, rgba(78, 212, 255, 0.16), transparent 28rem),
        linear-gradient(145deg, rgba(5, 45, 119, 0.64), rgba(4, 27, 80, 0.76));
    border: 1px solid rgba(218, 248, 255, 0.32);
    box-shadow: 0 22px 70px rgba(4, 27, 80, 0.22);
}

.training-section .section-heading {
    max-width: 980px;
    margin-inline: auto;
    text-align: center;
}

.training-section .section-heading h2,
.training-section .section-heading p {
    margin-inline: auto;
}

.training-section .section-heading p {
    max-width: 850px;
    color: rgba(255, 255, 255, 0.82);
}

.training-section .training-grid {
    gap: 18px;
}

.training-section .session-card {
    --session-rgb: 82, 218, 255;
    position: relative;
    overflow: hidden;
    min-height: 260px;
    background:
        radial-gradient(circle at 16% 14%, rgba(255, 255, 255, 0.15), transparent 9rem),
        radial-gradient(circle at 86% 18%, rgba(var(--session-rgb), 0.24), transparent 10rem),
        linear-gradient(145deg, rgba(17, 79, 163, 0.62), rgba(6, 38, 105, 0.76));
    border-color: rgba(218, 248, 255, 0.38);
}

.training-section .session-card::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -54px;
    bottom: -58px;
    border-radius: 50%;
    background: rgba(var(--session-rgb), 0.1);
    box-shadow: inset 0 0 0 1px rgba(var(--session-rgb), 0.16);
}

.session-card--safe { --session-rgb: 71, 218, 255; }
.session-card--source { --session-rgb: 90, 238, 181; }
.session-card--chat { --session-rgb: 129, 147, 255; }
.session-card--plan { --session-rgb: 255, 190, 88; }
.session-card--workflow { --session-rgb: 123, 229, 255; }
.session-card--practice { --session-rgb: 255, 135, 72; }

.training-section .session-card > * {
    position: relative;
    z-index: 1;
}

.training-section .session-card > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    border-radius: 16px;
    background: rgba(var(--session-rgb), 0.24);
    border: 1px solid rgba(var(--session-rgb), 0.38);
    color: #f3fbff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.24),
        0 10px 24px rgba(var(--session-rgb), 0.16);
}

.training-section .session-card > span svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.training-section .session-card h3 {
    font-size: 1.18rem;
}

.training-section .session-card p {
    color: rgba(255, 255, 255, 0.82);
}

.training-section .session-card small {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    border-radius: 999px;
    padding: 0 12px;
    background: rgba(var(--session-rgb), 0.18);
    border: 1px solid rgba(var(--session-rgb), 0.24);
    color: #e7fbff;
}

.source-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.source-steps li {
    position: relative;
    min-height: 188px;
    border-radius: 24px;
    padding: 20px;
}

.source-steps li strong {
    display: block;
    color: #fff;
    font-size: 1.05rem;
    margin-bottom: 8px;
}

.forms-section,
.source-section {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(3, 35, 105, 0.14));
}

.forms-section {
    border-radius: 34px;
    padding: 64px 28px;
    background:
        radial-gradient(circle at 24% 16%, rgba(78, 212, 255, 0.16), transparent 28rem),
        radial-gradient(circle at 86% 10%, rgba(255, 203, 91, 0.12), transparent 22rem),
        linear-gradient(145deg, rgba(5, 45, 119, 0.64), rgba(4, 27, 80, 0.76));
    border: 1px solid rgba(218, 248, 255, 0.32);
    box-shadow: 0 22px 70px rgba(4, 27, 80, 0.22);
}

.forms-section .section-heading {
    max-width: 980px;
    margin-inline: auto;
    text-align: center;
}

.forms-section .section-heading p {
    max-width: 880px;
    margin-inline: auto;
    color: rgba(255, 255, 255, 0.82);
}

.forms-section .forms-grid {
    gap: 18px;
    align-items: stretch;
}

.forms-section .forms-grid article {
    --form-rgb: 82, 218, 255;
    position: relative;
    overflow: hidden;
    min-height: 258px;
    background:
        radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.15), transparent 9rem),
        radial-gradient(circle at 86% 18%, rgba(var(--form-rgb), 0.22), transparent 10rem),
        linear-gradient(145deg, rgba(17, 79, 163, 0.62), rgba(6, 38, 105, 0.76));
    border-color: rgba(218, 248, 255, 0.38);
}

.form-card--read { --form-rgb: 91, 217, 255; }
.form-card--safe { --form-rgb: 90, 238, 181; }
.form-card--prompt { --form-rgb: 255, 203, 91; }
.form-card--practice { --form-rgb: 167, 126, 255; }
.form-card--follow { --form-rgb: 255, 135, 72; }

.forms-section .forms-grid article::after {
    content: "";
    position: absolute;
    width: 126px;
    height: 126px;
    right: -44px;
    bottom: -48px;
    border-radius: 50%;
    background: rgba(var(--form-rgb), 0.1);
    box-shadow: inset 0 0 0 1px rgba(var(--form-rgb), 0.16);
}

.forms-section .forms-grid article > * {
    position: relative;
    z-index: 1;
}

.forms-section .forms-grid article > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    border-radius: 16px;
    background: rgba(var(--form-rgb), 0.24);
    border: 1px solid rgba(var(--form-rgb), 0.38);
    color: #f3fbff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.24),
        0 10px 24px rgba(var(--form-rgb), 0.16);
}

.forms-section .forms-grid article > span svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.forms-section .forms-grid h3 {
    font-size: 1.12rem;
    line-height: 1.32;
}

.forms-section .forms-grid p {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.62;
}

.testing-section {
    border-radius: 34px;
    padding: 64px 28px;
    background:
        radial-gradient(circle at 18% 14%, rgba(78, 212, 255, 0.16), transparent 28rem),
        radial-gradient(circle at 82% 12%, rgba(255, 135, 72, 0.12), transparent 22rem),
        linear-gradient(145deg, rgba(5, 45, 119, 0.64), rgba(4, 27, 80, 0.76));
    border: 1px solid rgba(218, 248, 255, 0.32);
    box-shadow: 0 22px 70px rgba(4, 27, 80, 0.22);
}

.testing-section .section-heading {
    max-width: 980px;
    margin-inline: auto;
    text-align: center;
}

.testing-section .section-heading p {
    max-width: 880px;
    margin-inline: auto;
    color: rgba(255, 255, 255, 0.82);
}

.testing-section .test-grid {
    gap: 18px;
    align-items: stretch;
}

.testing-section .test-grid article {
    --test-rgb: 82, 218, 255;
    position: relative;
    overflow: hidden;
    min-height: 236px;
    background:
        radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.15), transparent 9rem),
        radial-gradient(circle at 86% 18%, rgba(var(--test-rgb), 0.22), transparent 10rem),
        linear-gradient(145deg, rgba(17, 79, 163, 0.62), rgba(6, 38, 105, 0.76));
    border-color: rgba(218, 248, 255, 0.38);
}

.test-card--source { --test-rgb: 91, 217, 255; }
.test-card--missing { --test-rgb: 255, 203, 91; }
.test-card--checklist { --test-rgb: 90, 238, 181; }
.test-card--scope { --test-rgb: 255, 135, 72; }
.test-card--authority { --test-rgb: 185, 139, 255; }
.test-card--privacy { --test-rgb: 76, 226, 238; }
.test-card--conflict { --test-rgb: 129, 147, 255; }
.test-card--draft { --test-rgb: 111, 238, 164; }
.test-card--handoff { --test-rgb: 255, 151, 188; }
.test-card--reflect { --test-rgb: 218, 138, 255; }

.testing-section .test-grid article::after {
    content: "";
    position: absolute;
    width: 118px;
    height: 118px;
    right: -42px;
    bottom: -46px;
    border-radius: 50%;
    background: rgba(var(--test-rgb), 0.1);
    box-shadow: inset 0 0 0 1px rgba(var(--test-rgb), 0.16);
}

.testing-section .test-grid article > * {
    position: relative;
    z-index: 1;
}

.testing-section .test-grid article > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    border-radius: 16px;
    background: rgba(var(--test-rgb), 0.24);
    border: 1px solid rgba(var(--test-rgb), 0.38);
    color: #f3fbff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.24),
        0 10px 24px rgba(var(--test-rgb), 0.16);
}

.testing-section .test-grid article > span svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.testing-section .test-grid h3 {
    color: #fff;
    font-size: 1.04rem;
    line-height: 1.32;
    margin-bottom: 8px;
}

.testing-section .test-grid p {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.62;
}

.source-section {
    border-radius: 34px;
    padding: 64px 28px;
    background:
        radial-gradient(circle at 24% 16%, rgba(78, 212, 255, 0.16), transparent 28rem),
        linear-gradient(145deg, rgba(5, 45, 119, 0.64), rgba(4, 27, 80, 0.76));
    border: 1px solid rgba(218, 248, 255, 0.32);
    box-shadow: 0 22px 70px rgba(4, 27, 80, 0.22);
}

.source-section .section-heading.split {
    grid-template-columns: 1fr;
    max-width: 980px;
    margin-inline: auto;
    text-align: center;
}

.source-section .section-heading p {
    max-width: 860px;
    margin-inline: auto;
    color: rgba(255, 255, 255, 0.82);
}

.source-section .source-steps {
    gap: 18px;
}

.source-section .source-steps li {
    --source-rgb: 82, 218, 255;
    overflow: hidden;
    min-height: 214px;
    background:
        radial-gradient(circle at 16% 14%, rgba(255, 255, 255, 0.15), transparent 9rem),
        radial-gradient(circle at 86% 18%, rgba(var(--source-rgb), 0.22), transparent 10rem),
        linear-gradient(145deg, rgba(17, 79, 163, 0.62), rgba(6, 38, 105, 0.76));
    border-color: rgba(218, 248, 255, 0.38);
}

.source-step--case { --source-rgb: 91, 217, 255; }
.source-step--source { --source-rgb: 90, 238, 181; }
.source-step--mask { --source-rgb: 76, 226, 238; }
.source-step--organize { --source-rgb: 167, 126, 255; }
.source-step--cite { --source-rgb: 255, 203, 91; }
.source-step--tool { --source-rgb: 129, 147, 255; }
.source-step--practice { --source-rgb: 255, 135, 72; }
.source-step--check { --source-rgb: 111, 238, 164; }
.source-step--apply { --source-rgb: 218, 138, 255; }

.source-section .source-steps li::after {
    content: "";
    position: absolute;
    width: 128px;
    height: 128px;
    right: -46px;
    bottom: -48px;
    border-radius: 50%;
    background: rgba(var(--source-rgb), 0.1);
    box-shadow: inset 0 0 0 1px rgba(var(--source-rgb), 0.16);
}

.source-section .source-steps li > * {
    position: relative;
    z-index: 1;
}

.source-section .source-steps li > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    border-radius: 16px;
    background: rgba(var(--source-rgb), 0.24);
    border: 1px solid rgba(var(--source-rgb), 0.38);
    color: #f3fbff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.24),
        0 10px 24px rgba(var(--source-rgb), 0.16);
}

.source-section .source-steps li > span svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.source-section .source-steps li strong {
    font-size: 1.12rem;
}

.source-section .source-steps li p {
    color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 980px) {
    .desktop-nav {
        display: none;
    }

    .command-grid {
        grid-template-columns: 1fr;
    }

    .program-masthead {
        grid-template-columns: 1fr;
    }

    .side-stack {
        grid-template-columns: 1fr 1fr;
    }

    .feature-grid,
    .process-grid,
    .governance-grid,
    .poster-grid,
    .training-grid,
    .forms-grid,
    .test-grid,
    .source-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    body {
        background:
            radial-gradient(circle at 80% 0%, rgba(85, 221, 255, 0.38), transparent 18rem),
            linear-gradient(145deg, #0647bb 0%, #0d7de5 52%, #42d9ef 100%);
    }

    .app-shell {
        padding-bottom: 92px;
    }

    .topbar {
        top: 8px;
        width: calc(100% - 20px);
        min-height: 62px;
        border-radius: 22px;
        margin-top: 8px;
        padding: 8px 10px;
    }

    .brand-lockup strong {
        font-size: 0.98rem;
    }

    .brand-lockup small {
        font-size: 0.64rem;
    }

    .crest {
        width: 42px;
        height: 42px;
    }

    .live-chip {
        display: none;
    }

    .command-section {
        min-height: auto;
        padding: 24px 10px 52px;
    }

    .program-masthead {
        margin-bottom: 18px;
    }

    .program-copy {
        border-radius: 28px;
        padding: 22px;
    }

    .program-copy h1 {
        font-size: 2.25rem;
        line-height: 1.02;
    }

    .program-copy p {
        font-size: 0.96rem;
    }

    .domain-chips {
        gap: 7px;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none;
    }

    .domain-chips::-webkit-scrollbar {
        display: none;
    }

    .domain-chips span {
        min-height: 32px;
        font-size: 0.76rem;
        flex: 0 0 auto;
    }

    .program-card {
        border-radius: 26px;
        padding: 18px;
    }

    .control-frame {
        min-height: 0;
        border-radius: 30px;
        padding: 12px;
    }

    .hero-header {
        border-radius: 22px;
        padding: 11px;
    }

    .hero-school strong {
        font-size: 0.98rem;
    }

    .hero-school span {
        font-size: 0.62rem;
    }

    .avatar-button {
        width: 46px;
        height: 46px;
    }

    .avatar-face {
        width: 40px;
        height: 40px;
    }

    .mode-switch {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        border-radius: 24px;
        gap: 5px;
    }

    .mode-button {
        min-height: 46px;
        padding-inline: 4px;
        font-size: 0.76rem;
        line-height: 1.12;
    }

    .panel-title-row,
    .board-head,
    .tracker-head,
    .section-heading.split,
    .footer-grid {
        align-items: stretch;
        flex-direction: column;
        display: flex;
    }

    .panel-title-row h1,
    .screen-heading h1,
    .tracker-head h1 {
        font-size: 1.24rem;
    }

    .radar-card,
    .timeline-board,
    .tracker-panel {
        border-radius: 24px;
        padding: 16px;
    }

    .sync-toast {
        width: min(220px, 64%);
        top: 52px;
        right: -4px;
    }

    .timeline-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .timeline-list::before {
        left: 10px;
    }

    .meeting-card:nth-child(even) {
        transform: none;
    }

    .schedule-hero {
        grid-template-columns: minmax(0, 1fr) 118px;
        gap: 10px;
    }

    .today-card,
    .add-card {
        min-height: 174px;
        border-radius: 24px;
    }

    .today-card {
        padding: 16px;
    }

    .today-card strong {
        font-size: 2.45rem;
    }

    .today-card p {
        font-size: 0.98rem;
    }

    .add-card span {
        width: 46px;
        height: 46px;
        border-radius: 16px;
    }

    .class-card {
        grid-template-columns: 1fr;
        gap: 6px;
        min-height: 112px;
    }

    .class-status {
        justify-self: start;
        margin-top: 4px;
    }

    .waveform {
        justify-content: flex-start;
        width: 100%;
    }

    .tracker-actions {
        width: 100%;
    }

    .search-box {
        width: auto;
        flex: 1;
    }

    .candidate-form {
        grid-template-columns: 1fr;
    }

    .candidate-card {
        flex-basis: min(300px, calc(100vw - 58px));
    }

    .side-stack,
    .feature-grid,
    .process-grid,
    .governance-grid,
    .resource-grid,
    .poster-grid,
    .training-grid,
    .forms-grid,
    .test-grid,
    .source-steps {
        grid-template-columns: 1fr;
    }

    .ring-row {
        grid-template-columns: 94px minmax(0, 1fr);
    }

    .ring-meter {
        width: 90px;
        height: 90px;
    }

    .best-section,
    .process-section,
    .governance-section,
    .resources-section,
    .poster-section,
    .training-section,
    .source-section,
    .forms-section,
    .testing-section {
        padding: 52px 0;
    }

    .section-shell {
        width: calc(100% - 24px);
    }

    .section-heading h2 {
        font-size: 1.55rem;
    }

    .poster-card.featured {
        grid-column: auto;
    }

    .poster-card,
    .poster-card img {
        min-height: 380px;
    }

    .poster-card div {
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .poster-card a {
        grid-column: 2;
    }

    .mobile-dock {
        display: grid;
    }

    .app-toast {
        top: auto;
        right: 14px;
        bottom: 94px;
    }
}

@media (max-width: 420px) {
    .top-actions {
        gap: 6px;
    }

    .top-actions .icon-button {
        width: 36px;
        height: 36px;
        border-radius: 14px;
    }

    .status-bar {
        font-size: 0.68rem;
    }

    .hero-header {
        gap: 8px;
    }

    .crest.small {
        width: 36px;
        height: 36px;
    }

    .schedule-hero {
        grid-template-columns: 1fr;
    }

    .add-card {
        min-height: 108px;
        grid-template-columns: 52px 1fr;
        align-content: center;
    }

    .doc-row {
        gap: 6px;
    }

    .doc-chip {
        min-height: 82px;
    }

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

/* Top section refinement: centered, brighter identity, stronger glass depth. */
body {
    background:
        radial-gradient(circle at 18% 18%, rgba(54, 238, 255, 0.3), transparent 31rem),
        radial-gradient(circle at 82% 10%, rgba(36, 126, 255, 0.4), transparent 34rem),
        linear-gradient(135deg, #063fa8 0%, #0782d1 42%, #2fc7df 100%);
}

.topbar {
    width: min(100% - 72px, 1500px);
}

.section-shell,
.program-masthead,
.command-grid {
    width: min(100% - 72px, 1500px);
}

.program-masthead,
.command-grid {
    max-width: none;
}

.training-visual-banner {
    position: relative;
    width: min(100% - 72px, 1500px);
    margin: 46px auto 16px;
    overflow: hidden;
    border: 1px solid rgba(220, 248, 255, 0.46);
    border-radius: 30px;
    background: rgba(5, 35, 90, 0.34);
    box-shadow: 0 26px 70px rgba(0, 33, 104, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.training-visual-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 34%, rgba(0, 15, 50, 0.1));
    pointer-events: none;
}

.training-visual-banner img {
    display: block;
    width: 100%;
    aspect-ratio: 1619 / 971;
    object-fit: cover;
}

.topbar {
    border-color: rgba(220, 248, 255, 0.5);
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.3), rgba(9, 61, 140, 0.3));
    box-shadow: 0 22px 56px rgba(0, 40, 118, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.62);
    min-height: 136px;
    padding: 18px 24px 18px 26px;
    border-radius: 32px;
}

.brand-lockup {
    flex: 0 1 auto;
    gap: 18px;
    min-width: 0;
}

.brand-lockup strong {
    font-size: clamp(1.36rem, 1.7vw, 2.1rem);
    letter-spacing: 0.025em;
    white-space: normal;
}

.brand-lockup small {
    color: rgba(255, 255, 255, 0.86);
}

.crest {
    width: 92px;
    height: 92px;
    background: rgba(255, 255, 255, 0.82);
    border: 2px solid rgba(255, 255, 255, 0.82);
    box-shadow:
        0 0 0 6px rgba(255, 255, 255, 0.14),
        0 12px 28px rgba(0, 31, 92, 0.28);
}

.top-actions {
    flex: 0 0 auto;
    gap: 14px;
    margin-left: auto;
}

.top-profile {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    min-width: clamp(380px, 32vw, 570px);
    min-height: 88px;
    padding: 8px 10px 8px 24px;
    border: 1px solid rgba(235, 252, 255, 0.38);
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(8, 67, 156, 0.24));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 12px 24px rgba(0, 43, 118, 0.24);
}

.top-profile-text {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    line-height: 1;
}

.top-profile-text strong {
    font-size: clamp(1rem, 1.2vw, 1.42rem);
    font-weight: 1000;
}

.top-profile-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #55f4ff;
    font-size: 0.68rem;
    font-weight: 900;
    white-space: nowrap;
}

.top-profile-contact b {
    display: inline-block;
    font-size: clamp(0.92rem, 1.05vw, 1.2rem);
    font-weight: 1000;
}

.top-profile-contact .zalo-number,
.top-profile-contact .phone-number {
    color: #f5fcff;
    -webkit-text-fill-color: #f5fcff;
    -webkit-text-stroke: 0.16px rgba(0, 16, 55, 0.55);
    letter-spacing: 0.03em;
    line-height: 1;
    transform: scaleX(1.04);
    transform-origin: center;
    text-shadow:
        0 1px 0 rgba(0, 8, 34, 0.98),
        0 2px 0 rgba(0, 18, 58, 0.82),
        0 0 8px rgba(112, 231, 255, 0.74),
        0 0 15px rgba(51, 169, 255, 0.38);
    filter: drop-shadow(0 0 4px rgba(78, 211, 255, 0.36));
}

.contact-pill {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 34px;
    border: 1px solid rgba(106, 205, 255, 0.48);
    border-radius: 14px;
    background:
        radial-gradient(circle at 32% 20%, rgba(255, 255, 255, 0.26), transparent 42%),
        linear-gradient(145deg, rgba(0, 149, 255, 0.92), rgba(0, 85, 207, 0.82));
    color: #fff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.42),
        0 8px 18px rgba(0, 104, 220, 0.26);
}

.contact-pill svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.zalo-pill {
    width: 54px;
    font-size: 0.74rem;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: none;
}

.phone-pill {
    border-color: rgba(74, 247, 185, 0.48);
    background:
        radial-gradient(circle at 32% 20%, rgba(255, 255, 255, 0.26), transparent 42%),
        linear-gradient(145deg, rgba(57, 241, 181, 0.92), rgba(0, 147, 118, 0.84));
    color: #fff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.42),
        0 8px 18px rgba(0, 174, 133, 0.24);
}

.top-avatar {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.72);
    box-shadow: 0 10px 22px rgba(0, 31, 90, 0.28);
}

.top-online {
    right: 7px;
    bottom: 9px;
}

.section-nav {
    width: min(100% - 72px, 1500px);
    min-height: 86px;
    margin: 46px auto 0;
    gap: 10px;
    padding: 8px 10px;
    border: 1px solid rgba(220, 248, 255, 0.42);
    border-radius: 999px;
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.2), rgba(8, 61, 150, 0.24));
    box-shadow: 0 18px 42px rgba(0, 39, 112, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.46);
    backdrop-filter: blur(20px);
}

.section-nav a {
    flex: 1 1 0;
    justify-content: center;
    gap: 12px;
    padding: 0 6px;
    font-size: clamp(0.78rem, 0.9vw, 1.05rem);
    font-weight: 950;
    letter-spacing: 0.015em;
    white-space: nowrap;
}

.section-nav a svg {
    width: 42px;
    height: 42px;
    padding: 10px;
    border-radius: 16px;
}

.facebook-button {
    width: 66px;
    height: 66px;
    border-radius: 24px;
}

.facebook-button::before {
    border-radius: 30px;
}

.facebook-button svg {
    width: 38px;
    height: 38px;
}

.program-masthead {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 8px;
    text-align: center;
}

.program-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-color: rgba(220, 248, 255, 0.48);
    padding: clamp(22px, 3vw, 34px);
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.18), transparent 22rem),
        linear-gradient(145deg, rgba(255, 255, 255, 0.24), rgba(9, 42, 104, 0.28));
}

.program-copy h1 {
    font-size: clamp(2rem, 4.1vw, 3.65rem);
    line-height: 1;
}

.program-copy h1,
.program-copy p {
    margin-inline: auto;
}

.domain-chips {
    justify-content: center;
    gap: 12px;
    max-width: 1280px;
    margin-top: 30px;
}

.domain-chips span {
    min-height: 48px;
    padding: 0 20px;
    border-color: color-mix(in srgb, var(--domain-color, #59d7ff) 48%, rgba(255, 255, 255, 0.22));
    background:
        radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.18), transparent 42%),
        linear-gradient(145deg,
            color-mix(in srgb, var(--domain-color, #59d7ff) 24%, rgba(2, 21, 63, 0.9)),
            color-mix(in srgb, var(--domain-color, #59d7ff) 14%, rgba(0, 10, 38, 0.96))
        );
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        inset 0 -1px 0 rgba(0, 3, 20, 0.34),
        0 10px 24px rgba(0, 12, 50, 0.34),
        0 0 18px color-mix(in srgb, var(--domain-color, #59d7ff) 18%, transparent);
    color: #fff;
    font-size: clamp(1rem, 0.95vw, 1.2rem);
    font-weight: 1000;
    letter-spacing: 0.01em;
    text-shadow: 0 1px 0 rgba(0, 4, 28, 0.92), 0 0 12px rgba(255, 255, 255, 0.2);
    white-space: nowrap;
}

.domain-chips span:nth-child(1) { --domain-color: #4fa4ff; }
.domain-chips span:nth-child(2) { --domain-color: #37f0bd; }
.domain-chips span:nth-child(3) { --domain-color: #ffbf47; }
.domain-chips span:nth-child(4) { --domain-color: #ff8f62; }
.domain-chips span:nth-child(5) { --domain-color: #86b7ff; }
.domain-chips span:nth-child(6) { --domain-color: #ffd166; }
.domain-chips span:nth-child(7) { --domain-color: #63e6be; }
.domain-chips span:nth-child(8) { --domain-color: #ff9b72; }
.domain-chips span:nth-child(9) { --domain-color: #8bdcff; }
.domain-chips span:nth-child(10) { --domain-color: #b18cff; }
.domain-chips span:nth-child(11) { --domain-color: #74f2d4; }
.domain-chips span:nth-child(12) { --domain-color: #f7a3bd; }
.domain-chips span:nth-child(13) { --domain-color: #f6c85f; }

.program-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    text-align: center;
    border-color: rgba(220, 248, 255, 0.46);
    padding: 18px 22px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.23), rgba(6, 58, 143, 0.28));
}

.program-card dl {
    width: 100%;
    min-width: 0;
    margin: 0;
}

.program-card em {
    max-width: none;
    text-align: center;
}

.command-grid {
    grid-template-columns: 1fr;
}

.control-frame,
.readiness-phone,
.quick-resources,
.radar-card,
.timeline-board,
.tracker-panel {
    border-color: rgba(220, 248, 255, 0.42);
}

.control-frame {
    min-height: auto;
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.14), transparent 26rem),
        linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(5, 31, 86, 0.34));
}

.hero-header {
    border-color: rgba(235, 252, 255, 0.54);
    background: linear-gradient(110deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.18));
}

.crest.small {
    width: 48px;
    height: 48px;
}

.side-stack {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.readiness-phone,
.quick-resources {
    background:
        radial-gradient(circle at 18% 16%, rgba(94, 226, 255, 0.22), transparent 15rem),
        linear-gradient(145deg, rgba(12, 55, 129, 0.68), rgba(5, 29, 83, 0.82));
    border-color: rgba(218, 248, 255, 0.46);
}

.readiness-phone .ring-row h2 {
    font-size: 1.34rem;
}

.readiness-phone .ring-row p,
.resource-tile small {
    color: rgba(255, 255, 255, 0.78);
}

.gate-list span {
    display: flex;
    align-items: center;
    min-height: 42px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.08));
    border: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 0.78rem;
}

.resource-tile {
    grid-template-columns: auto minmax(0, 1fr);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07));
    border-color: rgba(255, 255, 255, 0.24);
}

.resource-tile span {
    width: auto;
    min-width: 50px;
    padding: 0 10px;
    background: linear-gradient(145deg, rgba(75, 216, 255, 0.28), rgba(36, 88, 186, 0.34));
    color: #e7fbff;
    letter-spacing: 0;
}

.resource-tile strong {
    font-size: 1rem;
}

.best-section {
    border-radius: 34px;
    padding: 64px 28px;
    background:
        radial-gradient(circle at 22% 20%, rgba(78, 212, 255, 0.18), transparent 28rem),
        linear-gradient(145deg, rgba(5, 45, 119, 0.64), rgba(4, 27, 80, 0.76));
    border: 1px solid rgba(218, 248, 255, 0.32);
    box-shadow: 0 22px 70px rgba(4, 27, 80, 0.22);
}

.best-section .section-heading {
    max-width: 980px;
    margin-inline: auto;
    text-align: center;
}

.best-section .section-heading h2 {
    max-width: 980px;
    margin-inline: auto;
}

.best-section .section-heading p {
    max-width: 900px;
    margin-inline: auto;
    color: rgba(255, 255, 255, 0.82);
}

.best-section .feature-grid article {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 232px;
    background:
        radial-gradient(circle at 16% 14%, rgba(255, 255, 255, 0.16), transparent 9rem),
        linear-gradient(145deg, rgba(17, 79, 163, 0.62), rgba(6, 38, 105, 0.72));
    border-color: rgba(218, 248, 255, 0.38);
}

.best-section .feature-grid article span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    margin-bottom: 18px;
    background: linear-gradient(145deg, rgba(70, 217, 255, 0.42), rgba(40, 91, 196, 0.46));
    color: #ecfbff;
    font-size: 1.3rem;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.36),
        0 12px 28px rgba(37, 188, 255, 0.22);
}

.best-section .feature-grid article:nth-child(2) span {
    background:
        radial-gradient(circle at 28% 28%, rgba(122, 214, 255, 0.42), transparent 1.8rem),
        linear-gradient(145deg, rgba(85, 109, 255, 0.5), rgba(20, 151, 141, 0.52));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), 0 12px 28px rgba(80, 193, 255, 0.22);
}

.best-section .feature-grid article:nth-child(3) span {
    background:
        radial-gradient(circle at 25% 22%, rgba(255, 255, 255, 0.26), transparent 1.8rem),
        linear-gradient(145deg, rgba(33, 203, 163, 0.48), rgba(29, 88, 148, 0.58));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), 0 12px 28px rgba(34, 205, 165, 0.22);
}

.best-section .feature-grid article:nth-child(4) span {
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 240, 183, 0.4), transparent 1.7rem),
        linear-gradient(145deg, rgba(255, 177, 88, 0.58), rgba(155, 80, 30, 0.6));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), 0 12px 28px rgba(255, 161, 70, 0.24);
}

.best-section .feature-grid article:nth-child(5) span {
    background: linear-gradient(145deg, rgba(123, 229, 255, 0.42), rgba(20, 129, 188, 0.5));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), 0 12px 28px rgba(44, 205, 255, 0.18);
}

.best-section .feature-grid article:nth-child(6) span {
    background: linear-gradient(145deg, rgba(255, 165, 98, 0.5), rgba(197, 79, 40, 0.52));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), 0 12px 28px rgba(255, 126, 58, 0.2);
}

.best-section .feature-grid article:nth-child(7) span {
    background: linear-gradient(145deg, rgba(131, 250, 213, 0.44), rgba(23, 137, 118, 0.52));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), 0 12px 28px rgba(64, 230, 183, 0.18);
}

.best-section .feature-grid article:nth-child(8) span {
    background: linear-gradient(145deg, rgba(218, 138, 255, 0.44), rgba(104, 75, 208, 0.52));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), 0 12px 28px rgba(181, 113, 255, 0.2);
}

.best-section .feature-grid article span.logo-badge {
    width: 58px;
    height: 58px;
    padding: 7px;
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86) 62%, rgba(212, 237, 255, 0.78));
    border: 1px solid rgba(255, 255, 255, 0.82);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 14px 30px rgba(23, 126, 230, 0.24);
}

.best-section .feature-grid article span.gemini-badge {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 14px 30px rgba(68, 153, 255, 0.26);
}

.best-section .feature-grid article span.chatgpt-badge {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 14px 30px rgba(255, 255, 255, 0.18);
}

.best-section .feature-grid article span.claude-badge {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 14px 30px rgba(225, 116, 73, 0.3);
}

.best-section .feature-grid article span.ai-core-badge {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 14px 30px rgba(80, 156, 255, 0.28);
}

.best-section .feature-grid article span.workflow-badge {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 14px 30px rgba(255, 188, 67, 0.24);
}

.best-section .feature-grid article span.service-badge {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 14px 30px rgba(220, 42, 42, 0.24);
}

.best-section .feature-grid article span.safety-badge {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 14px 30px rgba(47, 229, 239, 0.28);
}

.best-section .feature-grid article span.roadmap-badge {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 14px 30px rgba(255, 111, 176, 0.26);
}

.brand-logo {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: contain;
}

.ai-core-badge .brand-logo,
.safety-badge .brand-logo {
    transform: scale(1.15);
}

.workflow-badge .brand-logo {
    transform: scale(1.18);
}

.service-badge .brand-logo,
.roadmap-badge .brand-logo {
    border-radius: 50%;
}

.best-section .feature-grid h3 {
    font-size: 1.18rem;
}

.best-section .feature-grid p {
    color: rgba(255, 255, 255, 0.82);
}

.process-section {
    border-radius: 34px;
    padding: 64px 28px;
    background:
        radial-gradient(circle at 78% 18%, rgba(78, 212, 255, 0.16), transparent 28rem),
        linear-gradient(145deg, rgba(5, 45, 119, 0.64), rgba(4, 27, 80, 0.76));
    border: 1px solid rgba(218, 248, 255, 0.32);
    box-shadow: 0 22px 70px rgba(4, 27, 80, 0.22);
}

.process-section .section-heading {
    max-width: 980px;
    margin-inline: auto;
    text-align: center;
}

.process-section .section-heading h2 {
    max-width: 900px;
    margin-inline: auto;
}

.process-section .process-grid {
    gap: 18px;
}

.process-section .process-grid::before {
    top: 49px;
    left: 12%;
    right: 12%;
    height: 4px;
    background: linear-gradient(90deg, rgba(102, 231, 255, 0.08), rgba(102, 231, 255, 0.76), rgba(255, 203, 91, 0.78), rgba(185, 139, 255, 0.72), rgba(102, 231, 255, 0.08));
    box-shadow: 0 0 24px rgba(76, 222, 255, 0.24);
}

.process-section .process-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 232px;
    background:
        radial-gradient(circle at 16% 14%, rgba(255, 255, 255, 0.15), transparent 9rem),
        radial-gradient(circle at 85% 18%, rgba(var(--process-rgb), 0.22), transparent 9rem),
        linear-gradient(145deg, rgba(17, 79, 163, 0.62), rgba(6, 38, 105, 0.74));
    border-color: rgba(218, 248, 255, 0.38);
}

.process-section .process-card::after {
    width: 120px;
    height: 120px;
    right: -38px;
    bottom: -42px;
    background: rgba(var(--process-rgb), 0.1);
}

.process-section .process-grid article span {
    width: 58px;
    height: 58px;
    min-width: 58px;
    flex-direction: column;
    gap: 2px;
    padding: 0;
    border-radius: 20px;
    margin-bottom: 18px;
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.32), transparent 2rem),
        rgba(var(--process-rgb), 0.26);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        0 12px 28px rgba(var(--process-rgb), 0.18);
}

.process-section .process-grid article span svg {
    width: 24px;
    height: 24px;
}

.process-section .process-grid article span b {
    font-size: 0.72rem;
    line-height: 1;
    opacity: 0.92;
}

.process-section .process-card h3 {
    font-size: 1.18rem;
}

.process-section .process-card p {
    color: rgba(255, 255, 255, 0.82);
}

.commitment-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.commitment-strip span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    border-radius: 18px;
    padding: 12px 14px;
    background:
        linear-gradient(145deg, rgba(255, 202, 91, 0.2), rgba(8, 40, 102, 0.62));
    border: 1px solid rgba(255, 219, 133, 0.34);
    color: #fff2bf;
    font-size: 0.9rem;
    font-weight: 950;
    line-height: 1.25;
    text-align: center;
}

@media (max-width: 1280px) {
    .topbar,
    .section-nav,
    .section-shell,
    .program-masthead,
    .command-grid {
        width: min(calc(100% - 36px), 1040px);
    }

    .training-visual-banner {
        width: min(calc(100% - 36px), 1040px);
    }

    .topbar {
        top: 36px;
        margin-top: 36px;
        min-height: 104px;
        padding: 14px 18px;
    }

    .brand-lockup strong {
        font-size: 1.15rem;
    }

    .crest {
        width: 82px;
        height: 82px;
    }

    .top-profile {
        min-width: auto;
    }

    .top-profile-text strong {
        font-size: 0.96rem;
    }

    .top-profile-contact b {
        font-size: 0.82rem;
    }

    .contact-pill {
        width: 32px;
        height: 28px;
    }

    .zalo-pill {
        width: 44px;
        font-size: 0.64rem;
    }

    .top-avatar {
        width: 66px;
        height: 66px;
    }

    .facebook-button {
        width: 52px;
        height: 52px;
        border-radius: 18px;
    }

    .facebook-button svg {
        width: 30px;
        height: 30px;
    }

    .section-nav {
        min-height: 72px;
        margin-top: 36px;
    }

    .section-nav a {
        gap: 8px;
        font-size: 0.74rem;
    }

    .section-nav a svg {
        width: 34px;
        height: 34px;
        padding: 8px;
    }

    .training-visual-banner {
        margin-top: 36px;
    }
}

@media (max-width: 980px) {
    .topbar,
    .section-nav,
    .section-shell,
    .training-visual-banner,
    .program-masthead,
    .command-grid {
        width: calc(100% - 28px);
    }

    .section-nav {
        border-radius: 24px;
        flex-wrap: wrap;
    }

    .section-nav a {
        flex: 1 1 120px;
    }

    .top-profile-text {
        display: none;
    }

    .top-profile {
        min-width: auto;
    }

    .program-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .program-card dl {
        width: 100%;
        min-width: 0;
    }

    .program-card em {
        max-width: none;
    }

    .commitment-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .topbar {
        top: 12px;
        width: calc(100% - 20px);
        margin-top: 12px;
        gap: 10px;
    }

    .section-nav {
        display: none;
    }

    .section-shell,
    .program-masthead,
    .command-grid {
        width: 100%;
    }

    .training-visual-banner {
        width: 100%;
        margin-top: 18px;
        border-radius: 24px;
    }

    .brand-lockup {
        min-width: 0;
    }

    .brand-lockup strong {
        font-size: 0.92rem;
    }

    .crest {
        width: 44px;
        height: 44px;
    }

    .live-chip {
        display: none;
    }

    .top-profile {
        min-height: 46px;
        padding: 4px;
        min-width: auto;
    }

    .top-avatar {
        width: 38px;
        height: 38px;
    }

    .facebook-button {
        width: 42px;
        height: 42px;
        border-radius: 16px;
    }

    .facebook-button svg {
        width: 24px;
        height: 24px;
    }

    .program-masthead {
        text-align: left;
    }

    .program-copy {
        align-items: flex-start;
    }

    .domain-chips {
        justify-content: flex-start;
        flex-wrap: wrap;
        overflow: visible;
        padding-bottom: 0;
        width: 100%;
    }

    .domain-chips span {
        flex: 1 1 calc(50% - 8px);
        justify-content: center;
        min-width: 0;
        min-height: 42px;
        padding: 8px 10px;
        font-size: 0.86rem;
        text-align: center;
        white-space: normal;
    }

    .program-card {
        text-align: left;
    }

    .best-section {
        padding: 46px 16px;
        border-radius: 26px;
    }

    .process-section {
        padding: 46px 16px;
        border-radius: 26px;
    }

    .training-section {
        padding: 46px 16px;
        border-radius: 26px;
    }

    .source-section {
        padding: 46px 16px;
        border-radius: 26px;
    }

    .forms-section {
        padding: 46px 16px;
        border-radius: 26px;
    }

    .testing-section {
        padding: 46px 16px;
        border-radius: 26px;
    }

    .governance-section {
        padding: 46px 16px;
        border-radius: 26px;
    }

    .best-section .feature-grid article {
        min-height: auto;
    }

    .process-section .process-card {
        min-height: auto;
    }

    .training-section .session-card {
        min-height: auto;
    }

    .source-section .source-steps li {
        min-height: auto;
    }

    .forms-section .forms-grid article {
        min-height: auto;
    }

    .testing-section .test-grid article {
        min-height: auto;
    }

    .governance-section .governance-grid article {
        min-height: auto;
    }

    .commitment-strip {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
