@charset "UTF-8";:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color:#1f2937;background-color:#f9fafb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.cv-builder{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;gap:0}@media (max-width: 1024px){.cv-builder{grid-template-columns:1fr}}.cv-builder__editor{background-color:#fff;padding:24px;overflow-y:auto;max-height:100vh;border-right:1px solid var(--gray-200)}@media (max-width: 1024px){.cv-builder__editor{border-right:none;border-bottom:1px solid var(--gray-200);max-height:none}}.cv-builder__preview{background-color:var(--gray-50);padding:24px;overflow-y:auto;max-height:100vh}@media (max-width: 1024px){.cv-builder__preview{max-height:none}}.cv-builder__title{font-size:2rem;font-weight:700;color:var(--gray-900);margin-bottom:24px;text-align:center}/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */*,:before,:after{box-sizing:border-box}html{font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";line-height:1.15;-webkit-text-size-adjust:100%;tab-size:4}body{margin:0}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:currentcolor}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}.btn{display:inline-flex;align-items:center;padding:10px 16px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn svg{width:16px;height:16px;margin-right:6px}.btn--primary{background-color:#2563eb;color:#fff}.btn--primary:hover{background-color:#1d4ed8}.btn--secondary{background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db}.btn--secondary:hover{background-color:#e5e7eb}.btn--success{background-color:#16a34a;color:#fff}.btn--success:hover{background-color:#15803d}.btn--small{padding:6px 12px;font-size:13px}.section{margin-bottom:32px}.section__title{display:flex;align-items:center;font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:20px;padding-bottom:8px;border-bottom:2px solid #e5e7eb}.section__title svg{margin-right:8px}.section__title--personal svg{color:#2563eb}.section__title--education svg{color:#16a34a}.section__title--experience svg{color:#ea580c}.form__group{margin-bottom:20px}.form__label{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:6px}.form__input{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;transition:all .2s ease;background-color:#fff}.form__input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form__input::placeholder{color:#9ca3af}.form__textarea{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;transition:all .2s ease;background-color:#fff;min-height:100px;resize:vertical;font-family:inherit}.form__textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form__textarea::placeholder{color:#9ca3af}.form__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 768px){.form__row{grid-template-columns:1fr}}.form__actions{display:flex;gap:12px;margin-top:24px;flex-wrap:wrap}.form__error{font-size:.875rem;color:#dc2626;margin-top:.25rem;display:flex;align-items:center;gap:.25rem;line-height:1.4}.form__error:before{content:"⚠";font-size:1rem;flex-shrink:0}.form__input--error{border-color:#dc2626;box-shadow:0 0 0 1px #dc2626;background-color:#fef2f2}.form__input--error:focus{outline:2px solid #dc2626;outline-offset:2px;border-color:#dc2626;box-shadow:0 0 0 1px #dc2626}.form .form__input:focus{outline:2px solid #3b82f6;outline-offset:2px;border-color:#3b82f6}@media (prefers-contrast: high){.form .form__error{color:#000;background-color:#ffeb3b;padding:.25rem;border-radius:.25rem}.form .form__input--error{border-width:2px;border-color:#000}}.entry{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:20px;margin-bottom:20px;position:relative}.entry__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.entry__title{font-size:16px;font-weight:600;color:#374151}.entry__remove{background:none;border:none;color:#dc2626;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease}.entry__remove:hover{background-color:#dc26261a;color:#b91c1c}.preview{background-color:#fff;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:32px;margin-bottom:24px;max-width:100%}.preview__header{text-align:center;padding-bottom:24px;border-bottom:2px solid #e5e7eb;margin-bottom:32px}.preview__name{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:8px;line-height:1.2}.preview__contact{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;color:#4b5563;font-size:14px}.preview__contact-item{display:flex;align-items:center;gap:4px}.preview__section{margin-bottom:32px}.preview__section:last-child{margin-bottom:0}.preview__section-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #2563eb;text-transform:uppercase;letter-spacing:.5px}.preview__entry{margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #e5e7eb}.preview__entry:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.preview__entry-title{font-size:1.1rem;font-weight:600;color:#111827;margin-bottom:4px}.preview__entry-subtitle{font-size:1rem;color:#2563eb;font-weight:500;margin-bottom:6px}.preview__entry-date{font-size:14px;color:#4b5563;margin-bottom:8px;font-style:italic}.preview__entry-description{color:#374151;line-height:1.6}.preview__empty{color:#9ca3af;font-style:italic;text-align:center;padding:20px}.preview__actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px;flex-wrap:wrap}@media (max-width: 1024px){.cv-builder__title{font-size:1.5rem}.preview__name{font-size:2rem}.preview__contact{flex-direction:column;align-items:center;gap:8px}}@media (max-width: 768px){.cv-builder__editor,.cv-builder__preview{padding:16px}.preview{padding:20px}.preview__name{font-size:1.8rem}}.u-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;white-space:nowrap}.u-sr-only-focusable:active,.u-sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}
