/* ==========================================================================
   ICOACHRETARDS.COM - EVSCAPE EDITION MASTER STYLESHEET
   Clean, Fast, Premium Streamer Meme Aesthetic
   ========================================================================== */

:root {
    --bg-dark: #090a0f;
    --bg-card: rgba(18, 20, 29, 0.85);
    --bg-card-hover: rgba(28, 31, 46, 0.95);
    --border-color: rgba(255, 255, 255, 0.12);
    
    --neon-green: #00ff66;
    --kick-green: #53fc18;
    --neon-pink: #ff007f;
    --neon-yellow: #ffe600;
    --neon-red: #ff3366;
    --twitch-purple: #9146ff;
    
    --text-main: #ffffff;
    --text-muted: #a0a5ba;
    
    --font-heading: 'Black Ops One', 'Space Grotesk', sans-serif;
    --font-body: 'Outfit', sans-serif;
}

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

html {
    scroll-behavior: smooth;
    background-color: var(--bg-dark);
    color: var(--text-main);
    font-family: var(--font-body);
    overflow-x: hidden;
}

/* --------------------------------------------------------------------------
   Ticker Bar
   -------------------------------------------------------------------------- */
.ticker-wrap {
    width: 100%;
    background: linear-gradient(90deg, #53fc18, #00ff66, #ff007f);
    color: #000;
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-weight: 900;
    padding: 6px 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 100;
    box-shadow: 0 0 15px rgba(83, 252, 24, 0.5);
}

.ticker {
    display: inline-block;
    animation: marquee 22s linear infinite;
}

.ticker-item {
    display: inline-block;
    padding: 0 25px;
    letter-spacing: 1px;
}

@keyframes marquee {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-50%, 0, 0); }
}

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */
.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 40px;
    background: rgba(9, 10, 15, 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 99;
}

.logo-box {
    display: flex;
    align-items: center;
    gap: 14px;
}

.header-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid var(--kick-green);
    box-shadow: 0 0 10px var(--kick-green);
    object-fit: cover;
}

.logo-subtext {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    color: var(--kick-green);
    letter-spacing: 1px;
    line-height: 1.1;
    text-shadow: 0 0 10px rgba(83, 252, 24, 0.5);
}

.logo-tag {
    font-size: 0.72rem;
    font-weight: 900;
    color: var(--neon-pink);
    letter-spacing: 1.5px;
}

.live-badge-kick {
    background: var(--kick-green);
    color: black;
    font-family: var(--font-heading);
    font-size: 0.85rem;
    font-weight: 900;
    padding: 6px 14px;
    border-radius: 6px;
    text-decoration: none;
    box-shadow: 0 0 12px rgba(83, 252, 24, 0.7);
    animation: blink 1.2s ease-in-out infinite alternate;
    transition: transform 0.2s ease;
}

.live-badge-kick:hover {
    transform: scale(1.06);
}

@keyframes blink {
    from { opacity: 1; transform: scale(1); }
    to { opacity: 0.75; transform: scale(0.96); }
}

/* --------------------------------------------------------------------------
   Section 1: Hero
   -------------------------------------------------------------------------- */
.hero-section {
    position: relative;
    padding: 70px 20px 60px 20px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
}

.hero-glow-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 650px;
    height: 650px;
    background: radial-gradient(circle, rgba(83, 252, 24, 0.25) 0%, rgba(255, 0, 127, 0.15) 50%, rgba(0,0,0,0) 70%);
    filter: blur(65px);
    pointer-events: none;
}

.hero-content {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.streamer-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(83, 252, 24, 0.12);
    border: 1px solid var(--kick-green);
    padding: 6px 18px 6px 8px;
    border-radius: 30px;
    color: var(--kick-green);
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 1px;
    margin-bottom: 20px;
    box-shadow: 0 0 15px rgba(83, 252, 24, 0.3);
}

.hero-profile-img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 1.5px solid var(--kick-green);
}

.main-title {
    font-family: var(--font-heading);
    font-size: 5rem;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.title-line1 {
    display: block;
    color: #ffffff;
    text-shadow: 0 0 25px rgba(255, 255, 255, 0.6);
}

.title-sub-meme {
    display: block;
    font-size: 2.2rem;
    background: linear-gradient(90deg, #ff007f, #ffe600, #53fc18);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 20px rgba(83, 252, 24, 0.8));
}

.hero-subtitle {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    color: var(--kick-green);
    max-width: 680px;
    margin: 0 auto 35px auto;
    letter-spacing: 1px;
    text-shadow: 0 0 15px rgba(83, 252, 24, 0.4);
}

.hero-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Button UI */
.btn {
    font-family: var(--font-heading);
    font-size: 1rem;
    padding: 14px 28px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.btn-primary {
    background: linear-gradient(135deg, var(--kick-green), #00b347);
    color: #000;
    font-weight: 900;
}

.btn-primary:hover {
    transform: translateY(-4px) scale(1.04);
    box-shadow: 0 8px 25px rgba(83, 252, 24, 0.6);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid var(--border-color);
    backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: var(--neon-yellow);
    color: var(--neon-yellow);
    transform: translateY(-4px);
}

/* Stationary Hero Stickers Layout */
.hero-stickers-static {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 40px auto 0 auto;
}

.sticker-static {
    background: rgba(18, 20, 29, 0.92);
    border: 2px solid var(--kick-green);
    padding: 8px 16px 8px 10px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.5);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.sticker-static:hover {
    transform: translateY(-4px) scale(1.05);
    border-color: var(--neon-yellow);
}

.sticker-img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 1.5px solid white;
}

.sticker-text { font-family: var(--font-heading); font-size: 0.82rem; }

/* --------------------------------------------------------------------------
   General Section Layout
   -------------------------------------------------------------------------- */
.section {
    padding: 60px 40px;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.section-header {
    text-align: center;
    margin-bottom: 45px;
}

.section-title {
    font-family: var(--font-heading);
    font-size: 2.3rem;
    color: var(--text-main);
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.section-desc {
    color: var(--text-muted);
    font-size: 1.05rem;
}

.glass-panel {
    background: var(--bg-card);
    backdrop-filter: blur(15px);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.glass-panel:hover {
    border-color: rgba(255, 255, 255, 0.25);
}

/* --------------------------------------------------------------------------
   Section 2: Stat Counter Grid
   -------------------------------------------------------------------------- */
.stat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
}

.stat-card {
    padding: 30px 20px;
    text-align: center;
    transition: transform 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-6px);
    border-color: var(--kick-green);
}

.stat-value {
    font-family: var(--font-heading);
    font-size: 3.5rem;
    line-height: 1;
    margin-bottom: 10px;
}

.text-red { color: #ff3366; text-shadow: 0 0 15px rgba(255, 51, 102, 0.5); }
.text-yellow { color: var(--neon-yellow); text-shadow: 0 0 15px rgba(255, 230, 0, 0.5); }
.text-green { color: var(--kick-green); text-shadow: 0 0 15px rgba(83, 252, 24, 0.5); }
.text-purple { color: #d1b3ff; text-shadow: 0 0 15px rgba(209, 179, 255, 0.5); }

.stat-label {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    color: white;
    margin-bottom: 6px;
}

.stat-sub {
    font-size: 0.85rem;
    color: var(--text-muted);
}

/* --------------------------------------------------------------------------
   Section 3: Bio
   -------------------------------------------------------------------------- */
.bio-card {
    padding: 40px;
    max-width: 950px;
    margin: 0 auto;
}

.bio-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.bio-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid var(--kick-green);
    box-shadow: 0 0 20px rgba(83, 252, 24, 0.5);
    object-fit: cover;
}

.bio-title {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    color: var(--kick-green);
}

.bio-tag {
    font-size: 0.8rem;
    font-weight: 900;
    color: var(--neon-pink);
    letter-spacing: 1px;
}

.bio-paragraph {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #e2e4ed;
}

.bio-paragraph strong {
    color: var(--kick-green);
}

/* --------------------------------------------------------------------------
   Stream Clips Showcase & Kick Chat Sidebar
   -------------------------------------------------------------------------- */
.clips-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}

@media (max-width: 1024px) {
    .clips-container {
        grid-template-columns: 1fr;
    }
}

.video-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.video-card {
    padding: 20px;
    overflow: hidden;
}

.video-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.streamer-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.clip-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--kick-green);
}

.clip-title {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    display: block;
}

.clip-tag {
    background: rgba(83, 252, 24, 0.18);
    color: var(--kick-green);
    border: 1px solid var(--kick-green);
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 0.78rem;
    font-weight: 700;
}

.clip-tag.highlight {
    background: rgba(255, 230, 0, 0.2);
    color: var(--neon-yellow);
    border-color: var(--neon-yellow);
}

.video-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
    aspect-ratio: 16/9;
}

.video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-overlay-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(0,0,0,0.8);
    border: 1px solid var(--kick-green);
    color: var(--kick-green);
    font-family: var(--font-heading);
    font-size: 0.75rem;
    padding: 4px 10px;
    border-radius: 6px;
    pointer-events: none;
}

.video-controls-custom {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.v-btn {
    background: rgba(255, 255, 255, 0.08);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 8px 14px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.v-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.v-btn.accent {
    background: rgba(83, 252, 24, 0.2);
    border-color: var(--kick-green);
    color: var(--kick-green);
}

.v-btn.danger {
    background: rgba(255, 0, 127, 0.2);
    border-color: var(--neon-pink);
    color: var(--neon-pink);
}

/* Kick Chat */
.kick-chat-panel {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 500px;
    padding: 18px;
    border-color: rgba(83, 252, 24, 0.2);
}

.chat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 15px;
}

.chat-title.kick-title {
    font-family: var(--font-heading);
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--kick-green);
}

.viewer-count {
    font-size: 0.8rem;
    color: var(--text-muted);
}

.chat-messages {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 480px;
    padding-right: 5px;
}

.chat-msg {
    font-size: 0.88rem;
    line-height: 1.4;
    word-break: break-word;
    animation: fadeInMsg 0.3s ease;
}

@keyframes fadeInMsg {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

.chat-username {
    font-weight: 700;
    margin-right: 6px;
}

.chat-text {
    color: #e2e4ed;
}

.chat-input-area {
    display: flex;
    gap: 8px;
    margin-top: 15px;
    padding-top: 12px;
    border-top: 1px solid var(--border-color);
}

.chat-input-area input {
    flex: 1;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 10px 12px;
    color: white;
    font-family: var(--font-body);
}

.chat-input-area input:focus {
    outline: none;
    border-color: var(--kick-green);
}

.kick-send-btn {
    background: var(--kick-green);
    color: black;
    border: none;
    padding: 0 16px;
    border-radius: 8px;
    font-family: var(--font-heading);
    font-weight: 900;
    cursor: pointer;
}

/* --------------------------------------------------------------------------
   Section 4: Cards (The Hall of Shame)
   -------------------------------------------------------------------------- */
.shame-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.shame-card {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    border-top: 4px solid var(--kick-green);
    overflow: hidden;
}

.shame-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.shame-card-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--kick-green);
}

.shame-badge {
    background: rgba(83, 252, 24, 0.15);
    color: var(--kick-green);
    border: 1px solid var(--kick-green);
    padding: 4px 12px;
    border-radius: 6px;
    font-family: var(--font-heading);
    font-size: 0.75rem;
}

.shame-badge.danger {
    background: rgba(255, 51, 102, 0.15);
    color: var(--neon-red);
    border-color: var(--neon-red);
}

.shame-badge.warning {
    background: rgba(255, 230, 0, 0.15);
    color: var(--neon-yellow);
    border-color: var(--neon-yellow);
}

.shame-title {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    color: white;
    margin-bottom: 12px;
}

.shame-desc {
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

.shame-footer {
    font-family: var(--font-heading);
    font-size: 0.8rem;
    color: var(--kick-green);
    letter-spacing: 1px;
}

/* --------------------------------------------------------------------------
   EVScape Photo Wall ("ALL OVER THE PAGE NICELY")
   -------------------------------------------------------------------------- */
.photo-wall-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}

.photo-card {
    padding: 14px;
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.photo-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    transition: transform 0.3s ease;
}

.photo-card:hover {
    transform: translateY(-8px) scale(1.03);
    border-color: var(--kick-green);
    box-shadow: 0 12px 30px rgba(83, 252, 24, 0.3);
}

.photo-card:hover img {
    transform: scale(1.06);
}

.photo-caption {
    font-family: var(--font-heading);
    font-size: 0.85rem;
    color: var(--kick-green);
    margin-top: 12px;
    letter-spacing: 0.5px;
}

/* --------------------------------------------------------------------------
   Section 5: Mock Testimonials
   -------------------------------------------------------------------------- */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 25px;
}

.testimonial-card {
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.testimonial-quote {
    font-size: 1.1rem;
    font-style: italic;
    line-height: 1.5;
    color: #e2e4ed;
    margin-bottom: 20px;
}

.testimonial-author {
    font-family: var(--font-heading);
    color: var(--kick-green);
    font-size: 0.95rem;
    align-self: flex-end;
}

/* --------------------------------------------------------------------------
   Section 6: Footer
   -------------------------------------------------------------------------- */
.main-footer {
    border-top: 1px solid var(--border-color);
    background: #050608;
    padding: 50px 20px;
    text-align: center;
    position: relative;
    z-index: 10;
}

.footer-logo {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    color: var(--kick-green);
    margin-bottom: 8px;
}

.footer-text {
    color: var(--text-muted);
    font-size: 0.95rem;
    margin-bottom: 25px;
}

.footer-kick-box {
    margin-bottom: 30px;
}

.kick-channel-btn {
    display: inline-block;
    background: var(--kick-green);
    color: black;
    font-family: var(--font-heading);
    font-size: 1.1rem;
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 0 20px rgba(83, 252, 24, 0.6);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kick-channel-btn:hover {
    transform: scale(1.06);
    box-shadow: 0 0 35px rgba(83, 252, 24, 0.9);
}

.footer-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.sm-btn {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid var(--border-color);
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 700;
}

.sm-btn:hover {
    background: var(--kick-green);
    color: black;
}

/* Reaction Popups */
#reactionOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 999;
}

.popup-reaction {
    position: absolute;
    font-family: var(--font-heading);
    font-size: 2.5rem;
    color: var(--kick-green);
    text-shadow: 0 0 15px rgba(83, 252, 24, 0.8), 0 0 5px black;
    animation: popAndFade 1.2s forwards cubic-bezier(0.175, 0.885, 0.32, 1.275);
    user-select: none;
}

@keyframes popAndFade {
    0% { transform: scale(0.3) rotate(-15deg); opacity: 0; }
    50% { transform: scale(1.4) rotate(10deg); opacity: 1; }
    100% { transform: scale(1) translateY(-60px); opacity: 0; }
}
