/* =======================================================================
 * 포트폴리오 3변종
 *   theme-minimal  — 현재 Tailwind 기본 카드 목록 (스타일 추가 없음)
 *   theme-magazine — 에디토리얼 레이아웃, 세리프, 히어로 + 2컬럼 그리드
 *   theme-terminal — CLI/터미널 미학, 모노스페이스, 녹색 on 검정
 * 공통 base.html의 body 배경을 무력화하기 위해 !important 사용.
 * ====================================================================== */


/* ========== MAGAZINE ========== */
body.theme-magazine {
  background-color: #f7f3ec !important;
  color: #1f2937;
  font-family: 'Cormorant Garamond', 'Iowan Old Style', 'Georgia', 'Apple SD Gothic Neo', serif !important;
}

.theme-magazine .mag-topbar {
  background: #f7f3ec;
  border-bottom: 1px solid #d4c9b5;
}
.theme-magazine .mag-topbar-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.theme-magazine .mag-topbar-brand {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #1a1a1a;
  text-decoration: none;
  font-style: italic;
}
.theme-magazine .mag-topbar-issue {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: 13px;
  font-variant: small-caps;
  letter-spacing: 0.1em;
  color: #6b7280;
}

.theme-magazine .mag-wrap {
  max-width: 1024px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}

.theme-magazine .mag-hero {
  padding: 48px 0 56px;
  border-bottom: 2px solid #1a1a1a;
  margin-bottom: 48px;
}

.theme-magazine .mag-eyebrow {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #a25a1b;
  margin-bottom: 16px;
}

.theme-magazine .mag-title {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: clamp(48px, 10vw, 110px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
  color: #1a1a1a;
  font-weight: 700;
}
.theme-magazine .mag-title em {
  font-style: italic;
  color: #a25a1b;
}

.theme-magazine .mag-lede {
  font-size: 20px;
  line-height: 1.5;
  color: #3f3f46;
  max-width: 560px;
  margin: 0 0 24px;
}

.theme-magazine .mag-meta {
  font-size: 13px;
  font-variant: small-caps;
  letter-spacing: 0.12em;
  color: #6b7280;
  display: flex;
  gap: 12px;
}
.theme-magazine .mag-divider { color: #a25a1b; }

.theme-magazine .mag-features {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px;
  margin-bottom: 64px;
}
@media (max-width: 720px) {
  .theme-magazine .mag-features { grid-template-columns: 1fr; }
}

.theme-magazine .mag-feature {
  display: flex;
  gap: 24px;
  text-decoration: none;
  color: inherit;
  padding: 32px 0;
  border-top: 1px solid #d4c9b5;
  transition: background-color 180ms ease;
}
.theme-magazine .mag-feature:hover { background-color: rgba(162, 90, 27, 0.04); }

.theme-magazine .mag-feature--lead { grid-column: 1 / 2; }
.theme-magazine .mag-feature--side { grid-column: 2 / 3; }
@media (max-width: 720px) {
  .theme-magazine .mag-feature--lead,
  .theme-magazine .mag-feature--side { grid-column: 1 / 2; }
}

.theme-magazine .mag-feature-num {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: 64px;
  font-style: italic;
  color: #a25a1b;
  line-height: 1;
  flex-shrink: 0;
  min-width: 64px;
}

.theme-magazine .mag-feature-body { flex: 1; min-width: 0; }

.theme-magazine .mag-feature-kicker {
  font-size: 11px;
  font-variant: small-caps;
  letter-spacing: 0.22em;
  color: #6b7280;
  margin-bottom: 8px;
}
.theme-magazine .mag-feature-title {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05;
  margin: 0 0 12px;
  font-weight: 700;
  color: #1a1a1a;
}
.theme-magazine .mag-feature-title em { font-style: italic; color: #a25a1b; }
.theme-magazine .mag-feature-excerpt {
  font-size: 16px;
  line-height: 1.55;
  color: #3f3f46;
  margin: 0 0 14px;
}
.theme-magazine .mag-feature-readmore {
  font-size: 13px;
  font-variant: small-caps;
  letter-spacing: 0.18em;
  color: #a25a1b;
  font-weight: 600;
}

.theme-magazine .mag-foot {
  margin-top: 64px;
  text-align: center;
  color: #6b7280;
  font-size: 12px;
  font-variant: small-caps;
  letter-spacing: 0.15em;
}
.theme-magazine .mag-rule {
  height: 1px;
  background: #d4c9b5;
  margin-bottom: 20px;
}
.theme-magazine footer { background: transparent !important; }
.theme-magazine footer p { color: #6b7280 !important; }


/* ========== TERMINAL ========== */
body.theme-terminal {
  background-color: #0a0e0a !important;
  color: #8ef58e;
  font-family: ui-monospace, SFMono-Regular, 'Menlo', 'Monaco', 'Consolas', 'Liberation Mono', 'Courier New', monospace !important;
  min-height: 100vh;
}
.theme-terminal main { padding: 0 !important; }

.theme-terminal .term-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 32px 16px 64px;
}

.theme-terminal .term-frame {
  background: #050805;
  border-radius: 10px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.6), 0 0 0 1px rgba(142, 245, 142, 0.08);
  overflow: hidden;
}

.theme-terminal .term-titlebar {
  background: linear-gradient(180deg, #1a1a1a, #0f0f0f);
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.theme-terminal .term-dot {
  display: inline-block;
  width: 12px; height: 12px;
  border-radius: 50%;
}
.theme-terminal .term-dot--r { background: #ff5f56; }
.theme-terminal .term-dot--y { background: #ffbd2e; }
.theme-terminal .term-dot--g { background: #27c93f; }
.theme-terminal .term-titlebar-text {
  margin-left: 12px;
  color: #999;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.theme-terminal .term-body {
  padding: 20px 18px 24px;
  font-size: 14px;
  line-height: 1.75;
}

.theme-terminal .term-line {
  white-space: pre-wrap;
  word-break: break-word;
}
.theme-terminal .term-prompt {
  color: #3ddf3d;
  font-weight: 700;
  margin-right: 8px;
}
.theme-terminal .term-out {
  color: #d4f7d4;
  padding-left: 0;
  opacity: 0.92;
}
.theme-terminal .term-ls-head {
  color: #6b8e6b;
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 2px;
}

.theme-terminal .term-entry {
  display: grid;
  grid-template-columns: 90px 60px 30px 60px 1fr auto;
  gap: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  text-decoration: none;
  color: #8ef58e;
  transition: background-color 120ms ease;
}
.theme-terminal .term-entry:hover {
  background-color: rgba(61, 223, 61, 0.12);
  outline: 1px solid rgba(61, 223, 61, 0.4);
}

.theme-terminal .term-entry-perms { color: #6b8e6b; }
.theme-terminal .term-entry-owner { color: #a8d5ff; }
.theme-terminal .term-entry-size  { color: #6b8e6b; text-align: right; }
.theme-terminal .term-entry-date  { color: #b3b3b3; }
.theme-terminal .term-entry-name  {
  color: #ffd866;
  font-weight: 700;
}
.theme-terminal .term-entry-tag {
  color: #ff79c6;
  font-size: 12px;
  padding-top: 2px;
}

@media (max-width: 640px) {
  .theme-terminal .term-entry {
    grid-template-columns: 1fr auto;
  }
  .theme-terminal .term-entry-perms,
  .theme-terminal .term-entry-owner,
  .theme-terminal .term-entry-size,
  .theme-terminal .term-entry-date {
    display: none;
  }
}

.theme-terminal .term-cursor {
  display: inline-block;
  width: 9px;
  height: 1.1em;
  background: #8ef58e;
  vertical-align: middle;
  margin-left: 4px;
  animation: term-blink 1s step-start infinite;
}
@keyframes term-blink {
  50% { opacity: 0; }
}

.theme-terminal .term-hint {
  margin-top: 16px;
  color: #6b8e6b;
  text-align: center;
  font-size: 12px;
}

.theme-terminal footer {
  background: transparent !important;
  color: #6b8e6b !important;
}
.theme-terminal footer p { color: #6b8e6b !important; }


/* minimal 변종은 기본 Tailwind + includes/header.html 그대로 사용 — 별도 스타일 없음 */


/* ========== STUDIO ==========
 * 강렬한 인트로(Brittany Chiang) + 스캔 가능한 카드 그리드(Jim Raptis / Matt Farley)
 * + 서브틀한 마이크로 인터랙션(Rauno / Paco) 조합.
 */
body.theme-studio {
  background-color: #faf7f2 !important;
  color: #17171c;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'SF Pro Text',
    'Apple SD Gothic Neo', 'Helvetica Neue', sans-serif !important;
  min-height: 100vh;
}
.theme-studio main { max-width: none !important; margin: 0 !important; padding: 0 !important; }

/* --- Top bar --- */
.theme-studio .st-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  background: rgba(250, 247, 242, 0.78);
  border-bottom: 1px solid rgba(23, 23, 28, 0.06);
}
.theme-studio .st-topbar-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.theme-studio .st-topbar-brand {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: #17171c;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.theme-studio .st-topbar-brand::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff6b6b, #a855f7 55%, #4f46e5);
  box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.12);
}
.theme-studio .st-topbar-meta {
  font-size: 12px;
  color: #6b6b78;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.theme-studio .st-status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.18);
  animation: st-pulse 2.4s ease-in-out infinite;
}
@keyframes st-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%      { transform: scale(1.15); opacity: 0.75; }
}

/* --- Wrap --- */
.theme-studio .st-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 64px 24px 96px;
}

/* --- Hero --- */
.theme-studio .st-hero { padding: 48px 0 88px; position: relative; }

.theme-studio .st-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b6b78;
  padding: 7px 14px;
  border: 1px solid rgba(23, 23, 28, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 28px;
}
.theme-studio .st-hero-kicker .st-status-dot {
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.18);
}

.theme-studio .st-hero-title {
  font-size: clamp(42px, 7.4vw, 96px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 800;
  margin: 0 0 28px;
  color: #0f0f14;
  max-width: 14ch;
}
.theme-studio .st-hero-title em {
  font-style: italic;
  font-family: 'Fraunces', 'Times New Roman', 'Apple SD Gothic Neo', serif;
  font-weight: 500;
  background: linear-gradient(135deg, #ff6b6b 0%, #a855f7 55%, #4f46e5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding-right: 0.04em;
}

.theme-studio .st-hero-lede {
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.55;
  color: #3a3a46;
  max-width: 620px;
  margin: 0 0 36px;
}

.theme-studio .st-hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  color: #6b6b78;
  letter-spacing: 0.02em;
}
.theme-studio .st-hero-meta a {
  color: #17171c;
  text-decoration: none;
  border-bottom: 1px solid rgba(23, 23, 28, 0.25);
  padding-bottom: 1px;
  transition: border-color 180ms ease, color 180ms ease;
}
.theme-studio .st-hero-meta a:hover {
  color: #a855f7;
  border-color: #a855f7;
}
.theme-studio .st-hero-sep {
  display: inline-block;
  width: 16px;
  height: 1px;
  background: rgba(23, 23, 28, 0.25);
}

/* --- Projects grid (horizontal icon + body cards) --- */
.theme-studio .st-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.theme-studio .st-card {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  text-decoration: none;
  color: inherit;
  background: #ffffff;
  border: 1px solid rgba(23, 23, 28, 0.06);
  border-radius: 20px;
  overflow: hidden;
  transition: transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1),
              box-shadow 280ms cubic-bezier(0.2, 0.8, 0.2, 1),
              border-color 280ms ease;
}
.theme-studio .st-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  pointer-events: none;
  box-shadow: 0 1px 2px rgba(23, 23, 28, 0.04);
  transition: box-shadow 280ms ease;
}
.theme-studio .st-card:hover {
  transform: translateY(-3px);
  border-color: rgba(168, 85, 247, 0.25);
}
.theme-studio .st-card:hover::after {
  box-shadow: 0 22px 40px -14px rgba(79, 70, 229, 0.18),
              0 10px 20px -10px rgba(23, 23, 28, 0.08);
}

/* icon column */
.theme-studio .st-card-icon {
  flex: 0 0 auto;
  width: clamp(96px, 22%, 140px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: linear-gradient(135deg, #faf7f2 0%, #f0ece3 100%);
  border-right: 1px solid rgba(23, 23, 28, 0.05);
}
.theme-studio .st-card-icon-img {
  width: 100%;
  height: auto;
  max-width: 104px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 18px;
  filter: drop-shadow(0 8px 18px rgba(23, 23, 28, 0.14));
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.theme-studio .st-card:hover .st-card-icon-img {
  transform: scale(1.05);
}
.theme-studio .st-card-icon-fallback {
  font-size: clamp(36px, 5vw, 52px);
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.15));
}

.theme-studio .st-card-body {
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-width: 0;
}
.theme-studio .st-card-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0;
  color: #0f0f14;
}
.theme-studio .st-card-tagline {
  font-size: 14px;
  line-height: 1.5;
  color: #52525c;
  margin: 0;
  flex: 1;
}
.theme-studio .st-card-meta {
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #6b6b78;
  letter-spacing: 0.01em;
}
.theme-studio .st-card-meta-time {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(168, 85, 247, 0.08);
  color: #7c3aed;
}

/* --- Footer --- */
.theme-studio .st-foot {
  margin-top: 96px;
  padding-top: 28px;
  border-top: 1px solid rgba(23, 23, 28, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #6b6b78;
  letter-spacing: 0.02em;
}
.theme-studio .st-foot a {
  color: #17171c;
  text-decoration: none;
  border-bottom: 1px solid rgba(23, 23, 28, 0.2);
  padding-bottom: 1px;
  transition: color 180ms ease, border-color 180ms ease;
}
.theme-studio .st-foot a:hover { color: #a855f7; border-color: #a855f7; }

.theme-studio footer { background: transparent !important; padding: 0 !important; margin: 0 !important; }
.theme-studio footer > div { display: none; }

/* --- Scroll reveal --- */
.theme-studio .st-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 640ms cubic-bezier(0.2, 0.8, 0.2, 1),
              transform 640ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: opacity, transform;
}
.theme-studio .st-reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .theme-studio .st-reveal { opacity: 1; transform: none; transition: none; }
  .theme-studio .st-status-dot { animation: none; }
}


/* =======================================================================
 * Project detail page (theme-project-detail, layered on theme-studio)
 * ====================================================================== */
.theme-project-detail .pd-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}

.theme-project-detail .pd-back {
  display: inline-block;
  font-size: 13px;
  color: #6b6b78;
  text-decoration: none;
  letter-spacing: 0.02em;
  margin-bottom: 32px;
  transition: color 150ms ease;
}
.theme-project-detail .pd-back:hover { color: #17171c; }

.theme-project-detail .pd-hero {
  padding: 24px 0 40px;
  border-bottom: 1px solid rgba(23, 23, 28, 0.08);
  margin-bottom: 48px;
}
.theme-project-detail .pd-hero-kicker {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b6b78;
  margin-bottom: 16px;
}
.theme-project-detail .pd-hero-title {
  font-size: clamp(44px, 7vw, 68px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.0;
  color: #17171c;
  margin: 0 0 12px;
}
.theme-project-detail .pd-hero-tagline {
  font-size: 20px;
  line-height: 1.5;
  color: #3a3a44;
  margin: 0 0 28px;
  max-width: 620px;
}

.theme-project-detail .pd-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.theme-project-detail .pd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: transform 180ms ease, background-color 180ms ease,
              color 180ms ease, border-color 180ms ease;
}
.theme-project-detail .pd-btn--primary {
  background: #17171c;
  color: #faf7f2;
  border: 1px solid #17171c;
}
.theme-project-detail .pd-btn--primary:hover {
  background: #a855f7;
  border-color: #a855f7;
  transform: translateY(-1px);
}
.theme-project-detail .pd-btn--ghost {
  background: transparent;
  color: #17171c;
  border: 1px solid rgba(23, 23, 28, 0.2);
}
.theme-project-detail .pd-btn--ghost:hover {
  border-color: #17171c;
  transform: translateY(-1px);
}

.theme-project-detail .pd-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  color: #6b6b78;
  letter-spacing: 0.02em;
}
.theme-project-detail .pd-hero-meta li {
  position: relative;
  padding-left: 14px;
}
.theme-project-detail .pd-hero-meta li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a855f7;
}

.theme-project-detail .pd-section {
  padding: 12px 0 32px;
}
.theme-project-detail .pd-h2 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b6b78;
  margin: 0 0 16px;
}
.theme-project-detail .pd-p {
  font-size: 17px;
  line-height: 1.65;
  color: #2a2a34;
  margin: 0 0 14px;
}
.theme-project-detail .pd-p--muted { color: #5a5a66; }

.theme-project-detail .pd-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 640px) {
  .theme-project-detail .pd-features { grid-template-columns: 1fr 1fr; }
}
.theme-project-detail .pd-features li {
  padding: 16px 18px;
  background: #fff;
  border: 1px solid rgba(23, 23, 28, 0.06);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.theme-project-detail .pd-features strong {
  font-size: 14px;
  font-weight: 700;
  color: #17171c;
  letter-spacing: -0.005em;
}
.theme-project-detail .pd-features span {
  font-size: 13px;
  line-height: 1.5;
  color: #5a5a66;
}

.theme-project-detail .pd-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.theme-project-detail .pd-steps li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid rgba(23, 23, 28, 0.06);
  border-radius: 14px;
}
.theme-project-detail .pd-step-n {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #17171c;
  color: #faf7f2;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.theme-project-detail .pd-steps li > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.theme-project-detail .pd-steps strong {
  font-size: 14px;
  color: #17171c;
}
.theme-project-detail .pd-steps span {
  font-size: 13px;
  line-height: 1.55;
  color: #5a5a66;
}

.theme-project-detail .pd-footer-cta {
  margin-top: 16px;
  padding-top: 32px;
  border-top: 1px solid rgba(23, 23, 28, 0.08);
}
.theme-project-detail .pd-footer-cta .pd-hero-cta { margin-bottom: 0; }

.theme-project-detail .st-foot {
  margin-top: 64px;
  padding-top: 28px;
  border-top: 1px solid rgba(23, 23, 28, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #6b6b78;
  letter-spacing: 0.02em;
}
