.elementor-kit-53{--e-global-color-primary:#C084FC;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#C4D84A;--e-global-color-e08d83b:#8B5CF6;--e-global-color-a5b1496:#D4A853;--e-global-color-c5c9985:#8A6A2A;--e-global-color-3c8d446:#0A0A0F;--e-global-color-f01ed77:#2A2640;--e-global-color-3ca95d2:#4A4568;--e-global-color-e083207:#14121F;--e-global-color-d3fd188:#E8E0F0;--e-global-color-acafbe9:#C8C0D8;--e-global-color-bd5e4b5:#C084FC;--e-global-color-006da26:#1A1828;--e-global-color-07262d4:#7A7494;--e-global-color-e9ef2a3:#9B1C3A;--e-global-color-e667f57:#1A1828;--e-global-color-773170a:#060810;--e-global-color-5147eea:#3D0020;--e-global-color-78f4f7c:#6B0030;--e-global-color-7e5a5b2:#C2536A;--e-global-typography-primary-font-family:"Cinzel";--e-global-typography-primary-font-size:32px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Cinzel";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Cormorant Garamond";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Share Tech Mono";--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:15px;--e-global-typography-9edcea8-font-family:"Cinzel";color:var( --e-global-color-d3fd188 );font-family:"Cormorant Garamond", Sans-serif;font-size:18px;font-weight:400;background-color:#060810;}.elementor-kit-53 a{color:var( --e-global-color-text );font-family:"Cormorant Garamond", Sans-serif;font-size:16px;}.elementor-kit-53 h1{color:var( --e-global-color-bd5e4b5 );}.elementor-kit-53 h2{color:var( --e-global-color-bd5e4b5 );font-family:"Cinzel", Sans-serif;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:5px;--container-default-padding-right:5px;--container-default-padding-bottom:5px;--container-default-padding-left:5px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-53 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-description{color:#B6B6B6;}.site-header .site-navigation ul.menu li a{color:#00FFFF;}.site-header .site-navigation-toggle .site-navigation-toggle-icon{color:#FE00FF;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@keyframes slowspin {
  to { transform: rotate(360deg); }
}

/* Hide CF7's default wrappers */
.wpcf7 form { display: flex; flex-direction: column; gap: 0; }
.wpcf7-form-control-wrap { display: block; width: 100%; }

/* Field container */
.wpcf7 p {
  margin: 0 0 2px 0;
  background: #1a1828;
  border: 1px solid #2a2640;
  padding: 0.9rem 1.4rem 0.8rem;
  transition: border-color 0.2s;
}
.wpcf7 p:focus-within { border-color: #8b5cf6; }

/* Inputs and textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-family: 'Crimson Pro', Georgia, serif;
  font-size: 1rem;
  color: #e8e0f0;
  padding: 0;
  caret-color: #c084fc;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #4a4568;
  font-style: italic;
}

.wpcf7 textarea { min-height: 160px; resize: none; }

/* Select */
.wpcf7 select {
  appearance: none;
  cursor: pointer;
  color: #7a7494;
}
.wpcf7 select option { background: #1a1828; }

/* Submit button */
.wpcf7 input[type="submit"] {
  font-family: 'Share Tech Mono', monospace;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 1.1rem 2.5rem;
  background: #8b5cf6;
  color: white;
  border: none;
  cursor: pointer;
  transition: all 0.25s;
  align-self: flex-end;
}
.wpcf7 input[type="submit"]:hover {
  background: #c084fc;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(139,92,246,0.3);
}

/* Response message */
.wpcf7-response-output {
  font-family: 'Share Tech Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  padding: 0.8rem 1.2rem;
  margin-top: 1rem !important;
  border: 1px solid #8b5cf6 !important;
  color: #c084fc;
  background: rgba(139,92,246,0.08);
}

/* Validation errors */
.wpcf7-not-valid-tip {
  font-family: 'Share Tech Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  color: #9b1c3a;
  margin-top: 0.3rem;
}

/* ═══════════════════════════════════
   CF7 RESET — strip all default styles
═══════════════════════════════════ */
.wpcf7 form,
.wpcf7 form p {
  margin: 0;
  padding: 0;
  display: block;
}

/* Remove CF7's default paragraph spacing */
.wpcf7 br { display: none; }

/* ═══════════════════════════════════
   LAYOUT — rows and field wrappers
═══════════════════════════════════ */

/* Two-column row */
.cf7-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-bottom: 2px;
}

/* Full-width row */
.cf7-row.cf7-full {
  grid-template-columns: 1fr;
}

/* Individual field box */
.cf7-field {
  background: #1a1828;
  border: 1px solid #2a2640;
  padding: 0.9rem 1.4rem 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  transition: border-color 0.25s;
}

.cf7-field:focus-within {
  border-color: #8b5cf6;
}

/* Bottom accent line on focus */
.cf7-field {
  position: relative;
}
.cf7-field::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: #8b5cf6;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.cf7-field:focus-within::after {
  transform: scaleX(1);
}

/* ═══════════════════════════════════
   LABELS
═══════════════════════════════════ */
.cf7-label {
  font-family: 'Share Tech Mono', monospace;
  font-size: 0.55rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #4a4568;
  display: block;
  transition: color 0.2s;
}

.cf7-field:focus-within .cf7-label {
  color: #c084fc;
}

/* ═══════════════════════════════════
   INPUTS, TEXTAREA, SELECT
═══════════════════════════════════ */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-family: 'Crimson Pro', Georgia, serif;
  font-size: 1rem;
  color: #e8e0f0;
  padding: 0;
  margin: 0;
  caret-color: #c084fc;
  /* Remove browser default styles */
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.wpcf7 input[type="text"]::placeholder,
.wpcf7 input[type="email"]::placeholder,
.wpcf7 textarea::placeholder {
  color: #4a4568;
  font-style: italic;
  font-size: 0.95rem;
}

.wpcf7 textarea {
  min-height: 160px;
  resize: none;
  line-height: 1.7;
}

.wpcf7 select {
  cursor: pointer;
  color: #7a7494;
}

.wpcf7 select option {
  background: #1a1828;
  color: #c8c0d8;
}

/* CF7 wraps fields in a span — make it block so it fills the parent */
.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* ═══════════════════════════════════
   SUBMIT ROW
═══════════════════════════════════ */
.cf7-submit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 2px;
  flex-wrap: wrap;
}

.cf7-note {
  font-family: 'Share Tech Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  color: #4a4568;
  line-height: 1.7;
  max-width: 300px;
  font-style: italic;
  margin: 0;
}

/* Submit button */
.wpcf7 input[type="submit"] {
  font-family: 'Share Tech Mono', monospace;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 1.1rem 2.5rem;
  background: #8b5cf6;
  color: white;
  border: none;
  cursor: pointer;
  transition: all 0.25s;
  flex-shrink: 0;
}

.wpcf7 input[type="submit"]:hover {
  background: #c084fc;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(139,92,246,0.3);
}

/* ═══════════════════════════════════
   VALIDATION & RESPONSE
═══════════════════════════════════ */
.wpcf7-not-valid-tip {
  font-family: 'Share Tech Mono', monospace;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  color: #9b1c3a;
  margin-top: 0.3rem;
  display: block;
}

.wpcf7-response-output {
  font-family: 'Share Tech Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  padding: 0.8rem 1.2rem !important;
  margin: 1rem 0 0 0 !important;
  border: 1px solid #8b5cf6 !important;
  color: #c084fc;
  background: rgba(139,92,246,0.08);
  border-radius: 0 !important;
}

/* Error state */
.wpcf7-response-output.wpcf7-validation-errors {
  border-color: #9b1c3a !important;
  color: #c2536a;
  background: rgba(155,28,58,0.08);
}

/* Invalid field highlight */
.wpcf7 .wpcf7-not-valid {
  border-bottom: 1px solid #9b1c3a;
}

/* ── Character Sheet Wrap ── */
.cs-wrap {
  font-family: 'Crimson Pro', Georgia, serif;
  padding: 1rem 0;
}

.cs-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.cs-title {
  font-family: 'Cinzel', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--light);
  letter-spacing: 0.05em;
}

.cs-subtitle {
  font-family: 'Share Tech Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ── Tabs ── */
.cs-tabs {
  display: flex;
  border-bottom: 1px solid var(--border);
  margin-bottom: 1.5rem;
}

.cs-tab {
  font-family: 'Share Tech Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.7rem 1.4rem;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  color: var(--muted);
  cursor: pointer;
  transition: all 0.2s;
}

.cs-tab:hover { color: var(--text); }

.cs-tab.active {
  color: var(--accent2);
  border-bottom-color: var(--accent);
}

/* ── Panels ── */
.cs-panel { display: none; }
.cs-panel.active { display: block; }

/* ── Skill Rows ── */
.cs-skill-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cs-skill-row {
  display: grid;
  grid-template-columns: 180px 1fr 52px;
  align-items: center;
  gap: 14px;
}

.cs-skill-name {
  font-family: 'Crimson Pro', serif;
  font-size: 1rem;
  color: var(--text);
}

.cs-skill-name.legendary {
  color: #c084fc;
  font-weight: 600;
}

/* ── Bar Track ── */
.cs-bar-track {
  height: 12px;
  background: var(--surface);
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}

/* Pip dividers */
.cs-bar-track::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    90deg,
    transparent,
    transparent calc(20% - 1px),
    var(--ink) calc(20% - 1px),
    var(--ink) 20%
  );
  pointer-events: none;
  z-index: 2;
}

/* ── Bar Fill ── */
.cs-bar-fill {
  height: 100%;
  position: relative;
  transition: width 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
}

.cs-bar-fill.legendary { background: #8b5cf6; }
.cs-bar-fill.expert    { background: #378ADD; }
.cs-bar-fill.skilled   { background: #1D9E75; }
.cs-bar-fill.trained   { background: #4a4568; }

/* ── Level Label ── */
.cs-skill-level {
  font-family: 'Share Tech Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-align: right;
  color: var(--muted);
}

.cs-skill-level.legendary { color: #c084fc; }
.cs-skill-level.expert    { color: #60a5fa; }
.cs-skill-level.skilled   { color: #34d399; }

/* ── Legend ── */
.cs-legend {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
}

.cs-legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Share Tech Mono', monospace;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.cs-pip {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.cs-pip.legendary { background: #8b5cf6; }
.cs-pip.expert    { background: #378ADD; }
.cs-pip.skilled   { background: #1D9E75; }
.cs-pip.trained   { background: #4a4568; }


/* Target the last section before footer */
.elementor-section:last-of-type,
.e-con:last-of-type {
  margin-bottom: 10;
  padding-bottom: 10;
}

/* Target the footer section directly */
footer.elementor-section,
.elementor-location-footer .e-con:first-child {
  margin-top: 0;
  padding-top: 0;
}/* End custom CSS */