/*

Theme name: Prime Slots Vip

Theme URI: http://wa.me/5514996364096

Author: Lucas Costa;

Author URI: se você tiver um site próprio, pode adicioná-lo nessa linha do código;

Github Theme URI: é interessante adicionar o tema no GitHud para que nesse ambiente colaborativo os usuários possam adicionar novas funcionalidades, sugerir melhorias e tirar dúvidas, por exemplo;

Description: adicione informações do tema, se ele é indicado para um tipo específico de negócio, blog, e-commerce, etc.;

Version: 1.5;

Text domain: é importante para traduzir o tema para outros idiomas.

*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');


body {
    
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
}

/* Track */
::-webkit-scrollbar-track {
background: rgb(248 205 77)
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #034b00;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #034b00;
}

header {
    display: flex;
    justify-content: center;
    padding: 15px 0;
}

/* ── Header nav ── */
.header {
    background: transparent;
    padding: 18px 0 10px;
    position: fixed;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
}

.header-nav-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.header-logo img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    filter: drop-shadow(0 0 6px #00ff5588);
}

.header-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #1a3a1a;
    border: 3px solid #c8960a;
    border-radius: 50px;
    padding: 8px 20px;
    box-shadow: 0 0 18px 4px #3a7a00aa, 0 0 6px 1px #c8960a66 inset;
}

.header-btn {
    display: flex;
    align-items: center;
    gap: 7px;
    background: #d4a017;
    color: #1a2e00;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    padding: 8px 18px;
    border-radius: 30px;
    border: 2px solid #a07800;
    transition: background 0.2s, transform 0.15s;
    white-space: nowrap;
}

.header-btn i {
    font-size: 16px;
}

.header-btn:hover {
    background: #f0c030;
    transform: translateY(-2px);
}

.header-dots {
    display: flex;
    gap: 6px;
    justify-content: center;
}

.header-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c8960a;
    opacity: 0.7;
}

.header-star {
    font-size: 28px;
    color: #f5c400;
    text-shadow: 0 0 8px #f5c400aa;
    line-height: 1;
    user-select: none;
}

.header-star--left {
    margin-right: 4px;
}

.header-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.header-celtics-text {
    font-family: 'Dancing Script', cursive;
    font-size: 26px;
    color: #d4a017;
    text-shadow: 0 0 10px #c8960a99;
    line-height: 1;
    letter-spacing: 1px;
}

body {
    background: url("./imgs/background-site.png");
    background-position: top;
    background-attachment: fixed;
    background-size: cover;
}

/* ── Hero Banner ── */
.hero-banner {
    position: relative;
    width: 100%;
    min-height: 420px; 
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 60px 0 40px;
    box-sizing: border-box;
    padding-top: 170px;
}

.hero-bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(120px, 22vw, 300px);
    font-weight: 900;
    color: rgba(255,255,255,0.04);
    letter-spacing: 20px;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
}

.hero-deco {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    opacity: 0.55;
}

.hero-deco--left  { left: 3%; }
.hero-deco--right { right: 4%; }

.hero-celtics-badge img {
    width: 90px;
    filter: drop-shadow(0 0 12px #00cc4466);
}

.hero-character {
    font-size: 54px;
    filter: drop-shadow(0 0 8px #00aa3366);
}

.hero-suit {
    font-size: 52px;
    color: rgba(255,255,255,0.12);
    display: block;
    line-height: 1.1;
}

.hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
}

.hero-logo-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.hero-logo-crown {
    font-size: 52px;
    color: #d4a017;
    text-shadow: 0 0 20px #f5c40099;
    line-height: 1;
    margin-bottom: -8px;
    z-index: 1;
}

.hero-logo-shield { 
    max-width: 250px;
}

.hero-logo-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(28px, 5vw, 46px);
    font-weight: 900;
    color: #fff;
    letter-spacing: 3px;
    text-shadow: 2px 2px 0 #5a3000, 0 0 12px #00000088;
    line-height: 1;
}

.hero-logo-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(18px, 3vw, 26px);
    font-weight: 900;
    color: #fff;
    letter-spacing: 8px;
    text-shadow: 1px 1px 0 #5a3000;
    line-height: 1;
}

.hero-section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(20px, 4vw, 36px);
    font-weight: 900;
    color: #f5c400;
    text-shadow: 0 0 14px #f5c40088, 2px 2px 0 #7a4d00;
    letter-spacing: 3px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    margin-top: 30px;
}

.hero-deco-star {
    color: #f5c400;
    font-size: 1.1em;
    text-shadow: 0 0 10px #f5c40099;
}

.hero-deco-clover {
    font-size: 1em;
    filter: drop-shadow(0 0 6px #00ff6688);
}

.hero-site-url {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(11px, 1.8vw, 15px);
    color: rgba(245, 196, 0, 0.7);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: -25px
}

/* particles */
.hero-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.hero-particles span {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00ff66;
    opacity: 0;
    animation: particle-float 4s infinite ease-in-out;
}

.hero-particles span:nth-child(1)  { left:10%; top:20%; animation-delay:0s;    width:6px;  height:6px;  }
.hero-particles span:nth-child(2)  { left:25%; top:70%; animation-delay:0.8s;  width:4px;  height:4px;  }
.hero-particles span:nth-child(3)  { left:55%; top:15%; animation-delay:1.4s;  width:7px;  height:7px;  }
.hero-particles span:nth-child(4)  { left:75%; top:60%; animation-delay:0.3s;  width:5px;  height:5px;  }
.hero-particles span:nth-child(5)  { left:85%; top:25%; animation-delay:1.9s;  width:4px;  height:4px;  }
.hero-particles span:nth-child(6)  { left:40%; top:80%; animation-delay:1.1s;  width:6px;  height:6px;  }
.hero-particles span:nth-child(7)  { left:65%; top:45%; animation-delay:2.3s;  width:5px;  height:5px;  }
.hero-particles span:nth-child(8)  { left:18%; top:50%; animation-delay:0.6s;  width:4px;  height:4px;  }

@keyframes particle-float {
    0%   { opacity: 0;    transform: translateY(0)   scale(1);   }
    30%  { opacity: 0.9;  }
    70%  { opacity: 0.6;  }
    100% { opacity: 0;    transform: translateY(-40px) scale(0.5); }
}

/* ── Platforms ── */
.platforms-section {
    display: flex;
    justify-content: center;
    padding: 0 16px 32px;
}

.platforms-pill {
    width: 100%;
    max-width: 1100px;
    background: #0e2e0e;
    border: 2.5px solid #1e5a1e;
    border-radius: 20px;
    padding: 14px 18px;
    box-shadow: 0 0 20px #00440044;
}

.platforms-track {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    align-items: center;
}

.platform-item {
    position: relative;
    flex-shrink: 0;
    animation: platform-float 2.6s ease-in-out infinite;
}

@media(min-width: 992px) {
    .platform-item {
        margin: 0 25px;
    }
}

.platform-item:nth-child(2)  { animation-delay: 0.2s; }
.platform-item:nth-child(3)  { animation-delay: 0.4s; }
.platform-item:nth-child(4)  { animation-delay: 0.6s; }
.platform-item:nth-child(5)  { animation-delay: 0.8s; }
.platform-item:nth-child(6)  { animation-delay: 1.0s; }
.platform-item:nth-child(7)  { animation-delay: 1.2s; }
.platform-item:nth-child(8)  { animation-delay: 1.4s; }
.platform-item:nth-child(9)  { animation-delay: 1.6s; }
.platform-item:nth-child(10) { animation-delay: 1.8s; }

.platform-icon {
    width: 82px;
    height: 82px;
    border-radius: 18px;
    border: 2px solid rgba(255,255,255,0.08);
    object-fit: cover;
    display: block;
    box-shadow: 0 2px 12px #00000066;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.platform-item:hover .platform-icon {
    transform: scale(1.14);
    box-shadow: 0 0 28px #00ff6699, 0 0 10px #f5c40066, 0 4px 20px #00000099;
}

.platform-badge {
    position: absolute;
    top: -7px;
    right: -7px;
    background: #2a1200;
    color: #f5c400;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 9px;
    padding: 2px 6px;
    border-radius: 20px;
    border: 1.5px solid #c8960a;
    white-space: nowrap;
    letter-spacing: 0.5px;
}

@keyframes platform-float {
    0%,  100% { transform: translateY(0);    }
    50%        { transform: translateY(-8px); }
}

/* ── Update Block ── */
.update-block {
    display: flex;
    justify-content: center;
    padding: 12px 16px 28px;
}

.update-card {
    display: flex;
    align-items: center;
    gap: 18px;
    background: rgba(0, 0, 0, 0.55);
    border: 1.5px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    padding: 16px 28px;
    backdrop-filter: blur(6px);
    box-shadow: 0 4px 24px #00000055;
}

.update-icon {
    width: 58px;
    height: 58px;
    background: linear-gradient(135deg, #2db340 0%, #1a7a28 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 16px #00cc4455;
    flex-shrink: 0;
}

.update-icon i {
    font-size: 26px;
    color: #fff;
    transition: transform 0.6s ease;
}

.update-icon i.spinning {
    transform: rotate(360deg);
}

.update-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.update-last,
.update-next {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.4;
}

.update-last {
    color: #ffffff;
}

.update-next {
    color: #f5c400;
}

.update-last strong,
.update-next strong {
    font-weight: 700;
}

/* ── Games Section ── */
.games-section {
    padding: 0 16px 48px;
    max-width: 1200px;
    margin: 0 auto;
}

.games-search-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.games-search-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(0,0,0,0.55);
    border: 1.5px solid rgba(255,255,255,0.12);
    border-radius: 40px;
    padding: 10px 22px;
    width: 100%;
    max-width: 520px;
    backdrop-filter: blur(6px);
}

.games-search-bar i {
    color: #f5c400;
    font-size: 16px;
    flex-shrink: 0;
}

.games-search-bar input {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    width: 100%;
}

.games-search-bar input::placeholder {
    color: rgba(255,255,255,0.4);
}

.games-tabs {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.games-tab {
    background: transparent;
    border: none;
    color: #ccc;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 7px 20px;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.games-tab:hover {
    background: rgba(255,255,255,0.1);
    color: #fff;
}

.games-tab.active {
    background: #d4a017;
    color: #1a2e00;
    border: 2px solid #a07800;
}

.games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
}

/* ── Game Card ── */
.game-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px #00000066;
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease, outline 0.22s ease;
}

.game-card:hover {
    transform: translateY(-6px) scale(1.025);
    box-shadow: 0 12px 36px #000000aa, 0 0 0 2px #f5c400cc;
    outline: 2px solid #f5c400cc;
}

.gc-image {
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
}

.gc-new-badge {
    position: absolute;
    top: 14px;
    left: -24px;
    background: #e8003d;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 10px;
    letter-spacing: 1.5px;
    padding: 4px 32px;
    transform: rotate(-45deg);
    z-index: 2;
    text-transform: uppercase;
    box-shadow: 0 2px 8px #00000055;
}

.gc-image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
}

.gc-image-fade {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.gc-dist {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    padding: 6px 0 4px;
    text-shadow: 0 1px 4px #000;
    z-index: 1;
}

.gc-fav {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(0,0,0,0.45);
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    transition: color 0.2s, background 0.2s;
    z-index: 3;
}

.gc-fav--active,
.gc-fav:hover {
    color: #ff4466;
    background: rgba(0,0,0,0.65);
}

.gc-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px;
}

.gc-title-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.gc-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.gc-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    line-height: 1.3;
}

.gc-bars {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.gc-bar-row {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.gc-bar-row span {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    color: rgba(255,255,255);
}

.gc-bar {
    height: 5px;
    background: rgba(0,0,0,0.35);
    border-radius: 4px;
    overflow: hidden;
}

.gc-bar-fill {
    display: block;
    height: 100%;
    border-radius: 4px;
}

.gc-bar-red    { background: #e74c3c; }
.gc-bar-yellow { background: #f5c400; }
.gc-bar-green  { background: #2ecc71; }

.gc-img-placeholder {
    width: 100%;
    height: 170px;
    background: #1a2e00;
}

.gc-sug-padrao {
    display: flex;
    gap: 6px;
}

.gc-sug-padrao .gc-sug-val-block {
    flex: 1;
}

.gc-suggestions {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.gc-sug-title {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #f5c400;
    letter-spacing: 1px;
    text-align: center;
}

.gc-sug-label {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-weight: 700;
    color: rgba(255,255,255);
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

.gc-sug-rows {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.gc-sug-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gc-sug-row span:first-child {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    color: rgba(255,255,255 );
    font-weight: 600;
}

.gc-sug-val {
    background: #1db954;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 4px;
    min-width: 36px;
    text-align: center;
}

.gc-sug-val-block {
    background: #1db954;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    padding: 3px 0;
    border-radius: 4px;
}

.gc-play-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #1db954;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    padding: 10px;
    border-radius: 10px;
    margin-top: auto;
    transition: background 0.2s;
}

/* stretched-link: ::after cobre .game-card (position:relative) inteiro */
.gc-play-btn::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
}

.game-card:hover .gc-play-btn {
    background: #17a348;
    color: #fff;
    box-shadow: 0 0 14px #1db95488;
    letter-spacing: 0.5px;
}

@media (max-width: 600px) {
    .games-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ── Site Footer ── */
.site-footer {
    background: #111111;
    color: rgba(255,255,255,0.75);
    font-family: 'Montserrat', sans-serif;
    margin-top: 32px;
}

.footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 32px 20px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.footer-section {
    padding: 28px 0;
}

.footer-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #f0a500;
    letter-spacing: 1px;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.footer-section p {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255,255,255,0.7);
    max-width: 680px;
}

/* Responsible section with logo on the right */
.footer-responsible {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
}

.footer-responsible-text {
    flex: 1;
}

.footer-logo-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.footer-logo-crown {
    font-size: 28px;
    color: #d4a017;
    text-shadow: 0 0 12px #f5c40066;
    line-height: 1;
    margin-bottom: -6px;
    z-index: 1;
}

.footer-logo-shield {
    background: linear-gradient(160deg, #f0a500 0%, #c87800 100%);
    border: 2px solid #8a5500;
    border-radius: 6px 6px 40% 40% / 6px 6px 22px 22px;
    padding: 8px 16px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    box-shadow: 0 0 18px #f5c40033, 0 3px 10px #00000066;
}

.footer-logo-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
    text-shadow: 1px 1px 0 #5a3000;
    line-height: 1;
}

.footer-logo-sub {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 5px;
    text-shadow: 1px 1px 0 #5a3000;
    line-height: 1;
}

.footer-divider {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.08);
    margin: 0;
}

/* Video */
.footer-video-wrap {
    width: 100%;
    max-width: 620px;
    border-radius: 10px;
    overflow: hidden;
    background: #1e1e1e;
    margin-bottom: 14px;
    aspect-ratio: 16/9;
}

.footer-video-wrap iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.footer-video-desc {
    font-size: 12px !important;
    color: rgba(255,255,255,0.55) !important;
}

/* Bottom bar */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.06);
    text-align: center;
    padding: 18px 32px;
}

.footer-bottom p {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    color: rgba(255,255,255,0.45);
}

@media (max-width: 640px) {
    .footer-responsible {
        flex-direction: column-reverse;
        align-items: center;
    }

    .footer-section p {
        max-width: 100%;
    }
}