/* Just AiDL - modern dark AI-product site. Structural, crisp, colour-accented.
   Clean execution (Linear/Supabase-grade), no slop tropes, no metaphors. */

.site { overflow-x: clip; min-height: 100vh; background: var(--ink); --secpad: 104px; }
.density-compact { --secpad: 76px; } .density-regular { --secpad: 104px; } .density-roomy { --secpad: 132px; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }
.bay { padding: var(--secpad) 0; position: relative; }
.bay + .bay { border-top: 1px solid var(--hair-2); }

/* ---- card style tweak: surface (default) | outline ---- */
.cards-outline .mcard,
.cards-outline .step,
.cards-outline .ind,
.cards-outline .founder,
.cards-outline .tcard,
.cards-outline .form { background: transparent; }
.cards-outline .build { background: transparent; }
.cards-outline .builds { background: transparent; }

/* ---- type helpers ---- */
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-body); font-size: 12.5px; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; color: var(--acc-text); }
.eyebrow::before { content: ""; width: 20px; height: 2px; border-radius: 2px; background: var(--acc-text); opacity: 0.8; }
.display { font-family: var(--font-display); font-weight: 700; letter-spacing: -0.03em; line-height: 1.02; color: var(--cream); text-wrap: balance; }
.lede { font-size: 18px; line-height: 1.62; color: var(--dim); max-width: 56ch; text-wrap: pretty; }

/* ============================================================ NAV */
.nav { position: sticky; top: 0; z-index: 60; background: color-mix(in srgb, var(--ink) 80%, transparent); backdrop-filter: blur(12px); border-bottom: 1px solid var(--hair-2); }
.nav-in { max-width: var(--maxw); margin: 0 auto; padding: 14px var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav-links { display: flex; gap: 28px; }
.nav-links a { font-size: 13.5px; color: var(--dim); transition: color .15s; }
.nav-links a:hover { color: var(--cream); }
.nav-right { display: flex; align-items: center; gap: 16px; }

.wordmark { display: inline-flex; align-items: center; gap: 9px; cursor: pointer; }
.wm-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--acc); box-shadow: 0 0 0 3px var(--acc-tint); }
.wm-name { font-family: var(--font-display); font-weight: 700; font-size: 18.5px; letter-spacing: -0.02em; color: var(--cream); }
.wm-name .ai { color: var(--acc-text); }

/* ============================================================ BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 8px; cursor: pointer; font-size: 14px; font-weight: 500; border-radius: var(--radius-md); padding: 11px 18px; border: 1px solid transparent; transition: all .15s ease; white-space: nowrap; }
.btn-sm { padding: 8px 14px; font-size: 13px; }
.btn-acc { background: var(--acc); color: var(--acc-ink); font-weight: 600; }
.btn-acc:hover { filter: brightness(1.07); transform: translateY(-1px); }
.btn-line { background: transparent; color: var(--cream); border-color: var(--hair); }
.btn-line:hover { border-color: var(--acc); color: var(--acc-text); }
.btn-ghost { background: transparent; color: var(--dim); }
.btn-ghost:hover { color: var(--cream); }

/* ============================================================ HERO */
.hero { padding-top: 76px; padding-bottom: 0; position: relative; }
.hero::before { /* faint structural dot-grid, flat (no glow) */
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: radial-gradient(120% 80% at 50% 0%, #000 30%, transparent 75%);
}
.theme-light .hero::before { background-image: radial-gradient(circle, rgba(0,0,0,0.055) 1px, transparent 1px); }
.hero > .wrap { position: relative; z-index: 1; }
.hero-top { max-width: 860px; }
.hero h1 { font-size: clamp(40px, 5.2vw, 70px); margin: 22px 0 24px; font-weight: 700; }
.hero h1 .mark { color: var(--acc-text); position: relative; }
.phone-break { display: none; }
.hero .lede { font-size: 19px; margin-bottom: 32px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.hero-actions .note { font-size: 12.5px; color: var(--faint); display: inline-flex; align-items: center; gap: 7px; margin-left: 6px; }
.hero-actions .note .material-symbols-outlined { font-size: 15px; color: var(--acc-text); }

/* trust row */
.trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 52px; border-top: 1px solid var(--hair-2); }
.trust-cell { padding: 22px 24px 0 0; border-right: 1px solid var(--hair-2); }
.trust-cell:last-child { border-right: none; padding-right: 0; }
.trust-cell .k { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--cream); }
.trust-cell .k .material-symbols-outlined { font-size: 17px; color: var(--acc-text); }
.trust-cell .v { font-size: 13px; color: var(--dim); line-height: 1.5; margin-top: 7px; }

/* demo island */
.demo-wrap { margin-top: 56px; position: relative; }
.demo-cap { margin-top: 16px; font-size: 12.5px; color: var(--faint); display: flex; align-items: center; justify-content: center; gap: 8px; }
.demo-cap .material-symbols-outlined { font-size: 16px; color: var(--acc-text); }
.demo-workflow { display: grid; grid-template-columns: 280px minmax(0, 1fr); }

/* ============================================================ SECTION HEAD */
.shead { max-width: 64ch; margin-bottom: 48px; }
.shead .eyebrow { margin-bottom: 18px; }
.shead h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(30px, 3.4vw, 46px); letter-spacing: -0.035em; line-height: 1.06; color: var(--cream); margin-bottom: 16px; text-wrap: balance; }
.shead p { font-size: 16.5px; line-height: 1.62; color: var(--dim); max-width: 60ch; text-wrap: pretty; }

/* ============================================================ SAFE MATRIX (colour pops, no side bars) */
.matrix { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.mcard { background: var(--ink-1); border: 1px solid var(--hair); border-radius: var(--radius-xl); padding: 28px; position: relative; transition: border-color .15s, transform .15s, box-shadow .15s; }
.mcard:hover { transform: translateY(-3px); box-shadow: var(--shadow-pop); }
.mcard .mbadge { width: 44px; height: 44px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.mcard .mbadge .material-symbols-outlined { font-size: 24px; }
.mcard .verdict { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-body); font-size: 11.5px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; padding: 5px 11px; border-radius: 999px; margin-left: 12px; }
.mcard .mhead { display: flex; align-items: center; }
.mcard h3 { font-family: var(--font-display); font-weight: 700; font-size: 22px; color: var(--cream); margin: 0 0 8px; }
.mcard .gloss { font-size: 14px; color: var(--dim); line-height: 1.55; margin-bottom: 20px; min-height: 44px; }
.mcard ul { display: flex; flex-direction: column; gap: 12px; border-top: 1px solid var(--hair-2); padding-top: 18px; }
.mcard li { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; color: var(--dim); line-height: 1.45; }
.mcard li .material-symbols-outlined { font-size: 17px; margin-top: 1px; flex-shrink: 0; }
.m-go .mbadge { background: var(--go-tint); } .m-go .mbadge .material-symbols-outlined { color: var(--go); }
.m-go .verdict { background: var(--go-tint); color: var(--go); } .m-go li .material-symbols-outlined { color: var(--go); }
.m-hold .mbadge { background: var(--hold-tint); } .m-hold .mbadge .material-symbols-outlined { color: var(--hold); }
.m-hold .verdict { background: var(--hold-tint); color: var(--hold); } .m-hold li .material-symbols-outlined { color: var(--hold); }
.m-stop .mbadge { background: var(--stop-tint); } .m-stop .mbadge .material-symbols-outlined { color: var(--stop); }
.m-stop .verdict { background: var(--stop-tint); color: var(--stop); } .m-stop li .material-symbols-outlined { color: var(--stop); }

/* ============================================================ PROCESS (bold numerals) */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step { background: var(--ink-1); border: 1px solid var(--hair); border-radius: var(--radius-xl); padding: 28px; transition: border-color .15s, transform .15s, box-shadow .15s; }
.step:hover { border-color: var(--acc-line); transform: translateY(-3px); box-shadow: var(--shadow-pop); }
.step .n { font-family: var(--font-display); font-size: 40px; font-weight: 700; color: var(--acc-text); letter-spacing: -0.03em; line-height: 1; }
.step h3 { font-family: var(--font-display); font-weight: 700; font-size: 18px; color: var(--cream); margin: 18px 0 9px; }
.step p { font-size: 13.5px; line-height: 1.55; color: var(--dim); }

/* ============================================================ BUILDS */
.builds { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--hair-2); border: 1px solid var(--hair); border-radius: var(--radius-xl); overflow: hidden; }
.build { background: var(--ink-1); padding: 28px; transition: background .15s; }
.build:hover { background: var(--ink-2); }
.build .bic { width: 40px; height: 40px; border-radius: 10px; background: var(--acc-tint); display: inline-flex; align-items: center; justify-content: center; }
.build .bic .material-symbols-outlined { font-size: 21px; color: var(--acc-text); }
.build h3 { font-family: var(--font-display); font-weight: 700; font-size: 16.5px; color: var(--cream); margin: 16px 0 8px; }
.build p { font-size: 13.5px; line-height: 1.52; color: var(--dim); }

/* ============================================================ INDUSTRIES */
.inds { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.ind { background: var(--ink-1); border: 1px solid var(--hair); border-radius: var(--radius-xl); padding: 24px; transition: border-color .15s, transform .15s; }
.ind:hover { border-color: var(--acc-line); transform: translateY(-3px); }
.ind-ic { width: 46px; height: 46px; border-radius: 11px; background: var(--acc-tint); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.ind-ic .material-symbols-outlined { font-size: 24px; color: var(--acc-text); }
.ind h3 { font-family: var(--font-display); font-weight: 700; font-size: 19px; color: var(--cream); margin-bottom: 9px; }
.ind p { font-size: 13.5px; line-height: 1.55; color: var(--dim); margin-bottom: 18px; }
.ind ul { display: flex; flex-wrap: wrap; gap: 7px; }
.ind li { font-family: var(--font-body); font-size: 12px; font-weight: 500; color: var(--dim); background: var(--ink-2); border: 1px solid var(--hair-2); border-radius: 6px; padding: 5px 10px; }

/* ============================================================ PROOF */
.founders { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.founder { background: var(--ink-1); border: 1px solid var(--hair); border-radius: var(--radius-2xl); padding: 30px; }
.founder-top { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; }
.avatar { width: 52px; height: 52px; border-radius: 13px; background: var(--acc-tint); color: var(--acc-text); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 18px; border: 1px solid var(--acc-line); }
.founder-top h3 { font-family: var(--font-display); font-weight: 700; font-size: 19px; color: var(--cream); }
.founder-top .role { font-family: var(--font-body); font-size: 12.5px; font-weight: 500; color: var(--faint); margin-top: 4px; }
.founder p.body { font-size: 14.5px; line-height: 1.62; color: var(--dim); margin-bottom: 20px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { font-family: var(--font-body); font-size: 12px; font-weight: 500; color: var(--dim); background: var(--ink-2); border: 1px solid var(--hair); border-radius: 6px; padding: 5px 10px; }

/* ============================================================ TESTIMONIALS */
.tnote { font-family: var(--font-body); font-size: 13px; font-weight: 500; color: var(--faint); }
.tgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tcard { background: var(--ink-1); border: 1px solid var(--hair); border-radius: var(--radius-xl); padding: 28px; display: flex; flex-direction: column; }
.tcard .tmark { font-family: var(--font-display); font-size: 44px; line-height: 0.5; color: var(--acc-text); margin-bottom: 16px; }
.tcard .quote { font-size: 15px; line-height: 1.62; color: var(--cream); flex: 1; text-wrap: pretty; }
.tcard .who { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--hair-2); }
.tcard .who .nm { font-size: 13px; font-weight: 600; color: var(--cream); }
.tcard .who .rl { font-family: var(--font-body); font-size: 12px; font-weight: 500; color: var(--faint); margin-top: 4px; }

/* ============================================================ CONTACT */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.contact-points { display: flex; flex-direction: column; gap: 20px; margin-top: 30px; }
.cpoint { display: flex; gap: 14px; align-items: flex-start; }
.cpoint .cic { width: 38px; height: 38px; border-radius: 10px; background: var(--acc-tint); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cpoint .cic .material-symbols-outlined { font-size: 19px; color: var(--acc-text); }
.cpoint .ct { font-size: 14.5px; font-weight: 600; color: var(--cream); }
.cpoint .cs { font-size: 13.5px; color: var(--dim); line-height: 1.5; margin-top: 3px; }
.form { background: var(--ink-1); border: 1px solid var(--hair); border-radius: var(--radius-2xl); padding: 30px; display: flex; flex-direction: column; gap: 17px; }
.form .fhead { font-family: var(--font-body); font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--acc-text); margin-bottom: 2px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field label { font-size: 12px; font-weight: 500; color: var(--dim); }
.field input, .field select, .field textarea { border: 1px solid var(--hair); border-radius: var(--radius-md); padding: 12px 13px; font-size: 14px; background: var(--ink); color: var(--cream); width: 100%; font-family: var(--font-body); }
.field textarea { resize: vertical; min-height: 92px; }
.field input::placeholder, .field textarea::placeholder { color: var(--faint); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--acc); box-shadow: 0 0 0 3px var(--acc-tint); }
.form-error { border: 1px solid rgba(248, 113, 113, 0.35); border-radius: var(--radius-md); background: rgba(248, 113, 113, 0.08); color: #fecaca; font-size: 13px; line-height: 1.5; padding: 10px 12px; }
.form .btn { justify-content: center; }
.form .btn:disabled { cursor: wait; filter: grayscale(0.2); opacity: 0.78; transform: none; }

/* ============================================================ FOOTER */
.foot { border-top: 1px solid var(--hair-2); padding: 60px 0 0; }
.foot-grid { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter) 40px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
.foot-brand .wordmark { margin-bottom: 14px; }
.foot-brand p { font-size: 13px; line-height: 1.6; color: var(--faint); max-width: 34ch; }
.foot-col h4 { font-family: var(--font-body); font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--faint); margin-bottom: 14px; }
.foot-col a { display: block; font-size: 13.5px; color: var(--dim); margin-bottom: 10px; transition: color .15s; }
.foot-col a:hover { color: var(--acc-text); }
.foot-in { max-width: var(--maxw); margin: 0 auto; padding: 22px var(--gutter); border-top: 1px solid var(--hair-2); display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.foot small { font-size: 12.5px; color: var(--faint); }
.foot a { font-size: 13px; color: var(--dim); display: inline-flex; align-items: center; gap: 6px; }
.foot a:hover { color: var(--acc-text); }

/* ============================================================ SERVICES */
.svcs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.svc { background: var(--ink-1); border: 1px solid var(--hair); border-radius: var(--radius-xl); padding: 30px; display: flex; flex-direction: column; transition: border-color .15s, transform .15s, box-shadow .15s; }
.svc:hover { transform: translateY(-3px); box-shadow: var(--shadow-pop); border-color: var(--acc-line); }
.svc-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.svc-ic { width: 48px; height: 48px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; }
.svc-price { font-family: var(--font-display); font-weight: 700; font-size: 17px; color: var(--cream); letter-spacing: -0.01em; }
.svc h3 { font-family: var(--font-display); font-weight: 700; font-size: 22px; color: var(--cream); margin-bottom: 7px; }
.svc-tag { font-size: 14px; font-weight: 600; color: var(--acc-text); margin-bottom: 12px; }
.svc-copy { font-size: 14px; line-height: 1.58; color: var(--dim); margin-bottom: 20px; }
.svc ul { display: flex; flex-direction: column; gap: 10px; border-top: 1px solid var(--hair-2); padding-top: 18px; margin-bottom: 22px; }
.svc li { display: flex; gap: 9px; align-items: flex-start; font-size: 13.5px; color: var(--dim); line-height: 1.45; }
.svc li .material-symbols-outlined { color: var(--acc-text); margin-top: 1px; flex-shrink: 0; }
.svc-cta { margin-top: auto; align-self: flex-start; }
.svc-note { margin-top: 22px; font-size: 13px; color: var(--faint); display: flex; align-items: center; gap: 8px; }
.svc-note .material-symbols-outlined { color: var(--acc-text); }
.s-go .svc-ic { background: var(--go-tint); } .s-go .svc-ic .material-symbols-outlined { color: var(--go); }
.s-info .svc-ic { background: var(--acc-tint); } .s-info .svc-ic .material-symbols-outlined { color: var(--acc-text); }
.s-violet .svc-ic { background: var(--violet-tint); } .s-violet .svc-ic .material-symbols-outlined { color: var(--violet); }
.s-hold .svc-ic { background: var(--hold-tint); } .s-hold .svc-ic .material-symbols-outlined { color: var(--hold); }

/* ============================================================ LEAD MAGNET */
.magnet { background: var(--ink-1); border: 1px solid var(--hair); border-radius: var(--radius-2xl); padding: 34px 36px; display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; }
.magnet-doc { width: 60px; height: 60px; border-radius: 14px; background: var(--acc-tint); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.magnet-doc .material-symbols-outlined { color: var(--acc-text); }
.magnet-body .eyebrow { margin-bottom: 10px; }
.magnet-body h2 { font-family: var(--font-display); font-weight: 700; font-size: 26px; color: var(--cream); letter-spacing: -0.02em; margin-bottom: 8px; }
.magnet-body p { font-size: 14.5px; line-height: 1.55; color: var(--dim); max-width: 54ch; }
.magnet-act { display: flex; flex-direction: column; align-items: stretch; gap: 9px; }
.magnet-act .btn { justify-content: center; }
.magnet-note { font-size: 12px; color: var(--faint); text-align: center; }

/* ============================================================ GUIDES */
.guides { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.guide { display: flex; align-items: center; gap: 16px; background: var(--ink-1); border: 1px solid var(--hair); border-radius: var(--radius-lg); padding: 20px 22px; transition: border-color .15s, transform .15s; }
.guide:hover { border-color: var(--acc-line); transform: translateY(-2px); }
.guide:hover .guide-ic { background: var(--acc-tint); }
.guide-ic { width: 42px; height: 42px; border-radius: 10px; background: var(--ink-2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background .15s; }
.guide-ic .material-symbols-outlined { color: var(--acc-text); }
.guide-tx { flex: 1; min-width: 0; }
.guide-tx h3 { font-family: var(--font-display); font-weight: 700; font-size: 16px; color: var(--cream); margin-bottom: 4px; }
.guide-tx p { font-size: 13px; line-height: 1.45; color: var(--dim); }

/* ============================================================ FAQ */
.faq { display: flex; flex-direction: column; max-width: 820px; border-top: 1px solid var(--hair-2); }
.faq-item { border-bottom: 1px solid var(--hair-2); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 4px; cursor: pointer; background: none; border: none; text-align: left; font-family: var(--font-display); font-weight: 600; font-size: 18px; color: var(--cream); transition: color .15s; }
.faq-q:hover { color: var(--acc-text); }
.faq-q .material-symbols-outlined { color: var(--acc-text); flex-shrink: 0; }
.faq-a { overflow: hidden; transition: max-height .3s ease; }
.faq-a p { font-size: 15px; line-height: 1.62; color: var(--dim); padding: 0 4px 24px; max-width: 72ch; text-wrap: pretty; }

/* ============================================================ RESPONSIVE */
@media (max-width: 980px) {
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .matrix, .inds, .builds, .tgrid, .founders, .svcs, .guides { grid-template-columns: 1fr; }
  .steps, .trust { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .magnet { grid-template-columns: 1fr; gap: 20px; text-align: left; }
  .trust-cell { border-right: none; border-bottom: 1px solid var(--hair-2); padding-bottom: 18px; }
  .nav-links { display: none; }
  :root { --gutter: 22px; }
}
@media (max-width: 560px) {
  .site { overflow-x: hidden; --secpad: 70px; }
  .wrap { padding-inline: 20px; }
  .nav-in { gap: 12px; padding: 14px 20px; }
  .wm-name { font-size: 18px; }
  .nav-right .btn { max-width: 210px; min-height: 46px; padding-inline: 14px; white-space: normal; text-align: center; line-height: 1.15; }
  .hero { padding-top: 64px; }
  .hero-top { max-width: 100%; }
  .hero h1 { font-size: clamp(42px, 14vw, 58px); letter-spacing: -0.025em; max-width: 100%; overflow-wrap: normal; }
  .hero h1 .mark { display: inline-block; max-width: 100%; white-space: normal; overflow-wrap: normal; word-break: normal; }
  .phone-break { display: block; }
  .hero .lede { font-size: 18px; line-height: 1.58; }
  .demo-wrap { margin-top: 34px; }
  .demo-tabs { overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .demo-tabs::-webkit-scrollbar { display: none; }
  .demo-tabs button { flex: 0 0 auto; }
  .demo-workflow { grid-template-columns: minmax(0, 1fr); padding: 14px !important; min-height: 0 !important; }
  .demo-workflow > * { min-width: 0; }
  .steps, .trust { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .note { margin-left: 0; justify-content: center; }
  .btn { justify-content: center; }
}
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes rowIn { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }
