:root {
  --blue:#328fca;
  --blue2:#64a7db;
  --navy:#06152d;
  --gold:#40a9e8;
  --gold2:#217db8;
  --ink:#102b4f;
  --muted:#60738a;
  --bg:#f3f7fb;
  --white:#fff;
  --line:#d9e4ee;
  --max:1320px;
  --radius:14px
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  margin:0;
  font-family:Inter,Arial,Helvetica,sans-serif;
  color:#24384e;
  background:var(--bg);
  line-height:1.68
}
img {
  display:block;
  max-width:100%;
  height:auto
}
a {
  color:inherit
}
.slotlounge-au-page-article {
  display:block
}
.slotlounge-au-schema-meta {
  display:none
}
.slotlounge-au-figure-intro {
  color:#24384e
}
.slotlounge-au-faq-schema,
.slotlounge-au-faq-item,
.slotlounge-au-faq-answer {
  display:block
}
.slotlounge-au-site-header {
  position:sticky;
  top:0;
  z-index:30;
  background:rgba(6,21,45,.97);
  border-bottom:1px solid #1d426a;
  box-shadow:0 8px 28px rgba(3,20,42,.28);
  backdrop-filter:blur(12px)
}
.slotlounge-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
}
.slotlounge-au-logo img {
  width:172px;
  max-height:54px;
  object-fit:contain;
  filter:none
}
.slotlounge-au-site-nav {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:4px;
  min-width:0;
  flex-wrap:wrap
}
.slotlounge-au-site-nav a {
  text-decoration:none;
  color:#dceeff;
  padding:8px 9px;
  border-radius:8px;
  border:1px solid transparent;
  background:#102b4f;
  font-size:13px;
  font-weight:800;
  white-space:nowrap;
  text-shadow:none
}
.slotlounge-au-site-nav a:hover,.slotlounge-au-site-nav a:focus-visible {
  background:#173a62;
  border-color:#3974a7;
  color:#fff;
  outline:0
}
.slotlounge-au-header-actions {
  display:flex;
  gap:9px
}
.slotlounge-au-btn,.slotlounge-au-header-actions a {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:11px 20px;
  border:1px solid #64a7db;
  border-radius:9px;
  background:linear-gradient(180deg,#55b7ee,var(--gold2));
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  font-size:13px;
  font-weight:900;
  box-shadow:0 8px 20px rgba(13,91,146,.28),inset 0 1px 0 rgba(255,255,255,.3);
  transition:.18s ease
}
.slotlounge-au-btn:hover,.slotlounge-au-header-actions a:hover {
  transform:translateY(-1px);
  background:#64bff1
}
.slotlounge-au-btn-dark {
  background:linear-gradient(180deg,#183a62,#0c2443)!important;
  border-color:#4779a7!important;
  color:#fff!important;
  box-shadow:0 8px 20px rgba(2,25,58,.34),inset 0 1px 0 rgba(255,255,255,.25)!important
}
.slotlounge-au-btn-dark:hover,.slotlounge-au-btn-dark:focus-visible {
  background:linear-gradient(180deg,#245383,#12355c)!important;
  border-color:#64a7db!important;
  color:#fff!important
}
.slotlounge-au-menu-toggle {
  display:none;
  width:44px;
  height:44px;
  border:1px solid #4779a7;
  border-radius:9px;
  background:#102b4f;
  color:#dceeff
}
.slotlounge-au-menu-toggle span {
  display:block;
  width:23px;
  height:3px;
  margin:5px auto;
  background:currentColor;
  border-radius:2px
}
.slotlounge-au-hero {
  color:#fff;
  background-color:var(--navy);
  background-size:cover;
  background-position:center
}
.slotlounge-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)
}
.slotlounge-au-hero-kicker {
  margin-bottom:12px;
  color:#9ed6ff;
  font-size:14px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase
}
.slotlounge-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)
}
.slotlounge-au-hero p {
  max-width:650px;
  margin:0 0 28px;
  font-size:18px;
  color:rgba(255,255,255,.93)
}
.slotlounge-au-section {
  padding:64px 22px
}
.slotlounge-au-container {
  width:100%;
  max-width:var(--max);
  margin:0 auto
}
.slotlounge-au-content-layout {
  display:grid;
  grid-template-columns:minmax(0,1fr) 310px;
  gap:30px;
  align-items:start
}
.slotlounge-au-content-card,.slotlounge-au-side-box {
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:0 15px 40px rgba(7,62,135,.08)
}
.slotlounge-au-content-card {
  padding:34px;
  min-width:0
}
.slotlounge-au-content-card h2 {
  scroll-margin-top:100px;
  margin:38px 0 14px;
  color:var(--ink);
  font-size:29px;
  line-height:1.2
}
.slotlounge-au-content-card h2:first-of-type {
  margin-top:32px
}
.slotlounge-au-content-card p {
  margin:0 0 20px
}
.slotlounge-au-content-card p strong,
.slotlounge-au-content-card li strong,
.slotlounge-au-content-card td strong {
  font-weight:750;
  color:#174e7a
}
.slotlounge-au-article-figure {
  margin:24px 0 32px;
  overflow:hidden;
  border:1px solid #cddce8;
  border-radius:12px;
  background:#edf4f9
}
.slotlounge-au-article-figure img {
  width:100%;
  aspect-ratio:16/7.4;
  object-fit:cover
}
.slotlounge-au-article-figure figcaption {
  padding:9px 13px;
  color:var(--muted);
  font-size:13px
}
.slotlounge-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
}
.slotlounge-au-sidebar {
  position:sticky;
  top:96px
}
.slotlounge-au-side-box {
  padding:20px
}
.slotlounge-au-side-box>strong {
  display:block;
  margin-bottom:13px;
  color:var(--ink);
  font-size:18px
}
.slotlounge-au-toc-nav {
  display:grid;
  gap:7px;
  margin-bottom:17px
}
.slotlounge-au-toc-nav a {
  padding:9px 10px;
  border-radius:8px;
  background:#edf4f9;
  color:#49627d;
  text-decoration:none;
  font-size:14px
}
.slotlounge-au-toc-nav a:hover {
  background:#dcecf7;
  color:var(--blue)
}
.slotlounge-au-side-box .slotlounge-au-btn {
  width:100%
}
.slotlounge-au-site-footer {
  padding:42px 22px;
  background:var(--navy);
  color:#eadcf0
}
.slotlounge-au-footer-main {
  display:grid;
  grid-template-columns:1.3fr .8fr .8fr;
  gap:40px;
  align-items:start
}
.slotlounge-au-footer-logo img {
  width:145px;
  margin-bottom:16px;
  padding:8px;
  border-radius:8px;
  background:#fff
}
.slotlounge-au-footer-main p {
  max-width:500px;
  margin:7px 0;
  color:#ccb7d2;
  font-size:14px
}
.slotlounge-au-footer-help,.slotlounge-au-footer-links {
  display:grid;
  gap:10px
}
.slotlounge-au-footer-help a,.slotlounge-au-footer-links a {
  color:#fff;
  text-decoration:none
}
.slotlounge-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
}
.slotlounge-au-hero-compact .slotlounge-au-hero-inner {
  min-height:320px
}
.slotlounge-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
}
.slotlounge-au-redirect img {
  width:180px;
  margin-bottom:24px
}
.slotlounge-au-redirect h1 {
  margin:0
}
.slotlounge-au-redirect p {
  color:#eadcf0
}
.slotlounge-au-redirect .slotlounge-au-btn {
  margin-top:10px
}
@media(max-width:1180px) {
  .slotlounge-au-header-inner {
    grid-template-columns:160px 1fr auto
  }
  .slotlounge-au-site-nav {
    grid-column:1/-1;
    grid-row:2
  }
  .slotlounge-au-content-layout {
    grid-template-columns:minmax(0,1fr) 280px
  }
}
@media(max-width:780px) {
  .slotlounge-au-header-inner {
    grid-template-columns:1fr 44px
  }
  .slotlounge-au-menu-toggle {
    display:block
  }
  .slotlounge-au-site-nav {
    display:none;
    grid-column:1/-1;
    grid-row:2
  }
  .slotlounge-au-site-nav.slotlounge-au-is-open {
    display:grid;
    grid-template-columns:repeat(2,1fr)
  }
  .slotlounge-au-header-actions {
    grid-column:1/-1;
    grid-row:3
  }
  .slotlounge-au-header-actions a {
    flex:1
  }
  .slotlounge-au-hero-inner {
    min-height:400px;
    grid-template-columns:1fr;
    padding:55px 20px
  }
  .slotlounge-au-content-layout,.slotlounge-au-footer-main {
    grid-template-columns:1fr
  }
  .slotlounge-au-sidebar {
    position:static
  }
  .slotlounge-au-content-card {
    padding:22px
  }
  .slotlounge-au-footer-main {
    gap:28px
  }
}
@media(max-width:430px) {
  .slotlounge-au-site-nav.slotlounge-au-is-open {
    grid-template-columns:1fr
  }
  .slotlounge-au-hero h1 {
    font-size:36px
  }
  .slotlounge-au-section {
    padding:40px 14px
  }
}
.slotlounge-au-content-card h3 {
  scroll-margin-top:100px;
  margin:28px 0 12px;
  color:var(--ink);
  font-size:21px;
  line-height:1.3
}
.slotlounge-au-content-card ul,.slotlounge-au-content-card ol {
  margin:0 0 24px;
  padding-left:24px
}
.slotlounge-au-content-card li {
  margin:7px 0
}
.slotlounge-au-content-card table {
  width:100%;
  margin:24px 0;
  border-collapse:collapse;
  font-size:14px
}
.slotlounge-au-content-card th,.slotlounge-au-content-card td {
  padding:11px 12px;
  border:1px solid var(--line);
  text-align:left;
  vertical-align:top
}
.slotlounge-au-content-card th {
  background:var(--blue);
  color:#fff
}
.slotlounge-au-content-card tr:nth-child(even) td {
  background:#f1f6fa
}
.slotlounge-au-table-scroll {
  max-width:100%;
  overflow-x:auto
}
.slotlounge-au-table-scroll table {
  min-width:640px
}
.slotlounge-au-toc-nav {
  max-height:60vh;
  padding-right:4px;
  overflow:auto
}
@media(max-width:780px) {
  .slotlounge-au-content-card table {
    display:block;
    max-width:100%;
    overflow-x:auto
  }
  .slotlounge-au-content-card thead,.slotlounge-au-content-card tbody {
    min-width:620px
  }
}
