:root {
    --bg: #f4efe6;
    --surface: rgba(255, 255, 255, 0.72);
    --surface-strong: rgba(255, 255, 255, 0.92);
    --ink: #1f2a37;
    --muted: #667085;
    --accent: #f59e0b;
    --accent-deep: #b45309;
    --line: rgba(15, 23, 42, 0.08);
    --shadow: 0 18px 40px rgba(31, 42, 55, 0.12);
}

body {
    min-height: 100vh;
    margin: 0;
    color: var(--ink);
    background:
        radial-gradient(circle at top left, rgba(245, 158, 11, 0.25), transparent 28%),
        radial-gradient(circle at bottom right, rgba(15, 23, 42, 0.08), transparent 24%),
        linear-gradient(135deg, #fcf8f1 0%, #f0e6d7 100%);
    font-family: "Space Grotesk", sans-serif;
    position: relative;
}

.app-background {
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 32px 32px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), transparent 80%);
}

.glass-panel,
.content-card,
.feature-card {
    background: var(--surface);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
}

.navbar {
    border-radius: 1.5rem;
    padding: 0.75rem 1rem;
}

.navbar-brand {
    letter-spacing: 0;
}

.nav-link {
    color: var(--ink);
    font-weight: 500;
    border-radius: 999px;
    padding-inline: 0.95rem !important;
}

.nav-link.active,
.nav-link:hover {
    background: rgba(245, 158, 11, 0.14);
    color: var(--accent-deep);
}

.nav-user {
    margin-left: 0.4rem;
}

.user-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.65rem 0.95rem;
    border-radius: 999px;
    background: var(--surface-strong);
    border: 1px solid var(--line);
    font-size: 0.95rem;
}

.app-stage {
    min-height: 460px;
    border-radius: 2rem;
    padding: 1.5rem;
}

.loading-shell {
    min-height: 360px;
    display: grid;
    place-items: center;
}

.hero-panel {
    padding: 1rem;
}

.landing-page {
    margin: -1.5rem;
    overflow: hidden;
    border-radius: 2rem;
    background: #f8fafc;
}

.landing-hero {
    position: relative;
    min-height: 640px;
    display: grid;
    align-items: center;
    padding: 4.6rem 4.8rem 8.6rem;
    overflow: hidden;
    color: #f8fafc;
    isolation: isolate;
    background:
        radial-gradient(circle at 78% 22%, rgba(45, 212, 191, 0.18), transparent 30%),
        radial-gradient(circle at 92% 84%, rgba(245, 158, 11, 0.22), transparent 24%),
        linear-gradient(140deg, rgba(9, 16, 30, 0.98) 0%, rgba(13, 29, 45, 0.94) 48%, rgba(32, 26, 24, 0.88) 100%),
        #0a1220;
}

.landing-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(10, 18, 32, 0.28) 0%, transparent 48%),
        linear-gradient(0deg, rgba(10, 18, 32, 0.54) 0%, transparent 34%);
}

.landing-visual {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.landing-grid {
    position: absolute;
    inset: -20%;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 58px 58px;
    transform: perspective(900px) rotateX(58deg) translateY(16%);
    transform-origin: center bottom;
    animation: landingGridDrift 14s linear infinite;
    opacity: 0.34;
}

.landing-beam {
    position: absolute;
    height: 2px;
    width: 42%;
    background: linear-gradient(90deg, transparent, rgba(45, 212, 191, 0.7), transparent);
    transform-origin: left center;
    opacity: 0.75;
}

.landing-beam-a {
    top: 33%;
    left: 49%;
    transform: rotate(-18deg);
    animation: landingBeam 4.8s ease-in-out infinite;
}

.landing-beam-b {
    top: 56%;
    left: 40%;
    transform: rotate(16deg);
    animation: landingBeam 5.6s ease-in-out infinite reverse;
}

.landing-studio {
    position: absolute;
    top: 11%;
    right: 5.5%;
    width: min(590px, 45vw);
    min-height: 405px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 1.5rem;
    background: rgba(8, 15, 28, 0.76);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(18px);
    animation: landingFloat 7s ease-in-out infinite;
}

.studio-topbar {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    height: 54px;
    padding-inline: 1.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.studio-topbar span {
    width: 0.66rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #f59e0b;
}

.studio-topbar span:nth-child(2) {
    background: #2dd4bf;
}

.studio-topbar span:nth-child(3) {
    background: #fb7185;
}

.studio-body {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 1rem;
    padding: 1.2rem;
}

.studio-panel {
    min-height: 116px;
    padding: 1rem;
    border-radius: 1.05rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
}

.studio-panel-main {
    min-height: 194px;
}

.studio-panel.wide {
    grid-column: 1 / -1;
}

.studio-panel span,
.landing-token-flow span {
    display: block;
    color: rgba(248, 250, 252, 0.62);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
}

.studio-panel strong,
.landing-token-flow strong {
    display: block;
    margin-top: 0.45rem;
    color: #f8fafc;
    font-size: 1.15rem;
}

.studio-panel-main strong {
    font-size: 1.75rem;
    line-height: 1.08;
}

.studio-progress {
    height: 0.72rem;
    margin-top: 2.1rem;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}

.studio-progress i {
    display: block;
    width: 74%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #2dd4bf, #f59e0b, #fb7185);
    animation: landingProgress 4.2s ease-in-out infinite;
}

.token-rail {
    position: absolute;
    display: grid;
    gap: 0.65rem;
}

.token-rail span {
    width: 0.8rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #f59e0b;
    box-shadow: 0 0 24px rgba(245, 158, 11, 0.5);
    animation: landingToken 2.8s ease-in-out infinite;
}

.token-rail span:nth-child(2) {
    background: #2dd4bf;
    animation-delay: -0.6s;
}

.token-rail span:nth-child(3) {
    background: #fb7185;
    animation-delay: -1.2s;
}

.token-rail span:nth-child(4) {
    animation-delay: -1.8s;
}

.token-rail-a {
    top: 18%;
    right: 3.2rem;
}

.token-rail-b {
    left: 38%;
    bottom: 13%;
}

.landing-hero__content {
    position: relative;
    z-index: 2;
    max-width: 585px;
    padding-bottom: 0;
}

.landing-hero__content .eyebrow,
.landing-dark .eyebrow {
    color: #5eead4;
}

.landing-hero h1 {
    margin: 0.75rem 0 1rem;
    color: #ffffff;
    font-size: 5.8rem;
    line-height: 0.95;
    letter-spacing: 0;
}

.landing-hero__content p {
    max-width: 560px;
    color: rgba(248, 250, 252, 0.78);
    font-size: 1.18rem;
    line-height: 1.65;
}

.landing-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1.35rem;
}

.landing-hero__chips span {
    display: inline-flex;
    align-items: center;
    min-height: 2.25rem;
    padding: 0.45rem 0.8rem;
    border: 1px solid rgba(94, 234, 212, 0.24);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.38);
    color: rgba(248, 250, 252, 0.82);
    font-size: 0.92rem;
    font-weight: 700;
    backdrop-filter: blur(10px);
}

.landing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2rem;
}

.landing-actions .btn-light {
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    backdrop-filter: blur(12px);
}

.landing-actions .btn-light:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.landing-proof {
    position: absolute;
    z-index: 2;
    left: 4.8rem;
    right: 4.8rem;
    bottom: 2rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.landing-proof div {
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
}

.landing-proof span {
    display: block;
    color: #f59e0b;
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
}

.landing-proof strong {
    display: block;
    margin-top: 0.3rem;
    color: rgba(248, 250, 252, 0.78);
    font-size: 0.95rem;
}

.landing-section {
    padding: 4.2rem 4.8rem;
}

.landing-split {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
    gap: 4rem;
    align-items: start;
    background: #f8fafc;
}

.landing-section h2 {
    margin: 0.75rem 0 0;
    color: #0f172a;
    font-size: 2.85rem;
    line-height: 1.05;
    letter-spacing: 0;
}

.landing-section p {
    color: #475569;
    font-size: 1.08rem;
    line-height: 1.8;
}

.landing-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: #d8e1e8;
    border-top: 1px solid #d8e1e8;
    border-bottom: 1px solid #d8e1e8;
}

.landing-feature {
    min-height: 280px;
    padding: 2rem;
    background: #ffffff;
    transition: transform 0.24s ease, background 0.24s ease;
}

.landing-feature:hover {
    transform: translateY(-4px);
    background: #f2fbf8;
}

.landing-feature span {
    color: #0f766e;
    font-weight: 700;
}

.landing-feature h3 {
    margin-top: 2.5rem;
    color: #0f172a;
    font-size: 1.6rem;
}

.landing-feature p {
    color: #52616f;
    line-height: 1.75;
}

.landing-dark {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
    gap: 3rem;
    align-items: center;
    background: #0f172a;
    color: #f8fafc;
}

.landing-dark h2 {
    color: #ffffff;
}

.landing-dark p {
    color: rgba(248, 250, 252, 0.72);
}

.landing-token-flow {
    display: grid;
    gap: 0.8rem;
}

.landing-token-flow div {
    padding: 1.1rem 1.2rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        linear-gradient(90deg, rgba(45, 212, 191, 0.16), rgba(245, 158, 11, 0.1)),
        rgba(255, 255, 255, 0.06);
    transform: translateX(0);
    transition: transform 0.24s ease, border-color 0.24s ease;
}

.landing-token-flow div:hover {
    transform: translateX(8px);
    border-color: rgba(45, 212, 191, 0.45);
}

.landing-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    background: #ffffff;
}

.landing-cta .landing-actions {
    margin-top: 0;
}

@keyframes landingGridDrift {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 58px 58px;
    }
}

@keyframes landingFloat {
    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-14px) rotate(-0.6deg);
    }
}

@keyframes landingNode {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes landingToken {
    0%,
    100% {
        transform: translateY(0);
        opacity: 0.55;
    }
    50% {
        transform: translateY(-12px);
        opacity: 1;
    }
}

@keyframes landingProgress {
    0%,
    100% {
        width: 54%;
    }
    50% {
        width: 84%;
    }
}

@keyframes landingBeam {
    0%,
    100% {
        opacity: 0.28;
        width: 34%;
    }
    50% {
        opacity: 0.86;
        width: 46%;
    }
}

.eyebrow,
.card-kicker,
.feature-card small {
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 0.75rem;
    color: var(--accent-deep);
    font-weight: 700;
}

.feature-stack {
    display: grid;
    gap: 1rem;
}

.feature-card,
.content-card {
    border-radius: 1.5rem;
    padding: 1.35rem;
}

.feature-card strong {
    display: block;
    font-size: 1.25rem;
    margin-top: 0.35rem;
}

.feature-card p,
.content-card p,
.text-secondary {
    color: var(--muted) !important;
}

.accent-card {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.18), rgba(255, 255, 255, 0.78));
}

.content-card h1,
.content-card h2,
.hero-panel h1 {
    letter-spacing: 0;
}

.narrow-card {
    max-width: 620px;
    margin: 0 auto;
}

.form-control,
.form-select {
    border-radius: 1rem;
    border-color: rgba(31, 42, 55, 0.12);
    padding-block: 0.95rem;
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(245, 158, 11, 0.65);
    box-shadow: 0 0 0 0.25rem rgba(245, 158, 11, 0.18);
}

.profile-textarea {
    min-height: 170px;
    resize: vertical;
}

.profile-side-card {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.82), rgba(245, 158, 11, 0.1));
}

.profile-data-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.95rem;
}

.profile-data-list li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.95rem;
    border-bottom: 1px solid rgba(31, 42, 55, 0.08);
}

.profile-data-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.profile-data-list span {
    color: var(--muted);
    font-size: 0.95rem;
}

.profile-data-list strong {
    text-align: right;
    font-size: 0.98rem;
    word-break: break-word;
}

.profile-data-list a {
    color: var(--accent-deep);
    text-decoration: none;
}

.profile-data-list a:hover {
    text-decoration: underline;
}

.profile-richtext {
    color: var(--ink);
    line-height: 1.7;
    white-space: normal;
}

.profile-badge {
    color: var(--ink);
}

.profile-education-stack {
    display: grid;
    gap: 0.85rem;
}

.profile-tabs-shell {
    margin-top: 1.25rem;
}

.profile-tabs {
    gap: 0.75rem;
    border-bottom: 0;
}

.profile-tabs .nav-link {
    border: 1px solid rgba(31, 42, 55, 0.1);
    background: rgba(255, 255, 255, 0.7);
    color: var(--ink);
    padding-block: 0.85rem;
    padding-inline: 1.2rem !important;
}

.profile-tabs .nav-link:hover {
    border-color: rgba(245, 158, 11, 0.35);
}

.profile-tabs .nav-link.active {
    border-color: rgba(245, 158, 11, 0.8);
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.16), rgba(255, 255, 255, 0.95));
    color: var(--accent-deep);
    box-shadow: 0 0 0 0.22rem rgba(245, 158, 11, 0.12);
}

.profile-tab-panel {
    margin-top: 1.25rem;
}

.dashboard-tabs-shell {
    margin-top: 1.5rem;
}

.dashboard-tabs {
    gap: 0.75rem;
    border-bottom: 0;
}

.dashboard-tabs .nav-link {
    border: 1px solid rgba(31, 42, 55, 0.1);
    background: rgba(255, 255, 255, 0.7);
    color: var(--ink);
    padding-block: 0.9rem;
    padding-inline: 1.25rem !important;
}

.dashboard-tabs .nav-link:hover {
    border-color: rgba(245, 158, 11, 0.35);
}

.dashboard-tabs .nav-link.active {
    border-color: rgba(245, 158, 11, 0.8);
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.16), rgba(255, 255, 255, 0.95));
    color: var(--accent-deep);
    box-shadow: 0 0 0 0.22rem rgba(245, 158, 11, 0.12);
}

.dashboard-tab-panel {
    margin-top: 1.25rem;
}

.dashboard-filter-card {
    padding: 1rem;
}

.dashboard-filter-form {
    margin: 0;
}

.dashboard-filter-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: end;
}

.dashboard-filter-actions {
    display: flex;
    align-items: end;
}

.admin-menu-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.activity-stack {
    display: grid;
    gap: 1rem;
}

.activity-card {
    padding: 1rem 1.05rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(31, 42, 55, 0.08);
    background: rgba(255, 255, 255, 0.68);
}

.activity-deadline-box {
    min-width: 210px;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(31, 42, 55, 0.08);
    background: rgba(255, 255, 255, 0.7);
}

.activity-deadline-box span {
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 0.2rem;
}

.activity-deadline-box strong {
    font-size: 1rem;
}

.activity-meta-list li {
    padding-bottom: 0.7rem;
}

.application-textarea {
    min-height: 120px;
    resize: vertical;
}

.application-state-box {
    padding: 1rem 1.05rem;
    border-radius: 1.1rem;
    border: 1px solid rgba(31, 42, 55, 0.08);
    background: rgba(255, 255, 255, 0.74);
}

.application-message-preview {
    color: var(--ink);
    line-height: 1.7;
    white-space: normal;
}

.company-application-stack {
    display: grid;
    gap: 0.9rem;
}

.company-application-card {
    padding: 0.95rem 1rem;
    border-radius: 1.1rem;
    border: 1px solid rgba(31, 42, 55, 0.08);
    background: rgba(255, 255, 255, 0.78);
}

.company-status-form__controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: center;
}

.admin-category-stack {
    display: grid;
    gap: 1rem;
}

.admin-gamification-stack {
    display: grid;
    gap: 1rem;
}

.admin-category-card {
    padding: 1rem 1.05rem;
    border-radius: 1.2rem;
    border: 1px solid rgba(31, 42, 55, 0.08);
    background: rgba(255, 255, 255, 0.76);
}

.gamification-card {
    display: flex;
    flex-direction: column;
}

.xp-widget {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    margin-top: 1rem;
}

.xp-ring {
    --progress: 0;
    width: 132px;
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 0.5rem;
    display: grid;
    place-items: center;
    background:
        conic-gradient(
            var(--accent) calc(var(--progress) * 1%),
            rgba(31, 42, 55, 0.1) 0
        );
    box-shadow: inset 0 0 0 1px rgba(31, 42, 55, 0.08);
}

.xp-ring__inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: grid;
    place-items: center;
    align-content: center;
    background: var(--surface-strong);
    border: 1px solid rgba(31, 42, 55, 0.08);
    text-align: center;
}

.xp-ring__inner span {
    display: block;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
}

.xp-ring__inner strong {
    display: block;
    color: var(--ink);
    font-size: 2.4rem;
    line-height: 1;
}

.xp-widget__copy {
    min-width: 0;
}

.token-balance {
    margin-top: 1.15rem;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(31, 42, 55, 0.08);
    background: rgba(255, 255, 255, 0.76);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.token-balance span {
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
}

.token-balance strong {
    font-size: 1.55rem;
    line-height: 1;
}

.onboarding-modal .modal-content {
    border: 1px solid var(--line);
    border-radius: 1.2rem;
    background: var(--surface-strong);
    box-shadow: var(--shadow);
    max-height: calc(100vh - 2rem);
    max-height: calc(100dvh - 2rem);
    overflow: hidden;
}

.onboarding-modal .modal-dialog {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.onboarding-modal form {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 2rem);
    max-height: calc(100dvh - 2rem);
    min-height: 0;
}

.onboarding-modal .modal-body {
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.onboarding-modal .modal-header,
.onboarding-modal .modal-footer {
    border-color: rgba(31, 42, 55, 0.08);
    flex-shrink: 0;
}

.onboarding-category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.onboarding-category-option {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 52px;
    padding: 0.75rem 0.9rem;
    border-radius: 1rem;
    border: 1px solid rgba(31, 42, 55, 0.1);
    background: rgba(255, 255, 255, 0.78);
    cursor: pointer;
}

.onboarding-category-option input {
    width: 1.05rem;
    height: 1.05rem;
    accent-color: var(--accent);
}

.onboarding-category-option span {
    font-weight: 700;
}

.education-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: center;
}

.role-grid {
    display: grid;
    gap: 0.9rem;
}

.role-option {
    display: block;
    cursor: pointer;
}

.role-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.role-option__content {
    display: block;
    padding: 1rem 1.1rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(31, 42, 55, 0.12);
    background: rgba(255, 255, 255, 0.8);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.role-option__content strong {
    display: block;
    margin-bottom: 0.3rem;
}

.role-option__content small {
    display: block;
    color: var(--muted);
    line-height: 1.45;
}

.role-option:hover .role-option__content {
    transform: translateY(-1px);
    border-color: rgba(245, 158, 11, 0.4);
}

.role-option input:checked + .role-option__content {
    border-color: rgba(245, 158, 11, 0.8);
    box-shadow: 0 0 0 0.28rem rgba(245, 158, 11, 0.15);
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.14), rgba(255, 255, 255, 0.92));
}

.btn {
    border-radius: 999px;
    font-weight: 700;
    padding-inline: 1.1rem;
}

.btn-warning {
    color: #231605;
}

code {
    color: var(--accent-deep);
}

.badge.text-bg-light {
    border: 1px solid rgba(31, 42, 55, 0.1);
}

body.is-loading #app {
    opacity: 0.92;
}

@media (prefers-reduced-motion: reduce) {
    .landing-grid,
    .landing-beam,
    .landing-studio,
    .studio-progress i,
    .token-rail span {
        animation: none;
    }
}

@media (max-width: 991.98px) {
    .navbar {
        border-radius: 1.25rem;
    }

    .app-stage {
        padding: 1.1rem;
        border-radius: 1.5rem;
    }

    .landing-page {
        margin: -1.1rem;
        border-radius: 1.5rem;
    }

    .landing-hero {
        min-height: auto;
        padding: 2rem;
        align-items: stretch;
        gap: 1.35rem;
    }

    .landing-hero__content {
        order: 1;
        max-width: 680px;
        padding: 0;
    }

    .landing-hero h1 {
        font-size: 4.1rem;
    }

    .landing-hero__content p {
        font-size: 1.05rem;
    }

    .landing-hero__chips {
        margin-top: 1rem;
    }

    .landing-visual {
        position: relative;
        order: 2;
        z-index: 2;
        min-height: 330px;
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 1.35rem;
        background: rgba(15, 23, 42, 0.32);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    }

    .landing-grid {
        inset: -34%;
        transform: perspective(780px) rotateX(56deg) translateY(18%);
    }

    .landing-studio {
        top: auto;
        right: 1rem;
        bottom: 1rem;
        width: calc(100% - 2rem);
        min-height: 252px;
        opacity: 0.98;
    }

    .studio-body {
        grid-template-columns: 1fr 1fr;
        gap: 0.7rem;
        padding: 0.85rem;
    }

    .studio-panel {
        min-height: 88px;
        padding: 0.8rem;
    }

    .studio-panel-main {
        min-height: 126px;
    }

    .studio-panel-main strong {
        font-size: 1.22rem;
    }

    .token-rail-a {
        top: 5.25rem;
        right: 1rem;
    }

    .token-rail-b {
        left: 1.25rem;
        bottom: 2.2rem;
    }

    .landing-proof {
        position: relative;
        order: 3;
        left: auto;
        right: auto;
        bottom: auto;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .landing-proof div {
        padding: 0.78rem 0.9rem;
    }

    .landing-proof span {
        font-size: 1.45rem;
    }

    .landing-section {
        padding: 2.4rem 1.4rem;
    }

    .landing-split,
    .landing-dark {
        grid-template-columns: 1fr;
        gap: 1.3rem;
    }

    .landing-section h2 {
        font-size: 2.15rem;
    }

    .landing-feature-grid {
        grid-template-columns: 1fr;
    }

    .landing-feature {
        min-height: auto;
    }

    .landing-feature h3 {
        margin-top: 1.5rem;
    }

    .landing-cta {
        display: block;
    }

    .landing-cta .landing-actions {
        margin-top: 1.4rem;
    }

    .nav-user {
        margin-left: 0;
    }

    .profile-data-list li,
    .education-item,
    .company-status-form__controls,
    .dashboard-filter-grid {
        grid-template-columns: 1fr;
    }

    .admin-menu-grid {
        grid-template-columns: 1fr;
    }

    .admin-menu-grid,
    .admin-category-stack,
    .admin-gamification-stack {
        gap: 0.85rem;
    }

    .xp-widget {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .onboarding-category-grid {
        grid-template-columns: 1fr;
    }

    .profile-data-list strong {
        text-align: left;
    }
}

@media (max-width: 575.98px) {
    .landing-hero {
        padding: 1.1rem;
        gap: 1rem;
    }

    .landing-hero__content {
        padding-top: 0;
    }

    .landing-hero h1 {
        font-size: 3rem;
    }

    .landing-hero__content p {
        font-size: 0.98rem;
        line-height: 1.58;
    }

    .landing-hero__chips {
        gap: 0.45rem;
    }

    .landing-hero__chips span {
        min-height: 2rem;
        padding: 0.38rem 0.65rem;
        font-size: 0.84rem;
    }

    .landing-actions {
        width: 100%;
        gap: 0.65rem;
    }

    .landing-actions .btn {
        width: 100%;
    }

    .landing-visual {
        min-height: 265px;
        border-radius: 1.1rem;
    }

    .landing-beam {
        display: none;
    }

    .landing-studio {
        right: 0.75rem;
        bottom: 0.75rem;
        width: calc(100% - 1.5rem);
        min-height: 210px;
        border-radius: 1rem;
        opacity: 0.96;
    }

    .studio-topbar {
        height: 38px;
        padding-inline: 0.85rem;
    }

    .studio-body {
        gap: 0.55rem;
        padding: 0.65rem;
    }

    .studio-panel {
        min-height: 70px;
        padding: 0.65rem;
        border-radius: 0.8rem;
    }

    .studio-panel-main {
        min-height: 96px;
    }

    .studio-panel.wide {
        display: none;
    }

    .studio-panel span {
        font-size: 0.68rem;
    }

    .studio-panel-main strong,
    .studio-panel strong {
        font-size: 0.95rem;
    }

    .token-rail {
        display: none;
    }

    .landing-proof {
        gap: 0.55rem;
        grid-template-columns: 1fr;
    }

    .landing-proof div {
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }

    .landing-proof strong {
        margin-top: 0;
    }

    .landing-section {
        padding: 2.15rem 1.1rem;
    }

    .landing-section h2 {
        font-size: 1.85rem;
    }

    .landing-feature {
        padding: 1.35rem;
    }

    .landing-token-flow div {
        padding: 0.95rem;
    }

    .landing-token-flow strong {
        font-size: 1rem;
    }
}
