:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--primary-color: #2c3e50;--secondary-color: #34495e;--accent-color: #3498db;--bg-color: #f6f6f6;--card-bg: #fdfdfd;--text-color: #2c3e50}*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,Helvetica,sans-serif}#root{margin:0;padding:0;background-color:var(--bg-color)}.body{width:100vw;min-height:100vh;display:flex;justify-content:center;gap:2em;padding:2em}.card-details{background-color:var(--card-bg);flex:1;padding:1.5em;border-radius:10px;box-shadow:0 4px 12px #00000014}.preview{flex:1;background-color:var(--card-bg);padding:1.5em 2em;border-radius:10px;box-shadow:0 4px 12px #00000014}.header{display:flex;flex-direction:column;align-items:center;border-bottom:2px solid var(--accent-color);padding-bottom:1em;margin-bottom:1.5em}.header h1{font-size:1.8rem;color:var(--primary-color)}.header>div{display:flex;justify-content:center;gap:3rem;margin-top:.5em;color:var(--secondary-color);font-size:.95rem}.education h2,.experience h2{font-size:1.4rem;margin-bottom:1em;color:var(--primary-color);border-left:4px solid var(--accent-color);padding-left:.5em}.education_per,.exp_per{background-color:var(--bg-color);border-radius:6px;padding:1em;margin-bottom:1em;transition:transform .2s ease,box-shadow .2s ease}.education_per:hover,.exp_per:hover{transform:translateY(-2px);box-shadow:0 3px 10px #00000014}.education_per>div:first-child,.exp_per>div:first-child{display:flex;justify-content:space-between;flex-wrap:wrap;gap:2em;margin-bottom:.5em;color:var(--secondary-color)}.education_per>div:last-child,.exp_per>div:last-child{font-weight:700;color:var(--secondary-color);line-height:1.4}@media (max-width: 768px){.header>div{flex-direction:column;gap:.3em}.education_per>div:first-child,.exp_per>div:first-child{flex-direction:column;gap:.5em}}.card-details{background-color:#f9f9fb;color:#1a1a1a;flex:1;padding:2rem;border-radius:12px;box-shadow:0 4px 15px #0000001a;font-family:Arial,sans-serif}.card-details h2{margin-bottom:1rem;color:#2d2d2d;border-bottom:2px solid #ddd;padding-bottom:.5rem}.card-details form,.educationDetail,.experienceDetail{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.card-details label{font-weight:700;display:block;margin-bottom:.3rem}.card-details input{width:100%;padding:.6rem;border-radius:6px;border:1px solid #ccc;margin-bottom:1rem;font-size:.95rem}.card-details button{background-color:#4f46e5;color:#fff;padding:.5rem 1rem;border-radius:6px;border:none;cursor:pointer;font-weight:700}.card-details button:hover{background-color:#4338ca}.educationDetail>div,.experienceDetail>div{display:flex;flex-direction:column;gap:.5rem}.educationDetail h3,.experienceDetail h3{margin:0;font-size:1.1rem;color:#333}
