:root {
    --home-ink: #08111f;
    --home-ink-soft: #172335;
    --home-text: #243244;
    --home-muted: #637083;
    --home-line: #dce3e8;
    --home-soft: #f4f7f8;
    --home-cyan: #12c7d8;
    --home-cyan-dark: #087b88;
    --home-green: #0c9b73;
    --home-orange: #e98224;
    --home-blue: #2563eb;
}

.home-page {
    margin: 0;
    background: #fff;
    color: var(--home-ink);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.home-page ::selection {
    background: var(--home-cyan-dark);
    color: #fff;
}

.animate-spin {
    animation: home-spin .8s linear infinite;
}

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

.home-container {
    width: min(calc(100% - 32px), 1280px);
    margin-inline: auto;
}

.home-section {
    padding: 88px 0;
}

.home-kicker {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    color: var(--home-cyan-dark);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.home-kicker-light {
    color: #baf5f8;
}

.home-section-heading h2,
.home-trail-heading h2,
.home-ai-copy h2,
.home-commercial-layout > div:first-child h2,
.home-apps-layout > div:first-child h2,
.home-partners-layout h2,
.home-faq-layout > div:first-child h2,
.home-final-cta h2 {
    margin: 0;
    color: var(--home-ink);
    font-size: clamp(34px, 4.4vw, 58px);
    font-weight: 900;
    line-height: 1.04;
    letter-spacing: 0;
}

.home-section-heading-split {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .65fr);
    align-items: end;
    gap: 64px;
    margin-bottom: 42px;
}

.home-section-heading-split > p,
.home-section-heading-split .home-plan-heading-action > p,
.home-section-heading-center > p {
    margin: 0;
    color: var(--home-muted);
    font-size: 17px;
    font-weight: 650;
    line-height: 1.75;
}

.home-section-heading-center {
    max-width: 800px;
    margin: 0 auto 42px;
    text-align: center;
}

.home-section-heading-center .home-kicker {
    justify-content: center;
}

.home-section-heading-center > p {
    max-width: 690px;
    margin: 18px auto 0;
}

.home-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid transparent;
    border-radius: 7px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.home-button:active {
    transform: scale(.985);
}

.home-button-accent {
    background: var(--home-cyan);
    color: var(--home-ink);
}

.home-button-accent:hover {
    background: #50dbe4;
}

.home-button-light {
    background: #fff;
    color: var(--home-ink);
}

.home-button-light:hover {
    background: #eef3f5;
}

.home-button-dark {
    background: var(--home-ink);
    color: #fff;
}

.home-button-dark:hover {
    background: var(--home-ink-soft);
}

.home-button-outline {
    border-color: rgba(255, 255, 255, .3);
    background: transparent;
    color: #fff;
}

.home-button-outline:hover {
    background: rgba(255, 255, 255, .1);
}

.home-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--home-ink);
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.home-text-link:hover {
    color: var(--home-cyan-dark);
}

.home-hero {
    position: relative;
    min-height: min(900px, 92svh);
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 116px 0 56px;
    background: var(--home-ink);
}

.home-hero-image,
.home-hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.home-hero-image {
    object-fit: cover;
    object-position: center;
}

.home-hero-shade {
    background: rgba(8, 17, 31, .54);
}

.home-hero-inner {
    position: relative;
    z-index: 1;
}

.home-hero-copy {
    max-width: 690px;
}

.home-hero h1 {
    max-width: 680px;
    margin: 0;
    color: #fff;
    font-size: clamp(48px, 6.4vw, 82px);
    font-weight: 900;
    line-height: .98;
    letter-spacing: 0;
}

.home-hero-statement {
    max-width: 640px;
    margin: 24px 0 0;
    color: #fff;
    font-size: clamp(23px, 2.2vw, 31px);
    font-weight: 900;
    line-height: 1.2;
}

.home-hero-description {
    max-width: 620px;
    margin: 15px 0 0;
    color: #e3e9ee;
    font-size: 17px;
    font-weight: 650;
    line-height: 1.7;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.home-hero-notes {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    margin-top: 24px;
    color: #e8eef2;
    font-size: 12px;
    font-weight: 800;
}

.home-hero-notes span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.home-hero-notes i {
    color: #7ce7c1;
    font-size: 16px;
}

.home-proof-strip {
    border-bottom: 1px solid var(--home-line);
    background: #fff;
}

.home-proof-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.home-proof-grid > div {
    min-height: 92px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px;
    border-right: 1px solid var(--home-line);
}

.home-proof-grid > div:first-child {
    border-left: 1px solid var(--home-line);
}

.home-proof-grid i {
    color: var(--home-cyan-dark);
    font-size: 23px;
}

.home-proof-grid span {
    display: grid;
    gap: 3px;
    color: var(--home-muted);
    font-size: 12px;
    font-weight: 700;
}

.home-proof-grid strong {
    color: var(--home-ink);
    font-size: 14px;
    font-weight: 900;
}

.home-venue-section {
    background: #fff;
}

.home-venue-shell {
    overflow: hidden;
    border: 1px solid var(--home-line);
    border-radius: 8px;
    background: var(--home-soft);
}

.home-segmented {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-bottom: 1px solid var(--home-line);
    background: #fff;
}

.home-segmented button {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-right: 1px solid var(--home-line);
    background: #fff;
    color: #5a6879;
    font-size: 14px;
    font-weight: 850;
    cursor: pointer;
}

.home-segmented button:last-child {
    border-right: 0;
}

.home-segmented button:hover {
    color: var(--home-ink);
    background: #f7fafb;
}

.home-segmented button[aria-selected="true"] {
    color: var(--home-ink);
    background: #e9fbfc;
    box-shadow: inset 0 -3px 0 var(--home-cyan);
}

.home-segmented button i {
    font-size: 20px;
}

.home-venue-panel {
    min-height: 300px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .7fr);
    gap: 70px;
    align-items: center;
    padding: 52px;
}

.home-venue-panel[hidden] {
    display: none;
}

.home-venue-copy > p {
    margin: 0 0 10px;
    color: var(--home-cyan-dark);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.home-venue-copy h3 {
    max-width: 650px;
    margin: 0;
    color: var(--home-ink);
    font-size: clamp(28px, 3.2vw, 42px);
    font-weight: 900;
    line-height: 1.08;
}

.home-venue-copy > div {
    max-width: 650px;
    margin-top: 16px;
    color: var(--home-muted);
    font-size: 16px;
    font-weight: 650;
    line-height: 1.7;
}

.home-venue-panel ul,
.home-product-copy ul,
.home-modal-dialog aside ul,
.home-plan-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-venue-panel li,
.home-product-copy li,
.home-modal-dialog aside li,
.home-plan-card li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--home-text);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.5;
}

.home-venue-panel li + li,
.home-product-copy li + li,
.home-modal-dialog aside li + li,
.home-plan-card li + li {
    margin-top: 14px;
}

.home-venue-panel li i,
.home-product-copy li i,
.home-modal-dialog aside li i,
.home-plan-card li i {
    margin-top: 2px;
    color: var(--home-green);
}

.home-product-section {
    background: var(--home-soft);
}

.home-product-tour {
    overflow: hidden;
    border: 1px solid var(--home-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(8, 17, 31, .09);
}

.home-product-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-bottom: 1px solid var(--home-line);
}

.home-product-tabs button {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-right: 1px solid var(--home-line);
    background: #fff;
    color: #637083;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
}

.home-product-tabs button:last-child {
    border-right: 0;
}

.home-product-tabs button:hover {
    background: #f8fafb;
    color: var(--home-ink);
}

.home-product-tabs button[aria-selected="true"] {
    background: var(--home-ink);
    color: #fff;
}

.home-product-tabs i {
    font-size: 19px;
}

.home-product-panel {
    display: grid;
    grid-template-columns: minmax(310px, .72fr) minmax(0, 1.5fr);
    gap: 42px;
    align-items: center;
    min-height: 620px;
    padding: 42px;
}

.home-product-panel[hidden] {
    display: none;
}

.home-product-copy h3 {
    margin: 0;
    color: var(--home-ink);
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 900;
    line-height: 1.06;
}

.home-product-copy > p:not(.home-kicker) {
    margin: 18px 0 26px;
    color: var(--home-muted);
    font-size: 15px;
    font-weight: 650;
    line-height: 1.75;
}

.home-ui-frame {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #d9e1e6;
    border-radius: 8px;
    background: #f5f7f8;
    box-shadow: 0 24px 54px rgba(8, 17, 31, .13);
}

.home-ui-topbar,
.home-dashboard-nav {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 14px;
    border-bottom: 1px solid #dce3e8;
    background: #fff;
}

.home-ui-topbar > div,
.home-dashboard-nav {
    display: flex;
    align-items: center;
}

.home-ui-topbar > div {
    gap: 10px;
}

.home-ui-logo {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: var(--home-ink);
    color: #fff;
    flex: 0 0 auto;
}

.home-ui-topbar small,
.home-ui-topbar strong,
.home-dashboard-nav small,
.home-dashboard-nav strong {
    display: block;
}

.home-ui-topbar small,
.home-dashboard-nav small {
    color: #8a96a5;
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
}

.home-ui-topbar strong,
.home-dashboard-nav strong {
    color: var(--home-ink);
    font-size: 12px;
    font-weight: 900;
}

.home-status {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-radius: 6px;
    padding: 0 9px;
    background: #eef2f4;
    color: #5a6879;
    font-size: 9px;
    font-weight: 900;
}

.home-status-live {
    background: #dcfce7;
    color: #087a55;
}

.home-pos-body {
    min-height: 474px;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 190px;
}

.home-pos-rail {
    padding: 10px 4px;
    border-right: 1px solid #dce3e8;
    background: #fff;
}

.home-pos-rail span {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 6px;
    border-radius: 6px;
    color: #6e7a8a;
}

.home-pos-rail span.is-active {
    background: #e5fbfc;
    color: var(--home-cyan-dark);
}

.home-pos-catalog {
    min-width: 0;
    padding: 12px;
}

.home-pos-categories {
    display: flex;
    gap: 6px;
    overflow: hidden;
    padding-bottom: 11px;
    border-bottom: 1px solid #dde4e8;
}

.home-pos-categories span {
    flex: 0 0 auto;
    border-radius: 6px;
    padding: 7px 11px;
    background: #fff;
    color: #5c6878;
    font-size: 8px;
    font-weight: 900;
}

.home-pos-categories span.is-active {
    background: var(--home-ink);
    color: #fff;
}

.home-pos-catalog > p {
    margin: 14px 0 9px;
    color: #8a96a5;
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
}

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

.home-product-grid > div {
    min-height: 104px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 9px;
    border: 1px solid #dce3e8;
    border-radius: 7px;
    background: #fff;
}

.home-product-grid i {
    margin-bottom: auto;
    color: #9aa5b1;
    font-size: 19px;
}

.home-product-grid span {
    color: var(--home-ink);
    font-size: 9px;
    font-weight: 900;
}

.home-product-grid strong {
    margin-top: 3px;
    color: var(--home-blue);
    font-size: 11px;
}

.home-pos-cart {
    display: flex;
    flex-direction: column;
    padding: 12px;
    border-left: 1px solid #dce3e8;
    background: #fff;
}

.home-pos-customer {
    padding-bottom: 11px;
    border-bottom: 1px solid #e8edef;
}

.home-pos-customer small,
.home-pos-customer strong {
    display: block;
}

.home-pos-customer small {
    color: #8a96a5;
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
}

.home-pos-customer strong {
    margin-top: 3px;
    color: var(--home-ink);
    font-size: 11px;
}

.home-cart-lines {
    padding: 13px 0;
}

.home-cart-lines p,
.home-cart-total p {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin: 0 0 8px;
    color: #3e4c5d;
    font-size: 9px;
    font-weight: 750;
}

.home-cart-lines small {
    display: block;
    color: #8995a3;
    font-size: 8px;
    line-height: 1.4;
}

.home-cart-total {
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #dce3e8;
}

.home-cart-total > div {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 14px;
}

.home-cart-total > div span {
    color: #7c8897;
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
}

.home-cart-total > div strong {
    color: var(--home-ink);
    font-size: 20px;
}

.home-cart-total section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-top: 12px;
}

.home-cart-total b {
    border-radius: 6px;
    padding: 10px 5px;
    background: var(--home-green);
    color: #fff;
    text-align: center;
    font-size: 9px;
}

.home-cart-total b:last-child {
    background: #4f46e5;
}

.home-kds-preview {
    min-height: 536px;
    background: #e9edf0;
}

.home-kds-header {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    background: var(--home-ink);
    color: #fff;
}

.home-kds-header small,
.home-kds-header strong {
    display: block;
}

.home-kds-header small {
    color: #9eabb9;
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
}

.home-kds-header strong {
    margin-top: 2px;
    font-size: 13px;
}

.home-kds-header > div:last-child {
    display: flex;
    gap: 6px;
}

.home-kds-header span {
    border-radius: 6px;
    padding: 7px 9px;
    background: rgba(255, 255, 255, .1);
    font-size: 8px;
    font-weight: 900;
}

.home-kds-board {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: 9px;
    padding: 10px;
}

.home-ticket {
    overflow: hidden;
    border-top: 5px solid #52d3df;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(8, 17, 31, .08);
}

.home-ticket-warning {
    border-top-color: #f59e0b;
}

.home-ticket-ready {
    border-top-color: #10b981;
}

.home-ticket header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding: 9px;
    border-bottom: 1px solid #e3e8eb;
}

.home-ticket header span {
    color: var(--home-ink);
    font-size: 8px;
    font-weight: 900;
}

.home-ticket button {
    min-height: 25px;
    border: 0;
    border-radius: 5px;
    padding: 0 7px;
    background: var(--home-ink);
    color: #fff;
    font-size: 7px;
    font-weight: 900;
}

.home-ticket-time {
    margin: 0;
    padding: 6px 9px;
    background: #f4f7f8;
    color: #6c7888;
    font-size: 8px;
    font-weight: 900;
}

.home-ticket > div {
    padding: 11px 9px;
    border-top: 1px solid #e8edef;
}

.home-ticket > div strong,
.home-ticket > div small {
    display: block;
}

.home-ticket > div strong {
    color: var(--home-ink);
    font-size: 10px;
}

.home-ticket > div small {
    min-height: 22px;
    margin-top: 4px;
    color: #a15b07;
    font-size: 8px;
    font-weight: 800;
    line-height: 1.35;
}

.home-ticket > div button {
    width: 100%;
    margin-top: 8px;
    background: #eef2f4;
    color: #344254;
}

.home-stock-preview,
.home-roster-preview {
    min-height: 536px;
    background: #f5f7f8;
}

.home-dashboard-nav {
    justify-content: flex-start;
    gap: 10px;
}

.home-dashboard-nav > .home-status {
    margin-left: auto;
}

.home-stock-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    padding: 12px;
}

.home-stock-metrics > div {
    min-height: 100px;
    padding: 13px;
    border: 1px solid #dce3e8;
    border-radius: 7px;
    background: #fff;
}

.home-stock-metrics small,
.home-stock-metrics strong,
.home-stock-metrics span {
    display: block;
}

.home-stock-metrics small {
    color: #7c8998;
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
}

.home-stock-metrics strong {
    margin-top: 9px;
    color: var(--home-ink);
    font-size: 22px;
}

.home-stock-metrics span {
    margin-top: 4px;
    color: #758293;
    font-size: 8px;
    font-weight: 750;
}

.home-stock-main {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(190px, .75fr);
    gap: 9px;
    padding: 0 12px 12px;
}

.home-stock-chart,
.home-stock-list {
    min-height: 300px;
    padding: 14px;
    border: 1px solid #dce3e8;
    border-radius: 7px;
    background: #fff;
}

.home-stock-chart header,
.home-stock-list header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.home-stock-chart header strong,
.home-stock-list header strong {
    color: var(--home-ink);
    font-size: 11px;
}

.home-stock-chart header span,
.home-stock-list header span {
    color: #81909e;
    font-size: 8px;
    font-weight: 800;
}

.home-bars {
    height: 190px;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    gap: 10px;
    padding: 20px 7px 0;
    border-bottom: 1px solid #dce3e8;
}

.home-bars i {
    width: 22px;
    height: var(--bar);
    display: block;
    border-radius: 4px 4px 0 0;
    background: var(--home-cyan-dark);
}

.home-bar-labels {
    display: flex;
    justify-content: space-around;
    padding: 7px 7px 0;
    color: #81909e;
    font-size: 8px;
    font-weight: 900;
}

.home-stock-list p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #e5eaed;
}

.home-stock-list p span,
.home-stock-list p b,
.home-stock-list p small {
    display: block;
}

.home-stock-list p b {
    color: var(--home-ink);
    font-size: 9px;
}

.home-stock-list p small {
    margin-top: 3px;
    color: #84919f;
    font-size: 7px;
}

.home-stock-list p em {
    border-radius: 5px;
    padding: 5px 6px;
    background: #fff7ed;
    color: #b45309;
    font-size: 8px;
    font-style: normal;
    font-weight: 900;
}

.home-roster-top {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 14px;
    border-bottom: 1px solid #dce3e8;
    background: #fff;
}

.home-roster-top small,
.home-roster-top strong {
    display: block;
}

.home-roster-top small {
    color: #84909e;
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
}

.home-roster-top strong {
    color: var(--home-ink);
    font-size: 13px;
}

.home-roster-top button {
    min-height: 34px;
    border: 0;
    border-radius: 6px;
    padding: 0 13px;
    background: var(--home-ink);
    color: #fff;
    font-size: 9px;
    font-weight: 900;
}

.home-roster-grid {
    margin: 12px;
    overflow: hidden;
    border: 1px solid #dce3e8;
    border-radius: 7px;
    background: #fff;
}

.home-roster-head,
.home-roster-row {
    display: grid;
    grid-template-columns: 105px repeat(5, minmax(0, 1fr));
}

.home-roster-head {
    background: var(--home-ink);
    color: #fff;
}

.home-roster-head span,
.home-roster-row > strong,
.home-roster-row > span {
    min-width: 0;
    min-height: 50px;
    display: flex;
    align-items: center;
    padding: 6px;
    border-right: 1px solid #e2e7ea;
    font-size: 8px;
}

.home-roster-head span {
    border-right-color: rgba(255, 255, 255, .12);
    font-weight: 900;
}

.home-roster-row {
    border-top: 1px solid #e2e7ea;
}

.home-roster-row > strong {
    color: var(--home-ink);
    font-weight: 900;
}

.home-roster-row > span {
    justify-content: center;
    color: #526173;
    text-align: center;
    font-weight: 850;
}

.home-roster-row > span:not(:empty) {
    min-height: 34px;
    margin: 7px 4px;
    border: 0;
    border-radius: 5px;
}

.shift-blue {
    background: #dbeafe;
    color: #1d4ed8 !important;
}

.shift-green {
    background: #dcfce7;
    color: #047857 !important;
}

.shift-amber {
    background: #ffedd5;
    color: #b45309 !important;
}

.shift-slate {
    background: #eef2f4;
    color: #526173 !important;
}

.home-roster-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 12px 12px;
}

.home-roster-footer span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-radius: 5px;
    padding: 6px 8px;
    background: #fff;
    color: #576577;
    font-size: 8px;
    font-weight: 850;
}

.home-roster-footer i {
    color: var(--home-cyan-dark);
}

.home-trail-section {
    background: var(--home-ink);
    color: #fff;
}

.home-trail-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .7fr);
    align-items: end;
    gap: 64px;
}

.home-trail-heading .home-kicker {
    grid-column: 1 / -1;
    margin-bottom: -46px;
}

.home-trail-heading h2 {
    color: #fff;
}

.home-trail-heading > p:last-child {
    margin: 0;
    color: #aebac6;
    font-size: 16px;
    font-weight: 650;
    line-height: 1.7;
}

.home-trail-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 48px 0 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, .18);
    list-style: none;
}

.home-trail-list li {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 12px;
    padding: 26px 20px 0 0;
}

.home-trail-list li + li {
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, .18);
}

.home-trail-list li > span {
    color: #7ce5ec;
    font-size: 12px;
    font-weight: 900;
}

.home-trail-list strong {
    font-size: 17px;
    font-weight: 900;
}

.home-trail-list p {
    margin: 7px 0 0;
    color: #aebac6;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.6;
}

.home-ai-section {
    background: #fff;
}

.home-ai-layout {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr);
    align-items: center;
    gap: 80px;
}

.home-ai-copy > p:not(.home-kicker) {
    margin: 20px 0 24px;
    color: var(--home-muted);
    font-size: 16px;
    font-weight: 650;
    line-height: 1.75;
}

.home-ai-chat {
    padding: 18px;
    border: 1px solid var(--home-line);
    border-radius: 8px;
    background: var(--home-soft);
    box-shadow: 0 24px 64px rgba(8, 17, 31, .1);
}

.home-ai-chat-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--home-line);
}

.home-ai-avatar {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: var(--home-ink);
    color: var(--home-cyan);
    font-size: 20px;
}

.home-ai-chat-head small,
.home-ai-chat-head strong {
    display: block;
}

.home-ai-chat-head small {
    color: #7a8796;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.home-ai-chat-head strong {
    color: var(--home-ink);
    font-size: 13px;
}

.home-ai-chat-head .home-status {
    margin-left: auto;
}

.home-ai-message {
    max-width: 84%;
    margin-top: 16px;
    padding: 13px 14px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6;
}

.home-ai-message-user {
    margin-left: auto;
    background: var(--home-ink);
    color: #fff;
}

.home-ai-message-assistant {
    border: 1px solid var(--home-line);
    background: #fff;
    color: var(--home-text);
}

.home-ai-message-assistant strong {
    color: var(--home-ink);
}

.home-ai-message-assistant p {
    margin: 6px 0;
}

.home-ai-message-assistant small {
    color: #7f8b99;
    font-size: 9px;
    font-weight: 800;
}

.home-ai-composer {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 17px;
    padding: 0 10px 0 14px;
    border: 1px solid var(--home-line);
    border-radius: 7px;
    background: #fff;
    color: #8995a3;
    font-size: 12px;
    font-weight: 700;
}

.home-ai-composer i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: var(--home-ink);
    color: #fff;
}

.home-onboarding-section {
    border-block: 1px solid var(--home-line);
    background: var(--home-soft);
}

.home-onboarding-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    border-block: 1px solid var(--home-line);
    list-style: none;
}

.home-onboarding-steps li {
    min-height: 190px;
    padding: 27px 24px;
}

.home-onboarding-steps li + li {
    border-left: 1px solid var(--home-line);
}

.home-onboarding-steps li > span {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--home-ink);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.home-onboarding-steps strong {
    display: block;
    margin-top: 20px;
    color: var(--home-ink);
    font-size: 15px;
    font-weight: 900;
}

.home-onboarding-steps p {
    margin: 8px 0 0;
    color: var(--home-muted);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.6;
}

.home-onboarding-actions {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 30px;
}

.home-commercial-section {
    background: #fff;
}

.home-commercial-layout {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(420px, 1.22fr);
    gap: 80px;
    align-items: start;
}

.home-commercial-layout > div:first-child {
    position: sticky;
    top: 110px;
}

.home-commercial-layout > div:first-child > p:last-child {
    margin: 20px 0 0;
    color: var(--home-muted);
    font-size: 16px;
    font-weight: 650;
    line-height: 1.75;
}

.home-commercial-list {
    border-block: 1px solid var(--home-line);
}

.home-commercial-list article {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    padding: 24px 0;
}

.home-commercial-list article + article {
    border-top: 1px solid var(--home-line);
}

.home-commercial-list article > i {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: #e7f9fa;
    color: var(--home-cyan-dark);
    font-size: 22px;
}

.home-commercial-list h3 {
    margin: 0;
    color: var(--home-ink);
    font-size: 16px;
    font-weight: 900;
}

.home-commercial-list p {
    margin: 6px 0 0;
    color: var(--home-muted);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.65;
}

.home-apps-section {
    background: #152437;
    color: #fff;
}

.home-apps-layout {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
    align-items: center;
    gap: 80px;
}

.home-apps-layout > div:first-child h2 {
    color: #fff;
}

.home-apps-layout > div:first-child > p:not(.home-kicker) {
    margin: 20px 0 26px;
    color: #b8c4ce;
    font-size: 16px;
    font-weight: 650;
    line-height: 1.75;
}

.home-app-products {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.home-app-products article {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: rgba(255, 255, 255, .06);
}

.home-app-products article > span {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--home-cyan);
    color: var(--home-ink);
    font-size: 24px;
}

.home-app-products article:last-child > span {
    background: #70e0b7;
}

.home-app-products small {
    color: #9eabb8;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.home-app-products h3 {
    margin: 6px 0 0;
    font-size: 24px;
    font-weight: 900;
}

.home-app-products p {
    margin: 10px 0 0;
    color: #b8c4ce;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.6;
}

.home-pricing-section {
    background: #fff;
}

.home-plan-heading-action .home-text-link {
    margin-top: 14px;
}

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

.home-plan-card {
    min-height: 430px;
    display: flex;
    flex-direction: column;
    padding: 28px;
    border: 1px solid var(--home-line);
    border-radius: 8px;
    background: var(--home-soft);
}

.home-plan-card.is-featured {
    border: 2px solid var(--home-cyan-dark);
    background: #fff;
    box-shadow: 0 18px 42px rgba(8, 17, 31, .09);
}

.home-plan-label {
    margin: 0 0 13px;
    color: var(--home-cyan-dark);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.home-plan-card h3 {
    margin: 0;
    color: var(--home-ink);
    font-size: 25px;
    font-weight: 900;
}

.home-plan-price {
    margin: 20px 0 0;
    color: var(--home-ink);
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
}

.home-plan-price span {
    display: block;
    margin-top: 7px;
    color: #748191;
    font-size: 11px;
    font-weight: 800;
}

.home-plan-description {
    min-height: 72px;
    margin: 20px 0 22px;
    color: var(--home-muted);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.7;
}

.home-plan-card a {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: auto;
    border: 1px solid #cfd8de;
    border-radius: 7px;
    color: var(--home-ink);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.home-plan-card.is-featured a {
    border-color: var(--home-ink);
    background: var(--home-ink);
    color: #fff;
}

.home-pricing-note {
    margin: 20px 0 0;
    color: #778493;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.6;
}

.home-partners-section {
    border-block: 1px solid var(--home-line);
    background: var(--home-soft);
}

.home-partners-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 60px;
}

.home-partners-layout h2 {
    max-width: 830px;
}

.home-partners-layout > div > p:last-child {
    max-width: 750px;
    margin: 18px 0 0;
    color: var(--home-muted);
    font-size: 15px;
    font-weight: 650;
    line-height: 1.7;
}

.home-faq-section {
    background: #fff;
}

.home-faq-layout {
    display: grid;
    grid-template-columns: minmax(0, .67fr) minmax(460px, 1.33fr);
    gap: 80px;
    align-items: start;
}

.home-faq-layout > div:first-child > p:last-child {
    margin: 18px 0 0;
    color: var(--home-muted);
    font-size: 15px;
    font-weight: 650;
    line-height: 1.7;
}

.home-faq-list {
    border-top: 1px solid var(--home-line);
}

.home-faq-list details {
    border-bottom: 1px solid var(--home-line);
}

.home-faq-list summary {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: var(--home-ink);
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    list-style: none;
}

.home-faq-list summary::-webkit-details-marker {
    display: none;
}

.home-faq-list summary i {
    flex: 0 0 auto;
    transition: transform .18s ease;
}

.home-faq-list details[open] summary i {
    transform: rotate(45deg);
}

.home-faq-list details p {
    margin: -4px 45px 22px 0;
    color: var(--home-muted);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.7;
}

.home-final-cta {
    padding: 74px 0;
    background: var(--home-ink);
    color: #fff;
}

.home-final-cta-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 60px;
}

.home-final-cta h2 {
    max-width: 760px;
    color: #fff;
}

.home-final-cta p:last-child {
    max-width: 720px;
    margin: 17px 0 0;
    color: #b7c2cc;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.7;
}

.home-final-cta-inner > div:last-child {
    display: grid;
    gap: 10px;
}

.home-mobile-cta {
    position: fixed;
    z-index: 950;
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: none;
}

.home-mobile-cta button {
    width: 100%;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #26364b;
    border-radius: 8px;
    padding: 8px 12px 8px 16px;
    background: var(--home-ink);
    color: #fff;
    box-shadow: 0 18px 40px rgba(8, 17, 31, .28);
}

.home-mobile-cta span,
.home-mobile-cta small {
    display: block;
    text-align: left;
}

.home-mobile-cta span {
    font-size: 13px;
    font-weight: 900;
}

.home-mobile-cta small {
    color: #91a0af;
    font-size: 9px;
    text-transform: uppercase;
}

.home-mobile-cta i {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: var(--home-cyan);
    color: var(--home-ink);
}

.home-modal[hidden] {
    display: none;
}

.home-modal {
    position: fixed;
    z-index: 5000;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.home-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 17, 31, .78);
}

.home-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 930px);
    max-height: calc(100svh - 48px);
    display: grid;
    grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
    overflow: auto;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 30px 90px rgba(8, 17, 31, .34);
}

.home-modal-close {
    position: absolute;
    z-index: 2;
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 7px;
    background: #eef2f4;
    color: var(--home-ink);
    cursor: pointer;
}

.home-modal-dialog > aside {
    padding: 42px;
    background: var(--home-ink);
    color: #fff;
}

.home-modal-dialog > aside h2 {
    margin: 0;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.05;
}

.home-modal-dialog > aside > p:not(.home-kicker) {
    margin: 16px 0 24px;
    color: #b4c0cb;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.7;
}

.home-modal-dialog aside li {
    color: #e8eef2;
    font-size: 12px;
}

.home-modal-contact {
    display: grid;
    gap: 11px;
    margin-top: 34px;
    padding-top: 23px;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.home-modal-contact a,
.home-modal-contact span {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.home-modal-contact i {
    color: var(--home-cyan);
    font-size: 17px;
}

.home-modal-dialog > section {
    padding: 42px;
}

.home-modal-dialog > section h3 {
    margin: 0;
    color: var(--home-ink);
    font-size: 26px;
    font-weight: 900;
}

.home-modal-dialog > section > p {
    margin: 8px 0 22px;
    color: var(--home-muted);
    font-size: 13px;
    font-weight: 650;
}

.home-modal-dialog form,
.home-modal-dialog form label {
    display: grid;
    gap: 7px;
}

.home-modal-dialog form {
    gap: 15px;
}

.home-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.home-modal-dialog form label > span {
    color: #3f4c5c;
    font-size: 11px;
    font-weight: 900;
}

.home-modal-dialog input,
.home-modal-dialog textarea {
    width: 100%;
    border: 1px solid #cfd8de;
    border-radius: 7px;
    padding: 12px 13px;
    background: #f8fafb;
    color: var(--home-ink);
    font: inherit;
    font-size: 14px;
    font-weight: 650;
    outline: none;
}

.home-modal-dialog textarea {
    min-height: 116px;
    resize: vertical;
}

.home-modal-dialog input:focus,
.home-modal-dialog textarea:focus {
    border-color: var(--home-cyan-dark);
    box-shadow: 0 0 0 3px rgba(18, 199, 216, .16);
}

.home-modal-dialog form .home-button {
    width: 100%;
}

.home-form-status {
    min-height: 0;
    color: #526173;
    font-size: 12px;
    font-weight: 800;
}

.home-form-status.is-success {
    color: #087a55;
}

.home-form-status.is-error {
    color: #be123c;
}

@media (max-width: 1100px) {
    .home-section {
        padding: 74px 0;
    }

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

    .home-proof-grid > div:nth-child(4) {
        border-left: 1px solid var(--home-line);
    }

    .home-proof-grid > div:nth-child(n+4) {
        border-top: 1px solid var(--home-line);
    }

    .home-product-panel {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .home-product-copy {
        max-width: 760px;
    }

    .home-ai-layout,
    .home-commercial-layout,
    .home-apps-layout {
        gap: 50px;
    }

    .home-trail-list,
    .home-onboarding-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-trail-list li:nth-child(3),
    .home-onboarding-steps li:nth-child(3) {
        border-left: 0;
    }

    .home-trail-list li:nth-child(n+3),
    .home-onboarding-steps li:nth-child(n+3) {
        border-top: 1px solid rgba(255, 255, 255, .18);
    }

    .home-onboarding-steps li:nth-child(n+3) {
        border-top-color: var(--home-line);
    }
}

@media (max-width: 900px) {
    .home-section-heading-split,
    .home-trail-heading,
    .home-ai-layout,
    .home-commercial-layout,
    .home-apps-layout,
    .home-partners-layout,
    .home-faq-layout,
    .home-final-cta-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .home-trail-heading .home-kicker {
        grid-column: auto;
        margin-bottom: -12px;
    }

    .home-commercial-layout > div:first-child {
        position: static;
    }

    .home-ai-chat,
    .home-app-products,
    .home-faq-layout > div:last-child {
        min-width: 0;
    }

    .home-plan-grid {
        grid-template-columns: 1fr;
    }

    .home-plan-card {
        min-height: 0;
    }

    .home-plan-description {
        min-height: 0;
    }

    .home-plan-card a {
        margin-top: 28px;
    }

    .home-final-cta-inner > div:last-child {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 760px) {
    .home-container {
        width: min(calc(100% - 24px), 1280px);
    }

    .home-section {
        padding: 60px 0;
    }

    .home-section-heading h2,
    .home-trail-heading h2,
    .home-ai-copy h2,
    .home-commercial-layout > div:first-child h2,
    .home-apps-layout > div:first-child h2,
    .home-partners-layout h2,
    .home-faq-layout > div:first-child h2,
    .home-final-cta h2 {
        font-size: 34px;
    }

    .home-hero {
        min-height: 760px;
        align-items: flex-end;
        padding: 104px 0 54px;
    }

    .home-hero-image {
        object-position: 68% center;
    }

    .home-hero-shade {
        background: rgba(8, 17, 31, .64);
    }

    .home-hero h1 {
        font-size: 48px;
    }

    .home-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .home-proof-grid {
        grid-template-columns: 1fr 1fr;
    }

    .home-proof-grid > div,
    .home-proof-grid > div:first-child,
    .home-proof-grid > div:nth-child(4) {
        min-height: 78px;
        border: 0;
        border-bottom: 1px solid var(--home-line);
    }

    .home-proof-grid > div:nth-child(odd) {
        border-right: 1px solid var(--home-line);
    }

    .home-proof-grid > div:last-child {
        grid-column: 1 / -1;
        border-right: 0;
    }

    .home-segmented,
    .home-product-tabs {
        grid-template-columns: 1fr 1fr;
    }

    .home-segmented button:nth-child(2),
    .home-product-tabs button:nth-child(2) {
        border-right: 0;
    }

    .home-segmented button:nth-child(n+3),
    .home-product-tabs button:nth-child(n+3) {
        border-top: 1px solid var(--home-line);
    }

    .home-venue-panel {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 28px;
    }

    .home-product-panel {
        gap: 28px;
        padding: 26px 18px 20px;
    }

    .home-product-copy h3 {
        font-size: 32px;
    }

    .home-pos-body {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .home-pos-cart {
        display: none;
    }

    .home-kds-board {
        grid-template-columns: 1fr 1fr;
    }

    .home-ticket:last-child {
        display: none;
    }

    .home-stock-main {
        grid-template-columns: 1fr;
    }

    .home-stock-list {
        min-height: 0;
    }

    .home-roster-grid {
        overflow-x: auto;
    }

    .home-roster-head,
    .home-roster-row {
        min-width: 650px;
    }

    .home-trail-list,
    .home-onboarding-steps {
        grid-template-columns: 1fr;
    }

    .home-trail-list li,
    .home-trail-list li + li,
    .home-onboarding-steps li,
    .home-onboarding-steps li + li {
        border-left: 0;
    }

    .home-trail-list li + li,
    .home-onboarding-steps li + li {
        border-top: 1px solid rgba(255, 255, 255, .18);
    }

    .home-onboarding-steps li + li {
        border-top-color: var(--home-line);
    }

    .home-trail-list li {
        padding: 22px 0;
    }

    .home-onboarding-steps li {
        min-height: 0;
    }

    .home-onboarding-actions,
    .home-final-cta-inner > div:last-child {
        align-items: stretch;
        flex-direction: column;
    }

    .home-app-products {
        grid-template-columns: 1fr;
    }

    .home-app-products article {
        min-height: 220px;
    }

    .home-modal {
        align-items: flex-end;
        padding: 0;
    }

    .home-modal-dialog {
        width: 100%;
        max-height: 94svh;
        grid-template-columns: 1fr;
        border-radius: 8px 8px 0 0;
    }

    .home-modal-dialog > aside,
    .home-modal-dialog > section {
        padding: 30px 22px;
    }

    .home-modal-dialog > aside ul,
    .home-modal-contact {
        display: none;
    }

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

    .home-mobile-cta {
        display: block;
    }

    .public-footer {
        padding-bottom: 94px;
    }
}

@media (max-width: 480px) {
    .home-hero {
        min-height: 700px;
    }

    .home-hero h1 {
        font-size: 42px;
    }

    .home-hero-statement {
        font-size: 22px;
    }

    .home-hero-description {
        font-size: 15px;
    }

    .home-hero-notes {
        display: grid;
        gap: 8px;
    }

    .home-proof-grid {
        grid-template-columns: 1fr;
    }

    .home-proof-grid > div,
    .home-proof-grid > div:nth-child(odd),
    .home-proof-grid > div:last-child {
        grid-column: auto;
        border-right: 0;
    }

    .home-segmented,
    .home-product-tabs {
        grid-template-columns: 1fr;
    }

    .home-segmented button,
    .home-segmented button:nth-child(2),
    .home-product-tabs button,
    .home-product-tabs button:nth-child(2) {
        min-height: 54px;
        border-right: 0;
        border-top: 1px solid var(--home-line);
    }

    .home-segmented button:first-child,
    .home-product-tabs button:first-child {
        border-top: 0;
    }

    .home-ui-topbar > div:last-child .home-status:last-child,
    .home-dashboard-nav > .home-status,
    .home-ai-chat-head .home-status {
        display: none;
    }

    .home-product-grid {
        grid-template-columns: 1fr 1fr;
    }

    .home-kds-board {
        grid-template-columns: 1fr;
    }

    .home-ticket:nth-child(n+2) {
        display: none;
    }

    .home-stock-metrics {
        grid-template-columns: 1fr;
    }

    .home-stock-metrics > div {
        min-height: 86px;
    }

    .home-stock-preview,
    .home-roster-preview,
    .home-kds-preview {
        min-height: 0;
    }

    .home-ai-chat {
        padding: 12px;
    }

    .home-ai-message {
        max-width: 94%;
    }

    .home-plan-card {
        padding: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-button,
    .home-faq-list summary i {
        transition: none;
    }
}

