* {
            box-sizing: border-box;
            border: 0 solid;
            margin: 0;
            padding: 0;
        }
        
        html {
            -webkit-text-size-adjust: 100%;
            tab-size: 4;
            line-height: 1.5;
            font-family: "Geist", "Geist Fallback", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            -webkit-tap-highlight-color: transparent;
        }
        
        body {
            color: #171717;
            background: #fff;
            min-height: 100vh;
            padding-top: 58px;
        }
        
        @media (min-width: 479px) {
            body {
                padding-top: 70px;
            }
        }
        

        nav {
            position: fixed;
            inset-inline: 0;
            top: 0;
            z-index: 15;
            background-color: #fff;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
        }
        
        .app-container {
            width: 100%;
            padding-inline: 1rem;
            margin-inline: auto;
        }
        
        @media (min-width: 479px) {
            .app-container {
                padding-inline: 2.5rem;
            }
        }
        
        @media (min-width: 991px) {
            .app-container {
                width: 95%;
                max-width: 1280px;
                padding-inline: 0;
            }
        }
        
        .flex {
            display: flex;
        }
        
        .items-center {
            align-items: center;
        }
        
        .justify-between {
            justify-content: space-between;
        }
        
        .justify-center {
            justify-content: center;
        }
        
        .py-2 {
            padding-block: 0.5rem;
        }
        

        .btn {
            cursor: pointer;
            border-radius: 0.5rem;
            padding-inline: 1rem;
            padding-block: 0.5rem;
            font-size: 0.875rem;
            font-weight: 600;
            color: #fff;
            background-color: #0030cf;
            justify-content: center;
            align-items: center;
            transition: all 0.3s linear;
            display: flex;
            line-height: 1.2;
            text-decoration: none;
            height: 40px;
            border: none;
        }
        
        @media (min-width: 991px) {
            .btn {
                font-size: 1rem;
                padding-inline: 1.25rem;
                padding-block: 0.625rem;
                height: 44px;
            }
        }
        
        .btn:hover {
            background-color: #0030cfb8;
        }
        
        .btn:active {
            background-color: #43464d;
        }
        
        .btn:disabled {
            cursor: not-allowed;
            opacity: 0.7;
            background-color: #9ca3af;
        }
        
        .btn-black {
            background-color: #000;
        }
        
        .btn-black:hover {
            background-color: #000000b8;
        }
        

        .section {
            padding-block: 1.5rem;
            overflow: hidden;
        }
        
        @media (min-width: 479px) {
            .section {
                padding-block: 45px;
            }
        }
        
        @media (min-width: 991px) {
            .section {
                padding-block: 5rem;
            }
        }
        
        .relative {
            position: relative;
        }
        
        .mx-auto {
            margin-inline: auto;
        }
        
        .w-full {
            width: 100%;
        }
        
        .max-w-450px {
            max-width: 450px;
        }
        
        .max-w-767px {
            max-width: 767px;
        }
        
        .flex-col {
            flex-direction: column;
        }
        
        .text-center {
            text-align: center;
        }
        
        .text-start {
            text-align: start;
        }
        
        .h2 {
            font-size: 28px;
            line-height: 42px !important;
            font-weight: 500;
            margin-top: 20%;
        }
        
        @media (min-width: 479px) {
            .h2 {
                font-size: 36px;
            }
        }
        
        @media (min-width: 991px) {
            .h2 {
                font-size: 44px;
                line-height: 58px !important;
            }
        }
        
        .h4 {
            font-size: 24px;
            line-height: 30px;
            font-weight: 500;
            margin-bottom: 0.75rem;
        }
        
        @media (min-width: 479px) {
            .h4 {
                font-size: 28px;
                line-height: 36px;
            }
        }
        
        .text_large {
            font-size: 0.875rem;
            line-height: 156% !important;
            font-weight: 500;
        }
        
        @media (min-width: 479px) {
            .text_large {
                font-size: 1rem;
            }
        }
        
        @media (min-width: 991px) {
            .text_large {
                font-size: 1.125rem;
                font-weight: 600;
            }
        }
        
        .mt-4 {
            margin-top: 1rem;
        }
        
        .mt-6 {
            margin-top: 1.5rem;
        }
        
        .mt-14 {
            margin-top: 3.5rem;
        }
        
        .mt32 {
            margin-top: 2rem;
        }
        
        .mt40 {
            margin-top: 2.5rem;
        }
        
        @media (min-width: 479px) {
            .mt32 {
                margin-top: 1.5rem;
            }
        }
        
        @media (min-width: 991px) {
            .mt32 {
                margin-top: 2rem;
            }
        }
        
        .gap-3 {
            gap: 0.75rem;
        }
        
        .gap-4 {
            gap: 1rem;
        }
        
        .gap-5 {
            gap: 1.25rem;
        }
        
        .w-90 {
            width: 90%;
        }
        
        .w-max {
            width: max-content;
        }
        
        .gap-2 {
            gap: 0.5rem;
        }
        
        .px-10 {
            padding-inline: 2.5rem;
        }
        
        .text-white {
            color: #fff;
        }
        
        .px-7 {
            padding-inline: 1.75rem;
        }
        
        .rotate-y-180 {
            transform: rotateY(180deg);
        }
        
        svg {
            width: 24px;
            height: 24px;
        }
        

        .account-option {
            cursor: pointer;
            transition: all 0.3s linear;
            display: flex;
            align-items: center;
            gap: 1rem;
            border-radius: 0.75rem;
            border-width: 2px;
            background-color: #fff;
            padding-inline: 1.25rem;
            padding-block: 0.75rem;
            text-align: start;
            color: #000;
            border: 2px solid #d1dbff;
        }
        
        .account-option:hover {
            background-color: #00000008;
            color: #0030cf;
        }
        
        .account-option.selected {
            border-color: #0030cf;
            box-shadow: 0 0 3px 1px #b0bff6;
        }
        
        .option-indicator {
            display: flex;
            width: 24px;
            height: 24px;
            flex-shrink: 0;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            border-width: 2px;
            border: 2px solid #b0bff6;
        }
        
        .account-option.selected .option-indicator {
            border-color: #0030cf;
        }
        
        .option-dot {
            width: 70%;
            height: 70%;
            border-radius: 50%;
            background-color: #b0bff6;
        }
        
        .account-option.selected .option-dot {
            background-color: #0030cf;
        }
        
        .option-text {
            display: flex;
            flex-direction: column;
        }
        
        .option-title {
            font-size: 0.875rem;
            font-weight: 600;
        }
        
        .option-description {
            font-size: 0.875rem;
        }
        

        .info-box {
            display: flex;
            align-items: center;
            gap: 1rem;
            border-radius: 0.75rem;
            background-color: #fefce8;
            padding-inline: 1.25rem;
            padding-block: 0.75rem;
            text-align: start;
            color: #ca8a04;
            box-shadow: 0 0 3px 1px #fefce8;
        }
        
        .info-text {
            width: 100%;
            max-width: 208px;
            font-size: 0.75rem;
            font-weight: 500;
        }
        

        .error-message {
            display: flex;
            align-items: center;
            gap: 1rem;
            border-radius: 0.75rem;
            background-color: #fef2f2;
            padding-inline: 1.25rem;
            padding-block: 0.75rem;
            text-align: start;
            color: #dc2626;
            box-shadow: 0 0 3px 1px #fef2f2;
            margin-top: 1rem;
        }
        
        .error-text {
            width: 100%;
            font-size: 0.75rem;
            font-weight: 500;
        }
        

        .back-btn {
            display: flex;
            height: 48px;
            flex-shrink: 0;
            cursor: pointer;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            overflow: hidden;
            border-radius: 0.5rem;
            background-color: #00000008;
            padding-inline-start: 1.25rem;
            padding-inline-end: 1.5rem;
            font-weight: 600;
            border: none;
        }
        

        .page {
            display: none;
        }
        
        .page.active {
            display: block;
        }
        

        @keyframes fade-up {
            0% {
                opacity: 0;
                transform: translate3d(0, 100px, 0);
            }
            100% {
                opacity: 1;
                transform: translateZ(0);
            }
        }
        
        .aos-init.aos-animate {
            animation: fade-up 0.4s ease forwards;
        }
        

        a {
            text-decoration: none;
        }
        

        .secret-option {
            cursor: pointer;
            transition: all 0.3s linear;
            display: flex;
            align-items: center;
            gap: 1rem;
            border-radius: 0.75rem;
            border-width: 2px;
            background-color: #fff;
            padding-inline: 1.25rem;
            padding-block: 0.75rem;
            text-align: start;
            color: #000;
            border: 2px solid #d1dbff;
        }
        
        .secret-option:hover {
            background-color: #00000008;
            color: #0030cf;
        }
        
        .secret-option.selected {
            border-color: #0030cf;
            box-shadow: 0 0 3px 1px #b0bff6;
            background-color: #f0f4ff;
        }
        
        .secret-option.selected .option-indicator {
            border-color: #0030cf;
        }
        
        .secret-option.selected .option-dot {
            background-color: #0030cf;
        }
        

        .secret-input-section {
            margin-top: 2rem;
        }
        

        .number-inputs-container {
            margin-top: 2rem;
            display: flex;
            flex-direction: column;
            gap: 1rem;
            width: 100%;
        }
        
        .input-row {
            display: flex;
            align-items: center;
            gap: 1rem;
        }
        
        .input-label {
            width: 30px;
            font-size: 1rem;
            font-weight: 600;
            color: #0030cf;
            text-align: center;
        }
        
        .number-input {
            flex: 1;
            height: 50px;
            border: 2px solid #d1dbff;
            border-radius: 0.5rem;
            padding: 0 1rem;
            font-size: 1rem;
            font-weight: 500;
            text-align: center;
            background: white;
            transition: all 0.3s linear;
        }
        
        .number-input:focus {
            outline: none;
            border-color: #0030cf;
            box-shadow: 0 0 0 3px rgba(0, 48, 207, 0.1);
        }
        
        .number-input.filled {
            border-color: #0030cf;
            background-color: #f0f4ff;
        }
        
        .number-input.error {
            border-color: #ef4444;
            background-color: #fef2f2;
        }
        

        .word-count-buttons {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            margin-top: 0.875rem;
        }
        
        .word-count-btn {
            cursor: pointer;
            border-radius: 9999px;
            padding-inline: 2rem;
            padding-block: 0.5rem;
            font-size: 0.875rem;
            font-weight: 500;
            border: none;
            transition: all 0.3s linear;
        }
        
        .word-count-btn.active {
            background-color: #0030cf;
            color: white;
        }
        
        .word-count-btn:not(.active) {
            background-color: rgba(209, 219, 255, 0.5);
            color: rgba(0, 0, 0, 0.9);
        }
        
        .mnemonic-inputs-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 0.875rem;
            margin-top: 2.5rem;
            width: 100%;
        }
        
        @media (min-width: 479px) {
            .mnemonic-inputs-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }
        
        .mnemonic-input-label {
            position: relative;
            color: #0030cf;
        }
        
        .mnemonic-input-number {
            position: absolute;
            top: 50%;
            left: 0.625rem;
            transform: translateY(-50%);
            font-size: 0.8125rem;
        }
        
        .mnemonic-input {
            width: 100%;
            border-radius: 0.5rem;
            background-color: rgba(209, 219, 255, 0.5);
            padding: 0.75rem;
            padding-left: 2.5rem;
            font-size: 0.875rem;
            font-weight: 500;
            border: none;
        }
        
        .mnemonic-input:focus {
            outline: none;
            background-color: rgba(209, 219, 255, 0.8);
        }
        

        .family-seed-input {
            width: 100%;
            flex: 1;
            border-radius: 0.75rem;
            background-color: rgba(209, 219, 255, 0.5);
            padding: 0.75rem 1.25rem;
            color: rgba(0, 0, 0, 0.8);
            border: none;
            font-size: 1rem;
            transition: all 0.3s linear;
        }
        
        .family-seed-input:focus {
            outline: none;
            background-color: rgba(209, 219, 255, 0.8);
        }
        
        .family-seed-input.error {
            background-color: #fef2f2;
            color: #dc2626;
        }
        
        .show-secret-btn {
            margin-inline: auto;
            display: flex;
            width: max-content;
            cursor: pointer;
            align-items: center;
            justify-content: center;
            gap: 0.375rem;
            border-radius: 0.75rem;
            background-color: rgba(209, 219, 255, 0.5);
            padding-inline: 1.25rem;
            padding-block: 0.5rem;
            font-size: 0.75rem;
            font-weight: 500;
            color: rgba(0, 0, 0, 0.8);
            border: none;
        }
        
        .show-secret-btn svg {
            width: 16px;
            height: 16px;
        }
        

        .success-page {
            text-align: center;
            padding: 2rem 0;
        }
        
        .success-icon {
            width: 80px;
            height: 80px;
            margin: 0 auto 2rem;
            background-color: #10b981;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .success-icon svg {
            width: 40px;
            height: 40px;
            color: white;
        }
        
        .download-options {
            display: flex;
            justify-content: center;
            gap: 2rem;
            margin-top: 2rem;
            flex-wrap: wrap;
        }
        
        .download-option {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.75rem;
            cursor: pointer;
            transition: transform 0.2s;
            text-decoration: none;
        }
        
        .download-option:hover {
            transform: translateY(-2px);
        }
        
        .download-icon {
            width: 120px;
            height: 40px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        
        .download-icon img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        
        .download-text {
            font-size: 0.875rem;
            font-weight: 500;
            color: #0030cf;
        }
        

        .next-btn-large {
            flex: 2;
        }
        

        @media (min-width: 479px) {
            .mt-16 {
                margin-top: 16px;
            }
        }