*{
        box-sizing: border-box;
    }
    body {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
            "Helvetica Neue", Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin: 0;
        background-color: #0d1117;
    }
    .page-wrapper {
        
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 30px;
        max-width: 100%;
        margin: 0 auto;
        padding: 30px;
        margin-left:300px;
    }
    .sidebar {
        position:fixed;
        left:64px;
        top:0;
        width: 280px;
        max-width:280px;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        gap: 22px;
        
        border-radius: 4px;
        padding: 25px;
        color: white;
    }
    .main-column {
        flex: 1;
        max-width:1000px;
        min-width: 200;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .card {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 20px;
        border: 1px solid #EEEEFF13;
        border-radius: 4px;
        color: #777777;
        transition: all .5s linear;
    }

    .card:hover
    {
        background-color:#111111;
        border: 1px solid #EEEEFF33;
        border-left-color:dodgerblue;
    }
    
    .section-header {
        border-bottom: 1px solid #EEEEFF3A;
        display: flex;
        flex-grow: 1;
        gap:10px;
        align-items: center;
        font-size: 1.2rem;
        color: #EEEEFF;
        padding-bottom: 4px;
    }
    .sidebar .section-header {
        font-size: 1rem;
    }
    .tag-row {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding-left:20px;
    }
    .tag {
        color: white;
        padding: 2px 10px;
        font-size: .9rem;
        border-radius: 2px;
        white-space: nowrap;
        opacity: .3;
        transition: all .2s linear;
    }
    .tag:hover{
        opacity: 1;
    }
    .tag i {
       margin-right: 6px;
    }
    .sidebar .tag {
        font-size: .82rem;
    }
    .job {
        display: flex;
        flex-direction: column;
        gap: 8px;
        border-left:1px solid #FFFFFF33;
        padding-left:10px;
        
    }
    
    
    
    .job-header {
        position:relative;
        left:-20px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        color: #EEEEFF;
        font-size: 1.05rem;
        font-weight: 600;
    }
    .job-header> span:first-of-type:before{
        color:#555555;
        content: '⦿ '
    }
    
    .job-header i {
        color: #6E7681;
        font-size: .9rem;
        margin-right: 6px;
        margin-left: 6px;
    }
    .job-dates {
        color: #9AA4B2;
        font-weight: 400;
        font-size: .95rem;
    }
    .job-dates i {
        margin-right: 6px;
    }
    .job-title {
        color: #a5b7d1;
        font-size: .95rem;
        margin-top: -4px;
    }
    ul.bullets {
        margin: 0;
        padding-left: 0;
        list-style: none;
        color: #666666;
        font-size: .92rem;
        line-height: 2;
        display: flex;
        flex-direction: column;
        gap: 4px;
        margin-bottom:20px;
    }
    .bullets li i {
        color: #6E7681;
        width: 16px;
        text-align: center;
        margin-right: 4px;
    }
    a {
        color: #9AA4B2;
        text-decoration: none;
    }
    a:hover {
        color: white;
    }
    .section-header i {
        color: #6E7681;
        font-size: 1rem;
        margin-right: 8px;
    }
    .project-grid{
        display:flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap:20px;
    }

    .project {
        display: flex;
        flex-direction: column;
        gap: 8px;
        transition:all .2s linear;
    }
    .project:hover{
        
        background-color:hsl(214deg 40% 15%);
    }

    .project-grid > .project
    {
        border:1px solid #FFFFFF13;
        border-radius:4px;
        padding:20px;
        flex-basis:40%;
        flex-grow:1;
        min-width:40%;
        
    }

    .project-grid > .project:hover{
        border:1px solid #FFFFFF23;
    }
    .project-grid > .project:hover .tag{
        opacity: 1;
    }

    .project-header {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: baseline;
        color: #EEEEFF;
        font-size: 1.05rem;
        font-weight: 600;
    }
    .project-header i {
        margin-right: 6px;
        color: #6E7681;
    }
    .project-status {
        color: #9AA4B2;
        font-weight: 400;
        font-size: .85rem;
    }
    .project-description {
        color: #666666;
        font-size: .92rem;
        line-height: 1.5;
        margin: 0;
    }
    .project:hover > .project-description
    {
        color:#AAAAAA;
    }
    .project-link {
        font-size: .85rem;
        display: flex;
        align-items: center;
        gap: 6px;
        width: fit-content;
    }
    .project-link i {
        color: #6E7681;
    }
    .group-title {
        border-bottom: none;
        font-size: 1.3rem;
        color: #EEEEFF;
        display: flex;
        align-items: center;
        gap:10px;
        align-items:center;
    }
    @media (max-width: 780px) {
        .page-wrapper {
            flex-direction: column;
        }
        .sidebar {
            width: 100%;
        }
    }


    @media (prefers-reduced-motion: no-preference) {

    .sidebar > div,
    .main-column > * {
        opacity: 0;
        transform: translateY(12px);
        animation: fadeInUp 0.5s ease-out forwards;
    }

    /* Stagger each direct child of the sidebar */
    .sidebar > div:nth-child(1) { animation-delay: 0.05s; }
    .sidebar > div:nth-child(2) { animation-delay: 0.13s; }
    .sidebar > div:nth-child(3) { animation-delay: 0.21s; }
    .sidebar > div:nth-child(4) { animation-delay: 0.29s; }
    .sidebar > div:nth-child(5) { animation-delay: 0.37s; }

    /* Stagger each direct child of the main column
        (the intro card, group-titles, and project/job cards) */
    .main-column > *:nth-child(1) { animation-delay: 0.15s; }
    .main-column > *:nth-child(2) { animation-delay: 0.23s; }
    .main-column > *:nth-child(3) { animation-delay: 0.31s; }
    .main-column > *:nth-child(4) { animation-delay: 0.39s; }
    .main-column > *:nth-child(5) { animation-delay: 0.47s; }
    .main-column > *:nth-child(6) { animation-delay: 0.55s; }
    .main-column > *:nth-child(7) { animation-delay: 0.63s; }

    }

    @keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
    }

.bg-bars {
        position: fixed;
        top: 0;
        left: 10;
        width: 58px;
        height: 100vh;
        overflow: hidden;
        pointer-events: none;
        z-index: 0;
        
    }
    .bg-bars span {
        width: 4px;
        height: 90px;
        
        background: #5b8def;
        opacity: 0.55;
        position: absolute;
        top: 0;
    }
    .bg-bars span:nth-child(1) { left: 5px;  animation: moveDown 4s   linear infinite; }
    .bg-bars span:nth-child(2) { left: 10px;  animation: moveUp   7s linear infinite; }
    .bg-bars span:nth-child(3) { left: 15px;  animation: moveDown 6.5s linear infinite; }
    .bg-bars span:nth-child(4) { left: 20px;  animation: moveUp   6s   linear infinite; }
    .bg-bars span:nth-child(5) { left: 25px; animation: moveDown 7.25s   linear infinite; }
    .bg-bars span:nth-child(6) { left: 30px;  animation: moveUp   4.5s  linear infinite; }
    .bg-bars span:nth-child(7) { left: 35px; animation: moveDown 5.5s   linear infinite; }
    .bg-bars span:nth-child(8) { left: 40px;  animation: moveUp   5s   linear infinite; }
    .bg-bars span:nth-child(9) { left: 45px; animation: moveDown 4.24s   linear infinite; }
    .bg-bars span:nth-child(10) { left: 50px;  animation: moveUp   6.75s   linear infinite; }
 
    @keyframes moveDown {
        from { transform: translateY(-90px); }
        to   { transform: translateY(100vh); }
    }
    @keyframes moveUp {
        from { transform: translateY(100vh); }
        to   { transform: translateY(-90px); }
    }

    @media (prefers-reduced-motion: reduce) {
        .bg-bars span { animation: none; display: none; }
    }