/* Career Intelligence Platform · shared visual system
   Locked to the retained original LCMS/CIP web-slide source. */
:root {
  color-scheme: light;
  --cip-navy: #071c43;
  --cip-navy-2: #0d2d67;
  --cip-ink: #0a1734;
  --cip-muted: #6d7a96;
  --cip-line: rgba(16, 46, 92, .12);
  --cip-line-strong: rgba(16, 46, 92, .22);
  --cip-bg: #eef4fb;
  --cip-bg-soft: #f7fbff;
  --cip-card: #ffffff;
  --cip-green: #16d66f;
  --cip-mint: #7df2c2;
  --cip-orange: #ff8b18;
  --cip-orange-2: #ffb156;
  --cip-blue: #257cff;
  --cip-purple: #443b9d;
  --cip-shadow: 0 20px 55px rgba(13, 29, 71, .15);
  --cip-soft-shadow: 0 12px 30px rgba(15, 31, 71, .09);
  --cip-radius: 28px;
  --cip-max: 1280px;
  --cip-header: 78px;
  --cip-source-header: 84px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--cip-ink);
  background:
    radial-gradient(circle at 50% 0%, #fbfdff 0%, #eef4fb 58%, #e6eef8 100%);
  font-family: "Pretendard Variable", "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", Arial, sans-serif;
  line-height: 1.65;
  letter-spacing: -.018em;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }

.cip-shell {
  min-height: 100vh;
  padding: 0 20px 20px;
}

.cip-container {
  width: min(var(--cip-max), 100%);
  margin-inline: auto;
}

.cip-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--cip-header);
  background: rgba(238, 244, 251, .90);
  backdrop-filter: blur(18px);
}

.cip-header-inner {
  width: min(var(--cip-max), 100%);
  height: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(260px, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 0 6px;
}

.cip-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.cip-brand-mark {
  position: relative;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--cip-navy), #133a82 58%, #0cc86c);
  box-shadow: 0 8px 20px rgba(9, 31, 76, .20);
}

.cip-brand-mark::before,
.cip-brand-mark::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, .30);
}

.cip-brand-mark::before {
  width: 18px;
  height: 18px;
  right: 4px;
  top: 4px;
  box-shadow: -14px 14px 0 2px rgba(255, 139, 24, .72);
}

.cip-brand-mark::after {
  width: 50px;
  height: 2px;
  left: -5px;
  bottom: 10px;
  transform: rotate(-25deg);
}

.cip-brand-copy {
  min-width: 0;
  color: var(--cip-ink);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -.035em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cip-brand-copy small {
  display: block;
  margin-top: 4px;
  color: var(--cip-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .035em;
}

.cip-nav {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}
.cip-nav::-webkit-scrollbar { display: none; }

.cip-nav a,
.cip-utility {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(16, 46, 92, .08);
  border-radius: 14px;
  color: var(--cip-ink);
  background: rgba(255, 255, 255, .82);
  box-shadow: var(--cip-soft-shadow);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  transition: transform .18s ease, color .18s ease, background .18s ease, border-color .18s ease;
}

.cip-nav a:hover,
.cip-nav a:focus-visible,
.cip-utility:hover,
.cip-utility:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(13, 45, 103, .18);
  outline: none;
}

.cip-nav a[aria-current="page"] {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--cip-navy-2), var(--cip-navy));
  box-shadow: 0 10px 24px rgba(7, 28, 67, .24);
}

.cip-utility {
  color: var(--cip-navy);
}

.cip-kicker,
.cip-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(15, 40, 90, .12);
  border-radius: 999px;
  color: var(--cip-navy);
  background: rgba(255, 255, 255, .78);
  box-shadow: var(--cip-soft-shadow);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.cip-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--cip-muted);
  font-size: 11px;
  font-weight: 700;
}
.cip-breadcrumb strong { color: var(--cip-navy); }
.cip-breadcrumb span { opacity: .45; }

/* Platform frame uses the same rounded viewport language as the original CIP web presentation. */
.cip-frame-page { overflow: hidden; }
.cip-frame-stage {
  position: relative;
  width: min(var(--cip-max), 100%);
  height: calc(100svh - var(--cip-header) - 8px);
  min-height: 520px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(16, 46, 92, .08);
  border-radius: 30px;
  background: #dfe9f6;
  box-shadow: 0 28px 70px rgba(12, 32, 79, .18);
}

.cip-frame-viewport {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  background: var(--cip-bg-soft);
}

.cip-platform-frame {
  position: absolute;
  left: 0;
  top: calc(-1 * var(--cip-source-header));
  display: block;
  width: 100%;
  height: calc(100% + var(--cip-source-header));
  border: 0;
  background: var(--cip-bg-soft);
}

.cip-frame-toolbar {
  position: absolute;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 8px 7px 12px;
  border: 1px solid rgba(16, 46, 92, .10);
  border-radius: 999px;
  color: var(--cip-muted);
  background: rgba(255, 255, 255, .88);
  box-shadow: var(--cip-soft-shadow);
  backdrop-filter: blur(14px);
  font-size: 10px;
  font-weight: 700;
}

.cip-frame-toolbar a {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 0 11px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--cip-blue), var(--cip-navy-2));
  font-weight: 820;
}

@media (max-width: 820px) {
  :root {
    --cip-header: 70px;
    --cip-source-header: 72px;
  }

  .cip-shell { padding-inline: 10px; }
  .cip-header-inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 9px;
    padding-inline: 2px;
  }
  .cip-brand-mark { width: 38px; height: 38px; border-radius: 13px; }
  .cip-brand-copy { font-size: 13px; }
  .cip-brand-copy small { display: none; }
  .cip-nav { justify-content: flex-start; }
  .cip-nav a { min-height: 38px; padding-inline: 12px; font-size: 11px; }
  .cip-utility { width: 38px; min-width: 38px; min-height: 38px; padding: 0; font-size: 0; }
  .cip-utility::before { content: "↗"; font-size: 13px; }
  .cip-frame-stage { height: calc(100svh - var(--cip-header) - 4px); border-radius: 24px; }
  .cip-frame-toolbar { left: 12px; right: 12px; justify-content: space-between; }
}

@media (max-width: 500px) {
  .cip-brand-copy { display: none; }
  .cip-header-inner { grid-template-columns: 42px minmax(0, 1fr) 38px; }
  .cip-nav a { padding-inline: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
