.App{text-align:center}.tab-container{border-bottom:1px solid #e0e0e0;display:flex;flex-wrap:wrap;margin-bottom:20px}.tab-button{background:none;border:none;border-bottom:2px solid #0000;color:#666;cursor:pointer;font-size:16px;font-weight:500;outline:none;padding:12px 24px;transition:all .3s ease}.tab-button:hover{background-color:#f5f5f5;color:#1976d2}.tab-button.active{background-color:#1976d20a;border-bottom-color:#1976d2;color:#1976d2}.mnemonic-display{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;font-family:Courier New,monospace;font-size:16px;line-height:1.6;margin:15px 0;min-height:100px;padding:20px;position:relative}.mnemonic-words{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-bottom:15px}.mnemonic-word{align-items:center;background:#fff;border:1px solid #dee2e6;border-radius:4px;display:flex;font-size:14px;padding:8px 12px}.word-number{color:#6c757d;font-size:12px;font-weight:700;margin-right:8px;min-width:20px}.word-text{flex:1 1;font-weight:500}.encrypted-result{background-color:#f1f3f4;border:1px solid #dadce0;border-radius:8px;font-family:Courier New,monospace;font-size:12px;margin:10px 0;max-height:200px;overflow-y:auto;padding:15px;word-break:break-all}.progress-container{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin:20px 0;padding:15px}.progress-bar{background-color:#e9ecef;border-radius:4px;height:8px;margin:10px 0;overflow:hidden;width:100%}.progress-fill{background-color:#28a745;height:100%;transition:width .3s ease}.progress-text{color:#6c757d;display:flex;font-size:14px;justify-content:space-between;margin-top:8px}.password-strength{align-items:center;display:flex;gap:10px;margin:10px 0}.strength-bar{background-color:#e9ecef;border-radius:3px;flex:1 1;height:6px;overflow:hidden}.strength-fill{height:100%;transition:all .3s ease}.strength-weak{background-color:#dc3545;width:25%}.strength-fair{background-color:#fd7e14;width:50%}.strength-good{background-color:#ffc107;width:75%}.strength-strong{background-color:#28a745;width:100%}.strength-label{font-size:12px;font-weight:500;min-width:60px}.button-group{display:flex;flex-wrap:wrap;gap:10px;margin:15px 0}.button-group button{flex:1 1;min-width:120px}@media (max-width:768px){.tab-button{font-size:14px;padding:10px 16px}.mnemonic-words{grid-template-columns:repeat(2,1fr)}.button-group{flex-direction:column}.button-group button{width:100%}}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-in{animation:slideIn .3s ease-out}.qr-container{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;justify-content:center;margin:20px 0;padding:20px}.file-drop-zone{border:2px dashed #ccc;border-radius:8px;cursor:pointer;padding:40px 20px;text-align:center;transition:all .3s ease}.file-drop-zone:hover{background-color:#1976d20a;border-color:#1976d2}.file-drop-zone.dragover{background-color:#1976d214;border-color:#1976d2}.tooltip{cursor:help;position:relative}.tooltip:after{background:#333;border-radius:4px;bottom:100%;color:#fff;content:attr(data-tooltip);font-size:12px;left:50%;opacity:0;padding:8px 12px;position:absolute;transform:translateX(-50%);transition:all .3s ease;visibility:hidden;white-space:nowrap;z-index:1000}.tooltip:hover:after{opacity:1;visibility:visible}
/*# sourceMappingURL=main.bc53c12b.css.map*/