.pcb{flex-direction:column;align-items:center;gap:.75rem;width:100%;display:flex}.pcb__divider{background:#e2e8f0;width:100%;height:1px;margin:.25rem 0}.pcb__btn{color:#fff;cursor:pointer;background:#0f2a4a;border:none;border-radius:999px;align-items:center;gap:.5rem;padding:.625rem 1.5rem;font-size:.875rem;font-weight:600;transition:background .15s,opacity .15s;display:inline-flex}.pcb__btn:hover:not(:disabled){background:#1a3d6b}.pcb__btn:disabled{opacity:.65;cursor:not-allowed}.pcb__btn .material-symbols-outlined{font-size:1.125rem}@keyframes pcb-spin{to{transform:rotate(360deg)}}.pcb__spin{animation:.75s linear infinite pcb-spin;display:inline-block}.pcb__feedback{color:#059669;font-size:.8125rem;font-weight:500}.pcb__track-hint{color:#475569;text-align:left;box-sizing:border-box;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.625rem;align-items:flex-start;gap:.5rem;width:100%;padding:.625rem .875rem;font-size:.8125rem;display:flex}.pcb__track-hint .material-symbols-outlined{color:#94a3b8;flex-shrink:0;margin-top:.125rem;font-size:1rem}.pcb__ref{color:#0f2a4a;word-break:break-all;font-family:monospace}.pcb__link{color:#2563eb;font-weight:600;text-decoration:underline}
