/* Dry It Center Rentals. One design language for the customer pages and the counter.
   Brand blue from the logo (#0080f0); the rest of the palette is [VERIFY: Max] per the brand profile. */
:root {
    --dic-blue: #0080f0;
    --dic-blue-dark: #0063bb;
    --dic-blue-soft: #e8f3fe;
    --ink: #0f1b2d;
    --ink-2: #44546a;
    --ink-3: #6b7a90;
    --line: #e1e7ef;
    --bg: #f5f7fa;
    --card: #ffffff;
    --ok: #16794a;
    --ok-soft: #e7f6ee;
    --warn: #9a6200;
    --warn-soft: #fff5e0;
    --bad: #b42318;
    --bad-soft: #fdecea;
    --radius: 14px;
    --shadow: 0 1px 2px rgba(15, 27, 45, .06), 0 4px 16px rgba(15, 27, 45, .06);
}

html { font-size: 16px; }
body {
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    color: var(--ink);
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
}
a { color: var(--dic-blue-dark); }
h1, h2, h3 { letter-spacing: -.01em; }
.muted { color: var(--ink-3); }
.small-caps { font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); }

/* Header: the logo sits on white (it disappears on blue). */
.site-head { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.site-head .inner { max-width: 1080px; margin: 0 auto; padding: .7rem 1rem; display: flex; align-items: center; gap: 1rem; }
.site-head img.logo { height: 34px; width: auto; display: block; }
.site-head nav { margin-left: auto; display: flex; gap: .25rem; align-items: center; }
.site-head nav a { white-space: nowrap; color: var(--ink-2); text-decoration: none; padding: .45rem .7rem; border-radius: 10px; font-weight: 500; font-size: .95rem; }
.site-head nav a:hover, .site-head nav a.on { background: var(--dic-blue-soft); color: var(--dic-blue-dark); }

.wrap { max-width: 1080px; margin: 0 auto; padding: 1.25rem 1rem 3rem; }
.wrap-narrow { max-width: 620px; margin: 0 auto; padding: 1.25rem 1rem 3rem; }

.card-x { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 1.1rem; }
.card-x + .card-x { margin-top: .9rem; }
.card-x h2 { font-size: 1.1rem; font-weight: 700; margin: 0 0 .6rem; }

.btn-dic { background: var(--dic-blue); color: #fff; border: 0; border-radius: 12px; font-weight: 600; padding: .8rem 1.2rem; font-size: 1rem; display: inline-flex; align-items: center; justify-content: center; gap: .45rem; text-decoration: none; transition: background .15s; }
.btn-dic:hover { background: var(--dic-blue-dark); color: #fff; }
.btn-dic:disabled, .btn-dic.disabled { opacity: .5; pointer-events: none; }
.btn-dic.block { width: 100%; }
.btn-ghost { background: #fff; color: var(--ink); border: 1px solid var(--line); border-radius: 12px; font-weight: 600; padding: .7rem 1.1rem; display: inline-flex; align-items: center; gap: .4rem; text-decoration: none; }
.btn-ghost:hover { border-color: var(--dic-blue); color: var(--dic-blue-dark); }
.btn-danger-x { background: #fff; color: var(--bad); border: 1px solid #f3c4c0; border-radius: 12px; font-weight: 600; padding: .6rem 1rem; }

.pill { display: inline-flex; align-items: center; gap: .3rem; font-size: .74rem; font-weight: 700; padding: .2rem .6rem; border-radius: 999px; background: #eef1f5; color: var(--ink-2); white-space: nowrap; }
.pill.ok { background: var(--ok-soft); color: var(--ok); }
.pill.warn { background: var(--warn-soft); color: var(--warn); }
.pill.bad { background: var(--bad-soft); color: var(--bad); }
.pill.blue { background: var(--dic-blue-soft); color: var(--dic-blue-dark); }

.notice { border-radius: 12px; padding: .75rem .9rem; font-size: .93rem; margin-bottom: .9rem; }
.notice.ok { background: var(--ok-soft); color: var(--ok); }
.notice.warn { background: var(--warn-soft); color: var(--warn); }
.notice.bad { background: var(--bad-soft); color: var(--bad); }
.notice.info { background: var(--dic-blue-soft); color: var(--dic-blue-dark); }
.test-strip { background: repeating-linear-gradient(135deg, #fff5e0, #fff5e0 10px, #ffedc2 10px, #ffedc2 20px); color: var(--warn); font-size: .82rem; font-weight: 600; text-align: center; padding: .35rem 1rem; }

/* Home */
.hero { padding: 2.2rem 0 1.4rem; }
.hero h1 { font-size: clamp(1.9rem, 5vw, 2.8rem); font-weight: 800; line-height: 1.1; margin-bottom: .6rem; }
.hero p.lead { color: var(--ink-2); font-size: 1.1rem; max-width: 36rem; }
.cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: .9rem; }
.cat { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem; display: flex; flex-direction: column; gap: .4rem; box-shadow: var(--shadow); }
.cat .icon { width: 44px; height: 44px; border-radius: 12px; background: var(--dic-blue-soft); color: var(--dic-blue); display: grid; place-items: center; font-size: 1.35rem; }
.cat h3 { font-size: 1.05rem; font-weight: 700; margin: .2rem 0 0; }
.cat .rates { display: flex; gap: .8rem; font-size: .9rem; margin-top: auto; padding-top: .4rem; }
.cat .rates b { font-size: 1.05rem; }
.sizer { background: linear-gradient(135deg, #0f1b2d, #1c3557); color: #fff; border-radius: 18px; padding: 1.2rem; }
.sizer label { color: #c9d6e8; font-size: .85rem; font-weight: 600; }
.sizer .form-control, .sizer .form-select { border-radius: 10px; border: 0; padding: .7rem .8rem; }
.wet-choice { display: grid; grid-template-columns: repeat(3, 1fr); gap: .4rem; }
.wet-choice input { position: absolute; opacity: 0; pointer-events: none; }
.wet-choice label { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 10px; padding: .6rem .4rem; text-align: center; cursor: pointer; color: #fff; font-size: .85rem; }
.wet-choice input:checked + label { background: var(--dic-blue); border-color: var(--dic-blue); }
.wet-choice input:focus-visible + label { outline: 2px solid #fff; }

/* Booking */
.qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: #fff; }
.qty button { border: 0; background: #fff; width: 40px; height: 40px; font-size: 1.2rem; color: var(--ink); }
.qty input { width: 44px; text-align: center; border: 0; font-weight: 700; font-size: 1rem; }
.book-row { display: flex; align-items: center; gap: .8rem; padding: .75rem 0; border-bottom: 1px solid var(--line); }
.book-row:last-child { border-bottom: 0; }
.book-row .grow { flex: 1; min-width: 0; }
.avail { font-size: .8rem; }
.total-bar { position: sticky; bottom: 0; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: .8rem 1rem; margin-top: 1rem; display: flex; align-items: center; gap: 1rem; box-shadow: 0 -4px 16px rgba(15,27,45,.08); }
.total-bar .amount { font-size: 1.4rem; font-weight: 800; }

/* Rental page (customer) */
.steps { list-style: none; padding: 0; margin: 0; display: grid; gap: .55rem; }
.steps li { display: flex; align-items: center; gap: .75rem; padding: .8rem .9rem; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.steps li .dot { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: #eef1f5; color: var(--ink-3); flex: none; font-weight: 700; }
.steps li.done .dot { background: var(--ok); color: #fff; }
.steps li.next { border-color: var(--dic-blue); box-shadow: 0 0 0 3px var(--dic-blue-soft); }
.steps li .grow { flex: 1; }
.pass { text-align: center; }
.pass .qr { width: 220px; height: 220px; margin: .6rem auto; }
.pass .qr svg { width: 100%; height: 100%; }
.pass .num { font: 800 1.6rem/1 ui-monospace, Menlo, monospace; letter-spacing: .04em; }
.timeline { display: flex; justify-content: space-between; position: relative; margin: .5rem 0 1rem; }
.timeline::before { content: ""; position: absolute; left: 14px; right: 14px; top: 13px; height: 3px; background: var(--line); }
.timeline .t { position: relative; text-align: center; font-size: .72rem; color: var(--ink-3); flex: 1; }
.timeline .t .b { width: 28px; height: 28px; border-radius: 50%; background: #fff; border: 3px solid var(--line); margin: 0 auto .3rem; }
.timeline .t.done .b { background: var(--ok); border-color: var(--ok); }
.timeline .t.now .b { background: var(--dic-blue); border-color: var(--dic-blue); box-shadow: 0 0 0 4px var(--dic-blue-soft); }
.timeline .t.now { color: var(--ink); font-weight: 700; }

.agreement-text { max-height: 55vh; overflow-y: auto; border: 1px solid var(--line); border-radius: 12px; padding: 1rem; background: #fff; font-size: .92rem; }
.agreement-text h1 { font-size: 1.2rem; font-weight: 800; }
.agreement-text h2 { font-size: 1rem; font-weight: 700; margin-top: 1rem; }
.agreement-text table { width: 100%; font-size: .8rem; margin: .5rem 0; display: block; overflow-x: auto; }
.agreement-text td, .agreement-text th { border-bottom: 1px solid var(--line); padding: .3rem .4rem; }
.sig-pad { border: 2px dashed #c4cfdc; border-radius: 12px; background: #fff; width: 100%; height: 180px; touch-action: none; display: block; }

/* Staff */
.staff-head { background: var(--ink); color: #fff; }
.staff-head .inner { max-width: 1280px; margin: 0 auto; padding: .55rem 1rem; display: flex; align-items: center; gap: .75rem; }
.staff-head .brand { font-weight: 800; letter-spacing: -.01em; color: #fff; text-decoration: none; display: flex; align-items: center; gap: .5rem; white-space: nowrap; }
.staff-head .brand span { background: var(--dic-blue); color: #fff; font-size: .7rem; padding: .1rem .45rem; border-radius: 6px; }
.staff-head nav { display: flex; flex-wrap: wrap; gap: .15rem; margin-left: 1rem; }
.staff-head nav a { color: #b8c4d6; text-decoration: none; padding: .45rem .7rem; border-radius: 8px; font-weight: 500; font-size: .92rem; white-space: nowrap; }
.staff-head nav a.on, .staff-head nav a:hover { color: #fff; background: rgba(255,255,255,.1); }
.staff-head .me { margin-left: auto; font-size: .85rem; color: #b8c4d6; white-space: nowrap; }
.staff-wrap { max-width: 1280px; margin: 0 auto; padding: 1rem 1rem 5rem; }
.board { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: .9rem; }
.col-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.col-card > header { display: flex; align-items: center; gap: .5rem; padding: .8rem 1rem; border-bottom: 1px solid var(--line); font-weight: 700; }
.col-card > header .count { margin-left: auto; }
.rowlink { display: flex; align-items: center; gap: .6rem; padding: .7rem 1rem; border-bottom: 1px solid var(--line); text-decoration: none; color: var(--ink); }
.rowlink:last-child { border-bottom: 0; }
.rowlink:hover { background: #f8fafc; }
.rowlink .grow { flex: 1; min-width: 0; }
.rowlink .sub { font-size: .82rem; color: var(--ink-3); }
.empty { padding: 1rem; color: var(--ink-3); font-size: .9rem; }
.scanbox { display: flex; gap: .5rem; }
.scanbox input { font: 600 1.15rem/1.2 ui-monospace, Menlo, monospace; border-radius: 12px; padding: .8rem 1rem; border: 2px solid var(--dic-blue); flex: 1; min-width: 0; }
.stat { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: .9rem 1rem; }
.stat .n { font-size: 1.6rem; font-weight: 800; }
.stat .l { font-size: .8rem; color: var(--ink-3); }
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: .75rem; margin-bottom: 1rem; }
.gate { display: flex; align-items: center; gap: .6rem; padding: .55rem 0; border-bottom: 1px solid var(--line); }
.gate:last-child { border-bottom: 0; }
.gate .bi-check-circle-fill { color: var(--ok); }
.gate .bi-circle { color: #c4cfdc; }
table.tbl { width: 100%; font-size: .9rem; }
table.tbl th { font-size: .74rem; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-3); font-weight: 700; padding: .5rem .6rem; border-bottom: 1px solid var(--line); }
table.tbl td { padding: .55rem .6rem; border-bottom: 1px solid var(--line); vertical-align: middle; }
.form-control, .form-select { border-radius: 10px; }
.form-label { font-weight: 600; font-size: .88rem; color: var(--ink-2); }
.check-row { display: flex; align-items: flex-start; gap: .6rem; padding: .5rem 0; border-bottom: 1px solid var(--line); }
.check-row input[type=checkbox] { width: 1.3rem; height: 1.3rem; margin-top: .1rem; flex: none; }

@media (max-width: 640px) {
    .site-head nav a.hide-sm { display: none; }
    .site-head img.logo { height: 28px; }
    .site-head nav a { padding: .4rem .5rem; }
    /* A step's button drops under its text instead of squeezing it into a column. */
    .steps li { flex-wrap: wrap; }
    .steps li .grow { flex: 1 1 calc(100% - 45px); }
    .steps li > form, .steps li > a { flex: 1 1 100%; margin-left: 42px; }
    .steps li > form button, .steps li > a { width: calc(100% - 42px); justify-content: center; }
    .staff-head .inner { flex-wrap: wrap; row-gap: .3rem; }
    .staff-head nav { margin-left: 0; width: 100%; order: 3; }
    .staff-head .me { display: none; }
}
@media print {
    .site-head, .staff-head, .no-print, .test-strip { display: none !important; }
    body { background: #fff; }
}

/* Help me choose (triage) */
.tri fieldset { border: 1px solid var(--line); }
.tri legend { float: left; width: 100%; font-size: 1.15rem; font-weight: 700; margin: 0 0 .7rem; padding: 0; }
.tri legend + * { clear: both; }
.tri-list { display: grid; gap: .5rem; }
.tri-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: .5rem; }
.tri-opt, .tri-chip { position: relative; display: block; cursor: pointer; margin: 0; }
.tri-opt input, .tri-chip input { position: absolute; opacity: 0; pointer-events: none; }
.tri-opt span { display: block; border: 1px solid var(--line); border-radius: 12px; padding: .75rem .9rem; background: var(--card); transition: border-color .15s, background .15s; }
.tri-opt small { display: block; color: var(--ink-3); font-size: .82rem; margin-top: .1rem; }
.tri-opt input:checked + span, .tri-chip input:checked + span { border-color: var(--dic-blue); background: var(--dic-blue-soft); box-shadow: inset 0 0 0 1px var(--dic-blue); }
.tri-opt input:focus-visible + span, .tri-chip input:focus-visible + span { outline: 2px solid var(--dic-blue); outline-offset: 2px; }
.tri-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .5rem; }
.tri-chip span { display: flex; align-items: center; gap: .5rem; border: 1px solid var(--line); border-radius: 12px; padding: .7rem .8rem; font-weight: 600; font-size: .92rem; min-height: 52px; }
.tri-chip i { color: var(--ink-3); font-size: 1.05rem; }
.tri-presets { display: flex; flex-wrap: wrap; gap: .4rem; }
.tri-presets button { border: 1px solid var(--line); background: var(--card); border-radius: 99px; padding: .35rem .75rem; font-size: .85rem; }
.tri-nav { display: flex; gap: .5rem; margin-top: .9rem; }
.tri-progress { height: 4px; background: var(--line); border-radius: 99px; margin-top: .9rem; overflow: hidden; }
.tri-progress i { display: block; height: 100%; width: 0; background: var(--dic-blue); transition: width .25s; }
.tri-pick { display: flex; gap: .8rem; align-items: flex-start; padding: .7rem 0; border-bottom: 1px solid var(--line); }
.tri-pick:last-of-type { border-bottom: 0; }
.tri-pick.opt { opacity: .8; }
.tri-n { min-width: 2.2rem; height: 2.2rem; border-radius: 10px; background: var(--dic-blue-soft); color: var(--dic-blue-dark); font-weight: 800; display: grid; place-items: center; }
.tri-days { margin-top: .8rem; padding-top: .8rem; border-top: 1px solid var(--line); }
.door-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
@media (max-width: 560px) { .door-grid { grid-template-columns: 1fr; } }
.door { display: block; text-decoration: none; color: var(--ink); background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 1.1rem; }
.door:hover { border-color: var(--dic-blue); }
.door .bi { font-size: 1.5rem; color: var(--dic-blue); }
.door b { display: block; font-size: 1.1rem; margin: .3rem 0 .15rem; }
.door span { color: var(--ink-3); font-size: .92rem; }
.door.door-main { background: var(--dic-blue); border-color: var(--dic-blue); color: #fff; }
.door.door-main .bi, .door.door-main span { color: rgba(255,255,255,.9); }
.door.door-main:hover { background: var(--dic-blue-dark); }

/* Booking: product rows with photos, the full rate ladder, and a kind filter */
.kind-filter { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: .6rem; }
.kind-filter button { border: 1px solid var(--line); background: var(--card); border-radius: 99px; padding: .35rem .8rem; font-size: .85rem; font-weight: 600; color: var(--ink-2); }
.kind-filter button.on { background: var(--ink); border-color: var(--ink); color: #fff; }
.book-row.product { align-items: flex-start; }
.book-row .thumb { width: 64px; height: 64px; flex: 0 0 64px; border-radius: 12px; background: var(--dic-blue-soft); display: grid; place-items: center; overflow: hidden; }
.book-row .thumb img { width: 100%; height: 100%; object-fit: cover; }
.book-row .thumb .bi { font-size: 1.6rem; color: var(--dic-blue); }
.ladder { display: flex; flex-wrap: wrap; gap: .3rem; margin: .3rem 0 .15rem; }
.ladder span { background: var(--bg, #f4f7fb); border: 1px solid var(--line); border-radius: 8px; padding: .1rem .45rem; font-weight: 700; font-size: .85rem; }
.ladder small { display: block; font-weight: 500; font-size: .68rem; color: var(--ink-3); line-height: 1.1; }
/* Phones: the stepper drops under the prices so the rate ladder gets the full width. */
@media (max-width: 560px) {
    .book-row.product { flex-wrap: wrap; gap: .6rem; }
    .book-row.product .thumb { width: 48px; height: 48px; flex-basis: 48px; }
    .book-row.product .grow { flex: 1 1 calc(100% - 48px - .6rem); }
    .book-row.product > .qty { margin-left: auto; }
}
.inc { color: var(--ink-2); margin-top: .2rem; }
@media (max-width: 420px) { .book-row .thumb { width: 48px; height: 48px; flex-basis: 48px; } }

.kind-head { font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); margin: .9rem 0 .1rem; }

.inv-table td, .inv-table th { padding: .45rem .3rem; }
@media print { .no-print, .test-strip, header, footer, nav { display: none !important; } body { background: #fff; } .invoice { max-width: none; } }

/* Help us build */
.build-q.answered { border-color: var(--line); opacity: .92; }
.build-rec { background: var(--dic-blue-soft); border-radius: 12px; padding: .8rem .9rem; font-size: .95rem; }
.build-rec ul { margin: 0; padding-left: 1.1rem; } .build-rec p { margin: 0 0 .4rem; } .build-rec p:last-child { margin: 0; }
.build-choice { border: 1px solid var(--line); background: var(--card); border-radius: 12px; padding: .75rem; font-weight: 700; min-height: 48px; }
.build-choice.on-agree { background: var(--dic-blue); border-color: var(--dic-blue); color: #fff; }
.build-choice.on-diff { background: #fff4e0; border-color: #d99a22; color: #8a5a00; }

/* How-to guides */
.guide-link { display: grid; grid-template-columns: 1fr auto; column-gap: .6rem; align-items: center; background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: .75rem .9rem; margin-bottom: .5rem; color: var(--ink); text-decoration: none; }
.guide-link b { grid-column: 1; } .guide-link span { grid-column: 1; color: var(--ink-3); font-size: .88rem; } .guide-link i { grid-column: 2; grid-row: 1 / span 2; color: var(--ink-3); }
.guide-link:hover { border-color: var(--dic-blue); }
.guide-body h2 { font-size: 1.05rem; font-weight: 700; margin: 1rem 0 .4rem; } .guide-body h2:first-child { margin-top: 0; }
.guide-body ol, .guide-body ul { padding-left: 1.2rem; } .guide-body li { margin-bottom: .35rem; }
.guide-card details { border-top: 1px solid var(--line); padding: .6rem 0; } .guide-card details:first-of-type { border-top: 0; }
.guide-card summary { font-weight: 700; cursor: pointer; }

.go-status { display: flex; gap: .8rem; align-items: center; border-radius: 14px; padding: .9rem 1rem; margin-bottom: .9rem; font-size: .95rem; }
.go-status i { font-size: 1.8rem; }
.go-status b { font-size: 1.15rem; display: block; }
.go-status.go { background: #e3f6ea; color: #14532d; } .go-status.stop { background: #fde8e8; color: #7f1d1d; }

/* Check-in: big Looks good / Problem toggles and tap-on fees */
.ret-row { padding: .6rem 0; border-bottom: 1px solid var(--line); }
.ret-label { font-weight: 600; margin-bottom: .35rem; }
.ret-toggle { display: grid; grid-template-columns: 1fr 1fr; gap: .4rem; }
.ret-toggle input { position: absolute; opacity: 0; pointer-events: none; }
.ret-toggle label { border: 1px solid var(--line); border-radius: 10px; padding: .6rem; text-align: center; font-weight: 700; cursor: pointer; min-height: 46px; display: flex; align-items: center; justify-content: center; gap: .3rem; }
.ret-toggle input:checked + label { background: #e3f6ea; border-color: #34a15b; color: #14532d; }
.ret-toggle input[value=false]:checked + label { background: #fde8e8; border-color: #d64545; color: #7f1d1d; }
.ret-toggle input:focus-visible + label { outline: 2px solid var(--dic-blue); }
.fee-taps { display: grid; gap: .5rem; margin: .4rem 0 .6rem; }
.fee-tap { display: flex; gap: .4rem; align-items: center; }
.fee-add { flex: 1; text-align: left; border: 1px solid var(--line); background: var(--card); border-radius: 10px; padding: .65rem .8rem; font-weight: 700; min-height: 46px; }
.fee-add span { color: var(--ink-3); font-weight: 500; margin-left: .3rem; }
.fee-tap.on .fee-add { border-color: #d99a22; background: #fff4e0; }
.fee-count { font-weight: 800; min-width: 3.2rem; text-align: center; }
.fee-undo { border: 1px solid var(--line); background: var(--card); border-radius: 10px; width: 46px; height: 46px; font-weight: 800; }

.claim-steps { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: .4rem; padding: 0; margin: 0 0 1rem; }
.claim-steps li { display: flex; align-items: center; gap: .45rem; border: 1px solid var(--line); border-radius: 12px; padding: .55rem .7rem; font-weight: 600; font-size: .9rem; color: var(--ink-3); background: var(--card); }
.claim-steps li span { width: 1.6rem; height: 1.6rem; border-radius: 50%; display: grid; place-items: center; background: var(--line); font-size: .8rem; flex: 0 0 auto; }
.claim-steps li.done { color: #14532d; } .claim-steps li.done span { background: #34a15b; color: #fff; }
.claim-steps li.now { border-color: var(--dic-blue); color: var(--ink); box-shadow: inset 0 0 0 1px var(--dic-blue); } .claim-steps li.now span { background: var(--dic-blue); color: #fff; }

/* Reservation calendar */
.cal-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; background: var(--card); }
.cal { min-width: calc(150px + var(--days) * 46px); }
.cal-row { display: grid; grid-template-columns: 150px repeat(var(--days), minmax(46px, 1fr)); grid-auto-rows: 38px; align-items: center; border-bottom: 1px solid var(--line); position: relative; }
.cal-label { grid-column: 1; grid-row: 1; padding: 0 .6rem; font-size: .85rem; position: sticky; left: 0; background: var(--card); z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); overflow: hidden; white-space: nowrap; }
.cal-label small { color: var(--ink-3); font-size: .7rem; }
.cal-head { position: sticky; top: 0; z-index: 3; background: var(--card); }
.cal-day { grid-row: 1; text-align: center; font-size: .78rem; line-height: 1.1; color: var(--ink-2); }
.cal-day b { display: block; font-size: .68rem; text-transform: uppercase; color: var(--ink-3); }
.cal-day.today { color: var(--dic-blue); font-weight: 800; } .cal-day.closed, .cal-cell.closed { background: repeating-linear-gradient(45deg, transparent 0 6px, rgba(0,0,0,.035) 6px 12px); }
.cal-group { background: #f6f8fb; } .cal-group .cal-label { background: #f6f8fb; }
.cal-free { grid-row: 1; text-align: center; font-weight: 700; font-size: .8rem; color: #14532d; } .cal-free.none { color: #b91c1c; }
.cal-cell { grid-row: 1; height: 100%; border-left: 1px solid #f0f3f7; } .cal-cell.today { background: rgba(0,128,240,.06); }
.cal-bar { grid-row: 1; z-index: 1; margin: 5px 2px; height: 28px; border-radius: 8px; padding: 0 .45rem; font-size: .78rem; font-weight: 700; display: flex; align-items: center; gap: .3rem; overflow: hidden; white-space: nowrap; text-decoration: none; }
.cal-bar small { font-weight: 500; opacity: .8; }
.cal-bar.out { background: var(--dic-blue); color: #fff; } .cal-bar.reserved { background: var(--dic-blue-soft); color: var(--dic-blue-dark); border: 1px solid #b9dafc; }
.cal-bar.pending { background: #fff; color: var(--ink-2); border: 1px dashed var(--ink-3); } .cal-bar.late { background: #d64545; color: #fff; }
.cal-legend { display: flex; gap: .8rem; flex-wrap: wrap; } .cal-legend span::before { content: ""; display: inline-block; width: 12px; height: 12px; border-radius: 3px; margin-right: .3rem; vertical-align: -1px; }
.cal-legend .out::before { background: var(--dic-blue); } .cal-legend .reserved::before { background: var(--dic-blue-soft); border: 1px solid #b9dafc; } .cal-legend .pending::before { border: 1px dashed var(--ink-3); } .cal-legend .late::before { background: #d64545; }
.welcome { border-color: #b9dafc; background: var(--dic-blue-soft); }
.linklike { background: none; border: 0; padding: 0; color: var(--dic-blue-dark); font-weight: 600; text-decoration: underline; }
.wait-form { max-width: 280px; }
.on-kind { background: var(--ink) !important; color: #fff !important; border-color: var(--ink) !important; }

.slot-chips { display: grid; grid-template-columns: repeat(auto-fill, minmax(78px, 1fr)); gap: .35rem; }
.slot-chips .slot { border-radius: 10px; padding: .45rem .3rem; text-align: center; }
.slot-picked { min-height: 1.2em; }
.slot { border: 1px solid var(--line); background: var(--card); border-radius: 99px; padding: .35rem .7rem; font-size: .82rem; font-weight: 600; }
.slot.on { background: var(--dic-blue); border-color: var(--dic-blue); color: #fff; } .slot:disabled { opacity: .45; }
.prep.staged { border-color: #34a15b; background: #f3fbf6; }

/* Workshop board */
.wboard { display: grid; grid-template-columns: repeat(4, minmax(220px, 1fr)); gap: .8rem; overflow-x: auto; }
@media (max-width: 900px) { .wboard { grid-template-columns: repeat(4, 80vw); scroll-snap-type: x mandatory; } .col-b { scroll-snap-align: start; } }
.col-b { background: #f6f8fb; border-radius: 14px; padding: .7rem; min-height: 200px; }
.col-b h2 { font-size: .95rem; font-weight: 700; margin: 0 0 .6rem; display: flex; gap: .4rem; align-items: center; }
.wcard { background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: .7rem; margin-bottom: .6rem; display: block; }
.wcard.overdue { border-color: #d99a22; }
.wt { display: flex; justify-content: space-between; gap: .4rem; } .wt span { font-size: .75rem; color: var(--ink-3); white-space: nowrap; }
.money-table td, .money-table th { padding: .5rem .6rem; vertical-align: middle; white-space: nowrap; }
.pack-thumb { width: 64px; height: 48px; object-fit: cover; border-radius: 6px; margin: 2px; }
@media print { .pack-thumb { width: 120px; height: 90px; } }

.kit-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: .5rem; }
.kit { text-align: left; border: 1px solid var(--line); background: var(--card); border-radius: 12px; padding: .7rem .8rem; display: flex; flex-direction: column; gap: .2rem; }
.kit .pill { align-self: flex-start; }
.kit.on { border-color: var(--dic-blue); background: var(--dic-blue-soft); box-shadow: inset 0 0 0 1px var(--dic-blue); }

.chat { display: flex; flex-direction: column; gap: .4rem; }
.bubble { max-width: 80%; padding: .55rem .75rem; border-radius: 14px; font-size: .95rem; white-space: pre-wrap; }
.bubble small { display: block; font-size: .7rem; opacity: .7; margin-top: .15rem; }
.bubble.theirs { align-self: flex-start; background: #eef1f5; } .bubble.ours { align-self: flex-end; background: var(--dic-blue); color: #fff; }

/* Staff menu: everyday items in the bar, the rest under More */
.more-menu { position: relative; }
.more-menu summary { list-style: none; color: #b8c4d6; padding: .45rem .7rem; border-radius: 8px; font-weight: 500; font-size: .92rem; cursor: pointer; white-space: nowrap; }
.more-menu summary::-webkit-details-marker { display: none; }
.more-menu[open] summary, .more-menu summary:hover { color: #fff; background: rgba(255,255,255,.1); }
.more-list { position: absolute; right: 0; top: 110%; z-index: 50; background: var(--card); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 12px 32px rgba(15,27,45,.18); padding: .4rem; min-width: 230px; }
.staff-head .more-list a { display: flex; gap: .55rem; align-items: center; color: var(--ink); padding: .5rem .6rem; border-radius: 8px; }
.staff-head .more-list a:hover, .staff-head .more-list a.on { background: var(--dic-blue-soft); color: var(--dic-blue-dark); }
.more-head { font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); padding: .45rem .6rem .15rem; }
@media (max-width: 720px) { .more-list { position: fixed; left: 8px; right: 8px; top: auto; min-width: 0; max-height: 70vh; overflow-y: auto; } }

.kiosk-idle { min-height: 80vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: .8rem; padding: 2rem 1rem; }
.kiosk-idle h1 { font-weight: 800; font-size: clamp(1.8rem, 4vw, 2.8rem); } .kiosk-idle p { font-size: 1.2rem; }
.kiosk-logo { width: min(360px, 70vw); } .kiosk-qr { width: 220px; height: 220px; }
.kiosk-done { position: fixed; bottom: 16px; right: 16px; z-index: 90; }
.wallet-btn { display: inline-flex; gap: .4rem; align-items: center; background: #000; color: #fff; border-radius: 10px; padding: .55rem .9rem; font-weight: 700; text-decoration: none; font-size: .9rem; }
.wallet-btn:hover { color: #fff; opacity: .9; }
.lang-switch { font-weight: 700 !important; }
.lang-switch .abbr { display: none; }
/* Phones: the five header links (with the language switch) must fit without the page scrolling sideways. */
@media (max-width: 640px) {
    .site-head .inner { gap: .5rem; padding: .6rem .75rem; }
    .site-head img.logo { height: 24px; }
    .site-head nav { gap: 0; min-width: 0; }
    .site-head nav a { padding: .4rem .45rem; font-size: .9rem; }
    .lang-switch .full { display: none; }
    .lang-switch .abbr { display: inline; }
}
@media (max-width: 400px) { .site-head nav a.hide-xs { display: none; } }
.unit-no { font-variant-numeric: tabular-nums; font-weight: 800; color: var(--dic-blue-dark); }

/* Settings: jump chips to each section. */
.settings-jump { display: flex; gap: .35rem; overflow-x: auto; padding-bottom: .5rem; margin-bottom: .5rem; scrollbar-width: thin; }
.settings-jump a { white-space: nowrap; border: 1px solid var(--line); background: var(--card); border-radius: 99px; padding: .25rem .7rem; font-size: .82rem; font-weight: 600; text-decoration: none; color: var(--ink-2); }
/* Phones: wide money tables scroll inside their card instead of pushing past the screen. */
@media (max-width: 640px) { .card-x table.table, .card-x table.tbl { display: block; overflow-x: auto; white-space: nowrap; } }
h2[id^="s-"], #equipment { scroll-margin-top: 110px; }

/* Help us build: progress that warms from amber to green as a round gets answered. */
.bprog { --c: #9aa5b4; }
.bprog.p1 { --c: #f0a020; } .bprog.p2 { --c: #0080f0; } .bprog.p3 { --c: #14a3a3; } .bprog.p100 { --c: #1e9e57; }
.bprog-top { display: flex; align-items: baseline; justify-content: space-between; gap: .5rem; font-size: .85rem; }
.bprog-word { color: var(--c); font-weight: 700; }
.bprog-num { color: var(--ink-2); white-space: nowrap; }
.bprog-bar { height: 8px; background: var(--line); border-radius: 99px; overflow: hidden; margin-top: .3rem; }
.bprog-bar i { display: block; height: 100%; background: var(--c); border-radius: 99px; transition: width .4s; }
.bprog.big .bprog-top { font-size: 1rem; }
.bprog.big .bprog-bar { height: 12px; }
.bprog.p100 .bprog-bar i { background: linear-gradient(90deg, #1e9e57, #3cc97a); }
.bprog-hero { border: 1px solid var(--line); }
.clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.round-progress { position: sticky; top: 0; z-index: 5; background: var(--bg, #f4f7fb); padding: .5rem 0; }
