body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
    background: #1a1a2e;
    color: #e0e0e0;
}

h1 {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #f0f0f0;
}

.qr-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}

.qr-tile {
    background: #16213e;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    max-width: 500px;
    text-align: center;
}

.qr-tile h2 {
    margin: 0 0 0.25rem;
    font-size: 1.1rem;
    color: #f0f0f0;
}

.qr-tile .path {
    margin: 0 0 0.75rem;
    font-family: monospace;
    font-size: 0.9rem;
}

.qr-tile .path a {
    color: #9a9ab0;
    text-decoration: none;
}

.qr-tile .path a:hover {
    color: #c0c0d0;
    text-decoration: underline;
}

.qr-image {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 4px;
}
