.background {
    background-color: #1a1a1a;
    min-height: 100vh;
}

.KobeQuote {
    position: fixed;
    top: 32px;
    right: 40px;
    font-family: 'Pinyon Script', cursive;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
    text-align: right;
    line-height: 1.4;
    pointer-events: none;
}

.KobeAttr {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.35);
}

.Block {
    width: 50%;
    margin: 0 auto;
    padding-top: 60px;
}
.title {
    color: rgba(255, 255, 255, 0.75);
    text-align: left;
    font-family: 'Calibri', 'Candara', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
}

.Header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

.HeaderAvatar {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    flex-shrink: 0;
}

.HeaderLeft {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.HeaderLogo {
    height: 62px;
    width: auto;
    object-fit: contain;
}

.Subtitle {
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
    text-align: left;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
}

.SectionLabel {
    color: rgba(255, 255, 255, 0.75);
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 32px 0 12px 0;
    text-align: left;
}

.Box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
}

.ExperienceEntry {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 12px;
    border-radius: 8px;
    text-decoration: none;
    color: unset;
    transition: background-color 0.15s ease;
}

.ExperienceEntry * {
    text-decoration: none;
}

.ExperienceEntry:hover {
    background-color: #1c1c1c;
}

.ExperienceEntry:hover .EntryTitle {
    text-decoration: underline;
}

.EntryLogo {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.EntryLogo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.EntryDetails {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1;
}

.EntryTitle {
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

.EntryCompany {
    color: rgba(255, 255, 255, 0.4);
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}

.EntryDate {
    color: rgba(255, 255, 255, 0.35);
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 400;
    margin: 0;
    text-align: right;
    white-space: nowrap;
    flex-shrink: 0;
}

.Projects {
    margin-top: 24px;
}

.ProjectEntry {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 6px;
    padding: 10px 12px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.15s ease;
}

.ProjectEntry:hover {
    background-color: #1c1c1c;
}

.ProjectEntry:hover .ProjectName {
    text-decoration: underline;
}

.ProjectName {
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.ProjectDesc {
    color: rgba(255, 255, 255, 0.4);
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.ProjectBadge {
    background-color: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 6px;
    white-space: nowrap;
}

.GithubGraph {
    margin-top: 24px;
}

.GithubGraphImg {
    width: 100%;
    border-radius: 8px;
    display: block;
    filter: invert(1) hue-rotate(180deg);
    opacity: 0.75;
}

.Photos {
    margin-top: 24px;
    margin-bottom: 40px;
}

.Footer {
    padding-bottom: 48px;
}

.FooterDivider {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
}

.FooterContent {
    display: flex;
    align-items: center;
    justify-content: center;
}

.FooterText {
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    font-weight: 700;
}

.FooterIcons {
    display: flex;
    gap: 16px;
    align-items: center;
}

.FooterIcon {
    color: rgba(255, 255, 255, 0.35);
    display: flex;
    align-items: center;
    transition: color 0.15s ease;
}

.FooterIcon:hover {
    color: rgba(255, 255, 255, 0.85);
}

.PhotoStrip {
    overflow: hidden;
}

.PhotoTrack {
    display: flex;
    animation: photo-scroll 20s linear infinite;
    will-change: transform;
}

@keyframes photo-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.StripPhoto {
    height: 240px;
    width: 300px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center center;
    flex-shrink: 0;
    margin-right: 10px;
}