.access-page {
    min-height: 100vh;
    background: #f0f2f5;
}

.access-header {
    background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
}

.access-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(0,0,0,0.04);
    flex-shrink: 0;
}

.code-input {
    font-size: 1.8rem;
    letter-spacing: 0.6rem;
    font-family: 'Courier New', monospace;
    border: 2px solid #dee2e6;
    transition: border-color 0.2s;
}

.code-input:focus {
    border-color: #1a73e8;
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.15);
}

.reglement-section ul {
    padding-left: 1.4rem;
    margin-bottom: 0;
}

.reglement-section ul li {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #34495e;
}

.reglement-section ul li:last-child {
    margin-bottom: 0;
}

.reglement-section h6 {
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
}

@media (max-width: 768px) {
    .access-header h1 {
        font-size: 1.4rem;
    }
    .code-input {
        font-size: 1.4rem;
        letter-spacing: 0.4rem;
    }
}
