/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/app/deletion/deletion.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.deletion_root__kc0qg {
  min-height: 100vh;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-manrope), -apple-system, BlinkMacSystemFont, sans-serif;
}

/* ── top nav ── */
.deletion_nav__he7cd {
  border-bottom: 1px solid var(--line);
  background: var(--bg-card);
}
.deletion_navInner__zxwuD {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.deletion_logo__5esV5 {
  font-size: 18px;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -0.4px;
}
.deletion_back__vFNBt {
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.15s;
}
.deletion_back__vFNBt:hover { color: var(--accent); }

/* ── hero ── */
.deletion_hero__Zzifw {
  background: var(--bg-card);
  border-bottom: 1px solid var(--line);
  padding: 48px 24px 40px;
}
.deletion_heroInner__YlPKc {
  max-width: 860px;
  margin: 0 auto;
}
.deletion_badge__0CBYj {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--accent);
  background: var(--accent-soft);
  border: 1px solid var(--accent-line);
  border-radius: 20px;
  padding: 3px 10px;
  margin-bottom: 16px;
}
.deletion_title__7F3Xb {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.8px;
  color: var(--ink);
  margin: 0 0 10px;
  line-height: 1.15;
}
.deletion_subtitle__Wq7w0 {
  font-size: 15px;
  color: var(--muted);
  margin: 0;
  line-height: 1.6;
}

/* ── body ── */
.deletion_body__7qdH_ {
  max-width: 860px;
  margin: 0 auto;
  padding: 48px 24px 80px;
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 48px;
  align-items: start;
}
@media (max-width: 720px) {
  .deletion_body__7qdH_ { grid-template-columns: 1fr; }
  .deletion_toc__7kYqo { display: none; }
}

/* ── TOC sidebar ── */
.deletion_toc__7kYqo {
  position: sticky;
  top: 24px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 20px;
}
.deletion_tocTitle__Y59Ce {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--muted-2);
  margin: 0 0 12px;
}
.deletion_tocList__xcbLU {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.deletion_tocList__xcbLU a {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 6px;
  transition: all 0.15s;
  line-height: 1.4;
}
.deletion_tocList__xcbLU a:hover {
  color: var(--accent);
  background: var(--accent-soft);
}

/* ── sections ── */
.deletion_sections__rpw_u { min-width: 0; }

.deletion_section__UR_xr {
  margin-bottom: 44px;
  scroll-margin-top: 24px;
}
.deletion_sectionHeader__zMIjZ {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}
.deletion_sectionNum__tJTn8 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--accent-soft);
  border: 1px solid var(--accent-line);
  font-size: 12px;
  font-weight: 700;
  color: var(--accent);
  flex-shrink: 0;
}
.deletion_sectionTitle__olQ2b {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  margin: 0;
  line-height: 1.3;
}
.deletion_section__UR_xr p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--ink-2);
  margin: 0 0 14px;
}
.deletion_section__UR_xr p:last-child { margin-bottom: 0; }
.deletion_section__UR_xr ul {
  margin: 8px 0 14px;
  padding: 0;
  list-style: none;
}
.deletion_section__UR_xr ul li {
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-2);
  padding: 5px 0 5px 20px;
  position: relative;
}
.deletion_section__UR_xr ul li::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 13px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.6;
}

/* sub-headings */
.deletion_sub__ISFFV {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin: 20px 0 8px;
}
.deletion_sub__ISFFV:first-child { margin-top: 0; }

/* highlight box */
.deletion_box__mdS5f {
  background: var(--accent-soft);
  border: 1px solid var(--accent-line);
  border-left: 3px solid var(--accent);
  border-radius: 8px;
  padding: 16px 18px;
  margin: 16px 0;
}
.deletion_box__mdS5f p {
  font-size: 14px;
  margin: 0 !important;
  color: var(--ink-2);
}
.deletion_box__mdS5f strong { color: var(--ink); }

/* link */
.deletion_link__IpP0A {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-color: var(--accent-line);
  text-underline-offset: 2px;
}
.deletion_link__IpP0A:hover { text-decoration-color: var(--accent); }

/* table */
.deletion_tableWrap__bnr5C { overflow-x: auto; margin: 16px 0; }
.deletion_table__6IcGN {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
}
.deletion_table__6IcGN th {
  background: var(--line-2);
  color: var(--ink);
  font-weight: 700;
  text-align: left;
  padding: 10px 14px;
  border-bottom: 2px solid var(--line);
  white-space: nowrap;
}
.deletion_table__6IcGN td {
  padding: 10px 14px;
  border-bottom: 1px solid var(--line);
  color: var(--ink-2);
  vertical-align: top;
  line-height: 1.55;
}
.deletion_table__6IcGN tr:last-child td { border-bottom: none; }
.deletion_table__6IcGN tr:hover td { background: var(--line-2); }

/* channel pill */
.deletion_pill__IkINJ {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 20px;
  background: var(--green-soft);
  color: var(--green);
  border: 1px solid #c3d9bb;
}
.deletion_pillPending___MTYl {
  background: var(--line-2);
  color: var(--muted);
  border-color: var(--line);
}

/* contact card */
.deletion_contactCard__TxbBo {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 20px;
  margin-top: 4px;
}
.deletion_contactCard__TxbBo + .deletion_contactCard__TxbBo { margin-top: 10px; }
.deletion_contactIcon__82adj {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--accent-soft);
  border: 1px solid var(--accent-line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.deletion_contactLabel__3aviU {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--muted-2);
  margin-bottom: 3px;
}
.deletion_contactVal__SQNyW {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
}

/* footer */
.deletion_footer__zyZ5R {
  border-top: 1px solid var(--line);
  background: var(--bg-card);
  padding: 24px;
  text-align: center;
}
.deletion_footer__zyZ5R p {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
}

