@font-face {
  font-family: "Pixelated MS Sans Serif";
  src:
    url("https://cdn.jsdelivr.net/gh/meorionel/98-pink.css/dist/ms_sans_serif.woff2") format("woff2"),
    url("https://cdn.jsdelivr.net/gh/meorionel/98-pink.css/dist/ms_sans_serif.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Pixelated MS Sans Serif";
  src:
    url("https://cdn.jsdelivr.net/gh/meorionel/98-pink.css/dist/ms_sans_serif_bold.woff2") format("woff2"),
    url("https://cdn.jsdelivr.net/gh/meorionel/98-pink.css/dist/ms_sans_serif_bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --pixel: "Pixelated MS Sans Serif", Arial, sans-serif;
  --terminal: "Pixelated MS Sans Serif", Arial, sans-serif;
}

body {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.window,
.menu-bar,
.titlebar,
button,
input,
label,
select,
table,
textarea,
.status-bar,
.taskbar {
  font-family: "Pixelated MS Sans Serif", Arial, sans-serif;
  font-size: 11px;
  font-synthesis: none;
  letter-spacing: 0;
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
}

.window a,
.window p,
.window li,
.window span,
.window h1,
.window h2,
.window h3 {
  font-family: inherit;
}

.titlebar {
  min-height: 24px;
  padding: 3px 3px;
}

.titlebar-title {
  font-family: var(--pixel);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.window-button,
.lang-switch {
  min-width: 18px;
  height: 18px;
  padding: 0 3px;
  font-family: var(--pixel);
  font-size: 10px;
  line-height: 1;
}

.menu-item {
  padding: 3px 8px;
  font-family: var(--pixel);
  font-size: 11px;
  line-height: 1;
}

.content-scroll {
  padding: 12px 14px;
}

.section-title,
.profile-name,
.project-title,
.contact-label,
.dialog-title,
.start-button,
.mail-icon {
  font-family: var(--pixel);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
}

.profile-name,
.titlebar-title,
.contact-label {
  font-weight: 700;
}

.profile-grid {
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 10px;
}

.avatar-frame {
  padding: 0;
  border: 0;
  background: transparent;
}

.avatar-frame img {
  width: 72px;
  height: 72px;
}

.profile-meta,
.copy,
.project-desc,
.project-tags,
.note,
.pixel-link,
.contact-item,
.file-table,
.status-cell,
.desktop-shortcut,
.terminal-box,
.taskbar-item,
.clock {
  font-family: var(--terminal);
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: 0;
}

.copy p {
  margin: 0 0 5px;
}

.role-list {
  margin-top: 5px;
}

.project-status {
  font-size: 10px;
}

.status-cell {
  padding: 2px 4px;
  line-height: 1.1;
}

.terminal-box {
  padding: 5px 7px;
}

/* Minimal taskbar identity: keep a subtle retro edge without the heavy Win98 icon button. */
.start-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 64px;
  height: 26px;
  padding: 0 9px;
  overflow: visible;
  border: 1px solid rgba(94, 70, 106, .48);
  background: rgba(255, 255, 255, .18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45);
  color: var(--ink);
  font-family: var(--pixel);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
  white-space: nowrap;
  text-overflow: clip;
}

.start-mark {
  display: block;
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  background: var(--ink);
  opacity: .72;
}

@media (max-width: 700px) {
  .window {
    font-size: 11px;
  }

  .titlebar-title,
  .menu-item,
  .section-title,
  .profile-name,
  .project-title,
  .contact-label,
  .copy,
  .project-desc,
  .contact-item,
  .file-table {
    font-size: 11px;
  }

  .content-scroll {
    padding: 10px;
  }
}