:root {
  --policy-outer: #eeece6;
  --policy-shell: #fbfaf3;
  --policy-surface: #fffefa;
  --policy-surface-soft: rgba(255, 254, 250, 0.72);
  --policy-ink: #18202b;
  --policy-text: #454139;
  --policy-muted: #6d6a61;
  --policy-faint: #8b8579;
  --policy-line: rgba(233, 221, 200, 0.9);
  --policy-line-soft: rgba(233, 221, 200, 0.62);
  --policy-gold: #7e6100;
  --policy-gold-soft: rgba(126, 97, 0, 0.1);
  --policy-focus: rgba(212, 157, 12, 0.28);
  --policy-selection: rgba(126, 97, 0, 0.18);
}

:root[data-lumina-theme="calm-dark"] {
  color-scheme: dark;
  --policy-outer: #080d12;
  --policy-shell: #11161b;
  --policy-surface: #181f26;
  --policy-surface-soft: rgba(24, 31, 38, 0.82);
  --policy-ink: #f5f0e6;
  --policy-text: #d6dedb;
  --policy-muted: #aeb7b7;
  --policy-faint: #95a0a0;
  --policy-line: rgba(76, 88, 99, 0.78);
  --policy-line-soft: rgba(76, 88, 99, 0.58);
  --policy-gold: #d8b84a;
  --policy-gold-soft: rgba(216, 184, 74, 0.1);
  --policy-focus: rgba(216, 184, 74, 0.28);
  --policy-selection: rgba(216, 184, 74, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 0;
  width: 100vw;
  min-width: 320px;
  min-height: 100vh;
  min-height: 100svh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% -12%, rgba(244, 196, 48, 0.18), transparent 38%),
    linear-gradient(180deg, #eeece6 0%, #f5f0e7 100%);
  color: var(--policy-ink);
  font-family:
    "Noto Sans KR",
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-synthesis: none;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

:root[data-lumina-theme="calm-dark"] body {
  background: var(--policy-outer);
}

::selection {
  background: var(--policy-selection);
  color: inherit;
}

::-moz-selection {
  background: var(--policy-selection);
  color: inherit;
}

a {
  color: var(--policy-gold);
  -webkit-tap-highlight-color: transparent;
}

button {
  -webkit-tap-highlight-color: transparent;
}

.policy-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(100%, 390px);
  max-width: 390px;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0 auto;
  padding: 20px 24px max(38px, calc(env(safe-area-inset-bottom, 0px) + 30px));
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0) 32%),
    var(--policy-shell);
  box-shadow: 0 18px 42px rgba(58, 47, 33, 0.08);
  user-select: text;
  -webkit-user-select: text;
}

:root[data-lumina-theme="calm-dark"] .policy-shell {
  background: var(--policy-shell);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
}

.policy-back {
  position: absolute;
  top: 24px;
  left: 24px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(226, 201, 141, 0.72);
  border-radius: 50%;
  background: rgba(255, 254, 250, 0.9);
  color: var(--policy-gold);
  padding: 0;
  text-decoration: none;
}

:root[data-lumina-theme="calm-dark"] .policy-back {
  border-color: rgba(216, 184, 74, 0.42);
  background: rgba(24, 31, 38, 0.88);
  color: #efd678;
}

.policy-back:hover,
.policy-back:focus-visible {
  background: #fff8e9;
  text-decoration: none;
}

:root[data-lumina-theme="calm-dark"] .policy-back:hover,
:root[data-lumina-theme="calm-dark"] .policy-back:focus-visible {
  background: rgba(216, 184, 74, 0.12);
}

.policy-back:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px var(--policy-focus);
}

.policy-back-icon {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.policy-card {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 24px;
  margin-top: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.policy-header {
  display: grid;
  justify-items: center;
  text-align: center;
}

.policy-header h1,
.policy-kicker,
.policy-lead,
.policy-section h2,
.policy-section p,
.policy-section li {
  margin: 0;
}

.policy-kicker {
  width: min(198px, 100%);
  color: var(--policy-muted);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 15px;
}

.policy-header h1 {
  width: min(198px, 100%);
  color: var(--policy-ink);
  margin-top: 3px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 26px;
}

.policy-lead {
  justify-self: stretch;
  max-width: none;
  margin-top: 40px;
  color: var(--policy-muted);
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.72;
  text-align: left;
}

.policy-header--support .policy-lead {
  color: #5f5a51;
  font-weight: 400;
}

:root[data-lumina-theme="calm-dark"] .policy-lead,
:root[data-lumina-theme="calm-dark"] .policy-header--support .policy-lead {
  color: #c4cdca;
}

.policy-section {
  display: grid;
  gap: 10px;
  padding-top: 18px;
  border-top: 1px solid var(--policy-line);
}

.policy-section h2 {
  color: var(--policy-ink);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.45;
}

.policy-section p,
.policy-section li {
  color: var(--policy-text);
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.78;
}

.policy-section ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.policy-section--support {
  gap: 12px;
  padding-top: 0;
  border-top: 0;
}

.policy-support-heading {
  display: grid;
  gap: 3px;
}

.policy-support-heading p {
  margin: 0;
  color: var(--policy-faint);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}

.policy-support-form {
  display: grid;
  gap: 12px;
  padding: 14px 16px 16px;
  border: 1px solid rgba(226, 201, 141, 0.42);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 254, 250, 0.82), rgba(255, 252, 246, 0.58)),
    var(--policy-surface-soft);
  box-shadow: 0 12px 28px rgba(58, 47, 33, 0.032);
}

.policy-support-variant-note {
  padding: 0 1px 2px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--policy-faint);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.58;
}

.policy-support-variant-note[hidden],
.policy-field[hidden] {
  display: none;
}

:root[data-lumina-theme="calm-dark"] .policy-support-form {
  border-color: rgba(76, 88, 99, 0.64);
  background:
    linear-gradient(180deg, rgba(24, 31, 38, 0.78), rgba(17, 22, 27, 0.64)),
    var(--policy-surface-soft);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.13);
}

:root[data-lumina-theme="calm-dark"] .policy-support-variant-note {
  color: #aeb7b7;
}

.policy-field {
  display: grid;
  gap: 8px;
  color: var(--policy-ink);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
}

.policy-feedback-kind-field {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  margin: 0;
}

.policy-feedback-kind-field legend {
  padding: 0;
  margin: 0 0 8px;
  color: var(--policy-ink);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.policy-feedback-kind-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.policy-feedback-kind-chip {
  position: relative;
  display: block;
  cursor: pointer;
}

.policy-feedback-kind-chip input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.policy-feedback-kind-chip span {
  display: grid;
  place-items: center;
  min-height: 36px;
  border: 1px solid rgba(226, 201, 141, 0.52);
  border-radius: 999px;
  background: rgba(255, 254, 250, 0.7);
  color: var(--policy-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.policy-feedback-kind-chip input:checked + span {
  border-color: rgba(212, 157, 12, 0.56);
  background: rgba(255, 245, 215, 0.9);
  color: var(--policy-gold);
  box-shadow: inset 0 0 0 1px rgba(212, 157, 12, 0.1);
}

.policy-feedback-kind-chip input:focus-visible + span {
  box-shadow: 0 0 0 3px var(--policy-focus);
}

.policy-field--optional {
  margin-top: 1px;
}

.policy-field em {
  color: var(--policy-faint);
  font-style: normal;
  font-weight: 500;
}

.policy-field-help {
  color: var(--policy-faint);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.55;
}

.policy-attachment-field {
  gap: 8px;
}

.policy-attachment-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.policy-attachment-head span:last-child {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  border-radius: 999px;
  background: rgba(255, 248, 233, 0.62);
  color: var(--policy-faint);
  padding: 0 8px;
  font-size: 11px;
  font-weight: 700;
}

.policy-attachment-drop {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 46px;
  border: 1px solid rgba(226, 201, 141, 0.48);
  border-radius: 13px;
  background: rgba(255, 254, 250, 0.58);
  padding: 9px 11px 9px 13px;
  color: var(--policy-muted);
  cursor: pointer;
}

.policy-attachment-drop input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.policy-attachment-drop-title {
  flex: 0 0 auto;
  color: var(--policy-gold);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.policy-attachment-drop-copy {
  min-width: 0;
  color: var(--policy-faint);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
  text-align: right;
}

.policy-attachment-drop:hover {
  border-color: rgba(212, 157, 12, 0.38);
  background: rgba(255, 248, 233, 0.42);
}

.policy-attachment-drop:focus-within {
  border-color: rgba(212, 157, 12, 0.64);
  box-shadow: 0 0 0 3px var(--policy-focus);
}

.policy-attachment-list {
  display: grid;
  gap: 7px;
}

.policy-attachment-list:empty {
  display: none;
}

.policy-attachment-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(226, 201, 141, 0.45);
  border-radius: 12px;
  background: rgba(255, 254, 250, 0.68);
  padding: 6px 7px;
}

.policy-attachment-thumb {
  width: 42px;
  height: 42px;
  overflow: hidden;
  border-radius: 9px;
  background: rgba(255, 245, 215, 0.7);
  object-fit: cover;
}

.policy-attachment-meta {
  min-width: 0;
  display: grid;
  gap: 1px;
}

.policy-attachment-name,
.policy-attachment-size {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.policy-attachment-name {
  color: var(--policy-ink);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.policy-attachment-size {
  color: var(--policy-faint);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
}

.policy-attachment-remove {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 248, 233, 0.75);
  color: var(--policy-muted);
  cursor: pointer;
}

.policy-attachment-remove:hover,
.policy-attachment-remove:focus-visible {
  background: rgba(244, 196, 48, 0.18);
  color: var(--policy-ink);
}

.policy-control {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(226, 201, 141, 0.64);
  border-radius: 12px;
  background: rgba(255, 254, 250, 0.86);
  color: var(--policy-ink);
  padding: 0 13px;
  font: inherit;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  outline: 0;
}

.policy-control:is(select) {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 42px;
  background-color: rgba(255, 254, 250, 0.86);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 6.25 8 9.75l3.5-3.5' fill='none' stroke='%2318202b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px 14px;
}

.policy-control::placeholder {
  color: var(--policy-faint);
  font-weight: 500;
}

.policy-control--textarea {
  min-height: 128px;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.65;
  resize: vertical;
}

.policy-control:focus {
  border-color: rgba(212, 157, 12, 0.64);
  box-shadow: 0 0 0 3px var(--policy-focus);
}

:root[data-lumina-theme="calm-dark"] .policy-control {
  border-color: rgba(76, 88, 99, 0.78);
  background: rgba(13, 18, 23, 0.66);
  color: var(--policy-ink);
}

:root[data-lumina-theme="calm-dark"] .policy-control:is(select) {
  background-color: rgba(13, 18, 23, 0.66);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 6.25 8 9.75l3.5-3.5' fill='none' stroke='%23f5f0e6' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px 14px;
}

:root[data-lumina-theme="calm-dark"] .policy-control:focus {
  border-color: rgba(216, 184, 74, 0.54);
}

:root[data-lumina-theme="calm-dark"] .policy-feedback-kind-chip span {
  border-color: rgba(76, 88, 99, 0.76);
  background: rgba(13, 18, 23, 0.48);
  color: var(--policy-muted);
}

:root[data-lumina-theme="calm-dark"] .policy-feedback-kind-chip input:checked + span {
  border-color: rgba(216, 184, 74, 0.46);
  background: rgba(216, 184, 74, 0.12);
  color: #efd678;
}

:root[data-lumina-theme="calm-dark"] .policy-attachment-drop {
  border-color: rgba(76, 88, 99, 0.62);
  background: rgba(13, 18, 23, 0.38);
}

:root[data-lumina-theme="calm-dark"] .policy-attachment-head span:last-child {
  background: rgba(216, 184, 74, 0.08);
  color: var(--policy-muted);
}

:root[data-lumina-theme="calm-dark"] .policy-attachment-drop:hover {
  border-color: rgba(216, 184, 74, 0.34);
  background: rgba(216, 184, 74, 0.08);
}

:root[data-lumina-theme="calm-dark"] .policy-attachment-item {
  border-color: rgba(76, 88, 99, 0.62);
  background: rgba(13, 18, 23, 0.5);
}

:root[data-lumina-theme="calm-dark"] .policy-attachment-thumb {
  background: rgba(216, 184, 74, 0.1);
}

:root[data-lumina-theme="calm-dark"] .policy-attachment-remove {
  background: rgba(216, 184, 74, 0.08);
}

:root[data-lumina-theme="calm-dark"] .policy-attachment-remove:hover,
:root[data-lumina-theme="calm-dark"] .policy-attachment-remove:focus-visible {
  background: rgba(216, 184, 74, 0.16);
  color: #efd678;
}

.policy-support-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid rgba(212, 157, 12, 0.36);
  border-radius: 999px;
  background: #f4c430;
  color: #231800;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  cursor: pointer;
  box-shadow: 0 9px 18px rgba(212, 157, 12, 0.13);
}

.policy-support-submit:hover,
.policy-support-submit:focus-visible {
  background: #e7b82d;
}

.policy-support-submit:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px var(--policy-focus), 0 9px 18px rgba(212, 157, 12, 0.13);
}

.policy-support-submit:disabled {
  cursor: wait;
  opacity: 0.68;
}

:root[data-lumina-theme="calm-dark"] .policy-support-submit {
  border-color: rgba(216, 184, 74, 0.38);
  background: #d8b84a;
  color: #161103;
  box-shadow: 0 10px 22px rgba(216, 184, 74, 0.12);
}

:root[data-lumina-theme="calm-dark"] .policy-support-submit:hover,
:root[data-lumina-theme="calm-dark"] .policy-support-submit:focus-visible {
  background: #efd678;
}

.policy-support-status {
  display: none;
  min-height: 20px;
  margin: 0;
  color: var(--policy-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.55;
}

.policy-support-status:not(:empty) {
  display: block;
}

.policy-support-status[data-status="success"] {
  color: #6f5600;
}

.policy-support-status[data-status="error"] {
  color: #a6422e;
}

:root[data-lumina-theme="calm-dark"] .policy-support-status[data-status="success"] {
  color: #e5cf74;
}

:root[data-lumina-theme="calm-dark"] .policy-support-status[data-status="error"] {
  color: #f0a18f;
}

.policy-support-sheet {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 14px 12px max(14px, calc(env(safe-area-inset-bottom, 0px) + 12px));
}

.policy-support-sheet[hidden] {
  display: none;
}

.policy-support-sheet-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(31, 39, 46, 0.28);
}

.policy-support-sheet-panel {
  --policy-support-scrollbar-clip: 18px;
  position: relative;
  z-index: 1;
  display: block;
  width: min(366px, calc(100vw - 48px));
  max-height: min(760px, calc(100svh - 28px));
  overflow: hidden;
  border: 1px solid rgba(226, 201, 141, 0.54);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 254, 250, 0.96), rgba(255, 252, 246, 0.92)),
    var(--policy-surface);
  box-shadow: 0 -16px 40px rgba(58, 47, 33, 0.16);
  padding: 0;
}

@media (max-width: 359px) {
  .policy-support-sheet-panel {
    width: min(390px, calc(100vw - 28px));
  }
}

.policy-support-sheet-scroll {
  display: grid;
  gap: 12px;
  max-height: inherit;
  overflow-y: auto;
  overscroll-behavior: contain;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-right: calc(var(--policy-support-scrollbar-clip) * -1);
  padding: 16px calc(16px + var(--policy-support-scrollbar-clip)) 16px 16px;
}

.policy-support-sheet-panel::-webkit-scrollbar,
.policy-support-sheet-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
  background: transparent;
}

.policy-support-sheet-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.policy-support-sheet-header h2,
.policy-support-sheet-header p,
.policy-support-sheet-lead {
  margin: 0;
}

.policy-support-sheet-header .policy-kicker {
  width: auto;
  text-align: left;
}

.policy-support-sheet-header h2 {
  color: var(--policy-ink);
  margin-top: 2px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
}

.policy-support-sheet-close {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(226, 201, 141, 0.56);
  border-radius: 10px;
  background: rgba(255, 254, 250, 0.82);
  color: var(--policy-muted);
  padding: 0;
  cursor: pointer;
}

.policy-support-sheet-close svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.policy-support-sheet-close:hover,
.policy-support-sheet-close:focus-visible {
  background: rgba(255, 248, 233, 0.84);
  color: var(--policy-ink);
}

.policy-support-sheet-close:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px var(--policy-focus);
}

.policy-support-sheet-lead {
  color: var(--policy-muted);
  font-size: 13px;
  line-height: 1.65;
}

.policy-section--support-sheet {
  padding-top: 0;
}

.policy-support-sheet .policy-support-form {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

:root.policy-support-sheet-open,
:root.policy-support-sheet-open body {
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

:root.policy-support-sheet-open::-webkit-scrollbar,
:root.policy-support-sheet-open body::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
  background: transparent;
}

:root[data-lumina-theme="calm-dark"] .policy-support-sheet-backdrop {
  background: rgba(0, 0, 0, 0.42);
}

:root[data-lumina-theme="calm-dark"] .policy-support-sheet-panel {
  border-color: rgba(76, 88, 99, 0.7);
  background:
    linear-gradient(180deg, rgba(24, 31, 38, 0.96), rgba(17, 22, 27, 0.92)),
    var(--policy-surface);
  box-shadow: 0 -18px 42px rgba(0, 0, 0, 0.34);
}

:root[data-lumina-theme="calm-dark"] .policy-support-sheet-close {
  border-color: rgba(76, 88, 99, 0.72);
  background: rgba(13, 18, 23, 0.7);
  color: var(--policy-muted);
}

:root[data-lumina-theme="calm-dark"] .policy-support-sheet-close:hover,
:root[data-lumina-theme="calm-dark"] .policy-support-sheet-close:focus-visible {
  background: rgba(216, 184, 74, 0.12);
  color: #efd678;
}

.policy-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.policy-section--support-guide {
  gap: 12px;
}

.policy-section--support-guide p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.72;
}

.policy-support-type-list {
  display: grid;
  gap: 8px;
}

.policy-support-type-link {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 24px;
  gap: 11px;
  align-items: center;
  min-height: 70px;
  padding: 12px 12px 12px 14px;
  border: 1px solid rgba(226, 201, 141, 0.58);
  border-radius: 14px;
  background: rgba(255, 254, 250, 0.84);
  color: var(--policy-ink);
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.64);
}

.policy-support-type-icon,
.policy-support-type-arrow {
  display: grid;
  place-items: center;
  color: #7b5f00;
}

.policy-support-type-icon {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(226, 201, 141, 0.42);
  border-radius: 999px;
  background: rgba(255, 248, 233, 0.48);
}

.policy-support-type-icon svg,
.policy-support-type-arrow svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.policy-support-type-icon svg {
  stroke-width: 1.55;
}

.policy-support-type-arrow svg {
  width: 15px;
  height: 15px;
  stroke-width: 2.2;
}

.policy-support-type-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.policy-support-type-copy strong {
  color: var(--policy-ink);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.35;
}

.policy-support-type-copy small {
  color: var(--policy-faint);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45;
}

:root[data-lumina-theme="calm-dark"] .policy-support-type-link {
  border-color: rgba(76, 88, 99, 0.66);
  background: rgba(24, 31, 38, 0.74);
  box-shadow: none;
}

:root[data-lumina-theme="calm-dark"] .policy-support-type-icon {
  border-color: rgba(216, 184, 74, 0.2);
  background: rgba(216, 184, 74, 0.07);
  color: #decc76;
}

:root[data-lumina-theme="calm-dark"] .policy-support-type-arrow {
  color: #d8c76f;
}

.policy-support-type-link:hover,
.policy-support-type-link:focus-visible {
  border-color: rgba(212, 157, 12, 0.58);
  background: rgba(255, 248, 233, 0.92);
  text-decoration: none;
}

:root[data-lumina-theme="calm-dark"] .policy-support-type-link:hover,
:root[data-lumina-theme="calm-dark"] .policy-support-type-link:focus-visible {
  border-color: rgba(216, 184, 74, 0.38);
  background: rgba(216, 184, 74, 0.085);
}

.policy-support-replies {
  gap: 10px;
}

.policy-support-replies-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.policy-support-replies-head p {
  margin: 4px 0 0;
  color: var(--policy-faint);
}

.policy-support-replies-refresh {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid rgba(226, 201, 141, 0.58);
  border-radius: 999px;
  background: rgba(255, 254, 250, 0.78);
  color: #7b5f00;
  cursor: pointer;
}

.policy-support-replies-refresh svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.policy-support-replies-refresh:hover,
.policy-support-replies-refresh:focus-visible {
  background: rgba(255, 248, 233, 0.96);
  border-color: rgba(212, 157, 12, 0.56);
}

.policy-support-replies-refresh:focus-visible {
  outline: 2px solid rgba(212, 157, 12, 0.24);
  outline-offset: 2px;
}

.policy-support-replies-refresh:disabled {
  color: var(--policy-faint);
  cursor: not-allowed;
  opacity: 0.64;
}

.policy-support-reply-list {
  display: grid;
  gap: 8px;
}

.policy-support-reply-item,
.policy-support-reply-empty {
  margin: 0;
  padding: 12px 13px;
  border: 1px solid rgba(226, 201, 141, 0.46);
  border-radius: 14px;
  background: rgba(255, 254, 250, 0.72);
}

.policy-support-reply-empty {
  display: grid;
  gap: 4px;
}

.policy-support-reply-empty strong {
  color: var(--policy-ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.policy-support-reply-empty span {
  color: var(--policy-faint);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.55;
}

.policy-support-reply-action {
  justify-self: start;
  min-height: 30px;
  margin-top: 4px;
  padding: 0 12px;
  border: 1px solid rgba(226, 201, 141, 0.68);
  border-radius: 999px;
  background: rgba(255, 248, 233, 0.88);
  color: #745800;
  font-size: 12px;
  font-weight: 800;
}

.policy-support-reply-action:hover,
.policy-support-reply-action:focus-visible {
  border-color: rgba(212, 157, 12, 0.58);
  background: rgba(255, 242, 203, 0.96);
}

.policy-support-reply-action:disabled {
  cursor: wait;
  opacity: 0.68;
}

.policy-support-reply-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.policy-support-reply-head strong {
  color: var(--policy-ink);
  font-size: 13px;
  font-weight: 800;
}

.policy-support-reply-status {
  flex: none;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(247, 226, 166, 0.42);
  color: #806100;
  font-size: 11px;
  font-weight: 800;
}

.policy-support-reply-status.is-answered {
  background: rgba(210, 242, 224, 0.68);
  color: #1e6d4a;
}

.policy-support-reply-meta,
.policy-support-reply-answer,
.policy-support-reply-empty {
  color: var(--policy-faint);
  font-size: 12px;
  line-height: 1.58;
}

.policy-support-reply-meta {
  margin: 5px 0 0;
}

.policy-support-reply-answer {
  margin: 8px 0 0;
}

.policy-support-reply-answer {
  color: var(--policy-muted);
}

:root[data-lumina-theme="calm-dark"] .policy-support-replies-refresh,
:root[data-lumina-theme="calm-dark"] .policy-support-reply-item,
:root[data-lumina-theme="calm-dark"] .policy-support-reply-empty {
  border-color: rgba(76, 88, 99, 0.64);
  background: rgba(24, 31, 38, 0.68);
}

:root[data-lumina-theme="calm-dark"] .policy-support-reply-status {
  background: rgba(216, 184, 74, 0.12);
  color: #e2cf77;
}

:root[data-lumina-theme="calm-dark"] .policy-support-reply-status.is-answered {
  background: rgba(80, 160, 116, 0.18);
  color: #9ed8b6;
}

:root[data-lumina-theme="calm-dark"] .policy-support-reply-action {
  border-color: rgba(216, 184, 74, 0.24);
  background: rgba(216, 184, 74, 0.11);
  color: #e2cf77;
}

.policy-section-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 46px;
  margin-top: 14px;
  padding: 0 14px 0 16px;
  border: 1px solid rgba(226, 201, 141, 0.72);
  border-radius: 14px;
  background: rgba(255, 248, 233, 0.88);
  color: #745800;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.policy-section-link--compact {
  min-height: 44px;
  margin-top: 6px;
  background: rgba(255, 248, 233, 0.62);
  box-shadow: none;
}

.policy-section-link-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(244, 196, 48, 0.16);
  color: #7e6100;
}

.policy-section-link-icon svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
}

:root[data-lumina-theme="calm-dark"] .policy-section-link {
  border-color: rgba(216, 184, 74, 0.24);
  background: rgba(216, 184, 74, 0.045);
  color: #dec86d;
  box-shadow: none;
}

:root[data-lumina-theme="calm-dark"] .policy-section-link-icon {
  background: rgba(216, 184, 74, 0.075);
  color: #dec86d;
}

.policy-section-link:hover,
.policy-section-link:focus-visible {
  border-color: rgba(212, 157, 12, 0.62);
  background: #fff3d4;
  text-decoration: none;
}

:root[data-lumina-theme="calm-dark"] .policy-section-link:hover,
:root[data-lumina-theme="calm-dark"] .policy-section-link:focus-visible {
  border-color: rgba(216, 184, 74, 0.34);
  background: rgba(216, 184, 74, 0.07);
}

.policy-note {
  padding: 14px 15px;
  border: 1px solid rgba(226, 201, 141, 0.62);
  border-radius: 16px;
  background: rgba(255, 248, 233, 0.78);
  color: #745800;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.68;
}

.policy-note--quiet {
  padding: 13px 15px;
  border-color: rgba(226, 201, 141, 0.5);
  background: rgba(255, 250, 238, 0.54);
  color: #6f6556;
  font-size: 12.5px;
}

:root[data-lumina-theme="calm-dark"] .policy-note {
  border-color: rgba(216, 184, 74, 0.38);
  background: rgba(216, 184, 74, 0.08);
  color: #d8ca7a;
}

:root[data-lumina-theme="calm-dark"] .policy-note--quiet {
  border-color: rgba(216, 184, 74, 0.28);
  background: rgba(216, 184, 74, 0.055);
  color: #c9c0a0;
}

.policy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.policy-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--policy-line);
  border-radius: 999px;
  background: var(--policy-surface-soft);
  color: var(--policy-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
}

.policy-action.primary {
  border-color: rgba(212, 157, 12, 0.42);
  background: #f4c430;
  color: #231800;
}

:root[data-lumina-theme="calm-dark"] .policy-action {
  background: rgba(24, 31, 38, 0.82);
}

:root[data-lumina-theme="calm-dark"] .policy-action.primary {
  border-color: rgba(216, 184, 74, 0.38);
  background: #d8b84a;
  color: #161103;
}

.policy-action:hover,
.policy-action:focus-visible {
  background: #fff3d4;
  text-decoration: none;
}

:root[data-lumina-theme="calm-dark"] .policy-action:hover,
:root[data-lumina-theme="calm-dark"] .policy-action:focus-visible {
  background: rgba(216, 184, 74, 0.12);
}

.policy-action.primary:hover,
.policy-action.primary:focus-visible {
  background: #e7b82d;
  color: #231800;
}

:root[data-lumina-theme="calm-dark"] .policy-action.primary:hover,
:root[data-lumina-theme="calm-dark"] .policy-action.primary:focus-visible {
  background: #efd678;
  color: #161103;
}

.policy-action:focus-visible,
.policy-section-link:focus-visible,
.policy-support-type-link:focus-visible,
.policy-legal-contact-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px var(--policy-focus);
}

.policy-legal,
.policy-legal-info {
  display: grid;
  gap: 18px;
  margin-top: 4px;
  padding: 18px 16px;
  border: 1px solid rgba(233, 221, 200, 0.82);
  border-radius: 20px;
  background: var(--policy-surface-soft);
  color: var(--policy-muted);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.6;
}

.policy-legal--compact {
  justify-items: center;
  gap: 0;
  margin-top: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--policy-faint);
  font-family:
    Inter,
    "Noto Sans KR",
    ui-sans-serif,
    system-ui,
    sans-serif;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
}

.policy-legal-business,
.policy-legal-contact {
  display: grid;
  gap: 11px;
}

.policy-legal-info--compact {
  --policy-legal-body: #625d54;
  gap: 0;
  padding: 18px 15px;
  border-radius: 18px;
  background: rgba(255, 254, 250, 0.78);
}

:root[data-lumina-theme="calm-dark"] .policy-legal,
:root[data-lumina-theme="calm-dark"] .policy-legal-info,
:root[data-lumina-theme="calm-dark"] .policy-legal-info--compact {
  --policy-legal-body: #c4cdca;
  border-color: var(--policy-line);
  background: var(--policy-surface-soft);
}

:root[data-lumina-theme="calm-dark"] .policy-legal--compact {
  background: transparent;
}

.policy-legal-business strong,
.policy-legal-contact h2 {
  margin: 0;
  color: var(--policy-faint);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
}

.policy-legal-summary {
  display: grid;
  gap: 0;
  margin: 0;
}

.policy-legal-summary p {
  margin: 0;
  color: var(--policy-legal-body);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.policy-legal-lines {
  display: grid;
  gap: 6px;
  margin: 0;
}

.policy-legal-lines div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
}

.policy-legal-lines dt,
.policy-legal-lines dd {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}

.policy-legal-lines dt {
  color: var(--policy-faint);
  font-weight: 600;
}

.policy-legal-lines dd {
  min-width: 0;
  color: var(--policy-muted);
  font-weight: 600;
  overflow-wrap: anywhere;
}

.policy-legal-contact {
  margin-top: 10px;
  padding-top: 18px;
  border-top: 1px solid var(--policy-line-soft);
}

.policy-legal-contact-body {
  display: grid;
  gap: 0;
  margin: 0;
}

.policy-legal-contact p,
.policy-legal-bottom p {
  margin: 0;
}

.policy-legal-contact p {
  color: var(--policy-legal-body);
  font-size: 12px;
  line-height: 1.58;
}

.policy-legal-contact-body .policy-legal-muted {
  margin-top: 9px;
  color: var(--policy-faint);
}

.policy-legal-contact a {
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.policy-legal-contact a:hover,
.policy-legal-contact a:focus-visible {
  text-decoration: underline;
}

.policy-legal-muted,
.policy-legal-bottom p {
  color: var(--policy-faint);
}

.policy-legal-contact-link {
  justify-self: start;
  min-height: 30px;
  padding: 7px 12px;
  border: 1px solid var(--policy-line);
  border-radius: 999px;
  background: rgba(255, 254, 250, 0.58);
  color: var(--policy-gold);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

:root[data-lumina-theme="calm-dark"] .policy-legal-contact-link {
  border-color: var(--policy-line);
  background: rgba(255, 255, 255, 0.045);
}

.policy-legal-contact-link:hover,
.policy-legal-contact-link:focus-visible {
  background: #fff3d4;
  text-decoration: none;
}

:root[data-lumina-theme="calm-dark"] .policy-legal-contact-link:hover,
:root[data-lumina-theme="calm-dark"] .policy-legal-contact-link:focus-visible {
  background: rgba(216, 184, 74, 0.12);
}

.policy-legal-bottom {
  display: grid;
  justify-items: start;
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid var(--policy-line-soft);
  text-align: left;
}

.policy-legal--compact .policy-legal-bottom {
  justify-items: center;
  padding-top: 0;
  border-top: 0;
  text-align: center;
}

.policy-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.policy-legal--compact .policy-legal-links {
  display: grid;
  justify-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid rgba(233, 221, 200, 0.92);
  background: transparent;
  color: #746f65;
  font-size: clamp(9px, 2.75vw, 11px);
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}

:root[data-lumina-theme="calm-dark"] .policy-legal--compact .policy-legal-links {
  border-top-color: rgba(76, 88, 99, 0.34);
  color: #b0bab8;
}

.policy-legal-link-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0 clamp(4px, 1.15vw, 7px);
  white-space: nowrap;
}

.policy-legal-link-item {
  display: inline-flex;
  align-items: baseline;
  gap: clamp(4px, 1.15vw, 7px);
}

.policy-legal-separator {
  color: #a09686;
  font-weight: 400;
}

:root[data-lumina-theme="calm-dark"] .policy-legal-separator {
  color: #7f8a8a;
}

.policy-legal-links a {
  color: var(--policy-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
}

.policy-legal-links a[href="/privacy.html"] {
  color: var(--policy-ink);
  font-weight: 800;
}

.policy-legal--compact .policy-legal-links a,
.policy-legal--compact .policy-legal-links a[href="/privacy.html"] {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.policy-legal-links a:hover,
.policy-legal-links a:focus-visible {
  color: var(--policy-gold);
  text-decoration: none;
}

.policy-legal--compact .policy-legal-links a:hover,
.policy-legal--compact .policy-legal-links a:focus-visible {
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 389px) {
  .policy-shell {
    width: 100%;
    padding-right: 22px;
    padding-left: 22px;
    box-shadow: none;
  }

  .policy-back {
    top: 24px;
    left: 22px;
  }

  .policy-card {
    margin-top: 0;
  }

  .policy-legal-lines div {
    grid-template-columns: 68px minmax(0, 1fr);
  }
}
