:root {
  color-scheme: light;
  --plum: #352139;
  --plum-deep: #29192d;
  --berry: #b63d58;
  --berry-deep: #962d46;
  --rose: #da5269;
  --blush: #fbe6e3;
  --cream: #f8f4ed;
  --paper: #ffffff;
  --peach: #f1aa7e;
  --sage: #e4eee8;
  --ink: #352b37;
  --muted: #6b6167;
  --line: #e7ddd9;
  --success: #26795e;
  --shadow: 0 24px 70px rgba(66, 35, 61, .10);
  font-family: "Segoe UI", "Avenir Next", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid var(--rose); outline-offset: 3px; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { margin: 0; }
.page-shell { overflow: clip; }
.topbar, .hero, .benefit-band, .steps, .care-section, .faq, .closing-cta, footer { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.topbar { min-height: 98px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; text-decoration: none; }
.brand-wordmark { width: 188px; height: auto; object-fit: contain; }
.topnav { display: flex; align-items: center; gap: clamp(14px, 2.3vw, 33px); }
.topnav > a:not(.button) { color: var(--plum); font-size: 13px; font-weight: 700; text-decoration: none; transition: color .2s ease; }
.topnav > a:not(.button):hover { color: var(--berry); }
.topnav-login { border-bottom: 1px solid currentColor; padding-block: 5px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 25px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 750; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button span[aria-hidden] { font-size: 19px; line-height: 1; }
.button-primary { background: var(--berry); color: white; box-shadow: 0 12px 28px rgba(129, 62, 98, .22); }
.button-primary:hover { background: var(--berry-deep); box-shadow: 0 18px 34px rgba(129, 62, 98, .25); }
.button-light { background: var(--cream); color: var(--plum); }
.button-quiet { background: var(--paper); color: var(--plum); border-color: var(--line); }
.text-link { display: inline-flex; align-items: center; gap: 8px; width: max-content; color: var(--berry-deep); font-size: 14px; font-weight: 750; text-decoration: none; border-bottom: 1px solid currentColor; padding-block: 5px; transition: gap .2s ease; }
.text-link:hover { gap: 14px; }
.eyebrow { margin: 0 0 19px; color: var(--berry); font-size: 11px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow-line { display: inline-block; width: 28px; height: 2px; margin-right: 9px; vertical-align: middle; background: var(--rose); }

.hero { min-height: 710px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); align-items: center; gap: clamp(35px, 6vw, 85px); padding-block: 36px 95px; }
.hero-copy { padding-block: 26px; animation: rise-in .8s both; }
.hero h1 { max-width: 720px; color: var(--plum); font-size: clamp(48px, 5.2vw, 72px); font-weight: 800; letter-spacing: -.065em; line-height: 1.06; }
.hero h1 em { color: var(--berry); font-style: normal; font-weight: 800; }
.hero-lead { max-width: 610px; margin: 28px 0 0; color: var(--muted); font-size: clamp(17px, 1.7vw, 20px); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 36px; }
.hero-note { display: flex; align-items: center; gap: 10px; margin: 28px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.brand-icon { display: inline-block; width: 28px; height: 28px; flex: 0 0 auto; vertical-align: middle; color: var(--berry); }
.brand-icon .icon-accent { fill: var(--blush); }
.hero-note .brand-icon { width: 24px; height: 24px; }
.hero-note span { margin-right: 7px; color: var(--rose); font-size: 18px; }
.hero-visual { position: relative; min-width: 0; padding: 0 0 28px; isolation: isolate; animation: rise-in .9s .12s both; }
.hero-visual::before { content: ""; position: absolute; inset: 30px -15px 8px 25px; z-index: -1; border-radius: 24px 75px 24px 24px; background: #f3c0a3; transform: rotate(4deg); }
.hero-image-wrap { position: relative; height: min(590px, 47vw); min-height: 500px; overflow: hidden; border-radius: 24px 75px 24px 24px; background: var(--peach); }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: 50% 44%; }
.photo-note { position: absolute; left: -25px; bottom: 0; display: flex; align-items: center; gap: 12px; padding: 17px 25px 17px 15px; border: 1px solid var(--line); border-radius: 16px; background: var(--cream); box-shadow: 0 12px 35px rgba(53,33,57,.12); }
.photo-note p { margin: 0; font-size: 13px; line-height: 1.6; }.photo-note strong { color: var(--plum); }
.hero-image-caption { position: absolute; right: 44px; bottom: 40px; padding: 9px 14px; border-radius: 99px; background: rgba(255, 250, 246, .9); color: var(--plum); font-family: inherit; font-size: 13px; font-style: italic; }
.floating-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 12px; min-width: 205px; padding: 13px 15px; border: 1px solid rgba(255, 255, 255, .75); border-radius: 18px; background: rgba(255, 250, 246, .96); box-shadow: 0 16px 42px rgba(66, 35, 61, .16); animation: float 6s ease-in-out infinite; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { color: var(--plum); font-size: 12px; }
.floating-card small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.floating-card-one { top: 18%; left: -22px; }
.floating-card-two { right: -15px; bottom: 18%; animation-delay: -3s; }
.floating-symbol, .floating-pulse { width: 36px; height: 36px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--sage); color: var(--success); font-size: 20px; font-weight: 800; }
.floating-pulse { position: relative; background: var(--blush); }
.floating-pulse::after { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--berry); box-shadow: 0 0 0 5px rgba(129, 62, 98, .13); }

.benefit-band { min-height: 96px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; padding: 16px 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--plum); }
.benefit-band p { display: flex; align-items: center; gap: 13px; margin: 0; padding: 9px 25px; font-size: 13px; font-weight: 650; }
.benefit-band p + p { border-left: 1px solid var(--line); }
.benefit-band span { display: inline-grid; place-items: center; width: 32px; height: 32px; margin-right: 13px; border-radius: 50%; background: #f4ded4; color: var(--berry-deep); font-size: 12px; font-weight: 800; }
.steps { padding-block: 150px 155px; }
.section-heading { max-width: 720px; }
.section-heading h2, .care-copy h2, .faq h2, .closing-cta h2 { color: var(--plum); font-size: clamp(35px, 3.8vw, 52px); font-weight: 780; letter-spacing: -.05em; line-height: 1.12; }
.section-heading > p:last-child, .faq-intro > p:last-child { max-width: 620px; margin: 20px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 54px 0 0; padding: 0; list-style: none; }
.step-grid li { min-height: 330px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 28px; background: var(--paper); box-shadow: 0 16px 38px rgba(66, 35, 61, .04); transition: transform .3s ease, box-shadow .3s ease; }
.step-grid li:nth-child(2) { background: #f9e8e8; }
.step-grid li:nth-child(3) { background: #ebefe8; }
.step-grid li:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.step-number { display: flex; justify-content: space-between; color: var(--berry); font-family: inherit; font-size: 16px; font-style: italic; }
.step-number span { font-family: "Segoe UI", Arial, sans-serif; font-style: normal; }
.step-icon { width: 72px; height: 72px; display: grid; place-items: center; margin-top: 30px; border: 1px solid var(--line); border-radius: 22px 22px 22px 8px; background: var(--cream); }
.step-icon .brand-icon { width: 43px; height: 43px; stroke-width: 1.5; }
.step-grid li:hover .step-icon { transform: rotate(-5deg); }
.step-icon { transition: transform .25s ease; }
.example-account { display: flex; align-items: center; gap: 9px; margin-top: 18px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.example-account strong { color: var(--plum); }
.step-grid h3 { margin: 22px 0 10px; color: var(--plum); font-size: 27px; font-weight: 750; letter-spacing: -.04em; }
.step-grid p { max-width: 310px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }

.care-section { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(35px, 6vw, 80px); min-height: 550px; padding: 55px clamp(30px, 5vw, 65px); border-radius: 26px; background: #e6ece7; }
.care-illustration { position: relative; min-height: 410px; display: grid; place-items: center; border-radius: 210px 210px 28px 28px; background: radial-gradient(circle at 45% 30%, #fff8f1, #e8c7c9); }
.care-ticket { position: relative; width: min(280px, 75%); height: 320px; display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(-8deg); border: 2px solid #e6c8bf; border-radius: 24px; background: var(--cream); box-shadow: 18px 20px 40px rgba(93, 52, 72, .17); }
.care-ticket::before, .care-ticket::after { content: ""; position: absolute; top: 49%; width: 28px; height: 28px; border-radius: 50%; background: #edcfd0; }
.care-ticket::before { left: -15px; }.care-ticket::after { right: -15px; }
.care-ticket span { color: var(--berry); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.care-ticket strong { margin: 15px 0; color: var(--plum); font-family: inherit; font-size: 136px; font-style: italic; font-weight: 400; line-height: 1; }
.care-ticket i { width: 70%; border-top: 2px dashed #dfc0c2; }
.care-spark { position: absolute; color: var(--berry); font-size: 50px; }.care-spark-one { top: 9%; right: 12%; }.care-spark-two { bottom: 10%; left: 12%; color: #c37982; font-size: 28px; }
.care-copy h2 em, .closing-cta h2 em { color: var(--berry); font-weight: inherit; font-style: normal; }
.message-example { padding: 25px; border: 1px solid #deded6; border-radius: 21px; background: #fffefa; box-shadow: 0 20px 45px rgba(46,64,53,.1); transform: rotate(-2deg); }
.example-heading { display: flex; align-items: center; gap: 11px; padding-bottom: 20px; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 750; }.example-heading small { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; font-weight: 400; }
.example-time { padding-block: 24px; }.example-time > span, .example-message > span { color: var(--muted); font-size: 11px; font-weight: 650; }.example-time > strong { display: block; margin-top: 5px; color: var(--plum); font-size: 43px; letter-spacing: -.055em; }.example-time small { display: inline-block; color: var(--muted); font-size: 10px; font-weight: 400; letter-spacing: 0; }
.example-message { padding: 18px; border-radius: 12px; background: #f6f0ea; }.example-message p { margin: 10px 0 0; color: var(--plum); font-size: 15px; line-height: 1.6; }.example-state { display: flex; align-items: center; gap: 12px; margin-top: 24px; }.example-state > span { font-size: 28px; color: var(--berry); }.example-state p { margin: 0; }.example-state strong { display: block; font-size: 12px; }.example-state small { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; }
.care-copy > p.honest-note { padding-left: 16px; border-left: 3px solid #beccbf; font-size: 13px; line-height: 1.65; }
.care-copy > p:not(.eyebrow) { max-width: 560px; margin: 23px 0 26px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; padding-block: 150px; }
.faq-list { display: grid; align-content: start; gap: 14px; }
.faq details { padding: 0 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); transition: border-color .2s, box-shadow .2s; }
.faq details[open] { border-color: #d7b9c6; box-shadow: 0 12px 28px rgba(66, 35, 61, .06); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 75px; color: var(--plum); font-size: 16px; font-weight: 700; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--blush); color: var(--berry); font-size: 22px; font-weight: 400; transition: transform .2s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { margin: -4px 0 22px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.closing-cta { position: relative; overflow: hidden; padding: 82px 30px 90px; border-radius: 26px; margin-bottom: 70px; background: var(--plum); color: var(--cream); text-align: center; }
.closing-cta .eyebrow { color: #f8d9e1; }
.closing-cta h2 { position: relative; color: var(--cream); }
.closing-cta h2 em { color: #f2c2ce; }
.closing-cta > p:not(.eyebrow) { position: relative; max-width: 520px; margin: 20px auto 29px; color: #f9e7ee; line-height: 1.65; }
.closing-cta .button { position: relative; }
.closing-decoration { position: absolute; top: -40px; left: -70px; width: 330px; opacity: .18; transform: rotate(-15deg); }
footer { max-width: none; width: 100%; min-height: 125px; display: flex; align-items: center; justify-content: space-between; gap: 26px; padding: 28px max(24px, calc((100vw - 1240px) / 2)); border-top: 1px solid var(--line); background: var(--cream); color: var(--plum); }
.brand-footer .brand-name, .brand-footer .brand-name strong { color: var(--cream); }
footer p { color: var(--muted); font-size: 13px; }
.footer-note { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.auth-body { min-height: 100vh; background: radial-gradient(circle at 90% 10%, #f1c6b0 0, transparent 35%), radial-gradient(circle at 0 100%, #dce7df 0, transparent 35%), var(--cream); }
.auth-layout { width: min(100% - 32px, 490px); min-height: 100vh; display: grid; align-content: center; gap: 26px; margin-inline: auto; padding-block: 48px; }
.auth-brand .brand-name, .auth-brand .brand-name strong { color: var(--cream); }
.auth-card { padding: clamp(26px, 5vw, 42px); border: 1px solid rgba(255, 255, 255, .7); border-radius: 30px; background: var(--cream); box-shadow: 0 30px 80px rgba(40, 21, 40, .08); }
.auth-title { color: var(--plum); font-family: inherit; font-size: clamp(35px, 5vw, 43px); font-weight: 780; letter-spacing: -.055em; line-height: 1.1; }
.auth-lead { margin: 17px 0 28px; color: var(--muted); line-height: 1.65; }
.auth-switch { margin: 25px 0 0; color: var(--muted); font-size: 14px; text-align: center; }
.auth-switch a { color: var(--berry-deep); font-weight: 750; }
.form-stack { display: grid; gap: 20px; }
.form-stack label, .form-stack fieldset { display: grid; gap: 9px; color: var(--plum); font-size: 13px; font-weight: 750; }
.form-stack label small, .form-stack fieldset small { color: var(--muted); font-size: 11px; font-weight: 400; line-height: 1.5; }
.form-stack input:not([type="radio"]), .form-stack textarea, .form-stack select { width: 100%; min-height: 52px; padding: 13px 15px; border: 1px solid #dbcbd2; border-radius: 13px; outline: 0; background: var(--paper); color: var(--ink); transition: border-color .2s, box-shadow .2s; }
.form-stack textarea { min-height: 150px; resize: vertical; line-height: 1.6; }
.form-stack input:focus, .form-stack textarea:focus, .form-stack select:focus { border-color: var(--berry); box-shadow: 0 0 0 4px rgba(129, 62, 98, .12); }
.form-stack .button { width: max-content; }
.auth-card .form-stack .button { width: 100%; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.form-actions { display: flex; justify-content: flex-end; gap: 12px; margin-top: 8px; }
.button-accent { background: var(--berry); color: white; box-shadow: 0 12px 26px rgba(129, 62, 98, .18); }
.button-accent:hover { background: var(--berry-deep); }
.button-ghost { border-color: var(--line); background: var(--paper); color: var(--plum); }
.button-small { min-height: 39px; padding-inline: 15px; border: 0; background: var(--plum); color: white; font-size: 12px; }
.button-danger { border-color: #eccbcf; background: #fff3f3; color: #9a3851; box-shadow: none; }
.notice { margin: 0 0 22px; padding: 14px 17px; border-radius: 13px; font-size: 13px; font-weight: 700; }
.notice-error { border: 1px solid #efcbd0; background: #fff1f2; color: #8f314a; }
.notice-success { border: 1px solid #bce1ce; background: #edf8f1; color: #216c51; }

.app-body { min-height: 100vh; background: #fbf6f4; }
.app-frame { min-height: 100vh; display: grid; grid-template-columns: 270px minmax(0, 1fr); }
.sidebar { position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; padding: 31px 19px 24px; border-right: 1px solid var(--line); background: #fffdf9; color: var(--plum); }
.sidebar-brand { margin: 0 10px 48px; }
.sidebar-brand .brand-name, .sidebar-brand .brand-name strong { color: var(--cream); font-size: 20px; }
.side-nav { display: grid; gap: 8px; }
.side-nav a { min-height: 49px; display: flex; align-items: center; gap: 13px; padding: 0 14px; border-radius: 14px; color: var(--muted); font-size: 13px; font-weight: 700; text-decoration: none; transition: background .2s, transform .2s; }
.side-nav a span { width: 22px; color: var(--berry); font-size: 21px; text-align: center; }
.side-nav a:hover { transform: translateX(3px); background: #f6eee8; }
.side-nav a.active { background: var(--plum); color: white; }.side-nav a.active span { color: #ffb4b9; }
.side-nav .brand-icon { width: 22px; height: 22px; }.side-nav a.active .brand-icon { color: #ffb4b9; }.side-nav a.active .icon-accent { fill: #613445; }
.sidebar-user { display: flex; align-items: center; gap: 11px; margin-top: auto; padding: 18px 10px 12px; border-top: 1px solid var(--line); overflow: hidden; }
.avatar { width: 37px; height: 37px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: #f0bfd0; color: var(--plum); font-size: 14px; font-weight: 850; }
.sidebar-user div:last-child { min-width: 0; }.sidebar-user strong, .sidebar-user span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.sidebar-user strong { font-size: 12px; }.sidebar-user span { margin-top: 4px; color: var(--muted); font-size: 10px; }
.logout-link { width: 100%; padding: 8px 10px; border: 0; background: transparent; color: var(--berry); font-size: 11px; text-align: left; }.logout-link:hover { color: var(--plum); }
.app-main { width: 100%; max-width: 1500px; padding: 55px clamp(28px, 5vw, 74px) 80px; }
.mobile-bar { display: none; }
.page-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 40px; }
.page-header.compact { align-items: flex-start; }.page-header h1 { color: var(--plum); font-family: inherit; font-size: clamp(43px, 5vw, 63px); font-weight: 750; letter-spacing: -.055em; line-height: 1.08; }.page-header p:last-child { max-width: 640px; margin: 16px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.back-link { display: inline-block; margin-bottom: 28px; color: var(--berry); font-size: 13px; font-weight: 750; text-decoration: none; }.back-link:hover { text-decoration: underline; }
.metric-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; margin-bottom: 22px; }.metric-grid.five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.metric-grid article { min-height: 155px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: 23px; background: var(--paper); box-shadow: 0 10px 30px rgba(66, 35, 61, .04); }.metric-grid article:nth-child(2) { background: #f9e8e9; }.metric-grid article:nth-child(3) { background: #edf1e9; }
.metric-grid span { color: var(--muted); font-size: 12px; font-weight: 750; }.metric-grid strong { margin-top: auto; color: var(--plum); font-family: inherit; font-size: 49px; font-weight: 750; }.metric-grid small { color: var(--muted); }
.dashboard-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 22px; }
.panel { padding: 30px; border: 1px solid var(--line); border-radius: 25px; background: var(--paper); box-shadow: 0 16px 45px rgba(66, 35, 61, .05); }
.panel-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }.panel h2 { color: var(--plum); font-family: inherit; font-size: 31px; font-weight: 750; }.big-time { margin: 36px 0 14px; color: var(--berry); font-family: inherit; font-size: clamp(25px, 3vw, 38px); }.message-preview { display: -webkit-box; max-width: 650px; margin: 0 0 34px; overflow: hidden; color: var(--muted); line-height: 1.6; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }.empty-copy { min-height: 95px; margin: 30px 0; color: var(--muted); line-height: 1.6; }
.care-panel { position: relative; min-height: 330px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border-color: #ead1db; background: radial-gradient(circle at 85% 15%, rgba(255, 255, 255, .55), transparent 38%), linear-gradient(135deg, #f7ddc9, #f2c8bd); }
.care-panel::before { content: "✳"; position: absolute; top: -65px; right: -4px; color: rgba(129, 62, 98, .12); font-size: 285px; line-height: 1; }.care-panel div { position: relative; max-width: 320px; }.care-panel .eyebrow { color: var(--berry-deep); }.care-panel p:not(.eyebrow) { color: #695161; line-height: 1.65; }
.badge { width: max-content; display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 999px; background: #f1eaf0; color: var(--muted); font-size: 10px; font-weight: 800; white-space: nowrap; }.badge i { width: 7px; height: 7px; border-radius: 50%; background: #9b8994; }
.badge-connected, .badge-sent { background: #e6f3ea; color: #21694e; }.badge-connected i, .badge-sent i { background: var(--success); }.badge-linking, .badge-connecting, .badge-reconnecting, .badge-processing { background: #f1e5f0; color: var(--berry-deep); }.badge-linking i, .badge-connecting i, .badge-reconnecting i, .badge-processing i { background: var(--berry); }.badge-scheduled, .badge-armed, .badge-queued { background: #fcebdc; color: #8c5136; }.badge-scheduled i, .badge-armed i, .badge-queued i { background: #c77752; }.badge-failed { background: #fff0ef; color: #9c3948; }.badge-failed i { background: #c94343; }
.card-list { display: grid; gap: 14px; }.connection-card, .job-row { display: flex; align-items: center; gap: 20px; padding: 23px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); box-shadow: 0 10px 30px rgba(66, 35, 61, .035); transition: transform .25s, box-shadow .25s; }.connection-card:hover, .job-row:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.connection-icon, .empty-icon { display: grid; place-items: center; border-radius: 17px; background: var(--blush); color: var(--berry); font-size: 28px; }.connection-icon { width: 54px; height: 54px; flex: 0 0 auto; }.connection-main, .job-content { min-width: 0; flex: 1; }.connection-main > div, .job-content > div { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }.connection-card h3, .job-row h3 { margin: 0; color: var(--plum); font-size: 17px; }.connection-card p { margin: 6px 0 0; color: var(--muted); font-size: 13px; }.card-actions { display: flex; gap: 8px; }.card-actions form { margin: 0; }.error-copy { display: block; margin-top: 7px; color: #9b394b; font-size: 11px; }
.info-strip { display: flex; gap: 14px; margin-top: 24px; padding: 18px 20px; border: 1px solid #e8ced9; border-radius: 15px; background: #fbeef2; color: #745469; font-size: 12px; line-height: 1.55; }.info-strip strong { color: var(--berry-deep); white-space: nowrap; }
.empty-state { min-height: 320px; display: grid; place-items: center; align-content: center; padding: 42px; border: 1px dashed #d9bac9; border-radius: 23px; background: #fffdfc; text-align: center; }.empty-state .empty-icon { width: 66px; height: 66px; margin-bottom: 18px; }.empty-state h2 { font-size: 27px; }.empty-state p { max-width: 430px; margin: 12px 0 24px; color: var(--muted); line-height: 1.6; }
.form-panel { max-width: 720px; }.form-panel.wide { max-width: 940px; }.inline-action { margin-top: -10px; color: var(--berry); font-size: 12px; font-weight: 750; }.form-stack fieldset { padding: 0; border: 0; }.form-stack legend { margin-bottom: 8px; }.radio-option { grid-template-columns: 18px 1fr !important; align-items: flex-start; padding: 13px; border: 1px solid var(--line); border-radius: 13px; background: #fffaf9; }.radio-option:has(input:checked) { border-color: #c888a4; background: #fdf0f4; }.radio-option input { margin-top: 3px; accent-color: var(--berry); }.radio-option strong, .radio-option small { display: block; }.radio-option small { margin-top: 3px; }
.qr-panel { max-width: 520px; margin-inline: auto; display: grid; justify-items: center; text-align: center; }.qr-code { width: min(100%, 360px); padding: 12px; border: 1px solid var(--line); border-radius: 18px; }.qr-panel p { max-width: 390px; color: var(--muted); line-height: 1.65; }.qr-loading { width: 190px; height: 190px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 18px; background: #fffbfb; }.qr-loading span { width: 42px; height: 42px; border: 4px solid var(--line); border-top-color: var(--berry); border-radius: 50%; animation: spin .9s linear infinite; }.qr-loading.compact { width: 120px; height: 120px; }
.pairing-code { width: min(100%, 390px); padding: 24px 18px; border: 1px solid #d9a9bf; border-radius: 18px; background: #fbeef3; color: var(--plum); font-family: Consolas, monospace; font-size: clamp(30px, 8vw, 48px); font-weight: 800; letter-spacing: .08em; }.pairing-steps { max-width: 440px; margin: 20px 0 4px; padding-left: 24px; color: var(--muted); text-align: left; line-height: 1.65; }.pairing-steps li + li { margin-top: 8px; }.pairing-form { width: min(100%, 390px); text-align: left; }.method-switch { margin-top: 18px; }.success-orb { width: 100px; height: 100px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); color: var(--success); font-size: 48px; font-weight: 800; }
.job-date { width: 62px; flex: 0 0 auto; text-align: center; }.job-date strong, .job-date span { display: block; text-transform: uppercase; }.job-date strong { color: var(--plum); font-family: inherit; font-size: 32px; font-weight: 750; }.job-date span { color: var(--berry); font-size: 11px; font-weight: 800; }.job-content p { max-width: 680px; margin: 9px 0; overflow: hidden; color: var(--muted); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }.job-content > small { color: var(--muted); font-size: 11px; }.timing-copy { display: block; margin-top: 7px; color: var(--berry); font-family: Consolas, monospace; font-size: 10px; font-weight: 800; }
.admin-grid { display: grid; gap: 22px; }.table-panel { padding: 0; overflow: hidden; }.table-panel .panel-heading { padding: 24px 26px; border-bottom: 1px solid var(--line); }.table-panel h2 { font-size: 22px; }.table-scroll { overflow-x: auto; }table { width: 100%; border-collapse: collapse; }th, td { padding: 15px 26px; border-bottom: 1px solid var(--line); text-align: left; }th { color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }td { font-size: 12px; }td strong, td small { display: block; }td small { max-width: 460px; margin-top: 4px; overflow: hidden; color: var(--muted); text-overflow: ellipsis; white-space: nowrap; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float { 50% { transform: translateY(-11px); } }
@keyframes rise-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    .step-grid li, .care-section, .faq, .closing-cta { animation: section-reveal linear both; animation-timeline: view(); animation-range: entry 0% cover 24%; }
  }
}
@keyframes section-reveal { from { translate: 0 18px; } to { translate: 0 0; } }

@media (max-width: 1100px) {
  .topnav { gap: 16px; }.topnav > a:not(.button, .topnav-login) { display: none; }
  .hero { gap: 28px; }.hero-image-wrap { min-height: 460px; }
  .metric-grid.five { grid-template-columns: repeat(3, minmax(0, 1fr)); }.dashboard-grid { grid-template-columns: 1fr; }.care-panel { min-height: 280px; }
}
@media (max-width: 780px) {
  .topbar, .hero, .benefit-band, .steps, .care-section, .faq, .closing-cta { width: min(100% - 30px, 680px); }
  .topbar { min-height: 82px; }.topnav-start { display: none; }
  .hero { grid-template-columns: 1fr; padding-block: 40px 65px; }.hero-copy { padding: 0; }.hero h1 { max-width: 650px; }.hero-visual { width: min(100%, 550px); margin-inline: auto; }.hero-image-wrap { height: 600px; }
  .benefit-band { grid-template-columns: 1fr; padding: 18px 26px; }.benefit-band p { padding: 14px 4px; }.benefit-band p + p { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .steps { padding-block: 95px; }.step-grid { grid-template-columns: 1fr; gap: 15px; margin-top: 35px; }.step-grid li { min-height: 250px; }.step-icon { margin-top: 20px; }
  .care-section { grid-template-columns: 1fr; padding: 25px 25px 45px; }.care-illustration { min-height: 330px; }.care-ticket { height: 250px; }.care-ticket strong { font-size: 105px; }
  .faq { grid-template-columns: 1fr; gap: 30px; padding-block: 95px; }.closing-cta { padding: 75px 22px; }
  footer { flex-direction: column; align-items: flex-start; gap: 4px; padding: 35px 24px; }
  .app-frame { display: block; }.sidebar { display: none; }.app-main { padding: 0 18px 60px; }.mobile-bar { min-height: 75px; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 32px; }.mobile-bar nav { display: flex; gap: 13px; }.mobile-bar nav a { color: var(--berry); font-size: 11px; font-weight: 750; text-decoration: none; }
  .page-header { align-items: flex-start; flex-direction: column; margin-bottom: 28px; }.page-header .button { width: 100%; }.metric-grid, .metric-grid.five { grid-template-columns: repeat(2, minmax(0, 1fr)); }.field-grid { grid-template-columns: 1fr; }.connection-card, .job-row { align-items: flex-start; flex-wrap: wrap; }.card-actions { width: 100%; margin-left: 74px; }.job-row form { margin-left: 82px; }.info-strip { flex-direction: column; }
}
@media (max-width: 480px) {
  .topbar .brand-wordmark { width: 160px; height: auto; }.topnav-login { font-size: 12px !important; }
  .hero h1 { font-size: clamp(40px, 11vw, 51px); }.hero-actions { align-items: stretch; flex-direction: column; gap: 15px; }.hero-actions .button { width: 100%; }.hero-image-wrap { height: 440px; min-height: 0; }.hero-visual { padding-inline: 8px; }.photo-note { left: 0; right: 10px; padding: 12px; }.hero-visual::before { right: 0; }
  .section-heading h2, .care-copy h2, .faq h2, .closing-cta h2 { font-size: 35px; }.message-example { padding: 19px; transform: none; }.example-time > strong { font-size: 37px; }
  .auth-card { padding: 28px 22px; }.auth-title { font-size: 40px; }.auth-brand .brand-name { font-size: 22px; }
  .mobile-bar .brand-wordmark { width: 126px; }.page-header h1 { font-size: 38px; }.metric-grid, .metric-grid.five { grid-template-columns: 1fr; }.metric-grid article { min-height: 115px; }.panel { padding: 22px; }.connection-icon { display: none; }.card-actions { margin-left: 0; }.card-actions .button { flex: 1; }.job-date { width: 48px; }.job-row { gap: 12px; }.job-row form { margin-left: 60px; }.form-actions { flex-direction: column-reverse; }.form-actions .button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
