: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}}.info-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.25rem}.form-group label{font-size:.875rem;font-weight:500;color:var(--gray-color)}.form-group input{padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:.25rem;font-size:1rem;transition:var(--transition)}.form-group input:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 2px #3b82f633}.form-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}.preview-header{text-align:center;margin-bottom:2rem}.preview-name{font-size:2rem;font-weight:700;color:var(--dark-color);margin-bottom:.5rem}.contact-info{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:1rem;color:var(--gray-color);font-size:.875rem}.preview-section{margin-bottom:1.5rem}.preview-section:last-child{margin-bottom:0}.section-title{font-size:1.25rem;color:var(--secondary-color);border-bottom:2px solid #e2e8f0;padding-bottom:.25rem;margin-bottom:1rem}.item-header{display:flex;justify-content:space-between;margin-bottom:.25rem}.item-title{font-weight:600}.item-date{color:var(--gray-color);font-size:.875rem}.item-subtitle{font-style:italic;margin-bottom:.5rem;color:var(--gray-color)}.item-description{padding-left:1rem;border-left:2px solid var(--accent-color)}:root{--primary-color: #2563eb;--secondary-color: #1d4ed8;--accent-color: #3b82f6;--light-color: #f8fafc;--dark-color: #1e293b;--gray-color: #64748b;--border-radius: .5rem;--box-shadow: 0 1px 3px rgba(0, 0, 0, .1);--transition: all .2s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;color:var(--dark-color);background-color:#f1f5f9;min-width:100vw;display:flex;flex-direction:column;justify-content:center}.app{min-height:100vh;max-width:1200px;padding:2rem}.title{text-align:center;margin-bottom:2rem;font-size:2.5rem;font-weight:700;color:var(--dark-color);padding-bottom:.5rem}.main-content{display:flex;gap:2rem}.form-section{flex:0 0 40%;display:flex;flex-direction:column;gap:1.5rem}.cv-preview{flex:0 0 60%;background:#fff;padding:2rem;border-radius:var(--border-radius);box-shadow:var(--box-shadow);height:fit-content;position:sticky;top:2rem}@media (max-width: 768px){.main-content{flex-direction:column}.form-section,.cv-preview{flex:1 1 100%}.cv-preview{position:static;order:-1;margin-bottom:2rem}}@media (max-width: 480px){.app{padding:1rem}.title{font-size:2rem;margin-bottom:1.5rem}}
