/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities;
:root {
  --paper: #efeee7;
  --paper-light: #f8f7f1;
  --ink: #111;
  --window: #f4f3ec;
  --accent: #d9ff00;
}
* {
  box-sizing: border-box;
}
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
}
body {
  overflow: hidden;
  color: var(--ink);
  background: repeating-linear-gradient( 90deg, rgba(0,0,0,.035) 0, rgba(0,0,0,.035) 1px, transparent 1px, transparent 5px ), repeating-linear-gradient( 0deg, rgba(0,0,0,.018) 0, rgba(0,0,0,.018) 1px, transparent 1px, transparent 4px ), var(--paper);
  font-family: Arial,Helvetica,sans-serif;
}
#boot {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #111;
  color: #f4f3ec;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bootOut .5s ease 1.35s forwards;
  pointer-events: none;
}
.boot-inner {
  width: min(520px,80vw);
  font-family: "Courier New",monospace;
}
.boot-logo {
  font-family: Georgia,serif;
  font-size: 100px;
  line-height: .75;
  letter-spacing: -10px;
  margin-bottom: 40px;
}
.boot-text {
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 10px;
}
.boot-bar {
  width: 100%;
  height: 8px;
  border: 1px solid #f4f3ec;
  padding: 1px;
}
.boot-progress {
  width: 0;
  height: 100%;
  background: #f4f3ec;
  animation: bootProgress 1.1s ease forwards;
}
@keyframes bootProgress {
  to {
    width: 100%;
  }
}
@keyframes bootOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
#desktop {
  position: fixed;
  inset: 0;
  opacity: 1;
}
.topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 42px;
  padding: 0 18px;
  border-bottom: 1px solid #111;
  background: rgba(239,238,231,.88);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  font-family: "Courier New",monospace;
  font-size: 10px;
}
.top-left {
  display: flex;
  gap: 17px;
  align-items: center;
}
.top-name {
  font-weight: bold;
}
.identity {
  position: absolute;
  top: 65px;
  left: 245px;
  right: 145px;
  bottom: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
.identity-small {
  font-family: "Courier New",monospace;
  font-size: 10px;
  letter-spacing: .12em;
}
.identity-title {
  margin: 0;
  font-size: clamp(80px,13vw,210px);
  line-height: .72;
  letter-spacing: -.09em;
  font-weight: 700;
  white-space: pre-line;
}
.identity-bottom {
  max-width: 900px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  font-family: "Courier New",monospace;
  font-size: 10px;
}
.identity-tagline {
  max-width: 400px;
  line-height: 1.5;
}
.identity-meta {
  text-align: right;
  line-height: 1.6;
}
.side-nav {
  position: absolute;
  top: 65px;
  left: 12px;
  bottom: 64px;
  width: 190px;
  z-index: 300;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.side-item {
  width: 100px;
  cursor: pointer;
  user-select: none;
  transition: transform .18s ease;
}
.side-item:hover {
  transform: translate(5px,-3px);
}
.side-item:active {
  transform: translate(3px,0);
}
.side-box {
  width: 68px;
  height: 60px;
  background: var(--paper-light);
  border: 1px solid #111;
  box-shadow: 5px 5px 0 #111;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  font-family: Georgia,"Times New Roman",serif;
  font-size: 25px;
}
.side-label {
  font-family: "Courier New",monospace;
  font-size: 8px;
  text-transform: uppercase;
  white-space: nowrap;
}
.desktop-files {
  position: absolute;
  right: 20px;
  top: 75px;
  width: 105px;
  z-index: 80;
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.file {
  text-align: center;
  font-family: "Courier New",monospace;
  font-size: 8px;
  cursor: pointer;
  transition: transform .15s ease;
}
.file:hover {
  transform: translateY(-4px);
}
.file-icon {
  position: relative;
  width: 58px;
  height: 64px;
  margin: 0 auto 8px;
  border: 1px solid #111;
  background: #f7f6f0;
  box-shadow: 4px 4px 0 #111;
}
.file-icon:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 18px;
  height: 1px;
  background: #111;
}
.file-icon:after {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  bottom: 11px;
  height: 19px;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}
.taskbar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 44px;
  z-index: 5000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  background: rgba(239,238,231,.94);
  border-top: 1px solid #111;
  font-family: "Courier New",monospace;
  font-size: 9px;
}
.start-button {
  border: 1px solid #111;
  background: #111;
  color: white;
  padding: 7px 13px;
  font: inherit;
  cursor: pointer;
}
.start-button:hover {
  background: #333;
}
.task-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
}
.task-app {
  padding: 6px 10px;
  border: 1px solid #111;
  background: #f8f7f1;
  cursor: pointer;
}
.task-app:hover {
  background: #111;
  color: #fff;
}
.task-app.active {
  background: #111;
  color: #fff;
}
.clock {
  min-width: 65px;
  text-align: right;
}
.start-menu {
  position: absolute;
  left: 12px;
  bottom: 51px;
  width: 320px;
  background: #f6f5ee;
  border: 1px solid #111;
  box-shadow: 8px 8px 0 #111;
  z-index: 8000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: .2s ease;
}
.start-menu.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.menu-head {
  padding: 18px;
  border-bottom: 1px solid #111;
}
.menu-head strong {
  display: block;
  font-size: 18px;
  letter-spacing: -.04em;
}
.menu-head span {
  display: block;
  margin-top: 4px;
  font-family: "Courier New",monospace;
  font-size: 8px;
}
.menu-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.menu-item {
  min-height: 105px;
  padding: 13px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  cursor: pointer;
}
.menu-item:nth-child(even) {
  border-right: 0;
}
.menu-item:hover {
  background: #111;
  color: white;
}
.menu-number {
  font-family: Georgia,serif;
  font-size: 23px;
  margin-bottom: 18px;
}
.menu-label {
  font-family: "Courier New",monospace;
  font-size: 8px;
  text-transform: uppercase;
}
.window {
  position: absolute;
  width: min(760px,calc(100vw - 300px));
  height: min(650px,calc(100vh - 125px));
  background: var(--window);
  border: 1px solid #111;
  box-shadow: 10px 10px 0 #111;
  z-index: 1000;
  display: none;
  overflow: hidden;
}
.window.active {
  display: block;
}
.window.maximized {
  left: 0 !important;
  top: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
}
.window-header {
  height: 38px;
  flex-shrink: 0;
  padding: 0 8px 0 12px;
  background: #111;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #111;
  cursor: grab;
  user-select: none;
}
.window-header:active {
  cursor: grabbing;
}
.window-title {
  font-family: "Courier New",monospace;
  font-size: 9px;
  text-transform: uppercase;
}
.window-controls {
  display: flex;
  gap: 5px;
}
.window-control {
  width: 25px;
  height: 22px;
  border: 1px solid white;
  background: transparent;
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.window-control:hover {
  background: white;
  color: #111;
}
.window-body {
  height: calc(100% - 38px);
  overflow: auto;
  padding: 24px;
}
.about-layout {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 35px;
}
.window-kicker {
  font-family: "Courier New",monospace;
  font-size: 8px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.big-number {
  font-size: 100px;
  line-height: .75;
  letter-spacing: -.08em;
}
.about-title {
  margin: 0 0 20px;
  font-size: 44px;
  line-height: .95;
  letter-spacing: -.06em;
}
.about-copy {
  max-width: 500px;
  font-size: 14px;
  line-height: 1.55;
  white-space: pre-line;
}
.info-row {
  display: flex;
  justify-content: space-between;
  padding: 11px 0;
  border-top: 1px solid #111;
  font-family: "Courier New",monospace;
  font-size: 9px;
}
.info-row:last-child {
  border-bottom: 1px solid #111;
}
.work-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 30px;
}
.work-heading h2 {
  margin: 0;
  font-size: 65px;
  line-height: .8;
  letter-spacing: -.08em;
}
.work-heading span {
  font-family: "Courier New",monospace;
  font-size: 8px;
}
.project-list {
  border-top: 1px solid #111;
  counter-reset: project;
}
.project-row {
  min-height: 90px;
  display: grid;
  grid-template-columns: 55px 1fr 130px 55px;
  align-items: center;
  border-bottom: 1px solid #111;
  cursor: pointer;
  counter-increment: project;
  transition: .2s ease;
}
.project-row:hover {
  padding-left: 12px;
  background: #111;
  color: white;
}
.project-index {
  font-family: "Courier New",monospace;
  font-size: 9px;
}
.project-index:before {
  content: counter(project,decimal-leading-zero);
}
.project-name {
  font-size: 27px;
  letter-spacing: -.05em;
}
.project-category, .project-year {
  font-family: "Courier New",monospace;
  font-size: 8px;
}
.project-arrow {
  text-align: right;
  font-size: 20px;
}
.project-hero {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  min-height: 400px;
}
.project-art {
  min-height: 360px;
  position: relative;
  overflow: hidden;
  border-right: 1px solid #111;
  background: linear-gradient( 135deg, #111 0 25%, transparent 25% 50%, #111 50% 75%, transparent 75% ), #dddcd4;
  background-size: 90px 90px;
}
.project-art:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border: 1px solid white;
  border-radius: 50%;
}
.project-art:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
  background: var(--accent);
  border: 1px solid #111;
}
.project-info {
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.project-info h2 {
  margin: 0 0 20px;
  font-size: 55px;
  line-height: .8;
  letter-spacing: -.08em;
}
.project-description {
  font-size: 13px;
  line-height: 1.5;
  white-space: pre-line;
}
.project-details {
  margin-top: 30px;
  border-top: 1px solid #111;
}
.project-detail {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #111;
  font-family: "Courier New",monospace;
  font-size: 8px;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 15px;
}
.tag {
  border: 1px solid #111;
  padding: 6px 8px;
  font-family: "Courier New",monospace;
  font-size: 7px;
}
.project-links {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}
.project-link {
  padding: 9px 12px;
  border: 1px solid #111;
  color: #111;
  text-decoration: none;
  font-family: "Courier New",monospace;
  font-size: 8px;
}
.project-link:hover {
  background: #111;
  color: white;
}
.experience-title {
  margin: 0 0 35px;
  font-size: 70px;
  line-height: .8;
  letter-spacing: -.08em;
}
.section-subheading {
  margin: 40px 0 20px;
  padding-top: 18px;
  border-top: 1px solid #111;
  font-family: "Courier New",monospace;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.experience-item {
  display: grid;
  grid-template-columns: 1fr 150px;
  gap: 20px;
  padding: 18px 0 24px;
  border-top: 1px solid #111;
}
.experience-company {
  font-size: 26px;
  letter-spacing: -.04em;
}
.experience-role {
  margin-top: 5px;
  font-family: "Courier New",monospace;
  font-size: 9px;
}
.experience-desc {
  max-width: 560px;
  margin-top: 16px;
  font-size: 11px;
  line-height: 1.5;
  white-space: pre-line;
}
.experience-year {
  text-align: right;
  font-family: "Courier New",monospace;
  font-size: 9px;
}
.contact-title {
  margin: 0 0 35px;
  font-size: clamp(65px,10vw,110px);
  line-height: .76;
  letter-spacing: -.09em;
}
.contact-copy {
  max-width: 580px;
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 1.45;
  white-space: pre-line;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #111;
}
.contact-cell {
  padding: 17px 0;
  border-bottom: 1px solid #111;
}
.contact-cell:nth-child(odd) {
  padding-right: 20px;
  border-right: 1px solid #111;
}
.contact-cell:nth-child(even) {
  padding-left: 20px;
}
.contact-label {
  margin-bottom: 8px;
  font-family: "Courier New",monospace;
  font-size: 7px;
}
.contact-value {
  font-size: 13px;
}
.contact-value a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.contact-value a:hover {
  text-decoration: underline;
}
.cursor-label {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  padding: 5px 7px;
  background: #111;
  color: white;
  font-family: "Courier New",monospace;
  font-size: 7px;
  opacity: 0;
  transform: translate(14px,14px);
}
@media (max-width:800px) {
  html, body {
    overflow: auto;
  }
  body {
    min-height: 100vh;
  }
  #desktop {
    position: relative;
    min-height: 100vh;
    height: auto;
    padding-bottom: 55px;
  }
  .topbar {
    position: fixed;
  }
  .side-nav {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    padding: 65px 14px 20px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 8px;
  }
  .side-item {
    width: auto;
  }
  .side-box {
    width: 100%;
    height: 52px;
    box-shadow: 4px 4px 0 #111;
    font-size: 18px;
  }
  .side-label {
    font-size: 6px;
  }
  .identity {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 30px 18px 100px;
    min-height: 500px;
  }
  .identity-title {
    font-size: 19vw;
  }
  .identity-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .identity-meta {
    text-align: left;
  }
  .desktop-files {
    display: none;
  }
  .taskbar {
    position: fixed;
  }
  .task-center {
    display: none;
  }
  .window {
    position: fixed !important;
    left: 10px !important;
    top: 60px !important;
    width: calc(100vw - 20px) !important;
    height: calc(100vh - 120px) !important;
    min-height: 0;
    box-shadow: 6px 6px 0 #111;
  }
  .window.maximized {
    left: 0 !important;
    top: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
  }
  .about-layout, .project-hero {
    grid-template-columns: 1fr;
  }
  .project-art {
    min-height: 230px;
    border-right: 0;
    border-bottom: 1px solid #111;
  }
  .project-info h2 {
    font-size: 45px;
  }
  .project-row {
    grid-template-columns: 35px 1fr 50px;
  }
  .project-category {
    display: none;
  }
  .experience-item {
    grid-template-columns: 1fr;
  }
  .experience-year {
    text-align: left;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-cell:nth-child(odd) {
    padding-right: 0;
    border-right: 0;
  }
  .contact-cell:nth-child(even) {
    padding-left: 0;
  }
  .start-menu {
    width: calc(100vw - 24px);
  }
}
