@import "tailwindcss";

:root {
  --cream: #f4efe4;
  --paper: #fffdf8;
  --navy: #1b2236;
  --navy-soft: #30394f;
  --lavender: #9c8cff;
  --lavender-pale: #ddd7ff;
  --coral: #ff8d82;
  --mint: #82d8b4;
  --yellow: #f4ce68;
  --line: rgba(27, 34, 54, 0.2);
  --mono: "SFMono-Regular", "Cascadia Code", "Roboto Mono", monospace;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: "Avenir Next", Manrope, var(--sans);
}

* { box-sizing: border-box; }
html, body { width: 100%; min-height: 100%; margin: 0; overflow: hidden; }
body { color: var(--navy); background: var(--cream); font-family: var(--sans); }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid var(--lavender); outline-offset: 2px; }

.os-root { width: 100vw; height: 100dvh; overflow: hidden; position: relative; }
.menu-bar { position: absolute; z-index: 10000; inset: 0 0 auto; height: 38px; background: rgba(255, 253, 248, 0.9); border-bottom: 1px solid rgba(27, 34, 54, 0.16); backdrop-filter: blur(18px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 14px; font-size: 12px; box-shadow: 0 1px 12px rgba(27, 34, 54, 0.04); }
.menu-left, .menu-right { display: flex; align-items: center; gap: 5px; }
.menu-left button { border: 0; background: transparent; color: var(--navy); border-radius: 6px; padding: 5px 7px; cursor: pointer; }
.menu-left button:hover { background: rgba(27, 34, 54, 0.07); }
.brand-menu { font-size: 12px; display: flex; gap: 5px; align-items: center; }
.current-process { font-family: var(--mono); font-size: 10px; letter-spacing: 0.01em; padding: 5px 10px; background: rgba(130, 216, 180, 0.16); border: 1px solid rgba(52, 131, 96, 0.15); border-radius: 99px; }
.status-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #43b77d; box-shadow: 0 0 0 3px rgba(67, 183, 125, 0.12); margin-right: 6px; }
.menu-right { justify-content: flex-end; gap: 14px; white-space: nowrap; }
.availability { color: #317d5b; }
.popover { position: absolute; top: 32px; left: 12px; width: 260px; padding: 7px; background: rgba(255, 253, 248, 0.98); border: 1px solid rgba(27, 34, 54, 0.16); box-shadow: 0 20px 60px rgba(27, 34, 54, 0.18); border-radius: 11px; }
.system-menu button, .system-menu a { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 9px 10px; background: transparent; border: 0; border-radius: 7px; text-decoration: none; color: var(--navy); cursor: pointer; font-size: 12px; }
.system-menu button:hover, .system-menu a:hover { background: var(--lavender); color: white; }
.system-menu kbd { font-size: 10px; opacity: 0.6; }
.menu-separator { height: 1px; background: var(--line); margin: 5px 4px; }

.desktop { position: absolute; inset: 38px 0 0; overflow: hidden; background: var(--cream); }
.wallpaper { position: absolute; inset: 0; overflow: hidden; background: radial-gradient(circle at 72% 18%, rgba(156, 140, 255, 0.25), transparent 25%), radial-gradient(circle at 12% 83%, rgba(130, 216, 180, 0.25), transparent 27%), linear-gradient(145deg, #f8f3e8 0%, #eee8dd 100%); }
.grain { position: absolute; inset: 0; opacity: 0.22; background-image: radial-gradient(rgba(27,34,54,.08) .65px, transparent .65px); background-size: 4px 4px; }
.network-line { position: absolute; height: 1px; background: rgba(27, 34, 54, 0.13); transform-origin: left; }
.network-line::after { content: ""; position: absolute; right: 0; top: -2px; width: 5px; height: 5px; border-radius: 50%; background: var(--navy); }
.line-a { width: 58vw; left: 22vw; top: 25%; transform: rotate(14deg); }
.line-b { width: 46vw; left: 14vw; top: 71%; transform: rotate(-24deg); }
.line-c { width: 34vw; right: 3vw; top: 64%; transform: rotate(49deg); }
.wall-node { position: absolute; font: 9px var(--mono); text-transform: uppercase; letter-spacing: .12em; color: rgba(27, 34, 54, 0.45); display: flex; align-items: center; gap: 7px; }
.wall-node i { width: 10px; height: 10px; border-radius: 50%; display: inline-block; border: 2px solid rgba(255,255,255,.8); box-shadow: 0 0 0 1px rgba(27,34,54,.18); }
.node-systems { left: 23%; top: 24%; }.node-systems i { background: var(--lavender); }
.node-ai { left: 69%; top: 42%; }.node-ai i { background: var(--coral); }
.node-observe { right: 6%; top: 68%; }.node-observe i { background: var(--mint); }
.node-teach { left: 11%; bottom: 10%; }.node-teach i { background: var(--yellow); }
.node-human { left: 44%; bottom: 12%; }.node-human i { background: var(--coral); }
.wall-caption { position: absolute; right: 28px; bottom: 18px; font: 9px var(--mono); letter-spacing: .18em; text-transform: uppercase; opacity: .34; }

.desktop-icons { position: absolute; z-index: 2; top: 30px; right: 24px; width: 230px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 19px 14px; }
.desktop-icon { display: flex; flex-direction: column; align-items: center; gap: 7px; border: 0; background: transparent; color: var(--navy); cursor: pointer; font-size: 11px; text-shadow: 0 1px 0 white; border-radius: 8px; padding: 5px; }
.desktop-icon:hover { background: rgba(255,255,255,.42); }
.desktop-icon-art { width: 58px; height: 52px; border-radius: 13px; display: grid; place-items: center; color: var(--navy); font: 700 15px var(--mono); border: 1.5px solid rgba(27,34,54,.65); box-shadow: 4px 5px 0 rgba(27,34,54,.12), inset 0 0 0 3px rgba(255,255,255,.38); }
.desktop-icon-art.lavender { background: var(--lavender-pale); }.desktop-icon-art.mint { background: #bfe9d6; }.desktop-icon-art.yellow { background: #fae7a8; }.desktop-icon-art.coral { background: #ffc0b9; }

.windows-layer { position: absolute; z-index: 3; inset: 0 0 88px; pointer-events: none; }
.os-window { position: absolute; background: var(--paper); border: 1.5px solid rgba(27,34,54,.75); border-radius: 13px; overflow: hidden; box-shadow: 12px 16px 0 rgba(27,34,54,.08), 0 28px 80px rgba(27,34,54,.14); pointer-events: auto; min-width: 420px; min-height: 300px; transform: scale(.993); transition: box-shadow .18s ease, transform .18s ease; }
.os-window.active { box-shadow: 13px 17px 0 rgba(27,34,54,.11), 0 32px 90px rgba(27,34,54,.2); transform: scale(1); }
.os-window.maximized { inset: 9px 12px 8px !important; width: auto !important; height: auto !important; }
.title-bar { height: 38px; background: #eee9df; border-bottom: 1px solid rgba(27,34,54,.25); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 12px; user-select: none; touch-action: none; cursor: default; }
.title-bar strong { font-size: 11px; text-align: center; letter-spacing: .01em; }
.title-status { text-align: right; font: 8px var(--mono); text-transform: uppercase; letter-spacing: .15em; opacity: .35; }
.traffic-lights { display: flex; align-items: center; gap: 7px; }
.traffic-lights button { width: 12px; height: 12px; border: 1px solid rgba(27,34,54,.4); border-radius: 50%; padding: 0; cursor: pointer; }
.traffic-lights .close { background: var(--coral); }.traffic-lights .minimize { background: var(--yellow); }.traffic-lights .maximize { background: var(--mint); }
.window-body { height: calc(100% - 38px); overflow: auto; }

.dock { position: absolute; z-index: 9998; bottom: 13px; left: 50%; transform: translateX(-50%); display: flex; align-items: end; gap: 8px; padding: 8px 11px 7px; background: rgba(255,253,248,.82); border: 1.5px solid rgba(27,34,54,.5); border-radius: 20px; backdrop-filter: blur(18px); box-shadow: 0 18px 45px rgba(27,34,54,.19); }
.dock-item { position: relative; width: 48px; height: 51px; padding: 0; border: 0; background: transparent; cursor: pointer; transition: transform .16s ease; }
.dock-item:hover { transform: translateY(-7px) scale(1.06); }
.dock-item::before { content: attr(data-tooltip); position: absolute; bottom: 64px; left: 50%; transform: translateX(-50%); white-space: nowrap; background: var(--navy); color: white; padding: 5px 7px; border-radius: 5px; font-size: 9px; opacity: 0; pointer-events: none; transition: opacity .15s ease; }
.dock-item:hover::before { opacity: 1; }
.dock-item.is-open::after { content: ""; position: absolute; bottom: -5px; left: 50%; width: 4px; height: 4px; margin-left: -2px; border-radius: 50%; background: var(--navy); }
.app-icon { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; border: 1.5px solid rgba(27,34,54,.65); box-shadow: 2px 3px 0 rgba(27,34,54,.14), inset 0 0 0 2px rgba(255,255,255,.3); color: var(--navy); font: 700 11px var(--mono); }
.icon-about { background: var(--lavender-pale); }.icon-finder { background: #bdd9ff; font-size: 23px; }.icon-activity { background: #bbe6cf; font-size: 20px; }.icon-notes { background: #fae5a8; font-size: 20px; }.icon-terminal { background: #282f44; color: #a9f5d0; }.icon-resume { background: #ffbab4; }.icon-mail { background: #cfc7ff; font-size: 18px; }

.eyebrow, .section-kicker { margin: 0 0 7px; font: 700 9px var(--mono); letter-spacing: .14em; text-transform: uppercase; color: #6658c9; }
.primary-button, .secondary-button, .text-button { border-radius: 8px; min-height: 38px; padding: 0 14px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 11px; font-weight: 700; text-decoration: none; cursor: pointer; }
.primary-button { border: 1.5px solid var(--navy); background: var(--navy); color: white; box-shadow: 3px 3px 0 rgba(156,140,255,.42); }
.primary-button:hover { background: #303a56; }.secondary-button { border: 1.5px solid var(--navy); background: white; color: var(--navy); }.secondary-button:hover { background: var(--lavender-pale); }.text-button { border: 0; background: transparent; color: var(--navy); text-decoration: underline; text-underline-offset: 4px; }

.about-app { min-height: 100%; display: flex; flex-direction: column; }
.about-hero { padding: 34px 38px 28px; display: grid; grid-template-columns: 130px 1fr; gap: 28px; background: linear-gradient(135deg, rgba(221,215,255,.46), rgba(255,253,248,.7)); border-bottom: 1px solid var(--line); }
.portrait-mark { width: 124px; height: 148px; background: var(--navy); border: 1.5px solid var(--navy); border-radius: 50% 50% 45% 45%; position: relative; display: grid; place-items: center; box-shadow: 7px 8px 0 var(--lavender-pale); overflow: hidden; }
.portrait-mark::before, .portrait-mark::after { content: ""; position: absolute; width: 90px; height: 90px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }.portrait-mark::before { left: -25px; top: -20px; }.portrait-mark::after { right: -35px; bottom: -28px; }
.portrait-mark span { color: white; font: 600 33px var(--display); letter-spacing: -.06em; }.portrait-mark i { position: absolute; bottom: 11px; background: var(--mint); color: var(--navy); font: 700 7px var(--mono); text-transform: uppercase; letter-spacing: .12em; border-radius: 99px; padding: 4px 6px; }
.about-hero h1 { margin: 0; font: 700 40px/1 var(--display); letter-spacing: -.045em; }.about-hero h1 span { color: var(--coral); }.role-line { margin: 8px 0 13px; font: 600 11px var(--mono); color: #655a8f; }.about-lede { font-size: 16px; line-height: 1.48; margin: 0; max-width: 470px; font-weight: 520; }.hero-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.about-grid { display: grid; grid-template-columns: 1.15fr .85fr; padding: 25px 38px 18px; gap: 30px; }
.system-list, .witty-specs dl { margin: 0; }.system-list div, .witty-specs dl div { display: grid; grid-template-columns: 132px 1fr; gap: 10px; border-top: 1px dashed rgba(27,34,54,.18); padding: 8px 0; font-size: 10px; }.system-list dt, .witty-specs dt { color: #7a7d89; }.system-list dd, .witty-specs dd { margin: 0; font-weight: 650; }.witty-specs { background: #f3f0e9; border: 1px solid rgba(27,34,54,.18); padding: 14px; border-radius: 9px; }.witty-specs dl div { grid-template-columns: 90px 1fr; }
.about-footer { margin-top: auto; border-top: 1px solid var(--line); display: flex; justify-content: space-between; padding: 11px 38px; font: 8px var(--mono); letter-spacing: .12em; text-transform: uppercase; }

.finder-app { height: 100%; display: grid; grid-template-columns: 210px 1fr; }
.finder-sidebar { background: #ebe7df; border-right: 1px solid var(--line); padding: 18px 12px; display: flex; flex-direction: column; }
.sidebar-title { display: flex; align-items: center; gap: 10px; padding: 0 6px 18px; }.drive-icon { width: 35px; height: 35px; border-radius: 9px; display: grid; place-items: center; background: var(--navy); color: white; font: 700 12px var(--mono); box-shadow: 3px 3px 0 var(--lavender-pale); }.sidebar-title strong, .sidebar-title small { display: block; }.sidebar-title strong { font-size: 11px; }.sidebar-title small { color: #777b86; font: 8px var(--mono); margin-top: 2px; }
.finder-sidebar > p { font: 700 8px var(--mono); color: #7f818a; letter-spacing: .14em; margin: 10px 8px 5px; }.finder-sidebar > button { border: 0; background: transparent; border-radius: 7px; min-height: 35px; display: grid; grid-template-columns: 20px 1fr auto; align-items: center; text-align: left; padding: 0 8px; color: var(--navy); font-size: 10px; cursor: pointer; }.finder-sidebar > button:hover { background: rgba(255,255,255,.5); }.finder-sidebar > button.selected { background: var(--lavender); color: white; }.finder-sidebar > button em { font-style: normal; font: 8px var(--mono); opacity: .65; }.tag-cloud { display: flex; flex-wrap: wrap; gap: 5px; padding: 5px 7px; }.tag-cloud span { font: 7px var(--mono); text-transform: uppercase; padding: 5px 6px; border: 1px solid rgba(27,34,54,.15); border-radius: 99px; background: rgba(255,255,255,.4); }.storage-meter { margin-top: auto; padding: 10px 7px 4px; }.storage-meter div { display: flex; justify-content: space-between; font: 8px var(--mono); margin-bottom: 6px; }.storage-meter > i { display: block; height: 5px; background: rgba(27,34,54,.12); border-radius: 99px; overflow: hidden; }.storage-meter em { display: block; width: 84%; height: 100%; background: var(--lavender); }
.finder-content { padding: 24px 27px; overflow: auto; background: var(--paper); }.finder-content > header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 17px; }.finder-content h2 { margin: 0; font: 700 25px var(--display); letter-spacing: -.035em; }.view-toggle { display: flex; border: 1px solid var(--line); border-radius: 7px; overflow: hidden; }.view-toggle button { width: 31px; height: 28px; border: 0; border-right: 1px solid var(--line); background: white; cursor: pointer; }.view-toggle button:last-child { border-right: 0; }.view-toggle button.active { background: var(--navy); color: white; }.finder-intro { display: grid; grid-template-columns: auto 1fr; gap: 13px; align-items: center; background: rgba(221,215,255,.48); border: 1px solid rgba(113,98,203,.24); border-radius: 9px; padding: 11px 13px; margin-bottom: 21px; }.finder-intro span { font: 700 7px var(--mono); letter-spacing: .12em; padding: 5px 7px; border-radius: 99px; background: var(--lavender); color: white; }.finder-intro p { margin: 0; font-size: 10px; line-height: 1.4; }.coral-intro { background: rgba(255,141,130,.15); border-color: rgba(255,141,130,.35); }.coral-intro span { background: var(--coral); color: var(--navy); }.yellow-intro { background: rgba(244,206,104,.18); border-color: rgba(186,139,31,.25); }.yellow-intro span { background: var(--yellow); color: var(--navy); }
.project-grid { display: grid; grid-template-columns: repeat(3, minmax(150px, 1fr)); gap: 15px; }.project-card { border: 1px solid rgba(27,34,54,.17); border-radius: 11px; background: #fffefa; padding: 0; text-align: left; overflow: hidden; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease; }.project-card:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(27,34,54,.1); }.folder-art { height: 105px; position: relative; display: grid; place-items: center; border-bottom: 1px solid rgba(27,34,54,.12); background: #ddd7ff; overflow: hidden; }.folder-art::before { content: ""; width: 92px; height: 62px; border: 1.5px solid var(--navy); border-radius: 8px; background: rgba(255,255,255,.3); box-shadow: 5px 6px 0 rgba(27,34,54,.08); position: absolute; }.folder-art::after { content: ""; width: 38px; height: 9px; border: 1.5px solid var(--navy); border-bottom: 0; border-radius: 6px 6px 0 0; position: absolute; top: 28px; left: calc(50% - 43px); background: inherit; }.folder-art > span { position: relative; z-index: 1; font-size: 21px; }.folder-art > i { position: absolute; z-index: 1; right: 7px; bottom: 6px; background: var(--navy); color: white; padding: 4px 5px; border-radius: 4px; font: 700 6px var(--mono); letter-spacing: .08em; }.kind-research { background: #c7eadb; }.kind-case-study { background: #ffd2cc; }.kind-current { background: #ffe7a5; }.kind-experience { background: #bedaff; }.kind-archive { background: #ddd8ce; }.project-card-copy { padding: 11px 12px 12px; }.project-card h3 { margin: 0 0 4px; font-size: 11px; }.project-card p { min-height: 25px; margin: 0; color: #6c6f79; font-size: 8.5px; line-height: 1.4; }.project-card small { display: block; border-top: 1px dashed rgba(27,34,54,.15); margin-top: 9px; padding-top: 7px; font: 7px var(--mono); text-transform: uppercase; letter-spacing: .08em; }

.app-header { display: flex; justify-content: space-between; align-items: flex-start; padding: 25px 28px 18px; border-bottom: 1px solid var(--line); }.app-header h2 { margin: 0; font: 700 26px var(--display); letter-spacing: -.04em; }.live-pill { font: 7px var(--mono); text-transform: uppercase; letter-spacing: .1em; background: #e8f6ee; padding: 6px 8px; border: 1px solid #b7ddc8; border-radius: 99px; }.live-pill span { display: inline-block; width: 6px; height: 6px; background: #43b77d; border-radius: 50%; margin-right: 5px; }
.process-table { margin: 18px 28px; border: 1px solid var(--line); border-radius: 9px; overflow: hidden; }.process-head, .process-table button { display: grid; grid-template-columns: 1fr 70px 120px; align-items: center; }.process-head { background: #ebe8e1; padding: 7px 12px; font: 700 7px var(--mono); letter-spacing: .12em; }.process-table button { width: 100%; background: white; border: 0; border-top: 1px solid rgba(27,34,54,.1); padding: 8px 12px; text-align: left; font-size: 9px; color: var(--navy); }.process-table button:not(:disabled) { cursor: pointer; }.process-table button:not(:disabled):hover { background: #f6f3ff; }.process-table button > span i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; margin-right: 8px; }.process-table i.green { background: #43b77d; }.process-table i.yellow { background: #dfa928; }.process-table i.red { background: #ef6d66; }.process-table button b { font: 700 8px var(--mono); }.process-table button em { font: 7px var(--mono); font-style: normal; color: #70747f; }
.activity-lower { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; padding: 0 28px 28px; }.goal { margin-bottom: 10px; }.goal div { display: flex; justify-content: space-between; font-size: 8.5px; margin-bottom: 4px; }.goal b { font: 7px var(--mono); }.goal > i { height: 7px; display: block; background: #e6e2dc; border-radius: 99px; overflow: hidden; }.goal em { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--lavender), #b6aaff); }.touching-grass { background: #edf7f1; border: 1px solid #c4dfd0; border-radius: 9px; padding: 13px; }.touching-grass > div { display: flex; justify-content: space-between; border-top: 1px dashed rgba(27,34,54,.15); padding: 8px 0; font: 8px var(--mono); }.touching-grass > div b { color: #347e5a; }.touching-grass > p:last-child { font-size: 7.5px; line-height: 1.4; color: #6b716d; margin: 11px 0 0; font-style: italic; }

.notes-app > header { padding: 28px 30px 22px; position: relative; background: linear-gradient(135deg, #fff7d5, #fffdf8); border-bottom: 1px solid var(--line); }.notes-app h2 { margin: 0 0 7px; font: 700 29px var(--display); letter-spacing: -.045em; }.notes-app header > p:last-child { max-width: 560px; font-size: 11px; line-height: 1.5; margin: 0; }.notes-mark { float: right; width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; background: var(--yellow); border: 1.5px solid var(--navy); box-shadow: 4px 5px 0 rgba(27,34,54,.1); font-size: 22px; }.notes-layout { display: grid; grid-template-columns: 160px 1fr; height: calc(100% - 133px); }.notes-layout aside { background: #efebe3; border-right: 1px solid var(--line); padding: 18px 11px; }.notes-layout aside p { font: 700 7px var(--mono); letter-spacing: .12em; margin: 0 8px 8px; color: #737781; }.notes-layout aside button { display: flex; justify-content: space-between; width: 100%; border: 0; background: transparent; border-radius: 6px; padding: 8px; font-size: 9px; color: var(--navy); }.notes-layout aside button.selected { background: var(--yellow); }.notes-layout aside span { font: 7px var(--mono); }.notes-layout > section { overflow: auto; padding: 9px 22px 24px; }.notes-layout article { display: grid; grid-template-columns: 30px 1fr 20px; align-items: center; gap: 10px; padding: 14px 2px; border-bottom: 1px dashed rgba(27,34,54,.18); }.notes-layout article > span { font: 8px var(--mono); color: #8c83b8; }.notes-layout h3 { margin: 0 0 4px; font-size: 10px; }.notes-layout article p { margin: 0; font-size: 8px; color: #727681; }.notes-layout article i { font-style: normal; }

.terminal-app { height: 100%; background: #171c2b; color: #d9e7df; padding: 0 21px 20px; font: 11px/1.6 var(--mono); }.terminal-top { margin: 0 -21px 15px; padding: 8px 15px; display: flex; justify-content: space-between; background: #232a3e; color: #9da8b7; font-size: 8px; border-bottom: 1px solid #394158; }.terminal-output { height: calc(100% - 75px); overflow: auto; white-space: pre-wrap; }.terminal-output p { margin: 0 0 5px; }.terminal-output p:nth-child(odd) { color: #8fe4ba; }.terminal-app form { display: flex; align-items: center; gap: 8px; }.terminal-app label { color: #a797ff; white-space: nowrap; }.terminal-app input { flex: 1; border: 0; outline: 0; background: transparent; color: white; font: inherit; }

.resume-app { height: 100%; display: flex; flex-direction: column; background: #dfdcd6; }.resume-toolbar { height: 58px; display: flex; justify-content: space-between; align-items: center; padding: 8px 13px; background: var(--paper); border-bottom: 1px solid var(--line); }.resume-toolbar > div { display: flex; align-items: center; gap: 9px; }.pdf-badge { width: 33px; height: 35px; border-radius: 7px; display: grid; place-items: center; background: var(--coral); border: 1px solid var(--navy); font: 700 8px var(--mono); }.resume-toolbar strong, .resume-toolbar small { display: block; }.resume-toolbar strong { font-size: 9px; }.resume-toolbar small { font-size: 7px; color: #777b84; }.resume-toolbar a { min-height: 31px; font-size: 8px; color: var(--navy); padding: 0 10px; display: inline-flex; align-items: center; text-decoration: none; }.resume-toolbar .primary-button { color: white; }.resume-app iframe { flex: 1; width: calc(100% - 30px); margin: 14px 15px 0; border: 1px solid rgba(27,34,54,.25); background: white; box-shadow: 0 6px 22px rgba(27,34,54,.14); }.resume-fallback { padding: 5px 15px 9px; text-align: center; font-size: 7px; }.resume-fallback a { color: #5d50b5; }

.mail-app { min-height: 100%; display: grid; grid-template-columns: .85fr 1.15fr; }.contact-card { padding: 28px 24px; background: var(--navy); color: white; }.contact-card .eyebrow { color: #b9adff; }.contact-card h2 { font: 700 27px/1.08 var(--display); letter-spacing: -.045em; margin: 0 0 12px; }.contact-card > p:not(.eyebrow) { font-size: 9px; line-height: 1.5; color: #cbd0dc; margin-bottom: 28px; }.contact-card > a { display: flex; align-items: center; gap: 10px; color: white; text-decoration: none; border-top: 1px solid rgba(255,255,255,.15); padding: 11px 0; }.contact-card > a > span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 8px; background: var(--lavender); font: 700 8px var(--mono); color: var(--navy); }.contact-card small, .contact-card strong { display: block; }.contact-card small { font: 7px var(--mono); color: #9098aa; letter-spacing: .12em; margin-bottom: 2px; }.contact-card strong { font-size: 8.5px; }.mail-app form { padding: 20px 23px; overflow: auto; }.compose-row { display: flex; gap: 9px; border-bottom: 1px solid var(--line); padding-bottom: 12px; margin-bottom: 15px; font-size: 9px; }.compose-row span { color: #81848d; }.mail-app form label { display: block; font: 700 7px var(--mono); letter-spacing: .09em; text-transform: uppercase; margin-bottom: 11px; }.mail-app input, .mail-app select, .mail-app textarea { display: block; width: 100%; margin-top: 5px; border: 1px solid rgba(27,34,54,.22); border-radius: 7px; background: white; padding: 8px 9px; color: var(--navy); font: 9px var(--sans); text-transform: none; letter-spacing: 0; }.mail-app textarea { height: 90px; resize: vertical; }.mail-app form button { float: right; min-height: 35px; }

.project-app { min-height: 100%; background: var(--paper); }.project-hero { min-height: 285px; padding: 35px 40px 30px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 30px; border-bottom: 1px solid var(--line); background: linear-gradient(135deg, #ddd7ff 0%, #f7f3ff 100%); }.project-hero.kind-research { background: linear-gradient(135deg, #c7eadb, #effaf4); }.project-hero.kind-case-study { background: linear-gradient(135deg, #ffd1cb, #fff3ef); }.project-hero.kind-current { background: linear-gradient(135deg, #ffe7a4, #fff8dc); }.project-hero.kind-experience { background: linear-gradient(135deg, #bedaff, #eef6ff); }.project-hero.kind-archive { background: linear-gradient(135deg, #ddd8ce, #f5f1e9); }.project-breadcrumb { font: 700 7px var(--mono); letter-spacing: .15em; color: rgba(27,34,54,.55); margin-bottom: 25px; }.project-hero-copy > p:not(.project-summary) { margin: 0 0 7px; font: 700 9px var(--mono); text-transform: uppercase; letter-spacing: .08em; }.project-hero h1 { margin: 0; font: 700 42px/1.02 var(--display); letter-spacing: -.05em; }.project-summary { max-width: 610px; margin: 14px 0 22px; font-size: 13px; line-height: 1.5; }.project-meta { display: flex; gap: 28px; }.project-meta span small, .project-meta span b { display: block; }.project-meta small { font: 700 7px var(--mono); letter-spacing: .12em; opacity: .55; margin-bottom: 4px; }.project-meta b { font-size: 9px; text-transform: capitalize; }.project-system-art { min-height: 210px; position: relative; display: grid; place-items: center; }.project-system-art > span { width: 88px; height: 88px; display: grid; place-items: center; border-radius: 28px; border: 2px solid var(--navy); background: rgba(255,255,255,.48); font-size: 35px; box-shadow: 8px 9px 0 rgba(27,34,54,.1); z-index: 1; }.project-system-art > small { position: absolute; bottom: 2px; font: 700 7px var(--mono); letter-spacing: .14em; }.orbit { position: absolute; border: 1px solid rgba(27,34,54,.22); border-radius: 50%; }.orbit::before, .orbit::after { content: ""; position: absolute; width: 8px; height: 8px; border: 1px solid var(--navy); border-radius: 50%; background: var(--paper); }.orbit-one { width: 165px; height: 165px; }.orbit-one::before { left: 13px; top: 25px; background: var(--coral); }.orbit-one::after { right: 0; bottom: 46px; background: var(--mint); }.orbit-two { width: 220px; height: 115px; transform: rotate(-25deg); }.orbit-two::before { left: 98px; top: -5px; background: var(--yellow); }.orbit-two::after { left: 8px; bottom: 16px; background: var(--lavender); }
.metrics-strip { min-height: 58px; padding: 10px 35px; display: flex; flex-wrap: wrap; align-items: center; gap: 9px; background: var(--navy); color: white; }.metrics-strip span { font: 700 8px var(--mono); padding: 7px 9px; border: 1px solid rgba(255,255,255,.2); border-radius: 99px; }.project-tabs { display: flex; gap: 3px; padding: 10px 30px 0; border-bottom: 1px solid var(--line); overflow-x: auto; }.project-tabs button { white-space: nowrap; border: 0; border-bottom: 2px solid transparent; padding: 9px 11px; background: transparent; color: #6b6f7b; font-size: 8px; cursor: pointer; }.project-tabs button.selected { color: var(--navy); border-bottom-color: var(--lavender); font-weight: 700; }.project-section { display: grid; grid-template-columns: 70px minmax(0, 680px); gap: 23px; padding: 35px 42px 50px; }.section-number { font: 700 28px var(--mono); color: var(--lavender-pale); }.project-section h2 { margin: 0 0 12px; font: 700 25px var(--display); letter-spacing: -.035em; }.project-section > div:last-child > p:not(.section-kicker) { font-size: 11px; line-height: 1.7; color: #414758; }.project-section ul { list-style: none; padding: 0; display: grid; gap: 7px; }.project-section li { font-size: 9px; display: flex; gap: 8px; align-items: flex-start; }.project-section li span { color: #32845d; font-weight: 800; }.tech-row { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 20px; }.tech-row span { border: 1px solid rgba(27,34,54,.17); border-radius: 99px; background: #f2efe8; padding: 5px 8px; font: 7px var(--mono); }.sanitized-note { margin-top: 22px; padding: 12px 14px; border-left: 3px solid var(--coral); background: #fff0ed; font-size: 8px; line-height: 1.6; }.sanitized-note strong { display: block; font: 700 8px var(--mono); margin-bottom: 2px; }

.palette-backdrop { position: fixed; z-index: 20000; inset: 0; background: rgba(27,34,54,.34); backdrop-filter: blur(7px); display: grid; place-items: start center; padding-top: 16vh; }.palette-backdrop[hidden] { display: none !important; }.command-palette { width: min(610px, calc(100vw - 28px)); background: var(--paper); border: 1.5px solid var(--navy); border-radius: 14px; overflow: hidden; box-shadow: 12px 14px 0 rgba(27,34,54,.15), 0 40px 100px rgba(27,34,54,.3); }.palette-search { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; padding: 12px 14px; border-bottom: 1px solid var(--line); }.palette-search > span { width: 25px; height: 25px; display: grid; place-items: center; background: var(--lavender-pale); border-radius: 6px; font: 700 9px var(--mono); }.palette-search input { border: 0; outline: 0; background: transparent; font-size: 13px; padding: 0 8px; color: var(--navy); }.palette-search kbd { font: 7px var(--mono); background: #ebe8e1; border: 1px solid var(--line); padding: 4px 5px; border-radius: 4px; }.palette-results { padding: 9px; }.palette-results > p { font: 700 7px var(--mono); letter-spacing: .12em; color: #777b85; margin: 5px 8px; }.palette-results button { width: 100%; display: grid; grid-template-columns: 25px 1fr auto; align-items: center; text-align: left; border: 0; border-radius: 7px; padding: 9px; background: transparent; color: var(--navy); cursor: pointer; }.palette-results button:hover { background: var(--lavender-pale); }.palette-results button > span { color: #7265cb; }.palette-results button strong { font-size: 10px; }.palette-results button em { font: 7px var(--mono); font-style: normal; color: #7a7d86; }.command-palette footer { border-top: 1px solid var(--line); display: flex; gap: 14px; padding: 8px 13px; background: #eeebe4; font: 7px var(--mono); color: #70737d; }.command-palette footer span:last-child { margin-left: auto; }

.boot-screen { position: fixed; z-index: 50000; inset: 0; display: grid; place-items: center; background: var(--navy); color: white; }.boot-card { width: min(560px, calc(100vw - 40px)); position: relative; }.boot-logo { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 23px; border: 1.5px solid white; border-radius: 17px; background: var(--lavender); color: var(--navy); box-shadow: 6px 7px 0 rgba(255,255,255,.12); font: 800 17px var(--display); }.boot-card h1 { font: 600 22px var(--mono); margin: 0 0 25px; }.blink { color: var(--mint); animation: blink .55s step-end infinite; }.boot-lines { font: 10px/1.9 var(--mono); color: #aeb5c5; }.boot-lines p { margin: 0; display: flex; justify-content: space-between; border-bottom: 1px dotted rgba(255,255,255,.1); }.boot-lines span { color: var(--mint); }.boot-lines .warning { color: var(--coral); }.boot-progress { height: 3px; background: rgba(255,255,255,.12); margin-top: 24px; overflow: hidden; }.boot-progress i { display: block; height: 100%; background: var(--lavender); animation: load .9s ease-out forwards; }.boot-card button { float: right; margin-top: 13px; border: 0; background: transparent; color: #9ca5b8; font: 8px var(--mono); cursor: pointer; }
@keyframes blink { 50% { opacity: 0; } } @keyframes load { from { width: 0; } to { width: 100%; } }

@media (max-width: 1000px) {
  .current-process { display: none; }.menu-bar { grid-template-columns: 1fr 1fr; }.desktop-icons { width: 110px; grid-template-columns: 1fr; right: 12px; }.os-window { max-width: calc(100vw - 30px); }.project-grid { grid-template-columns: repeat(2, minmax(150px, 1fr)); }
}

@media (max-width: 720px) {
  html, body { overflow: hidden; }.menu-bar { height: 35px; padding: 0 9px; }.menu-left > button:not(.brand-menu), .availability, .menu-right span:first-child { display: none; }.menu-right { gap: 6px; font-size: 10px; }.desktop { inset-top: 35px; }.wallpaper .wall-node, .wallpaper .network-line { opacity: .45; }.desktop-icons { top: 22px; left: 13px; right: 13px; width: auto; grid-template-columns: repeat(4, 1fr); gap: 12px 4px; }.desktop-icon { font-size: 9px; }.desktop-icon-art { width: 52px; height: 47px; }.windows-layer { inset-bottom: 68px; }.os-window { inset: 5px 6px 2px !important; width: auto !important; height: auto !important; min-width: 0; min-height: 0; border-radius: 11px; }.os-window.maximized { inset: 5px 6px 2px !important; }.title-bar { height: 34px; }.window-body { height: calc(100% - 34px); }.dock { bottom: 7px; width: calc(100% - 16px); justify-content: space-around; gap: 2px; padding: 6px 5px 5px; border-radius: 16px; }.dock-item { width: 39px; height: 43px; }.app-icon { width: 38px; height: 38px; border-radius: 10px; }.dock-item:hover { transform: none; }.dock-item::before { display: none; }
  .about-hero { padding: 23px 20px; grid-template-columns: 78px 1fr; gap: 16px; }.portrait-mark { width: 75px; height: 96px; border-radius: 30px; }.portrait-mark span { font-size: 22px; }.portrait-mark i { display: none; }.about-hero h1 { font-size: 28px; }.role-line { font-size: 8px; }.about-lede { font-size: 12px; }.hero-actions { gap: 6px; }.hero-actions > * { min-height: 34px; padding: 0 10px; font-size: 9px; }.about-grid { grid-template-columns: 1fr; padding: 18px 20px; gap: 13px; }.about-footer { padding: 9px 20px; }
  .finder-app { grid-template-columns: 1fr; }.finder-sidebar { display: block; white-space: nowrap; overflow-x: auto; padding: 8px; border-right: 0; border-bottom: 1px solid var(--line); }.sidebar-title, .finder-sidebar > p, .tag-cloud, .storage-meter { display: none; }.finder-sidebar > button { display: inline-flex; gap: 6px; min-height: 31px; margin-right: 4px; }.finder-sidebar > button em { margin-left: 3px; }.finder-content { padding: 16px; }.project-grid { grid-template-columns: repeat(2, minmax(125px, 1fr)); gap: 9px; }.folder-art { height: 85px; }.project-card-copy { padding: 9px; }
  .app-header { padding: 19px 18px 14px; }.process-table { margin: 14px 17px; }.process-head, .process-table button { grid-template-columns: 1fr 45px 90px; }.activity-lower { grid-template-columns: 1fr; padding: 0 17px 20px; }.notes-layout { grid-template-columns: 1fr; }.notes-layout aside { display: none; }.notes-app > header { padding: 20px; }.notes-app h2 { font-size: 24px; }.mail-app { grid-template-columns: 1fr; }.contact-card { padding: 20px; }.contact-card h2 { font-size: 22px; }.contact-card > p:not(.eyebrow) { margin-bottom: 10px; }.contact-card > a { display: inline-flex; margin-right: 10px; border-top: 0; padding: 5px 0; }.contact-card > a div { display: none; }.mail-app form { padding: 16px 20px 24px; }.resume-toolbar small, .resume-toolbar > div:last-child > a:first-child { display: none; }.resume-app iframe { width: calc(100% - 12px); margin: 6px 6px 0; }
  .project-hero { min-height: 0; padding: 23px 20px; grid-template-columns: 1fr; }.project-system-art { display: none; }.project-hero h1 { font-size: 34px; }.project-summary { font-size: 11px; }.project-meta { gap: 15px; }.metrics-strip { padding: 8px 16px; }.project-tabs { padding-left: 12px; }.project-section { grid-template-columns: 34px 1fr; gap: 8px; padding: 25px 18px 35px; }.project-section h2 { font-size: 21px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
