@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

:root { font-family: 'DM Sans', sans-serif; color: #171817; background: #f5f1e8; font-synthesis: none; --ink:#171817; --green:#123f3a; --green-2:#1d5a52; --copper:#b76e45; --paper:#f5f1e8; --white:#fffefa; --line:#dedbd3; --muted:#6c706c; --soft:#e9f0ed; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; min-height: 100vh; background: var(--paper); }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3,.brand strong { font-family: 'Manrope', sans-serif; }
h1 { font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.05; letter-spacing: -.045em; }
h2 { letter-spacing: -.025em; }
p { color: var(--muted); line-height: 1.6; }
.brand { display:flex; align-items:center; gap:12px; min-width:max-content; }
.brand img { width:46px; height:46px; border-radius:12px; }
.brand div { display:grid; }
.brand strong { letter-spacing:.18em; font-size:18px; }
.brand span { color:var(--copper); font-size:9px; letter-spacing:.14em; text-transform:uppercase; font-weight:700; }
.primary,.outline,.danger-outline { min-height:46px; padding:0 20px; border-radius:10px; border:1px solid transparent; display:inline-flex; align-items:center; justify-content:center; gap:9px; font-weight:700; transition:.2s; }
.primary { background:var(--green); color:white; }
.primary:hover { background:var(--green-2); transform:translateY(-1px); }
.primary:disabled { opacity:.55; cursor:not-allowed; transform:none; }
.outline { background:transparent; color:var(--green); border-color:#c9c7c0; }
.outline:hover { border-color:var(--green); background:#fff; }
.danger-outline { background:transparent; color:#9b342e; border-color:#d8aaa7; }
.text-button { border:0; background:transparent; color:var(--green); font-weight:700; padding:10px; }
.forgot-link { justify-self:end; border:0; background:transparent; color:var(--green); font-weight:700; padding:0; margin-top:-8px; }
.forgot-link:hover { text-decoration:underline; }
.text-link { color:var(--green); text-decoration:none; display:inline-flex; gap:6px; align-items:center; font-weight:700; }
.icon-button { width:42px; height:42px; border:0; border-radius:9px; background:transparent; color:inherit; display:grid; place-items:center; }
.icon-button:hover { background:rgba(18,63,58,.08); }
.kicker,.eyebrow { color:var(--copper); font-size:12px; letter-spacing:.14em; font-weight:800; }
.landing { max-width:1440px; min-height:100vh; margin:auto; padding:28px 5vw 60px; }
.landing>header,.public-page>header { display:flex; align-items:center; justify-content:space-between; }
.hero { display:grid; grid-template-columns:1.1fr .9fr; gap:7vw; align-items:center; min-height:620px; }
.hero h1 { max-width:760px; font-size:clamp(3.1rem,6vw,6.4rem); }
.lead { font-size:1.16rem; max-width:650px; }
.hero-actions { display:flex; gap:24px; align-items:center; margin-top:32px; }
.hero-art { min-height:500px; display:grid; place-items:center; background:var(--green); border-radius:4px 80px 4px 80px; position:relative; overflow:hidden; }
.hero-art:after { content:""; position:absolute; width:360px; height:360px; border:1px solid rgba(255,255,255,.15); border-radius:50%; box-shadow:0 0 0 80px rgba(255,255,255,.025),0 0 0 160px rgba(255,255,255,.02); }
.blade-mark { position:relative; z-index:1; color:white; text-align:center; display:grid; place-items:center; gap:24px; font:700 1.5rem/1.4 'Manrope'; }
.blade-mark svg { color:var(--copper); }
.feature-row { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line); border:1px solid var(--line); }
.feature-row article { background:var(--white); padding:38px; }
.feature-row svg { color:var(--copper); }
.feature-row h3 { margin:22px 0 8px; }
.auth-page,.setup-page,.config-page { min-height:100vh; display:grid; place-items:center; padding:24px; position:relative; }
.auth-page:before,.setup-page:before { content:""; position:fixed; inset:0 50% 0 0; background:var(--green); z-index:-1; }
.auth-card,.setup-card { width:min(540px,100%); background:var(--white); border:1px solid var(--line); padding:48px; box-shadow:0 24px 70px rgba(25,37,33,.13); display:grid; gap:30px; }
.auth-back { position:absolute; top:24px; left:24px; color:white; }
.stack { display:grid; gap:18px; }
label { display:grid; gap:8px; font-size:14px; font-weight:700; color:#343735; }
input,textarea { width:100%; border:1px solid #cbc9c2; background:white; color:var(--ink); padding:13px 14px; border-radius:8px; outline:none; }
input:focus,textarea:focus { border-color:var(--green); box-shadow:0 0 0 3px rgba(18,63,58,.1); }
textarea { min-height:92px; resize:vertical; }
.field-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.notice { padding:13px 15px; border-left:3px solid var(--green); background:var(--soft); color:var(--green); line-height:1.45; }
.notice.error { background:#fbefee; color:#8f2d28; border-color:#b64c45; }
.notice.success { background:#e8f5ed; color:#21663b; border-color:#32925a; }
.app-shell { display:grid; grid-template-columns:264px 1fr; min-height:100vh; }
.sidebar { height:100vh; position:sticky; top:0; display:flex; flex-direction:column; padding:28px 22px; color:white; background:var(--green); }
.sidebar .brand { padding:0 10px 34px; }
.sidebar .brand img { border:1px solid rgba(255,255,255,.25); }
.sidebar nav { display:grid; gap:6px; }
.sidebar nav button { border:0; background:transparent; color:#eaf1ee; border-radius:8px; padding:13px 14px; display:flex; align-items:center; gap:14px; text-align:left; font-weight:600; }
.sidebar nav button:hover,.sidebar nav button.active { background:rgba(255,255,255,.12); color:white; }
.shop-chip { border-top:1px solid rgba(255,255,255,.25); margin-top:auto; padding:22px 8px 0; display:flex; align-items:center; gap:12px; }
.shop-chip>svg { padding:9px; width:42px; height:42px; border:1px solid rgba(255,255,255,.3); border-radius:50%; }
.shop-chip div { display:grid; min-width:0; }
.shop-chip strong { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.shop-chip span { font-size:12px; opacity:.72; }
.dashboard { min-width:0; }
.desktop-account { height:74px; display:flex; align-items:center; justify-content:flex-end; gap:18px; padding:0 4vw; border-bottom:1px solid var(--line); background:rgba(245,241,232,.85); backdrop-filter:blur(10px); }
.desktop-account span { font-weight:600; }
.content { max-width:1240px; margin:0 auto; padding:48px 4vw 80px; }
.page-heading { display:flex; justify-content:space-between; align-items:flex-start; gap:24px; margin-bottom:32px; }
.page-heading h1 { font-size:2.5rem; margin:5px 0 5px; }
.page-heading p { margin:0; }
.date-chip { border:1px solid var(--line); background:var(--white); padding:11px 14px; display:flex; align-items:center; gap:9px; border-radius:8px; text-transform:capitalize; }
.overview-grid { display:grid; grid-template-columns:minmax(340px,.8fr) minmax(430px,1.2fr); gap:20px; }
.panel,.link-card,.metric-grid article { background:var(--white); border:1px solid var(--line); box-shadow:0 12px 34px rgba(28,39,35,.05); }
.panel { padding:30px; }
.start-panel>p { max-width:500px; }
.round-icon,.empty-icon { width:58px; height:58px; border-radius:50%; display:grid; place-items:center; color:var(--green); background:var(--soft); margin-bottom:22px; }
.setup-list { border:1px solid var(--line); }
.setup-list button { width:100%; display:grid; grid-template-columns:44px 1fr 24px; align-items:center; gap:14px; padding:14px; border:0; border-bottom:1px solid var(--line); background:white; color:var(--ink); text-align:left; }
.setup-list button:last-child { border-bottom:0; }
.setup-list button:hover { background:#faf9f5; }
.step-icon { width:42px; height:42px; display:grid; place-items:center; border-radius:50%; background:var(--soft); color:var(--green); }
.step-icon.done { background:var(--green); color:white; }
.step-icon svg { width:19px; }
.setup-list span:nth-child(2) { display:grid; gap:2px; }
.setup-list small { color:var(--muted); }
.agenda-panel { min-height:500px; }
.agenda-panel .empty { min-height:380px; }
.empty { display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; padding:42px 24px; }
.empty p { max-width:420px; margin-bottom:22px; }
.empty .outline { display:inline-flex; }
.link-card { margin-top:20px; padding:20px 24px; display:flex; justify-content:space-between; align-items:center; gap:20px; }
.link-card>div { display:flex; align-items:center; gap:15px; }
.link-card>div>svg { color:var(--green); }
.link-card span { display:grid; }
.link-card small { color:var(--muted); margin-top:3px; }
.cards-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(280px,1fr)); gap:18px; }
.item-card,.person-card { background:var(--white); border:1px solid var(--line); padding:22px; display:flex; align-items:flex-start; gap:16px; }
.item-avatar,.person-fallback { flex:0 0 52px; width:52px; height:52px; border-radius:50%; display:grid; place-items:center; background:var(--soft); color:var(--green); }
.item-card>div:nth-child(2) { flex:1; }
.item-card h3,.person-card h3 { margin:2px 0 7px; }
.item-card p,.person-card p { margin:0 0 9px; font-size:14px; }
.item-card span { display:flex; gap:5px; align-items:center; color:var(--muted); font-size:13px; }
.item-card>strong { color:var(--green); }
.person-card img { width:64px; height:64px; border-radius:50%; object-fit:cover; }
.person-card span { font-size:13px; color:var(--copper); font-weight:700; }
.modal-backdrop { position:fixed; inset:0; z-index:20; display:grid; place-items:center; padding:20px; background:rgba(7,26,24,.66); }
.modal { width:min(560px,100%); max-height:90vh; overflow:auto; background:var(--white); padding:28px; box-shadow:0 26px 80px rgba(0,0,0,.26); }
.modal>header { display:flex; justify-content:space-between; align-items:center; margin-bottom:24px; }
.modal h2 { margin:0; }
.file-help { display:flex; align-items:center; gap:5px; font-size:12px; color:var(--muted); font-weight:400; }
.booking-list { display:grid; }
.booking-list article { display:grid; grid-template-columns:130px 1fr auto; gap:18px; align-items:center; padding:17px 0; border-bottom:1px solid var(--line); }
.booking-list article:last-child { border-bottom:0; }
.booking-list div { display:grid; gap:4px; }
.booking-list span { color:var(--muted); font-size:13px; }
.booking-list .status { background:var(--soft); color:var(--green); border-radius:5px; padding:5px 8px; }
.metric-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.metric-grid article { padding:28px; display:grid; gap:8px; }
.metric-grid span,.metric-grid small { color:var(--muted); }
.metric-grid strong { font:800 2.2rem 'Manrope'; color:var(--green); }
.settings-list { display:grid; padding:0; }
.settings-list>div { display:flex; align-items:center; gap:18px; padding:24px; border-bottom:1px solid var(--line); }
.settings-list>div.hours-block { display:grid; align-items:stretch; }
.settings-list>div:last-child { border:0; }
.settings-list>div>span { display:grid; flex:1; }
.settings-list small { color:var(--muted); margin-top:4px; }
.logo-preview { width:62px; height:62px; display:grid; place-items:center; background:var(--soft); overflow:hidden; }
.logo-preview img { width:100%; height:100%; object-fit:cover; }
.upload-button { cursor:pointer; }
.hours-list { display:grid; border:1px solid var(--line); }
.hours-row { min-height:54px; display:grid; grid-template-columns:minmax(150px,1fr) 110px 32px 110px; align-items:center; gap:10px; padding:8px 12px; border-bottom:1px solid var(--line); color:var(--muted); }
.hours-row:last-child { border:0; }
.hours-row input[type="time"] { padding:9px; }
.hours-row em { grid-column:2/-1; font-size:13px; }
.day-toggle { display:flex; grid-auto-flow:column; justify-content:start; align-items:center; gap:9px; }
.day-toggle input { width:17px; height:17px; accent-color:var(--green); }
.save-hours { justify-self:start; }
.public-page { min-height:100vh; max-width:740px; margin:auto; padding:28px 24px; }
.public-page>header { margin-bottom:50px; }
.public-logo { width:64px; height:64px; object-fit:cover; border-radius:12px; }
.booking-card { background:var(--white); border:1px solid var(--line); padding:40px; box-shadow:0 20px 70px rgba(25,37,33,.08); }
.booking-card h1 { font-size:2.7rem; margin:8px 0 32px; }
.steps { display:grid; grid-template-columns:repeat(3,1fr); margin:0 0 38px; }
.steps>div { position:relative; display:grid; justify-items:center; gap:8px; color:#969993; }
.steps>div:not(:last-child):after { content:""; height:1px; background:#d2d1cc; position:absolute; top:17px; left:62%; right:-38%; }
.steps span { width:34px; height:34px; border:1px solid #c8c7c1; border-radius:50%; display:grid; place-items:center; background:white; z-index:1; }
.steps .active,.steps .done { color:var(--green); font-weight:700; }
.steps .active span,.steps .done span { background:var(--green); color:white; border-color:var(--green); }
.choice-list { display:grid; border:1px solid var(--line); }
.choice-list button { min-height:76px; display:grid; grid-template-columns:1fr auto 24px; gap:14px; align-items:center; text-align:left; border:0; border-bottom:1px solid var(--line); background:white; padding:14px 18px; color:var(--ink); }
.choice-list button:last-child { border-bottom:0; }
.choice-list button:hover { background:#faf9f5; }
.choice-list button>span { display:grid; gap:4px; }
.choice-list small { color:var(--muted); }
.choice-list b { color:var(--green); }
.choice-list img,.mini-avatar { width:46px; height:46px; border-radius:50%; object-fit:cover; background:var(--soft); display:grid; place-items:center; }
.choice-list img+span,.mini-avatar+span { grid-column:auto; }
.choice-list button:has(img),.choice-list button:has(.mini-avatar) { grid-template-columns:46px 1fr 24px; }
.back-step { margin-top:22px; }
.success-state { text-align:center; padding:40px 10px; }
.success-state>div { width:66px; height:66px; background:var(--green); color:white; display:grid; place-items:center; border-radius:50%; margin:0 auto 24px; }
.public-page>footer { color:var(--muted); text-align:center; font-size:13px; padding:28px; }
.config-page { grid-template-columns:1fr 1fr; max-width:1100px; margin:auto; gap:80px; }
.seller-page { min-height:100vh; max-width:1180px; margin:auto; padding:28px 24px 80px; }
.seller-page>header { display:flex; align-items:center; justify-content:space-between; padding-bottom:28px; border-bottom:1px solid var(--line); }
.seller-page>header>div { display:flex; align-items:center; gap:16px; }
.seller-hero { padding:70px 0 35px; display:grid; grid-template-columns:1fr auto; align-items:end; gap:40px; }
.seller-hero h1 { margin:8px 0 10px; }
.seller-hero p { margin:0; }
.seller-hero form { display:flex; gap:10px; }
.seller-hero input { width:310px; }
.license-result { background:var(--green); color:white; padding:22px; display:grid; grid-template-columns:1fr auto auto; align-items:center; gap:20px; margin-bottom:20px; }
.license-result>div { display:grid; }
.license-result span { opacity:.72; font-size:13px; }
.license-result code { font:700 1.15rem 'Manrope'; letter-spacing:.08em; color:#f2c4a7; }
.license-result .outline { color:white; border-color:rgba(255,255,255,.5); }
.licenses-panel h2 { margin-bottom:22px; }
.license-table article { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:16px 0; border-bottom:1px solid var(--line); }
.license-table article:last-child { border:0; }
.license-table article>div { display:grid; gap:3px; }
.license-table article>div span { color:var(--muted); font-size:13px; }
.license-status { padding:5px 8px; border-radius:5px; background:var(--soft); color:var(--green); font-size:13px; font-weight:700; }
.license-status.revoked { background:#fbefee; color:#8f2d28; }
.loading { padding:60px; text-align:center; color:var(--muted); }
.loading.full { min-height:100vh; display:grid; place-items:center; }
.mobile-header,.mobile-only,.mobile-overlay { display:none; }

@media (max-width: 900px) {
  .hero { grid-template-columns:1fr; padding:70px 0; }
  .hero-art { min-height:360px; }
  .feature-row { grid-template-columns:1fr; }
  .app-shell { display:block; }
  .nav-wrap { position:fixed; inset:0 auto 0 0; width:280px; z-index:15; transform:translateX(-105%); transition:.25s; }
  .nav-wrap.open { transform:none; }
  .sidebar { width:280px; }
  .mobile-overlay { display:block; position:fixed; inset:0; background:rgba(0,0,0,.46); z-index:14; opacity:0; pointer-events:none; transition:.25s; }
  .mobile-overlay.show { opacity:1; pointer-events:auto; }
  .mobile-only { display:grid; color:white; }
  .sidebar-top { display:flex; justify-content:space-between; align-items:flex-start; }
  .mobile-header { height:68px; display:flex; align-items:center; justify-content:space-between; padding:0 18px; border-bottom:1px solid var(--line); }
  .mobile-header .brand img { width:38px; height:38px; }
  .mobile-header .brand strong { font-size:14px; }
  .desktop-account { display:none; }
  .content { padding:30px 20px 70px; }
  .overview-grid { grid-template-columns:1fr; }
  .page-heading { align-items:flex-end; }
}
@media (max-width: 620px) {
  h1 { font-size:2.15rem; }
  .landing { padding:20px; }
  .landing .brand span { display:none; }
  .hero { min-height:auto; padding:75px 0 50px; }
  .hero h1 { font-size:2.9rem; }
  .hero-actions { align-items:stretch; flex-direction:column; }
  .hero-art { min-height:270px; border-radius:2px 44px; }
  .feature-row article { padding:28px; }
  .auth-page:before,.setup-page:before { display:none; }
  .auth-card,.setup-card { padding:30px 24px; }
  .auth-back { color:var(--green); }
  .page-heading { display:grid; }
  .page-heading .primary { width:100%; }
  .date-chip { display:none; }
  .panel { padding:22px; }
  .start-panel { padding:24px 18px; }
  .agenda-panel { min-height:auto; }
  .agenda-panel .empty { min-height:300px; }
  .link-card { align-items:stretch; flex-direction:column; }
  .link-card .primary { width:100%; }
  .field-row,.metric-grid { grid-template-columns:1fr; }
  .settings-list>div { align-items:flex-start; flex-wrap:wrap; }
  .settings-list>div>span { min-width:180px; }
  .hours-row { grid-template-columns:1fr 1fr 22px 1fr; font-size:13px; }
  .hours-row .day-toggle { grid-column:1/-1; }
  .booking-list article { grid-template-columns:1fr auto; }
  .booking-list article>time { grid-column:1/-1; }
  .public-page { padding:18px 14px; }
  .public-page>header { margin-bottom:30px; }
  .booking-card { padding:28px 18px; }
  .booking-card h1 { font-size:2rem; }
  .steps small { font-size:11px; text-align:center; }
  .config-page { display:flex; flex-direction:column; justify-content:center; gap:45px; }
  .seller-page>header>div>span { display:none; }
  .seller-hero { grid-template-columns:1fr; padding-top:45px; }
  .seller-hero form { display:grid; }
  .seller-hero input { width:100%; }
  .license-result { grid-template-columns:1fr; }
}

/* Fluxos finais de cliente e profissional */
.slot-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(82px,1fr)); gap:10px; margin:12px 0 6px; }
.slot { border:1px solid var(--line); background:#fff; color:var(--green); border-radius:10px; padding:12px 8px; font-weight:800; cursor:pointer; }
.slot:hover,.slot.selected { border-color:var(--copper); background:var(--green); color:#fff; }
.connected-badge { display:block; margin-top:8px; color:var(--green); font-weight:800; }
.compact-action { margin-top:10px; padding:8px 11px; font-size:12px; }
.booking-list select,.portal-list select { border:1px solid var(--line); border-radius:10px; background:#fff; padding:9px 10px; color:var(--ink); }
.portal-page { min-height:100vh; max-width:1160px; margin:auto; padding:28px 24px 70px; }
.portal-page>header { display:flex; align-items:center; justify-content:space-between; gap:20px; border-bottom:1px solid var(--line); padding-bottom:22px; }
.portal-page>header>div { display:flex; align-items:center; gap:14px; }
.portal-page>header span { color:var(--muted); }
.portal-hero { padding:70px 0 34px; max-width:720px; }
.portal-hero h1 { margin:8px 0 10px; font-size:clamp(42px,7vw,76px); line-height:.95; }
.portal-hero p:last-child { color:var(--muted); font-size:18px; }
.portal-list { display:grid; gap:12px; }
.portal-list article { display:flex; align-items:center; gap:16px; background:#fff; border:1px solid var(--line); border-radius:16px; padding:18px; box-shadow:var(--shadow-soft); }
.portal-list article>img,.portal-list article>.person-fallback { width:54px; height:54px; border-radius:13px; object-fit:cover; flex:0 0 auto; }
.portal-list article>time { min-width:70px; color:var(--green); font-weight:900; font-size:20px; }
.portal-list article>div:nth-child(2) { display:grid; gap:3px; flex:1; }
.portal-list article span { color:var(--muted); }
.portal-actions { display:flex!important; flex-direction:row!important; gap:8px!important; }
.portal-actions a { text-decoration:none; }
.access-options { margin-top:38px; padding:26px; border:1px dashed var(--line); border-radius:16px; }
.access-options h2 { margin:0 0 6px; }
.access-options p { color:var(--muted); }
.access-options>div { display:flex; gap:10px; flex-wrap:wrap; margin-top:16px; }
@media (max-width:680px) {
  .portal-page { padding:20px 14px 50px; }
  .portal-page>header>div>span { display:none; }
  .portal-hero { padding:46px 0 26px; }
  .portal-list article { align-items:flex-start; flex-wrap:wrap; }
  .portal-list article>div:nth-child(2) { min-width:calc(100% - 80px); }
  .portal-actions { width:100%; }
  .portal-actions>* { flex:1; text-align:center; justify-content:center; }
  .booking-list article { flex-wrap:wrap; }
  .booking-list select { width:100%; }
}

.card-actions { display:flex; flex-wrap:wrap; gap:8px; margin-top:12px; align-items:center; }
.card-actions .compact-action { margin-top:0; }
.manager-sections { display:grid; gap:28px; }
.manager-sections>section { display:grid; gap:12px; padding-bottom:24px; border-bottom:1px solid var(--line); }
.manager-sections>section:last-child { border-bottom:0; padding-bottom:0; }
.manager-sections h3, .manager-sections p { margin:0; }
.manager-sections p, .muted-line { color:var(--muted); }
.service-checks { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; padding:12px 0; border:0; }
.service-checks label { display:flex; align-items:center; gap:9px; padding:11px 12px; border:1px solid var(--line); border-radius:10px; font-weight:700; }
.service-checks input { width:17px; height:17px; }
.block-form { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.block-form label:last-of-type, .block-form button { grid-column:1/-1; }
.block-list { display:grid; gap:8px; }
.block-list>div { display:flex; justify-content:space-between; align-items:center; gap:14px; padding:12px; border:1px solid var(--line); border-radius:12px; }
.block-list span { display:grid; gap:3px; }
.block-list small { color:var(--muted); }
.preferences-block { align-items:flex-start!important; }
.preferences-block>span { min-width:210px; }
.preferences-grid { flex:1; display:grid!important; grid-template-columns:repeat(2,minmax(150px,1fr)); gap:12px!important; }
.preferences-grid label { display:grid; gap:6px; font-size:13px; font-weight:700; }
.preferences-grid input { width:100%; }
.portal-history { margin-top:36px; }
.portal-history h2 { margin:0 0 14px; }

@media (max-width:680px) {
  .service-checks, .block-form, .preferences-grid { grid-template-columns:1fr; }
  .block-form label:last-of-type, .block-form button { grid-column:auto; }
  .hours-row { grid-template-columns:1fr 1fr; }
  .hours-row .day-toggle, .hours-row em { grid-column:1/-1; }
  .block-list>div { align-items:flex-start; flex-direction:column; }
}
