body {
    margin: 0;
    font-family: system-ui, Arial, sans-serif;
    background: radial-gradient(circle at top, #122132, #060b14);
    color: #eaf1ff;
}

.content {
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 20px;
}

.subtitle {
    color: #9fb3d9;
    margin-bottom: 20px;
}

.voiv-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.voiv {
    padding: 18px 24px;
    background: linear-gradient(180deg, #1a2c44, #0f1c2c);
    border-radius: 14px;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 1px;
    transition: transform 0.2s, background 0.2s;
}

.voiv:hover {
    transform: translateY(-2px);
    background: linear-gradient(180deg, #223a5c, #14263f);
}
.voiv-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.voiv-btn {
    padding: 16px;
    border-radius: 16px;
    background: linear-gradient(180deg,#1c2f46,#0f1d2e);
    color: #fff;
    font-weight: bold;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 16px;
}

.voiv-btn:hover {
    background: #264566;
}

.cities {
    display: flex;
    gap: 10px;
    padding: 12px 10px 18px;
}

.city-btn {
    padding: 10px 14px;
    border-radius: 999px;
    background: #243c55;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.city-btn:hover {
    background: #3b6ea8;
}

.hidden {
    display: none;
}
.voivodeships {
    max-width: 900px;
    margin: 20px auto;
}

.voiv-btn {
    width: 100%;
    padding: 14px 18px;
    margin-top: 10px;
    border-radius: 14px;
    border: none;
    background: linear-gradient(180deg,#1c2f45,#16263a);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.cities {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(140px,1fr));
    gap: 8px;
    margin: 10px 0 18px;
}

.city-btn {
    padding: 10px;
    border-radius: 12px;
    border: none;
    background: rgba(255,255,255,0.08);
    color: #fff;
    cursor: pointer;
    font-size: 13px;
}

.city-btn:hover {
    background: rgba(255,255,255,0.16);
}

.hidden {
    display: none;
}
