@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Outfit:wght@300;400;500;600;700&display=swap');

.auth-shell {
    margin: 0;
    min-height: 100vh;
    background:
        radial-gradient(circle at top, rgba(197, 161, 74, 0.18), transparent 22%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 30%),
        linear-gradient(135deg, #050505 0%, #080808 45%, #020202 100%);
    color: #f8f1e2;
    font-family: "Outfit", "Segoe UI", sans-serif;
    overflow-x: hidden;
}

.auth-main {
    position: relative;
    min-height: 100vh;
    padding: 32px 24px;
    overflow: hidden;
}

.auth-backdrop,
.auth-grid,
.auth-glow,
.auth-line {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.auth-grid {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 72px 72px;
    opacity: 0.3;
}

.auth-glow {
    inset: auto auto auto 50%;
    top: 0;
    width: 224px;
    height: 224px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: rgba(167, 123, 35, 0.16);
    filter: blur(64px);
}

.auth-line {
    inset: 0 0 auto 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(197, 161, 74, 0.7), transparent);
}

.auth-page {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 64px);
}

.auth-brand {
    padding-top: 16px;
    text-align: center;
}

.auth-brand-title {
    margin: 0;
    font-size: 11px;
    letter-spacing: 0.45em;
    text-transform: uppercase;
    color: #d8bb72;
}

.auth-brand-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
    color: #7e7151;
    font-size: 10px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
}

.auth-brand-subtitle::before,
.auth-brand-subtitle::after {
    content: "";
    width: 64px;
    height: 1px;
    background: currentColor;
    opacity: 0.5;
}

.auth-center {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.auth-card {
    width: 100%;
    max-width: 515px;
    min-height: 565px;
    padding: 40px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(22px);
}

.auth-kicker {
    margin: 0;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.45em;
    text-transform: uppercase;
    color: #8f7a4b;
}

.auth-heading {
    margin: 16px 0 0;
    text-align: center;
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #f7f1e4;
}

.auth-copy {
    margin: 12px 0 0;
    text-align: center;
    font-size: 14px;
    color: #8b877f;
}

.auth-form {
    margin-top: 40px;
}

.auth-field + .auth-field,
.auth-submit,
.auth-footer {
    margin-top: 20px;
}

.auth-label {
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #b7ad96;
}

.auth-input-wrap {
    position: relative;
}

.auth-input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.auth-input::placeholder {
    color: #5f5b55;
}

.auth-input:focus {
    border-color: rgba(197, 161, 74, 0.75);
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 0 0 4px rgba(197, 161, 74, 0.12);
}

.auth-input.is-invalid {
    border-color: #d86464;
    box-shadow: 0 0 0 4px rgba(216, 100, 100, 0.15);
}

.auth-error-message {
    margin: 8px 0 0;
    color: #ff8e8e;
    font-size: 12px;
}

.auth-error-message-terms {
    margin-top: 10px;
}

.auth-input.password {
    padding-right: 56px;
}

.auth-toggle {
    position: absolute;
    top: 50%;
    right: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    border: 0;
    padding: 0;
    color: #786d55;
    cursor: pointer;
    background: transparent;
    transition: color 0.2s ease;
}

.auth-toggle:hover {
    color: #d8bb72;
}

.auth-toggle:focus-visible {
    outline: 2px solid rgba(240, 212, 136, 0.6);
    outline-offset: 2px;
    border-radius: 50%;
}

.auth-toggle-icon {
    position: absolute;
    width: 20px;
    height: 20px;
}

.auth-toggle-icon.is-hidden {
    display: none;
}

.auth-submit-button {
    width: 100%;
    border: 0;
    border-radius: 14px;
    padding: 14px 16px;
    background: #c7a64f;
    color: #18130b;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(199, 166, 79, 0.3);
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.auth-submit-button:hover {
    background: #d5b25b;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(199, 166, 79, 0.35);
}

.auth-submit-button:focus-visible {
    outline: 2px solid rgba(240, 212, 136, 0.6);
    outline-offset: 2px;
}

.auth-footer {
    text-align: center;
    font-size: 14px;
    color: #746f63;
}

.auth-footer a {
    color: #d6b86c;
    font-weight: 700;
    text-decoration: none;
}

.auth-footer a:hover {
    color: #eed395;
}

a {
    text-decoration: none;
}

.auth-loader {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.72);
    z-index: 3000;
}

.auth-loader.is-visible {
    display: flex;
}

.auth-loader-inner {
    display: grid;
    justify-items: center;
    gap: 10px;
    padding: 22px;
    width: min(90vw, 320px);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #111;
}

.auth-loader-inner p {
    margin: 0;
    color: #f3ecdf;
}

.auth-loader-spinner {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 3px solid rgba(201, 167, 78, 0.25);
    border-top-color: #c9a74e;
    animation: auth-spin 0.8s linear infinite;
}

.auth-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    z-index: 3100;
}

.auth-modal.is-visible {
    display: flex;
}

.auth-modal-card {
    width: min(90vw, 420px);
    padding: 22px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #0f0f0f;
}

.auth-modal-card h3 {
    margin: 0;
    color: #f3ecdf;
}

.auth-modal-card p {
    margin: 10px 0 0;
    color: #c8c3b5;
    line-height: 1.5;
}

.auth-modal-close {
    margin-top: 16px;
    width: 100%;
    min-height: 40px;
    border: 1px solid rgba(201, 167, 78, 0.5);
    border-radius: 10px;
    background: transparent;
    color: #d8bb72;
    cursor: pointer;
}

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

.register-page .register-form {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 64px);
}

.register-wrap .register-form {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 64px);
}

.register-header {
    padding-top: 16px;
    text-align: center;
}

.register-header .auth-brand-title {
    font-size: 28px;
    letter-spacing: 0;
    text-transform: none;
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
}

.register-wrap {
    width: 100%;
    max-width: 1180px;
    margin: 56px auto 0;
}

.register-wrap .register-form {
    width: 100%;
    max-width: 1180px;
    margin: 56px auto 0;
}

.register-intro {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
}

.register-step {
    margin: 0;
    font-size: 11px;
    letter-spacing: 0.36em;
    text-transform: uppercase;
    color: #8f7a4b;
}

.register-title {
    margin: 16px 0 0;
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-size: 52px;
    line-height: 1;
    color: #f7f1e4;
}

.register-copy {
    max-width: 520px;
    margin: 16px auto 0;
    font-size: 15px;
    line-height: 1.7;
    color: #8b877f;
}

.register-form {
    margin-top: 34px;
}

.role-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

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

.role-card {
    display: flex;
    flex-direction: column;
    min-height: 477px;
    padding: 18px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(3, 3, 3, 0.64);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.015);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    cursor: pointer;
}

.role-card.is-active {
    border-color: rgba(199, 166, 79, 0.95);
    box-shadow: 0 0 0 1px rgba(199, 166, 79, 0.18), inset 0 0 0 1px rgba(199, 166, 79, 0.2);
}

.role-card:hover {
    transform: translateY(-1px);
}

.role-icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
    color: #b39c66;
}

.role-card.is-active .role-icon {
    border-color: rgba(199, 166, 79, 0.5);
    background: rgba(199, 166, 79, 0.12);
    color: #dcc176;
}

.role-title {
    margin: 18px 0 0;
    font-size: 28px;
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    color: #f3eee4;
}

.role-description {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 1.6;
    color: #908d86;
}

.role-points {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.role-points li {
    margin-top: 8px;
    font-size: 13px;
    color: #9a978f;
    display: flex;
    align-items: center;
    gap: 8px;
}

.role-points li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid rgba(199, 166, 79, 0.65);
    box-shadow: 0 0 0 2px rgba(199, 166, 79, 0.2) inset;
}

.role-card-action {
    margin-top: auto;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    color: #857f70;
    text-align: center;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.role-card.is-active .role-card-action {
    border-color: rgba(199, 166, 79, 0.45);
    background: #c7a64f;
    color: #18130b;
    font-weight: 700;
}

.register-details {
    margin: 20px auto 0;
    max-width: 1180px;
    padding: 18px;
}

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

.register-fields .span-2 {
    grid-column: span 2;
}

.register-submit-row {
    margin-top: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.register-submit-row .auth-submit-button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.register-footer {
    margin-top: 26px;
    text-align: center;
    font-size: 14px;
    color: #746f63;
}

.register-footer a {
    color: #d6b86c;
    text-decoration: none;
    font-weight: 700;
}

.register-footer a:hover {
    color: #eed395;
}

.register-nav-bar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: rgba(5, 5, 5, 0.82);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    z-index: 1000;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
}

.register-nav-bar.is-visible {
    display: flex;
}

.register-nav-back {
    border: 1px solid #2E2E2E;
    background: transparent;
    color: #8b877f;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.register-nav-back:hover {
    color: #d8bb72;
    background: rgba(199, 166, 79, 0.08);
}

.register-nav-steps {
    display: flex;
    align-items: center;
    gap: 24px;
}

.register-nav-step {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #746f63;
    cursor: pointer;
    transition: color 0.2s ease;
}

.register-nav-step.is-active {
    color: #d8bb72;
}

.register-nav-step.is-active .register-nav-step-number {
    border-color: #d8bb72;
}

.register-nav-step.is-done {
    color: #d8bb72;
}

.register-nav-step.is-done .register-nav-step-number {
    border-color: #C9A84C;
    background: rgba(201, 168, 76, 0.1);
}

.register-nav-line {
    display: inline-block;
    width: 38px;
    height: 1px;
    background: #2E2E2E;
    flex-shrink: 0;
}

.register-nav-line.is-done {
    background: #C9A84C;
    opacity: 0.4;
}

.register-nav-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.04);
    font-size: 12px;
    font-weight: 600;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.register-nav-brand {
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-size: 18px;
    color: #f7f1e4;
    letter-spacing: -0.02em;
}

.register-nav-brand .gold {
    color: #d8bb72;
}

.is-in-flow {
    display: none !important;
}
.register-page.is-in-flow .register-header {
    display: none;
}

.register-page.is-in-flow .register-wrap {
    margin-top: 120px;
    max-width: 100%;
    padding: 0 32px;
}

.register-page.is-in-flow .register-intro {
    display: none;
}

.register-page.is-in-flow .role-grid {
    display: none;
}

.register-page.is-in-flow .register-details {
    display: block;
    margin: 0 auto;
    max-width: 730px;
}

.register-account-section {
    display: none;
}

.register-account-section.is-active {
    display: block;
}

.register-account-section .register-step {
    display: block;
    margin-bottom: 24px;
}

.register-account-section h2 {
    margin: 0 0 8px;
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-size: 48px;
    color: #f7f1e4;
    line-height: 1;
}

.register-account-section .register-account-copy {
    margin: 8px 0 28px;
    font-size: 14px;
    color: #8b877f;
    line-height: 1.6;
}

.register-account-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 16px;
}

.register-account-fields .full-width {
    grid-column: span 2;
}

.register-terms {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #8b877f;
}

.register-terms input[type="checkbox"] {
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin-top: 2px;
    accent-color: #c5a14a;
}

.register-terms a {
    color: #d8bb72;
    text-decoration: none;
}

.register-terms a:hover {
    text-decoration: underline;
}

.talent-profile-step-wrap {
    width: 100%;
    max-width: 740px;
    margin: 126px auto 0;
    padding: 14px;
}

.talent-profile-step-title {
    margin: 10px 0 10px;
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-size: 52px;
    line-height: 1;
    color: #f7f1e4;
}

.talent-profile-step-copy {
    margin: 0;
    max-width: 620px;
    color: #8b877f;
    font-size: 14px;
    line-height: 1.6;
}

.talent-profile-group {
    margin-top: 24px;
}

.talent-profile-group h3 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 500;
    color: #f3ecdf;
}

.talent-profile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.talent-profile-head span {
    color: #746f63;
    font-size: 11px;
    letter-spacing: 0.08em;
}

.talent-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.talent-chip {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.03);
    color: #8f8a80;
    font-size: 12px;
}

.talent-chip.is-active {
    border-color: rgba(199, 166, 79, 0.5);
    background: rgba(199, 166, 79, 0.16);
    color: #e1c77d;
}

.talent-profile-cta {
    margin-top: 26px;
}

/* ── Step 3 — About/Bio ─────────────────────────────────────────── */
.talent-about-step-wrap {
    position: relative;
    max-width: 740px;
    margin: 126px auto 0;
    padding: 0 4px;
}

.talent-about-step-title {
    margin: 0 0 10px;
    font-size: 52px;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 600;
    color: #F5F0E8;
    line-height: 1.1;
}

.talent-about-step-copy {
    margin: 0 0 32px;
    font-size: 14px;
    color: #8A8A8A;
    line-height: 1.6;
}

.talent-about-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.talent-about-label {
    font-size: 13px;
    font-weight: 500;
    color: #C0B89A;
    letter-spacing: 0.04em;
}

.talent-about-textarea {
    width: 100%;
    min-height: 220px;
    padding: 16px;
    background: #111111;
    border: 1px solid #2E2E2E;
    border-radius: 6px;
    color: #E8E0CC;
    font-size: 14px;
    line-height: 1.7;
    resize: vertical;
    box-sizing: border-box;
    transition: border-color 0.2s;
    font-family: inherit;
}

.talent-about-textarea::placeholder {
    color: #4A4A4A;
}

.talent-about-textarea:focus {
    outline: none;
    border-color: #C9A84C;
}

.talent-about-cta {
    margin-top: 24px;
    flex-direction: column;
    gap: 10px;
}

.talent-about-skip {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border: 1px solid #C9A84C;
    border-radius: 6px;
    color: #C9A84C;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.talent-about-skip:hover {
    background: rgba(201, 168, 76, 0.08);
}

.talent-portfolio-step-wrap {
    position: relative;
    max-width: 740px;
    margin: 126px auto 0;
    padding: 0 4px;
}

.talent-portfolio-title {
    margin: 0 0 10px;
    font-size: 52px;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 600;
    color: #F5F0E8;
    line-height: 1.1;
}

.talent-portfolio-copy {
    margin: 0 0 22px;
    font-size: 14px;
    color: #8A8A8A;
}

.talent-dropzone {
    border: 1px dashed #3A3A3A;
    border-radius: 12px;
    background: #111214;
    min-height: 146px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 18px;
    transition: border-color 0.2s, background-color 0.2s;
}

.talent-dropzone.is-dragging {
    border-color: #C9A84C;
    background: #151514;
}

.talent-dropzone-title {
    margin: 0;
    color: #E9E4D9;
    font-size: 24px;
    font-family: 'Cormorant Garamond', Georgia, serif;
}

.talent-dropzone-link {
    background: none;
    border: 0;
    color: #C9A84C;
    font: inherit;
    padding: 0;
    cursor: pointer;
}

.talent-dropzone-meta {
    margin: 8px 0 0;
    color: #6E6E6E;
    font-size: 12px;
}

.talent-portfolio-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 22px;
}

.talent-file-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #111214;
    border: 1px solid #222;
    border-radius: 10px;
    padding: 10px;
}

.talent-file-thumb {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: linear-gradient(135deg, #2c1a09, #11330f 50%, #071a33);
    flex-shrink: 0;
}

.talent-file-body {
    flex: 1;
    min-width: 0;
}

.talent-file-name {
    margin: 0;
    color: #ECE7DD;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.talent-file-meta {
    margin: 3px 0 0;
    color: #6E6E6E;
    font-size: 11px;
}

.talent-file-progress {
    margin-top: 8px;
    height: 2px;
    background: #2C2C2C;
    border-radius: 999px;
    overflow: hidden;
}

.talent-file-progress span {
    display: block;
    height: 100%;
    width: 0;
    background: #C9A84C;
    transition: width 0.2s linear;
}

.talent-file-remove {
    width: 28px;
    height: 28px;
    border: 0;
    background: none;
    color: #7B7B7B;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    flex-shrink: 0;
}

.talent-file-remove:hover {
    color: #C9A84C;
}

.talent-file-card.has-error {
    border-color: #7A2A2A;
}

.talent-portfolio-cta {
    margin-top: 24px;
}

@media (max-width: 640px) {
    .auth-main {
        padding: 24px 16px;
    }

    .auth-card {
        padding: 32px 24px;
        min-height: auto;
    }

    .auth-heading {
        font-size: 40px;
    }
}

@media (max-width: 1080px) {
    .register-wrap {
        max-width: 880px;
    }

    .register-title {
        font-size: 44px;
    }

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

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

@media (max-width: 760px) {
    .register-header .auth-brand-title {
        font-size: 22px;
    }

    .register-wrap {
        margin-top: 40px;
    }

    .register-step {
        letter-spacing: 0.28em;
    }

    .register-title {
        font-size: 38px;
    }

    .register-copy {
        font-size: 14px;
    }

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

    .role-card {
        min-height: 320px;
    }

    .register-fields {
        grid-template-columns: 1fr;
    }

    .register-fields .span-2 {
        grid-column: span 1;
    }

    .register-submit-row {
        justify-content: stretch;
    }


@media (max-width: 1024px) {
    .auth-main {
        padding: 24px 18px;
    }

    .register-nav-bar {
        padding: 0 16px;
        gap: 10px;
    }

    .register-nav-steps {
        gap: 12px;
        max-width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
    }

    .register-nav-steps::-webkit-scrollbar {
        display: none;
    }

    .register-nav-step {
        flex: 0 0 auto;
        font-size: 12px;
    }

    .register-nav-step-number {
        width: 24px;
        height: 24px;
        font-size: 11px;
    }

    .register-nav-brand {
        font-size: 16px;
    }

    .register-wrap,
    .register-wrap .register-form {
        margin-top: 26px;
    }

    .register-page.is-in-flow .register-wrap {
        margin-top: 102px;
        padding: 0 14px;
    }

    .register-details {
        padding: 14px;
    }

    .register-account-section h2 {
        font-size: 40px;
    }

    .talent-profile-step-wrap {
        margin-top: 108px;
        max-width: 680px;
    }

    .talent-profile-step-title {
        font-size: 44px;
    }

    .talent-about-step-wrap {
        margin-top: 108px;
        max-width: 680px;
    }

    .talent-about-step-title {
        font-size: 44px;
    }

    .talent-portfolio-step-wrap {
        margin-top: 108px;
        max-width: 680px;
    }

    .talent-portfolio-title {
        font-size: 44px;
    }
}

@media (max-width: 834px) {
    .register-nav-back {
        padding: 7px 10px;
        font-size: 13px;
    }

    .register-nav-brand {
        display: none;
    }

    .register-account-fields {
        gap: 12px;
    }

    .talent-profile-step-wrap {
        margin-top: 98px;
        padding: 12px;
    }

    .talent-profile-step-title {
        font-size: 38px;
    }

    .talent-about-step-wrap {
        margin-top: 98px;
        padding: 12px;
    }

    .talent-about-step-title {
        font-size: 38px;
    }

    .talent-portfolio-step-wrap {
        margin-top: 98px;
        padding: 12px;
    }

    .talent-portfolio-title {
        font-size: 38px;
    }
}

@media (max-width: 640px) {
    .register-nav-bar {
        height: 72px;
        padding: 0 10px;
    }

    .register-nav-back {
        min-width: 72px;
        padding: 6px 9px;
        font-size: 12px;
    }

    .register-nav-steps {
        gap: 8px;
    }

    .register-nav-step span:not(.register-nav-step-number) {
        display: none;
    }

    .register-page.is-in-flow .register-wrap {
        margin-top: 88px;
        padding: 0;
    }

    .register-wrap,
    .register-wrap .register-form {
        margin-top: 12px;
    }

    .register-details {
        margin-top: 12px;
        padding: 10px;
    }

    .register-account-section .register-step {
        margin-bottom: 14px;
    }

    .register-account-section h2 {
        font-size: 32px;
    }

    .register-account-section .register-account-copy {
        margin: 8px 0 18px;
        font-size: 13px;
    }

    .register-account-fields {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .register-account-fields .full-width {
        grid-column: span 1;
    }

    .register-terms {
        gap: 8px;
        font-size: 11px;
    }

    .auth-submit-button {
        min-height: 46px;
    }

    .talent-profile-step-wrap {
        margin-top: 82px;
        padding: 8px;
    }

    .talent-profile-step-title {
        font-size: 32px;
    }

    .talent-about-step-wrap {
        margin-top: 82px;
        padding: 8px;
    }

    .talent-about-step-title {
        font-size: 32px;
    }

    .talent-about-textarea {
        min-height: 180px;
        font-size: 13px;
    }

    .talent-portfolio-step-wrap {
        margin-top: 82px;
        padding: 8px;
    }

    .talent-portfolio-title {
        font-size: 32px;
    }

    .talent-dropzone {
        min-height: 132px;
        padding: 14px;
    }

    .talent-dropzone-title {
        font-size: 21px;
    }

    .talent-chip {
        min-height: 28px;
        padding: 0 10px;
        font-size: 11px;
    }
}
    .register-submit-row .auth-submit-button {
        width: 100%;
    }

    .register-nav-bar {
        padding: 0 16px;
        height: 70px;
    }

    .register-nav-steps {
        gap: 12px;
    }

    .register-nav-step {
        font-size: 12px;
    }

    .register-nav-step-number {
        width: 24px;
        height: 24px;
        font-size: 11px;
    }

    .register-page.is-in-flow .register-wrap {
        margin-top: 90px;
        padding: 0 16px;
    }

    .register-account-section h2 {
        font-size: 36px;
    }

    .register-account-fields {
        grid-template-columns: 1fr;
    }

    .register-account-fields .full-width {
        grid-column: span 1;
    }
}

.ppa-final-wrap {
    position: relative;
    max-width: 680px;
    margin: 96px auto 0;
    text-align: center;
}

.ppa-final-title {
    margin-top: 10px;
    font-size: 56px;
}

.ppa-final-copy {
    margin-top: 12px;
}

.ppa-final-card {
    margin-top: 34px;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(14, 14, 14, 0.75);
}

.ppa-final-id-block {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 16px;
}

.ppa-final-label {
    font-size: 11px;
    letter-spacing: 0.22em;
    color: #8f7a4b;
}

.ppa-final-id-block h2 {
    margin: 8px 0 0;
    color: #d8bb72;
    font-size: 38px;
    font-weight: 500;
}

.ppa-final-meta {
    margin: 16px 0 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    text-align: left;
}

.ppa-final-meta dt {
    margin: 0;
    font-size: 10px;
    letter-spacing: 0.18em;
    color: #7d7769;
    text-transform: uppercase;
}

.ppa-final-meta dd {
    margin: 6px 0 0;
    color: #f7f1e4;
}

.ppa-final-status {
    margin: 22px 0 0;
    font-size: 14px;
}

.ppa-final-status.is-active {
    color: #8ed39d;
}

.ppa-final-status.is-inactive {
    color: #d2bf8e;
}

.ppa-final-actions {
    margin-top: 18px;
    display: grid;
    gap: 10px;
}

.ppa-final-actions .auth-submit-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.ppa-final-upgrade-button {
    width: 100%;
    padding: 13px 16px;
    border-radius: 14px;
    border: 1px solid #a98d45;
    background: transparent;
    color: #d8bb72;
    font-weight: 600;
    cursor: pointer;
}

.ppa-final-upgrade-button:hover {
    background: rgba(197, 161, 74, 0.08);
}

@media (max-width: 760px) {
    .ppa-final-wrap {
        margin-top: 78px;
    }

    .ppa-final-title {
        font-size: 42px;
    }

    .ppa-final-meta {
        grid-template-columns: 1fr;
    }
}