@font-face {
  font-family: Pretendard;
  src: url("/assets/fonts/PretendardVariable.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}

:root {
  color-scheme: light;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  --background: #fafafa;
  --foreground: #18181b;
  --card: #ffffff;
  --muted: #f4f4f5;
  --muted-foreground: #71717a;
  --border: #e4e4e7;
  --input: #e4e4e7;
  --primary: #18181b;
  --primary-foreground: #fafafa;
  --accent: #fdf2f4;
  --accent-foreground: #9f1239;
  --ring: #18181b;
  --success: #15803d;
  --danger: #be123c;
  --radius: 8px;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  background: var(--background);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--foreground);
  background: var(--background);
}

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

button,
input {
  font: inherit;
}

button,
a,
input,
summary {
  touch-action: manipulation;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

button svg,
.icon-button svg,
.button svg {
  width: 17px;
  height: 17px;
  flex: none;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--ring);
  outline-offset: 2px;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

p {
  line-height: 1.65;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  height: 64px;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(24px, calc((100vw - 1240px) / 2));
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.wordmark {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  font-size: 19px;
  font-weight: 720;
  line-height: 1;
}

.wordmark > span:not(.brand-dot) {
  font-weight: 430;
}

.brand-dot {
  width: 5px;
  height: 5px;
  margin: 0 0 13px 3px;
  border-radius: 50%;
  background: #e11d48;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #52525b;
  font-size: 13px;
  font-weight: 500;
}

.site-header nav > a:not(.button):hover {
  color: var(--foreground);
}

.button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--primary);
  border-radius: 6px;
  padding: 9px 15px;
  background: var(--primary);
  color: var(--primary-foreground);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  transition: background 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.button:hover:not(:disabled) {
  background: #27272a;
}

.button.small {
  min-height: 34px;
  padding: 7px 11px;
  font-size: 12px;
}

.button.secondary {
  border-color: var(--border);
  background: var(--card);
  color: var(--foreground);
}

.button.secondary:hover:not(:disabled) {
  border-color: #d4d4d8;
  background: var(--muted);
}

.button.kakao {
  border-color: #fee500;
  background: #fee500;
  color: #191600;
}

.button.kakao:hover:not(:disabled) {
  background: #f3da00;
}

.text-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-bottom: 1px solid #a1a1aa;
  padding-bottom: 2px;
  color: #3f3f46;
  font-size: 13px;
  font-weight: 500;
}

.text-link:hover {
  border-color: var(--foreground);
  color: var(--foreground);
}

.eyebrow {
  margin-bottom: 10px;
  color: var(--muted-foreground);
  font-size: 11px;
  font-weight: 700;
}

.fine,
.field-hint {
  color: var(--muted-foreground);
  font-size: 12px;
  line-height: 1.55;
}

.hero {
  position: relative;
  display: flex;
  min-height: 620px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 72px 24px 58px;
  border-bottom: 1px solid var(--border);
  background: #ffffff;
  text-align: center;
}

.hero::before,
.hero::after {
  position: absolute;
  width: 220px;
  height: 220px;
  border: 1px solid #f4f4f5;
  border-radius: 50%;
  content: "";
}

.hero::before {
  top: -102px;
  left: max(8%, calc((100vw - 1080px) / 2));
}

.hero::after {
  right: max(6%, calc((100vw - 1080px) / 2));
  bottom: -128px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.hero h1 {
  margin-bottom: 16px;
  font-size: 62px;
  font-weight: 720;
  line-height: 1;
}

.lead {
  margin-bottom: 25px;
  color: #52525b;
  font-size: 17px;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.hero .fine {
  margin: 12px 0 0;
}

.hero-couple {
  position: absolute;
  right: max(4%, calc((100vw - 1300px) / 2));
  bottom: 0;
  width: 332px;
  height: 250px;
  pointer-events: none;
}

.hero-couple img {
  position: absolute;
  object-fit: contain;
}

.hero-groom {
  bottom: 0;
  left: 0;
  width: 195px;
  height: 250px;
  transform: rotate(-4deg);
}

.hero-bride {
  right: 0;
  bottom: 0;
  width: 197px;
  height: 252px;
  transform: rotate(3deg);
}

.hero-bottom {
  position: absolute;
  bottom: 24px;
  left: 50%;
  display: flex;
  width: min(1180px, calc(100% - 48px));
  align-items: center;
  justify-content: space-between;
  color: var(--muted-foreground);
  font-size: 12px;
  transform: translateX(-50%);
}

.hero-bottom a {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 50%;
  color: var(--foreground);
  font-size: 16px;
}

.band {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 96px 32px;
}

.section-heading h2,
.faq h2 {
  margin-bottom: 14px;
  font-size: 36px;
  font-weight: 680;
  line-height: 1.18;
}

.section-heading p:not(.eyebrow) {
  max-width: 500px;
  margin-bottom: 0;
  color: var(--muted-foreground);
  font-size: 15px;
}

.story {
  display: grid;
  grid-template-columns: minmax(230px, 0.8fr) minmax(0, 1.2fr);
  gap: 110px;
}

.story-list {
  border-top: 1px solid var(--border);
}

.story-list article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  padding: 22px 0 24px;
  border-bottom: 1px solid var(--border);
}

.story-list article > span {
  color: #a1a1aa;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.story-list h3 {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 650;
}

.story-list p {
  margin: 0;
  color: var(--muted-foreground);
  font-size: 14px;
}

.pricing {
  border-top: 1px solid var(--border);
}

.plans {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.plan {
  display: flex;
  min-height: 262px;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--card);
}

.plan > span {
  color: var(--muted-foreground);
  font-size: 11px;
}

.plan h3 {
  margin: 24px 0 10px;
  font-size: 17px;
  font-weight: 650;
}

.plan .price {
  margin-bottom: 12px;
  font-size: 25px;
  font-weight: 700;
}

.plan p:not(.price) {
  margin-bottom: 22px;
  color: var(--muted-foreground);
  font-size: 12px;
}

.plan .button {
  width: 100%;
  margin-top: auto;
}

.faq {
  border-top: 1px solid var(--border);
}

.faq h2 {
  margin-bottom: 26px;
}

.faq details {
  border-top: 1px solid var(--border);
  padding: 0;
}

.faq details:last-child {
  border-bottom: 1px solid var(--border);
}

.faq summary {
  position: relative;
  padding: 20px 30px 20px 0;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  position: absolute;
  top: 19px;
  right: 2px;
  color: var(--muted-foreground);
  content: "+";
  font-size: 21px;
  font-weight: 400;
}

.faq details[open] summary::after {
  content: "−";
}

.faq details p {
  max-width: 680px;
  margin: -4px 0 20px;
  color: var(--muted-foreground);
  font-size: 14px;
}

footer {
  display: flex;
  width: min(1180px, 100%);
  align-items: center;
  gap: 18px;
  margin: 0 auto;
  padding: 34px 32px;
  border-top: 1px solid var(--border);
}

footer p,
footer > span {
  margin: 0;
  color: var(--muted-foreground);
  font-size: 12px;
}

footer > span {
  margin-left: auto;
}

.admin-main {
  width: min(1220px, 100%);
  margin: 0 auto;
  padding: 44px 28px 88px;
}

.editor-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.editor-heading .eyebrow {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
}

.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--success);
}

.editor-heading h1 {
  margin-bottom: 8px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.editor-heading p:last-child {
  margin: 0;
  color: var(--muted-foreground);
  font-size: 13px;
}

.editor-heading-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.editor-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 374px;
  gap: 24px;
  align-items: start;
}

.editor-content {
  min-width: 0;
}

.form-section {
  margin-bottom: 14px;
}

.form-card {
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--card);
}

.card-heading {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 22px;
}

.card-icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #fbcfe8;
  border-radius: 7px;
  background: var(--accent);
  color: var(--accent-foreground);
}

.card-icon svg {
  width: 16px;
  height: 16px;
}

.card-heading h2 {
  margin: 1px 0 4px;
  font-size: 16px;
  font-weight: 680;
  line-height: 1.35;
}

.card-heading p {
  margin: 0;
  color: var(--muted-foreground);
  font-size: 12px;
  line-height: 1.55;
}

label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 17px;
  color: #3f3f46;
  font-size: 12px;
  font-weight: 600;
}

label:last-child {
  margin-bottom: 0;
}

input:not([type="checkbox"], [type="radio"], [type="file"]) {
  width: 100%;
  min-width: 0;
  height: 42px;
  border: 1px solid var(--input);
  border-radius: 6px;
  padding: 9px 11px;
  background: var(--card);
  color: var(--foreground);
  font-size: 13px;
  font-weight: 450;
  outline: none;
  transition: border-color 140ms ease, box-shadow 140ms ease;
}

input:not([type="checkbox"], [type="radio"], [type="file"]):focus {
  border-color: #71717a;
  box-shadow: 0 0 0 3px #f4f4f5;
}

input[readonly] {
  background: #fafafa;
  color: var(--muted-foreground);
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.field-hint {
  display: block;
  margin: -7px 0 17px;
}

.slug-control {
  display: grid;
  grid-template-columns: auto minmax(108px, 1fr) auto;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--input);
  border-radius: 6px;
  background: #fafafa;
  color: var(--muted-foreground);
  font-size: 12px;
  font-weight: 450;
}

.slug-control:focus-within {
  border-color: #71717a;
  box-shadow: 0 0 0 3px #f4f4f5;
}

.slug-control > span {
  min-width: 0;
  padding: 0 10px;
  white-space: nowrap;
}

.slug-control input {
  height: 40px;
  min-width: 0;
  border: 0;
  border-right: 1px solid var(--input);
  border-left: 1px solid var(--input);
  border-radius: 0;
  background: var(--card);
  box-shadow: none !important;
}

.link-row,
.upload-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.link-row input {
  flex: 1;
}

.public-link-row {
  margin-bottom: 14px;
}

.icon-button {
  display: inline-grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 0;
  background: var(--card);
  color: #52525b;
  transition: background 140ms ease, color 140ms ease, border-color 140ms ease;
}

.icon-button:hover:not(:disabled) {
  border-color: #d4d4d8;
  background: var(--muted);
  color: var(--foreground);
}

.publish-button {
  width: 100%;
}

.save-bar {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 18px 0 22px;
  padding: 10px 10px 10px 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: 0 10px 30px rgba(24, 24, 27, 0.08);
}

.save-bar span {
  color: var(--muted-foreground);
  font-size: 12px;
}

.check-label {
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  color: var(--muted-foreground);
  font-size: 12px;
  font-weight: 450;
  line-height: 1.55;
}

.check-label input {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  margin-top: 1px;
  accent-color: var(--primary);
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.media-group + .media-group {
  border-left: 1px solid var(--border);
  padding-left: 28px;
}

.media-group h3 {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 650;
}

.media-group h3 svg {
  width: 15px;
  height: 15px;
  color: var(--muted-foreground);
}

.cover-preview {
  display: grid;
  width: 100%;
  min-height: 132px;
  place-items: center;
  overflow: hidden;
  border: 1px dashed #d4d4d8;
  border-radius: 7px;
  background: #fafafa;
}

.cover-preview img {
  display: block;
  width: 100%;
  height: 132px;
  object-fit: cover;
}

.cover-preview span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  color: var(--muted-foreground);
  font-size: 12px;
}

.cover-preview span svg {
  width: 20px;
  height: 20px;
}

.media-name {
  min-height: 20px;
  margin: 10px 0 12px;
  overflow: hidden;
  color: var(--muted-foreground);
  font-size: 12px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.upload-row {
  flex-wrap: wrap;
  margin-top: 13px;
}

.upload-label {
  margin: 0;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}

.upload-row .fine {
  margin-left: 2px;
}

.media-group [role="status"] {
  min-height: 18px;
  margin: 9px 0 0;
  color: var(--muted-foreground);
  font-size: 12px;
}

audio {
  width: 100%;
  height: 34px;
  margin: 0 0 12px;
}

.plan-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 2px 0 18px;
}

.plan-option {
  position: relative;
  display: flex;
  min-height: 66px;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: 7px;
  cursor: pointer;
}

.plan-option:has(input:checked) {
  border-color: var(--foreground);
  background: #fafafa;
}

.plan-option input {
  margin: 0;
  accent-color: var(--primary);
}

.plan-option span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

.plan-option strong {
  color: var(--foreground);
  font-size: 13px;
}

.plan-option small {
  color: var(--muted-foreground);
  font-size: 12px;
  font-weight: 450;
}

#billing-section > .button {
  width: 100%;
}

.editor-preview {
  position: sticky;
  top: 84px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--card);
}

.preview-heading {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px 0 16px;
  border-bottom: 1px solid var(--border);
  color: #52525b;
  font-size: 12px;
  font-weight: 600;
}

.preview-heading > span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.preview-heading svg {
  width: 15px;
  height: 15px;
}

.preview-frame {
  padding: 12px;
  background: #f4f4f5;
}

.editor-preview iframe {
  display: block;
  width: 100%;
  height: 674px;
  border: 1px solid #d4d4d8;
  border-radius: 6px;
  background: white;
}

.message {
  margin: 0 0 16px;
  border: 1px solid #fecdd3;
  border-radius: 7px;
  padding: 12px 14px;
  background: #fff1f2;
  color: var(--danger);
  font-size: 13px;
  line-height: 1.55;
}

.login-view {
  width: min(440px, 100%);
  margin: 84px auto;
  padding: 34px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--card);
  text-align: center;
}

.login-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin: 0 auto 20px;
  border: 1px solid #fbcfe8;
  border-radius: 8px;
  background: var(--accent);
  color: var(--accent-foreground);
}

.login-mark svg {
  width: 19px;
  height: 19px;
}

.login-view h1 {
  margin-bottom: 13px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.login-view > p:not(.eyebrow, .fine) {
  color: var(--muted-foreground);
  font-size: 14px;
}

.login-view .kakao {
  width: 100%;
  margin: 18px 0 10px;
}

.login-view .fine {
  min-height: 18px;
  margin: 0 auto 12px;
}

.loading {
  margin: 120px auto;
  color: var(--muted-foreground);
  font-size: 14px;
  text-align: center;
}

.message-page,
.checkout-page {
  width: min(620px, 100%);
  margin: 0 auto;
  padding: 84px 24px;
}

.message-page {
  text-align: center;
}

.message-page h1,
.checkout-page h1 {
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: 700;
}

.message-page p {
  color: var(--muted-foreground);
}

.message-page .button {
  margin-top: 12px;
}

.checkout-page > .eyebrow {
  margin-bottom: 9px;
}

.order-summary {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--card);
}

.order-summary h2 {
  margin-bottom: 10px;
  font-size: 17px;
}

.order-summary strong {
  display: block;
  font-size: 28px;
}

.order-summary p {
  margin: 16px 0 0;
  color: var(--muted-foreground);
  font-size: 13px;
}

.checkout-page > .button {
  width: 100%;
  margin: 20px 0;
}

.checkout-page > .text-link {
  margin: 0 auto;
}

#toast {
  position: fixed;
  z-index: 50;
  bottom: 22px;
  left: 50%;
  max-width: calc(100% - 32px);
  transform: translateX(-50%);
  border: 1px solid #3f3f46;
  border-radius: 7px;
  padding: 11px 15px;
  background: #27272a;
  color: #fafafa;
  box-shadow: 0 12px 28px rgba(24, 24, 27, 0.2);
  font-size: 13px;
}

@media (max-width: 1120px) {
  .hero-couple {
    right: 4%;
    width: 280px;
    height: 210px;
  }

  .hero-groom {
    width: 165px;
    height: 212px;
  }

  .hero-bride {
    width: 168px;
    height: 214px;
  }

  .plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .editor-layout {
    grid-template-columns: minmax(0, 1fr) 330px;
  }
}

@media (max-width: 900px) {
  .hero-couple {
    display: none;
  }

  .story {
    gap: 56px;
  }

  .editor-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .editor-preview {
    position: static;
    width: min(390px, 100%);
    margin: 0 auto;
  }
}

@media (max-width: 700px) {
  .site-header {
    height: 60px;
    padding: 0 18px;
  }

  .site-header nav {
    gap: 12px;
  }

  .site-header nav > a[href="/#pricing"] {
    display: none;
  }

  .site-header nav > a:not(.button) {
    font-size: 12px;
  }

  .site-header .button.small {
    padding: 7px 10px;
  }

  .hero {
    min-height: 490px;
    padding: 54px 20px 66px;
  }

  .hero::before,
  .hero::after {
    width: 160px;
    height: 160px;
  }

  .hero h1 {
    font-size: 44px;
  }

  .lead {
    font-size: 15px;
  }

  .hero-actions {
    flex-direction: column;
    gap: 13px;
  }

  .hero-bottom {
    bottom: 18px;
    width: calc(100% - 40px);
    font-size: 10px;
  }

  .band {
    padding: 64px 20px;
  }

  .section-heading h2,
  .faq h2 {
    font-size: 29px;
  }

  .story {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .plans {
    grid-template-columns: 1fr;
  }

  .plan {
    min-height: 220px;
  }

  footer {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 28px 20px;
  }

  footer > span {
    width: 100%;
    margin-left: 0;
  }

  .admin-main {
    padding: 28px 16px 68px;
  }

  .editor-heading {
    margin-bottom: 20px;
  }

  .editor-heading h1 {
    font-size: 26px;
  }

  .editor-heading-actions .button {
    display: none;
  }

  .form-card {
    padding: 18px;
  }

  .card-heading {
    margin-bottom: 18px;
  }

  .field-grid,
  .media-grid {
    grid-template-columns: 1fr;
  }

  .media-group + .media-group {
    margin-top: 24px;
    border-top: 1px solid var(--border);
    border-left: 0;
    padding-top: 24px;
    padding-left: 0;
  }

  .save-bar {
    min-height: 58px;
    padding: 8px 8px 8px 12px;
  }

  .save-bar span {
    max-width: 132px;
  }

  .save-bar .button {
    min-height: 38px;
    padding: 8px 11px;
    font-size: 12px;
  }

  .editor-preview iframe {
    height: 650px;
  }

  .login-view {
    margin: 42px auto;
    padding: 26px 20px;
  }

  .login-view h1 {
    font-size: 28px;
  }

  .message-page,
  .checkout-page {
    padding: 58px 20px;
  }
}

@media (max-width: 520px) {
  .site-header nav > a:not(.button) {
    display: none;
  }

  .slug-control {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .slug-control #public-origin {
    grid-column: 1 / -1;
    overflow: hidden;
    border-bottom: 1px solid var(--input);
    padding-top: 8px;
    padding-bottom: 8px;
    text-overflow: ellipsis;
  }

  .slug-control input {
    border-left: 0;
  }

  .plan-options {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
