:root {
  --black: #030303;
  --navy: #080604;
  --indigo: #2b170d;
  --panel: #12100f;
  --panel2: #1d1510;
  --gold: #ff5a00;
  --gold2: #ff7a1a;
  --cyan: #ff5a00;
  --blue: #a93700;
  --text: #fff;
  --muted: #c7bdb7;
  --line: rgba(255, 90, 0, 0.28);
  --max: 1320px;
  --radius: 15px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--black);
}
body {
  margin: 0;
  color: var(--text);
  font-family: Quicksand, Arial, sans-serif;
  line-height: 1.7;
  background:
    radial-gradient(circle at 3% 28%, rgba(255, 90, 0, 0.13), transparent 22rem),
    radial-gradient(circle at 96% 72%, rgba(255, 90, 0, 0.1), transparent 24rem), #050403;
  background-attachment: fixed;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
}
.goospin-au26-container {
  width: min(var(--max), calc(100% - 40px));
  margin: auto;
}
.goospin-au26-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 2px solid var(--gold);
  background: rgba(8, 7, 6, 0.98);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.55);
}
.goospin-au26-header-inner {
  width: min(var(--max), calc(100% - 40px));
  min-height: 78px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 22px;
}
.goospin-au26-logo {
  flex: 0 0 auto;
}
.goospin-au26-logo img {
  width: 222px;
  max-height: 58px;
  object-fit: contain;
}
.goospin-au26-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  flex: 1;
}
.goospin-au26-nav > a,
.goospin-au26-dropdown > button {
  position: relative;
  display: block;
  padding: 12px 10px;
  border: 0;
  background: none;
  color: #fff;
  text-decoration: none;
  font:
    800 12px/1.2 Quicksand,
    Arial,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  cursor: pointer;
}
.goospin-au26-nav > a:after,
.goospin-au26-dropdown > button:after {
  position: absolute;
  right: 10px;
  bottom: 4px;
  left: 10px;
  height: 2px;
  background: var(--cyan);
  content: "";
  transform: scaleX(0);
  transition: 0.2s;
}
.goospin-au26-nav > a:hover,
.goospin-au26-dropdown > button:hover {
  color: var(--gold2);
}
.goospin-au26-nav > a:hover:after,
.goospin-au26-dropdown > button:hover:after {
  transform: scaleX(1);
}
.goospin-au26-dropdown {
  position: relative;
}
.goospin-au26-dropdown > div {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 205px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #15110e;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.65);
  transform: translateX(-50%);
}
.goospin-au26-dropdown:hover > div,
.goospin-au26-dropdown:focus-within > div {
  display: flex;
  flex-direction: column;
}
.goospin-au26-dropdown > div a {
  padding: 10px 12px;
  border-radius: 7px;
  color: #f5eee9;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}
.goospin-au26-dropdown > div a:hover {
  background: #2c1a11;
  color: var(--gold2);
}
.goospin-au26-actions {
  display: flex;
  gap: 9px;
}
.goospin-au26-cta,
.goospin-au26-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 11px 21px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  transition:
    transform 0.2s,
    filter 0.2s,
    box-shadow 0.2s;
}
.goospin-au26-cta {
  border: 1px solid #ff8a32;
  background: linear-gradient(180deg, #ff7a1a, var(--gold));
  color: #fff;
  box-shadow: 0 7px 20px rgba(255, 90, 0, 0.28);
}
.goospin-au26-login {
  border: 1px solid #ff8a32;
  background: linear-gradient(180deg, #ff6a0a, #d84400);
  color: #fff;
  box-shadow: 0 7px 20px rgba(255, 90, 0, 0.25);
}
.goospin-au26-cta:hover,
.goospin-au26-login:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}
.goospin-au26-menu {
  display: none;
  width: 44px;
  height: 42px;
  margin-left: auto;
  border: 1px solid var(--cyan);
  border-radius: 8px;
  background: #15110e;
}
.goospin-au26-menu span {
  display: block;
  width: 23px;
  height: 2px;
  margin: 5px auto;
  background: var(--gold2);
}
.goospin-au26-hero {
  position: relative;
  width: min(var(--max), calc(100% - 40px));
  min-height: 430px;
  margin: 25px auto 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 90, 0, 0.4);
  border-bottom: 3px solid var(--gold);
  border-radius: 18px;
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(3, 3, 3, 0.98) 5%, rgba(12, 8, 5, 0.88) 47%, rgba(43, 15, 2, 0.18)), var(--hero);
  background-size: cover;
  background-position: center;
  box-shadow:
    0 20px 55px rgba(0, 0, 0, 0.5),
    0 0 30px rgba(255, 90, 0, 0.09);
}
.goospin-au26-hero:after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  content: "";
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.35);
}
.goospin-au26-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 66px 55px;
}
.goospin-au26-hero-inner > div {
  max-width: 715px;
}
.goospin-au26-kicker {
  display: inline-flex;
  margin-bottom: 15px;
  padding: 6px 13px;
  border: 1px solid rgba(255, 90, 0, 0.62);
  border-radius: 999px;
  background: rgba(255, 90, 0, 0.12);
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.goospin-au26-hero h1 {
  margin: 0 0 15px;
  color: #fff;
  font-family: Quicksand, Arial, sans-serif;
  font-size: clamp(43px, 5.4vw, 70px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.035em;
  text-transform: none;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.65);
}
.goospin-au26-hero h1:after {
  display: block;
  width: 92px;
  height: 4px;
  margin-top: 18px;
  border-radius: 5px;
  background: linear-gradient(90deg, var(--gold2), var(--cyan));
  content: "";
}
.goospin-au26-hero p {
  max-width: 690px;
  margin: 0 0 25px;
  color: #eee7e2;
  font-size: 18px;
  font-weight: 500;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.7);
}
.goospin-au26-hero-updated {
  margin: -12px 0 24px;
  color: #b9aea7;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.goospin-au26-hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}
.goospin-au26-hero-actions span {
  display: none;
}
.goospin-au26-content-section {
  padding: 42px 0 76px;
}
.goospin-au26-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 305px;
  gap: 28px;
  align-items: start;
}
.goospin-au26-article {
  min-width: 0;
  padding: 39px 43px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(28, 20, 15, 0.97), rgba(11, 9, 8, 0.99));
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}
.goospin-au26-article > p:first-child {
  padding: 21px 23px;
  border: 1px solid rgba(255, 90, 0, 0.3);
  border-radius: 11px;
  background: rgba(255, 90, 0, 0.065);
  font-size: 17px;
}
.goospin-au26-article h2,
.goospin-au26-article h3 {
  scroll-margin-top: 112px;
  line-height: 1.22;
}
.goospin-au26-article h2 {
  position: relative;
  margin: 50px 0 18px;
  padding: 13px 17px 13px 20px;
  border-left: 5px solid var(--gold);
  border-radius: 0 9px 9px 0;
  background: linear-gradient(90deg, rgba(255, 90, 0, 0.14), transparent);
  color: #fff;
  font-family: Quicksand, Arial, sans-serif;
  font-size: 30px;
  font-weight: 900;
}
.goospin-au26-article h3 {
  margin: 32px 0 12px;
  color: var(--cyan);
  font-size: 21px;
  font-weight: 900;
}
.goospin-au26-article p {
  margin: 0 0 20px;
  color: #e6dfda;
}
.goospin-au26-article a {
  color: var(--cyan);
  font-weight: 800;
}
.goospin-au26-article ul,
.goospin-au26-article ol {
  margin: 0 0 25px;
  padding: 19px 22px 19px 45px;
  border: 1px solid rgba(255, 90, 0, 0.2);
  border-radius: 10px;
  background: rgba(37, 16, 7, 0.38);
}
.goospin-au26-article li {
  margin: 8px 0;
  color: #ece5e0;
}
.goospin-au26-article li::marker {
  color: var(--gold);
}
.goospin-au26-article table {
  display: block;
  width: 100%;
  margin: 26px 0 34px;
  border: 1px solid rgba(255, 90, 0, 0.26);
  border-radius: 11px;
  border-collapse: separate;
  border-spacing: 0;
  overflow-x: auto;
  background: #100c09;
}
.goospin-au26-article tbody {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.goospin-au26-article th {
  background: linear-gradient(180deg, #3a1d0e, var(--indigo));
  color: var(--gold2);
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.04em;
}
.goospin-au26-article th,
.goospin-au26-article td {
  min-width: 145px;
  padding: 13px 14px;
  border: 1px solid rgba(222, 197, 182, 0.13);
  vertical-align: top;
}
.goospin-au26-article td {
  color: #e7dfda;
}
.goospin-au26-article tr:nth-child(even) td {
  background: rgba(255, 90, 0, 0.04);
}
.goospin-au26-figure {
  position: relative;
  margin: 30px 0 38px;
  padding: 7px;
  border: 1px solid rgba(255, 90, 0, 0.4);
  border-radius: 14px;
  background: linear-gradient(145deg, #2d190f, #12100f);
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.42);
}
.goospin-au26-figure:before {
  position: absolute;
  top: -1px;
  left: 8%;
  width: 38%;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  content: "";
}
.goospin-au26-figure img {
  width: 100%;
  border-radius: 9px;
}
.goospin-au26-figure figcaption {
  padding: 9px 8px 3px;
  color: #b9aea7;
  font-size: 12px;
  text-align: center;
}
.goospin-au26-notice {
  margin-top: 50px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 90, 0, 0.42);
  border-left: 5px solid var(--gold);
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(255, 90, 0, 0.15), rgba(255, 90, 0, 0.04));
}
.goospin-au26-notice strong {
  color: var(--gold2);
  font-size: 18px;
}
.goospin-au26-notice p {
  margin: 4px 0 0;
  color: #ddd4ce;
  font-size: 14px;
}
.goospin-au26-sidebar {
  position: sticky;
  top: 115px;
}
.goospin-au26-sidebar > div {
  padding: 23px;
  border: 1px solid rgba(255, 90, 0, 0.32);
  border-top: 3px solid var(--cyan);
  border-radius: var(--radius);
  background: linear-gradient(160deg, #29170f, #12100f);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.38);
}
.goospin-au26-sidebar > div > strong {
  display: block;
  color: var(--gold2);
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.goospin-au26-sidebar nav {
  display: flex;
  flex-direction: column;
  max-height: 57vh;
  margin: 15px 0 20px;
  overflow: auto;
  scrollbar-color: var(--gold) #12100f;
  scrollbar-width: thin;
}
.goospin-au26-sidebar nav a {
  padding: 9px 2px;
  border-bottom: 1px solid rgba(222, 197, 182, 0.14);
  color: #ddd3cd;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.35;
}
.goospin-au26-sidebar nav a:hover {
  color: var(--cyan);
}
.goospin-au26-sidebar nav .goospin-au26-toc-sub {
  padding-left: 15px;
  color: #b5aaa4;
  font-size: 12px;
}
.goospin-au26-sidebar .goospin-au26-cta {
  width: 100%;
}
.goospin-au26-footer {
  border-top: 3px solid var(--gold);
  background: #080604;
  color: #b7ada7;
}
.goospin-au26-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 52px;
  padding: 45px 0 36px;
}
.goospin-au26-footer-grid img {
  width: 220px;
  max-height: 64px;
  object-fit: contain;
}
.goospin-au26-footer-grid p {
  max-width: 420px;
}
.goospin-au26-footer-grid > div > strong {
  display: block;
  margin-bottom: 13px;
  color: var(--gold2);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.goospin-au26-footer-grid nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.goospin-au26-footer-grid nav a {
  color: #ddd5d0;
  text-decoration: none;
  font-size: 14px;
}
.goospin-au26-footer-grid nav a:hover {
  color: var(--cyan);
}
.goospin-au26-footer-bottom {
  border-top: 1px solid rgba(255, 90, 0, 0.18);
  background: #020202;
}
.goospin-au26-footer-bottom > div {
  display: flex;
  justify-content: space-between;
  padding: 17px 0;
  color: #958a84;
  font-size: 12px;
}
@media (max-width: 1080px) {
  .goospin-au26-menu {
    display: block;
  }
  .goospin-au26-nav {
    display: none;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    padding: 16px 20px;
    border-bottom: 2px solid var(--gold);
    background: #17110e;
    flex-direction: column;
    align-items: stretch;
  }
  .goospin-au26-nav.goospin-au26-open {
    display: flex;
  }
  .goospin-au26-nav > a,
  .goospin-au26-dropdown > button {
    text-align: center;
  }
  .goospin-au26-dropdown > div {
    position: static;
    width: min(100%, 380px);
    margin: 4px auto;
    transform: none;
  }
  .goospin-au26-actions {
    display: none;
  }
  .goospin-au26-grid {
    grid-template-columns: 1fr;
  }
  .goospin-au26-sidebar {
    position: static;
  }
  .goospin-au26-sidebar nav {
    max-height: none;
  }
}
@media (max-width: 700px) {
  .goospin-au26-container,
  .goospin-au26-header-inner,
  .goospin-au26-hero {
    width: min(100% - 22px, var(--max));
  }
  .goospin-au26-logo img {
    width: 175px;
  }
  .goospin-au26-hero {
    min-height: 410px;
    margin-top: 12px;
    background-position: 62% center;
  }
  .goospin-au26-hero-inner {
    padding: 50px 22px;
  }
  .goospin-au26-hero h1 {
    font-size: 40px;
  }
  .goospin-au26-hero p {
    font-size: 16px;
  }
  .goospin-au26-hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }
  .goospin-au26-content-section {
    padding: 22px 0 48px;
  }
  .goospin-au26-article {
    padding: 24px 17px;
  }
  .goospin-au26-article > p:first-child {
    padding: 16px;
  }
  .goospin-au26-article h2 {
    font-size: 25px;
  }
  .goospin-au26-article h3 {
    font-size: 19px;
  }
  .goospin-au26-article th,
  .goospin-au26-article td {
    min-width: 145px;
    padding: 11px;
  }
  .goospin-au26-footer-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .goospin-au26-footer-bottom > div {
    flex-direction: column;
    gap: 4px;
  }
}
.goospin-au26-article thead,
.goospin-au26-article tbody {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.goospin-au26-article thead tr,
.goospin-au26-article tbody tr {
  display: table-row;
}
.goospin-au26-article ul,
.goospin-au26-article ol {
  padding: 0 0 0 26px;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.goospin-au26-article h2 {
  padding: 0 0 0 18px;
  border-radius: 0;
  background: none;
}
