@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("./fonts/plus-jakarta-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  color-scheme: light;
  --slate-950: #0f172a;
  --slate-900: #172033;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-500: #64748b;
  --slate-400: #94a3b8;
  --slate-300: #cbd5e1;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9;
  --slate-50: #f8fafc;
  --white: #ffffff;
  --indigo-700: #4338ca;
  --indigo-600: #4f46e5;
  --indigo-500: #6366f1;
  --indigo-100: #e0e7ff;
  --indigo-50: #eef2ff;
  --violet-600: #7c3aed;
  --emerald-700: #047857;
  --emerald-600: #059669;
  --emerald-100: #d1fae5;
  --emerald-50: #ecfdf5;
  --rose-600: #e11d48;
  --shadow-card: 0 16px 45px -28px rgba(15, 23, 42, 0.28), 0 2px 10px -4px rgba(15, 23, 42, 0.1);
  --shadow-button: 0 8px 18px -10px rgba(79, 70, 229, 0.85);
  --radius-lg: 18px;
  --radius-md: 12px;
  --radius-sm: 9px;
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--slate-50);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  color: var(--slate-900);
  background:
    radial-gradient(circle at 8% 0%, rgba(99, 102, 241, 0.06), transparent 24rem),
    var(--slate-50);
  font-size: 15px;
  line-height: 1.55;
}

button,
input,
select {
  font: inherit;
}

button,
label,
select,
input[type="range"],
input[type="color"] {
  -webkit-tap-highlight-color: transparent;
}

button,
a,
input,
select,
summary,
canvas {
  outline-offset: 3px;
}

:focus-visible {
  outline: 3px solid var(--indigo-600);
}

[hidden] {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

svg {
  display: block;
  width: 1.2em;
  height: 1.2em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 40px));
  min-height: 72px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(203, 213, 225, 0.65);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--slate-950);
  font-size: 17px;
  font-weight: 750;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--indigo-600), var(--violet-600));
  border-radius: 10px;
  box-shadow: var(--shadow-button);
}

.brand-mark svg {
  width: 20px;
  height: 20px;
}

.privacy-pill {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  color: var(--emerald-700);
  background: var(--emerald-50);
  border: 1px solid rgba(5, 150, 105, 0.18);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.privacy-pill svg {
  width: 16px;
  height: 16px;
}

main {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 66px 0 54px;
}

.intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 34px;
}

.eyebrow {
  margin: 0 0 9px;
  color: var(--indigo-600);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 14px;
  color: var(--slate-950);
  font-size: clamp(34px, 4.5vw, 54px);
  font-weight: 770;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.intro-copy {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--slate-500);
  font-size: 17px;
}

.mini-steps {
  display: grid;
  flex: 0 0 auto;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: var(--slate-500);
  font-size: 12px;
  font-weight: 650;
  list-style: none;
}

.mini-steps li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mini-steps span {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  color: var(--indigo-700);
  background: var(--indigo-50);
  border: 1px solid var(--indigo-100);
  border-radius: 7px;
  font-size: 10px;
  font-weight: 800;
}

.folder-card,
.preview-card,
.controls-card,
.progress-card,
.download-card,
.privacy-note {
  background: var(--white);
  border: 1px solid var(--slate-200);
  box-shadow: var(--shadow-card);
}

.folder-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  min-height: 132px;
  padding: 27px 30px;
  border-radius: var(--radius-lg);
}

.folder-card.has-folder {
  margin-bottom: 18px;
}

.folder-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--indigo-600);
  background: linear-gradient(145deg, var(--indigo-50), #f5f3ff);
  border: 1px solid var(--indigo-100);
  border-radius: 14px;
}

.folder-icon svg {
  width: 28px;
  height: 28px;
}

.folder-copy h2,
.download-card h2,
.progress-card h2 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 750;
  letter-spacing: -0.025em;
}

.folder-copy p,
.download-card p,
.progress-card p {
  margin-bottom: 0;
  color: var(--slate-500);
  font-size: 13px;
}

.button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 15px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease, background-color 140ms ease;
}

.button:not(:disabled):hover {
  transform: translateY(-1px);
}

.button:disabled {
  color: var(--slate-400);
  background: var(--slate-100);
  border-color: var(--slate-200);
  box-shadow: none;
  cursor: not-allowed;
}

.button.is-disabled {
  color: var(--slate-500);
  background: var(--slate-100);
  border-color: var(--slate-200);
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.button svg {
  width: 17px;
  height: 17px;
}

.button-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--indigo-600), var(--violet-600));
  box-shadow: var(--shadow-button);
}

.button-primary:not(:disabled):hover {
  box-shadow: 0 11px 24px -12px rgba(79, 70, 229, 0.95);
}

.button-secondary {
  color: var(--slate-700);
  background: var(--white);
  border-color: var(--slate-300);
}

.button-secondary:not(:disabled):hover {
  border-color: var(--indigo-300, #a5b4fc);
  background: var(--indigo-50);
}

.button-secondary.is-active {
  color: var(--indigo-700);
  background: var(--indigo-50);
  border-color: #a5b4fc;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.12);
}

.button-success {
  color: var(--white);
  background: var(--emerald-600);
  box-shadow: 0 8px 18px -10px rgba(5, 150, 105, 0.8);
}

.button-wide {
  width: 100%;
}

.workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  align-items: start;
  gap: 18px;
}

.preview-card,
.controls-card {
  min-width: 0;
  border-radius: var(--radius-lg);
}

.preview-card {
  overflow: hidden;
}

.preview-toolbar {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 15px;
  border-bottom: 1px solid var(--slate-200);
}

.photo-nav {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
}

.icon-button {
  display: grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  color: var(--slate-600);
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: 9px;
  cursor: pointer;
}

.icon-button:hover:not(:disabled) {
  color: var(--indigo-600);
  border-color: #a5b4fc;
  background: var(--indigo-50);
}

.icon-button:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

.icon-button svg {
  width: 18px;
  height: 18px;
}

.select-wrap {
  min-width: 0;
}

.select-wrap select {
  width: min(300px, 34vw);
  min-height: 36px;
  padding: 6px 30px 6px 10px;
  overflow: hidden;
  color: var(--slate-700);
  background: var(--slate-50);
  border: 1px solid var(--slate-200);
  border-radius: 9px;
  font-size: 12px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.view-toggle,
.segmented-control {
  display: inline-flex;
  padding: 3px;
  background: var(--slate-100);
  border: 1px solid var(--slate-200);
  border-radius: 10px;
}

.preview-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
}

.zoom-button {
  min-width: 46px;
  min-height: 38px;
  padding: 5px 9px;
  color: var(--slate-600);
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: 9px;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}

.zoom-button:hover,
.zoom-button[aria-pressed="true"] {
  color: var(--indigo-700);
  background: var(--indigo-50);
  border-color: #a5b4fc;
}

.toggle-button {
  min-height: 34px;
  padding: 4px 10px;
  color: var(--slate-600);
  background: transparent;
  border: 0;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 750;
  cursor: pointer;
}

.toggle-button.is-active {
  color: var(--slate-900);
  background: var(--white);
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.12);
}

.toggle-button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.canvas-stage {
  position: relative;
  display: grid;
  min-height: 480px;
  max-height: 68vh;
  padding: 20px;
  overflow: auto;
  place-items: center;
  background-color: #e8edf3;
  background-image:
    linear-gradient(45deg, rgba(100, 116, 139, 0.08) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(100, 116, 139, 0.08) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(100, 116, 139, 0.08) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(100, 116, 139, 0.08) 75%);
  background-position: 0 0, 0 8px, 8px -8px, -8px 0;
  background-size: 16px 16px;
}

.canvas-stage.is-actual-size {
  place-items: start;
}

#photoCanvas {
  display: block;
  max-width: 100%;
  max-height: calc(68vh - 40px);
  background: var(--white);
  border-radius: 3px;
  box-shadow: 0 15px 35px -16px rgba(15, 23, 42, 0.48);
  cursor: crosshair;
  touch-action: none;
}

#photoCanvas.is-sampling {
  cursor: copy;
}

#photoCanvas.is-actual-size {
  max-width: none;
  max-height: none;
}

@media (pointer: coarse) {
  .canvas-stage:not(.is-actual-size) #photoCanvas.has-selection {
    touch-action: pan-y;
  }

  .canvas-stage.is-actual-size #photoCanvas {
    touch-action: pan-x pan-y;
  }
}

.canvas-hint {
  position: absolute;
  bottom: 34px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  color: var(--white);
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 9px;
  box-shadow: 0 8px 24px -10px rgba(15, 23, 42, 0.9);
  font-size: 11px;
  font-weight: 700;
  pointer-events: none;
  transform: translateX(-50%);
  backdrop-filter: blur(7px);
}

.hint-icon svg {
  width: 15px;
  height: 15px;
}

.preview-footer {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
  border-top: 1px solid var(--slate-200);
}

.preview-footer p {
  margin: 0;
  color: var(--slate-600);
  font-size: 11px;
}

.anchor-badge {
  padding: 4px 8px;
  color: var(--indigo-700) !important;
  background: var(--indigo-50);
  border: 1px solid var(--indigo-100);
  border-radius: 999px;
  font-weight: 700;
}

.controls-card {
  position: sticky;
  top: 14px;
  overflow: hidden;
}

.control-section {
  position: relative;
  padding: 19px 20px;
  border-bottom: 1px solid var(--slate-200);
}

.section-heading {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}

.step-number {
  display: grid;
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  margin-top: 1px;
  place-items: center;
  color: var(--indigo-700);
  background: var(--indigo-50);
  border: 1px solid var(--indigo-100);
  border-radius: 8px;
  font-size: 11px;
  font-weight: 800;
}

.section-heading h2 {
  margin: 0 0 3px;
  font-size: 14px;
  font-weight: 760;
  letter-spacing: -0.015em;
}

.section-heading p {
  margin: 0;
  color: var(--slate-500);
  font-size: 11px;
  line-height: 1.45;
}

.text-button,
.inline-action {
  padding: 0;
  color: var(--indigo-600);
  background: none;
  border: 0;
  font-size: 11px;
  font-weight: 750;
  cursor: pointer;
}

.text-button:hover,
.inline-action:hover {
  text-decoration: underline;
}

.control-section > .text-button {
  position: absolute;
  top: 21px;
  right: 20px;
}

.status-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 13px;
  padding: 8px 10px;
  color: var(--slate-600);
  background: var(--slate-50);
  border: 1px solid var(--slate-200);
  border-radius: 9px;
  font-size: 11px;
  font-weight: 650;
}

.status-dot {
  width: 7px;
  height: 7px;
  background: var(--slate-400);
  border-radius: 50%;
}

.status-row.is-ready {
  color: var(--emerald-700);
  background: var(--emerald-50);
  border-color: rgba(5, 150, 105, 0.2);
}

.status-row.is-ready .status-dot {
  background: var(--emerald-600);
  box-shadow: 0 0 0 3px var(--emerald-100);
}

.status-row .inline-action {
  margin-left: auto;
}

.colour-tools {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  margin-top: 14px;
}

.colour-input-wrap {
  display: flex;
  min-width: 104px;
  align-items: center;
  gap: 7px;
  padding: 5px 8px 5px 6px;
  background: var(--white);
  border: 1px solid var(--slate-300);
  border-radius: 9px;
  cursor: pointer;
}

.colour-input-wrap input {
  width: 30px;
  height: 30px;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 7px;
  cursor: pointer;
}

.colour-input-wrap input::-webkit-color-swatch-wrapper {
  padding: 0;
}

.colour-input-wrap input::-webkit-color-swatch,
.colour-input-wrap input::-moz-color-swatch {
  border: 1px solid rgba(15, 23, 42, 0.15);
  border-radius: 7px;
}

.colour-input-wrap span {
  color: var(--slate-700);
  font-size: 10px;
  font-weight: 750;
  font-variant-numeric: tabular-nums;
}

.match-fieldset {
  margin: 15px 0 0;
  padding: 0;
  border: 0;
}

.match-fieldset legend {
  margin-bottom: 7px;
  color: var(--slate-500);
  font-size: 10px;
  font-weight: 700;
}

.segmented-control {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}

.segmented-control label {
  min-width: 0;
  cursor: pointer;
}

.segmented-control input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.segmented-control span {
  display: grid;
  min-height: 29px;
  place-items: center;
  color: var(--slate-600);
  border-radius: 7px;
  font-size: 10px;
  font-weight: 750;
}

.segmented-control input:checked + span {
  color: var(--indigo-700);
  background: var(--white);
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.12);
}

.segmented-control input:focus-visible + span {
  outline: 3px solid rgba(99, 102, 241, 0.32);
}

.match-summary {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 13px;
  padding: 9px 10px;
  color: var(--slate-600);
  background: var(--slate-50);
  border: 1px solid var(--slate-200);
  border-radius: 9px;
}

.match-swatch {
  display: block;
  flex: 0 0 auto;
  width: 27px;
  height: 27px;
  background: #e67e22;
  border: 2px solid var(--white);
  border-radius: 8px;
  box-shadow: 0 0 0 1px var(--slate-300);
}

.match-summary span:last-child {
  display: grid;
}

.match-summary strong {
  color: var(--slate-700);
  font-size: 10px;
}

.match-summary small {
  color: var(--slate-500);
  font-size: 9px;
}

.advanced-controls {
  margin-top: 13px;
}

.advanced-controls summary {
  color: var(--slate-500);
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
}

.advanced-controls[open] summary {
  margin-bottom: 12px;
}

.range-row {
  display: grid;
  gap: 6px;
  margin-top: 10px;
}

.range-label {
  display: flex;
  justify-content: space-between;
  color: var(--slate-600);
  font-size: 10px;
  font-weight: 650;
}

.range-row output {
  color: var(--indigo-600);
  font-weight: 750;
}

.range-row input {
  width: 100%;
  accent-color: var(--indigo-600);
}

.action-area {
  display: grid;
  gap: 8px;
  padding: 19px 20px 17px;
  background: linear-gradient(180deg, var(--white), #fbfcfe);
}

.action-note {
  margin: 1px 0 0;
  color: var(--slate-400);
  font-size: 9px;
  text-align: center;
}

.progress-card,
.download-card {
  display: grid;
  margin-top: 18px;
  padding: 24px 27px;
  border-radius: var(--radius-lg);
}

.progress-card {
  gap: 14px;
}

.progress-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

#progressPercent {
  color: var(--indigo-600);
  font-size: 22px;
  font-weight: 770;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}

.progress-track {
  display: block;
  width: 100%;
  height: 7px;
  overflow: hidden;
  appearance: none;
  background: var(--slate-100);
  border: 0;
  border-radius: 999px;
}

.progress-track::-webkit-progress-bar {
  background: var(--slate-100);
  border-radius: 999px;
}

.progress-track::-webkit-progress-value {
  background: linear-gradient(90deg, var(--indigo-600), var(--violet-600));
  border-radius: inherit;
  transition: width 180ms ease;
}

.progress-track::-moz-progress-bar {
  background: linear-gradient(90deg, var(--indigo-600), var(--violet-600));
  border-radius: 999px;
}

.progress-card > .text-button {
  justify-self: start;
}

.danger-text {
  color: var(--rose-600);
}

.download-card {
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  background: linear-gradient(135deg, var(--white), var(--emerald-50));
  border-color: rgba(5, 150, 105, 0.22);
}

.success-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--emerald-600);
  background: var(--emerald-100);
  border-radius: 15px;
}

.success-icon svg {
  width: 29px;
  height: 29px;
}

.privacy-note {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: var(--radius-md);
  box-shadow: none;
}

.privacy-note > div {
  display: grid;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--emerald-700);
  background: var(--emerald-50);
  border-radius: 9px;
}

.privacy-note svg {
  width: 18px;
  height: 18px;
}

.privacy-note p {
  margin: 0;
  color: var(--slate-500);
  font-size: 11px;
}

.privacy-note strong {
  color: var(--slate-700);
}

.toast {
  position: fixed;
  z-index: 20;
  right: 20px;
  bottom: 20px;
  max-width: min(380px, calc(100vw - 40px));
  padding: 11px 14px;
  color: var(--white);
  background: rgba(15, 23, 42, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  box-shadow: 0 14px 35px -16px rgba(15, 23, 42, 0.9);
  font-size: 12px;
  font-weight: 650;
  backdrop-filter: blur(8px);
}

@media (max-width: 940px) {
  .intro {
    align-items: flex-start;
  }

  .mini-steps {
    display: none;
  }

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

  .controls-card {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .control-section {
    border-right: 1px solid var(--slate-200);
    border-bottom: 0;
  }

  .control-section:nth-child(3),
  .action-area {
    grid-column: 1 / -1;
  }

  .action-area {
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid var(--slate-200);
  }

  .action-note {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .site-header,
  main {
    width: min(100% - 24px, 1180px);
  }

  main {
    padding-top: 42px;
  }

  .privacy-pill {
    font-size: 0;
  }

  .privacy-pill svg {
    width: 18px;
    height: 18px;
  }

  .folder-card {
    grid-template-columns: auto 1fr;
    padding: 21px;
  }

  .folder-button {
    grid-column: 1 / -1;
  }

  .preview-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .photo-nav {
    width: 100%;
  }

  .select-wrap {
    flex: 1;
  }

  .select-wrap select {
    width: 100%;
  }

  .view-toggle {
    align-self: flex-end;
  }

  .preview-actions {
    align-self: flex-end;
  }

  .canvas-stage {
    min-height: 360px;
    padding: 12px;
  }

  #photoCanvas {
    max-height: calc(68vh - 24px);
  }

  .canvas-hint {
    bottom: 24px;
    white-space: nowrap;
  }

  .controls-card {
    display: block;
  }

  .control-section {
    border-right: 0;
    border-bottom: 1px solid var(--slate-200);
  }

  .action-area {
    display: grid;
    grid-template-columns: 1fr;
    border-top: 0;
  }

  .action-note {
    grid-column: auto;
  }

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

  .download-card .button {
    grid-column: 1 / -1;
  }
}

@media (max-width: 440px) {
  h1 {
    font-size: 34px;
  }

  .folder-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .folder-icon {
    margin: 0 auto;
  }

  .folder-button {
    grid-column: auto;
  }

  .colour-tools {
    grid-template-columns: 1fr;
  }

  .colour-input-wrap {
    justify-content: center;
  }

  .download-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .success-icon {
    margin: 0 auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
