/* Final Screenshot Success State Styles */
.final-success-screenshot {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 49vh;
    min-height: calc(59vh - 120px);
    background: #fff;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.final-checks {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
    margin-top: 60px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.final-check {
    color: #11998e;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Open Sans', Arial, sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.final-title {
    font-size: 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    color: #222;
    margin-bottom: 32px;
    text-align: center;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.final-reminder {
    font-size: 17px;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #222;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.3;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.final-reminder div:first-child {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 2px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.final-reminder div:last-child {
    font-size: 16px;
    font-weight: 400;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.final-btn-group {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 10px;
    padding-right: 40px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#done-btn.primary-btn {
    background: #11998e;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 12px 28px;
    font-size: 17px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
 #done-btn.primary-btn:hover {
    background: #009b94;
    color: #000;
    border: 2px solid #000;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.progress-dot.success-dot {
    color: #009b94;
    font-size: 1.3rem;
    border: none;
    background: none;
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.progress-dot.error-dot {
    color: #e53935;
    font-size: 1.3rem;
    border: none;
    background: none;
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Second Success State Styles */
#second-success-message .success-check {
    color: rgba(2, 97, 74, 1);
    font-size: 1.3rem;
    margin-bottom: 12px;
    letter-spacing: 0.2em;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#second-success-message .success-title {
    font-weight: 600;
    font-size: 1.15rem;
    margin-bottom: 8px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#second-success-message .success-desc {
    color: #aaa;
    font-size: 1.1rem;
    margin-bottom: 32px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.confirm-progress .success-dot {
    color: #009b94;
    font-size: 1.3rem;
    border: none;
    background: none;
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.confirm-success-message {
    color: #222;
    text-align: center;
    font-size: 1.15rem;
    margin-bottom: 32px;
    margin-top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.success-check {
    color: #009b94;
    font-size: 1.3rem;
    margin-bottom: 12px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.success-title {
    font-weight: 600;
    font-size: 1.15rem;
    margin-bottom: 8px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.success-desc {
    color: #aaa;
    font-size: 1.1rem;
    margin-bottom: 32px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.confirm-progress .error-dot {
    color: #e53935;
    font-size: 1.3rem;
    border: none;
    background: none;
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.confirm-error-message {
    color: #222;
    text-align: center;
    font-size: 1.15rem;
    margin-bottom: 32px;
    margin-top: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.confirm-progress .error-dot {
    color: #e53935;
    font-size: 1.3rem;
    border: none;
    background: none;
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.confirm-error-message {
    color: #222;
    text-align: center;
    font-size: 1.15rem;
    margin-bottom: 32px;
    margin-top: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Confirm Recovery Seed Checkup Card Styles */
.confirm-card {
    border: 3px solid #009b94;
    border-radius: 12px;
    background: #fff;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.confirm-header {
    background: #fff;
    border-bottom: 2px solid #009b94;
    border-radius: 3px 3px 0 0;
    font-size: 1.1rem;
    font-weight: 400;
    color: #222;
    padding: 10px 16px;
    text-align: left;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.confirm-content {
    padding: 40px 0 32px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.confirm-progress {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 32px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.progress-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #222;
    background: #fff;
    display: inline-block;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.confirm-instructions {
    text-align: center;
    color: #222;
    font-size: 1.1rem;
    margin-bottom: 32px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.confirm-question {
    text-align: center;
    color: #222;
    font-size: 1.2rem;
    margin-bottom: 32px;
    font-weight: 400;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.confirm-options {
    display: flex;
    gap: 32px;
    justify-content: center;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.option-btn {
    background: #fff;
    color: #222;
    border: 2px solid #222;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 18px 36px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    min-width: 140px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.option-btn:hover {
    background: #009b94;
    color: #000;
    border-color: #000;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.confirm-btn-group {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 24px;
    padding-right: 40px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Recovery Seed Phrase Card Styles */
.phrase-card {
    border: 2px solid rgba(2, 97, 74, 1);
    border-radius: 12px;
    background: #fff;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phrase-header {
    background: #fff;
    border-bottom: 2px solid #009b94;
    border-radius: 3px 3px 0 0;
    font-size: 1.1rem;
    font-weight: 400;
    color: #222;
    padding: 10px 16px;
    text-align: left;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phrase-content {
    padding: 40px 0 32px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phrase-instructions {
    text-align: center;
    color: #222;
    font-size: 1.1rem;
    margin-bottom: 32px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seed-list {
    margin: 0 auto 24px auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.seed-row {
    display: flex;
    gap: 48px;
    justify-content: center;
    margin-bottom: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.seed-word {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 70px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.seed-word .word {
    color: #009b94;
    font-size: 1.15rem;
    font-weight: 500;
    margin-bottom: 2px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.seed-word .num {
    color: #888;
    font-size: 1rem;
    font-weight: 400;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.phrase-fact {
    color: #aaa;
    font-size: 1.1rem;
    text-align: center;
    margin: 32px 0 0 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.phrase-btn-group {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 32px;
    padding-right: 40px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Create Wallet Card Styles */
.create-card {
    border: 2px solid rgba(2, 97, 74, 1);
    border-radius: 12px;
    background: #fff;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.create-header {
    background: #fff;
    border-bottom: 2px solid #009b94;
    border-radius: 3px 3px 0 0;
    font-size: 1.1rem;
    font-weight: 400;
    color: #222;
    padding: 10px 16px;
    text-align: left;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.create-content {
    padding: 40px 0 32px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.create-form {
    width: 100%;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-group {
    margin-bottom: 32px;
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-label {
    font-size: 1.2rem;
    color: #222;
    margin-bottom: 12px;
    display: block;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.input-row {
    background: #f8f8f8;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    display: flex;
    align-items: center;
    padding: 10px 18px;
    width: 100%;
    margin-top: 8px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-input[type="password"],
.form-input[type="text"] {
    border: none;
    background: transparent;
    font-size: 1.1rem;
    flex: 1;
    outline: none;
    padding: 8px 0;
    border-radius: 6px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.input-eye {
    cursor: pointer;
    margin-left: 8px;
    display: flex;
    align-items: center;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.create-btn-group {
    display: flex;
    gap: 18px;
    justify-content: center;
    margin-top: 24px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.create-btn-group .secondary-btn.outlined {
    padding: 10px 10px;
    font-size: 0.9rem;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Password Modal Styles */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1001;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-box {
    background: #fff;
    border: 2px solid #009b94;
    border-radius: 12px;
    box-shadow: 0 4px 32px rgba(0,0,0,0.10);
    min-width: 400px;
    max-width: 95vw;
    padding: 32px 32px 24px 32px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 500;
    color: #222;
    margin-bottom: 24px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-close {
    font-size: 1.5rem;
    color: #222;
    cursor: pointer;
    margin-left: 12px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-input-group {
    background: #f8f8f8;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    display: flex;
    align-items: center;
    padding: 10px 18px;
    width: 100%;
    max-width: 320px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-input-group input[type="password"],
.modal-input-group input[type="text"] {
    border: none;
    background: transparent;
    font-size: 1.1rem;
    flex: 1;
    outline: none;
    padding: 8px 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-eye {
    cursor: pointer;
    margin-left: 8px;
    display: flex;
    align-items: center;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-footer {
    display: flex;
    gap: 18px;
    justify-content: center;
    margin-top: 8px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Recover Wallet Card Styles */
.recover-card {
    border: 2px solid #009b94;
    border-radius: 12px;
    background: #fff;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recover-header {
    background: #fff;
    border-bottom: 2px solid #009b94;
    border-radius: 3px 3px 0 0;
    font-size: 1.1rem;
    font-weight: 400;
    color: #222;
    padding: 10px 16px;
    text-align: left;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recover-content {
    padding: 40px 0 32px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recover-instructions {
    font-size: 1.2rem;
    color: #222;
    text-align: center;
    margin-bottom: 32px;
    max-width: 90%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seed-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seed-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px 18px;
    margin-bottom: 36px;
    width: 90%;
    max-width: 520px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seed-grid input[type="text"] {
    border: 2px solid #009b94;
    border-radius: 12px;
    padding: 10px 0;
    font-size: 1.1rem;
    text-align: center;
    outline: none;
    transition: border 0.2s;
    background: #fff;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.seed-grid input[type="text"]:focus {
    border: 2px solid #FF8800;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.1);
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recover-btn-group {
    display: flex;
    gap: 18px;
    justify-content: center;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recover-btn-group .primary-btn {
    background: #009b94;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    border: none;
    border-radius: 12px;
    padding: 14px 28px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recover-btn-group .primary-btn:hover {
    background: #009b94;
    color: #000;
    border: 2px solid #000;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recover-btn-group .secondary-btn.outlined {
    background: #fff;
    color: #222;
    border: 2px solid #222;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 12px;
    padding: 14px 28px;
    cursor: pointer;
    margin: 0;
    transition: background 0.2s, color 0.2s;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recover-btn-group .secondary-btn.outlined:hover {
    background: rgb(0 150 136);
    color: #000;
    border-color: #000;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Kaspa Wallet Welcome Card Styles */
.wallet-welcome-card {
    border: 2px solid #009b94;
    border-radius: 5px;
    background: #fff;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wallet-welcome-card h2 {
    font-size: 1.4rem;
    font-weight: 400;
    color: #222;
    margin-bottom: 32px;
    margin-top: 0;
    text-align: center;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wallet-btn-group {
    display: flex;
    gap: 18px;
    justify-content: center;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wallet-welcome-card .primary-btn {
    background: #009b94;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    border: none;
    border-radius: 12px;
    padding: 14px 28px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wallet-welcome-card .primary-btn:hover {
    background: #009b94;
    color: #000;
    border: 2px solid #000;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Green Welcome Popup Styles */
.welcome-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-content {
    background-color: #10b981;
    padding: 40px;
    border-radius: 16px;
    text-align: center;
    max-width: 80%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-content h2 {
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wallet-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 20px 2px rgb(0 150 136);
    padding: 100px 100px 100px 100px;
    max-width: 600px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 73vh;
    min-height: 50vh;
    margin-top: 20px;
    margin-bottom: 20px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wallet-card > * {
    margin-top: -0.75em;
    margin-bottom: -0.75em;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Wallet Content Wrapper - shrinks and centers internal content */
.wallet-content {
    max-width: 85%;
    margin: 0 auto;
    text-align: center;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wallet-card h1 {
    color: #00857e;
    font-size: 1.3rem;
    margin-bottom: 16px;
    font-weight: 500;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.desc {
    color: #222;
    font-size: 0.9rem;
    margin-bottom: 20px;
    line-height: 1.5;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-link {
    color: #009b94;
    text-decoration: underline;
    font-weight: 500;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.primary-btn {
    display: inline-block;
    background: rgb(0 150 136);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    padding: 14px 28px;
    margin: 16px 0 28px 0;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.primary-btn:hover {
    background: #009b94;
    color: #000;
    border: 2px solid #000;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #fff, #e6f5f1, #fff);
    margin: 24px 0 20px 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.legacy-section p {
    color: #222;
    font-size: 0.9rem;
    margin-bottom: 14px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.legacy-link {
    color: rgba(2, 97, 74, 1);
    text-decoration: underline;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.secondary-btn {
    display: inline-block;
    background: #009b94;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    padding: 14px 28px;
    margin-bottom: 27px;
    margin-top: 15px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secondary-btn:hover {
    background: rgb(0 150 136);
    color: #000;
    border: 2px solid #000;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer {
    color: #7a9c91;
    font-size: 0.9rem;
    margin-top: 24px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.background-image {
    display: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 700px) {
    .wallet-card {
        padding: 30px 10px;
        max-width: 98vw;
    }

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Navigation Bar Styles */
.nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
    z-index: 1000;
    background: transparent;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-logo-left,
.nav-logo-right {
    width: 64px;
    height: 64px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-logo-left {
    margin-left: -24px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-logo-right {
    margin-right: -8px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-logo-left:hover,
.nav-logo-right:hover {
    transform: scale(1.05);
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-logo-left img,
.nav-logo-right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Legacy Navigation Logo Styles (kept for compatibility) */
.nav-logo {
    position: fixed;
    top: -6px;
    right: -2px;
    z-index: 1000;
    width: 58px;
    height: 58px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-logo:hover {
    transform: scale(1.55);
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f8fdfb;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

