<<<<<<< HEAD
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', sans-serif;
}

body {
    background: #f3f4f6;
}

.container {
    display: flex;
    width: 1100px;
    margin: 40px auto;
    background: white;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.left {
    width: 35%;
    background: #0f172a;
    color: white;
    padding: 40px;
}

.right {
    width: 65%;
    padding: 40px;
}

.avatar {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin-bottom: 20px;
    object-fit: cover;
}

.role {
    margin-bottom: 30px;
    font-weight: 300;
    color: #cbd5e1;
}

.section {
    margin-bottom: 30px;
}

h1 {
    font-size: 24px;
}

h2 {
    margin-bottom: 10px;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 5px;
}

.left h2 {
    border-bottom: 2px solid #334155;
}

ul {
    list-style: none;
}

ul li {
    margin-bottom: 6px;
=======
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', sans-serif;
}

body {
    background: #f3f4f6;
}

.container {
    display: flex;
    width: 1100px;
    margin: 40px auto;
    background: white;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.left {
    width: 35%;
    background: #0f172a;
    color: white;
    padding: 40px;
}

.right {
    width: 65%;
    padding: 40px;
}

.avatar {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin-bottom: 20px;
    object-fit: cover;
}

.role {
    margin-bottom: 30px;
    font-weight: 300;
    color: #cbd5e1;
}

.section {
    margin-bottom: 30px;
}

h1 {
    font-size: 24px;
}

h2 {
    margin-bottom: 10px;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 5px;
}

.left h2 {
    border-bottom: 2px solid #334155;
}

ul {
    list-style: none;
}

ul li {
    margin-bottom: 6px;
>>>>>>> 1127de5b26b81e92fc05c9deb819d0f088e8b1b7
}