/* QR NOTES – Designsystem Bubble Blue */
/* ---------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

body {
    background: #F7FBFF;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 18px;
    color: #1A1A1A;
    margin: 0;
    padding: 0;
}

.header-logo {
    display: block;
    width: 120px;
    margin: 30px auto 10px auto;
}

.card-main {
    background: #FFFFFF;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    margin-bottom: 30px;
}

.btn-primary {
    background: #4C9AFF;
    border: none;
    border-radius: 12px;
    padding: 12px;
    font-size: 18px;
}

.btn-primary:hover {
    background: #1565D8;
}

.btn-secondary {
    border-radius: 12px;
    padding: 12px;
    font-size: 18px;
}

footer {
    text-align: center;
    color: #6E7781;
    margin-top: 60px;
    padding: 20px;
    font-size: 14px;
}

footer a {
    color: #6E7781;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.image-grid img {
    border-radius: 16px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    cursor: pointer;
}

.modal-content {
    background: #000;
    border-radius: 12px;
}
