/* Extracted from inline <style> in ./nextcloud.html */

.nc-tl-step { opacity:0.2; transform:translateY(16px) scale(0.95); transition: opacity 0.6s cubic-bezier(.4,0,.2,1), transform 0.6s cubic-bezier(.34,1.56,.64,1); }
          .nc-tl-step.active { opacity:1; transform:translateY(0) scale(1); }
          .nc-tl-icon { transition: box-shadow 0.5s ease, border-color 0.5s ease; }
          .nc-tl-step.active .nc-tl-icon { border-color:#e5780b !important; box-shadow:0 0 0 5px rgba(229,120,11,0.1); }
          .nc-tl-number { position:absolute; top:-6px; right:-6px; width:18px; height:18px; border-radius:50%; background:#e5780b; color:#fff; font-size:9px; font-weight:700; display:flex; align-items:center; justify-content:center; z-index:15; opacity:0; transform:scale(0); transition:opacity 0.3s, transform 0.4s cubic-bezier(.34,1.56,.64,1); }
          .nc-tl-step.active .nc-tl-number { opacity:1; transform:scale(1); }
          .nc-tl-chevron { color:#e5780b; opacity:0; transition:opacity 0.4s; }
          .nc-tl-chevron.show { opacity:0.4; }
