:root{--bg-color-main: #0B0E14;--bg-color-secondary: #131722;--text-primary: #FFFFFF;--text-secondary: #A0AABF;--accent-color: #6366F1;--accent-hover: #4F46E5;--glass-bg: rgba(255, 255, 255, .03);--glass-border: rgba(255, 255, 255, .08);--success-color: #10B981;--font-family-base: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family-base);background:var(--bg-color-main);background-image:radial-gradient(circle at 15% 50%,rgba(99,102,241,.12),transparent 25%),radial-gradient(circle at 85% 30%,rgba(16,185,129,.08),transparent 25%);color:var(--text-primary);min-height:100dvh;margin:0;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);display:flex;flex-direction:column;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{display:flex;flex:1;width:100%}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-weight:600;line-height:1.2}a{color:var(--accent-color);text-decoration:none;transition:color .2s ease}a:hover{color:var(--accent-hover)}button{cursor:pointer;font-family:var(--font-family-base)}.glass-panel{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:16px;box-shadow:0 8px 32px #0003}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#fff3}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(.95);opacity:.5}50%{transform:scale(1);opacity:1}to{transform:scale(.95);opacity:.5}}@media print{@page{margin:0}body{margin:1cm}}.chat.svelte-1roe1v9{display:flex;flex-direction:column;height:100%;width:100%;overflow:hidden}.messages.svelte-1roe1v9{flex:1;overflow-y:auto;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;scroll-behavior:smooth}.message.svelte-1roe1v9{display:flex;gap:1rem;max-width:80%}.message.bot.svelte-1roe1v9{align-self:flex-start}.message.user.svelte-1roe1v9{align-self:flex-end;flex-direction:row-reverse}.avatar.svelte-1roe1v9{font-size:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border-radius:50%;flex-shrink:0}.bubble.svelte-1roe1v9{padding:1rem 1.25rem;border-radius:18px;font-size:1rem;line-height:1.5;background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-primary)}.user.svelte-1roe1v9 .bubble:where(.svelte-1roe1v9){background:var(--accent-color);border-color:var(--accent-color);color:#fff}.input-area.svelte-1roe1v9{padding:1.5rem;border-top:1px solid var(--glass-border);display:flex;gap:1rem}input.svelte-1roe1v9{flex:1;background:#0003;border:1px solid var(--glass-border);border-radius:12px;padding:0 1.25rem;color:var(--text-primary);font-size:1rem;font-family:var(--font-family-base);transition:all .2s}input.svelte-1roe1v9:focus{outline:none;border-color:var(--accent-color);background:#0006}input.svelte-1roe1v9:disabled{opacity:.5;cursor:not-allowed}.import-btn.svelte-1roe1v9{background:#ffffff1a;border:1px solid var(--glass-border)}.import-btn.svelte-1roe1v9:hover:not(:disabled){background:#fff3;border-color:var(--accent-color)}.import-btn.svelte-1roe1v9 svg:where(.svelte-1roe1v9){width:20px;height:20px;color:var(--accent-color)}button.svelte-1roe1v9{width:50px;height:50px;border-radius:12px;background:var(--accent-color);border:none;color:#fff;display:flex;align-items:center;justify-content:center;transition:all .2s}button.svelte-1roe1v9:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-2px)}button.svelte-1roe1v9:disabled{opacity:.5;cursor:not-allowed}.send-icon.svelte-1roe1v9{width:20px;height:20px}.typing.svelte-1roe1v9 .bubble:where(.svelte-1roe1v9){display:flex;gap:4px;align-items:center;padding:1.25rem}.dot.svelte-1roe1v9{width:6px;height:6px;background:var(--text-secondary);border-radius:50%;animation:svelte-1roe1v9-typing 1.4s infinite ease-in-out}.dot.svelte-1roe1v9:nth-child(1){animation-delay:0s}.dot.svelte-1roe1v9:nth-child(2){animation-delay:.2s}.dot.svelte-1roe1v9:nth-child(3){animation-delay:.4s}@keyframes svelte-1roe1v9-typing{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@media(max-width:600px){.messages.svelte-1roe1v9{padding:1rem}.message.svelte-1roe1v9{max-width:90%}.input-area.svelte-1roe1v9{padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom)) 1rem;gap:.75rem}button.svelte-1roe1v9{width:44px;height:44px}.avatar.svelte-1roe1v9{width:32px;height:32px;font-size:1.1rem}.bubble.svelte-1roe1v9{padding:.8rem 1rem;font-size:.95rem}input.svelte-1roe1v9{padding:0 1rem;font-size:.95rem}}.cv-wrapper.svelte-crpbi5{width:100%;height:100%;display:flex;flex-direction:column;gap:1.5rem;overflow:hidden;padding:1rem 0}.actions.svelte-crpbi5{display:flex;justify-content:flex-end;gap:1rem;padding:0 1rem}.btn.svelte-crpbi5{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;transition:all .2s;background:var(--accent-color);color:#fff;border:none}.btn.svelte-crpbi5:hover{background:var(--accent-hover);transform:translateY(-2px)}.btn.svelte-crpbi5 svg:where(.svelte-crpbi5){width:18px;height:18px}.btn.secondary.svelte-crpbi5{background:#ffffff1a;color:var(--text-primary);border:1px solid var(--glass-border)}.btn.secondary.svelte-crpbi5:hover{background:#fff3}.cv-document.svelte-crpbi5{background:var(--bg-color-secondary);border-radius:16px;overflow-y:auto;color:var(--text-primary);flex:1}.header.svelte-crpbi5{position:relative;padding:4rem 3rem;background:linear-gradient(135deg,#6366f11a,#10b9810d);border-bottom:1px solid var(--glass-border);overflow:hidden}.header-content.svelte-crpbi5{position:relative;z-index:2}.header.svelte-crpbi5 h1:where(.svelte-crpbi5){font-size:3rem;letter-spacing:-1px;margin-bottom:.5rem;background:linear-gradient(90deg,#fff,#a0aabf);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.header.svelte-crpbi5 h2:where(.svelte-crpbi5){font-size:1.5rem;color:var(--accent-color);font-weight:500}.header-decoration.svelte-crpbi5{position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(99,102,241,.15) 0%,transparent 70%);border-radius:50%;z-index:1}.body.svelte-crpbi5{padding:3rem;display:flex;flex-direction:column;gap:3rem}h3.svelte-crpbi5{font-size:1.25rem;text-transform:uppercase;letter-spacing:2px;color:var(--text-secondary);margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--glass-border)}p.svelte-crpbi5{line-height:1.7;color:var(--text-secondary)}.summary.svelte-crpbi5 p:where(.svelte-crpbi5){font-size:1.1rem;color:var(--text-primary)}.timeline.svelte-crpbi5{display:flex;flex-direction:column;gap:2rem}.timeline-item.svelte-crpbi5{display:flex;gap:1.5rem}.timeline-marker.svelte-crpbi5{width:12px;height:12px;background:var(--accent-color);border-radius:50%;margin-top:6px;position:relative;flex-shrink:0}.timeline-marker.svelte-crpbi5:after{content:"";position:absolute;top:12px;left:5px;width:2px;height:calc(100% + 2rem);background:var(--glass-border)}.timeline-item.svelte-crpbi5:last-child .timeline-marker:where(.svelte-crpbi5):after{display:none}.timeline-content.svelte-crpbi5{flex:1}.item-header.svelte-crpbi5 h4:where(.svelte-crpbi5){font-size:1.25rem;margin-bottom:.25rem}.company.svelte-crpbi5{font-weight:500;color:var(--accent-color);display:block;margin-bottom:.25rem}.dates.svelte-crpbi5{font-size:.9rem;color:var(--text-secondary);display:block;margin-bottom:1rem}.grid-section.svelte-crpbi5{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.education.svelte-crpbi5 ul:where(.svelte-crpbi5){list-style:none;display:flex;flex-direction:column;gap:1.5rem}.edu-header.svelte-crpbi5{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.25rem}.edu-header.svelte-crpbi5 h4:where(.svelte-crpbi5){font-size:1.1rem}.year.svelte-crpbi5{font-size:.9rem;color:var(--accent-color);font-weight:500}.institution.svelte-crpbi5{color:var(--text-secondary)}.skills-grid.svelte-crpbi5{display:flex;flex-wrap:wrap;gap:.75rem}.skill-tag.svelte-crpbi5{background:#ffffff0d;border:1px solid var(--glass-border);padding:.5rem 1rem;border-radius:20px;font-size:.9rem;color:var(--text-primary)}@media(max-width:768px){.grid-section.svelte-crpbi5{grid-template-columns:1fr;gap:3rem}.header.svelte-crpbi5{padding:2.5rem 1.5rem}.header.svelte-crpbi5 h1:where(.svelte-crpbi5){font-size:2.2rem}.header.svelte-crpbi5 h2:where(.svelte-crpbi5){font-size:1.25rem}.body.svelte-crpbi5{padding:1.5rem}.timeline-item.svelte-crpbi5{gap:1rem}.edit-form.svelte-crpbi5{padding:1rem}.dates-row.svelte-crpbi5{flex-direction:column;align-items:stretch;gap:.5rem}.dates-row.svelte-crpbi5 span:where(.svelte-crpbi5){display:none}.actions.svelte-crpbi5{padding:0 .5rem;flex-wrap:wrap;justify-content:center}.btn.svelte-crpbi5{flex:1;justify-content:center;font-size:.9rem;padding:.6rem 1rem}}.remove-skill-btn.svelte-crpbi5{background:none;border:none;color:var(--text-secondary);margin-left:.5rem;cursor:pointer;font-size:1.2rem;line-height:1;padding:0 .25rem;display:inline-flex;align-items:center;justify-content:center}.remove-skill-btn.svelte-crpbi5:hover{color:#ef4444}.add-skill-form.svelte-crpbi5{display:flex;gap:.5rem}.add-skill-form.svelte-crpbi5 .edit-input:where(.svelte-crpbi5){width:150px;padding:.25rem .5rem}.add-skill-form.svelte-crpbi5 .add-btn:where(.svelte-crpbi5){padding:.25rem .75rem}.editable-group.svelte-crpbi5{display:flex;align-items:center;gap:.5rem;position:relative;width:100%}.editable-container.svelte-crpbi5{position:relative;width:100%}.section-container.svelte-crpbi5{position:relative}.section-header.svelte-crpbi5{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--glass-border)}.section-header.svelte-crpbi5 h3:where(.svelte-crpbi5){margin-bottom:0;padding-bottom:0;border-bottom:none}.edit-btn.svelte-crpbi5{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:#ffffff1a;color:var(--text-secondary);border:1px solid transparent;cursor:pointer;transition:all .2s;opacity:.5;flex-shrink:0}.editable-group.svelte-crpbi5:hover .edit-btn:where(.svelte-crpbi5),.section-header.svelte-crpbi5:hover .edit-btn:where(.svelte-crpbi5),.editable-container.svelte-crpbi5:hover .edit-btn:where(.svelte-crpbi5),.edit-btn.svelte-crpbi5:hover{opacity:1}.edit-btn.svelte-crpbi5:hover{background:#fff3;color:var(--text-primary);transform:scale(1.05)}.floating-btn.svelte-crpbi5{position:absolute;top:0;right:0;opacity:0}.edit-btn.svelte-crpbi5 svg:where(.svelte-crpbi5){width:16px;height:16px}.save-btn.svelte-crpbi5{background:#10b98133;color:#10b981;border-color:#10b9814d;opacity:1;width:auto;padding:0 1rem;gap:.5rem}.save-btn.svelte-crpbi5:hover{background:#10b9814d}.delete-btn.svelte-crpbi5{background:#ef444433;color:#ef4444;border-color:#ef44444d;opacity:1;width:auto;padding:0 1rem;gap:.5rem}.delete-btn.svelte-crpbi5:hover{background:#ef44444d}.add-btn.svelte-crpbi5{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:8px;background:#6366f11a;color:var(--accent-color);border:1px solid rgba(99,102,241,.2);cursor:pointer;font-size:.9rem;transition:all .2s}.add-btn.svelte-crpbi5:hover{background:#6366f133;transform:translateY(-2px)}.add-btn.svelte-crpbi5 svg:where(.svelte-crpbi5){width:18px;height:18px}.edit-input.svelte-crpbi5,.edit-textarea.svelte-crpbi5{width:100%;background:#0003;border:1px solid var(--glass-border);border-radius:8px;padding:.5rem 1rem;color:var(--text-primary);font-family:inherit;font-size:1rem;transition:border-color .2s}.edit-input.svelte-crpbi5:focus,.edit-textarea.svelte-crpbi5:focus{outline:none;border-color:var(--accent-color)}.edit-textarea.svelte-crpbi5{resize:vertical;min-height:80px}.h1-input.svelte-crpbi5{font-size:3rem;font-weight:700;letter-spacing:-1px;margin-bottom:.5rem;padding:0;background:transparent;border:1px dashed var(--glass-border)}.h2-input.svelte-crpbi5{font-size:1.5rem;font-weight:500;color:var(--accent-color);padding:0;background:transparent;border:1px dashed var(--glass-border)}.edit-form.svelte-crpbi5{display:flex;flex-direction:column;gap:.75rem;background:#0000001a;padding:1.5rem;border-radius:12px;border:1px dashed var(--glass-border);width:100%}.dates-row.svelte-crpbi5{display:flex;align-items:center;gap:.5rem}.form-actions.svelte-crpbi5{display:flex;gap:1rem;margin-top:.5rem;justify-content:flex-end}.w-24.svelte-crpbi5{width:6rem}@media print{body{background:#fff!important;color:#000!important}.no-print.svelte-crpbi5{display:none!important}.cv-document.svelte-crpbi5{background:#fff!important;box-shadow:none!important;border:none!important;border-radius:0!important;color:#000!important}.header.svelte-crpbi5{background:#f8fafc!important;border-bottom:2px solid #e2e8f0!important;padding:2rem 0!important}.header.svelte-crpbi5 h1:where(.svelte-crpbi5){background:none!important;-webkit-text-fill-color:black!important;color:#000!important}.header.svelte-crpbi5 h2:where(.svelte-crpbi5){color:#4f46e5!important}.body.svelte-crpbi5{padding:2rem 0!important}.section-header.svelte-crpbi5,h3.svelte-crpbi5{color:#000!important;border-bottom-color:#e2e8f0!important}p.svelte-crpbi5,.institution.svelte-crpbi5,.dates.svelte-crpbi5{color:#334155!important}.skill-tag.svelte-crpbi5{background:#f1f5f9!important;border-color:#cbd5e1!important;color:#000!important}.timeline-marker.svelte-crpbi5{background:#4f46e5!important;print-color-adjust:exact;-webkit-print-color-adjust:exact}.timeline-marker.svelte-crpbi5:after{background:#e2e8f0!important}.btn.svelte-crpbi5,.glass-panel.svelte-crpbi5{box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}}main.svelte-1n46o8q{flex:1;display:flex;justify-content:center;align-items:center;width:100%;height:100dvh;padding:1rem;overflow:hidden}.chat-container.svelte-1n46o8q,.cv-container.svelte-1n46o8q{width:100%;max-width:800px;height:90vh;display:flex;animation:fadeIn .6s ease-out forwards}.cv-container.svelte-1n46o8q{max-width:1000px}@media(max-width:768px){.chat-container.svelte-1n46o8q,.cv-container.svelte-1n46o8q{height:100dvh;max-width:100%}main.svelte-1n46o8q{padding:0}.glass-panel{border-radius:0!important;border-left:none!important;border-right:none!important}}
