html, body { margin: 0; }

.ic-page {
  --bg0: #090b10;
  --bg1: #10141b;
  --surface: rgba(255,255,255,.035);
  --surface-strong: rgba(255,255,255,.06);
  --line: rgba(255,255,255,.12);
  --line-strong: rgba(255,255,255,.19);
  --text: rgba(244,248,252,.94);
  --muted: rgba(214,222,232,.76);
  --faint: rgba(168,180,194,.58);
  --accent: #2379c6;
  --accent-2: #6db0f2;
  --danger: #ffb4ab;
  --danger-bg: rgba(127,29,29,.22);
  min-height: 100vh;
  color: var(--text);
  font-family: "Avenir Next", "Segoe UI Variable Text", "SF Pro Text", "Noto Sans", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  background:
    radial-gradient(1180px 720px at 50% -10%, rgba(35,121,198,.21), transparent 60%),
    radial-gradient(900px 700px at 16% 24%, rgba(95,55,135,.14), transparent 58%),
    radial-gradient(780px 580px at 86% 30%, rgba(41,74,130,.12), transparent 60%),
    linear-gradient(180deg, var(--bg1) 0%, #0b0e14 54%, var(--bg0) 100%);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: .01em;
  position: relative;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

.ic-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.012) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.28), transparent 72%);
  pointer-events: none;
}

.ic-page > * { position: relative; z-index: 1; }
.ic-page *, .ic-page *::before, .ic-page *::after { box-sizing: border-box; }
.ic-page button, .ic-page input, .ic-page select { font: inherit; }
.ic-page a { color: inherit; text-decoration: none; }
.ic-page img { max-width: 100%; display: block; }
.ic-page button:focus-visible,
.ic-page input:focus-visible,
.ic-page select:focus-visible,
.ic-page a:focus-visible,
.ic-dropzone:focus-visible,
.ic-faq summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.ic-container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.ic-narrow { width: min(820px, calc(100% - 32px)); margin: 0 auto; }
.ic-mid { width: min(820px, calc(100% - 32px)); margin: 0 auto; }

.ic-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid rgba(255,255,255,.10);
  background: rgba(10,12,17,.78);
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 40px rgba(0,0,0,.24);
}
.ic-header-inner {
  width: min(1152px, calc(100% - 32px));
  min-height: 68px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 22px;
}
.ic-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.02em;
  white-space: nowrap;
}
.ic-brand img { width: 32px; height: 32px; border-radius: 999px; }
.ic-brand em { color: var(--faint); font-style: normal; font-weight: 650; }
.ic-desktop-nav { display: flex; align-items: center; gap: 20px; margin-left: auto; }
.ic-desktop-nav a { color: var(--muted); font-size: 13px; font-weight: 560; }
.ic-desktop-nav a:hover { color: var(--accent); }
.ic-header-cta {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid rgba(35,121,198,.4);
  border-radius: 999px;
  background: rgba(35,121,198,.11);
  color: #6db0f2 !important;
  font-size: 13px;
  font-weight: 700;
}
.ic-header-cta:hover { background: rgba(35,121,198,.17); }
.ic-mobile-toggle { display: none; width: 42px; height: 42px; border: 0; border-radius: 9px; background: transparent; color: var(--text); cursor: pointer; }
.ic-mobile-menu { display: none; }

.ic-intro { padding: 38px 0 18px; text-align: center; }
.ic-intro h1,
.ic-section-heading h2,
.ic-card h3,
.ic-value-grid h3,
.ic-how-grid h3,
.ic-footer h3 {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", "Songti SC", "STSong", serif;
}
.ic-intro h1 {
  margin: 0 0 10px;
  color: #6db0f2;
  font-size: clamp(2rem, 3.8vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -.045em;
}
.ic-intro p { max-width: 720px; margin: 0 auto; color: var(--muted); font-size: 15px; line-height: 1.65; }

.ic-tool-section { padding: 20px 0 68px; }
.ic-section-heading { max-width: 760px; margin: 0 auto 25px; text-align: center; }
.ic-section-heading-left { max-width: none; margin-left: 0; margin-bottom: 18px; text-align: left; }
.ic-section-heading h2 { margin: 6px 0 7px; color: var(--text); font-size: 28px; line-height: 1.2; letter-spacing: -.018em; }
.ic-section-heading p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.ic-tool-grid {
  display: grid;
  grid-template-columns: minmax(0,.72fr) minmax(0,1.28fr);
  gap: 18px;
  align-items: start;
}
.ic-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.025));
  box-shadow: 0 22px 60px rgba(0,0,0,.32);
}
.ic-card-heading { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; }
.ic-step {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border: 1px solid rgba(35,121,198,.45);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
}
.ic-card h3 { margin: 0; color: var(--text); font-size: 20px; line-height: 1.25; }
.ic-card-heading p { margin: 2px 0 0; color: var(--faint); font-size: 12px; }
.ic-export-card { grid-column: 1 / -1; }

.ic-dropzone {
  min-height: 260px;
  padding: 18px;
  border: 1.5px dashed rgba(35,121,198,.42);
  border-radius: 15px;
  background: rgba(8,10,14,.48);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  cursor: pointer;
  transition: border-color .16s ease, background .16s ease, transform .16s ease;
}
.ic-dropzone:hover, .ic-dropzone.is-dragging { border-color: var(--accent); background: rgba(35,121,198,.075); }
.ic-dropzone.is-dragging { transform: translateY(-1px); }
.ic-dropzone input { position: absolute; width: 1px; height: 1px; opacity: 0; overflow: hidden; pointer-events: none; }
.ic-upload-mark { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 999px; background: rgba(35,121,198,.1); color: var(--accent); font-size: 28px; line-height: 1; }
.ic-dropzone strong { max-width: 100%; color: var(--text); font-size: 14px; overflow-wrap: anywhere; }
.ic-dropzone > span { color: var(--faint); font-size: 12px; }
.ic-dropzone small { color: rgba(168,180,194,.48); font-size: 11px; }
.ic-source-preview-frame {
  width: 100%;
  height: 150px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 11px;
  background:
    linear-gradient(45deg, rgba(255,255,255,.035) 25%, transparent 25%, transparent 75%, rgba(255,255,255,.035) 75%),
    linear-gradient(45deg, rgba(255,255,255,.035) 25%, transparent 25%, transparent 75%, rgba(255,255,255,.035) 75%);
  background-size: 18px 18px;
  background-position: 0 0, 9px 9px;
}
.ic-source-preview-frame img { width: 100%; height: 100%; object-fit: contain; }
.ic-local-note { margin: 12px 0 0; color: var(--faint); font-size: 11px; line-height: 1.55; }

.ic-canvas-shell {
  position: relative;
  width: 100%;
  min-height: 320px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background:
    linear-gradient(45deg, rgba(255,255,255,.035) 25%, transparent 25%, transparent 75%, rgba(255,255,255,.035) 75%),
    linear-gradient(45deg, rgba(255,255,255,.035) 25%, transparent 25%, transparent 75%, rgba(255,255,255,.035) 75%),
    #090706;
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  touch-action: none;
  user-select: none;
}
.ic-canvas-shell.has-image { min-height: 0; display: block; line-height: 0; }
.ic-canvas-shell canvas { width: 100%; height: auto; display: block; }
.ic-canvas-empty { max-width: 320px; padding: 28px; color: var(--faint); font-size: 12px; line-height: 1.6; text-align: center; }
.ic-crop-dim { position: absolute; z-index: 2; background: rgba(0,0,0,.58); pointer-events: none; }
.ic-crop-dim-top { top: 0; left: 0; right: 0; }
.ic-crop-dim-left { left: 0; }
.ic-crop-dim-right { position: absolute; }
.ic-crop-dim-bottom { left: 0; right: 0; }
.ic-crop-box {
  position: absolute;
  z-index: 4;
  border: 2px solid #6db0f2;
  box-shadow: 0 0 0 1px rgba(0,0,0,.55), inset 0 0 0 1px rgba(0,0,0,.26);
  cursor: move;
  touch-action: none;
  line-height: normal;
}
.ic-crop-grid-line { position: absolute; z-index: 1; background: rgba(255,255,255,.42); pointer-events: none; }
.ic-crop-grid-v1, .ic-crop-grid-v2 { top: 0; bottom: 0; width: 1px; }
.ic-crop-grid-v1 { left: 33.333%; }
.ic-crop-grid-v2 { left: 66.666%; }
.ic-crop-grid-h1, .ic-crop-grid-h2 { left: 0; right: 0; height: 1px; }
.ic-crop-grid-h1 { top: 33.333%; }
.ic-crop-grid-h2 { top: 66.666%; }
.ic-circle-mask {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: radial-gradient(circle closest-side at center, transparent 0 99%, rgba(0,0,0,.58) 100%);
  pointer-events: none;
}
.ic-handle {
  position: absolute;
  z-index: 3;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: nwse-resize;
  touch-action: none;
}
.ic-handle::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid #1a1208;
  border-radius: 3px;
  background: var(--accent-2);
  box-shadow: 0 0 0 1px rgba(255,255,255,.28);
}
.ic-handle-nw { left: -15px; top: -15px; }
.ic-handle-ne { right: -15px; top: -15px; cursor: nesw-resize; }
.ic-handle-se { right: -15px; bottom: -15px; }
.ic-handle-sw { left: -15px; bottom: -15px; cursor: nesw-resize; }
.ic-handle-nw::after, .ic-handle-ne::after { top: 7px; }
.ic-handle-se::after, .ic-handle-sw::after { bottom: 7px; }
.ic-handle-nw::after, .ic-handle-sw::after { left: 7px; }
.ic-handle-ne::after, .ic-handle-se::after { right: 7px; }

.ic-control-block { margin-top: 16px; }
.ic-control-label { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.ic-control-label > span { display: block; margin-bottom: 6px; color: var(--muted); font-size: 12px; font-weight: 700; }
.ic-control-label small { color: var(--faint); font-size: 10px; text-align: right; }
.ic-aspect-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 7px; }
.ic-shape-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; }
.ic-aspect-grid button, .ic-shape-grid button {
  min-width: 0;
  min-height: 58px;
  padding: 8px 9px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: rgba(255,255,255,.025);
  color: var(--muted);
  text-align: left;
  cursor: pointer;
}
.ic-aspect-grid button:hover:not(:disabled), .ic-shape-grid button:hover:not(:disabled) { border-color: rgba(35,121,198,.65); color: var(--text); }
.ic-aspect-grid button.is-active, .ic-shape-grid button.is-active { border-color: var(--accent); background: rgba(35,121,198,.13); color: var(--accent-2); }
.ic-aspect-grid strong, .ic-aspect-grid small, .ic-shape-grid strong, .ic-shape-grid small { display: block; overflow-wrap: anywhere; }
.ic-aspect-grid strong, .ic-shape-grid strong { font-size: 11px; line-height: 1.25; }
.ic-aspect-grid small, .ic-shape-grid small { margin-top: 4px; color: var(--faint); font-size: 9px; line-height: 1.3; }
.ic-aspect-grid button:disabled, .ic-shape-grid button:disabled, .ic-actions button:disabled { cursor: not-allowed; opacity: .42; }

.ic-coordinate-grid { margin-top: 14px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; }
.ic-field { display: block; min-width: 0; }
.ic-field > span { display: block; margin-bottom: 5px; color: var(--muted); font-size: 11px; font-weight: 700; }
.ic-field > span small { color: var(--faint); font-size: 9px; font-weight: 500; }
.ic-field input, .ic-field select {
  width: 100%;
  min-height: 42px;
  padding: 7px 10px;
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  outline: 0;
  background: rgba(8,10,14,.78);
  color: var(--text);
}
.ic-field input:focus, .ic-field select:focus { border-color: var(--accent); box-shadow: 0 0 0 2px rgba(35,121,198,.12); }
.ic-field input:disabled, .ic-field select:disabled { opacity: .48; cursor: not-allowed; }
.ic-control-help { margin: 9px 0 0; color: var(--faint); font-size: 10px; line-height: 1.5; }

.ic-export-grid { display: grid; grid-template-columns: minmax(220px,.42fr) minmax(0,1fr); gap: 16px; align-items: stretch; }
.ic-format-field > small { display: block; margin-top: 6px; color: var(--faint); font-size: 10px; line-height: 1.5; }
.ic-result-preview {
  min-height: 180px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background:
    linear-gradient(45deg, rgba(255,255,255,.035) 25%, transparent 25%, transparent 75%, rgba(255,255,255,.035) 75%),
    linear-gradient(45deg, rgba(255,255,255,.035) 25%, transparent 25%, transparent 75%, rgba(255,255,255,.035) 75%),
    #090706;
  background-size: 18px 18px;
  background-position: 0 0, 9px 9px;
}
.ic-result-preview img { width: 100%; max-height: 320px; object-fit: contain; }
.ic-result-preview span { padding: 24px; color: var(--faint); font-size: 11px; line-height: 1.5; text-align: center; }

.ic-summary {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(8,10,14,.35);
}
.ic-summary > div { min-width: 0; padding: 12px; border-right: 1px solid var(--line); }
.ic-summary > div:last-child { border-right: 0; }
.ic-summary span { display: block; color: var(--faint); font-size: 9px; text-transform: uppercase; letter-spacing: .065em; }
.ic-summary strong { display: block; margin-top: 3px; color: var(--text); font-size: 12px; font-weight: 700; overflow-wrap: anywhere; }
.ic-estimate-note { margin: 8px 0 0; color: var(--faint); font-size: 10px; line-height: 1.5; }
.ic-actions { margin-top: 16px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.ic-actions button {
  min-height: 48px;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}
.ic-primary { border: 1px solid transparent; background: linear-gradient(135deg,var(--accent),var(--accent-2)); color: #ffffff; box-shadow: 0 12px 28px rgba(35,121,198,.14); }
.ic-primary:hover:not(:disabled) { background: linear-gradient(135deg,#6db0f2,var(--accent)); }
.ic-secondary { border: 1px solid var(--line-strong); background: rgba(255,255,255,.035); color: var(--text); }
.ic-secondary:hover:not(:disabled) { border-color: rgba(35,121,198,.6); }
.ic-output-name { margin-top: 9px; color: var(--faint); font-size: 10px; text-align: center; overflow-wrap: anywhere; }
.ic-output-name code { color: var(--muted); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.ic-error { margin-top: 12px; padding: 10px 12px; border: 1px solid rgba(248,113,113,.36); border-radius: 10px; background: var(--danger-bg); color: var(--danger); font-size: 11px; line-height: 1.55; }

.ic-value-section { padding: 74px 0; border-top: 1px solid rgba(255,255,255,.06); }
.ic-how-section, .ic-faq-section { padding: 68px 0; border-top: 1px solid rgba(255,255,255,.06); background: rgba(255,255,255,.014); }
.ic-value-grid, .ic-how-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.ic-value-grid article, .ic-how-grid article { min-width: 0; padding: 21px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.ic-value-grid article > span, .ic-how-grid article > b { color: var(--accent); font-size: 11px; letter-spacing: .08em; }
.ic-value-grid h3, .ic-how-grid h3 { margin: 9px 0 8px; color: var(--text); font-size: 19px; line-height: 1.28; }
.ic-value-grid p, .ic-how-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.ic-value-grid p + p, .ic-how-grid p + p { margin-top: 10px; }
.ic-next-links { margin-top: 18px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; }
.ic-next-links a { min-width: 0; padding: 12px; border: 1px solid var(--line); border-radius: 10px; color: var(--muted); font-size: 11px; font-weight: 700; display: flex; justify-content: space-between; gap: 8px; }
.ic-next-links a:hover { border-color: rgba(35,121,198,.55); color: var(--accent-2); }
.ic-next-links span { color: var(--accent); }
.ic-how-section { background: rgba(255,255,255,.025); }
.ic-how-grid article > b { display: inline-flex; width: 28px; height: 28px; border: 1px solid rgba(35,121,198,.36); border-radius: 999px; align-items: center; justify-content: center; }

.ic-faq-section { background: rgba(0,0,0,.08); }
.ic-faq-list { display: grid; gap: 10px; }
.ic-faq { overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); }
.ic-faq summary { position: relative; min-height: 62px; padding: 18px 48px 18px 18px; display: flex; align-items: center; color: var(--text); font-size: 13px; font-weight: 750; cursor: pointer; list-style: none; }
.ic-faq summary::-webkit-details-marker { display: none; }
.ic-faq summary::after { content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); color: var(--accent); font-size: 20px; font-weight: 400; }
.ic-faq[open] summary::after { content: "−"; }
.ic-faq > div { padding: 0 18px 18px; color: var(--muted); font-size: 12px; line-height: 1.7; }

.ic-footer { padding: 56px 0 28px; border-top: 1px solid var(--line); background: rgba(5,4,3,.72); }
.ic-footer-inner { width: min(1080px, calc(100% - 32px)); margin: 0 auto; }
.ic-footer-brand { display: flex; align-items: center; gap: 8px; margin-bottom: 28px; color: var(--text); font-weight: 800; }
.ic-footer-brand img { width: 30px; height: 30px; border-radius: 999px; }
.ic-footer-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 28px; }
.ic-footer h3 { margin: 0 0 10px; color: var(--text); font-size: 14px; }
.ic-footer-grid a { display: block; margin-top: 7px; color: var(--faint); font-size: 11px; }
.ic-footer-grid a:hover { color: var(--accent); }
.ic-footer-bottom { margin-top: 32px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(168,180,194,.48); font-size: 10px; text-align: center; }

@media (max-width: 980px) {
  .ic-desktop-nav { gap: 13px; }
  .ic-desktop-nav a { font-size: 12px; }
  .ic-tool-grid { grid-template-columns: 1fr; }
  .ic-export-card { grid-column: auto; }
  .ic-dropzone { min-height: 235px; }
  .ic-summary { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ic-summary > div { border-bottom: 1px solid var(--line); }
  .ic-summary > div:nth-child(even) { border-right: 0; }
  .ic-summary > div:nth-last-child(-n+2) { border-bottom: 0; }
}

@media (max-width: 760px) {
  .ic-container, .ic-narrow, .ic-mid, .ic-footer-inner { width: calc(100% - 26px); }
  .ic-header-inner { width: calc(100% - 26px); min-height: 64px; gap: 8px; }
  .ic-brand { font-size: 17px; margin-right: auto; }
  .ic-brand img { width: 30px; height: 30px; }
  .ic-desktop-nav, .ic-header-cta { display: none; }
  .ic-mobile-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .ic-mobile-menu { display: grid; gap: 2px; padding: 8px 13px 13px; border-top: 1px solid rgba(255,255,255,.06); background: rgba(10,12,17,.97); }
  .ic-mobile-menu a { padding: 9px 8px; border-radius: 8px; color: var(--muted); font-size: 13px; }
  .ic-mobile-menu a:hover { background: var(--surface); color: var(--accent); }
  .ic-intro { padding: 30px 0 16px; }
  .ic-intro h1 { font-size: 2.08rem; }
  .ic-intro p { font-size: 14px; }
  .ic-tool-section { padding: 18px 0 54px; }
  .ic-section-heading { margin-bottom: 20px; }
  .ic-section-heading h2 { font-size: 24px; }
  .ic-card { padding: 17px; border-radius: 15px; }
  .ic-dropzone { min-height: 220px; padding: 15px; }
  .ic-source-preview-frame { height: 145px; }
  .ic-aspect-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ic-coordinate-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ic-export-grid { grid-template-columns: 1fr; }
  .ic-result-preview { min-height: 170px; }
  .ic-actions { grid-template-columns: 1fr; }
  .ic-actions button { min-height: 50px; }
  .ic-value-section, .ic-how-section, .ic-faq-section { padding: 56px 0; }
  .ic-value-grid, .ic-how-grid, .ic-next-links { grid-template-columns: 1fr; }
  .ic-footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 18px; }
}

@media (max-width: 430px) {
  .ic-brand em { display: none; }
  .ic-intro h1 { font-size: 1.92rem; }
  .ic-summary { grid-template-columns: 1fr; }
  .ic-summary > div, .ic-summary > div:nth-child(even), .ic-summary > div:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .ic-summary > div:last-child { border-bottom: 0; }
  .ic-field input, .ic-field select { min-height: 46px; }
  .ic-footer-grid { grid-template-columns: 1fr; gap: 22px; }
}

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