@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600&family=Poppins:wght@400;500;600&display=swap");.tsc{--tsc-panel:#10192e;--tsc-row:#151f38;--tsc-row-hover:#192545;--tsc-border:#22314f;--tsc-text-dim:#6c81a3;--tsc-text-muted:#8fa0bd;--tsc-text-body:#cbd6e8;--tsc-white:#fff;--tsc-amber:#e8a33d;--tsc-blue:#7fa8f0;container-type:inline-size;font-family:Poppins,Helvetica Neue,Helvetica,sans-serif;padding:8px 0;width:100%}.tsc,.tsc *{box-sizing:border-box}.tsc .tsc-panel{animation:tscRiseIn .5s ease both;background:var(--tsc-panel);border:1px solid var(--tsc-border);border-radius:14px;display:flex;flex-direction:column;gap:14px;margin:0 auto;max-width:480px;padding:18px 18px 16px;width:100%}.tsc .tsc-header{align-items:center;display:flex;gap:10px}.tsc .tsc-shield{color:var(--tsc-amber);flex:none;height:20px;width:20px}.tsc .tsc-title{color:var(--tsc-text-body);font-size:14px;min-width:0}.tsc .tsc-brand{color:var(--tsc-white);font-family:Oswald,sans-serif;font-size:15px;font-weight:600;letter-spacing:.03em}.tsc .tsc-rows{display:flex;flex-direction:column;gap:8px}.tsc .tsc-row{align-items:center;animation:tscRowIn .45s ease both;background:var(--tsc-row);border-radius:10px;display:flex;gap:10px;padding:10px 14px;transition:background .2s ease,transform .2s ease}.tsc .tsc-row:nth-child(2){animation-delay:.05s}.tsc .tsc-row:nth-child(3){animation-delay:.1s}.tsc .tsc-row:nth-child(4){animation-delay:.15s}.tsc .tsc-row:hover{background:var(--tsc-row-hover);transform:translateY(-1px)}.tsc .tsc-icon{color:var(--tsc-text-dim);flex:none;height:16px;width:16px}.tsc .tsc-row-name{color:var(--tsc-text-body);flex:1;font-size:13px;font-weight:500;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tsc .tsc-badge{align-items:center;border-radius:999px;display:inline-flex;flex:none;font-family:Oswald,sans-serif;font-size:10px;font-weight:500;gap:6px;letter-spacing:.04em;padding:5px 12px;white-space:nowrap}.tsc .tsc-badge.is-connected{background:rgba(127,168,240,.12);border:1px solid rgba(127,168,240,.32);color:var(--tsc-blue)}.tsc .tsc-badge-dot{animation:tscSoftPulse 2.6s ease-in-out infinite;background:currentColor;border-radius:50%;height:5px;width:5px}.tsc .tsc-badge.is-syncing{background:rgba(232,163,61,.12);border:1px solid rgba(232,163,61,.35);color:var(--tsc-amber);transition:color .4s ease,background .4s ease,border-color .4s ease}.tsc .tsc-spinner{animation:tscSpin .8s linear infinite;border:1.5px solid rgba(232,163,61,.3);border-radius:50%;border-top:1.5px solid var(--tsc-amber);height:8px;width:8px}.tsc .tsc-footer{align-items:center;border:1px dashed var(--tsc-border);border-radius:10px;color:var(--tsc-text-dim);display:flex;font-size:11px;gap:9px;padding:10px 14px}.tsc .tsc-lock{color:var(--tsc-blue);flex:none;height:14px;width:14px}@container (max-width: 320px){.tsc .tsc-row{flex-wrap:wrap}.tsc .tsc-badge{margin-left:26px}}@keyframes tscRiseIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes tscRowIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}@keyframes tscSoftPulse{0%,to{opacity:1}50%{opacity:.35}}@keyframes tscSpin{to{transform:rotate(1turn)}}