/* Connected Android device fidelity layer (2026-08-07 live capture). Device interiors mirror the production app while
   the surrounding simulator keeps the YOnLab validation-gallery design system. */

.watch-controller {
  grid-template-columns: repeat(5, 1fr);
}

.kw-screen {
  position: absolute;
  inset: 0;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  color: #fff;
  background: #001850;
  font-family: "Pretendard", "Noto Sans KR", Arial, sans-serif;
}

.kw-status {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 28px;
  padding: 5px 10px 3px;
  color: #fff;
  background: #001850;
  font-size: 8px;
  font-weight: 800;
}

.kw-status strong {
  font-size: 11px;
}

.kw-home {
  background-color: #061a42;
  background-image:
    repeating-conic-gradient(from -1deg at 50% 50%, rgba(116, 159, 203, 0.28) 0deg 0.38deg, transparent 0.44deg 7.5deg),
    linear-gradient(#0b2a59, #061a42 68%, #03102b);
  border: 1px solid #b7a45c;
  box-shadow:
    inset 0 0 0 3px rgba(7, 43, 91, 0.92),
    inset 0 0 0 5px rgba(197, 170, 89, 0.88),
    inset 0 0 0 8px rgba(31, 111, 187, 0.9),
    inset 0 0 0 10px rgba(197, 170, 89, 0.62),
    inset 0 0 0 13px rgba(78, 135, 190, 0.72),
    inset 0 0 0 16px rgba(198, 173, 92, 0.48);
  border-radius: 22px;
}

.kw-face-brand {
  position: absolute;
  z-index: 5;
  top: 67px;
  left: 50%;
  padding-bottom: 2px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  font-family: Arial, sans-serif;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0;
  transform: translateX(-50%);
}

.kw-face-calendar {
  position: absolute;
  z-index: 7;
  top: 132px;
  right: 17px;
  display: grid;
  place-items: center;
  width: 29px;
  height: 20px;
  padding: 0;
  color: #fff;
  background: #071128;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  font-size: 7px;
  font-weight: 800;
}

.kw-analog-face {
  position: absolute;
  z-index: 4;
  inset: 0;
}

.kw-hour-index {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 13px;
  background: #e0b84d;
  border-radius: 2px;
  box-shadow: 0 0 1px rgba(255, 232, 160, 0.5);
  transform: translate(-50%, -50%) rotate(var(--kw-index-angle)) translateY(-102px);
  transform-origin: center;
}

.kw-hour-index.cardinal {
  width: 4px;
  height: 20px;
  background: #fff;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.72);
}

.kw-analog-face b {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 8;
  width: 13px;
  height: 13px;
  background: #fff;
  border: 2px solid #c8a43d;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  transform: translate(-50%, -50%);
}

.kw-hand {
  position: absolute;
  bottom: 50%;
  left: 50%;
  z-index: 6;
  border-radius: 4px;
  transform-origin: 50% 100%;
}

.kw-hour {
  width: 5px;
  height: 56px;
  background: #f7f9ff;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.45);
  transform: translateX(-50%) rotate(var(--kw-hour-angle, 0deg));
}

.kw-minute {
  width: 4px;
  height: 82px;
  background: #fff;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
  transform: translateX(-50%) rotate(var(--kw-minute-angle, 0deg));
}

.kw-face-footer {
  position: absolute;
  z-index: 6;
  bottom: 10px;
  left: 50%;
  display: grid;
  justify-items: center;
  color: #fff;
  text-align: center;
  transform: translateX(-50%);
}

.kw-face-footer strong {
  font-family: Arial, sans-serif;
  font-size: 6px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.kw-face-footer small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 5px;
  font-weight: 700;
}

.kw-menu,
.kw-sensors {
  overflow-y: auto;
  scrollbar-width: none;
}

.kw-menu::-webkit-scrollbar,
.kw-sensors::-webkit-scrollbar { display: none; }

.kw-menu-grid,
.kw-sensor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  padding: 6px 7px 8px;
  background: #001850;
}

.kw-sensor-grid {
  grid-auto-rows: 84px;
}

.kw-menu-pages {
  display: flex;
  height: calc(100% - 28px);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.kw-menu-pages::-webkit-scrollbar { display: none; }

.kw-menu-page {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  flex: 0 0 100%;
  gap: 5px;
  height: 100%;
  min-width: 100%;
  padding: 6px 7px 20px;
  scroll-snap-align: start;
}

.kw-menu-grid button,
.kw-menu-page button,
.kw-sensor-grid button {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px 4px;
  color: #fff;
  background: #062566;
  border: 1px solid #3260a0;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}

.kw-menu-grid button:nth-child(4n + 2),
.kw-menu-page button:nth-child(4n + 2),
.kw-sensor-grid button:nth-child(4n) {
  background: #073968;
  border-color: #197789;
}

.kw-menu-grid button span,
.kw-menu-page button span,
.kw-sensor-grid button span {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  margin-bottom: 4px;
  color: #fff;
  background: #0068f8;
  border: 1px solid #61a5ff;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 900;
}

.kw-menu-grid button strong,
.kw-menu-page button strong,
.kw-sensor-grid button strong { font-size: 11px; }
.kw-menu-grid button small,
.kw-menu-page button small,
.kw-sensor-grid button small { margin-top: 3px; color: #e3edff; font-size: 6px; line-height: 1.25; }

.kw-page-guide {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  color: #9fc0ed;
  font-size: 6px;
  text-align: center;
  pointer-events: none;
}

.kw-message {
  display: flex;
  flex-direction: column;
  color: #12294e;
  background: #f6f8fc;
}

.kw-message .kw-status {
  flex: 0 0 28px;
}

.kw-message header {
  display: flex;
  flex: 0 0 32px;
  align-items: center;
  justify-content: space-between;
  min-height: 32px;
  padding: 0 9px;
  color: #fff;
  background: #001850;
  font-size: 9px;
}

.kw-message-tabs {
  display: grid;
  flex: 0 0 auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  padding: 4px 7px;
  background: #fff;
}

.kw-message-tabs span,
.kw-message-tabs b {
  padding: 3px 2px;
  border: 1px solid #ced8e9;
  border-radius: 999px;
  font-size: 7px;
  text-align: center;
}

.kw-message-tabs b { color: #fff; background: #0068f8; border-color: #0068f8; }
.kw-message-thread {
  display: grid;
  flex: 1 1 auto;
  align-content: start;
  gap: 5px;
  min-height: 0;
  padding: 2px 7px 5px;
  overflow-y: auto;
  scrollbar-width: none;
}

.kw-message-thread::-webkit-scrollbar { display: none; }

.kw-message-row {
  display: grid;
  justify-items: start;
  max-width: 78%;
}

.kw-message-row > small {
  margin: 0 0 2px 4px;
  color: #52668e;
  font-size: 5px;
  font-weight: 800;
}

.kw-message-row > div {
  padding: 5px 6px;
  background: #fff;
  border: 1px solid #dce4f0;
  border-radius: 4px 12px 12px;
  font-size: 6px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.kw-message-row.mine {
  justify-self: end;
  justify-items: end;
}

.kw-message-row.mine > small { margin-right: 4px; }
.kw-message-row.mine > div { color: #fff; background: #0068f8; border-color: #0068f8; border-radius: 12px 4px 12px 12px; }

.kw-message-compose-area {
  flex: 0 0 64px;
  padding: 3px 6px 4px;
  background: #eef2f7;
  border-top: 1px solid #d8e4f5;
}

.kw-message-tools {
  display: grid;
  grid-template-columns: 26px 26px 1fr 26px 27px;
  gap: 3px;
  align-items: center;
}

.kw-mini-keyboard {
  min-height: 27px;
  margin-top: 3px;
  padding: 2px 7px;
  color: #071b45;
  background: #fff;
  border: 1px solid #d8e4f5;
  border-radius: 5px;
  font-size: 7px;
  line-height: 1.35;
  text-align: center;
}

.kw-message-tools span,
.kw-message-tools button {
  min-width: 0;
  height: 24px;
  color: #0068f8;
  background: #fff;
  border: 1px solid #d5deeb;
  border-radius: 5px;
  font-size: 8px;
}

.kw-message-tools span { display: flex; align-items: center; padding: 0 6px; color: #8b97a9; }
.kw-message-tools button:last-child { color: #fff; background: #0068f8; border-color: #0068f8; }

.kw-quick { padding: 0 7px 8px; background: #001d64; }
.kw-quick .kw-status { margin: 0 -7px; }
.kw-carrier { display: flex; justify-content: space-between; align-items: center; margin: -3px 1px 4px; font-size: 7px; }
.kw-carrier strong { padding: 2px 8px; background: #314f8e; border: 1px solid #6381bd; border-radius: 6px; }

.kw-quick-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px; }
.kw-quick-grid button { display: flex; align-items: center; min-width: 0; min-height: 42px; gap: 5px; padding: 5px; color: #fff; background: #294c8d; border: 1px solid #6685bd; border-radius: 7px; text-align: left; }
.kw-quick-grid button b { display: grid; place-items: center; width: 23px; height: 23px; background: #0068f8; border-radius: 50%; }
.kw-quick-grid button span { min-width: 0; font-size: 7px; font-weight: 800; }
.kw-quick-grid button small { display: block; font-size: 6px; }

.kw-brightness { position: relative; display: flex; justify-content: space-between; min-height: 57px; margin-top: 5px; padding: 7px 8px; background: #365b9d; border: 1px solid #7291c5; border-radius: 7px; font-size: 7px; }
.kw-brightness span { display: grid; grid-template-columns: auto 1fr; column-gap: 5px; }
.kw-brightness small { grid-column: 2; }
.kw-brightness i { position: absolute; right: 15px; bottom: 11px; left: 15px; height: 2px; background: #d5e2f8; }
.kw-brightness i::after { content: ""; position: absolute; right: 0; top: -3px; width: 8px; height: 8px; background: #fff; border-radius: 50%; }
.kw-quick-sos { width: 100%; min-height: 42px; margin-top: 5px; color: #fff; background: #e42e37; border: 0; border-radius: 4px; font-size: 11px; font-weight: 900; }

.kw-emergency { padding: 9px 12px; text-align: center; background: #520b13; }
.kw-emergency .kw-status { margin: -9px -12px 6px; background: #520b13; }
.kw-sos-pulse { display: grid; place-items: center; width: 76px; height: 76px; margin: 20px auto 8px; color: #fff; background: #e42e37; border: 7px solid #8f1722; border-radius: 50%; font-size: 22px; font-weight: 900; }
.kw-emergency h3 { margin: 6px 0; font-size: 15px; }
.kw-emergency p { margin: 0 0 13px; color: #ffd9d9; font-size: 8px; line-height: 1.5; }
.kw-emergency button { min-height: 34px; padding: 0 12px; color: #8b1520; background: #fff; border: 0; border-radius: 7px; font-size: 9px; font-weight: 900; }

/* Parent Android app */
.phone-status-bar {
  min-height: 36px;
  padding: 9px 20px 5px;
  color: #fff;
  background: #2869e9;
}

.parent-content {
  position: relative;
  padding: 0;
  color: #111827;
  background: #f4f7fb;
}

.parent-content.drawer-open { overflow: hidden; }

.kp-profile-hero {
  position: relative;
  min-height: 184px;
  overflow: hidden;
  color: #fff;
  background: #263b63;
}

.kp-profile-hero::before,
.kp-profile-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.kp-profile-hero::before { top: -76px; left: -87px; width: 230px; height: 230px; background: #0b5362; }
.kp-profile-hero::after { bottom: -108px; left: 40px; width: 210px; height: 240px; background: #12496c; }

.kp-menu-button,
.kp-settings-button {
  position: absolute;
  z-index: 2;
  top: 28px;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: #fff;
  background: #5775af;
  border: 1px solid #90a6cf;
  border-radius: 18px;
  font-size: 27px;
}

.kp-menu-button { left: 20px; }
.kp-settings-button { right: 18px; }

.kp-profile-copy {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  padding-top: 31px;
  pointer-events: none;
  text-align: center;
}

.kp-profile-copy h3 { margin: 0; font-size: 19px; }
.kp-profile-copy strong { margin-top: 6px; font-size: 11px; }
.kp-profile-copy small { margin-top: 4px; font-size: 9px; }

.kp-avatar {
  position: absolute;
  z-index: 3;
  bottom: -34px;
  left: 50%;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  color: #7a3f32;
  background: #fff;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 24, 80, 0.12);
  transform: translateX(-50%);
}

.kp-avatar span { display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: #5775af; border-radius: 50%; font-size: 19px; font-weight: 900; }
.kp-avatar b { margin-top: -10px; font-size: 8px; }

.kp-primary-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-height: 112px;
  padding: 19px 43px 12px;
  gap: 88px;
  background: #fff;
  border-bottom: 1px solid #dbe2ec;
}

.kp-primary-actions button {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  color: #111827;
  background: transparent;
  border: 0;
  font-size: 8px;
}

.kp-primary-actions button em {
  position: absolute;
  top: 2px;
  right: 0;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: #fff;
  background: #d92d20;
  border: 3px solid #fff;
  border-radius: 50%;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
}

.kp-primary-actions button span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 4px;
  color: #fff;
  background: #2869e9;
  border-radius: 50%;
  font-size: 24px;
}

.kp-primary-actions button:last-child span { background: #23c8bd; }

.kp-content-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 52px;
  background: #fff;
  border-bottom: 1px solid #d9dfe9;
}

.kp-content-tabs button { position: relative; color: #111; background: transparent; border: 0; font-size: 13px; font-weight: 900; }
.kp-content-tabs button.active { color: #ef4a33; }
.kp-content-tabs button.active::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: #ef4a33; }

.kp-location-history { background: #fff; }
.kp-location-history.compact { margin: 0 12px 16px; border: 1px solid #dce4ee; border-radius: 14px; overflow: hidden; }
.kp-location-record { display: flex; align-items: center; gap: 12px; min-height: 78px; padding: 12px 18px; border-bottom: 1px solid #e5e8ed; }
.kp-location-record:last-child { border-bottom: 0; }
.kp-location-record.sos > span { color: #fff; background: #ef4444; border-color: #fecaca; font-size: 9px; font-weight: 900; }
.kp-location-record > span { display: grid; place-items: center; flex: 0 0 32px; width: 32px; height: 32px; color: #2869e9; background: #f0f6ff; border: 1px solid #caddfb; border-radius: 50%; font-size: 18px; }
.kp-location-record div { min-width: 0; }
.kp-location-record strong, .kp-location-record small { display: block; }
.kp-location-record strong { font-size: 12px; }
.kp-location-record small { margin-top: 4px; color: #202938; font-size: 8px; line-height: 1.35; }

.kp-section-title { display: flex; justify-content: space-between; align-items: end; margin: 15px 15px 8px; }
.kp-section-title strong { color: #111827; font-size: 13px; }
.kp-section-title span { color: #0068f8; font-size: 8px; font-weight: 800; }

.kp-action-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin: 0 12px; }
.kp-action-grid button { display: grid; place-items: center; min-height: 65px; padding: 7px; color: #111827; background: #fff; border: 1px solid #dce4ee; border-radius: 12px; font-size: 9px; }
.kp-action-grid button span { display: grid; place-items: center; width: 30px; height: 30px; color: #0068f8; background: #eaf3ff; border-radius: 9px; font-size: 15px; }
.kp-device-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; margin: 12px; }
.kp-device-strip span { display: grid; gap: 2px; padding: 9px 5px; color: #5f6d83; background: #fff; border: 1px solid #dce4ee; border-radius: 9px; font-size: 7px; text-align: center; }
.kp-device-strip b { color: #001850; font-size: 9px; }

.kp-app-toolbar {
  position: sticky;
  z-index: 5;
  top: 0;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  min-height: 58px;
  color: #fff;
  background: #0068f8;
}

.kp-app-toolbar h3 { margin: 0; font-size: 20px; }
.kp-app-toolbar > button { height: 100%; padding: 0 13px; color: #fff; background: transparent; border: 0; font-size: 31px; }
.kp-app-toolbar .toolbar-action { padding-right: 17px; font-size: 11px; font-weight: 800; }
.kp-message-toolbar span { padding-right: 16px; font-size: 11px; }
.kp-location-toolbar { background: #0068f8; }

.kp-map { position: relative; min-height: 440px; overflow: hidden; background: #e4efd9; }
.kp-map::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(28deg, transparent 43%, #fff 44% 49%, transparent 50%), linear-gradient(98deg, transparent 60%, #f1cd8c 61% 69%, transparent 70%); opacity: 0.9; }
.kp-map-road { position: absolute; z-index: 1; height: 10px; background: #fff; border: 1px solid #cfd7d5; transform-origin: left center; }
.kp-map-road.road-one { top: 180px; left: -30px; width: 500px; transform: rotate(-10deg); }
.kp-map-road.road-two { top: 260px; left: 90px; width: 420px; transform: rotate(74deg); }
.kp-map-water { position: absolute; bottom: -60px; left: 30px; width: 44px; height: 330px; background: #9dd6f5; transform: rotate(-15deg); }
.kp-map-place { position: absolute; z-index: 2; color: #486c3d; font-size: 12px; font-weight: 800; }
.kp-map-place.place-one { top: 133px; left: 41px; }
.kp-map-place.place-two { top: 298px; right: 32px; }
.kp-safe-radius { position: absolute; z-index: 2; top: 54%; left: 50%; width: 168px; height: 168px; background: rgba(0, 104, 248, 0.09); border: 3px solid rgba(0, 104, 248, 0.36); border-radius: 50%; transform: translate(-50%, -50%); }
.kp-map-pin { position: absolute; z-index: 3; top: 54%; left: 50%; display: grid; place-items: center; width: 58px; height: 58px; color: #001850; background: #fff; border: 7px solid #17c77a; border-radius: 50% 50% 50% 10px; box-shadow: 0 8px 18px rgba(0, 24, 80, 0.24); transform: translate(-50%, -50%) rotate(-45deg); }
.kp-map-pin span { font-size: 9px; font-weight: 900; transform: rotate(45deg); }
.kp-refresh-location { position: absolute; z-index: 4; top: 18px; right: 12px; min-height: 40px; padding: 0 14px; color: #fff; background: #0068f8; border: 0; border-radius: 9px; box-shadow: 0 4px 10px rgba(0, 48, 144, 0.22); font-size: 11px; font-weight: 900; }
.kp-map-zoom { position: absolute; z-index: 4; right: 12px; bottom: 97px; display: grid; }
.kp-map-zoom button { width: 36px; height: 36px; background: #fff; border: 1px solid #d1d8df; font-size: 19px; }
.kp-map-card { position: absolute; z-index: 4; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 39px 1fr auto; align-items: center; gap: 7px; min-height: 79px; padding: 11px; background: #fff; border: 1px solid #d6deea; }
.kp-location-symbol { display: grid; place-items: center; width: 34px; height: 34px; color: #0068f8; background: #eef5ff; border-radius: 50%; }
.kp-map-card strong, .kp-map-card small { display: block; }
.kp-map-card strong { font-size: 13px; }
.kp-map-card small { margin-top: 4px; color: #536177; font-size: 8px; }
.kp-map-card button { padding: 7px; color: #0068f8; background: #eef5ff; border: 0; border-radius: 6px; font-size: 8px; font-weight: 800; }

.kp-talk-screen { min-height: 100%; padding-bottom: 112px; background: #fff; }
.kp-talk-tabs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; padding: 12px 16px 9px; background: #f4f7fb; }
.kp-talk-tabs button { min-height: 42px; color: #15233a; background: #fff; border: 1px solid #dce4ee; border-radius: 999px; font-size: 12px; font-weight: 900; }
.kp-talk-tabs button.active { color: #fff; background: #2da9c7; border-color: #2da9c7; }
.kp-ai-notice { margin: 0; padding: 10px 15px; color: #1f3559; background: #f3f7ff; border: 1px solid #d8e5fa; font-size: 8px; line-height: 1.45; }
.kp-talk-date { width: fit-content; margin: 10px auto 0; padding: 6px 10px; color: #526174; background: #dfe6ec; border-radius: 999px; font-size: 8px; }
.kp-talk-thread { display: grid; gap: 12px; min-height: 300px; padding: 15px 14px; }
.kp-talk-row { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 10px; align-items: start; }
.kp-talk-row > span { display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: #0068f8; border-radius: 8px; font-size: 9px; font-weight: 900; }
.kp-talk-row.assistant > span { background: #0068f8; }
.kp-talk-row > div { padding: 12px; color: #152a50; background: #f6f9fd; border: 1px solid #dce5f2; border-radius: 6px 18px 18px; font-size: 10px; line-height: 1.55; }
.kp-talk-row.mine { grid-template-columns: minmax(0, 1fr) 42px; }
.kp-talk-row.mine > span { grid-column: 2; background: #23a9c8; }
.kp-talk-row.mine > div { grid-row: 1; color: #fff; background: #0068f8; border-color: #0068f8; border-radius: 18px 6px 18px 18px; }
.kp-talk-composer { position: absolute; z-index: 6; right: 11px; bottom: 70px; left: 11px; display: grid; grid-template-columns: 34px 1fr 34px 36px; gap: 5px; padding: 7px; background: #f4f7f4; border-top: 1px solid #e2e6e2; }
.kp-talk-composer input, .kp-talk-composer button { min-width: 0; height: 37px; border: 1px solid #dce2e8; border-radius: 999px; }
.kp-talk-composer input { padding: 0 13px; font-size: 10px; }
.kp-talk-composer button { color: #0068f8; background: #fff; }
.kp-talk-composer button.send { color: #fff; background: #40a6cb; border-color: #40a6cb; }
.kp-quick-messages { display: flex; gap: 5px; padding: 8px 12px; overflow-x: auto; }
.kp-quick-messages button { flex: 0 0 auto; padding: 7px 10px; color: #0068f8; background: #fff; border: 1px solid #bcd3f6; border-radius: 999px; font-size: 8px; font-weight: 800; }

.kp-care-summary, .kp-feature-hero { margin: 13px; padding: 18px; color: #fff; background: #001850; border-left: 7px solid #16aeb5; border-radius: 17px; }
.kp-care-summary small, .kp-feature-hero small { color: #9bdff3; font-size: 10px; font-weight: 800; }
.kp-care-summary h3, .kp-feature-hero h3 { margin: 8px 0 6px; font-size: 22px; }
.kp-care-summary p, .kp-feature-hero p { margin: 0; color: #dae7f8; font-size: 9px; line-height: 1.5; }
.kp-care-summary > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; margin-top: 14px; }
.kp-care-summary span { display: grid; padding: 8px; background: rgba(255, 255, 255, 0.1); border-radius: 8px; font-size: 7px; }
.kp-care-summary b { font-size: 12px; }
.kp-feature-hero dl { display: grid; grid-template-columns: 62px minmax(0, 1fr); gap: 5px 9px; margin: 13px 0 0; padding: 11px; background: rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 10px; font-size: 8px; }
.kp-feature-hero dt { color: #a9dcf3; font-weight: 800; }
.kp-feature-hero dd { min-width: 0; margin: 0; overflow-wrap: anywhere; font-weight: 800; }
.kp-feature-section { margin: 0 12px 16px; }
.kp-feature-section h4 { margin: 12px 2px 8px; font-size: 15px; }
.kp-feature-section .kp-feature-card + .kp-feature-card { margin-top: 8px; }
.kp-feature-cards { display: grid; gap: 8px; margin: 0 12px 16px; }
.kp-feature-card { display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; align-items: center; gap: 10px; min-height: 72px; padding: 11px; background: #fff; border: 1px solid #dce4ee; border-radius: 14px; }
.kp-feature-card > span { display: grid; place-items: center; width: 38px; height: 38px; color: #0068f8; background: #eaf3ff; border-radius: 11px; font-size: 17px; }
.kp-feature-card strong, .kp-feature-card small { display: block; }
.kp-feature-card strong { font-size: 11px; }
.kp-feature-card small { margin-top: 3px; color: #5b687c; font-size: 8px; line-height: 1.35; }
.kp-feature-card button { min-width: 48px; min-height: 32px; padding: 5px 9px; color: #0068f8; background: #f1f6ff; border: 1px solid #cbdcf6; border-radius: 8px; font-size: 8px; font-weight: 900; }
.kp-feature-card button.active { color: #fff; background: #0068f8; border-color: #0068f8; }

.kp-watchface-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
.kp-watchface-card { min-width: 0; padding: 8px; background: #fff; border: 1px solid #dce4ee; border-radius: 12px; }
.kp-watchface-card > div { position: relative; display: grid; place-items: center; aspect-ratio: 1; overflow: hidden; color: #fff; background: #03131c; border: 1px solid #315b78; border-radius: 12px; }
.kp-watchface-card > div::before { content: ""; position: absolute; inset: 10%; border: 1px solid #4d7083; border-radius: 50%; }
.kp-watchface-card i { position: absolute; width: 2px; height: 37%; background: #fff; transform: rotate(40deg); }
.kp-watchface-card b { position: absolute; top: 12px; font-size: 8px; }
.kp-watchface-card small { position: absolute; right: 8px; font-size: 7px; }
.kp-watchface-card > strong { display: block; min-height: 28px; margin: 6px 0; font-size: 8px; line-height: 1.35; }
.kp-watchface-card > button { width: 100%; min-height: 28px; color: #fff; background: #0068f8; border: 0; border-radius: 7px; font-size: 8px; font-weight: 900; }

.kp-drawer {
  position: absolute;
  z-index: 30;
  top: 0;
  bottom: 0;
  left: 0;
  width: 76%;
  overflow-y: auto;
  color: #071b45;
  background: #fff;
  box-shadow: 18px 0 34px rgba(0, 24, 80, 0.22);
}

.kp-drawer > header { position: relative; display: grid; grid-template-columns: 42px 58px 1fr; align-items: center; gap: 8px; min-height: 136px; padding: 15px 12px; color: #fff; background: #003090; }
.kp-drawer > header > button { align-self: start; width: 36px; height: 36px; color: #fff; background: transparent; border: 0; font-size: 26px; }
.kp-drawer-account-avatar { display: grid; place-items: center; width: 58px; height: 58px; color: #fff; background: #d92d20; border: 4px solid #fff; border-radius: 50%; font-size: 20px; font-weight: 900; }
.kp-drawer > header div { display: grid; gap: 10px; min-width: 0; }
.kp-drawer > header strong { overflow: hidden; font-size: 10px; text-overflow: ellipsis; }
.kp-drawer > header div button { min-height: 34px; color: #fff; background: rgba(255, 255, 255, 0.08); border: 1px solid #b7c9ed; border-radius: 999px; font-size: 9px; font-weight: 800; }
.kp-drawer > section { background: #fff; }
.kp-drawer-device { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 9px; min-height: 65px; padding: 9px 13px; border-bottom: 1px solid #e2e7ef; }
.kp-drawer-device > span { display: grid; place-items: center; width: 38px; height: 38px; color: #fff; background: #5775af; border-radius: 50%; font-weight: 900; }
.kp-drawer-device strong, .kp-drawer-device small { display: block; }
.kp-drawer-device strong { font-size: 12px; }
.kp-drawer-device small { margin-top: 2px; font-size: 8px; }
.kp-drawer-device button { min-height: 31px; padding: 0 12px; color: #d92d20; background: #fff; border: 1px solid #f3a8a1; border-radius: 999px; font-size: 8px; font-weight: 800; }
.kp-drawer > section > button { display: flex; align-items: center; width: 100%; min-height: 54px; gap: 12px; padding: 8px 17px; color: #071b45; background: #fff; border: 0; border-bottom: 1px solid #edf1f6; font-size: 12px; text-align: left; }
.kp-drawer > section > button span { display: grid; place-items: center; width: 27px; height: 27px; color: #0068f8; background: #edf5ff; border-radius: 8px; font-size: 13px; font-weight: 900; }
.kp-drawer-scrim { position: absolute; z-index: 29; inset: 0; width: 100%; height: 100%; background: rgba(0, 24, 80, 0.62); border: 0; }

.parent-navigation {
  position: relative;
  z-index: 8;
  min-height: 65px;
  background: #fff;
  box-shadow: 0 -4px 12px rgba(0, 24, 80, 0.07);
}

.parent-navigation button[aria-pressed="true"] {
  color: #0068f8;
  background: #edf5ff;
}

@media (max-width: 480px) {
  .kp-primary-actions { gap: 62px; }
  .kp-menu-button, .kp-settings-button { width: 49px; height: 49px; }
}
