/* /Components/Layout/MainLayout.razor.rz.scp.css */
.portfolio-layout[b-6ye6j4zx7r] {
    width: 100%;
    min-height: 100vh;
}

#blazor-error-ui[b-6ye6j4zx7r] {
    color-scheme: light only;
    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-6ye6j4zx7r] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-27qymbuaty] {
    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-27qymbuaty] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-27qymbuaty] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-27qymbuaty] {
    font-size: 1.1rem;
}

.bi[b-27qymbuaty] {
    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-27qymbuaty] {
    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");
}

.bi-plus-square-fill-nav-menu[b-27qymbuaty] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-27qymbuaty] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-27qymbuaty] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-27qymbuaty] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-27qymbuaty] {
        padding-bottom: 1rem;
    }

    .nav-item[b-27qymbuaty]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-27qymbuaty]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-27qymbuaty]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-27qymbuaty] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-27qymbuaty] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-27qymbuaty] {
        display: none;
    }

    .nav-scrollable[b-27qymbuaty] {
        /* 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/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-65o5umpscl],
.components-reconnect-repeated-attempt-visible[b-65o5umpscl],
.components-reconnect-failed-visible[b-65o5umpscl],
.components-pause-visible[b-65o5umpscl],
.components-resume-failed-visible[b-65o5umpscl],
.components-rejoining-animation[b-65o5umpscl] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-65o5umpscl],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-65o5umpscl],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-65o5umpscl],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-65o5umpscl],
#components-reconnect-modal.components-reconnect-retrying[b-65o5umpscl],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-65o5umpscl],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-65o5umpscl],
#components-reconnect-modal.components-reconnect-failed[b-65o5umpscl],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-65o5umpscl] {
    display: block;
}


#components-reconnect-modal[b-65o5umpscl] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-65o5umpscl 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-65o5umpscl 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-65o5umpscl 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-65o5umpscl]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-65o5umpscl 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-65o5umpscl {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-65o5umpscl {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-65o5umpscl {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-65o5umpscl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-65o5umpscl] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-65o5umpscl] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-65o5umpscl] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-65o5umpscl] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-65o5umpscl] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-65o5umpscl] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-65o5umpscl 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-65o5umpscl] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-65o5umpscl {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Journey.razor.rz.scp.css */
.journey-page[b-bmpwawpicj] {
    min-height: 100vh;
    background: #0f172a;
    color: #e2e8f0;
    padding: 6rem 1.5rem 3rem;
}

.journey-header[b-bmpwawpicj] {
    max-width: 1000px;
    margin: 0 auto 2rem;
}

.journey-header h1[b-bmpwawpicj] {
    margin: 0.75rem 0 0.5rem;
    font-size: 2.25rem;
}

.journey-header p[b-bmpwawpicj] {
    margin: 0;
    color: #94a3b8;
}

.back-link[b-bmpwawpicj] {
    color: #93c5fd;
    text-decoration: none;
    font-weight: 600;
}

.trip-grid[b-bmpwawpicj] {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.trip-card[b-bmpwawpicj] {
    background: #1e293b;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 0.75rem;
    overflow: hidden;
}

.trip-cover[b-bmpwawpicj] {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    background: #0b1220;
}

.trip-content[b-bmpwawpicj] {
    padding: 1rem;
}

.trip-meta[b-bmpwawpicj] {
    color: #93c5fd;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

.trip-content h2[b-bmpwawpicj] {
    margin: 0 0 0.5rem;
    font-size: 1.2rem;
}

.trip-content p[b-bmpwawpicj] {
    margin: 0 0 1rem;
    color: #cbd5e1;
}

.trip-link[b-bmpwawpicj] {
    color: #60a5fa;
    text-decoration: none;
    font-weight: 600;
}
/* /Components/Pages/JourneyPost.razor.rz.scp.css */
.trip-post-page[b-r31wgd36d2] {
    min-height: 100vh;
    background: #0f172a;
    color: #e2e8f0;
    padding: 6rem 1.5rem 3rem;
}

.trip-post[b-r31wgd36d2],
.not-found[b-r31wgd36d2] {
    max-width: 800px;
    margin: 0 auto;
}

.back-link[b-r31wgd36d2] {
    color: #93c5fd;
    text-decoration: none;
    font-weight: 600;
}

.cover[b-r31wgd36d2] {
    width: auto;
    max-width: 100%;
    max-height: 520px;
    object-fit: contain;
    object-position: center;
    border-radius: 0.75rem;
    margin: 0;
    background: #0b1220;
}

.carousel-wrapper[b-r31wgd36d2] {
    display: flex;
    justify-content: center;
    margin: 1rem 0 0.5rem;
}

.carousel-stage[b-r31wgd36d2] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.carousel-btn[b-r31wgd36d2] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.75);
    color: #e2e8f0;
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 1;
}

.carousel-btn.prev[b-r31wgd36d2] {
    left: 0.5rem;
}

.carousel-btn.next[b-r31wgd36d2] {
    right: 0.5rem;
}

.carousel-dots[b-r31wgd36d2] {
    display: flex;
    gap: 0.4rem;
    justify-content: center;
    margin-bottom: 0.75rem;
}

.dot[b-r31wgd36d2] {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 999px;
    border: none;
    background: #475569;
    cursor: pointer;
}

.dot.active[b-r31wgd36d2] {
    background: #60a5fa;
}

.meta[b-r31wgd36d2] {
    color: #93c5fd;
    margin: 0.5rem 0;
}

.trip-post h1[b-r31wgd36d2],
.not-found h1[b-r31wgd36d2] {
    margin: 0 0 1rem;
}

.trip-post p[b-r31wgd36d2],
.not-found p[b-r31wgd36d2] {
    color: #cbd5e1;
    line-height: 1.7;
}
/* /Components/Portfolio/AboutSection.razor.rz.scp.css */
.about-section[b-sa28gee6j8] {
    min-height: 100vh;
    padding: 6rem 2rem;
    background: #0f172a;
    display: flex;
    align-items: center;
}

.section-container[b-sa28gee6j8] {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.section-header[b-sa28gee6j8] {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title[b-sa28gee6j8] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #f1f5f9;
    margin-bottom: 1rem;
}

.section-underline[b-sa28gee6j8] {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #2563eb);
    margin: 0 auto;
    border-radius: 2px;
}

.about-content[b-sa28gee6j8] {
    max-width: 900px;
    margin: 0 auto;
}

.about-text[b-sa28gee6j8] {
    color: #cbd5e1;
}

.about-paragraph[b-sa28gee6j8] {
    font-size: 1.125rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #cbd5e1;
}

.about-highlights[b-sa28gee6j8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.highlight-item[b-sa28gee6j8] {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    background: rgba(59, 130, 246, 0.05);
    border-radius: 0.75rem;
    border: 1px solid rgba(59, 130, 246, 0.1);
    transition: all 0.3s ease;
}

.highlight-item:hover[b-sa28gee6j8] {
    background: rgba(59, 130, 246, 0.1);
    transform: translateY(-5px);
    border-color: rgba(59, 130, 246, 0.3);
}

.highlight-icon[b-sa28gee6j8] {
    font-size: 2rem;
}

.highlight-item h4[b-sa28gee6j8] {
    color: #f1f5f9;
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
}

.highlight-item p[b-sa28gee6j8] {
    color: #94a3b8;
    font-size: 0.875rem;
    margin: 0;
}

@media (max-width: 768px) {
    .about-section[b-sa28gee6j8] {
        min-height: auto;
        padding: 5rem 1rem;
    }

    .section-title[b-sa28gee6j8] {
        font-size: 2rem;
    }

    .about-paragraph[b-sa28gee6j8] {
        font-size: 1rem;
        line-height: 1.7;
    }

    .highlight-item[b-sa28gee6j8] {
        padding: 1.1rem;
        align-items: flex-start;
    }

    .about-highlights[b-sa28gee6j8] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}
/* /Components/Portfolio/ContactSection.razor.rz.scp.css */
.contact-section[b-1r482a4uu2] {
    min-height: 100vh;
    padding: 6rem 2rem 3rem;
    background: #0f172a;
    display: flex;
    align-items: center;
}

.section-subtitle[b-1r482a4uu2] {
    color: #94a3b8;
    font-size: 1.125rem;
    margin-top: 1rem;
}

.contact-content[b-1r482a4uu2] {
    max-width: 900px;
    margin: 0 auto;
}

.contact-info[b-1r482a4uu2] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.contact-card[b-1r482a4uu2] {
    background: rgba(30, 41, 59, 0.6);
    padding: 2rem;
    border-radius: 1rem;
    text-align: center;
    border: 1px solid rgba(148, 163, 184, 0.1);
    transition: all 0.3s ease;
}

.contact-card:hover[b-1r482a4uu2] {
    transform: translateY(-5px);
    border-color: rgba(59, 130, 246, 0.4);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.2);
}

.contact-icon[b-1r482a4uu2] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.contact-card h3[b-1r482a4uu2] {
    color: #f1f5f9;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.contact-card a[b-1r482a4uu2] {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.contact-card a:hover[b-1r482a4uu2] {
    color: #60a5fa;
}

.contact-card p[b-1r482a4uu2] {
    color: #cbd5e1;
    margin: 0;
}

.footer[b-1r482a4uu2] {
    text-align: center;
    padding-top: 3rem;
    border-top: 1px solid rgba(148, 163, 184, 0.1);
}

.footer p[b-1r482a4uu2] {
    color: #64748b;
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .contact-section[b-1r482a4uu2] {
        min-height: auto;
        padding: 5rem 1rem 2rem;
    }

    .contact-info[b-1r482a4uu2] {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-bottom: 2.5rem;
    }

    .contact-card[b-1r482a4uu2] {
        padding: 1.25rem;
    }

    .footer[b-1r482a4uu2] {
        padding-top: 2rem;
    }

    .footer p[b-1r482a4uu2] {
        font-size: 0.8rem;
    }
}
/* /Components/Portfolio/HeroSection.razor.rz.scp.css */
.hero-section[b-1c62gzzb4a] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 6rem 2rem 4rem;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
}

.hero-content[b-1c62gzzb4a] {
    max-width: 1200px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    min-width: 0;
}

.hero-text[b-1c62gzzb4a] {
    animation: fadeInUp-b-1c62gzzb4a 0.8s ease-out;
    min-width: 0;
}

.hero-greeting[b-1c62gzzb4a] {
    font-size: 1.5rem;
    color: #3b82f6;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.hero-name[b-1c62gzzb4a] {
    font-size: clamp(2.2rem, 8vw, 3.5rem);
    font-weight: 800;
    color: #f1f5f9;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.hero-title[b-1c62gzzb4a] {
    font-size: clamp(1.25rem, 5vw, 2rem);
    color: #94a3b8;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.hero-description[b-1c62gzzb4a] {
    font-size: 1.125rem;
    color: #cbd5e1;
    line-height: 1.8;
    margin-bottom: 2rem;
    max-width: 500px;
    overflow-wrap: anywhere;
}

.hero-actions[b-1c62gzzb4a] {
    display: flex;
    gap: 1rem;
}

.btn-primary[b-1c62gzzb4a], .btn-secondary[b-1c62gzzb4a] {
    padding: 0.875rem 2rem;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-primary[b-1c62gzzb4a] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}

.btn-primary:hover[b-1c62gzzb4a] {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(59, 130, 246, 0.5);
}

.btn-secondary[b-1c62gzzb4a] {
    background: transparent;
    color: #3b82f6;
    border: 2px solid #3b82f6;
}

.btn-secondary:hover[b-1c62gzzb4a] {
    background: #3b82f6;
    color: white;
}

.hero-visual[b-1c62gzzb4a] {
    animation: fadeInRight-b-1c62gzzb4a 0.8s ease-out;
    min-width: 0;
}

.hero-card[b-1c62gzzb4a] {
    perspective: 1000px;
}

.code-window[b-1c62gzzb4a] {
    background: #1e293b;
    border-radius: 0.75rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.2);
    transition: transform 0.3s ease;
    width: 100%;
}

.code-window:hover[b-1c62gzzb4a] {
    transform: translateY(-5px);
}

.window-header[b-1c62gzzb4a] {
    background: #0f172a;
    padding: 0.75rem;
    display: flex;
    gap: 0.5rem;
}

.window-dot[b-1c62gzzb4a] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #475569;
}

.window-content[b-1c62gzzb4a] {
    padding: 1.5rem;
}

.window-content pre[b-1c62gzzb4a] {
    margin: 0;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.9rem;
    line-height: 1.6;
    white-space: pre-wrap;
    word-break: break-word;
}

.code-keyword[b-1c62gzzb4a] {
    color: #c792ea;
}

.code-class[b-1c62gzzb4a] {
    color: #ffcb6b;
}

.code-string[b-1c62gzzb4a] {
    color: #c3e88d;
}

.code-punctuation[b-1c62gzzb4a] {
    color: #89ddff;
}

.scroll-indicator[b-1c62gzzb4a] {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce-b-1c62gzzb4a 2s infinite;
}

.scroll-arrow[b-1c62gzzb4a] {
    font-size: 2rem;
    color: #3b82f6;
}

@keyframes fadeInUp-b-1c62gzzb4a {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight-b-1c62gzzb4a {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes bounce-b-1c62gzzb4a {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

@media (max-width: 768px) {
    .hero-section[b-1c62gzzb4a] {
        min-height: 100svh;
        padding: 5.5rem 1rem 3rem;
    }

    .hero-content[b-1c62gzzb4a] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .hero-text[b-1c62gzzb4a] {
        text-align: center;
    }

    .hero-visual[b-1c62gzzb4a] {
        display: none;
    }

    .hero-description[b-1c62gzzb4a] {
        margin-left: auto;
        margin-right: auto;
        font-size: 1rem;
        line-height: 1.7;
        max-width: 100%;
    }

    .hero-name[b-1c62gzzb4a] {
        font-size: 2.5rem;
    }

    .hero-title[b-1c62gzzb4a] {
        font-size: 1.5rem;
    }

    .hero-actions[b-1c62gzzb4a] {
        flex-direction: column;
    }

    .btn-primary[b-1c62gzzb4a], .btn-secondary[b-1c62gzzb4a] {
        text-align: center;
        width: 100%;
    }

    .window-content[b-1c62gzzb4a] {
        padding: 1rem;
    }

    .window-content pre[b-1c62gzzb4a] {
        font-size: 0.8rem;
    }

    .scroll-indicator[b-1c62gzzb4a] {
        display: none;
    }
}
/* /Components/Portfolio/ProjectsSection.razor.rz.scp.css */
.projects-section[b-r24uf1d7s4] {
    min-height: 100vh;
    padding: 6rem 2rem;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    display: flex;
    align-items: center;
}

.projects-grid[b-r24uf1d7s4] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}

.project-card[b-r24uf1d7s4] {
    background: rgba(30, 41, 59, 0.6);
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.1);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.project-card:hover[b-r24uf1d7s4] {
    transform: translateY(-10px);
    border-color: rgba(59, 130, 246, 0.5);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.project-header[b-r24uf1d7s4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.project-icon[b-r24uf1d7s4] {
    font-size: 2.5rem;
}

.project-links[b-r24uf1d7s4] {
    display: flex;
    gap: 1rem;
}

.project-link[b-r24uf1d7s4] {
    color: #94a3b8;
    transition: color 0.3s ease;
}

.project-link:hover[b-r24uf1d7s4] {
    color: #3b82f6;
}

.project-title[b-r24uf1d7s4] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #f1f5f9;
    margin-bottom: 1rem;
}

.project-description[b-r24uf1d7s4] {
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.project-tech[b-r24uf1d7s4] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tech-badge[b-r24uf1d7s4] {
    background: rgba(59, 130, 246, 0.15);
    color: #93c5fd;
    padding: 0.375rem 0.875rem;
    border-radius: 0.375rem;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid rgba(59, 130, 246, 0.3);
}

@media (max-width: 768px) {
    .projects-section[b-r24uf1d7s4] {
        min-height: auto;
        padding: 5rem 1rem;
    }

    .projects-grid[b-r24uf1d7s4] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .project-card[b-r24uf1d7s4] {
        padding: 1.25rem;
    }

    .project-title[b-r24uf1d7s4] {
        font-size: 1.2rem;
    }
}
/* /Components/Portfolio/SkillsSection.razor.rz.scp.css */
.skills-section[b-f74g4wfyzu] {
    min-height: 100vh;
    padding: 6rem 2rem;
    background: #1e293b;
    display: flex;
    align-items: center;
}

.skills-grid[b-f74g4wfyzu] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.skill-category[b-f74g4wfyzu] {
    background: rgba(15, 23, 42, 0.6);
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid rgba(59, 130, 246, 0.1);
    transition: all 0.3s ease;
    text-align: center;
}

.skill-category:hover[b-f74g4wfyzu] {
    transform: translateY(-10px);
    border-color: rgba(59, 130, 246, 0.4);
    box-shadow: 0 20px 40px rgba(59, 130, 246, 0.2);
}

.category-icon[b-f74g4wfyzu] {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
}

.category-icon svg[b-f74g4wfyzu] {
    width: 48px;
    height: 48px;
    color: #60a5fa;
    stroke: currentColor;
}

.category-title[b-f74g4wfyzu] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #f1f5f9;
    margin-bottom: 1.5rem;
}

.skills-list[b-f74g4wfyzu] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.skill-tag[b-f74g4wfyzu] {
    background: rgba(59, 130, 246, 0.1);
    color: #93c5fd;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    border: 1px solid rgba(59, 130, 246, 0.2);
    transition: all 0.2s ease;
}

.skill-tag:hover[b-f74g4wfyzu] {
    background: rgba(59, 130, 246, 0.2);
    color: #dbeafe;
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .skills-section[b-f74g4wfyzu] {
        min-height: auto;
        padding: 5rem 1rem;
    }

    .skills-grid[b-f74g4wfyzu] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .skill-category[b-f74g4wfyzu] {
        padding: 1.25rem;
    }

    .category-title[b-f74g4wfyzu] {
        font-size: 1.2rem;
    }
}
/* /Components/Portfolio/TechCarousel.razor.rz.scp.css */
.tech-carousel-section[b-7m055opjqm] {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, #0f172a 0%, #1a2340 100%);
    border-top: 1px solid rgba(148, 163, 184, 0.1);
    border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}

.section-container[b-7m055opjqm] {
    max-width: 1200px;
    margin: 0 auto;
}

.carousel-title[b-7m055opjqm] {
    color: #f1f5f9;
    font-size: 2rem;
    margin-bottom: 3rem;
    text-align: center;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.carousel-container[b-7m055opjqm] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2rem;
    margin: 3rem 0;
    padding: 2rem 0;
}

.carousel-nav[b-7m055opjqm] {
    flex: 0 0 auto;
    border: none;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, rgba(59, 130, 246, 0.05) 100%);
    border: 1.5px solid rgba(59, 130, 246, 0.3);
    color: #60a5fa;
    cursor: pointer;
    font-size: 1.6rem;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.carousel-nav:hover:not(:disabled)[b-7m055opjqm] {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.3) 0%, rgba(59, 130, 246, 0.15) 100%);
    border-color: rgba(59, 130, 246, 0.6);
    color: #93c5fd;
    transform: scale(1.1);
    box-shadow: 0 8px 24px rgba(59, 130, 246, 0.2);
}

.carousel-nav:disabled[b-7m055opjqm] {
    opacity: 0.2;
    cursor: not-allowed;
    border-color: rgba(148, 163, 184, 0.1);
}

.carousel-track[b-7m055opjqm] {
    flex: 1;
    overflow: hidden;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1000px;
}

.carousel-slide[b-7m055opjqm] {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: flex-start;
    transition: transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.tech-icon-card[b-7m055opjqm] {
    flex: 0 0 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    transition: all 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Center card - fully visible and sharp */
.tech-icon-card.center[b-7m055opjqm] {
    opacity: 1;
    scale: 1;
    filter: blur(0px);
    z-index: 10;
}

/* Adjacent cards - smaller and blurred */
.tech-icon-card.adjacent[b-7m055opjqm] {
    opacity: 0.35;
    scale: 0.65;
    filter: blur(5px);
    z-index: 5;
}

/* Hidden cards */
.tech-icon-card.hidden[b-7m055opjqm] {
    opacity: 0;
    scale: 0.4;
    filter: blur(10px);
    pointer-events: none;
    z-index: 0;
}

.icon-wrapper[b-7m055opjqm] {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.8) 0%, rgba(30, 41, 59, 0.5) 100%);
    border: 2px solid rgba(148, 163, 184, 0.15);
    border-radius: 1rem;
    padding: 1rem;
    transition: all 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.tech-icon-card.center .icon-wrapper[b-7m055opjqm] {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.12) 0%, rgba(59, 130, 246, 0.05) 100%);
    border: 2px solid rgba(59, 130, 246, 0.4);
    box-shadow: 
        0 8px 24px rgba(59, 130, 246, 0.15),
        0 4px 12px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.tech-icon-card.center:hover .icon-wrapper[b-7m055opjqm] {
    border-color: rgba(59, 130, 246, 0.6);
    box-shadow: 
        0 12px 32px rgba(59, 130, 246, 0.25),
        0 4px 12px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transform: translateY(-4px);
}

.icon-wrapper img[b-7m055opjqm] {
    width: 80%;
    height: 80%;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    margin: auto;
}

.icon-label[b-7m055opjqm] {
    color: #cbd5e1;
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
    transition: all 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
    letter-spacing: 0.3px;
}

.tech-icon-card.center .icon-label[b-7m055opjqm] {
    opacity: 1;
    color: #f1f5f9;
}

.tech-icon-card.adjacent .icon-label[b-7m055opjqm],
.tech-icon-card.hidden .icon-label[b-7m055opjqm] {
    opacity: 0;
    transform: scale(0.8);
}

.carousel-dots[b-7m055opjqm] {
    display: flex;
    gap: 0.6rem;
    justify-content: center;
    margin-top: 2rem;
}

.dot[b-7m055opjqm] {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 999px;
    border: 1.5px solid rgba(59, 130, 246, 0.3);
    background: rgba(71, 85, 105, 0.6);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.dot:hover[b-7m055opjqm] {
    background: rgba(100, 116, 139, 0.8);
    border-color: rgba(59, 130, 246, 0.5);
}

.dot.active[b-7m055opjqm] {
    background: #3b82f6;
    border-color: #60a5fa;
    width: 1.8rem;
    box-shadow: 0 0 12px rgba(59, 130, 246, 0.4);
}

@media (max-width: 1024px) {
    .tech-carousel-section[b-7m055opjqm] {
        padding: 4rem 1.5rem;
    }

    .carousel-title[b-7m055opjqm] {
        font-size: 1.75rem;
        margin-bottom: 2.5rem;
    }

    .carousel-container[b-7m055opjqm] {
        gap: 1.5rem;
    }

    .carousel-track[b-7m055opjqm] {
        height: 170px;
    }

    .tech-icon-card[b-7m055opjqm] {
        flex: 0 0 110px;
        gap: 0.75rem;
    }

    .icon-wrapper[b-7m055opjqm] {
        width: 100px;
        height: 100px;
        padding: 0.75rem;
        border-radius: 0.875rem;
    }

    .icon-label[b-7m055opjqm] {
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {
    .tech-carousel-section[b-7m055opjqm] {
        padding: 3rem 1rem;
    }

    .carousel-title[b-7m055opjqm] {
        font-size: 1.4rem;
        margin-bottom: 2rem;
    }

    .carousel-container[b-7m055opjqm] {
        gap: 0.75rem;
    }

    .carousel-nav[b-7m055opjqm] {
        width: 2.4rem;
        height: 2.4rem;
        font-size: 1.3rem;
    }

    .carousel-track[b-7m055opjqm] {
        height: 140px;
    }

    .carousel-slide[b-7m055opjqm] {
        gap: 1.25rem;
    }

    .tech-icon-card[b-7m055opjqm] {
        flex: 0 0 90px;
    }

    .icon-wrapper[b-7m055opjqm] {
        width: 80px;
        height: 80px;
        padding: 0.6rem;
        border-radius: 0.75rem;
    }

    .icon-label[b-7m055opjqm] {
        font-size: 0.7rem;
    }

    .dot[b-7m055opjqm] {
        width: 0.5rem;
        height: 0.5rem;
    }

    .dot.active[b-7m055opjqm] {
        width: 1.4rem;
    }
}
/* /Components/Portfolio/TechGrid.razor.rz.scp.css */
.tech-grid-section[b-ffxqynbwq6] {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, #0f172a 0%, #1a2340 100%);
    border-top: 1px solid rgba(148, 163, 184, 0.1);
    border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}

.section-container[b-ffxqynbwq6] {
    max-width: 1200px;
    margin: 0 auto;
}

.grid-title[b-ffxqynbwq6] {
    color: #f1f5f9;
    font-size: 2rem;
    margin-bottom: 3rem;
    text-align: center;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.tech-grid[b-ffxqynbwq6] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.tech-grid-card[b-ffxqynbwq6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.tech-grid-card:hover[b-ffxqynbwq6] {
    transform: translateY(-8px);
}

.tech-card-inner[b-ffxqynbwq6] {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.12) 0%, rgba(59, 130, 246, 0.05) 100%);
    border: 2px solid rgba(59, 130, 246, 0.4);
    border-radius: 1rem;
    padding: 1rem;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
        0 8px 24px rgba(59, 130, 246, 0.15),
        0 4px 12px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.tech-grid-card:hover .tech-card-inner[b-ffxqynbwq6] {
    border-color: rgba(59, 130, 246, 0.6);
    box-shadow: 
        0 12px 32px rgba(59, 130, 246, 0.25),
        0 4px 12px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, rgba(59, 130, 246, 0.1) 100%);
}

.tech-card-inner img[b-ffxqynbwq6] {
    width: 80%;
    height: 80%;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.tech-name[b-ffxqynbwq6] {
    color: #cbd5e1;
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
    letter-spacing: 0.3px;
    transition: color 0.3s ease;
}

.tech-grid-card:hover .tech-name[b-ffxqynbwq6] {
    color: #f1f5f9;
}

@media (max-width: 768px) {
    .tech-grid-section[b-ffxqynbwq6] {
        padding: 4rem 1.5rem;
    }

    .grid-title[b-ffxqynbwq6] {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }

    .tech-grid[b-ffxqynbwq6] {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 1.5rem;
    }

    .tech-card-inner[b-ffxqynbwq6] {
        width: 80px;
        height: 80px;
        padding: 0.75rem;
    }

    .tech-name[b-ffxqynbwq6] {
        font-size: 0.85rem;
    }
}
/* /Components/Portfolio/TimelineSection.razor.rz.scp.css */
.timeline-section[b-lpyqy4lix3] {
    min-height: 100vh;
    padding: 6rem 2rem;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    display: flex;
    align-items: center;
}

.section-subtitle[b-lpyqy4lix3] {
    color: #94a3b8;
    font-size: 1.125rem;
    margin-top: 1rem;
}

.timeline-wrapper[b-lpyqy4lix3] {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 2rem 0;
}

.timeline-line[b-lpyqy4lix3] {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, transparent, #3b82f6, #3b82f6, transparent);
    transform: translateX(-50%);
}

.timeline-item[b-lpyqy4lix3] {
    position: relative;
    margin-bottom: 4rem;
    width: 100%;
}

.timeline-content[b-lpyqy4lix3] {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.timeline-left .timeline-content[b-lpyqy4lix3] {
    justify-content: flex-end;
    text-align: right;
}

.timeline-right .timeline-content[b-lpyqy4lix3] {
    justify-content: flex-start;
    flex-direction: row-reverse;
    text-align: left;
}

.timeline-icon[b-lpyqy4lix3] {
    position: relative;
    z-index: 10;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 3px solid #0f172a;
    transition: all 0.3s ease;
}

.timeline-icon.education[b-lpyqy4lix3] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.2);
}

.timeline-icon.work[b-lpyqy4lix3] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.2);
}

.timeline-icon svg[b-lpyqy4lix3] {
    color: white;
    stroke-linecap: round;
    stroke-linejoin: round;
    display: block;
}

.timeline-item:hover .timeline-icon[b-lpyqy4lix3] {
    transform: scale(1.1);
    box-shadow: 0 0 0 8px rgba(59, 130, 246, 0.3);
}

.timeline-card[b-lpyqy4lix3] {
    flex: 1;
    max-width: 450px;
    background: rgba(30, 41, 59, 0.6);
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    position: relative;
}

.timeline-item:hover .timeline-card[b-lpyqy4lix3] {
    transform: translateY(-5px);
    border-color: rgba(59, 130, 246, 0.4);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.timeline-left .timeline-card[b-lpyqy4lix3]::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 30px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgba(30, 41, 59, 0.6);
}

.timeline-right .timeline-card[b-lpyqy4lix3]::after {
    content: '';
    position: absolute;
    left: -10px;
    top: 30px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(30, 41, 59, 0.6);
}

.timeline-date[b-lpyqy4lix3] {
    display: inline-block;
    background: rgba(59, 130, 246, 0.2);
    color: #93c5fd;
    padding: 0.375rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.timeline-title[b-lpyqy4lix3] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #f1f5f9;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.timeline-institution[b-lpyqy4lix3] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #3b82f6;
    margin-bottom: 0.75rem;
}

.timeline-subtitle-badge[b-lpyqy4lix3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    background: rgba(59, 130, 246, 0.08);
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(59, 130, 246, 0.2);
    width: fit-content;
}

.badge-icon[b-lpyqy4lix3] {
    display: flex;
    align-items: center;
    color: #60a5fa;
}

.badge-icon svg[b-lpyqy4lix3] {
    width: 16px;
    height: 16px;
    stroke: currentColor;
}

.timeline-subtitle[b-lpyqy4lix3] {
    color: #94a3b8;
    font-weight: 500;
    margin: 0;
    font-size: 0.95rem;
}

.timeline-highlights[b-lpyqy4lix3] {
    list-style: none;
    padding: 0;
    margin-top: 1rem;
}

.timeline-highlights li[b-lpyqy4lix3] {
    color: #cbd5e1;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    line-height: 1.6;
    font-size: 0.95rem;
}

.highlight-icon[b-lpyqy4lix3] {
    flex-shrink: 0;
    color: #10b981;
    margin-top: 2px;
    width: 16px;
    height: 16px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 768px) {
    .timeline-section[b-lpyqy4lix3] {
        min-height: auto;
        padding: 5rem 1rem;
    }

    .timeline-line[b-lpyqy4lix3] {
        left: 24px;
    }

    .timeline-item[b-lpyqy4lix3] {
        padding-left: 0;
    }

    .timeline-content[b-lpyqy4lix3] {
        flex-direction: row !important;
        justify-content: flex-start !important;
        text-align: left !important;
        gap: 1rem;
    }

    .timeline-left .timeline-content[b-lpyqy4lix3],
    .timeline-right .timeline-content[b-lpyqy4lix3] {
        flex-direction: row !important;
        justify-content: flex-start !important;
    }

    .timeline-card[b-lpyqy4lix3] {
        max-width: 100%;
        padding: 1.2rem;
    }

    .timeline-left .timeline-card[b-lpyqy4lix3]::after,
    .timeline-right .timeline-card[b-lpyqy4lix3]::after {
        display: none;
    }

    .timeline-icon[b-lpyqy4lix3] {
        width: 46px;
        height: 46px;
    }

    .timeline-icon svg[b-lpyqy4lix3] {
        width: 18px;
        height: 18px;
    }

    .timeline-title[b-lpyqy4lix3] {
        font-size: 1.2rem;
    }

    .timeline-institution[b-lpyqy4lix3] {
        font-size: 1rem;
    }
}

@keyframes fadeInUp-b-lpyqy4lix3 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Portfolio/TopNavBar.razor.rz.scp.css */
.top-navbar[b-98obwkaq1w] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(148, 163, 184, 0.1);
    z-index: 1000;
    padding: 1rem 0;
}

.nav-container[b-98obwkaq1w] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-brand a[b-98obwkaq1w] {
    text-decoration: none;
}

.brand-name[b-98obwkaq1w] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #e2e8f0;
    letter-spacing: -0.5px;
}

.brand-highlight[b-98obwkaq1w] {
    color: #3b82f6;
}

.nav-links[b-98obwkaq1w] {
    display: flex;
    gap: 2rem;
    align-items: center;
    min-width: 0;
}

.nav-link[b-98obwkaq1w] {
    color: #cbd5e1;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.nav-link[b-98obwkaq1w]::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: #3b82f6;
    transition: width 0.3s ease;
}

.nav-link:hover[b-98obwkaq1w] {
    color: #f1f5f9;
}

.nav-link:hover[b-98obwkaq1w]::after {
    width: 100%;
}

.nav-link-highlight[b-98obwkaq1w] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 0.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nav-link-highlight[b-98obwkaq1w]::after {
    display: none;
}

.nav-link-highlight:hover[b-98obwkaq1w] {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}

@media (max-width: 768px) {
    .top-navbar[b-98obwkaq1w] {
        padding: 0.75rem 0;
    }

    .nav-container[b-98obwkaq1w] {
        padding: 0 0.75rem;
        gap: 0.75rem;
    }

    .brand-name[b-98obwkaq1w] {
        font-size: 1.2rem;
    }

    .nav-links[b-98obwkaq1w] {
        gap: 0.5rem;
        overflow-x: auto;
        scrollbar-width: none;
        white-space: nowrap;
        padding-bottom: 0.25rem;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
    }

    .nav-links[b-98obwkaq1w]::-webkit-scrollbar {
        display: none;
    }

    .nav-link[b-98obwkaq1w] {
        font-size: 0.82rem;
        flex-shrink: 0;
    }

    .nav-link-highlight[b-98obwkaq1w] {
        padding: 0.4rem 0.9rem;
    }
}
/* /Components/Portfolio/TravelBlogSection.razor.rz.scp.css */
.travel-blog-section[b-m9w0hikicb] {
    padding: 6rem 0;
    background: #0b1220;
    border-top: 1px solid rgba(148, 163, 184, 0.1);
}

.travel-container[b-m9w0hikicb] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.travel-header h2[b-m9w0hikicb] {
    color: #f1f5f9;
    font-size: 2rem;
    margin: 0;
}

.travel-header p[b-m9w0hikicb] {
    color: #94a3b8;
    margin: 0.75rem 0;
}

.all-posts-link[b-m9w0hikicb] {
    color: #60a5fa;
    text-decoration: none;
    font-weight: 600;
}

.travel-cards[b-m9w0hikicb] {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.travel-card[b-m9w0hikicb] {
    background: #1e293b;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 0.75rem;
    overflow: hidden;
}

.travel-cover[b-m9w0hikicb] {
    width: 100%;
    height: 190px;
    object-fit: cover;
    object-position: center;
    background: #0f172a;
}

.travel-content[b-m9w0hikicb] {
    padding: 1rem;
}

.travel-meta[b-m9w0hikicb] {
    color: #93c5fd;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

.travel-content h3[b-m9w0hikicb] {
    color: #f8fafc;
    margin: 0 0 0.5rem;
    font-size: 1.1rem;
}

.travel-content p[b-m9w0hikicb] {
    color: #cbd5e1;
    margin: 0 0 1rem;
}

.travel-link[b-m9w0hikicb] {
    color: #60a5fa;
    text-decoration: none;
    font-weight: 600;
}
