@font-face { font-family: Manrope; font-style: normal; font-weight: 400 800; font-display: swap; src: url('/assets/manrope-latin.woff2') format('woff2'); } :root { color-scheme: dark; --bg: #080c14; --surface: #0e1521; --line: #263244; --text: #f3f6fc; --muted: #a0adc2; --accent: #76aaff; --blue: #2864ed; } * { box-sizing: border-box; } html { scroll-behavior: smooth; scroll-padding-top: 32px; } body { margin: 0; background: var(--bg); color: var(--text); font-family: Manrope, system-ui, sans-serif; font-size: 16px; -webkit-font-smoothing: antialiased; } a { color: inherit; text-decoration: none; } button, a { -webkit-tap-highlight-color: transparent; } a:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; } ::selection { background: #2864ed; color: white; } svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; } .page-shell { width: min(1240px, calc(100% - 96px)); margin: 0 auto; } .skip-link { position: fixed; top: 12px; left: 12px; z-index: 5; transform: translateY(-180%); background: var(--blue); padding: 14px 20px; border-radius: 8px; } .skip-link:focus { transform: translateY(0); } .site-header { height: 104px; display: flex; align-items: center; gap: 40px; border-bottom: 1px solid var(--line); } .wordmark { display: inline-flex; align-items: center; font-size: 25px; font-weight: 800; letter-spacing: -1.1px; } .wordmark-dot, .footer-wordmark span { color: var(--accent); } .brand-mark { display: inline-flex; justify-content: center; align-items: center; width: 35px; height: 35px; border: 1px solid #3c6fc1; border-radius: 10px; background: #10213d; color: #b9d4ff; font-size: 18px; font-weight: 700; letter-spacing: -3px; padding-right: 3px; margin-right: 12px; } .site-header nav { display: flex; gap: 30px; margin-left: auto; color: #b8c3d5; font-size: 13px; font-weight: 600; } .site-header nav a:hover, .text-link:hover { color: var(--accent); } .language-switch { display: inline-flex; flex-shrink: 0; gap: 3px; padding: 4px; border: 1px solid #304666; border-radius: 10px; background: #101d30; } .language-switch a { display: inline-flex; align-items: center; justify-content: center; min-width: 36px; min-height: 32px; padding: 5px 8px; border-radius: 6px; font-size: 11px; font-weight: 750; letter-spacing: .6px; color: #a9bddc; transition: background .2s, color .2s; } .language-switch a:hover { background: #1c355b; color: white; } .language-switch a[aria-current="page"] { background: #2864ed; color: white; box-shadow: 0 2px 8px #0003; } .hero { display: grid; grid-template-columns: 1.04fr 1fr; gap: 42px; align-items: center; padding: 60px 0 86px; } h1 { font-size: clamp(45px, 5.05vw, 72px); line-height: 1.1; letter-spacing: -.063em; font-weight: 650; margin: 0 0 25px; } h1 span { display: block; color: var(--accent); } .intro { max-width: 425px; color: var(--muted); font-size: 16px; line-height: 1.9; margin: 0; } .hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 34px; } .primary-link { display: inline-flex; align-items: center; justify-content: center; gap: 22px; background: var(--blue); color: white; font-size: 12px; font-weight: 750; padding: 16px 20px; border-radius: 7px; transition: background .2s, transform .2s; } .primary-link svg { width: 17px; height: 17px; } .primary-link:hover { background: #3977ff; transform: translateY(-2px); } .text-link { font-size: 12px; font-weight: 600; } .text-link span { display: inline-block; margin-left: 11px; color: var(--accent); } .hero-footnote { margin: 37px 0 0; font-size: 12px; color: #8e9bb0; letter-spacing: .15px; } .hero-footnote span { font-size: 15px; color: var(--accent); margin-right: 7px; } .hero-art { min-width: 0; aspect-ratio: 3 / 2; position: relative; overflow: hidden; border-radius: 20px; border: 1px solid #253d63; background: #0b1220; } .hero-image { width: 100%; height: 100%; object-fit: contain; object-position: center; display: block; } .projects-section, .links-section { padding: 0 0 76px; } .section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 27px; gap: 25px; } .section-kicker { color: #8f9bb0; font-size: 12px; font-weight: 700; letter-spacing: 1.8px; margin: 0 0 13px; } .section-kicker span { color: var(--accent); margin-right: 13px; letter-spacing: .5px; } h2 { font-size: clamp(25px, 2.5vw, 33px); font-weight: 600; letter-spacing: -1.2px; margin: 0; line-height: 1.25; } .section-note { margin: 0 0 2px; color: #8f9cb1; font-size: 12px; line-height: 1.8; } .projects-section { padding-bottom: 54px; } .projects-section .section-heading { margin-bottom: 20px; } .projects-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; } .project-card { min-width: 0; display: flex; flex-direction: column; padding: 20px 20px 14px; border: 1px solid #2d4260; border-radius: 14px; background: linear-gradient(140deg, #132339, #0e1725); transition: border-color .2s, background .2s; } .project-card:hover { border-color: #669aea; background: #13233a; } .project-card-top { display: flex; align-items: center; gap: 12px; } .project-monogram { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; width: 44px; height: 44px; border: 1px solid #426da7; border-radius: 12px; background: #1d3960; color: #b6d2ff; font-size: 17px; font-weight: 750; letter-spacing: -.6px; } .project-logo { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; width: 56px; height: 44px; } .project-logo img { display: block; width: 100%; height: 100%; object-fit: contain; } .project-identity { min-width: 0; } .project-identity h3 { display: flex; align-items: baseline; flex-wrap: wrap; gap: 5px 8px; margin: 0 0 5px; font-size: 21px; line-height: 1.2; font-weight: 700; letter-spacing: -.6px; } .project-version { color: #8da8ce; font-size: 10px; font-weight: 600; letter-spacing: 0; white-space: nowrap; } .project-category { margin: 0; color: #8da8ce; font-size: 10px; line-height: 1.5; font-weight: 650; letter-spacing: .9px; } .project-description { color: #adbed5; font-size: 14px; line-height: 1.65; margin: 14px 0 16px; } .project-actions { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 4px 10px; margin-top: auto; padding-top: 10px; border-top: 1px solid #2a3c55; } .project-status { display: inline-flex; align-items: center; gap: 6px; color: #a7c8ff; font-size: 11px; white-space: nowrap; } .project-status::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: #88b5ff; } .project-open { min-width: 0; min-height: 36px; display: inline-flex; align-items: center; gap: 7px; padding: 7px 0; border-radius: 4px; color: #b2d0ff; font-size: 12px; font-weight: 650; overflow-wrap: anywhere; } .project-open svg { width: 14px; height: 14px; } .project-card:hover .project-open { color: white; } .links-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; } .social-placeholder { grid-column: 1 / -1; margin: 0; padding: 30px 28px; border: 1px solid #273449; border-radius: 13px; background: #0e1521; color: #a0adc2; font-size: 16px; line-height: 1.8; } .links-section { padding-bottom: 54px; } .links-section .section-heading { margin-bottom: 20px; } .social-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; } .social-card { min-width: 0; display: flex; flex-direction: column; padding: 16px 16px 14px; min-height: 154px; border: 1px solid #2e4668; border-radius: 12px; background: #0f1c2f; box-shadow: inset 0 1px 0 #789fd212; transition: transform .2s, border-color .2s, background .2s, box-shadow .2s; } .social-card:hover { transform: translateY(-3px); border-color: #74a7f6; background: #172b49; box-shadow: 0 8px 24px #0004, inset 0 1px 0 #94bfff22; } .social-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; } .social-logo { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; border-radius: 10px; color: #a7c8ff; } .social-logo img { display: block; width: 32px; height: 32px; object-fit: contain; } .social-logo[data-platform="instagram"] img, .social-logo[data-platform="steam"] img { width: 36px; height: 36px; } .social-logo[data-platform="discord"] { background: #e0e3ff; } .social-logo[data-platform="discord"] img { width: 26px; height: 26px; } .social-logo[data-platform="x"] { background: #fff; } .social-logo[data-platform="x"] img { width: 21px; height: 21px; } .social-logo[data-platform="linkedin"] { background: #0a66c2; border-radius: 7px; } .social-logo[data-platform="linkedin"] img { width: 28px; height: 28px; } .social-logo svg { width: 23px; height: 23px; } .social-card-top > svg { width: 15px; height: 15px; color: #8cb7f8; transition: transform .2s; } .social-card:hover .social-card-top > svg { transform: translate(2px, -2px); } .social-platform { color: #a9bddc; font-size: 11px; line-height: 1.5; font-weight: 600; margin-bottom: 4px; } .social-card h3 { margin: 0 0 8px; font-size: 14px; line-height: 1.4; letter-spacing: -.2px; font-weight: 750; overflow-wrap: anywhere; } .social-domain { color: #93a9ca; font-size: 11px; line-height: 1.5; margin-top: auto; overflow-wrap: anywhere; } @media (max-width: 1200px) { .social-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } } @media (max-width: 760px) { .social-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; } } @media (max-width: 480px) { .social-grid { grid-template-columns: 1fr; } .social-card { min-height: 142px; padding: 14px 16px 12px; } .social-card-top { margin-bottom: 10px; } .social-card h3 { font-size: 15px; } } .link-card { padding: 27px 28px 22px; min-height: 237px; border: 1px solid #273449; border-radius: 13px; background: #0e1521; display: flex; flex-direction: column; transition: transform .2s, border-color .2s, background .2s; } .link-card:hover { transform: translateY(-3px); border-color: #4f78b8; background: #121f32; } .link-card-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 23px; } .link-icon { display: inline-flex; align-items: center; justify-content: center; width: 37px; height: 37px; color: #8cb6ff; background: #182b47; border: 1px solid #29466f; border-radius: 10px; } .link-icon svg { width: 19px; height: 19px; } .link-badge { font-size: 12px; color: #97a6bd; letter-spacing: 1.2px; font-weight: 650; } .link-card h3 { font-size: 19px; letter-spacing: -.5px; font-weight: 650; margin: 0 0 9px; } .link-card p { font-size: 12px; line-height: 1.8; color: #8f9eb5; margin: 0 0 22px; max-width: 350px; } .link-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: auto; color: #a9c9ff; font-size: 12px; } .link-bottom svg { width: 17px; height: 17px; } footer { border-top: 1px solid #283449; padding-top: 37px; } .footer-top { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-bottom: 42px; } .footer-wordmark { font-size: 49px; font-weight: 700; letter-spacing: -3px; } .footer-top p { font-size: 12px; color: #94a1b7; margin: 6px 0 0; } .back-top { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border: 1px solid #334767; border-radius: 50%; color: #a2c5ff; } .back-top:hover { background: #152640; border-color: #6d9ae0; } .back-top svg { width: 20px; height: 20px; } .footer-bottom { border-top: 1px solid #1d293b; display: flex; justify-content: space-between; gap: 20px; padding: 21px 0 26px; color: #7f8ea7; font-size: 12px; } .footer-bottom p { margin: 0; } @media (min-width: 1600px) { .hero { gap: 60px; padding-top: 72px; } } @media (max-width: 1050px) { .page-shell { width: calc(100% - 64px); } .hero { gap: 28px; } h1 { font-size: 50px; } .hero-actions { gap: 18px; flex-wrap: wrap; } } @media (max-width: 760px) { .page-shell { width: calc(100% - 40px); } .site-header { height: 83px; gap: 16px; } .wordmark { font-size: 22px; } .brand-mark { display: none; } .site-header nav { gap: 16px; font-size: 12px; } .hero { grid-template-columns: 1fr; padding: 45px 0 57px; gap: 38px; } .eyebrow { font-size: 12px; margin-bottom: 24px; } h1 { font-size: clamp(43px, 9.5vw, 66px); line-height: 1.08; letter-spacing: -.06em; max-width: 600px; margin-bottom: 23px; } .intro { max-width: 480px; font-size: 14px; } .hero-actions { margin-top: 27px; gap: 25px; } .hero-footnote { margin-top: 26px; } .hero-art { border-radius: 15px; } .section-heading { align-items: start; gap: 18px; } .section-note { display: none; } .section-kicker { font-size: 12px; } h2 { font-size: 27px; } .projects-section, .links-section { padding-bottom: 54px; } .links-grid { grid-template-columns: 1fr; gap: 14px; } .link-card { padding: 25px 24px 22px; min-height: 222px; } .footer-wordmark { font-size: 43px; } .footer-top { padding-bottom: 31px; } .footer-bottom { font-size: 12px; } } @media (max-width: 390px) { .page-shell { width: calc(100% - 32px); } .site-header { gap: 12px; } .site-header nav { gap: 12px; font-size: 12px; } .wordmark { font-size: 21px; } .hero-actions { gap: 18px; } .primary-link { padding: 15px 16px; gap: 15px; font-size: 12px; } .text-link { font-size: 12px; } } @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } } .site-header nav, .primary-link, .text-link { font-size: 14px; } .intro, .link-card p { font-size: 16px; } .github-section { padding-bottom: 54px; } .github-section .section-heading { margin-bottom: 20px; } .github-profile { display: inline-flex; flex-shrink: 0; gap: 9px; align-items: center; padding: 7px 10px; border: 1px solid #35517a; border-radius: 10px; background: #11223a; box-shadow: inset 0 1px 0 #8ab8ff12; transition: border-color .2s, background .2s; } .github-profile-logo { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 8px; background: #202e44; } .github-profile-logo img { display: block; width: 22px; height: 22px; } .github-profile-text { display: flex; flex-direction: column; gap: 2px; line-height: 1.3; } .github-profile-text > span { color: #a9bddc; font-size: 10px; font-weight: 600; } .github-profile-text strong { color: #e5eeff; font-size: 12px; font-weight: 750; } .github-profile > svg { width: 13px; height: 13px; color: #8cb7f8; margin-left: 5px; } .github-profile:hover { border-color: #74a7f6; background: #1a3151; } .github-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; border-top: 1px solid var(--line); padding: 12px 0 14px; } .github-count { color: var(--muted); font-size: 13px; margin: 0; } .github-count span:first-child { color: var(--text); font-weight: 750; margin-right: 5px; } .github-refresh { display: inline-flex; align-items: center; gap: 7px; border: 1px solid #354c71; border-radius: 7px; color: #b5d1ff; background: #13233b; padding: 7px 10px; font: 600 13px Manrope, system-ui, sans-serif; cursor: pointer; } .github-refresh[hidden], .github-empty[hidden] { display: none; } .github-refresh svg { width: 16px; height: 16px; } .github-refresh:hover { background: #1c355b; border-color: var(--accent); } .github-refresh:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; } .github-refresh:disabled { cursor: wait; opacity: .65; } .github-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; } .repo-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid #2a3e5d; border-radius: 12px; background: #0e1828; padding: 18px; transition: border-color .2s, background .2s, transform .2s; } .repo-card:hover { border-color: #6499eb; background: #13213a; transform: translateY(-3px); } .repo-card-top { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; color: #88b5ff; } .repo-icon { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; flex-shrink: 0; border-radius: 8px; background: #192e50; border: 1px solid #30517f; } .repo-icon svg { width: 16px; height: 16px; } .repo-card-top > svg { width: 14px; height: 14px; margin-left: auto; } .repo-badges { display: flex; gap: 7px; flex-wrap: wrap; } .repo-badge { border: 1px solid #3a4e6a; border-radius: 100px; padding: 3px 7px; color: #b3c3db; font-size: 11px; } .repo-card h3 { margin: 0 0 8px; font-size: 16px; font-weight: 700; line-height: 1.4; letter-spacing: -.3px; overflow-wrap: anywhere; } .repo-description { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; font-size: 14px; line-height: 1.55; color: #a7b7cf; margin: 0 0 12px; } .repo-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 7px 10px; padding-top: 10px; margin-top: auto; border-top: 1px solid #273b58; font-size: 11px; color: #9db0ce; } .repo-language { display: inline-flex; align-items: center; gap: 7px; color: #bad4ff; } .repo-language::before { content: ''; width: 6px; height: 6px; background: #6ba3ff; border-radius: 50%; } .repo-stars { display: inline-flex; align-items: center; gap: 6px; color: #c2d6f4; } .repo-stars svg { width: 13px; height: 13px; } .repo-updated { flex-basis: 100%; margin-left: 0; } .github-status { margin: 12px 0 0; color: #8fa2bf; font-size: 11px; line-height: 1.6; } .github-empty { margin: 0; padding: 35px 25px; border: 1px solid #2a3e5d; border-radius: 13px; color: #adbed6; font-size: 16px; line-height: 1.8; } @media (max-width: 1200px) { .github-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (max-width: 760px) { .github-section .section-heading { flex-wrap: wrap; } .github-grid { grid-template-columns: 1fr; gap: 10px; } .repo-card { padding: 16px; } .github-toolbar { gap: 12px; } } @media (max-width: 760px) { .site-header { flex-wrap: wrap; gap: 14px; height: auto; min-height: 92px; padding: 20px 0; } .site-header nav { order: 3; width: 100%; margin-left: 0; gap: 24px; } .hero-actions { flex-wrap: wrap; } } @media (max-width: 1000px) { .projects-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (max-width: 640px) { .projects-list { grid-template-columns: 1fr; gap: 12px; } .project-card { padding: 18px 18px 12px; } .project-description { margin: 12px 0; } } @media (max-width: 760px) { .language-switch { margin-left: auto; } .footer-bottom { flex-wrap: wrap; gap: 9px 20px; } }
