/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-wrb8tzrl9t] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wrb8tzrl9t] {
    flex: 1;
    background-color: #141414;
}

.content[b-wrb8tzrl9t] {
    background-color: #141414;
}

.sidebar[b-wrb8tzrl9t] {
    background-color: #1a1208;
}

#blazor-error-ui[b-wrb8tzrl9t] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-wrb8tzrl9t] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (min-width: 641px) {
    .page[b-wrb8tzrl9t] {
        flex-direction: row;
    }

    .sidebar[b-wrb8tzrl9t] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ReSharper disable all -- ::deep is Blazor's CSS isolation combinator */

.navbar-toggler[b-dc1zgpl5r2] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-dc1zgpl5r2] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-dc1zgpl5r2] {
    min-height: 3.5rem;
    background-color: #1a1208;
}

.navbar-brand[b-dc1zgpl5r2] {
    font-size: 1.1rem;
    color: #e8c89a !important;
    text-decoration: none;
}

.navbar-brand:hover[b-dc1zgpl5r2] {
    color: #fff8ee !important;
}

.bi[b-dc1zgpl5r2] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-dc1zgpl5r2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-dc1zgpl5r2] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-dc1zgpl5r2] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-dc1zgpl5r2] {
        padding-bottom: 1rem;
    }

    .nav-item[b-dc1zgpl5r2]  .nav-link {
        color: #c8650a;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-dc1zgpl5r2]  a.active {
    background-color: #2a1608;
    color: #e8850a;
}

.nav-item[b-dc1zgpl5r2]  .nav-link:hover {
    background-color: rgba(200, 100, 10, 0.2);
    color: #e8850a;
}

.nav-scrollable[b-dc1zgpl5r2] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-dc1zgpl5r2] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-dc1zgpl5r2] {
        display: none;
    }

    .nav-scrollable[b-dc1zgpl5r2] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ============================================================
   Home.razor.css — iTrackBilliards Web
   Page-specific styles for Home.razor
   
   SECTIONS
   1.  Page Layout
   2.  Hero (from landing page reference — future use)
   3.  Stats Bar
   4.  Shared Section Styles
   5.  Features
   6.  Billiard University
   7.  How It Works
   8.  Pricing
   9.  Roadmap
   10. Download / Store Buttons
   11. Video Tutorials
   12. Footer
   13. Utilities
   ============================================================ */


/* ============================================================
   1. PAGE LAYOUT
   ============================================================ */

.itb-content[b-5j4ylqgpfq] {
    text-align: center;
    padding: 2rem;
}

    .itb-content h1[b-5j4ylqgpfq] {
        font-size: 2.5rem;
        margin-bottom: 0.5rem;
    }

    .itb-content p[b-5j4ylqgpfq] {
        margin-bottom: 0.5rem;
    }


/* ============================================================
   2. HERO  (landing page reference — future use)
   ============================================================ */

.hero[b-5j4ylqgpfq] {
    display: flex;
    align-items: center;
    min-height: 480px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #1e1208;
}

.hero-glow[b-5j4ylqgpfq] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: radial-gradient(ellipse 60% 80% at 10% 50%, #1f1208 0%, #111 65%);
}

.hero-left[b-5j4ylqgpfq] {
    position: relative;
    z-index: 2;
    padding: 56px 40px;
    flex: 0 0 50%;
}

.eyebrow[b-5j4ylqgpfq] {
    font-size: 13px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #9a5820;
    margin-bottom: 14px;
}

.h1[b-5j4ylqgpfq] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 72px;
    line-height: .92;
    color: #e8ddd0;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

    .h1 em[b-5j4ylqgpfq] {
        color: #c8650a;
        font-style: normal;
        display: block;
    }

.hero-sub[b-5j4ylqgpfq] {
    font-size: 18px;
    color: #b09070;
    line-height: 1.65;
    margin: 18px 0 30px;
    font-weight: 300;
    max-width: 360px;
}

    .hero-sub b[b-5j4ylqgpfq] {
        color: #d07840;
        font-weight: 400;
    }

.cta-row[b-5j4ylqgpfq] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.btn-pri[b-5j4ylqgpfq] {
    background: #c8650a;
    color: #0a0602;
    padding: 12px 28px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    text-decoration: none;
    display: inline-block;
}

    .btn-pri:hover[b-5j4ylqgpfq] {
        background: #e07510;
    }

.btn-sec[b-5j4ylqgpfq] {
    background: transparent;
    color: #8a6040;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 17px;
    border: 1px solid #3a2010;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
}

    .btn-sec:hover[b-5j4ylqgpfq] {
        color: #c8650a;
        border-color: #6a3818;
    }

.pills[b-5j4ylqgpfq] {
    display: flex;
    gap: 7px;
    margin-top: 22px;
    flex-wrap: wrap;
}

.pill[b-5j4ylqgpfq] {
    font-size: 13px;
    padding: 4px 11px;
    border-radius: 20px;
    background: #1a1208;
    border: 1px solid #2a1608;
    color: #7a5838;
    letter-spacing: .5px;
}

.hero-right[b-5j4ylqgpfq] {
    flex: 0 0 50%;
    padding: 32px 32px 32px 16px;
    position: relative;
    z-index: 2;
}

.app-frame[b-5j4ylqgpfq] {
    background: #1a1a1a;
    border: 1.5px solid #3a2a10;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 48px rgba(200, 101, 10, .1);
}

.frame-bar[b-5j4ylqgpfq] {
    background: #111;
    padding: 7px 12px;
    border-bottom: 1px solid #2a1a08;
    display: flex;
    align-items: center;
    gap: 8px;
}

.frame-dot[b-5j4ylqgpfq] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2a1a08;
}

.frame-title[b-5j4ylqgpfq] {
    font-size: 11px;
    color: #c8650a;
    letter-spacing: .5px;
    font-weight: 500;
}

.frame-body[b-5j4ylqgpfq] {
    display: flex;
}

.frame-sidebar[b-5j4ylqgpfq] {
    width: 130px;
    border-right: 1px solid #2a1a08;
    background: #0f0f0f;
    padding: 10px 0;
    flex-shrink: 0;
}

.frame-sidebar-item[b-5j4ylqgpfq] {
    padding: 7px 14px;
    font-size: 11px;
    color: #5a3018;
    border-left: 2px solid transparent;
}

    .frame-sidebar-item.active[b-5j4ylqgpfq] {
        color: #c8650a;
        border-left-color: #c8650a;
        background: #1a1208;
    }

    .frame-sidebar-item.locked[b-5j4ylqgpfq] {
        color: #2a1808;
        font-size: 10px;
    }

.frame-sidebar-divider[b-5j4ylqgpfq] {
    height: 1px;
    background: #1e1208;
    margin: 8px 10px;
}

.frame-main[b-5j4ylqgpfq] {
    flex: 1;
}

.frame-screen-header[b-5j4ylqgpfq] {
    padding: 8px 14px;
    font-size: 12px;
    color: #c8650a;
    border-bottom: 1px solid #2a1a08;
    text-align: center;
}

.frame-table[b-5j4ylqgpfq] {
    width: 100%;
    border-collapse: collapse;
    font-size: 10px;
}

    .frame-table th[b-5j4ylqgpfq] {
        padding: 5px 8px;
        color: #e8850a;
        font-weight: 500;
        border-bottom: 1px solid #3a2a10;
        text-align: left;
        background: #161208;
    }

    .frame-table td[b-5j4ylqgpfq] {
        padding: 4px 8px;
        color: #a85808;
        border-bottom: 1px solid #1e1208;
    }

    .frame-table tr:nth-child(even) td[b-5j4ylqgpfq] {
        background: #141008;
    }

.frame-footer[b-5j4ylqgpfq] {
    padding: 5px 10px;
    text-align: right;
    font-size: 10px;
    color: #5a3818;
    border-top: 1px solid #1e1208;
}


/* ============================================================
   3. STATS BAR
   ============================================================ */

.stats[b-5j4ylqgpfq] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid #1e1208;
    background: #0d0d0d;
}

.stat[b-5j4ylqgpfq] {
    padding: 22px 28px;
    border-right: 1px solid #1e1208;
}

    .stat:last-child[b-5j4ylqgpfq] {
        border-right: none;
    }

.stat-n[b-5j4ylqgpfq] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 38px;
    color: #c8650a;
    line-height: 1;
}

.stat-l[b-5j4ylqgpfq] {
    font-size: 11px;
    color: #7a5030;
    margin-top: 4px;
    letter-spacing: .5px;
    text-transform: uppercase;
}


/* ============================================================
   4. SHARED SECTION STYLES
   ============================================================ */

.sec[b-5j4ylqgpfq] {
    padding: 56px 40px;
}

.sec-alt[b-5j4ylqgpfq] {
    background: #0d0a06;
    border-top: 1px solid #1e1208;
    border-bottom: 1px solid #1e1208;
}

.sec-label[b-5j4ylqgpfq] {
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #9a5820;
    margin-bottom: 8px;
}

.sec-h[b-5j4ylqgpfq] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 36px;
    color: #d8ccc0;
    margin-bottom: 6px;
    letter-spacing: .5px;
}

.sec-sub[b-5j4ylqgpfq] {
    font-size: 15px;
    color: #a88060;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 36px;
    max-width: 600px;
}


/* ============================================================
   5. FEATURES
   ============================================================ */

.feat-grid[b-5j4ylqgpfq] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    background: #1e1208;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #1e1208;
}

.feat[b-5j4ylqgpfq] {
    background: #111;
    padding: 26px 28px 26px 30px;
    position: relative;
    overflow: hidden;
    transition: background .2s;
}

    .feat:hover[b-5j4ylqgpfq] {
        background: #141208;
    }

.feat-bar[b-5j4ylqgpfq] {
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #c8650a;
    opacity: 0;
    transition: opacity .2s;
}

.feat:hover .feat-bar[b-5j4ylqgpfq] {
    opacity: 1;
}

.feat-tag[b-5j4ylqgpfq] {
    display: inline-block;
    font-size: 9px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.tag-free[b-5j4ylqgpfq] {
    color: #7a9038;
    background: #1a2010;
    border: 1px solid #2a3818;
}

.tag-player[b-5j4ylqgpfq] {
    color: #5a78a8;
    background: #101828;
    border: 1px solid #1a2838;
}

.tag-pro[b-5j4ylqgpfq] {
    color: #8a68a8;
    background: #180e28;
    border: 1px solid #281838;
}

.feat-h[b-5j4ylqgpfq] {
    font-size: 15px;
    font-weight: 500;
    color: #d8b090;
    margin-bottom: 8px;
}

.feat-p[b-5j4ylqgpfq] {
    font-size: 13px;
    color: #a88060;
    line-height: 1.65;
    font-weight: 300;
}

.feat-differentiator[b-5j4ylqgpfq] {
    font-size: 12px;
    color: #c07030;
    font-style: italic;
    margin-top: 8px;
    line-height: 1.5;
}


/* ============================================================
   6. BILLIARD UNIVERSITY
   ============================================================ */

.bu-inner[b-5j4ylqgpfq] {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.bu-badge[b-5j4ylqgpfq] {
    flex: 0 0 auto;
    background: #141008;
    border: 1px solid #3a2010;
    border-radius: 10px;
    padding: 24px;
    text-align: center;
    min-width: 170px;
}

.bu-badge-title[b-5j4ylqgpfq] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 26px;
    color: #c8650a;
    line-height: 1;
    margin-bottom: 4px;
}

.bu-badge-sub[b-5j4ylqgpfq] {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8a5830;
    line-height: 1.5;
}

.bu-divider[b-5j4ylqgpfq] {
    width: 40px;
    height: 1px;
    background: #3a2010;
    margin: 12px auto;
}

.bu-credit[b-5j4ylqgpfq] {
    font-size: 10px;
    color: #7a5030;
    font-style: italic;
    line-height: 1.6;
}

.bu-exam-row[b-5j4ylqgpfq] {
    display: flex;
    gap: 8px;
    margin-top: 20px;
    align-items: stretch;
}

.bu-exam-i[b-5j4ylqgpfq] {
    background: #141008;
    border: 1px solid #3a2010;
    border-radius: 6px;
    padding: 12px 16px;
    flex: 0 0 160px;
}

.bu-exam-ii[b-5j4ylqgpfq] {
    display: flex;
    gap: 6px;
    flex: 1;
}

.bu-exam-card[b-5j4ylqgpfq] {
    background: #141008;
    border: 1px solid #2a1608;
    border-radius: 6px;
    padding: 10px 12px;
    flex: 1;
}

    .bu-exam-card.doctorate[b-5j4ylqgpfq] {
        border-color: #3a2010;
    }

.bu-exam-level[b-5j4ylqgpfq] {
    font-size: 9px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #7a5030;
    margin-bottom: 3px;
}

.bu-exam-name[b-5j4ylqgpfq] {
    font-size: 13px;
    color: #c88050;
    font-weight: 500;
}

.bu-exam-detail[b-5j4ylqgpfq] {
    font-size: 11px;
    color: #9a7050;
    margin-top: 3px;
    line-height: 1.4;
}

.bu-arrow[b-5j4ylqgpfq] {
    display: flex;
    align-items: center;
    color: #8a6040;
    font-size: 18px;
    padding: 0 2px;
    align-self: center;
}

.bu-free[b-5j4ylqgpfq] {
    display: inline-block;
    background: #1a2010;
    border: 1px solid #2a3818;
    color: #7a9040;
    font-size: 9px;
    padding: 2px 7px;
    border-radius: 3px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 6px;
}

.bu-note[b-5j4ylqgpfq] {
    font-size: 12px;
    color: #a08060;
    font-weight: 300;
    line-height: 1.6;
    margin-top: 16px;
    padding: 12px 16px;
    background: #141008;
    border-left: 2px solid #3a2010;
    border-radius: 0 6px 6px 0;
}


/* ============================================================
   7. HOW IT WORKS
   ============================================================ */

.steps[b-5j4ylqgpfq] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
}

    .steps[b-5j4ylqgpfq]::before {
        content: '';
        position: absolute;
        top: 22px;
        left: 12.5%;
        right: 12.5%;
        height: 1px;
        background: linear-gradient(90deg, #c8650a 0%, #2e1a08 100%);
    }

.step[b-5j4ylqgpfq] {
    text-align: center;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

.step-n[b-5j4ylqgpfq] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #111;
    border: 2px solid #c8650a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    color: #c8650a;
    margin: 0 auto 14px;
}

.step:first-child .step-n[b-5j4ylqgpfq] {
    background: #c8650a;
    color: #0a0602;
}

.step-h[b-5j4ylqgpfq] {
    font-size: 14px;
    font-weight: 500;
    color: #c09070;
    margin-bottom: 6px;
}

.step-p[b-5j4ylqgpfq] {
    font-size: 12px;
    color: #907060;
    line-height: 1.5;
}


/* ============================================================
   8. PRICING
   ============================================================ */

.pricing-grid[b-5j4ylqgpfq] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    background: #1e1208;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #1e1208;
}

.tier[b-5j4ylqgpfq] {
    background: #111;
    padding: 24px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.tier-pop[b-5j4ylqgpfq] {
    background: #141008;
    border-top: 3px solid #c8650a;
}

.tier-pop-badge[b-5j4ylqgpfq] {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    background: #c8650a;
    color: #0a0602;
    font-size: 9px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 0 0 5px 5px;
    font-weight: 500;
    white-space: nowrap;
}

.tier-name[b-5j4ylqgpfq] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
    color: #d8ccc0;
    line-height: 1;
    margin-bottom: 2px;
}

.tier-price[b-5j4ylqgpfq] {
    font-size: 13px;
    color: #a07050;
    min-height: 20px;
}

    .tier-price b[b-5j4ylqgpfq] {
        font-size: 20px;
        color: #c8650a;
        font-weight: 500;
    }

.tier-section-label[b-5j4ylqgpfq] {
    font-size: 9px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #9a7048;
    margin: 14px 0 6px;
    padding-top: 14px;
    border-top: 1px solid #1e1208;
}

.tier-feature[b-5j4ylqgpfq] {
    font-size: 12px;
    color: #c09070;
    line-height: 1.8;
    padding-left: 14px;
    position: relative;
}

    .tier-feature[b-5j4ylqgpfq]::before {
        content: '';
        position: absolute;
        left: 0;
        top: 8px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #c8650a;
        opacity: .7;
    }

    .tier-feature.dim[b-5j4ylqgpfq] {
        color: #9a7048;
    }

        .tier-feature.dim[b-5j4ylqgpfq]::before {
            opacity: .4;
        }

.tier-spacer[b-5j4ylqgpfq] {
    flex: 1;
    min-height: 12px;
}

.tier-cta[b-5j4ylqgpfq] {
    margin-top: 16px;
    width: 100%;
    background: transparent;
    border: 1px solid #3a2010;
    color: #a06838;
    padding: 9px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    text-decoration: none;
    display: block;
    text-align: center;
    transition: border-color .15s, color .15s;
}

    .tier-cta:hover[b-5j4ylqgpfq] {
        border-color: #c8650a;
        color: #c8650a;
    }

.tier-pop .tier-cta[b-5j4ylqgpfq] {
    background: #c8650a;
    border-color: #c8650a;
    color: #0a0602;
    font-weight: 500;
}

    .tier-pop .tier-cta:hover[b-5j4ylqgpfq] {
        background: #e07510;
    }


/* ============================================================
   9. ROADMAP
   ============================================================ */

.phases[b-5j4ylqgpfq] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    background: #1e1208;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #1e1208;
}

.phase[b-5j4ylqgpfq] {
    background: #111;
    padding: 22px 18px;
}

.phase-now[b-5j4ylqgpfq] {
    background: #141008;
}

.phase-num[b-5j4ylqgpfq] {
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #7a5838;
    margin-bottom: 6px;
}

.phase-name[b-5j4ylqgpfq] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 12px;
}

.phase-now .phase-name[b-5j4ylqgpfq] {
    color: #c8650a;
}

.phase:not(.phase-now) .phase-name[b-5j4ylqgpfq] {
    color: #5a3818;
}

.phase-item[b-5j4ylqgpfq] {
    font-size: 12px;
    line-height: 1.8;
    padding-left: 12px;
    position: relative;
}

.phase-now .phase-item[b-5j4ylqgpfq] {
    color: #a07850;
}

.phase:not(.phase-now) .phase-item[b-5j4ylqgpfq] {
    color: #5a3820;
}

.phase-item[b-5j4ylqgpfq]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

.phase-now .phase-item[b-5j4ylqgpfq]::before {
    background: #c8650a;
    opacity: .7;
}

.phase:not(.phase-now) .phase-item[b-5j4ylqgpfq]::before {
    background: #3a2808;
}

.phase-status[b-5j4ylqgpfq] {
    display: inline-block;
    font-size: 9px;
    padding: 3px 9px;
    border-radius: 3px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 12px;
}

.status-live[b-5j4ylqgpfq] {
    background: #1a2010;
    border: 1px solid #3a4820;
    color: #7a9038;
}

.status-soon[b-5j4ylqgpfq] {
    background: #1a1208;
    border: 1px solid #3a2010;
    color: #8a5830;
}

.status-future[b-5j4ylqgpfq] {
    background: #141414;
    border: 1px solid #2a2020;
    color: #6a4828;
}

/* ============================================================
   10. DOWNLOAD / STORE BUTTONS
   ============================================================ */

.download-section[b-5j4ylqgpfq] {
    text-align: center;
    padding: 2rem;
    margin-top: 1.5rem;
    border-top: 3px double #c8a070;
    border-top: 3px double rgba(200, 160, 112, 0.6);
}
    .download-section h3[b-5j4ylqgpfq] {
        font-size: 1.4rem;
        color: #e8c89a;
        margin-bottom: 0.5rem;
    }

    .download-section p[b-5j4ylqgpfq] {
        font-size: 1rem;
        color: #6a4828;
        margin-bottom: 1.5rem;
    }

.store-buttons[b-5j4ylqgpfq] {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.store-btn[b-5j4ylqgpfq] {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #1a1208;
    border: 1px solid #3a2010;
    border-radius: 8px;
    padding: 10px 20px;
    text-decoration: none;
    transition: border-color 0.15s, background 0.15s;
    min-width: 160px;
}

    .store-btn:hover[b-5j4ylqgpfq] {
        border-color: #c8650a;
        background: #2a1a08;
    }

.store-btn-disabled[b-5j4ylqgpfq] {
    opacity: 0.45;
    pointer-events: none;
    cursor: default;
}

.store-icon[b-5j4ylqgpfq] {
    font-size: 1.6rem;
    color: #c8650a;
}

.store-btn-label[b-5j4ylqgpfq] {
    text-align: left;
}

.store-top[b-5j4ylqgpfq] {
    font-size: 0.75rem;
    color: #deb887;
    letter-spacing: .5px;
}

.store-name[b-5j4ylqgpfq] {
    font-size: 1rem;
    color: #c8a070;
    font-weight: 500;
}


/* ============================================================
   11. VIDEO TUTORIALS
   ============================================================ */

.video-row[b-5j4ylqgpfq] {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    justify-content: center;
    margin-bottom: 2rem;
}

.video-row .video-group[b-5j4ylqgpfq] {
    flex: 0 1 320px;
}

.video-section[b-5j4ylqgpfq] {
    text-align: center;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 3px double #c8a070;
    border-top: 3px double rgba(200, 160, 112, 0.6);
}

.video-section h3[b-5j4ylqgpfq] {
        font-size: 1.4rem;
        color: #e8c89a;
        margin-bottom: 0.25rem;
    }

.video-section-divider[b-5j4ylqgpfq] {
    width: 60px;
    height: 2px;
    background: #c8650a;
    margin: 0.5rem auto 1.5rem auto;
}

.video-group[b-5j4ylqgpfq] {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 1.75rem;
    min-width: 300px;
    padding: 0 2rem;
}
    .video-group h4[b-5j4ylqgpfq] {
        font-size: 1.05rem;
        color: #c8650a;
        margin-bottom: 0.5rem;
        padding-bottom: 0.25rem;
        border-bottom: 1px solid #2a1608;
        text-align: left;
    }

.video-list[b-5j4ylqgpfq] {
    display: inline-block;
    text-align: left;
    margin: 0.5rem 0 0 0;
    padding-left: 1.2rem;
    width: 100%;
}

    .video-list li[b-5j4ylqgpfq] {
        margin-bottom: 0.5rem;
        font-size: 1rem;
    }

    .video-list a[b-5j4ylqgpfq] {
        color: #4db8c8;
        text-decoration: none;
    }

        .video-list a:hover[b-5j4ylqgpfq] {
            color: #7dd8e8;
            text-decoration: underline;
        }

        .video-list a.coming-soon[b-5j4ylqgpfq] {
            color: #4a3020;
            pointer-events: none;
            cursor: default;
        }


/* ============================================================
   12. FOOTER
   ============================================================ */

.footer[b-5j4ylqgpfq] {
    background: #0a0702;
    border-top: 1px solid #1a1008;
    padding: 24px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-logo[b-5j4ylqgpfq] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18px;
    color: #7a5838;
    text-decoration: none;
}

.footer-links[b-5j4ylqgpfq] {
    display: flex;
    gap: 20px;
}

    .footer-links a[b-5j4ylqgpfq] {
        font-size: 11px;
        color: #6a4828;
        text-decoration: none;
    }

        .footer-links a:hover[b-5j4ylqgpfq] {
            color: #c8650a;
        }

.footer-copy[b-5j4ylqgpfq] {
    font-size: 11px;
    color: #5a3820;
}


/* ============================================================
   13. UTILITIES
   ============================================================ */

/* Video cards (landing page reference — future use) */
.videos-grid[b-5j4ylqgpfq] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.video-card[b-5j4ylqgpfq] {
    background: #141008;
    border: 1px solid #2a1608;
    border-radius: 8px;
    overflow: hidden;
    opacity: .65;
}

.video-thumb[b-5j4ylqgpfq] {
    height: 88px;
    background: #1a1208;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #2a1608;
}

.play-icon[b-5j4ylqgpfq] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1.5px solid #3a2010;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-body[b-5j4ylqgpfq] {
    padding: 12px 14px;
}

.video-title[b-5j4ylqgpfq] {
    font-size: 13px;
    color: #8a6040;
    font-weight: 500;
    margin-bottom: 3px;
}

.video-sub[b-5j4ylqgpfq] {
    font-size: 11px;
    color: #5a3820;
}

.yt-row[b-5j4ylqgpfq] {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.yt-btn[b-5j4ylqgpfq] {
    background: #1a1208;
    border: 1px solid #3a2010;
    color: #a06030;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 13px;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

    .yt-btn:hover[b-5j4ylqgpfq] {
        border-color: #c8650a;
        color: #c8650a;
    }

.yt-dot[b-5j4ylqgpfq] {
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: #c8650a;
    flex-shrink: 0;
}

.yt-note[b-5j4ylqgpfq] {
    font-size: 12px;
    color: #7a5030;
}
