:root {
  --violet: #4a37ec;
  --violet-d: #3a2bc4;
  --lime: #c9ff3d;
  --coral: #ff7a80;
  --ink: #12121a;
  --paper: #ffffff;
  --line: rgba(18,18,26,0.10);
  --line-2: rgba(18,18,26,0.16);
  --muted: rgba(18,18,26,0.62);
  --sans: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --display: 'Archivo Black', 'Manrope', system-ui, sans-serif;
  --poppins: 'Poppins', system-ui, sans-serif;
  --r-lg: 28px; --r-md: 20px; --r-sm: 14px;
}
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; overflow-x: clip; max-width: 100vw; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--ink); background: var(--paper); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
em, i, cite { font-style: normal; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 40px); }

h1, h2, h3, h4 { margin: 0; font-family: var(--poppins); font-weight: 800; letter-spacing: -0.03em; line-height: 1.03; color: var(--ink); }
h1 { font-size: clamp(46px, 6.4vw, 96px); letter-spacing: -0.045em; line-height: 0.95; }
h1 em { color: var(--lime); }
h2 { letter-spacing: -0.035em; line-height: 1.02; font-size: clamp(32px, 4.4vw, 60px); }
h2 em { color: var(--coral); }
h3 { font-size: clamp(19px, 1.6vw, 24px); }
h4 { font-size: 17px; }
p { margin: 0; }
strong { font-weight: 700; }

.kicker { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.18em; color: var(--violet); border: 1.5px solid var(--violet); padding: 9px 20px; border-radius: 999px; background: rgba(74,55,236,0.06); margin-bottom: 22px; line-height: 1; }
.kicker::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--violet); }
.kicker.on-dark { color: var(--lime); border-color: rgba(201,255,61,0.55); background: rgba(201,255,61,0.06); }
.kicker.on-dark::before { background: var(--lime); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 26px; border-radius: 999px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; transition: transform 200ms ease, background 200ms ease, color 200ms ease, border-color 200ms ease; white-space: nowrap; font-family: inherit; border: 0; cursor: pointer; }
.btn-lime { background: var(--lime); color: var(--ink); }
.btn-lime:hover { background: var(--coral); transform: translateY(-2px); }
.btn-ghost { background: transparent; }
.btn-ghost.on-dark { color: var(--paper); border: 2px solid rgba(255,255,255,0.4); }
.btn-ghost.on-dark:hover { background: var(--lime); color: var(--ink); border-color: var(--lime); }

section { padding: clamp(72px, 10vw, 120px) 0; position: relative; }

/* ===== HEADER ===== */
.header { position: sticky; top: 0; z-index: 100; background: rgba(18,18,26,0.94); backdrop-filter: blur(14px) saturate(150%); -webkit-backdrop-filter: blur(14px) saturate(150%); border-bottom: 1px solid rgba(255,255,255,0.08); color: var(--paper); }
.header-main { padding: 15px 0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { font-family: var(--display); font-size: 19px; letter-spacing: -0.01em; color: var(--paper); display: inline-flex; align-items: center; gap: 12px; }
.brand-logo { height: 30px; width: auto; display: block; }
@media (max-width: 560px) { .brand-logo { height: 24px; } }
.brand em { color: var(--lime); }
.brand-mark { width: 24px; height: 24px; border-radius: 7px; background: var(--violet); position: relative; flex: none; }
.brand-mark::after { content: ''; position: absolute; left: 50%; top: 54%; transform: translate(-50%,-50%); border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 10px solid var(--lime); }
.header-nav { display: flex; gap: 28px; font-size: 14px; font-weight: 600; }
.header-nav a { color: rgba(255,255,255,0.80); }
.header-nav a:hover { color: var(--lime); }
.header-status { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.75); }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); animation: pulse 1.9s ease-in-out infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.35; } }
@media (max-width: 940px) { .header-nav { display: none; } }
@media (max-width: 620px) { .header-status { display: none; } }

/* ===== HERO (compact) ===== */
.hero { background: var(--violet); color: var(--paper); overflow: hidden; padding: clamp(36px,4.5vw,56px) 0 clamp(38px,4.8vw,60px); }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(60% 60% at 12% 8%, rgba(255,255,255,0.14), transparent 60%), radial-gradient(65% 65% at 88% 92%, rgba(18,18,26,0.5), transparent 62%); pointer-events: none; }
.hero > .wrap { position: relative; z-index: 2; }
.hero-lead { max-width: none; }
.hero-lead h1 { color: var(--paper); font-size: clamp(34px, 5.3vw, 74px); max-width: none; margin-bottom: 18px; }
.hero-sub { font-size: clamp(17px, 1.6vw, 22px); color: rgba(255,255,255,0.9); max-width: none; }
.hero-sub strong { color: var(--lime); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

/* ===== SECTION HEAD ===== */
.section-head { max-width: 760px; margin-bottom: 56px; }
.section-head h2 { margin-bottom: 18px; }
.section-head h2 em { color: var(--violet); }
.section-lead { font-size: 18px; color: var(--muted); max-width: 56ch; }

/* ===== TOOLS ===== */
.tools { background: var(--paper); padding-top: clamp(40px, 5vw, 64px); }
.tools .section-head { margin-bottom: clamp(32px, 4vw, 44px); }
.tool-cat { margin-bottom: 56px; }
.tool-cat:last-child { margin-bottom: 0; }
.cat-title { display: flex; align-items: center; gap: 14px; font-family: var(--poppins); font-weight: 800; font-size: clamp(20px, 2.4vw, 26px); letter-spacing: -0.02em; color: var(--ink); margin-bottom: 24px; }
.cat-dot { width: 5px; height: 1.05em; border-radius: 999px; background: var(--violet); flex: none; }
.tool-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(268px, 1fr)); gap: 18px; }
.tool-card { text-align: left; background: var(--paper); border: 1.5px solid var(--line); border-radius: var(--r-md); padding: 26px; cursor: pointer; transition: border-color 200ms ease, transform 200ms ease, background 200ms ease; font-family: inherit; color: inherit; display: flex; flex-direction: column; gap: 12px; }
.tool-card:hover { border-color: var(--violet); transform: translateY(-3px); }
.tool-card:focus-visible { outline: 3px solid var(--violet); outline-offset: 2px; }
.tc-icon { width: 46px; height: 46px; border-radius: 12px; background: rgba(74,55,236,0.08); color: var(--violet); display: grid; place-items: center; }
.tc-icon svg { width: 24px; height: 24px; }
.tool-card h4 { font-family: var(--poppins); font-weight: 800; font-size: 18px; letter-spacing: -0.02em; }
.tool-card p { font-size: 14px; color: var(--muted); line-height: 1.5; }
.tc-go { margin-top: auto; align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; padding: 11px 20px; border-radius: 999px; border: 1.5px solid var(--violet); background: var(--violet); color: var(--paper); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; transition: background 180ms ease, color 180ms ease, border-color 180ms ease; }
.tool-card:hover .tc-go, .tool-card:focus-visible .tc-go { background: transparent; color: var(--violet); border-color: var(--violet); }
.tc-arrow { transition: transform 200ms ease; }
.tool-card:hover .tc-arrow { transform: translateX(4px); }

/* ===== WORKSPACE ===== */
.workspace { background: var(--ink); color: var(--paper); }
.ws-card { background: var(--paper); color: var(--ink); border-radius: var(--r-lg); padding: clamp(26px, 4vw, 46px); }
.ws-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.ws-eyebrow { display: inline-block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.16em; color: var(--violet); margin-bottom: 12px; }
.ws-title { font-size: clamp(28px, 3.4vw, 44px); }
.ws-desc { color: var(--muted); font-size: 16px; margin-top: 10px; max-width: 60ch; }
.ws-close { flex: none; background: transparent; border: 1.5px solid var(--line-2); color: var(--ink); border-radius: 999px; padding: 10px 18px; font-family: inherit; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; cursor: pointer; transition: background 180ms, color 180ms, border-color 180ms; }
.ws-close:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }

.dropzone { border: 2.5px dashed var(--line-2); border-radius: var(--r-md); background: rgba(74,55,236,0.02); padding: clamp(34px, 6vw, 60px); text-align: center; cursor: pointer; transition: border-color 180ms, background 180ms; }
.dropzone:hover, .dropzone:focus-visible { border-color: var(--violet); background: rgba(74,55,236,0.05); outline: none; }
.dropzone.drag { border-color: var(--violet); background: rgba(74,55,236,0.09); }
.dz-icon { width: 60px; height: 60px; border-radius: 16px; background: var(--violet); color: var(--paper); display: grid; place-items: center; margin: 0 auto 18px; }
.dz-icon svg { width: 28px; height: 28px; }
.dz-title { font-family: var(--poppins); font-weight: 700; font-size: 20px; letter-spacing: -0.02em; }
.dz-title span { color: var(--violet); }
.dz-hint { font-size: 13px; color: var(--muted); margin-top: 8px; }

.file-list { margin-top: 22px; display: flex; flex-direction: column; gap: 10px; }
.fl-item { display: flex; align-items: center; gap: 14px; padding: 12px 16px; border: 1.5px solid var(--line); border-radius: var(--r-sm); background: var(--paper); }
.fl-thumb { width: 40px; height: 40px; border-radius: 9px; object-fit: cover; flex: none; background: rgba(74,55,236,0.08); }
.fl-badge { width: 40px; height: 40px; border-radius: 9px; flex: none; display: grid; place-items: center; background: rgba(74,55,236,0.08); color: var(--violet); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.fl-meta { flex: 1; min-width: 0; }
.fl-name { font-weight: 600; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fl-size { font-size: 12px; color: var(--muted); }
.fl-remove { flex: none; background: transparent; border: 0; color: var(--muted); font-size: 18px; cursor: pointer; padding: 4px 8px; border-radius: 8px; }
.fl-remove:hover { color: var(--coral); background: rgba(255,122,128,0.1); }

/* ===== LIVE PREVIEW (watermark) ===== */
.wm-preview { margin-top: 4px; }
.wm-caption { font-size: 13px; color: var(--muted); font-weight: 600; margin-bottom: 12px; }
.wm-live { color: var(--violet); font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; font-size: 12px; margin-right: 4px; }
.wm-canvas { max-width: 100%; height: auto; border: 1.5px solid var(--line); border-radius: var(--r-md);
  background-color: #fff;
  background-image: linear-gradient(45deg, #ececed 25%, transparent 25%), linear-gradient(-45deg, #ececed 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ececed 75%), linear-gradient(-45deg, transparent 75%, #ececed 75%);
  background-size: 18px 18px; background-position: 0 0, 0 9px, 9px -9px, -9px 0; }

/* ===== INTERACTIVE (cropper) ===== */
.ws-interactive { margin-top: 22px; }
.crop-toolbar { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 16px; }
.crop-toolbar .ct-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); margin-right: 4px; }
.ratio-btn { border: 1.5px solid var(--line-2); background: var(--paper); color: var(--ink); font-family: inherit; font-size: 13px; font-weight: 700; padding: 8px 14px; border-radius: 999px; cursor: pointer; transition: background 160ms, color 160ms, border-color 160ms; }
.ratio-btn:hover { border-color: var(--violet); }
.ratio-btn.active { background: var(--violet); color: var(--paper); border-color: var(--violet); }
.crop-stage { position: relative; display: inline-block; max-width: 100%; line-height: 0; border-radius: var(--r-md); overflow: hidden; background: rgba(18,18,26,0.04); border: 1.5px solid var(--line); user-select: none; touch-action: none; }
.crop-stage img { display: block; max-width: 100%; max-height: 62vh; width: auto; pointer-events: none; }
.crop-box { position: absolute; border: 2px solid var(--lime); cursor: move; box-sizing: border-box; overflow: visible; }
.crop-box::before { content: ''; position: absolute; inset: 0; outline: 9999px solid rgba(18,18,26,0.5); pointer-events: none; }
.crop-grid-l { position: absolute; background: rgba(201,255,61,0.5); pointer-events: none; }
.crop-handle { position: absolute; width: 14px; height: 14px; background: var(--lime); border: 2px solid var(--ink); border-radius: 50%; z-index: 3; }
.crop-handle.nw { left: -8px; top: -8px; cursor: nwse-resize; }
.crop-handle.ne { right: -8px; top: -8px; cursor: nesw-resize; }
.crop-handle.sw { left: -8px; bottom: -8px; cursor: nesw-resize; }
.crop-handle.se { right: -8px; bottom: -8px; cursor: nwse-resize; }
.crop-handle.n { left: 50%; top: -8px; transform: translateX(-50%); cursor: ns-resize; }
.crop-handle.s { left: 50%; bottom: -8px; transform: translateX(-50%); cursor: ns-resize; }
.crop-handle.w { left: -8px; top: 50%; transform: translateY(-50%); cursor: ew-resize; }
.crop-box.ratio-locked .crop-handle.n, .crop-box.ratio-locked .crop-handle.s, .crop-box.ratio-locked .crop-handle.e, .crop-box.ratio-locked .crop-handle.w { display: none; }
.crop-handle.e { right: -8px; top: 50%; transform: translateY(-50%); cursor: ew-resize; }
.crop-readout { font-size: 13px; font-weight: 600; color: var(--muted); margin-top: 12px; }
.crop-readout strong { color: var(--violet); }

/* ===== 9-grid position picker ===== */
.posgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; width: 132px; }
.posgrid button { aspect-ratio: 1; border: 1.5px solid var(--line-2); background: var(--paper); border-radius: 8px; cursor: pointer; padding: 0; position: relative; }
.posgrid button::after { content: ''; position: absolute; left: 50%; top: 50%; width: 8px; height: 8px; border-radius: 2px; background: var(--line-2); transform: translate(-50%,-50%); }
.posgrid button:hover { border-color: var(--violet); }
.posgrid button.active { border-color: var(--violet); background: rgba(74,55,236,0.08); }
.posgrid button.active::after { background: var(--violet); }

/* ===== OPTIONS ===== */
.ws-options { margin-top: 26px; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; padding: 24px; border: 1.5px solid var(--line); border-radius: var(--r-md); background: rgba(18,18,26,0.015); }
.opt { display: flex; flex-direction: column; gap: 9px; }
.opt-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink); }
.opt-label .opt-val { color: var(--violet); margin-left: 6px; }
.opt select, .opt input[type=text], .opt input[type=number] { font-family: inherit; font-size: 15px; font-weight: 600; padding: 12px 14px; border: 1.5px solid var(--line-2); border-radius: var(--r-sm); background: var(--paper); color: var(--ink); }
.opt select:focus, .opt input:focus { outline: none; border-color: var(--violet); }
.opt input[type=range] { accent-color: var(--violet); height: 6px; }
.opt-hint { font-size: 12px; color: var(--muted); }
.opt-seg { display: inline-flex; border: 1.5px solid var(--line-2); border-radius: 999px; padding: 4px; gap: 4px; }
.opt-seg button { flex: 1; border: 0; background: transparent; font-family: inherit; font-size: 13px; font-weight: 700; padding: 8px 14px; border-radius: 999px; cursor: pointer; color: var(--muted); transition: background 160ms, color 160ms; }
.opt-seg button.active { background: var(--violet); color: var(--paper); }

/* ===== ACTIONS / PROGRESS ===== */
.ws-actions { margin-top: 26px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.btn-run { background: var(--violet); color: var(--paper); padding: 16px 34px; }
.btn-run:hover { background: var(--violet-d); transform: translateY(-2px); }
.btn-run:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }
.btn-plain { background: transparent; color: var(--ink); border: 1.5px solid var(--line-2); }
.btn-plain:hover { border-color: var(--ink); }
.btn-lime-sm { background: var(--lime); color: var(--ink); padding: 11px 20px; font-size: 12px; }
.btn-lime-sm:hover { background: var(--coral); }
.progress { flex: 1; min-width: 200px; display: flex; align-items: center; gap: 12px; }
.progress-bar { flex: 1; height: 8px; border-radius: 999px; background: var(--line); overflow: hidden; position: relative; }
.progress-bar::after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: var(--pct, 0%); background: var(--violet); border-radius: 999px; transition: width 200ms ease; }
.progress-label { font-size: 13px; font-weight: 600; color: var(--muted); white-space: nowrap; }
.progress.indeterminate .progress-bar::after { width: 34%; left: -34%; animation: indet 1.15s ease-in-out infinite; }
@keyframes indet { 0% { left: -34%; } 100% { left: 100%; } }

/* ===== RESULTS ===== */
.results { margin-top: 32px; padding-top: 30px; border-top: 2px solid var(--line); }
.results-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.results-head h3 { font-family: var(--poppins); }
.results-list { display: flex; flex-direction: column; gap: 12px; }
.res-item { display: flex; align-items: center; gap: 16px; padding: 16px; border: 1.5px solid var(--line); border-radius: var(--r-md); }
.res-item.ok { border-color: rgba(74,55,236,0.35); background: rgba(74,55,236,0.03); }
.res-item.err { border-color: rgba(255,122,128,0.5); background: rgba(255,122,128,0.06); }
.res-thumb { width: 52px; height: 52px; border-radius: 11px; object-fit: cover; flex: none; background: rgba(74,55,236,0.08); }
.res-badge { width: 52px; height: 52px; border-radius: 11px; flex: none; display: grid; place-items: center; background: var(--violet); color: var(--paper); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.res-meta { flex: 1; min-width: 0; }
.res-name { font-weight: 700; font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.res-stat { font-size: 13px; color: var(--muted); margin-top: 3px; }
.res-stat .saved { color: var(--violet); font-weight: 700; }
.res-stat .grew { color: var(--coral); font-weight: 700; }
.res-dl { flex: none; background: var(--ink); color: var(--paper); padding: 10px 18px; border-radius: 999px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; }
.res-dl:hover { background: var(--violet); }

/* ===== PRIVACY ===== */
.privacy { background: var(--ink); color: var(--paper); }
.privacy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.privacy-copy h2 { color: var(--paper); max-width: 15ch; margin-bottom: 18px; }
.privacy-copy h2 em { color: var(--lime); }
.privacy-copy p { color: rgba(255,255,255,0.78); font-size: 17px; max-width: 52ch; }
.privacy-points { display: flex; flex-direction: column; gap: 22px; }
.ppoint { display: flex; gap: 16px; align-items: flex-start; border: 1px solid rgba(255,255,255,0.14); border-radius: var(--r-md); padding: 22px 24px; }
.pp-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--lime); flex: none; margin-top: 6px; }
.ppoint h4 { color: var(--paper); font-family: var(--poppins); margin-bottom: 6px; }
.ppoint p { color: rgba(255,255,255,0.7); font-size: 14px; }

/* ===== NOT YET ===== */
.notyet { background: var(--paper); color: var(--ink); }
.notyet .section-head h2 em { color: var(--violet); }
.notyet-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.ny-card { background: rgba(18,18,26,0.06); border: 1.5px solid rgba(18,18,26,0.18); border-radius: var(--r-md); padding: 28px; display: flex; flex-direction: column; }
.ny-card[data-open] { cursor: pointer; transition: background 180ms ease, border-color 180ms ease, transform 180ms ease; }
.ny-card[data-open]:hover { background: rgba(18,18,26,0.11); border-color: var(--ink); transform: translateY(-3px); }
.ny-card[data-open]:focus-visible { outline: 3px solid var(--ink); outline-offset: 2px; }
.ny-card h4 { font-family: var(--poppins); font-weight: 800; font-size: 19px; margin-bottom: 10px; }
.ny-card p { font-size: 15px; color: rgba(18,18,26,0.75); }
.ny-open { margin-top: 16px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; color: var(--ink); }

/* ===== FOOTER ===== */
.footer { background: var(--ink); color: var(--paper); padding: 56px 0; border-top: 1px solid rgba(255,255,255,0.08); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-brand .brand { font-size: 18px; margin-bottom: 8px; }
.footer-brand p { color: rgba(255,255,255,0.6); font-size: 14px; }
.footer-note p { color: rgba(255,255,255,0.5); font-size: 13px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.footer-nav a { color: rgba(255,255,255,0.72); font-size: 14px; font-weight: 600; text-decoration: none; }
.footer-nav a:hover { color: var(--paper); text-decoration: underline; }

/* ===== RESPONSIVE ===== */
@media (max-width: 860px) {
  .privacy-grid { grid-template-columns: 1fr; gap: 36px; }
  .ws-head { flex-direction: column; }
}
@media (max-width: 520px) {
  .ws-actions { flex-direction: column; align-items: stretch; }
  .progress { width: 100%; }
}

.toast { position: fixed; left: 50%; bottom: 28px; transform: translateX(-50%) translateY(20px); background: var(--ink); color: var(--paper); padding: 14px 24px; border-radius: 999px; font-size: 14px; font-weight: 600; opacity: 0; pointer-events: none; transition: opacity 240ms, transform 240ms; z-index: 200; border: 1px solid rgba(255,255,255,0.14); }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.toast.err { background: var(--coral); color: var(--ink); }
