@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=STIX+Two+Text:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,700&display=swap");
:root,
.gho {
  --gho-primary: #15171A;
  --gho-primary-rgb: 21, 23, 26;
  --gho-bg-body: #FFFFFF;
  --gho-bg-surface: #FFFFFF;
  --gho-bg-elevated: #FFFFFF;
  --gho-bg-section: #F9F9F9;
  --gho-bg-code: #0E0E10;
  --gho-bg-hover: rgba(21, 23, 26, 0.04);
  --gho-bg-active: rgba(21, 23, 26, 0.08);
  --gho-gray-50: #F3F3F3;
  --gho-gray-100: #EEEEEE;
  --gho-gray-200: #DFDFDF;
  --gho-gray-300: #CECECE;
  --gho-gray-400: #9F9F9F;
  --gho-gray-500: #707070;
  --gho-gray-600: #505050;
  --gho-gray-700: #3F3F3F;
  --gho-gray-800: #252626;
  --gho-gray-900: #171717;
  --gho-gray-950: #0A0A0A;
  --gho-text: #15171A;
  --gho-text-secondary: #505050;
  --gho-text-muted: #707070;
  --gho-text-faint: #9F9F9F;
  --gho-text-on-dark: #FFFFFF;
  --gho-text-on-dark-muted: rgba(255, 255, 255, 0.6);
  --gho-border-color: #EEEEEE;
  --gho-border: 1px solid var(--gho-border-color);
  --gho-border-subtle: 1px solid rgba(21, 23, 26, 0.06);
  --gho-border-strong: 1px solid #DFDFDF;
  --gho-success: #30CF43;
  --gho-success-bg: rgba(48, 207, 67, 0.1);
  --gho-warning: #FFB41F;
  --gho-warning-bg: rgba(255, 180, 31, 0.1);
  --gho-error: #F50B23;
  --gho-error-bg: rgba(245, 11, 35, 0.08);
  --gho-info: #14B8FF;
  --gho-info-bg: rgba(20, 184, 255, 0.1);
  --gho-maintenance: #7C5CFC;
  --gho-maintenance-bg: rgba(124, 92, 252, 0.1);
  --gho-radius-sm: 4px;
  --gho-radius: 8px;
  --gho-radius-lg: 12px;
  --gho-radius-xl: 16px;
  --gho-radius-2xl: 20px;
  --gho-radius-pill: 9999px;
  --gho-radius-circle: 50%;
  --gho-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04);
  --gho-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
  --gho-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.06), 0 2px 4px -2px rgba(0, 0, 0, 0.04);
  --gho-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.06), 0 4px 6px -4px rgba(0, 0, 0, 0.04);
  --gho-shadow-overlay: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  --gho-blur-nav: blur(12px);
  --gho-font-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --gho-font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --gho-font-serif: 'STIX Two Text', Georgia, 'Times New Roman', serif;
  --gho-font-mono: 'SF Mono', SFMono-Regular, ui-monospace, Menlo, Consolas, monospace;
  --gho-prose-font: var(--gho-font-serif);
  --gho-prose-size: 1.25rem;
  --gho-prose-line-height: 1.6;
  --gho-prose-color: #30353c;
  --gho-prose-max-width: 720px;
  --gho-code-color: #dc0050;
  --gho-code-bg: #f0f6f9;
  --gho-code-border: #e1eaef;
  --gho-letter-spacing: -0.011em;
  --gho-letter-spacing-tight: -0.02em;
  --gho-letter-spacing-heading: -0.025em;
  --gho-display-xl: 800 3.5rem/1.1 var(--gho-font-heading);
  --gho-display-lg: 700 2.5rem/1.15 var(--gho-font-heading);
  --gho-display-md: 700 2rem/1.2 var(--gho-font-heading);
  --gho-display-sm: 700 1.5rem/1.3 var(--gho-font-heading);
  --gho-display-xs: 600 1.25rem/1.35 var(--gho-font-heading);
  --gho-display-xxs: 600 1.125rem/1.4 var(--gho-font-heading);
  --gho-text-lg: 400 1.125rem/1.6 var(--gho-font-body);
  --gho-text-base: 400 1rem/1.6 var(--gho-font-body);
  --gho-text-sm: 400 0.875rem/1.5 var(--gho-font-body);
  --gho-text-xs: 500 0.75rem/1.4 var(--gho-font-body);
  --gho-label-btn: 600 0.9375rem/1 var(--gho-font-body);
  --gho-label: 600 0.875rem/1 var(--gho-font-body);
  --gho-label-sm: 500 0.75rem/1 var(--gho-font-body);
  --gho-duration-fast: 150ms;
  --gho-duration-normal: 200ms;
  --gho-duration-slow: 300ms;
  --gho-ease: cubic-bezier(0.25, 0.1, 0.25, 1);
  --gho-ease-out: cubic-bezier(0, 0, 0.25, 1);
  --gho-space-1: 4px;
  --gho-space-2: 8px;
  --gho-space-3: 12px;
  --gho-space-4: 16px;
  --gho-space-5: 20px;
  --gho-space-6: 24px;
  --gho-space-8: 32px;
  --gho-space-10: 40px;
  --gho-space-12: 48px;
  --gho-space-16: 64px;
  --gho-space-20: 80px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gho.dark,
.dark .gho,
[data-theme=dark] .gho {
  --gho-primary: #FFFFFF;
  --gho-primary-rgb: 255, 255, 255;
  --gho-bg-body: #0E0E10;
  --gho-bg-surface: #161618;
  --gho-bg-elevated: #1E1E20;
  --gho-bg-section: #141416;
  --gho-bg-hover: rgba(255, 255, 255, 0.06);
  --gho-bg-active: rgba(255, 255, 255, 0.1);
  --gho-text: #F3F3F3;
  --gho-text-secondary: #9F9F9F;
  --gho-text-muted: #707070;
  --gho-text-faint: #505050;
  --gho-border-color: rgba(255, 255, 255, 0.08);
  --gho-border-subtle: 1px solid rgba(255, 255, 255, 0.04);
  --gho-border-strong: 1px solid rgba(255, 255, 255, 0.14);
  --gho-prose-color: #d0d0d0;
  --gho-code-color: #ff6b9d;
  --gho-code-bg: rgba(255, 255, 255, 0.06);
  --gho-code-border: rgba(255, 255, 255, 0.1);
  --gho-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.2);
  --gho-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  --gho-shadow-md: 0 4px 6px rgba(0, 0, 0, 0.25);
  --gho-shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.3);
  --gho-shadow-overlay: 0 25px 50px rgba(0, 0, 0, 0.5);
}

.gho-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
  text-decoration: none;
  font: var(--gho-label-btn);
  letter-spacing: var(--gho-letter-spacing);
  border-radius: var(--gho-radius-sm);
  padding: 10px 20px;
  border: none;
  background: var(--gho-primary);
  color: var(--gho-text-on-dark);
  transition: opacity var(--gho-duration-normal) var(--gho-ease);
}
.gho-btn:hover {
  opacity: 0.88;
}
.gho-btn:active {
  opacity: 0.8;
  transform: scale(0.99);
}
.gho-btn:focus-visible {
  outline: 2px solid var(--gho-primary);
  outline-offset: 2px;
}
.gho-btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.gho-btn:disabled, .gho-btn[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.gho-btn--rounded {
  border-radius: var(--gho-radius-lg);
  padding: 8px 18px;
}

.gho-btn--secondary {
  background: transparent;
  color: var(--gho-text);
  border: 1px solid var(--gho-border-color);
}
.gho-btn--secondary:hover {
  opacity: 1;
  background: var(--gho-bg-hover);
  border-color: var(--gho-gray-300);
}

.gho-btn--ghost {
  background: transparent;
  color: var(--gho-text);
  border: none;
}
.gho-btn--ghost:hover {
  opacity: 1;
  background: var(--gho-bg-hover);
}

.gho-btn--text {
  background: transparent;
  color: var(--gho-text);
  border: none;
  padding: 0;
  font: var(--gho-text-sm);
  font-weight: 500;
}
.gho-btn--text:hover {
  opacity: 0.7;
}

.gho-btn--arrow {
  background: transparent;
  color: var(--gho-text);
  border: none;
  padding: 0;
  font: var(--gho-text-base);
  font-weight: 500;
  gap: 4px;
}
.gho-btn--arrow::after {
  content: "→";
  transition: transform var(--gho-duration-fast) var(--gho-ease);
}
.gho-btn--arrow:hover {
  opacity: 1;
}
.gho-btn--arrow:hover::after {
  transform: translateX(3px);
}

.gho-btn--danger {
  background: var(--gho-error);
  color: #fff;
}
.gho-btn--danger:hover {
  opacity: 0.9;
}

.gho-btn--success {
  background: var(--gho-success);
  color: #fff;
}
.gho-btn--success:hover {
  opacity: 0.9;
}

.gho-btn--sm {
  padding: 6px 14px;
  font: var(--gho-label-sm);
}

.gho-btn--lg {
  padding: 14px 28px;
  font-size: 1rem;
}

.gho-btn--full {
  width: 100%;
}

.gho-btn--icon {
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: var(--gho-radius);
}
.gho-btn--icon svg {
  width: 18px;
  height: 18px;
}

.gho-btn--pill {
  border-radius: var(--gho-radius-pill);
}

.gho-card {
  background: var(--gho-bg-surface);
  border: var(--gho-border);
  border-radius: var(--gho-radius);
  overflow: hidden;
  transition: border-color var(--gho-duration-normal) var(--gho-ease), box-shadow var(--gho-duration-normal) var(--gho-ease);
}
.gho-card:hover {
  border-color: var(--gho-gray-300);
}

.gho-card__media {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.gho-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gho-card__body {
  padding: var(--gho-space-6);
}

.gho-card__title {
  font: var(--gho-display-xs);
  letter-spacing: var(--gho-letter-spacing-heading);
  color: var(--gho-text);
  margin: 0 0 var(--gho-space-2) 0;
}

.gho-card__subtitle {
  font: var(--gho-text-sm);
  color: var(--gho-text-muted);
  margin: 0 0 var(--gho-space-3) 0;
}

.gho-card__text {
  font: var(--gho-text-base);
  color: var(--gho-text-secondary);
  margin: 0;
  line-height: 1.6;
}

.gho-card__footer {
  padding: var(--gho-space-4) var(--gho-space-6);
  border-top: var(--gho-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gho-space-3);
}

.gho-card__actions {
  display: flex;
  gap: var(--gho-space-3);
  padding: 0 var(--gho-space-6) var(--gho-space-6);
}

.gho-card__meta {
  font: var(--gho-text-xs);
  color: var(--gho-text-faint);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.gho-card--elevated {
  border: none;
  box-shadow: var(--gho-shadow);
}
.gho-card--elevated:hover {
  box-shadow: var(--gho-shadow-md);
}

.gho-card--horizontal {
  display: flex;
  flex-direction: row;
}
.gho-card--horizontal .gho-card__media {
  width: 200px;
  flex-shrink: 0;
  aspect-ratio: auto;
}

.gho-card--flush .gho-card__media {
  aspect-ratio: auto;
}
.gho-card--flush .gho-card__body {
  padding: var(--gho-space-4);
}

.gho-card--pricing {
  text-align: center;
  padding: var(--gho-space-8) var(--gho-space-6);
}
.gho-card--pricing .gho-card__body {
  padding: 0;
}

.gho-card__price {
  font: var(--gho-display-lg);
  letter-spacing: var(--gho-letter-spacing-tight);
  color: var(--gho-text);
  margin: var(--gho-space-4) 0;
}

.gho-card__price-period {
  font: var(--gho-text-sm);
  color: var(--gho-text-muted);
}

.gho-card--testimonial {
  padding: var(--gho-space-6);
}
.gho-card--testimonial .gho-card__body {
  padding: 0;
}

.gho-card__quote {
  font: var(--gho-text-lg);
  color: var(--gho-text);
  font-style: italic;
  margin: 0 0 var(--gho-space-6) 0;
  line-height: 1.6;
}

.gho-card__author {
  display: flex;
  align-items: center;
  gap: var(--gho-space-3);
}

.gho-card__author-name {
  font: var(--gho-text-sm);
  font-weight: 600;
  color: var(--gho-text);
}

.gho-card__author-role {
  font: var(--gho-text-xs);
  color: var(--gho-text-muted);
}

.gho-card--theme .gho-card__media {
  aspect-ratio: 4/3;
  background: var(--gho-gray-50);
}
.gho-card--theme .gho-card__body {
  padding: var(--gho-space-4);
}
.gho-card--theme .gho-card__title {
  font: var(--gho-text-sm);
  font-weight: 600;
}

.gho-field {
  display: flex;
  flex-direction: column;
  gap: var(--gho-space-2);
}

.gho-field__label {
  font: var(--gho-label);
  color: var(--gho-text);
}

.gho-field__hint {
  font: var(--gho-text-xs);
  color: var(--gho-text-muted);
}

.gho-field--error .gho-input,
.gho-field--error .gho-select,
.gho-field--error .gho-textarea {
  border-color: var(--gho-error);
}
.gho-field--error .gho-field__hint {
  color: var(--gho-error);
}

.gho-field--disabled {
  opacity: 0.4;
  pointer-events: none;
}

.gho-input {
  width: 100%;
  height: 40px;
  padding: 0 var(--gho-space-3);
  font: var(--gho-text-sm);
  color: var(--gho-text);
  background: var(--gho-bg-surface);
  border: 1px solid var(--gho-border-color);
  border-radius: var(--gho-radius-sm);
  outline: none;
  transition: border-color var(--gho-duration-fast) var(--gho-ease), box-shadow var(--gho-duration-fast) var(--gho-ease);
}
.gho-input::placeholder {
  color: var(--gho-text-faint);
}
.gho-input:hover {
  border-color: var(--gho-gray-300);
}
.gho-input:focus {
  border-color: var(--gho-primary);
  box-shadow: 0 0 0 1px var(--gho-primary);
}
.gho-input:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.gho-input--search {
  border-radius: var(--gho-radius-lg);
  padding-left: 38px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239F9F9F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 12px center;
}

.gho-select {
  width: 100%;
  height: 40px;
  padding: 0 36px 0 var(--gho-space-3);
  font: var(--gho-text-sm);
  color: var(--gho-text);
  background: var(--gho-bg-surface);
  border: 1px solid var(--gho-border-color);
  border-radius: var(--gho-radius-sm);
  outline: none;
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23707070' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  transition: border-color var(--gho-duration-fast) var(--gho-ease);
}
.gho-select:hover {
  border-color: var(--gho-gray-300);
}
.gho-select:focus {
  border-color: var(--gho-primary);
  box-shadow: 0 0 0 1px var(--gho-primary);
}

.gho-textarea {
  width: 100%;
  min-height: 100px;
  padding: var(--gho-space-3);
  font: var(--gho-text-sm);
  color: var(--gho-text);
  background: var(--gho-bg-surface);
  border: 1px solid var(--gho-border-color);
  border-radius: var(--gho-radius-sm);
  outline: none;
  resize: vertical;
  transition: border-color var(--gho-duration-fast) var(--gho-ease);
}
.gho-textarea::placeholder {
  color: var(--gho-text-faint);
}
.gho-textarea:focus {
  border-color: var(--gho-primary);
  box-shadow: 0 0 0 1px var(--gho-primary);
}

.gho-toggle {
  position: relative;
  width: 44px;
  height: 24px;
  background: var(--gho-gray-200);
  border-radius: var(--gho-radius-pill);
  cursor: pointer;
  transition: background var(--gho-duration-fast) var(--gho-ease);
  border: none;
  padding: 0;
}
.gho-toggle::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: var(--gho-radius-circle);
  transition: transform var(--gho-duration-fast) var(--gho-ease);
  box-shadow: var(--gho-shadow-sm);
}
.gho-toggle.active, .gho-toggle[aria-checked=true] {
  background: var(--gho-primary);
}
.gho-toggle.active::after, .gho-toggle[aria-checked=true]::after {
  transform: translateX(20px);
}

.gho-checkbox {
  display: inline-flex;
  align-items: center;
  gap: var(--gho-space-2);
  cursor: pointer;
  font: var(--gho-text-sm);
  color: var(--gho-text);
}
.gho-checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: var(--gho-primary);
}

.gho-kbd {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 2px 6px;
  font: var(--gho-label-sm);
  font-size: 0.6875rem;
  color: var(--gho-text-faint);
  background: var(--gho-gray-50);
  border: 1px solid var(--gho-gray-200);
  border-radius: var(--gho-radius-sm);
}

.gho-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  font: var(--gho-label-sm);
  color: var(--gho-text-secondary);
  background: var(--gho-gray-50);
  border-radius: var(--gho-radius-sm);
  white-space: nowrap;
}

.gho-badge--success {
  color: #1a8a2a;
  background: var(--gho-success-bg);
}

.gho-badge--warning {
  color: #b07a00;
  background: var(--gho-warning-bg);
}

.gho-badge--error {
  color: #c4091d;
  background: var(--gho-error-bg);
}

.gho-badge--info {
  color: #0e82b4;
  background: var(--gho-info-bg);
}

.gho-badge--maintenance {
  color: #5c42c4;
  background: var(--gho-maintenance-bg);
}

.gho-badge--new {
  color: var(--gho-text-on-dark);
  background: var(--gho-primary);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.06em;
  padding: 2px 6px;
}

.gho-badge--outline {
  background: transparent;
  border: 1px solid var(--gho-border-color);
  color: var(--gho-text-secondary);
}

.gho-badge--dot::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: var(--gho-radius-circle);
  background: currentColor;
}

.gho-badge--sm {
  padding: 1px 6px;
  font-size: 0.625rem;
}

.gho-badge--lg {
  padding: 4px 12px;
  font-size: 0.8125rem;
}

.gho-avatar {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--gho-radius-circle);
  background: var(--gho-gray-100);
  color: var(--gho-text-secondary);
  font: var(--gho-label);
  overflow: hidden;
  flex-shrink: 0;
}
.gho-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gho-avatar__initials {
  font-weight: 600;
  text-transform: uppercase;
}

.gho-avatar--sm {
  width: 28px;
  height: 28px;
  font-size: 0.625rem;
}

.gho-avatar--lg {
  width: 56px;
  height: 56px;
  font-size: 1.125rem;
}

.gho-avatar--xl {
  width: 80px;
  height: 80px;
  font-size: 1.5rem;
}

.gho-avatar--bordered {
  border: 2px solid var(--gho-bg-surface);
  box-shadow: 0 0 0 1px var(--gho-border-color);
}

.gho-avatar__status {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: var(--gho-radius-circle);
  background: var(--gho-success);
  border: 2px solid var(--gho-bg-surface);
}

.gho-avatar__status--away {
  background: var(--gho-warning);
}

.gho-avatar__status--busy {
  background: var(--gho-error);
}

.gho-avatar__status--offline {
  background: var(--gho-gray-400);
}

.gho-avatar-group {
  display: flex;
}
.gho-avatar-group .gho-avatar {
  margin-left: -8px;
  border: 2px solid var(--gho-bg-surface);
}
.gho-avatar-group .gho-avatar:first-child {
  margin-left: 0;
}

.gho-alert {
  display: flex;
  gap: var(--gho-space-3);
  padding: var(--gho-space-4);
  border-radius: var(--gho-radius);
  border: var(--gho-border);
  border-left: 3px solid var(--gho-gray-400);
  background: var(--gho-bg-surface);
}

.gho-alert__icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  color: var(--gho-text-muted);
}
.gho-alert__icon svg {
  width: 100%;
  height: 100%;
}

.gho-alert__content {
  flex: 1;
  min-width: 0;
}

.gho-alert__title {
  font: var(--gho-text-sm);
  font-weight: 600;
  color: var(--gho-text);
  margin: 0 0 var(--gho-space-1) 0;
}

.gho-alert__body {
  font: var(--gho-text-sm);
  color: var(--gho-text-secondary);
  margin: 0;
  line-height: 1.6;
}

.gho-alert__dismiss {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: var(--gho-text-faint);
  cursor: pointer;
  padding: 0;
  border-radius: var(--gho-radius-sm);
  transition: color var(--gho-duration-fast) var(--gho-ease);
}
.gho-alert__dismiss:hover {
  color: var(--gho-text);
}

.gho-alert--info {
  border-left-color: var(--gho-info);
  background: var(--gho-info-bg);
}
.gho-alert--info .gho-alert__icon {
  color: var(--gho-info);
}

.gho-alert--success {
  border-left-color: var(--gho-success);
  background: var(--gho-success-bg);
}
.gho-alert--success .gho-alert__icon {
  color: var(--gho-success);
}

.gho-alert--warning {
  border-left-color: var(--gho-warning);
  background: var(--gho-warning-bg);
}
.gho-alert--warning .gho-alert__icon {
  color: var(--gho-warning);
}

.gho-alert--error {
  border-left-color: var(--gho-error);
  background: var(--gho-error-bg);
}
.gho-alert--error .gho-alert__icon {
  color: var(--gho-error);
}

.gho-alert--tip {
  border-left-color: var(--gho-maintenance);
  background: var(--gho-maintenance-bg);
}
.gho-alert--tip .gho-alert__icon {
  color: var(--gho-maintenance);
}

.gho-alert--banner {
  border: none;
  border-left: none;
  border-radius: 0;
  background: var(--gho-bg-section);
  padding: var(--gho-space-3) var(--gho-space-6);
  font: var(--gho-text-sm);
  color: var(--gho-text-muted);
  justify-content: center;
  text-align: center;
}

.gho-appbar {
  position: sticky;
  top: 0;
  z-index: 30;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: var(--gho-blur-nav);
  -webkit-backdrop-filter: var(--gho-blur-nav);
  border-bottom: var(--gho-border-subtle);
  transition: background var(--gho-duration-normal) var(--gho-ease);
}

.gho-appbar__row {
  display: flex;
  align-items: center;
  padding: 0 var(--gho-space-8);
  height: 64px;
  gap: var(--gho-space-6);
}

.gho-appbar__row--tabs {
  height: 48px;
  gap: var(--gho-space-6);
  border-top: var(--gho-border-subtle);
}

.gho-appbar__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}
.gho-appbar__logo svg, .gho-appbar__logo img {
  height: 28px;
  width: auto;
}

.gho-appbar__logo-text {
  font: var(--gho-display-xxs);
  font-weight: 800;
  letter-spacing: var(--gho-letter-spacing-tight);
  color: var(--gho-text);
  text-decoration: none;
}

.gho-appbar__spacer {
  flex: 1;
}

.gho-appbar__search {
  flex: 1;
  max-width: 400px;
}

.gho-appbar__links {
  display: flex;
  align-items: center;
  gap: var(--gho-space-5);
}

.gho-appbar__link {
  font: var(--gho-text-sm);
  font-weight: 500;
  color: var(--gho-text-secondary);
  text-decoration: none;
  transition: color var(--gho-duration-fast) var(--gho-ease);
}
.gho-appbar__link:hover {
  color: var(--gho-text);
}

.gho-appbar__actions {
  display: flex;
  align-items: center;
  gap: var(--gho-space-3);
}

.gho-appbar__tab {
  position: relative;
  display: flex;
  align-items: center;
  height: 48px;
  font: var(--gho-text-sm);
  font-weight: 500;
  color: var(--gho-text-secondary);
  text-decoration: none;
  transition: color var(--gho-duration-fast) var(--gho-ease);
}
.gho-appbar__tab:hover {
  color: var(--gho-text);
}
.gho-appbar__tab::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.5px;
  background: transparent;
  transition: background var(--gho-duration-fast) var(--gho-ease);
}
.gho-appbar__tab:hover::after {
  background: var(--gho-gray-200);
}

.gho-appbar__tab--active {
  color: var(--gho-text);
  font-weight: 600;
}
.gho-appbar__tab--active::after {
  background: var(--gho-primary);
}
.gho-appbar__tab--active:hover::after {
  background: var(--gho-primary);
}

.gho-appbar--fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.gho-appbar--dark,
.dark .gho-appbar {
  background: rgba(14, 14, 16, 0.85);
}
.gho-appbar--dark .gho-appbar__logo-text,
.dark .gho-appbar .gho-appbar__logo-text {
  color: var(--gho-text-on-dark);
}
.gho-appbar--dark .gho-appbar__link,
.dark .gho-appbar .gho-appbar__link {
  color: rgba(255, 255, 255, 0.6);
}
.gho-appbar--dark .gho-appbar__link:hover,
.dark .gho-appbar .gho-appbar__link:hover {
  color: #fff;
}
.gho-appbar--dark .gho-appbar__tab,
.dark .gho-appbar .gho-appbar__tab {
  color: rgba(255, 255, 255, 0.6);
}
.gho-appbar--dark .gho-appbar__tab:hover,
.dark .gho-appbar .gho-appbar__tab:hover {
  color: #fff;
}
.gho-appbar--dark .gho-appbar__tab--active,
.dark .gho-appbar .gho-appbar__tab--active {
  color: #fff;
}
.gho-appbar--dark .gho-appbar__tab--active::after,
.dark .gho-appbar .gho-appbar__tab--active::after {
  background: #fff;
}

.gho-navrail {
  width: 72px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--gho-bg-surface);
  border-right: var(--gho-border);
  padding: var(--gho-space-4) var(--gho-space-2);
  gap: var(--gho-space-1);
}

.gho-navrail__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  border-radius: var(--gho-radius);
  color: var(--gho-text-muted);
  text-decoration: none;
  cursor: pointer;
  transition: background var(--gho-duration-fast) var(--gho-ease), color var(--gho-duration-fast) var(--gho-ease);
}
.gho-navrail__item:hover {
  background: var(--gho-bg-hover);
  color: var(--gho-text);
}
.gho-navrail__item svg {
  width: 20px;
  height: 20px;
}

.gho-navrail__item--active {
  background: var(--gho-bg-active);
  color: var(--gho-text);
}

.gho-navrail__label {
  font: var(--gho-text-xs);
  text-align: center;
  margin-top: 2px;
  color: inherit;
}

.gho-navrail__divider {
  height: 1px;
  margin: var(--gho-space-2) var(--gho-space-3);
  background: var(--gho-border-color);
}

.gho-navrail__bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: var(--gho-space-1);
}

.gho-navrail--expanded {
  width: 288px;
  padding: var(--gho-space-6) var(--gho-space-4);
  gap: 0;
}
.gho-navrail--expanded .gho-navrail__item {
  width: 100%;
  height: auto;
  justify-content: flex-start;
  padding: 6px var(--gho-space-3);
  gap: var(--gho-space-3);
  margin: 0;
  border-radius: var(--gho-radius);
  font: var(--gho-text-sm);
  font-weight: 500;
  color: var(--gho-text-secondary);
}
.gho-navrail--expanded .gho-navrail__item:hover {
  color: var(--gho-text);
  background: var(--gho-bg-hover);
}
.gho-navrail--expanded .gho-navrail__item--active {
  color: var(--gho-text);
  background: var(--gho-bg-active);
  font-weight: 600;
}

.gho-navrail__section {
  font: var(--gho-label);
  color: var(--gho-text);
  padding: var(--gho-space-4) var(--gho-space-3) var(--gho-space-2);
}

.gho-navrail__icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: var(--gho-bg-surface);
  box-shadow: 0 0 0 1px rgba(var(--gho-primary-rgb), 0.07);
  flex-shrink: 0;
}
.gho-navrail__icon-box svg {
  width: 14px;
  height: 14px;
  color: var(--gho-text-muted);
}

.gho-navrail__group {
  padding-left: var(--gho-space-4);
}

.gho-tabs {
  display: flex;
  align-items: center;
  gap: var(--gho-space-6);
  border-bottom: var(--gho-border);
}

.gho-tab {
  position: relative;
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0;
  font: var(--gho-text-sm);
  font-weight: 500;
  color: var(--gho-text-secondary);
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: color var(--gho-duration-fast) var(--gho-ease);
}
.gho-tab:hover {
  color: var(--gho-text);
}
.gho-tab::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 1px;
  background: transparent;
}

.gho-tab--active {
  color: var(--gho-text);
  font-weight: 600;
}
.gho-tab--active::after {
  background: var(--gho-primary);
}

.gho-tabs--pills {
  border-bottom: none;
  gap: var(--gho-space-1);
  background: var(--gho-bg-code);
  padding: var(--gho-space-2) var(--gho-space-3);
  border-radius: var(--gho-radius-lg) var(--gho-radius-lg) 0 0;
}
.gho-tabs--pills .gho-tab {
  height: auto;
  padding: 6px 12px;
  border-radius: var(--gho-radius);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8125rem;
}
.gho-tabs--pills .gho-tab:hover {
  color: rgba(255, 255, 255, 0.8);
}
.gho-tabs--pills .gho-tab::after {
  display: none;
}
.gho-tabs--pills .gho-tab--active {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.gho-tabs--segment {
  border-bottom: none;
  gap: 0;
  background: var(--gho-gray-50);
  border-radius: var(--gho-radius);
  padding: 3px;
  display: inline-flex;
}
.gho-tabs--segment .gho-tab {
  height: auto;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 0.8125rem;
  font-weight: 500;
}
.gho-tabs--segment .gho-tab::after {
  display: none;
}
.gho-tabs--segment .gho-tab--active {
  background: var(--gho-bg-surface);
  box-shadow: var(--gho-shadow-sm);
  color: var(--gho-text);
}

.gho-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  font: var(--gho-text-sm);
  font-weight: 500;
  color: var(--gho-text-secondary);
  background: var(--gho-gray-50);
  border: none;
  border-radius: var(--gho-radius-pill);
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  transition: background var(--gho-duration-fast) var(--gho-ease), color var(--gho-duration-fast) var(--gho-ease);
}
.gho-chip:hover {
  background: var(--gho-gray-100);
  color: var(--gho-text);
}

.gho-chip--active {
  background: var(--gho-primary);
  color: var(--gho-text-on-dark);
}
.gho-chip--active:hover {
  background: var(--gho-primary);
  opacity: 0.88;
  color: var(--gho-text-on-dark);
}

.gho-chip--outline {
  background: transparent;
  border: 1px solid var(--gho-border-color);
}
.gho-chip--outline:hover {
  border-color: var(--gho-gray-300);
  background: var(--gho-bg-hover);
}

.gho-chip__remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-right: -4px;
  border: none;
  background: none;
  color: currentColor;
  opacity: 0.5;
  cursor: pointer;
  padding: 0;
}
.gho-chip__remove:hover {
  opacity: 1;
}
.gho-chip__remove svg {
  width: 12px;
  height: 12px;
}

.gho-chip__icon {
  width: 16px;
  height: 16px;
  margin-left: -2px;
  flex-shrink: 0;
}
.gho-chip__icon svg {
  width: 100%;
  height: 100%;
}

.gho-chip:disabled,
.gho-chip[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.gho-chip--sm {
  padding: 3px 10px;
  font-size: 0.75rem;
}

.gho-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--gho-space-6);
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--gho-duration-normal) var(--gho-ease), visibility var(--gho-duration-normal) var(--gho-ease);
}

.gho-modal-backdrop--open {
  opacity: 1;
  visibility: visible;
}

.gho-modal {
  width: 100%;
  max-width: 520px;
  max-height: calc(100vh - 48px);
  display: flex;
  flex-direction: column;
  background: var(--gho-bg-surface);
  border-radius: var(--gho-radius-lg);
  box-shadow: var(--gho-shadow-overlay);
  transform: translateY(8px) scale(0.98);
  transition: transform var(--gho-duration-normal) var(--gho-ease-out);
}
.gho-modal-backdrop--open .gho-modal {
  transform: translateY(0) scale(1);
}

.gho-modal--lg {
  max-width: 720px;
}

.gho-modal--sm {
  max-width: 400px;
}

.gho-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--gho-space-5) var(--gho-space-6);
  border-bottom: var(--gho-border);
}

.gho-modal__title {
  font: var(--gho-display-xs);
  letter-spacing: var(--gho-letter-spacing-heading);
  color: var(--gho-text);
  margin: 0;
}

.gho-modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  border-radius: var(--gho-radius);
  color: var(--gho-text-faint);
  cursor: pointer;
  transition: color var(--gho-duration-fast) var(--gho-ease), background var(--gho-duration-fast) var(--gho-ease);
}
.gho-modal__close:hover {
  color: var(--gho-text);
  background: var(--gho-bg-hover);
}
.gho-modal__close svg {
  width: 18px;
  height: 18px;
}

.gho-modal__body {
  padding: var(--gho-space-6);
  overflow-y: auto;
  font: var(--gho-text-base);
  color: var(--gho-text-secondary);
  line-height: 1.6;
}

.gho-modal__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--gho-space-3);
  padding: var(--gho-space-4) var(--gho-space-6);
  border-top: var(--gho-border);
}

.gho-modal--confirm {
  text-align: center;
}
.gho-modal--confirm .gho-modal__header {
  justify-content: center;
  border-bottom: none;
  padding-bottom: 0;
}
.gho-modal--confirm .gho-modal__body {
  padding-top: var(--gho-space-2);
}
.gho-modal--confirm .gho-modal__footer {
  justify-content: center;
}

.gho-article {
  max-width: var(--gho-prose-max-width);
  margin: 0 auto;
  padding: 0 var(--gho-space-6);
}

.gho-article__header {
  text-align: center;
  padding: 4vmin 0 0;
  margin-bottom: 3vmin;
}

.gho-article__meta {
  font: var(--gho-text-sm);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gho-text-muted);
  margin: 0 0 var(--gho-space-4) 0;
}

.gho-article__title {
  font: var(--gho-display-xl);
  letter-spacing: -0.03em;
  color: var(--gho-text);
  margin: 0;
}

.gho-article__excerpt {
  font-family: var(--gho-font-serif);
  font-size: 1.375rem;
  line-height: 1.5;
  color: var(--gho-text-secondary);
  margin: 1em 0 0;
}

.gho-article__byline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gho-space-3);
  margin-top: var(--gho-space-6);
  font: var(--gho-text-sm);
  color: var(--gho-text-muted);
}

.gho-article__byline-name {
  font-weight: 600;
  color: var(--gho-text);
}

.gho-article__feature-image {
  margin: 4vmin 0;
  width: 100%;
  border-radius: var(--gho-radius);
  overflow: hidden;
}
.gho-article__feature-image img {
  width: 100%;
  height: auto;
  display: block;
}

.gho-prose {
  font-family: var(--gho-prose-font);
  font-size: var(--gho-prose-size);
  line-height: var(--gho-prose-line-height);
  color: var(--gho-prose-color);
  letter-spacing: var(--gho-letter-spacing);
}
.gho-prose > * + * {
  margin-top: 1.6em;
}
.gho-prose h1, .gho-prose h2, .gho-prose h3, .gho-prose h4, .gho-prose h5, .gho-prose h6 {
  font-family: var(--gho-font-heading);
  font-weight: 700;
  line-height: 1.15;
  color: var(--gho-text);
  letter-spacing: -0.015em;
}
.gho-prose h1 {
  font-size: 2.875rem;
}
.gho-prose h2 {
  font-size: 2.25rem;
  margin-top: 2.4em;
}
.gho-prose h3 {
  font-size: 2rem;
  margin-top: 2em;
}
.gho-prose h4 {
  font-size: 1.625rem;
}
.gho-prose h5 {
  font-size: 1.5rem;
}
.gho-prose h6 {
  font-size: 1.375rem;
}
.gho-prose h1 + *, .gho-prose h2 + *, .gho-prose h3 + *, .gho-prose h4 + *, .gho-prose h5 + *, .gho-prose h6 + * {
  margin-top: 0.8em;
}
.gho-prose p {
  margin: 0;
}
.gho-prose a {
  color: var(--gho-text);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  text-decoration-skip-ink: auto;
  transition: color var(--gho-duration-fast) var(--gho-ease);
}
.gho-prose a:hover {
  color: var(--gho-text-secondary);
}
.gho-prose strong, .gho-prose b {
  font-weight: 700;
  color: var(--gho-text);
}
.gho-prose em, .gho-prose i {
  font-style: italic;
}
.gho-prose blockquote {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.4;
  color: var(--gho-text);
  padding: 0 0 0 1.5em;
  margin: 2em 0;
  border: none;
}
.gho-prose blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--gho-primary);
  border-radius: 2px;
}
.gho-prose blockquote p {
  margin: 0;
}
.gho-prose blockquote cite, .gho-prose blockquote footer {
  display: block;
  margin-top: 0.8em;
  font: var(--gho-text-sm);
  font-style: normal;
  color: var(--gho-text-muted);
}
.gho-prose blockquote cite::before, .gho-prose blockquote footer::before {
  content: "— ";
}
.gho-prose blockquote.gho-pullquote {
  font-family: var(--gho-font-serif);
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  padding: 0;
  color: var(--gho-text);
}
.gho-prose blockquote.gho-pullquote::before {
  display: none;
}
.gho-prose ul, .gho-prose ol {
  padding-left: 1.5em;
  margin: 0;
}
.gho-prose ul ul, .gho-prose ol ol, .gho-prose ul ol, .gho-prose ol ul {
  margin-top: 0.4em;
  padding-left: 1.2em;
}
.gho-prose li + li {
  margin-top: 0.5em;
}
.gho-prose li::marker {
  color: var(--gho-text-faint);
}
.gho-prose hr {
  border: none;
  border-top: 1px solid var(--gho-border-color);
  opacity: 0.5;
  margin: 3em 0;
  width: 100%;
}
.gho-prose :not(pre) > code {
  font-family: var(--gho-font-mono);
  font-size: 0.875em;
  font-weight: 400;
  color: var(--gho-code-color);
  background: var(--gho-code-bg);
  border: 1px solid var(--gho-code-border);
  border-radius: 0.25em;
  padding: 0.1em 0.35em;
}
.gho-prose pre {
  font-family: var(--gho-font-mono);
  font-size: 0.875rem;
  line-height: 1.6;
  background: var(--gho-bg-code);
  color: #e5e7eb;
  border-radius: var(--gho-radius);
  padding: var(--gho-space-5);
  overflow-x: auto;
  margin: 2em 0;
  -webkit-overflow-scrolling: touch;
}
.gho-prose pre code {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
}
.gho-prose img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: var(--gho-radius-sm);
}
.gho-prose figure {
  margin: 2em 0;
}
.gho-prose figure img {
  width: 100%;
}
.gho-prose figcaption {
  font-family: var(--gho-font-body);
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--gho-text-faint);
  text-align: center;
  padding: 0.8em 1em 0;
}
.gho-prose table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--gho-font-body);
  font-size: 0.9375rem;
  margin: 2em 0;
}
.gho-prose thead {
  border-bottom: 2px solid var(--gho-border-color);
}
.gho-prose th {
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: left;
  padding: 0.6em 0.8em;
  color: var(--gho-text);
}
.gho-prose td {
  padding: 0.5em 0.8em;
  border-bottom: 1px solid var(--gho-gray-100);
  color: var(--gho-text-secondary);
}
.gho-prose tbody tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.02);
}
.gho-prose kbd {
  font-family: var(--gho-font-mono);
  font-size: 0.8em;
  padding: 0.1em 0.4em;
  background: var(--gho-gray-50);
  border: 1px solid var(--gho-gray-200);
  border-radius: 3px;
  box-shadow: 0 1px 0 var(--gho-gray-200);
}
.gho-prose small {
  font-size: 0.8125em;
  color: var(--gho-text-muted);
}
.gho-prose mark {
  background: #cbeafb;
  color: inherit;
  padding: 0.05em 0.15em;
  border-radius: 2px;
}
.gho-prose abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
}

.gho-bookmark {
  display: flex;
  border: 1px solid var(--gho-border-color);
  border-radius: var(--gho-radius);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.08), 0 0 1px rgba(0, 0, 0, 0.2);
  transition: box-shadow var(--gho-duration-normal) var(--gho-ease);
}
.gho-bookmark:hover {
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.14), 0 0 1px rgba(0, 0, 0, 0.3);
}

.gho-bookmark__content {
  flex: 1;
  padding: var(--gho-space-4) var(--gho-space-5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.gho-bookmark__title {
  font-family: var(--gho-font-heading);
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--gho-text);
  margin: 0 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gho-bookmark__description {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--gho-text-muted);
  margin: 0 0 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gho-bookmark__meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: var(--gho-text-faint);
}

.gho-bookmark__icon {
  width: 16px;
  height: 16px;
  border-radius: 2px;
}

.gho-bookmark__thumbnail {
  width: 160px;
  flex-shrink: 0;
  overflow: hidden;
}
.gho-bookmark__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gho-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin: 2em 0;
}

.gho-gallery__item {
  flex: 1 1 auto;
  min-width: 200px;
  overflow: hidden;
  border-radius: var(--gho-radius-sm);
}
.gho-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gho-toggle {
  border: 1px solid var(--gho-border-color);
  border-radius: var(--gho-radius);
  overflow: hidden;
  margin: 1.6em 0;
}

.gho-toggle__head {
  display: flex;
  align-items: center;
  gap: var(--gho-space-3);
  padding: var(--gho-space-4) var(--gho-space-5);
  background: var(--gho-bg-surface);
  cursor: pointer;
  border: none;
  width: 100%;
  text-align: left;
  font-family: var(--gho-font-heading);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--gho-text);
  transition: background var(--gho-duration-fast) var(--gho-ease);
}
.gho-toggle__head:hover {
  background: var(--gho-bg-hover);
}

.gho-toggle__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--gho-text-faint);
  transition: transform var(--gho-duration-normal) var(--gho-ease);
}
.gho-toggle--open .gho-toggle__icon {
  transform: rotate(90deg);
}

.gho-toggle__content {
  display: none;
  padding: 0 var(--gho-space-5) var(--gho-space-5);
  font-family: var(--gho-font-serif);
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--gho-prose-color);
}
.gho-toggle--open .gho-toggle__content {
  display: block;
}

.gho-callout {
  display: flex;
  gap: var(--gho-space-3);
  padding: var(--gho-space-4) var(--gho-space-5);
  border-radius: var(--gho-radius);
  background: var(--gho-bg-section);
  margin: 1.6em 0;
}

.gho-callout__emoji {
  font-size: 1.25rem;
  line-height: 1.4;
  flex-shrink: 0;
}

.gho-callout__text {
  font-family: var(--gho-font-serif);
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--gho-prose-color);
}
.gho-callout__text p {
  margin: 0;
}
.gho-callout__text p + p {
  margin-top: 0.6em;
}

.gho-article-btn {
  display: flex;
  justify-content: center;
  margin: 2em 0;
}

.gho-wide {
  margin-left: -10vw;
  margin-right: -10vw;
  width: calc(100% + 20vw);
  max-width: none;
}

.gho-full {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  max-width: none;
}

.gho-toc {
  font-family: var(--gho-font-body);
  font-size: 0.875rem;
  line-height: 1.4;
  position: sticky;
  top: 80px;
}

.gho-toc__title {
  font: var(--gho-label);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--gho-text-faint);
  margin: 0 0 var(--gho-space-3) 0;
}

.gho-toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gho-toc__item {
  margin: 0;
}

.gho-toc__link {
  display: block;
  padding: 6px 0;
  color: var(--gho-text-muted);
  text-decoration: none;
  font-weight: 400;
  transition: color var(--gho-duration-fast) var(--gho-ease);
}
.gho-toc__link:hover {
  color: var(--gho-text);
}

.gho-toc__link--active {
  color: var(--gho-text);
  font-weight: 500;
}

.gho-toc__list .gho-toc__list {
  padding-left: var(--gho-space-4);
  font-size: 0.8125rem;
}

.gho-article__footer {
  margin-top: 4vmin;
  padding-top: var(--gho-space-8);
  border-top: 1px solid var(--gho-border-color);
}

.gho-article__tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gho-space-2);
  margin-bottom: var(--gho-space-6);
}

.gho-article__tag {
  font: var(--gho-text-sm);
  font-weight: 500;
  color: var(--gho-text-muted);
  text-decoration: none;
}
.gho-article__tag:hover {
  color: var(--gho-text);
}
.gho-article__tag::before {
  content: "#";
}

.gho-author-card {
  display: flex;
  gap: var(--gho-space-5);
  padding: var(--gho-space-6);
  background: var(--gho-bg-section);
  border-radius: var(--gho-radius);
}

.gho-author-card__bio {
  font: var(--gho-text-sm);
  color: var(--gho-text-secondary);
  line-height: 1.6;
  margin: var(--gho-space-2) 0 0;
}

.gho-subscribe {
  text-align: center;
  padding: var(--gho-space-12) var(--gho-space-6);
  background: var(--gho-bg-section);
  border-radius: var(--gho-radius-lg);
  margin: 4vmin 0;
}

.gho-subscribe__title {
  font: var(--gho-display-sm);
  letter-spacing: var(--gho-letter-spacing-heading);
  color: var(--gho-text);
  margin: 0 0 var(--gho-space-2) 0;
}

.gho-subscribe__text {
  font: var(--gho-text-base);
  color: var(--gho-text-secondary);
  margin: 0 0 var(--gho-space-6) 0;
}

.gho-subscribe__form {
  display: flex;
  gap: var(--gho-space-3);
  max-width: 420px;
  margin: 0 auto;
}
