a {
    text-decoration: none;
    color: #555555;
}
a:focus, a:active, a:visited {
    color: #555555;
}
html, body {
    height:100%;
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, sans-serif;
    color: #B2B2B2;
    background-color: #171a26;
}
body.space {
    background: radial-gradient(1200px 800px at 20% -10%, rgba(124, 92, 255, .20), transparent 60%), radial-gradient(900px 600px at 100% 20%, rgba(68, 0, 255, 0.1), transparent 60%), #0b0e1a;
}

.main {
    /* box-shadow: 0 0 24px rgba(0, 0, 0, 0.15); */
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    margin: 0 auto;
}
.logo-packs {
    text-align: center;
}
.logo-packs img {
    width: 100%;
    max-width: 300px;
    height: auto;
}
.price-table {
    width: 100%;
    border-collapse: separate;
    border: 0 none;
}
.price-table tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.price-table tr th,
.price-table tr td {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding: 8px 24px;
    font-size: 0.9em;
}
.price-table tr th {
    padding: 0px;
}
.price-table tr td.desc {
    font-size: 0.8em;
    position: sticky;
    left: 0;
}
.price-table tr:nth-child(even) td.desc {
    background-color: #070810;
}
.price-table tr:nth-child(odd) td.desc {
    background-color: #090b15;
}
.price-table tr td .info {
    color: #424242;
}
.price-table tr td .info.no {
    color: #aaa;
}
.price-table tr td:first-child {
    border-left: 0 none;
}
.price-table tr td:not(:first-child) {
    text-align: center;
}
.price-table tr:nth-child(even) {
    background-color: #070810;
}
.price-table tr:nth-child(odd) {
    background-color: #090b15;
}
.price-table tr.line:hover {
    background-color: rgba(255, 255, 255, 0.03);
}
.price-table .fa-check,
.price-table .fa-exclamation {
    color: #27AE60;
}
.price-table .fa-circle-exclamation,
.price-table .fa-times {
    color: #8c2d23;
}
.price-table .fa-times,
.price-table .fa-minus {
    opacity: 0.6;
}
.price-table .fa-music {
    color: #7167a4;
}
.price-table .fa-triangle-exclamation {
    color: #ffba57;
}
.price-table .fa-star {
    color: #ffe969;
}
/* .price-table .fa-gem {
    color: #e005b9;
} */

/* Highlighted column */ /*
.price-table tr:nth-child(2n) th:nth-child(5),
.price-table tr:nth-child(2n) th:nth-child(6),
.price-table tr:nth-child(2n) th:nth-child(8),
.price-table tr:nth-child(2n) th:nth-child(9),
.price-table tr:nth-child(2n) th:nth-child(10) {
    background-color: rgba(216, 214, 227, 0.25);
}
.price-table tr th:nth-child(5),
.price-table tr th:nth-child(6),
.price-table tr th:nth-child(8),
.price-table tr th:nth-child(9),
.price-table tr th:nth-child(10) {
    background-color: rgba(216, 214, 227, 0.15);
    /* padding: 8px 48px; */
/* }
.price-table tr th:nth-child(6) {
    padding: 8px 48px;
}
.price-table tr th:nth-child(5) .fa-check,
.price-table tr th:nth-child(6) .fa-check,
.price-table tr th:nth-child(8) .fa-check,
.price-table tr th:nth-child(9) .fa-check,
.price-table tr th:nth-child(10) .fa-check,
.price-table tr:nth-child(2n) th:nth-child(5) .fa-check,
.price-table tr:nth-child(2n) th:nth-child(6) .fa-check,
.price-table tr:nth-child(2n) th:nth-child(8) .fa-check,
.price-table tr:nth-child(2n) th:nth-child(9) .fa-check,
.price-table tr:nth-child(2n) th:nth-child(10) .fa-check {
    /* color: #ffffff; */
/* } */

.price-table tr.price-table-head th {
    font-size: 1.0em;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    position: -webkit-sticky;
    position: sticky !important;
    top: 0;
    background-color: #4958b2;
    color: #eeeeee;
    text-align: center;
}
.price-table th.price,
.price-table th.noprice {
    /* padding: 16px 24px; */
    padding: 10px 24px 5px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    line-height: 10px;
}
.price-table th.price {
    color: #ffe969;
    font-size: 1.2em;
    font-weight: 600;
}
.price-table th.noprice {
    color:#cccccc;
    font-size: 0.7em;
    font-weight: 400;
    font-style: italic;
    opacity: 0.8;
}
.price-table th.price a,
.price-table td.price a,
a.btn {
    color: #ECF0F1;
    padding: 12px 32px;
    font-size: 0.9em;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 64px;
}
.price-table th.price a {
    margin-bottom: 5px;
}
.price-table td.price a {
    margin-top: 16px;
}
.price-table th.price.full a,
.price-table td.price.full a {
    width: 80%;
}
.price-table th.price .bymonth,
.price-table th.price .prime {
    font-size: 0.5em;
    opacity: 0.8;
}
.price-table .subs-btn td.price a {
    margin-top: 0;
}
.price-table th.price-table-popular {
    font-family: 'Montserrat', sans-serif;
    border-top: 3px solid #697fff;
    color: #697fff;
    text-transform: uppercase;
    font-size: 0.7em;
    padding: 12px 48px;
    font-weight: 700;
    text-align: center;
}
.price-table .price-blank {
    background-color: #0b0e1a;
    border: 0 none;
}

.price-table svg {
    width: 90px;
    fill: #697fff;
}
.price-table-help {
    cursor: help;
}
.icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}
.packname .icon {
    margin-right: 3px;
}
.icon.min {
    width: 16px;
    height: 16px;
}
.follower {
    color: #64717c;
}
.vip {
    color: #9b8666;
}
.mod {
    color: #e74c3c;
}
.gardien {
    color: #369855;
}
.meneur {
    color: #d48b3d;
}
.legende {
    color: #826bc2;
}
.elite {
    color: #4c7dd0;
}

.price-table tr:nth-child(n+3) th:nth-child(2),
.price-table tr td:nth-child(2) {
    background-color: rgba(60, 60, 60, 0.06);
}
.price-table tr:nth-child(n+3) th:nth-child(3),
.price-table tr td:nth-child(3) {
    background-color: rgba(100, 113, 124, 0.06);
}
.price-table tr:nth-child(n+3) th:nth-child(4),
.price-table tr td:nth-child(4) {
    background-color: rgba(155, 134, 102, 0.06);
}
.price-table tr:nth-child(n+3) th:nth-child(5),
.price-table tr td:nth-child(5) {
    background-color: rgba(231, 76, 60, 0.06);
}
.price-table tr:nth-child(n+3) th:nth-child(6),
.price-table tr td:nth-child(6) {
    background-color: rgba(54, 152, 85, 0.06);
}
.price-table tr:nth-child(n+3) th:nth-child(7),
.price-table tr td:nth-child(7) {
    background-color: rgba(212, 139, 61, 0.06);
}
.price-table tr:nth-child(n+3) th:nth-child(8),
.price-table tr td:nth-child(8) {
    background-color: rgba(76, 125, 208, 0.06);
}
.price-table tr:nth-child(n+3) th:nth-child(9),
.price-table tr td:nth-child(9) {
    background-color: rgba(130, 107, 194, 0.06);
}

.moreinfo {
    font-size: 0.7em;
    opacity: 0.8;
    color: #3498DB;
}
.moreinfo.grey {
    color: #C0C0C0;
}

.desc .moreinfo {
    font-size: 0.8em;
}

.infos {
    line-height: 14px;
    margin-left: 5px;
}
header a,
.infos a {
    color: #3498DB !important;
}

.twitch, .twitch a {
    color: #a970ff !important;
}
.twitch {
    border-top: 3px solid #a970ff !important;
}
.prime {
    color: #3498DB;
}
.patreon, .patreon a {
    color: #f96854 !important;
}
.patreon {
    border-top: 3px solid #f96854 !important;
}
.bg-twitch {
    background-color: rgba(169, 112, 255, 0.1) !important;
}
.bg-patreon {
    background-color: rgba(249, 104, 84, 0.1) !important;
}
.bg-yellow {
    background-color: rgba(255, 233, 105, 0.11) !important;
}

.price-table th.price.bg-twitch a,
.price-table td.price.bg-twitch a {
    background-color: #a970ff !important;
}

.price-table th.price.bg-patreon a,
.price-table td.price.bg-patreon a {
    background-color: #f96854 !important;
}

a.btn {
    margin-top: 10px;
    background-color: #4958b2 !important;
}

.ruban {
    width: 100%;
    font-size: 0.7em;
    font-weight: 600;
    margin-bottom: 4px;
    background-color: rgba(0,0,0,0.2);
    color: #cccccc;
    letter-spacing: 3px;
}
.ruban.premium {
    background-color: #ffd700;
    color: #666666;
}
.ruban.limited {
    background-color: #ff4500;
}

/* GOODIES */
.wrap{max-width:1200px; margin-inline:auto; padding:24px;}
header{display:flex; gap:16px; align-items:center; justify-content:space-between; flex-wrap:wrap; margin-bottom:18px; padding-bottom: 16px;}
header h1{font-size:clamp(22px,3vw,32px); margin:0; letter-spacing:.2px; font-weight: 700; color: #eaf0ff;}
header p{margin:0; color:#9aa3b2;}

.grid{display:grid; gap:16px; grid-template-columns: repeat(1, minmax(0,1fr));}
@media (min-width:580px){ .grid{grid-template-columns: repeat(2, minmax(0,1fr));} }
@media (min-width:920px){ .grid{grid-template-columns: repeat(3, minmax(0,1fr));} }
@media (min-width:1180px){ .grid{grid-template-columns: repeat(4, minmax(0,1fr));} }

.card{
    min-height: 180px; position:relative; background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0)) , #11162a; border:1px solid #1d2340; border-radius: 20px; padding:18px; box-shadow: 0 10px 30px rgba(0,0,0,.35), 0 0 0 1px rgba(255,255,255,.03) inset; overflow:hidden; isolation:isolate;
}
.card:focus-within{ outline:2px solid rgba(124,92,255,.35); }

.month{display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:10px}
.month__num{font-weight:700; font-size:14px; color:#9aa3b2; letter-spacing:.08em; text-transform:uppercase}
.month__name{font-size:16px; font-weight:700; text-transform: uppercase; color: #ffe969; }

.item{display:flex; gap:12px; align-items:flex-start; margin:10px 0 12px}
.item .emoji{font-size:22px; line-height:1}
.item .title{font-weight:700; color: #eaf0ff;}
.item .desc{color:#9aa3b2; font-size:14px; margin-top:4px}

.tags{display:flex; flex-wrap:wrap; gap:8px; margin-top:8px}
.tag{font-size:12px; padding:6px 8px; border-radius:10px; border:1px solid #1d2340; color:#9aa3b2;}

[data-tip]{ position:relative; cursor:help; text-decoration:underline dotted }
[data-tip]:hover::after, [data-tip]:focus::after{
    content: attr(data-tip); position:absolute; left:0; top:100%; margin-top:8px; width:max-content; max-width:260px; background:#0b1224; color:#eaf0ff; border:1px solid #1d2340; padding:8px 10px; border-radius:10px; box-shadow:0 10px 30px rgba(0,0,0,.35), 0 0 0 1px rgba(255,255,255,.03) inset; font-size:12px; z-index:5
}

.cta{
    display:flex; gap:12px; flex-wrap:wrap; align-items:center; justify-content:center; margin:28px 0 8px;
}

footer{color:#9aa3b2; text-align:center; font-size:12px; margin:16px 0 32px}