* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* 👇 pick ONE font from above */
    font-family: "Nunito", "Arial", sans-serif;
    /* font-family: "Montserrat", "Helvetica Neue", sans-serif; */
    /* font-family: "Poppins", "Segoe UI", sans-serif; */
}


body {
    min-height: 100vh;
    /* background: linear-gradient(135deg, #0f2027, #203a43, #2c5364); */
    background: radial-gradient(circle at top,#1e293b,#020617);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e5e7eb;
    /* color: #ffffff; */
}

/* .container {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    padding: 2rem 2.5rem;
    border-radius: 14px;
    width: 100%;
    max-width: 380px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

 */

.container {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    padding: 2rem 2.5rem;
    border-radius: 14px;
    width: 100%;
    max-width: 380px;
    text-align: center;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
}



h1 {
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
}

p {
    margin-bottom: 1.5rem;
    opacity: 0.85;
    font-size: 0.95rem;
}

input {
    width: 100%;
    padding: 0.75rem 0.9rem;
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 1rem;
    margin-bottom: 1rem;
}

input::placeholder {
    color: #999;
}

button {
    width: 100%;
    padding: 0.75rem;
    border-radius: 8px;
    border: none;
    background: #00c6ff;
    background: linear-gradient(135deg, #00c6ff, #0072ff);
    color: white;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.15s ease, opacity 0.15s ease;
}

button:hover:not(:disabled) {
    transform: translateY(-2px);
}

button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

#dis {
    margin-top: 1.2rem;
    font-size: 0.95rem;
    line-height: 1.6;
}

#dis div {
    margin: 0.25rem 0;
}


.disclaimer {
    margin-top: 1rem;
    font-size: 0.8rem;
    opacity: 0.7;
    line-height: 1.4;
}

input {
    width: 100%;
    padding: 0.75rem 0.9rem;
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 1rem;
    margin-bottom: 1rem;
    background: #f8fafc;
    color: #020617;
}

button {
    width: 100%;
    padding: 0.75rem;
    border-radius: 8px;
    border: none;
    background: #22d3ee; /* cyan accent */
    color: #020617;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.15s ease, opacity 0.15s ease;
}

button:hover:not(:disabled) {
    transform: translateY(-2px);
    opacity: 0.95;
}

button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}


/* body {
    background: #0b0b0b;
    color: #e7e5e4;
} */


/* .container {
    background: #0c0a09;      
} */

button {
    background: #f59e0b;      
    color: #0c0a09;
}

input {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    color: #1c1917;
}


.container {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

body {
    background: #f8fafc;   
    color: #1c1917;
}

h1 {
    color: #111827;
}

p {
    color: #374151;
}

#dis {
    color: #111827;
}

/* .disclaimer {
    color: #6b7280;
} */

.theme-toggle {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: transparent;
    border: none;
    font-size: 1.1rem;
    cursor: pointer;
    color: #f59e0b;
}

.container {
    position: relative;
}

body.dark {
    background: #0b0b0b;
    color: #e7e5e4;
}

body.dark .container {
    background: #111827;
    border-color: #1f2937;
}

body.dark h1,
body.dark #dis {
    color: #f9fafb;
}

body.dark p {
    color: #cbd5e1;
}

body.dark input {
    background: #020617;
    color: #f9fafb;
    border: 1px solid #1f2937;
}

body.dark .disclaimer {
    color: #94a3b8;
}

input:focus {
    outline: none;
    border-color: #f59e0b;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.35);
}

@media (max-width: 480px) {
    .container {
        padding: 1.5rem;
        max-width: 92%;
    }

    h1 {
        font-size: 1.5rem;
    }

    p {
        font-size: 0.9rem;
    }

    input,
    button {
        padding: 0.85rem;
        font-size: 1rem;
    }

    .disclaimer {
        font-size: 0.7rem;
    }
}

.container {
    position: relative;
}

.theme-toggle {
    position: absolute;
    top: 0.9rem;
    right: 0.9rem;

    background: #f59e0b;
    color: #1c1917;
    border: none;
    border-radius: 50%;
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 0.95rem;
    cursor: pointer;
}

@media (max-width: 480px) {
    .theme-toggle {
        top: 0.6rem;
        right: 0.6rem;
        width: 30px;
        height: 30px;
        font-size: 0.85rem;
    }
}

.theme-toggle {
    position: absolute;
    top: 0.9rem;
    right: 0.9rem;

    z-index: 10; /* 👈 THIS is the key */

    background: #f59e0b;
    color: #1c1917;
    border: none;
    border-radius: 50%;
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 0.95rem;
    cursor: pointer;
}


.theme-toggle {
    pointer-events: auto;
}

button:disabled {
    pointer-events: none;
}

.theme-toggle {
    z-index: 10;
}

footer {
    text-align: center;
    padding: 28px;
    margin-top: 60px;
    font-size: 0.95rem;
}

body {
    min-height: 100vh;
    background: #f8fafc;
    display: flex;
    justify-content: center;
}

.page {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* a{
    color: #020617;
} */

/* Light Mode (Default) */
a {
    color: #020617;
    text-decoration: underline; /* Good for accessibility */
    transition: color 0.2s ease;
}

/* Dark Mode */
body.dark a {
    color: #ffffff;
}

/* Hover effect for both */
a:hover {
    opacity: 0.8;
}
