:root {
  --blue:#7618c7;
  --blue2:#a22ee8;
  --navy:#16051f;
  --gold:#ff158f;
  --gold2:#c30970;
  --ink:#43145f;
  --muted:#76657f;
  --bg:#f8f3fb;
  --white:#fff;
  --line:#eadced;
  --max:1320px;
  --radius:14px
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  margin:0;
  font-family:Inter,Arial,Helvetica,sans-serif;
  color:#392c41;
  background:var(--bg);
  line-height:1.68
}
img {
  display:block;
  max-width:100%;
  height:auto
}
a {
  color:inherit
}
.cuntspin-au-page-article {
  display:block
}
.cuntspin-au-schema-meta {
  display:none
}
.cuntspin-au-figure-intro {
  color:#392c41
}
.cuntspin-au-faq-schema,
.cuntspin-au-faq-item,
.cuntspin-au-faq-answer {
  display:block
}
.cuntspin-au-site-header {
  position:sticky;
  top:0;
  z-index:30;
  background:rgba(255,255,255,.97);
  border-bottom:1px solid #e6d5eb;
  box-shadow:0 8px 28px rgba(3,29,69,.14);
  backdrop-filter:blur(12px)
}
.cuntspin-au-header-inner {
  min-height:76px;
  width:100%;
  padding:10px 24px;
  display:grid;
  grid-template-columns:180px minmax(0,1fr) auto;
  align-items:center;
  gap:20px
}
.cuntspin-au-logo img {
  width:172px;
  max-height:54px;
  object-fit:contain;
  filter:none
}
.cuntspin-au-site-nav {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:4px;
  min-width:0;
  flex-wrap:wrap
}
.cuntspin-au-site-nav a {
  text-decoration:none;
  color:#51216b;
  padding:8px 9px;
  border-radius:8px;
  border:1px solid transparent;
  background:#faf5fd;
  font-size:13px;
  font-weight:800;
  white-space:nowrap;
  text-shadow:none
}
.cuntspin-au-site-nav a:hover,.cuntspin-au-site-nav a:focus-visible {
  background:#f2e2fa;
  border-color:#d9afe9;
  color:var(--blue);
  outline:0
}
.cuntspin-au-header-actions {
  display:flex;
  gap:9px
}
.cuntspin-au-btn,.cuntspin-au-header-actions a {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:11px 20px;
  border:1px solid #c30970;
  border-radius:9px;
  background:linear-gradient(180deg,#ff3ca8,var(--gold));
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  font-size:13px;
  font-weight:900;
  box-shadow:0 8px 20px rgba(152,0,20,.2),inset 0 1px 0 rgba(255,255,255,.3);
  transition:.18s ease
}
.cuntspin-au-btn:hover,.cuntspin-au-header-actions a:hover {
  transform:translateY(-1px);
  background:#ff4db1
}
.cuntspin-au-btn-dark {
  background:linear-gradient(180deg,#7d32a8,#542070)!important;
  border-color:#b66fd1!important;
  color:#fff!important;
  box-shadow:0 8px 20px rgba(2,25,58,.34),inset 0 1px 0 rgba(255,255,255,.25)!important
}
.cuntspin-au-btn-dark:hover,.cuntspin-au-btn-dark:focus-visible {
  background:linear-gradient(180deg,#9e45cc,#6f2894)!important;
  border-color:#dda8ee!important;
  color:#fff!important
}
.cuntspin-au-menu-toggle {
  display:none;
  width:44px;
  height:44px;
  border:1px solid #c7a0d6;
  border-radius:9px;
  background:#f7edf9;
  color:var(--blue)
}
.cuntspin-au-menu-toggle span {
  display:block;
  width:23px;
  height:3px;
  margin:5px auto;
  background:currentColor;
  border-radius:2px
}
.cuntspin-au-hero {
  color:#fff;
  background-color:var(--navy);
  background-size:cover;
  background-position:center
}
.cuntspin-au-hero-inner {
  min-height:460px;
  padding:74px max(24px,calc((100vw - var(--max))/2));
  display:grid;
  grid-template-columns:minmax(300px,650px) 1fr;
  align-items:center;
  background:linear-gradient(90deg,rgba(4,39,86,.78),transparent)
}
.cuntspin-au-hero-kicker {
  margin-bottom:12px;
  color:#ffb4e4;
  font-size:14px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase
}
.cuntspin-au-hero h1 {
  margin:0 0 18px;
  font-size:clamp(38px,4.3vw,64px);
  line-height:1.05;
  text-shadow:0 3px 20px rgba(0,0,0,.36)
}
.cuntspin-au-hero p {
  max-width:650px;
  margin:0 0 28px;
  font-size:18px;
  color:rgba(255,255,255,.93)
}
.cuntspin-au-section {
  padding:64px 22px
}
.cuntspin-au-container {
  width:100%;
  max-width:var(--max);
  margin:0 auto
}
.cuntspin-au-content-layout {
  display:grid;
  grid-template-columns:minmax(0,1fr) 310px;
  gap:30px;
  align-items:start
}
.cuntspin-au-content-card,.cuntspin-au-side-box {
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:0 15px 40px rgba(7,62,135,.08)
}
.cuntspin-au-content-card {
  padding:34px;
  min-width:0
}
.cuntspin-au-content-card h2 {
  scroll-margin-top:100px;
  margin:38px 0 14px;
  color:var(--ink);
  font-size:29px;
  line-height:1.2
}
.cuntspin-au-content-card h2:first-of-type {
  margin-top:32px
}
.cuntspin-au-content-card p {
  margin:0 0 20px
}
.cuntspin-au-content-card p strong,
.cuntspin-au-content-card li strong,
.cuntspin-au-content-card td strong {
  font-weight:750;
  color:#55206e
}
.cuntspin-au-article-figure {
  margin:24px 0 32px;
  overflow:hidden;
  border:1px solid #dfcce4;
  border-radius:12px;
  background:#f5eaf8
}
.cuntspin-au-article-figure img {
  width:100%;
  aspect-ratio:16/7.4;
  object-fit:cover
}
.cuntspin-au-article-figure figcaption {
  padding:9px 13px;
  color:var(--muted);
  font-size:13px
}
.cuntspin-au-article-meta {
  display:flex;
  gap:8px;
  margin-top:32px;
  padding-top:18px;
  border-top:1px solid var(--line);
  color:var(--muted);
  font-size:13px
}
.cuntspin-au-sidebar {
  position:sticky;
  top:96px
}
.cuntspin-au-side-box {
  padding:20px
}
.cuntspin-au-side-box>strong {
  display:block;
  margin-bottom:13px;
  color:var(--ink);
  font-size:18px
}
.cuntspin-au-toc-nav {
  display:grid;
  gap:7px;
  margin-bottom:17px
}
.cuntspin-au-toc-nav a {
  padding:9px 10px;
  border-radius:8px;
  background:#f7edf9;
  color:#6b4c76;
  text-decoration:none;
  font-size:14px
}
.cuntspin-au-toc-nav a:hover {
  background:#eedcf4;
  color:var(--blue)
}
.cuntspin-au-side-box .cuntspin-au-btn {
  width:100%
}
.cuntspin-au-site-footer {
  padding:42px 22px;
  background:var(--navy);
  color:#eadcf0
}
.cuntspin-au-footer-main {
  display:grid;
  grid-template-columns:1.3fr .8fr .8fr;
  gap:40px;
  align-items:start
}
.cuntspin-au-footer-logo img {
  width:145px;
  margin-bottom:16px;
  padding:8px;
  border-radius:8px;
  background:#fff
}
.cuntspin-au-footer-main p {
  max-width:500px;
  margin:7px 0;
  color:#ccb7d2;
  font-size:14px
}
.cuntspin-au-footer-help,.cuntspin-au-footer-links {
  display:grid;
  gap:10px
}
.cuntspin-au-footer-help a,.cuntspin-au-footer-links a {
  color:#fff;
  text-decoration:none
}
.cuntspin-au-footer-help strong {
  display:flex;
  width:54px;
  height:54px;
  align-items:center;
  justify-content:center;
  border:3px solid #fff;
  border-radius:50%;
  color:#fff;
  font-size:20px
}
.cuntspin-au-hero-compact .cuntspin-au-hero-inner {
  min-height:320px
}
.cuntspin-au-redirect {
  min-height:100vh;
  padding:32px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:linear-gradient(135deg,var(--navy),var(--blue2));
  color:#fff
}
.cuntspin-au-redirect img {
  width:180px;
  margin-bottom:24px
}
.cuntspin-au-redirect h1 {
  margin:0
}
.cuntspin-au-redirect p {
  color:#eadcf0
}
.cuntspin-au-redirect .cuntspin-au-btn {
  margin-top:10px
}
@media(max-width:1180px) {
  .cuntspin-au-header-inner {
    grid-template-columns:160px 1fr auto
  }
  .cuntspin-au-site-nav {
    grid-column:1/-1;
    grid-row:2
  }
  .cuntspin-au-content-layout {
    grid-template-columns:minmax(0,1fr) 280px
  }
}
@media(max-width:780px) {
  .cuntspin-au-header-inner {
    grid-template-columns:1fr 44px
  }
  .cuntspin-au-menu-toggle {
    display:block
  }
  .cuntspin-au-site-nav {
    display:none;
    grid-column:1/-1;
    grid-row:2
  }
  .cuntspin-au-site-nav.cuntspin-au-is-open {
    display:grid;
    grid-template-columns:repeat(2,1fr)
  }
  .cuntspin-au-header-actions {
    grid-column:1/-1;
    grid-row:3
  }
  .cuntspin-au-header-actions a {
    flex:1
  }
  .cuntspin-au-hero-inner {
    min-height:400px;
    grid-template-columns:1fr;
    padding:55px 20px
  }
  .cuntspin-au-content-layout,.cuntspin-au-footer-main {
    grid-template-columns:1fr
  }
  .cuntspin-au-sidebar {
    position:static
  }
  .cuntspin-au-content-card {
    padding:22px
  }
  .cuntspin-au-footer-main {
    gap:28px
  }
}
@media(max-width:430px) {
  .cuntspin-au-site-nav.cuntspin-au-is-open {
    grid-template-columns:1fr
  }
  .cuntspin-au-hero h1 {
    font-size:36px
  }
  .cuntspin-au-section {
    padding:40px 14px
  }
}
.cuntspin-au-content-card h3 {
  scroll-margin-top:100px;
  margin:28px 0 12px;
  color:var(--ink);
  font-size:21px;
  line-height:1.3
}
.cuntspin-au-content-card ul,.cuntspin-au-content-card ol {
  margin:0 0 24px;
  padding-left:24px
}
.cuntspin-au-content-card li {
  margin:7px 0
}
.cuntspin-au-content-card table {
  width:100%;
  margin:24px 0;
  border-collapse:collapse;
  font-size:14px
}
.cuntspin-au-content-card th,.cuntspin-au-content-card td {
  padding:11px 12px;
  border:1px solid var(--line);
  text-align:left;
  vertical-align:top
}
.cuntspin-au-content-card th {
  background:var(--blue);
  color:#fff
}
.cuntspin-au-content-card tr:nth-child(even) td {
  background:#f8f1fa
}
.cuntspin-au-table-scroll {
  max-width:100%;
  overflow-x:auto
}
.cuntspin-au-table-scroll table {
  min-width:640px
}
.cuntspin-au-toc-nav {
  max-height:60vh;
  padding-right:4px;
  overflow:auto
}
@media(max-width:780px) {
  .cuntspin-au-content-card table {
    display:block;
    max-width:100%;
    overflow-x:auto
  }
  .cuntspin-au-content-card thead,.cuntspin-au-content-card tbody {
    min-width:620px
  }
}
