/* app/css/40-lavanderia.css — estratto da app.css (2026-07, split senza build). */
/* ========== LAVANDERIA SUB-PAGE ========== */
.lab-hero { padding: 14px 18px 0; }
.lab-hero h2 { font-size: 22px; font-weight: 800; letter-spacing: -0.02em; }
.lab-hero .ad { font-size: 13px; color: var(--ink-3); margin-top: 4px; }
/* Orari "Tutti i giorni …": grigio (come l'indirizzo) ma bold, icona allineata al centro col testo */
.lab-hero .ad.lab-hours { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; }

.contact-strip { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; margin: 14px 18px 0; }
.contact-strip a { border-radius: 14px; padding: 9px 6px; display: flex; flex-direction: column; align-items: center; gap: 3px; text-align: center; cursor: pointer; text-decoration: none; }
.contact-strip a:active { transform: scale(0.97); }
.contact-strip a.call { background: var(--brand-soft); }
.contact-strip a.wa { background: var(--brand-soft); }
.contact-strip a.dir { background: var(--brand-soft); }
.contact-strip a .ic { width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; background: transparent; }
.contact-strip a .ic .i { width: 20px; height: 20px; }
.contact-strip a.call .ic { color: var(--brand); }
.contact-strip a.wa .ic { color: var(--brand); }
.contact-strip a.dir .ic { color: var(--brand); }
.contact-strip a .ttl { font-size: 12px; font-weight: 800; }
.contact-strip a.call .ttl { color: var(--brand); }
.contact-strip a.wa .ttl { color: var(--brand); }
.contact-strip a.dir .ttl { color: var(--brand); }

.cm-card { background: var(--surface); border-radius: 14px; box-shadow: var(--shadow-card); margin: 10px 18px 0; padding: 14px; display: flex; align-items: center; gap: 14px; cursor: pointer; transition: background 120ms ease; }
.cm-card:active { background: var(--bg); }
.cm-card.busy { background: #FFF5F5; }
/* opacity removed (WCAG). Bordo grigio neutro: distingue stato non-disponibile senza allarmismo (Andrea 2026-05-18 chiede il dimming neutro, non un bordo rosso che sembra errore critico). */
.cm-card.broken { background: var(--surface); box-shadow: inset 0 0 0 1px var(--line), var(--shadow-card); }
.cm-card.broken .info .nm { color: var(--ink-2); }
.cm-card.booked { background: #F5F9FF; }
/* Icona macchina — 4 stati: verde libera · rossa occupata · blu prenotata · grigia guasta */
.cm-card .id-circle { width: 52px; height: 52px; border-radius: 16px; background: #DCFCE7; color: var(--ok); display: flex; align-items: center; justify-content: center; flex-shrink: 0; position: relative; }
.cm-card.busy .id-circle { background: #FEE2E2; color: var(--danger); }
.cm-card.booked .id-circle { background: #DBEAFE; color: var(--info); }
.cm-card.broken .id-circle { background: var(--bg); color: var(--ink-3); }
.cm-card .id-circle .id-letter { position: absolute; bottom: -4px; right: -4px; background: var(--ink); color: #fff; font-weight: 800; font-size: 12px; min-width: 22px; padding: 0 5px; height: 22px; border-radius: 11px; border: 2px solid var(--surface); display: flex; align-items: center; justify-content: center; }
.cm-card .info { flex: 1; min-width: 0; }
.cm-card .info .nm { font-size: 14px; font-weight: 700; }
.cm-card .info .price { font-size: 12px; color: var(--ink-3); margin-top: 2px; }
.cm-card .right { text-align: right; flex-shrink: 0; }
.cm-card .right .countdown { font-size: 16px; font-weight: 800; letter-spacing: -0.02em; color: var(--danger); font-variant-numeric: tabular-nums; }
.cm-card.booked .right .countdown { color: var(--info); }
.cm-card .right .lbl { font-size: 10px; color: var(--ink-3); font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; margin-top: 2px; }
.cm-card .right .lbl .lbl-q { text-transform: none; font-weight: 600; letter-spacing: 0; opacity: 0.85; }
.cm-card .pill-status { font-size: 11px; padding: 3px 9px; border-radius: 999px; font-weight: 700; }
.cm-card .pill-status.free { background: #E8F8EE; color: var(--ok-text); }
.cm-card .pill-status.broken { background: var(--bg); color: var(--ink-3); }
.cm-card .pill-status.booked { background: #DBEAFE; color: var(--info); }
.cm-card .right .arr { color: var(--ink-3); opacity: 0.5; vertical-align: middle; margin-left: 4px; }
/* Menu icona ... sulla card macchina */

