/* Light only. No dark variant, so a viewer's theme cannot flip it. */
:root{
  /* Warm ground, cool accent. The greys are mixed toward the paper rather than
     toward blue, which is what stops the page reading as default-bootstrap cold. */
  --bg:#FAF7F2;--card:#fff;--alt:#F4F0E9;--line:#E9E2D7;--l2:#D6CCBD;
  --ink:#14110C;--i2:#575049;--i3:#8A8076;
  --blue:#0B5FFF;--bh:#0949CC;--soft:#EDF2FF;--ok:#0A7A47;
  --sh:0 1px 3px #00000012;
  /* Six near-invisible warm layers read as depth; one hard shadow reads as a box. */
  --lift:
    0 0 0 1px rgba(92,68,30,.05),
    0 1px 1px -.5px rgba(92,68,30,.04),
    0 3px 3px -1.5px rgba(92,68,30,.03),
    0 6px 6px -3px rgba(92,68,30,.03),
    0 12px 12px -6px rgba(92,68,30,.04),
    0 24px 24px -12px rgba(92,68,30,.05);
}
*{box-sizing:border-box}
html{color-scheme:light}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Overpass,system-ui,sans-serif;font-size:16px;line-height:1.55}
a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}
:focus-visible{outline:2px solid var(--blue);outline-offset:2px}
.w{max-width:1140px;margin:0 auto;padding:0 22px}
h1{font-size:32px;font-weight:900;letter-spacing:-.02em;margin:0 0 8px;line-height:1.15}
h2{font-size:23px;font-weight:900;letter-spacing:-.015em;margin:0 0 8px}
h3{font-size:17.5px;font-weight:700;margin:0 0 5px}
p{margin:0 0 12px}
.b{background:var(--blue);color:#fff;border:0;border-radius:9px;padding:15px 30px;font-weight:700;font-size:16.5px}
.b:hover{background:var(--bh)}
.b.g{background:var(--bg);color:var(--ink);border:1px solid var(--l2);font-weight:600}
.ic{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2.2;flex:none}
nav{border-bottom:1px solid var(--line);background:var(--bg)}
.nv{display:flex;align-items:center;gap:24px;height:58px}
.lg{font-weight:900;font-size:19px;letter-spacing:-.03em;display:flex;align-items:center;gap:7px}
.lg i{width:7px;height:18px;background:var(--blue);border-radius:1px;display:block}
.nv a.l{font-size:15px;font-weight:600;color:var(--i2)}.nv a.l:hover{color:var(--ink)}
.push{margin-left:auto}
.top{text-align:center;padding:52px 0 46px}
.top p.s{color:var(--i2);font-size:17px;margin:0 auto 26px;max-width:60ch}
.box{border:2px dashed var(--l2);border-radius:14px;background:var(--alt);padding:44px 24px;max-width:720px;margin:0 auto}
.box.hot{border-color:var(--blue);background:var(--soft)}
.box .row{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-bottom:14px}
.box small{color:var(--i3);font-size:13.5px;display:block}
.ticks{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin-top:20px;font-size:14px;color:var(--i2)}
.ticks span{display:flex;gap:6px;align-items:center}.ticks svg{stroke:var(--ok)}
.work{max-width:720px;margin:20px auto 0;border:1px solid var(--line);border-radius:12px;background:var(--alt);padding:30px;text-align:center}
.work .n{font-size:48px;font-weight:900;color:var(--blue);letter-spacing:-.03em;line-height:1;font-variant-numeric:tabular-nums}
.work .c{color:var(--i2);font-size:14.5px;margin-top:8px}
.tr{height:5px;background:var(--line);border-radius:99px;max-width:380px;margin:18px auto 0;overflow:hidden}
.tr i{display:block;height:100%;width:0;background:var(--blue);transition:width .3s linear}
.res{max-width:720px;margin:20px auto 0;border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:var(--sh);text-align:left}
.res .h{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:11px 15px;background:var(--alt);border-bottom:1px solid var(--line);font-size:14px}
.res .h b{font-weight:700}.res .h .d{color:var(--i3)}.res .h .t{margin-left:auto;font-size:12px;font-weight:700;color:var(--ok)}
.res .bd{padding:12px 15px;max-height:190px;overflow:auto;background:var(--bg)}
.ln{display:grid;grid-template-columns:44px 1fr;gap:11px;padding:5px 0;font-size:14.5px}
.ln b{color:var(--blue);font-weight:700;font-size:12px;font-variant-numeric:tabular-nums;padding-top:2px}
.ln p{margin:0;color:var(--i2)}
.res .f{display:flex;gap:6px;padding:11px 15px;border-top:1px solid var(--line);background:var(--alt);flex-wrap:wrap;align-items:center}
.res .f span{font-size:13px;font-weight:700;margin-right:4px}
.res .f button{background:var(--bg);border:1px solid var(--l2);border-radius:7px;padding:6px 12px;font-size:13px;font-weight:600}
.res .f button:hover{border-color:var(--blue);color:var(--blue)}
/* The homepage band matches the claims band under tool cards, so the site reads as one
   thing rather than two that were styled on different days. */
.four{border-top:1px solid var(--line);background:var(--card);padding:44px 0}
.fg4{display:grid;grid-template-columns:repeat(4,1fr);gap:34px}
.fg4 h3{margin:0 0 8px;font-size:16.5px;font-weight:800;letter-spacing:-.01em}
.fg4 p{color:var(--i2);font-size:14.5px;line-height:1.55;margin:0}

/* Long-form. Wider measure, real rhythm, and the FAQ as a proper accordion. */
.prose{padding:56px 0;border-top:1px solid var(--line)}
.prose .w{max-width:720px}
.prose h2{margin:0 0 14px;font-size:22px;font-weight:800;letter-spacing:-.015em}
.prose h2+h2,.prose details+h2,.prose p+h2{margin-top:44px}
.prose p{color:var(--i2);font-size:15.5px;line-height:1.65;margin:0 0 14px}
.prose .note{background:var(--soft);border-left:3px solid var(--blue);border-radius:0 8px 8px 0;
  padding:12px 15px;font-size:14px;color:var(--ink)}
.prose details{border:1px solid var(--line);border-radius:12px;background:var(--card);
  margin-bottom:8px;overflow:hidden}
.prose details[open]{box-shadow:var(--lift)}
/* display:block is what actually removes the default marker in Chrome; list-style alone
   leaves a ::marker behind that collides with the chevron. */
.prose summary{cursor:pointer;display:block;list-style:none;padding:15px 46px 15px 18px;
  font-weight:700;font-size:15.5px;position:relative}
.prose summary::marker{content:""}
.prose summary::-webkit-details-marker{display:none}
.prose summary::after{content:"";position:absolute;right:19px;top:50%;width:9px;height:9px;
  border-right:2px solid var(--i3);border-bottom:2px solid var(--i3);
  transform:translateY(-70%) rotate(45deg);transition:transform .18s}
.prose details[open] summary::after{transform:translateY(-30%) rotate(225deg)}
.prose summary:hover{background:var(--alt)}
.prose details p{padding:0 18px 16px;margin:0;font-size:15px}
details{border-bottom:1px solid var(--line);padding:14px 0}
summary{cursor:pointer;font-weight:700;list-style:none;display:flex;gap:10px}
summary::-webkit-details-marker{display:none}
summary::before{content:"+";color:var(--blue);font-weight:900;width:14px}
details[open] summary::before{content:"\2212"}
details p{margin:8px 0 0 24px;font-size:14.5px}
.rel{border-top:1px solid var(--line);background:var(--card);padding:34px 0}
.rel h3{margin:0 0 14px;font-size:15px;font-weight:800;letter-spacing:-.01em}
.tags{display:flex;flex-wrap:wrap;gap:8px}
.tg{font-size:13.5px;font-weight:600;border:1px solid var(--line);background:var(--bg);
  border-radius:9px;padding:8px 13px;color:var(--i2);transition:border-color .12s,color .12s}
.tg:hover{border-color:var(--blue);color:var(--blue);background:var(--soft)}

/* The full index. Every page carries it, so it has to be scannable rather than a wall. */
.matrix{border-top:1px solid var(--line);padding:52px 0 44px}
.matrix h2{margin:0 0 6px;font-size:22px;font-weight:800;letter-spacing:-.015em}
.matrix p.s{color:var(--i2);font-size:15px;margin:0}
.mgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px 26px;margin-top:28px}
.mgrid>div{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:16px 18px}
.mgrid h4{font-size:11.5px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;
  color:var(--i3);margin:0 0 10px}
.mgrid a{display:block;font-size:13.5px;color:var(--i2);padding:4px 0;border-radius:5px}
.mgrid a:hover{color:var(--blue)}
footer{border-top:1px solid var(--line);background:var(--alt);padding:26px 0;margin-top:34px;font-size:13.5px;color:var(--i3)}
.fn{display:flex;gap:18px;flex-wrap:wrap;align-items:center}
.fn a{color:var(--i2)}.fn a:hover{color:var(--blue)}.fn .r{margin-left:auto}
.ov{position:fixed;inset:0;background:#000000cc;z-index:60;display:none;align-items:center;justify-content:center;padding:20px}
body.drag .ov{display:flex}
.ov div{background:var(--bg);border:2px dashed var(--blue);border-radius:14px;padding:40px 46px;text-align:center}
.ov b{font-size:22px;font-weight:900}
[hidden]{display:none!important}
@media(max-width:860px){.fg4,.mgrid{grid-template-columns:1fr 1fr}.hm{display:none}h1{font-size:27px}}
@media(max-width:520px){.fg4{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){*{transition:none!important}}
.errbox{max-width:720px;margin:20px auto 0;border:1px solid #C2410C;border-left-width:4px;
  background:#FFF7ED;border-radius:10px;padding:14px 16px;text-align:left}
.errbox b{display:block;font-size:15px;margin-bottom:3px;color:#7C2D12}
.errbox span{color:#9A3412;font-size:14px}

/* download picker */
.dlwrap{display:flex;justify-content:center;padding:14px 15px;border-top:1px solid var(--line);background:var(--alt)}
.modal{position:fixed;inset:0;background:#0b0d1099;z-index:80;display:none;align-items:center;justify-content:center;padding:20px}
.modal[open]{display:flex}
.sheet{background:var(--bg);border-radius:14px;box-shadow:0 24px 64px #00000033;width:100%;max-width:320px;overflow:hidden}
.sheet .hd{display:flex;align-items:center;padding:14px 16px;border-bottom:1px solid var(--line)}
.sheet .hd b{font-size:15px;font-weight:700}
.sheet .hd button{margin-left:auto;background:none;border:0;font-size:19px;line-height:1;
  color:var(--i3);cursor:pointer;padding:0 2px}
.sheet .hd button:hover{color:var(--ink)}
.opts{padding:6px}
.opt{display:flex;align-items:baseline;gap:10px;width:100%;text-align:left;background:none;border:0;
  padding:9px 10px;border-radius:8px;cursor:pointer;font:inherit}
.opt:hover{background:var(--soft)}
.opt b{font-size:13.5px;font-weight:700;color:var(--ink);min-width:38px}
.opt span{font-size:13px;color:var(--i3)}


/* ============================================================
   Tool card. The headline sits inside it, so the card is the page
   rather than a widget parked underneath a heading.
   ============================================================ */
.card{position:relative;background:var(--card);border-radius:28px;box-shadow:var(--lift);
  max-width:980px;margin:0 auto;padding:56px 64px 54px;text-align:center}
.card h1{font-size:clamp(32px,4.4vw,54px);font-weight:700;letter-spacing:-.03em;line-height:1.08;
  margin:26px 0 0}
.card .sub{color:var(--i2);font-size:17.5px;margin:15px auto 0;max-width:56ch;line-height:1.55}
.badge{position:absolute;top:16px;right:20px;font-size:12.5px;font-weight:600;color:var(--i3);
  display:inline-flex;align-items:center;gap:6px}
.badge::before{content:"";width:6px;height:6px;border-radius:99px;background:var(--ok)}

/* how you hand it a file */
.ways{display:inline-flex;gap:3px;background:var(--alt);border-radius:13px;padding:5px}
.way{border:0;background:none;border-radius:9px;padding:10px 19px;font-size:15.5px;font-weight:600;
  color:var(--i2);transition:background .12s,color .12s}
.way:hover{color:var(--ink)}
.way.on{background:var(--card);color:var(--blue);box-shadow:0 1px 2px rgba(92,68,30,.10)}
.way-pane{margin-top:28px}

/* the drop target, no longer a big empty dashed rectangle */
.drop{border:1.5px dashed var(--l2);border-radius:18px;background:var(--alt);padding:44px 24px}
.drop small{display:block;color:var(--i3);font-size:13.5px;margin-top:11px}
body.drag .drop,.drop.hot{border-color:var(--blue);background:var(--soft)}

/* paste and link panes */
.way-pane textarea,.way-pane input[type=url]{width:100%;border:1px solid var(--l2);border-radius:12px;
  background:var(--alt);padding:13px 15px;font:inherit;font-size:14.5px;color:var(--ink);resize:vertical}
.way-pane textarea{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;line-height:1.6}
.way-pane textarea:focus,.way-pane input[type=url]:focus{outline:none;border-color:var(--blue);background:var(--card)}
.way-pane .b{margin-top:12px}
.way-pane .note{display:block;color:var(--i3);font-size:12.5px;margin-top:10px}

/* controls, visible before a file exists so the tool explains itself */
.ctls{margin-top:26px;display:flex;justify-content:center}
.ctl{display:inline-flex;align-items:center;gap:9px;flex-wrap:wrap;justify-content:center;
  background:var(--alt);border:1px solid var(--line);border-radius:12px;padding:11px 15px;
  font-size:14.5px;font-weight:600}
.ctl em{font-style:normal;font-weight:400;color:var(--i3);font-size:13px}
.ctl input[type=number]{width:90px}
.ctl input[type=number],.ctl select{border:1px solid var(--l2);border-radius:7px;padding:6px 9px;
  font:inherit;font-size:14px;font-weight:600;background:var(--card);color:var(--ink)}
.ctl input[type=file]{font-size:13px;max-width:230px}

/* status and repair log, mounted by the widget */
#tool:empty{display:none}
#tool{margin-top:20px;text-align:left}
#tool .res:empty,#tool .work:empty{display:none}
#tool .res{background:var(--alt);border:1px solid var(--line);border-radius:12px;
  padding:13px 15px;margin-top:10px;font-size:14.5px;box-shadow:none}
#tool .res strong{display:block;font-size:13px;text-transform:uppercase;letter-spacing:.05em;
  color:var(--i3);margin-bottom:5px}
#tool .res p{margin:3px 0}
#tool .res[role=alert]{background:#FEF3F2;border-color:#F5C6C0}
#tool .work{background:none;border:0;padding:0;margin:0;box-shadow:none}

/* ============================================================
   Sibling tools. Evernote puts category tabs here; ours are links,
   so the row that makes the page feel alive also does the linking.
   ============================================================ */
.fam{border-bottom:1px solid var(--line);background:var(--card)}
.famrow{display:flex;gap:6px;overflow-x:auto;padding:11px 0;scrollbar-width:none}
.famrow::-webkit-scrollbar{display:none}
.fm{flex:none;padding:7px 13px;border-radius:9px;font-size:14px;font-weight:600;color:var(--i2);
  white-space:nowrap}
.fm:hover{background:var(--alt);color:var(--ink)}
.fm.on{background:var(--soft);color:var(--blue)}

/* ============================================================
   Result. Input and output side by side, which nobody else does.
   ============================================================ */
.res{max-width:980px;margin:30px auto 0;background:var(--card);border:1px solid var(--line);
  border-radius:16px;overflow:hidden;box-shadow:var(--lift);text-align:left}
.res .h{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid var(--line);
  font-size:14px;background:var(--alt)}
.res .h b{font-weight:700}
.res .h .d{color:var(--i3);font-variant-numeric:tabular-nums}
.sw{margin-left:auto;display:inline-flex;gap:2px;background:var(--card);border:1px solid var(--line);
  border-radius:9px;padding:2px}
.swb{border:0;background:none;border-radius:7px;padding:5px 10px;font-size:12.5px;font-weight:600;color:var(--i2);white-space:nowrap}
.swb.on{background:var(--soft);color:var(--blue)}
.split{display:grid;grid-template-columns:1fr 1fr}
.split.one{grid-template-columns:1fr}
/* "one" hides the SOURCE column, which only exists when there are two. On a transcript
   there is a single column and it must never be the one that disappears. */
.split.one .col:first-child:not(:last-child){display:none}
.col{min-width:0}
.col+.col{border-left:1px solid var(--line)}
.ch{padding:9px 16px;font-size:11.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;
  color:var(--i3);background:var(--card);border-bottom:1px solid var(--line)}
.res .bd{padding:10px 16px;max-height:300px;overflow:auto;background:var(--card)}
.ln{display:flex;gap:12px;padding:5px 0;align-items:baseline}
.ln+.ln{border-top:1px solid var(--line)}
.ln b{flex:none;width:52px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;
  font-weight:500;color:var(--i3);font-variant-numeric:tabular-nums}
.ln p{margin:0;font-size:14.5px;line-height:1.45}
.ln.fixed{background:#FFFBEB;margin:0 -16px;padding:5px 16px}
.ln.fixed b{color:#B45309}
.dlwrap{padding:14px 16px;border-top:1px solid var(--line);background:var(--alt)}

/* ============================================================
   The three claims, filling the slot Evernote gives to review counts.
   ============================================================ */
.why{border-top:1px solid var(--line);margin-top:54px;background:var(--card)}
.wg{display:grid;grid-template-columns:repeat(3,1fr);gap:34px;padding:44px 0}
.wg h3{margin:0 0 8px;font-size:16.5px;font-weight:800;letter-spacing:-.01em}
.wg p{margin:0;color:var(--i2);font-size:14.5px;line-height:1.55}

@media (max-width:820px){
  .card{padding:32px 22px 28px;border-radius:20px}
  .drop{padding:30px 18px}
  .top{padding:32px 0 28px}
  .split{grid-template-columns:1fr}
  .col+.col{border-left:0;border-top:1px solid var(--line)}
  .wg{grid-template-columns:1fr;gap:26px;padding:32px 0}
  .ways{width:100%;justify-content:center}
}

/* Raw file view: the actual bytes, line numbered, so a conversion is verifiable. */
.rw{display:flex;gap:12px;align-items:baseline;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
  font-size:12.5px;line-height:1.65}
.rw b{flex:none;width:26px;text-align:right;color:var(--l2);font-weight:400;user-select:none}
.rw p{margin:0;white-space:pre-wrap;word-break:break-word;color:var(--ink)}
.rw.t p{color:var(--blue)}
.more{padding:8px 0 2px;font-size:12px;color:var(--i3)}

/* Icons sit on the text baseline at the same optical weight as the label beside them. */
.way{display:inline-flex;align-items:center;gap:7px}
.way .i{width:16px;height:16px;flex:none;opacity:.75}
.way.on .i{opacity:1}
.wg .i{width:22px;height:22px;color:var(--blue);display:block;margin-bottom:12px}

/* Recorder. The live row replaces the button in place, so the card does not jump. */
.rec-go{display:inline-flex;align-items:center;gap:9px}
.rec-go .i{width:18px;height:18px}
.rec-live{display:flex;align-items:center;justify-content:center;gap:13px;flex-wrap:wrap}
.rec-live b{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:19px;font-weight:600;
  font-variant-numeric:tabular-nums}
.rec-live .dot{width:10px;height:10px;border-radius:99px;background:#D93025;animation:pulse 1.4s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.25}}
@media (prefers-reduced-motion:reduce){.rec-live .dot{animation:none}}
.meter{display:block;width:130px;height:6px;border-radius:99px;background:var(--line);overflow:hidden}
.meter i{display:block;height:100%;width:0;background:var(--blue);border-radius:99px;transition:width .08s linear}
.rec small{display:block;color:var(--i3);font-size:13px;margin-top:14px}
#rec-msg .b,#tool .res .b{display:inline-block;margin-top:10px;text-decoration:none}

/* Capture sources. Two checkboxes above the button, the way a meeting recorder needs. */
.srcs{display:flex;gap:26px;justify-content:center;flex-wrap:wrap;margin-bottom:26px}
.src{display:inline-flex;align-items:center;gap:8px;font-size:14.5px;font-weight:600;color:var(--i2);cursor:pointer}
.src input{width:16px;height:16px;accent-color:var(--blue);cursor:pointer}
.src:hover{color:var(--ink)}

footer{border-top:1px solid var(--line);background:var(--card);padding:30px 0;margin-top:0;
  font-size:13.5px;color:var(--i3)}
@media (max-width:900px){
  .fg4{grid-template-columns:repeat(2,1fr);gap:26px}
  .mgrid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:560px){
  .fg4,.mgrid{grid-template-columns:1fr}
  .prose{padding:38px 0}
}


/* ============================================================
   Working state. A real percentage where there is a real number to report,
   and an honest activity animation where there is not.
   ============================================================ */
.load{background:var(--card);border:1px solid var(--line);border-radius:14px;
  padding:20px 22px;box-shadow:var(--lift);text-align:left}
.load .lh{display:flex;align-items:baseline;gap:10px;margin-bottom:4px}
.load .lh b{font-size:15.5px;font-weight:800;letter-spacing:-.01em}
.load .lh span{margin-left:auto;font-size:14px;font-weight:700;color:var(--blue);
  font-variant-numeric:tabular-nums}
.load p{margin:0;color:var(--i2);font-size:14px;line-height:1.5}
.bar{height:8px;border-radius:99px;background:var(--alt);overflow:hidden;margin:13px 0 11px}
.bar i{display:block;height:100%;border-radius:99px;background:var(--blue);width:0;
  transition:width .3s cubic-bezier(.4,0,.2,1)}

/* Seven bars, staggered, so it reads as sound being listened to rather than a spinner.
   It is deliberately not a percentage: whisper reports no progress mid-run and this site
   does not invent one. */
.wave{display:flex;align-items:center;gap:4px;height:34px;margin:14px 0 11px}
.wave i{display:block;width:5px;border-radius:99px;background:var(--blue);opacity:.85;
  animation:bounce 1.1s ease-in-out infinite}
.wave i:nth-child(1){animation-delay:0s}
.wave i:nth-child(2){animation-delay:.09s}
.wave i:nth-child(3){animation-delay:.18s}
.wave i:nth-child(4){animation-delay:.27s}
.wave i:nth-child(5){animation-delay:.36s}
.wave i:nth-child(6){animation-delay:.45s}
.wave i:nth-child(7){animation-delay:.54s}
@keyframes bounce{0%,100%{height:8px;opacity:.5}50%{height:30px;opacity:1}}
@media (prefers-reduced-motion:reduce){
  .wave i{animation:none;height:18px}
  .bar i{transition:none}
}

/* Transcript reading view. Taller than a subtitle preview because a transcript is
   something people actually sit and read, and the measure is set for prose. */
.split.one .bd{max-height:440px}
.read{font-size:17px;line-height:1.72;color:var(--ink);max-width:62ch;padding:6px 0 2px;
  white-space:pre-wrap;outline:none}
.read:focus{outline:none}
.bd.reading{padding:16px 18px}
.ln p[contenteditable]:focus{outline:none;background:var(--soft);border-radius:4px}
.dlwrap{display:flex;gap:9px;align-items:center;flex-wrap:wrap}


/* The language picker sits with the other up-front controls. */
.ctl select{max-width:220px}

/* The tile trio. Three things that go in: video, voice, and what comes out. Sized for the
   980px card, and given real air underneath rather than sitting on top of the tabs. */
.tiles{display:flex;justify-content:center;margin-bottom:30px}
.tile{width:54px;height:54px;border-radius:15px;display:grid;place-items:center;
  border:2px solid var(--card);box-shadow:0 2px 8px rgba(92,68,30,.11)}
.tile+.tile{margin-left:-8px}
.tile:nth-child(1){background:#E6F6EC;transform:rotate(-8deg)}
.tile:nth-child(2){background:#E9EEFF;transform:translateY(-4px);z-index:2}
.tile:nth-child(3){background:#FEF0E1;transform:rotate(8deg)}
.tile .i{width:26px;height:26px}
.tile:nth-child(1) .i{color:#15803D}
.tile:nth-child(2) .i{color:#0B5FFF}
.tile:nth-child(3) .i{color:#C2620B}
@media (max-width:560px){
  .tiles{margin-bottom:24px}
  .tile{width:46px;height:46px;border-radius:13px}
  .tile .i{width:22px;height:22px}
}
