:root {
    --bg: #03050b;
    --panel: rgba(10, 14, 27, .88);
    --panel-soft: rgba(255, 255, 255, .045);
    --line: rgba(255, 255, 255, .11);
    --text: #f8f8ff;
    --muted: #9da6ba;
    --violet: #9b6cff;
    --blue: #56c8ff;
    --mint: #73f0cc;
    --danger: #ff7f9f;
    --font-display: "Chakra Petch", sans-serif;
    --font-body: "Sora", sans-serif;
}

* { box-sizing: border-box; }
html { color-scheme: dark; scroll-behavior: smooth; }

body {
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 8% 4%, rgba(86, 200, 255, .09), transparent 31rem),
        radial-gradient(circle at 90% 90%, rgba(155, 108, 255, .12), transparent 34rem),
        var(--bg);
    color: var(--text);
    font-family: var(--font-body);
}

body::before {
    position: fixed;
    inset: 0;
    z-index: -1;
    background-image:
        linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: radial-gradient(circle at center, #000, transparent 82%);
    content: "";
}

button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.ambient { position: fixed; z-index: -1; width: 25rem; height: 25rem; border-radius: 50%; filter: blur(100px); opacity: .15; pointer-events: none; }
.ambient-one { top: 8rem; right: -10rem; background: var(--violet); }
.ambient-two { bottom: -12rem; left: -8rem; background: var(--blue); }

.site-header {
    width: min(1520px, calc(100% - 32px));
    height: 104px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
}

.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(115, 240, 204, .45); border-radius: 13px; background: linear-gradient(145deg, rgba(86,200,255,.2), rgba(155,108,255,.22)); box-shadow: inset 0 0 20px rgba(86,200,255,.12), 0 0 28px rgba(86,200,255,.08); color: var(--mint); font: 700 28px/1 var(--font-display); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font: 700 20px/1 var(--font-display); letter-spacing: .2em; }
.brand-copy small { margin-top: 6px; color: var(--muted); font-size: 10px; letter-spacing: .3em; }
.header-actions { display: flex; align-items: center; gap: 24px; }
.header-status { color: var(--muted); font-size: 14px; }
.header-status i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 12px var(--mint); }
.back-link { color: #d8deea; font-size: 14px; text-decoration: none; }
.back-link::after { margin-left: 7px; content: "↗"; }

.booking-shell {
    width: min(1520px, calc(100% - 32px));
    margin: 0 auto;
    padding: 54px 0 72px;
    display: grid;
    grid-template-columns: minmax(280px, .58fr) minmax(0, 1.42fr);
    gap: clamp(28px, 3vw, 46px);
    align-items: start;
}

.intro { position: sticky; top: 38px; padding-top: 28px; }
.eyebrow, .card-kicker { margin: 0; color: var(--mint); font: 700 14px/1.2 var(--font-display); letter-spacing: .22em; }
.intro h1 { margin: 24px 0; font: 700 clamp(52px, 5.1vw, 78px)/.98 var(--font-display); letter-spacing: -.035em; }
.intro h1 span { color: transparent; background: linear-gradient(90deg, var(--blue), var(--violet)); background-clip: text; -webkit-background-clip: text; }
.intro-copy { max-width: 540px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.68; }

.meeting-summary { max-width: 500px; margin-top: 38px; padding: 21px; display: flex; align-items: center; gap: 17px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.035); }
.summary-icon { width: 56px; height: 56px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 15px; background: linear-gradient(145deg, rgba(86,200,255,.2), rgba(155,108,255,.22)); color: var(--blue); font-size: 25px; }
.summary-copy { min-width: 0; display: flex; flex: 1; flex-direction: column; gap: 4px; }
.summary-copy span, .summary-copy small { color: var(--muted); font-size: 13px; }
.summary-copy strong { overflow: hidden; font-size: 16px; text-overflow: ellipsis; white-space: nowrap; }
.reassurance { margin: 32px 0 0; padding: 0; display: grid; gap: 16px; list-style: none; color: #bdc4d2; font-size: 15px; }
.reassurance span { display: inline-grid; width: 25px; height: 25px; margin-right: 10px; place-items: center; border-radius: 50%; background: rgba(115,240,204,.1); color: var(--mint); font-size: 12px; }

.booking-card { position: relative; min-height: 820px; padding: clamp(36px, 3.5vw, 54px); overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: linear-gradient(160deg, rgba(14,19,36,.98), rgba(6,9,18,.96)); box-shadow: 0 30px 80px rgba(0,0,0,.36), inset 0 1px rgba(255,255,255,.06); scroll-margin-top: 18px; }
.booking-card::before { position: absolute; inset: 0 0 auto; height: 2px; background: linear-gradient(90deg, transparent, var(--blue), var(--violet), transparent); content: ""; }
.steps { margin-bottom: 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.step { position: relative; display: flex; align-items: center; gap: 8px; color: #697187; }
.step:not(:last-child)::after { position: absolute; left: 40px; right: 10px; top: 16px; height: 1px; background: rgba(255,255,255,.1); content: ""; }
.step span { position: relative; z-index: 1; width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; background: #0c1120; font: 600 12px/1 var(--font-body); }
.step small { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.step.is-active { color: var(--text); }
.step.is-active span { border-color: var(--blue); background: var(--blue); color: #041018; box-shadow: 0 0 18px rgba(86,200,255,.28); }
.step.is-complete span { border-color: rgba(115,240,204,.5); background: rgba(115,240,204,.12); color: var(--mint); }
.step.is-complete:not(:last-child)::after { background: linear-gradient(90deg, rgba(115,240,204,.6), rgba(115,240,204,.14)); }
.booking-panel { animation: panel-in .3s ease both; }
.booking-panel[hidden] { display: none; }
@keyframes panel-in { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }

.card-heading h2, .panel-nav h2 { margin: 12px 0 0; font: 600 clamp(36px, 3.4vw, 46px)/1.12 var(--font-display); }
.card-heading p:last-child { margin: 13px 0 0; color: var(--muted); font-size: 16px; line-height: 1.5; }
.service-grid { margin-top: 31px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.service-card { min-height: 142px; padding: 22px; display: grid; grid-template-columns: 54px minmax(0, 1fr) 23px; align-items: center; gap: 17px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.027); color: var(--text); text-align: left; cursor: pointer; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.service-card:hover { transform: translateY(-2px); border-color: rgba(86,200,255,.32); background: rgba(86,200,255,.055); }
.service-card.is-selected { border-color: rgba(86,200,255,.6); background: linear-gradient(120deg, rgba(86,200,255,.1), rgba(155,108,255,.075)); box-shadow: inset 0 0 0 1px rgba(86,200,255,.05), 0 10px 28px rgba(0,0,0,.12); }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 14px; background: rgba(255,255,255,.055); color: var(--blue); font: 600 24px/1 var(--font-display); }
.service-copy { min-width: 0; display: flex; flex-direction: column; gap: 8px; }
.service-copy strong { font-size: 16px; line-height: 1.3; }
.service-copy small { display: -webkit-box; overflow: hidden; color: var(--muted); font-size: 13px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.service-radio { width: 23px; height: 23px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.service-radio i { width: 9px; height: 9px; border-radius: 50%; background: transparent; }
.service-card.is-selected .service-radio { border-color: var(--blue); }
.service-card.is-selected .service-radio i { background: var(--blue); box-shadow: 0 0 9px rgba(86,200,255,.55); }

.primary-button { width: 100%; min-height: 68px; margin-top: 32px; padding: 0 28px; display: flex; align-items: center; justify-content: center; gap: 14px; border: 0; border-radius: 17px; background: linear-gradient(105deg, #79dcff, #9f7cff 62%, #d984ff); color: #060814; font: 700 17px/1 var(--font-body); text-decoration: none; cursor: pointer; box-shadow: 0 14px 30px rgba(132,110,255,.2); transition: filter .18s ease, transform .18s ease, opacity .18s ease; }
.primary-button:not(:disabled):hover { transform: translateY(-1px); filter: brightness(1.08); }
.primary-button:disabled { opacity: .34; cursor: not-allowed; box-shadow: none; }
.primary-button span { font-size: 21px; }
.primary-button.is-loading { cursor: wait; }

.panel-nav { display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; align-items: center; gap: 17px; }
.back-button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.035); color: var(--muted); font-size: 18px; cursor: pointer; }
.timezone { padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 12px; white-space: nowrap; }
.selected-service-bar { margin-top: 28px; padding: 15px 17px; display: grid; grid-template-columns: 40px minmax(0, 1fr) auto auto; align-items: center; gap: 13px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.03); }
.selected-service-bar > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; background: rgba(86,200,255,.09); color: var(--blue); font-size: 18px; }
.selected-service-bar strong { overflow: hidden; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
.selected-service-bar small { color: var(--muted); font-size: 12px; }
.selected-service-bar button, .text-button { border: 0; background: transparent; color: var(--blue); font-size: 12px; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }

.calendar-layout { margin-top: 24px; display: grid; grid-template-columns: minmax(360px, 1fr) minmax(270px, .76fr); gap: 16px; }
.calendar-card, .slots-card { min-height: 390px; padding: 21px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.025); }
.calendar-header { display: grid; grid-template-columns: 38px 1fr 38px; align-items: center; gap: 10px; }
.calendar-header strong { font: 600 19px/1 var(--font-display); text-align: center; text-transform: capitalize; }
.calendar-header button { width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 9px; background: rgba(255,255,255,.035); color: var(--text); font-size: 16px; cursor: pointer; }
.calendar-header button:disabled { opacity: .2; cursor: not-allowed; }
.weekday-row, .calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 7px; }
.weekday-row { margin: 22px 0 11px; color: #778197; font-size: 11px; text-align: center; text-transform: uppercase; }
.calendar-day { aspect-ratio: 1; min-width: 0; border: 1px solid transparent; border-radius: 10px; background: transparent; color: #c8ceda; font-size: 15px; cursor: pointer; transition: background .16s ease, border-color .16s ease; }
.calendar-day:hover:not(:disabled) { border-color: var(--line); background: rgba(255,255,255,.05); }
.calendar-day:disabled { color: #333948; cursor: not-allowed; }
.calendar-day.is-today { border-color: rgba(115,240,204,.28); color: var(--mint); }
.calendar-day.is-selected { border-color: var(--blue); background: var(--blue); color: #051018; font-weight: 700; box-shadow: 0 0 15px rgba(86,200,255,.2); }
.slots-card { display: flex; flex-direction: column; }
.slots-heading { min-height: 44px; padding-bottom: 14px; display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--line); }
.slots-heading strong { font-size: 15px; line-height: 1.4; }
.slots-heading span { color: var(--muted); font-size: 11px; white-space: nowrap; }
.slots-content { min-height: 290px; padding-top: 16px; overflow: auto; scrollbar-width: thin; }
.slots-placeholder { min-height: 260px; display: grid; align-content: center; justify-items: center; color: #697287; text-align: center; }
.slots-placeholder span { font-size: 31px; }
.slots-placeholder p { max-width: 230px; margin: 13px 0 0; font-size: 13px; line-height: 1.55; }
.slots-content.is-loading .slots-placeholder span { animation: pulse 1s ease infinite; }
@keyframes pulse { 50% { opacity: .25; } }
.slot-group + .slot-group { margin-top: 15px; }
.slot-group > small { display: block; margin-bottom: 10px; color: #7b8498; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.slot-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.time-slot { min-height: 48px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.03); color: #dde2ed; font-size: 14px; cursor: pointer; }
.time-slot:hover { border-color: rgba(86,200,255,.4); }
.time-slot.is-selected { border-color: var(--blue); background: rgba(86,200,255,.13); color: var(--blue); font-weight: 700; }

.appointment-recap { margin-top: 27px; padding: 18px; display: grid; grid-template-columns: 1.35fr 1fr .65fr; gap: 18px; border: 1px solid rgba(86,200,255,.22); border-radius: 14px; background: rgba(86,200,255,.045); }
.appointment-recap div { display: flex; min-width: 0; flex-direction: column; gap: 5px; }
.appointment-recap span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.appointment-recap strong { overflow: hidden; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
#bookingForm { margin-top: 21px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field > span { color: #cdd3df; font-size: 14px; }
.field input, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 10px; outline: 0; background: rgba(255,255,255,.035); color: var(--text); font-size: 10px; transition: border-color .18s ease, box-shadow .18s ease; }
.field input { height: 56px; padding: 0 16px; font-size: 15px; }
.field textarea { min-height: 130px; padding: 15px 16px; resize: vertical; font-size: 15px; line-height: 1.55; }
.field input::placeholder, .field textarea::placeholder { color: #626a7b; }
.field input:focus, .field textarea:focus { border-color: rgba(86,200,255,.6); box-shadow: 0 0 0 3px rgba(86,200,255,.08); }
.field-wide { margin-top: 13px; }
.field > small { min-height: 13px; color: var(--danger); font-size: 11px; }
.field.is-invalid input, .field.is-invalid textarea { border-color: rgba(255,127,159,.7); }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.consent { margin-top: 7px; display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.consent input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--blue); }
.consent a { color: var(--blue); }
.form-message { min-height: 20px; margin: 12px 0 -5px; color: var(--danger); font-size: 12px; text-align: center; }

.confirmation-panel { padding-top: 33px; text-align: center; }
.success-mark { width: 64px; height: 64px; margin: 0 auto 20px; display: grid; place-items: center; border: 1px solid rgba(115,240,204,.55); border-radius: 50%; background: rgba(115,240,204,.1); color: var(--mint); font-size: 25px; box-shadow: 0 0 34px rgba(115,240,204,.14); }
.confirmation-panel h2 { margin: 10px 0; font: 700 clamp(34px, 5vw, 48px)/1 var(--font-display); }
.confirmation-copy { max-width: 560px; margin: 0 auto; color: var(--muted); font-size: 14px; line-height: 1.65; }
.confirmation-ticket { max-width: 500px; margin: 26px auto 0; padding: 20px; display: grid; grid-template-columns: 1.4fr 1fr .75fr; gap: 14px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.035); text-align: left; }
.confirmation-ticket div { display: flex; flex-direction: column; gap: 5px; }
.confirmation-ticket span { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.confirmation-ticket strong { font-size: 13px; line-height: 1.4; }
.confirmation-ticket > small { grid-column: 1 / -1; padding-top: 12px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.confirmation-actions { max-width: 500px; margin: 0 auto; display: grid; grid-template-columns: 1.3fr .7fr; gap: 10px; }
.secondary-button { min-height: 56px; margin-top: 24px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 14px; color: var(--text); font-size: 13px; text-decoration: none; }
.confirmation-panel .text-button { margin-top: 19px; }

.privacy-note { margin: 18px 0 -9px; color: #70798c; font-size: 11px; line-height: 1.5; text-align: center; }
footer { width: min(1520px, calc(100% - 32px)); margin: 0 auto; padding: 28px 0 36px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: #727b8e; font-size: 12px; }
footer div { display: flex; gap: 18px; }
footer a { color: inherit; text-decoration: none; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid var(--mint); outline-offset: 3px; }

@media (max-width: 1020px) {
    .booking-shell { grid-template-columns: 1fr; gap: 42px; }
    .intro { position: static; max-width: 720px; padding-top: 0; }
    .booking-card { max-width: 1000px; width: 100%; margin: 0 auto; }
}

@media (max-width: 700px) {
    .site-header { width: min(100% - 28px, 1240px); height: 76px; }
    .header-status, .back-link { font-size: 0; }
    .header-status i { margin: 0; }
    .back-link::after { margin: 0; font-size: 15px; }
    .booking-shell { width: min(100% - 28px, 1240px); padding: 39px 0; }
    .intro h1 { font-size: clamp(38px, 12vw, 54px); }
    .booking-card { min-height: 680px; padding: 28px 20px; border-radius: 21px; }
    .step small { display: none; }
    .service-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 120px; padding: 18px; grid-template-columns: 50px minmax(0, 1fr) 23px; gap: 14px; }
    .service-icon { width: 50px; height: 50px; }
    .panel-nav { grid-template-columns: 34px 1fr; }
    .panel-nav .timezone { display: none; }
    .calendar-layout { grid-template-columns: 1fr; }
    .calendar-card, .slots-card { min-height: 0; }
    .slots-content { min-height: 0; }
    .slots-placeholder { min-height: 150px; }
    .slot-grid { grid-template-columns: repeat(3, 1fr); }
    .form-grid { grid-template-columns: 1fr; gap: 7px; }
    .appointment-recap, .confirmation-ticket { grid-template-columns: 1fr 1fr; }
    .appointment-recap > div:first-child, .confirmation-ticket > div:first-child { grid-column: 1 / -1; }
    .confirmation-actions { grid-template-columns: 1fr; }
    .secondary-button { margin-top: 0; }
    footer { width: min(100% - 28px, 1240px); }
}

@media (max-width: 420px) {
    .brand-copy strong { font-size: 15px; }
    .meeting-summary { padding: 13px; }
    .selected-service-bar { grid-template-columns: 30px minmax(0, 1fr) auto; }
    .selected-service-bar small { display: none; }
    .slot-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}

/* Client self-service page */
.manage-page { min-height: 100vh; }
.manage-shell { width: min(720px, calc(100% - 28px)); margin: 0 auto; padding: 72px 0; }
.manage-card { position: relative; padding: clamp(25px, 6vw, 48px); border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(160deg, rgba(14,19,36,.98), rgba(6,9,18,.96)); box-shadow: 0 30px 80px rgba(0,0,0,.36); }
.manage-title-row { margin-top: 10px; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.manage-title-row h1, .manage-empty h1 { margin: 0; font: 700 clamp(28px, 5vw, 42px)/1.05 var(--font-display); }
.manage-title-row p, .manage-empty > p { margin: 8px 0 0; color: var(--muted); font-size: 9px; }
.status-pill { display: inline-flex; width: fit-content; padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.04); color: var(--muted); font-size: 7px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.status-confirmed { border-color: rgba(115,240,204,.28); background: rgba(115,240,204,.08); color: var(--mint); }
.status-pending { border-color: rgba(255,198,95,.3); background: rgba(255,198,95,.08); color: #ffd27b; }
.status-cancelled, .status-no_show { border-color: rgba(255,127,159,.3); background: rgba(255,127,159,.08); color: var(--danger); }
.status-completed { border-color: rgba(86,200,255,.28); background: rgba(86,200,255,.08); color: var(--blue); }
.manage-details { margin-top: 30px; padding: 20px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.025); }
.manage-details div { display: flex; flex-direction: column; gap: 5px; }
.manage-details span { color: var(--muted); font-size: 7px; text-transform: uppercase; letter-spacing: .12em; }
.manage-details strong { font-size: 13px; }
.manage-details small { color: #6e7789; font-size: 7px; }
.manage-actions { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10px; }
.cancel-zone { margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line); }
.cancel-zone summary { color: var(--muted); font-size: 9px; cursor: pointer; }
.cancel-zone p { color: #6d7586; font-size: 8px; }
.danger-button { min-height: 39px; padding: 0 15px; border: 1px solid rgba(255,127,159,.35); border-radius: 10px; background: rgba(255,127,159,.08); color: var(--danger); font-size: 8px; cursor: pointer; }
.notice { margin: 18px 0 0; padding: 11px 13px; border-radius: 10px; font-size: 8px; }
.success-notice { border: 1px solid rgba(115,240,204,.28); background: rgba(115,240,204,.08); color: var(--mint); }
.error-notice { border: 1px solid rgba(255,127,159,.3); background: rgba(255,127,159,.08); color: var(--danger); }
.manage-empty { text-align: center; }
.manage-empty .is-error { border-color: rgba(255,127,159,.4); background: rgba(255,127,159,.08); color: var(--danger); }
.manage-empty .card-kicker { margin-bottom: 12px; }
.manage-empty .primary-button { max-width: 300px; margin-right: auto; margin-left: auto; }

@media (max-width: 560px) {
    .manage-shell { padding: 42px 0; }
    .manage-title-row { flex-direction: column; }
    .manage-details, .manage-actions { grid-template-columns: 1fr; }
    .manage-actions .secondary-button { margin-top: 0; }
}
