/*
 * Prestige Light shared theme overrides
 *
 * This stylesheet is intentionally scoped to the Prestige Light wrappers so it
 * can unify the look of duplicated template CSS without changing behavior.
 */

:is(
    .gla-prestige-light-auth-wrapper,
    .gla-prestige-light-dashboard,
    .gla-prestige-light-entries,
    .gla-prestige-light-profile,
    .gla-prestige-light-submission,
    .gla-prestige-light-entry-view,
    .gla-dashboard-container,
    .gla-my-votes-container,
    .gla-judge-page-container,
    .gla-judging-container,
    .gla-entries-panel,
    body.gla-winners-page .gla-winners-container,
    body.gla-category-winners-page .gla-category-winners-container,
    .gla-pl-clean
) {
    --pl-paper: #f6f8fb;
    --pl-paper-strong: #ffffff;
    --pl-paper-soft: #eaf0f5;
    --pl-ivory: #dce5ee;
    --pl-line: rgba(58, 79, 101, 0.14);
    --pl-line-strong: rgba(58, 79, 101, 0.24);
    --pl-gold: #526d88;
    --pl-gold-deep: #24384e;
    --pl-gold-soft: #a9b8c7;
    --pl-ink: #1e2a36;
    --pl-muted: #5e6c7a;
    --pl-subtle: #8593a2;
    --pl-success: #5c7a69;
    --pl-shadow: 0 18px 44px rgba(36, 50, 65, 0.08);
    --pl-shadow-soft: 0 10px 24px rgba(36, 50, 65, 0.06);
    --pl-radius-lg: 26px;
    --pl-radius-md: 18px;
    --pl-radius-sm: 12px;
    --pl-heading-font: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
    --pl-body-font: "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
    color: var(--pl-ink);
    font-family: var(--pl-body-font);
}

:is(
    .gla-prestige-light-auth-wrapper,
    .gla-prestige-light-dashboard,
    .gla-prestige-light-entries,
    .gla-prestige-light-profile,
    .gla-prestige-light-submission,
    .gla-prestige-light-entry-view,
    .gla-dashboard-container,
    .gla-my-votes-container,
    .gla-judge-page-container,
    .gla-judging-container,
    .gla-entries-panel
) {
    background:
        radial-gradient(circle at top right, rgba(186, 199, 214, 0.26), transparent 24rem),
        radial-gradient(circle at bottom left, rgba(220, 228, 236, 0.74), transparent 18rem),
        linear-gradient(180deg, #f6f8fb 0%, #eaf0f5 100%);
}

:is(
    .gla-prestige-light-auth-wrapper,
    .gla-prestige-light-dashboard,
    .gla-prestige-light-entries,
    .gla-prestige-light-profile,
    .gla-prestige-light-submission,
    .gla-prestige-light-entry-view,
    .gla-dashboard-container,
    .gla-my-votes-container,
    .gla-judge-page-container,
    .gla-judging-container,
    .gla-entries-panel,
    body.gla-winners-page .gla-winners-container,
    body.gla-category-winners-page .gla-category-winners-container,
    .gla-pl-clean
) :is(h1, h2, h3, h4, h5) {
    color: var(--pl-ink);
    font-family: var(--pl-heading-font);
    letter-spacing: -0.02em;
}

:is(
    .gla-prestige-light-auth-wrapper,
    .gla-prestige-light-dashboard,
    .gla-prestige-light-entries,
    .gla-prestige-light-profile,
    .gla-prestige-light-submission,
    .gla-prestige-light-entry-view,
    .gla-dashboard-container,
    .gla-my-votes-container,
    .gla-judge-page-container,
    .gla-judging-container,
    .gla-entries-panel,
    body.gla-winners-page .gla-winners-container,
    body.gla-category-winners-page .gla-category-winners-container,
    .gla-pl-clean
) :is(p, span, li, label, small, strong, a, div, button, input, select, textarea) {
    font-family: inherit;
}

:is(
    .gla-prestige-light-auth-wrapper,
    .gla-prestige-light-dashboard,
    .gla-prestige-light-entries,
    .gla-prestige-light-profile,
    .gla-prestige-light-submission,
    .gla-prestige-light-entry-view,
    .gla-dashboard-container,
    .gla-my-votes-container,
    .gla-judge-page-container,
    .gla-judging-container,
    .gla-entries-panel,
    body.gla-winners-page .gla-winners-container,
    body.gla-category-winners-page .gla-category-winners-container,
    .gla-pl-clean
) a {
    color: var(--pl-gold-deep);
    text-underline-offset: 0.18em;
    transition: color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

:is(
    .gla-prestige-light-auth-wrapper,
    .gla-prestige-light-dashboard,
    .gla-prestige-light-entries,
    .gla-prestige-light-profile,
    .gla-prestige-light-submission,
    .gla-prestige-light-entry-view,
    .gla-dashboard-container,
    .gla-my-votes-container,
    .gla-judge-page-container,
    .gla-judging-container,
    .gla-entries-panel,
    body.gla-winners-page .gla-winners-container,
    body.gla-category-winners-page .gla-category-winners-container,
    .gla-pl-clean
) a:hover {
    color: var(--pl-ink);
}

/*
 * Shared surfaces
 */
.gla-prestige-light-auth-wrapper .gla-prestige-light-auth-card,
.gla-prestige-light-dashboard .gla-prestige-light-sidebar,
.gla-prestige-light-dashboard .gla-prestige-light-welcome-section,
.gla-prestige-light-dashboard .gla-prestige-light-action-card,
.gla-prestige-light-entries .gla-prestige-light-entries-sidebar,
.gla-prestige-light-entries .gla-prestige-light-filter-bar,
.gla-prestige-light-entries .gla-prestige-light-modal-content,
.gla-prestige-light-profile .gla-prestige-light-profile-section,
.gla-prestige-light-submission .gla-prestige-light-form-container,
.gla-prestige-light-submission .gla-prestige-light-form-section,
.gla-prestige-light-submission .gla-prestige-light-review-section,
.gla-prestige-light-entry-view .gla-prestige-light-entry-card,
.gla-dashboard-container .gla-professional-header,
.gla-dashboard-container .gla-page-header,
.gla-dashboard-container .gla-result-card,
.gla-my-votes-container .gla-category-section,
.gla-my-votes-container .gla-no-votes,
.gla-judge-page-container .gla-judge-welcome,
.gla-judge-page-container .gla-judge-actions,
.gla-judge-page-container .gla-judge-stats,
.gla-judge-page-container .gla-quick-links,
.gla-judging-container .gla-enhanced-header,
.gla-judging-container #gla-my-votes-panel,
.gla-judging-container #gla-entry-container,
.gla-judging-container #gla-category-completion,
.gla-entries-panel .gla-entries-header,
.gla-entries-panel .gla-entries-filters,
.gla-entries-panel .gla-entry-card,
body.gla-winners-page .gla-winners-container .gla-winners-intro,
body.gla-winners-page .gla-winners-container .gla-overall-winner-section,
body.gla-category-winners-page .gla-category-winners-container .gla-top-winner,
body.gla-category-winners-page .gla-category-winners-container .gla-honorable-item,
.gla-pl-clean .gla-pl-clean__header,
.gla-pl-clean .gla-pl-clean__section,
.gla-pl-clean .gla-pl-clean__archive-card,
.gla-pl-clean .gla-pl-clean__feature-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(243, 247, 250, 0.97) 100%);
    border: 1px solid var(--pl-line);
    border-radius: var(--pl-radius-lg);
    box-shadow: var(--pl-shadow);
}

.gla-prestige-light-dashboard .gla-prestige-light-main,
.gla-prestige-light-entries .gla-prestige-light-entries-main,
.gla-prestige-light-submission .gla-prestige-light-form,
.gla-dashboard-container .gla-results-container,
.gla-my-votes-container .gla-my-votes-content {
    color: var(--pl-ink);
}

/*
 * Shared controls
 */
.gla-prestige-light-auth-wrapper .gla-prestige-light-input,
.gla-prestige-light-auth-wrapper .gla-prestige-light-select,
.gla-prestige-light-auth-wrapper .gla-prestige-light-textarea,
.gla-prestige-light-profile .gla-prestige-light-input,
.gla-prestige-light-profile .gla-prestige-light-select,
.gla-prestige-light-profile .gla-prestige-light-textarea,
.gla-prestige-light-submission .gla-prestige-light-input,
.gla-prestige-light-submission .gla-prestige-light-select,
.gla-prestige-light-submission .gla-prestige-light-textarea,
.gla-prestige-light-entries .gla-prestige-light-filter-select,
.gla-dashboard-container .gla-year-filter-select,
.gla-entries-panel .gla-filter-item input,
.gla-entries-panel .gla-filter-item select {
    background: linear-gradient(180deg, #ffffff 0%, #f1f5f9 100%);
    border: 1px solid var(--pl-line-strong);
    border-radius: 14px;
    color: var(--pl-ink);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-input:focus,
.gla-prestige-light-auth-wrapper .gla-prestige-light-select:focus,
.gla-prestige-light-auth-wrapper .gla-prestige-light-textarea:focus,
.gla-prestige-light-profile .gla-prestige-light-input:focus,
.gla-prestige-light-profile .gla-prestige-light-select:focus,
.gla-prestige-light-profile .gla-prestige-light-textarea:focus,
.gla-prestige-light-submission .gla-prestige-light-input:focus,
.gla-prestige-light-submission .gla-prestige-light-select:focus,
.gla-prestige-light-submission .gla-prestige-light-textarea:focus,
.gla-prestige-light-entries .gla-prestige-light-filter-select:focus,
.gla-dashboard-container .gla-year-filter-select:focus,
.gla-entries-panel .gla-filter-item input:focus,
.gla-entries-panel .gla-filter-item select:focus {
    border-color: rgba(64, 91, 122, 0.68);
    box-shadow: 0 0 0 4px rgba(64, 91, 122, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.92);
    outline: none;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-btn,
.gla-prestige-light-profile .gla-prestige-light-btn,
.gla-prestige-light-submission .gla-prestige-light-btn,
.gla-prestige-light-entries .gla-prestige-light-submit-btn,
.gla-prestige-light-entries .gla-prestige-light-entries-nav-item,
.gla-dashboard-container .gla-btn,
.gla-my-votes-container .gla-button,
.gla-judge-page-container .gla-action-btn,
.gla-judging-container .gla-button,
.gla-entries-panel .button,
body.gla-winners-page .gla-winners-container .gla-category-button,
body.gla-category-winners-page .gla-category-winners-container .gla-view-details,
body.gla-category-winners-page .gla-category-winners-container .gla-view-details-small,
.gla-pl-clean .gla-pl-clean__actions a,
.gla-pl-clean .gla-pl-clean__copy {
    border-radius: 999px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-btn-primary,
.gla-prestige-light-profile .gla-prestige-light-btn-primary,
.gla-prestige-light-submission .gla-prestige-light-btn-primary,
.gla-prestige-light-entries .gla-prestige-light-submit-btn,
.gla-dashboard-container .gla-btn-primary,
.gla-my-votes-container .gla-button-primary,
.gla-judge-page-container .gla-btn-primary,
.gla-judging-container .gla-button.gla-primary,
.gla-entries-panel .button-primary,
body.gla-category-winners-page .gla-category-winners-container .gla-view-details:hover,
body.gla-category-winners-page .gla-category-winners-container .gla-view-details-small:hover,
.gla-pl-clean .gla-pl-clean__actions a,
.gla-pl-clean .gla-pl-clean__copy:hover {
    background: linear-gradient(135deg, #35516b 0%, #66839f 54%, #dce6ef 100%);
    border-color: rgba(58, 79, 101, 0.22);
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(56, 82, 108, 0.18);
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-btn-secondary,
.gla-prestige-light-profile .gla-prestige-light-btn-secondary,
.gla-prestige-light-submission .gla-prestige-light-btn-secondary,
.gla-dashboard-container .gla-btn-secondary,
.gla-my-votes-container .gla-button-secondary,
.gla-judge-page-container .gla-btn-secondary,
.gla-judging-container .gla-button.gla-secondary,
.gla-judging-container .gla-button.gla-tertiary,
body.gla-category-winners-page .gla-category-winners-container .gla-view-details,
body.gla-category-winners-page .gla-category-winners-container .gla-view-details-small,
.gla-pl-clean .gla-pl-clean__copy {
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid var(--pl-line-strong);
    color: var(--pl-gold-deep);
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-btn:hover,
.gla-prestige-light-profile .gla-prestige-light-btn:hover,
.gla-prestige-light-submission .gla-prestige-light-btn:hover,
.gla-prestige-light-entries .gla-prestige-light-submit-btn:hover,
.gla-prestige-light-entries .gla-prestige-light-entries-nav-item:hover,
.gla-dashboard-container .gla-btn:hover,
.gla-my-votes-container .gla-button:hover,
.gla-judge-page-container .gla-action-btn:hover,
.gla-judging-container .gla-button:hover,
.gla-entries-panel .button:hover,
body.gla-winners-page .gla-winners-container .gla-category-button:hover,
body.gla-category-winners-page .gla-category-winners-container .gla-view-details:hover,
body.gla-category-winners-page .gla-category-winners-container .gla-view-details-small:hover,
.gla-pl-clean .gla-pl-clean__actions a:hover,
.gla-pl-clean .gla-pl-clean__copy:hover {
    transform: translateY(-2px);
}

/*
 * Authentication
 */
.gla-prestige-light-auth-wrapper {
    position: relative;
    overflow: hidden;
    padding: 56px 24px;
}

.gla-prestige-light-auth-wrapper::before,
.gla-prestige-light-auth-wrapper::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(186, 199, 214, 0.26) 0%, rgba(186, 199, 214, 0) 72%);
    pointer-events: none;
}

.gla-prestige-light-auth-wrapper::before {
    width: 26rem;
    height: 26rem;
    top: -12rem;
    right: -10rem;
}

.gla-prestige-light-auth-wrapper::after {
    width: 20rem;
    height: 20rem;
    bottom: -8rem;
    left: -8rem;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-auth-container {
    max-width: 560px;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-decoration {
    height: 1px;
    width: 180px;
    background: linear-gradient(90deg, rgba(74, 102, 133, 0), rgba(74, 102, 133, 0.72), rgba(74, 102, 133, 0));
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-auth-card {
    position: relative;
    overflow: hidden;
    padding: 54px 44px 40px;
    border-radius: 28px;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-auth-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 6px;
    background: linear-gradient(90deg, rgba(56, 82, 108, 0.9), rgba(203, 216, 228, 0.72));
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-logo-mark {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    box-shadow: 0 12px 24px rgba(56, 82, 108, 0.12);
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-logo-mark::after {
    width: 32px;
    height: 32px;
    border-width: 3px;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-header h2,
.gla-prestige-light-auth-wrapper .gla-prestige-light-tabs {
    text-align: center;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-header h2 {
    font-size: clamp(2rem, 4vw, 2.55rem);
    margin-bottom: 10px;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-header p,
.gla-prestige-light-auth-wrapper .gla-prestige-light-footer p {
    color: var(--pl-muted);
    line-height: 1.7;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-tabs {
    gap: 10px;
    padding: 6px;
    background: rgba(235, 241, 247, 0.92);
    border: 1px solid var(--pl-line);
    border-radius: 999px;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-tab {
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-tab.active {
    color: #1e2a36;
    background: linear-gradient(135deg, rgba(72, 96, 123, 0.16), rgba(203, 216, 228, 0.62));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-label {
    color: var(--pl-gold-deep);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-input,
.gla-prestige-light-auth-wrapper .gla-prestige-light-select {
    min-height: 54px;
    padding: 14px 18px;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-social-btn {
    min-height: 52px;
    border-radius: 16px;
    border: 1px solid var(--pl-line);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: var(--pl-shadow-soft);
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-social-btn:hover {
    transform: translateY(-2px);
    border-color: var(--pl-line-strong);
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-divider span {
    background: var(--pl-paper-strong);
    color: var(--pl-subtle);
    font-size: 12px;
    letter-spacing: 0.14em;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-password-toggle {
    color: var(--pl-gold-deep);
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-link {
    color: var(--pl-gold-deep);
    font-weight: 600;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-message {
    border-radius: 14px;
}

/*
 * Dashboard and entries
 */
.gla-prestige-light-dashboard,
.gla-prestige-light-entries {
    min-height: 100vh;
}

.gla-prestige-light-dashboard .gla-prestige-light-header,
.gla-prestige-light-entries .gla-prestige-light-entries-header {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(238, 243, 248, 0.94) 100%);
    border-bottom: 1px solid var(--pl-line);
    box-shadow: 0 8px 26px rgba(36, 50, 65, 0.06);
    backdrop-filter: blur(10px);
}

.gla-prestige-light-dashboard .gla-prestige-light-header-title h1,
.gla-prestige-light-entries .gla-prestige-light-entries-header-left h1,
.gla-dashboard-container .gla-page-title {
    font-size: clamp(2rem, 4vw, 2.85rem);
    margin-bottom: 2px;
}

.gla-prestige-light-dashboard .gla-prestige-light-header-subtitle,
.gla-prestige-light-dashboard .gla-prestige-light-user-greeting,
.gla-prestige-light-entries .gla-prestige-light-credit-label,
.gla-dashboard-container .gla-welcome-label {
    color: var(--pl-subtle);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}

.gla-prestige-light-dashboard .gla-prestige-light-user-name,
.gla-prestige-light-entries .gla-prestige-light-credit-value,
.gla-dashboard-container .gla-user-name {
    color: var(--pl-ink);
    font-weight: 700;
}

.gla-prestige-light-dashboard .gla-prestige-light-dashboard-layout,
.gla-prestige-light-entries .gla-prestige-light-entries-layout {
    gap: 30px;
    max-width: 1380px;
}

.gla-prestige-light-dashboard .gla-prestige-light-sidebar,
.gla-prestige-light-entries .gla-prestige-light-entries-sidebar {
    padding: 18px;
    position: sticky;
    top: 28px;
}

.gla-prestige-light-dashboard .gla-prestige-light-nav,
.gla-prestige-light-entries .gla-prestige-light-entries-nav {
    gap: 10px;
}

.gla-prestige-light-dashboard .gla-prestige-light-nav-item,
.gla-prestige-light-entries .gla-prestige-light-entries-nav-item {
    min-height: 52px;
    border: 1px solid rgba(58, 79, 101, 0.08);
    background: rgba(255, 255, 255, 0.52);
    color: var(--pl-muted);
    font-weight: 600;
}

.gla-prestige-light-dashboard .gla-prestige-light-nav-item.active,
.gla-prestige-light-entries .gla-prestige-light-entries-nav-item.active {
    background: linear-gradient(135deg, rgba(72, 96, 123, 0.16), rgba(203, 216, 228, 0.66));
    color: var(--pl-ink);
    border-color: rgba(58, 79, 101, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.gla-prestige-light-dashboard .gla-prestige-light-welcome-section {
    padding: 34px;
}

.gla-prestige-light-dashboard .gla-prestige-light-welcome-section h2,
.gla-prestige-light-dashboard .gla-prestige-light-section-title,
.gla-prestige-light-entries .gla-prestige-light-modal-header h3,
.gla-prestige-light-profile .gla-prestige-light-section-title,
.gla-prestige-light-submission .gla-prestige-light-section-title,
.gla-prestige-light-entry-view .gla-prestige-light-entry-section-title {
    font-size: clamp(1.55rem, 3vw, 2rem);
}

.gla-prestige-light-dashboard .gla-prestige-light-announcement,
.gla-prestige-light-dashboard .gla-prestige-light-announcement a {
    color: var(--pl-muted);
    line-height: 1.8;
}

.gla-prestige-light-dashboard .gla-prestige-light-action-card {
    padding: 28px;
    border-radius: 22px;
}

.gla-prestige-light-dashboard .gla-prestige-light-action-card:hover {
    transform: translateY(-4px);
}

.gla-prestige-light-dashboard .gla-prestige-light-action-icon {
    background: linear-gradient(135deg, rgba(72, 96, 123, 0.14), rgba(203, 216, 228, 0.58));
    color: var(--pl-gold-deep);
}

.gla-prestige-light-entries .gla-prestige-light-filter-bar,
.gla-dashboard-container .gla-page-header {
    padding: 24px 26px;
}

.gla-prestige-light-entries .gla-prestige-light-credit-badge,
.gla-dashboard-container .gla-profile-btn {
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid var(--pl-line);
}

.gla-prestige-light-entries .gla-prestige-light-profile-link,
.gla-dashboard-container .gla-profile-btn {
    background: rgba(255, 255, 255, 0.88);
    color: var(--pl-gold-deep);
    border: 1px solid var(--pl-line);
}

.gla-prestige-light-entries .gla-prestige-light-profile-link:hover,
.gla-dashboard-container .gla-profile-btn:hover {
    background: rgba(255, 255, 255, 1);
}

.gla-prestige-light-entries .gla-prestige-light-entries-grid .gla-entry-card,
.gla-prestige-light-entries .gla-entry-card,
.gla-entries-panel .gla-entry-card {
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid var(--pl-line);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(239, 244, 249, 0.97) 100%);
    box-shadow: var(--pl-shadow-soft);
}

.gla-prestige-light-entries .gla-prestige-light-entries-grid .gla-entry-card:hover,
.gla-prestige-light-entries .gla-entry-card:hover,
.gla-entries-panel .gla-entry-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--pl-shadow);
}

.gla-prestige-light-entries .gla-entry-thumbnail,
.gla-entries-panel .gla-entry-thumbnail {
    background: #f1eadb;
}

.gla-prestige-light-entries .gla-entry-title a,
.gla-entries-panel .gla-entry-title a,
.gla-dashboard-container .gla-result-title {
    color: var(--pl-ink);
    text-decoration: none;
}

.gla-prestige-light-entries .gla-entry-title a:hover,
.gla-entries-panel .gla-entry-title a:hover,
.gla-dashboard-container .gla-result-title:hover {
    color: var(--pl-gold-deep);
}

.gla-prestige-light-entries .gla-entry-badges span,
.gla-entries-panel .gla-entry-badges span,
.gla-prestige-light-entry-view .gla-prestige-light-entry-badge,
.gla-dashboard-container .gla-award-badge {
    border-radius: 999px;
    border: 1px solid rgba(58, 79, 101, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.gla-prestige-light-profile {
    padding: 44px 20px 56px;
}

.gla-prestige-light-profile .gla-prestige-light-profile-container {
    max-width: 1220px;
}

.gla-prestige-light-profile .gla-prestige-light-profile-header {
    margin-bottom: 28px;
    padding: 0 6px;
}

.gla-prestige-light-profile .gla-prestige-light-back-btn {
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--pl-line);
    color: var(--pl-gold-deep);
}

.gla-prestige-light-profile .gla-prestige-light-profile-section {
    padding: 28px;
}

.gla-prestige-light-profile .gla-prestige-light-profile-field label,
.gla-prestige-light-profile .gla-prestige-light-form-field label {
    color: var(--pl-gold-deep);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}

.gla-prestige-light-profile .gla-prestige-light-profile-bio {
    line-height: 1.9;
}

/*
 * Entry detail
 */
.gla-prestige-light-entry-view {
    padding: 28px 14px 40px;
}

.gla-prestige-light-entry-view .gla-prestige-light-entry-card {
    padding: 28px;
}

.gla-prestige-light-entry-view .gla-prestige-light-entry-overline {
    color: var(--pl-gold-deep);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}

.gla-prestige-light-entry-view .gla-prestige-light-entry-title {
    font-size: clamp(2rem, 4vw, 3.1rem);
    margin-bottom: 8px;
}

.gla-prestige-light-entry-view .gla-prestige-light-entry-subline,
.gla-prestige-light-entry-view .gla-prestige-light-entry-description,
.gla-prestige-light-entry-view .gla-prestige-light-entry-empty {
    color: var(--pl-muted);
    line-height: 1.8;
}

.gla-prestige-light-entry-view .gla-prestige-light-entry-hero,
.gla-prestige-light-entry-view .gla-prestige-light-entry-content-grid {
    gap: 28px;
}

.gla-prestige-light-entry-view .gla-prestige-light-entry-image {
    border-radius: 18px;
    border: 1px solid var(--pl-line);
    box-shadow: var(--pl-shadow-soft);
}

.gla-prestige-light-entry-view .gla-prestige-light-entry-category-pill {
    border-radius: 999px;
    background: rgba(255, 249, 236, 0.96);
    border: 1px solid var(--pl-line);
    color: var(--pl-gold-deep);
}

.gla-prestige-light-entry-view .gla-prestige-light-entry-footer-note,
.gla-prestige-light-entry-view .gla-prestige-light-entry-edit-note,
.gla-prestige-light-entry-view .gla-prestige-light-entry-lock-note {
    border-radius: 14px;
}

/*
 * Results
 */
.gla-dashboard-container {
    padding: 34px 20px 56px;
    color: var(--pl-ink);
}

.gla-dashboard-container .gla-professional-header,
.gla-dashboard-container .gla-page-header {
    padding: 24px 28px;
}

.gla-dashboard-container .gla-professional-header {
    margin-bottom: 18px;
}

.gla-dashboard-container .gla-result-card {
    border-radius: 22px;
}

.gla-dashboard-container .gla-result-image {
    background: #efe7d4;
}

.gla-dashboard-container .gla-result-info {
    padding: 22px;
}

.gla-dashboard-container .gla-label,
.gla-dashboard-container .gla-result-score,
.gla-dashboard-container .gla-result-rank,
.gla-dashboard-container .gla-result-award,
.gla-dashboard-container .gla-result-category {
    color: var(--pl-muted);
}

.gla-dashboard-container .gla-value {
    color: var(--pl-ink);
    font-weight: 700;
}

.gla-dashboard-container .gla-appeal-btn,
.gla-dashboard-container .gla-download-certificate-btn {
    border-radius: 999px;
}

/*
 * Submission flow
 */
.gla-prestige-light-submission {
    padding: 34px 16px 48px;
}

.gla-prestige-light-submission .gla-prestige-light-progress {
    margin-bottom: 30px;
}

.gla-prestige-light-submission .gla-prestige-light-progress-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 18px 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid var(--pl-line);
    box-shadow: var(--pl-shadow-soft);
}

.gla-prestige-light-submission .gla-prestige-light-step-number {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    border: 1px solid rgba(58, 79, 101, 0.18);
    background: linear-gradient(180deg, #ffffff 0%, #edf3f8 100%);
    color: var(--pl-muted);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.gla-prestige-light-submission .gla-prestige-light-step.active .gla-prestige-light-step-number,
.gla-prestige-light-submission .gla-prestige-light-step.completed .gla-prestige-light-step-number {
    color: #24170d;
    background: linear-gradient(135deg, #35516b 0%, #66839f 54%, #ead6a6 100%);
    border-color: rgba(143, 102, 49, 0.24);
    box-shadow: 0 12px 22px rgba(56, 82, 108, 0.18);
}

.gla-prestige-light-submission .gla-prestige-light-step-label {
    color: var(--pl-muted);
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 700;
}

.gla-prestige-light-submission .gla-prestige-light-step.active .gla-prestige-light-step-label,
.gla-prestige-light-submission .gla-prestige-light-step.completed .gla-prestige-light-step-label {
    color: var(--pl-ink);
}

.gla-prestige-light-submission .gla-prestige-light-step-line {
    background: linear-gradient(90deg, rgba(58, 79, 101, 0.12), rgba(170, 188, 205, 0.42));
}

.gla-prestige-light-submission .gla-prestige-light-form-container {
    max-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
}

.gla-prestige-light-submission .gla-prestige-light-form-header {
    padding: 34px 38px 26px;
    background:
        radial-gradient(circle at top right, rgba(186, 199, 214, 0.16), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(239, 244, 249, 0.94) 100%);
    border-bottom: 1px solid var(--pl-line);
}

.gla-prestige-light-submission .gla-prestige-light-form-header h2 {
    font-size: clamp(2rem, 4vw, 2.9rem);
    margin-bottom: 10px;
}

.gla-prestige-light-submission .gla-prestige-light-form-header p,
.gla-prestige-light-submission .gla-prestige-light-section-desc,
.gla-prestige-light-submission .gla-prestige-light-no-data,
.gla-prestige-light-submission .gla-prestige-light-series-status,
.gla-prestige-light-submission .gla-prestige-light-drop-or {
    color: var(--pl-muted);
}

.gla-prestige-light-submission .gla-prestige-light-form {
    padding: 32px 38px 38px;
}

.gla-prestige-light-submission .gla-prestige-light-form-section,
.gla-prestige-light-submission .gla-prestige-light-review-section {
    padding: 24px;
    margin-bottom: 24px;
}

.gla-prestige-light-submission .gla-prestige-light-form-section:last-child,
.gla-prestige-light-submission .gla-prestige-light-review-section:last-child {
    margin-bottom: 0;
}

.gla-prestige-light-submission .gla-prestige-light-label {
    color: var(--pl-gold-deep);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.gla-prestige-light-submission .gla-prestige-light-input,
.gla-prestige-light-submission .gla-prestige-light-select,
.gla-prestige-light-submission .gla-prestige-light-textarea {
    min-height: 56px;
    padding: 14px 18px;
}

.gla-prestige-light-submission .gla-prestige-light-textarea {
    min-height: 152px;
}

.gla-prestige-light-submission .gla-prestige-light-char-count {
    color: var(--pl-subtle);
    font-size: 12px;
    margin-top: 8px;
}

.gla-prestige-light-submission .gla-prestige-light-type-option,
.gla-prestige-light-submission .gla-prestige-light-category-item,
.gla-prestige-light-submission .gla-prestige-light-info-card,
.gla-prestige-light-submission .gla-prestige-light-fee-card {
    border-radius: 18px;
    border: 1px solid var(--pl-line);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.gla-prestige-light-submission .gla-prestige-light-type-option:hover,
.gla-prestige-light-submission .gla-prestige-light-category-item:hover {
    border-color: rgba(58, 79, 101, 0.24);
    transform: translateY(-2px);
}

.gla-prestige-light-submission .gla-prestige-light-type-option.selected,
.gla-prestige-light-submission .gla-prestige-light-category-item input:checked + .gla-prestige-light-category-check + .gla-prestige-light-category-name {
    color: var(--pl-ink);
}

.gla-prestige-light-submission .gla-prestige-light-type-option.selected {
    background: linear-gradient(135deg, rgba(72, 96, 123, 0.14), rgba(203, 216, 228, 0.7));
    border-color: rgba(58, 79, 101, 0.24);
}

.gla-prestige-light-submission .gla-prestige-light-category-item input:checked + .gla-prestige-light-category-check {
    background: linear-gradient(135deg, rgba(72, 96, 123, 0.18), rgba(203, 216, 228, 0.78));
    border-color: rgba(58, 79, 101, 0.32);
    box-shadow: 0 0 0 4px rgba(64, 91, 122, 0.12);
}

.gla-prestige-light-submission .gla-prestige-light-category-header,
.gla-prestige-light-submission .gla-prestige-light-info-label,
.gla-prestige-light-submission .gla-prestige-light-fee-label {
    color: var(--pl-gold-deep);
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.gla-prestige-light-submission .gla-prestige-light-info-value,
.gla-prestige-light-submission .gla-prestige-light-fee-value {
    color: var(--pl-ink);
}

.gla-prestige-light-submission .gla-prestige-light-category-tag {
    background: rgba(255, 249, 236, 0.96);
    border: 1px solid var(--pl-line);
    color: var(--pl-gold-deep);
    border-radius: 999px;
}

.gla-prestige-light-submission .gla-prestige-light-bundle-btn,
.gla-prestige-light-submission .gla-prestige-light-info-btn {
    border-radius: 999px;
}

.gla-prestige-light-submission .gla-prestige-light-drop-zone {
    border: 1.5px dashed rgba(58, 79, 101, 0.32);
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(186, 199, 214, 0.14), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(239, 244, 249, 0.94) 100%);
    min-height: 260px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.gla-prestige-light-submission .gla-prestige-light-drop-zone:hover,
.gla-prestige-light-submission .gla-prestige-light-drop-zone.dragover {
    border-color: rgba(58, 79, 101, 0.44);
    box-shadow: 0 0 0 6px rgba(64, 91, 122, 0.08);
}

.gla-prestige-light-submission .gla-prestige-light-drop-title {
    color: var(--pl-ink);
    font-family: var(--pl-heading-font);
    font-size: clamp(1.6rem, 3vw, 2rem);
}

.gla-prestige-light-submission .gla-prestige-light-preview-item,
.gla-prestige-light-submission .gla-prestige-light-image-item {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--pl-line);
    box-shadow: var(--pl-shadow-soft);
    background: rgba(255, 255, 255, 0.92);
}

.gla-prestige-light-submission .gla-prestige-light-series-notice,
.gla-prestige-light-submission .gla-prestige-light-notification {
    border-radius: 18px;
    border: 1px solid var(--pl-line);
    background: rgba(255, 249, 236, 0.96);
    color: var(--pl-ink);
}

.gla-prestige-light-submission .gla-prestige-light-series-track,
.gla-prestige-light-submission .gla-prestige-light-progress-track {
    background: rgba(186, 199, 214, 0.24);
    border-radius: 999px;
}

.gla-prestige-light-submission .gla-prestige-light-series-bar,
.gla-prestige-light-submission .gla-prestige-light-progress-bar {
    background: linear-gradient(90deg, #9c7238, #caa45f, #e4cca0);
    border-radius: 999px;
}

.gla-prestige-light-submission .gla-prestige-light-image-item img,
.gla-prestige-light-submission .gla-prestige-light-preview-item img {
    background: #f3ead8;
}

.gla-prestige-light-submission .gla-prestige-light-form-actions {
    padding-top: 12px;
}

.gla-prestige-light-submission .gla-prestige-light-step-indicator {
    color: var(--pl-subtle);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

/*
 * Winners pages
 */
body.gla-winners-page .gla-winners-container,
body.gla-category-winners-page .gla-category-winners-container {
    max-width: 1320px;
    padding-top: 48px;
    padding-bottom: 56px;
}

body.gla-winners-page .gla-winners-container .gla-winners-hero,
body.gla-category-winners-page .gla-category-winners-container .gla-category-header {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    border: 1px solid var(--pl-line);
    background:
        radial-gradient(circle at top right, rgba(186, 199, 214, 0.16), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(238, 243, 248, 0.95) 100%);
    box-shadow: var(--pl-shadow);
}

body.gla-winners-page .gla-winners-container .gla-winners-hero {
    margin: 0 0 36px;
    padding: 74px 34px 68px;
}

body.gla-winners-page .gla-winners-container .gla-winners-hero::before,
body.gla-category-winners-page .gla-category-winners-container .gla-category-header::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 8px;
    background: linear-gradient(90deg, rgba(56, 82, 108, 0.9), rgba(203, 216, 228, 0.72));
}

body.gla-winners-page .gla-winners-container .gla-winners-title,
body.gla-category-winners-page .gla-category-winners-container .gla-category-subtitle {
    color: var(--pl-ink);
}

body.gla-winners-page .gla-winners-container .gla-winners-title {
    font-size: clamp(2.4rem, 5vw, 4.3rem);
    letter-spacing: 0.08em;
}

body.gla-winners-page .gla-winners-container .gla-winners-subtitle,
body.gla-category-winners-page .gla-category-winners-container .gla-back-link,
body.gla-category-winners-page .gla-category-winners-container .gla-winner-country,
body.gla-category-winners-page .gla-category-winners-container .gla-honorable-country,
body.gla-category-winners-page .gla-category-winners-container .gla-honorable-title {
    color: var(--pl-muted);
}

body.gla-winners-page .gla-winners-container .gla-year-selector {
    text-align: center;
    margin-bottom: 24px;
}

body.gla-winners-page .gla-winners-container #gla-winners-year-select {
    min-width: 220px;
    padding: 14px 18px;
    border-radius: 999px;
    border: 1px solid var(--pl-line-strong);
    background: linear-gradient(180deg, #ffffff 0%, #edf3f8 100%);
    color: var(--pl-ink);
}

body.gla-winners-page .gla-winners-container .gla-category-grid {
    gap: 18px;
}

body.gla-winners-page .gla-winners-container .gla-category-button {
    padding: 18px 24px;
    text-decoration: none;
    border: 1px solid var(--pl-line);
    background: rgba(255, 255, 255, 0.96);
    color: var(--pl-gold-deep);
    box-shadow: var(--pl-shadow-soft);
}

body.gla-winners-page .gla-winners-container .gla-category-button:hover {
    color: #1e2a36;
}

body.gla-winners-page .gla-winners-container .gla-overall-winner-section,
body.gla-category-winners-page .gla-category-winners-container .gla-top-winner,
body.gla-category-winners-page .gla-category-winners-container .gla-honorable-item {
    padding: 18px;
}

body.gla-winners-page .gla-winners-container .gla-overall-winner-image,
body.gla-category-winners-page .gla-category-winners-container .gla-winner-image-container,
body.gla-category-winners-page .gla-category-winners-container .gla-honorable-image-container {
    border-radius: 18px;
    overflow: hidden;
    background: #efe6d3;
}

body.gla-winners-page .gla-winners-container .gla-image-title,
body.gla-category-winners-page .gla-category-winners-container .gla-winner-title,
body.gla-category-winners-page .gla-category-winners-container .gla-honorable-title {
    color: var(--pl-muted);
}

body.gla-winners-page .gla-winners-container .gla-winners-footer,
body.gla-category-winners-page .gla-category-winners-container .gla-category-footer {
    color: var(--pl-subtle);
    border-top-color: var(--pl-line);
}

/*
 * Featured showcase
 */
.gla-pl-clean {
    color: var(--pl-ink);
}

.gla-pl-clean .gla-pl-clean__container {
    max-width: 1320px;
}

.gla-pl-clean .gla-pl-clean__header,
.gla-pl-clean .gla-pl-clean__section {
    border-radius: 30px;
}

.gla-pl-clean .gla-pl-clean__eyebrow,
.gla-pl-clean .gla-pl-clean__period,
.gla-pl-clean .gla-pl-clean__category {
    color: var(--pl-gold-deep);
}

.gla-pl-clean .gla-pl-clean__header h2,
.gla-pl-clean .gla-pl-clean__section-head h3 {
    color: var(--pl-ink);
}

.gla-pl-clean .gla-pl-clean__subtitle,
.gla-pl-clean .gla-pl-clean__section-head p,
.gla-pl-clean .gla-pl-clean__author,
.gla-pl-clean .gla-pl-clean__counts span {
    color: var(--pl-muted);
}

.gla-pl-clean .gla-pl-clean__tab {
    border-radius: 999px;
    border: 1px solid var(--pl-line);
    background: rgba(255, 255, 255, 0.88);
    color: var(--pl-muted);
}

.gla-pl-clean .gla-pl-clean__tab.is-active {
    background: linear-gradient(135deg, rgba(72, 96, 123, 0.16), rgba(203, 216, 228, 0.64));
    color: var(--pl-ink);
    border-color: rgba(58, 79, 101, 0.2);
}

.gla-pl-clean .gla-pl-clean__feature-image-wrap,
.gla-pl-clean .gla-pl-clean__archive-image-wrap {
    background: #efe6d3;
}

/*
 * Judge and voting pages
 */
.gla-judge-page-container,
.gla-my-votes-container,
.gla-judging-container,
.gla-entries-panel {
    color: var(--pl-ink);
}

.gla-judge-page-container {
    padding: 34px 18px 56px;
}

.gla-judge-page-container .gla-welcome-title,
.gla-my-votes-container .gla-my-votes-header h2 {
    font-size: clamp(2rem, 4vw, 3rem);
}

.gla-judge-page-container .gla-welcome-subtitle,
.gla-judge-page-container .gla-welcome-message p,
.gla-my-votes-container .gla-my-votes-description,
.gla-entries-panel .gla-meta-label {
    color: var(--pl-muted);
}

.gla-judge-page-container .gla-action-buttons,
.gla-judge-page-container .gla-stats-grid {
    gap: 18px;
}

.gla-judge-page-container .gla-action-btn {
    padding: 22px 24px;
    border: 1px solid var(--pl-line);
    background: rgba(255, 255, 255, 0.9);
    color: var(--pl-ink);
    box-shadow: var(--pl-shadow-soft);
}

.gla-judge-page-container .gla-btn-icon {
    font-size: 18px;
    opacity: 0.65;
}

.gla-judge-page-container .gla-stat-card,
.gla-entries-panel .gla-stat-item {
    border-radius: 20px;
    border: 1px solid var(--pl-line);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.gla-judge-page-container .gla-stat-number,
.gla-entries-panel .gla-stat-number {
    color: var(--pl-gold-deep);
    font-family: var(--pl-heading-font);
}

.gla-my-votes-container {
    padding: 34px 18px 56px;
}

.gla-my-votes-container .gla-my-votes-header {
    margin-bottom: 22px;
}

.gla-my-votes-container .gla-filter-container,
.gla-my-votes-container .gla-category-section {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(239, 244, 249, 0.95) 100%);
    border: 1px solid var(--pl-line);
    border-radius: 24px;
    box-shadow: var(--pl-shadow);
    padding: 24px;
}

.gla-my-votes-container .gla-filter-heading,
.gla-my-votes-container .gla-category-title {
    color: var(--pl-ink);
    font-family: var(--pl-heading-font);
}

.gla-my-votes-container .gla-category-buttons {
    gap: 12px;
}

.gla-my-votes-container .gla-category-button {
    background: rgba(255, 255, 255, 0.88);
    color: var(--pl-gold-deep);
    border: 1px solid var(--pl-line);
    box-shadow: var(--pl-shadow-soft);
}

.gla-my-votes-container .gla-category-button.active,
.gla-my-votes-container .gla-category-button:hover {
    background: linear-gradient(135deg, rgba(72, 96, 123, 0.16), rgba(203, 216, 228, 0.66));
    color: var(--pl-ink);
}

.gla-my-votes-container .gla-vote-card {
    border-radius: 20px;
    border: 1px solid var(--pl-line);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--pl-shadow-soft);
}

.gla-my-votes-container .gla-vote-title,
.gla-my-votes-container .gla-score-value {
    color: var(--pl-ink);
}

.gla-my-votes-container .gla-score-label {
    color: var(--pl-muted);
}

.gla-judging-container {
    padding: 28px 16px 48px;
}

.gla-judging-container .gla-enhanced-header {
    padding: 22px;
    margin-bottom: 24px;
}

.gla-judging-container .gla-category-button {
    border-radius: 20px;
    border: 1px solid var(--pl-line);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--pl-shadow-soft);
}

.gla-judging-container .gla-category-button:hover,
.gla-judging-container .gla-category-button.selected {
    border-color: rgba(58, 79, 101, 0.24);
    box-shadow: 0 14px 32px rgba(111, 83, 33, 0.12);
}

.gla-judging-container .gla-category-button.selected {
    background: linear-gradient(135deg, rgba(72, 96, 123, 0.16), rgba(203, 216, 228, 0.66));
}

.gla-judging-container .gla-category-name,
.gla-judging-container .gla-current-category,
.gla-judging-container .gla-entry-title {
    color: var(--pl-ink);
}

.gla-judging-container .gla-category-count,
.gla-judging-container .gla-stat-label,
.gla-judging-container .gla-entry-meta,
.gla-judging-container .gla-loading-text {
    color: var(--pl-muted);
}

.gla-judging-container .gla-score-btn,
.gla-judging-container .gla-score-button,
.gla-judging-container .gla-rating-button {
    border-radius: 16px;
}

.gla-entries-panel {
    padding: 34px 18px 56px;
}

.gla-entries-panel h1 {
    font-size: clamp(2rem, 4vw, 3rem);
}

.gla-entries-panel .gla-entries-filters {
    padding: 22px;
}

.gla-entries-panel .gla-filter-item label {
    color: var(--pl-gold-deep);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.gla-entries-panel .gla-no-entries,
.gla-dashboard-container .gla-no-results {
    border-radius: 24px;
    border: 1px solid var(--pl-line);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--pl-shadow);
}

/*
 * Responsive
 */
@media (max-width: 900px) {
    .gla-prestige-light-auth-wrapper .gla-prestige-light-auth-card,
    .gla-prestige-light-submission .gla-prestige-light-form-header,
    .gla-prestige-light-submission .gla-prestige-light-form,
    .gla-prestige-light-dashboard .gla-prestige-light-welcome-section,
    .gla-prestige-light-dashboard .gla-prestige-light-action-card,
    .gla-prestige-light-entries .gla-prestige-light-filter-bar,
    .gla-prestige-light-profile .gla-prestige-light-profile-section,
    .gla-prestige-light-entry-view .gla-prestige-light-entry-card,
    .gla-dashboard-container .gla-professional-header,
    .gla-dashboard-container .gla-page-header,
    .gla-my-votes-container .gla-filter-container,
    .gla-my-votes-container .gla-category-section,
    .gla-judge-page-container .gla-judge-welcome,
    .gla-judge-page-container .gla-judge-actions,
    .gla-judge-page-container .gla-judge-stats,
    .gla-judge-page-container .gla-quick-links,
    .gla-judging-container .gla-enhanced-header,
    .gla-entries-panel .gla-entries-header,
    .gla-entries-panel .gla-entries-filters {
        padding: 22px;
    }

    .gla-prestige-light-submission .gla-prestige-light-progress-inner {
        padding: 16px;
    }

    body.gla-winners-page .gla-winners-container .gla-winners-hero {
        padding: 58px 22px 52px;
    }
}

@media (max-width: 640px) {
    .gla-prestige-light-auth-wrapper {
        padding: 32px 14px;
    }

    .gla-prestige-light-auth-wrapper .gla-prestige-light-auth-card {
        padding: 38px 22px 28px;
        border-radius: 22px;
    }

    .gla-prestige-light-submission,
    .gla-prestige-light-entry-view,
    .gla-dashboard-container,
    .gla-my-votes-container,
    .gla-judge-page-container,
    .gla-entries-panel {
        padding-left: 12px;
        padding-right: 12px;
    }

    .gla-prestige-light-submission .gla-prestige-light-form-header,
    .gla-prestige-light-submission .gla-prestige-light-form {
        padding: 20px;
    }

    .gla-prestige-light-submission .gla-prestige-light-form-section,
    .gla-prestige-light-submission .gla-prestige-light-review-section,
    .gla-prestige-light-profile .gla-prestige-light-profile-section,
    .gla-prestige-light-entry-view .gla-prestige-light-entry-card {
        padding: 18px;
    }

    .gla-prestige-light-submission .gla-prestige-light-drop-zone {
        min-height: 220px;
    }

    body.gla-winners-page .gla-winners-container,
    body.gla-category-winners-page .gla-category-winners-container {
        padding-left: 14px;
        padding-right: 14px;
    }
}

/*
 * Final cool editorial retune
 *
 * This block intentionally uses stronger selectors and !important where needed
 * because the theme templates contain many later inline <style> blocks.
 */
:is(
    .gla-prestige-light-auth-wrapper,
    .gla-prestige-light-dashboard,
    .gla-prestige-light-entries,
    .gla-prestige-light-profile,
    .gla-prestige-light-submission,
    .gla-prestige-light-entry-view,
    .gla-dashboard-container,
    .gla-my-votes-container,
    .gla-judge-page-container,
    .gla-judging-container,
    .gla-entries-panel,
    body.gla-winners-page .gla-winners-container,
    body.gla-category-winners-page .gla-category-winners-container,
    .gla-pl-clean
) {
    --pl-paper: #f7f9fc;
    --pl-paper-strong: #ffffff;
    --pl-paper-soft: #eff4f8;
    --pl-ivory: #dde6ef;
    --pl-line: rgba(76, 96, 118, 0.14);
    --pl-line-strong: rgba(76, 96, 118, 0.22);
    --pl-gold: #4f6983;
    --pl-gold-deep: #21384f;
    --pl-gold-soft: #aab9c8;
    --pl-ink: #1f2d3a;
    --pl-muted: #60707f;
    --pl-subtle: #8998a7;
    --pl-shadow: 0 14px 32px rgba(20, 33, 48, 0.07);
    --pl-shadow-soft: 0 8px 20px rgba(20, 33, 48, 0.05);
}

:is(
    .gla-prestige-light-auth-wrapper,
    .gla-prestige-light-dashboard,
    .gla-prestige-light-entries,
    .gla-prestige-light-profile,
    .gla-prestige-light-submission,
    .gla-prestige-light-entry-view,
    .gla-dashboard-container,
    .gla-my-votes-container,
    .gla-judge-page-container,
    .gla-judging-container,
    .gla-entries-panel
) {
    background:
        radial-gradient(circle at top right, rgba(213, 223, 233, 0.42), transparent 24rem) !important,
        radial-gradient(circle at bottom left, rgba(229, 236, 243, 0.88), transparent 20rem) !important,
        linear-gradient(180deg, #f9fbfd 0%, #eff4f8 100%) !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-auth-card,
.gla-prestige-light-dashboard .gla-prestige-light-sidebar,
.gla-prestige-light-dashboard .gla-prestige-light-welcome-section,
.gla-prestige-light-dashboard .gla-prestige-light-action-card,
.gla-prestige-light-entries .gla-prestige-light-entries-sidebar,
.gla-prestige-light-entries .gla-prestige-light-filter-bar,
.gla-prestige-light-entries .gla-prestige-light-modal-content,
.gla-prestige-light-profile .gla-prestige-light-profile-section,
.gla-prestige-light-submission .gla-prestige-light-form-container,
.gla-prestige-light-submission .gla-prestige-light-form-section,
.gla-prestige-light-submission .gla-prestige-light-review-section,
.gla-prestige-light-entry-view .gla-prestige-light-entry-card,
.gla-dashboard-container .gla-professional-header,
.gla-dashboard-container .gla-page-header,
.gla-dashboard-container .gla-result-card,
.gla-my-votes-container .gla-category-section,
.gla-my-votes-container .gla-filter-container,
.gla-my-votes-container .gla-no-votes,
.gla-judge-page-container .gla-judge-welcome,
.gla-judge-page-container .gla-judge-actions,
.gla-judge-page-container .gla-judge-stats,
.gla-judge-page-container .gla-quick-links,
.gla-judging-container .gla-enhanced-header,
.gla-judging-container #gla-my-votes-panel,
.gla-judging-container #gla-entry-container,
.gla-judging-container #gla-category-completion,
.gla-entries-panel .gla-entries-header,
.gla-entries-panel .gla-entries-filters,
.gla-entries-panel .gla-entry-card,
body.gla-winners-page .gla-winners-container .gla-winners-intro,
body.gla-winners-page .gla-winners-container .gla-overall-winner-section,
body.gla-category-winners-page .gla-category-winners-container .gla-top-winner,
body.gla-category-winners-page .gla-category-winners-container .gla-honorable-item,
.gla-pl-clean .gla-pl-clean__header,
.gla-pl-clean .gla-pl-clean__section,
.gla-pl-clean .gla-pl-clean__archive-card,
.gla-pl-clean .gla-pl-clean__feature-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(245, 248, 251, 0.98) 100%) !important;
    border-color: rgba(76, 96, 118, 0.14) !important;
    box-shadow: 0 12px 28px rgba(25, 39, 56, 0.06) !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-input,
.gla-prestige-light-auth-wrapper .gla-prestige-light-select,
.gla-prestige-light-auth-wrapper .gla-prestige-light-textarea,
.gla-prestige-light-profile .gla-prestige-light-input,
.gla-prestige-light-profile .gla-prestige-light-select,
.gla-prestige-light-profile .gla-prestige-light-textarea,
.gla-prestige-light-submission .gla-prestige-light-input,
.gla-prestige-light-submission .gla-prestige-light-select,
.gla-prestige-light-submission .gla-prestige-light-textarea,
.gla-prestige-light-entries .gla-prestige-light-filter-select,
.gla-dashboard-container .gla-year-filter-select,
.gla-entries-panel .gla-filter-item input,
.gla-entries-panel .gla-filter-item select {
    background: #ffffff !important;
    border-color: rgba(76, 96, 118, 0.18) !important;
    color: #1f2d3a !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96) !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-input:focus,
.gla-prestige-light-auth-wrapper .gla-prestige-light-select:focus,
.gla-prestige-light-auth-wrapper .gla-prestige-light-textarea:focus,
.gla-prestige-light-profile .gla-prestige-light-input:focus,
.gla-prestige-light-profile .gla-prestige-light-select:focus,
.gla-prestige-light-profile .gla-prestige-light-textarea:focus,
.gla-prestige-light-submission .gla-prestige-light-input:focus,
.gla-prestige-light-submission .gla-prestige-light-select:focus,
.gla-prestige-light-submission .gla-prestige-light-textarea:focus,
.gla-prestige-light-entries .gla-prestige-light-filter-select:focus,
.gla-dashboard-container .gla-year-filter-select:focus,
.gla-entries-panel .gla-filter-item input:focus,
.gla-entries-panel .gla-filter-item select:focus {
    border-color: rgba(66, 97, 128, 0.52) !important;
    box-shadow: 0 0 0 4px rgba(66, 97, 128, 0.1) !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-btn-primary,
.gla-prestige-light-profile .gla-prestige-light-btn-primary,
.gla-prestige-light-submission .gla-prestige-light-btn-primary,
.gla-prestige-light-entries .gla-prestige-light-submit-btn,
.gla-dashboard-container .gla-btn-primary,
.gla-my-votes-container .gla-button-primary,
.gla-judge-page-container .gla-btn-primary,
.gla-judging-container .gla-button.gla-primary,
.gla-entries-panel .button-primary,
body.gla-winners-page .gla-winners-container .gla-category-button,
body.gla-category-winners-page .gla-category-winners-container .gla-view-details:hover,
body.gla-category-winners-page .gla-category-winners-container .gla-view-details-small:hover,
.gla-pl-clean .gla-pl-clean__actions a {
    background: #21384f !important;
    border: 1px solid #21384f !important;
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(33, 56, 79, 0.14) !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-btn-primary:hover,
.gla-prestige-light-profile .gla-prestige-light-btn-primary:hover,
.gla-prestige-light-submission .gla-prestige-light-btn-primary:hover,
.gla-prestige-light-entries .gla-prestige-light-submit-btn:hover,
.gla-dashboard-container .gla-btn-primary:hover,
.gla-my-votes-container .gla-button-primary:hover,
.gla-judge-page-container .gla-btn-primary:hover,
.gla-judging-container .gla-button.gla-primary:hover,
.gla-entries-panel .button-primary:hover,
body.gla-winners-page .gla-winners-container .gla-category-button:hover,
body.gla-category-winners-page .gla-category-winners-container .gla-view-details:hover,
body.gla-category-winners-page .gla-category-winners-container .gla-view-details-small:hover,
.gla-pl-clean .gla-pl-clean__actions a:hover {
    background: #172b3e !important;
    border-color: #172b3e !important;
    color: #ffffff !important;
    box-shadow: 0 12px 28px rgba(23, 43, 62, 0.16) !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-btn-secondary,
.gla-prestige-light-profile .gla-prestige-light-btn-secondary,
.gla-prestige-light-submission .gla-prestige-light-btn-secondary,
.gla-dashboard-container .gla-btn-secondary,
.gla-my-votes-container .gla-button-secondary,
.gla-judge-page-container .gla-btn-secondary,
.gla-judging-container .gla-button.gla-secondary,
.gla-judging-container .gla-button.gla-tertiary,
body.gla-category-winners-page .gla-category-winners-container .gla-view-details,
body.gla-category-winners-page .gla-category-winners-container .gla-view-details-small,
.gla-pl-clean .gla-pl-clean__copy,
.gla-dashboard-container .gla-profile-btn,
.gla-prestige-light-entries .gla-prestige-light-profile-link {
    background: #ffffff !important;
    border: 1px solid rgba(76, 96, 118, 0.18) !important;
    color: #21384f !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-btn-secondary:hover,
.gla-prestige-light-profile .gla-prestige-light-btn-secondary:hover,
.gla-prestige-light-submission .gla-prestige-light-btn-secondary:hover,
.gla-dashboard-container .gla-btn-secondary:hover,
.gla-my-votes-container .gla-button-secondary:hover,
.gla-judge-page-container .gla-btn-secondary:hover,
.gla-judging-container .gla-button.gla-secondary:hover,
.gla-judging-container .gla-button.gla-tertiary:hover,
.gla-pl-clean .gla-pl-clean__copy:hover,
.gla-dashboard-container .gla-profile-btn:hover,
.gla-prestige-light-entries .gla-prestige-light-profile-link:hover {
    background: #f3f7fb !important;
    border-color: rgba(76, 96, 118, 0.28) !important;
    color: #172b3e !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-link,
.gla-prestige-light-profile .gla-prestige-light-profile-field a,
.gla-dashboard-container a,
.gla-my-votes-container a,
.gla-judge-page-container a,
.gla-entries-panel a,
.gla-pl-clean a,
body.gla-winners-page .gla-winners-container a,
body.gla-category-winners-page .gla-category-winners-container a {
    color: #2a567c !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-link:hover,
.gla-prestige-light-profile .gla-prestige-light-profile-field a:hover,
.gla-dashboard-container a:hover,
.gla-my-votes-container a:hover,
.gla-judge-page-container a:hover,
.gla-entries-panel a:hover,
.gla-pl-clean a:hover,
body.gla-winners-page .gla-winners-container a:hover,
body.gla-category-winners-page .gla-category-winners-container a:hover {
    color: #172b3e !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-header,
.gla-prestige-light-entries .gla-prestige-light-entries-header {
    background: rgba(255, 255, 255, 0.88) !important;
    border-bottom: 1px solid rgba(76, 96, 118, 0.12) !important;
    box-shadow: 0 8px 20px rgba(20, 33, 48, 0.05) !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-nav-item,
.gla-prestige-light-entries .gla-prestige-light-entries-nav-item,
.gla-my-votes-container .gla-category-button,
.gla-judging-container .gla-category-button {
    background: #ffffff !important;
    border-color: rgba(76, 96, 118, 0.14) !important;
    color: #556574 !important;
    box-shadow: 0 4px 12px rgba(20, 33, 48, 0.04) !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-nav-item.active,
.gla-prestige-light-entries .gla-prestige-light-entries-nav-item.active,
.gla-my-votes-container .gla-category-button.active,
.gla-my-votes-container .gla-category-button:hover,
.gla-judging-container .gla-category-button.selected,
.gla-judging-container .gla-category-button:hover {
    background: #eef4fa !important;
    border-color: rgba(66, 97, 128, 0.28) !important;
    color: #21384f !important;
}

.gla-prestige-light-submission {
    position: relative !important;
    max-width: 1220px !important;
    margin: 0 auto !important;
    padding-top: 18px !important;
}

.gla-prestige-light-submission .gla-prestige-light-progress {
    position: absolute !important;
    top: 34px !important;
    right: 26px !important;
    z-index: 6 !important;
    margin: 0 !important;
}

.gla-prestige-light-submission .gla-prestige-light-progress-inner {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 10px !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
    background: rgba(255, 255, 255, 0.94) !important;
    border: 1px solid rgba(76, 96, 118, 0.14) !important;
    border-radius: 999px !important;
    box-shadow: 0 10px 24px rgba(20, 33, 48, 0.08) !important;
}

.gla-prestige-light-submission .gla-prestige-light-step {
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 6px 10px !important;
    border-radius: 999px !important;
    background: transparent !important;
    min-width: 0 !important;
}

.gla-prestige-light-submission .gla-prestige-light-step-line {
    display: none !important;
}

.gla-prestige-light-submission .gla-prestige-light-step-number {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    font-size: 12px !important;
    background: #f3f7fb !important;
    border: 1px solid rgba(76, 96, 118, 0.16) !important;
    color: #60707f !important;
    box-shadow: none !important;
}

.gla-prestige-light-submission .gla-prestige-light-step.active .gla-prestige-light-step-number,
.gla-prestige-light-submission .gla-prestige-light-step.completed .gla-prestige-light-step-number {
    background: #21384f !important;
    border-color: #21384f !important;
    color: #ffffff !important;
    box-shadow: 0 6px 14px rgba(33, 56, 79, 0.14) !important;
}

.gla-prestige-light-submission .gla-prestige-light-step-label {
    font-size: 11px !important;
    line-height: 1 !important;
    letter-spacing: 0.08em !important;
    color: #6d7b89 !important;
}

.gla-prestige-light-submission .gla-prestige-light-step.active .gla-prestige-light-step-label,
.gla-prestige-light-submission .gla-prestige-light-step.completed .gla-prestige-light-step-label {
    color: #21384f !important;
}

.gla-prestige-light-submission .gla-prestige-light-form-header {
    min-height: 150px !important;
    padding: 34px 360px 28px 34px !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(245, 248, 251, 0.96) 100%) !important;
    border-bottom: 1px solid rgba(76, 96, 118, 0.12) !important;
}

.gla-prestige-light-submission .gla-prestige-light-form-header h2 {
    color: #1f2d3a !important;
}

.gla-prestige-light-submission .gla-prestige-light-form-header p,
.gla-prestige-light-submission .gla-prestige-light-section-desc,
.gla-prestige-light-submission .gla-prestige-light-char-count,
.gla-prestige-light-submission .gla-prestige-light-drop-or,
.gla-prestige-light-submission .gla-prestige-light-series-status,
.gla-prestige-light-submission .gla-prestige-light-no-data {
    color: #60707f !important;
}

.gla-prestige-light-submission .gla-prestige-light-label,
.gla-prestige-light-profile .gla-prestige-light-profile-field label,
.gla-prestige-light-profile .gla-prestige-light-form-field label,
.gla-entries-panel .gla-filter-item label {
    color: #40576e !important;
}

.gla-prestige-light-submission .gla-prestige-light-type-option,
.gla-prestige-light-submission .gla-prestige-light-category-item,
.gla-prestige-light-submission .gla-prestige-light-info-card,
.gla-prestige-light-submission .gla-prestige-light-fee-card {
    background: #ffffff !important;
    border-color: rgba(76, 96, 118, 0.14) !important;
}

.gla-prestige-light-submission .gla-prestige-light-type-option.selected {
    background: #eef4fa !important;
    border-color: rgba(66, 97, 128, 0.28) !important;
}

.gla-prestige-light-submission .gla-prestige-light-drop-zone {
    background: linear-gradient(180deg, #ffffff 0%, #f5f8fb 100%) !important;
    border: 1.5px dashed rgba(76, 96, 118, 0.28) !important;
}

.gla-prestige-light-submission .gla-prestige-light-drop-zone:hover,
.gla-prestige-light-submission .gla-prestige-light-drop-zone.dragover {
    border-color: rgba(66, 97, 128, 0.48) !important;
    box-shadow: 0 0 0 6px rgba(66, 97, 128, 0.08) !important;
}

.gla-prestige-light-submission .gla-prestige-light-progress-track,
.gla-prestige-light-submission .gla-prestige-light-series-track {
    background: rgba(210, 221, 232, 0.6) !important;
}

.gla-prestige-light-submission .gla-prestige-light-progress-bar,
.gla-prestige-light-submission .gla-prestige-light-series-bar {
    background: #36526c !important;
}

body.gla-winners-page .gla-winners-container .gla-winners-hero,
body.gla-category-winners-page .gla-category-winners-container .gla-category-header {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(244, 248, 252, 0.97) 100%) !important;
}

body.gla-winners-page .gla-winners-container .gla-winners-hero::before,
body.gla-category-winners-page .gla-category-winners-container .gla-category-header::before {
    background: linear-gradient(90deg, #21384f, #6d86a0) !important;
}

.gla-pl-clean .gla-pl-clean__tab.is-active {
    background: #eef4fa !important;
    border-color: rgba(66, 97, 128, 0.24) !important;
    color: #21384f !important;
}

@media (max-width: 980px) {
    .gla-prestige-light-submission .gla-prestige-light-progress {
        position: static !important;
        margin: 0 0 18px !important;
    }

    .gla-prestige-light-submission .gla-prestige-light-progress-inner {
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        border-radius: 22px !important;
    }

    .gla-prestige-light-submission .gla-prestige-light-form-header {
        min-height: 0 !important;
        padding: 26px !important;
    }
}

@media (max-width: 640px) {
    .gla-prestige-light-submission .gla-prestige-light-progress-inner {
        gap: 6px !important;
        padding: 8px !important;
    }

    .gla-prestige-light-submission .gla-prestige-light-step {
        padding: 5px 8px !important;
    }

    .gla-prestige-light-submission .gla-prestige-light-step-label {
        font-size: 10px !important;
    }

    .gla-prestige-light-submission .gla-prestige-light-form-header,
    .gla-prestige-light-submission .gla-prestige-light-form {
        padding: 20px !important;
    }
}

/*
 * Final consistency pass
 * This section intentionally overrides legacy inline template styles.
 */
.gla-prestige-light-auth-wrapper,
.gla-prestige-light-dashboard,
.gla-prestige-light-entries,
.gla-prestige-light-profile,
.gla-prestige-light-submission,
.gla-prestige-light-entry-view {
    --prestige-bg-primary: #f7f9fc;
    --prestige-bg-secondary: #edf2f7;
    --prestige-bg-card: #ffffff;
    --prestige-bg-elevated: #f2f6fa;
    --prestige-gold: #2f4a63;
    --prestige-gold-light: #56718a;
    --prestige-gold-dark: #1f3347;
    --prestige-text-primary: #1f2d3a;
    --prestige-text-secondary: #556678;
    --prestige-text-muted: #7e8e9d;
    --prestige-border: rgba(52, 78, 104, 0.14);
    --prestige-border-hover: rgba(44, 70, 96, 0.24);
    --prestige-shadow: 0 20px 44px rgba(28, 44, 60, 0.08);
    --prestige-success: #537860;
}

.gla-prestige-light-auth-wrapper,
.gla-prestige-light-dashboard,
.gla-prestige-light-entries,
.gla-prestige-light-submission,
.gla-prestige-light-profile,
.gla-prestige-light-entry-view,
.gla-judge-page-container,
.gla-judging-container.gla-login-container,
.gla-judging-container {
    background:
        radial-gradient(circle at top right, rgba(202, 214, 226, 0.42), transparent 22rem),
        radial-gradient(circle at bottom left, rgba(226, 233, 241, 0.7), transparent 20rem),
        linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%) !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-auth-card,
.gla-prestige-light-dashboard .gla-prestige-light-header,
.gla-prestige-light-entries .gla-prestige-light-entries-header,
.gla-prestige-light-dashboard .gla-prestige-light-nav,
.gla-prestige-light-entries .gla-prestige-light-entries-nav,
.gla-prestige-light-dashboard .gla-prestige-light-welcome-section,
.gla-prestige-light-dashboard .gla-prestige-light-action-card,
.gla-prestige-light-entries .gla-prestige-light-filter-bar,
.gla-prestige-light-entries .gla-prestige-light-credit-badge,
.gla-prestige-light-entries .gla-prestige-light-modal-content,
.gla-prestige-light-entries .gla-entry-card,
.gla-prestige-light-profile .gla-prestige-light-profile-section,
.gla-prestige-light-submission .gla-prestige-light-form-container,
.gla-prestige-light-submission .gla-prestige-light-form-section,
.gla-prestige-light-submission .gla-prestige-light-review-section,
.gla-prestige-light-entry-view .gla-prestige-light-entry-card,
.gla-judge-page-container .gla-judge-welcome,
.gla-judge-page-container .gla-judge-actions,
.gla-judge-page-container .gla-judge-stats,
.gla-judge-page-container .gla-quick-links,
.gla-judging-container .gla-enhanced-header,
.gla-judging-container .gla-rules-container,
.gla-judging-container .gla-category-options,
.gla-judging-container .gla-judging-entry,
.gla-judging-container .gla-entry-scoring,
.gla-judging-container .gla-my-votes-panel,
.gla-judging-container .gla-no-entries,
.gla-judging-container .gla-modal-content,
.gla-judging-container .gla-login-content {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(244, 248, 252, 0.97) 100%) !important;
    border: 1px solid rgba(64, 88, 111, 0.14) !important;
    box-shadow: 0 20px 44px rgba(28, 44, 60, 0.08) !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-header,
.gla-prestige-light-entries .gla-prestige-light-entries-header {
    border-radius: 0 !important;
    box-shadow: none !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-auth-card {
    border-radius: 30px !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-brand-mark {
    background: linear-gradient(135deg, #284157 0%, #456079 100%) !important;
    border-radius: 14px !important;
    box-shadow: 0 10px 24px rgba(32, 50, 70, 0.16) !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-brand-mark::after {
    border-color: rgba(255, 255, 255, 0.92) !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-nav-item,
.gla-prestige-light-entries .gla-prestige-light-entries-nav-item,
.gla-prestige-light-entries .gla-prestige-light-profile-link,
.gla-prestige-light-dashboard .gla-prestige-light-logout-btn {
    background: #ffffff !important;
    border: 1px solid rgba(64, 88, 111, 0.14) !important;
    border-radius: 18px !important;
    color: #425465 !important;
    box-shadow: none !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-nav-item:hover,
.gla-prestige-light-entries .gla-prestige-light-entries-nav-item:hover,
.gla-prestige-light-entries .gla-prestige-light-profile-link:hover,
.gla-prestige-light-dashboard .gla-prestige-light-logout-btn:hover {
    background: #eef4fa !important;
    border-color: rgba(47, 74, 99, 0.26) !important;
    color: #1f3347 !important;
    transform: translateY(-1px) !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-nav-item.active,
.gla-prestige-light-entries .gla-prestige-light-entries-nav-item.active {
    background: linear-gradient(180deg, #eef4fa 0%, #e6eef6 100%) !important;
    color: #1f3347 !important;
    border: 1px solid rgba(47, 74, 99, 0.24) !important;
    margin-left: 0 !important;
    border-left: 1px solid rgba(47, 74, 99, 0.24) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7) !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-action-card:hover {
    background: linear-gradient(180deg, #ffffff 0%, #f0f5fa 100%) !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-action-icon,
.gla-prestige-light-entries .gla-prestige-light-credit-badge,
.gla-prestige-light-entries .gla-prestige-light-bundle-savings,
.gla-prestige-light-entries .gla-prestige-light-current-balance,
.gla-prestige-light-submission .gla-prestige-light-type-option.selected,
.gla-prestige-light-submission .gla-prestige-light-category-item input:checked + .gla-prestige-light-category-check,
.gla-prestige-light-submission .gla-prestige-light-category-item input:checked ~ .gla-prestige-light-category-name,
.gla-prestige-light-submission .gla-prestige-light-info-btn:hover {
    color: #1f3347 !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-action-icon,
.gla-prestige-light-entries .gla-prestige-light-credit-badge,
.gla-prestige-light-entries .gla-prestige-light-bundle-savings,
.gla-prestige-light-submission .gla-prestige-light-type-option.selected,
.gla-prestige-light-submission .gla-prestige-light-category-item input:checked + .gla-prestige-light-category-check {
    background: linear-gradient(180deg, #eef4fa 0%, #e5edf5 100%) !important;
    border-color: rgba(47, 74, 99, 0.2) !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-action-arrow,
.gla-prestige-light-dashboard .gla-prestige-light-announcement a,
.gla-prestige-light-entries .gla-prestige-light-credit-value,
.gla-prestige-light-entries .gla-prestige-light-bundle-credits,
.gla-prestige-light-entries .gla-prestige-light-bundle-arrow,
.gla-prestige-light-entries .gla-prestige-light-current-balance span:last-child,
.gla-prestige-light-submission .gla-prestige-light-category-header,
.gla-prestige-light-submission .gla-prestige-light-total-value,
.gla-prestige-light-submission .gla-prestige-light-fee-value,
.gla-prestige-light-submission .gla-prestige-light-section-title .required,
.gla-prestige-light-submission .gla-prestige-light-label .required {
    color: #29435c !important;
}

.gla-judge-page-container .gla-btn-icon,
.gla-judge-page-container .gla-btn-icon svg {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.gla-prestige-light-entries .gla-prestige-light-submit-btn,
.gla-prestige-light-entries .gla-prestige-light-btn-primary,
.gla-prestige-light-submission .gla-prestige-light-btn-primary,
.gla-prestige-light-submission .gla-prestige-light-bundle-btn,
.gla-prestige-light-profile .gla-prestige-light-btn-primary,
.gla-prestige-light-entry-view .gla-prestige-light-btn-primary,
.gla-prestige-light-auth-wrapper .gla-prestige-light-btn-primary,
.gla-judge-page-container .gla-action-btn,
.gla-judging-container .gla-button.gla-primary,
.gla-judging-container .gla-btn-primary,
.gla-judging-container #gla-loginform input[type="submit"] {
    background: linear-gradient(135deg, #1f3347 0%, #36516b 100%) !important;
    border: 1px solid rgba(31, 51, 71, 0.2) !important;
    color: #ffffff !important;
    border-radius: 999px !important;
    box-shadow: 0 12px 28px rgba(31, 51, 71, 0.16) !important;
}

.gla-prestige-light-entries .gla-prestige-light-submit-btn:hover,
.gla-prestige-light-entries .gla-prestige-light-btn-primary:hover,
.gla-prestige-light-submission .gla-prestige-light-btn-primary:hover,
.gla-prestige-light-submission .gla-prestige-light-bundle-btn:hover,
.gla-prestige-light-profile .gla-prestige-light-btn-primary:hover,
.gla-prestige-light-entry-view .gla-prestige-light-btn-primary:hover,
.gla-prestige-light-auth-wrapper .gla-prestige-light-btn-primary:hover,
.gla-judge-page-container .gla-action-btn:hover,
.gla-judging-container .gla-button.gla-primary:hover,
.gla-judging-container .gla-btn-primary:hover,
.gla-judging-container #gla-loginform input[type="submit"]:hover {
    background: linear-gradient(135deg, #172838 0%, #2c465d 100%) !important;
    color: #ffffff !important;
}

.gla-prestige-light-entries .gla-prestige-light-btn-secondary,
.gla-prestige-light-submission .gla-prestige-light-btn-secondary,
.gla-prestige-light-profile .gla-prestige-light-btn-secondary,
.gla-prestige-light-auth-wrapper .gla-prestige-light-btn-secondary,
.gla-prestige-light-entries .gla-entry-actions .gla-btn,
.gla-judging-container .gla-button.gla-secondary,
.gla-judging-container .gla-btn-secondary,
.gla-judging-container .gla-button.gla-tertiary,
.gla-judging-container .gla-btn,
.gla-judging-container .gla-header-button,
.gla-judging-container .gla-view-votes-button {
    background: #ffffff !important;
    border: 1px solid rgba(64, 88, 111, 0.18) !important;
    color: #31465a !important;
    border-radius: 999px !important;
    box-shadow: none !important;
}

.gla-prestige-light-entries .gla-prestige-light-btn-secondary:hover,
.gla-prestige-light-submission .gla-prestige-light-btn-secondary:hover,
.gla-prestige-light-profile .gla-prestige-light-btn-secondary:hover,
.gla-prestige-light-auth-wrapper .gla-prestige-light-btn-secondary:hover,
.gla-prestige-light-entries .gla-entry-actions .gla-btn:hover,
.gla-judging-container .gla-button.gla-secondary:hover,
.gla-judging-container .gla-btn-secondary:hover,
.gla-judging-container .gla-button.gla-tertiary:hover,
.gla-judging-container .gla-header-button:hover,
.gla-judging-container .gla-view-votes-button:hover {
    background: #eef4fa !important;
    border-color: rgba(47, 74, 99, 0.24) !important;
    color: #1f3347 !important;
}

.gla-prestige-light-entries .gla-entry-actions,
.gla-prestige-light-entries .gla-entry-badges {
    gap: 12px !important;
}

.gla-prestige-light-entries .gla-entry-actions .gla-btn,
.gla-prestige-light-entries .gla-entry-actions .gla-btn-primary,
.gla-prestige-light-entries .gla-entry-actions .gla-btn-secondary {
    padding: 12px 18px !important;
    min-height: 44px !important;
}

.gla-prestige-light-entries .gla-entry-badges span,
.gla-prestige-light-entry-view .gla-prestige-light-entry-badge {
    border-radius: 999px !important;
    background: #eef4fa !important;
    color: #29435c !important;
    border: 1px solid rgba(47, 74, 99, 0.18) !important;
}

.gla-prestige-light-submission .gla-prestige-light-category-group,
.gla-prestige-light-submission .gla-prestige-light-total,
.gla-prestige-light-submission .gla-prestige-light-fee-card,
.gla-prestige-light-submission .gla-prestige-light-info-card,
.gla-prestige-light-submission .gla-prestige-light-type-option,
.gla-prestige-light-submission .gla-prestige-light-category-item,
.gla-prestige-light-submission .gla-prestige-light-image-item {
    background: linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%) !important;
    border: 1px solid rgba(64, 88, 111, 0.14) !important;
    border-radius: 20px !important;
    box-shadow: none !important;
}

.gla-prestige-light-submission .gla-prestige-light-category-item:hover,
.gla-prestige-light-submission .gla-prestige-light-type-option:hover {
    border-color: rgba(47, 74, 99, 0.24) !important;
    background: linear-gradient(180deg, #ffffff 0%, #f1f6fb 100%) !important;
}

.gla-prestige-light-submission .gla-prestige-light-category-check,
.gla-prestige-light-submission .gla-prestige-light-input,
.gla-prestige-light-submission .gla-prestige-light-textarea,
.gla-prestige-light-submission .gla-prestige-light-select {
    border-radius: 16px !important;
}

.gla-prestige-light-submission .gla-prestige-light-category-group,
.gla-prestige-light-submission .gla-prestige-light-total {
    background: linear-gradient(180deg, #f9fbfd 0%, #f3f7fb 100%) !important;
}

.gla-prestige-light-submission .gla-prestige-light-progress {
    max-width: none !important;
    width: fit-content !important;
    margin: 0 26px -66px auto !important;
    position: relative !important;
    z-index: 5 !important;
}

.gla-prestige-light-submission .gla-prestige-light-progress-inner {
    border: 1px solid rgba(64, 88, 111, 0.12) !important;
    box-shadow: 0 16px 34px rgba(30, 45, 58, 0.08) !important;
}

.gla-judge-page-container,
.gla-judging-container {
    color: #1f2d3a !important;
}

.gla-judge-page-container .gla-welcome-title,
.gla-judge-page-container h2,
.gla-judge-page-container h3,
.gla-judging-container .gla-welcome-header h1,
.gla-judging-container .gla-category-header h2,
.gla-judging-container .gla-rules-container h2,
.gla-judging-container .gla-entry-title,
.gla-judging-container .gla-judging-form h4,
.gla-judging-container .gla-completion-message h3,
.gla-judging-container .gla-my-votes-header h3 {
    color: #1f2d3a !important;
}

.gla-judge-page-container .gla-welcome-subtitle,
.gla-judge-page-container .gla-welcome-message p,
.gla-judge-page-container .gla-links-list a,
.gla-judging-container .gla-welcome-subtitle,
.gla-judging-container .gla-welcome-message,
.gla-judging-container .gla-rules-content,
.gla-judging-container .gla-category-header p,
.gla-judging-container .gla-stat-label,
.gla-judging-container .gla-loading-text,
.gla-judging-container .gla-image-info,
.gla-judging-container .gla-detail-content,
.gla-judging-container .gla-completion-message p,
.gla-judging-container #gla-votes-page-info {
    color: #60707f !important;
}

.gla-judging-container .gla-rules-container,
.gla-judging-container .gla-category-options,
.gla-judging-container .gla-entry-scoring,
.gla-judging-container .gla-my-votes-panel .gla-vote-item,
.gla-judging-container .gla-welcome-message,
.gla-judging-container .gla-category-card label {
    border-radius: 24px !important;
}

.gla-judging-container .gla-category-card label,
.gla-judging-container .gla-category-button,
.gla-judging-container .gla-nav-btn,
.gla-judging-container .gla-form-group textarea,
.gla-judging-container .gla-option-group select,
.gla-judging-container #gla-loginform input[type="text"],
.gla-judging-container #gla-loginform input[type="password"] {
    background: #ffffff !important;
    border: 1px solid rgba(64, 88, 111, 0.16) !important;
    color: #1f2d3a !important;
    box-shadow: none !important;
}

.gla-judging-container .gla-category-card label:hover,
.gla-judging-container .gla-category-button:hover,
.gla-judging-container .gla-nav-btn:hover:not(:disabled) {
    background: #f3f7fb !important;
    border-color: rgba(47, 74, 99, 0.24) !important;
}

.gla-judging-container .gla-category-checkbox:checked + label,
.gla-judging-container .gla-category-card.is-selected label,
.gla-judging-container .gla-category-button.selected {
    background: linear-gradient(180deg, #eef4fa 0%, #e5edf5 100%) !important;
    border-color: rgba(47, 74, 99, 0.34) !important;
    color: #1f3347 !important;
    box-shadow: 0 0 0 4px rgba(47, 74, 99, 0.12), 0 14px 28px rgba(28, 44, 60, 0.08) !important;
}

.gla-judging-container .gla-category-checkbox:checked + label::after,
.gla-judging-container .gla-category-card.is-selected label::after {
    background: #dce8f3 !important;
    border-color: rgba(47, 74, 99, 0.18) !important;
    color: #29435c !important;
}

.gla-judging-container .gla-category-name,
.gla-judging-container .gla-current-category,
.gla-judging-container .gla-score-group label,
.gla-judging-container .gla-form-group label,
.gla-judging-container .gla-score-label span,
.gla-judging-container .gla-vote-entry-title {
    color: #1f2d3a !important;
}

.gla-judging-container .gla-category-count,
.gla-judging-container .gla-stat-item,
.gla-judging-container .gla-score-item,
.gla-judging-container .gla-total-score {
    background: #eef4fa !important;
    color: #29435c !important;
    border: 1px solid rgba(47, 74, 99, 0.14) !important;
}

.gla-judging-container .gla-loading-spinner {
    border-color: rgba(65, 89, 112, 0.14) !important;
    border-top-color: #2f4a63 !important;
}

.gla-judging-container .gla-image-container,
.gla-judging-container .gla-loading-overlay {
    background: #f7f9fc !important;
    border-radius: 22px !important;
}

.gla-judging-container .gla-thumbnail {
    border-radius: 16px !important;
}

.gla-judging-container .gla-thumbnail.active {
    border-color: #29435c !important;
    box-shadow: 0 0 0 4px rgba(47, 74, 99, 0.12) !important;
}

.gla-judging-container .gla-score-label {
    border: 1px solid rgba(64, 88, 111, 0.16) !important;
    background: #ffffff !important;
}

.gla-judging-container .gla-score-label:hover {
    background: #eef4fa !important;
}

.gla-judging-container .gla-score-label:has(input:checked),
.gla-judging-container .gla-score-label input:checked + span {
    background: #2f4a63 !important;
    border-color: #2f4a63 !important;
    color: #ffffff !important;
}

.gla-judging-container .gla-message.gla-success,
.gla-judging-container .gla-success {
    background: #edf6f1 !important;
    color: #355542 !important;
    border-left-color: #5d8d6d !important;
}

.gla-judging-container .gla-message.gla-error,
.gla-judging-container .gla-error {
    background: #fff5f5 !important;
    color: #9c4141 !important;
    border-left-color: #d77b7b !important;
}

.gla-judging-container.gla-login-container {
    min-height: 100vh !important;
}

.gla-judging-container.gla-login-container .gla-login-content {
    padding: 40px !important;
}

.gla-judging-container.gla-login-container .gla-login-header h1,
.gla-judging-container.gla-login-container .gla-login-subtitle,
.gla-judging-container.gla-login-container #gla-loginform label,
.gla-judging-container.gla-login-container .gla-login-footer a {
    color: #1f2d3a !important;
}

.gla-judging-container.gla-login-container .gla-login-footer {
    border-top-color: rgba(64, 88, 111, 0.1) !important;
}

@media (max-width: 980px) {
    .gla-prestige-light-submission .gla-prestige-light-progress {
        width: 100% !important;
        margin: 0 0 18px !important;
    }
}

/*
 * ============================================
 * Prestige Light redesign layer
 * ============================================
 *
 * The template files still ship their own inline "prestige" variables and
 * component styles. This final layer redefines those variables on the actual
 * Prestige Light wrappers so all pages inherit one cohesive light system
 * without changing template logic.
 */

:is(
    .gla-prestige-light-auth-wrapper,
    .gla-prestige-light-dashboard,
    .gla-prestige-light-entries,
    .gla-prestige-light-profile,
    .gla-prestige-light-submission,
    .gla-prestige-light-entry-view
) {
    --prestige-bg-primary: #f4f7fc;
    --prestige-bg-secondary: #edf3fb;
    --prestige-bg-card: #ffffff;
    --prestige-bg-elevated: #1a2a45;
    --prestige-gold: #4f67f5;
    --prestige-gold-light: #8093ff;
    --prestige-gold-dark: #223b7c;
    --prestige-text-primary: #18253d;
    --prestige-text-secondary: #65758a;
    --prestige-text-muted: #92a0b3;
    --prestige-border: rgba(77, 98, 140, 0.14);
    --prestige-border-hover: rgba(79, 103, 245, 0.26);
    --prestige-shadow: 0 24px 56px rgba(24, 37, 61, 0.09);
    --prestige-transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);

    --pl-paper: #f4f7fc;
    --pl-paper-strong: #ffffff;
    --pl-paper-soft: #ebf1fa;
    --pl-ivory: #dfe7f3;
    --pl-line: rgba(77, 98, 140, 0.14);
    --pl-line-strong: rgba(77, 98, 140, 0.22);
    --pl-gold: #4f67f5;
    --pl-gold-deep: #223b7c;
    --pl-gold-soft: #aab7ff;
    --pl-ink: #18253d;
    --pl-muted: #65758a;
    --pl-subtle: #92a0b3;
    --pl-success: #4b8b72;
    --pl-shadow: 0 24px 56px rgba(24, 37, 61, 0.09);
    --pl-shadow-soft: 0 14px 32px rgba(24, 37, 61, 0.07);
    --pl-radius-lg: 30px;
    --pl-radius-md: 22px;
    --pl-radius-sm: 16px;
    --pl-heading-font: "Avenir Next", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
    --pl-body-font: "Avenir Next", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
}

.gla-prestige-light-auth-wrapper,
.gla-prestige-light-dashboard,
.gla-prestige-light-entries,
.gla-prestige-light-profile,
.gla-prestige-light-submission,
.gla-prestige-light-entry-view {
    background:
        radial-gradient(circle at 8% 0%, rgba(128, 147, 255, 0.18), transparent 22rem),
        radial-gradient(circle at 100% 10%, rgba(131, 168, 255, 0.16), transparent 26rem),
        radial-gradient(circle at 0% 100%, rgba(223, 231, 243, 0.92), transparent 20rem),
        linear-gradient(180deg, #f6f8fd 0%, #eef3fb 100%) !important;
    color: var(--prestige-text-primary) !important;
}

.gla-prestige-light-auth-wrapper :is(h1, h2, h3, h4, h5),
.gla-prestige-light-dashboard :is(h1, h2, h3, h4, h5),
.gla-prestige-light-entries :is(h1, h2, h3, h4, h5),
.gla-prestige-light-profile :is(h1, h2, h3, h4, h5),
.gla-prestige-light-submission :is(h1, h2, h3, h4, h5),
.gla-prestige-light-entry-view :is(h1, h2, h3, h4, h5) {
    font-family: var(--pl-heading-font) !important;
    letter-spacing: -0.03em !important;
    color: var(--prestige-text-primary) !important;
}

.gla-prestige-light-auth-wrapper :is(p, span, label, small, li, div, a, button, input, textarea, select),
.gla-prestige-light-dashboard :is(p, span, label, small, li, div, a, button, input, textarea, select),
.gla-prestige-light-entries :is(p, span, label, small, li, div, a, button, input, textarea, select),
.gla-prestige-light-profile :is(p, span, label, small, li, div, a, button, input, textarea, select),
.gla-prestige-light-submission :is(p, span, label, small, li, div, a, button, input, textarea, select),
.gla-prestige-light-entry-view :is(p, span, label, small, li, div, a, button, input, textarea, select) {
    font-family: var(--pl-body-font) !important;
}

.gla-prestige-light-auth-wrapper a,
.gla-prestige-light-dashboard a,
.gla-prestige-light-entries a,
.gla-prestige-light-profile a,
.gla-prestige-light-submission a,
.gla-prestige-light-entry-view a {
    color: var(--prestige-gold-dark);
}

.gla-prestige-light-auth-wrapper a:hover,
.gla-prestige-light-dashboard a:hover,
.gla-prestige-light-entries a:hover,
.gla-prestige-light-profile a:hover,
.gla-prestige-light-submission a:hover,
.gla-prestige-light-entry-view a:hover {
    color: var(--prestige-text-primary);
}

/* Auth */
.gla-prestige-light-auth-wrapper {
    padding: 48px 20px !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-decoration {
    display: none !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-auth-container {
    max-width: 1180px !important;
    min-height: 760px;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding: 24px 0;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-auth-container::after {
    content: "";
    position: absolute;
    top: 28px;
    right: 0;
    bottom: 28px;
    width: 45%;
    border-radius: 34px;
    background:
        linear-gradient(180deg, rgba(19, 34, 68, 0.06), rgba(19, 34, 68, 0.14)),
        url("../../images/prestige-light-auth.avif") center center / cover no-repeat,
        linear-gradient(135deg, #dfe7f7 0%, #eef3fb 100%);
    box-shadow: 0 30px 70px rgba(24, 37, 61, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-auth-card {
    position: relative;
    z-index: 1;
    width: min(560px, 100%);
    margin: 0 0 0 24px !important;
    padding: 42px 40px !important;
    border-radius: 34px !important;
    background: rgba(255, 255, 255, 0.86) !important;
    border: 1px solid rgba(77, 98, 140, 0.12) !important;
    box-shadow: 0 26px 60px rgba(24, 37, 61, 0.12) !important;
    backdrop-filter: blur(18px);
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-brand {
    margin-bottom: 28px !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-logo-mark {
    width: 82px !important;
    height: 82px !important;
    border-radius: 26px !important;
    background: linear-gradient(135deg, #243b7c 0%, #4f67f5 52%, #97a9ff 100%) !important;
    box-shadow: 0 18px 32px rgba(79, 103, 245, 0.2) !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-logo-mark::after {
    border-color: rgba(255, 255, 255, 0.94) !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-tabs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 6px;
    background: linear-gradient(180deg, #eef3fb 0%, #e8eff8 100%) !important;
    border: 1px solid rgba(77, 98, 140, 0.12) !important;
    border-radius: 20px !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-tab {
    border-radius: 16px !important;
    background: transparent !important;
    color: var(--prestige-text-secondary) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-tab::after {
    display: none !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-tab.active {
    background: #ffffff !important;
    color: var(--prestige-text-primary) !important;
    box-shadow: 0 10px 20px rgba(24, 37, 61, 0.08) !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-social-btn,
.gla-prestige-light-auth-wrapper .gla-prestige-light-input,
.gla-prestige-light-auth-wrapper .gla-prestige-light-select {
    border-radius: 18px !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-social-btn {
    background: rgba(255, 255, 255, 0.92) !important;
    border-color: rgba(77, 98, 140, 0.12) !important;
    box-shadow: 0 10px 22px rgba(24, 37, 61, 0.05) !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-social-btn:hover {
    transform: translateY(-1px);
    border-color: rgba(79, 103, 245, 0.22) !important;
    box-shadow: 0 16px 26px rgba(24, 37, 61, 0.08) !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-divider span {
    background: rgba(255, 255, 255, 0.92) !important;
}

/* Shared controls */
.gla-prestige-light-auth-wrapper :is(.gla-prestige-light-btn, .gla-prestige-light-btn-primary, .gla-prestige-light-btn-secondary),
.gla-prestige-light-dashboard :is(.gla-prestige-light-logout-btn, .gla-prestige-light-nav-item, .gla-prestige-light-action-card),
.gla-prestige-light-entries :is(.gla-prestige-light-submit-btn, .gla-prestige-light-profile-link, .gla-prestige-light-btn, .gla-prestige-light-modal-close),
.gla-prestige-light-profile :is(.gla-prestige-light-back-btn, .gla-prestige-light-btn),
.gla-prestige-light-submission :is(.gla-prestige-light-btn, .gla-prestige-light-bundle-btn, .gla-prestige-light-info-btn),
.gla-prestige-light-entry-view :is(.gla-prestige-light-entry-btn, .gla-prestige-light-entry-back) {
    border-radius: 18px !important;
    transition: var(--prestige-transition) !important;
}

.gla-prestige-light-auth-wrapper :is(.gla-prestige-light-input, .gla-prestige-light-select, .gla-prestige-light-textarea),
.gla-prestige-light-profile :is(.gla-prestige-light-input, .gla-prestige-light-select, .gla-prestige-light-textarea),
.gla-prestige-light-submission :is(.gla-prestige-light-input, .gla-prestige-light-select, .gla-prestige-light-textarea),
.gla-prestige-light-entries .gla-prestige-light-filter-select {
    background: linear-gradient(180deg, #ffffff 0%, #f5f8fd 100%) !important;
    border: 1px solid rgba(77, 98, 140, 0.16) !important;
    border-radius: 18px !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.gla-prestige-light-auth-wrapper :is(.gla-prestige-light-input, .gla-prestige-light-select, .gla-prestige-light-textarea):focus,
.gla-prestige-light-profile :is(.gla-prestige-light-input, .gla-prestige-light-select, .gla-prestige-light-textarea):focus,
.gla-prestige-light-submission :is(.gla-prestige-light-input, .gla-prestige-light-select, .gla-prestige-light-textarea):focus,
.gla-prestige-light-entries .gla-prestige-light-filter-select:focus {
    border-color: rgba(79, 103, 245, 0.4) !important;
    box-shadow: 0 0 0 4px rgba(79, 103, 245, 0.11) !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-btn-primary,
.gla-prestige-light-dashboard .gla-prestige-light-nav-item.active,
.gla-prestige-light-entries .gla-prestige-light-submit-btn,
.gla-prestige-light-profile .gla-prestige-light-btn-primary,
.gla-prestige-light-submission .gla-prestige-light-btn-primary,
.gla-prestige-light-submission .gla-prestige-light-bundle-btn,
.gla-prestige-light-entry-view .gla-prestige-light-entry-btn-primary,
.gla-prestige-light-entry-view .gla-prestige-light-entry-badge-status {
    background: linear-gradient(135deg, #233d81 0%, #4f67f5 100%) !important;
    color: #ffffff !important;
    border: 1px solid rgba(79, 103, 245, 0.18) !important;
    box-shadow: 0 18px 34px rgba(79, 103, 245, 0.2) !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-btn-primary:hover,
.gla-prestige-light-entries .gla-prestige-light-submit-btn:hover,
.gla-prestige-light-profile .gla-prestige-light-btn-primary:hover,
.gla-prestige-light-submission .gla-prestige-light-btn-primary:hover,
.gla-prestige-light-submission .gla-prestige-light-bundle-btn:hover,
.gla-prestige-light-entry-view .gla-prestige-light-entry-btn-primary:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 22px 42px rgba(79, 103, 245, 0.24) !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-btn-secondary,
.gla-prestige-light-dashboard .gla-prestige-light-logout-btn,
.gla-prestige-light-entries .gla-prestige-light-profile-link,
.gla-prestige-light-profile .gla-prestige-light-back-btn,
.gla-prestige-light-profile .gla-prestige-light-btn-secondary,
.gla-prestige-light-entry-view .gla-prestige-light-entry-btn-secondary,
.gla-prestige-light-entry-view .gla-prestige-light-entry-btn-ghost,
.gla-prestige-light-entry-view .gla-prestige-light-entry-back,
.gla-prestige-light-submission .gla-prestige-light-info-btn {
    background: rgba(255, 255, 255, 0.92) !important;
    color: var(--prestige-text-primary) !important;
    border: 1px solid rgba(77, 98, 140, 0.14) !important;
    box-shadow: 0 10px 26px rgba(24, 37, 61, 0.05) !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-btn-secondary:hover,
.gla-prestige-light-dashboard .gla-prestige-light-logout-btn:hover,
.gla-prestige-light-entries .gla-prestige-light-profile-link:hover,
.gla-prestige-light-profile .gla-prestige-light-back-btn:hover,
.gla-prestige-light-profile .gla-prestige-light-btn-secondary:hover,
.gla-prestige-light-entry-view .gla-prestige-light-entry-btn-secondary:hover,
.gla-prestige-light-entry-view .gla-prestige-light-entry-btn-ghost:hover,
.gla-prestige-light-entry-view .gla-prestige-light-entry-back:hover,
.gla-prestige-light-submission .gla-prestige-light-info-btn:hover {
    background: #eef3fb !important;
    border-color: rgba(79, 103, 245, 0.18) !important;
}

/* Dashboard and entries shell */
.gla-prestige-light-dashboard,
.gla-prestige-light-entries {
    padding-bottom: 56px !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-header,
.gla-prestige-light-entries .gla-prestige-light-entries-header {
    background: rgba(255, 255, 255, 0.82) !important;
    border-bottom: 1px solid rgba(77, 98, 140, 0.1) !important;
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 34px rgba(24, 37, 61, 0.04);
}

.gla-prestige-light-dashboard .gla-prestige-light-header-inner,
.gla-prestige-light-entries .gla-prestige-light-entries-header-inner {
    max-width: 1280px !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-header-left,
.gla-prestige-light-dashboard .gla-prestige-light-header-right,
.gla-prestige-light-entries .gla-prestige-light-entries-header-left,
.gla-prestige-light-entries .gla-prestige-light-entries-header-right {
    gap: 18px !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-brand-mark {
    width: 64px !important;
    height: 64px !important;
    border-radius: 22px !important;
    background: linear-gradient(135deg, #233d81 0%, #4f67f5 100%) !important;
    box-shadow: 0 20px 38px rgba(79, 103, 245, 0.22) !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-dashboard-layout,
.gla-prestige-light-entries .gla-prestige-light-entries-layout {
    max-width: 1280px !important;
    margin: 34px auto 0 !important;
    gap: 30px !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-sidebar,
.gla-prestige-light-entries .gla-prestige-light-entries-sidebar {
    position: sticky;
    top: 28px;
    align-self: start;
    padding: 16px !important;
    border-radius: 30px !important;
    background: rgba(255, 255, 255, 0.74) !important;
    border: 1px solid rgba(77, 98, 140, 0.1) !important;
    box-shadow: 0 24px 54px rgba(24, 37, 61, 0.08) !important;
    backdrop-filter: blur(12px);
}

.gla-prestige-light-dashboard .gla-prestige-light-nav-item,
.gla-prestige-light-entries .gla-prestige-light-entries-nav-item {
    padding: 16px 18px !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.72) !important;
    border: 1px solid transparent !important;
    color: var(--prestige-text-secondary) !important;
    box-shadow: none !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-nav-item:hover,
.gla-prestige-light-entries .gla-prestige-light-entries-nav-item:hover {
    background: #f4f7fd !important;
    border-color: rgba(79, 103, 245, 0.12) !important;
    color: var(--prestige-text-primary) !important;
    transform: translateX(2px);
}

.gla-prestige-light-dashboard .gla-prestige-light-nav-item.active,
.gla-prestige-light-entries .gla-prestige-light-entries-nav-item.active {
    color: #ffffff !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-main,
.gla-prestige-light-entries .gla-prestige-light-entries-main {
    gap: 28px !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-welcome-section,
.gla-prestige-light-dashboard .gla-prestige-light-action-card,
.gla-prestige-light-entries .gla-prestige-light-filter-bar,
.gla-prestige-light-entries .gla-prestige-light-credit-badge,
.gla-prestige-light-entries .gla-prestige-light-modal-content,
.gla-prestige-light-profile .gla-prestige-light-profile-section,
.gla-prestige-light-profile .gla-prestige-light-profile-header,
.gla-prestige-light-entry-view .gla-prestige-light-entry-card,
.gla-prestige-light-entry-view .gla-prestige-light-entry-hero {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 248, 252, 0.98) 100%) !important;
    border: 1px solid rgba(77, 98, 140, 0.12) !important;
    box-shadow: 0 24px 56px rgba(24, 37, 61, 0.08) !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-welcome-section {
    padding: 36px 40px !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-action-card {
    border-radius: 28px !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-action-icon {
    width: 70px !important;
    height: 70px !important;
    border-radius: 24px !important;
    background: linear-gradient(135deg, #edf3ff 0%, #e6f0ff 100%) !important;
    color: #2b437d !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.gla-prestige-light-dashboard .gla-prestige-light-action-arrow {
    color: var(--prestige-gold) !important;
}

.gla-prestige-light-entries .gla-prestige-light-filter-bar {
    padding: 24px 28px !important;
    border-radius: 28px !important;
}

.gla-prestige-light-entries .gla-prestige-light-credit-badge,
.gla-prestige-light-entries .gla-prestige-light-bundle-savings,
.gla-prestige-light-entries .gla-prestige-light-credit-info {
    background: linear-gradient(180deg, #edf3ff 0%, #eef5fb 100%) !important;
    color: var(--prestige-text-primary) !important;
    border: 1px solid rgba(79, 103, 245, 0.12) !important;
}

.gla-prestige-light-entries .gla-prestige-light-credit-value,
.gla-prestige-light-entries .gla-prestige-light-bundle-credits,
.gla-prestige-light-entries .gla-prestige-light-bundle-value,
.gla-prestige-light-entries .gla-prestige-light-current-balance span:last-child {
    color: var(--prestige-gold-dark) !important;
}

/* Dynamic entry cards */
.gla-prestige-light-entries .gla-prestige-light-entries-grid .gla-entry-card,
.gla-prestige-light-entries .gla-entry-card {
    border-radius: 28px !important;
    overflow: hidden !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(245, 248, 252, 0.98) 100%) !important;
    border: 1px solid rgba(77, 98, 140, 0.1) !important;
    box-shadow: 0 22px 48px rgba(24, 37, 61, 0.08) !important;
}

.gla-prestige-light-entries .gla-entry-thumbnail-container,
.gla-prestige-light-entries .gla-entry-thumbnail {
    border-radius: 24px !important;
    overflow: hidden !important;
    background: linear-gradient(180deg, #eef3fb 0%, #e7eef8 100%) !important;
}

.gla-prestige-light-entries .gla-entry-thumbnail-container img,
.gla-prestige-light-entries .gla-entry-thumbnail img,
.gla-prestige-light-entries .gla-entry-thumbnail-container .gla-entry-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gla-prestige-light-entries .gla-no-thumbnail {
    color: var(--prestige-text-muted) !important;
    background: linear-gradient(180deg, #eef3fb 0%, #e7eef8 100%) !important;
}

.gla-prestige-light-entries .gla-entry-title,
.gla-prestige-light-entries .gla-entry-title a {
    color: var(--prestige-text-primary) !important;
}

.gla-prestige-light-entries .gla-entry-badges span,
.gla-prestige-light-entry-view .gla-prestige-light-entry-badge,
.gla-prestige-light-entries .gla-entry-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px !important;
    padding: 8px 12px !important;
    background: #eef3fb !important;
    color: #284061 !important;
    border: 1px solid rgba(77, 98, 140, 0.14) !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 11px !important;
    font-weight: 700 !important;
}

.gla-prestige-light-entries .gla-entry-actions,
.gla-prestige-light-entry-view .gla-prestige-light-entry-hero-actions,
.gla-prestige-light-profile .gla-prestige-light-profile-actions {
    gap: 12px !important;
}

.gla-prestige-light-entries .gla-entry-actions .gla-button,
.gla-prestige-light-entries .gla-entry-actions .gla-btn,
.gla-prestige-light-entries .gla-entry-actions .gla-button-edit,
.gla-prestige-light-entries .gla-entry-actions .gla-button-delete,
.gla-prestige-light-entries .gla-entry-actions .gla-button-pay {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 46px !important;
    padding: 12px 18px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(77, 98, 140, 0.14) !important;
    background: #ffffff !important;
    color: var(--prestige-text-primary) !important;
    box-shadow: 0 12px 22px rgba(24, 37, 61, 0.05) !important;
}

.gla-prestige-light-entries .gla-entry-actions .gla-button-edit,
.gla-prestige-light-entries .gla-entry-actions .gla-button-pay,
.gla-prestige-light-entries .gla-entry-actions .gla-btn-primary {
    background: linear-gradient(135deg, #233d81 0%, #4f67f5 100%) !important;
    color: #ffffff !important;
    border-color: rgba(79, 103, 245, 0.18) !important;
    box-shadow: 0 18px 30px rgba(79, 103, 245, 0.2) !important;
}

.gla-prestige-light-entries .gla-entry-actions .gla-button-delete {
    background: #ffffff !important;
    color: #233959 !important;
}

.gla-prestige-light-entries .gla-entry-actions .gla-button:hover,
.gla-prestige-light-entries .gla-entry-actions .gla-btn:hover {
    transform: translateY(-1px);
}

/* Submission */
.gla-prestige-light-submission {
    padding: 34px 20px 72px !important;
}

.gla-prestige-light-submission .gla-prestige-light-progress {
    width: max-content !important;
    max-width: none !important;
    margin: 0 28px -62px auto !important;
    position: relative !important;
    z-index: 4 !important;
}

.gla-prestige-light-submission .gla-prestige-light-progress-inner {
    gap: 14px !important;
    padding: 14px 18px !important;
    background: rgba(255, 255, 255, 0.88) !important;
    border: 1px solid rgba(77, 98, 140, 0.12) !important;
    border-radius: 24px !important;
    box-shadow: 0 20px 40px rgba(24, 37, 61, 0.09) !important;
    backdrop-filter: blur(14px);
}

.gla-prestige-light-submission .gla-prestige-light-step {
    gap: 6px !important;
}

.gla-prestige-light-submission .gla-prestige-light-step-number {
    width: 42px !important;
    height: 42px !important;
    border-radius: 14px !important;
    border-color: rgba(77, 98, 140, 0.14) !important;
    background: #ffffff !important;
    color: var(--prestige-text-secondary) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.gla-prestige-light-submission .gla-prestige-light-step.active .gla-prestige-light-step-number,
.gla-prestige-light-submission .gla-prestige-light-step.completed .gla-prestige-light-step-number {
    background: linear-gradient(135deg, #233d81 0%, #4f67f5 100%) !important;
    color: #ffffff !important;
    border-color: rgba(79, 103, 245, 0.22) !important;
    box-shadow: 0 14px 26px rgba(79, 103, 245, 0.22) !important;
}

.gla-prestige-light-submission .gla-prestige-light-step-label {
    color: var(--prestige-text-secondary) !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
}

.gla-prestige-light-submission .gla-prestige-light-step.active .gla-prestige-light-step-label,
.gla-prestige-light-submission .gla-prestige-light-step.completed .gla-prestige-light-step-label {
    color: var(--prestige-text-primary) !important;
}

.gla-prestige-light-submission .gla-prestige-light-step-line,
.gla-prestige-light-submission .gla-prestige-light-step-line.completed {
    width: 40px !important;
    margin: 0 2px 30px !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, rgba(79, 103, 245, 0.15), rgba(79, 103, 245, 0.32)) !important;
}

.gla-prestige-light-submission .gla-prestige-light-form-container {
    max-width: 1120px !important;
    border-radius: 34px !important;
    border: 1px solid rgba(77, 98, 140, 0.12) !important;
    box-shadow: 0 30px 66px rgba(24, 37, 61, 0.1) !important;
    overflow: visible !important;
}

.gla-prestige-light-submission .gla-prestige-light-form-header {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px;
    align-items: start;
    padding: 44px 46px 24px !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 248, 253, 0.98) 100%) !important;
    border-bottom: 1px solid rgba(77, 98, 140, 0.1) !important;
}

.gla-prestige-light-submission .gla-prestige-light-form-header h2 {
    margin-bottom: 10px !important;
    font-size: clamp(2rem, 3vw, 2.7rem) !important;
    line-height: 1.04 !important;
}

.gla-prestige-light-submission .gla-prestige-light-form-header p {
    max-width: 640px;
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: var(--prestige-text-secondary) !important;
}

.gla-prestige-light-submission .gla-prestige-light-bundle-actions {
    position: static !important;
    transform: none !important;
    justify-self: end;
}

.gla-prestige-light-submission .gla-prestige-light-form {
    padding: 36px 46px 42px !important;
}

.gla-prestige-light-submission .gla-prestige-light-form-section,
.gla-prestige-light-submission .gla-prestige-light-review-section {
    margin-bottom: 28px !important;
    padding: 28px !important;
    border-radius: 28px !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(246, 249, 253, 0.98) 100%) !important;
    border: 1px solid rgba(77, 98, 140, 0.08) !important;
    box-shadow: 0 16px 36px rgba(24, 37, 61, 0.05) !important;
}

.gla-prestige-light-submission .gla-prestige-light-label,
.gla-prestige-light-submission .gla-prestige-light-section-desc,
.gla-prestige-light-submission .gla-prestige-light-char-count,
.gla-prestige-light-submission .gla-prestige-light-drop-or,
.gla-prestige-light-submission .gla-prestige-light-progress-text,
.gla-prestige-light-submission .gla-prestige-light-info-label,
.gla-prestige-light-submission .gla-prestige-light-fee-label,
.gla-prestige-light-submission .gla-prestige-light-credit-info,
.gla-prestige-light-submission .gla-prestige-light-payment-note {
    color: var(--prestige-text-secondary) !important;
}

.gla-prestige-light-submission .gla-prestige-light-section-title,
.gla-prestige-light-submission .gla-prestige-light-category-header,
.gla-prestige-light-submission .gla-prestige-light-drop-title,
.gla-prestige-light-submission .gla-prestige-light-info-value,
.gla-prestige-light-submission .gla-prestige-light-credit-amount,
.gla-prestige-light-submission .gla-prestige-light-credit-balance span:first-child {
    color: var(--prestige-text-primary) !important;
}

.gla-prestige-light-submission .gla-prestige-light-type-selector,
.gla-prestige-light-submission .gla-prestige-light-category-list {
    gap: 14px !important;
}

.gla-prestige-light-submission .gla-prestige-light-type-option,
.gla-prestige-light-submission .gla-prestige-light-category-item,
.gla-prestige-light-submission .gla-prestige-light-preview-item,
.gla-prestige-light-submission .gla-prestige-light-info-card {
    background: linear-gradient(180deg, #ffffff 0%, #f5f8fd 100%) !important;
    border: 1px solid rgba(77, 98, 140, 0.12) !important;
    border-radius: 22px !important;
    box-shadow: 0 12px 26px rgba(24, 37, 61, 0.04) !important;
}

.gla-prestige-light-submission .gla-prestige-light-type-option {
    min-height: 150px;
    justify-content: center;
}

.gla-prestige-light-submission .gla-prestige-light-type-option.selected,
.gla-prestige-light-submission .gla-prestige-light-category-item:has(input:checked) {
    background: linear-gradient(180deg, #eef3ff 0%, #e8eefb 100%) !important;
    border-color: rgba(79, 103, 245, 0.24) !important;
    box-shadow: 0 0 0 4px rgba(79, 103, 245, 0.09), 0 16px 28px rgba(79, 103, 245, 0.12) !important;
}

.gla-prestige-light-submission .gla-prestige-light-type-option.selected span,
.gla-prestige-light-submission .gla-prestige-light-category-item input:checked ~ .gla-prestige-light-category-name {
    color: var(--prestige-text-primary) !important;
}

.gla-prestige-light-submission .gla-prestige-light-category-check {
    width: 22px !important;
    height: 22px !important;
    border-radius: 999px !important;
    border-color: rgba(77, 98, 140, 0.18) !important;
    background: #ffffff !important;
}

.gla-prestige-light-submission .gla-prestige-light-category-item input:checked + .gla-prestige-light-category-check {
    background: linear-gradient(135deg, #233d81 0%, #4f67f5 100%) !important;
    border-color: rgba(79, 103, 245, 0.26) !important;
}

.gla-prestige-light-submission .gla-prestige-light-drop-zone {
    border: 2px dashed rgba(79, 103, 245, 0.22) !important;
    border-radius: 28px !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(242, 246, 252, 0.98) 100%) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.gla-prestige-light-submission .gla-prestige-light-drop-zone:hover,
.gla-prestige-light-submission .gla-prestige-light-drop-zone.dragover {
    border-color: rgba(79, 103, 245, 0.38) !important;
    background: linear-gradient(180deg, #ffffff 0%, #eef3ff 100%) !important;
}

.gla-prestige-light-submission .gla-prestige-light-progress-track {
    background: #dde6f4 !important;
    border-radius: 999px !important;
}

.gla-prestige-light-submission .gla-prestige-light-progress-bar {
    background: linear-gradient(90deg, #233d81 0%, #4f67f5 100%) !important;
    border-radius: 999px !important;
}

.gla-prestige-light-submission .gla-prestige-light-preview-item {
    overflow: hidden;
}

.gla-prestige-light-submission .gla-prestige-light-preview-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gla-prestige-light-submission .gla-prestige-light-preview-item .gla-delete-image {
    width: 34px !important;
    height: 34px !important;
    border-radius: 999px !important;
    background: rgba(19, 34, 68, 0.84) !important;
    color: #ffffff !important;
    box-shadow: 0 10px 20px rgba(19, 34, 68, 0.18) !important;
}

.gla-prestige-light-submission .gla-prestige-light-total,
.gla-prestige-light-submission .gla-prestige-light-fee-card,
.gla-prestige-light-submission .gla-prestige-light-credit-card {
    border-radius: 26px !important;
}

.gla-prestige-light-submission .gla-prestige-light-total,
.gla-prestige-light-submission .gla-prestige-light-fee-card {
    background: linear-gradient(135deg, #203767 0%, #4f67f5 100%) !important;
    border: 1px solid rgba(79, 103, 245, 0.18) !important;
    box-shadow: 0 28px 52px rgba(79, 103, 245, 0.22) !important;
}

.gla-prestige-light-submission .gla-prestige-light-total-label,
.gla-prestige-light-submission .gla-prestige-light-fee-label {
    color: rgba(255, 255, 255, 0.7) !important;
}

.gla-prestige-light-submission .gla-prestige-light-total-value,
.gla-prestige-light-submission .gla-prestige-light-fee-value,
.gla-prestige-light-submission .gla-prestige-light-total-value #total_fee,
.gla-prestige-light-submission #total_fee {
    color: #ffffff !important;
}

.gla-prestige-light-submission .gla-prestige-light-credit-card {
    background: linear-gradient(180deg, #eef3ff 0%, #eef4fb 100%) !important;
    border: 1px solid rgba(79, 103, 245, 0.12) !important;
}

.gla-prestige-light-submission .gla-prestige-light-btn-outline {
    background: #ffffff !important;
    color: var(--prestige-text-primary) !important;
    border: 1px solid rgba(77, 98, 140, 0.14) !important;
}

/* Profile and entry view */
.gla-prestige-light-profile {
    padding: 38px 20px 72px !important;
}

.gla-prestige-light-profile .gla-prestige-light-profile-container,
.gla-prestige-light-entry-view {
    max-width: 1120px !important;
}

.gla-prestige-light-profile .gla-prestige-light-profile-header {
    border-radius: 30px !important;
    padding: 30px 34px !important;
    margin-bottom: 28px !important;
}

.gla-prestige-light-profile .gla-prestige-light-profile-grid,
.gla-prestige-light-profile .gla-prestige-light-form-grid,
.gla-prestige-light-entry-view .gla-prestige-light-entry-content-grid {
    gap: 18px !important;
}

.gla-prestige-light-profile .gla-prestige-light-profile-field,
.gla-prestige-light-profile .gla-prestige-light-form-field,
.gla-prestige-light-entry-view .gla-prestige-light-entry-fact-row {
    border-radius: 20px !important;
    background: linear-gradient(180deg, #ffffff 0%, #f5f8fd 100%) !important;
    border: 1px solid rgba(77, 98, 140, 0.1) !important;
}

.gla-prestige-light-entry-view .gla-prestige-light-entry-hero {
    border-radius: 34px !important;
    padding: 34px 36px !important;
}

.gla-prestige-light-entry-view .gla-prestige-light-entry-gallery {
    gap: 18px !important;
}

.gla-prestige-light-entry-view .gla-prestige-light-entry-image-link,
.gla-prestige-light-entry-view .gla-prestige-light-entry-image {
    border-radius: 24px !important;
    overflow: hidden;
}

.gla-prestige-light-entry-view .gla-prestige-light-entry-image {
    box-shadow: 0 16px 34px rgba(24, 37, 61, 0.08);
}

/* Modals */
.gla-prestige-light-entries .gla-prestige-light-modal-overlay {
    background: rgba(17, 28, 48, 0.4) !important;
    backdrop-filter: blur(8px);
}

.gla-prestige-light-entries .gla-prestige-light-modal-content {
    border-radius: 32px !important;
}

.gla-prestige-light-entries .gla-prestige-light-modal-footer {
    gap: 12px !important;
}

/* Responsive */
@media (max-width: 1100px) {
    .gla-prestige-light-auth-wrapper .gla-prestige-light-auth-container {
        justify-content: center;
        min-height: auto;
    }

    .gla-prestige-light-auth-wrapper .gla-prestige-light-auth-container::after {
        display: none;
    }

    .gla-prestige-light-auth-wrapper .gla-prestige-light-auth-card {
        margin: 0 auto !important;
        width: min(700px, 100%);
    }

    .gla-prestige-light-submission .gla-prestige-light-form-header {
        grid-template-columns: 1fr;
    }

    .gla-prestige-light-submission .gla-prestige-light-bundle-actions {
        justify-self: start;
    }
}

@media (max-width: 980px) {
    .gla-prestige-light-dashboard .gla-prestige-light-dashboard-layout,
    .gla-prestige-light-entries .gla-prestige-light-entries-layout {
        grid-template-columns: 1fr !important;
    }

    .gla-prestige-light-dashboard .gla-prestige-light-sidebar,
    .gla-prestige-light-entries .gla-prestige-light-entries-sidebar {
        position: static;
    }

    .gla-prestige-light-submission .gla-prestige-light-progress {
        width: 100% !important;
        margin: 0 0 18px !important;
    }

    .gla-prestige-light-submission .gla-prestige-light-progress-inner {
        justify-content: space-between;
    }
}

@media (max-width: 768px) {
    .gla-prestige-light-auth-wrapper,
    .gla-prestige-light-dashboard,
    .gla-prestige-light-entries,
    .gla-prestige-light-profile,
    .gla-prestige-light-submission,
    .gla-prestige-light-entry-view {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .gla-prestige-light-auth-wrapper .gla-prestige-light-auth-card,
    .gla-prestige-light-submission .gla-prestige-light-form,
    .gla-prestige-light-submission .gla-prestige-light-form-header,
    .gla-prestige-light-dashboard .gla-prestige-light-welcome-section,
    .gla-prestige-light-entries .gla-prestige-light-filter-bar,
    .gla-prestige-light-profile .gla-prestige-light-profile-header,
    .gla-prestige-light-entry-view .gla-prestige-light-entry-hero {
        padding: 28px 22px !important;
    }

    .gla-prestige-light-submission .gla-prestige-light-form-section,
    .gla-prestige-light-submission .gla-prestige-light-review-section {
        padding: 22px !important;
    }

    .gla-prestige-light-dashboard .gla-prestige-light-header,
    .gla-prestige-light-entries .gla-prestige-light-entries-header {
        padding: 0 16px !important;
    }

    .gla-prestige-light-dashboard .gla-prestige-light-header-inner,
    .gla-prestige-light-entries .gla-prestige-light-entries-header-inner {
        height: auto !important;
        min-height: 76px;
        padding: 18px 0 !important;
        align-items: flex-start;
        gap: 16px;
    }

    .gla-prestige-light-dashboard .gla-prestige-light-header-right,
    .gla-prestige-light-entries .gla-prestige-light-entries-header-right {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

/*
 * ============================================
 * Prestige Light reference-inspired reset
 * ============================================
 *
 * This layer intentionally replaces the earlier visual direction with a
 * cleaner SaaS/dashboard language inspired by the user's references:
 * pale blue/lilac atmosphere, crisp white cards, brighter cobalt actions,
 * softer borders, and calmer navigation.
 */

:is(
    .gla-prestige-light-auth-wrapper,
    .gla-prestige-light-dashboard,
    .gla-prestige-light-entries,
    .gla-prestige-light-profile,
    .gla-prestige-light-submission,
    .gla-prestige-light-entry-view
) {
    --prestige-bg-primary: #f7f8fe;
    --prestige-bg-secondary: #eff3ff;
    --prestige-bg-card: #ffffff;
    --prestige-bg-elevated: #2d47d9;
    --prestige-gold: #4c61ff;
    --prestige-gold-light: #8090ff;
    --prestige-gold-dark: #314be0;
    --prestige-text-primary: #131d33;
    --prestige-text-secondary: #68758c;
    --prestige-text-muted: #9aa5b7;
    --prestige-border: rgba(100, 118, 164, 0.14);
    --prestige-border-hover: rgba(76, 97, 255, 0.24);
    --prestige-shadow: 0 18px 42px rgba(67, 83, 130, 0.08);
    --prestige-transition: all 0.24s cubic-bezier(0.4, 0, 0.2, 1);

    --pl-paper: #f7f8fe;
    --pl-paper-strong: #ffffff;
    --pl-paper-soft: #eff3ff;
    --pl-ivory: #dde5fb;
    --pl-line: rgba(100, 118, 164, 0.12);
    --pl-line-strong: rgba(100, 118, 164, 0.2);
    --pl-gold: #4c61ff;
    --pl-gold-deep: #314be0;
    --pl-gold-soft: #b8c2ff;
    --pl-ink: #131d33;
    --pl-muted: #68758c;
    --pl-subtle: #9aa5b7;
    --pl-success: #41b883;
    --pl-shadow: 0 18px 42px rgba(67, 83, 130, 0.08);
    --pl-shadow-soft: 0 12px 28px rgba(67, 83, 130, 0.06);
    --pl-radius-lg: 28px;
    --pl-radius-md: 20px;
    --pl-radius-sm: 16px;
}

.gla-prestige-light-auth-wrapper,
.gla-prestige-light-dashboard,
.gla-prestige-light-entries,
.gla-prestige-light-profile,
.gla-prestige-light-submission,
.gla-prestige-light-entry-view {
    background:
        radial-gradient(circle at 0% 0%, rgba(128, 144, 255, 0.12), transparent 24rem),
        radial-gradient(circle at 100% 0%, rgba(139, 220, 255, 0.08), transparent 24rem),
        radial-gradient(circle at 50% 100%, rgba(220, 226, 255, 0.58), transparent 18rem),
        linear-gradient(180deg, #f8f9ff 0%, #f3f6ff 100%) !important;
}

.gla-prestige-light-auth-wrapper :is(h1, h2, h3, h4, h5),
.gla-prestige-light-dashboard :is(h1, h2, h3, h4, h5),
.gla-prestige-light-entries :is(h1, h2, h3, h4, h5),
.gla-prestige-light-profile :is(h1, h2, h3, h4, h5),
.gla-prestige-light-submission :is(h1, h2, h3, h4, h5),
.gla-prestige-light-entry-view :is(h1, h2, h3, h4, h5) {
    font-weight: 800 !important;
    letter-spacing: -0.04em !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-auth-card,
.gla-prestige-light-dashboard .gla-prestige-light-sidebar,
.gla-prestige-light-dashboard .gla-prestige-light-welcome-section,
.gla-prestige-light-dashboard .gla-prestige-light-action-card,
.gla-prestige-light-entries .gla-prestige-light-entries-sidebar,
.gla-prestige-light-entries .gla-prestige-light-filter-bar,
.gla-prestige-light-entries .gla-prestige-light-credit-badge,
.gla-prestige-light-entries .gla-prestige-light-modal-content,
.gla-prestige-light-profile .gla-prestige-light-profile-header,
.gla-prestige-light-profile .gla-prestige-light-profile-section,
.gla-prestige-light-submission .gla-prestige-light-form-container,
.gla-prestige-light-submission .gla-prestige-light-form-section,
.gla-prestige-light-submission .gla-prestige-light-review-section,
.gla-prestige-light-submission .gla-prestige-light-total,
.gla-prestige-light-submission .gla-prestige-light-fee-card,
.gla-prestige-light-submission .gla-prestige-light-credit-card,
.gla-prestige-light-entry-view .gla-prestige-light-entry-hero,
.gla-prestige-light-entry-view .gla-prestige-light-entry-card,
.gla-prestige-light-entries .gla-entry-card {
    background: #ffffff !important;
    border: 1px solid rgba(100, 118, 164, 0.12) !important;
    box-shadow: 0 18px 40px rgba(67, 83, 130, 0.07) !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-auth-container::after {
    top: 22px;
    bottom: 22px;
    width: 46%;
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(49, 75, 224, 0.08)),
        url("../../images/prestige-light-auth.avif") center center / cover no-repeat,
        linear-gradient(135deg, #d9e1ff 0%, #f0f4ff 100%);
    box-shadow: 0 24px 60px rgba(67, 83, 130, 0.14);
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-auth-card {
    border-radius: 30px !important;
    box-shadow: 0 24px 56px rgba(67, 83, 130, 0.1) !important;
    backdrop-filter: blur(10px);
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-logo-mark {
    background: linear-gradient(135deg, #324ef1 0%, #5c6fff 100%) !important;
    border-radius: 24px !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-tabs {
    background: #f3f6ff !important;
    border-color: rgba(100, 118, 164, 0.12) !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-tab {
    font-size: 14px !important;
    letter-spacing: 0.08em !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-tab.active {
    background: #ffffff !important;
    color: var(--prestige-gold-dark) !important;
    box-shadow: 0 12px 22px rgba(67, 83, 130, 0.08) !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-social-btn,
.gla-prestige-light-auth-wrapper .gla-prestige-light-input,
.gla-prestige-light-auth-wrapper .gla-prestige-light-select {
    background: #ffffff !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-btn-primary,
.gla-prestige-light-entries .gla-prestige-light-submit-btn,
.gla-prestige-light-profile .gla-prestige-light-btn-primary,
.gla-prestige-light-submission .gla-prestige-light-btn-primary,
.gla-prestige-light-submission .gla-prestige-light-bundle-btn,
.gla-prestige-light-entry-view .gla-prestige-light-entry-btn-primary,
.gla-prestige-light-entries .gla-entry-actions .gla-button-edit,
.gla-prestige-light-entries .gla-entry-actions .gla-button-pay {
    background: linear-gradient(180deg, #5368ff 0%, #4057f3 100%) !important;
    color: #ffffff !important;
    border-color: rgba(76, 97, 255, 0.18) !important;
    box-shadow: 0 16px 30px rgba(76, 97, 255, 0.22) !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-btn-primary:hover,
.gla-prestige-light-entries .gla-prestige-light-submit-btn:hover,
.gla-prestige-light-profile .gla-prestige-light-btn-primary:hover,
.gla-prestige-light-submission .gla-prestige-light-btn-primary:hover,
.gla-prestige-light-submission .gla-prestige-light-bundle-btn:hover,
.gla-prestige-light-entry-view .gla-prestige-light-entry-btn-primary:hover,
.gla-prestige-light-entries .gla-entry-actions .gla-button-edit:hover,
.gla-prestige-light-entries .gla-entry-actions .gla-button-pay:hover {
    background: linear-gradient(180deg, #6174ff 0%, #4c61ff 100%) !important;
    box-shadow: 0 18px 34px rgba(76, 97, 255, 0.24) !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-header,
.gla-prestige-light-entries .gla-prestige-light-entries-header {
    background: rgba(255, 255, 255, 0.78) !important;
    border-bottom: 1px solid rgba(100, 118, 164, 0.1) !important;
    backdrop-filter: blur(14px);
}

.gla-prestige-light-dashboard .gla-prestige-light-brand-mark {
    width: 58px !important;
    height: 58px !important;
    border-radius: 20px !important;
    background: linear-gradient(180deg, #5a6dff 0%, #4057f3 100%) !important;
    box-shadow: 0 16px 28px rgba(76, 97, 255, 0.2) !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-sidebar,
.gla-prestige-light-entries .gla-prestige-light-entries-sidebar {
    background: rgba(255, 255, 255, 0.92) !important;
    border-radius: 26px !important;
    box-shadow: 0 18px 36px rgba(67, 83, 130, 0.08) !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-nav,
.gla-prestige-light-entries .gla-prestige-light-entries-nav {
    gap: 10px !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-nav-item,
.gla-prestige-light-entries .gla-prestige-light-entries-nav-item {
    min-height: 56px !important;
    border-radius: 18px !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    color: var(--prestige-text-secondary) !important;
    font-weight: 600 !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-nav-item:hover,
.gla-prestige-light-entries .gla-prestige-light-entries-nav-item:hover {
    background: #f5f7ff !important;
    border-color: rgba(76, 97, 255, 0.12) !important;
    transform: none;
}

.gla-prestige-light-dashboard .gla-prestige-light-nav-item.active,
.gla-prestige-light-entries .gla-prestige-light-entries-nav-item.active {
    background: linear-gradient(180deg, #eef2ff 0%, #f5f7ff 100%) !important;
    border-color: rgba(76, 97, 255, 0.18) !important;
    color: #2d45d7 !important;
    box-shadow: inset 0 0 0 1px rgba(76, 97, 255, 0.04), 0 12px 20px rgba(76, 97, 255, 0.08) !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-nav-item.active svg,
.gla-prestige-light-entries .gla-prestige-light-entries-nav-item.active svg {
    color: #2d45d7 !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-welcome-section {
    position: relative;
    overflow: hidden;
}

.gla-prestige-light-dashboard .gla-prestige-light-welcome-section::after {
    content: "";
    position: absolute;
    top: -40px;
    right: -10px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(128, 144, 255, 0.2) 0%, rgba(128, 144, 255, 0) 70%);
    pointer-events: none;
}

.gla-prestige-light-dashboard .gla-prestige-light-action-card {
    border-radius: 26px !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-action-icon {
    background: linear-gradient(180deg, #eef2ff 0%, #f8faff 100%) !important;
    color: #324ef1 !important;
    border: 1px solid rgba(76, 97, 255, 0.12);
}

.gla-prestige-light-entries .gla-prestige-light-filter-bar {
    border-radius: 26px !important;
}

.gla-prestige-light-entries .gla-prestige-light-credit-badge {
    background: linear-gradient(180deg, #eef2ff 0%, #f7f9ff 100%) !important;
}

.gla-prestige-light-entries .gla-prestige-light-credit-value,
.gla-prestige-light-entries .gla-prestige-light-bundle-value,
.gla-prestige-light-entries .gla-prestige-light-bundle-credits,
.gla-prestige-light-entries .gla-prestige-light-current-balance span:last-child {
    color: #314be0 !important;
}

.gla-prestige-light-entries .gla-entry-card {
    border-radius: 26px !important;
}

.gla-prestige-light-entries .gla-entry-thumbnail-container,
.gla-prestige-light-entries .gla-entry-thumbnail {
    background: linear-gradient(180deg, #f2f5ff 0%, #e8eefc 100%) !important;
}

.gla-prestige-light-entries .gla-entry-badges span,
.gla-prestige-light-entries .gla-entry-status,
.gla-prestige-light-entry-view .gla-prestige-light-entry-badge {
    background: #f4f7ff !important;
    border-color: rgba(76, 97, 255, 0.14) !important;
    color: #3046c6 !important;
    letter-spacing: 0.06em !important;
}

.gla-prestige-light-entries .gla-entry-actions .gla-button,
.gla-prestige-light-entries .gla-entry-actions .gla-btn,
.gla-prestige-light-entries .gla-entry-actions .gla-button-delete,
.gla-prestige-light-entry-view .gla-prestige-light-entry-btn-secondary,
.gla-prestige-light-entry-view .gla-prestige-light-entry-btn-ghost,
.gla-prestige-light-entry-view .gla-prestige-light-entry-back,
.gla-prestige-light-profile .gla-prestige-light-back-btn,
.gla-prestige-light-profile .gla-prestige-light-btn-secondary {
    background: #ffffff !important;
    border: 1px solid rgba(100, 118, 164, 0.14) !important;
    color: var(--prestige-text-primary) !important;
    box-shadow: 0 10px 22px rgba(67, 83, 130, 0.05) !important;
}

.gla-prestige-light-submission .gla-prestige-light-progress-inner {
    background: rgba(255, 255, 255, 0.92) !important;
    border-radius: 22px !important;
    box-shadow: 0 16px 34px rgba(67, 83, 130, 0.09) !important;
}

.gla-prestige-light-submission .gla-prestige-light-step-number {
    border-radius: 12px !important;
    background: #ffffff !important;
    color: var(--prestige-text-secondary) !important;
}

.gla-prestige-light-submission .gla-prestige-light-step.active .gla-prestige-light-step-number,
.gla-prestige-light-submission .gla-prestige-light-step.completed .gla-prestige-light-step-number {
    background: linear-gradient(180deg, #5a6dff 0%, #4057f3 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 12px 24px rgba(76, 97, 255, 0.22) !important;
}

.gla-prestige-light-submission .gla-prestige-light-step-line,
.gla-prestige-light-submission .gla-prestige-light-step-line.completed {
    background: linear-gradient(90deg, rgba(76, 97, 255, 0.12), rgba(76, 97, 255, 0.28)) !important;
}

.gla-prestige-light-submission .gla-prestige-light-form-container {
    border-radius: 30px !important;
}

.gla-prestige-light-submission .gla-prestige-light-form-header {
    background: #ffffff !important;
}

.gla-prestige-light-submission .gla-prestige-light-form-header h2 {
    font-size: clamp(1.85rem, 3vw, 2.45rem) !important;
}

.gla-prestige-light-submission .gla-prestige-light-form-section,
.gla-prestige-light-submission .gla-prestige-light-review-section {
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%) !important;
    border-radius: 24px !important;
}

.gla-prestige-light-submission .gla-prestige-light-type-option,
.gla-prestige-light-submission .gla-prestige-light-category-item,
.gla-prestige-light-submission .gla-prestige-light-info-card,
.gla-prestige-light-submission .gla-prestige-light-preview-item {
    background: #ffffff !important;
    border-radius: 20px !important;
}

.gla-prestige-light-submission .gla-prestige-light-type-option.selected,
.gla-prestige-light-submission .gla-prestige-light-category-item:has(input:checked) {
    background: linear-gradient(180deg, #eef2ff 0%, #f7f9ff 100%) !important;
    border-color: rgba(76, 97, 255, 0.2) !important;
    box-shadow: 0 0 0 4px rgba(76, 97, 255, 0.08), 0 12px 24px rgba(76, 97, 255, 0.08) !important;
}

.gla-prestige-light-submission .gla-prestige-light-category-check {
    border-color: rgba(100, 118, 164, 0.18) !important;
}

.gla-prestige-light-submission .gla-prestige-light-drop-zone {
    background: linear-gradient(180deg, #fbfcff 0%, #f5f8ff 100%) !important;
    border-color: rgba(76, 97, 255, 0.18) !important;
}

.gla-prestige-light-submission .gla-prestige-light-progress-track {
    background: #e4eafb !important;
}

.gla-prestige-light-submission .gla-prestige-light-progress-bar {
    background: linear-gradient(90deg, #5a6dff 0%, #4057f3 100%) !important;
}

.gla-prestige-light-submission .gla-prestige-light-total,
.gla-prestige-light-submission .gla-prestige-light-fee-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%) !important;
    border-radius: 24px !important;
}

.gla-prestige-light-submission .gla-prestige-light-total::before,
.gla-prestige-light-submission .gla-prestige-light-fee-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background: linear-gradient(180deg, #7b8aff 0%, #40b6ff 100%);
}

.gla-prestige-light-submission .gla-prestige-light-total-label,
.gla-prestige-light-submission .gla-prestige-light-fee-label {
    color: var(--prestige-text-secondary) !important;
}

.gla-prestige-light-submission .gla-prestige-light-total-value,
.gla-prestige-light-submission .gla-prestige-light-fee-value,
.gla-prestige-light-submission .gla-prestige-light-total-value #total_fee,
.gla-prestige-light-submission #total_fee {
    color: #314be0 !important;
    text-shadow: none !important;
}

.gla-prestige-light-submission .gla-prestige-light-credit-card {
    background: linear-gradient(180deg, #f6f9ff 0%, #eef4ff 100%) !important;
}

.gla-prestige-light-profile .gla-prestige-light-profile-header,
.gla-prestige-light-entry-view .gla-prestige-light-entry-hero {
    border-radius: 28px !important;
}

.gla-prestige-light-profile .gla-prestige-light-profile-field,
.gla-prestige-light-profile .gla-prestige-light-form-field,
.gla-prestige-light-entry-view .gla-prestige-light-entry-fact-row {
    background: #ffffff !important;
    border-radius: 18px !important;
}

.gla-prestige-light-entry-view .gla-prestige-light-entry-badge-status {
    background: linear-gradient(180deg, #5a6dff 0%, #4057f3 100%) !important;
    color: #ffffff !important;
}

@media (max-width: 1100px) {
    .gla-prestige-light-auth-wrapper .gla-prestige-light-auth-card {
        width: min(760px, 100%);
    }
}

/*
 * ============================================
 * Prestige Light palette correction
 * ============================================
 *
 * The references are not cobalt-led. They are mostly off-white, pale lilac,
 * very soft blue-gray, dark slate text, and a few small pastel accents.
 */

:is(
    .gla-prestige-light-auth-wrapper,
    .gla-prestige-light-dashboard,
    .gla-prestige-light-entries,
    .gla-prestige-light-profile,
    .gla-prestige-light-submission,
    .gla-prestige-light-entry-view
) {
    --prestige-bg-primary: #f6f5fb;
    --prestige-bg-secondary: #f2f3f9;
    --prestige-bg-card: #ffffff;
    --prestige-bg-elevated: #35486b;
    --prestige-gold: #4b5d7d;
    --prestige-gold-light: #6a7d9c;
    --prestige-gold-dark: #2c3950;
    --prestige-text-primary: #1d2230;
    --prestige-text-secondary: #707789;
    --prestige-text-muted: #a1a8b8;
    --prestige-border: rgba(123, 130, 157, 0.14);
    --prestige-border-hover: rgba(123, 130, 157, 0.22);
    --prestige-shadow: 0 20px 44px rgba(82, 90, 116, 0.08);

    --pl-paper: #f6f5fb;
    --pl-paper-strong: #ffffff;
    --pl-paper-soft: #f2f3f9;
    --pl-ivory: #e6e8f2;
    --pl-line: rgba(123, 130, 157, 0.13);
    --pl-line-strong: rgba(123, 130, 157, 0.2);
    --pl-gold: #4b5d7d;
    --pl-gold-deep: #2c3950;
    --pl-gold-soft: #c8d0e4;
    --pl-ink: #1d2230;
    --pl-muted: #707789;
    --pl-subtle: #a1a8b8;
}

.gla-prestige-light-auth-wrapper,
.gla-prestige-light-dashboard,
.gla-prestige-light-entries,
.gla-prestige-light-profile,
.gla-prestige-light-submission,
.gla-prestige-light-entry-view {
    background:
        radial-gradient(circle at 0% 0%, rgba(208, 208, 240, 0.32), transparent 24rem),
        radial-gradient(circle at 100% 15%, rgba(218, 234, 255, 0.32), transparent 24rem),
        radial-gradient(circle at 50% 100%, rgba(236, 229, 255, 0.64), transparent 18rem),
        linear-gradient(180deg, #f8f8fd 0%, #f3f4fa 100%) !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-auth-card,
.gla-prestige-light-dashboard .gla-prestige-light-sidebar,
.gla-prestige-light-dashboard .gla-prestige-light-welcome-section,
.gla-prestige-light-dashboard .gla-prestige-light-action-card,
.gla-prestige-light-entries .gla-prestige-light-entries-sidebar,
.gla-prestige-light-entries .gla-prestige-light-filter-bar,
.gla-prestige-light-entries .gla-prestige-light-credit-badge,
.gla-prestige-light-entries .gla-prestige-light-modal-content,
.gla-prestige-light-profile .gla-prestige-light-profile-header,
.gla-prestige-light-profile .gla-prestige-light-profile-section,
.gla-prestige-light-submission .gla-prestige-light-form-container,
.gla-prestige-light-submission .gla-prestige-light-form-section,
.gla-prestige-light-submission .gla-prestige-light-review-section,
.gla-prestige-light-submission .gla-prestige-light-total,
.gla-prestige-light-submission .gla-prestige-light-fee-card,
.gla-prestige-light-submission .gla-prestige-light-credit-card,
.gla-prestige-light-entry-view .gla-prestige-light-entry-hero,
.gla-prestige-light-entry-view .gla-prestige-light-entry-card,
.gla-prestige-light-entries .gla-entry-card {
    box-shadow: 0 18px 40px rgba(82, 90, 116, 0.07) !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-auth-container::after {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(44, 57, 80, 0.05)),
        url("../../images/prestige-light-auth.avif") center center / cover no-repeat,
        linear-gradient(135deg, #e8ebf7 0%, #f5f6fb 100%);
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-logo-mark,
.gla-prestige-light-auth-wrapper .gla-prestige-light-btn-primary,
.gla-prestige-light-entries .gla-prestige-light-submit-btn,
.gla-prestige-light-profile .gla-prestige-light-btn-primary,
.gla-prestige-light-submission .gla-prestige-light-btn-primary,
.gla-prestige-light-submission .gla-prestige-light-bundle-btn,
.gla-prestige-light-entry-view .gla-prestige-light-entry-btn-primary,
.gla-prestige-light-entries .gla-entry-actions .gla-button-edit,
.gla-prestige-light-entries .gla-entry-actions .gla-button-pay,
.gla-prestige-light-submission .gla-prestige-light-step.active .gla-prestige-light-step-number,
.gla-prestige-light-submission .gla-prestige-light-step.completed .gla-prestige-light-step-number {
    background: linear-gradient(180deg, #485b7d 0%, #344663 100%) !important;
    color: #ffffff !important;
    border-color: rgba(52, 70, 99, 0.18) !important;
    box-shadow: 0 16px 30px rgba(52, 70, 99, 0.18) !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-btn-primary:hover,
.gla-prestige-light-entries .gla-prestige-light-submit-btn:hover,
.gla-prestige-light-profile .gla-prestige-light-btn-primary:hover,
.gla-prestige-light-submission .gla-prestige-light-btn-primary:hover,
.gla-prestige-light-submission .gla-prestige-light-bundle-btn:hover,
.gla-prestige-light-entry-view .gla-prestige-light-entry-btn-primary:hover,
.gla-prestige-light-entries .gla-entry-actions .gla-button-edit:hover,
.gla-prestige-light-entries .gla-entry-actions .gla-button-pay:hover {
    background: linear-gradient(180deg, #566b90 0%, #415575 100%) !important;
    box-shadow: 0 18px 32px rgba(52, 70, 99, 0.2) !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-nav-item.active,
.gla-prestige-light-entries .gla-prestige-light-entries-nav-item.active {
    background: linear-gradient(180deg, #e5f7ff 0%, #dff2ff 100%) !important;
    border-color: rgba(108, 199, 236, 0.26) !important;
    color: #37607a !important;
    box-shadow: 0 12px 20px rgba(108, 199, 236, 0.12) !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-nav-item.active svg,
.gla-prestige-light-entries .gla-prestige-light-entries-nav-item.active svg {
    color: #37607a !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-action-card:nth-child(1) .gla-prestige-light-action-icon {
    background: linear-gradient(180deg, #e8f0ff 0%, #f1f5ff 100%) !important;
    color: #566b90 !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-action-card:nth-child(2) .gla-prestige-light-action-icon {
    background: linear-gradient(180deg, #fff0eb 0%, #fff7f3 100%) !important;
    color: #ce7d62 !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-action-card:nth-child(3) .gla-prestige-light-action-icon {
    background: linear-gradient(180deg, #eef9ef 0%, #f7fcf8 100%) !important;
    color: #63a178 !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-action-card:nth-child(4) .gla-prestige-light-action-icon {
    background: linear-gradient(180deg, #f3edff 0%, #faf7ff 100%) !important;
    color: #8a72c6 !important;
}

.gla-prestige-light-entries .gla-prestige-light-credit-badge {
    background: linear-gradient(180deg, #f3edff 0%, #faf7ff 100%) !important;
    border-color: rgba(173, 153, 219, 0.18) !important;
}

.gla-prestige-light-entries .gla-prestige-light-credit-value,
.gla-prestige-light-entries .gla-prestige-light-bundle-value,
.gla-prestige-light-entries .gla-prestige-light-bundle-credits,
.gla-prestige-light-entries .gla-prestige-light-current-balance span:last-child,
.gla-prestige-light-submission .gla-prestige-light-total-value,
.gla-prestige-light-submission .gla-prestige-light-fee-value,
.gla-prestige-light-submission .gla-prestige-light-total-value #total_fee,
.gla-prestige-light-submission #total_fee {
    color: #344663 !important;
}

.gla-prestige-light-entries .gla-entry-badges span,
.gla-prestige-light-entries .gla-entry-status,
.gla-prestige-light-entry-view .gla-prestige-light-entry-badge {
    background: #fff7ea !important;
    border-color: rgba(255, 191, 97, 0.22) !important;
    color: #a66e12 !important;
}

.gla-prestige-light-submission .gla-prestige-light-type-option.selected,
.gla-prestige-light-submission .gla-prestige-light-category-item:has(input:checked) {
    background: linear-gradient(180deg, #f4f1ff 0%, #faf8ff 100%) !important;
    border-color: rgba(177, 159, 226, 0.28) !important;
    box-shadow: 0 0 0 4px rgba(177, 159, 226, 0.08), 0 14px 26px rgba(177, 159, 226, 0.08) !important;
}

.gla-prestige-light-submission .gla-prestige-light-drop-zone {
    background: linear-gradient(180deg, #fcfbff 0%, #f6f4fb 100%) !important;
    border-color: rgba(177, 159, 226, 0.24) !important;
}

.gla-prestige-light-submission .gla-prestige-light-progress-track {
    background: #e9e6f3 !important;
}

.gla-prestige-light-submission .gla-prestige-light-progress-bar {
    background: linear-gradient(90deg, #cdbdff 0%, #9dc1ff 100%) !important;
}

.gla-prestige-light-submission .gla-prestige-light-total::before,
.gla-prestige-light-submission .gla-prestige-light-fee-card::before {
    background: linear-gradient(180deg, #ff8ba7 0%, #bba8ff 55%, #a5dcff 100%) !important;
}

.gla-prestige-light-submission .gla-prestige-light-total,
.gla-prestige-light-submission .gla-prestige-light-fee-card {
    background: linear-gradient(180deg, #ffffff 0%, #fcfcff 100%) !important;
}

/* Final form alignment cleanup */
.gla-prestige-light-auth-wrapper :is(.gla-prestige-light-input, .gla-prestige-light-select, .gla-prestige-light-textarea),
.gla-prestige-light-profile :is(.gla-prestige-light-input, .gla-prestige-light-select, .gla-prestige-light-textarea),
.gla-prestige-light-submission :is(.gla-prestige-light-input, .gla-prestige-light-select, .gla-prestige-light-textarea),
.gla-prestige-light-entries .gla-prestige-light-filter-select {
    box-sizing: border-box !important;
    min-height: 58px !important;
    padding: 16px 18px !important;
    line-height: 1.45 !important;
    font-size: 16px !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-select,
.gla-prestige-light-profile .gla-prestige-light-select,
.gla-prestige-light-submission .gla-prestige-light-select,
.gla-prestige-light-entries .gla-prestige-light-filter-select {
    padding-right: 48px !important;
}

.gla-prestige-light-auth-wrapper .gla-prestige-light-textarea,
.gla-prestige-light-profile .gla-prestige-light-textarea,
.gla-prestige-light-submission .gla-prestige-light-textarea {
    min-height: 144px !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

.gla-prestige-light-profile .gla-prestige-light-form-field {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    gap: 8px !important;
}

.gla-prestige-light-profile .gla-prestige-light-form-field label {
    margin: 0 0 2px !important;
    padding-left: 4px !important;
    line-height: 1.2 !important;
}

.gla-prestige-light-profile .gla-prestige-light-profile-field,
.gla-prestige-light-entry-view .gla-prestige-light-entry-fact-row {
    padding: 16px 18px !important;
    min-height: 92px !important;
    justify-content: center !important;
    gap: 8px !important;
}

.gla-prestige-light-profile .gla-prestige-light-profile-field span,
.gla-prestige-light-profile .gla-prestige-light-profile-field a,
.gla-prestige-light-entry-view .gla-prestige-light-entry-fact-row strong,
.gla-prestige-light-entry-view .gla-prestige-light-entry-fact-row span {
    display: flex !important;
    align-items: center !important;
    min-height: 28px !important;
    line-height: 1.45 !important;
    word-break: break-word;
}

.gla-prestige-light-profile .gla-prestige-light-profile-bio,
.gla-prestige-light-profile .gla-prestige-light-message {
    line-height: 1.65 !important;
}

.gla-prestige-light-submission .gla-prestige-light-summary-item,
.gla-prestige-light-submission .gla-prestige-light-summary-card,
.gla-prestige-light-submission .gla-prestige-light-payment-card {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 8px !important;
}

/* Final dashboard / entries / submission cleanup */
.gla-prestige-light-dashboard .gla-prestige-light-brand-mark {
    display: none !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-header-left {
    gap: 0 !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-header-title {
    display: flex !important;
    flex-direction: column;
    gap: 4px;
}

.gla-prestige-light-dashboard .gla-prestige-light-action-card-submit .gla-prestige-light-action-icon {
    background: linear-gradient(180deg, #e8f0ff 0%, #f1f5ff 100%) !important;
    color: #566b90 !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-action-card-entries .gla-prestige-light-action-icon {
    background: linear-gradient(180deg, #fff0eb 0%, #fff7f3 100%) !important;
    color: #ce7d62 !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-action-card-bundle .gla-prestige-light-action-icon {
    background: linear-gradient(180deg, #f2edff 0%, #fbf8ff 100%) !important;
    color: #7b67b9 !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-action-card-bulk .gla-prestige-light-action-icon {
    background: linear-gradient(180deg, #fff3ea 0%, #fff9f5 100%) !important;
    color: #c47e57 !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-action-card-profile .gla-prestige-light-action-icon {
    background: linear-gradient(180deg, #eef9ef 0%, #f7fcf8 100%) !important;
    color: #63a178 !important;
}

.gla-prestige-light-dashboard .gla-prestige-light-action-card-results .gla-prestige-light-action-icon {
    background: linear-gradient(180deg, #f3edff 0%, #faf7ff 100%) !important;
    color: #8a72c6 !important;
}

.gla-prestige-light-entries .gla-prestige-light-filter-bar {
    align-items: flex-end !important;
}

.gla-prestige-light-entries .gla-prestige-light-filter-right {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}

.gla-prestige-light-entries .gla-prestige-light-filter-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.gla-prestige-light-entries .gla-prestige-light-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: var(--prestige-transition);
}

.gla-prestige-light-entries .gla-prestige-light-filter-btn-secondary,
.gla-prestige-light-entries .gla-prestige-light-btn-secondary,
.gla-prestige-light-entries .gla-prestige-light-modal-close {
    background: #ffffff !important;
    color: var(--prestige-text-primary) !important;
    border: 1px solid rgba(100, 118, 164, 0.14) !important;
    box-shadow: 0 10px 22px rgba(67, 83, 130, 0.05) !important;
}

.gla-prestige-light-entries .gla-prestige-light-filter-btn-secondary:hover,
.gla-prestige-light-entries .gla-prestige-light-btn-secondary:hover {
    transform: translateY(-1px);
    border-color: rgba(72, 91, 125, 0.22) !important;
}

.gla-prestige-light-entries .gla-prestige-light-btn-primary,
.gla-prestige-light-entries .gla-prestige-light-btn-success {
    background: linear-gradient(180deg, #485b7d 0%, #344663 100%) !important;
    color: #ffffff !important;
    border: 1px solid rgba(52, 70, 99, 0.18) !important;
    box-shadow: 0 16px 30px rgba(52, 70, 99, 0.18) !important;
}

.gla-prestige-light-entries .gla-prestige-light-btn-primary:hover:not(:disabled),
.gla-prestige-light-entries .gla-prestige-light-btn-success:hover:not(:disabled) {
    background: linear-gradient(180deg, #566b90 0%, #415575 100%) !important;
    box-shadow: 0 18px 32px rgba(52, 70, 99, 0.2) !important;
    transform: translateY(-1px);
}

.gla-prestige-light-entries .gla-prestige-light-btn-primary:disabled,
.gla-prestige-light-entries .gla-prestige-light-btn-success:disabled {
    opacity: 0.48;
    box-shadow: none !important;
}

.gla-prestige-light-entries .gla-prestige-light-modal-content {
    width: min(760px, 92vw) !important;
    max-width: 760px !important;
    border-radius: 30px !important;
    border: 1px solid rgba(123, 130, 157, 0.12) !important;
    box-shadow: 0 32px 64px rgba(28, 37, 58, 0.18) !important;
}

.gla-prestige-light-entries .gla-prestige-light-modal-header {
    padding: 26px 28px !important;
}

.gla-prestige-light-entries .gla-prestige-light-modal-header h3 {
    font-size: 18px !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em;
}

.gla-prestige-light-entries .gla-prestige-light-modal-body {
    padding: 24px 28px 26px !important;
}

.gla-prestige-light-entries .gla-prestige-light-modal-footer {
    padding: 18px 28px 24px !important;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.gla-prestige-light-entries .gla-prestige-light-bundle-highlight {
    gap: 26px !important;
    padding: 26px 22px !important;
    background: linear-gradient(180deg, #f8faff 0%, #eff4ff 100%) !important;
    border: 1px solid rgba(98, 118, 164, 0.1);
    border-radius: 24px !important;
}

.gla-prestige-light-entries .gla-prestige-light-bundle-item {
    min-width: 140px;
}

.gla-prestige-light-entries .gla-prestige-light-bundle-value {
    font-size: 2.35rem !important;
    letter-spacing: -0.04em;
    color: var(--prestige-text-primary) !important;
}

.gla-prestige-light-entries .gla-prestige-light-bundle-credits {
    color: #485b7d !important;
}

.gla-prestige-light-entries .gla-prestige-light-bundle-arrow {
    color: #8aa0ce !important;
}

.gla-prestige-light-entries .gla-prestige-light-bundle-savings,
.gla-prestige-light-entries .gla-prestige-light-current-balance,
.gla-prestige-light-entries .gla-prestige-light-credit-info {
    background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%) !important;
    border: 1px solid rgba(98, 118, 164, 0.1) !important;
    border-radius: 18px !important;
}

.gla-prestige-light-entries .gla-prestige-light-bundle-savings {
    padding: 14px 18px !important;
    color: #5c7094 !important;
    font-weight: 600 !important;
}

.gla-prestige-light-entries .gla-prestige-light-current-balance {
    padding: 18px 20px !important;
}

.gla-prestige-light-entries .gla-prestige-light-credit-info-balance span,
.gla-prestige-light-entries .gla-prestige-light-current-balance span:last-child {
    color: #485b7d !important;
}

.gla-prestige-light-entries .gla-prestige-light-unpaid-list {
    max-height: 420px !important;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-right: 4px;
}

.gla-prestige-light-entries .gla-unpaid-entry-item {
    display: grid;
    grid-template-columns: auto 96px minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    padding: 16px 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%) !important;
    border: 1px solid rgba(100, 118, 164, 0.12);
    border-radius: 22px;
    cursor: pointer;
    transition: var(--prestige-transition);
}

.gla-prestige-light-entries .gla-unpaid-entry-item:hover {
    transform: translateY(-1px);
    border-color: rgba(72, 91, 125, 0.22);
    box-shadow: 0 16px 26px rgba(67, 83, 130, 0.08);
}

.gla-prestige-light-entries .gla-unpaid-entry-item.selected {
    border-color: rgba(72, 91, 125, 0.24);
    box-shadow: 0 0 0 4px rgba(72, 91, 125, 0.08), 0 18px 28px rgba(67, 83, 130, 0.08);
}

.gla-prestige-light-entries .gla-unpaid-entry-checkbox {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #485b7d;
}

.gla-prestige-light-entries .gla-unpaid-entry-thumb {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 18px;
    background: linear-gradient(180deg, #edf2ff 0%, #f7f9ff 100%);
    border: 1px solid rgba(100, 118, 164, 0.1);
}

.gla-prestige-light-entries .gla-unpaid-entry-thumb-placeholder {
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: var(--prestige-text-muted) !important;
    font-size: 12px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.gla-prestige-light-entries .gla-unpaid-entry-info {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gla-prestige-light-entries .gla-unpaid-entry-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--prestige-text-primary);
    word-break: break-word;
}

.gla-prestige-light-entries .gla-unpaid-entry-meta {
    font-size: 14px;
    line-height: 1.5;
    color: var(--prestige-text-secondary);
}

.gla-prestige-light-entries .gla-unpaid-entry-fee {
    font-size: 20px;
    font-weight: 700;
    color: #485b7d;
    white-space: nowrap;
}

.gla-prestige-light-entries .gla-total-amount {
    margin-top: 2px;
    padding: 16px 18px;
    border-radius: 18px;
    background: linear-gradient(180deg, #f5f7ff 0%, #eef3ff 100%);
    border: 1px solid rgba(100, 118, 164, 0.1);
    text-align: right;
    font-size: 15px;
    color: var(--prestige-text-secondary);
}

.gla-prestige-light-entries .gla-total-amount span {
    margin-left: 8px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--prestige-text-primary);
}

.gla-prestige-light-submission .gla-prestige-light-progress {
    width: fit-content !important;
    max-width: calc(100% - 72px) !important;
    margin: 0 30px -22px auto !important;
}

.gla-prestige-light-submission .gla-prestige-light-progress-inner {
    align-items: flex-start !important;
    gap: 12px !important;
    padding: 14px 18px !important;
}

.gla-prestige-light-submission .gla-prestige-light-step {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 88px;
    gap: 8px !important;
}

.gla-prestige-light-submission .gla-prestige-light-step-number {
    flex: 0 0 auto;
}

.gla-prestige-light-submission .gla-prestige-light-step-label {
    display: block !important;
    font-size: 13px !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
    text-align: center;
}

.gla-prestige-light-submission .gla-prestige-light-step-line,
.gla-prestige-light-submission .gla-prestige-light-step-line.completed {
    width: 28px !important;
    margin: 18px 0 0 !important;
}

.gla-prestige-light-submission .gla-prestige-light-form-header {
    grid-template-columns: minmax(0, 1fr) auto !important;
    padding-top: 56px !important;
}

.gla-prestige-light-submission .gla-prestige-light-form-header h2 {
    grid-column: 1;
    grid-row: 1;
}

.gla-prestige-light-submission .gla-prestige-light-form-header p {
    grid-column: 1;
    grid-row: 2;
    margin: 0 !important;
}

.gla-prestige-light-submission .gla-prestige-light-bundle-actions {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    align-self: center !important;
    justify-self: end !important;
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    margin: 0 !important;
}

.gla-prestige-light-submission .gla-prestige-light-bundle-btn,
.gla-prestige-light-submission .gla-prestige-light-info-btn {
    flex: 0 0 auto;
}

@media (max-width: 980px) {
    .gla-prestige-light-entries .gla-prestige-light-filter-bar {
        align-items: stretch !important;
    }

    .gla-prestige-light-entries .gla-prestige-light-filter-right {
        justify-content: flex-start;
    }

    .gla-prestige-light-entries .gla-prestige-light-filter-actions {
        width: 100%;
    }

    .gla-prestige-light-entries .gla-prestige-light-filter-btn,
    .gla-prestige-light-entries .gla-prestige-light-submit-btn {
        justify-content: center;
    }

    .gla-prestige-light-entries .gla-unpaid-entry-item {
        grid-template-columns: auto 84px minmax(0, 1fr);
    }

    .gla-prestige-light-entries .gla-unpaid-entry-fee {
        grid-column: 2 / -1;
        justify-self: start;
        padding-left: 2px;
    }
}

@media (max-width: 760px) {
    .gla-prestige-light-submission .gla-prestige-light-progress {
        max-width: calc(100% - 24px) !important;
        margin: 0 auto 18px !important;
    }

    .gla-prestige-light-submission .gla-prestige-light-progress-inner {
        width: 100%;
        overflow-x: auto;
        justify-content: flex-start !important;
    }

    .gla-prestige-light-submission .gla-prestige-light-form-header {
        grid-template-columns: 1fr !important;
        padding-top: 32px !important;
    }

    .gla-prestige-light-submission .gla-prestige-light-bundle-actions {
        grid-column: 1 !important;
        grid-row: auto !important;
        justify-self: start !important;
        margin-top: 4px !important;
    }
}
