@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,400;0,500;0,600;0,800;0,900;1,400&display=swap');

html, body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100%;
    background: linear-gradient(180deg, #001a33 0%, #000810 35%, #000000 100%);
    background-attachment: fixed;
    color: #ffffff;
    overflow-x: hidden;
    scroll-behavior: smooth;
    transition: background 0.4s ease-in-out;
}

body.main-active { background: linear-gradient(180deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.5) 45%, rgba(0,0,0,0.85) 100%), url('../tlo/main.png'); background-size: cover; background-position: center; background-attachment: fixed; }
body.about-active { background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 45%, rgba(0,0,0,0.9) 100%), url('../tlo/about.png'); background-size: cover; background-position: center; background-attachment: fixed; }
body.setup-active { background: linear-gradient(180deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.5) 45%, rgba(0,0,0,0.85) 100%), url('../tlo/setup.png'); background-size: cover; background-position: center; background-attachment: fixed; }
body.socials-active { background: linear-gradient(180deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 45%, rgba(0,0,0,0.85) 100%), url('../tlo/socials.png'); background-size: cover; background-position: center; background-attachment: fixed; }
body.partnership-active { background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.55) 45%, rgba(0,0,0,0.9) 100%), url('../tlo/partnership.png'); background-size: cover; background-position: center; background-attachment: fixed; }
body.giveaway-active { background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 45%, rgba(0,0,0,0.9) 100%), url('../tlo/giveaway.png'); background-size: cover; background-position: center; background-attachment: fixed; }
body.stats-active { background: radial-gradient(circle at 50% 15%, rgba(0, 210, 255, 0.14) 0%, rgba(0, 8, 16, 0.92) 38%, #000 100%), url('../tlo/stats.png'); background-size: cover; background-position: center; background-attachment: fixed; }

:root {
    --neon-blue: #00d2ff;
    --dark-blue: #00264d;
    --panel-bg: rgba(6, 11, 20, 0.85);
    --border-tech: rgba(0, 210, 255, 0.25);
    --cyber-green: #00ff66;
    --yt-red: #ff0000;
    --x-style: #ffffff;
    --dc-blurple: #5865F2;
}

a { text-decoration: none; color: inherit; transition: 0.2s; }
ul { list-style: none; padding: 0; margin: 0; }

header {
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    padding: 15px 8%; display: flex; justify-content: space-between; align-items: center;
    position: fixed; top: 0; width: 100%; z-index: 1000; box-sizing: border-box;
    border-bottom: 3px solid var(--neon-blue); box-shadow: 0 5px 25px rgba(0, 210, 255, 0.15);
}
.logo-section { display: flex; align-items: center; gap: 15px; }
.header-avatar { width: 50px; height: 50px; border-radius: 8px; border: 2px solid var(--neon-blue); object-fit: contain; background-color: #000; box-shadow: 0 0 10px rgba(0, 210, 255, 0.4); }
.logo { font-family: 'Bebas Neue', sans-serif; font-size: 38px; letter-spacing: 2px; }
.logo span { color: var(--neon-blue); text-shadow: 0 0 8px var(--neon-blue); }
nav ul { display: flex; gap: 5px; }
nav a { text-transform: uppercase; font-size: 11px; font-weight: 800; color: #bbb; letter-spacing: 2px; cursor: pointer; padding: 10px 14px; clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%); transition: 0.2s; }
nav a:hover, nav a.active { color: #000; background-color: var(--neon-blue); font-weight: 900; box-shadow: 0 0 15px rgba(0, 210, 255, 0.4); }
.giveaway-nav-btn { position: relative; background: linear-gradient(135deg, rgba(255, 0, 85, 0.15) 0%, rgba(255, 0, 85, 0.05) 100%); border: 1px solid rgba(255, 0, 85, 0.3); color: #ff0055 !important; }
.giveaway-nav-btn.active, .giveaway-nav-btn:hover { background: #ff0055; color:#fff !important; box-shadow:0 0 15px rgba(255,0,85,.4); }
.pulse-dot { display:inline-block; width:6px; height:6px; border-radius:50%; background:#ff0055; margin-left:6px; box-shadow:0 0 8px #ff0055; animation:pulseDot 1.4s infinite; vertical-align:middle; }
@keyframes pulseDot { 0%,100%{opacity:.4;transform:scale(.8)} 50%{opacity:1;transform:scale(1.2)} }

main { padding-top: 130px; box-sizing: border-box; min-height: calc(100vh - 60px); }
.page-section { display: block; padding: 40px 8%; animation: fadeIn 0.4s ease-out; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }
.section-title { font-family: 'Bebas Neue', sans-serif; font-size: 56px; letter-spacing: 3px; margin-bottom: 40px; border-left: 5px solid var(--neon-blue); padding-left: 15px; text-shadow: 0 2px 10px rgba(0,0,0,0.8); line-height: 1; }
.section-title span { color: var(--neon-blue); }

.hero { display: grid; grid-template-columns: 1fr 310px 2.2fr; gap: 40px; align-items: start; }
.hero-content h1 { font-family: 'Bebas Neue', sans-serif; font-size: 95px; margin: 0; letter-spacing: 4px; line-height: 0.9; text-shadow: 0 4px 15px rgba(0,0,0,0.6); }
.hero-content h1 span { color: var(--neon-blue); text-shadow: 0 0 15px rgba(0, 210, 255, 0.4); }
.hero .subtitle { color: #eee; text-transform: uppercase; font-size: 13px; letter-spacing: 4px; margin: 20px 0 40px; font-weight: 600; text-shadow: 0 2px 5px rgba(0,0,0,0.9); }
.hero-giveaway-zone { width: 100%; display: flex; justify-content: center; }
.hero-btns { display: flex; gap: 15px; margin-top: 20px; flex-wrap: wrap; }
.btn { padding: 16px 35px; font-weight: 800; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; cursor: pointer; transition: 0.3s ease; border: none; clip-path: polygon(0 0, 88% 0, 100% 100%, 12% 100%); }
.btn-blue { background: linear-gradient(90deg, var(--neon-blue) 0%, #0088ff 100%); color: #000; box-shadow: 0 4px 15px rgba(0, 210, 255, 0.3); }
.btn-blue:hover { background: #fff; color: #000; transform: scale(1.05); box-shadow: 0 0 25px rgba(0, 210, 255, 0.6); }
.btn-donate { background: linear-gradient(90deg, #ff0055 0%, #ff0088 100%); color: #fff; box-shadow: 0 4px 15px rgba(255, 0, 85, 0.3); }
.btn-donate:hover { background: #fff; color: #000; transform: scale(1.05); box-shadow: 0 0 25px rgba(255, 0, 85, 0.6); }

.twitch-stream-container { width: 100%; padding-top: 56.25%; position: relative; background-color: #000; border: 2px solid var(--neon-blue); box-shadow: 0 0 30px rgba(0, 210, 255, 0.25); border-radius: 4px; overflow: hidden; }
.twitch-stream-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.about-content { max-width: 950px; }
.about-details h3 { font-family: 'Bebas Neue', sans-serif; font-size: 46px; margin-top: 0; letter-spacing: 2px; text-shadow: 0 2px 10px rgba(0,0,0,0.8); }
.about-details h3 span { color: var(--neon-blue); }
.about-details p { color: #e0e0e0; line-height: 1.6; font-size: 16px; text-shadow: 0 2px 6px rgba(0,0,0,0.9); font-weight: 500; }
.spec-item { background: var(--panel-bg); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); padding: 22px 25px; border-left: 4px solid var(--neon-blue); border-bottom: 1px solid var(--border-tech); margin-top: 25px; border-radius: 0 10px 10px 0; box-shadow: 0 6px 20px rgba(0,0,0,0.5); display: flex; flex-direction: column; gap: 12px; transition: transform 0.25s ease, border-left-color 0.25s ease; }
.spec-item:hover { transform: translateX(5px); border-left-color: #ffffff; }
.spec-label { font-size: 12px; color: var(--neon-blue); text-transform: uppercase; font-weight: 800; letter-spacing: 2px; margin-bottom: 2px; text-shadow: 0 0 8px rgba(0, 210, 255, 0.3); }
.spec-row { display: flex; align-items: center; gap: 12px; font-weight: 600; font-size: 17px; color: #ffffff; line-height: 1.4; }
.spec-icon { font-size: 18px; color: var(--neon-blue); background: rgba(0, 210, 255, 0.1); padding: 4px 8px; border-radius: 4px; border: 1px solid rgba(0, 210, 255, 0.2); font-family: monospace; }
.email-block { display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,0.02); padding: 8px 14px; border-radius: 6px; border: 1px solid rgba(255,255,255,0.05); flex-wrap: wrap; gap: 10px; }
.email-text-group { display: flex; align-items: center; gap: 10px; }
.email-type-tag { font-size: 10px; text-transform: uppercase; font-weight: 800; padding: 2px 6px; border-radius: 3px; letter-spacing: 0.5px; }
.email-type-tag.private { background: rgba(0, 255, 102, 0.15); color: var(--cyber-green); border: 1px solid rgba(0, 255, 102, 0.3); }
.btn-mail-action { background: rgba(0, 210, 255, 0.1); border: 1px solid var(--neon-blue); color: var(--neon-blue); padding: 6px 14px; font-size: 11px; font-weight: 700; text-transform: uppercase; border-radius: 4px; cursor: pointer; transition: 0.2s ease; letter-spacing: 0.5px; }
.btn-mail-action:hover { background: var(--neon-blue); color: #000; box-shadow: 0 0 12px rgba(0, 210, 255, 0.4); transform: translateY(-1px); }

.setup-container { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.setup-category { background: rgba(6, 11, 20, 0.9); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid var(--border-tech); border-radius: 12px; padding: 25px; box-shadow: 0 15px 35px rgba(0,0,0,0.7); transition: 0.3s ease; }
.setup-category:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0, 210, 255, 0.3); border-color: rgba(0, 210, 255, 0.6); }
.setup-category h3 { font-family: 'Bebas Neue', sans-serif; font-size: 32px; letter-spacing: 2px; margin-top: 0; margin-bottom: 20px; color: var(--neon-blue); border-bottom: 1px solid rgba(0, 210, 255, 0.3); padding-bottom: 8px; text-shadow: 0 0 10px rgba(0, 210, 255, 0.3); }
.setup-item { display: flex; flex-direction: column; gap: 2px; margin-bottom: 15px; }
.setup-item:last-child { margin-bottom: 0; }
.setup-label { font-size: 10px; text-transform: uppercase; font-weight: 800; color: #999; letter-spacing: 1px; }
.setup-value { font-size: 14px; color: #fff; font-weight: 600; line-height: 1.4; }

.socials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.social-card { background: rgba(6, 11, 20, 0.9); backdrop-filter: blur(12px); border: 1px solid var(--border-tech); border-radius: 16px; padding: 50px 30px; text-align: center; cursor: pointer; transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 15px; box-shadow: 0 15px 35px rgba(0,0,0,0.6); }
.social-card h3 { font-family: 'Bebas Neue', sans-serif; font-size: 50px; margin: 0; letter-spacing: 3px; transition: transform 0.3s ease; }
.social-card p { color: #ccc; margin: 0; font-size: 14px; line-height: 1.5; font-weight: 500; max-width: 400px; }
.social-card.youtube:hover { border-color: var(--yt-red); box-shadow: 0 0 40px rgba(255, 0, 0, 0.35); transform: translateY(-8px); }
.social-card.youtube:hover h3 { color: var(--yt-red); text-shadow: 0 0 15px rgba(255, 0, 0, 0.5); transform: scale(1.05); }
.social-card.twitter:hover { border-color: var(--x-style); box-shadow: 0 0 40px rgba(255, 255, 255, 0.25); transform: translateY(-8px); }
.social-card.twitter:hover h3 { color: var(--x-style); text-shadow: 0 0 10px rgba(255, 255, 255, 0.3); transform: scale(1.05); }
.social-card.discord:hover { border-color: var(--dc-blurple); box-shadow: 0 0 40px rgba(88, 101, 242, 0.4); transform: translateY(-8px); }
.social-card.discord:hover h3 { color: var(--dc-blurple); text-shadow: 0 0 15px rgba(88, 101, 242, 0.6); transform: scale(1.05); }

.cards-grid { display: flex; gap: 30px; flex-wrap: wrap; }
.wspolpraca-card { background-color: var(--panel-bg); backdrop-filter: blur(10px); padding: 30px; width: 350px; border-radius: 14px; border: 1px solid var(--border-tech); display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 20px; transition: 0.3s ease; box-shadow: 0 15px 35px rgba(0,0,0,0.5); }
.wspolpraca-card:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(0, 210, 255, 0.25); border-color: rgba(0, 210, 255, 0.5); }
.partner-banner { width: 100%; height: 110px; border-radius: 8px; display: flex; align-items: center; justify-content: center; cursor: pointer; border: 1px solid rgba(255,255,255,0.1); transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0 30px ease; }
.banner-csgo { background: linear-gradient(135deg, #051937, #004d7a); border-bottom: 3px solid var(--neon-blue); box-shadow: inset 0 0 20px rgba(0,0,0,0.6); }
.banner-csgo:hover { transform: scale(1.04); box-shadow: 0 0 25px rgba(0, 210, 255, 0.45), inset 0 0 10px rgba(0,0,0,0.4); }
.banner-instreamly { background: #ffffff !important; transition: 0.3s; border-bottom: 3px solid #00ff66; box-shadow: 0 4px 10px rgba(0,0,0,0.3); }
.banner-instreamly:hover { transform: scale(1.04); box-shadow: 0 0 25px rgba(255, 255, 255, 0.6) !important; }
.partner-banner img { max-width: 85%; max-height: 75px; object-fit: contain; pointer-events: none; }
.code-label { font-size: 12px; text-transform: uppercase; color: #aaa; font-weight: 800; letter-spacing: 1px; text-align: center; }
.code-value { font-family: 'Bebas Neue', sans-serif; background-color: rgba(0, 40, 80, 0.5); color: var(--neon-blue); border: 2px dashed var(--neon-blue); padding: 14px 0; width: 100%; text-align: center; font-size: 36px; letter-spacing: 4px; cursor: pointer; border-radius: 8px; transition: all 0.2s ease; box-sizing: border-box; }
.code-value:hover { background-color: rgba(0, 210, 255, 0.2); text-shadow: 0 0 12px var(--neon-blue); border-color: #fff; color: #fff; }
.code-value.copied { color: var(--cyber-green) !important; border-color: var(--cyber-green) !important; background-color: rgba(0, 255, 102, 0.1) !important; text-shadow: 0 0 12px var(--cyber-green) !important; }
.wspolpraca-card p { font-size: 17px; color: #fff; line-height: 1.6; margin: 0; font-weight: 500; text-align: center; }
.bonus-highlight { color: var(--cyber-green); font-weight: 800; text-shadow: 0 0 10px rgba(0, 255, 102, 0.4); font-size: 19px; }
.responsible-gaming { display: block; margin-top: 5px; padding: 10px; background: rgba(255, 0, 0, 0.05); border: 1px solid rgba(255, 0, 0, 0.2); border-radius: 6px; color: #bbb; font-size: 11px; font-weight: 500; line-height: 1.4; text-align: center; width: 100%; box-sizing: border-box; }

.giveaway-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 30px; width: 100%; }
.giveaway-card { background: linear-gradient(145deg, rgba(10, 25, 50, 0.6) 0%, rgba(5, 10, 20, 0.8) 100%); backdrop-filter: blur(10px); border: 1px solid var(--border-tech); border-top: 4px solid var(--neon-blue); border-radius: 12px; padding: 25px; display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); overflow: hidden; box-shadow: 0 15px 35px rgba(0,0,0,0.6); }
.giveaway-card:hover { transform: translateY(-8px); border-color: rgba(0, 210, 255, 0.5); box-shadow: 0 15px 30px rgba(0, 210, 255, 0.3); }
.skin-image-container { width: 100%; height: 160px; display: flex; align-items: center; justify-content: center; margin-bottom: 15px; position: relative; background: radial-gradient(circle, rgba(0, 210, 255, 0.12) 0%, transparent 70%); }
.skin-image { max-width: 85%; max-height: 85%; object-fit: contain; filter: drop-shadow(0 10px 12px rgba(0,0,0,0.5)); transition: transform 0.3s ease; }
.giveaway-card:hover .skin-image { transform: scale(1.08) rotate(2deg); }
.skin-name { font-family: 'Bebas Neue', sans-serif; font-size: 26px; letter-spacing: 1px; color: #fff; margin: 10px 0 5px 0; line-height: 1; min-height: 52px; display: flex; align-items: center; justify-content: center; }
.skin-wear { font-size: 11px; color: #bbb; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 20px; font-weight: 800; }
.skin-stats { display: grid; grid-template-columns: 1fr 1fr; width: 100%; background: rgba(0, 0, 0, 0.6); padding: 12px 0; border-radius: 8px; margin-bottom: 25px; border: 1px solid rgba(0, 210, 255, 0.1); }
.stat-box { display: flex; flex-direction: column; }
.stat-box:first-child { border-right: 1px solid rgba(255, 255, 255, 0.1); }
.stat-label { font-size: 10px; color: #888; text-transform: uppercase; font-weight: 800; margin-bottom: 4px; letter-spacing: 0.5px; }
.stat-value-price { font-size: 16px; font-weight: 800; color: var(--cyber-green); }
.stat-value-dep { font-size: 16px; font-weight: 800; color: var(--neon-blue); }
.flame-badge { position: absolute; top: 15px; right: 15px; background: rgba(255, 95, 0, 0.25); color: #ff5f00; padding: 4px 12px; border-radius: 20px; font-size: 10px; font-weight: 800; border: 1px solid rgba(255, 95, 0, 0.4); letter-spacing: 0.5px; }

footer { padding: 40px 8%; border-top: 1px solid var(--border-tech); font-size: 12px; color: #888; text-align: center; font-weight: 600; background: rgba(0, 0, 0, 0.7); }

.stream-layout { display:grid; grid-template-columns: 2fr 1fr; gap:20px; align-items:start; width:100%; max-width:100%; box-sizing:border-box; }
.stream-box, .neon-chat-box { min-width:0; }
.stream-box { position:relative; width:100%; aspect-ratio:16 / 9; border-radius:12px; overflow:hidden; border:1px solid rgba(0,210,255,0.25); box-shadow:0 0 30px rgba(0,210,255,0.15); background:#000; }
.stream-box iframe { position:absolute; top:0; left:0; width:100%; height:100%; border:0; }
.chat-box iframe { width:100%; height:100%; min-height:500px; border:1px solid rgba(255,255,255,0.08); border-radius:12px; }
.stream-overlay { position:absolute; top:10px; left:10px; right:10px; z-index:10; display:flex; justify-content:space-between; align-items:center; padding:10px 14px; background:rgba(0,0,0,0.55); backdrop-filter:blur(10px); border-radius:10px; }
.stream-title { font-size:12px; color:#ccc; font-weight:700; }
.stream-btn { background:#00d2ff; border:none; padding:6px 12px; font-weight:800; font-size:11px; cursor:pointer; clip-path:polygon(0 0,85% 0,100% 100%,15% 100%); }
.neon-chat-box { position:relative; width:100%; height:100%; min-height:500px; border-radius:12px; overflow:hidden; background:#05070d; border:1px solid rgba(0,210,255,0.25); box-shadow:0 0 25px rgba(0,210,255,0.2); }
.chat-header { position:absolute; top:0; left:0; right:0; z-index:10; display:flex; align-items:center; gap:10px; padding:10px 14px; background:rgba(0,0,0,0.65); backdrop-filter:blur(10px); border-bottom:1px solid rgba(0,210,255,0.25); font-size:12px; font-weight:800; letter-spacing:1px; color:#00d2ff; text-transform:uppercase; }
.neon-chat-box iframe { position:absolute; top:40px; left:0; width:100%; height:calc(100% - 40px); border:0; }

.yt-slider-container { margin-top: 60px; width: 100%; animation: fadeIn 0.8s ease-out; }
.slider-title { font-family: 'Bebas Neue', sans-serif; font-size: 40px; letter-spacing: 2px; text-shadow: 0 2px 10px rgba(0,0,0,0.8); margin-bottom: 20px; border-left: 5px solid var(--yt-red); padding-left: 15px; }
.slider-title span { color: var(--yt-red); }
.yt-slider { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding-bottom: 20px; }
.yt-slider::-webkit-scrollbar { height: 8px; }
.yt-slider::-webkit-scrollbar-track { background: rgba(0,0,0,0.4); border-radius: 4px; }
.yt-slider::-webkit-scrollbar-thumb { background: var(--yt-red); border-radius: 4px; }
.yt-slide { flex: 0 0 320px; scroll-snap-align: start; background: rgba(6, 11, 20, 0.85); backdrop-filter: blur(10px); border: 1px solid rgba(255, 0, 0, 0.2); border-radius: 12px; overflow: hidden; transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); box-shadow: 0 10px 25px rgba(0,0,0,0.5); display: block; }
.yt-slide:hover { transform: translateY(-8px); border-color: var(--yt-red); box-shadow: 0 15px 30px rgba(255, 0, 0, 0.3); }
.yt-thumb { width: 100%; aspect-ratio: 16/9; background-color: #000; position: relative; }
.yt-thumb img { width: 100%; height: 100%; object-fit: cover; }
.yt-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; font-size: 45px; text-shadow: 0 0 15px rgba(0,0,0,0.9); opacity: 0.8; transition: 0.3s; }
.yt-slide:hover .yt-play { color: var(--yt-red); opacity: 1; transform: translate(-50%, -50%) scale(1.15); }
.yt-info { padding: 18px; }
.yt-video-title { font-size: 15px; font-weight: 700; color: #fff; margin: 0 0 10px 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; line-height: 1.5; }
.yt-video-date { font-size: 11px; color: var(--neon-blue); font-weight: 800; text-transform: uppercase; letter-spacing: 1px;}
.yt-more-slide { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: linear-gradient(135deg, rgba(255,0,0,0.15) 0%, rgba(6,11,20,0.95) 100%); text-decoration: none; min-height: 250px; }
.yt-more-icon { font-size: 50px; color: var(--yt-red); margin-bottom: 15px; transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
.yt-more-slide:hover .yt-more-icon { transform: scale(1.25) rotate(5deg); }
.yt-more-text { font-family: 'Bebas Neue', sans-serif; font-size: 34px; color: #fff; letter-spacing: 2px; text-shadow: 0 2px 10px rgba(0,0,0,0.8); }

.stats-shell { max-width: 1280px; margin: 0 auto; }
.stats-viewer { --stats-accent: #7a5cff; --stats-accent-2: #d6b24c; position: relative; max-width: 1120px; margin: 0 auto; overflow: hidden; border-radius: 22px; border: 1px solid color-mix(in srgb, var(--stats-accent) 38%, transparent); background: radial-gradient(circle at 8% 0%, color-mix(in srgb, var(--stats-accent) 18%, transparent), transparent 34%), linear-gradient(145deg, rgba(6,11,20,.98), rgba(2,6,12,.97)); box-shadow: 0 30px 80px rgba(0,0,0,.68), 0 0 40px color-mix(in srgb, var(--stats-accent) 12%, transparent), inset 0 1px 0 rgba(255,255,255,.04); transition: border-color .25s ease, box-shadow .25s ease, background .25s ease; }
.stats-viewer::before { content: ''; position: absolute; inset: 0 0 auto 0; height: 3px; background: linear-gradient(90deg, var(--stats-accent), var(--stats-accent-2), var(--stats-accent)); box-shadow: 0 0 20px color-mix(in srgb, var(--stats-accent) 60%, transparent); z-index: 3; }
.stats-viewer::after { content: ''; position: absolute; width: 260px; height: 260px; right: -120px; top: -120px; border-radius: 50%; background: color-mix(in srgb, var(--stats-accent) 12%, transparent); filter: blur(8px); pointer-events: none; }
.stats-viewer.premier-mode { --stats-accent: #7a5cff; --stats-accent-2: #d6b24c; }
.stats-viewer.faceit-mode { --stats-accent: #ff5500; --stats-accent-2: #ffb000; }
.stats-premium-top { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px 30px 22px; border-bottom: 1px solid rgba(255,255,255,.06); background: linear-gradient(90deg, rgba(255,255,255,.025), transparent 72%); }
.stats-profile-main { display: flex; align-items: center; gap: 18px; min-width: 0; }
.stats-avatar { width: 78px; height: 78px; object-fit: contain; border-radius: 16px; background: #000; border: 2px solid color-mix(in srgb, var(--stats-accent) 75%, white 10%); box-shadow: 0 0 28px color-mix(in srgb, var(--stats-accent) 28%, transparent); }
.stats-profile-copy { min-width: 0; }
.stats-kicker { color: color-mix(in srgb, var(--stats-accent) 74%, white 26%); font-size: 10px; font-weight: 900; letter-spacing: 2.4px; text-transform: uppercase; margin-bottom: 5px; }
.stats-player-name { font-family: 'Bebas Neue', sans-serif; font-size: 46px; letter-spacing: 2px; line-height: .95; margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.stats-player-meta { margin-top: 9px; color: #9aa8b8; font-size: 11px; font-weight: 750; letter-spacing: 1.1px; text-transform: uppercase; }
.stats-live-pill { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 999px; color: var(--cyber-green); background: rgba(0,255,102,.07); border: 1px solid rgba(0,255,102,.22); font-size: 9px; font-weight: 900; letter-spacing: 1.2px; white-space: nowrap; }
.stats-live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--cyber-green); box-shadow: 0 0 10px var(--cyber-green); animation: statsPulse 1.8s ease-in-out infinite; }
@keyframes statsPulse { 0%,100% { opacity: .45; transform: scale(.85); } 50% { opacity: 1; transform: scale(1.15); } }
.stats-control-row { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(220px, 1fr) auto auto; align-items: center; gap: 18px; padding: 18px 24px; border-bottom: 1px solid rgba(255,255,255,.06); background: rgba(0,0,0,.18); }
.stats-viewer-label { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.stats-viewer-title { font-family: 'Bebas Neue', sans-serif; font-size: 26px; letter-spacing: 1.8px; line-height: 1; color: #fff; }
.stats-viewer-subtitle { color: #7e8b9a; font-size: 9px; font-weight: 850; letter-spacing: 1.1px; text-transform: uppercase; }
.stats-tabs { display: inline-flex; align-items: center; gap: 5px; padding: 5px; border-radius: 12px; background: rgba(0,0,0,.46); border: 1px solid rgba(255,255,255,.08); box-shadow: inset 0 1px 8px rgba(0,0,0,.35); }
.stats-tab { position: relative; min-width: 118px; padding: 11px 18px; border: 0; border-radius: 9px; cursor: pointer; background: transparent; color: #7f8b99; text-align: center; transition: color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease; }
.stats-tab:hover { color: #fff; transform: translateY(-1px); }
.stats-tab.active { color: #fff; background: linear-gradient(135deg, color-mix(in srgb, var(--stats-accent) 38%, #10151f), color-mix(in srgb, var(--stats-accent-2) 22%, #0b1018)); box-shadow: 0 0 18px color-mix(in srgb, var(--stats-accent) 20%, transparent), inset 0 1px 0 rgba(255,255,255,.08); }
.stats-tab-title { display: block; font-family: 'Bebas Neue', sans-serif; font-size: 19px; line-height: 1; letter-spacing: 1.5px; }
.stats-actions { display: flex; gap: 8px; justify-content: flex-end; }
.stats-action { border: 1px solid color-mix(in srgb, var(--stats-accent) 35%, transparent); background: color-mix(in srgb, var(--stats-accent) 8%, transparent); color: color-mix(in srgb, var(--stats-accent) 62%, white 38%); padding: 9px 12px; border-radius: 8px; cursor: pointer; font-size: 8px; font-weight: 900; letter-spacing: .9px; text-transform: uppercase; transition: .2s ease; white-space: nowrap; }
.stats-action:hover { background: var(--stats-accent); color: #fff; border-color: var(--stats-accent); box-shadow: 0 0 18px color-mix(in srgb, var(--stats-accent) 32%, transparent); transform: translateY(-1px); }
.stats-frame-wrap { position: relative; z-index: 1; width: 100%; height: 290px; min-height: 0; padding: 20px; box-sizing: border-box; display: flex; justify-content: center; align-items: flex-start; overflow: hidden; background: radial-gradient(circle at center, color-mix(in srgb, var(--stats-accent) 6%, transparent), transparent 70%), #02050a; }
.stats-frame { display: block; flex: 0 0 auto; width: 700px; height: 250px; min-height: 0; border: 0; background: transparent; transform-origin: top center; }

@media (max-width: 1200px) and (min-width: 993px) { header { padding-left: 3%; padding-right: 3%; } nav a { padding: 10px 10px; letter-spacing: 1.3px; } }
@media (max-width: 992px) {
    header { flex-direction: column; padding: 15px 5%; gap: 15px; }
    nav ul { flex-wrap: wrap; justify-content: center; gap: 5px; }
    nav a { padding: 8px 14px; font-size: 10px; }
    main { padding-top: 220px; }
    body.main-active, body.about-active, body.setup-active, body.socials-active, body.partnership-active, body.giveaway-active, body.stats-active { background-attachment: scroll; }
    .stats-premium-top { align-items: flex-start; flex-direction: column; padding: 22px; }
    .stats-control-row { grid-template-columns: 1fr; align-items: stretch; padding: 16px; }
    .stats-tabs { width: 100%; box-sizing: border-box; }
    .stats-tab { flex: 1; min-width: 0; }
    .stats-actions { width: 100%; justify-content: stretch; }
    .stats-action { flex: 1; text-align: center; }
    .stats-viewer { min-height: 0; border-radius: 17px; }
    .stats-frame-wrap { min-height: 0; padding: 16px; }
    .hero { grid-template-columns: 1fr; gap: 40px; text-align: center; }
    .hero-giveaway-zone { margin: 0 auto; width: 100%; max-width: 320px; }
    .hero-content h1 { font-size: 70px; }
    .hero-btns { justify-content: center; }
    .stream-layout { grid-template-columns: 1fr; }
    .about-content { margin: 0 auto; }
    .setup-container { grid-template-columns: 1fr; gap: 20px; }
    .cards-grid { justify-content: center; }
    .socials-grid { grid-template-columns: 1fr; gap: 20px; }
    .social-card { padding: 35px 25px; }
    .social-card h3 { font-size: 40px; }
    .email-block { flex-direction: column; align-items: flex-start; }
    .btn-mail-action { width: 100%; text-align: center; margin-top: 5px; }
}
@media (max-width: 560px) {
    .section-title { font-size: 46px; }
    .stats-player-name { font-size: 34px; }
    .stats-avatar { width: 62px; height: 62px; border-radius: 12px; }
    .stats-profile-main { align-items: flex-start; }
    .stats-live-pill { font-size: 8px; }
    .stats-frame-wrap { min-height: 0; padding: 10px; }
    .stats-action { flex: 1; text-align: center; }
    .yt-slide { flex-basis: 280px; }
    .wspolpraca-card { width: min(350px, 100%); box-sizing: border-box; }
}


/* --- POPRAWKI WSPÓLNE DLA OSOBNYCH PODSTRON --- */
.hero-giveaway-card {
    border-color: #ff0055 !important;
    box-shadow: 0 0 25px rgba(255, 0, 85, 0.25) !important;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}
.hero-flame {
    background: rgba(255, 0, 85, 0.2) !important;
    color: #ff0055 !important;
    border-color: rgba(255, 0, 85, 0.4) !important;
}
.hero-skin-bg {
    background: radial-gradient(circle, rgba(255, 0, 85, 0.12) 0%, transparent 70%) !important;
}
.hero-skin-name { font-size: 22px !important; min-height: 44px !important; }
.hero-skin-stats { margin-bottom: 15px !important; }
.hero-giveaway-button {
    width: 100%;
    padding: 12px 0;
    font-size: 11px;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
    box-sizing: border-box;
}

/* FIX5 */
.stats-frame-mode[hidden]{display:none !important;}
.stats-frame-mode{display:block; flex:0 0 auto; margin:0 auto;}
