/* KOR35 — visual mission explorer, 2026-07-30 */
:root {
  --k35-night: #020817;
  --k35-panel: #071a39;
  --k35-panel-2: #0b2852;
  --k35-line: rgba(122, 174, 232, .25);
  --k35-soft: #9fb4cd;
  --k35-white: #f7fbff;
  --k35-orange: #ff6b0b;
  --k35-orange-2: #ff9838;
  --k35-blue: #39a0ff;
  --k35-solar: #5ee3c2;
}

.kor35-launcher {
  position: sticky !important;
  top: 110px;
  width: 100% !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 20px !important;
  border: 1px solid rgba(72, 155, 255, .52) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 88% 8%, rgba(44, 139, 255, .27), transparent 31%),
    linear-gradient(150deg, rgba(8, 42, 83, .98), rgba(3, 18, 43, .98)) !important;
  box-shadow: 0 28px 80px rgba(0, 8, 28, .5), inset 0 1px rgba(255, 255, 255, .08) !important;
  color: var(--k35-white) !important;
  isolation: isolate;
}

.kor35-launcher::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  opacity: .22;
  background-image:
    linear-gradient(rgba(69, 152, 255, .19) 1px, transparent 1px),
    linear-gradient(90deg, rgba(69, 152, 255, .19) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to bottom right, #000, transparent 72%);
}

.kor35-launcher-energy {
  display: flex;
  gap: 5px;
  align-items: end;
  height: 16px;
  margin-bottom: 10px;
}

.kor35-launcher-energy i {
  width: 5px;
  border-radius: 6px;
  background: var(--k35-orange);
  box-shadow: 0 0 14px rgba(255, 107, 11, .7);
  animation: kor35PulseBars 1.7s ease-in-out infinite;
}

.kor35-launcher-energy i:nth-child(1) { height: 7px; animation-delay: -.55s; }
.kor35-launcher-energy i:nth-child(2) { height: 15px; animation-delay: -.25s; }
.kor35-launcher-energy i:nth-child(3) { height: 10px; }

.kor35-launcher .kor31-launcher-kicker,
.kor35-launcher .kor31-launcher-copy,
.kor35-launcher .kor31-launcher-reset { color: #b9cbe0 !important; }

.kor35-launcher .kor31-launcher-kicker {
  margin: 0 0 7px !important;
  color: #ff9c53 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .11em !important;
}

.kor35-launcher h3 {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(25px, 2vw, 34px) !important;
  line-height: .98 !important;
  letter-spacing: -.045em !important;
}

.kor35-launcher .kor31-launcher-copy {
  margin: 10px 0 16px !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.kor35-launcher-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  gap: 7px;
  padding: 6px;
  border: 1px solid rgba(122, 174, 232, .35);
  border-radius: 15px;
  background: rgba(1, 11, 28, .66);
}

.kor35-launcher-search input {
  min-width: 0;
  height: 45px;
  padding: 0 10px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font: 700 14px/1.2 inherit;
}

.kor35-launcher-search input::placeholder { color: #8198b5; }

.kor35-launcher-search button,
.kor35-query button {
  min-width: 48px;
  min-height: 48px;
  border: 0;
  border-radius: 11px;
  background: linear-gradient(135deg, var(--k35-orange-2), var(--k35-orange));
  color: #061328;
  font-size: 19px;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 9px 24px rgba(255, 99, 5, .24);
}

.kor35-launcher-prompts {
  display: grid;
  gap: 7px;
  margin: 12px 0;
}

.kor35-launcher-prompts button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 48px;
  padding: 9px 12px;
  border: 1px solid rgba(122, 174, 232, .22);
  border-radius: 12px;
  background: rgba(8, 34, 71, .56);
  color: #fff;
  cursor: pointer;
  text-align: left;
  transition: border-color .2s, background .2s, transform .2s;
}

.kor35-launcher-prompts button:hover {
  border-color: rgba(255, 128, 45, .78);
  background: rgba(28, 58, 98, .85);
  transform: translateX(3px);
}

.kor35-launcher-prompts b { font-size: 13px; }
.kor35-launcher-prompts span { color: #91a9c5; font-size: 11px; }

.kor35-launcher .kor31-launcher-result {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 13px 0 !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(122, 174, 232, .24) !important;
  border-radius: 13px !important;
  background: rgba(0, 8, 24, .38) !important;
}

.kor35-launcher .kor31-launcher-result b { color: #fff !important; font-size: 18px !important; }
.kor35-launcher .kor31-launcher-result span { color: #b8c8db !important; font-size: 11px !important; }

.kor35-launcher .kor31-open-guide {
  width: 100% !important;
  min-height: 52px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #ff8d35, #ff5b00) !important;
  color: #061329 !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  box-shadow: 0 13px 30px rgba(255, 91, 0, .25) !important;
}

.kor35-dialog.kor31-guide-dialog.kor28-refine-panel {
  width: min(1760px, calc(100vw - 32px)) !important;
  max-width: none !important;
  height: min(1040px, calc(100dvh - 24px)) !important;
  max-height: none !important;
  margin: auto !important;
  padding: 0 !important;
  border: 1px solid rgba(81, 157, 241, .5) !important;
  border-radius: 29px !important;
  overflow: hidden !important;
  background: var(--k35-night) !important;
  color: var(--k35-white) !important;
  box-shadow: 0 45px 140px rgba(0, 5, 18, .88), inset 0 1px rgba(255,255,255,.08) !important;
}

.kor35-dialog::backdrop {
  background: rgba(0, 7, 20, .82) !important;
  backdrop-filter: blur(15px) saturate(.8) !important;
}

.kor35-shell {
  display: grid;
  grid-template-rows: auto auto auto minmax(0, 1fr) auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 11% 4%, rgba(28, 111, 226, .27), transparent 29%),
    radial-gradient(circle at 93% 96%, rgba(255, 96, 0, .13), transparent 26%),
    linear-gradient(145deg, #071a39 0%, #030b1d 53%, #06152f 100%);
  isolation: isolate;
}

.kor35-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .19;
  background-image:
    linear-gradient(rgba(74, 145, 226, .2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74, 145, 226, .2) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at 50% 45%, #000, transparent 78%);
}

.kor35-head {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto 52px;
  align-items: center !important;
  gap: 28px !important;
  padding: 22px 28px 17px !important;
  border-bottom: 1px solid rgba(126, 179, 238, .17) !important;
  background: rgba(3, 14, 34, .64) !important;
  backdrop-filter: blur(18px);
}

.kor35-head-copy {
  position: absolute;
  left: 50%;
  width: min(520px, 38vw);
  min-width: 0;
  transform: translateX(-50%);
  text-align: center;
}
.kor35-progress { grid-column: 2; justify-self: end; }
.kor35-close { grid-column: 3; }
.kor35-kicker { display: flex; align-items: center; gap: 8px; color: #ff9c53; font-size: 11px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.kor35-kicker i { width: 8px; height: 8px; border-radius: 50%; background: var(--k35-orange); box-shadow: 0 0 17px rgba(255, 107, 11, .9); }
.kor35-head h2 { margin: 5px 0 0 !important; color: #fff !important; font-size: clamp(29px, 2.25vw, 44px) !important; line-height: 1 !important; letter-spacing: -.055em !important; }
.kor35-head p { margin: 6px 0 0 !important; color: #9db1c9 !important; font-size: 13px !important; }

.kor35-progress {
  display: flex !important;
  gap: 5px !important;
  margin: 0 !important;
  padding: 5px !important;
  border: 1px solid rgba(118, 171, 231, .22);
  border-radius: 17px;
  list-style: none !important;
  background: rgba(1, 9, 24, .48);
}

.kor35-progress li {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 108px;
  min-height: 42px;
  padding: 7px 11px !important;
  border-radius: 12px;
  color: #7188a5;
  font-size: 11px;
  font-weight: 850;
}

.kor35-progress b {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(129, 180, 238, .25);
  border-radius: 50%;
  color: inherit;
  font-size: 11px;
}

.kor35-progress .is-active { background: #11366c; color: #fff; box-shadow: inset 0 0 0 1px rgba(68, 157, 255, .45); }
.kor35-progress .is-active b { border-color: var(--k35-orange); background: var(--k35-orange); color: #071426; box-shadow: 0 0 18px rgba(255, 107, 11, .45); }
.kor35-progress .is-done { color: #90caff; }
.kor35-progress .is-done b { background: #1b88ee; border-color: #1b88ee; color: #051224; }

.kor35-close {
  position: static !important;
  display: grid !important;
  place-items: center !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  border: 1px solid rgba(132, 181, 237, .28) !important;
  border-radius: 50% !important;
  background: rgba(4, 18, 43, .78) !important;
  color: #fff !important;
  font-size: 27px !important;
  cursor: pointer;
}

.kor35-query {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  margin: 12px 28px 7px;
  padding: 6px 7px 6px 13px;
  border: 1px solid rgba(98, 170, 250, .38);
  border-radius: 16px;
  background: rgba(2, 15, 37, .75);
  box-shadow: inset 0 1px rgba(255, 255, 255, .04), 0 12px 35px rgba(0, 4, 18, .22);
}

.kor35-query > span { color: var(--k35-orange); font-size: 20px; text-align: center; }
.kor35-query input { min-width: 0; height: 46px; border: 0; outline: 0; background: transparent; color: #fff; font: 750 14px/1.2 inherit; }
.kor35-query input::placeholder { color: #7890ae; }
.kor35-query button { min-width: 142px; padding: 0 20px; font-size: 13px; }

.kor35-trail {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 37px;
  padding: 0 29px 7px;
  overflow-x: auto;
  color: #7290b4;
  font-size: 10px;
  font-weight: 800;
  scrollbar-width: none;
}

.kor35-trail > span { color: #ff9c53; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.kor35-trail button { min-height: 27px; padding: 4px 10px; border: 1px solid rgba(109, 173, 242, .24); border-radius: 999px; background: rgba(13, 47, 91, .65); color: #eaf5ff; font: 750 10px/1 inherit; cursor: pointer; white-space: nowrap; }
.kor35-trail i { color: #ff7b21; font-style: normal; }

.kor35-game {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 345px !important;
  gap: 14px !important;
  min-height: 0 !important;
  padding: 0 28px 14px !important;
  overflow: hidden !important;
}

.kor35-playfield,
.kor35-radar {
  min-width: 0;
  min-height: 0;
  border: 1px solid rgba(109, 170, 237, .2);
  border-radius: 21px;
  background: rgba(3, 15, 36, .7);
  box-shadow: inset 0 1px rgba(255,255,255,.04), 0 20px 50px rgba(0, 3, 15, .2);
}

.kor35-playfield { display: grid; grid-template-rows: auto minmax(0, 1fr); overflow: hidden; }
.kor35-stage-head { display: grid !important; grid-template-columns: 72px minmax(0, 1fr) 72px; align-items: center !important; gap: 14px !important; padding: 18px 20px 14px !important; border-bottom: 1px solid rgba(110, 170, 237, .14); }
.kor35-stage-head > div:first-child { grid-column: 2; min-width: 0; text-align: center; }
.kor35-stage-head .kor35-match-orb { grid-column: 3; justify-self: end; }
.kor35-stage-head small { color: #ff9146; font-size: 10px; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.kor35-stage-head h3 { margin: 3px 0 !important; color: #fff !important; font-size: clamp(24px, 2vw, 36px) !important; line-height: 1 !important; letter-spacing: -.045em !important; }
.kor35-stage-head p { max-width: 730px; margin: 0 !important; color: #9bb0c8 !important; font-size: 12px !important; line-height: 1.4 !important; }

.kor35-match-orb {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 76px;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(67, 159, 255, .42);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(21, 96, 184, .48), rgba(2, 19, 46, .9));
  box-shadow: 0 0 0 7px rgba(39, 127, 228, .06), 0 0 38px rgba(35, 139, 255, .19);
}

.kor35-match-orb::before { content: ""; position: absolute; inset: -8px; border: 1px dashed rgba(87, 166, 255, .35); border-radius: 50%; animation: kor35Orbit 12s linear infinite; }
.kor35-match-orb span { color: #fff; font-size: 22px; font-weight: 950; line-height: 1; }
.kor35-match-orb small { margin-top: -16px; color: #90a7c4; font-size: 8px; text-transform: none; letter-spacing: 0; }

.kor35-stage-canvas {
  min-height: 0;
  padding: 14px;
  overflow: auto;
  scrollbar-color: #1b5d9e transparent;
  scrollbar-width: thin;
}

.kor35-stage-canvas.is-entering { animation: kor35StageIn .28s cubic-bezier(.2,.8,.2,1) both; }

.kor35-mission-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: minmax(155px, 1fr);
  gap: 10px;
  min-height: 100%;
}

.kor35-mission-card,
.kor35-scenario-card,
.kor35-brand-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(103, 167, 237, .25);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(15, 52, 101, .93), rgba(4, 20, 46, .96));
  color: #fff;
  cursor: pointer;
  text-align: left;
  box-shadow: inset 0 1px rgba(255, 255, 255, .07), 0 15px 38px rgba(0, 4, 20, .18);
  transition: border-color .22s, box-shadow .22s, transform .22s;
}

.kor35-mission-card { grid-column: span 2; }
.kor35-mission-card--hero { grid-column: span 4; grid-row: span 2; }
.kor35-mission-card--featured { grid-column: span 2; }
.kor35-mission-card:nth-child(3),
.kor35-mission-card:nth-child(4) { grid-column: span 1; }
.kor35-mission-card::after,
.kor35-scenario-card::after { content: ""; position: absolute; inset: auto -20% -65% 15%; height: 78%; border-radius: 50%; background: radial-gradient(circle, rgba(41, 135, 247, .24), transparent 65%); pointer-events: none; }
.kor35-mission-card--hero::after { background: radial-gradient(circle, rgba(255, 104, 6, .26), transparent 67%); }
.kor35-mission-card--featured::after { background: radial-gradient(circle, rgba(60, 225, 190, .2), transparent 67%); }

.kor35-mission-art { position: absolute; inset: 0; display: grid; place-items: center; overflow: hidden; }
.kor35-mission-art::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 13, 31, .93) 0%, rgba(3, 16, 38, .48) 56%, rgba(3, 16, 38, .12)); z-index: 1; }
.kor35-mission-art img { width: 100%; height: 100%; object-fit: contain; object-position: right center; filter: saturate(.93) contrast(1.03); transform: scale(.9); }
.kor35-mission-card--hero .kor35-mission-art img { width: 63%; margin-left: auto; transform: scale(.93); }
.kor35-mission-card--featured .kor35-mission-art img { object-fit: cover; opacity: .76; }

.kor35-mission-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: end; align-items: flex-start; width: min(62%, 440px); height: 100%; padding: 18px; }
.kor35-mission-copy small { color: #ff994e; font-size: 9px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.kor35-mission-card--featured .kor35-mission-copy small { color: var(--k35-solar); }
.kor35-mission-copy strong { margin-top: 5px; font-size: clamp(18px, 1.55vw, 29px); line-height: .98; letter-spacing: -.035em; }
.kor35-mission-card--hero .kor35-mission-copy strong { font-size: clamp(29px, 2.7vw, 51px); }
.kor35-mission-copy > span { margin-top: 6px; color: #b7c7d9; font-size: 11px; line-height: 1.35; }
.kor35-mission-copy em { margin-top: 13px; color: #fff; font-size: 11px; font-style: normal; font-weight: 850; }
.kor35-mission-copy em b { color: var(--k35-orange); }
.kor35-count { position: absolute; z-index: 3; top: 12px; right: 12px; padding: 6px 9px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; background: rgba(1, 9, 23, .68); color: #b8c9dc; font-size: 8px; text-transform: uppercase; backdrop-filter: blur(8px); }
.kor35-count b { color: #fff; font-size: 11px; }

.kor35-scenario-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 11px; align-content: start; }
.kor35-scenario-card { display: grid; grid-template-columns: minmax(130px, 42%) minmax(0, 1fr); min-height: 200px; }
.kor35-scenario-card.is-recommended { grid-column: span 2; border-color: rgba(255, 116, 30, .55); }
.kor35-scenario-art { position: relative; display: grid; place-items: center; min-height: 180px; background: radial-gradient(circle at 45% 45%, rgba(51, 134, 235, .28), transparent 64%); }
.kor35-scenario-art img { width: 92%; height: 92%; object-fit: contain; }
.kor35-scenario-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 17px; }
.kor35-scenario-copy small { color: #ff9950; font-size: 9px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.kor35-scenario-copy strong { margin: 6px 0; font-size: clamp(19px, 1.55vw, 28px); line-height: 1.01; letter-spacing: -.04em; }
.kor35-scenario-copy > span { color: #aebfd2; font-size: 11px; line-height: 1.35; }
.kor35-scenario-copy em { margin-top: 15px; color: #e9f5ff; font-size: 10px; font-style: normal; font-weight: 800; }
.kor35-scenario-copy em b { color: var(--k35-orange); }

.kor35-brand-intro { display: grid; place-items: center; gap: 7px; margin: 0 3px 13px; padding: 13px 15px; border-top: 2px solid var(--k35-orange); background: radial-gradient(circle at 50% 0, rgba(255, 104, 6, .11), transparent 70%); text-align: center; }
.kor35-brand-intro span { color: #ff9950; font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.kor35-brand-intro strong { display: block; margin-top: 2px; color: #fff; font-size: 18px; }
.kor35-brand-intro p { max-width: 620px; margin: 0; color: #91a8c4; font-size: 11px; line-height: 1.4; text-align: center; }
.kor35-brand-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.kor35-brand-card { display: grid; grid-template-columns: 128px minmax(0, 1fr) 24px; align-items: center; gap: 13px; min-height: 116px; padding: 13px; transform-style: preserve-3d; }
.kor35-brand-card { flex: 0 1 calc((100% - 20px) / 3); }
.kor35-brand-card--all { flex-basis: calc((200% - 10px) / 3); border-color: rgba(255, 120, 30, .52); background: linear-gradient(135deg, rgba(91, 44, 22, .75), rgba(8, 36, 72, .98)); }
.kor35-brand-logo {
  --k35-tilt-x: 0deg;
  --k35-tilt-y: 0deg;
  --k35-light-x: 50%;
  --k35-light-y: 28%;
  --k35-logo-scale: 1;
  --k35-logo-x: 0px;
  --k35-logo-y: 0px;
  position: relative;
  display: grid;
  place-items: center;
  width: 128px;
  height: 78px;
  padding: 9px;
  overflow: hidden;
  border: 1px solid rgba(121, 187, 255, .28);
  border-radius: 15px;
  background:
    radial-gradient(circle at var(--k35-light-x) var(--k35-light-y), rgba(137, 205, 255, .27), transparent 45%),
    linear-gradient(145deg, rgba(11, 50, 98, .92), rgba(2, 14, 34, .96));
  box-shadow: inset 0 1px rgba(255,255,255,.09), 0 12px 26px rgba(0, 4, 19, .25);
  isolation: isolate;
  transform: perspective(720px) rotateX(var(--k35-tilt-x)) rotateY(var(--k35-tilt-y));
  transition: transform .18s ease, border-color .22s ease, box-shadow .22s ease;
}
.kor35-brand-logo::before {
  content: "";
  position: absolute;
  inset: -20%;
  z-index: -1;
  pointer-events: none;
  opacity: .42;
  background: radial-gradient(circle at var(--k35-light-x) var(--k35-light-y), rgba(255,255,255,.3), rgba(52,150,255,.1) 26%, transparent 58%);
  transition: opacity .2s ease;
}
.kor35-brand-logo::after {
  content: "";
  position: absolute;
  inset: -35% -65%;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(112deg, transparent 38%, rgba(255,255,255,.18) 48%, rgba(255,255,255,.06) 54%, transparent 64%);
  transform: translate3d(-48%, 0, 0);
}
.kor35-brand-logo img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 8px 13px rgba(0,0,0,.34)); transform: translate(var(--k35-logo-x), var(--k35-logo-y)) scale(var(--k35-logo-scale)); transform-origin: center; }
.kor35-brand-logo--cummins,
.kor35-brand-logo--branik,
.kor35-brand-logo--sako,
.kor35-brand-logo--deye {
  border-color: rgba(222, 238, 255, .42);
  background:
    radial-gradient(circle at var(--k35-light-x) var(--k35-light-y), #fff, rgba(225, 238, 251, .92) 48%, rgba(179, 204, 231, .84));
}
.kor35-brand-logo--branik img { filter: none; }
.kor35-brand-logo--generac { --k35-logo-scale: .96; --k35-logo-x: -2px; --k35-logo-y: 1px; }
.kor35-brand-logo--pramac { --k35-logo-scale: .90; --k35-logo-y: -2px; }
.kor35-brand-logo--logus { --k35-logo-scale: 1; }
.kor35-brand-logo--cummins { --k35-logo-scale: .84; }
.kor35-brand-logo--branik { --k35-logo-scale: .98; }
.kor35-brand-logo--alpha-ess { --k35-logo-scale: .90; --k35-logo-x: 5px; --k35-logo-y: -1px; }
.kor35-brand-logo--kipor { --k35-logo-scale: .93; }
.kor35-brand-logo--sako { --k35-logo-scale: .90; }
.kor35-brand-logo--deye { --k35-logo-scale: .88; }
.kor35-brand-logo.is-pointer-active { will-change: transform; }
.kor35-brand-card > span:nth-child(2) { min-width: 0; text-align: center; }
.kor35-brand-card small { color: #8fa8c4; font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.kor35-brand-card strong { display: block; margin: 4px 0; color: #fff; font-size: 19px; line-height: 1; }
.kor35-brand-card em { color: #9eb2ca; font-size: 10px; font-style: normal; }
.kor35-brand-card > b { color: var(--k35-orange); font-size: 20px; }
.kor35-brand-ai { display: grid; place-items: center; width: 76px; height: 76px; border-radius: 20px; background: linear-gradient(145deg, #ff9b48, #ff5d00); color: #071426; font-size: 24px; font-weight: 950; box-shadow: 0 0 35px rgba(255, 100, 7, .25); }
.kor35-wordmark { position: relative; z-index: 1; color: #f7fbff; font-size: 17px; font-weight: 950; letter-spacing: -.04em; text-align: center; text-shadow: 0 3px 12px rgba(0,0,0,.35); }
.kor35-wordmark--kipor { color: #ff4d55; font-size: 21px; font-style: italic; }
.kor35-wordmark--suninverter { color: #ff875c; }
.kor35-wordmark--psl-solar { color: #8fc4ff; }
.kor35-wordmark--li-sun { color: #58daf6; }

.kor35-finalist-shell { display: grid; gap: 9px; min-width: 0; }
.kor35-final-summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 36px; padding: 0 3px; }
.kor35-final-summary div { min-width: 0; }
.kor35-final-summary small { display: block; color: #ff9650; font-size: 8px; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.kor35-final-summary strong { display: block; margin-top: 2px; color: #eaf6ff; font-size: 13px; }
.kor35-final-summary > span { color: #7893b2; font-size: 9px; }
.kor35-final-summary button,
.kor35-final-empty button { min-height: 30px; padding: 5px 10px; border: 1px solid rgba(255, 132, 53, .42); border-radius: 999px; background: rgba(255, 104, 10, .1); color: #ffad74; font: 900 9px/1 inherit; cursor: pointer; }
.kor35-final-filters { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; min-width: 0; padding: 1px 2px 4px; }
.kor35-final-filter-group { min-width: 0; margin: 0; padding: 5px 7px 7px; border: 1px solid rgba(103, 166, 236, .18); border-radius: 12px; background: rgba(5, 25, 54, .68); }
.kor35-final-filter-group legend { padding: 0 4px; color: #819bb9; font-size: 7px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.kor35-final-filter-group > div { display: flex; flex-wrap: wrap; gap: 4px; }
.kor35-final-filter-group button { min-height: 27px; padding: 5px 8px; border: 1px solid rgba(103, 166, 236, .2); border-radius: 999px; background: rgba(7, 39, 80, .75); color: #afc3d9; font: 850 8px/1 inherit; white-space: nowrap; cursor: pointer; }
.kor35-final-filter-group button small { margin-left: 3px; color: #718dab; font-size: 7px; }
.kor35-final-filter-group button.is-active { border-color: rgba(255, 143, 68, .82); background: linear-gradient(135deg, rgba(255, 140, 58, .25), rgba(255, 91, 0, .12)); color: #fff2e8; }
.kor35-final-filter-group button.is-active small { color: #ffad74; }
.kor35-final-filter-empty { margin: 0 !important; padding: 8px 10px; border: 1px solid rgba(103, 166, 236, .14); border-radius: 11px; color: #819bb9 !important; font-size: 9px !important; }
.kor35-final-rail-shell { display: grid; grid-template-columns: 30px minmax(0, 1fr) 30px; gap: 6px; align-items: center; min-width: 0; }
.kor35-final-grid { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(248px, 278px); grid-template-columns: none; gap: 9px; min-width: 0; padding: 2px 1px 7px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-color: #2967a5 transparent; scrollbar-width: thin; }
.kor35-final-scroll { display: grid; place-items: center; width: 30px; height: 68px; padding: 0; border: 1px solid rgba(107, 174, 245, .25); border-radius: 10px; background: rgba(8, 39, 80, .82); color: #d9edff; font: 900 25px/1 inherit; cursor: pointer; }
.kor35-final-card { position: relative; display: flex; flex-direction: column; min-width: 0; overflow: hidden; scroll-snap-align: start; border: 1px solid rgba(105, 165, 234, .25); border-radius: 16px; background: linear-gradient(160deg, rgba(13, 45, 89, .95), rgba(3, 15, 36, .98)); box-shadow: 0 15px 38px rgba(0, 5, 20, .22); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.kor35-final-card.is-best { border-color: rgba(255, 132, 44, .75); }
.kor35-final-card.is-selected { border-color: #58b5ff; box-shadow: 0 0 0 2px rgba(68, 166, 255, .22), 0 18px 42px rgba(0, 5, 20, .35); }
.kor35-final-badge { position: absolute; z-index: 3; top: 8px; left: 8px; right: 8px; display: flex; justify-content: space-between; align-items: center; pointer-events: none; }
.kor35-final-badge span { padding: 5px 8px; border-radius: 999px; background: rgba(2, 12, 29, .82); color: #ff9e58; font-size: 7px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(9px); }
.kor35-final-badge small { color: rgba(255,255,255,.42); font-size: 14px; font-weight: 900; }
.kor35-final-select { display: block; width: 100%; min-width: 0; padding: 0; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; }
.kor35-final-art { position: relative; display: block; height: 132px; overflow: hidden; background: radial-gradient(circle at 50% 48%, rgba(44, 132, 236, .29), transparent 64%); }
.kor35-final-art img { position: absolute !important; inset: 15px !important; width: calc(100% - 30px) !important; height: calc(100% - 30px) !important; max-width: none !important; max-height: none !important; margin: 0 !important; object-fit: contain !important; object-position: center !important; transition: transform .28s ease; }
.kor35-final-copy { display: block; min-width: 0; padding: 10px 11px 8px; }
.kor35-final-copy > small { color: #ff9348; font-size: 7px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.kor35-final-copy h4 { min-height: 33px; margin: 4px 0 !important; overflow: hidden; color: #fff !important; font-size: 15px !important; line-height: 1.08 !important; letter-spacing: -.02em !important; }
.kor35-final-copy p { min-height: 27px; margin: 0 !important; color: #a9bad0 !important; font-size: 9px !important; line-height: 1.35 !important; }
.kor35-final-copy > em { display: block; min-height: 28px; margin: 6px 0; padding: 6px 7px; border-left: 2px solid #2a91f3; background: rgba(34, 122, 215, .09); color: #c1d5e9; font-size: 8px; font-style: normal; line-height: 1.3; }
.kor35-final-chips { display: flex; gap: 4px; min-width: 0; margin: 5px 0; overflow: hidden; }
.kor35-final-chips span { flex: 0 1 auto; min-width: 0; padding: 3px 5px; overflow: hidden; border: 1px solid rgba(99, 173, 245, .2); border-radius: 999px; background: rgba(31, 103, 177, .12); color: #9fc6e9; font-size: 7px; line-height: 1; text-overflow: ellipsis; white-space: nowrap; }
.kor35-final-price { display: flex; justify-content: space-between; align-items: end; gap: 10px; padding: 7px 0 1px; border-top: 1px solid rgba(114, 170, 231, .14); }
.kor35-final-price span { color: #7892af; font-size: 7px; }
.kor35-final-price strong { color: #fff; font-size: 13px; }
.kor35-final-actions { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5px; margin-top: auto; padding: 0 10px 10px; }
.kor35-final-actions a { display: grid; place-items: center; min-height: 34px; padding: 6px; border: 1px solid rgba(110, 175, 245, .28); border-radius: 9px; color: #e9f6ff; font-size: 8px; font-weight: 900; text-decoration: none; }
.kor35-final-actions .is-quote { border-color: transparent; background: linear-gradient(135deg, #ff933e, #ff6208); color: #071427; }
.kor35-final-picked { display: grid; grid-template-columns: 54px minmax(0, 1fr) auto auto; gap: 10px; align-items: center; min-width: 0; min-height: 68px; padding: 7px 9px; border: 1px solid rgba(75, 179, 255, .34); border-radius: 13px; background: linear-gradient(105deg, rgba(17, 67, 119, .55), rgba(4, 22, 48, .84)); }
.kor35-final-picked-art { position: relative; width: 54px; height: 52px; overflow: hidden; border-radius: 9px; background: rgba(34, 115, 198, .16); }
.kor35-final-picked-art img { position: absolute !important; inset: 5px !important; width: calc(100% - 10px) !important; height: calc(100% - 10px) !important; max-width: none !important; max-height: none !important; margin: 0 !important; object-fit: contain !important; }
.kor35-final-picked > div { min-width: 0; }
.kor35-final-picked > div > small { display: block; color: #65bdff; font-size: 7px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.kor35-final-picked > div > strong { display: block; margin-top: 3px; overflow: hidden; color: #fff; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.kor35-final-picked > b { color: #fff; font-size: 13px; white-space: nowrap; }
.kor35-final-picked .kor35-final-chips { margin-bottom: 0; }
.kor35-final-picked-actions { display: flex; gap: 5px; }
.kor35-final-picked-actions a { display: grid; place-items: center; min-height: 34px; padding: 6px 9px; border: 1px solid rgba(106, 177, 246, .28); border-radius: 9px; color: #eaf6ff; font-size: 8px; font-weight: 900; text-decoration: none; white-space: nowrap; }
.kor35-final-picked-actions .is-quote { border-color: transparent; background: linear-gradient(135deg, #ff933e, #ff6208); color: #071427; }
.kor35-final-empty { display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; gap: 12px; align-items: center; min-height: 100px; padding: 14px; border: 1px dashed rgba(105, 165, 234, .3); border-radius: 14px; background: rgba(7, 30, 62, .45); }
.kor35-final-empty > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(255, 112, 18, .12); color: #ff9b58; font-weight: 950; }
.kor35-final-empty h4 { margin: 0 0 3px !important; color: #fff !important; font-size: 15px !important; }
.kor35-final-empty p { margin: 0 !important; color: #91a8c2 !important; font-size: 9px !important; }
.kor35-human-note { display: flex; align-items: center; gap: 10px; margin-top: 10px; padding: 10px 12px; border: 1px solid rgba(68, 211, 164, .2); border-radius: 12px; background: rgba(36, 174, 135, .07); }
.kor35-human-note span { display: grid; place-items: center; flex: 0 0 25px; width: 25px; height: 25px; border-radius: 50%; background: #39d79d; color: #03142b; font-weight: 950; }
.kor35-human-note p { margin: 0 !important; color: #a9c4ce !important; font-size: 9px !important; }
.kor35-human-note b { color: #e6fff7; }
.kor35-empty { display: grid; place-items: center; min-height: 330px; text-align: center; }
.kor35-empty span { font-size: 44px; color: var(--k35-orange); }
.kor35-empty h4 { margin: 8px 0 4px; color: #fff; font-size: 24px; }
.kor35-empty p { max-width: 480px; color: #9db1c9; }

.kor35-radar { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; padding: 15px; overflow: hidden; background: linear-gradient(160deg, rgba(9, 38, 77, .9), rgba(2, 13, 32, .96)); }
.kor35-radar > header { padding: 4px 3px 13px; }
.kor35-radar > header small { color: #ff9650; font-size: 9px; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.kor35-radar > header h3 { margin: 4px 0 !important; color: #fff !important; font-size: 21px !important; line-height: 1.03 !important; }
.kor35-radar > header p { margin: 0 !important; color: #8fa7c3 !important; font-size: 10px !important; line-height: 1.4 !important; }
.kor35-radar-products { display: grid; align-content: start; gap: 8px; min-height: 0; overflow: auto; scrollbar-width: thin; scrollbar-color: #1d5f9f transparent; }
.kor35-radar-card { display: grid; grid-template-columns: 102px minmax(0, 1fr); gap: 10px; min-height: 120px; padding: 9px; border: 1px solid rgba(107, 169, 238, .2); border-radius: 14px; background: rgba(8, 35, 71, .72); color: #fff; text-decoration: none; }
.kor35-radar-card > span { position: relative; display: grid; place-items: center; overflow: hidden; border-radius: 10px; background: radial-gradient(circle, rgba(40, 127, 229, .26), transparent 69%); }
.kor35-radar-card img { width: 100%; height: 100%; object-fit: contain; }
.kor35-radar-card i { position: absolute; top: 4px; left: 4px; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: var(--k35-orange); color: #071426; font-size: 9px; font-style: normal; font-weight: 950; }
.kor35-radar-card > div { display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.kor35-radar-card small { color: #ff9650; font-size: 7px; font-weight: 950; text-transform: uppercase; }
.kor35-radar-card strong { margin: 5px 0; color: #fff; font-size: 12px; line-height: 1.15; }
.kor35-radar-card em { color: #9fb4ca; font-size: 9px; font-style: normal; }
.kor35-radar-status { margin-top: 11px; padding: 10px; border: 1px solid rgba(113, 176, 244, .18); border-radius: 11px; background: rgba(0, 8, 23, .5); color: #91aac6; font-size: 9px; text-align: center; }
.kor35-radar-empty { padding: 30px 12px; color: #91a8c3; font-size: 11px; text-align: center; }

.kor35-actions {
  display: grid !important;
  grid-template-columns: auto auto 1fr auto;
  align-items: center !important;
  gap: 8px !important;
  min-height: 70px;
  padding: 10px 28px !important;
  border-top: 1px solid rgba(111, 172, 238, .17) !important;
  background: rgba(2, 11, 27, .89) !important;
  backdrop-filter: blur(18px);
}

.kor35-actions button { min-height: 45px; padding: 0 17px; border: 1px solid rgba(110, 174, 242, .25); border-radius: 12px; background: #0a2852; color: #eaf6ff; font: 850 11px/1 inherit; cursor: pointer; }
.kor35-actions button:disabled { cursor: not-allowed; opacity: .45; }
.kor35-actions > span { justify-self: center; color: #7991ae; font-size: 10px; }
.kor35-actions > span b { color: #fff; }
.kor35-actions .kor35-primary { min-width: 250px; border: 0; background: linear-gradient(135deg, #ff913b, #ff5b00); color: #061329; box-shadow: 0 11px 28px rgba(255, 91, 0, .22); }

.kor35-dialog :is(button, a, input):focus-visible { outline: 3px solid #6bc0ff !important; outline-offset: 2px !important; }

@media (hover: hover) and (pointer: fine) {
  .kor35-mission-card:hover,
  .kor35-scenario-card:hover { border-color: rgba(255, 126, 40, .86); transform: translateY(-4px) rotateX(1.2deg); box-shadow: 0 23px 55px rgba(0, 4, 20, .35), 0 0 30px rgba(255, 107, 11, .09); }
  .kor35-brand-card:hover { border-color: rgba(255, 126, 40, .86); transform: translateY(-3px); box-shadow: 0 23px 55px rgba(0, 4, 20, .35), 0 0 30px rgba(255, 107, 11, .09); }
  .kor35-brand-card:hover .kor35-brand-logo,
  .kor35-brand-card:focus-visible .kor35-brand-logo { border-color: rgba(130, 205, 255, .66); box-shadow: inset 0 1px rgba(255,255,255,.13), 0 16px 34px rgba(0, 6, 24, .38), 0 0 30px rgba(40, 145, 255, .16); }
  .kor35-brand-card:hover .kor35-brand-logo::after,
  .kor35-brand-card:focus-visible .kor35-brand-logo::after { animation: kor35BrandShine .62s ease-out 1; }
  .kor35-final-card:hover .kor35-final-art img { transform: scale(1.045) translateY(-3px); }
  .kor35-radar-card:hover { border-color: rgba(255, 125, 37, .58); background: rgba(13, 49, 95, .88); }
  .kor35-close:hover { border-color: #ff8d3a !important; transform: rotate(4deg); }
}

/* Desktop focus mode: the products are the stage; controls become compact chrome. */
@media (min-width: 1250px) and (min-height: 650px) {
  .kor35-dialog.kor31-guide-dialog.kor28-refine-panel {
    width: min(1840px, calc(100vw - 16px)) !important;
    height: min(1064px, calc(100dvh - 12px)) !important;
    border-radius: 23px !important;
  }

  .kor35-shell { grid-template-rows: 82px 50px 27px minmax(0, 1fr) 50px; }

  .kor35-head {
    grid-template-columns: minmax(0, 1fr) auto 40px;
    gap: 17px !important;
    padding: 11px 18px 9px !important;
  }
  .kor35-kicker { gap: 6px; font-size: 9px; }
  .kor35-kicker i { width: 6px; height: 6px; }
  .kor35-head h2 { margin-top: 3px !important; font-size: clamp(28px, 1.8vw, 34px) !important; }
  .kor35-head p { margin-top: 3px !important; font-size: 11px !important; line-height: 1.2 !important; }
  .kor35-progress { gap: 3px !important; padding: 3px !important; border-radius: 14px; }
  .kor35-progress li { gap: 6px !important; min-width: 88px; min-height: 34px; padding: 4px 8px !important; font-size: 10px; }
  .kor35-progress b { width: 22px; height: 22px; font-size: 9px; }
  .kor35-close { width: 40px !important; height: 40px !important; min-width: 40px !important; font-size: 22px !important; }

  .kor35-query {
    grid-template-columns: 28px minmax(0, 1fr) auto;
    gap: 6px;
    margin: 4px 18px 2px;
    padding: 3px 4px 3px 9px;
    border-radius: 13px;
  }
  .kor35-query > span { font-size: 17px; }
  .kor35-query input { height: 38px; font-size: 13px; }
  .kor35-query button { min-width: 128px; min-height: 38px; padding: 0 15px; font-size: 12px; }
  .kor35-query:focus-within { border-color: #6bc0ff; box-shadow: 0 0 0 2px rgba(107, 192, 255, .16); }
  .kor35-query input:focus-visible { outline: 0 !important; }

  .kor35-trail { gap: 5px; min-height: 27px; padding: 0 19px 3px; font-size: 9px; }
  .kor35-trail button { min-height: 22px; padding: 2px 8px; font-size: 9px; }

  .kor35-game {
    grid-template-columns: minmax(0, 1fr) 255px !important;
    gap: 9px !important;
    padding: 0 18px 8px !important;
  }
  .kor35-playfield,
  .kor35-radar { border-radius: 17px; }
  .kor35-stage-head { gap: 13px !important; padding: 9px 13px 7px !important; }
  .kor35-stage-head h3 { font-size: clamp(25px, 1.55vw, 30px) !important; }
  .kor35-stage-head p { font-size: 10px !important; line-height: 1.25 !important; }
  .kor35-match-orb { flex-basis: 54px; width: 54px; height: 54px; }
  .kor35-match-orb::before { inset: -5px; }
  .kor35-match-orb span { font-size: 17px; }
  .kor35-match-orb small { margin-top: -12px; font-size: 7px; }
  .kor35-stage-canvas { padding: 9px; }
  .kor35-mission-grid { grid-auto-rows: minmax(166px, 1fr); gap: 8px; }

  .kor35-radar { padding: 8px; }
  .kor35-radar > header { padding: 1px 2px 7px; }
  .kor35-radar > header h3 { margin: 2px 0 !important; font-size: 15px !important; }
  .kor35-radar > header p { display: none; }
  .kor35-radar-products { gap: 6px; }
  .kor35-radar-card { grid-template-columns: 72px minmax(0, 1fr); gap: 7px; min-height: 88px; padding: 6px; border-radius: 11px; }
  .kor35-radar-card strong { margin: 3px 0; font-size: 10px; }
  .kor35-radar-card em { font-size: 8px; }
  .kor35-radar-status { margin-top: 5px; padding: 5px; font-size: 8px; }

  .kor35-actions { min-height: 50px; padding: 5px 18px !important; }
  .kor35-actions button { min-height: 38px; padding: 0 13px; }
  .kor35-actions .kor35-primary { min-width: 218px; }
}

@media (max-width: 1240px) {
  .kor35-dialog.kor31-guide-dialog.kor28-refine-panel { width: calc(100vw - 18px) !important; height: calc(100dvh - 16px) !important; }
  .kor35-head { grid-template-columns: minmax(0, 1fr) auto 48px; gap: 13px !important; padding-inline: 18px !important; }
  .kor35-progress li { min-width: 72px; }
  .kor35-progress span { display: none; }
  .kor35-query { margin-inline: 18px; }
  .kor35-trail { padding-inline: 19px; }
  .kor35-game { grid-template-columns: minmax(0, 1fr) 280px !important; padding-inline: 18px !important; }
  .kor35-mission-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .kor35-brand-card { flex-basis: calc((100% - 10px) / 2); }
  .kor35-brand-card--all { flex-basis: 100%; }
  .kor35-actions { padding-inline: 18px !important; }
}

@media (max-width: 900px) {
  .kor35-dialog.kor31-guide-dialog.kor28-refine-panel { inset: 0 !important; width: 100vw !important; max-width: 100vw !important; min-width: 0 !important; height: 100dvh !important; max-height: 100dvh !important; margin: 0 !important; border: 0 !important; border-radius: 0 !important; transform: none !important; }
  .kor35-shell { grid-template-rows: auto auto auto minmax(0, 1fr) auto; }
  .kor35-head { position: relative; grid-template-columns: minmax(0, 1fr) 44px; padding: 14px 14px 10px !important; }
  .kor35-head-copy { position: static; grid-column: 1; width: auto; transform: none; text-align: left; }
  .kor35-close { grid-column: 2; }
  .kor35-head p { display: none; }
  .kor35-head h2 { font-size: 27px !important; }
  .kor35-final-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kor35-progress { grid-column: 1 / -1; grid-row: 2; justify-self: stretch; justify-content: stretch; width: 100%; }
  .kor35-progress li { flex: 1; justify-content: center; min-width: 0; min-height: 34px; padding: 4px !important; }
  .kor35-progress b { width: 23px; height: 23px; }
  .kor35-query { grid-template-columns: 28px minmax(0, 1fr) 48px; margin: 8px 12px 4px; }
  .kor35-query button { min-width: 48px; padding: 0; font-size: 0; }
  .kor35-query button::before { content: "✦"; font-size: 18px; }
  .kor35-trail { padding: 2px 13px 6px; }
  .kor35-game { display: grid !important; grid-template-columns: 1fr !important; grid-template-rows: minmax(0, 1fr) auto; padding: 0 10px 8px !important; }
  .kor35-playfield { border-radius: 17px; }
  .kor35-stage-head { grid-template-columns: minmax(0, 1fr) 58px; padding: 12px 13px 10px !important; }
  .kor35-stage-head > div:first-child { grid-column: 1; text-align: left; }
  .kor35-stage-head .kor35-match-orb { grid-column: 2; }
  .kor35-stage-head h3 { font-size: 24px !important; }
  .kor35-stage-head p { display: none; }
  .kor35-match-orb { flex-basis: 58px; width: 58px; height: 58px; }
  .kor35-match-orb span { font-size: 17px; }
  .kor35-match-orb small { margin-top: -12px; }
  .kor35-stage-canvas { padding: 9px; }
  .kor35-radar { grid-template-columns: 150px minmax(0, 1fr) auto; grid-template-rows: auto; gap: 8px; align-items: center; min-height: 106px; padding: 9px; }
  .kor35-radar > header { padding: 4px; }
  .kor35-radar > header p { display: none; }
  .kor35-radar > header h3 { font-size: 13px !important; }
  .kor35-radar-products { grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; }
  .kor35-radar-card { grid-template-columns: 62px minmax(0, 1fr); min-height: 76px; padding: 5px; }
  .kor35-radar-card strong { font-size: 9px; }
  .kor35-radar-card em, .kor35-radar-card small { font-size: 7px; }
  .kor35-radar-status { margin: 0; writing-mode: vertical-rl; }
  .kor35-mission-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 145px; }
  .kor35-mission-card,
  .kor35-mission-card:nth-child(3),
  .kor35-mission-card:nth-child(4) { grid-column: auto; }
  .kor35-mission-card--hero { grid-column: 1 / -1; grid-row: span 2; }
  .kor35-mission-card--featured { grid-column: 1 / -1; }
  .kor35-scenario-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kor35-scenario-card, .kor35-scenario-card.is-recommended { grid-column: auto; grid-template-columns: 1fr; min-height: 250px; }
  .kor35-scenario-art { min-height: 125px; }
  .kor35-scenario-copy { padding: 12px; }
  .kor35-brand-intro { align-items: start; }
  .kor35-brand-intro p { display: none; }
  .kor35-brand-card { grid-template-columns: 90px minmax(0, 1fr) 18px; }
  .kor35-brand-logo { width: 90px; }
  .kor35-final-rail-shell { grid-template-columns: minmax(0, 1fr); }
  .kor35-final-scroll { display: none; }
  .kor35-final-grid { grid-auto-columns: minmax(250px, 68vw); }
  .kor35-final-art { height: 140px; }
  .kor35-final-copy h4 { font-size: 15px !important; }
  .kor35-final-picked { grid-template-columns: 54px minmax(0, 1fr) auto; }
  .kor35-final-picked-actions { grid-column: 2 / -1; justify-self: end; }
  .kor35-actions { grid-template-columns: auto auto 1fr; min-height: 64px; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)) !important; }
  .kor35-actions > span { display: none; }
  .kor35-actions .kor35-primary { min-width: 180px; justify-self: end; }
}

@media (max-width: 620px) {
  .kor35-kicker { font-size: 8px; }
  .kor35-head h2 { font-size: 22px !important; }
  .kor35-final-filters { display: flex; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; }
  .kor35-final-filter-group { flex: 0 0 auto; min-width: max-content; }
  .kor35-final-filter-group > div { flex-wrap: nowrap; }
  .kor35-close { width: 42px !important; height: 42px !important; min-width: 42px !important; }
  .kor35-mission-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 130px; }
  .kor35-mission-card--hero { grid-row: span 2; }
  .kor35-mission-copy { width: 75%; padding: 12px; }
  .kor35-mission-card--hero .kor35-mission-copy strong { font-size: 30px; }
  .kor35-mission-card:not(.kor35-mission-card--hero) .kor35-mission-copy > span,
  .kor35-mission-card:not(.kor35-mission-card--hero) .kor35-mission-copy em { display: none; }
  .kor35-mission-copy strong { font-size: 16px; }
  .kor35-count { top: 7px; right: 7px; padding: 4px 6px; }
  .kor35-scenario-grid { grid-template-columns: 1fr; }
  .kor35-scenario-card, .kor35-scenario-card.is-recommended { grid-template-columns: 118px minmax(0, 1fr); min-height: 145px; }
  .kor35-scenario-art { min-height: 140px; }
  .kor35-brand-card--all { grid-column: auto; }
  .kor35-brand-card { flex-basis: 100%; min-height: 96px; }
  .kor35-final-summary > span { display: none; }
  .kor35-final-grid { grid-auto-columns: minmax(240px, 86vw); gap: 8px; }
  .kor35-final-card { display: flex; min-height: 0; }
  .kor35-final-art { height: 124px; min-height: 0; padding: 0; }
  .kor35-final-copy { padding: 11px; }
  .kor35-final-copy p, .kor35-final-copy > em, .kor35-final-price span { display: none; }
  .kor35-final-price { min-height: 35px; }
  .kor35-final-actions { grid-template-columns: 1fr; }
  .kor35-final-actions a { min-height: 34px; }
  .kor35-final-picked { grid-template-columns: 46px minmax(0, 1fr); }
  .kor35-final-picked-art { width: 46px; height: 46px; }
  .kor35-final-picked > b { grid-column: 2; }
  .kor35-final-picked-actions { grid-column: 1 / -1; justify-self: stretch; }
  .kor35-final-picked-actions a { flex: 1; }
  .kor35-final-empty { grid-template-columns: 36px minmax(0, 1fr); }
  .kor35-final-empty button { grid-column: 1 / -1; }
  .kor35-human-note { display: none; }
  .kor35-radar { grid-template-columns: 100px minmax(0, 1fr); }
  .kor35-radar-products { grid-template-columns: 1fr; }
  .kor35-radar-card:nth-child(2), .kor35-radar-status { display: none; }
  .kor35-actions button { padding-inline: 10px; }
  .kor35-actions .kor35-primary { min-width: 142px; font-size: 9px; }
}

/* KOR 2026: product-first hierarchy. Chrome guides; products lead. */
.kor35-shell {
  grid-template-rows: auto auto minmax(0, 1fr) auto;
}

.kor35-head {
  grid-template-columns: max-content minmax(260px, 620px) auto 38px;
  justify-content: space-between;
  gap: 12px !important;
  padding: 8px 14px !important;
}

.kor35-head-copy {
  position: static;
  grid-column: 1;
  width: auto;
  left: auto;
  transform: none;
  text-align: left;
}

.kor35-head h2 {
  margin: 0 !important;
  font-size: 24px !important;
  line-height: 1 !important;
  letter-spacing: -.035em !important;
  white-space: nowrap;
}

.kor35-kicker,
.kor35-head p { display: none !important; }

.kor35-query {
  grid-column: 2;
  grid-template-columns: 25px minmax(0, 1fr) auto;
  align-self: center;
  justify-self: center;
  width: 100%;
  min-height: 36px;
  margin: 0;
  padding: 2px 3px 2px 8px;
  border-radius: 11px;
  box-shadow: none;
}

.kor35-query > span { font-size: 14px; }
.kor35-query input { height: 32px; font-size: 12px; font-weight: 650; }
.kor35-query button { min-width: 108px; min-height: 32px; padding: 0 12px; font-size: 10px; border-radius: 8px; }
.kor35-progress { grid-column: 3; gap: 2px !important; padding: 2px !important; border-radius: 12px; }
.kor35-progress li { gap: 5px !important; min-width: 70px; min-height: 30px; padding: 3px 6px !important; font-size: 9px; border-radius: 9px; }
.kor35-progress b { width: 21px; height: 21px; font-size: 9px; }
.kor35-close { grid-column: 4; width: 36px !important; height: 36px !important; min-width: 36px !important; font-size: 20px !important; }

.kor35-trail {
  min-height: 24px;
  padding: 0 15px 2px;
  font-size: 8px;
}
.kor35-trail button { min-height: 20px; padding: 2px 7px; font-size: 8px; }

.kor35-game {
  grid-template-columns: minmax(0, 1fr) 228px !important;
  gap: 8px !important;
  padding: 0 12px 8px !important;
}
.kor35-playfield,
.kor35-radar { border-radius: 15px; }
.kor35-playfield { grid-template-rows: 48px minmax(0, 1fr); }
.kor35-stage-head {
  grid-template-columns: 40px minmax(0, 1fr) 40px;
  height: 48px;
  gap: 5px !important;
  padding: 4px 7px !important;
}
.kor35-stage-head > div:first-child { grid-column: 2; text-align: center; }
.kor35-stage-head small,
.kor35-stage-head p { display: none !important; }
.kor35-stage-head h3 {
  margin: 0 !important;
  overflow: hidden;
  font-size: 21px !important;
  line-height: 1 !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.kor35-match-orb {
  flex-basis: 38px;
  width: 38px;
  height: 38px;
  box-shadow: 0 0 0 3px rgba(39, 127, 228, .05), 0 0 18px rgba(35, 139, 255, .13);
}
.kor35-match-orb::before { inset: -3px; }
.kor35-match-orb span { font-size: 13px; }
.kor35-match-orb small { display: none !important; }
.kor35-stage-canvas { padding: 7px; }

.kor35-mission-card--hero .kor35-mission-copy strong { font-size: clamp(32px, 2vw, 38px); }
.kor35-mission-copy strong { font-size: clamp(18px, 1.25vw, 22px); }
.kor35-mission-copy > span { font-size: 10px; }
.kor35-mission-copy em { margin-top: 9px; font-size: 9px; }
.kor35-mission-card:nth-child(3) .kor35-mission-copy,
.kor35-mission-card:nth-child(4) .kor35-mission-copy { width: 100%; padding: 12px; }
.kor35-mission-card:nth-child(3) .kor35-mission-copy strong,
.kor35-mission-card:nth-child(4) .kor35-mission-copy strong { font-size: 16px; }
.kor35-mission-card:nth-child(3) .kor35-mission-copy > span,
.kor35-mission-card:nth-child(4) .kor35-mission-copy > span,
.kor35-mission-card:nth-child(3) .kor35-mission-copy em,
.kor35-mission-card:nth-child(4) .kor35-mission-copy em { display: none; }
.kor35-scenario-copy strong { font-size: clamp(18px, 1.25vw, 22px); }
.kor35-scenario-copy > span { font-size: 10px; }
.kor35-brand-intro { gap: 0; min-height: 30px; margin-bottom: 7px; padding: 5px 10px; }
.kor35-brand-intro span,
.kor35-brand-intro p { display: none; }
.kor35-brand-intro strong { margin: 0; font-size: 15px; }
.kor35-brand-card strong { font-size: 17px; }

.kor35-radar {
  grid-template-rows: 30px minmax(0, 1fr);
  padding: 6px;
}
.kor35-radar > header { display: flex; align-items: center; min-width: 0; padding: 2px 5px 5px; }
.kor35-radar > header small,
.kor35-radar > header p { display: none !important; }
.kor35-radar > header h3 { margin: 0 !important; overflow: hidden; font-size: 12px !important; line-height: 1 !important; text-overflow: ellipsis; white-space: nowrap; }
.kor35-radar-products { grid-template-rows: repeat(3, minmax(0, 1fr)); gap: 6px; overflow: hidden; }
.kor35-radar-card {
  grid-template-columns: 1fr;
  grid-template-rows: minmax(70px, 1fr) auto;
  gap: 0;
  min-height: 0;
  padding: 6px;
  border-radius: 12px;
  background: linear-gradient(155deg, rgba(14, 52, 101, .9), rgba(4, 20, 45, .96));
}
.kor35-radar-card > span { min-height: 0; }
.kor35-radar-card img { width: 92%; height: 92%; }
.kor35-radar-card > div { justify-content: end; padding: 6px 3px 2px; border-top: 1px solid rgba(115, 175, 240, .13); }
.kor35-radar-card small { font-size: 8px; }
.kor35-radar-card strong { margin: 3px 0 2px; overflow: hidden; font-size: 11px; line-height: 1.1; text-overflow: ellipsis; }
.kor35-radar-card em { color: #d8e8f7; font-size: 10px; }
.kor35-radar-card b { margin-top: 4px; color: #68baff; font-size: 8px; font-weight: 850; }
.kor35-radar-status { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

.kor35-dialog[data-kor35-phase="3"] .kor35-game { grid-template-columns: minmax(0, 1fr) !important; }
.kor35-dialog[data-kor35-phase="3"] .kor35-radar { display: none !important; }

.kor35-finalist-shell { gap: 6px; }
.kor35-final-summary { min-height: 26px; padding: 0 2px; }
.kor35-final-summary small,
.kor35-final-summary > span { display: none; }
.kor35-final-summary strong { margin: 0; font-size: 12px; }
.kor35-final-filters {
  display: flex;
  gap: 5px;
  padding: 0 1px 3px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
}
.kor35-final-filter-group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 5px;
  min-height: 34px;
  padding: 3px 5px;
  border-radius: 9px;
}
.kor35-final-filter-label { color: #91a8c3; font-size: 8px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.kor35-final-filter-group > div { flex-wrap: nowrap; gap: 3px; }
.kor35-final-filter-group button { min-height: 24px; padding: 4px 7px; font-size: 9px; }
.kor35-final-filter-group button small { font-size: 8px; }
.kor35-final-rail-shell { grid-template-columns: 30px minmax(0, 1fr) 30px; }
.kor35-final-grid { grid-auto-columns: minmax(305px, 330px); gap: 9px; }
.kor35-final-art { height: 184px; }
.kor35-final-copy { padding: 10px 12px 8px; }
.kor35-final-copy > small { font-size: 9px; }
.kor35-final-copy h4 { min-height: 38px; font-size: 17px !important; line-height: 1.1 !important; }
.kor35-final-copy p { min-height: 30px; font-size: 10px !important; line-height: 1.35 !important; }
.kor35-final-copy > em { min-height: 30px; font-size: 9px; }
.kor35-final-chips span { padding: 4px 6px; font-size: 8px; }
.kor35-final-price span { font-size: 9px; }
.kor35-final-price strong { font-size: 16px; }
.kor35-final-actions a { min-height: 36px; font-size: 10px; }
.kor35-final-picked { min-height: 56px; }
.kor35-human-note { display: none; }

.kor35-actions { min-height: 46px; padding: 4px 12px !important; }
.kor35-actions button { min-height: 34px; padding: 0 12px; font-size: 10px; }
.kor35-actions > span { display: none; }
.kor35-actions .kor35-primary { min-width: 210px; }

.kor35-launcher { padding: 15px !important; }
.kor35-launcher h3 { font-size: 24px !important; }
.kor35-launcher .kor31-launcher-copy { font-size: 12px !important; line-height: 1.4 !important; }
.kor35-launcher .kor31-launcher-result b { font-size: 15px !important; }

@media (min-width: 1250px) and (min-height: 650px) {
  .kor35-shell { grid-template-rows: 56px 24px minmax(0, 1fr) 46px; }
  .kor35-head { padding: 7px 12px !important; }
  .kor35-game { grid-template-columns: minmax(0, 1fr) 228px !important; padding: 0 12px 8px !important; }
  .kor35-stage-head { height: 48px; padding: 4px 7px !important; }
  .kor35-stage-head h3 { font-size: 21px !important; }
  .kor35-radar { padding: 6px; }
  .kor35-radar-card { grid-template-columns: 1fr; min-height: 0; padding: 6px; }
  .kor35-actions { min-height: 46px; padding: 4px 12px !important; }
}

@media (min-width: 901px) and (max-width: 1500px) {
  .kor35-head { grid-template-columns: max-content minmax(230px, 520px) auto 36px; gap: 8px !important; }
  .kor35-head h2 { font-size: 21px !important; }
  .kor35-progress li { min-width: 30px; }
  .kor35-progress li span { display: none; }
  .kor35-progress li.is-active { min-width: 72px; }
  .kor35-progress li.is-active span { display: inline; }
}

@media (max-width: 900px) {
  .kor35-shell { grid-template-rows: auto auto minmax(0, 1fr) auto; }
  .kor35-head {
    grid-template-areas: "title close" "query query" "progress progress";
    grid-template-columns: minmax(0, 1fr) 38px;
    gap: 6px !important;
    padding: 8px 10px !important;
  }
  .kor35-head-copy { grid-area: title; }
  .kor35-head h2 { font-size: 21px !important; }
  .kor35-query { grid-area: query; width: 100%; margin: 0; }
  .kor35-progress { grid-area: progress; width: 100%; }
  .kor35-close { grid-area: close; }
  .kor35-game { grid-template-columns: 1fr !important; grid-template-rows: minmax(0, 1fr) 92px; }
  .kor35-stage-head { grid-template-columns: minmax(0, 1fr) 38px; height: 44px; }
  .kor35-stage-head > div:first-child { grid-column: 1; text-align: left; }
  .kor35-stage-head .kor35-match-orb { grid-column: 2; }
  .kor35-stage-head h3 { font-size: 19px !important; }
  .kor35-radar { grid-template-columns: minmax(0, 1fr); grid-template-rows: minmax(0, 1fr); min-height: 92px; padding: 5px; }
  .kor35-radar > header { display: none; }
  .kor35-radar-products { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 1fr; gap: 5px; }
  .kor35-radar-card { grid-template-columns: 62px minmax(0, 1fr); grid-template-rows: 1fr; min-height: 0; }
  .kor35-radar-card:nth-child(3) { display: none; }
  .kor35-radar-card > div { justify-content: center; padding: 2px 3px; border-top: 0; }
  .kor35-radar-card b { display: none; }
  .kor35-final-rail-shell { grid-template-columns: minmax(0, 1fr); }
  .kor35-final-grid { width: 100%; }
  .kor35-final-grid { grid-auto-columns: minmax(280px, 72vw); }
  .kor35-final-art { height: 160px; }
  .kor35-dialog[data-kor35-phase="3"] .kor35-game { grid-template-rows: minmax(0, 1fr); }
}

@media (max-width: 620px) {
  .kor35-head h2 { font-size: 19px !important; }
  .kor35-close { width: 44px !important; height: 44px !important; min-width: 44px !important; }
  .kor35-query { min-height: 42px; }
  .kor35-query input { height: 38px; font-size: 11px; }
  .kor35-query button { min-height: 40px; }
  .kor35-stage-head h3 { font-size: 18px !important; }
  .kor35-mission-card--hero .kor35-mission-copy strong { font-size: 27px; }
  .kor35-final-filter-group { min-height: 40px; }
  .kor35-final-filter-group button { min-height: 36px; }
  .kor35-final-grid { grid-auto-columns: clamp(280px, 82vw, 320px); }
  .kor35-final-art { height: 150px; }
  .kor35-final-copy h4 { font-size: 16px !important; }
  .kor35-actions { min-height: 52px; }
  .kor35-actions button { min-height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  .kor35-dialog *, .kor35-launcher * { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .kor35-brand-logo { transform: none !important; }
  .kor35-brand-logo::before,
  .kor35-brand-logo::after { animation: none !important; opacity: 0 !important; }
}

@media (forced-colors: active) {
  .kor35-brand-logo { border: 1px solid CanvasText; background: Canvas; box-shadow: none; transform: none !important; }
  .kor35-brand-logo::before,
  .kor35-brand-logo::after { display: none; }
}

@keyframes kor35StageIn { from { opacity: .2; transform: translateY(10px) scale(.992); filter: blur(3px); } to { opacity: 1; transform: none; filter: none; } }
@keyframes kor35Orbit { to { transform: rotate(1turn); } }
@keyframes kor35PulseBars { 50% { opacity: .48; transform: scaleY(.55); } }
@keyframes kor35BrandShine { 0% { opacity: 0; transform: translate3d(-48%, 0, 0); } 35% { opacity: .72; } 100% { opacity: 0; transform: translate3d(48%, 0, 0); } }
