/* /Components/Pages/IndexPageSections/About.razor.rz.scp.css */


#about-me-pic[b-7vx1e6l35c] {
    border-radius: 0.8rem;
    border: var(--border-about-img);
}

.about .content h3[b-7vx1e6l35c] {
    font-weight: 700;
    font-size: 26px;
    color: var(--text-heading-primary);
}

.about .content ul[b-7vx1e6l35c] {
    list-style: none;
    padding: 0;
}

.about .content ul li[b-7vx1e6l35c] {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.about .content ul strong[b-7vx1e6l35c] {
    margin-right: 10px;
}

.about .content ul i[b-7vx1e6l35c] {
    font-size: 16px;
    margin-right: 5px;
    color: var(--accent-heading-line);
    line-height: 0;
}

.about .content p:last-child[b-7vx1e6l35c] {
    margin-bottom: 0;
}
/* /Components/Pages/IndexPageSections/ClusterInfo.razor.rz.scp.css */

.stats .stats-item[b-tsbpl027ck] {
    padding: 1rem;
    flex: 1 1 25rem;
    min-width: 20rem;
    display: flex;
    align-items: center;
    background-color: var(--bg-section-alt);
    border-radius: 0.5rem;
    box-shadow: var(--shadow-soft);
    gap: 1.25rem;
}

#stats-list[b-tsbpl027ck] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
}

.stats .stats-item img.stats-icon[b-tsbpl027ck] {
    width: 5rem;
    height: 5rem;
    flex-shrink: 0;
}

.stats .stats-item .counter[b-tsbpl027ck] {
    font-size: 2rem;
    font-weight: 700;
    white-space: nowrap;
    margin: 0;
    background: linear-gradient(to right, var(--text-counter), var(--text-counter-fade));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stats .stats-item p[b-tsbpl027ck] {
    color: color-mix(in srgb, var(--text-body), transparent 40%);
    margin: 0.2rem 0 0 0;
}
/* /Components/Pages/IndexPageSections/Hero.razor.rz.scp.css */
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero[b-9cv0ykwikt] {
    width: 100%;
    height: 100vh;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: var(--sidebar-width); /* Add padding to account for sidebar width */
    box-sizing: border-box; /* Include padding in width calculation */
}

@media (max-width: 1199px) {
    #hero[b-9cv0ykwikt] {
        padding-left: 0;
    }
}


#hero[b-9cv0ykwikt]:before {
    content: "";
    background: var(--bg-hero-overlay);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

#hero .hero-container[b-9cv0ykwikt] {
    position: relative;
    z-index: 2;
    min-width: 300px;
    padding: 1.4rem;
}

#hero h1[b-9cv0ykwikt] {
    margin: 0 0 10px 0;
    font-size: 64px;
    font-weight: 700;
    line-height: 56px;
    color: var(--color-white);
}

#hero p[b-9cv0ykwikt] {
    color: var(--color-white);
    margin-bottom: 50px;
    font-size: 26px;
    font-family: "Poppins", sans-serif;
}

#hero p[b-9cv0ykwikt] {
    color: var(--color-white);
    padding-bottom: 4px;
    letter-spacing: 1px;
}

.bing-credit[b-9cv0ykwikt] {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: var(--color-white);
    z-index: 1;
    padding: 0.5rem 1.4rem 0.5rem 1.4rem;
}

@media (min-width: 1024px) {
    #hero[b-9cv0ykwikt] {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #hero h1[b-9cv0ykwikt] {
        font-size: 2.5rem;
        line-height: 36px;
    }

    #hero h2[b-9cv0ykwikt] {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .bing-credit[b-9cv0ykwikt]{
        font-size: 0.8rem;
        left: 1rem;
        bottom: 1rem;
        padding: 0;
    }
}
/* /Components/Pages/IndexPageSections/Resume.razor.rz.scp.css */


/* ==========================================================================
   Intro Card & Download Action
   ========================================================================== */
.resume-intro-card[b-ihypgi6dcb] {
    background: var(--bg-card);
    border: 1px solid rgba(128, 128, 128, 0.15);
    border-radius: 16px;
    padding: 24px 28px;
    box-shadow: var(--shadow-card);
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
}

.resume-intro-card[b-ihypgi6dcb]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--color-celestial-blue) 0%, #38bdf8 100%);
}

.intro-text p[b-ihypgi6dcb] {
    line-height: 1.65;
    font-size: 0.98rem;
    color: var(--text-body);
}

.btn-cv-download[b-ihypgi6dcb] {
    background: var(--color-celestial-blue);
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 0.92rem;
    padding: 10px 22px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.25s ease;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(20, 157, 221, 0.25);
    white-space: nowrap;
}

.btn-cv-download:hover[b-ihypgi6dcb] {
    background: var(--color-celestial-blue-hover);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(20, 157, 221, 0.4);
}

/* ==========================================================================
   Fast Stats Metric Ribbon
   ========================================================================== */
.stat-banner[b-ihypgi6dcb] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px;
    margin-bottom: 28px;
}

.stat-box[b-ihypgi6dcb] {
    background: var(--bg-card);
    border: 1px solid rgba(128, 128, 128, 0.15);
    border-radius: 14px;
    padding: 16px 20px;
    text-align: center;
    box-shadow: var(--shadow-soft);
    transition: transform 0.2s ease;
}

.stat-box:hover[b-ihypgi6dcb] {
    transform: translateY(-2px);
}

.stat-value[b-ihypgi6dcb] {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--text-counter, var(--color-celestial-blue));
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
}

.stat-label[b-ihypgi6dcb] {
    font-size: 0.8rem;
    color: var(--text-body);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 4px;
    font-weight: 600;
}

/* ==========================================================================
   Bento Cards
   ========================================================================== */
.bento-card[b-ihypgi6dcb] {
    background: var(--bg-card);
    border: 1px solid rgba(128, 128, 128, 0.15);
    border-radius: 16px;
    padding: 24px 26px;
    box-shadow: var(--shadow-card);
    transition: all 0.25s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.bento-card:hover[b-ihypgi6dcb] {
    border-color: var(--color-celestial-blue);
    transform: translateY(-3px);
    box-shadow: 0 12px 28px -4px rgba(20, 157, 221, 0.18);
}

.bento-card.highlight[b-ihypgi6dcb] {
    background: linear-gradient(135deg, var(--bg-card) 0%, rgba(20, 157, 221, 0.05) 100%);
    border-color: rgba(20, 157, 221, 0.35);
}

/* Status Beacon */
.status-beacon[b-ihypgi6dcb] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #10b981;
    background: rgba(16, 185, 129, 0.12);
    padding: 4px 12px;
    border-radius: 20px;
}

.beacon-dot[b-ihypgi6dcb] {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.25);
    animation: beacon-pulse-b-ihypgi6dcb 1.8s infinite;
}

@keyframes beacon-pulse-b-ihypgi6dcb {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

/* Typography in Bento */
.bento-role-title[b-ihypgi6dcb] {
    font-size: 1.22rem;
    font-weight: 700;
    color: var(--text-heading-secondary);
    font-family: "Poppins", sans-serif;
    margin-bottom: 4px;
}

.bento-company-tag[b-ihypgi6dcb] {
    color: var(--color-celestial-blue);
    font-weight: 600;
    font-size: 0.92rem;
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
}

.bento-date[b-ihypgi6dcb] {
    font-size: 0.8rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 16px;
    background: var(--bg-timeline-badge);
    color: var(--text-heading-primary);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.bento-bullets[b-ihypgi6dcb] {
    list-style: none;
    padding-left: 0;
    margin: 12px 0 16px;
    flex-grow: 1;
}

.bento-bullets li[b-ihypgi6dcb] {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--text-body);
}

.bento-bullets li[b-ihypgi6dcb]::before {
    content: "→";
    position: absolute;
    left: 2px;
    color: var(--color-celestial-blue);
    font-weight: 700;
}

.bento-tags[b-ihypgi6dcb] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid rgba(128, 128, 128, 0.15);
}

.bento-tag[b-ihypgi6dcb] {
    font-size: 0.75rem;
    font-weight: 500;
    padding: 3px 9px;
    border-radius: 6px;
    background: var(--bg-section-alt);
    color: var(--text-body);
    border: 1px solid rgba(128, 128, 128, 0.15);
}

/* ==========================================================================
   Certifications & Degrees Bento Sub-components
   ========================================================================== */
.bento-section-heading[b-ihypgi6dcb] {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-heading-primary);
    font-family: "Poppins", sans-serif;
    margin: 0;
}

.cert-counter-badge[b-ihypgi6dcb] {
    font-size: 0.76rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 12px;
    background: var(--bg-timeline-badge);
    color: var(--text-heading-primary);
}

.cert-bento-grid[b-ihypgi6dcb] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    gap: 10px;
}

.cert-item-row[b-ihypgi6dcb] {
    background: var(--bg-section-alt);
    border: 1px solid rgba(128, 128, 128, 0.12);
    border-radius: 10px;
    padding: 12px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    transition: transform 0.2s ease;
}

.cert-item-row:hover[b-ihypgi6dcb] {
    transform: translateX(3px);
}

.cert-item-info h5[b-ihypgi6dcb] {
    font-size: 0.92rem;
    font-weight: 700;
    margin: 0 0 2px;
    color: var(--text-heading-secondary);
}

.cert-item-info span[b-ihypgi6dcb] {
    font-size: 0.82rem;
    color: var(--color-celestial-blue);
    font-weight: 500;
}

.cert-year-badge[b-ihypgi6dcb] {
    font-size: 0.78rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 8px;
    background: var(--bg-timeline-badge);
    color: var(--text-heading-primary);
    white-space: nowrap;
}

.edu-item-row[b-ihypgi6dcb] {
    background: var(--bg-section-alt);
    border: 1px solid rgba(128, 128, 128, 0.12);
    border-radius: 10px;
    padding: 14px 16px;
    transition: transform 0.2s ease;
}

.edu-item-row:hover[b-ihypgi6dcb] {
    transform: translateX(3px);
}

.edu-item-row h5[b-ihypgi6dcb] {
    font-size: 0.95rem;
    color: var(--text-heading-secondary);
}

.edu-degree-subtitle[b-ihypgi6dcb] {
    color: var(--color-celestial-blue);
    font-size: 0.88rem;
    font-weight: 600;
}

.edu-date-badge[b-ihypgi6dcb] {
    font-size: 0.8rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 8px;
    background: var(--bg-timeline-badge);
    color: var(--text-heading-primary);
    white-space: nowrap;
}

/* ==========================================================================
   Earlier Career Collapsible Accordion Drawer
   ========================================================================== */
.earlier-accordion-item[b-ihypgi6dcb] {
    background: var(--bg-card);
    border: 1px solid rgba(128, 128, 128, 0.15);
    border-radius: 14px !important;
    overflow: hidden;
    box-shadow: var(--shadow-card);
}

.earlier-accordion-btn[b-ihypgi6dcb] {
    background: var(--bg-card);
    color: var(--text-heading-secondary);
    font-weight: 600;
    font-size: 0.95rem;
    box-shadow: none !important;
    padding: 16px 20px;
}

.earlier-accordion-btn:not(.collapsed)[b-ihypgi6dcb] {
    background: var(--bg-section-alt);
    color: var(--text-heading-primary);
}

.earlier-accordion-body[b-ihypgi6dcb] {
    background: var(--bg-card);
    padding: 20px;
}

.earlier-role-card[b-ihypgi6dcb] {
    background: var(--bg-section-alt);
    border: 1px solid rgba(128, 128, 128, 0.12);
    border-radius: 10px;
    padding: 14px;
    height: 100%;
}

.earlier-role-card h6[b-ihypgi6dcb] {
    color: var(--text-heading-secondary);
}

.earlier-date-badge[b-ihypgi6dcb] {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 2px 7px;
    border-radius: 6px;
    background: var(--bg-timeline-badge);
    color: var(--text-heading-primary);
    white-space: nowrap;
}

.earlier-company[b-ihypgi6dcb] {
    font-size: 0.84rem;
    color: var(--color-celestial-blue);
    font-weight: 600;
}

.earlier-bullets[b-ihypgi6dcb] {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 0.86rem;
    color: var(--text-body);
}

.earlier-bullets li[b-ihypgi6dcb] {
    position: relative;
    padding-left: 14px;
    line-height: 1.5;
}

.earlier-bullets li[b-ihypgi6dcb]::before {
    content: "•";
    position: absolute;
    left: 2px;
    color: var(--color-celestial-blue);
}
/* /Components/Pages/IndexPageSections/TechStack.razor.rz.scp.css */
#techstack[b-t01x8knv7w] {
    position: relative;
    overflow: hidden;
    background: var(--gradient-sky-artwork, linear-gradient(
        98deg,
        #ff8039 0%,
        #ff7848 10%,
        #fe7656 20%,
        #f16b60 30%,
        #da5f66 38%,
        #a6596d 46%,
        #6b5d6e 54%,
        #3c5b6b 62%,
        #145269 72%,
        #024765 84%,
        #013c5e 93%,
        #012f4c 100%
    ));
}

#techstack .container[b-t01x8knv7w] {
    position: relative;
    z-index: 2;
}

/* Vintage film grain / noise overlay */
.noise-overlay[b-t01x8knv7w] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.25;
    mix-blend-mode: overlay;
    z-index: 1;
}

/* Starfield across right side */
.stars-layer[b-t01x8knv7w] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.star[b-t01x8knv7w] {
    position: absolute;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.8);
}

/* Crescent Moon at the twilight transition line */
.moon[b-t01x8knv7w] {
    position: absolute;
    top: 36px;
    left: 48%;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    box-shadow: -4px 1px 0 1px #fff0d6;
    transform: rotate(-18deg);
    filter: drop-shadow(0 0 6px rgba(255, 225, 175, 0.85));
    pointer-events: none;
    z-index: 1;
}

#techstack .section-title h2[b-t01x8knv7w] {
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    -webkit-text-fill-color: var(--color-white);
    color: var(--color-white);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

#techstack .section-title h2[b-t01x8knv7w]::after {
    background: var(--color-white);
}

#techstack .section-title p[b-t01x8knv7w] {
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.tech-stack-card[b-t01x8knv7w] {
    background-color: color-mix(in srgb, var(--bg-card-tech) 88%, transparent);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
    padding: 1rem;
    max-width: 25rem;
    flex: 1 1 25rem;
    min-width: 300px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tech-stack-card:hover[b-t01x8knv7w] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.tech-stack-grid[b-t01x8knv7w] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    justify-content: center;
}

#techstack .icon[b-t01x8knv7w] {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background: var(--bg-card);
    border-radius: 50%;
    transition: 0.5s;
    border: 1px solid var(--accent-heading-line);
    margin-top: 0.2rem;
}

#techstack .icon i[b-t01x8knv7w] {
    color: var(--color-white);
    font-size: 24px;
    line-height: 0;
}

#techstack .icon-box:hover .icon[b-t01x8knv7w] {
    background: var(--color-celestial-blue);
}

#techstack .icon-box:hover .icon i[b-t01x8knv7w] {
    color: var(--color-white);
}

#techstack .title[b-t01x8knv7w] {
    margin-left: 80px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

#techstack .title a[b-t01x8knv7w] {
    color: var(--text-card-title);
}

#techstack .title a:hover[b-t01x8knv7w] {
    color: var(--color-celestial-blue);
}

#techstack .description[b-t01x8knv7w] {
    margin-left: 80px;
    line-height: 24px;
    font-size: 14px;
}
