 :root {
--blue-main: #2563eb;
--blue-dark: #1d4ed8;
--blue-soft: #eff6ff;
--blue-pale: #f8fbff;
--blue-line: #bfdbfe;
--page-bg: #ffffff;
--card-bg: #ffffff;
--text-main: #172033;
--text-body: #344054;
--text-muted: #64748b;
--border-soft: #dbe7f5;
--success: #12805c;
--danger: #d14343;
--shadow-card: 0 10px 28px rgba(15, 23, 42, 0.08);
--shadow-blue: 0 10px 24px rgba(37, 99, 235, 0.18);
--header-size: 74px;
 }

 * {
box-sizing: border-box;
margin: 0;
padding: 0;
 }

 html {
-webkit-text-size-adjust: 100%;
scroll-behavior: smooth;
 }

 body {
font-family: Arial, Helvetica, sans-serif;
background: var(--page-bg);
color: var(--text-body);
line-height: 1.65;
padding-top: var(--header-size);
overflow-x: hidden;
 }

 a {
color: inherit;
 }

 ul,
 ol {
padding-left: 24px;
margin: 0 0 1.5rem 0;
 }

 li {
margin-bottom: 10px;
 }

 .sky-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
min-height: var(--header-size);
z-index: 1000;
display: flex;
align-items: center;
justify-content: space-between;
padding: 16px 5%;
background: rgba(255, 255, 255, 0.96);
border-bottom: 1px solid var(--border-soft);
box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
backdrop-filter: blur(10px);
 }

 .sky-logo {
display: inline-flex;
align-items: center;
gap: 10px;
font-weight: 900;
font-size: 1.35rem;
line-height: 1;
color: var(--text-main);
text-transform: uppercase;
letter-spacing: 0.8px;
text-decoration: none;
 }

 .sky-logo::before {
content: "";
display: inline-block;
width: 34px;
height: 34px;
border-radius: 50%;
background: radial-gradient(circle at 35% 30%, #ffffff 0 15%, #93c5fd 16% 44%, var(--blue-main) 45% 100%);
box-shadow: var(--shadow-blue);
 }

 .sky-logo span {
color: var(--blue-main);
 }

 .sky-hero {
position: relative;
padding: 68px 5% 86px;
text-align: center;
background:
  radial-gradient(circle at top left, rgba(96, 165, 250, 0.28), transparent 34%),
  radial-gradient(circle at bottom right, rgba(37, 99, 235, 0.10), transparent 30%),
  linear-gradient(180deg, var(--blue-pale) 0%, #ffffff 100%);
border-bottom: 1px solid var(--border-soft);
overflow: hidden;
 }

 .sky-hero::after {
content: "";
position: absolute;
right: -90px;
bottom: -130px;
width: 330px;
height: 330px;
border-radius: 50%;
background: rgba(37, 99, 235, 0.08);
border: 34px solid rgba(147, 197, 253, 0.18);
 }

 .sky-hero-title {
position: relative;
z-index: 1;
max-width: 920px;
margin: 0 auto 22px;
font-size: clamp(2.1rem, 4vw, 3.4rem);
line-height: 1.12;
color: var(--text-main);
letter-spacing: -0.03em;
 }

 .sky-hero-text {
position: relative;
z-index: 1;
max-width: 820px;
margin: 0 auto;
font-size: 1.08rem;
color: var(--text-muted);
 }

 .sky-container {
width: 90%;
max-width: 1180px;
margin: -46px auto 42px;
position: relative;
z-index: 2;
 }

 .sky-card {
background: var(--card-bg);
border: 1px solid var(--blue-line);
border-radius: 18px;
box-shadow: var(--shadow-card);
overflow: hidden;
 }

 .sky-table-wrap {
width: 100%;
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
 }

 .sky-top-table,
 .sky-info-table {
width: 100%;
border-collapse: collapse;
background: var(--card-bg);
 }

 .sky-top-table td {
padding: 20px 18px;
border-bottom: 1px solid var(--border-soft);
vertical-align: middle;
 }

 .sky-top-table tr:last-child td {
border-bottom: 0;
 }

 .sky-brand-row {
display: flex;
align-items: center;
gap: 16px;
 }

 .sky-brand-logo {
display: block;
width: 66px;
height: 66px;
flex-shrink: 0;
padding: 8px;
border-radius: 18px;
border: 1px solid var(--border-soft);
background: #ffffff;
object-fit: contain;
object-position: center;
box-shadow: 0 5px 16px rgba(15, 23, 42, 0.05);
 }

 .sky-brand-name {
display: block;
font-weight: 800;
font-size: 1.12rem;
color: var(--text-main);
 }

 .sky-bonus {
display: block;
color: var(--success);
font-size: 1.1rem;
font-weight: 900;
line-height: 1.35;
 }

 .sky-button {
display: inline-block;
min-width: 134px;
padding: 13px 24px;
border-radius: 999px;
background: linear-gradient(180deg, #3b82f6 0%, var(--blue-main) 100%);
color: #ffffff;
font-weight: 900;
text-align: center;
text-decoration: none;
white-space: nowrap;
box-shadow: 0 5px 0 var(--blue-dark), 0 12px 20px rgba(37, 99, 235, 0.22);
transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
 }

 .sky-button:hover {
transform: translateY(-2px);
background: linear-gradient(180deg, #60a5fa 0%, #1d4ed8 100%);
box-shadow: 0 7px 0 #1e40af, 0 14px 24px rgba(37, 99, 235, 0.28);
 }

 .sky-button:active {
transform: translateY(3px);
box-shadow: 0 2px 0 var(--blue-dark);
 }

 .sky-content {
max-width: 1000px;
margin: 0 auto;
padding: 38px 5%;
 }

 .sky-title-two {
margin: 42px 0 20px;
padding-left: 16px;
border-left: 6px solid var(--blue-main);
color: var(--text-main);
font-size: clamp(1.65rem, 2.6vw, 2.15rem);
line-height: 1.22;
letter-spacing: -0.02em;
 }

 .sky-casino-directory {
width: 100%;
margin: 28px 0 48px;
 }

 .sky-casino-card {
background: var(--card-bg);
border: 1px solid var(--blue-line);
border-radius: 18px;
box-shadow: var(--shadow-card);
overflow: hidden;
 }

 .sky-casino-table {
width: 100%;
border-collapse: collapse;
background: #ffffff;
 }

 .sky-casino-table th {
padding: 18px 20px;
background: var(--blue-soft);
color: var(--text-main);
font-size: 0.98rem;
font-weight: 900;
text-align: left;
border-bottom: 1px solid var(--blue-line);
 }

 .sky-casino-table td {
padding: 24px 20px;
border-bottom: 1px solid var(--border-soft);
vertical-align: middle;
font-weight: 800;
color: var(--text-main);
 }

 .sky-casino-table tr:last-child td {
border-bottom: 0;
 }

 .sky-casino-brand {
display: flex;
align-items: center;
gap: 18px;
 }

 .sky-casino-logo {
display: block;
width: 86px;
height: 58px;
object-fit: contain;
object-position: center;
flex-shrink: 0;
padding: 6px;
border-radius: 14px;
background: #ffffff;
 }

 .sky-casino-name {
display: block;
font-size: 1.05rem;
font-weight: 900;
color: var(--text-main);
line-height: 1.3;
 }

 .sky-casino-bonus {
color: var(--success);
font-size: 1.04rem;
font-weight: 900;
white-space: nowrap;
 }

 .sky-casino-btn {
display: inline-block;
min-width: 148px;
padding: 13px 24px;
border-radius: 999px;
background: linear-gradient(180deg, #3b82f6 0%, var(--blue-main) 100%);
color: #ffffff;
font-weight: 900;
text-align: center;
text-decoration: none;
white-space: nowrap;
box-shadow: 0 5px 0 var(--blue-dark), 0 12px 20px rgba(37, 99, 235, 0.22);
transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
 }

 .sky-casino-btn:hover {
transform: translateY(-2px);
background: linear-gradient(180deg, #60a5fa 0%, #1d4ed8 100%);
box-shadow: 0 7px 0 #1e40af, 0 14px 24px rgba(37, 99, 235, 0.28);
 }

 .sky-casino-btn:active {
transform: translateY(3px);
box-shadow: 0 2px 0 var(--blue-dark);
 }

 .sky-title-three {
margin: 30px 0 14px;
color: var(--text-main);
font-size: 1.38rem;
line-height: 1.28;
 }

 .sky-text {
margin-bottom: 1.45rem;
color: var(--text-body);
font-size: 1.04rem;
 }

 .sky-image {
display: block;
max-width: 100%;
height: auto;
margin: 16px 0 20px;
border-radius: 16px;
border: 1px solid var(--border-soft);
box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
 }

 .sky-info-table {
min-width: 100%;
margin: 20px 0;
border: 1px solid var(--border-soft);
border-radius: 14px;
overflow: hidden;
 }

 .sky-info-table th,
 .sky-info-table td {
padding: 13px 14px;
border-bottom: 1px solid var(--border-soft);
text-align: left;
font-size: 0.96rem;
vertical-align: top;
 }

 .sky-info-table th {
background: var(--blue-soft);
color: var(--text-main);
font-weight: 800;
 }

 .sky-info-table tr:last-child td {
border-bottom: 0;
 }

 .sky-head-blue th {
background: #dbeafe;
color: var(--text-main);
 }

 .sky-good {
color: var(--success) !important;
 }

 .sky-bad {
color: var(--danger) !important;
 }

 .sky-note {
margin: 22px 0;
padding: 16px 18px;
border-left: 5px solid var(--blue-main);
border-radius: 12px;
background: var(--blue-soft);
color: var(--text-body);
font-style: italic;
 }

 .sky-footer {
margin-top: 56px;
padding: 38px 5%;
text-align: center;
background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
color: var(--text-main);
border-top: 1px solid var(--blue-line);
 }

 @media (max-width: 768px) {
:root {
  --header-size: 64px;
}

.sky-header {
  padding: 14px 16px;
}

.sky-logo {
  font-size: 1.12rem;
}

.sky-logo::before {
  width: 30px;
  height: 30px;
}

.sky-hero {
  padding: 42px 16px 58px;
}

.sky-container,
.sky-content {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.sky-container {
  margin: -28px auto 30px;
}

.sky-top-table tbody,
.sky-top-table tr,
.sky-top-table td {
  display: block;
  width: 100%;
}

.sky-top-table tr {
  padding: 17px;
  border-bottom: 1px solid var(--border-soft);
}

.sky-top-table tr:last-child {
  border-bottom: 0;
}

.sky-top-table td {
  padding: 0;
  border-bottom: 0;
}

.sky-top-table td + td {
  margin-top: 14px;
}

.sky-brand-logo {
  width: 58px;
  height: 58px;
  border-radius: 16px;
}

.sky-top-table td:last-child .sky-button {
  display: block;
  width: 100%;
}

.sky-info-table {
  min-width: 660px;
}

.sky-casino-table thead {
  display: none;
}

.sky-casino-table,
.sky-casino-table tbody,
.sky-casino-table tr,
.sky-casino-table td {
  display: block;
  width: 100%;
}

.sky-casino-table tr {
  padding: 20px 17px;
  border-bottom: 1px solid var(--border-soft);
}

.sky-casino-table tr:last-child {
  border-bottom: 0;
}

.sky-casino-table td {
  padding: 0;
  border-bottom: 0;
}

.sky-casino-table td + td {
  margin-top: 15px;
}

.sky-casino-logo {
  width: 78px;
  height: 54px;
}

.sky-casino-bonus {
  display: block;
  white-space: normal;
}

.sky-casino-btn {
  display: block;
  width: 100%;
}
 }