.tm-root{max-width:var(--content-max);margin:0 auto;padding:32px;display:flex;flex-direction:column;gap:36px}.tm-root .section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:18px}.tm-root .section-head h1,.tm-root .section-head h2{font-family:var(--font-serif);font-size:1.5rem;color:var(--ink);margin-top:6px}.tm-root .section-copy{color:var(--muted);line-height:1.7;max-width:560px;margin:0}.tm-root .kicker{font-family:var(--font-mono);font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-dark);margin:0}.tm-root .rhythm{display:inline-block;width:3px;height:16px;background:var(--accent);margin-right:10px;vertical-align:-2px;border-radius:1px}.tm-root .tm-ico{display:inline-flex;flex-shrink:0}.tm-root .tm-ico svg{display:block;width:100%;height:100%}.tm-root .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 18px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.72);color:var(--ink);box-shadow:0 10px 24px rgba(52,39,28,.06);transition:all .16s var(--ease);white-space:nowrap}.tm-root .btn:hover{transform:translateY(-1px);border-color:rgba(29,26,23,.28);background:rgba(255,255,255,.9);box-shadow:0 14px 30px rgba(52,39,28,.1)}.tm-root .btn-soft{background:var(--panel)}.tm-root .btn-soft:hover{border-color:var(--accent)}.tm-root .btn-sm{min-height:38px;padding:0 14px;font-size:.9rem}.tm-root .phase-filter{display:inline-flex;gap:4px;padding:4px;background:var(--bg);border:1px solid var(--line);border-radius:999px}.tm-root .phase-filter-btn{padding:8px 18px;font-size:13px;border:none;background:transparent;color:var(--muted);border-radius:999px;display:inline-flex;align-items:center;gap:7px;transition:color .14s ease}.tm-root .phase-filter-btn.active{color:#fff;font-weight:600}.tm-root .phase-filter-btn.active.all{background:var(--ink)}.tm-root .phase-filter-btn.active.prep{background:var(--indigo);box-shadow:0 2px 8px rgba(58,79,112,.25)}.tm-root .phase-filter-btn.active.apply{background:var(--accent);box-shadow:0 2px 8px rgba(189,93,56,.25)}.tm-root .phase-filter-btn.active.job{background:var(--moss);box-shadow:0 2px 8px rgba(154,111,27,.25)}.tm-root .phase-filter-btn.active.life{background:#2e747a;box-shadow:0 2px 8px rgba(46,116,122,.25)}.tm-root .tm-legend{display:flex;flex-wrap:wrap;gap:16px;align-items:center;margin:14px 0 4px;font-size:12px;color:var(--muted)}.tm-root .tm-legend .dot{width:9px;height:9px;border-radius:50%;display:inline-block;margin-right:6px;vertical-align:middle}.tm-root .tm-legend .ready{background:var(--moss)}.tm-root .tm-legend .new{background:var(--accent)}.tm-root .tm-legend .coming{background:var(--line-strong)}.tm-root .tm-legend .light{background:var(--indigo)}.tm-root .tm-reco{background:linear-gradient(120deg,rgba(199,146,49,.09),rgba(189,93,56,.04));border:1px solid rgba(199,146,49,.28);border-radius:var(--radius-lg);padding:18px 20px;margin:18px 0 6px}.tm-root .tm-reco-head{display:flex;align-items:center;gap:9px;margin-bottom:14px}.tm-root .tm-reco-head .ico{width:30px;height:30px;border-radius:9px;background:rgba(199,146,49,.18);color:var(--gold-deep);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.tm-root .tm-reco-head h3{font-size:14.5px;font-weight:700;color:var(--ink)}.tm-root .tm-reco-head .sub{font-size:11.5px;color:var(--muted);margin-left:auto}.tm-root .tm-reco-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.tm-root .tm-reco-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-md);padding:14px 16px;display:flex;flex-direction:column;gap:7px;cursor:pointer;transition:all .15s var(--ease)}.tm-root .tm-reco-card:hover{transform:translateY(-2px);border-color:var(--accent);box-shadow:var(--shadow-sm)}.tm-root .tm-reco-rank{font-family:var(--font-mono);font-size:10px;font-weight:700;letter-spacing:.06em;color:#8a6516}.tm-root .tm-reco-card h4{font-size:14px;font-weight:600;color:var(--ink);display:flex;align-items:center;gap:8px}.tm-root .tm-reco-card .why{font-size:12px;color:var(--muted);line-height:1.55}.tm-root .tm-reco-card .why b{color:var(--accent-dark);font-weight:600}.tm-root .tm-cross{display:flex;flex-direction:column;gap:12px;padding:16px 20px 20px;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius-lg);margin-top:4px}.tm-root .tm-cross-head{display:flex;align-items:center;gap:8px}.tm-root .tm-cross-head .ico{display:inline-flex;align-items:center;justify-content:center;color:var(--moss,var(--accent))}.tm-root .tm-cross-head h3{font-size:13px;font-weight:600;color:var(--ink-soft);margin:0;text-transform:uppercase;letter-spacing:.05em}.tm-root .tm-cross-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:12px;gap:12px}.tm-root .tm-cross-card{display:flex;flex-direction:column;gap:6px;padding:14px 16px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);text-decoration:none;color:var(--ink);transition:border-color .14s,box-shadow .14s}.tm-root .tm-cross-card:hover{border-color:var(--accent);box-shadow:0 2px 8px rgba(0,0,0,.07)}.tm-root .tm-cross-card-top{display:flex;align-items:center;gap:10px}.tm-root .tm-cross-card-top h4{font-size:14px;font-weight:600;margin:0 0 2px;color:var(--ink);line-height:1.2}.tm-root .tm-phase{display:flex;flex-direction:column;gap:16px;margin-top:8px}.tm-root .tm-phase-card{display:grid;grid-template-columns:auto 1fr auto;grid-gap:18px;gap:18px;align-items:center;padding:20px 24px;border-radius:var(--radius-lg);border:1px solid var(--line);position:relative;overflow:hidden}.tm-root .tm-phase-card.prep{background:linear-gradient(120deg,rgba(58,79,112,.09),rgba(58,79,112,.01) 60%);border-color:rgba(58,79,112,.2)}.tm-root .tm-phase-card.apply{background:linear-gradient(120deg,rgba(189,93,56,.1),rgba(189,93,56,.01) 60%);border-color:rgba(189,93,56,.22)}.tm-root .tm-phase-card.job{background:linear-gradient(120deg,rgba(154,111,27,.1),rgba(154,111,27,.01) 60%);border-color:rgba(154,111,27,.24)}.tm-root .tm-phase-ico{width:54px;height:54px;border-radius:15px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.tm-root .tm-phase-card.prep .tm-phase-ico{background:rgba(58,79,112,.13);color:var(--indigo)}.tm-root .tm-phase-card.apply .tm-phase-ico{background:rgba(189,93,56,.14);color:var(--accent-dark)}.tm-root .tm-phase-card.job .tm-phase-ico{background:rgba(154,111,27,.14);color:var(--moss)}.tm-root .tm-phase-txt{min-width:0}.tm-root .tm-phase-eyebrow{font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.tm-root .tm-phase-card.prep .tm-phase-eyebrow{color:var(--indigo)}.tm-root .tm-phase-card.apply .tm-phase-eyebrow{color:var(--accent-dark)}.tm-root .tm-phase-card.job .tm-phase-eyebrow{color:var(--moss)}.tm-root .tm-phase-txt h2{font-family:var(--font-serif);font-size:1.32rem;color:var(--ink);margin:3px 0 5px}.tm-root .tm-phase-txt p{font-size:.88rem;color:var(--muted);line-height:1.55;max-width:62ch}.tm-root .tm-phase-fit{font-size:11.5px;color:var(--ink-soft);margin-top:8px}.tm-root .tm-phase-fit b{color:var(--ink);font-weight:600}.tm-root .tm-phase-count{flex-shrink:0;text-align:center;padding-left:18px;border-left:1px solid var(--line)}.tm-root .tm-phase-count .n{font-family:var(--font-serif);font-size:1.8rem;font-weight:700;line-height:1}.tm-root .tm-phase-card.prep .tm-phase-count .n{color:var(--indigo)}.tm-root .tm-phase-card.apply .tm-phase-count .n{color:var(--accent-dark)}.tm-root .tm-phase-card.job .tm-phase-count .n{color:var(--moss)}.tm-root .tm-phase-card.life{background:linear-gradient(120deg,rgba(46,116,122,.1),rgba(46,116,122,.01) 60%);border-color:rgba(46,116,122,.22)}.tm-root .tm-phase-card.life .tm-phase-ico{background:rgba(46,116,122,.14);color:#2e747a}.tm-root .tm-phase-card.life .tm-phase-count .n,.tm-root .tm-phase-card.life .tm-phase-eyebrow{color:#2e747a}.tm-root .tm-phase-count .l{font-size:10px;color:var(--muted);margin-top:3px}.tm-root .tm-flow{display:flex;flex-wrap:wrap;align-items:center;gap:6px 4px;padding:14px 18px;background:var(--bg);border:1px dashed var(--line-strong);border-radius:var(--radius-md)}.tm-root .tm-flow-lbl{font-family:var(--font-mono);font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-right:6px}.tm-root .tm-flow .step{font-size:12px;padding:3px 10px;border-radius:999px;background:var(--paper);border:1px solid var(--line);color:var(--ink-soft);white-space:nowrap}.tm-root .tm-flow .arr{color:var(--accent);font-size:12px}.tm-root .tm-timeline-band{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:13px 16px 13px 18px;border:1px solid rgba(216,204,187,.5);border-left:4px solid rgba(214,143,112,.42);border-radius:var(--radius-lg);background:linear-gradient(180deg,#faf5ec,#f7f1e6)}.tm-root .tm-timeline-band.job{border-left-color:rgba(154,111,27,.5)}.tm-root .tm-timeline-band-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.tm-root .tm-timeline-band-kicker{display:inline-flex;align-items:center;gap:7px;font-size:.66rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-dark)}.tm-root .tm-timeline-band-kicker .dot{width:6px;height:6px;border-radius:50%;background:rgba(214,143,112,.85)}.tm-root .tm-timeline-band.job .tm-timeline-band-kicker .dot{background:rgba(154,111,27,.78)}.tm-root .tm-timeline-band-title{font-size:1.02rem;font-weight:800;color:var(--ink);line-height:1.25}.tm-root .tm-timeline-band-hint{font-size:.82rem;color:var(--ink-soft);line-height:1.35}.tm-root .tm-timeline-band-links{display:flex;align-items:center;gap:10px;flex-wrap:wrap;flex-shrink:0}.tm-root .tm-timeline-band-link{display:inline-flex;align-items:center;gap:7px;padding:8px 13px;border:1px solid rgba(214,200,181,.95);border-radius:10px;background:rgba(255,253,249,.8);font-size:.85rem;font-weight:600;color:var(--ink);transition:border-color .14s ease,background .14s ease,transform .14s ease}.tm-root .tm-timeline-band-link:hover{border-color:rgba(214,143,112,.6);background:#fffdf9;transform:translateY(-1px)}.tm-root .tm-timeline-band.job .tm-timeline-band-link:hover{border-color:rgba(154,111,27,.5)}.tm-root .tm-timeline-band-link svg{color:var(--accent-dark)}.tm-root .tm-timeline-band-go{display:inline-flex;opacity:.5}.tm-root .tm-directory{display:grid;grid-gap:14px;gap:14px}.tm-root .tm-directory-section{display:grid;grid-gap:12px;gap:12px;padding:16px;border:1px solid rgba(217,206,190,.74);border-radius:var(--radius-lg);background:rgba(255,253,249,.64)}.tm-root .tm-directory-head{display:grid;grid-template-columns:34px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:start}.tm-root .tm-directory-kicker{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:10px;background:rgba(189,93,56,.1);color:var(--accent-dark);font-family:var(--font-mono);font-size:.7rem;font-weight:800}.tm-root .tm-directory-head h3{margin:0;color:var(--ink);font-size:.98rem;font-weight:700;line-height:1.35}.tm-root .tm-directory-head p{margin:3px 0 0;color:var(--muted);font-size:.8rem;line-height:1.55}.tm-root .tm-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tm-root .tm-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.tm-root .tm-card{position:relative;display:flex;flex-direction:column;gap:11px;padding:18px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--panel);transition:all .16s var(--ease);color:inherit}.tm-root .tm-card[data-clickable=true]{cursor:pointer}.tm-root .tm-card[data-clickable=true]:hover{transform:translateY(-2px)}.tm-root .tm-card.has-actions:hover,.tm-root .tm-card[data-clickable=true]:hover{border-color:var(--accent);box-shadow:var(--shadow-md)}.tm-root .tm-card.is-coming{opacity:.66;border-style:dashed}.tm-root .tm-card-top{display:flex;align-items:flex-start;gap:11px}.tm-root .tm-card-ico{width:38px;height:38px;border-radius:10px;background:rgba(189,93,56,.1);color:var(--accent-dark);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.tm-root .tm-card.is-ready .tm-card-ico{background:rgba(154,111,27,.13);color:var(--moss)}.tm-root .tm-card.is-new .tm-card-ico{background:rgba(199,146,49,.16);color:var(--gold-deep)}.tm-root .tm-card.is-light .tm-card-ico{background:rgba(58,79,112,.1);color:var(--indigo)}.tm-root .tm-card-head{flex:1 1;min-width:0}.tm-root .tm-card-head h3{font-size:1rem;font-weight:600;color:var(--ink);line-height:1.3}.tm-root .tm-when{font-family:var(--font-mono);font-size:10px;letter-spacing:.05em;color:var(--muted);text-transform:uppercase;margin-top:3px}.tm-root .tm-status{flex-shrink:0;font-size:10px;font-weight:700;padding:3px 9px;border-radius:999px;white-space:nowrap}.tm-root .tm-status.ready{background:var(--moss-light);color:var(--moss)}.tm-root .tm-status.new{background:rgba(189,93,56,.12);color:var(--accent-dark)}.tm-root .tm-status.coming{background:var(--bg);color:var(--muted);border:1px solid var(--line)}.tm-root .tm-status.light{background:rgba(58,79,112,.08);color:var(--indigo)}.tm-root .tm-card-flags{flex-shrink:0;display:inline-flex;flex-direction:column;align-items:flex-end;gap:5px}.tm-root .tm-tier-badge{display:inline-flex;align-items:center;gap:5px;font-size:10px;font-weight:600;letter-spacing:.01em;padding:2px 8px;border-radius:var(--chip-radius);border:1px solid transparent;white-space:nowrap}.tm-root .tm-tier-badge.workbench{background:var(--chip-tone-accent-bg);border-color:var(--chip-tone-accent-bd);color:var(--chip-tone-accent-fg)}.tm-root .tm-tier-badge.reference{background:var(--chip-tone-neutral-bg);border-color:var(--chip-tone-neutral-bd);color:var(--chip-tone-neutral-fg)}.tm-root .tm-tier-dot{width:5px;height:5px;border-radius:999px;background:currentColor;opacity:.7;flex-shrink:0}.tm-root .tm-desc{font-size:.85rem;color:var(--ink-soft);line-height:1.55}.tm-root .tm-io{display:flex;flex-direction:column;gap:5px;padding:11px 13px;background:var(--bg);border-radius:var(--radius-sm);border:1px solid var(--line)}.tm-root .tm-io-row{display:flex;gap:8px;font-size:11.5px;line-height:1.45}.tm-root .tm-io-row .k{font-family:var(--font-mono);font-size:9.5px;font-weight:700;letter-spacing:.04em;color:var(--muted);flex-shrink:0;width:30px;padding-top:1px}.tm-root .tm-io-row.in .k{color:var(--indigo)}.tm-root .tm-io-row.out .k{color:var(--accent-dark)}.tm-root .tm-io-row .v{color:var(--ink-soft)}.tm-root .tm-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto;padding-top:2px}.tm-root .tm-card.has-actions .tm-tags{margin-top:0}.tm-root .tm-tag{font-size:10.5px;padding:2px 9px;border-radius:6px;background:rgba(189,93,56,.07);border:1px solid rgba(189,93,56,.18);color:var(--accent-dark);white-space:nowrap}.tm-root .tm-tag.drive{background:rgba(58,79,112,.07);border-color:rgba(58,79,112,.2);color:var(--indigo)}.tm-root .tm-tag.light{background:var(--bg);border-color:var(--line);color:var(--muted)}.tm-root .tm-card-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:4px}.tm-root .tm-card-action{flex:1 1 116px;min-width:0;display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 10px;border:1px solid rgba(189,93,56,.28);border-radius:8px;background:rgba(255,250,243,.86);color:var(--accent-dark);font-size:12px;font-weight:700;line-height:1.25;text-align:center;text-decoration:none;transition:border-color .15s ease,background .15s ease,transform .15s ease}.tm-root .tm-card-action:hover{border-color:var(--accent);background:#fff7ed;transform:translateY(-1px)}.tm-root .tm-expand{display:flex;justify-content:center;margin-top:2px}.tm-root .tm-expand button{font-size:12.5px;color:var(--accent-dark);background:var(--paper);border:1px solid var(--line);border-radius:999px;padding:8px 20px;display:inline-flex;align-items:center;gap:7px;transition:all .15s ease}.tm-root .tm-expand button:hover{border-color:var(--accent);background:rgba(189,93,56,.05)}@media (max-width:1100px){.tm-root .tm-directory-grid,.tm-root .tm-grid,.tm-root .tm-reco-grid{grid-template-columns:1fr}.tm-root .tm-phase-card{grid-template-columns:auto 1fr}.tm-root .tm-phase-count{display:none}}@media (max-width:760px){.tm-root{padding-inline:24px;gap:28px}.tm-root .section-head{flex-direction:column;align-items:stretch;gap:16px}.tm-root .section-head>div{min-width:0}.tm-root .section-head>div:last-child{width:100%;flex-shrink:1!important;justify-content:flex-start;flex-wrap:wrap}.tm-root .section-head .btn{max-width:100%;white-space:normal;text-align:center}.tm-root .section-copy{max-width:none}.tm-root .phase-filter{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;max-width:100%;border-radius:16px}.tm-root .phase-filter-btn{justify-content:center;min-width:0;padding-inline:10px;text-align:center;white-space:normal}.tm-root .phase-filter-btn.all{grid-column:1/-1}.tm-root .tm-directory-grid,.tm-root .tm-grid,.tm-root .tm-reco-grid{grid-template-columns:1fr}.tm-root .tm-directory-section{padding:14px}.tm-root .tm-timeline-band{padding:12px 14px}.tm-root .tm-timeline-band-links{width:100%;flex-shrink:1}.tm-root .tm-timeline-band-link{flex:1 1 100%;min-width:0;justify-content:flex-start}.tm-root .tm-timeline-band-link>span:not(.tm-timeline-band-go){min-width:0;overflow-wrap:anywhere}.tm-root .tm-timeline-band-go{margin-left:auto}.tm-root .tm-phase-card{padding:16px;gap:14px}.tm-root .tm-phase-txt p{max-width:none}.tm-root .tm-directory-head>div{min-width:0}}@media (max-width:640px){.tm-root{padding-inline:16px}}@media (max-width:400px){.tm-root{padding-inline:14px}}.tm-root .api-note{display:inline-flex;align-items:center;gap:6px;padding:3px 9px;border-radius:6px;background:rgba(58,79,112,.08);border:1px dashed rgba(58,79,112,.35);color:var(--indigo);font-family:var(--font-mono);font-size:10.5px;letter-spacing:.02em}.tm-root .api-note:before{content:"API";font-weight:700;opacity:.7}.tm-root .flow-doc{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:28px 30px}.tm-root .flow-legend{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:22px;font-size:11.5px;color:var(--muted)}.tm-root .flow-legend span{display:inline-flex;align-items:center;gap:6px}.tm-root .flow-legend .swatch{width:12px;height:12px;border-radius:3px}.tm-root .flow-rail{display:flex;align-items:stretch;gap:0;overflow-x:auto;padding-bottom:10px}.tm-root .flow-node{flex:0 0 200px;background:var(--bg);border:1px solid var(--line-strong);border-radius:var(--radius-md);padding:14px 16px;display:flex;flex-direction:column;gap:8px}.tm-root .flow-node.entry{border-color:var(--moss);background:var(--moss-light)}.tm-root .flow-node.process{border-color:var(--accent);background:rgba(189,93,56,.06)}.tm-root .flow-node.terminal{border-color:var(--gold-deep);background:var(--gold-light)}.tm-root .flow-node-state{font-family:var(--font-mono);font-size:10px;font-weight:700;letter-spacing:.06em;color:var(--muted);text-transform:uppercase}.tm-root .flow-node h4{font-size:13.5px;font-weight:600;color:var(--ink)}.tm-root .flow-node p{font-size:11.5px;color:var(--muted);line-height:1.5}.tm-root .flow-node .api-note{align-self:flex-start}.tm-root .flow-arrow{flex:0 0 44px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--accent);position:relative}.tm-root .flow-arrow .lab{position:absolute;top:6px;font-family:var(--font-mono);font-size:9px;color:var(--muted);white-space:nowrap}.tm-root .flow-branch{margin-top:18px;display:flex;flex-direction:column;gap:8px}.tm-root .flow-branch-item{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--ink-soft);padding:8px 12px;background:var(--bg);border:1px dashed var(--line-strong);border-radius:var(--radius-md)}.tm-root .flow-branch-item .from{font-family:var(--font-mono);font-size:10.5px;color:var(--accent-dark)}.tm-root .flow-section-title{font-family:var(--font-serif);font-size:15px;margin:24px 0 12px;display:flex;align-items:center}.tm-root .flow-tweak{gap:8px;color:var(--muted)}.tm-root .flow-tweak,.tm-root .flow-tweak button{display:inline-flex;align-items:center;font-size:12.5px}.tm-root .flow-tweak button{gap:7px;padding:6px 13px;border:1px solid var(--line);border-radius:999px;background:var(--panel);color:var(--ink);transition:all .15s ease}.tm-root .flow-tweak button.on{border-color:var(--indigo);background:rgba(58,79,112,.08);color:var(--indigo);font-weight:600}.tm-root .flow-tweak button:hover{border-color:var(--indigo)}@media (hover:none) and (pointer:coarse){.tm-root .btn:hover,.tm-root .tm-card-action:hover,.tm-root .tm-card[data-clickable=true]:hover,.tm-root .tm-cross-card:hover,.tm-root .tm-reco-card:hover{transform:none}.tm-root .tm-card.has-actions:hover,.tm-root .tm-card[data-clickable=true]:hover,.tm-root .tm-reco-card:hover{box-shadow:var(--shadow-sm)}.tm-root .btn:active,.tm-root .tm-card-action:active,.tm-root .tm-card[data-clickable=true]:active{transform:scale(.99)}}