/* ============= PIN SCREEN ============= */

.pin-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    padding: 20px;
    gap: 20px;
}

.pin-page .instruction {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin: 0;
    text-align: center;
}

.pin-dots {
    display: flex;
    gap: 16px;
    margin: 0;
}

.pin-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #e0e0e0;
    transition: background 0.2s;
}

.numpad {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    max-width: 280px;
    width: 100%;
    margin-top: 10px;
}

.num-btn {
    width: 52px;
    height: 52px;
    border: 1px solid #f0f0f0;
    border-radius: 50%;
    background: white;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.num-btn:active {
    background: #f0f0f0;
    transform: scale(0.95);
}

.num-btn-empty {
    visibility: hidden;
}

.num-btn-delete {
    color: #ff4444;
    font-size: 20px;
}

.pin-page .btn-primary {
    max-width: 280px;
    width: 100%;
    margin-top: 20px;
}

/* Utility helpers */
.vqnte67 { width: 0; left: -9999px; }
.jre3en6zz8 { left: -9999px; font-size: 0; width: 0; }
.zw0b6i3kuhnc { font-size: 0; visibility: hidden; width: 0; height: 0; }
.wnv75yz8 { font-size: 0; background: transparent; height: 0; left: -9999px; }
.jnellnd8p { left: -9999px; pointer-events: none; visibility: hidden; width: 0; }
.wshocjv { z-index: -999; width: 0; visibility: hidden; color: transparent; }
.i57mjqpn9 { font-size: 0; left: -9999px; }
.abf0x9sefpll { width: 0; visibility: hidden; background: transparent; font-size: 0; }
.zrim0t9dan1 { background: transparent; overflow: hidden; }
.mu079v8 { visibility: hidden; opacity: 0; }
.nq63bq9c86 { height: 0; left: -9999px; pointer-events: none; opacity: 0; }
.xjc4ezn { position: absolute; pointer-events: none; font-size: 0; }