@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap";body{margin:0;padding:40px 20px;background-color:#f0f2f5;font-family:Inter,sans-serif;display:flex;justify-content:center}.cv-container{background-color:#fff;max-width:1000px;width:100%;border-radius:12px;box-shadow:0 10px 30px #0000001a;overflow:hidden;padding-bottom:40px}.cv-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:40px;padding:0 40px}section{margin-bottom:30px}h2{font-size:1.1rem;text-transform:uppercase;letter-spacing:1px;color:#1a202c;border-bottom:2px solid #edf2f7;padding-bottom:8px;margin-bottom:15px}.progress-bar{background-color:#edf2f7;border-radius:12px;height:24px;width:100%;margin:8px 0 20px;overflow:hidden}.progress-bar div{background-color:#2d3748;height:100%;border-radius:12px;color:#fff;text-align:right;padding-right:12px;font-size:12px;font-weight:600;line-height:24px;box-sizing:border-box;white-space:nowrap}
