:root{--bg-primary: #0d1117;--bg-secondary: #161b22;--bg-tertiary: #21262d;--bg-hover: #30363d;--text-primary: #f0f6fc;--text-secondary: #8b949e;--text-muted: #6e7681;--border: #30363d;--accent: #58a6ff;--accent-hover: #79c0ff;--success: #3fb950;--warning: #d29922;--error: #f85149}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:var(--bg-primary);color:var(--text-primary);min-height:100vh;line-height:1.6}#root{min-height:100vh}.header{background:var(--bg-secondary);border-bottom:1px solid var(--border);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100}.logo{font-size:1.5rem;font-weight:700;color:var(--text-primary);display:flex;align-items:center;gap:.5rem}.logo-icon{color:var(--accent)}.main-container{display:grid;grid-template-columns:400px 1fr;min-height:calc(100vh - 65px)}@media(max-width:1024px){.main-container{grid-template-columns:1fr}}.editor-panel{background:var(--bg-secondary);border-right:1px solid var(--border);padding:1.5rem;overflow-y:auto;max-height:calc(100vh - 65px)}@media(max-width:1024px){.editor-panel{max-height:none;border-right:none;border-bottom:1px solid var(--border)}}.section-title{font-size:.875rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:var(--text-primary);margin-bottom:.5rem}.form-input,.form-textarea{width:100%;padding:.625rem .875rem;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary);font-size:.9375rem;transition:border-color .2s,box-shadow .2s}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #58a6ff26}.form-textarea{resize:vertical;min-height:80px}.form-input::placeholder,.form-textarea::placeholder{color:var(--text-muted)}.preview-panel{padding:2rem;background:var(--bg-primary);overflow-y:auto;max-height:calc(100vh - 65px)}@media(max-width:1024px){.preview-panel{max-height:none}}.resume-preview{background:#fff;color:#1a1a1a;max-width:800px;margin:0 auto;padding:3rem;box-shadow:0 4px 24px #0006;min-height:1000px}.resume-preview h1{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#111}.resume-preview .contact-info{font-size:.875rem;color:#555;margin-bottom:1.5rem;display:flex;flex-wrap:wrap;gap:1rem}.resume-preview .section{margin-bottom:1.5rem}.resume-preview .section-title{font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#333;border-bottom:2px solid #333;padding-bottom:.25rem;margin-bottom:1rem}.resume-preview .experience-item,.resume-preview .education-item{margin-bottom:1rem}.resume-preview .item-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.25rem}.resume-preview .item-title{font-weight:600;color:#222}.resume-preview .item-subtitle{font-size:.875rem;color:#555}.resume-preview .item-date{font-size:.8125rem;color:#666}.resume-preview .item-description{font-size:.875rem;color:#444;line-height:1.5}.resume-preview .skills-list{display:flex;flex-wrap:wrap;gap:.5rem}.resume-preview .skill-tag{background:#f0f0f0;padding:.25rem .75rem;border-radius:4px;font-size:.8125rem;color:#333}.template-selector{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem}.template-option{padding:.75rem;background:var(--bg-tertiary);border:2px solid var(--border);border-radius:8px;cursor:pointer;transition:all .2s;text-align:center}.template-option:hover{border-color:var(--text-muted)}.template-option.active{border-color:var(--accent);background:#58a6ff1a}.template-option span{display:block;font-size:.75rem;color:var(--text-secondary);margin-top:.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1rem;border-radius:6px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s;border:none;text-decoration:none}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border)}.btn-secondary:hover{background:var(--bg-hover)}.btn-ghost{background:transparent;color:var(--text-secondary)}.btn-ghost:hover{color:var(--text-primary);background:var(--bg-tertiary)}.actions{display:flex;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.add-item-btn{width:100%;padding:.75rem;background:var(--bg-tertiary);border:1px dashed var(--border);border-radius:6px;color:var(--text-secondary);font-size:.875rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem}.add-item-btn:hover{border-color:var(--accent);color:var(--accent);background:#58a6ff0d}.item-list{display:flex;flex-direction:column;gap:.75rem}.experience-item-form,.education-item-form{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:8px;padding:1rem}.item-form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.remove-btn{background:transparent;border:none;color:var(--text-muted);cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s}.remove-btn:hover{color:var(--error);background:#f851491a}.empty-state{text-align:center;padding:3rem 1rem;color:var(--text-secondary)}.empty-state-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;max-width:600px;width:100%;max-height:80vh;overflow-y:auto}.modal-header{padding:1.5rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.modal-title{font-size:1.25rem;font-weight:600}.modal-close{background:transparent;border:none;color:var(--text-secondary);cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s}.modal-close:hover{color:var(--text-primary);background:var(--bg-tertiary)}.modal-body{padding:1.5rem;color:var(--text-secondary);line-height:1.7}.modal-body h2{color:var(--text-primary);font-size:1rem;margin:1.5rem 0 .75rem}.modal-body h2:first-child{margin-top:0}.modal-body p{margin-bottom:1rem}.modal-body ul{padding-left:1.5rem;margin-bottom:1rem}.modal-body li{margin-bottom:.5rem}.footer{background:var(--bg-secondary);border-top:1px solid var(--border);padding:1rem 2rem;text-align:center;color:var(--text-muted);font-size:.8125rem}.footer a{color:var(--text-secondary);text-decoration:none;transition:color .2s}.footer a:hover{color:var(--accent)}
