:root {
    --ink: #251914;
    --brown: #5a2f21;
    --cream: #f7f2ea;
    --paper: #fffdf9;
    --sand: #e9dfd1;
    --copper: #a7603c;
    --muted: #7c716a;
    --green: #37594b;
    --line: #e5ded4;
    --serif: "DM Sans",sans-serif;
    --sans: "Manrope",sans-serif;
}
* {
    box-sizing: border-box;
}
html {
    background: #e9e3dc;
    color: var(--ink);
    font-family: var(--sans);
    scroll-behavior: smooth;
}
body {
    margin: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
button,input,textarea,select {
    font: inherit;
}
button {
    color: inherit;
}
.app-shell {
    background: var(--paper);
    margin: auto;
    max-width: 520px;
    min-height: 100dvh;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 50px #39281e18;
}
main {
    padding-bottom: 90px;
}
h1,h2,h3,p {
    margin-top: 0;
}
h1,h2,h3,.brand,.welcome-logo,.auth-brand {
    font-family: var(--serif);
}
h1 {
    font-size: clamp(2.15rem,9vw,3rem);
    letter-spacing: -.055em;
    line-height: 1.04;
    margin-bottom: 15px;
    font-weight: 600;
}
h2 {
    letter-spacing: -.035em;
    line-height: 1.12;
}
.muted,.lead {
    color: var(--muted);
}
.lead {
    font-size: .98rem;
    line-height: 1.7;
}
.eyebrow {
    color: var(--copper);
    font-size: .67rem;
    font-weight: 700;
    letter-spacing: .18em;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.eyebrow.light,.text-link.light {
    color: #f5dfc7;
}
.content {
    padding: 30px 22px;
}
.topbar {
    align-items: center;
    background: rgba(255,253,249,.93);
    backdrop-filter: blur(14px);
    display: flex;
    height: 68px;
    justify-content: space-between;
    padding: 0 20px;
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid #eee8df;
}
.brand {
    font-size: .95rem;
    font-weight: 700;
    letter-spacing: .2em;
}
.brand span {
    border: 1px solid var(--ink);
    font-size: .59rem;
    margin-right: 6px;
    padding: 4px 3px;
}
.topbar-actions {
    display: flex;
    gap: 5px;
}
.icon-button {
    align-items: center;
    background: none;
    border: 0;
    display: flex;
    height: 42px;
    justify-content: center;
    position: relative;
    width: 42px;
}
.icon-button svg,.bottom-nav svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
    width: 21px;
}
.status-dot,.cart-count {
    background: #a8422d;
    border: 2px solid var(--paper);
    border-radius: 50%;
    height: 8px;
    position: absolute;
    right: 6px;
    top: 7px;
    width: 8px;
}
.cart-count {
    align-items: center;
    color: white;
    display: flex;
    font-size: 8px;
    height: 16px;
    justify-content: center;
    right: 1px;
    top: 1px;
    width: 16px;
}
.bottom-nav {
    align-items: center;
    background: rgba(255,253,249,.96);
    border-top: 1px solid var(--line);
    bottom: 0;
    display: flex;
    height: 76px;
    justify-content: space-around;
    left: 50%;
    max-width: 520px;
    padding-bottom: max(7px,env(safe-area-inset-bottom));
    position: fixed;
    transform: translateX(-50%);
    width: 100%;
    z-index: 30;
    backdrop-filter: blur(15px);
}
.bottom-nav a {
    align-items: center;
    color: #92877e;
    display: flex;
    flex: 1;
    flex-direction: column;
    font-size: .63rem;
    gap: 5px;
}
.bottom-nav a.active {
    color: var(--brown);
    font-weight: 700;
}
.bottom-nav a.active:before {
    background: var(--copper);
    content: "";
    height: 2px;
    position: absolute;
    top: 0;
    width: 26px;
}
.button {
    align-items: center;
    border: 0;
    display: flex;
    font-size: .82rem;
    font-weight: 700;
    justify-content: center;
    letter-spacing: .03em;
    min-height: 54px;
    padding: 0 22px;
    width: 100%;
}
.button-dark {
    background: var(--ink);
    color: white;
}
.button-light {
    background: #fffaf2;
    color: var(--ink);
}
.button-outline {
    border: 1px solid var(--ink);
    margin-top: 10px;
}
.button.small {
    display: inline-flex;
    min-height: 42px;
    width: auto;
}
.text-link {
    color: var(--brown);
    font-size: .83rem;
    font-weight: 700;
}
.centered {
    display: block;
    text-align: center;
    padding: 18px;
}
.welcome-screen {
    color: white;
    height: 100dvh;
    min-height: 680px;
    position: relative;
}
.welcome-photo {
    background: url('/assets/hero-coffee-machine.png') 61% center/cover;
    inset: 0;
    position: absolute;
}
.welcome-overlay {
    background: linear-gradient(180deg,rgba(16,8,5,.24),rgba(18,8,4,.1) 30%,rgba(19,9,5,.83) 80%,#130905);
    inset: 0;
    position: absolute;
}
.welcome-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 44px 26px 35px;
    position: relative;
}
.welcome-logo {
    align-items: center;
    display: flex;
    font-size: .95rem;
    gap: 7px;
    letter-spacing: .24em;
}
.welcome-logo span {
    border: 1px solid #fff;
    padding: 5px 3px;
    font-size: .64rem;
}
.welcome-logo small {
    border-left: 1px solid #ffffff66;
    font-family: var(--sans);
    font-size: .45rem;
    line-height: 1.4;
    margin-left: 5px;
    padding-left: 12px;
}
.welcome-copy h1 {
    font-size: 3.35rem;
    font-weight: 500;
    letter-spacing: -.06em;
}
.welcome-copy>p:last-child {
    color: #eadfd6;
    line-height: 1.7;
    max-width: 330px;
}
.welcome-actions {
    display: grid;
    gap: 20px;
    text-align: center;
}
.welcome-actions .text-link {
    display: block;
}
.auth-screen,.simple-screen {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
    padding: 30px 26px 26px;
}
.back-link {
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    display: flex;
    font-size: 1.2rem;
    height: 42px;
    justify-content: center;
    margin-bottom: 40px;
    width: 42px;
}
.auth-brand {
    font-size: .9rem;
    letter-spacing: .2em;
    margin-bottom: auto;
}
.auth-brand span {
    font-weight: 700;
}
.auth-screen>div:nth-of-type(2) {
    margin-top: 70px;
}
.auth-screen h1,.simple-screen h1 {
    max-width: 390px;
}
.stack {
    display: grid;
    gap: 18px;
    margin-top: 28px;
}
.stack label {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .02em;
}
.stack input,.stack textarea,.stack select {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #bfb5aa;
    border-radius: 0;
    display: block;
    margin-top: 8px;
    outline: none;
    padding: 12px 0;
    width: 100%;
}
.stack textarea {
    min-height: 90px;
    resize: vertical;
}
.stack input:focus,.stack textarea:focus,.stack select:focus {
    border-color: var(--brown);
}
.label-link {
    float: right;
    color: var(--copper);
}
.auth-foot {
    font-size: .78rem;
    margin: 24px 0 0;
    text-align: center;
}
.auth-foot a {
    font-weight: 700;
}
.simple-screen .back-link {
    margin-bottom: 70px;
}
.choice-grid {
    display: grid;
    gap: 14px;
    margin-top: 38px;
}
.choice-card {
    align-items: center;
    border: 1px solid var(--line);
    display: grid;
    gap: 16px;
    grid-template-columns: 52px 1fr auto;
    padding: 22px 18px;
}
.choice-card:hover {
    border-color: var(--copper);
}
.choice-card span:nth-child(2) {
    display: grid;
    gap: 6px;
}
.choice-card small {
    color: var(--muted);
    font-size: .72rem;
}
.choice-icon {
    align-items: center;
    background: var(--cream);
    border-radius: 50%;
    display: flex;
    font-size: 1.25rem;
    height: 50px;
    justify-content: center;
}
.greeting {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.greeting p {
    color: var(--muted);
    font-size: .78rem;
    margin-bottom: 6px;
}
.greeting h1 {
    font-size: 1.75rem;
    margin: 0;
}
.avatar {
    align-items: center;
    background: #d5b69b;
    border-radius: 50%;
    display: flex;
    font-weight: 700;
    height: 44px;
    justify-content: center;
    width: 44px;
}
.avatar.square {
    background: var(--ink);
    border-radius: 3px;
    color: white;
    font-size: .7rem;
}
.avatar.large {
    height: 62px;
    width: 62px;
}
.hero-card {
    color: white;
    height: 380px;
    overflow: hidden;
    position: relative;
}
.hero-card img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.hero-shade {
    background: linear-gradient(180deg,rgba(23,10,5,.55),transparent 60%,rgba(23,10,5,.35));
    inset: 0;
    position: absolute;
}
.hero-copy {
    left: 24px;
    position: absolute;
    top: 28px;
}
.hero-copy>span,.feature-card>span,.category-large>span {
    font-size: .58rem;
    font-weight: 700;
    letter-spacing: .18em;
}
.hero-copy h2 {
    font-size: 2rem;
    font-weight: 500;
    margin: 13px 0 20px;
}
.journey {
    align-items: center;
    color: var(--muted);
    display: flex;
    font-size: .55rem;
    justify-content: space-between;
    padding: 20px 2px;
}
.journey span {
    display: grid;
    gap: 4px;
}
.journey b {
    color: var(--copper);
    font-size: .52rem;
}
.journey i {
    background: var(--line);
    height: 1px;
    width: 19px;
}
.section-heading {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin: 32px 0 16px;
}
.section-heading p {
    margin-bottom: 5px;
}
.section-heading h2 {
    font-size: 1.5rem;
    margin: 0;
}
.section-heading>a {
    color: var(--copper);
    font-size: .72rem;
    font-weight: 700;
}
.feature-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
}
.feature-card {
    color: white;
    display: flex;
    flex-direction: column;
    height: 230px;
    justify-content: flex-end;
    overflow: hidden;
    padding: 18px;
    position: relative;
}
.feature-card:before {
    background: radial-gradient(circle at 50% 35%,#ae8872 0 8%,transparent 9%),linear-gradient(140deg,transparent 30%,#3a1e16 31% 65%,#170d0a 66%);
    content: "";
    inset: 0;
    opacity: .75;
    position: absolute;
}
.machine-feature {
    background: #6f6c67;
}
.coffee-feature {
    background: #4c251c;
}
.feature-card>* {
    position: relative;
}
.feature-card strong {
    font-family: var(--serif);
    font-size: 1.16rem;
    line-height: 1.25;
    margin: 9px 0 14px;
}
.feature-card em,.category-large em {
    font-size: .62rem;
    font-style: normal;
    font-weight: 700;
}
.reorder-card {
    align-items: center;
    background: var(--cream);
    display: grid;
    gap: 12px;
    grid-template-columns: 48px 1fr 34px;
    margin-top: 14px;
    padding: 15px;
}
.reorder-card>div:nth-child(2) {
    display: grid;
    gap: 4px;
}
.reorder-card small {
    color: var(--copper);
    font-size: .52rem;
    letter-spacing: .12em;
}
.reorder-card span {
    color: var(--muted);
    font-size: .61rem;
}
.reorder-card>a {
    align-items: center;
    background: var(--ink);
    border-radius: 50%;
    color: white;
    display: flex;
    height: 32px;
    justify-content: center;
}
.business-hero {
    background: linear-gradient(135deg,#47261c,#1d1310);
    color: white;
    padding: 28px 24px;
}
.business-hero h2 {
    font-size: 2.1rem;
    font-weight: 500;
}
.business-hero>div {
    border-top: 1px solid #ffffff35;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
.business-hero span {
    display: grid;
    font-size: .6rem;
    gap: 2px;
}
.business-hero b {
    font-size: 1.3rem;
}
.quick-actions {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    padding: 20px 0;
}
.quick-actions a {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: .64rem;
    gap: 8px;
    text-align: center;
}
.quick-actions b {
    align-items: center;
    background: var(--cream);
    border-radius: 50%;
    display: flex;
    font-size: 1.1rem;
    height: 46px;
    justify-content: center;
    width: 46px;
}
.notice-card {
    border-left: 3px solid #b8714d;
    box-shadow: 0 8px 30px #4935280e;
    padding: 20px;
}
.notice-card>span {
    color: var(--copper);
    font-size: .58rem;
    font-weight: 700;
    letter-spacing: .15em;
}
.notice-card h3 {
    margin: 12px 0 6px;
}
.notice-card p {
    color: var(--muted);
    font-size: .76rem;
}
.notice-card a {
    color: var(--brown);
    font-size: .72rem;
    font-weight: 700;
}
.order-row {
    align-items: center;
    border-bottom: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
}
.order-row>div {
    display: grid;
    gap: 4px;
}
.order-row small,.order-card small {
    color: var(--muted);
    font-size: .58rem;
}
.order-row span {
    color: var(--muted);
    font-size: .64rem;
}
.pill {
    background: #e3eee6;
    border-radius: 20px;
    color: var(--green);
    font-size: .57rem;
    padding: 6px 9px;
}
.shop-categories {
    display: grid;
    gap: 12px;
    margin-top: 30px;
}
.category-large {
    background: #40261e;
    color: white;
    display: flex;
    flex-direction: column;
    height: 235px;
    justify-content: flex-end;
    overflow: hidden;
    padding: 24px;
    position: relative;
}
.category-large:before {
    content: "";
    inset: 0;
    position: absolute;
}
.beans-art:before {
    background: radial-gradient(ellipse at 80% 35%,#956344 0 5%,transparent 6%),radial-gradient(ellipse at 70% 40%,#7d4a2f 0 7%,transparent 8%),radial-gradient(ellipse at 83% 48%,#ae7855 0 6%,transparent 7%);
}
.machine-art {
    background: #565452;
}
.machine-art:before {
    background: linear-gradient(90deg,transparent 52%,#161616 53% 88%,transparent 89%),linear-gradient(transparent 20%,#2c2c2c 21% 72%,transparent 73%);
}
.category-large>* {
    position: relative;
}
.category-large strong {
    font-family: var(--serif);
    font-size: 1.55rem;
    margin: 8px 0 14px;
}
.care-grid {
    display: grid;
    gap: 9px;
    grid-template-columns: 1fr 1fr;
}
.care-grid a {
    background: var(--cream);
    display: grid;
    gap: 8px;
    min-height: 125px;
    padding: 18px;
}
.care-grid span {
    font-size: 1.3rem;
}
.care-grid small {
    color: var(--copper);
}
.filter-pills {
    display: flex;
    gap: 7px;
    margin: 25px -22px 25px;
    overflow: auto;
    padding: 0 22px;
    scrollbar-width: none;
}
.filter-pills button {
    background: white;
    border: 1px solid var(--line);
    border-radius: 30px;
    flex: none;
    font-size: .68rem;
    padding: 10px 15px;
}
.filter-pills button.active {
    background: var(--ink);
    border-color: var(--ink);
    color: white;
}
.product-list {
    display: grid;
    gap: 12px;
}
.product-card {
    align-items: center;
    border-bottom: 1px solid var(--line);
    display: grid;
    gap: 18px;
    grid-template-columns: 42% 1fr;
    padding: 14px 0 24px;
}
.product-card>div {
    display: grid;
    gap: 7px;
    position: relative;
}
.product-card h2 {
    font-size: 1.13rem;
    margin: 0;
}
.product-card p {
    color: var(--muted);
    font-size: .65rem;
    margin: 0;
}
.product-card>div>strong {
    font-size: .78rem;
}
.product-type {
    color: var(--copper);
    font-size: .52rem;
    font-weight: 700;
    letter-spacing: .12em;
}
.bag {
    align-items: center;
    aspect-ratio: .78;
    background: #903a2f;
    box-shadow: 0 16px 24px #33221628;
    color: #eedcc6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px;
    padding: 12px;
    text-align: center;
}
.bag span {
    font-size: .48rem;
    letter-spacing: .12em;
}
.bag b {
    border-bottom: 1px solid #ffffff88;
    border-top: 1px solid #ffffff88;
    font-family: var(--serif);
    font-size: .82rem;
    margin: 8px 0;
    padding: 7px 0;
    width: 100%;
}
.bag small {
    font-size: .38rem;
}
.bag.black {
    background: #1e1d1b;
}
.bag.blue {
    background: #315269;
}
.bag.rust {
    background: #944330;
}
.bag.green {
    background: #4b5e45;
}
.circle-add {
    align-items: center;
    background: var(--ink);
    border-radius: 50%;
    bottom: 0;
    color: white;
    display: flex;
    height: 30px;
    justify-content: center;
    position: absolute;
    right: 0;
    width: 30px;
}
.product-detail {
    min-height: 100dvh;
}
.floating-back {
    align-items: center;
    background: white;
    border-radius: 50%;
    display: flex;
    height: 42px;
    justify-content: center;
    left: 20px;
    position: absolute;
    top: 22px;
    width: 42px;
    z-index: 4;
}
.detail-visual {
    align-items: center;
    display: flex;
    height: 49dvh;
    justify-content: center;
    min-height: 360px;
}
.detail-visual.warm {
    background: radial-gradient(circle,#d1ae87,#a47a57);
}
.detail-visual.cool {
    background: radial-gradient(circle,#dedbd3,#96948f);
}
.bag.jumbo {
    height: 280px;
    margin-top: 25px;
    width: 210px;
}
.bag.jumbo b {
    font-size: 1.15rem;
}
.detail-body {
    background: var(--paper);
    border-radius: 24px 24px 0 0;
    margin-top: -22px;
    min-height: 52dvh;
    padding: 30px 23px 110px;
    position: relative;
}
.detail-body h1 {
    font-size: 2rem;
}
.detail-body h2 {
    font-size: 1.15rem;
}
.blend {
    color: var(--muted);
}
.detail-body hr,.summary hr,.confirmation-card hr {
    border: 0;
    border-top: 1px solid var(--line);
    margin: 23px 0;
}
.detail-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.stepper {
    align-items: center;
    border: 1px solid var(--line);
    display: flex;
}
.stepper button {
    background: none;
    border: 0;
    height: 35px;
    width: 35px;
}
.stepper b {
    font-size: .75rem;
}
.fine-print {
    color: var(--muted);
    font-size: .67rem;
    line-height: 1.5;
    margin: 15px 0;
    text-align: center;
}
.finder-banner {
    align-items: center;
    background: var(--cream);
    display: grid;
    grid-template-columns: 1fr auto;
    margin: 25px 0;
    padding: 17px 18px;
}
.finder-banner span {
    color: var(--muted);
    font-size: .63rem;
    grid-column: 1;
}
.finder-banner strong {
    font-family: var(--serif);
    grid-column: 1;
}
.finder-banner b {
    grid-column: 2;
    grid-row: 1/3;
}
.machine-grid {
    display: grid;
    gap: 28px 13px;
    grid-template-columns: 1fr 1fr;
}
.machine-grid article {
    display: grid;
    gap: 4px;
}
.machine-grid small {
    color: var(--copper);
    font-size: .52rem;
    font-weight: 700;
    letter-spacing: .1em;
}
.machine-grid h2 {
    font-size: .88rem;
    line-height: 1.35;
    margin: 0;
}
.machine-grid article>a:last-child {
    color: var(--muted);
    font-size: .6rem;
    margin-top: 5px;
}
.machine-silhouette {
    align-items: center;
    background: linear-gradient(145deg,#efeee9,#c9c7c1);
    display: flex;
    height: 185px;
    justify-content: center;
    position: relative;
}
.machine-silhouette:before {
    background: linear-gradient(90deg,#171717,#3b3b3b 45%,#111);
    border-radius: 7px 7px 2px 2px;
    box-shadow: 0 13px 20px #0003;
    content: "";
    height: 125px;
    width: 79px;
}
.machine-silhouette span {
    background: #070707;
    border: 1px solid #555;
    height: 38px;
    position: absolute;
    top: 50px;
    width: 57px;
}
.machine-silhouette span:after {
    background: #ddd;
    border-radius: 50%;
    box-shadow: 16px 0 #ddd,-16px 0 #ddd;
    content: "";
    height: 3px;
    left: 26px;
    position: absolute;
    top: 8px;
    width: 3px;
}
.machine-silhouette i {
    background: #0b0b0b;
    border-top: 1px solid #555;
    bottom: 31px;
    height: 22px;
    position: absolute;
    width: 65px;
}
.type-2:before {
    height: 137px;
    width: 73px;
}
.type-3:before {
    border-radius: 15px 15px 2px 2px;
    width: 85px;
}
.hero-machine {
    background: transparent;
    height: 330px;
    width: 260px;
}
.hero-machine:before {
    height: 260px;
    width: 160px;
}
.hero-machine span {
    height: 75px;
    top: 75px;
    width: 125px;
}
.hero-machine span:after {
    left: 59px;
    top: 20px;
}
.hero-machine i {
    bottom: 35px;
    height: 40px;
    width: 140px;
}
.progress {
    background: var(--line);
    height: 3px;
    margin: 35px 0 10px;
}
.progress span {
    background: var(--copper);
    display: block;
    height: 100%;
    width: 33%;
}
.step-label {
    color: var(--copper);
    font-size: .58rem;
    font-weight: 700;
}
.content>.step-label+h2 {
    font-size: 1.55rem;
    margin-top: 30px;
}
.finder-options {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}
.finder-options button {
    align-items: center;
    background: white;
    border: 1px solid var(--line);
    display: grid;
    gap: 2px;
    grid-template-columns: 55px 1fr;
    padding: 20px;
    text-align: left;
}
.finder-options button>span {
    align-items: center;
    background: var(--cream);
    border-radius: 50%;
    display: flex;
    font-size: 1.3rem;
    grid-row: 1/3;
    height: 46px;
    justify-content: center;
    width: 46px;
}
.finder-options small {
    color: var(--muted);
}
.finder-result {
    background: var(--cream);
    margin-top: 25px;
    padding: 25px;
}
.cart-lines {
    margin-top: 25px;
}
.cart-lines article {
    align-items: center;
    border-bottom: 1px solid var(--line);
    display: grid;
    gap: 12px;
    grid-template-columns: 58px 1fr auto;
    padding: 18px 0;
}
.cart-lines article>div:nth-child(2) {
    display: grid;
    gap: 5px;
}
.cart-lines article span {
    color: var(--muted);
    font-size: .62rem;
}
.cart-lines article small {
    font-weight: 700;
}
.bag-mini,.care-thumb {
    align-items: center;
    background: #903a2f;
    color: white;
    display: flex;
    height: 62px;
    justify-content: center;
    width: 50px;
}
.care-thumb {
    background: var(--cream);
    color: var(--ink);
    font-size: 1.5rem;
}
.remove {
    background: none;
    border: 0;
    font-size: 1.3rem;
}
.promo {
    display: flex;
    margin: 25px 0;
}
.promo input {
    border: 1px solid var(--line);
    border-right: 0;
    min-width: 0;
    padding: 13px;
    width: 100%;
}
.promo button {
    background: var(--ink);
    border: 0;
    color: white;
    font-size: .7rem;
    padding: 0 18px;
}
.summary {
    font-size: .75rem;
    margin-bottom: 25px;
}
.summary p {
    display: flex;
    justify-content: space-between;
}
.summary .total {
    font-size: 1rem;
}
.split {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
}
.checkout .back-link {
    margin-bottom: 25px;
}
.checkout h2 {
    margin-top: 15px;
}
.placeholder-payment {
    align-items: center;
    background: var(--cream);
    display: flex;
    gap: 14px;
    padding: 16px;
}
.placeholder-payment div {
    display: grid;
    gap: 4px;
}
.placeholder-payment small {
    color: var(--muted);
    font-weight: 400;
}
.confirmation {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100dvh;
    padding: 35px 25px;
    text-align: center;
}
.confirmation>p:not(.eyebrow) {
    color: var(--muted);
    line-height: 1.6;
}
.checkmark {
    align-items: center;
    background: #e5eee8;
    border-radius: 50%;
    color: var(--green);
    display: flex;
    font-size: 1.5rem;
    height: 70px;
    justify-content: center;
    margin-bottom: 25px;
    width: 70px;
}
.confirmation-card {
    background: var(--cream);
    display: grid;
    margin: 25px 0;
    padding: 22px;
    text-align: left;
    width: 100%;
}
.confirmation-card small {
    color: var(--muted);
}
.confirmation-card strong {
    font-size: 1.3rem;
    margin-top: 4px;
}
.confirmation-card b {
    text-align: right;
}
.tabs {
    border-bottom: 1px solid var(--line);
    display: flex;
    gap: 25px;
    margin: 25px 0;
}
.tabs button {
    background: none;
    border: 0;
    padding: 12px 0;
}
.tabs button.active {
    border-bottom: 2px solid var(--ink);
    font-weight: 700;
}
.order-card {
    box-shadow: 0 8px 30px #2b1d1512;
    margin-bottom: 14px;
    padding: 20px;
}
.order-card>div:first-child,.order-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.order-card h2 {
    font-size: 1.15rem;
    margin: 24px 0 5px;
}
.order-card p {
    color: var(--muted);
    font-size: .75rem;
}
.order-footer {
    border-top: 1px solid var(--line);
    font-size: .72rem;
    padding-top: 15px;
}
.order-footer a {
    color: var(--copper);
    font-weight: 700;
}
.pill.neutral {
    background: #eeeae4;
    color: var(--muted);
}
.equipment-card {
    align-items: center;
    border: 1px solid var(--line);
    display: grid;
    gap: 12px;
    grid-template-columns: 42% 1fr;
    margin-top: 25px;
    padding: 10px;
}
.machine-silhouette.compact {
    height: 190px;
}
.equipment-card>div:last-child {
    display: grid;
    gap: 6px;
}
.equipment-card small {
    color: var(--copper);
    font-size: .5rem;
}
.equipment-card h2 {
    margin: 0;
}
.equipment-card p {
    color: var(--muted);
    font-size: .7rem;
    margin: 0;
}
.equipment-card a {
    color: var(--copper);
    font-size: .65rem;
    font-weight: 700;
    margin-top: 10px;
}
.health {
    color: var(--green);
    font-size: .62rem;
}
.health i {
    background: var(--green);
    border-radius: 50%;
    display: inline-block;
    height: 6px;
    width: 6px;
}
.support-links,.account-links {
    display: grid;
}
.support-links a,.account-links a {
    align-items: center;
    border-bottom: 1px solid var(--line);
    display: grid;
    gap: 12px;
    grid-template-columns: 40px 1fr auto;
    padding: 17px 0;
}
.support-links a>span,.account-links a>span {
    align-items: center;
    background: var(--cream);
    border-radius: 50%;
    display: flex;
    height: 38px;
    justify-content: center;
    width: 38px;
}
.support-links div,.account-links div {
    display: grid;
    gap: 4px;
}
.support-links small,.account-links small {
    color: var(--muted);
    font-size: .65rem;
}
.registered-machine {
    align-items: center;
    background: linear-gradient(145deg,#eeeae1,#c9c5bb);
    display: flex;
    flex-direction: column;
    margin: 25px 0;
}
.registered-machine .health {
    background: white;
    margin: -45px 0 18px;
    padding: 8px 12px;
    position: relative;
}
.info-list {
    margin-bottom: 20px;
}
.info-list div {
    border-bottom: 1px solid var(--line);
    display: grid;
    gap: 5px;
    padding: 14px 0;
}
.info-list span {
    color: var(--muted);
    font-size: .65rem;
}
.info-list strong {
    font-size: .8rem;
}
.service-form fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
.service-form legend {
    font-size: .72rem;
    font-weight: 700;
    margin-bottom: 8px;
}
.service-form .radio {
    align-items: center;
    border: 1px solid var(--line);
    display: flex;
    font-size: .8rem;
    margin-bottom: 8px;
    padding: 13px;
}
.service-form .radio input {
    margin: 0 10px 0 0;
    width: auto;
}
.profile {
    align-items: center;
    display: flex;
    gap: 16px;
    margin-bottom: 35px;
}
.profile h1 {
    font-size: 1.5rem;
    margin-bottom: 5px;
}
.profile p {
    margin-bottom: 5px;
}
.profile>div>span {
    color: var(--muted);
    font-size: .7rem;
}
.account-links {
    margin-bottom: 25px;
}
.toast {
    background: var(--green);
    bottom: 90px;
    color: white;
    font-size: .75rem;
    left: 50%;
    opacity: 0;
    padding: 13px 20px;
    pointer-events: none;
    position: fixed;
    transform: translate(-50%,20px);
    transition: .25s;
    z-index: 50;
}
.toast.show {
    opacity: 1;
    transform: translate(-50%,0);
}
.error-screen {
    min-height: calc(100dvh - 68px);
    padding-top: 70px;
}
.error-list {
    background: #f8e8e4;
    color: #7d2f23;
    display: grid;
    gap: 8px;
    margin: 24px 0;
    padding: 18px 18px 18px 38px;
}
.error-screen .button {
    margin-top: 24px;
}
@media(min-width:700px) {
    body {
        padding: 30px 0;
    }
    .app-shell {
        border-radius: 18px;
        min-height: calc(100dvh - 60px);
    }
    .welcome-screen,.auth-screen,.simple-screen {
        min-height: calc(100dvh - 60px);
    }
    .bottom-nav {
        bottom: 30px;
        border-radius: 0 0 18px 18px;
    }
    .confirmation {
        min-height: calc(100dvh - 60px);
    }
}
