:root {
  --xp-blue: #245edb;
  --xp-blue-dark: #0b3996;
  --xp-blue-light: #5d9df5;
  --xp-green: #3c9f28;
  --xp-green-dark: #1b6f16;
  --xp-surface: #ece9d8;
  --xp-surface-light: #fffdf1;
  --xp-border: #073c9a;
  --xp-text: #1f2430;
  --xp-muted: #5f6675;
  --xp-shadow: rgba(0, 0, 0, 0.28);
  --field-border: #7f9db9;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--xp-text);
  font-family: "Tahoma", "Malgun Gothic", "Apple SD Gothic Neo", sans-serif;
  background: #eef5ff;
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

.xp-desktop {
  min-height: 100vh;
  padding: 28px 18px 86px;
  position: relative;
  overflow-x: hidden;
  background: var(--desktop-bg, linear-gradient(140deg, #eef7ff 0%, #c8e4ff 42%, #70b2ed 100%));
}

.xp-desktop::before {
  content: "";
  position: fixed;
  inset: var(--desktop-layer-inset, auto -8vw 44px -8vw);
  height: var(--desktop-layer-height, 46vh);
  pointer-events: none;
  background: var(--desktop-layer, linear-gradient(120deg, rgba(61, 205, 168, 0.78), rgba(83, 159, 235, 0.68) 48%, rgba(36, 94, 219, 0.8)));
  clip-path: var(--desktop-layer-shape, polygon(0 36%, 18% 24%, 39% 34%, 62% 16%, 82% 28%, 100% 18%, 100% 100%, 0 100%));
  opacity: var(--desktop-layer-opacity, 0.82);
}

.xp-desktop::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: var(--desktop-pattern, linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px));
  background-size: var(--desktop-pattern-size, 44px 44px);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent 72%);
}

.theme-glass,
.theme-swatch.theme-glass {
  --desktop-bg:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74) 0 18%, transparent 18% 100%),
    linear-gradient(145deg, #f3f8ff 0%, #b9ddff 40%, #69aee9 74%, #4f7de3 100%);
  --desktop-layer: linear-gradient(120deg, rgba(54, 202, 176, 0.7), rgba(67, 143, 230, 0.66), rgba(62, 91, 210, 0.76));
  --desktop-layer-shape: polygon(0 42%, 18% 32%, 42% 40%, 66% 24%, 82% 34%, 100% 26%, 100% 100%, 0 100%);
  --desktop-pattern:
    linear-gradient(rgba(255, 255, 255, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  --desktop-pattern-size: 46px 46px;
}

.theme-slate,
.theme-swatch.theme-slate {
  --desktop-bg:
    linear-gradient(120deg, rgba(255, 255, 255, 0.08) 0 16%, transparent 16% 100%),
    linear-gradient(145deg, #f8fbff 0%, #dbe6ef 34%, #778ca6 72%, #343f58 100%);
  --desktop-layer: linear-gradient(110deg, rgba(242, 98, 104, 0.56), rgba(65, 194, 181, 0.62), rgba(37, 65, 118, 0.7));
  --desktop-layer-shape: polygon(0 58%, 28% 42%, 50% 55%, 78% 36%, 100% 48%, 100% 100%, 0 100%);
  --desktop-layer-opacity: 0.72;
  --desktop-pattern:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px),
    linear-gradient(45deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px);
  --desktop-pattern-size: 56px 56px;
}

.theme-paper,
.theme-swatch.theme-paper {
  --desktop-bg:
    linear-gradient(135deg, rgba(53, 128, 230, 0.12) 0 18%, transparent 18%),
    linear-gradient(160deg, #fbfcff 0%, #e8f0f6 48%, #d9e7ef 100%);
  --desktop-layer: linear-gradient(105deg, rgba(77, 159, 226, 0.28), rgba(69, 201, 170, 0.28), rgba(245, 118, 91, 0.18));
  --desktop-layer-shape: polygon(0 55%, 20% 44%, 44% 52%, 72% 40%, 100% 50%, 100% 100%, 0 100%);
  --desktop-layer-opacity: 1;
  --desktop-pattern:
    linear-gradient(rgba(31, 36, 48, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 36, 48, 0.04) 1px, transparent 1px);
  --desktop-pattern-size: 32px 32px;
}

.theme-coral,
.theme-swatch.theme-coral {
  --desktop-bg:
    linear-gradient(130deg, rgba(255, 255, 255, 0.7) 0 20%, transparent 20%),
    linear-gradient(150deg, #fff8fb 0%, #ffd1cf 35%, #8ec9f0 72%, #4c79d8 100%);
  --desktop-layer: linear-gradient(115deg, rgba(245, 98, 96, 0.52), rgba(255, 202, 99, 0.42), rgba(66, 188, 181, 0.56));
  --desktop-layer-shape: polygon(0 48%, 22% 34%, 47% 46%, 70% 28%, 100% 38%, 100% 100%, 0 100%);
  --desktop-pattern:
    linear-gradient(120deg, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px);
  --desktop-pattern-size: 38px 38px;
}

.theme-mint,
.theme-swatch.theme-mint {
  --desktop-bg:
    linear-gradient(135deg, rgba(255, 255, 255, 0.66) 0 24%, transparent 24%),
    linear-gradient(160deg, #f5fff9 0%, #b9efd7 36%, #69c8d1 72%, #4c79d8 100%);
  --desktop-layer: linear-gradient(112deg, rgba(39, 180, 138, 0.62), rgba(65, 163, 226, 0.54), rgba(255, 255, 255, 0.22));
  --desktop-layer-shape: polygon(0 40%, 20% 28%, 42% 36%, 70% 24%, 100% 35%, 100% 100%, 0 100%);
  --desktop-pattern:
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  --desktop-pattern-size: 34px 34px;
}

.theme-night,
.theme-swatch.theme-night {
  --desktop-bg:
    linear-gradient(130deg, rgba(255, 255, 255, 0.08) 0 18%, transparent 18%),
    linear-gradient(145deg, #111827 0%, #1e3a5f 45%, #226f8f 78%, #f06b58 140%);
  --desktop-layer: linear-gradient(116deg, rgba(240, 107, 88, 0.36), rgba(71, 208, 181, 0.42), rgba(108, 122, 255, 0.34));
  --desktop-layer-shape: polygon(0 64%, 24% 46%, 50% 58%, 76% 42%, 100% 54%, 100% 100%, 0 100%);
  --desktop-layer-opacity: 0.95;
  --desktop-pattern:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  --desktop-pattern-size: 42px 42px;
}

.desktop-header {
  max-width: 1180px;
  margin: 0 auto 18px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.desktop-header .language-picker {
  margin-top: 8px;
}

.modern-header {
  max-width: 1180px;
  min-height: 68px;
  margin: 0 auto 58px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  z-index: 4;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(7, 12, 26, 0.18);
  backdrop-filter: blur(18px);
}

.modern-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #151820;
  text-decoration: none;
  font-weight: 800;
}

.modern-brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, #5164ff, #18b58f);
  font-size: 12px;
  box-shadow: 0 8px 20px rgba(52, 88, 220, 0.28);
}

.modern-nav {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
}

.modern-nav::-webkit-scrollbar {
  display: none;
}

.modern-nav a,
.modern-contact {
  min-height: 40px;
  padding: 10px 12px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #272b36;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

.modern-nav a:hover,
.modern-nav a:focus-visible,
.modern-contact:hover,
.modern-contact:focus-visible {
  background: #f0f3ff;
  outline: none;
}

.modern-contact {
  padding-inline: 18px;
  color: #fff;
  background: linear-gradient(135deg, #5164ff, #6c5ce7);
  box-shadow: 0 10px 24px rgba(81, 100, 255, 0.26);
}

.language-picker {
  min-height: 40px;
  padding: 7px 10px 7px 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #dfe4ef;
  border-radius: 999px;
  background: #fff;
  color: #272b36;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.language-picker select {
  max-width: 118px;
  border: 0;
  background: transparent;
  color: #111827;
  font: inherit;
  outline: none;
  cursor: pointer;
}

.modern-contact:hover,
.modern-contact:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, #4354e8, #5c4fd8);
}

.modern-hero {
  max-width: 920px;
  margin: 0 auto 62px;
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}

.modern-kicker {
  margin: 0 0 14px;
  color: #84f0d4;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.modern-hero h1 {
  max-width: 1120px;
  margin-inline: auto;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5.8vw, 68px);
  line-height: 1.08;
  letter-spacing: 0;
  word-break: keep-all;
}

.modern-hero p:last-child {
  max-width: 720px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.7;
  word-break: keep-all;
}

.brand-shortcut {
  display: inline-flex;
  width: 112px;
  min-height: 92px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);
  font-size: 13px;
}

.shortcut-icon,
.window-icon,
.upload-icon,
.empty-icon,
.menu-icon,
.start-logo,
.user-tile {
  display: inline-block;
  flex: 0 0 auto;
}

.shortcut-icon {
  width: 42px;
  height: 34px;
  border: 2px solid rgba(255, 255, 255, 0.95);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0 4px, transparent 4px),
    linear-gradient(135deg, #fff7a8 0 28%, #5ab752 29% 58%, #4f95e8 59% 100%);
  box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.22);
}

.workspace {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.xp-window {
  border: 2px solid var(--xp-border);
  border-radius: 8px 8px 3px 3px;
  background: var(--xp-surface);
  box-shadow: 8px 12px 24px var(--xp-shadow);
  overflow: hidden;
}

.editor-window {
  min-height: 650px;
}

.modern-home {
  padding-top: 16px;
  --desktop-layer-opacity: 0.7;
}

.modern-home .workspace {
  max-width: 1220px;
}

.modern-home .desktop-header,
.modern-home .xp-taskbar,
.modern-home .start-menu {
  display: none;
}

.modern-home .xp-window {
  border: 0;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.modern-home .window-titlebar,
.modern-home .window-menubar {
  display: none;
}

.modern-home .editor-window {
  max-width: 1060px;
  min-height: 0;
  margin: 0 auto;
  overflow: visible;
}

.modern-home .editor-shell {
  grid-template-columns: minmax(320px, 0.9fr) minmax(340px, 1.12fr);
  gap: 34px;
  padding: 34px;
  align-items: stretch;
}

.modern-home .preview-panel {
  order: 1;
  min-height: 430px;
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  background: #f4f7fb;
  box-shadow: inset 0 0 0 1px #e5e9f2;
}

.modern-home .tool-panel {
  order: 2;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.12);
}

.modern-home .tool-panel h2 {
  color: #111827;
  font-size: 32px;
  line-height: 1.2;
  word-break: keep-all;
  overflow-wrap: normal;
}

.modern-home .tool-intro {
  color: #5b6472;
  font-size: 15px;
}

.modern-home .upload-zone {
  min-height: 220px;
  border: 3px dashed #b9bec9;
  border-radius: 22px;
  background: #fbfcff;
}

.modern-home .upload-zone strong {
  color: #111827;
  font-size: 23px;
}

.modern-home .upload-zone span:last-of-type {
  color: #687284;
}

.modern-home .image-meta,
.modern-home .result-list div,
.modern-home .progress-wrap {
  border-radius: 12px;
}

.modern-home .xp-button {
  min-height: 42px;
  padding: 10px 18px;
  border: 0;
  border-radius: 999px;
  background: #eef2f7;
  box-shadow: none;
  color: #111827;
  font-weight: 800;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: normal;
}

.modern-home .xp-button.primary {
  color: #fff;
  background: linear-gradient(135deg, #5164ff, #6c5ce7);
  box-shadow: 0 12px 28px rgba(81, 100, 255, 0.28);
}

.modern-home .mini-tool-card .xp-button {
  min-height: 42px;
  padding: 9px 12px;
  font-size: 15px;
}

.modern-home .canvas-stage {
  min-height: 420px;
  border-radius: 0 0 24px 24px;
}

.modern-home .preview-header {
  border-bottom-color: #e6eaf2;
  background: #fff;
}

.modern-home .utility-window {
  max-width: 1060px;
  margin: 46px auto 0;
  overflow: visible;
}

.modern-home .utility-shell {
  grid-template-columns: minmax(340px, 0.9fr) minmax(340px, 1fr);
  gap: 24px;
  padding: 30px;
}

.modern-home .pdf-result-panel {
  border: 0;
  border-radius: 24px;
  background: #fff;
  box-shadow: inset 0 0 0 1px #e6eaf2;
}

.modern-home .content-band {
  max-width: 1060px;
  margin-inline: auto;
  border: 0;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.18);
}

.modern-page {
  padding-top: 16px;
  padding-bottom: 72px;
  --desktop-layer-opacity: 0.68;
}

.modern-page .workspace {
  max-width: 1180px;
}

.modern-page-hero {
  max-width: 860px;
  margin: 0 auto 46px;
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}

.modern-page-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5.5vw, 68px);
  line-height: 1.08;
  letter-spacing: 0;
  word-break: keep-all;
}

.modern-page-hero p:last-child {
  max-width: 720px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.7;
  word-break: keep-all;
}

.modern-contact-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(360px, 1.18fr);
  gap: 24px;
  position: relative;
  z-index: 2;
}

.contact-primary-card,
.contact-info-card {
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.25);
}

.contact-primary-card {
  min-height: 420px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-card-label {
  margin-bottom: 18px;
  color: #5164ff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-primary-card h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.15;
  word-break: break-word;
}

.contact-primary-card p {
  margin: 18px 0 26px;
  color: #5b6472;
  line-height: 1.7;
}

.modern-large-button {
  width: fit-content;
  min-height: 52px;
  padding: 14px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #5164ff, #6c5ce7);
  box-shadow: 0 14px 32px rgba(81, 100, 255, 0.3);
  text-decoration: none;
  font-weight: 900;
}

.modern-large-button:hover,
.modern-large-button:focus-visible {
  background: linear-gradient(135deg, #4354e8, #5c4fd8);
  outline: none;
}

.contact-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-info-card {
  padding: 28px;
}

.contact-info-card h2 {
  margin: 0 0 14px;
  color: #111827;
  font-size: 23px;
  line-height: 1.25;
}

.contact-info-card ul {
  margin: 0;
  padding-left: 20px;
}

.contact-info-card li,
.contact-info-card p {
  color: #4b5563;
  line-height: 1.75;
}

.contact-info-card p {
  margin: 0;
}

.contact-wide-card {
  grid-column: 1 / -1;
  background: rgba(255, 255, 255, 0.9);
}

.utility-window {
  margin-top: 22px;
}

.window-titlebar {
  min-height: 36px;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #fff;
  background: linear-gradient(180deg, var(--xp-blue-light), var(--xp-blue) 45%, var(--xp-blue-dark));
}

.window-title {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 8px;
}

.window-title h1,
.window-title h2 {
  margin: 0;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.window-icon {
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  background:
    linear-gradient(90deg, #df3a2e 0 50%, #2f7fe2 50%),
    linear-gradient(#f9d35a, #41a441);
  background-size: 100% 50%, 100% 50%;
  background-position: top, bottom;
  background-repeat: no-repeat;
}

.pdf-window-icon {
  background:
    linear-gradient(90deg, #d9342f 0 50%, #f6f6f6 50%),
    linear-gradient(#f6f6f6, #d9342f);
  background-size: 100% 50%, 100% 50%;
  background-position: top, bottom;
  background-repeat: no-repeat;
}

.window-controls {
  display: flex;
  gap: 4px;
}

.window-controls span {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 3px;
  background: linear-gradient(180deg, #fefefe, #76a5f7 40%, #1c54c6);
  box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.28);
}

.window-controls span:last-child {
  background: linear-gradient(180deg, #ffb19b, #e64b30 45%, #9b1e15);
}

.window-menubar {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  padding: 5px 8px;
  border-bottom: 1px solid #c4c0ad;
  background: #f7f3df;
}

.window-menubar a {
  padding: 4px 10px;
  border: 1px solid transparent;
  color: #1f2430;
  text-decoration: none;
  font-size: 13px;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

.window-menubar a:hover,
.window-menubar a:focus-visible {
  border-color: #9aa8c9;
  background: #fff;
  outline: none;
}

.editor-shell {
  display: grid;
  grid-template-columns: minmax(300px, 390px) minmax(0, 1fr);
  gap: 12px;
  padding: 12px;
}

.utility-shell {
  display: grid;
  grid-template-columns: minmax(300px, 430px) minmax(0, 1fr);
  gap: 12px;
  padding: 12px;
}

.tool-panel,
.preview-panel {
  border: 1px solid #aca899;
  background: var(--xp-surface-light);
  box-shadow: inset 1px 1px 0 #fff;
}

.tool-panel {
  padding: 14px;
}

.eyebrow {
  margin: 0 0 8px;
  color: #3159b2;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.tool-panel h2,
.preview-panel h2,
.content-band h2 {
  margin: 0;
  color: #1d3274;
  line-height: 1.35;
}

.tool-panel h2 {
  font-size: 22px;
}

.tool-intro {
  margin: 10px 0 12px;
  color: var(--xp-muted);
  line-height: 1.58;
  font-size: 14px;
}

.upload-zone {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 128px;
  padding: 14px;
  position: relative;
  border: 2px dashed #6d8ad7;
  background:
    linear-gradient(135deg, rgba(91, 148, 235, 0.12), rgba(80, 159, 51, 0.14)),
    #fff;
  text-align: center;
  cursor: pointer;
}

.upload-zone:hover,
.upload-zone.drag-over {
  border-color: #2b61d1;
  background-color: #f3f8ff;
}

.upload-zone input {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.upload-icon {
  width: 44px;
  height: 36px;
  border: 2px solid #466db7;
  background:
    linear-gradient(135deg, transparent 0 48%, #2f7fe2 49% 54%, transparent 55%),
    linear-gradient(45deg, #8bc957 0 35%, #f7dc6f 36% 58%, #5d9df5 59% 100%);
}

.pdf-upload-icon {
  width: 50px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 2px solid #aa1f1a;
  color: #fff;
  background: linear-gradient(180deg, #f36b5d, #d9342f 50%, #9d1612);
  box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.18);
  font-size: 13px;
  font-weight: 700;
}

.pdf-upload-zone {
  border-color: #c46865;
  background:
    linear-gradient(135deg, rgba(217, 52, 47, 0.12), rgba(91, 148, 235, 0.14)),
    #fff;
}

.upload-zone strong {
  font-size: 16px;
}

.upload-zone span:last-of-type {
  color: var(--xp-muted);
  font-size: 13px;
  line-height: 1.5;
}

.image-meta {
  min-height: 38px;
  margin: 10px 0;
  padding: 8px 10px;
  border: 1px solid #d4d0c8;
  background: #fff;
  color: var(--xp-muted);
  font-size: 13px;
  line-height: 1.55;
}

.resize-form {
  display: grid;
  gap: 10px;
}

.mini-tool-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr));
  gap: 12px;
}

.mini-tool-card {
  min-width: 0;
  padding: 14px;
  display: grid;
  align-content: start;
  gap: 10px;
  border: 1px solid #d4d0c8;
  background: #fff;
  box-shadow: inset 1px 1px 0 #fff;
}

.mini-tool-card h3 {
  margin: 0;
  color: #18285f;
  font-size: 16px;
  line-height: 1.35;
  word-break: keep-all;
  overflow-wrap: normal;
}

.mini-tool-card p {
  margin: 0;
  color: var(--xp-muted);
  font-size: 13px;
  line-height: 1.5;
  word-break: keep-all;
  overflow-wrap: normal;
}

.mini-tool-card .xp-button {
  width: 100%;
  justify-self: stretch;
  white-space: normal;
  line-height: 1.35;
}

.crop-input-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.range-line {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(40px, auto);
  align-items: center;
  gap: 8px;
  color: #31343a;
  font-size: 13px;
  font-weight: 700;
  min-width: 0;
}

.range-line input {
  min-width: 0;
  width: 100%;
}

.range-line output {
  min-width: 0;
  color: #18285f;
  text-align: right;
  overflow-wrap: anywhere;
}

.tool-download-row {
  margin-top: 2px;
}

.input-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.input-grid label {
  display: grid;
  gap: 6px;
  color: #31343a;
  font-size: 13px;
  font-weight: 700;
}

.input-grid input {
  width: 100%;
  height: 34px;
  padding: 7px 8px;
  border: 1px solid var(--field-border);
  background: #fff;
  color: #111;
}

.input-grid select {
  width: 100%;
  height: 34px;
  padding: 6px 8px;
  border: 1px solid var(--field-border);
  background: #fff;
  color: #111;
}

.input-grid select:disabled {
  background: #f2f2f2;
  color: #777;
}

.pdf-input-grid {
  grid-template-columns: minmax(0, 1fr) 96px;
}

.input-grid input:disabled {
  background: #f2f2f2;
  color: #777;
}

.checkbox-line {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #30343c;
  font-size: 14px;
}

.checkbox-line input {
  width: 16px;
  height: 16px;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.download-note {
  min-height: 36px;
  margin: -2px 0 0;
  color: var(--xp-muted);
  font-size: 12px;
  line-height: 1.5;
}

.progress-wrap {
  width: 100%;
  height: 16px;
  overflow: hidden;
  border: 1px solid #7f9db9;
  background: #fff;
  box-shadow: inset 1px 1px 0 #d7d7d7;
}

.progress-bar {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #2c8fe8, #3c9f28);
  transition: width 160ms ease;
}

.xp-button {
  min-height: 32px;
  padding: 6px 12px;
  border: 1px solid #003c74;
  border-radius: 3px;
  color: #111;
  background: linear-gradient(180deg, #fff, #ecebe4 50%, #d8d4c8);
  box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #9c9a90;
  text-decoration: none;
  cursor: pointer;
}

.xp-button.primary {
  border-color: #0b4e12;
  color: #fff;
  background: linear-gradient(180deg, #6fc75f, #319820 50%, #176c13);
}

.xp-button:hover:not(:disabled):not(.disabled),
.xp-button:focus-visible:not(:disabled):not(.disabled) {
  filter: brightness(1.05);
  outline: 2px solid #f8d447;
  outline-offset: 1px;
}

.xp-button:disabled,
.xp-button.disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}

.preview-panel {
  min-width: 0;
  display: grid;
  grid-template-rows: auto minmax(360px, 1fr);
}

.pdf-result-panel {
  min-width: 0;
  padding: 18px;
  border: 1px solid #aca899;
  background: var(--xp-surface-light);
  box-shadow: inset 1px 1px 0 #fff;
}

.pdf-result-panel h2 {
  margin: 0 0 14px;
  color: #1d3274;
  font-size: 20px;
}

.result-list {
  display: grid;
  gap: 10px;
  margin: 0 0 16px;
}

.result-list div {
  min-height: 46px;
  padding: 10px 12px;
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  border: 1px solid #d4d0c8;
  background: #fff;
}

.result-list dt {
  color: #4a5160;
  font-size: 13px;
  font-weight: 700;
}

.result-list dd {
  margin: 0;
  color: #18285f;
  font-weight: 700;
}

.pdf-result-panel p {
  margin: 0;
  color: var(--xp-muted);
  line-height: 1.7;
  font-size: 14px;
}

.preview-header {
  min-height: 44px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #aca899;
  background: #f7f3df;
}

.preview-header h2 {
  font-size: 18px;
}

.preview-header span {
  color: #4a5160;
  font-size: 13px;
  white-space: nowrap;
}

.canvas-stage {
  min-height: 420px;
  padding: 16px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(45deg, #d9d9d9 25%, transparent 25%),
    linear-gradient(-45deg, #d9d9d9 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #d9d9d9 75%),
    linear-gradient(-45deg, transparent 75%, #d9d9d9 75%),
    #f5f5f5;
  background-position: 0 0, 0 12px, 12px -12px, -12px 0;
  background-size: 24px 24px;
}

#preview-canvas,
#advanced-image-canvas {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  border: 1px solid #8c8c8c;
  background: #fff;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
}

.empty-state {
  position: absolute;
  inset: 16px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  color: #4b5262;
  text-align: center;
  background: rgba(255, 255, 255, 0.75);
}

.empty-state.is-hidden {
  display: none;
}

.empty-icon {
  width: 66px;
  height: 52px;
  border: 2px solid #8aa0c8;
  background:
    linear-gradient(135deg, transparent 0 48%, #5387da 49% 54%, transparent 55%),
    linear-gradient(45deg, #86bd4d 0 32%, #f1cf54 33% 56%, #7db3ff 57% 100%);
  opacity: 0.9;
}

.empty-state p {
  max-width: 280px;
  margin: 0;
  line-height: 1.6;
}

.file-list {
  max-height: 220px;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  overflow: auto;
  list-style: none;
}

.file-list li {
  padding: 9px 10px;
  border: 1px solid #d4d0c8;
  background: #fff;
  color: #363b46;
  font-size: 13px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.content-band {
  margin-top: 22px;
  padding: 24px;
  border: 2px solid var(--xp-border);
  border-radius: 6px;
  background: rgba(255, 253, 241, 0.96);
  box-shadow: 4px 8px 18px rgba(0, 0, 0, 0.18);
}

.content-band h2 {
  margin-bottom: 12px;
  font-size: 24px;
}

.content-band p {
  margin: 10px 0 0;
  color: #363b46;
  line-height: 1.75;
}

.page-window {
  max-width: 980px;
  margin: 38px auto 0;
}

.page-shell {
  padding: 22px;
  background: var(--xp-surface-light);
}

.page-lead {
  max-width: 760px;
  margin: 0 0 18px;
  color: #363b46;
  line-height: 1.75;
  font-size: 16px;
}

.article-body {
  display: grid;
  gap: 18px;
}

.article-body section {
  padding: 18px;
  border: 1px solid #c9c4b6;
  background: #fff;
}

.article-body h2 {
  margin: 0 0 10px;
  color: #1d3274;
  font-size: 22px;
  line-height: 1.35;
}

.article-body h3 {
  margin: 0 0 8px;
  color: #253f92;
  font-size: 17px;
}

.article-body p,
.article-body li {
  color: #363b46;
  line-height: 1.75;
}

.article-body p {
  margin: 8px 0 0;
}

.article-body ul,
.article-body ol {
  margin: 10px 0 0;
  padding-left: 22px;
}

.info-list,
.faq-list {
  display: grid;
  gap: 12px;
}

.info-list article,
.faq-list article,
.notice-box {
  padding: 16px;
  border: 1px solid #d4d0c8;
  background: #fffdf1;
}

.notice-box {
  border-color: #7f9db9;
  background: #f3f8ff;
}

.contact-box {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.contact-box div {
  padding: 12px;
  border: 1px solid #d4d0c8;
  background: #fff;
}

.theme-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
}

.theme-card {
  padding: 14px;
  border: 1px solid #c9c4b6;
  background: #fff;
}

.theme-card h2 {
  margin: 12px 0 6px;
  color: #1d3274;
  font-size: 18px;
}

.theme-card p {
  min-height: 52px;
  margin: 0 0 12px;
  color: #4a5160;
  line-height: 1.55;
  font-size: 13px;
}

.theme-swatch {
  min-height: 134px;
  position: relative;
  overflow: hidden;
  border: 1px solid #8aa0c8;
  background: var(--desktop-bg);
}

.theme-swatch::before {
  content: "";
  position: absolute;
  inset: auto -12% 0 -12%;
  height: 62%;
  background: var(--desktop-layer);
  clip-path: var(--desktop-layer-shape);
  opacity: var(--desktop-layer-opacity, 0.82);
}

.theme-swatch::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--desktop-pattern);
  background-size: var(--desktop-pattern-size);
  opacity: 0.72;
}

.theme-mini-window {
  width: 62%;
  min-height: 38px;
  position: absolute;
  left: 18%;
  top: 28%;
  z-index: 1;
  border: 2px solid #073c9a;
  border-radius: 6px 6px 2px 2px;
  background: rgba(255, 253, 241, 0.92);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.theme-mini-window::before {
  content: "";
  display: block;
  height: 12px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, var(--xp-blue-light), var(--xp-blue) 55%, var(--xp-blue-dark));
}

.theme-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.theme-status {
  min-height: 24px;
  margin: 16px 0 0;
  color: #1d3274;
  font-weight: 700;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 14px;
}

.feature-grid article {
  padding: 16px;
  border: 1px solid #c9c4b6;
  background: #fff;
}

.feature-grid h3 {
  margin: 0 0 8px;
  color: #253f92;
  font-size: 17px;
}

.feature-grid p {
  margin: 0;
  font-size: 14px;
}

.guide-link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.guide-link-card {
  min-height: 112px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid #d7dce8;
  border-radius: 14px;
  background: #fff;
  color: #1f2430;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.08);
}

.guide-link-card:hover,
.guide-link-card:focus-visible {
  border-color: #5164ff;
  background: #f7f8ff;
  outline: none;
}

.guide-link-card strong {
  color: #111827;
  line-height: 1.35;
  font-size: 16px;
}

.guide-link-card span {
  color: #5b6472;
  line-height: 1.55;
  font-size: 13px;
}

.modern-article-shell {
  max-width: 940px;
  margin: 0 auto;
  padding: 34px;
  display: grid;
  gap: 18px;
  position: relative;
  z-index: 2;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.25);
}

.modern-article-shell section {
  padding: 0 0 18px;
  border-bottom: 1px solid #e6eaf2;
}

.modern-article-shell section:last-of-type {
  border-bottom: 0;
}

.modern-article-shell h2 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 26px;
  line-height: 1.28;
}

.modern-article-shell p,
.modern-article-shell li {
  color: #4b5563;
  line-height: 1.82;
}

.modern-article-shell p {
  margin: 10px 0 0;
}

.modern-article-shell ul,
.modern-article-shell ol {
  margin: 10px 0 0;
  padding-left: 22px;
}

.article-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  padding-top: 6px;
}

.article-text-link {
  color: #5164ff;
  text-decoration: none;
  font-weight: 800;
}

.article-text-link:hover,
.article-text-link:focus-visible {
  text-decoration: underline;
  outline: none;
}

.resource-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  position: relative;
  z-index: 2;
}

.resource-feature-card {
  min-height: 250px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  color: #111827;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  text-decoration: none;
}

.resource-feature-card:hover,
.resource-feature-card:focus-visible {
  transform: translateY(-2px);
  background: #fff;
  outline: none;
}

.resource-feature-card span {
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  color: #5164ff;
  background: #eef1ff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.resource-feature-card strong {
  color: #111827;
  font-size: 25px;
  line-height: 1.22;
}

.resource-feature-card p {
  margin: 0;
  color: #5b6472;
  line-height: 1.7;
}

.resource-tool-card {
  color: #fff;
  background: linear-gradient(135deg, #5164ff, #18b58f);
}

.resource-tool-card span {
  color: #111827;
  background: rgba(255, 255, 255, 0.85);
}

.resource-tool-card strong,
.resource-tool-card p {
  color: #fff;
}

.not-found-panel {
  max-width: 820px;
  margin: 0 auto;
  padding: 48px;
  position: relative;
  z-index: 2;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.25);
}

.not-found-panel h1 {
  margin: 0;
  color: #111827;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.08;
}

.not-found-panel p {
  max-width: 620px;
  margin: 18px 0 26px;
  color: #4b5563;
  line-height: 1.75;
  font-size: 17px;
}

.xp-taskbar {
  height: 48px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  color: #fff;
  background: linear-gradient(180deg, #3f8df3 0%, #1558d2 45%, #0d3caa 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.taskbar-status {
  min-width: 0;
  padding: 8px 14px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.18);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.24);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.start-button {
  min-width: 112px;
  height: 38px;
  padding: 0 18px 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #1c7616;
  border-radius: 20px 8px 8px 20px;
  color: #fff;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.55);
  background: linear-gradient(180deg, #8bdc68 0%, #3aaa2d 45%, #167313 100%);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.6), 0 2px 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.start-button:hover,
.start-button:focus-visible {
  filter: brightness(1.08);
  outline: 2px solid #f8d447;
  outline-offset: 2px;
}

.start-logo {
  width: 19px;
  height: 19px;
  background:
    linear-gradient(90deg, #f04436 0 50%, #2d82e6 50%) top / 100% 50% no-repeat,
    linear-gradient(90deg, #f8d857 0 50%, #4cb749 50%) bottom / 100% 50% no-repeat;
  transform: skew(-8deg);
}

.start-menu {
  width: min(320px, calc(100vw - 20px));
  max-height: calc(100vh - 70px);
  position: fixed;
  right: 10px;
  bottom: 52px;
  z-index: 30;
  border: 2px solid #0a3b9c;
  border-radius: 8px 8px 2px 2px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #f7f3df;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.36);
}

.start-menu[hidden] {
  display: none;
}

.start-menu-head {
  min-height: 66px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: linear-gradient(180deg, #5d9df5, #245edb 52%, #123f9f);
}

.user-tile {
  width: 42px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 6px;
  background:
    linear-gradient(135deg, #fff 0 20%, transparent 21%),
    linear-gradient(45deg, #6fc75f 0 42%, #f7dc6f 43% 65%, #5d9df5 66%);
}

.start-menu a,
.menu-soon {
  width: 100%;
  min-height: 46px;
  padding: 9px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
  color: #20242c;
  background: transparent;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.start-menu a:hover,
.start-menu a:focus-visible {
  color: #fff;
  background: #316ac5;
  outline: none;
}

.menu-soon {
  color: #777;
  cursor: not-allowed;
}

.menu-icon {
  width: 28px;
  height: 28px;
  border: 1px solid #7a91b7;
  background: #fff;
}

.menu-icon.resize {
  background:
    linear-gradient(90deg, #7fb1ff 0 42%, transparent 43%),
    linear-gradient(#f8d857 0 48%, #4cb749 49%);
}

.menu-icon.pdf {
  display: grid;
  place-items: center;
  border-color: #b33a34;
  color: #fff;
  background: linear-gradient(180deg, #fb7d70, #d9342f 55%, #9d1612);
}

.menu-icon.pdf::before {
  content: "PDF";
  font-size: 9px;
  font-weight: 700;
}

.menu-icon.guide {
  background:
    linear-gradient(#fff 0 24%, #2d82e6 25% 36%, #fff 37% 60%, #2d82e6 61% 72%, #fff 73%);
}

.menu-icon.about {
  border-radius: 50%;
  background: radial-gradient(circle at 50% 34%, #fff 0 12%, #5d9df5 13% 100%);
}

.menu-icon.privacy {
  background:
    linear-gradient(90deg, transparent 0 24%, #3159b2 25% 75%, transparent 76%),
    linear-gradient(#fff 0 32%, #f8d857 33% 72%, #fff 73%);
}

.menu-icon.soon {
  background: linear-gradient(135deg, #f3f3f3, #c8c8c8);
}

@media (max-width: 900px) {
  .modern-header {
    margin-bottom: 34px;
    flex-wrap: wrap;
    padding: 12px;
  }

  .modern-nav {
    order: 3;
    flex-basis: 100%;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .modern-hero {
    margin-bottom: 34px;
  }

  .modern-hero p:last-child {
    font-size: 16px;
  }

  .editor-shell,
  .utility-shell {
    grid-template-columns: 1fr;
  }

  .modern-home .editor-shell,
  .modern-home .utility-shell {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .modern-home .preview-panel,
  .modern-home .tool-panel {
    order: initial;
  }

  .modern-page {
    padding-bottom: 46px;
  }

  .modern-page-hero {
    margin-bottom: 34px;
  }

  .modern-page-hero p:last-child {
    font-size: 16px;
  }

  .modern-contact-shell {
    grid-template-columns: 1fr;
  }

  .resource-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-primary-card {
    min-height: 0;
  }

  .preview-panel {
    grid-template-rows: auto minmax(320px, 56vh);
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .xp-desktop {
    padding: 14px 10px 76px;
  }

  .modern-home {
    padding-bottom: 38px;
  }

  .modern-header {
    border-radius: 14px;
  }

  .modern-brand {
    font-size: 14px;
  }

  .modern-contact {
    padding-inline: 13px;
  }

  .language-picker {
    order: 2;
    padding-inline: 10px;
  }

  .language-picker span {
    display: none;
  }

  .modern-hero h1 {
    font-size: 38px;
  }

  .modern-page-hero h1 {
    font-size: 38px;
  }

  .contact-card-grid {
    grid-template-columns: 1fr;
  }

  .contact-primary-card,
  .contact-info-card {
    padding: 22px;
    border-radius: 22px;
  }

  .modern-article-shell {
    padding: 22px;
    border-radius: 22px;
  }

  .modern-article-shell h2 {
    font-size: 22px;
  }

  .resource-page-grid {
    grid-template-columns: 1fr;
  }

  .resource-feature-card {
    min-height: 0;
    padding: 22px;
    border-radius: 22px;
  }

  .not-found-panel {
    padding: 28px;
    border-radius: 22px;
  }

  .modern-home .tool-panel h2 {
    font-size: 25px;
  }

  .modern-home .upload-zone {
    min-height: 178px;
  }

  .desktop-header {
    margin-bottom: 10px;
  }

  .brand-shortcut {
    width: 96px;
    min-height: 82px;
    font-size: 12px;
  }

  .window-title h1 {
    font-size: 13px;
  }

  .window-controls span {
    width: 18px;
    height: 18px;
  }

  .editor-shell,
  .tool-panel,
  .content-band {
    padding: 12px;
  }

  .tool-panel h2,
  .content-band h2 {
    font-size: 20px;
  }

  .input-grid {
    grid-template-columns: 1fr;
  }

  .mini-tool-grid {
    grid-template-columns: 1fr;
  }

  .pdf-input-grid {
    grid-template-columns: 1fr;
  }

  .button-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .xp-button {
    text-align: center;
  }

  .canvas-stage {
    min-height: 300px;
    padding: 10px;
  }

  .xp-taskbar {
    height: 44px;
  }

  .taskbar-status {
    font-size: 12px;
  }

  .start-button {
    min-width: 92px;
    height: 34px;
  }
}
