[v-cloak]{display:none}*{-webkit-tap-highlight-color:transparent;box-sizing:border-box}body{margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#020617;color:#e5e7eb;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.container{max-width:960px;margin:0 auto;padding:1.5rem;width:100%}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700}.logo-icon{width:1.8rem;height:1.8rem;color:#6366f1}.subtitle{color:#9ca3af;font-size:.9rem;margin:0}.header-actions{display:flex;gap:.75rem;align-items:center}.auth-status{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;padding:.4rem .6rem;background:#111827;border:1px solid #1f2937;border-radius:.5rem}.auth-status span{color:#e5e7eb;font-size:.85rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px;line-height:1.4}.main-content{display:flex;flex-direction:column;gap:1rem}.card{background:#020617;border:1px solid #1f2937;border-radius:.75rem;padding:1.25rem}.accounts-section{display:flex;flex-direction:column;gap:.75rem}.accounts-section .section-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:0}.section-title-wrapper h2{margin:0}.section-actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.search-box{display:flex;align-items:center;gap:.4rem;background:#020617;border:1px solid #374151;border-radius:.5rem;padding:0 .5rem}.search-box input{background:transparent;border:none;outline:none;color:#e5e7eb;padding:.35rem .25rem;min-width:160px}.search-box svg{width:1rem;height:1rem;color:#6b7280}.sync-status{display:flex;flex-direction:column;align-items:flex-start;font-size:.75rem;color:#9ca3af}.sync-label{font-weight:500;color:#22c55e}.sync-time{font-size:.7rem}.accounts-list{margin-top:0;border-radius:.5rem;overflow:hidden}.account-item-wrapper{position:relative;overflow:hidden}.account-item-delete-bg{position:absolute;top:0;right:0;bottom:0;width:100px;background:#dc2626;display:none;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;color:#fff;font-size:.75rem;font-weight:500;pointer-events:auto;cursor:pointer;transition:background .15s}.account-item-delete-bg:active{background:#b91c1c}.account-item-delete-bg svg{width:24px;height:24px;stroke-width:2}.account-item{position:relative;padding:.75rem 1rem;border-bottom:1px solid #1a1a1f;margin-bottom:0;background:#020617;transition:all .2s}.account-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#4f46e5;opacity:0;transition:opacity .2s}.account-item:hover{padding-left:1.25rem;background:#4f46e50d}.account-item:hover:before{opacity:1}.account-item-wrapper:last-child .account-item{border-bottom:none}.account-swipe-indicator{display:none;align-items:center;justify-content:center;padding:0 .5rem;color:#4b5563;opacity:.4}.account-swipe-indicator svg{width:20px;height:20px;stroke-width:2}.account-item-content{display:flex;justify-content:space-between;align-items:center;gap:.75rem;width:100%}.account-item-info{display:flex;flex-direction:column;gap:.15rem;flex:1;min-width:0}.account-item-name{font-weight:500}.account-item-issuer{font-size:.8rem;color:#9ca3af}.account-item-actions{display:flex;gap:.4rem;flex-shrink:0}.btn{border:none;border-radius:.5rem;padding:.5rem .85rem;font-size:.85rem;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:.25rem;transition:all .15s;background:#111827;color:#e5e7eb;min-width:100px;justify-content:center;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.btn:active{transform:scale(.98)}.btn-small{padding:.3rem .55rem;font-size:.75rem;min-width:auto;min-height:36px}.btn-primary{background:#4f46e5;color:#fff}.btn-primary:hover{background:#4338ca;box-shadow:0 2px 8px #4f46e54d}.btn-secondary{background:#1f2937;color:#e5e7eb;border:1px solid #374151}.btn-secondary:hover{background:#111827;border-color:#4b5563}.btn-danger{background:#b91c1c;color:#fff}.btn-danger:hover{background:#991b1b}.btn-success{background:#15803d;color:#fff}.btn-success:hover{background:#166534}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-block{width:100%;justify-content:center}.empty-state{padding:2rem 1.5rem;text-align:center;color:#9ca3af}.empty-state svg{width:2rem;height:2rem;margin-bottom:.5rem;color:#4b5563}.auth-section h2{margin-top:0;margin-bottom:.25rem}.auth-actions{display:flex;gap:.75rem;margin-top:.75rem}.text-muted{color:#9ca3af;font-size:.9rem}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172acc;display:flex;align-items:center;justify-content:center;z-index:50;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:1rem;overflow-y:auto}body.modal-open{overflow:hidden;position:fixed;width:100%}.modal-content{background:#020617;border-radius:.75rem;border:1px solid #1f2937;width:100%;max-width:420px;max-height:calc(100vh - 2rem);display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 25px -5px #0000004d;margin:auto}.account-modal-content{height:auto;max-height:90vh}.modal-header{padding:.75rem 1rem;border-bottom:1px solid #1f2937;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.modal-body{padding:1rem;overflow-y:auto;flex:1 1 auto;min-height:0;-webkit-overflow-scrolling:touch}.modal-body form{display:flex;flex-direction:column}.modal-footer{padding:.75rem 1rem;border-top:1px solid #1f2937;display:flex;flex-direction:column;justify-content:center;gap:.5rem;flex-shrink:0}.modal-footer .btn{width:100%;min-height:44px}.modal-close{background:none;border:none;color:#6b7280;font-size:1.3rem;cursor:pointer;transition:color .15s;padding:.5rem;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.modal-close:hover{color:#e5e7eb}.form-group{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem;font-size:.85rem}.form-group label{font-weight:500}.form-group input{border-radius:.4rem;border:1px solid #374151;background:#020617;color:#e5e7eb;padding:.4rem .5rem;font-size:.85rem;transition:border-color .15s}.form-group input:focus{border-color:#6366f1;outline:none}.form-group small{color:#9ca3af;font-size:.75rem}.toast-container{position:fixed;right:1rem;bottom:1rem;display:flex;flex-direction:column;gap:.4rem;z-index:60;pointer-events:none}.toast{min-width:200px;max-width:280px;border-radius:.5rem;padding:.55rem .7rem;font-size:.8rem;border:1px solid #1f2937;background:#020617;color:#e5e7eb;box-shadow:0 10px 15px -3px #0f172ab3;cursor:pointer;pointer-events:auto;transition:transform .2s,opacity .2s}.toast:hover{transform:translate(-4px)}.toast-success{border-color:#16a34a}.toast-error{border-color:#dc2626}.toast-info{border-color:#2563eb}.toast-warning{border-color:#ea580c}.toast strong{display:block;margin-bottom:.1rem}.token-modal-content .token-display-modal{text-align:center;padding:1rem .5rem}.token-value-modal{font-size:1.7rem;font-weight:700;letter-spacing:.2em;margin-bottom:.5rem;font-variant-numeric:tabular-nums}.token-timer{font-size:.85rem;color:#9ca3af;margin-bottom:.5rem}.timer-bar{height:4px;border-radius:999px;background:#111827;overflow:hidden}.timer-progress{height:100%;background:#22c55e;width:100%;transition:width .3s linear}.backups-list{margin-top:.75rem;font-size:.85rem}.backup-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem .6rem;border-radius:.5rem;border:1px solid #111827;margin-bottom:.4rem}.backup-info{display:flex;flex-direction:column;gap:.1rem}.backup-date{font-weight:500}.backup-version{color:#9ca3af;font-size:.8rem}.backup-actions-inline{display:flex;gap:.4rem}.loading{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:1rem 0;font-size:.85rem;color:#9ca3af}.spinner{width:18px;height:18px;border-radius:999px;border:2px solid #1f2937;border-top-color:#6366f1;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}#qrReader{border-radius:.5rem;overflow:hidden;border:1px solid #1f2937}#qrReader video{border-radius:.5rem}.backup-actions{margin-bottom:1rem}.backup-actions .btn{width:100%;justify-content:center}.method-switcher{display:flex;gap:.4rem;justify-content:center;flex-wrap:wrap}.method-btn{display:flex;align-items:center;gap:.35rem;padding:.45rem .65rem;background:transparent;border:1px solid #1f2937;border-radius:.5rem;color:#9ca3af;font-size:.75rem;cursor:pointer;transition:all .15s;flex:0 1 auto;min-width:0;white-space:nowrap;min-height:38px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.method-btn:hover{border-color:#4f46e5;color:#e5e7eb;background:#1f2937}.method-btn svg{width:.9rem;height:.9rem;stroke-width:2;flex-shrink:0}.method-btn span{font-weight:500;overflow:hidden;text-overflow:ellipsis}.method-switcher-footer{padding:.55rem .85rem;border-top:1px solid #1f2937}.qr-scan-container{display:flex;flex-direction:column;align-items:center;gap:.25rem;justify-content:flex-start}.qr-reader-wrapper{position:relative;width:100%;max-width:380px;height:300px;flex-shrink:0}#qrReader{width:100%;max-width:380px;height:300px;border-radius:.75rem;overflow:hidden;box-shadow:0 10px 25px #0000004d}#qrReader video{object-fit:cover;display:block!important;border-radius:.75rem}#qrReader__scan_region{border:none!important}#qrReader__dashboard_section_swaplink,#qrReader__dashboard{display:none!important}.qr-scan-hint{text-align:center;color:#9ca3af;font-size:.75rem;margin:0;display:flex;align-items:center;gap:.35rem;justify-content:center;font-weight:500;margin-top:.15rem;margin-bottom:.15rem}.qr-scan-hint svg{width:.9rem;height:.9rem;stroke-width:2}.qr-zoom-controls{display:flex;align-items:center;gap:.65rem;padding:.4rem .75rem;background:#111827;border-radius:.5rem;border:1px solid #1f2937;margin-top:.15rem;margin-bottom:.15rem}.zoom-btn{width:38px;height:38px;padding:0;background:#1f2937;border:1px solid #374151;border-radius:.5rem;color:#e5e7eb;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.zoom-btn:hover{background:#374151;border-color:#4f46e5;transform:scale(1.05)}.zoom-btn:active{transform:scale(.95)}.zoom-btn svg{width:14px;height:14px;stroke-width:2.5}.zoom-indicator{color:#e5e7eb;font-size:.75rem;font-weight:600;min-width:38px;text-align:center}.qr-upload-container{display:flex;flex-direction:column;justify-content:flex-start;gap:.6rem;align-items:center}.manual-input-container{display:flex;flex-direction:column;justify-content:flex-start}.upload-area{border:2px dashed #374151;border-radius:.75rem;padding:1.5rem 1rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.8rem;transition:border-color .2s}.upload-area:hover{border-color:#6366f1}.upload-area svg{width:3.5rem;height:3.5rem;color:#4b5563;stroke-width:1.5}.upload-area p{margin:0;color:#9ca3af;font-size:.9rem}@media (max-width:640px){.container{padding:.75rem}.header{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:1rem}.header-actions{width:100%;justify-content:space-between}.auth-status{flex-direction:row;align-items:center;gap:.5rem;width:100%;justify-content:space-between;padding:.5rem .65rem}.auth-status span{font-size:.8rem;max-width:none;flex:1;min-width:0;text-align:left;overflow:hidden;text-overflow:ellipsis}.auth-status .btn{min-width:0;flex:0 0 auto;white-space:nowrap;min-height:36px}.accounts-section .section-header{padding:0}.section-header{flex-direction:column;align-items:stretch;gap:.75rem}.section-actions{flex-direction:column;align-items:stretch;gap:.5rem}.search-box{width:100%}.search-box input{flex:1;min-width:0;font-size:.9rem;padding:.5rem}.btn{min-width:0;flex:1;padding:.65rem .85rem;font-size:.9rem;min-height:44px}.btn-small{padding:.5rem .7rem;font-size:.85rem;min-width:0;min-height:40px}.account-item{padding:.75rem 1rem;cursor:pointer;touch-action:pan-y;-webkit-user-select:none;user-select:none}.account-item:before{display:none}.account-item:hover{padding-left:1rem;background:transparent}.account-item-delete-bg{display:flex;width:120px}.account-swipe-indicator{display:flex}.account-item-content{flex-direction:row;align-items:center;gap:.5rem;padding-right:0;cursor:pointer;justify-content:space-between}.account-item-info{padding:0}.account-item-name{font-size:.95rem;font-weight:500;color:#f9fafb}.account-item-issuer{font-size:.8rem;color:#6b7280;margin-top:.15rem}.account-item-actions{display:none}.modal-content{max-width:95vw;margin:.5rem;max-height:95vh;border-radius:.5rem}.account-modal-content{height:auto;max-height:90vh}.modal-header{padding:.75rem .85rem}.modal-header h3{font-size:1.1rem}.modal-body{padding:.6rem}.modal-footer{padding:.75rem .85rem}.qr-scan-container{padding:.4rem;gap:.2rem}.method-switcher{flex-direction:row;gap:.35rem;flex-wrap:wrap}.method-btn{flex:1 1 auto;justify-content:center;min-height:40px;padding:.45rem .6rem;font-size:.72rem}.qr-reader-wrapper{max-width:100%;height:280px}#qrReader{max-width:100%;height:260px}.qr-zoom-controls{width:100%;justify-content:space-between;padding:.35rem .6rem;gap:.4rem}.zoom-btn{width:36px;height:36px}.zoom-indicator{font-size:.7rem;min-width:32px}.qr-scan-hint{font-size:.7rem}.qr-scan-hint svg{width:.85rem;height:.85rem}.form-group{margin-bottom:1rem}.form-group label{font-size:.9rem;margin-bottom:.35rem}.form-group input{padding:.6rem .7rem;font-size:1rem;min-height:44px}.form-group small{font-size:.8rem;margin-top:.25rem}.toast-container{right:.5rem;bottom:.5rem;left:.5rem}.toast{max-width:100%;min-width:0;padding:.65rem .85rem;font-size:.85rem}.token-value-modal{font-size:1.5rem;letter-spacing:.15em}.card{padding:1rem}.empty-state{padding:1.5rem 1rem}.empty-state h3{font-size:1.1rem}.empty-state p{font-size:.9rem}.logo{font-size:1.4rem}.subtitle{font-size:.85rem}h2{font-size:1.3rem}.section-title-wrapper h2{font-size:1.2rem}}
