:root {
  color-scheme: light;
  --pink: #ed0b71;
  --pink-dark: #be0757;
  --pink-soft: #fff0f6;
  --ink: #17151d;
  --muted: #77717d;
  --line: #ece8ed;
  --surface: #ffffff;
  --canvas: #fbf8fa;
  --green: #16a461;
  --green-soft: #eaf8f1;
  --blue: #3b82f6;
  --amber: #e99b14;
  --violet: #7558e8;
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 17px;
  --shadow: 0 16px 40px rgba(45, 26, 39, .09);
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  font-family: Inter, ui-rounded, "SF Pro Rounded", "SF Pro Display", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--canvas); scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
button { -webkit-tap-highlight-color: transparent; }
svg { fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }

.app-shell { width: min(100%, 760px); min-height: 100svh; margin: 0 auto; background: var(--canvas); }
.topbar { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; min-height: calc(72px + var(--safe-top)); padding: calc(12px + var(--safe-top)) 20px 12px; background: rgba(251,248,250,.88); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(228,222,227,.7); }
.brand { display: flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 43px; aspect-ratio: 1; border-radius: 15px; background: linear-gradient(145deg, #fb197f, #c9065d); color: white; font-size: 24px; font-weight: 900; box-shadow: 0 9px 22px rgba(237,11,113,.24); }
.brand-copy { display: grid; line-height: 1.08; }
.brand-copy strong { font-size: 18px; letter-spacing: -.03em; }
.brand-copy small { color: var(--muted); font-size: 12px; margin-top: 3px; }
.avatar-button { position: relative; display: grid; place-items: center; width: 44px; aspect-ratio: 1; border: 0; border-radius: 50%; background: #22202a; color: white; font-weight: 800; cursor: pointer; }
.avatar-button i { position: absolute; right: 0; bottom: 0; width: 12px; height: 12px; border: 2px solid var(--canvas); border-radius: 50%; background: #2dcc78; }

main { padding: 18px 18px calc(104px + var(--safe-bottom)); }
.view { display: none; animation: view-in .24s ease both; }
.view.is-active { display: block; }
@keyframes view-in { from { opacity: 0; transform: translateY(5px); } }
.welcome-row, .section-heading--inline { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.welcome-row { margin: 2px 2px 20px; }
.eyebrow, .overline { margin: 0 0 6px; color: var(--pink-dark); font-weight: 800; text-transform: uppercase; letter-spacing: .075em; font-size: 11px; }
h1, h2, p { margin-top: 0; }
h1 { margin-bottom: 5px; font-size: clamp(29px, 8vw, 40px); line-height: 1.05; letter-spacing: -.045em; }
h2 { letter-spacing: -.035em; }
.muted { color: var(--muted); margin-bottom: 0; font-size: 15px; line-height: 1.45; }
.icon-button { position: relative; display: grid; place-items: center; flex: 0 0 auto; width: 46px; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 16px; background: white; color: var(--ink); cursor: pointer; box-shadow: 0 7px 20px rgba(45,26,39,.06); }
.icon-button svg { width: 23px; }
.notification-dot { position: absolute; top: -7px; right: -7px; display: grid; place-items: center; width: 21px; height: 21px; border: 2px solid var(--canvas); border-radius: 50%; background: var(--pink); color: white; font-size: 10px; font-weight: 900; }

.general-state { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 14px; padding: 19px; overflow: hidden; border: 1px solid; border-radius: var(--radius-xl); box-shadow: 0 13px 34px rgba(45,26,39,.07); }
.general-state::after { content: ""; position: absolute; right: -34px; bottom: -45px; width: 125px; height: 125px; border: 26px solid currentColor; border-radius: 50%; opacity: .055; pointer-events: none; }
.general-state__icon { position: relative; z-index: 1; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 16px; background: rgba(255,255,255,.78); box-shadow: 0 7px 20px rgba(45,26,39,.06); }
.general-state__icon svg { width: 25px; }
.general-state__content { position: relative; z-index: 1; min-width: 0; padding-top: 2px; }
.general-state .overline { margin-bottom: 5px; color: currentColor; opacity: .82; }
.general-state h2 { margin: 0 0 5px; color: var(--ink); font-size: 21px; }
.general-state__content > p:last-of-type { margin: 0; color: #625d64; font-size: 13px; line-height: 1.42; }
.general-state ul { display: grid; gap: 6px; margin: 13px 0 0; padding: 12px 0 0; border-top: 1px solid rgba(40,30,38,.08); list-style: none; }
.general-state li { position: relative; padding-left: 14px; color: #514c53; font-size: 12px; line-height: 1.35; }
.general-state li::before { content: ""; position: absolute; top: .46em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.general-state__badge { position: relative; z-index: 1; grid-column: 2; justify-self: start; padding: 6px 9px; border-radius: 99px; background: rgba(255,255,255,.78); font-size: 10px; font-weight: 900; letter-spacing: .035em; text-transform: uppercase; }
.general-state--success { color: #087d48; border-color: #ccebdc; background: linear-gradient(145deg, #f1fff8, #e6f8ef); }
.general-state--warning { color: #a66308; border-color: #f4dfae; background: linear-gradient(145deg, #fffaf0, #fff2d7); }
.general-state--danger { color: #b12840; border-color: #f2c8d0; background: linear-gradient(145deg, #fff6f8, #fee8ed); }

.availability-summary { display: grid; grid-template-columns: auto minmax(0,1fr) auto auto; align-items: center; gap: 13px; margin-top: 13px; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; color: inherit; text-decoration: none; box-shadow: 0 8px 25px rgba(45,26,39,.045); }
.availability-summary__signal { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 15px; background: #f1eef1; }
.availability-summary__signal i { width: 12px; height: 12px; border: 3px solid white; border-radius: 50%; background: #979099; box-shadow: 0 0 0 4px rgba(151,144,153,.15); }
.availability-summary.is-online .availability-summary__signal { background: var(--green-soft); }
.availability-summary.is-online .availability-summary__signal i { background: #22b96c; box-shadow: 0 0 0 4px rgba(34,185,108,.14); }
.availability-summary__copy { display: grid; gap: 2px; min-width: 0; }
.availability-summary__copy small, .availability-summary__copy em { color: var(--muted); font-size: 10px; font-style: normal; }
.availability-summary__copy strong { font-size: 16px; }
.availability-summary__services { display: flex; gap: 4px; }
.availability-summary__services i { padding: 5px 7px; border-radius: 99px; background: #f2eff2; color: #aaa3ab; font-size: 9px; font-style: normal; font-weight: 800; }
.availability-summary__services i.is-active { background: var(--green-soft); color: #07834a; }
.availability-summary > b { color: #aaa3ac; font-size: 25px; }

.subpage-topbar { position: sticky; top: 0; z-index: 20; display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; min-height: calc(68px + var(--safe-top)); padding: calc(10px + var(--safe-top)) 16px 10px; border-bottom: 1px solid rgba(228,222,227,.75); background: rgba(251,248,250,.92); backdrop-filter: blur(20px); }
.subpage-topbar > a { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 15px; background: white; color: var(--ink); text-decoration: none; font-size: 22px; }
.subpage-topbar > span { display: grid; justify-items: center; line-height: 1.15; }
.subpage-topbar strong { font-size: 16px; }
.subpage-topbar small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.availability-page main { padding-top: 14px; }
.availability-hero { display: flex; align-items: center; gap: 15px; padding: 20px; border-radius: var(--radius-xl); color: white; background: linear-gradient(145deg, #302d35, #1b191f); box-shadow: var(--shadow); }
.availability-hero.is-online { background: linear-gradient(145deg, #087d4a, #075d39); }
.availability-hero__pulse { display: grid; place-items: center; flex: 0 0 auto; width: 58px; height: 58px; border-radius: 19px; background: rgba(255,255,255,.11); }
.availability-hero__pulse i { width: 15px; height: 15px; border: 3px solid rgba(255,255,255,.8); border-radius: 50%; background: #918b93; }
.availability-hero.is-online .availability-hero__pulse i { background: #48e398; box-shadow: 0 0 0 7px rgba(72,227,152,.14); }
.availability-hero p { margin: 0 0 3px; color: rgba(255,255,255,.66); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.availability-hero h1 { margin: 0 0 4px; font-size: 26px; }
.availability-hero small { color: rgba(255,255,255,.72); font-size: 11px; }
.availability-section { margin-top: 17px; padding: 19px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: white; box-shadow: 0 8px 26px rgba(45,26,39,.04); }
.availability-section .section-heading { margin-bottom: 5px; }
.section-intro { margin: 0 0 17px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.service-picker { display: grid; gap: 8px; }
.service-option { cursor: pointer; }
.service-option > input { position: absolute; opacity: 0; pointer-events: none; }
.service-option > span { display: grid; grid-template-columns: auto 1fr; column-gap: 10px; align-items: center; padding: 12px; border: 1px solid var(--line); border-radius: 15px; background: #fcfafb; }
.service-option > span > i { grid-row: 1 / 3; width: 22px; height: 22px; border: 2px solid #cfc8cf; border-radius: 7px; }
.service-option strong { font-size: 13px; }
.service-option small { color: var(--muted); font-size: 10px; }
.service-option input:checked + span { border-color: #bfe8d3; background: #f0fbf6; }
.service-option input:checked + span > i { border-color: var(--green); background: var(--green); box-shadow: inset 0 0 0 4px white; }
.service-option.is-disabled { opacity: .48; cursor: not-allowed; }
.manual-actions { display: grid; grid-template-columns: 1.45fr 1fr; gap: 8px; margin-top: 13px; }
.connect-button, .disconnect-button, .add-schedule-button { min-height: 48px; border-radius: 14px; font-size: 12px; font-weight: 850; cursor: pointer; }
.connect-button { border: 0; background: var(--green); color: white; }
.disconnect-button { border: 1px solid #eadce0; background: #fff5f7; color: #b32741; }
.form-notice { margin-top: 13px; padding: 12px 14px; border-radius: 14px; font-size: 12px; font-weight: 750; }
.form-notice.is-success { border: 1px solid #ccebdc; background: var(--green-soft); color: #087d48; }
.form-notice.is-error { border: 1px solid #f2c8d0; background: #fff1f4; color: #a8273e; }
.schedule-list { display: grid; gap: 8px; margin-bottom: 16px; }
.schedule-list article { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; padding: 11px; border: 1px solid var(--line); border-radius: 15px; background: #fcfafb; }
.schedule-day { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: #eee9ff; color: #6048bd; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.schedule-list article > div { display: grid; gap: 3px; min-width: 0; }
.schedule-list strong { font-size: 12px; }
.schedule-list small { color: var(--muted); font-size: 10px; }
.schedule-list form button { display: grid; place-items: center; width: 35px; height: 35px; border: 0; border-radius: 12px; background: #fff0f3; color: #b52b44; font-size: 20px; cursor: pointer; }
.empty-schedule { display: grid; justify-items: center; gap: 3px; margin-bottom: 16px; padding: 18px; border: 1px dashed #ddd5dc; border-radius: 17px; background: #fcfafb; text-align: center; }
.empty-schedule > span { color: var(--violet); font-size: 25px; }
.empty-schedule strong { font-size: 13px; }
.empty-schedule small { color: var(--muted); font-size: 10px; }
.schedule-form { display: grid; gap: 12px; padding-top: 16px; border-top: 1px solid var(--line); }
.schedule-form > label, .time-fields label { display: grid; gap: 6px; color: #555058; font-size: 11px; font-weight: 800; }
.schedule-form select, .schedule-form input[type="time"] { width: 100%; min-height: 47px; padding: 0 12px; border: 1px solid #ded8de; border-radius: 13px; background: white; color: var(--ink); }
.time-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.schedule-form fieldset { margin: 0; padding: 0; border: 0; }
.schedule-form legend { margin-bottom: 7px; color: #555058; font-size: 11px; font-weight: 800; }
.compact-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.compact-services label { cursor: pointer; }
.compact-services input { position: absolute; opacity: 0; pointer-events: none; }
.compact-services span { display: grid; place-items: center; min-height: 42px; border: 1px solid var(--line); border-radius: 12px; color: #77717a; font-size: 11px; font-weight: 800; }
.compact-services input:checked + span { border-color: #bfe8d3; background: var(--green-soft); color: #087d48; }
.compact-services label.is-disabled { opacity: .4; cursor: not-allowed; }
.add-schedule-button { border: 0; background: #24212a; color: white; }

.status-card { padding: 20px; color: white; border-radius: var(--radius-xl); background: radial-gradient(circle at 88% 0%, #3c3a48 0, #25232e 35%, #17161d 100%); box-shadow: var(--shadow); overflow: hidden; }
.status-card__head { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; }
.status-card .overline { color: #f6a5c9; }
.status-card h2 { margin: 0 0 4px; font-size: 25px; }
.status-card p { color: #c8c2cc; font-size: 13px; line-height: 1.4; margin-bottom: 0; }
.status-switch { display: grid; justify-items: center; gap: 5px; flex: 0 0 auto; border: 0; background: transparent; color: #ddd8e0; font-size: 10px; font-weight: 800; cursor: pointer; }
.status-switch span { position: relative; display: block; width: 52px; height: 31px; border-radius: 99px; background: #5b5762; transition: .2s ease; }
.status-switch span::after { content: ""; position: absolute; width: 25px; height: 25px; left: 3px; top: 3px; border-radius: 50%; background: white; box-shadow: 0 2px 8px rgba(0,0,0,.3); transition: .2s ease; }
.status-switch.is-on span { background: #27bf72; }
.status-switch.is-on span::after { transform: translateX(21px); }
.channel-row { display: flex; gap: 9px; margin-top: 20px; }
.channel-row span { display: flex; align-items: center; gap: 7px; flex: 1; justify-content: center; padding: 10px 8px; border-radius: 13px; background: rgba(255,255,255,.08); font-size: 12px; font-weight: 700; }
.channel-row i { width: 7px; height: 7px; border-radius: 50%; background: #35d583; box-shadow: 0 0 0 4px rgba(53,213,131,.12); }

.summary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 13px; }
.summary-card { min-width: 0; padding: 17px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: 0 8px 25px rgba(45,26,39,.045); }
.summary-icon { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 12px; color: var(--green); background: var(--green-soft); }
.summary-icon--pink { color: var(--pink); background: var(--pink-soft); }
.summary-icon svg { width: 19px; }
.summary-card p { margin: 13px 0 4px; color: var(--muted); font-size: 12px; }
.summary-card strong { display: block; font-size: clamp(20px, 5.4vw, 27px); letter-spacing: -.04em; white-space: nowrap; }
.summary-card small { color: var(--muted); }

.payout-card { margin-top: 13px; padding: 20px; border-radius: var(--radius-xl); background: linear-gradient(145deg, #f2fff8, #e9f9f1); border: 1px solid #d9f1e5; }
.tag { display: inline-flex; padding: 6px 9px; border-radius: 99px; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.tag--green { background: white; color: #0a874e; }
.payout-card h2 { margin: 12px 0 5px; font-size: 21px; }
.payout-card p { color: #5f7469; margin-bottom: 16px; font-size: 14px; }
.progress { height: 9px; overflow: hidden; border-radius: 99px; background: rgba(22,164,97,.14); }
.progress span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #28ba72, #0f9659); }
.progress-labels { display: flex; justify-content: space-between; margin-top: 7px; color: #6f7f76; font-size: 11px; font-weight: 700; }
.text-button { display: flex; width: 100%; justify-content: space-between; margin-top: 16px; padding: 13px 0 0; border: 0; border-top: 1px solid rgba(22,164,97,.14); background: transparent; color: #087d48; font-weight: 800; cursor: pointer; }

.section-block { margin-top: 27px; }
.section-heading { margin-bottom: 12px; }
.section-heading h2 { font-size: 21px; margin-bottom: 0; }
.section-heading--inline button { border: 0; background: transparent; color: var(--pink-dark); font-size: 13px; font-weight: 800; cursor: pointer; }
.task-list, .activity-list, .menu-list, .message-list { display: grid; gap: 10px; }
.task-card { display: grid; grid-template-columns: auto 1fr auto; gap: 13px; width: 100%; align-items: center; padding: 15px; text-align: left; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; color: inherit; cursor: pointer; }
.task-card > span:nth-child(2), .menu-list button > span:nth-child(2), .message-list button > span:nth-child(2) { display: grid; min-width: 0; gap: 3px; }
.task-card small, .menu-list small, .message-list small { color: var(--muted); font-size: 12px; line-height: 1.35; }
.task-card b { color: #aaa3ac; font-size: 25px; }
.task-icon, .menu-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; }
.task-icon svg { width: 21px; }
.task-icon--amber { color: #bd7610; background: #fff4de; }
.task-icon--blue { color: #2872db; background: #eaf2ff; }
.activity-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 13px 2px; border-bottom: 1px solid var(--line); }
.activity-row > span:nth-child(2) { display: grid; gap: 4px; min-width: 0; }
.activity-row small { color: var(--muted); font-size: 12px; }
.activity-row b { color: var(--green); font-size: 13px; }
.activity-avatar, .message-avatar { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; background: linear-gradient(145deg, #e6f3ff, #b7d8f8); color: #245784; font-weight: 900; }
.activity-avatar--violet { color: #5940bd; background: #ece8ff; }

.page-heading { margin: 5px 2px 22px; }
.page-heading h1 { margin-bottom: 7px; }
.profile-grid { display: grid; gap: 14px; }
.profile-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-xl); background: white; box-shadow: 0 10px 28px rgba(45,26,39,.05); }
.profile-photo { position: relative; display: grid; place-items: center; min-height: 200px; background: linear-gradient(135deg, #ead5df, #cf92af); color: white; font-size: 52px; font-weight: 900; }
.profile-photo--two { background: linear-gradient(135deg, #d6d9ef, #8b96cf); }
.profile-photo em { position: absolute; top: 15px; right: 15px; padding: 7px 10px; border-radius: 99px; background: #eaf9f2; color: #0c8b51; font-size: 10px; font-style: normal; font-weight: 900; text-transform: uppercase; }
.profile-photo em.is-review { background: #fff5df; color: #a76608; }
.profile-card__body { padding: 17px; }
.profile-card__body h2 { margin-bottom: 4px; }
.profile-card__body p { color: var(--muted); font-size: 13px; }
.profile-card__body button { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 13px; background: #faf8fa; color: var(--ink); font-weight: 800; cursor: pointer; }
.primary-button, .secondary-button { width: 100%; margin-top: 15px; padding: 16px; border-radius: 16px; font-weight: 850; cursor: pointer; }
.primary-button { border: 0; background: var(--pink); color: white; box-shadow: 0 10px 25px rgba(237,11,113,.2); }
.secondary-button { border: 1px solid var(--line); background: white; color: var(--ink); }

.metric-strip { display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; }
.metric-strip span { display: grid; gap: 2px; padding: 15px 10px; text-align: center; border-right: 1px solid var(--line); }
.metric-strip span:last-child { border-right: 0; }
.metric-strip small, .metric-strip em { color: var(--muted); font-size: 10px; font-style: normal; }
.metric-strip strong { font-size: 21px; }
.segmented { display: grid; grid-template-columns: repeat(4,1fr); gap: 3px; margin: 16px 0; padding: 4px; border-radius: 15px; background: #ece8ec; }
.segmented button { padding: 10px 5px; border: 0; border-radius: 11px; background: transparent; color: #726d74; font-size: 12px; font-weight: 800; cursor: pointer; }
.segmented button.is-active { color: var(--ink); background: white; box-shadow: 0 3px 10px rgba(0,0,0,.08); }
.timeline { display: grid; }
.timeline article { display: grid; grid-template-columns: 43px 42px 1fr auto; align-items: center; gap: 10px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.timeline time { color: var(--muted); font-size: 10px; text-align: center; }
.timeline time strong { color: var(--ink); font-size: 12px; }
.timeline-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 14px; font-weight: 900; }
.timeline-icon--chat { color: var(--pink-dark); background: var(--pink-soft); }
.timeline-icon--video { color: var(--violet); background: #efecff; }
.timeline-icon--voice { color: var(--blue); background: #eaf2ff; }
.timeline h2 { margin: 0 0 4px; font-size: 14px; }
.timeline p { margin: 0; color: var(--muted); font-size: 11px; }
.timeline article > b { color: var(--green); font-size: 12px; }

.money-hero { padding: 24px; text-align: center; border-radius: var(--radius-xl); color: white; background: linear-gradient(145deg, #292631, #15141b); box-shadow: var(--shadow); }
.money-hero p { margin-bottom: 7px; color: #d6d1d9; font-size: 13px; }
.money-hero strong { display: block; font-size: 40px; letter-spacing: -.05em; }
.money-hero small { color: #bdb7c1; }
.money-hero button { width: 100%; margin-top: 20px; padding: 13px; border: 0; border-radius: 14px; background: rgba(255,255,255,.1); color: #d7d2d9; font-size: 12px; font-weight: 800; }
.simple-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin-top: 13px; }
.simple-cards article { display: grid; gap: 5px; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; }
.simple-cards span { color: var(--muted); font-size: 11px; }
.simple-cards strong { font-size: 20px; }
.payment-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.payment-state { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; color: var(--green); background: var(--green-soft); font-weight: 900; }
.payment-row div { display: grid; gap: 3px; }
.payment-row small { color: var(--muted); font-size: 11px; }
.payment-row b { font-size: 13px; }

.identity-card { display: flex; align-items: center; gap: 14px; padding: 18px; border-radius: var(--radius-xl); background: #22202a; color: white; }
.identity-card > span { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 19px; background: linear-gradient(145deg,#fa197f,#bc0755); font-size: 19px; font-weight: 900; }
.identity-card div { display: grid; gap: 3px; }
.identity-card small { color: #c4bec8; }
.identity-card em { display: flex; align-items: center; gap: 6px; margin-top: 4px; color: #7be3ae; font-size: 11px; font-style: normal; font-weight: 800; }
.identity-card em i { width: 7px; height: 7px; border-radius: 50%; background: #37d583; }
.menu-list { margin-top: 16px; }
.menu-list button { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; width: 100%; padding: 14px; text-align: left; border: 1px solid var(--line); border-radius: var(--radius-md); color: inherit; background: white; cursor: pointer; }
.menu-list button > b { color: #aaa4ad; font-size: 24px; }
.menu-icon { background: #edf2ff; color: #365fbd; font-weight: 900; }
.menu-icon--pink { color: var(--pink-dark); background: var(--pink-soft); }
.menu-icon--green { color: #0b8b50; background: var(--green-soft); }
.menu-icon--gray { color: #5f5a64; background: #f0edf0; }
.logout-button { width: 100%; margin-top: 20px; padding: 15px; border: 0; background: transparent; color: #b32840; font-weight: 800; cursor: pointer; }

.back-button { margin: 1px 0 18px; padding: 9px 0; border: 0; background: transparent; color: var(--pink-dark); font-weight: 800; cursor: pointer; }
.checklist { display: grid; gap: 12px; }
.check-item { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 15px; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; }
.check-item > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 14px; font-weight: 900; }
.check-item div { display: grid; gap: 4px; }
.check-item small { color: var(--muted); font-size: 11px; }
.check-item button { padding: 9px 11px; border: 0; border-radius: 11px; font-size: 11px; font-weight: 900; cursor: pointer; }
.check-item.is-warning > span, .check-item.is-warning button { color: #9d5f09; background: #fff2d8; }
.check-item.is-complete > span { color: var(--green); background: var(--green-soft); }
.check-item em { color: var(--green); font-size: 10px; font-style: normal; font-weight: 900; }
.message-list button { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; width: 100%; padding: 15px 0; text-align: left; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: inherit; cursor: pointer; }
.message-list button.is-unread::before { content: ""; position: absolute; left: -10px; width: 5px; height: 5px; border-radius: 50%; background: var(--pink); }
.message-avatar--company { color: white; background: var(--pink); }
.message-list time { align-self: start; color: var(--muted); font-size: 10px; }
.refresh-note { margin: 25px 12px 0; color: #918a94; font-size: 11px; line-height: 1.45; text-align: center; }

.bottom-nav { position: fixed; z-index: 30; left: 50%; bottom: 0; display: grid; grid-template-columns: repeat(5,1fr); width: min(100%, 760px); min-height: calc(73px + var(--safe-bottom)); padding: 7px 8px calc(7px + var(--safe-bottom)); transform: translateX(-50%); border-top: 1px solid rgba(226,219,225,.85); background: rgba(255,255,255,.93); backdrop-filter: blur(22px); }
.bottom-nav button { display: grid; justify-items: center; align-content: center; gap: 4px; min-width: 0; border: 0; border-radius: 15px; background: transparent; color: #89838b; font-size: 10px; font-weight: 800; cursor: pointer; }
.bottom-nav button svg { width: 23px; height: 23px; }
.bottom-nav button.is-active { color: var(--pink); background: var(--pink-soft); }
.toast { position: fixed; z-index: 50; left: 50%; bottom: calc(90px + var(--safe-bottom)); max-width: calc(100% - 36px); padding: 12px 16px; transform: translate(-50%, 15px); border-radius: 99px; background: #211f27; color: white; font-size: 12px; font-weight: 700; opacity: 0; pointer-events: none; transition: .2s ease; box-shadow: var(--shadow); }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (min-width: 620px) {
  main { padding-inline: 26px; }
  .profile-grid { grid-template-columns: 1fr 1fr; }
  .status-card, .payout-card, .money-hero { padding: 24px; }
}

@media (max-width: 360px) {
  main { padding-inline: 13px; }
  .topbar { padding-inline: 14px; }
  .summary-grid, .simple-cards { grid-template-columns: 1fr; }
  .channel-row { gap: 5px; }
  .channel-row span { font-size: 10px; }
  .metric-strip strong { font-size: 18px; }
  .timeline article { grid-template-columns: 37px 38px 1fr; }
  .timeline article > b { grid-column: 3; }
  .bottom-nav { padding-inline: 3px; }
  .bottom-nav button { font-size: 9px; }
  .general-state { padding: 16px; gap: 11px; }
  .general-state__icon { width: 42px; height: 42px; border-radius: 14px; }
  .general-state h2 { font-size: 19px; }
  .availability-summary { grid-template-columns: auto 1fr auto; }
  .availability-summary__services { grid-column: 2; }
  .availability-summary > b { grid-column: 3; grid-row: 1 / 3; }
  .manual-actions { grid-template-columns: 1fr; }
}

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