:root { color-scheme: dark; --paper: #100c16; --ink: #f2eaf1; --muted: #b9a9bd; --line: #3b2b42; --accent: #e1909b; --purple: #72477e; --red: #911b27; --yellow: #f0c88a; --card: #181320; --soft: #211827; --notebook: #241b2c; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 15px/1.65 "Segoe UI", ui-sans-serif, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: 4px; }button { font: inherit; }a, button { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }::selection { background: #e9c399; color: #283e34; }
.lab-shell { width: min(1200px, calc(100% - 96px)); margin: 0 auto; }.skip-link { position: fixed; left: 20px; top: -100px; z-index: 20; padding: 12px 20px; background: var(--ink); color: var(--paper); }.skip-link:focus { top: 12px; }
.lab-nav { display: flex; align-items: center; gap: 24px; padding: 29px 0; border-bottom: 1px solid var(--line); }
.wordmark { display: flex; align-items: center; gap: 8px; font-size: 23px; font-weight: 750; letter-spacing: -1.1px; text-decoration: none; white-space: nowrap; }.brand-flower { font-size: 36px; font-weight: 400; color: var(--accent); line-height: 1; margin-right: 3px; }.wordmark-dot { color: var(--accent); margin-left: -8px; }
.nav-links { margin-left: auto; display: flex; align-items: center; gap: 31px; font-size: 13px; }.nav-links a { text-decoration: none; }.nav-links a:hover { color: var(--accent); }.nav-discord { border-bottom: 1px solid var(--ink); padding-bottom: 2px; }.nav-discord span { margin-left: 8px; }
.theme-toggle { border: 1px solid var(--line); background: transparent; color: var(--ink); border-radius: 50%; width: 36px; height: 36px; cursor: pointer; font-size: 20px; line-height: 1; }.theme-toggle:hover { background: var(--soft); }
.lab-header { display: grid; grid-template-columns: 1.1fr 1fr; gap: 15px; align-items: center; min-height: 580px; padding: 55px 0 65px; }.eyebrow { font: 10px/1.5 ui-monospace, "Cascadia Code", monospace; text-transform: uppercase; letter-spacing: 1.5px; margin: 0 0 16px; }.small-star { font-size: 21px; vertical-align: -2px; color: var(--accent); margin-right: 6px; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -2.5px; }h1 { font-size: clamp(58px, 6.4vw, 88px); line-height: 1.03; margin: 16px 0 25px; }h1 em, h2 em { color: var(--accent); font-weight: 400; }.intro { max-width: 420px; font-size: 17px; line-height: 1.7; margin: 0; }.wave { color: var(--accent); }.hero-aside { color: var(--muted); font-size: 13px; margin: 13px 0 25px; }
.hero-actions { display: flex; align-items: center; gap: 20px; }.button { display: inline-flex; align-items: center; gap: 22px; background: var(--ink); color: var(--paper); border: 1px solid var(--ink); padding: 13px 19px; border-radius: 5px; font-size: 13px; text-decoration: none; transition: transform .2s, background .2s; }.button:hover { transform: translateY(-2px); background: var(--accent); border-color: var(--accent); }.button span { font-size: 19px; line-height: 1; }.handwritten { font-family: "Segoe Print", "Bradley Hand", "Comic Sans MS", cursive; font-style: italic; }.hero-note { font-size: 13px; color: var(--muted); transform: rotate(-5deg); max-width: 115px; line-height: 1.5; }
.desk-scene { position: relative; height: 420px; color: #4d3456; }.scene-grid { position: absolute; inset: 30px 0 20px; border-radius: 50%; background-image: radial-gradient(#92699c 1px, transparent 1px); background-size: 15px 15px; opacity: .65; mask-image: radial-gradient(ellipse, #000 30%, transparent 70%); }.desk-art { position: absolute; top: 20px; width: 100%; height: 390px; overflow: visible; }.desk-label { position: absolute; top: 8px; left: 54px; font-size: 15px; transform: rotate(-5deg); color: var(--muted); }.sticky-note { position: absolute; right: 0; top: 70px; padding: 18px 17px 9px; background: #f0c88a; font-size: 20px; line-height: 1.3; box-shadow: 3px 4px 0 #100c1640; transform: rotate(8deg); }.sticky-note::before { content: ""; position: absolute; width: 48px; height: 20px; top: -10px; left: 30px; background: #a98bae99; transform: rotate(-4deg); }.sticky-note span { display: block; text-align: right; font-style: normal; font-size: 26px; }.scene-spark { position: absolute; color: var(--accent); font-size: 44px; }.spark-one { top: 68px; left: 1px; transform: rotate(-12deg); }.spark-two { right: 6px; bottom: 46px; font-size: 32px; }.scene-caption { position: absolute; bottom: -3px; left: 0; width: 100%; text-align: center; font: 9px ui-monospace, monospace; color: var(--muted); }
.margin-note { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 19px 0; border-block: 1px solid var(--line); font-size: 11px; color: var(--muted); }.margin-note > span { display: flex; align-items: center; gap: 9px; color: var(--ink); }.status-dot { width: 6px; height: 6px; border-radius: 50%; background: #63815c; box-shadow: 0 0 0 3px #63815c12; }.margin-note p { margin: 0; }.margin-note p span { color: #806b88; margin: 0 13px; }
.projects-section { padding: 75px 0 70px; }.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 25px; margin-bottom: 29px; }h2 { margin: 0; font-size: 44px; line-height: 1.14; letter-spacing: -1.7px; }.section-heading .eyebrow { margin-bottom: 10px; color: var(--muted); }.section-heading > p { font-size: 13px; color: var(--muted); margin: 0 0 3px; }
.project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 23px; }.project-card { border: 1px solid var(--line); border-radius: 8px; background: var(--card); overflow: hidden; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }.project-card:hover { transform: translateY(-4px); box-shadow: 0 10px 20px #72477e22; }.project-art { position: relative; height: 205px; overflow: hidden; border-bottom: 1px solid var(--line); }.route-art { background: #211827; color: #f0c88a; }.route-art svg { width: 100%; height: 173px; opacity: .9; }.art-label { position: absolute; z-index: 1; top: 15px; left: 16px; font: 8px ui-monospace, monospace; letter-spacing: 2px; background: #211827; padding: 4px; }.art-bottom { position: absolute; bottom: 0; padding: 10px 19px; background: #211827; width: 100%; display: flex; justify-content: space-between; align-items: center; font: 12px ui-monospace, monospace; letter-spacing: 2px; }.art-bottom span { font-size: 26px; line-height: 1; }
.systems-art { background: #3e2c4a; display: grid; place-items: center; padding: 22px 23px; }.mini-window { width: 100%; max-width: 270px; background: #c6b0d1; border: 2px solid #62466e; box-shadow: 5px 5px 0 #24182e; font: 9px ui-monospace, monospace; color: #402b49; transform: rotate(-3deg); }.mini-title { display: flex; justify-content: space-between; background: #72477e; color: #fff6f4; padding: 5px 7px; }.mini-desktop { height: 115px; position: relative; padding: 10px; display: flex; align-items: flex-start; gap: 13px; }.mini-desktop > span { display: grid; text-align: center; line-height: 1.2; }.mini-desktop b { font-size: 25px; font-weight: 400; color: #72477e; }.mini-dialog { position: absolute; background: #f0d7ad; border: 1px solid #795381; box-shadow: 3px 3px 0 #a18cac; padding: 9px 16px; right: 12px; bottom: 8px; line-height: 1.5; transform: rotate(4deg); }.mini-dialog span { display: block; font-size: 8px; margin-top: 6px; border-top: 1px solid #c4a076; padding-top: 4px; }.mini-taskbar { border-top: 1px solid #795381; display: flex; justify-content: space-between; padding: 4px 7px; background: #ded0e1; font-size: 8px; }
.city-art { background: #3b2947; }.city-art svg { position: absolute; width: 100%; height: 100%; bottom: -1px; }.city-sun { position: absolute; width: 52px; height: 52px; border-radius: 50%; background: #f0c88a; right: 58px; top: 24px; }.city-note { position: absolute; top: 12px; left: 17px; color: #f0c88a; font-size: 15px; transform: rotate(-5deg); }
.project-body { padding: 22px 22px 18px; display: flex; flex-direction: column; flex: 1; }.project-status { font-size: 10px; color: #49644a; display: flex; align-items: center; gap: 6px; }.project-status i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }.status-amber { color: #946128; }.status-purple { color: #80638b; }h3 { font-size: 22px; font-weight: 650; letter-spacing: -.6px; margin: 9px 0 8px; }.project-body > p { font-size: 13px; color: var(--muted); margin: 0 0 23px; line-height: 1.75; }.project-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; border-top: 1px solid var(--line); padding-top: 15px; margin-top: auto; }.project-bottom > span { font-size: 9px; color: var(--muted); }.project-bottom a { font-size: 12px; font-weight: 600; text-decoration: none; }.project-bottom a:hover { color: var(--accent); }.project-bottom a span { margin-left: 8px; }.project-bottom .preview-label { font-size: 10px; font-style: italic; }.projects-footnote { text-align: center; color: var(--muted); font-size: 12px; margin: 25px 0 0; }.projects-footnote > span { color: var(--accent); margin-right: 6px; }.projects-footnote a { color: var(--ink); }
.minecraft-section { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; padding: 70px 0 85px; border-top: 1px solid var(--line); }.minecraft-story .eyebrow { color: var(--muted); }.minecraft-story > p:not(.eyebrow) { font-size: 14px; color: var(--muted); max-width: 355px; margin: 19px 0; }.minecraft-note { display: inline-block; font-size: 14px; color: var(--accent); margin-top: 6px; transform: rotate(-4deg); }.notebook { background: var(--notebook); padding: 24px 28px; border: 1px solid var(--line); border-radius: 3px; position: relative; transform: rotate(1deg); }.notebook::before { content: ""; position: absolute; top: -12px; left: calc(50% - 36px); width: 72px; height: 25px; background: #b397bc65; transform: rotate(-5deg); }.notebook-heading { display: flex; justify-content: space-between; align-items: center; font: 9px ui-monospace, monospace; letter-spacing: 1.3px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }.notebook-heading > span:last-child { font-size: 23px; }.minecraft-idea { display: flex; gap: 17px; padding: 17px 0; border-bottom: 1px solid var(--line); }.idea-number { font: 11px ui-monospace, monospace; color: var(--accent); margin-top: 6px; }.minecraft-idea h3 { margin: 0 0 5px; font-size: 16px; letter-spacing: -.3px; }.minecraft-idea h3 span { font: 9px ui-monospace, monospace; color: var(--muted); border: 1px solid var(--line); padding: 2px 5px; margin-left: 4px; white-space: nowrap; }.minecraft-idea p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }.notebook-footer { display: block; margin-top: 17px; font-size: 10px; color: var(--muted); font-style: italic; }
.about-section { display: grid; grid-template-columns: 110px 1fr 1.25fr; align-items: start; gap: 32px; padding: 60px 0; border-block: 1px solid var(--line); }.about-mark { display: grid; place-items: center; width: 85px; height: 94px; border-radius: 45% 43% 38% 44%; background: #e5ae8f; color: #3f503b; font: italic 65px Georgia, serif; transform: rotate(-9deg); position: relative; }.about-mark span { font: 31px system-ui, sans-serif; position: absolute; right: -13px; bottom: -7px; color: var(--accent); }.about-title h2 { font-size: 34px; letter-spacing: -1px; }.about-title .eyebrow { color: var(--muted); font-size: 9px; }.about-copy { font-size: 13px; color: var(--muted); }.about-copy p { margin: 0 0 15px; }.about-copy p:first-child { color: var(--ink); }.text-link { display: inline-block; font-size: 12px; color: var(--ink); }.text-link span { margin-left: 15px; }
.goodbye { display: flex; align-items: center; gap: 25px; padding: 40px 0; }.goodbye .handwritten { color: var(--accent); font-size: 22px; transform: rotate(-3deg); }.goodbye > span:nth-child(2) { color: var(--muted); font-size: 12px; }.goodbye > span:nth-child(2) span { color: var(--accent); padding-left: 6px; }.goodbye a { margin-left: auto; font-size: 11px; text-decoration: none; }.goodbye a:hover { text-decoration: underline; }
.lab-footer { padding: 22px 0 28px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; font-size: 10px; color: var(--muted); }.lab-footer div { display: flex; gap: 22px; }.lab-footer a { text-decoration: none; }.lab-footer a:hover { text-decoration: underline; }
html[data-theme="light"] { color-scheme: light; --paper: #f5eff5; --ink: #302038; --muted: #6e5975; --line: #d9cadf; --accent: #911b27; --card: #fffaff; --soft: #e9dfea; --notebook: #f0e5f2; }
/* Keep the original lab colors prominent across the new personal layout. */
.brand-flower, .wordmark-dot, .small-star, .scene-spark { color: var(--yellow); }
.wordmark { color: #c9a6d3; }.wordmark-dot { color: #e1909b; }
.button { background: var(--red); border-color: var(--red); color: #fff6f4; }.button span { color: var(--yellow); }
.button:hover { background: #a62533; border-color: #a62533; }
.status-dot { background: var(--yellow); box-shadow: 0 0 0 3px #f0c88a12; }
.project-status { color: #e3b5ec; }.status-amber { color: var(--yellow); }.status-purple { color: #c9a6d3; }
.project-bottom a, .text-link, .minecraft-note, .goodbye .handwritten { color: var(--yellow); }
.about-mark { background: var(--purple); color: var(--yellow); }.about-mark span { color: #e1909b; }
html[data-theme="light"] .brand-flower, html[data-theme="light"] .small-star, html[data-theme="light"] .scene-spark { color: #946020; }
html[data-theme="light"] .wordmark, html[data-theme="light"] .project-status, html[data-theme="light"] .status-purple { color: #72477e; }
html[data-theme="light"] .status-amber, html[data-theme="light"] .project-bottom a, html[data-theme="light"] .text-link, html[data-theme="light"] .minecraft-note, html[data-theme="light"] .goodbye .handwritten { color: #911b27; }
@media (min-width: 1450px) { .lab-header { min-height: 630px; }.project-art { height: 220px; } }
@media (max-width: 1050px) { .lab-shell { width: calc(100% - 56px); }.lab-header { min-height: 550px; }h1 { font-size: 68px; }.desk-scene { height: 380px; }.desk-art { top: 20px; height: 340px; }.sticky-note { font-size: 16px; right: -7px; top: 75px; }.desk-label { left: 23px; font-size: 12px; top: 22px; }.project-grid { gap: 15px; }.project-body { padding: 18px 17px; }.minecraft-section { gap: 50px; }.about-section { grid-template-columns: 75px 1fr 1.2fr; gap: 25px; }.about-mark { width: 65px; height: 75px; font-size: 53px; }.about-title h2 { font-size: 30px; }.hero-actions { gap: 13px; }.hero-note { font-size: 11px; } }
@media (max-width: 760px) { .lab-shell { width: calc(100% - 40px); }.lab-nav { flex-wrap: wrap; gap: 14px; padding: 21px 0; }.wordmark { font-size: 21px; }.brand-flower { font-size: 30px; }.theme-toggle { margin-left: auto; }.nav-links { order: 3; width: 100%; margin: 0; justify-content: space-between; gap: 14px; font-size: 12px; }.lab-header { grid-template-columns: 1fr; padding: 40px 0 25px; gap: 18px; }.hero-copy { max-width: 540px; }h1 { font-size: clamp(57px, 10vw, 78px); }.intro { font-size: 16px; max-width: 430px; }.hero-actions { gap: 25px; }.hero-note { font-size: 13px; }.desk-scene { width: min(100%, 480px); height: 375px; margin: 0 auto; }.desk-art { height: 350px; }.desk-label { left: 45px; top: 6px; font-size: 14px; }.sticky-note { right: 5px; top: 60px; }.margin-note { align-items: start; flex-direction: column; gap: 6px; font-size: 10px; }.margin-note p span { margin: 0 7px; }.projects-section { padding: 50px 0; }.section-heading { display: block; }.section-heading > p { margin-top: 15px; }.section-heading > p br { display: none; }h2 { font-size: 38px; }.project-grid { grid-template-columns: 1fr; gap: 25px; }.project-art { height: 230px; }.route-art svg { height: 220px; }.mini-window { max-width: 310px; }.mini-desktop { height: 130px; }.city-art svg { width: 100%; height: auto; max-height: 245px; }.project-body { padding: 22px; }.project-body > p { font-size: 14px; }.project-bottom > span { font-size: 11px; }.project-bottom a { font-size: 13px; }.projects-footnote { text-align: left; font-size: 11px; }.minecraft-section { grid-template-columns: 1fr; gap: 38px; padding: 50px 0; }.minecraft-story > p:not(.eyebrow) { max-width: none; }.notebook { padding: 22px; transform: rotate(.5deg); }.about-section { grid-template-columns: 65px 1fr; gap: 24px; padding: 45px 0; }.about-copy { grid-column: 1 / -1; font-size: 14px; }.about-title h2 { font-size: 32px; }.goodbye { flex-wrap: wrap; gap: 10px 20px; padding: 28px 0; }.goodbye > span:nth-child(2) { order: 3; width: 100%; }.goodbye .handwritten { font-size: 20px; }.lab-footer { flex-direction: column; gap: 13px; font-size: 10px; }.lab-footer div { flex-wrap: wrap; } }
@media (max-width: 370px) { .lab-shell { width: calc(100% - 32px); }h1 { font-size: 54px; }.hero-actions { gap: 12px; }.button { font-size: 12px; padding: 12px; gap: 12px; }.hero-note { font-size: 11px; }.desk-scene { height: 315px; }.desk-art { height: 300px; top: 0; }.sticky-note { font-size: 14px; }.desk-label { font-size: 11px; left: 23px; }.margin-note p { max-width: 270px; }.about-title h2 { font-size: 27px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }*, *::before, *::after { transition: none !important; } }
