@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap";:root{--bg-primary:#f8fafc;--bg-secondary:#fff;--bg-tertiary:#f1f5f9;--text-primary:#0f172a;--text-secondary:#475569;--text-tertiary:#94a3b8;--accent-primary:#4f46e5;--accent-secondary:#6366f1;--accent-hover:#4338ca;--danger:#ef4444;--success:#10b981;--border-color:#e2e8f0;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem}[data-theme=dark]{--bg-primary:#0f172a;--bg-secondary:#1e293b;--bg-tertiary:#334155;--text-primary:#f8fafc;--text-secondary:#cbd5e1;--text-tertiary:#94a3b8;--accent-primary:#6366f1;--accent-secondary:#818cf8;--accent-hover:#4f46e5;--border-color:#334155;--shadow-sm:0 1px 2px 0 #0000004d;--shadow-md:0 4px 6px -1px #0000004d, 0 2px 4px -2px #0000004d;--shadow-lg:0 10px 15px -3px #0000004d, 0 4px 6px -4px #0000004d}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh;font-family:Inter,sans-serif;line-height:1.5;transition:background-color .3s,color .3s}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-family:Outfit,sans-serif}a{color:var(--accent-primary);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-hover)}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:1rem}input,textarea,select{font-family:inherit;font-size:1rem}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{border-radius:var(--radius-md);justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-primary{background:var(--accent-primary);color:#fff;box-shadow:0 4px 6px -1px #4f46e54d}.btn-primary:hover{background:var(--accent-hover);color:#fff;transform:translateY(-1px);box-shadow:0 6px 8px -1px #4f46e566}.btn-secondary{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover{background:var(--bg-secondary);border-color:var(--text-tertiary)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:#dc2626}.glass-panel{background:var(--bg-secondary);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}.card-affective{cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.card-affective:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-color:var(--accent-primary)!important}.bg-cv-pattern{opacity:.6;z-index:0;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg width='120' height='160' viewBox='0 0 120 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%234f46e5' fill-opacity='0.05'%3E%3Cpath d='M10 10h40v50H10V10zm5 5h30v10H15V15zm0 15h30v5H15V30zm0 10h20v5H15V40zm50-30h30v5H65V10zm0 10h30v5H65V20zm0 10h20v5H65V30zM10 70h80v40H10V70zm5 5h70v10H15V75zm0 15h50v5H15V90z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-size:240px 320px;position:absolute;inset:0}.bg-pattern-grid{background-image:radial-gradient(var(--border-color) 1.5px, transparent 1.5px);opacity:.3;z-index:0;pointer-events:none;background-size:40px 40px;height:100vh;position:absolute;top:0;left:0;right:0}.bg-blob{filter:blur(100px);opacity:.12;z-index:0;pointer-events:none;border-radius:50%;width:600px;height:600px;position:absolute}.blob-1{background:var(--accent-primary);animation:25s infinite alternate float1;top:-150px;right:-150px}.blob-2{background:var(--success);width:700px;height:700px;animation:30s infinite alternate float2;bottom:-150px;left:-200px}.blob-3{background:#f59e0b;width:400px;height:400px;animation:18s infinite alternate-reverse float1;top:30%;right:10%}@keyframes float1{0%{transform:translate(0)rotate(0)}to{transform:translate(100px,50px)rotate(30deg)}}@keyframes float2{0%{transform:translate(0)scale(1)}to{transform:translate(-50px,-100px)scale(1.1)}}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.input-group{flex-direction:column;gap:.375rem;margin-bottom:1rem;display:flex}.input-group label{color:var(--text-secondary);font-size:.875rem;font-weight:500}.input-group input,.input-group textarea{border-radius:var(--radius-md);border:1px solid var(--border-color);background-color:var(--bg-primary);color:var(--text-primary);padding:.625rem .75rem;transition:border-color .2s,box-shadow .2s}.input-group input:focus,.input-group textarea:focus{border-color:var(--accent-primary);outline:none;box-shadow:0 0 0 3px #4f46e533}.app-layout{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1;padding:2rem 0}.navbar{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);z-index:100;height:70px;position:sticky;top:0}.navbar .container{justify-content:space-between;align-items:center;height:100%;display:flex}.logo{color:var(--accent-primary);align-items:center;gap:.5rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700;display:flex}.nav-links{align-items:center;gap:1.5rem;display:flex}.hero{text-align:center;background:radial-gradient(circle,#4f46e51a 0%,#0000 70%);padding:5rem 1rem}.hero h1{background:linear-gradient(135deg, var(--text-primary) 0%, var(--accent-primary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.2}.hero p{color:var(--text-secondary);max-width:600px;margin:0 auto 2.5rem;font-size:1.25rem}@media (width<=768px){.hero h1{font-size:2.5rem}.hero p{font-size:1.1rem}}.auth-container{justify-content:center;align-items:center;min-height:calc(100vh - 70px);padding:2rem 1rem;display:flex}.auth-card{width:100%;max-width:400px;padding:2.5rem}.auth-card h2{text-align:center;margin-bottom:.5rem;font-size:1.75rem}.auth-card p.subtitle{text-align:center;color:var(--text-secondary);margin-bottom:2rem}.error-message{color:var(--danger);border-radius:var(--radius-md);background:#ef44441a;margin-bottom:1rem;padding:.75rem;font-size:.875rem}.dashboard-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.resume-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.resume-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-lg);flex-direction:column;padding:1.5rem;transition:all .3s;display:flex}.resume-card:hover{box-shadow:var(--shadow-lg);border-color:var(--accent-primary);transform:translateY(-4px)}.resume-card-header{flex:1;margin-bottom:1rem}.resume-card h3{margin-bottom:.25rem}.resume-card p{color:var(--text-secondary);font-size:.875rem}.resume-card-actions{gap:.5rem;margin-top:1rem;display:flex}.builder-layout{background:var(--bg-primary);grid-template-columns:1fr 1fr;gap:2rem;height:calc(100vh - 70px);padding:1.5rem;display:grid;overflow:hidden}@media (width<=1024px){.builder-layout{grid-template-columns:1fr;overflow:auto}}.builder-panel{background:var(--bg-secondary);border-radius:var(--radius-lg);border:1px solid var(--border-color);box-shadow:var(--shadow-md);flex-direction:column;display:flex;overflow:hidden}.panel-header{border-bottom:1px solid var(--border-color);background:var(--bg-primary);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.panel-content{flex:1;padding:1.5rem;overflow-y:auto}.section-card{border:1px solid var(--border-color);border-radius:var(--radius-md);margin-bottom:1rem}.section-header{background:var(--bg-tertiary);cursor:pointer;justify-content:space-between;align-items:center;padding:1rem;font-weight:600;display:flex}.section-body{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:1.5rem}.list-item{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-primary);margin-bottom:1rem;padding:1rem;position:relative}.remove-btn{color:var(--danger);border-radius:var(--radius-md);padding:.25rem;position:absolute;top:.5rem;right:.5rem}.remove-btn:hover{background:#ef44441a}.preview-container{background:var(--bg-tertiary);justify-content:center;padding:2rem;display:flex;overflow-x:auto}.a4-page{width:210mm;min-height:297mm;box-shadow:var(--shadow-lg);color:#000;background:#fff;padding:20mm;position:relative}.resume-preview{color:#333;font-family:Inter,sans-serif}.template-professional .resume-header{text-align:center;border-bottom:2px solid #333;margin-bottom:1.5rem;padding-bottom:1rem}.template-professional .resume-header h1{color:#111;margin-bottom:.5rem;font-size:2.5rem}.template-professional .resume-contact{color:#555;justify-content:center;gap:1rem;font-size:.9rem;display:flex}.template-professional .resume-section{margin-bottom:1.5rem}.template-professional .resume-section h2{color:#111;text-transform:uppercase;border-bottom:1px solid #ccc;margin-bottom:1rem;padding-bottom:.25rem;font-size:1.25rem}.template-professional .item-title{font-size:1.1rem;font-weight:700}.template-professional .item-subtitle{color:#555;justify-content:space-between;font-style:italic;display:flex}.template-modern{gap:2rem;display:flex}.template-modern .left-col{background:#f4f4f4;border-radius:8px;width:35%;padding:1.5rem}.template-modern .right-col{width:65%}.template-modern h1{color:var(--accent-primary);margin-bottom:.5rem;font-size:2.2rem}.template-modern h2{color:#333;border-bottom:2px solid var(--accent-primary);margin-bottom:1rem;padding-bottom:.2rem;font-size:1.2rem;display:inline-block}@media print{body{background:#fff}.a4-page{box-shadow:none;padding:0}.design-theme-dark .a4-page{-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#1e293b}}.design-theme-classic .a4-page{font-family:Georgia,serif}.design-theme-classic .template-professional .resume-header{border-bottom:4px double #000}.design-theme-classic .template-modern h1,.design-theme-classic .template-modern h2{color:#000!important;border-color:#000!important}.design-theme-classic .template-professional h1{color:#000}.design-theme-vibrant .a4-page{color:#1e3a8a}.design-theme-vibrant .template-professional .resume-header{border-bottom:3px solid #db2777}.design-theme-vibrant .template-professional h1,.design-theme-vibrant .template-professional .resume-section h2{color:#db2777}.design-theme-vibrant .template-modern .left-col{background:#fdf2f8}.design-theme-vibrant .template-modern h1{color:#db2777!important}.design-theme-vibrant .template-modern h2{color:#9d174d!important;border-color:#db2777!important}.design-theme-dark .a4-page{color:#e2e8f0;background:#1e293b}.design-theme-dark .resume-preview{color:#cbd5e1}.design-theme-dark .template-professional .resume-header,.design-theme-dark .template-professional .resume-section h2{border-bottom-color:#475569}.design-theme-dark .template-professional h1,.design-theme-dark .template-professional .resume-section h2{color:#f8fafc}.design-theme-dark .template-professional .item-subtitle,.design-theme-dark .template-professional .resume-contact{color:#94a3b8}.design-theme-dark .template-modern .left-col{background:#0f172a}.design-theme-dark .template-modern h1{color:#818cf8!important}.design-theme-dark .template-modern h2{color:#f8fafc!important;border-bottom-color:#818cf8!important}.design-theme-dark p,.design-theme-dark span,.design-theme-dark div{color:inherit}.design-theme-minimalist .a4-page{color:#1a1a1a;padding:15mm;font-family:Helvetica,sans-serif}.design-theme-minimalist .resume-header{text-align:left;border-bottom:1px solid #eee}.design-theme-minimalist h2{color:#333;letter-spacing:2px;font-weight:300;border-bottom:none!important}.design-theme-elegant .a4-page{color:#2c3e50;font-family:Palatino,serif}.design-theme-elegant .resume-header{border-bottom:2px solid #bdc3c7}.design-theme-elegant h1{color:#34495e;font-family:Georgia,serif}.design-theme-elegant .item-title{color:#2980b9}.design-theme-professional_blue .a4-page{color:#1e293b}.design-theme-professional_blue .resume-header{color:#fff;background:#1e3a8a;margin:-20mm -20mm 1.5rem;padding:2rem}.design-theme-professional_blue .resume-header h1,.design-theme-professional_blue .resume-contact,.design-theme-professional_blue .resume-contact span{color:#fff!important}.design-theme-professional_blue h2{color:#1e3a8a;border-bottom-color:#1e3a8a}.design-theme-modern_green .a4-page{color:#064e3b}.design-theme-modern_green .resume-header{border-left:8px solid #10b981;padding-left:1.5rem}.design-theme-modern_green h1,.design-theme-modern_green h2{color:#047857}.design-theme-modern_green .item-title{color:#059669}.design-theme-compact .a4-page{padding:10mm;font-size:.85rem}.design-theme-compact .resume-section{margin-bottom:.75rem}.design-theme-compact h1{font-size:1.75rem}.design-theme-compact h2{margin-bottom:.5rem;font-size:1rem}.design-theme-creative .a4-page{background:linear-gradient(90deg,#f8fafc 30%,#fff 30%)}.design-theme-creative .resume-header{text-align:right}.design-theme-creative h1{color:#8b5cf6;font-size:3rem}.design-theme-creative h2{color:#8b5cf6;border-bottom:2px dashed #c084fc}.design-theme-creative .template-modern .left-col{background:#f5f3ff}.design-theme-premium_gold .a4-page{color:#1a1a1a;border-top:10px solid #d4af37}.design-theme-premium_gold h1,.design-theme-premium_gold h2{color:#b8860b}.design-theme-premium_gold .resume-section h2{border-bottom:2px solid #d4af37}.design-theme-dark_charcoal .a4-page{color:#e0e0e0;background:#121212}.design-theme-dark_charcoal h1{color:#fff}.design-theme-dark_charcoal h2{color:#10b981;border-bottom-color:#333}.design-theme-dark_charcoal .resume-header{border-bottom-color:#333}.design-theme-corporate_navy .a4-page{background:#fff;border-left:25px solid #1e3a8a}.design-theme-corporate_navy h1,.design-theme-corporate_navy h2{color:#1e3a8a}.design-theme-soft_pastel .a4-page{background:#fafafa}.design-theme-soft_pastel h1{color:#f472b6}.design-theme-soft_pastel h2{color:#60a5fa;border-bottom:2px solid #e5e7eb}.design-theme-soft_pastel .item-title{color:#34d399}.design-theme-geometric_accent .a4-page:before{content:"";clip-path:polygon(100% 0,0 0,100% 100%);opacity:.1;background:#4f46e5;width:150px;height:150px;position:absolute;top:0;right:0}.design-theme-geometric_accent h1{color:#4f46e5}.design-theme-bold_sidebar .a4-page{background:linear-gradient(90deg,#334155 35%,#fff 35%)}.design-theme-bold_sidebar .left-col{color:#fff}.design-theme-bold_sidebar .left-col *{color:#fff!important}.design-theme-bold_sidebar h1{color:#f8fafc}.design-theme-infographic_lite .resume-section h2{background:#f1f5f9;border:none;border-radius:4px;padding:.5rem 1rem}.design-theme-classic_serif .a4-page{font-family:Times New Roman,serif;line-height:1.4}.design-theme-high_impact .a4-page{border:5px solid #ef4444}.design-theme-high_impact h1{text-transform:uppercase;color:#ef4444;font-weight:900}.design-theme-executive_chic .a4-page{background:#fdfdfd;font-family:Outfit,sans-serif}.design-theme-executive_chic .resume-header{border-bottom:1px solid #000;padding-bottom:2rem}
