.tk__stage{gap:18px;display:grid;position:relative}.tk__wires{pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.tk__wire{fill:none;stroke:color-mix(in srgb, var(--fg) 18%, transparent);stroke-width:1.5px;stroke-dasharray:100;stroke-dashoffset:100px}.tk__sig{fill:none;stroke:var(--accent);stroke-width:2.4px;stroke-linecap:round;stroke-dasharray:9 91;stroke-dashoffset:100px}.tk__card,.tk__hub{border:1px solid var(--line);background:var(--panel);border-radius:16px;position:relative;box-shadow:0 22px 44px -32px #00000073}.tk__card{padding:16px 18px}.tk__hub{border-color:color-mix(in srgb, var(--accent) 45%, var(--line));background:linear-gradient(to bottom, color-mix(in srgb, var(--accent) 10%, var(--panel)), var(--panel));text-align:center;flex-direction:column;justify-content:center;gap:10px;padding:26px 22px;display:flex}.tk__items{flex-wrap:wrap;gap:5px 14px;padding:0;list-style:none;display:flex}.tk__item{align-items:center;gap:7px;display:flex}.tk__item:before{content:"";background:color-mix(in srgb, var(--accent) 70%, transparent);border-radius:999px;flex:none;width:5px;height:5px}@media (min-width:900px){.tk__stage{grid-template-columns:minmax(0,1fr) minmax(170px,230px) minmax(0,1fr);align-items:center;gap:clamp(20px,2.4vw,30px) clamp(80px,7vw,120px);max-width:1180px;margin-inline:auto}.tk__col{gap:clamp(20px,2.4vw,30px);display:grid}.tk__card{width:100%;max-width:320px}.tk__col--l{justify-items:end}.tk__col--r{grid-area:1/3;justify-items:start}.tk__hub{aspect-ratio:1;border-radius:26px;grid-area:1/2}}@media (max-width:899px){.tk__wires{display:none}.tk__col{gap:18px;display:grid}.tk__hub{aspect-ratio:auto;order:-1;padding:20px}}@media (prefers-reduced-motion:reduce){.tk__wire{stroke-dashoffset:0}.tk__sig{display:none}}
