.status-flag.fixstable-status-badge {
    margin-bottom: 18px;
}

.fixstable-notice-info {
    margin-top: 20px;

}

.badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
    margin: 0 0 1.1rem
}

.badge {
    display: inline-flex;
    align-items: center;
    padding: .5rem .85rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, .04);
    color: var(--muted-strong);
    font-size: .92rem;
    font-weight: 700
}

.panel-stack {
    display: grid;
    gap: .85rem
}

.panel-item {
    padding: 1rem 1.05rem;
    border-radius: 18px;
    border: 1px solid var(--line);
    background: rgba(15, 22, 34, .88);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03)
}

.panel-item strong {
    display: block;
    margin-bottom: .3rem;
    font-size: 1rem
}

.panel-item small {
    color: var(--muted);
    display: block;
    line-height: 1.45
}

.stack-category-grid {
    grid-template-columns: repeat(4, 1fr)
}

.card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 1rem
}

.card-actions .btn {
    width: auto
}

.note-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem
}

.note {
    padding: 1rem 1.1rem;
    border-radius: 20px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, .03);
    box-shadow: var(--shadow)
}

.note strong {
    display: block;
    margin-bottom: .35rem
}

.note p {
    margin: 0;
    color: var(--muted)
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

.footer-links a {
    color: var(--muted-strong)
}

.footer-links a:hover,
.footer-links a:focus-visible {
    color: var(--danger-2)
}

.inline-links {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem
}

.inline-links a {
    color: var(--danger-2);
    font-weight: 700
}

.form-shell {
    display: grid;
    gap: .85rem;
    margin-top: 1rem
}

.form-shell label {
    display: grid;
    gap: .4rem;
    color: var(--muted-strong);
    font-size: .95rem;
    font-weight: 600
}

.form-shell input:not([type="checkbox"]):not([type="radio"]),
.form-shell select,
.form-shell textarea {
    width: 100%;
    padding: 1rem 1.05rem;
    border-radius: 16px;
    border: 1px solid var(--line);
    background: rgba(15, 22, 34, .92);
    color: var(--text);
    font: inherit
}

.form-shell input:not([type="checkbox"]):not([type="radio"]):focus-visible,
.form-shell select:focus-visible,
.form-shell textarea:focus-visible {
    outline: 2px solid rgba(237, 211, 121, .72);
    outline-offset: 2px;
    border-color: rgba(237, 211, 121, .55);
    box-shadow: 0 0 0 4px rgba(237, 211, 121, .1)
}

.form-shell input:not([type="checkbox"]):not([type="radio"]):invalid,
.form-shell textarea:invalid {
    box-shadow: none
}

.form-shell textarea {
    min-height: 140px;
    resize: vertical
}

.form-shell input:not([type="checkbox"]):not([type="radio"])::placeholder,
.form-shell textarea::placeholder {
    color: rgba(255, 255, 255, .42)
}

.fixstable-password-field {
    position: relative;
    display: grid;
    width: 100%;
}

.fixstable-password-field>input:not([type="checkbox"]):not([type="radio"]) {
    padding-right: 4.75rem;
}

.fixstable-password-toggle {
    position: absolute;
    top: 50%;
    right: .55rem;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3.5rem;
    min-height: 2.25rem;
    padding: .35rem .65rem;
    border: 1px solid rgba(237, 211, 121, .24);
    border-radius: 999px;
    background: rgba(15, 22, 34, .88);
    color: #f3e6b8;
    font: inherit;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

.fixstable-password-toggle:hover,
.fixstable-password-toggle:focus-visible {
    border-color: rgba(237, 211, 121, .62);
    background: rgba(24, 34, 52, .96);
    color: #fff4c8;
    outline: none;
    box-shadow: 0 0 0 3px rgba(237, 211, 90, .14);
}

.fixstable-password-toggle-hide[hidden],
.fixstable-password-toggle-show[hidden] {
    display: none !important;
}

.fixstable-cf7 {
    width: 100%
}

.fixstable-cf7 p {
    margin: 0
}

.fixstable-cf7 .wpcf7-form-control-wrap {
    display: block
}

.fixstable-cf7 .wpcf7-response-output {
    margin: .8rem 0 0 !important;
    padding: .9rem 1rem;
    border-radius: 16px;
    border: 1px solid var(--line);
    background: rgba(15, 22, 34, .92);
    color: var(--text)
}

.fixstable-cf7 .wpcf7-not-valid-tip {
    margin-top: .35rem;
    color: #ffd7c6;
    font-size: .84rem;
    line-height: 1.4
}

.fixstable-cf7 .wpcf7-spinner {
    margin: 0 .2rem;
    vertical-align: middle
}

.quick-start-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1rem
}

.quick-start-actions .btn {
    width: auto
}

.request-rule-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .55rem;
    margin: .8rem 0 0
}

.request-rule-strip>p {
    display: contents;
    margin: 0
}

.request-rule-strip span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: .65rem .75rem;
    border-radius: 14px;
    border: 1px solid rgba(237, 211, 121, .18);
    background: rgba(237, 211, 121, .08);
    color: #fff4c8;
    font-size: .82rem;
    font-weight: 800;
    text-align: center
}

.request-rule-strip-wide {
    margin: 1.15rem 0 0;
    max-width: 820px
}

.scope-card {
    display: grid;
    gap: .55rem;
    padding: 1rem 1.05rem;
    border-radius: 18px;
    border: 1px solid rgba(237, 211, 121, .2);
    background: linear-gradient(135deg, rgba(237, 211, 121, .1), rgba(255, 255, 255, .03))
}

.scope-card strong {
    display: block;
    color: #fff4c8
}

.scope-card p {
    margin: 0;
    color: var(--muted);
    font-size: .92rem
}

.list-stack {
    display: grid;
    gap: .75rem
}

.list-row {
    padding: .95rem 1rem;
    border-radius: 18px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, .03)
}

.list-row strong {
    display: block;
    margin-bottom: .25rem
}

.list-row p {
    margin: 0;
    color: var(--muted)
}

.flow-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .7rem 0 .9rem
}

.flow-link {
    color: var(--muted-strong);
    font-size: .95rem;
    font-weight: 700
}

.flow-link:hover,
.flow-link:focus-visible {
    color: var(--danger-2)
}

.flow-stage {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
    margin-bottom: 1.5rem
}

.flow-stage-step {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .55rem .9rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, .03);
    color: var(--muted-strong);
    font-size: .92rem;
    font-weight: 700
}

.flow-stage-step.is-active {
    background: linear-gradient(135deg, rgba(144, 99, 40, .24), rgba(237, 211, 121, .18));
    border-color: rgba(237, 211, 121, .32);
    color: #fff5cf
}

.service-choice {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    margin: 1rem 0 1.1rem
}

.service-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .75rem 1rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, .03);
    color: var(--muted-strong);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    transition: 180ms ease
}

.service-pill:hover,
.service-pill:focus-visible {
    background: var(--accent-soft);
    border-color: rgba(237, 211, 121, .28);
    transform: translateY(-1px)
}

.service-pill.is-active {
    background: linear-gradient(135deg, rgba(144, 99, 40, .26), rgba(237, 211, 121, .2));
    border-color: rgba(237, 211, 121, .34);
    color: #fff5cf
}

.field-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .85rem
}

.input-note {
    margin: .3rem 0 0;
    color: var(--muted);
    font-size: .88rem
}

.field-toggle {
    margin-top: 1rem;
    padding: 1rem 1.05rem;
    border-radius: 18px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, .03)
}

.field-toggle summary {
    cursor: pointer;
    font-weight: 700;
    list-style: none
}

.field-toggle summary::-webkit-details-marker {
    display: none
}

.field-toggle[open] summary {
    margin-bottom: .9rem
}

.checkline {
    display: flex !important;
    align-items: flex-start;
    gap: .7rem;
    color: var(--muted-strong) !important
}

.checkline input {
    margin-top: .18rem;
    accent-color: var(--danger-2)
}

.checkline .wpcf7-list-item {
    margin: 0
}

.checkline .wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    gap: .7rem;
    font-weight: 600
}

.checkline .wpcf7-list-item-label {
    color: var(--muted-strong);
    font-size: .95rem;
    line-height: 1.5
}

.support-list {
    display: grid;
    gap: .8rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none
}

.support-list li {
    padding: .95rem 1rem;
    border-radius: 18px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, .03);
    color: var(--muted)
}

.support-list strong {
    display: block;
    margin-bottom: .2rem;
    color: var(--text)
}

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

.directory-card {
    padding: 1.15rem;
    border-radius: 24px;
    border: 1px solid var(--line);
    background: rgba(11, 16, 26, .86);
    box-shadow: var(--shadow)
}

.directory-card-header h3 {
    margin: 0 0 .45rem;
    font-size: 1.2rem
}

.directory-card-header p {
    margin: 0;
    color: var(--muted);
    line-height: 1.5
}

.directory-list {
    display: grid;
    gap: .55rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none
}

.directory-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .85rem;
    padding: .82rem .9rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .035);
    color: var(--text);
    font-weight: 800;
    transition: 180ms ease
}

.directory-link small {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    padding: .32rem .55rem;
    border-radius: 999px;
    background: rgba(237, 211, 121, .1);
    color: #fff2c1;
    font-size: .72rem;
    font-weight: 800
}

.directory-link:hover,
.directory-link:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(237, 211, 121, .32);
    background: rgba(237, 211, 121, .08);
    color: #fff4c8
}

.membership-hero {
    padding-bottom: 3rem
}

.membership-title {
    max-width: 920px;
    margin: 0 auto 1.25rem;
    text-align: center
}

.membership-title h1,
.membership-title p {
    max-width: 100%
}

.membership-title .eyebrow {
    justify-content: center
}

.flow-note {
    width: 100%;
    max-width: 920px;
    margin: 0 auto 1rem;
    padding: 1rem 1.15rem;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(237, 211, 121, .22);
    background: linear-gradient(135deg, rgba(237, 211, 121, .11), rgba(255, 255, 255, .035));
    box-shadow: var(--shadow);
    text-align: center
}

.flow-note strong {
    display: block;
    margin-bottom: .35rem;
    color: #fff4c8
}

.flow-note p {
    margin: 0 auto;
    color: var(--muted);
    max-width: 76ch;
    overflow-wrap: anywhere
}

.membership-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
    gap: 1rem;
    align-items: stretch;
    min-width: 0
}

.plan-card {
    display: grid;
    gap: 1rem;
    min-width: 0;
    padding: 1.35rem;
    border-radius: 28px;
    border: 1px solid var(--line);
    background: rgba(11, 16, 26, .88);
    box-shadow: var(--shadow)
}

.plan-card>* {
    min-width: 0;
    max-width: 100%
}

.plan-card.is-featured {
    border-color: rgba(237, 211, 121, .34);
    background: linear-gradient(145deg, rgba(144, 99, 40, .22), rgba(11, 16, 26, .9) 46%, rgba(237, 211, 121, .08));
    box-shadow: 0 24px 70px rgba(0, 0, 0, .36)
}

.plan-card h2 {
    margin: 0;
    font-size: clamp(1.55rem, 2.2vw, 2.2rem)
}

.plan-card p {
    margin: 0;
    color: var(--muted);
    overflow-wrap: anywhere
}

.plan-kicker {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    padding: .45rem .7rem;
    border-radius: 999px;
    border: 1px solid rgba(237, 211, 121, .2);
    background: rgba(237, 211, 121, .1);
    color: #fff4c8;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em
}

.plan-price {
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 900;
    letter-spacing: -.05em;
    color: #fff6d1
}

.scope-list {
    display: grid;
    gap: .65rem;
    min-width: 0;
    margin: .2rem 0;
    padding: 0;
    list-style: none
}

.scope-list li {
    position: relative;
    min-width: 0;
    padding: .72rem .85rem .72rem 2.15rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .035);
    color: var(--muted-strong);
    font-weight: 700;
    overflow-wrap: anywhere
}

.scope-list li::before {
    content: "";
    position: absolute;
    left: .85rem;
    top: 1.03rem;
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--danger), var(--danger-2));
    box-shadow: 0 0 0 4px rgba(237, 211, 121, .08)
}

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

.definition-card,
.scope-note {
    padding: 1.2rem 1.25rem;
    border-radius: 24px;
    border: 1px solid var(--line);
    background: rgba(11, 16, 26, .86);
    box-shadow: var(--shadow)
}

.definition-card h2,
.scope-note h2 {
    margin: 0 0 .55rem;
    font-size: 1.25rem
}

.definition-card p,
.scope-note p {
    margin: 0;
    color: var(--muted);
    line-height: 1.58
}

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

.scope-note-single {
    grid-template-columns: 1fr
}

.mini-stack {
    display: grid;
    gap: .75rem
}

.mini-card {
    padding: 1rem 1.05rem;
    border-radius: 18px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, .03)
}

.mini-card strong {
    display: block;
    margin-bottom: .3rem
}

.mini-card p {
    margin: 0;
    color: var(--muted)
}

.status-flag {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .5rem .8rem;
    border-radius: 999px;
    background: rgba(237, 211, 121, .12);
    border: 1px solid rgba(237, 211, 121, .24);
    color: #fff2c1;
    font-size: .9rem;
    font-weight: 700
}

.progress-track {
    display: grid;
    gap: .95rem;
    margin-top: 1rem
}

.progress-step {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: .9rem;
    align-items: flex-start;
    padding: 1rem 1.05rem;
    border-radius: 20px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, .03)
}

.progress-marker {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(237, 211, 121, .18);
    font-weight: 800;
    color: var(--muted-strong)
}

.progress-step.is-active {
    background: linear-gradient(135deg, rgba(144, 99, 40, .2), rgba(237, 211, 121, .14));
    border-color: rgba(237, 211, 121, .26)
}

.progress-step.is-active .progress-marker {
    background: linear-gradient(135deg, var(--danger), var(--danger-2));
    border-color: transparent;
    color: var(--accent-ink)
}

.progress-step.is-complete .progress-marker {
    background: rgba(237, 211, 121, .16);
    color: #fff2c1
}

.progress-copy strong {
    display: block;
    margin-bottom: .25rem
}

.progress-copy p {
    margin: 0;
    color: var(--muted)
}

.summary-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .85rem;
    margin-top: 1rem
}

.summary-item {
    min-width: 0;
    padding: 1rem 1.05rem;
    border-radius: 18px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, .03)
}

.summary-item strong {
    display: block;
    max-width: 100%;
    margin-bottom: .25rem;
    overflow-wrap: anywhere
}

.summary-item p {
    margin: 0;
    color: var(--muted);
    overflow-wrap: anywhere;
    word-break: break-word
}

.cta-links {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 1rem
}

.quiet-link {
    color: var(--danger-2);
    font-weight: 700
}

.quiet-link:hover,
.quiet-link:focus-visible {
    text-decoration: underline
}

.section-stack {
    display: grid;
    gap: 1rem
}

.customer-membership-page .section-stack {
    padding-bottom: 3rem
}

.membership-hero-copy {
    max-width: 760px
}

.customer-membership-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
    gap: 1rem;
    align-items: stretch
}

.membership-current-card {
    grid-column: span 2
}

.membership-card-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem
}

.membership-card-heading h2,
.membership-usage-card h2,
.membership-request-card h2,
.membership-actions-card h2,
.membership-billing-card h2 {
    margin-top: .1rem
}

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

.membership-stack-item {
    grid-column: span 2
}

.allowance-progress {
    position: relative;
    height: 14px;
    margin: 1rem 0 .75rem;
    overflow: hidden;
    border-radius: 999px;
    border: 1px solid rgba(237, 211, 121, .24);
    background: rgba(6, 12, 22, .68)
}

.allowance-progress-fill {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(135deg, var(--accent), var(--danger-2));
    box-shadow: 0 0 18px rgba(237, 211, 121, .22)
}

.tip-row {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem
}

.tip-tag {
    display: inline-flex;
    align-items: center;
    padding: .5rem .8rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, .03);
    color: var(--muted-strong);
    font-size: .9rem;
    font-weight: 700
}

.flow-footer {
    padding: 0 0 3rem
}

.flow-footer .footer-row {
    justify-content: space-between
}

.legal-shell {
    display: grid;
    gap: 2rem;
    padding: 4.5rem 0 5rem
}

.legal-header {
    max-width: 800px;
    display: grid;
    gap: 1rem
}

.legal-header h1 {
    margin: 0;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    line-height: 1.05
}

.legal-lead {
    font-size: 1.02rem;
    color: var(--muted);
    max-width: 72ch
}

.legal-lead p {
    margin: 0
}

.legal-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(280px, .9fr);
    gap: 1.25rem;
    align-items: start
}

.legal-main,
.legal-aside {
    display: grid;
    gap: 1rem
}

.legal-section,
.legal-note {
    padding: 1.25rem 1.3rem;
    border-radius: 22px;
    border: 1px solid var(--line);
    background: rgba(11, 16, 26, .84);
    box-shadow: var(--shadow)
}

.legal-section h2,
.legal-block h3,
.legal-note strong {
    margin: 0 0 .55rem
}

.legal-section p,
.legal-block p,
.legal-note p {
    margin: 0;
    color: var(--muted)
}

.legal-stack {
    display: grid;
    gap: .9rem;
    margin-top: 1rem
}

.legal-block {
    display: grid;
    gap: .35rem;
    padding-top: .95rem;
    border-top: 1px solid rgba(237, 211, 121, .12)
}

.legal-block:first-child {
    padding-top: 0;
    border-top: 0
}

.legal-list,
.legal-mini-list {
    margin: .9rem 0 0;
    padding-left: 1.1rem;
    color: var(--muted)
}

.legal-list li,
.legal-mini-list li {
    margin: .45rem 0
}

.legal-faq {
    display: grid;
    gap: .8rem;
    margin-top: 1rem
}

.legal-faq details {
    padding: 1rem 1.05rem;
    border-radius: 18px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, .03)
}

.legal-faq summary {
    cursor: pointer;
    font-weight: 700;
    color: var(--muted-strong)
}

.legal-faq p {
    margin: .7rem 0 0
}

@media (max-width:1120px) {
    .stack-category-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .membership-grid {
        grid-template-columns: minmax(0, 1fr)
    }

    .customer-membership-grid,
    .membership-summary-grid {
        grid-template-columns: 1fr
    }

    .membership-current-card,
    .membership-stack-item {
        grid-column: auto
    }

    .directory-grid {
        grid-template-columns: 1fr
    }
}

@media (max-width:980px) {

    .note-strip,
    .scope-note {
        grid-template-columns: 1fr
    }

    .field-grid,
    .summary-grid,
    .legal-layout,
    .stack-category-grid,
    .definition-grid {
        grid-template-columns: 1fr
    }

    .flow-bar {
        flex-direction: column;
        align-items: flex-start;
        padding: .45rem 0 .55rem
    }

    .flow-bar .nav-logo {
        justify-self: flex-start;
        margin-left: 0;
        width: 84px
    }

    .flow-bar .nav-logo img {
        width: 68px
    }

    .legal-shell {
        padding: 3.5rem 0 4rem
    }

    .quick-start-actions .btn {
        width: 100%
    }

    .plan-card .btn {
        width: 100%;
        white-space: normal;
        text-align: center
    }

    .membership-card-heading {
        display: grid
    }
}

.project-addon-fieldset {
    display: grid;
    gap: .75rem;
    margin: .35rem 0 0;
    padding: 0;
    border: 0
}

.project-addon-fieldset legend {
    margin-bottom: .2rem;
    color: var(--muted-strong);
    font-size: .95rem;
    font-weight: 800
}

.project-addon-grid {
    display: grid;
    gap: .7rem
}

.project-addon-card {
    display: grid !important;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: .7rem;
    padding: .85rem;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(15, 22, 34, .72);
    cursor: pointer;
    transition: 180ms ease
}

.project-addon-card:hover,
.project-addon-card:focus-within {
    border-color: rgba(237, 211, 121, .35);
    background: rgba(237, 211, 121, .08)
}

.project-addon-card input {
    margin-top: .25rem;
    accent-color: #edd379
}

.project-addon-card strong {
    display: flex;
    justify-content: space-between;
    gap: .8rem;
    color: var(--text);
    font-size: .96rem
}

.project-addon-card em {
    color: var(--danger-2);
    font-style: normal;
    white-space: nowrap
}

.project-addon-card small {
    display: block;
    margin-top: .22rem;
    color: var(--muted);
    font-size: .86rem;
    line-height: 1.45
}

@media (max-width:560px) {
    .membership-hero .container {
        width: calc(100vw - 1.25rem);
        max-width: calc(100vw - 1.25rem)
    }

    .membership-title {
        margin-bottom: 1rem
    }

    .membership-title h1 {
        font-size: clamp(2.15rem, 11vw, 2.65rem);
        line-height: .95;
        max-width: 11ch;
        margin-inline: auto
    }

    .membership-title p {
        font-size: 1rem;
        max-width: 33ch;
        margin-inline: auto
    }

    .flow-note p {
        max-width: 28ch
    }

    .membership-grid {
        display: block;
        width: 100%;
        max-width: 100%
    }

    .plan-card {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        margin-bottom: 1rem;
        padding: 1rem;
        border-radius: 24px
    }

    .plan-card p,
    .scope-list li,
    .plan-kicker {
        white-space: normal !important;
        word-break: normal;
        overflow-wrap: anywhere
    }

    .plan-price {
        font-size: clamp(2.15rem, 10vw, 2.75rem)
    }

    .scope-list li {
        font-size: .95rem;
        line-height: 1.35
    }
}

@media (max-width:420px) {
    .membership-hero .container {
        width: calc(100vw - 2rem);
        max-width: 358px
    }

    .flow-note,
    .plan-card {
        max-width: 358px;
        margin-inline: auto
    }

    .flow-note {
        padding: .95rem .85rem
    }

    .scope-list li {
        padding-right: .7rem
    }
}

.fixstable-status-badge,
.fixstable-status-pill,
.fixstable-notice {
    --fixstable-state-text: #fff4c8;
    --fixstable-state-bg: rgba(237, 211, 121, .12);
    --fixstable-state-border: rgba(237, 211, 121, .24);
    --fixstable-state-glow: rgba(237, 211, 121, .12)
}

.fixstable-status-badge,
.fixstable-status-pill {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    border: 1px solid var(--fixstable-state-border);
    background: var(--fixstable-state-bg);
    color: var(--fixstable-state-text);
    font-weight: 850;
    line-height: 1.25;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .02), 0 12px 28px var(--fixstable-state-glow)
}

.fixstable-status-badge::before,
.fixstable-status-pill::before {
    content: "";
    width: .48rem;
    height: .48rem;
    flex: 0 0 auto;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 4px var(--fixstable-state-bg)
}

.fixstable-status-pill {
    width: max-content;
    max-width: 100%;
    padding: .38rem .65rem;
    border-radius: 999px;
    font-size: .78rem;
    letter-spacing: .01em
}

.status-flag.fixstable-status-badge {
    padding: .55rem .85rem;
    border-radius: 999px
}

.fixstable-status-active {
    --fixstable-state-text: #ccffd9;
    --fixstable-state-bg: rgba(91, 214, 137, .14);
    --fixstable-state-border: rgba(145, 240, 186, .32);
    --fixstable-state-glow: rgba(91, 214, 137, .12)
}

.fixstable-status-pending {
    --fixstable-state-text: #fff1bd;
    --fixstable-state-bg: rgba(237, 211, 121, .13);
    --fixstable-state-border: rgba(237, 211, 121, .3);
    --fixstable-state-glow: rgba(237, 211, 121, .12)
}

.fixstable-status-payment-due {
    --fixstable-state-text: #ffe7b7;
    --fixstable-state-bg: rgba(221, 151, 69, .16);
    --fixstable-state-border: rgba(255, 195, 118, .34);
    --fixstable-state-glow: rgba(221, 151, 69, .14)
}

.fixstable-status-manual-review {
    --fixstable-state-text: #f2dcff;
    --fixstable-state-bg: rgba(155, 99, 214, .15);
    --fixstable-state-border: rgba(213, 169, 255, .34);
    --fixstable-state-glow: rgba(155, 99, 214, .14)
}

.fixstable-status-blocked {
    --fixstable-state-text: #ffd2cc;
    --fixstable-state-bg: rgba(191, 74, 53, .18);
    --fixstable-state-border: rgba(255, 170, 160, .36);
    --fixstable-state-glow: rgba(191, 74, 53, .14)
}

.fixstable-status-canceled {
    --fixstable-state-text: #d5deea;
    --fixstable-state-bg: rgba(148, 163, 184, .13);
    --fixstable-state-border: rgba(203, 213, 225, .24);
    --fixstable-state-glow: rgba(0, 0, 0, .08)
}

.fixstable-status-refunded {
    --fixstable-state-text: #d9f5ff;
    --fixstable-state-bg: rgba(68, 170, 204, .14);
    --fixstable-state-border: rgba(140, 220, 245, .28);
    --fixstable-state-glow: rgba(68, 170, 204, .12)
}

.fixstable-status-complete {
    --fixstable-state-text: #fff6cf;
    --fixstable-state-bg: rgba(237, 211, 121, .18);
    --fixstable-state-border: rgba(237, 211, 121, .42);
    --fixstable-state-glow: rgba(237, 211, 121, .18)
}

.fixstable-status-draft {
    --fixstable-state-text: #cfe0ff;
    --fixstable-state-bg: rgba(107, 152, 214, .14);
    --fixstable-state-border: rgba(183, 215, 255, .28);
    --fixstable-state-glow: rgba(107, 152, 214, .12)
}

.fixstable-status-locked {
    --fixstable-state-text: #fff0c2;
    --fixstable-state-bg: rgba(144, 99, 40, .22);
    --fixstable-state-border: rgba(237, 211, 121, .36);
    --fixstable-state-glow: rgba(144, 99, 40, .16)
}

.fixstable-notice {
    display: flex;
    align-items: flex-start;
    gap: .65rem;
    width: fit-content;
    max-width: 100%;
    padding: .72rem .9rem;
    border-radius: 18px;
    border: 1px solid var(--fixstable-state-border);
    background: linear-gradient(135deg, var(--fixstable-state-bg), rgba(255, 255, 255, .035));
    color: var(--fixstable-state-text);
    font-size: .92rem;
    font-weight: 800;
    line-height: 1.35;
    box-shadow: 0 16px 36px var(--fixstable-state-glow), inset 0 1px 0 rgba(255, 255, 255, .04)
}

.fixstable-notice::before {
    content: "";
    width: .6rem;
    height: .6rem;
    margin-top: .28rem;
    flex: 0 0 auto;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 5px var(--fixstable-state-bg)
}

.fixstable-notice-success {
    --fixstable-state-text: #d5ffdf;
    --fixstable-state-bg: rgba(91, 214, 137, .14);
    --fixstable-state-border: rgba(145, 240, 186, .32)
}

.fixstable-notice-warning {
    --fixstable-state-text: #fff1bd;
    --fixstable-state-bg: rgba(237, 211, 121, .13);
    --fixstable-state-border: rgba(237, 211, 121, .32)
}

.fixstable-notice-danger {
    --fixstable-state-text: #ffd2cc;
    --fixstable-state-bg: rgba(191, 74, 53, .18);
    --fixstable-state-border: rgba(255, 170, 160, .36)
}

.fixstable-notice-info {
    --fixstable-state-text: #dbe9ff;
    --fixstable-state-bg: rgba(107, 152, 214, .14);
    --fixstable-state-border: rgba(183, 215, 255, .28)
}

.fixstable-notice-manual-review {
    --fixstable-state-text: #f2dcff;
    --fixstable-state-bg: rgba(155, 99, 214, .15);
    --fixstable-state-border: rgba(213, 169, 255, .34)
}

.fixstable-notice-locked {
    --fixstable-state-text: #fff0c2;
    --fixstable-state-bg: rgba(144, 99, 40, .22);
    --fixstable-state-border: rgba(237, 211, 121, .36)
}

.fixstable-meta-separator {
    color: rgba(255, 255, 255, .38);
    margin: 0 .2rem
}

.definition-card,
.summary-item,
.list-row,
.mini-card,
.panel-item,
.scope-card,
.project-addon-card {
    transition: border-color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease
}

.definition-card:hover,
.list-row:hover,
.project-addon-card:hover {
    border-color: rgba(237, 211, 121, .26);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .2)
}

.summary-item {
    background: linear-gradient(145deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .02));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035)
}

.summary-item strong,
.definition-card h2,
.list-row strong {
    color: #fff8df;
    letter-spacing: -.01em
}

.form-shell input[readonly]:not([type="checkbox"]):not([type="radio"]) {
    border-color: rgba(237, 211, 121, .18);
    background: linear-gradient(135deg, rgba(237, 211, 121, .075), rgba(255, 255, 255, .025));
    color: #fff5cf;
    cursor: default;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035)
}

.form-shell input[readonly]:focus-visible {
    outline: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035)
}

.form-shell input:disabled:not([type="checkbox"]):not([type="radio"]),
.form-shell select:disabled,
.form-shell textarea:disabled {
    opacity: .62;
    cursor: not-allowed;
    background: rgba(15, 22, 34, .55);
    color: rgba(255, 255, 255, .55)
}

.form-shell [aria-invalid="true"],
.form-shell .is-error input,
.form-shell .is-error select,
.form-shell .is-error textarea {
    border-color: rgba(255, 170, 160, .5) !important;
    background: rgba(191, 74, 53, .1) !important
}

.form-shell .field-error,
.validation-error {
    display: block;
    margin: .35rem 0 0;
    color: #ffd2cc;
    font-size: .86rem;
    font-weight: 750
}

.form-shell label:has([required])>span:first-child::after,
.required-marker::after {
    content: " *";
    color: #ffe59b
}

.form-shell .input-note a {
    color: #fff0b5;
    font-weight: 850;
    text-decoration: underline;
    text-decoration-color: rgba(237, 211, 121, .38);
    text-underline-offset: 3px
}

.project-target-fieldset {
    padding: 1rem !important;
    border: 1px solid rgba(237, 211, 121, .16) !important;
    border-radius: 22px;
    background: rgba(255, 255, 255, .025)
}

.project-target-fieldset .input-note {
    margin: 0;
    color: rgba(255, 255, 255, .72)
}

.project-target-fieldset .project-addon-card:has(input:checked) {
    border-color: rgba(237, 211, 121, .42);
    background: linear-gradient(135deg, rgba(237, 211, 121, .12), rgba(255, 255, 255, .035));
    box-shadow: 0 14px 34px rgba(144, 99, 40, .16)
}

.project-quote-panel:not([hidden]) {
    display: grid;
    gap: .85rem;
    padding: .95rem;
    border-radius: 24px;
    border: 1px solid rgba(237, 211, 121, .16);
    background: linear-gradient(180deg, rgba(15, 22, 34, .78), rgba(11, 16, 26, .72));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035)
}

.project-quote-result {
    gap: .65rem
}

.fixstable-quote-card {
    background: linear-gradient(145deg, rgba(237, 211, 121, .09), rgba(255, 255, 255, .025));
    border-color: rgba(237, 211, 121, .2)
}

.fixstable-quote-card strong {
    font-size: 1.02rem;
    color: #fff4c8
}

[data-project-checkout-helper] {
    padding: .65rem .75rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, .025);
    border: 1px dashed rgba(237, 211, 121, .16)
}

.progress-step {
    position: relative;
    overflow: hidden
}

.progress-step::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(237, 211, 121, .24), transparent);
    opacity: .7
}

.progress-step.is-complete {
    border-color: rgba(145, 240, 186, .22);
    background: rgba(91, 214, 137, .08)
}

.progress-step.is-complete .progress-marker {
    background: rgba(91, 214, 137, .14);
    border-color: rgba(145, 240, 186, .28);
    color: #d5ffdf
}

.progress-step.is-active {
    box-shadow: 0 18px 44px rgba(144, 99, 40, .18)
}

body.woocommerce-order-received .woocommerce-order,
body.woocommerce-order-received .woocommerce {
    display: grid;
    gap: 1rem
}

body.woocommerce-order-received .woocommerce-notice,
body.woocommerce-order-received .woocommerce-order-overview,
body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details {
    padding: 1rem 1.1rem;
    border-radius: 22px;
    border: 1px solid var(--line);
    background: rgba(11, 16, 26, .82);
    box-shadow: var(--shadow)
}

body.woocommerce-order-received .woocommerce-notice--success {
    border-color: rgba(145, 240, 186, .28);
    background: rgba(91, 214, 137, .1);
    color: #d5ffdf
}

body.woocommerce-order-received .woocommerce-order-overview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: .8rem;
    list-style: none
}

body.woocommerce-order-received .woocommerce-order-overview li {
    padding: .75rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(255, 255, 255, .07)
}

@media (max-width:720px) {

    .fixstable-notice,
    .status-flag.fixstable-status-badge {
        width: 100%;
        align-items: flex-start
    }

    .fixstable-status-pill {
        white-space: normal
    }

    .definition-card,
    .hero-card,
    .plan-card,
    .project-quote-panel:not([hidden]) {
        border-radius: 22px
    }

    .list-row,
    .summary-item,
    .project-addon-card {
        border-radius: 16px
    }

    .project-addon-card strong {
        display: grid;
        gap: .25rem
    }

    .project-addon-card em {
        white-space: normal
    }

    .cta-links .btn,
    .form-shell .btn {
        width: 100%;
        white-space: normal;
        text-align: center
    }

    .hero-card form.form-shell {
        gap: .78rem
    }

    body.woocommerce-order-received .woocommerce-order-overview {
        grid-template-columns: 1fr
    }
}

.projects-public-hero {
    padding-bottom: 2.2rem
}

.projects-public-hero h1 {
    max-width: 11.5ch
}

.projects-public-hero .hero-copy p {
    max-width: 62ch
}

.projects-hero-actions {
    margin: 0 0 1rem
}

.projects-form-heading {
    display: grid;
    gap: .3rem;
    margin: 0 0 .9rem;
    padding: .95rem 1rem;
    border-radius: 20px;
    border: 1px solid rgba(237, 211, 121, .18);
    background: linear-gradient(135deg, rgba(237, 211, 121, .09), rgba(255, 255, 255, .025))
}

.projects-form-heading strong {
    color: #fff6d1;
    font-size: 1.05rem
}

.projects-form-heading p {
    margin: 0;
    color: var(--muted);
    line-height: 1.45
}

.projects-landing-section {
    padding: 1rem 0 2.3rem
}

.projects-history-section {
    padding: 1.25rem 0 3rem
}

.projects-history-card {
    max-width: 1120px;
    margin: 0 auto
}

.projects-history-card-inline {
    max-width: none;
    margin: 1.55rem 0 0;
    box-shadow: 0 22px 70px rgba(0, 0, 0, .22)
}

.projects-history-heading {
    display: grid;
    gap: .3rem;
    margin-bottom: 1rem
}

.projects-history-heading h2 {
    margin: 0
}

.projects-history-heading p,
.projects-empty-state {
    margin: 0;
    color: var(--muted);
    line-height: 1.55
}

.projects-history-list .list-row {
    background: rgba(255, 255, 255, .035)
}

.projects-section-heading {
    display: grid;
    gap: .7rem;
    max-width: 780px
}

.projects-section-heading h2 {
    margin: 0;
    font-size: clamp(1.85rem, 3vw, 3rem);
    line-height: 1;
    letter-spacing: -.04em
}

.projects-section-heading .eyebrow {
    width: max-content;
    margin: 0
}

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

.projects-example-card {
    min-height: 118px;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(145deg, rgba(255, 255, 255, .045), rgba(237, 211, 121, .055))
}

.projects-example-card h3 {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.18;
    color: #fff4c8
}

.projects-compare-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    align-items: stretch
}

.projects-step-track {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    display: grid
}

.projects-step-track .progress-step {
    grid-template-columns: 42px 1fr;
    align-content: start;
    min-height: 132px
}

.projects-trust-section {
    padding-bottom: 3.4rem
}

.projects-trust-note {
    max-width: 980px;
    margin-inline: auto
}

.projects-trust-note strong {
    font-size: 1.08rem
}

@media (max-width:1120px) {
    .projects-example-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .projects-step-track {
        grid-template-columns: 1fr
    }

    .projects-step-track .progress-step {
        min-height: auto
    }
}

@media (max-width:720px) {
    .projects-public-hero {
        padding-left: .625rem;
        padding-right: .625rem
    }

    .projects-public-hero,
    .projects-public-hero * {
        max-width: 100%
    }

    .projects-public-hero .container {
        width: 100%;
        max-width: 100%;
        margin-inline: auto
    }

    .projects-public-hero .hero-grid {
        display: block;
        width: 100%;
        min-width: 0;
        overflow: hidden
    }

    .projects-public-hero .hero-copy,
    .projects-public-hero .hero-card {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        overflow: hidden
    }

    .projects-public-hero .hero-card {
        margin-top: 2rem
    }

    .projects-public-hero h1 {
        max-width: 12ch;
        font-size: clamp(2.4rem, 13vw, 3.3rem);
        overflow-wrap: anywhere
    }

    .projects-public-hero .hero-copy p,
    .projects-form-heading p {
        width: 100%;
        max-width: 32ch;
        overflow-wrap: anywhere
    }

    .projects-hero-actions {
        display: grid;
        gap: .7rem
    }

    .projects-hero-actions .btn {
        width: 100%;
        min-width: 0
    }

    .projects-public-hero .request-rule-strip {
        max-width: 100%;
        overflow: hidden
    }

    .projects-example-grid,
    .projects-compare-grid {
        grid-template-columns: 1fr
    }

    .projects-landing-section {
        padding: 1rem 0 1.7rem
    }

    .projects-section-heading h2 {
        font-size: clamp(1.65rem, 8vw, 2.25rem)
    }

    .projects-example-card {
        min-height: auto
    }

    .projects-form-heading {
        border-radius: 18px
    }
}

.stack-profile-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(11, 16, 26, .9), rgba(237, 211, 121, .055));
    border-color: rgba(237, 211, 121, .18)
}

.stack-profile-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 12% 0, rgba(237, 211, 121, .16), transparent 34%);
    pointer-events: none
}

.stack-profile-card>* {
    position: relative
}

.stack-profile-card-compact {
    padding: 1rem;
    border-radius: 22px
}

.stack-card-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .85rem
}

.stack-card-heading h2 {
    margin: 0 0 .25rem
}

.stack-card-heading p {
    margin: 0;
    color: var(--muted);
    max-width: 62ch
}

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

.stack-profile-card-compact .stack-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .72rem
}

.stack-profile-card-compact .summary-item {
    padding: .86rem .9rem
}

.stack-profile-card-compact .summary-item strong {
    font-size: .88rem;
    line-height: 1.2
}

.stack-profile-card-compact .summary-item p {
    font-size: .9rem;
    line-height: 1.35
}

.stack-command-grid .definition-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, .04), rgba(237, 211, 121, .035))
}

.readonly-summary-item {
    background: linear-gradient(135deg, rgba(237, 211, 121, .08), rgba(255, 255, 255, .025));
    border-color: rgba(237, 211, 121, .18)
}

.readonly-summary-item p {
    color: #fff5cf
}

.stack-profile-form {
    gap: 1rem
}

.stack-tool-category-list {
    display: grid;
    gap: 1.1rem;
    margin-top: 1rem
}

.stack-tool-category {
    display: grid;
    gap: .75rem
}

.stack-tool-category h3 {
    margin: 0;
    color: #fff4c8;
    font-size: 1.05rem
}

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

.stack-tool-card {
    display: grid;
    gap: .65rem;
    padding: 1rem;
    border-radius: 20px;
    border: 1px solid rgba(237, 211, 121, .14);
    background: rgba(15, 22, 34, .72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035)
}

.stack-tool-card:focus-within,
.stack-tool-card:hover {
    border-color: rgba(237, 211, 121, .3);
    background: rgba(237, 211, 121, .06)
}

.stack-tool-use {
    display: flex !important;
    align-items: center;
    gap: .65rem;
    color: #fff6d1 !important
}

.stack-tool-use input {
    accent-color: #edd379
}

.stack-tool-card textarea {
    min-height: 86px
}

.stack-context-panel {
    grid-column: 1/-1;
    background: linear-gradient(145deg, rgba(11, 16, 26, .92), rgba(237, 211, 121, .045))
}

.attachment-list {
    margin-top: 1rem
}

.attachment-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: .8rem
}

.attachment-row p {
    font-size: .88rem
}

.context-upload-form {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 20px;
    border: 1px dashed rgba(237, 211, 121, .22);
    background: rgba(255, 255, 255, .025)
}

.context-upload-form input[type="file"] {
    padding: .85rem;
    border-radius: 14px;
    border: 1px solid rgba(237, 211, 121, .16);
    background: rgba(15, 22, 34, .72);
    color: var(--muted-strong)
}

.context-upload-form input[type="file"]::file-selector-button {
    margin-right: .75rem;
    padding: .55rem .75rem;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--danger), var(--danger-2));
    color: var(--accent-ink);
    font-weight: 850;
    cursor: pointer
}

.customer-account-panel a[href*="customer/account"] {
    color: #fff4c8
}

[data-covered-stack-summary][hidden] {
    display: none !important
}

@media (max-width:980px) {

    .stack-summary-grid,
    .stack-tool-grid {
        grid-template-columns: 1fr
    }

    .stack-card-heading {
        display: grid
    }

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

@media (max-width:720px) {

    .stack-profile-card-compact,
    .context-upload-form,
    .stack-tool-card {
        border-radius: 18px
    }

    .attachment-row {
        grid-template-columns: 1fr
    }

    .stack-card-heading .fixstable-status-pill {
        width: 100%
    }
}

@media (max-width:720px) {
    .topbar ~ main .hero {
        overflow: hidden
    }

    .topbar ~ main .hero .container {
        width: calc(100vw - 1.25rem);
        max-width: calc(100vw - 1.25rem)
    }

    .topbar ~ main .hero-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.45rem;
        min-width: 0;
        max-width: 100%
    }

    .topbar ~ main .hero-grid>*,
    .topbar ~ main .hero-copy,
    .topbar ~ main .hero-card,
    .topbar ~ main .definition-card,
    .topbar ~ main .summary-item,
    .topbar ~ main .list-row,
    .topbar ~ main .stack-context-panel,
    .topbar ~ main .stack-profile-card {
        min-width: 0;
        max-width: 100%
    }

    .topbar ~ main .hero-copy h1,
    .topbar ~ main .hero-copy p,
    .topbar ~ main .definition-card,
    .topbar ~ main .definition-card p,
    .topbar ~ main .summary-item,
    .topbar ~ main .summary-item p,
    .topbar ~ main .list-row,
    .topbar ~ main .list-row p {
        max-width: 100%;
        overflow-wrap: anywhere
    }

    .topbar ~ main .hero-copy h1 {
        max-width: 8.8ch;
        font-size: clamp(2.2rem, 10.5vw, 3.05rem);
        line-height: .96;
        letter-spacing: -.045em;
        word-break: normal;
        overflow-wrap: break-word
    }

    .topbar ~ main .hero-copy p {
        max-width: 32ch;
        font-size: 1.02rem;
        line-height: 1.45;
        white-space: normal;
        word-break: normal;
        overflow-wrap: break-word
    }

    .topbar ~ main .fixstable-notice,
    .topbar ~ main .definition-card p,
    .topbar ~ main .summary-item p,
    .topbar ~ main .list-row p,
    .topbar ~ main .input-note {
        white-space: normal;
        word-break: normal;
        overflow-wrap: break-word
    }

    .topbar ~ main .hero-card {
        padding: 1rem
    }

    .topbar ~ main .progress-step {
        grid-template-columns: 42px minmax(0, 1fr)
    }

    .topbar ~ main .cta-links {
        display: grid;
        gap: .7rem
    }
}

@media (max-width:420px) {
    .topbar ~ main .hero-copy h1 {
        max-width: 8.4ch;
        font-size: clamp(2.05rem, 10.5vw, 2.85rem)
    }

    .topbar ~ main .eyebrow {
        max-width: 100%;
        white-space: normal
    }
}

.card-heading-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: .35rem
}

.card-heading-row h2 {
    margin: 0
}

.stack-profile-section-nav {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-bottom: 1rem;
    padding: .75rem .85rem;
    border-radius: 18px;
    border: 1px solid rgba(237, 211, 121, .16);
    background: rgba(15, 22, 34, .55)
}

.stack-profile-section-nav a {
    display: inline-flex;
    align-items: center;
    padding: .45rem .8rem;
    border-radius: 999px;
    border: 1px solid rgba(237, 211, 121, .18);
    color: #fff4c8;
    font-size: .92rem;
    text-decoration: none
}

.stack-profile-section-nav a:hover,
.stack-profile-section-nav a:focus-visible {
    border-color: rgba(237, 211, 121, .42);
    background: rgba(237, 211, 121, .08)
}

.stack-profile-panel {
    scroll-margin-top: 6rem
}

.stack-profile-collapsible {
    display: block
}

.stack-profile-collapsible>summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    cursor: pointer;
    list-style: none
}

.stack-profile-collapsible>summary::-webkit-details-marker {
    display: none
}

.stack-profile-collapsible>summary::after {
    content: "+";
    color: #edd379;
    font-size: 1.2rem;
    line-height: 1
}

.stack-profile-collapsible[open]>summary::after {
    content: "−"
}

.stack-profile-collapsible>summary h2 {
    margin: 0
}

.stack-profile-panel-body {
    margin-top: 1rem
}

.stack-tool-category-details {
    border: 1px solid rgba(237, 211, 121, .14);
    border-radius: 18px;
    background: rgba(15, 22, 34, .45);
    overflow: hidden
}

.stack-tool-category-details>summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .85rem 1rem;
    cursor: pointer;
    list-style: none
}

.stack-tool-category-details>summary::-webkit-details-marker {
    display: none
}

.stack-tool-category-details>summary::after {
    content: "+";
    color: #edd379;
    font-size: 1.1rem;
    line-height: 1;
    flex-shrink: 0
}

.stack-tool-category-details[open]>summary::after {
    content: "−"
}

.stack-tool-category-summary {
    color: #fff4c8;
    font-size: 1.05rem;
    font-weight: 600
}

.stack-tool-category-meta {
    color: rgba(255, 244, 200, .72);
    font-size: .88rem;
    margin-left: auto;
    margin-right: .35rem
}

.stack-tool-category-details .stack-tool-grid {
    padding: 0 1rem 1rem
}

.projects-history-expand {
    margin-top: .85rem;
    border: 1px solid rgba(237, 211, 121, .16);
    border-radius: 16px;
    background: rgba(15, 22, 34, .45);
    overflow: hidden
}

.projects-history-expand>summary {
    cursor: pointer;
    padding: .75rem 1rem;
    color: #fff4c8;
    font-weight: 700;
    list-style: none
}

.projects-history-expand>summary::-webkit-details-marker {
    display: none
}

.projects-history-expand .projects-history-list {
    padding: 0 1rem 1rem
}

@media (max-width:720px) {

    .stack-profile-section-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .5rem;
        padding: .65rem
    }

    .stack-profile-section-nav a {
        justify-content: center;
        text-align: center;
        font-size: .86rem;
        padding: .5rem .55rem
    }

    .stack-profile-panel,
    .stack-profile-collapsible,
    .stack-tool-category-details {
        scroll-margin-top: 5rem
    }

    .stack-tool-category-meta {
        display: none
    }

    .stack-tool-category-details>summary {
        flex-wrap: wrap;
        gap: .35rem
    }

    .card-heading-row {
        flex-direction: column;
        align-items: flex-start
    }

    .customer-membership-page .membership-card-heading,
    .customer-membership-page .membership-current-card .summary-grid {
        display: grid;
        gap: .65rem
    }

    .customer-membership-grid {
        gap: 1rem
    }

    .projects-history-card-inline {
        margin-top: 1rem
    }

    .projects-history-heading h2 {
        font-size: 1.15rem
    }

    .request-rule-strip-wide span {
        line-height: 1.45
    }

    .directory-link {
        flex-wrap: wrap;
        gap: .35rem
    }

    .directory-link small {
        margin-left: 0
    }

    .tip-row {
        display: grid;
        gap: .65rem
    }

    .hero-actions {
        display: grid;
        gap: .7rem
    }

    .hero-actions .btn {
        width: 100%
    }
}
