html,
body {
    margin: 0;
    min-height: 100%;
    font-family: Inter, "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at top, rgba(79, 70, 229, 0.28), transparent 28%),
        linear-gradient(180deg, #07101d 0%, #0b1327 48%, #09111f 100%);
}

body {
    color: #f8fbff;
}

.site-shell__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.25rem 2rem 0;
}

.site-shell__brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.site-shell__brand-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.82rem 1.3rem;
    border-radius: 1.35rem;
    background:
        linear-gradient(180deg, rgba(214, 224, 238, 0.96), rgba(189, 202, 221, 0.94));
    border: 1px solid rgba(232, 239, 248, 0.58);
    box-shadow:
        0 14px 32px rgba(5, 8, 17, 0.22),
        0 0 0 1px rgba(148, 163, 184, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.site-shell__brand-logo {
    height: 3.65rem;
    width: auto;
    flex: 0 0 auto;
    display: block;
}

.site-shell__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}

.site-shell__nav a {
    text-decoration: none;
}

.site-shell__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #fb923c, #f97316);
    color: #0f172a;
    font-weight: 700;
}

.site-shell__body {
    padding-bottom: 2rem;
}

.markdown-content h1,
.markdown-content h2,
.markdown-content h3,
.markdown-content h4 {
    margin-top: 1.2rem;
    margin-bottom: 0.6rem;
}

.markdown-content p {
    line-height: 1.7;
}

.markdown-content ul,
.markdown-content ol {
    padding-left: 1.3rem;
}

.markdown-content code {
    background: #f1f5f9;
    color: #0f172a;
    border-radius: 0.35rem;
    padding: 0.1rem 0.35rem;
}

.markdown-content pre {
    overflow-x: auto;
    background: #020617;
    color: #e2e8f0;
    border-radius: 0.65rem;
    padding: 0.9rem;
}

.site-shell__footer {
    padding: 0 2rem 2rem;
    color: #94a3b8;
    font-size: 0.9rem;
    text-align: center;
}

a {
    color: inherit;
}

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

h1:focus {
    outline: none;
}

.page-section {
    padding: 1.5rem 2rem;
}

.page-section--narrow {
    max-width: 76rem;
    margin: 0 auto;
}

.page-section--queue {
    width: 80vw;
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 900px) {
    .page-section--queue {
        width: 94vw;
        max-width: 94vw;
    }
}

.status-report-editor {
    display: grid;
    gap: 1rem;
    margin-top: 0.6rem;
}

.status-report-editor__row {
    display: grid;
    grid-template-columns: minmax(11rem, 13rem) minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
}

.status-report-editor__row--top {
    align-items: start;
}

.status-report-editor__label {
    text-align: right;
    font-weight: 600;
    color: #dbe5f0;
}

.status-report-editor__control {
    width: 95%;
    min-height: 2.85rem;
    justify-self: start;
    box-sizing: border-box;
    border-radius: 0.9rem;
    border: 1px solid rgba(148, 163, 184, 0.34);
    background: rgba(7, 10, 24, 0.9);
    color: #f8fbff;
    padding: 0.72rem 0.82rem;
    font: inherit;
}

.status-report-editor__control--textarea {
    min-height: 12.5rem;
    resize: vertical;
}

.status-report-editor__actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.35rem;
}

.status-report-history__details-cell {
    background: rgba(7, 10, 24, 0.55);
}

.status-report-history__details {
    white-space: pre-wrap;
    line-height: 1.6;
    color: #dbe5f0;
    padding: 0.25rem 0;
}

@media (max-width: 900px) {
    .status-report-editor__row {
        grid-template-columns: 1fr;
        gap: 0.55rem;
    }

    .status-report-editor__label {
        text-align: left;
    }

    .status-report-editor__control {
        width: 100%;
    }

    .status-report-editor__actions {
        justify-content: flex-start;
    }
}

.qa-editor {
    display: grid;
    gap: 0.55rem;
    margin-top: 0.5rem;
}

.qa-editor__label {
    font-weight: 600;
    color: #dbe5f0;
}

.qa-editor__textarea {
    width: 80%;
    max-width: 80%;
    min-height: 12rem;
    justify-self: start;
    box-sizing: border-box;
    border-radius: 0.9rem;
    border: 1px solid rgba(148, 163, 184, 0.34);
    background: rgba(7, 10, 24, 0.9);
    color: #f8fbff;
    padding: 0.72rem 0.82rem;
    font: inherit;
    resize: vertical;
}

.qa-editor__actions {
    margin-top: 0.25rem;
}

.qa-history-table__details-cell {
    background: rgba(7, 10, 24, 0.55);
}

.qa-history-table__details-grid {
    display: grid;
    gap: 1rem;
}

.qa-history-table__detail-block {
    display: grid;
    gap: 0.35rem;
}

.qa-history-table__detail-label {
    margin: 0;
    font-weight: 700;
    color: #cbd5e1;
}

.qa-history-table__detail-body {
    margin: 0;
    white-space: pre-wrap;
    line-height: 1.6;
    color: #e2e8f0;
}

@media (max-width: 900px) {
    .qa-editor__textarea {
        width: 100%;
        max-width: 100%;
    }
}

.hero-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.5rem;
    padding: 1.5rem 2rem 1rem;
    align-items: start;
}

.hero-section h1 {
    font-size: clamp(2.8rem, 5vw, 5rem);
    line-height: 1.04;
    max-width: 15ch;
}

.hero-section__title-line {
    display: block;
}

.hero-section__title-line+.hero-section__title-line {
    margin-top: 0.22rem;
}

.hero-section__copy {
    display: grid;
    gap: 0.15rem;
    margin-top: 0.6rem;
    max-width: 52rem;
    color: #c6d2e0;
    font-size: 1.1rem;
}

.hero-section__copy-line {
    display: block;
}

.hero-section__content {
    display: grid;
    align-content: start;
}

.hero-value-builder {
    display: grid;
    gap: 0.85rem;
    max-width: 48rem;
    margin-top: 0.35rem;
    padding: 1.5rem;
    background: rgba(11, 19, 39, 0.75);
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 1.5rem;
    box-shadow: 0 24px 80px rgba(5, 8, 17, 0.35);
}

.hero-value-builder .eyebrow {
    margin-bottom: 0.5rem;
}

.hero-value-builder__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
}

.hero-value-builder__label {
    color: #f6f7fb;
    font-size: clamp(1.1rem, 1.6vw, 1.55rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    cursor: help;
}

.hero-value-builder__input-wrap {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.45rem;
    justify-self: start;
    width: min(100%, 11rem);
}

.hero-value-builder__currency {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    min-height: 2.9rem;
    border-radius: 0.75rem;
    background: rgba(15, 23, 42, 0.75);
    border: 1px solid rgba(148, 163, 184, 0.28);
    color: #cbd5e1;
    font-weight: 700;
}

.hero-value-builder__input {
    width: min(100%, 10rem);
    box-sizing: border-box;
    min-height: 2.9rem;
    border-radius: 0.9rem;
    border: 1px solid rgba(148, 163, 184, 0.3);
    background: rgba(7, 10, 24, 0.88);
    color: #f8fbff;
    padding: 0.7rem 0.85rem;
    font: inherit;
}

.hero-value-builder__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    margin-top: 0.35rem;
}

.hero-section__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

.hero-section__proof {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.hero-section__proof span {
    padding: 0.6rem 0.9rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.7);
    border: 1px solid rgba(148, 163, 184, 0.25);
    color: #dbe5f0;
    font-size: 0.92rem;
}

.hero-section__panel,
.surface-card,
.interest-form-card,
.post-card {
    background: rgba(11, 19, 39, 0.75);
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 1.5rem;
    box-shadow: 0 24px 80px rgba(5, 8, 17, 0.35);
}

.hero-section__panel {
    padding: 1.5rem;
}

.hero-section__panel ul {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0 0;
    display: grid;
    gap: 1rem;
}

.hero-section__panel li {
    display: grid;
    gap: 0.35rem;
}

.priority-engine {
    display: grid;
    gap: 1.25rem;
    padding: 1.35rem;
    background: rgba(11, 19, 39, 0.82);
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 1.5rem;
    box-shadow: 0 24px 80px rgba(5, 8, 17, 0.35);
}

.priority-engine__heading {
    display: grid;
    gap: 0.85rem;
}

.priority-engine__heading h2 {
    font-size: clamp(1.25rem, 2vw, 1.9rem);
}

.priority-engine__questions {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.35rem;
}

.priority-engine__questions li {
    font-size: clamp(1.1rem, 1.6vw, 1.55rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #f6f7fb;
}

.priority-engine__support {
    color: #cbd5e1;
    margin: 0;
}

.priority-engine__grid {
    display: grid;
    grid-template-columns: 1.15fr 0.8fr;
    gap: 1rem;
    align-items: stretch;
}

.priority-engine__controls {
    display: grid;
    gap: 1.25rem;
}

.priority-engine__control {
    display: grid;
    gap: 0.75rem;
}

.priority-engine__control-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.priority-engine__control-header label {
    font-weight: 600;
    color: #e2e8f0;
}

.priority-engine__control-header strong {
    color: #fb923c;
}

.priority-engine__slider {
    width: 100%;
    accent-color: #38bdf8;
    cursor: pointer;
}

.priority-engine__slider-value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    min-height: 3rem;
    border-radius: 999px;
    background: rgba(30, 41, 59, 0.95);
    border: 1px solid rgba(148, 163, 184, 0.22);
    color: #f8fafc;
    font-size: 1.1rem;
    font-weight: 700;
}

.priority-engine__scale {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    color: #94a3b8;
    font-size: 0.9rem;
}

.priority-engine__meter {
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 1rem;
    padding: 1rem;
    border-radius: 1.25rem;
    background: rgba(15, 23, 42, 0.7);
    border: 1px solid rgba(148, 163, 184, 0.18);
}

.priority-engine__bar-shell {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 13.5rem;
    width: 100%;
    padding-top: 0.5rem;
    box-sizing: border-box;
}

.priority-engine__bar-track {
    display: flex;
    align-items: flex-end;
    width: 3.75rem;
    height: 100%;
    padding: 0.5rem;
    border-radius: 999px;
    background: rgba(30, 41, 59, 0.95);
    border: 1px solid rgba(148, 163, 184, 0.22);
}

.priority-engine__bar {
    width: 100%;
    border-radius: 999px;
    transition: height 500ms ease, background 500ms ease, box-shadow 500ms ease;
}

.priority-engine__bar--high {
    background: linear-gradient(180deg, #4ade80 0%, #16a34a 100%);
    box-shadow: 0 0 28px rgba(74, 222, 128, 0.35);
}

.priority-engine__bar--medium {
    background: linear-gradient(180deg, #facc15 0%, #f59e0b 100%);
    box-shadow: 0 0 28px rgba(250, 204, 21, 0.3);
}

.priority-engine__bar--low {
    background: linear-gradient(180deg, #fb7185 0%, #ef4444 100%);
    box-shadow: 0 0 28px rgba(251, 113, 133, 0.3);
}

.priority-engine__meter-copy {
    display: grid;
    gap: 0.35rem;
    text-align: center;
}

.priority-engine__meter-top {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #a5f3fc;
}

.priority-engine__meter-copy span,
.priority-engine__meter-copy small {
    color: #94a3b8;
}

.priority-engine__meter-copy strong {
    font-size: 2rem;
    color: #f8fafc;
}

.priority-engine__message {
    display: grid;
    gap: 0.5rem;
    padding: 1rem 1.15rem;
    border-radius: 1rem;
    border: 1px solid transparent;
}

.priority-engine__message strong {
    font-size: 1rem;
}

.priority-engine__message p {
    margin: 0;
}

.priority-engine__message--high {
    background: rgba(20, 83, 45, 0.35);
    border-color: rgba(74, 222, 128, 0.35);
}

.priority-engine__message--medium {
    background: rgba(113, 63, 18, 0.35);
    border-color: rgba(250, 204, 21, 0.3);
}

.priority-engine__message--low {
    background: rgba(127, 29, 29, 0.35);
    border-color: rgba(251, 113, 133, 0.35);
}

.priority-engine__button {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: 3.35rem;
    font-size: 0.96rem;
    padding: 0.85rem 1.25rem;
    white-space: normal;
    line-height: 1.35;
    text-align: center;
}

.priority-engine__button-note {
    margin: -0.35rem 0 0;
    text-align: center;
    color: #94a3b8;
    font-size: 0.92rem;
}

.priority-engine__actions {
    display: grid;
    gap: 0.85rem;
}

.priority-engine__preset-groups {
    display: grid;
    gap: 0.75rem;
}

.priority-engine__preset-group {
    display: grid;
    gap: 0.5rem;
}

.priority-engine__preset-title {
    margin: 0;
    font-size: 0.78rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #a5f3fc;
}

.priority-engine__preset-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
}

.priority-engine__preset {
    min-height: 2.6rem;
    font-size: 0.88rem;
    padding: 0.55rem 0.75rem;
    box-sizing: border-box;
}

.eyebrow {
    color: #fb923c;
    font-size: 0.82rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 0.9rem;
}

.section-heading {
    max-width: 44rem;
    margin-bottom: 1.5rem;
}

.section-heading h2,
.section-heading h1 {
    font-size: clamp(2rem, 3vw, 3rem);
}

.three-column-grid,
.two-column-grid {
    display: grid;
    gap: 1.25rem;
}

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

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

.faq-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.surface-card,
.post-card {
    padding: 1.5rem;
}

.surface-card--stacked {
    display: grid;
    gap: 1rem;
}

.soft-launch-notice {
    display: grid;
    gap: 0.4rem;
    padding: 1rem 1.15rem;
    border-radius: 0.8rem;
    background: rgba(251, 146, 60, 0.12);
    border: 1px solid rgba(251, 146, 60, 0.38);
    color: #fff7ed;
}

.soft-launch-notice .eyebrow {
    margin-bottom: 0;
}

.soft-launch-notice p:last-child {
    margin-bottom: 0;
}

.post-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    color: #94a3b8;
    font-size: 0.9rem;
}

.text-link {
    color: #7dd3fc;
    text-decoration: none;
    font-weight: 600;
}

.interest-form-card {
    margin: 0 auto;
    padding: 2rem;
}

.technical-access {
    display: grid;
    gap: 1.5rem;
}

.technical-access-card {
    padding: 2rem;
    background: rgba(11, 19, 39, 0.55);
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 1.5rem;
    box-shadow: 0 24px 80px rgba(5, 8, 17, 0.25);
}

.form-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-grid__full {
    grid-column: 1 / -1;
}

.form-grid__col-2 {
    grid-column: 2;
}

.form-grid__r3c2 {
    grid-row: 3;
    grid-column: 2;
}

.form-grid__r3 {
    grid-row: 3;
}

/* Budget Keyword (4th label) → row 3, right column; Scope Keyword (5th label) → row 3, left column */
.form-grid > label:nth-child(4) {
    grid-row: 3;
    grid-column: 2;
}

.form-grid > label:nth-child(5) {
    grid-row: 3;
    grid-column: 1;
}

.form-grid__value-row {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.form-grid label {
    display: grid;
    gap: 0.5rem;
}

.form-grid__actions {
    grid-column: 1 / -1;
}

.form-grid__commitment {
    align-content: start;
}

.form-grid input,
.form-grid textarea {
    width: 100%;
    box-sizing: border-box;
    border-radius: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.3);
    background: rgba(7, 10, 24, 0.85);
    color: #f8fbff;
    padding: 0.9rem 1rem;
    font: inherit;
}

.form-grid textarea {
    min-height: 11rem;
    resize: vertical;
}

.interest-form__commitment-input {
    width: 100%;
}

.interest-form__amount-input {
    width: 100% !important;
    justify-self: stretch;
}

.primary-button,
.secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    padding: 0 1.25rem;
    border-radius: 999px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
}

.primary-button {
    background: linear-gradient(135deg, #fb923c, #f97316);
    color: #0f172a;
}

.primary-button:disabled,
.secondary-button:disabled {
    cursor: not-allowed;
    opacity: 0.82;
}

.primary-button.is-busy:disabled,
.secondary-button.is-busy:disabled {
    cursor: wait;
}

.button-spinner {
    width: 1rem;
    height: 1rem;
    margin-right: 0.65rem;
    border-radius: 50%;
    border: 2px solid rgba(15, 23, 42, 0.28);
    border-top-color: #0f172a;
    animation: interest-form-spin 0.7s linear infinite;
}

.checkout-progress {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(56, 189, 248, 0.35);
    background: rgba(14, 165, 233, 0.1);
    color: #e0f2fe;
}

.checkout-progress__header {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.checkout-progress__pulse {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background: #38bdf8;
    box-shadow: 0 0 0 0 rgba(56, 189, 248, 0.6);
    animation: checkout-progress-pulse 1.2s ease-out infinite;
    flex: 0 0 auto;
}

.checkout-progress p {
    margin: 0.75rem 0 0;
    color: #bae6fd;
}

.checkout-progress__bar {
    height: 0.45rem;
    margin-top: 0.9rem;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.55);
}

.checkout-progress__bar span {
    display: block;
    width: 42%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #38bdf8, #f97316);
    animation: checkout-progress-slide 1.15s ease-in-out infinite;
}

@keyframes checkout-progress-pulse {
    70% {
        box-shadow: 0 0 0 0.65rem rgba(56, 189, 248, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(56, 189, 248, 0);
    }
}

@keyframes checkout-progress-slide {
    0% {
        transform: translateX(-105%);
    }
    100% {
        transform: translateX(245%);
    }
}

.interest-form__submit {
    min-width: 0;
    width: 100%;
}

.interest-form__optional-label {
    font-size: 0.78rem;
    font-weight: 400;
    color: var(--color-text-muted, #888);
    margin-left: 0.25rem;
}

.interest-form__submit-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
}

.interest-form__spinner {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 2px solid rgba(15, 23, 42, 0.28);
    border-top-color: #0f172a;
    animation: interest-form-spin 0.7s linear infinite;
}

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

.secondary-button {
    background: transparent;
    color: #e2e8f0;
    border: 1px solid rgba(148, 163, 184, 0.35);
}

.message {
    margin-top: 1rem;
    padding: 0.85rem 1rem;
    border-radius: 1rem;
}

.message--error {
    background: rgba(153, 27, 27, 0.22);
    border: 1px solid rgba(248, 113, 113, 0.4);
}

.message--success {
    background: rgba(21, 128, 61, 0.2);
    border: 1px solid rgba(74, 222, 128, 0.35);
}

.queue-table__heading {
    text-align: left;
    vertical-align: bottom;
    line-height: 1.12;
    padding-bottom: 0.7rem;
}

.queue-snapshot-header {
    display: grid;
    gap: 0.25rem;
}

.queue-snapshot-header__label {
    margin: 0;
    font-size: 0.95rem;
    color: #cbd5e1;
    letter-spacing: 0.01em;
}

.queue-snapshot-header__date {
    margin: 0;
    font-size: clamp(1.9rem, 3.2vw, 2.6rem);
    font-weight: 700;
    color: #f8fbff;
}

.queue-date-picker {
    display: grid;
    gap: 0.35rem;
    margin-top: 0.75rem;
}

.queue-date-picker .queue-date-picker__input,
.queue-date-picker input[type="date"] {
    width: min(13.5rem, 100%);
    justify-self: start;
    box-sizing: border-box;
    border-radius: 0.85rem;
    border: 1px solid rgba(148, 163, 184, 0.3);
    background: rgba(7, 10, 24, 0.85);
    color: #f8fbff;
    padding: 0.55rem 0.7rem;
    font: inherit;
}

.queue-date-picker .queue-date-picker__input {
    min-height: 2.55rem;
    cursor: pointer;
}

.queue-date-picker .queue-date-picker__input:focus {
    outline: none;
    border-color: rgba(56, 189, 248, 0.72);
    box-shadow: 0 0 0 0.12rem rgba(56, 189, 248, 0.32);
}

.queue-date-picker .queue-date-picker__input::-webkit-calendar-picker-indicator {
    cursor: pointer;
    opacity: 0.95;
}

.queue-date-picker__hint {
    color: #cbd5e1;
    font-size: 0.85rem;
}

.queue-control-actions {
    margin-top: 0.85rem;
}

.queue-search-panel {
    display: grid;
    gap: 0.5rem;
    margin: 1rem 0 1.25rem;
    max-width: 42rem;
}

.queue-search-panel__controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 0.65rem;
    align-items: stretch;
}

.queue-search-panel input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.3);
    background: rgba(7, 10, 24, 0.85);
    color: #f8fbff;
    min-height: 3.7rem;
    padding: 1.1rem 1rem;
    font: inherit;
    font-size: 1.05rem;
}

.queue-search-panel__button {
    min-height: 3.7rem;
    padding: 0 1.2rem;
    white-space: nowrap;
}

@media (max-width: 640px) {
    .queue-search-panel__controls {
        grid-template-columns: 1fr;
    }


    .hero-value-builder__row {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .queue-search-panel__button {
        width: 100%;
    }
}

.queue-table__summary-cell {
    max-width: 28rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.queue-table__actions-cell {
    width: 1%;
    min-width: 7.5rem;
    white-space: nowrap;
}

.queue-actions-menu {
    position: relative;
    display: inline-block;
}

.queue-actions-menu__trigger {
    min-height: 2.75rem;
    padding: 0.65rem 1rem;
}

.queue-actions-menu__panel {
    position: absolute;
    top: calc(100% + 0.45rem);
    right: 0;
    z-index: 10;
    display: grid;
    gap: 0.35rem;
    width: max-content;
    min-width: 12rem;
    padding: 0.45rem;
    border: 1px solid rgba(148, 163, 184, 0.34);
    border-radius: 0.85rem;
    background: rgba(7, 10, 24, 0.98);
    box-shadow: 0 18px 40px rgba(2, 6, 23, 0.45);
}

.queue-actions-menu__item {
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: 0;
    border-radius: 0.65rem;
    background: transparent;
    color: #e2e8f0;
    padding: 0.7rem 0.8rem;
    font: inherit;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.queue-actions-menu__item:hover {
    background: rgba(148, 163, 184, 0.16);
}

.queue-actions-menu__item--primary {
    color: #fed7aa;
}

.queue-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(2, 6, 23, 0.72);
}

.queue-modal {
    width: min(32rem, 100%);
    border-radius: 1rem;
    padding: 1.25rem;
    background: rgba(11, 19, 39, 0.95);
    border: 1px solid rgba(148, 163, 184, 0.28);
    box-shadow: 0 20px 60px rgba(2, 6, 23, 0.55);
}

.queue-modal h2 {
    margin-bottom: 0.6rem;
}

.interest-form__celebration-message {
    position: relative;
    overflow: hidden;
}

.interest-form__celebration-message p {
    margin: 0;
}

.interest-form__celebration-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
    overflow: hidden;
    animation: interest-form-overlay-fade 6s ease-out forwards;
    background:
        radial-gradient(circle at 15% 88%, rgba(251, 191, 36, 0.16), transparent 38%),
        radial-gradient(circle at 85% 82%, rgba(244, 114, 182, 0.18), transparent 42%),
        radial-gradient(circle at 48% 92%, rgba(56, 189, 248, 0.14), transparent 45%);
}

.interest-form__overlay-bloom {
    position: absolute;
    bottom: -10rem;
    left: 8%;
    width: 16rem;
    height: 16rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(251, 113, 133, 0.5) 0%, rgba(251, 113, 133, 0) 70%);
    filter: blur(6px);
    animation: interest-form-firework-rise 5.8s ease-out forwards;
}

.interest-form__overlay-bloom--two {
    left: 44%;
    width: 18rem;
    height: 18rem;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.5) 0%, rgba(56, 189, 248, 0) 70%);
    animation-delay: 0.65s;
}

.interest-form__overlay-bloom--three {
    left: 76%;
    width: 14rem;
    height: 14rem;
    background: radial-gradient(circle, rgba(250, 204, 21, 0.5) 0%, rgba(250, 204, 21, 0) 70%);
    animation-delay: 1.1s;
}

.interest-form__emoji {
    position: absolute;
    bottom: -12vh;
    font-size: clamp(1.45rem, 3vw, 2.2rem);
    line-height: 1;
    opacity: 0;
    filter: drop-shadow(0 8px 14px rgba(15, 23, 42, 0.35));
    animation-name: interest-form-emoji-rise;
    animation-duration: 5.9s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
}

.interest-form__emoji--1 {
    left: 5%;
    animation-delay: 0.05s;
}

.interest-form__emoji--2 {
    left: 12%;
    animation-delay: 0.35s;
}

.interest-form__emoji--3 {
    left: 18%;
    animation-delay: 0.15s;
}

.interest-form__emoji--4 {
    left: 24%;
    animation-delay: 0.6s;
}

.interest-form__emoji--5 {
    left: 30%;
    animation-delay: 0.2s;
}

.interest-form__emoji--6 {
    left: 36%;
    animation-delay: 0.55s;
}

.interest-form__emoji--7 {
    left: 42%;
    animation-delay: 0.1s;
}

.interest-form__emoji--8 {
    left: 48%;
    animation-delay: 0.45s;
}

.interest-form__emoji--9 {
    left: 54%;
    animation-delay: 0.7s;
}

.interest-form__emoji--10 {
    left: 60%;
    animation-delay: 0.26s;
}

.interest-form__emoji--11 {
    left: 66%;
    animation-delay: 0.52s;
}

.interest-form__emoji--12 {
    left: 72%;
    animation-delay: 0.16s;
}

.interest-form__emoji--13 {
    left: 78%;
    animation-delay: 0.64s;
}

.interest-form__emoji--14 {
    left: 83%;
    animation-delay: 0.32s;
}

.interest-form__emoji--15 {
    left: 87%;
    animation-delay: 0.58s;
}

.interest-form__emoji--16 {
    left: 91%;
    animation-delay: 0.12s;
}

.interest-form__emoji--17 {
    left: 95%;
    animation-delay: 0.4s;
}

.interest-form__emoji--18 {
    left: 9%;
    animation-delay: 0.95s;
}

.interest-form__emoji--19 {
    left: 51%;
    animation-delay: 1.05s;
}

.interest-form__emoji--20 {
    left: 74%;
    animation-delay: 0.9s;
}

@keyframes interest-form-overlay-fade {
    0% {
        opacity: 0;
    }

    8% {
        opacity: 1;
    }

    82% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes interest-form-firework-rise {
    0% {
        opacity: 0;
        transform: translateY(0) scale(0.5);
    }

    24% {
        opacity: 0.9;
    }

    58% {
        opacity: 1;
        transform: translateY(-54vh) scale(1);
    }

    100% {
        opacity: 0;
        transform: translateY(-76vh) scale(1.18);
    }
}

@keyframes interest-form-emoji-rise {
    0% {
        opacity: 0;
        transform: translateY(0) rotate(0deg);
    }

    10% {
        opacity: 1;
    }

    60% {
        opacity: 1;
        transform: translateY(-52vh) rotate(8deg);
    }

    100% {
        opacity: 0;
        transform: translateY(-112vh) rotate(-10deg);
    }
}

.interest-form__celebration {
    position: relative;
    margin-top: 0.65rem;
    min-height: 4.5rem;
}

.interest-form__party-popper {
    position: absolute;
    left: 0.75rem;
    bottom: 0.25rem;
    width: 0.9rem;
    height: 1.7rem;
    border-radius: 0.25rem;
    background: linear-gradient(180deg, #fb923c, #ef4444);
    transform: rotate(-24deg);
}

.interest-form__streamer {
    position: absolute;
    left: 1.2rem;
    bottom: 1.7rem;
    width: 0.18rem;
    height: 2.35rem;
    border-radius: 999px;
    transform-origin: bottom center;
    opacity: 0;
    animation: interest-form-streamer-burst 1.15s ease-out 0.1s forwards;
}

.interest-form__streamer--one {
    background: #38bdf8;
    transform: rotate(-62deg);
}

.interest-form__streamer--two {
    background: #facc15;
    transform: rotate(-22deg);
    animation-delay: 0.16s;
}

.interest-form__streamer--three {
    background: #f472b6;
    transform: rotate(20deg);
    animation-delay: 0.22s;
}

.interest-form__balloon {
    position: absolute;
    bottom: 0.2rem;
    width: 1.15rem;
    height: 1.45rem;
    border-radius: 48% 52% 50% 50%;
    box-shadow: inset -0.12rem -0.18rem 0 rgba(15, 23, 42, 0.18);
    animation: interest-form-balloon-float 2.2s ease-in-out infinite;
}

.interest-form__balloon::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 1px;
    height: 1rem;
    background: rgba(203, 213, 225, 0.65);
}

.interest-form__balloon--one {
    left: 3.5rem;
    background: #f43f5e;
}

.interest-form__balloon--two {
    left: 5rem;
    background: #60a5fa;
    animation-delay: 0.45s;
}

.interest-form__balloon--three {
    left: 6.5rem;
    background: #34d399;
    animation-delay: 0.9s;
}

.interest-form__confetti {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        radial-gradient(circle at 14% 18%, #fde047 0 3px, transparent 4px),
        radial-gradient(circle at 30% 8%, #38bdf8 0 2px, transparent 3px),
        radial-gradient(circle at 45% 24%, #fb7185 0 2px, transparent 3px),
        radial-gradient(circle at 62% 12%, #34d399 0 2px, transparent 3px),
        radial-gradient(circle at 75% 20%, #facc15 0 2px, transparent 3px),
        radial-gradient(circle at 88% 10%, #a78bfa 0 2px, transparent 3px);
    animation: interest-form-confetti-fall 1.45s ease-out 1;
}

@keyframes interest-form-streamer-burst {
    0% {
        opacity: 0;
        transform: translateY(0) scaleY(0.2);
    }

    35% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(-2.2rem) scaleY(1);
    }
}

@keyframes interest-form-balloon-float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-0.45rem);
    }
}

@keyframes interest-form-confetti-fall {
    0% {
        opacity: 0;
        transform: translateY(-0.35rem);
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(1.1rem);
    }
}

.about-page {
    display: grid;
    gap: 1rem;
}

.about-page__section {
    padding-left: 0;
    padding-right: 0;
}

.about-page__cta {
    padding: 2rem;
}

.token-code {
    display: block;
    margin-top: 0.75rem;
    padding: 1rem;
    border-radius: 1rem;
    background: rgba(7, 10, 24, 0.85);
    border: 1px solid rgba(148, 163, 184, 0.3);
    color: #f8fbff;
    word-break: break-all;
    overflow-wrap: anywhere;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #fecaca;
}

.blazor-error-boundary {
    background: #7f1d1d;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred.";
}

@media (max-width: 960px) {
    .site-shell__header {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .site-shell__nav {
        justify-content: flex-start;
    }

    .site-shell__footer {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .hero-section,
    .priority-engine__grid,
    .three-column-grid,
    .two-column-grid,
    .faq-grid,
    .form-grid {
        grid-template-columns: 1fr;
    }

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

    .interest-form-card,
    .technical-access-card,
    .page-section,
    .hero-section {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .interest-form-card {
        margin: 0 1.25rem;
    }

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

/* ========== Application Assessment Styles ========== */

.application-assessment {
    margin-top: 2rem;
    padding: 1.5rem;
    border-radius: 1.25rem;
    background: rgba(11, 19, 39, 0.6);
    border: 1px solid rgba(148, 163, 184, 0.25);
    display: grid;
    gap: 1.25rem;
}

.application-assessment--empty {
    align-items: center;
    justify-content: center;
    min-height: 5rem;
    background: rgba(7, 10, 24, 0.5);
    border: 1px dashed rgba(148, 163, 184, 0.2);
}

.assessment-header {
    display: grid;
    gap: 0.5rem;
}

.assessment-header h3 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: #f8fbff;
}

.assessment-subtitle {
    margin: 0;
    font-size: 0.95rem;
    color: #cbd5e1;
    letter-spacing: 0.01em;
}

.assessment-subtitle strong {
    color: #fbbf24;
    font-weight: 700;
}

.assessment-narrative {
    padding: 1rem;
    background: rgba(7, 10, 24, 0.5);
    border-left: 3px solid #38bdf8;
    border-radius: 0.5rem;
}

.assessment-narrative p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #e2e8f0;
}

.assessment-values {
    display: grid;
    gap: 0.75rem;
}

.assessment-callout {
    margin: 0;
    padding: 0.75rem;
    font-size: 0.85rem;
    background: rgba(56, 189, 248, 0.1);
    border-left: 2px solid #38bdf8;
    color: #cbd5e1;
    border-radius: 0.35rem;
}

.assessment-values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    gap: 0.75rem;
}

.assessment-value-item {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.75rem;
    background: rgba(7, 10, 24, 0.6);
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 0.75rem;
}

.assessment-value-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.assessment-value-display {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fbbf24;
    text-align: left;
    padding: 0;
    background: transparent;
    border: none;
    cursor: default;
}

.assessment-value-clickable {
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}

.assessment-value-clickable:hover {
    color: #fcd34d;
    text-decoration: underline;
    transform: translateX(2px);
}

.assessment-value-clickable::after {
    content: "↑";
    margin-left: 0.35rem;
    opacity: 0;
    transition: opacity 0.2s ease;
    font-size: 0.9em;
}

.assessment-value-clickable:hover::after {
    opacity: 1;
}

.assessment-placeholder {
    margin: 0;
    font-size: 0.95rem;
    color: #94a3b8;
    text-align: center;
}

@media (max-width: 640px) {
    .application-assessment {
        margin-top: 1.5rem;
        padding: 1rem;
        gap: 1rem;
    }

    .assessment-values-grid {
        grid-template-columns: 1fr;
    }

    .assessment-header h3 {
        font-size: 1rem;
    }
}
