@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap";.encryptor-loading-overlay{position:absolute;inset:0;background:#ffffffb3;display:flex;align-items:center;justify-content:center;z-index:100;border-radius:1rem}.encryptor-spinner{width:40px;height:40px;border:4px solid #c7d2fe;border-top:4px solid #1d4ed8;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.account-list-view{display:flex;flex-direction:column;gap:1rem;padding:1rem}.account-list-item{background:#f9fafb;border-radius:.75rem;box-shadow:0 1px 4px #0000000a;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.5rem;min-width:0}.account-list-appname{font-size:1.1rem;font-weight:600;color:#1e40af;margin-bottom:.25rem;word-break:break-word}.account-list-info{color:#64748b;font-size:.97rem;margin-bottom:.5rem}.account-list-label{font-weight:500;color:#334155}.account-list-actions{display:flex;gap:.5rem;margin-top:.25rem}@media (max-width: 600px){.account-list-item{padding:.75rem .5rem}.account-list-view{padding:.5rem}}html,body{font-family:Poppins,Arial,Helvetica,sans-serif;padding:0;margin:0;box-sizing:border-box}*,*:before,*:after{font-family:inherit;box-sizing:inherit}.login-bg{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e3a8a,#6366f1)}.login-container{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 24px #0000001f;width:100%;max-width:24rem}.login-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem;text-align:center;color:#1e293b}.login-btn{width:100%;padding:.5rem 1rem;background:#1d4ed8;color:#fff;border:none;border-radius:.5rem;font-weight:600;margin-bottom:1rem;cursor:pointer;transition:background .2s}.login-btn:hover{background:#1e40af}.login-error{color:#ef4444;text-align:center}.app-bg{min-height:100vh;background:#f3f4f6}.app-navbar{background:#fff;box-shadow:0 2px 8px #0000000a;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem}.app-title{font-weight:700;font-size:1.25rem;color:#1e40af}.app-userbar{display:flex;align-items:center;gap:1rem}.app-user{color:#334155}.logout-btn{background:#ef4444;color:#fff;border:none;border-radius:.375rem;padding:.25rem .75rem;cursor:pointer;transition:background .2s}.logout-btn:hover{background:#dc2626}.app-content{padding:1rem}.account-wrap{max-width:38rem;margin:2rem auto 0}.account-form{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 2px 8px #0000000f;margin-bottom:2rem}.account-form-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.account-form-fields{display:flex;flex-direction:column;gap:1rem}.account-input{border:1px solid #d1d5db;padding:.5rem;border-radius:.5rem}.account-form-actions{margin-top:1rem;display:flex;gap:.5rem}.account-btn-primary{background:#1d4ed8;color:#fff;border:none;border-radius:.5rem;padding:.5rem 1rem;font-weight:600;cursor:pointer;transition:background .2s}.account-btn-primary:hover{background:#1e40af}.account-btn-secondary{background:#9ca3af;color:#fff;border:none;border-radius:.5rem;padding:.5rem 1rem;font-weight:600;cursor:pointer;transition:background .2s}.account-btn-secondary:hover{background:#6b7280}.account-list-wrap{background:#fff;border-radius:.75rem;box-shadow:0 2px 8px #0000000f}.account-list-title{font-size:1.125rem;font-weight:700;padding:1rem}.account-list-loading,.account-list-empty{padding:1rem;text-align:center;color:#6b7280}.account-table{width:100%;text-align:left;border-collapse:collapse}.account-table-header{background:#f3f4f6}.account-table-th,.account-table-td{padding:.5rem}.account-table-row{border-top:1px solid #e5e7eb}.account-table-actions{display:flex;gap:.5rem}.account-btn-detail{background:#16a34a;color:#fff;border:none;border-radius:.375rem;padding:.25rem .5rem;font-size:.875rem;cursor:pointer;transition:background .2s}.account-btn-detail:hover{background:#15803d}.account-btn-edit{background:#f59e42;color:#fff;border:none;border-radius:.375rem;padding:.25rem .5rem;font-size:.875rem;cursor:pointer;transition:background .2s}.account-btn-edit:hover{background:#d97706}.account-btn-delete{background:#ef4444;color:#fff;border:none;border-radius:.375rem;padding:.25rem .5rem;font-size:.875rem;cursor:pointer;transition:background .2s}.account-btn-delete:hover{background:#dc2626}.account-modal-bg{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:50}.account-modal{background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 8px 32px #0000002e;width:100%;max-width:32rem;position:relative}.account-modal-close{position:absolute;top:.5rem;right:.5rem;background:none;border:none;color:#6b7280;font-size:1.25rem;cursor:pointer;transition:color .2s}.account-modal-close:hover{color:#1e293b}.account-modal-title{font-size:1.125rem;font-weight:700;margin-bottom:1rem}.account-modal-content{display:flex;flex-direction:column;gap:.5rem}
