@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary-navy: #1B3B5F;--accent-blue: #6A9BD1;--accent-teal: #65C9B3;--accent-green: #9CCC65;--accent-yellow: #F4C45E;--accent-red: #E57373;--bg-color: #F9FAFB;--text-main: #1B3B5F;--text-secondary: #64748B;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);--radius-md: 8px;--radius-full: 9999px;--bottom-tab-height: 64px;--mobile-safe-area-bottom: env(safe-area-inset-bottom, 0px)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background-color:var(--bg-color);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3{font-weight:700;color:var(--primary-navy)}button{cursor:pointer;font-family:inherit}@media(max-width:768px){button,.nav-item,.action-btn{min-height:44px}button:active,.nav-item:active{transform:scale(.97);opacity:.9}input,textarea,select{font-size:16px!important}}.app-container{max-width:1400px;margin:0 auto;padding:0;min-height:100vh;display:flex;flex-direction:column;gap:0;font-family:Inter,sans-serif}.app-header{display:flex;align-items:center;justify-content:space-between;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(226,232,240,.8);border-radius:16px;padding:0 1.25rem;height:65px;box-shadow:0 4px 20px #0000000a;position:sticky;top:1rem;z-index:100;margin:1rem 2rem 0}.header-brand{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.5rem;border-radius:10px;transition:all .2s}.header-brand:hover{background:#f8fafc}.brand-logo{width:36px;height:36px}.brand-logo svg{width:100%;height:100%}.brand-name{font-size:1.25rem;font-weight:700;background:linear-gradient(135deg,#8b5cf6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.main-nav{display:flex;align-items:center;gap:.25rem;background:#f8fafc;padding:.35rem;border-radius:12px}.nav-item{display:flex;align-items:center;gap:.4rem;padding:.6rem 1rem;border:none;background:transparent;border-radius:8px;font-size:.85rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s;white-space:nowrap}.nav-item:hover{color:#1e293b;background:#fffc}.nav-item.active{background:#fff;color:#2563eb;box-shadow:0 2px 8px #0000000f}.nav-item.nav-primary{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff}.nav-item.nav-primary:hover{background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff}.nav-item.nav-primary.active{background:linear-gradient(135deg,#1d4ed8,#2563eb);box-shadow:0 4px 12px #2563eb4d}.nav-icon{font-size:1rem}.nav-label{font-size:.85rem}.nav-dropdown{position:relative}.nav-dropdown .dropdown-menu{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:.5rem;min-width:180px;box-shadow:0 10px 40px #0000001f;opacity:0;visibility:hidden;transition:all .2s ease;z-index:200}.nav-dropdown:hover .dropdown-menu{opacity:1;visibility:visible}.dropdown-menu button{display:flex;align-items:center;gap:.5rem;width:100%;padding:.65rem .85rem;border:none;background:transparent;border-radius:8px;font-size:.85rem;color:#475569;cursor:pointer;transition:all .15s;text-align:left}.dropdown-menu button:hover{background:#f8fafc;color:#1e293b}.dropdown-menu button.active{background:#eff6ff;color:#2563eb}.dropdown-divider{height:1px;background:#e2e8f0;margin:.5rem 0}.header-actions{display:flex;align-items:center;gap:.5rem}.action-btn-header{display:flex;align-items:center;justify-content:center;border:none;border-radius:10px;cursor:pointer;transition:all .2s;font-size:1rem}.action-btn-header.add{padding:.5rem 1rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:.85rem;font-weight:600}.action-btn-header.add:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px)}.action-btn-header.export,.action-btn-header.lang,.action-btn-header.exit{width:40px;height:40px;background:#f8fafc;border:1px solid #e2e8f0}.action-btn-header.export:hover{background:#ecfdf5;border-color:#10b981}.action-btn-header.lang:hover{background:#f0f9ff;border-color:#3b82f6}.action-btn-header.exit{color:#94a3b8}.action-btn-header.exit:hover{background:#fef2f2;border-color:#f87171;color:#ef4444}header h1{display:none}.add-btn-main{background:var(--accent-blue);color:#fff;padding:.75rem 1.5rem;border-radius:var(--radius-full);font-weight:600;border:none;cursor:pointer;box-shadow:0 4px 6px -1px #2563eb33;transition:all .2s;font-size:1rem;display:flex;align-items:center;gap:.5rem}.add-btn-main:hover{background:var(--primary-navy);transform:translateY(-2px);box-shadow:0 10px 15px -3px #2563eb4d}.settings-btn{background:#fff;color:var(--text-secondary);border:1px solid #e2e8f0;padding:.75rem 1.2rem;border-radius:var(--radius-full);font-weight:600;cursor:pointer;font-size:.95rem;transition:all .2s;display:flex;align-items:center;gap:.5rem}.settings-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:var(--primary-navy);transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.main-grid{display:grid;grid-template-columns:320px 1fr;gap:3rem;width:100%;padding:1.5rem 2rem 2rem}.sidebar{display:flex;flex-direction:column;gap:1.5rem}.panel-container{background:#fff;border-radius:var(--radius-md);padding:1.5rem;border:1px solid #e2e8f0}.panel-container h3{margin:0 0 .75rem;font-size:1.1rem;color:var(--primary-navy)}.panel-container p{margin:0 0 .75rem;font-size:.9rem;color:#64748b;line-height:1.5}.panel-desc{color:#64748b}.panel-hint{font-size:.8rem!important;color:#94a3b8!important;font-style:italic}.content-area{display:flex;flex-direction:column;gap:4rem;min-width:0}.theme-options{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.theme-btn{padding:.5rem;border:1px solid #E2E8F0;border-radius:6px;background:#fff;cursor:pointer;font-size:.9rem;color:var(--text-secondary);transition:all .2s}.theme-btn:hover{border-color:var(--accent-blue);color:var(--accent-blue)}.theme-btn.active{background:#eff6ff;border-color:var(--accent-blue);color:var(--accent-blue);font-weight:600}.visualizer-container{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:1rem;overflow:hidden;border:1px solid #E2E8F0;min-height:400px;transition:all .3s ease;-webkit-print-color-adjust:exact;print-color-adjust:exact;background-color:#fff;background-size:cover;background-position:center;background-blend-mode:overlay;display:flex;align-items:center;justify-content:center}.theme-clean{background:#fff;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.theme-dots{background-color:#f8fafc;background-image:radial-gradient(#cbd5e1 1px,transparent 1px);background-size:20px 20px}.theme-grid{background-color:#fff;background-image:linear-gradient(#e2e8f0 1px,transparent 1px),linear-gradient(90deg,#e2e8f0 1px,transparent 1px);background-size:40px 40px}.theme-gradient{background:linear-gradient(135deg,#f0f9ff,#e0f2fe)}.theme-paper{background-color:#fdfbf7;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.105 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%2394a3b8' fill-opacity='0.08' fill-rule='evenodd'/%3E%3C/svg%3E")}.theme-corporate{background-color:#f8fafc;background-image:linear-gradient(#ffffffd9,#ffffffd9),url(/assets/corporate_skyline_bg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.theme-global{background-color:#f8fafc;background-image:linear-gradient(#ffffffd9,#ffffffd9),url(/assets/corporate_office_bg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}main{flex:1;width:100%}.placeholder-text{text-align:center;color:var(--text-secondary);font-style:italic;padding:2rem}.jobs-list-compact{background:transparent;box-shadow:none;padding:0}.jobs-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;background:#fff;padding:1.5rem 2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.header-left{display:flex;align-items:center;gap:3rem}h1{font-size:1.5rem;font-weight:800;color:var(--primary-navy);letter-spacing:-.02em;margin:0}.view-nav{display:flex;gap:.5rem;background:#f1f5f9;padding:.35rem;border-radius:10px;align-items:center}.nav-group{display:flex;gap:.25rem;align-items:center}.nav-group-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;padding:0 .5rem;margin-right:.25rem}.nav-separator{width:1px;height:24px;background:#cbd5e1;margin:0 .5rem}.nav-btn{border:none;background:transparent;padding:.5rem .85rem;border-radius:6px;font-size:.8rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s;white-space:nowrap}.nav-btn:hover{color:var(--primary-navy)}.nav-btn.active{background:#fff;color:var(--accent-blue);box-shadow:0 1px 2px #0000000d}.jobs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.job-card-item{background:#fff;border-radius:var(--radius-md);box-shadow:0 2px 4px #00000005,0 1px 2px #0000000a;padding:1.25rem;border:1px solid #F1F5F9;border-left:4px solid var(--accent-blue);transition:all .2s ease;display:flex;flex-direction:column;justify-content:space-between;gap:1rem;position:relative;top:0}.job-card-item:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000006;border-color:#e2e8f0}.job-card-meta{font-size:.75rem;color:var(--text-secondary);font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.job-card-meta:before{content:"";display:inline-block;width:6px;height:6px;background:var(--accent-blue);border-radius:50%}.job-card-title{font-size:1.1rem;font-weight:700;color:var(--primary-navy);margin-bottom:.25rem;line-height:1.3}.job-card-company{font-size:.95rem;color:var(--text-main);font-weight:500}.job-card-desc{font-size:.85rem;color:#64748b;margin-top:.5rem;line-height:1.5}.job-card-item.education-card{border-left-color:#10b981}.job-card-item.cert-card{border-left-color:#f59e0b}.job-card-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:auto;padding-top:1rem;border-top:1px solid #F8FAFC}.action-btn{display:flex;align-items:center;gap:.4rem;padding:.4rem .8rem;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s;border:1px solid transparent}.action-btn.edit{background:#eff6ff;color:var(--accent-blue)}.action-btn.edit:hover{background:#dbeafe;border-color:#bfdbfe;color:#1e40af}.action-btn.delete{background:#fef2f2;color:#ef4444}.action-btn.delete:hover{background:#fee2e2;border-color:#fecaca;color:#b91c1c}@media(max-width:900px){.main-grid{grid-template-columns:1fr}}@media(max-width:768px){.app-header{display:none!important}.app-container.is-mobile{padding-bottom:calc(var(--bottom-tab-height) + var(--mobile-safe-area-bottom) + 1rem)}.main-grid{grid-template-columns:1fr;padding:1rem;gap:1rem;margin-top:0}.sidebar{display:none}.content-area{gap:1.5rem}}.timeline-container{--primary-navy: #1B3B5F;--accent-blue: #6A9BD1;--accent-teal: #65C9B3;--accent-green: #9CCC65;--accent-yellow: #F4C45E;--accent-red: #E57373;--bg-color: #F9FAFB;--text-main: #1B3B5F;--text-secondary: #64748B;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--radius-md: 8px;--radius-full: 9999px;width:100%;overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--accent-blue) #f1f1f1}.timeline-content{position:relative;padding-top:80px;padding-bottom:2rem;transform-origin:top left}.timeline-axis{position:absolute;top:60px;left:0;width:100%;height:4px;background-color:var(--primary-navy);border-radius:var(--radius-full);z-index:1}.axis-bubble-wrapper{position:absolute;top:25px;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;z-index:2}.axis-bubble{width:80px;height:80px;background-color:#fff;border:3px solid var(--accent-blue);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;color:var(--primary-navy);font-size:1.6rem;box-shadow:0 4px 6px #0000001a;transition:transform .2s}.axis-bubble-wrapper:nth-child(3n+1) .axis-bubble{border-color:var(--accent-blue)}.axis-bubble-wrapper:nth-child(3n+2) .axis-bubble{border-color:var(--accent-green)}.axis-bubble-wrapper:nth-child(3n+3) .axis-bubble{border-color:var(--accent-red)}.axis-tick-wrapper{position:absolute;top:55px;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;z-index:2}.axis-tick{width:3px;height:18px;background-color:var(--primary-navy)}.tick-label{margin-top:8px;font-weight:800;font-size:1.4rem;color:var(--primary-navy)}.timeline-tracks{position:relative;margin-top:40px;min-height:200px}.timeline-item{position:absolute;display:flex;flex-direction:column;-webkit-user-select:none;user-select:none}.timeline-item.draggable{cursor:grab}.timeline-item.draggable:hover{box-shadow:0 8px 25px #3b82f64d;z-index:10}.timeline-item.draggable:hover .job-card{border:2px dashed #3b82f6}.timeline-item.dragging{cursor:grabbing;box-shadow:0 15px 40px #3b82f666;z-index:100!important;opacity:.95}.timeline-item.dragging .job-card{border:2px solid #3b82f6;background:#f0f9ff}.drop-line{position:absolute;left:0;top:calc(-1 * var(--drop-line-height));height:var(--drop-line-height);width:2px;border-left:2px dashed var(--accent-blue);opacity:.6;z-index:0}.duration-bar{position:relative;height:6px;background-color:var(--primary-navy);margin-top:0;display:flex;align-items:center;margin-bottom:12px}.bar-start-marker,.bar-end-marker{width:10px;height:10px;background-color:var(--primary-navy);border-radius:50%;position:absolute}.bar-start-marker{left:0;height:14px;width:3px;top:-4px;border-radius:0}.bar-end-marker{right:0;height:14px;width:3px;top:-4px;border-radius:0}.job-card{padding-left:0;width:100%;min-width:280px;position:relative}.job-title{font-size:1.9rem;color:var(--text-main);margin-bottom:8px;white-space:normal;font-weight:800;letter-spacing:-.02em;text-shadow:0 1px 0 rgba(255,255,255,.8)}.job-company{font-size:1.5rem;color:var(--text-secondary);font-weight:600;white-space:normal;margin-bottom:.35rem}.job-dates{font-size:1.1rem;color:var(--accent-blue);font-weight:700;margin-bottom:.6rem;opacity:.9}.job-description{font-size:1.4rem;color:var(--text-main);line-height:1.5;white-space:normal;max-width:none;overflow:visible;opacity:.8}.timeline-item:nth-child(odd) .drop-line{border-color:var(--accent-blue)}.timeline-item:nth-child(2n) .drop-line{border-color:var(--accent-teal)}.grid-layout{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.grid-card{background:#fff;padding:1.5rem;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border-top:4px solid var(--accent-blue);transition:transform .2s}.grid-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.grid-date{display:block;font-size:.95rem;color:var(--text-secondary);margin:.5rem 0;font-weight:500}.grid-card h4{font-size:1.2rem;margin-bottom:.25rem}.list-layout{display:flex;flex-direction:column;gap:1rem;max-width:800px;margin:0 auto}.list-item{display:flex;gap:2rem;padding-bottom:1rem;border-bottom:1px solid #E2E8F0}.list-date{min-width:130px;font-weight:700;color:var(--primary-navy);font-size:1.1rem}.list-content h4{font-size:1.25rem;margin-bottom:.25rem}.vertical-timeline{position:relative;max-width:800px;margin:0 auto;padding-left:2rem;border-left:3px solid #E2E8F0}.vertical-item{position:relative;margin-bottom:2rem;padding-left:2rem}.v-marker{position:absolute;left:-2.6rem;top:5px;width:20px;height:20px;background:#fff;border:3px solid var(--accent-blue);border-radius:50%}.v-date{font-size:.95rem;font-weight:700;color:var(--text-secondary);margin-bottom:.25rem}.v-content{background:#fff;padding:1.25rem;border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.v-content h4{font-size:1.2rem}.timeline-container.minimal .timeline-axis{height:2px}@media(max-width:768px){.timeline-wrapper{padding:1rem;padding-bottom:calc(var(--bottom-tab-height) + 2rem)}.timeline-container{min-height:auto}.grid-layout{grid-template-columns:1fr;gap:1rem}.grid-card{padding:1rem}.grid-card h4{font-size:1rem}.list-layout{max-width:100%}.list-item{flex-direction:column;padding:1rem}.job-card{padding:1rem}.job-title{font-size:1rem}.company-name{font-size:.85rem}}.education-timeline-container{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;overflow:hidden;padding-top:0}.edu-page-section{width:100%;padding:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;box-sizing:border-box;position:relative}.page-break{page-break-before:always;margin-top:4rem;border-top:2px dashed #e2e8f0;padding-top:4rem}.edu-scale-wrapper{transform-origin:top left;display:flex;justify-content:flex-start;align-items:flex-start}.edu-horizontal-track{position:relative;display:flex;align-items:flex-start;justify-content:flex-start;padding-top:50px;padding-bottom:20px;margin-bottom:1rem;width:max-content}.edu-horizontal-track:before{content:"";position:absolute;top:46px;left:0;width:100%;height:4px;background:#e2e8f0;border-radius:2px;z-index:0}.edu-item-node{position:relative;z-index:1;margin-right:3rem;width:280px;flex-shrink:0}.edu-item-node:last-child{margin-right:0}.edu-dot{width:16px;height:16px;background:#fff;border:4px solid var(--accent-blue, #2563eb);border-radius:50%;margin-bottom:1rem;box-shadow:0 0 0 4px #fffc}.edu-item-node.course .edu-dot{border-color:#f59e0b}.edu-year-label{position:absolute;top:-30px;left:0;font-weight:700;font-size:.9rem;color:#64748b}.edu-card-content{background:#fff;border:1px solid #f1f5f9;padding:1rem;border-radius:8px;box-shadow:0 4px 6px -1px #0000000d;border-left:4px solid var(--accent-blue, #2563eb)}.edu-item-node.course .edu-card-content{border-left-color:#f59e0b}.edu-degree{font-size:1rem;font-weight:700;color:#1e293b;margin:0 0 .25rem;line-height:1.3}.edu-school{font-size:.9rem;color:#475569;margin:0 0 .5rem;font-weight:500}.edu-desc{font-size:.8rem;color:#64748b;line-height:1.4;margin:0}@media print{.page-break{margin-top:0;border-top:none;padding-top:0;page-break-before:always}.edu-page-section{min-height:100vh;break-inside:avoid}}@media(max-width:768px){.edu-container{padding:1rem;padding-bottom:calc(var(--bottom-tab-height) + 2rem)}.edu-header{padding:1rem;margin-bottom:1rem}.edu-header h2{font-size:1.35rem}.edu-grid{grid-template-columns:1fr;gap:1rem}.edu-card{padding:1rem}.edu-card-header h3{font-size:1rem}.edu-card-date{font-size:.8rem}.education-timeline-container{overflow-x:auto;-webkit-overflow-scrolling:touch;padding:1rem}.edu-scale-wrapper{transform:scale(.8);transform-origin:top left}.edu-item-node{width:220px;margin-right:2rem}.edu-degree{font-size:.9rem}.edu-school{font-size:.8rem}.edu-desc{font-size:.75rem}.edu-card-content{padding:.75rem}}.job-form{background:#fff;padding:1.5rem;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);max-width:600px;margin:0 auto;border:1px solid #F1F5F9}.form-title{margin-bottom:1.5rem;color:var(--primary-navy);font-size:1.1rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #F1F5F9;padding-bottom:.5rem}.form-section{margin-bottom:1.5rem}.section-label{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;color:var(--text-secondary);margin-bottom:.75rem;letter-spacing:.05em}.form-row{display:flex;gap:1rem}.form-row .form-group{flex:1}.date-row{display:flex;gap:1.5rem}.date-group{flex:1;display:flex;flex-direction:column;gap:.25rem}.date-label{font-size:.75rem;color:var(--text-secondary);font-weight:500}.date-inputs{display:flex;gap:.5rem}.month-select,.year-input{flex:1;min-width:80px}.details-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}input,textarea,select{width:100%;padding:.6rem .75rem;border:1px solid #E2E8F0;border-radius:6px;font-family:inherit;font-size:.9rem;background-color:#f8fafc;transition:all .2s;color:var(--text-main)}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--accent-blue);background-color:#fff;box-shadow:0 0 0 2px #6a9bd11a}input::placeholder{color:#94a3b8}.form-actions{display:flex;gap:1rem;margin-top:2rem}.add-btn{flex:2;padding:.75rem;background-color:var(--primary-navy);color:#fff;border:none;border-radius:6px;font-weight:600;font-size:.95rem;transition:opacity .2s}.add-btn:hover{opacity:.9}.cancel-btn{flex:1;padding:.75rem;background-color:#fff;color:var(--text-secondary);border:1px solid #E2E8F0;border-radius:6px;font-weight:500;font-size:.95rem;transition:all .2s}.cancel-btn:hover{background-color:#f1f5f9;color:var(--text-main)}@media(max-width:600px){.date-row{flex-direction:column;gap:1rem}.details-grid{grid-template-columns:1fr;gap:.75rem}}@media(max-width:768px){.job-form{padding:0;border:none;box-shadow:none;background:transparent;max-width:100%}.form-row{flex-direction:column;gap:.75rem}.date-row{flex-direction:column;gap:1rem}.details-grid{grid-template-columns:1fr}input,textarea,select{padding:.875rem 1rem;font-size:16px;border-radius:10px}.form-actions{position:sticky;bottom:0;background:#fff;margin:1.5rem -1.25rem -1rem;padding:1rem 1.25rem;border-top:1px solid #e2e8f0;gap:.75rem}.add-btn,.cancel-btn{padding:1rem;border-radius:10px;font-size:1rem}.skill-tag{padding:.5rem .75rem;font-size:.9rem}.remove-skill-btn{font-size:1.25rem;padding:.25rem}}.skills-container{display:flex;flex-direction:column;gap:.75rem}.skills-list{display:flex;flex-wrap:wrap;gap:.5rem;min-height:2rem}.skill-tag{display:inline-flex;align-items:center;gap:.4rem;background-color:#e0f2fe;color:#0369a1;padding:.3rem .6rem;border-radius:999px;font-size:.85rem;font-weight:500}.remove-skill-btn{background:none;border:none;color:#0369a1;font-size:1.1rem;cursor:pointer;line-height:1;padding:0;opacity:.7;display:flex;align-items:center}.remove-skill-btn:hover{opacity:1;color:#dc2626}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease-out}.modal-content{background-color:#fefefe;margin:auto;padding:0;border:1px solid #888;width:90%;max-width:600px;border-radius:8px;position:relative;display:flex;flex-direction:column;max-height:90vh;animation:modalSlideIn .3s ease-out}.modal-content.wide{width:98vw!important;max-width:98vw!important;height:95vh!important;max-height:95vh!important}.modal-header{padding:1.5rem;border-bottom:1px solid #E2E8F0;display:flex;align-items:center;justify-content:space-between;background:#f8fafc;border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg)}.modal-header h2{margin:0;font-size:1.5rem;color:var(--primary-navy)}.modal-close-btn{background:none;border:none;font-size:2rem;line-height:1;color:#94a3b8;cursor:pointer;transition:color .2s}.modal-close-btn:hover{color:var(--accent-red)}.modal-body{padding:2rem;overflow-y:auto;flex:1;min-height:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:768px){.modal-overlay{align-items:flex-end;padding:0}.modal-content{width:100%!important;max-width:100%!important;height:95vh!important;max-height:95vh!important;margin:0;border-radius:20px 20px 0 0;border:none;animation:modalSlideUp .3s ease-out}.modal-content.wide{height:100vh!important;max-height:100vh!important;border-radius:0}.modal-header{padding:1rem 1.25rem;border-radius:20px 20px 0 0;position:sticky;top:0;z-index:10}.modal-header h2{font-size:1.15rem}.modal-close-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border-radius:50%;font-size:1.5rem}.modal-body{padding:1rem 1.25rem;padding-bottom:calc(1rem + var(--mobile-safe-area-bottom))}@keyframes modalSlideUp{0%{transform:translateY(100%);opacity:1}to{transform:translateY(0);opacity:1}}}.design-panel{background:#fff;padding:1.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid rgba(226,232,240,.8);display:flex;flex-direction:column;gap:2rem}.design-panel h3{margin:0;font-size:1.25rem;color:var(--primary-navy);font-weight:800;letter-spacing:-.02em;padding-bottom:1rem;border-bottom:1px solid #F1F5F9}.panel-section label{display:block;font-size:.7rem;font-weight:700;text-transform:uppercase;color:var(--text-secondary);margin-bottom:.8rem;letter-spacing:.08em}.theme-grid-selector{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.theme-btn{padding:.75rem;border:1px solid #E2E8F0;border-radius:8px;background:#f8fafc;color:var(--text-secondary);font-size:.85rem;cursor:pointer;transition:all .2s;font-weight:500}.theme-btn:hover{background:#fff;border-color:var(--accent-blue);color:var(--primary-navy);transform:translateY(-1px)}.theme-btn.active{background:#eff6ff;border-color:var(--accent-blue);color:var(--accent-blue);box-shadow:0 2px 4px #2563eb1a;font-weight:600}.layout-grid{display:grid;grid-template-columns:1fr;gap:.75rem}.layout-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;border:2px solid transparent;border-radius:12px;background:#f8fafc;color:var(--text-main);transition:all .25s cubic-bezier(.25,.8,.25,1);cursor:pointer;text-align:center;position:relative;overflow:hidden}.layout-btn:hover{background:#fff;box-shadow:0 4px 12px #0000000d;transform:translateY(-2px);border-color:#cbd5e1}.layout-btn.active{background:#eff6ff;border-color:var(--accent-blue);color:var(--accent-blue);box-shadow:0 4px 12px #2563eb26;font-weight:600}.layout-icon{font-size:1.75rem;margin-bottom:.4rem;opacity:.7;transition:opacity .2s}.layout-btn.active .layout-icon{opacity:1;transform:scale(1.1)}.layout-label{font-size:.8rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.toggle-row{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#f8fafc;border-radius:8px;cursor:pointer;transition:background .2s}.toggle-row:hover{background:#f1f5f9}.switch{display:inline-block;width:44px;height:24px;position:relative}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#cbd5e1;transition:.3s;border-radius:34px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s cubic-bezier(.34,1.56,.64,1);border-radius:50%;box-shadow:0 2px 4px #0000001a}input:checked+.slider{background-color:var(--success-green)}input:checked+.slider:before{transform:translate(20px)}.export-actions{display:flex;flex-direction:column;gap:.75rem}.export-btn{width:100%;padding:.9rem;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;border:none;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.export-btn.primary{background:var(--primary-navy);color:#fff;box-shadow:0 4px 6px #0f172a33}.export-btn.primary:hover{background:#1e293b;transform:translateY(-2px);box-shadow:0 8px 12px #0f172a40}.export-btn.secondary{background:#fff;border:2px solid #E2E8F0;color:var(--text-main)}.export-btn.secondary:hover{border-color:#cbd5e1;background:#f8fafc;color:var(--primary-navy)}.range-control{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:#475569;gap:.5rem}.range-control .range-label{flex:0 0 100px;font-weight:500}.range-control input[type=range]{flex:1;accent-color:var(--primary-navy);height:4px}.range-control .range-value{flex:0 0 40px;text-align:right;font-size:.75rem;color:var(--accent-blue);font-weight:600}.auto-optimize-btn{width:100%;padding:1rem 1.25rem;border:none;border-radius:12px;background:linear-gradient(135deg,#8b5cf6,#06b6d4);color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 4px 15px #8b5cf659}.auto-optimize-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #8b5cf673}.auto-optimize-btn:active{transform:translateY(-1px)}.auto-optimize-btn .optimize-icon{font-size:1.25rem;animation:sparkle 2s ease-in-out infinite}@keyframes sparkle{0%,to{transform:scale(1) rotate(0)}25%{transform:scale(1.2) rotate(-10deg)}50%{transform:scale(1) rotate(0)}75%{transform:scale(1.2) rotate(10deg)}}.optimize-hint{margin:.75rem 0 0;font-size:.7rem;color:#64748b;line-height:1.4;text-align:center}.reset-positions-btn{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;background:#fff;color:#475569;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.reset-positions-btn:hover{border-color:#f97316;color:#f97316;background:#fff7ed}.viz-toolbar{display:flex;justify-content:flex-end;gap:1rem;padding:1rem;margin-bottom:1rem;border-bottom:1px solid #e2e8f0;position:sticky;top:0;background:#f8fafc;z-index:100;box-shadow:0 2px 4px #0000000d}.viz-btn{background:#fff;border:1px solid #cbd5e1;padding:.5rem 1rem;border-radius:6px;font-size:.85rem;font-weight:600;color:#475569;cursor:pointer;transition:all .2s;font-family:Inter,sans-serif;box-shadow:0 1px 2px #0000000d}.viz-btn:hover{background:#f1f5f9;border-color:#94a3b8;color:#0f172a;transform:translateY(-1px)}.skill-viz-wrapper{width:100%;min-height:100%;display:flex;flex-direction:column;padding:0;background:#f8fafc}.skill-cloud-wrapper{flex:1;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 4px 6px -1px #0000000d;margin:0 1rem 2rem}.skill-cloud-header{margin-bottom:2rem;text-align:center}.skill-cloud-header h2{font-family:Outfit,sans-serif;color:#1e3a8a;margin:0;font-size:2rem}.skill-cloud-header p{color:#64748b;margin-top:.5rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.15em;font-weight:700}.category-section{margin-bottom:3rem;break-inside:avoid}.category-header{border-left:5px solid #ccc;padding-left:1rem;margin-bottom:1.5rem}.category-header h3{margin:0;font-family:Outfit,sans-serif;font-size:1.5rem;text-transform:uppercase;letter-spacing:.05em}.skill-masonry{column-count:4;column-gap:1.5rem}.skill-card{break-inside:avoid;background:#fff;border-radius:12px;padding:1rem;margin-bottom:1.5rem;border:1px solid var(--border-color, #e2e8f0);box-shadow:0 4px 6px -1px #0000000d;transition:transform .2s ease,box-shadow .2s ease}.skill-card:hover{transform:translateY(-3px);box-shadow:0 10px 15px -3px #0000001a}.skill-card-header{display:flex;justify-content:space-between;align-items:center;background:var(--bg-color, #f1f5f9);padding:.5rem .75rem;border-radius:8px;margin-bottom:1rem;border-left:4px solid var(--text-color, #64748b)}.skill-name{font-family:Outfit,sans-serif;font-weight:700;color:var(--text-color, #334155);font-size:1rem}.skill-count{background:#fff;color:var(--text-color);font-size:.75rem;padding:2px 8px;border-radius:12px;font-weight:800;opacity:.8}.skill-job-list{display:flex;flex-direction:column;gap:.5rem;padding-left:.5rem}.skill-job-item{font-family:Inter,sans-serif;font-size:.85rem;color:#475569;line-height:1.4}@media(max-width:1200px){.skill-masonry{column-count:3}}@media(max-width:900px){.skill-masonry{column-count:2}}@media(max-width:600px){.skill-masonry{column-count:1}}.add-skill-btn-viz{background:#0f172a;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;font-family:Inter,sans-serif;transition:all .2s;display:flex;align-items:center;gap:.5rem}.add-skill-btn-viz:hover{background:#1e293b;transform:translateY(-1px)}.viz-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.viz-modal{background:#fff;width:90%;max-width:500px;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;max-height:85vh;animation:vizModalFadeIn .2s ease-out}@keyframes vizModalFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.viz-modal-header{padding:1.5rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.viz-modal-header h3{margin:0;font-family:Outfit,sans-serif;color:#1e293b;font-size:1.25rem}.viz-modal-close{background:none;border:none;font-size:1.5rem;color:#94a3b8;cursor:pointer;line-height:1}.viz-modal-close:hover{color:#ef4444}.viz-modal-body{padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem}.viz-form-group{display:flex;flex-direction:column;gap:.5rem}.viz-form-group label{font-size:.9rem;font-weight:600;color:#475569}.viz-form-group input[type=text]{padding:.75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:1rem;font-family:Inter,sans-serif}.viz-form-group input[type=text]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.viz-job-list-select{display:flex;flex-direction:column;gap:.5rem;max-height:200px;overflow-y:auto;border:1px solid #e2e8f0;border-radius:6px;padding:.5rem;background:#f8fafc}.viz-job-checkbox{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:6px;cursor:pointer;transition:all .15s ease;border:1px solid transparent;-webkit-user-select:none;user-select:none}.viz-job-checkbox:hover{background:#e2e8f0}.viz-job-checkbox.selected{background:#dbeafe;border-color:#3b82f6}.viz-checkbox-icon{font-size:1.2rem;color:#94a3b8;flex-shrink:0}.viz-job-checkbox.selected .viz-checkbox-icon{color:#3b82f6}.viz-job-label{font-size:.9rem;color:#334155;pointer-events:none}.viz-modal-footer{padding:1.5rem;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;gap:1rem;background:#f8fafc;border-radius:0 0 12px 12px}.viz-btn-cancel{background:#fff;border:1px solid #cbd5e1;color:#475569;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;font-family:Inter,sans-serif}.viz-btn-cancel:hover{background:#f1f5f9}.viz-btn-save{background:#3b82f6;border:none;color:#fff;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;font-family:Inter,sans-serif;transition:background .2s}.viz-btn-save:hover{background:#2563eb}.viz-btn-save:disabled{background:#94a3b8;cursor:not-allowed;opacity:.7}.ai-redistribute-btn{background:linear-gradient(135deg,#8b5cf6,#06b6d4);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;font-family:Inter,sans-serif;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;box-shadow:0 2px 8px #8b5cf64d}.ai-redistribute-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #8b5cf666}.ai-redistribute-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.ai-redistribute-btn.loading{animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.info-badge{background:#e0f2fe;color:#0369a1;padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600;font-family:Inter,sans-serif}.skill-card.clickable{cursor:pointer;position:relative}.skill-card.clickable:hover{border-color:#3b82f6;box-shadow:0 10px 20px -3px #3b82f633}.skill-card.clickable:hover .skill-card-edit-hint{opacity:1}.skill-card-edit-hint{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#3b82f6e6);color:#fff;text-align:center;padding:1.5rem .5rem .5rem;font-size:.75rem;font-weight:600;opacity:0;transition:opacity .2s ease;border-radius:0 0 12px 12px}.viz-modal-footer.edit-footer{justify-content:space-between}.viz-modal-footer-right{display:flex;gap:1rem}.viz-btn-delete{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;font-family:Inter,sans-serif;transition:all .2s}.viz-btn-delete:hover{background:#fee2e2;border-color:#fca5a5}.mapper-container{padding:1rem;height:100%;display:flex;flex-direction:column;background:#f8fafc}.mapper-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.mapper-header h3{margin:0;color:#1e293b;font-size:1.25rem}.mapper-desc{color:#64748b;margin-top:-.5rem;margin-bottom:1.5rem;font-size:.9rem}.mapper-actions{display:flex;gap:.5rem}.mapper-btn{padding:.5rem 1rem;border-radius:6px;border:none;cursor:pointer;font-weight:600}.mapper-btn.save{background:#2563eb;color:#fff}.mapper-btn.cancel{background:#e2e8f0;color:#475569}.mapper-columns{display:flex;gap:1rem;flex:1;overflow-x:auto;padding-bottom:1rem}.mapper-col{flex:1;min-width:200px;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;border-top:4px solid #ccc;display:flex;flex-direction:column;height:100%}.mapper-col h4{padding:1rem;margin:0;border-bottom:1px solid #f1f5f9;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;background:#fcfcfc;border-radius:4px 4px 0 0}.mapper-list{flex:1;overflow-y:auto;padding:.5rem;background:#f8fafc}.mapper-item{background:#fff;padding:.5rem .75rem;margin-bottom:.5rem;border-radius:6px;border:1px solid #e2e8f0;font-size:.85rem;color:#334155;cursor:grab;transition:transform .1s,box-shadow .1s}.mapper-item:hover{border-color:#cbd5e1;box-shadow:0 2px 4px #0000000d}.mapper-item:active{cursor:grabbing;transform:scale(.98)}@media(max-width:768px){.mapper-container{padding:.75rem}.mapper-header{flex-direction:column;align-items:flex-start;gap:.75rem}.mapper-header h3{font-size:1.1rem}.mapper-desc{font-size:.85rem;margin-bottom:1rem}.mapper-actions{width:100%}.mapper-btn{flex:1;padding:.75rem}.mapper-columns{flex-direction:column;gap:.75rem;overflow-x:visible;overflow-y:auto}.mapper-col{min-width:100%;max-height:250px}.mapper-col h4{padding:.75rem;font-size:.8rem}.mapper-item{padding:.6rem;font-size:.8rem}}.vp-container{width:100%;height:100%;padding:2rem;overflow-y:auto;background:#f8fafc}.vp-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;background:#fff;padding:1.5rem 2rem;border-radius:12px;box-shadow:0 2px 8px #0000000d}.vp-header-text h1{margin:0;font-size:1.75rem;color:#1e293b;font-family:Outfit,sans-serif}.vp-header-text p{margin:.25rem 0 0;color:#64748b;font-size:.9rem}.vp-header-actions{display:flex;gap:1rem}.vp-btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}.vp-btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #6366f14d}.vp-btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.vp-btn-secondary{background:#fff;color:#475569;border:1px solid #e2e8f0;padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.vp-btn-secondary:hover{background:#f1f5f9;border-color:#cbd5e1}.vp-empty{background:#fff;border-radius:16px;padding:4rem 2rem;text-align:center;box-shadow:0 2px 8px #0000000d}.vp-empty-icon{font-size:4rem;margin-bottom:1rem}.vp-empty h3{margin:0;font-size:1.25rem;color:#1e293b}.vp-empty p{margin:.5rem 0 1.5rem;color:#64748b}.vp-empty-actions{display:flex;gap:1rem;justify-content:center}.vp-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.vp-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000d;border-left:4px solid #6366f1;transition:all .2s;display:flex;flex-direction:column;gap:1rem}.vp-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.vp-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.vp-card-header h3{margin:0;font-size:1.1rem;color:#1e293b;flex:1}.vp-company-badge{background:#eff6ff;color:#3b82f6;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;white-space:nowrap}.vp-need{background:#fef3c7;padding:.75rem;border-radius:6px;font-size:.85rem;color:#92400e;border-left:3px solid #f59e0b}.vp-need strong{color:#78350f}.vp-content{font-size:.9rem;color:#475569;line-height:1.6;flex:1}.vp-card-actions{display:flex;gap:.5rem;padding-top:.5rem;border-top:1px solid #f1f5f9}.vp-action-btn{background:none;border:1px solid #e2e8f0;padding:.4rem .8rem;border-radius:6px;font-size:.8rem;cursor:pointer;transition:all .15s}.vp-action-btn.edit{color:#6366f1}.vp-action-btn.edit:hover{background:#eff6ff;border-color:#6366f1}.vp-action-btn.delete{color:#ef4444}.vp-action-btn.delete:hover{background:#fef2f2;border-color:#ef4444}.vp-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center}.vp-modal{background:#fff;border-radius:16px;width:90%;max-width:500px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 50px #0003;animation:vpModalIn .2s ease-out}.vp-modal-large{max-width:900px}@keyframes vpModalIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.vp-modal-header{padding:1.5rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:flex-start}.vp-modal-header h2{margin:0;font-size:1.25rem;color:#1e293b}.vp-modal-subtitle{margin:.25rem 0 0;font-size:.85rem;color:#64748b}.vp-modal-close{background:none;border:none;font-size:1.5rem;color:#94a3b8;cursor:pointer;line-height:1;padding:0}.vp-modal-close:hover{color:#ef4444}.vp-modal-body{padding:1.5rem;overflow-y:auto;flex:1}.vp-modal-footer{padding:1rem 1.5rem;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;gap:1rem;background:#f8fafc;border-radius:0 0 16px 16px}.vp-form-group{margin-bottom:1.25rem}.vp-form-group label{display:block;font-weight:600;font-size:.85rem;color:#475569;margin-bottom:.5rem}.vp-form-group input,.vp-form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem;font-family:inherit;transition:all .2s}.vp-form-group input:focus,.vp-form-group textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.vp-form-group textarea{resize:vertical;line-height:1.5}.vp-ai-input-section{display:flex;gap:2rem}.vp-ai-form{flex:1}.vp-ai-stats{width:200px;flex-shrink:0;background:#f8fafc;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.vp-ai-stats h4{margin:0;font-size:.85rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.vp-stats-grid{display:flex;flex-direction:column;gap:.75rem}.vp-stat-box{background:#fff;padding:.75rem;border-radius:8px;text-align:center;box-shadow:0 1px 3px #0000000d}.vp-stat-num{display:block;font-size:1.5rem;font-weight:800;color:#1e293b;line-height:1}.vp-stat-label{display:block;font-size:.7rem;color:#64748b;margin-top:4px;text-transform:uppercase}.vp-btn-ai-generate{background:linear-gradient(135deg,#8b5cf6,#06b6d4);color:#fff;border:none;padding:1rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:auto;display:flex;align-items:center;justify-content:center;gap:.5rem}.vp-btn-ai-generate:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #8b5cf64d}.vp-btn-ai-generate:disabled{opacity:.6;cursor:not-allowed;transform:none}.vp-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:vpSpin .8s linear infinite}@keyframes vpSpin{to{transform:rotate(360deg)}}.vp-ai-results h3{margin:0 0 1rem;font-size:1rem;color:#1e293b}.vp-ai-results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.vp-ai-result-card{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:1.25rem;cursor:pointer;transition:all .2s;position:relative}.vp-ai-result-card:hover{border-color:#cbd5e1}.vp-ai-result-card.selected{background:#eff6ff;border-color:#6366f1}.vp-ai-result-checkbox{position:absolute;top:.75rem;right:.75rem;font-size:1.25rem;color:#94a3b8}.vp-ai-result-card.selected .vp-ai-result-checkbox{color:#6366f1}.vp-ai-result-card h4{margin:0 0 .5rem;font-size:.95rem;color:#1e293b;padding-right:1.5rem}.vp-ai-result-need{font-size:.8rem;color:#f59e0b;margin-bottom:.5rem;font-weight:500}.vp-ai-result-card p{margin:0;font-size:.85rem;color:#64748b;line-height:1.5}@media(max-width:768px){.vp-header{flex-direction:column;gap:1rem;align-items:stretch}.vp-header-actions{flex-direction:column}.vp-grid{grid-template-columns:1fr}.vp-ai-input-section{flex-direction:column}.vp-ai-stats{width:100%}.vp-stats-grid{flex-direction:row}.vp-stat-box{flex:1}.vp-ai-results-grid{grid-template-columns:1fr}}.proj-page{width:100%;padding:2rem;overflow-y:auto;background:#f8fafc}.proj-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.proj-header h2{margin:0;font-size:1.25rem;color:#1e293b;font-weight:700}.proj-count{color:#94a3b8;font-size:.9rem}.proj-add-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.6rem 1.2rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.proj-add-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.proj-empty{background:#fff;border-radius:12px;padding:3rem 2rem;text-align:center;box-shadow:0 2px 8px #0000000d}.proj-empty-icon{font-size:3rem;margin-bottom:1rem}.proj-empty h3{margin:0;font-size:1.1rem;color:#1e293b}.proj-empty p{margin:.5rem 0 1.5rem;color:#64748b;font-size:.9rem}.proj-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem}.proj-card{background:#fff;border-radius:12px;box-shadow:0 2px 4px #00000005,0 1px 2px #0000000a;padding:1.25rem;border:1px solid #F1F5F9;border-left:4px solid #10b981;transition:all .2s ease;display:flex;flex-direction:column}.proj-card:hover{transform:translateY(-3px);box-shadow:0 8px 16px -3px #00000014;border-color:#e2e8f0}.proj-card-top{margin-bottom:.75rem}.proj-card-meta{font-size:.75rem;color:#64748b;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.4rem;display:flex;align-items:center;gap:.5rem}.proj-card-meta:before{content:"";display:inline-block;width:6px;height:6px;background:#10b981;border-radius:50%}.proj-card-title{font-size:1.1rem;font-weight:700;color:#1e293b;margin:0 0 .25rem;line-height:1.3}.proj-card-role{font-size:.9rem;color:#475569;font-weight:500}.proj-card-desc{font-size:.85rem;color:#64748b;line-height:1.5;margin:0 0 .75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.proj-card-techs{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.75rem}.proj-tech-chip{background:#f1f5f9;color:#475569;padding:.2rem .5rem;border-radius:4px;font-size:.7rem;font-weight:500}.proj-tech-chip.more{background:#e2e8f0;color:#64748b}.proj-card-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:auto;padding-top:.75rem;border-top:1px solid #F8FAFC}.proj-action-btn{display:flex;align-items:center;gap:.3rem;padding:.4rem .7rem;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s;border:1px solid transparent}.proj-action-btn.edit{background:#eff6ff;color:#3b82f6}.proj-action-btn.edit:hover{background:#dbeafe;border-color:#bfdbfe}.proj-action-btn.delete{background:#fef2f2;color:#ef4444}.proj-action-btn.delete:hover{background:#fee2e2;border-color:#fecaca}.proj-action-btn:disabled{opacity:.5;cursor:not-allowed}.proj-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center}.proj-modal{background:#fff;border-radius:16px;width:90%;max-width:550px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 50px #0003;animation:projModalIn .2s ease-out}@keyframes projModalIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.proj-modal-header{padding:1.25rem 1.5rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.proj-modal-header h2{margin:0;font-size:1.15rem;color:#1e293b}.proj-modal-close{background:none;border:none;font-size:1.5rem;color:#94a3b8;cursor:pointer;line-height:1}.proj-modal-close:hover{color:#ef4444}.proj-modal-body{padding:1.25rem 1.5rem;overflow-y:auto;flex:1}.proj-modal-footer{padding:1rem 1.5rem;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;gap:.75rem;background:#f8fafc;border-radius:0 0 16px 16px}.proj-form-row{display:flex;gap:1rem}.proj-form-row .proj-form-group{flex:1}.proj-form-group{margin-bottom:1rem}.proj-form-group label{display:block;font-weight:600;font-size:.8rem;color:#475569;margin-bottom:.4rem}.proj-form-group input,.proj-form-group textarea{width:100%;padding:.65rem .9rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem;font-family:inherit;transition:all .2s}.proj-form-group input:focus,.proj-form-group textarea:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.proj-form-group textarea{resize:vertical;line-height:1.5}.proj-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.5rem}.proj-tag{background:#f1f5f9;color:#475569;padding:.25rem .5rem;border-radius:6px;font-size:.8rem;display:flex;align-items:center;gap:.3rem}.proj-tag.highlight{background:#ecfdf5;color:#059669}.proj-tag button{background:none;border:none;color:inherit;opacity:.6;cursor:pointer;padding:0;font-size:.9rem;line-height:1}.proj-tag button:hover{opacity:1;color:#ef4444}.proj-btn-primary{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.65rem 1.25rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.proj-btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.proj-btn-secondary{background:#fff;color:#475569;border:1px solid #e2e8f0;padding:.65rem 1.25rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.proj-btn-secondary:hover{background:#f1f5f9;border-color:#cbd5e1}@media(max-width:768px){.proj-page{padding:1rem;padding-bottom:calc(var(--bottom-tab-height) + 2rem)}.proj-header{flex-direction:column;gap:1rem;align-items:flex-start}.proj-add-btn{width:100%;text-align:center}.proj-grid{grid-template-columns:1fr}.proj-form-row{flex-direction:column;gap:0}.proj-modal-overlay{align-items:flex-end}.proj-modal{width:100%;max-width:100%;max-height:95vh;border-radius:20px 20px 0 0}.proj-form-group input,.proj-form-group textarea{font-size:16px}}.settings-page-container{display:flex;height:calc(100vh - 4rem);background:#f8fafc;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0}.settings-sidebar{width:280px;background:#fff;border-right:1px solid #e2e8f0;padding:2rem;display:flex;flex-direction:column;gap:1rem}.settings-sidebar h2{font-size:1.5rem;color:#1e293b;margin-bottom:1rem}.settings-nav-btn{text-align:left;padding:1rem;border:none;background:transparent;border-radius:8px;color:#64748b;font-weight:600;cursor:pointer;transition:all .2s;font-size:1rem}.settings-nav-btn:hover{background:#f1f5f9;color:#334155}.settings-nav-btn.active{background:#eff6ff;color:#3b82f6}.back-btn{margin-top:auto;padding:.75rem;border:1px solid #e2e8f0;background:#fff;border-radius:6px;cursor:pointer;color:#64748b;font-weight:500}.back-btn:hover{background:#f8fafc;color:#334155}.settings-content{flex:1;padding:3rem;overflow-y:auto;background:#fff}.section-header{margin-bottom:2rem;border-bottom:1px solid #e2e8f0;padding-bottom:1rem}.section-header h3{font-size:1.5rem;color:#1e293b;margin-bottom:.5rem}.section-header p{color:#64748b}.prompt-editor-container{display:flex;flex-direction:column;gap:1rem}.prompt-label{font-weight:600;color:#334155}.prompt-textarea{width:100%;min-height:400px;padding:1.5rem;border:1px solid #cbd5e1;border-radius:8px;font-family:JetBrains Mono,Fira Code,monospace;font-size:.95rem;line-height:1.6;color:#334155;background:#f8fafc;resize:vertical}.prompt-textarea:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.prompt-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}.save-btn{background:#22c55e;color:#fff;border:none;padding:.75rem 2rem;border-radius:6px;font-weight:600;cursor:pointer;transition:background .2s}.save-btn:hover{background:#16a34a}.reset-btn{background:#fff;color:#64748b;border:1px solid #e2e8f0;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer}.reset-btn:hover{background:#f1f5f9;color:#ef4444;border-color:#fee2e2}.info-box{margin-top:3rem;background:#eff6ff;padding:1.5rem;border-radius:8px;border-left:4px solid #3b82f6}.info-box h4{margin:0 0 .5rem;color:#1e40af}.info-box ul{margin:0;padding-left:1.2rem;color:#1e3a8a}.info-box li{margin-bottom:.25rem}@media(max-width:768px){.settings-page-container{flex-direction:column;height:auto;min-height:calc(100vh - 4rem)}.settings-sidebar{width:100%;padding:1rem;border-right:none;border-bottom:1px solid #e2e8f0;flex-direction:row;flex-wrap:wrap;gap:.5rem}.settings-sidebar h2{width:100%;font-size:1.25rem;margin-bottom:.5rem}.settings-nav-btn{padding:.75rem 1rem;font-size:.9rem;flex:1;min-width:120px;text-align:center}.back-btn{width:100%;margin-top:.5rem}.settings-content{padding:1.5rem 1rem;padding-bottom:calc(1.5rem + 80px)}.section-header h3{font-size:1.25rem}.prompt-textarea{min-height:250px;font-size:.9rem;padding:1rem}.prompt-actions{flex-direction:column}.save-btn,.reset-btn{width:100%;padding:1rem}.info-box{margin-top:2rem;padding:1rem}}.profile-form{display:flex;flex-direction:column;gap:1rem}.form-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem}.form-section-title{font-size:1rem;font-weight:700;color:#1e293b;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0}.form-group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:.75rem}.form-group:last-child{margin-bottom:0}.form-group label{font-weight:600;color:#475569;font-size:.85rem}.form-group input,.form-group textarea{padding:.7rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.95rem;font-family:inherit;transition:all .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:.75rem}.form-row .form-group{margin-bottom:0}.image-input-container{display:flex;gap:.5rem;align-items:center}.image-input-container input[type=text]{flex:1}.file-input-hidden{display:none}.upload-btn-label{padding:.7rem 1rem;background:#e2e8f0;color:#475569;border-radius:8px;cursor:pointer;font-weight:500;white-space:nowrap;transition:background .2s;font-size:.85rem}.upload-btn-label:hover{background:#cbd5e1}.remove-image-btn{background:#fee2e2;color:#ef4444;border:none;width:36px;height:36px;border-radius:8px;cursor:pointer;font-weight:700;display:flex;align-items:center;justify-content:center;font-size:1rem}.remove-image-btn:hover{background:#fecaca}.image-preview-mini{width:50px;height:50px;border-radius:50%;overflow:hidden;border:2px solid #e2e8f0;margin-top:.5rem}.image-preview-mini img{width:100%;height:100%;object-fit:cover}.image-url-hint{color:#64748b;font-size:.75rem;margin-top:.25rem;display:block}.image-url-hint a{color:#3b82f6;text-decoration:none}.image-url-hint a:hover{text-decoration:underline}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.btn-save{padding:.8rem 2rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-save:hover{background:#1d4ed8}.btn-save.saved{background:#10b981;transform:scale(1.05);animation:savedPulse .5s ease}@keyframes savedPulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1.05)}}.btn-cancel{padding:.8rem 1.5rem;background:transparent;color:#64748b;border:1px solid #cbd5e1;border-radius:8px;font-weight:500;cursor:pointer}.btn-cancel:hover{background:#f8fafc;color:#475569}.language-input-row{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.lang-name-input{flex:2;min-width:140px}.lang-name-select{flex:2;padding:.7rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.85rem;background:#fff;cursor:pointer;min-width:140px}.lang-level-select{padding:.7rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.85rem;background:#fff;cursor:pointer;min-width:120px}.add-lang-btn{padding:.7rem 1rem;background:#10b981;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s;font-size:.85rem}.add-lang-btn:hover{background:#059669}.languages-list-form{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.language-tag{display:flex;align-items:center;gap:.5rem;background:#fff;padding:.4rem .6rem;border-radius:6px;border:1px solid #e2e8f0}.lang-tag-name{font-weight:600;color:#1e293b;font-size:.85rem}.lang-tag-level{font-size:.7rem;color:#64748b;background:#f1f5f9;padding:2px 6px;border-radius:4px}.remove-lang-btn{background:none;border:none;color:#94a3b8;font-size:1rem;cursor:pointer;padding:0;line-height:1}.remove-lang-btn:hover{color:#ef4444}.tag-input-row{display:flex;gap:.5rem;align-items:center}.tag-input-row input{flex:1}.add-tag-btn{padding:.7rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s;font-size:.85rem}.add-tag-btn:hover{background:#2563eb}.add-tag-btn.hobby-btn{background:#8b5cf6}.add-tag-btn.hobby-btn:hover{background:#7c3aed}.add-tag-btn.volunteer-btn{background:#f59e0b}.add-tag-btn.volunteer-btn:hover{background:#d97706}.tags-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.tag-item{display:flex;align-items:center;gap:.5rem;background:#fff;padding:.4rem .6rem;border-radius:6px;border:1px solid #e2e8f0;font-size:.85rem}.tag-item.competency-tag{background:#eff6ff;border-color:#bfdbfe;color:#1e40af}.tag-item.hobby-tag{background:#faf5ff;border-color:#e9d5ff;color:#6b21a8}.tag-item button{background:none;border:none;color:#94a3b8;cursor:pointer;padding:0;font-size:1rem;line-height:1}.tag-item button:hover{color:#ef4444}.volunteer-input-grid{display:grid;grid-template-columns:1fr 1fr 2fr auto;gap:.5rem;align-items:center}.volunteer-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.volunteer-item{display:flex;justify-content:space-between;align-items:flex-start;background:#fff;padding:.6rem .8rem;border-radius:8px;border:1px solid #fde68a;background:#fffbeb}.volunteer-info{flex:1}.volunteer-info strong{color:#92400e;font-size:.9rem}.volunteer-role{color:#78350f;font-size:.85rem}.volunteer-desc{margin:.25rem 0 0;font-size:.8rem;color:#a16207}.remove-volunteer-btn{background:none;border:none;color:#f59e0b;cursor:pointer;padding:.25rem;font-size:1rem;line-height:1}.remove-volunteer-btn:hover{color:#ef4444}@media(max-width:768px){.form-row,.volunteer-input-grid{grid-template-columns:1fr}.profile-form{padding:0}.form-section{padding:1rem;margin-bottom:1rem}.section-header h3{font-size:1rem}.form-group input,.form-group textarea,.form-group select{font-size:16px;padding:.875rem 1rem}.photo-upload-area{padding:1rem}.submit-section{position:sticky;bottom:0;background:#fff;padding:1rem;margin:1rem -1rem -1rem;border-top:1px solid #e2e8f0}.submit-btn{width:100%;padding:1rem;font-size:1rem}}.profile-page-container{padding:2rem;background-color:#f8fafc;min-height:calc(100vh - 80px);display:flex;justify-content:center}.profile-wrapper{width:100%;max-width:800px}.profile-wrapper h2{color:#1e293b;margin-bottom:2rem;font-size:2rem;text-align:center}.profile-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@media(max-width:768px){.profile-page-container{padding:1rem;padding-bottom:calc(var(--bottom-tab-height) + 2rem);min-height:auto}.profile-wrapper{max-width:100%}.profile-wrapper h2{font-size:1.5rem;margin-bottom:1.25rem}.profile-card{padding:1.25rem;border-radius:12px}}.course-timeline-container{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;overflow:hidden;padding:0}.course-scale-wrapper{transform-origin:top left;width:max-content}.course-grid{display:flex;flex-direction:column;gap:40px}.course-row{display:flex;align-items:flex-start;gap:0}.course-node{display:flex;flex-direction:column;align-items:center;width:160px;flex-shrink:0}.course-year{font-size:.85rem;font-weight:700;color:#64748b;margin-bottom:8px}.course-dot{width:14px;height:14px;background:#fff;border:4px solid #f59e0b;border-radius:50%;box-shadow:0 0 0 3px #fffc;z-index:2}.course-card{margin-top:12px;background:#fff;border:1px solid #f1f5f9;padding:.75rem;border-radius:8px;box-shadow:0 2px 4px #0000000d;border-left:3px solid #f59e0b;width:140px;text-align:center}.course-title{font-size:.85rem;font-weight:700;color:#1e293b;margin:0 0 .25rem;line-height:1.2}.course-provider{font-size:.75rem;color:#64748b;margin:0;font-weight:500}.course-h-connector{width:30px;height:4px;background:#e2e8f0;margin-top:30px;flex-shrink:0}@media(max-width:768px){.course-timeline-container{overflow-x:auto;-webkit-overflow-scrolling:touch;padding:1rem}.course-scale-wrapper{transform:scale(.85);transform-origin:top left}.course-grid{gap:24px}.course-node{width:130px}.course-card{width:115px;padding:.6rem}.course-title{font-size:.75rem}.course-provider{font-size:.65rem}.course-h-connector{width:20px}}.mobile-cv-wrapper{display:flex;flex-direction:column;height:calc(100vh - var(--bottom-tab-height) - var(--mobile-safe-area-bottom));background:var(--bg-color);overflow:hidden}.mobile-cv-loading{display:flex;align-items:center;justify-content:center;height:100%;color:var(--text-secondary)}.mobile-cv-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#fff;border-bottom:1px solid rgba(0,0,0,.06)}.mobile-cv-header h2{font-size:1.25rem;font-weight:600;color:var(--primary-navy);margin:0}.mobile-cv-actions{display:flex;gap:.5rem}.mobile-cv-btn{width:40px;height:40px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;font-size:1.25rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.mobile-cv-btn:active{transform:scale(.95);background:#f1f5f9}.mobile-cv-tabs{display:flex;gap:.25rem;padding:.5rem;background:#fff;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.mobile-cv-tabs::-webkit-scrollbar{display:none}.mobile-cv-tab{flex-shrink:0;padding:.5rem 1rem;border-radius:20px;border:none;background:#f1f5f9;color:var(--text-secondary);font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.mobile-cv-tab.active{background:var(--primary-navy);color:#fff}.mobile-cv-scroll-container{flex:1;display:flex;overflow-x:scroll;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1rem;padding:1rem}.mobile-cv-scroll-container::-webkit-scrollbar{display:none}.mobile-cv-card{flex-shrink:0;width:calc(100vw - 2rem);scroll-snap-align:center;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-cv-card-content{padding:1.25rem}.mobile-cv-indicators{display:flex;justify-content:center;gap:8px;padding:.75rem;background:#fff;border-top:1px solid rgba(0,0,0,.06)}.mobile-cv-dot{width:8px;height:8px;border-radius:50%;background:#cbd5e1;cursor:pointer;transition:all .3s ease}.mobile-cv-dot.active{background:var(--primary-navy);transform:scale(1.3)}.mobile-profile-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.mobile-profile-photo{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #e2e8f0}.mobile-profile-info{flex:1}.mobile-profile-name{font-size:1.5rem;font-weight:700;color:var(--primary-navy);margin:0 0 .25rem;line-height:1.2}.mobile-profile-title{font-size:.95rem;color:var(--text-secondary);margin:0}.mobile-section{margin-bottom:1.25rem}.mobile-section h3{font-size:.85rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.mobile-summary-text{font-size:.9rem;color:var(--text-main);line-height:1.6}.mobile-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.mobile-contact-item{font-size:.85rem;color:var(--text-main);padding:.5rem;background:#f8fafc;border-radius:8px}.mobile-tags{display:flex;flex-wrap:wrap;gap:.5rem}.mobile-tag{padding:.35rem .75rem;background:#f1f5f9;border-radius:20px;font-size:.8rem;color:var(--text-main)}.mobile-tag.skill{background:linear-gradient(135deg,#ede9fe,#ddd6fe);color:#6b21a8}.mobile-tag.tech{background:linear-gradient(135deg,#e0f2fe,#bae6fd);color:#0369a1}.mobile-card-title{font-size:1.25rem;font-weight:700;color:var(--primary-navy);margin:0 0 1.25rem}.mobile-timeline{position:relative;padding-left:1.5rem}.mobile-timeline:before{content:"";position:absolute;left:5px;top:8px;bottom:8px;width:2px;background:linear-gradient(to bottom,#6366f1,#8b5cf6);border-radius:2px}.mobile-timeline-item{position:relative;padding-bottom:1.25rem}.mobile-timeline-item:last-child{padding-bottom:0}.mobile-timeline-dot{position:absolute;left:-1.5rem;top:6px;width:12px;height:12px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;border:2px solid white;box-shadow:0 2px 4px #6366f14d}.mobile-timeline-dot.edu{background:linear-gradient(135deg,#10b981,#34d399);box-shadow:0 2px 4px #10b9814d}.mobile-timeline-content{background:#f8fafc;padding:.875rem;border-radius:12px}.mobile-job-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.25rem}.mobile-job-title{font-size:.95rem;font-weight:600;color:var(--primary-navy);margin:0;flex:1}.mobile-job-date{font-size:.75rem;color:var(--text-secondary);white-space:nowrap;background:#fff;padding:.2rem .5rem;border-radius:4px}.mobile-job-company{font-size:.85rem;color:#6366f1;font-weight:500;margin:0 0 .5rem}.mobile-job-desc{font-size:.8rem;color:var(--text-secondary);line-height:1.5;margin:0}.mobile-edu-field{font-size:.8rem;color:var(--text-secondary);margin:0 0 .5rem;font-style:italic}.mobile-job-skills{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.75rem}.mobile-skill-chip{padding:.2rem .5rem;background:#fff;border-radius:4px;font-size:.7rem;color:var(--text-secondary);border:1px solid #e2e8f0}.mobile-skill-chip.more{background:#6366f1;color:#fff;border-color:#6366f1}.mobile-skills-grid{display:flex;flex-direction:column;gap:1.25rem}.mobile-skill-category{background:#f8fafc;padding:1rem;border-radius:12px}.mobile-category-title{font-size:.9rem;font-weight:600;color:var(--primary-navy);margin:0 0 .75rem}.mobile-props-list{display:flex;flex-direction:column;gap:1rem}.mobile-prop-card{background:linear-gradient(135deg,#fef3c7,#fde68a);padding:1rem;border-radius:12px}.mobile-prop-title{font-size:1rem;font-weight:600;color:#92400e;margin:0 0 .5rem}.mobile-prop-company{display:inline-block;padding:.2rem .5rem;background:#fff9;border-radius:4px;font-size:.75rem;color:#92400e;margin-bottom:.5rem}.mobile-prop-need{font-size:.8rem;color:#a16207;margin:0 0 .5rem}.mobile-prop-content{font-size:.85rem;color:#78350f;line-height:1.5;margin:0}.mobile-projects-list{display:flex;flex-direction:column;gap:1rem}.mobile-project-card{background:#f8fafc;padding:1rem;border-radius:12px;border-left:3px solid #6366f1}.mobile-project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.mobile-project-title{font-size:1rem;font-weight:600;color:var(--primary-navy);margin:0}.mobile-project-year{font-size:.75rem;color:var(--text-secondary);background:#fff;padding:.2rem .5rem;border-radius:4px}.mobile-project-desc{font-size:.85rem;color:var(--text-secondary);line-height:1.5;margin:0 0 .75rem}.mobile-project-link{display:inline-flex;align-items:center;gap:.25rem;font-size:.8rem;color:#6366f1;text-decoration:none;margin-top:.5rem}.mobile-project-link:hover{text-decoration:underline}.cv-preview-container{padding:2rem;background:#e2e8f0;min-height:calc(100vh - 80px);display:flex;flex-direction:column;align-items:center;overflow-y:auto}.preview-toolbar{width:100%;max-width:1123px;display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;margin-top:1rem;background:#fff;padding:1rem 2rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a}.toolbar-group{display:flex;align-items:center;gap:2rem}.toolbar-buttons{display:flex;align-items:center;gap:.5rem}.save-buttons-wrapper{position:relative}.save-warning-tooltip{position:absolute;top:calc(100% + 12px);right:0;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #f59e0b;border-radius:12px;padding:1rem 1.25rem;max-width:320px;box-shadow:0 10px 25px #f59e0b40;z-index:100;animation:tooltipFadeIn .3s ease-out}.save-warning-tooltip:before{content:"";position:absolute;top:-8px;right:250px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #f59e0b}.save-warning-tooltip:after{content:"";position:absolute;top:-6px;right:251px;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #fef3c7}.save-warning-tooltip p{margin:0;font-size:.875rem;color:#92400e;line-height:1.5;padding-right:1.5rem}.tooltip-close{position:absolute;top:.5rem;right:.5rem;background:none;border:none;font-size:1.25rem;color:#b45309;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.tooltip-close:hover{background:#b453091a;color:#92400e}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.style-studio{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;padding:20px 24px;margin-bottom:24px;border-radius:0 0 12px 12px;box-shadow:0 4px 12px #0000000d}.style-studio-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #e2e8f0}.style-studio-header h3{margin:0;font-size:1.1rem;font-weight:700;color:#0f172a;letter-spacing:-.02em}.style-studio-hint{font-size:.8rem;color:#64748b;font-style:italic}.style-section{margin-bottom:20px}.style-section:last-child{margin-bottom:0}.style-section-title{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:.85rem;font-weight:600;color:#475569}.section-icon{font-size:1rem}.style-cards{display:flex;gap:12px;flex-wrap:wrap}.style-card{flex:0 0 auto;width:120px;background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:12px;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.style-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);transform:scaleX(0);transition:transform .25s ease}.style-card:hover{border-color:#94a3b8;transform:translateY(-2px);box-shadow:0 8px 25px -5px #0000001a}.style-card:hover:before{transform:scaleX(1)}.style-card.active{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626,0 8px 25px -5px #3b82f633}.style-card.active:before{transform:scaleX(1)}.style-card-preview{height:60px;background:#f8fafc;border-radius:6px;margin-bottom:10px;position:relative;overflow:hidden;display:flex;flex-direction:column;padding:8px;gap:4px}.classic-preview .preview-header{height:12px;background:linear-gradient(90deg,#64748b 60%,transparent 60%);border-radius:2px}.classic-preview .preview-body{flex:1;display:flex;flex-direction:column;gap:3px;margin-top:4px}.modern-preview{flex-direction:row!important;padding:6px}.modern-preview .preview-sidebar{width:25%;background:linear-gradient(180deg,#3b82f6,#1d4ed8);border-radius:3px;margin-right:6px}.modern-preview .preview-main{flex:1;display:flex;flex-direction:column;gap:4px;justify-content:center}.minimal-preview{justify-content:center;background:#fff;border:1px solid #e2e8f0}.minimal-preview .preview-line.thin{height:2px;background:#cbd5e1}.executive-preview .preview-accent{position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#1e3a5f,#3b82f6)}.executive-preview .preview-body{margin-left:8px;flex:1;display:flex;flex-direction:column;gap:4px;justify-content:center}.executive-preview .preview-line.bold{height:6px;background:#1e293b;border-radius:2px}.creative-preview{flex-direction:row!important;align-items:center;justify-content:center;gap:6px;background:linear-gradient(135deg,#fdf2f8,#fce7f3)}.creative-preview .preview-shape{width:16px;height:16px}.creative-preview .preview-shape.circle{background:linear-gradient(135deg,#ec4899,#f43f5e);border-radius:50%}.creative-preview .preview-shape.square{background:linear-gradient(135deg,#8b5cf6,#a855f7);border-radius:3px;transform:rotate(15deg)}.creative-preview .preview-line.gradient{position:absolute;bottom:8px;left:8px;right:8px;height:4px;background:linear-gradient(90deg,#ec4899,#8b5cf6);border-radius:2px}.tech-preview{background:#0f172a;justify-content:center;align-items:center}.tech-preview .preview-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4px;margin-bottom:8px}.tech-preview .grid-dot{width:6px;height:6px;background:#22d3ee;border-radius:50%;opacity:.7}.tech-preview .preview-line.code{width:70%;height:3px;background:linear-gradient(90deg,#22d3ee,#a855f7);border-radius:2px}.preview-line{height:4px;background:#cbd5e1;border-radius:2px}.preview-line.short{width:60%}.style-card-info{text-align:center}.style-card-name{display:block;font-size:.8rem;font-weight:600;color:#1e293b;margin-bottom:2px}.style-card-desc{display:block;font-size:.65rem;color:#64748b;line-height:1.3}.theme-palette{display:flex;gap:10px;flex-wrap:wrap}.theme-swatch{display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;padding:8px;border-radius:10px;border:2px solid transparent;background:#fff;transition:all .2s ease}.theme-swatch:hover{border-color:#94a3b8;transform:scale(1.05)}.theme-swatch.active{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.swatch-colors{display:flex;border-radius:6px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.swatch-color{width:20px;height:28px}.swatch-color:first-child{border-radius:4px 0 0 4px}.swatch-color:last-child{border-radius:0 4px 4px 0}.swatch-name{font-size:.7rem;font-weight:600;color:#475569;text-transform:capitalize}.design-studio-toggle{display:flex;align-items:center;gap:8px;padding:10px 18px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:none;border-radius:10px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #8b5cf64d}.design-studio-toggle:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8b5cf666}.design-studio-toggle.active{background:linear-gradient(135deg,#7c3aed,#6d28d9)}.design-studio-toggle .toggle-arrow{font-size:.7rem;transition:transform .3s ease}.visual-cv-options{display:none}.mode-toggle{display:flex;gap:.5rem;background:#f1f5f9;padding:.25rem;border-radius:8px}.toggle-btn{padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;background:transparent;color:#64748b}.toggle-btn.active{background:#fff;color:#0f172a;box-shadow:0 1px 3px #0000001a}.download-btn{background:#2563eb;color:#fff;padding:.8rem 1.5rem;border-radius:8px;border:none;font-weight:600;cursor:pointer;transition:all .2s}.download-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.download-btn.save-json-btn{background:#10b981;margin-left:.5rem}.download-btn.drive-btn{background:linear-gradient(135deg,#4285f4,#34a853)}.download-btn.drive-btn:hover{background:linear-gradient(135deg,#3b78e7,#2d9a47)}.download-btn.drive-btn.saving{background:#64748b;cursor:wait}.download-btn.drive-btn.success{background:#10b981}.download-btn.drive-btn.error{background:#ef4444}.download-btn.drive-btn.not-logged-in{background:linear-gradient(135deg,#64748b,#475569);border:2px dashed rgba(255,255,255,.3)}.download-btn.drive-btn.not-logged-in:hover{background:linear-gradient(135deg,#4285f4,#34a853);border:2px solid transparent}.cv-page{background:#fff;box-shadow:0 4px 20px #00000026;box-sizing:border-box;margin-bottom:40px;position:relative;page-break-after:always;padding:45px 57px;border:1px solid #cbd5e1}.portrait-page{width:794px!important;min-width:794px!important;max-width:794px!important;height:1123px!important;min-height:1123px!important;max-height:1123px!important;overflow:hidden}.landscape-page{width:1123px!important;min-width:1123px!important;max-width:1123px!important;height:794px!important;min-height:794px!important;max-height:794px!important;display:flex;flex-direction:column;overflow:hidden}.page-footer{position:absolute;bottom:15px;right:40px;font-size:10px;opacity:.5}.page-header-small{margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(0,0,0,.1)}.page-header-small h3{margin:0;font-size:1rem;opacity:.7;text-transform:uppercase;letter-spacing:1px}.cv-preview-content.theme-default .cv-page{background:linear-gradient(135deg,#0f172a,#1e3a5f);color:#e2e8f0}.cv-preview-content.theme-default .profile-name,.cv-preview-content.theme-default .profile-title{color:#f8fafc}.cv-preview-content.theme-default .profile-company span{color:#94a3b8}.cv-preview-content.theme-default .info-card{background:#ffffff14;border-color:#ffffff1f}.cv-preview-content.theme-default .info-card-title{color:#fbbf24;border-bottom-color:#ffffff1a}.cv-preview-content.theme-default .info-item,.cv-preview-content.theme-default .info-card-content{color:#cbd5e1}.cv-preview-content.theme-default .info-icon{background:#fbbf2433;color:#fbbf24}.cv-preview-content.theme-default .profile-summary-section{background:#ffffff0f;border-color:#ffffff1a}.cv-preview-content.theme-default .profile-bio{color:#cbd5e1}.cv-preview-content.theme-default .section-title{color:#fbbf24}.cv-preview-content.theme-default .page-footer{color:#ffffff80}.cv-preview-content.theme-neon .cv-page{background:linear-gradient(145deg,#1a1a2e,#16213e,#0f3460);color:#e2e8f0}.cv-preview-content.theme-neon .profile-name{background:linear-gradient(90deg,#00d9ff,#0f8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cv-preview-content.theme-neon .profile-title{color:#0f8}.cv-preview-content.theme-neon .profile-company span{color:#7c3aed}.cv-preview-content.theme-neon .info-card{background:#00d9ff0d;border:1px solid rgba(0,255,136,.2);box-shadow:0 0 20px #00d9ff1a}.cv-preview-content.theme-neon .info-card-title{color:#0f8;border-bottom-color:#00ff884d}.cv-preview-content.theme-neon .info-item,.cv-preview-content.theme-neon .info-card-content{color:#a5b4fc}.cv-preview-content.theme-neon .info-icon{background:#00ff8826;color:#0f8}.cv-preview-content.theme-neon .profile-summary-section{background:#00d9ff14;border-color:#00d9ff33}.cv-preview-content.theme-neon .profile-bio{color:#c4b5fd}.cv-preview-content.theme-neon .section-title{color:#00d9ff}.cv-preview-content.theme-neon .page-footer{color:#00ff8880}.cv-preview-content.theme-neon .competency-tag,.cv-preview-content.theme-neon .hobby-tag{background:linear-gradient(135deg,#00d9ff,#0f8)}.cv-preview-content.theme-minimal .cv-page{background:#fff;color:#1e293b}.cv-preview-content.theme-minimal .profile-name{color:#0f172a}.cv-preview-content.theme-minimal .profile-title{color:#475569}.cv-preview-content.theme-minimal .profile-company span{color:#64748b}.cv-preview-content.theme-minimal .info-card{background:#f8fafc;border:1px solid #e2e8f0}.cv-preview-content.theme-minimal .info-card-title{color:#334155;border-bottom-color:#e2e8f0}.cv-preview-content.theme-minimal .info-icon{background:#e2e8f0;color:#475569}.cv-preview-content.theme-minimal .section-title{color:#0f172a}.cv-preview-content.theme-minimal .competency-tag{background:#e0e7ef;color:#334155}.cv-preview-content.theme-minimal .hobby-tag{background:#d1d5db;color:#475569}.cv-preview-content.theme-dark .cv-page{background:linear-gradient(180deg,#18181b,#27272a);color:#e4e4e7}.cv-preview-content.theme-dark .profile-name{color:#fafafa}.cv-preview-content.theme-dark .profile-title{color:#a1a1aa}.cv-preview-content.theme-dark .profile-company span{color:#71717a}.cv-preview-content.theme-dark .info-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.cv-preview-content.theme-dark .info-card-title{color:#f4f4f5;border-bottom-color:#ffffff1a}.cv-preview-content.theme-dark .info-item,.cv-preview-content.theme-dark .info-card-content{color:#a1a1aa}.cv-preview-content.theme-dark .info-icon{background:#ffffff1a;color:#d4d4d8}.cv-preview-content.theme-dark .profile-summary-section{background:#ffffff08;border-color:#ffffff14}.cv-preview-content.theme-dark .profile-bio{color:#a1a1aa}.cv-preview-content.theme-dark .section-title{color:#fafafa}.cv-preview-content.theme-dark .page-footer{color:#fff6}.cv-preview-content.theme-dark .competency-tag{background:linear-gradient(135deg,#3f3f46,#52525b)}.cv-preview-content.theme-dark .hobby-tag{background:linear-gradient(135deg,#52525b,#71717a)}.cv-preview-content.theme-ocean .cv-page{background:linear-gradient(180deg,#ecfeff,#cffafe);color:#164e63}.cv-preview-content.theme-ocean .profile-name{color:#0e7490}.cv-preview-content.theme-ocean .profile-title{color:#0891b2}.cv-preview-content.theme-ocean .profile-company span{color:#06b6d4}.cv-preview-content.theme-ocean .info-card{background:#fffc;border:1px solid #a5f3fc}.cv-preview-content.theme-ocean .info-card-title{color:#0e7490;border-bottom-color:#a5f3fc}.cv-preview-content.theme-ocean .info-icon{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff}.cv-preview-content.theme-ocean .profile-summary-section{background:#fff9;border-color:#a5f3fc}.cv-preview-content.theme-ocean .competency-tag{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff}.cv-preview-content.theme-ocean .page-footer{color:#0891b2}.cv-preview-content.theme-forest .cv-page{background:linear-gradient(180deg,#f0fdf4,#dcfce7);color:#166534}.cv-preview-content.theme-forest .profile-name{color:#15803d}.cv-preview-content.theme-forest .profile-title{color:#16a34a}.cv-preview-content.theme-forest .profile-company span{color:#22c55e}.cv-preview-content.theme-forest .info-card{background:#fffc;border:1px solid #bbf7d0}.cv-preview-content.theme-forest .info-card-title{color:#15803d;border-bottom-color:#bbf7d0}.cv-preview-content.theme-forest .info-icon{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.cv-preview-content.theme-forest .profile-summary-section{background:#fff9;border-color:#bbf7d0}.cv-preview-content.theme-forest .competency-tag{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.cv-preview-content.theme-forest .page-footer{color:#16a34a}.cv-preview-content.theme-sunset .cv-page{background:linear-gradient(180deg,#fff7ed,#ffedd5);color:#9a3412}.cv-preview-content.theme-sunset .profile-name{color:#c2410c}.cv-preview-content.theme-sunset .profile-title{color:#ea580c}.cv-preview-content.theme-sunset .profile-company span{color:#f97316}.cv-preview-content.theme-sunset .info-card{background:#fffc;border:1px solid #fed7aa}.cv-preview-content.theme-sunset .info-card-title{color:#c2410c;border-bottom-color:#fed7aa}.cv-preview-content.theme-sunset .info-icon{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff}.cv-preview-content.theme-sunset .profile-summary-section{background:#fff9;border-color:#fed7aa}.cv-preview-content.theme-sunset .competency-tag{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff}.cv-preview-content.theme-sunset .page-footer{color:#ea580c}.cv-preview-content.theme-royal .cv-page{background:linear-gradient(180deg,#f5f3ff,#ede9fe);color:#5b21b6}.cv-preview-content.theme-royal .profile-name{color:#7c3aed}.cv-preview-content.theme-royal .profile-title{color:#8b5cf6}.cv-preview-content.theme-royal .profile-company span{color:#a78bfa}.cv-preview-content.theme-royal .info-card{background:#fffc;border:1px solid #ddd6fe}.cv-preview-content.theme-royal .info-card-title{color:#7c3aed;border-bottom-color:#ddd6fe}.cv-preview-content.theme-royal .info-icon{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.cv-preview-content.theme-royal .profile-summary-section{background:#fff9;border-color:#ddd6fe}.cv-preview-content.theme-royal .competency-tag{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.cv-preview-content.theme-royal .page-footer{color:#8b5cf6}.cv-preview-content.theme-rose .cv-page{background:linear-gradient(180deg,#fdf2f8,#fce7f3);color:#9d174d}.cv-preview-content.theme-rose .profile-name{color:#be185d}.cv-preview-content.theme-rose .profile-title{color:#db2777}.cv-preview-content.theme-rose .profile-company span{color:#ec4899}.cv-preview-content.theme-rose .info-card{background:#fffc;border:1px solid #fbcfe8}.cv-preview-content.theme-rose .info-card-title{color:#be185d;border-bottom-color:#fbcfe8}.cv-preview-content.theme-rose .info-icon{background:linear-gradient(135deg,#ec4899,#db2777);color:#fff}.cv-preview-content.theme-rose .profile-summary-section{background:#fff9;border-color:#fbcfe8}.cv-preview-content.theme-rose .competency-tag{background:linear-gradient(135deg,#ec4899,#db2777);color:#fff}.cv-preview-content.theme-rose .page-footer{color:#db2777}.cv-preview-content.theme-gold .cv-page{background:linear-gradient(180deg,#fefce8,#fef9c3);color:#713f12}.cv-preview-content.theme-gold .profile-name{color:#a16207}.cv-preview-content.theme-gold .profile-title{color:#ca8a04}.cv-preview-content.theme-gold .profile-company span{color:#eab308}.cv-preview-content.theme-gold .info-card{background:#fffc;border:1px solid #fde047}.cv-preview-content.theme-gold .info-card-title{color:#a16207;border-bottom-color:#fde047}.cv-preview-content.theme-gold .info-icon{background:linear-gradient(135deg,#eab308,#ca8a04);color:#fff}.cv-preview-content.theme-gold .profile-summary-section{background:#fff9;border-color:#fde047}.cv-preview-content.theme-gold .competency-tag{background:linear-gradient(135deg,#eab308,#ca8a04);color:#fff}.cv-preview-content.theme-gold .page-footer{color:#ca8a04}.profile-page{background:#fff;padding:24px 32px 40px!important;display:flex;flex-direction:column;gap:0;overflow:hidden}.profile-top-section{display:flex;align-items:center;gap:20px;padding-bottom:14px;margin-bottom:14px;border-bottom:2px solid #e2e8f0;flex-shrink:0}.profile-stats-compact{display:flex;gap:8px;margin-left:auto}.stat-compact{text-align:center;padding:8px 12px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:8px;min-width:55px}.stat-compact .stat-num{display:block;font-size:1.2rem;font-weight:800;color:#1e293b;line-height:1}.stat-compact .stat-lbl{display:block;font-size:.6rem;color:#64748b;margin-top:2px;text-transform:uppercase}.profile-photo-section{flex-shrink:0}.cv-avatar.extra-large{display:inline-block}.cv-avatar.extra-large img{width:90px;height:90px;border-radius:50%;object-fit:cover;border:3px solid white;box-shadow:0 4px 15px #00000026}.cv-avatar-placeholder.extra-large{width:90px;height:90px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;font-size:2.2rem;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #3b82f64d}.profile-header-section{flex:1}.profile-name{font-size:1.8rem;font-weight:800;color:#1e293b;margin:0;line-height:1.1;letter-spacing:-.02em}.profile-title{font-size:1rem;font-weight:400;color:#3b82f6;margin:2px 0 0}.profile-company{font-size:.85rem;color:#64748b;margin-top:2px}.profile-middle-section{display:flex;gap:16px;align-items:stretch;flex-shrink:0}.profile-section-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#334155;margin:0 0 8px;padding-bottom:6px;border-bottom:2px solid #e2e8f0}.profile-contact-section{background:#f8fafc;padding:12px 16px;border-radius:10px;border:1px solid #e2e8f0;width:240px;flex-shrink:0}.contact-items{display:flex;flex-direction:column;gap:6px}.contact-item{display:flex;align-items:center;gap:8px;font-size:.8rem;color:#475569}.contact-icon{width:20px;height:20px;background:#e2e8f0;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:.7rem;color:#475569;flex-shrink:0}.profile-bio-section{background:#f8fafc;padding:12px 16px;border-radius:10px;border:1px solid #e2e8f0;flex:1}.profile-bio{margin:0;font-size:.85rem;line-height:1.5;color:#475569}.profile-bottom-section{display:flex;gap:16px;align-items:stretch;flex:1;min-height:0;overflow:hidden}.profile-bottom-left{width:240px;flex-shrink:0;display:flex;flex-direction:column;gap:12px}.profile-stats-section{background:#f1f5f9;padding:12px 14px;border-radius:10px;border:1px solid #e2e8f0}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.stat-item{text-align:center;padding:8px 6px;background:#f8fafc;border-radius:6px}.stat-number{display:block;font-size:1.3rem;font-weight:800;color:#1e293b;line-height:1}.stat-label{display:block;font-size:.65rem;color:#64748b;margin-top:2px;text-transform:uppercase;letter-spacing:.05em}.profile-skills-preview{background:#f8fafc;padding:12px 16px;border-radius:10px;border:1px solid #e2e8f0;flex:1;overflow:hidden}.profile-languages-section{background:#f8fafc;padding:10px 14px;border-radius:10px;border:1px solid #e2e8f0;flex-shrink:0}.languages-list{display:flex;flex-direction:column;gap:5px}.language-item{display:flex;justify-content:space-between;align-items:center;padding:6px 10px;background:#fff;border-radius:5px}.language-name{font-weight:600;color:#1e293b;font-size:.8rem}.language-level{font-size:.7rem;color:#64748b;background:#f1f5f9;padding:2px 6px;border-radius:3px}.skills-tags{display:flex;flex-wrap:wrap;gap:6px}.skill-tag{background:#334155;color:#fff;padding:4px 10px;border-radius:16px;font-size:.75rem;font-weight:500}.simple-avatar{width:100px;height:100px;min-width:100px;min-height:100px}.simple-avatar img{width:100%;height:100%;object-fit:cover}.page-heading,.section-label,.course-section-label,.page-content .section-title{margin:0 0 1rem;font-size:1.4rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#334155;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem;text-align:left;width:100%}.full-height{flex:1;display:flex;flex-direction:column;height:100%}.timeline-section.full-height{justify-content:flex-start;align-items:stretch;height:100%;overflow:hidden;padding:0}.timeline-scale-wrapper{flex:1;width:100%;height:100%;display:flex;align-items:flex-start;justify-content:center}.vp-grid.large-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:2rem;height:100%}.vp-card.large-card{padding:2rem;display:flex;flex-direction:column;justify-content:center;background:#f8fafc;border:1px solid #e2e8f0}.vp-card.large-card h4{font-size:1.2rem;margin-bottom:1rem}.vp-card.large-card p{font-size:1rem}.vp-card h4{color:#3b82f6;margin:0 0 4px;font-size:.9rem}.vp-card p{margin:0;font-size:.85rem;line-height:1.4}.skill-wrapper{flex:1;border:1px solid rgba(0,0,0,.05);border-radius:12px;overflow:hidden}.cv-preview-content.theme-neon .skill-wrapper{border-color:#ffffff1a}.printing .preview-toolbar{display:none}.printing .cv-preview-container{padding:0;background:none}.printing .cv-page{margin:0;box-shadow:none;border-radius:0}.printing .cv-page *{position:relative;z-index:1}.printing .cv-page:before,.printing .cv-page:after{z-index:0!important}.printing .profile-top-section{position:relative;z-index:2!important}.printing .profile-name,.printing .profile-title,.printing .profile-company{position:relative;z-index:3!important}.printing .cv-preview-content.layout-executive .profile-top-section,.printing .cv-preview-content.layout-tech .profile-top-section{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;color-adjust:exact!important}.printing .cv-preview-content.layout-creative .cv-page:before,.printing .cv-preview-content.layout-creative .cv-page:after{display:none!important}.printing .cv-preview-content.layout-tech .cv-page:before{display:none!important}.printing .page-footer{bottom:10px!important;right:30px!important}.page-content{width:100%;height:calc(100% - 30px);display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box}.page-content.center-content{justify-content:flex-start;align-items:flex-start}.page-content.center-content-vertical{justify-content:center;align-items:center}.page-content .education-timeline-container{width:100%;max-width:100%;max-height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;overflow:hidden}.page-content .edu-page-section{min-height:auto;padding:0;flex:0;display:flex;flex-direction:column;justify-content:flex-start}.page-content .edu-scale-wrapper{transform-origin:top left;display:flex;justify-content:flex-start}.page-content .edu-horizontal-track{justify-content:flex-start}.page-content .course-timeline-container{width:100%;max-width:100%;max-height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;overflow:hidden}.page-content .course-scale-wrapper{transform-origin:top left}.page-content .skill-viz-wrapper{width:100%;max-height:100%;overflow:hidden;background:transparent}.page-content .skill-cloud-wrapper{margin:0;padding:1rem;max-height:100%;overflow:hidden}.page-content .category-section{margin-bottom:1rem}.page-content .skill-masonry{column-count:3;column-gap:1rem}.page-content .skill-card{margin-bottom:.75rem;padding:.75rem}.page-content .skill-card-header{padding:.35rem .5rem;margin-bottom:.5rem}.page-content .skill-name{font-size:.85rem}.page-content .skill-job-list{gap:.25rem}.page-content .skill-job-item{font-size:.75rem}.propositions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%}.proposition-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;border-left:4px solid #3b82f6}.proposition-card h4{margin:0 0 .5rem;font-size:.95rem;color:#1e293b}.proposition-card p{margin:0;font-size:.85rem;color:#475569;line-height:1.4}.propositions-grid.full-width{grid-template-columns:repeat(3,1fr);gap:1.25rem}.prop-need-small{margin-top:.5rem;padding-top:.5rem;border-top:1px dashed #e2e8f0;font-size:.75rem;color:#64748b}.cv-page .proposition-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.85rem;border-left:4px solid #6366f1;box-shadow:0 2px 8px #0000000f}.cv-page .proposition-card:nth-child(2){border-left-color:#10b981}.cv-page .proposition-card:nth-child(3){border-left-color:#f59e0b}.cv-page .proposition-card:nth-child(4){border-left-color:#3b82f6}.cv-page .proposition-card:nth-child(5){border-left-color:#ec4899}.cv-page .proposition-card:nth-child(6){border-left-color:#14b8a6}.cv-page .proposition-card h4{margin:0 0 .5rem;font-size:.95rem;font-weight:700;color:#1e293b;letter-spacing:-.01em}.cv-page .proposition-card p{margin:0;font-size:.8rem;color:#475569;line-height:1.5}.cv-page .prop-need-small{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #e2e8f0;font-size:.7rem;color:#64748b;font-style:italic}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%}.projects-grid.full-width{grid-template-columns:repeat(3,1fr);gap:1rem}.project-card-cv{background:linear-gradient(135deg,#fff,#f8fafc);border:none;border-radius:12px;padding:1rem 1.25rem;position:relative;box-shadow:0 4px 12px #00000014;overflow:hidden}.project-card-cv:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#10b981,#06b6d4)}.project-card-cv:nth-child(2):before{background:linear-gradient(90deg,#06b6d4,#3b82f6)}.project-card-cv:nth-child(3):before{background:linear-gradient(90deg,#8b5cf6,#a855f7)}.project-card-cv:nth-child(4):before{background:linear-gradient(90deg,#f59e0b,#f97316)}.project-card-cv:nth-child(5):before{background:linear-gradient(90deg,#ec4899,#f43f5e)}.project-card-cv:nth-child(6):before{background:linear-gradient(90deg,#3b82f6,#6366f1)}.project-card-cv .project-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.35rem}.project-card-cv h4{margin:0;font-size:1rem;font-weight:700;color:#0f172a;line-height:1.2}.project-card-cv .project-role{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.2rem .6rem;border-radius:10px;font-size:.6rem;font-weight:600;white-space:nowrap;text-transform:uppercase;letter-spacing:.03em}.project-card-cv .project-period{font-size:.7rem;color:#64748b;margin-bottom:.5rem;font-weight:500;display:flex;align-items:center;gap:.35rem}.project-card-cv .project-period:before{content:"";display:inline-block;width:6px;height:6px;background:#10b981;border-radius:50%}.project-card-cv .project-desc{margin:0 0 .6rem;font-size:.78rem;color:#475569;line-height:1.5}.project-card-cv .project-tech-list{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.5rem}.project-card-cv .project-tech-tag{background:#0f172a;color:#e2e8f0;padding:.2rem .5rem;border-radius:4px;font-size:.6rem;font-weight:600;letter-spacing:.02em}.project-card-cv .project-section-label{font-size:.65rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.03em;display:block;margin-bottom:.3rem}.project-card-cv .project-tech-section,.project-card-cv .project-highlights-section{margin-top:.5rem}.project-card-cv .project-highlights{margin:0;padding-left:.9rem;border-left:2px solid #e2e8f0}.project-card-cv .project-highlights li{font-size:.7rem;color:#64748b;margin-bottom:.15rem;line-height:1.4}.project-card-cv .project-highlights li::marker{color:#10b981}.profile-summary-section{background:#f8fafc;padding:12px 16px;border-radius:10px;border:1px solid #e2e8f0;flex-shrink:0;margin-bottom:14px}.profile-summary-section .info-card-title{color:#334155}.profile-summary-section .profile-bio{margin:0;font-size:.85rem;line-height:1.6;color:#475569}.profile-info-grid{display:grid;gap:12px;flex:1;min-height:0;overflow:hidden;align-content:stretch}.profile-info-grid.grid-cols-1{grid-template-columns:1fr;grid-template-rows:1fr}.profile-info-grid.grid-cols-2{grid-template-columns:repeat(2,1fr);grid-template-rows:1fr}.profile-info-grid.grid-cols-3{grid-template-columns:repeat(3,1fr);grid-template-rows:1fr}.profile-info-grid.grid-cols-4{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}.profile-info-grid.grid-cols-5{grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(2,1fr)}.profile-info-grid.grid-cols-5 .info-card:nth-child(1),.profile-info-grid.grid-cols-5 .info-card:nth-child(2),.profile-info-grid.grid-cols-5 .info-card:nth-child(3){grid-column:span 2}.profile-info-grid.grid-cols-5 .info-card:nth-child(4),.profile-info-grid.grid-cols-5 .info-card:nth-child(5){grid-column:span 3}.profile-info-grid.grid-cols-6{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr)}.info-card{background:#f8fafc;border-radius:10px;padding:12px 14px;border:1px solid #e2e8f0;overflow:hidden;display:flex;flex-direction:column}.info-card-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin:0 0 10px;padding-bottom:8px;border-bottom:1px solid #e2e8f0;flex-shrink:0}.info-card-content{font-size:.8rem;flex:1;display:flex;flex-direction:column;justify-content:flex-start}.info-card.contact-card{background:#eff6ff;border-color:#bfdbfe}.info-card.contact-card .info-card-title{color:#3b82f6}.info-card.social-card{background:#f5f3ff;border-color:#ddd6fe}.info-card.social-card .info-card-title{color:#7c3aed}.info-card.languages-card{background:#fff7ed;border-color:#fed7aa}.info-card.languages-card .info-card-title{color:#ea580c}.info-card.competencies-card{background:#ecfdf5;border-color:#a7f3d0}.info-card.competencies-card .info-card-title{color:#059669}.info-card.hobbies-card{background:#fdf4ff;border-color:#f0abfc}.info-card.hobbies-card .info-card-title{color:#c026d3}.info-card.volunteer-card{background:#fefce8;border-color:#fde047}.info-card.volunteer-card .info-card-title{color:#ca8a04}.info-item{display:flex;align-items:center;gap:8px;margin-bottom:6px;font-size:.75rem;color:#475569}.info-item:last-child{margin-bottom:0}.info-icon{width:22px;height:22px;background:#fff;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;color:#64748b;flex-shrink:0}.competencies-tags{display:flex;flex-wrap:wrap;gap:6px;align-content:flex-start}.competency-tag{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:5px 12px;border-radius:14px;font-size:.7rem;font-weight:500}.hobbies-tags{display:flex;flex-wrap:wrap;gap:6px;align-content:flex-start}.hobby-tag{background:linear-gradient(135deg,#d946ef,#a855f7);color:#fff;padding:5px 12px;border-radius:14px;font-size:.7rem;font-weight:500}.volunteer-list{display:flex;flex-direction:column;gap:6px}.volunteer-item-cv{font-size:.75rem;color:#475569;padding:6px 10px;background:#fff;border-radius:6px}.volunteer-item-cv strong{color:#1e293b}.volunteer-item-cv span{color:#64748b}.info-card .languages-list{display:flex;flex-direction:column;gap:6px}.info-card .language-item{display:flex;justify-content:space-between;align-items:center;padding:6px 10px;background:#fff;border-radius:6px}.info-card .language-name{font-weight:600;color:#1e293b;font-size:.75rem}.info-card .language-level{font-size:.65rem;color:#64748b;background:#f1f5f9;padding:2px 8px;border-radius:4px}.simple-cv-page{padding:32px 40px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:10px;line-height:1.4;color:#1e293b;display:flex;flex-direction:column;overflow:hidden}.simple-cv-content{flex:1;display:flex;flex-direction:column;gap:16px}.simple-cv-header{display:flex;align-items:center;gap:20px;padding-bottom:16px;border-bottom:2px solid #1e293b}.simple-cv-header.compact{padding-bottom:12px;gap:12px}.simple-cv-avatar-section{flex-shrink:0}.simple-cv-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #1e293b}.simple-cv-avatar-placeholder{width:80px;height:80px;border-radius:50%;background:#1e293b;color:#fff;font-size:2rem;font-weight:700;display:flex;align-items:center;justify-content:center}.simple-cv-header-info{flex:1}.simple-cv-name{font-size:1.8rem;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.02em;line-height:1.1}.simple-cv-title{font-size:1rem;font-weight:500;color:#3b82f6;margin:4px 0 0}.simple-cv-title-small{font-size:.9rem;color:#64748b;margin-left:12px}.simple-cv-contact-row{display:flex;flex-wrap:wrap;gap:16px;margin-top:8px;font-size:.75rem;color:#475569}.simple-cv-contact-row span{display:flex;align-items:center;gap:4px}.simple-cv-contact-row a,.simple-cv-link{color:#3b82f6;text-decoration:none;transition:color .2s}.simple-cv-contact-row a:hover,.simple-cv-link:hover{color:#1d4ed8;text-decoration:underline}.info-link{color:#3b82f6;text-decoration:none;transition:color .2s;cursor:pointer}.info-link:hover{color:#1d4ed8;text-decoration:underline}.cv-preview-content.theme-default .info-link,.cv-preview-content.theme-neon .info-link,.cv-preview-content.theme-dark .info-link{color:#60a5fa}.cv-preview-content.theme-default .info-link:hover,.cv-preview-content.theme-neon .info-link:hover,.cv-preview-content.theme-dark .info-link:hover{color:#93c5fd}.simple-cv-section.summary-section{background:#f8fafc;padding:12px 16px;border-radius:6px;border-left:3px solid #3b82f6}.simple-cv-summary{margin:0;font-size:.8rem;line-height:1.5;color:#334155;font-style:italic}.simple-cv-columns{display:flex;gap:24px;flex:1;min-height:0}.simple-cv-sidebar{width:200px;flex-shrink:0;display:flex;flex-direction:column;gap:20px}.simple-cv-main{flex:1;min-width:0}.simple-cv-section{margin-bottom:0}.simple-cv-section-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#0f172a;margin:0 0 10px;padding-bottom:6px;border-bottom:1px solid #cbd5e1}.simple-cv-skill-list{display:flex;flex-wrap:wrap;gap:4px}.simple-cv-skill{background:#1e293b;color:#fff;padding:3px 8px;border-radius:3px;font-size:.65rem;font-weight:500}.simple-cv-edu-item{margin-bottom:10px;padding-bottom:8px;border-bottom:1px dashed #e2e8f0}.simple-cv-edu-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.simple-cv-edu-degree{font-weight:700;font-size:.75rem;color:#0f172a}.simple-cv-edu-school{font-size:.7rem;color:#475569}.simple-cv-edu-year{font-size:.65rem;color:#94a3b8;margin-top:2px}.simple-cv-lang-item{display:flex;justify-content:space-between;padding:4px 0;border-bottom:1px dotted #e2e8f0}.simple-cv-lang-item:last-child{border-bottom:none}.simple-cv-lang-name{font-weight:600;font-size:.75rem;color:#0f172a}.simple-cv-lang-level{font-size:.65rem;color:#64748b}.simple-cv-job{margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid #e2e8f0}.simple-cv-job:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.simple-cv-job-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2px}.simple-cv-job-title{font-weight:700;font-size:.85rem;color:#0f172a}.simple-cv-job-date{font-size:.7rem;color:#64748b;font-weight:500;white-space:nowrap}.simple-cv-job-company{font-size:.75rem;color:#3b82f6;font-weight:500;margin-bottom:4px}.simple-cv-job-desc{margin:0;font-size:.7rem;color:#475569;line-height:1.4}.cv-preview-content.layout-modern .cv-page{position:relative}.cv-preview-content.layout-modern .cv-page:before{content:"";position:absolute;left:0;top:0;bottom:0;width:8px;background:linear-gradient(180deg,var(--accent-primary, #3b82f6) 0%,var(--accent-secondary, #8b5cf6) 100%)}.cv-preview-content.layout-modern .profile-page{padding-left:40px!important}.cv-preview-content.layout-modern .profile-top-section{border-bottom:none;background:linear-gradient(135deg,#3b82f60d,#8b5cf60d);margin:-24px -32px 20px -40px;padding:24px 32px 20px 40px}.cv-preview-content.layout-modern .profile-name{font-size:2rem;letter-spacing:-.03em}.cv-preview-content.layout-modern .info-card{border-radius:16px;border:none;box-shadow:0 4px 20px #00000014}.cv-preview-content.layout-modern .info-card-title{background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);margin:-10px -12px 10px;padding:10px 12px;border-radius:16px 16px 0 0;border-bottom:none}.cv-preview-content.layout-modern .stat-compact{border-radius:12px;background:#fff;box-shadow:0 2px 10px #0000000f}.cv-preview-content.layout-modern .competency-tag,.cv-preview-content.layout-modern .hobby-tag{border-radius:20px;padding:6px 14px}.cv-preview-content.layout-modern .page-heading{position:relative;padding-left:20px}.cv-preview-content.layout-modern .page-heading:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:24px;background:linear-gradient(180deg,#3b82f6,#8b5cf6);border-radius:3px}.cv-preview-content.layout-minimal .cv-page{background:#fff!important;border:1px solid #f1f5f9}.cv-preview-content.layout-minimal .profile-top-section{border-bottom:1px solid #e2e8f0;padding-bottom:16px}.cv-preview-content.layout-minimal .profile-name{font-weight:400;font-size:1.8rem;letter-spacing:.05em;text-transform:uppercase}.cv-preview-content.layout-minimal .profile-title{font-weight:300;letter-spacing:.1em;text-transform:uppercase;font-size:.85rem}.cv-preview-content.layout-minimal .info-card{background:transparent;border:none;border-bottom:1px solid #e2e8f0;border-radius:0;padding:12px 0}.cv-preview-content.layout-minimal .info-card-title{font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;font-weight:500;border-bottom:none;padding-bottom:4px}.cv-preview-content.layout-minimal .info-icon{display:none}.cv-preview-content.layout-minimal .stat-compact{background:transparent;border:1px solid #e2e8f0}.cv-preview-content.layout-minimal .competency-tag{background:transparent;border:1px solid #cbd5e1;color:#475569}.cv-preview-content.layout-minimal .hobby-tag{background:transparent;border:1px solid #e2e8f0;color:#64748b}.cv-preview-content.layout-minimal .page-heading{font-weight:400;letter-spacing:.1em;text-transform:uppercase;font-size:.9rem;border-bottom:1px solid #e2e8f0;padding-bottom:8px}.cv-preview-content.layout-minimal .page-footer{font-size:.6rem;letter-spacing:.1em;text-transform:uppercase}.cv-preview-content.layout-executive .cv-page{border-top:6px solid #1e293b}.cv-preview-content.layout-executive .profile-top-section{background:linear-gradient(180deg,#0f172a,#1e293b);margin:-24px -32px 20px;padding:28px 32px;border-bottom:none}.cv-preview-content.layout-executive .profile-name{color:#fff!important;font-size:2.2rem;font-weight:800;letter-spacing:-.02em}.cv-preview-content.layout-executive .profile-title{color:#94a3b8!important;font-weight:500}.cv-preview-content.layout-executive .profile-company span{color:#64748b!important}.cv-preview-content.layout-executive .profile-stats-compact{background:#ffffff1a;padding:12px;border-radius:12px}.cv-preview-content.layout-executive .stat-compact{background:transparent}.cv-preview-content.layout-executive .stat-compact .stat-num{color:#fff}.cv-preview-content.layout-executive .stat-compact .stat-lbl{color:#94a3b8}.cv-preview-content.layout-executive .cv-avatar-placeholder.extra-large{background:linear-gradient(135deg,#334155,#475569);border:3px solid #475569}.cv-preview-content.layout-executive .info-card{border-left:4px solid #1e293b;border-radius:0 8px 8px 0}.cv-preview-content.layout-executive .info-card-title{font-weight:700;text-transform:uppercase;font-size:.7rem;letter-spacing:.05em}.cv-preview-content.layout-executive .page-heading{font-weight:800;font-size:1.1rem;text-transform:uppercase;letter-spacing:.02em;color:#0f172a}.cv-preview-content.layout-executive .competency-tag{background:#0f172a;color:#fff;font-weight:600}.cv-preview-content.layout-creative .cv-page{overflow:hidden}.cv-preview-content.layout-creative .cv-page:before{content:"";position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:linear-gradient(135deg,#ec489926,#8b5cf626);border-radius:50%}.cv-preview-content.layout-creative .cv-page:after{content:"";position:absolute;bottom:-30px;left:-30px;width:120px;height:120px;background:linear-gradient(135deg,#3b82f61a,#22d3ee1a);border-radius:50%}.cv-preview-content.layout-creative .profile-top-section{border-bottom:none;position:relative;z-index:1}.cv-preview-content.layout-creative .profile-name{background:linear-gradient(135deg,#ec4899,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:2rem;font-weight:800}.cv-preview-content.layout-creative .profile-title{color:#8b5cf6}.cv-preview-content.layout-creative .info-card{border-radius:20px;border:2px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#ec4899,#8b5cf6) border-box}.cv-preview-content.layout-creative .info-card-title{background:linear-gradient(135deg,#ec4899,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.cv-preview-content.layout-creative .stat-compact{background:linear-gradient(135deg,#ec48991a,#8b5cf61a);border-radius:16px}.cv-preview-content.layout-creative .competency-tag{background:linear-gradient(135deg,#ec4899,#8b5cf6);border-radius:25px}.cv-preview-content.layout-creative .hobby-tag{background:linear-gradient(135deg,#8b5cf6,#06b6d4);border-radius:25px}.cv-preview-content.layout-creative .page-heading{display:inline-block;background:linear-gradient(135deg,#ec4899,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800}.cv-preview-content.layout-tech .cv-page{background:linear-gradient(180deg,#f8fafc,#f1f5f9);position:relative}.cv-preview-content.layout-tech .cv-page:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(15,23,42,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(15,23,42,.03) 1px,transparent 1px);background-size:20px 20px;pointer-events:none}.cv-preview-content.layout-tech .profile-top-section{background:#0f172a;margin:-24px -32px 20px;padding:24px 32px;border-bottom:3px solid #22d3ee;position:relative;z-index:1}.cv-preview-content.layout-tech .profile-name{color:#22d3ee!important;font-family:Monaco,Menlo,Consolas,monospace;font-weight:600}.cv-preview-content.layout-tech .profile-title{color:#a855f7!important;font-family:Monaco,Menlo,Consolas,monospace}.cv-preview-content.layout-tech .profile-company span{color:#64748b!important}.cv-preview-content.layout-tech .profile-stats-compact{background:#22d3ee1a;border:1px solid rgba(34,211,238,.3);border-radius:8px;padding:8px}.cv-preview-content.layout-tech .stat-compact{background:transparent}.cv-preview-content.layout-tech .stat-compact .stat-num{color:#22d3ee;font-family:Monaco,Menlo,Consolas,monospace}.cv-preview-content.layout-tech .stat-compact .stat-lbl{color:#94a3b8}.cv-preview-content.layout-tech .cv-avatar-placeholder.extra-large{background:linear-gradient(135deg,#0f172a,#1e293b);border:2px solid #22d3ee;color:#22d3ee}.cv-preview-content.layout-tech .info-card{background:#fff;border:1px solid #e2e8f0;border-left:3px solid #22d3ee;border-radius:0 8px 8px 0;position:relative;z-index:1}.cv-preview-content.layout-tech .info-card-title{font-family:Monaco,Menlo,Consolas,monospace;font-size:.7rem;color:#0f172a}.cv-preview-content.layout-tech .info-card-title:before{content:"> ";color:#22d3ee}.cv-preview-content.layout-tech .competency-tag{background:#0f172a;color:#22d3ee;font-family:Monaco,Menlo,Consolas,monospace;font-size:.65rem;border-radius:4px}.cv-preview-content.layout-tech .hobby-tag{background:#1e293b;color:#a855f7;font-family:Monaco,Menlo,Consolas,monospace;font-size:.65rem;border-radius:4px}.cv-preview-content.layout-tech .page-heading{font-family:Monaco,Menlo,Consolas,monospace;color:#0f172a;position:relative;z-index:1}.cv-preview-content.layout-tech .page-heading:before{content:"// ";color:#22d3ee}.cv-preview-content.layout-tech .page-footer{font-family:Monaco,Menlo,Consolas,monospace;font-size:.6rem;color:#64748b}.pdf-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:pdfFadeIn .2s ease-out}@keyframes pdfFadeIn{0%{opacity:0}to{opacity:1}}.pdf-modal{background:#fff;border-radius:16px;width:90%;max-width:420px;box-shadow:0 25px 60px #0000004d;animation:pdfSlideUp .3s ease-out;overflow:hidden}@keyframes pdfSlideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.pdf-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e2e8f0}.pdf-modal-header h3{margin:0;font-size:1.25rem;color:#1e293b}.pdf-modal-close{background:none;border:none;font-size:1.5rem;color:#94a3b8;cursor:pointer;padding:0;line-height:1;transition:color .2s}.pdf-modal-close:hover{color:#475569}.pdf-modal-body{padding:1.5rem}.pdf-quality-label{margin:0 0 1rem;font-weight:600;color:#475569;font-size:.9rem}.pdf-quality-options{display:flex;flex-direction:column;gap:.75rem}.pdf-quality-option{display:flex;align-items:center;gap:1rem;padding:1rem;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s ease;background:#f8fafc}.pdf-quality-option:hover{border-color:#3b82f6;background:#eff6ff}.pdf-quality-option.selected{border-color:#3b82f6;background:linear-gradient(135deg,#eff6ff,#dbeafe)}.pdf-quality-option input[type=radio]{display:none}.quality-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.quality-name{font-weight:600;color:#1e293b;font-size:1rem}.quality-desc{color:#64748b;font-size:.8rem}.quality-badge{background:#1e293b;color:#fff;padding:.35rem .75rem;border-radius:8px;font-size:.8rem;font-weight:700}.quality-badge.recommended{background:linear-gradient(135deg,#3b82f6,#2563eb)}.pdf-modal-footer{display:flex;gap:.75rem;padding:1.25rem 1.5rem;border-top:1px solid #e2e8f0;background:#f8fafc}.pdf-cancel-btn{flex:1;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#64748b;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s}.pdf-cancel-btn:hover{background:#f1f5f9;color:#475569}.pdf-start-btn{flex:1;padding:.75rem 1rem;border:none;border-radius:10px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.pdf-start-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.pdf-progress-container{padding:2.5rem 2rem;text-align:center}.pdf-progress-icon{margin-bottom:1.5rem}.spinner{width:60px;height:60px;border:4px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;margin:0 auto;animation:spin 1s linear infinite}.pdf-progress-container h3{margin:0 0 .5rem;color:#1e293b;font-size:1.25rem}.pdf-progress-text{margin:0 0 1.5rem;color:#64748b;font-size:.9rem}.pdf-progress-bar{height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;margin-bottom:.75rem}.pdf-progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:4px;transition:width .3s ease}.pdf-progress-percent{font-size:1.5rem;font-weight:700;color:#3b82f6}.pdf-completed-container{padding:2.5rem 2rem;text-align:center;animation:pdfFadeIn .3s ease-out}.pdf-completed-icon{width:70px;height:70px;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem;color:#fff;animation:pdfBounce .5s ease-out}@keyframes pdfBounce{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.pdf-completed-container h3{margin:0 0 .5rem;color:#16a34a;font-size:1.5rem}.pdf-completed-container p{margin:0;color:#64748b;font-size:.95rem}.pdf-error-container{padding:2.5rem 2rem;text-align:center;animation:pdfFadeIn .3s ease-out}.pdf-error-icon{width:70px;height:70px;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem;color:#fff;animation:pdfBounce .5s ease-out}.pdf-error-container h3{margin:0 0 .5rem;color:#dc2626;font-size:1.5rem}.pdf-error-container p{margin:0 0 1.5rem;color:#64748b;font-size:.95rem}.pdf-error-container .pdf-start-btn{display:inline-block;width:auto;padding:.75rem 2rem}.landing-page{min-height:100vh;width:100vw;background:linear-gradient(135deg,#0f172a,#1e1b4b,#0f172a);position:relative;overflow-x:hidden;margin-left:calc(-50vw + 50%)}.landing-bg{position:fixed;inset:0;overflow:hidden;z-index:0;pointer-events:none}.landing-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4;animation:blobFloat 20s ease-in-out infinite}.blob-1{width:500px;height:500px;background:linear-gradient(135deg,#8b5cf6,#6366f1);top:-10%;left:-10%;animation-delay:0s}.blob-2{width:400px;height:400px;background:linear-gradient(135deg,#06b6d4,#0891b2);bottom:-5%;right:-5%;animation-delay:-7s}.blob-3{width:300px;height:300px;background:linear-gradient(135deg,#f472b6,#ec4899);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:-14s}@keyframes blobFloat{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-30px) scale(1.05)}50%{transform:translate(-20px,20px) scale(.95)}75%{transform:translate(20px,10px) scale(1.02)}}.lang-toggle{position:fixed;top:1.5rem;right:1.5rem;padding:.5rem 1rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:9999px;color:#e2e8f0;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease;z-index:100}.lang-toggle:hover{background:#fff3;transform:translateY(-2px)}.hero-section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:6rem 2rem 4rem;position:relative;z-index:1}.hero-content{text-align:center;max-width:1000px;width:100%}.cv-counter{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background:#8b5cf626;border:1px solid rgba(139,92,246,.3);border-radius:9999px;margin-bottom:1.5rem;animation:fadeInUp .6s ease-out}.counter-number{font-size:1.1rem;font-weight:700;color:#a78bfa}.counter-text{font-size:.9rem;color:#94a3b8}.privacy-message{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;color:#6ee7b7;margin-bottom:2.5rem;padding:.5rem 1rem;background:#10b9811a;border-radius:8px;animation:fadeInUp .6s ease-out .25s both}.privacy-message svg{width:18px;height:18px;flex-shrink:0;color:#10b981}.hero-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.5rem 1.25rem;background:#10b98126;border:1px solid rgba(16,185,129,.3);border-radius:9999px;margin-bottom:2rem;animation:fadeInUp .6s ease-out}.badge-free{color:#10b981;font-weight:700;font-size:.85rem;letter-spacing:.05em}.badge-divider{color:#ffffff4d}.hero-badge span:last-child{color:#94a3b8;font-size:.85rem}.no-registration-wrapper{display:inline-flex;align-items:center;gap:.35rem;color:#94a3b8;font-size:.85rem}.tooltip-trigger{position:relative;display:inline-flex;align-items:center;cursor:help}.tooltip-trigger svg{width:14px;height:14px;color:#64748b;transition:color .2s ease}.tooltip-trigger:hover svg{color:#8b5cf6}.tooltip-content{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);background:#1e293b;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.75rem 1rem;font-size:.8rem;color:#e2e8f0;line-height:1.5;white-space:normal;width:280px;text-align:left;opacity:0;visibility:hidden;transition:all .2s ease;z-index:1000;box-shadow:0 10px 25px #0000004d}.tooltip-content:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#1e293b}.tooltip-trigger:hover .tooltip-content{opacity:1;visibility:visible}.hero-title{font-size:3.5rem;font-weight:800;color:#f8fafc;margin-bottom:1.5rem;line-height:1.2;letter-spacing:-.02em;animation:fadeInUp .6s ease-out .1s both}.hero-highlight{background:linear-gradient(135deg,#10b981,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:#94a3b8;max-width:600px;margin:0 auto 3rem;line-height:1.7;animation:fadeInUp .6s ease-out .2s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.main-action-card{background:linear-gradient(135deg,#10b98133,#06b6d433);border:2px solid rgba(16,185,129,.5);border-radius:1.5rem;padding:2rem 2.5rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem;animation:fadeInUp .6s ease-out .3s both}.main-action-card:hover{transform:translateY(-5px);border-color:#10b981cc;box-shadow:0 20px 40px #0000004d,0 0 60px #10b98133;background:linear-gradient(135deg,#10b98140,#06b6d440)}.main-card-icon{width:70px;height:70px;background:linear-gradient(135deg,#10b981,#06b6d4);border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .3s ease}.main-action-card:hover .main-card-icon{transform:scale(1.1)}.main-card-icon svg{width:32px;height:32px;color:#fff}.main-card-content{flex:1;text-align:left}.main-card-title{font-size:1.5rem;font-weight:700;color:#f1f5f9;margin-bottom:.5rem}.main-card-desc{font-size:1rem;color:#94a3b8;line-height:1.5;margin:0}.main-card-hint{background:linear-gradient(135deg,#10b981,#06b6d4);color:#fff;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;border-radius:10px;white-space:nowrap;transition:transform .3s ease}.main-action-card:hover .main-card-hint{transform:scale(1.05)}.secondary-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:3rem;animation:fadeInUp .6s ease-out .4s both}.secondary-card{background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:1rem;padding:1.25rem;cursor:pointer;transition:all .3s ease}.secondary-card:hover{background:#ffffff0f;border-color:#ffffff26;transform:translateY(-3px)}.secondary-card.dragging{border-color:#8b5cf6;background:#8b5cf61a}.secondary-card.success{border-color:#10b981;background:#10b9811a}.secondary-card.error{border-color:#ef4444}.secondary-card.loading{pointer-events:none;opacity:.7}.secondary-card-header{display:flex;align-items:center;gap:1rem}.secondary-card-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.secondary-card-icon svg{width:22px;height:22px}.secondary-card-icon.upload-icon{background:linear-gradient(135deg,#8b5cf6,#6366f1);color:#fff}.secondary-card-icon.drive-icon{background:linear-gradient(135deg,#4285f4,#34a853);color:#fff}.secondary-card-text{flex:1;text-align:left}.secondary-card-title{font-size:.95rem;font-weight:600;color:#e2e8f0;margin:0 0 .25rem;display:flex;align-items:center;gap:.5rem}.secondary-card-title .tooltip-trigger svg{width:14px;height:14px}.secondary-card-desc{font-size:.8rem;color:#64748b;margin:0;line-height:1.4}.secondary-card .google-login-area{margin-top:.75rem}.secondary-card .card-error,.secondary-card .card-success{display:block;margin-top:.5rem;font-size:.8rem}.secondary-card .card-error{color:#f87171}.secondary-card .card-success{color:#34d399}.drive-spinner{width:22px;height:22px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.action-card:hover .card-icon{transform:scale(1.1)}.action-card.success .upload-icon{background:linear-gradient(135deg,#10b981,#059669)}.card-title{font-size:1.15rem;font-weight:600;color:#f1f5f9;margin-bottom:.5rem}.card-desc{font-size:.875rem;color:#94a3b8;margin-bottom:1rem;line-height:1.5}.card-hint{font-size:.8rem;color:#64748b;display:inline-block;padding:.4rem .85rem;background:#ffffff0d;border-radius:9999px}.featured-hint{background:linear-gradient(135deg,#10b98133,#06b6d433);color:#10b981;font-weight:600}.card-error{font-size:.85rem;color:#f87171;display:block;margin-top:.5rem}.card-success{font-size:.85rem;color:#34d399;display:block;margin-top:.5rem;animation:fadeInUp .3s ease}.drive-spinner{width:28px;height:28px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.google-login-area{margin-top:.5rem}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#64748b;font-size:.85rem;animation:bounce 2s infinite}.scroll-arrow{width:24px;height:24px}.scroll-arrow svg{width:100%;height:100%;opacity:.5}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(10px)}}.features-section{position:relative;z-index:1;padding:6rem 2rem;background:#0000004d}.section-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;color:#f8fafc;margin-bottom:1rem}.section-subtitle{font-size:1.1rem;color:#94a3b8;max-width:500px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:1rem;padding:2rem;transition:all .3s ease}.feature-card:hover{background:#ffffff0f;border-color:#ffffff26;transform:translateY(-5px)}.feature-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.feature-icon svg{width:24px;height:24px}.feature-icon.ai{background:linear-gradient(135deg,#8b5cf6,#6366f1);color:#fff}.feature-icon.timeline{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff}.feature-icon.theme{background:linear-gradient(135deg,#f472b6,#ec4899);color:#fff}.feature-icon.pdf{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.feature-icon.cloud{background:linear-gradient(135deg,#4285f4,#34a853);color:#fff}.feature-icon.security{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.feature-card h3{font-size:1.15rem;font-weight:600;color:#f1f5f9;margin-bottom:.5rem}.feature-card p{font-size:.9rem;color:#94a3b8;line-height:1.6}.how-section{position:relative;z-index:1;padding:6rem 2rem}.steps-container{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.step-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:2rem;text-align:center;flex:1;max-width:280px;min-width:220px}.step-number{width:48px;height:48px;background:linear-gradient(135deg,#8b5cf6,#6366f1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;font-size:1.25rem;font-weight:700;color:#fff}.step-card h3{font-size:1.1rem;font-weight:600;color:#f1f5f9;margin-bottom:.5rem}.step-card p{font-size:.875rem;color:#94a3b8;line-height:1.5}.step-connector{color:#64748b;flex-shrink:0}.step-connector svg{width:24px;height:24px}.faq-section{position:relative;z-index:1;padding:6rem 2rem;background:#0000004d}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.faq-item{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:1rem;padding:1.5rem;transition:all .3s ease}.faq-item:hover{background:#ffffff0f;border-color:#ffffff26}.faq-question{font-size:1rem;font-weight:600;color:#f1f5f9;margin-bottom:.75rem;display:flex;align-items:flex-start;gap:.5rem}.faq-question:before{content:"?";display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;background:linear-gradient(135deg,#8b5cf6,#6366f1);border-radius:50%;font-size:.75rem;font-weight:700;color:#fff;flex-shrink:0}.faq-answer{font-size:.9rem;color:#94a3b8;line-height:1.6;margin:0;padding-left:1.875rem}.cta-section{position:relative;z-index:1;padding:6rem 2rem;background:linear-gradient(135deg,#8b5cf626,#06b6d426)}.cta-content{text-align:center}.cta-title{font-size:2.5rem;font-weight:700;color:#f8fafc;margin-bottom:1rem}.cta-subtitle{font-size:1.1rem;color:#94a3b8;margin-bottom:2rem}.cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2.5rem;background:linear-gradient(135deg,#10b981,#06b6d4);border:none;border-radius:12px;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 30px #10b9814d}.cta-button svg{width:20px;height:20px;transition:transform .3s ease}.cta-button:hover svg{transform:translate(5px)}.landing-footer{position:relative;z-index:1;padding:3rem 2rem 2rem;text-align:center;border-top:1px solid rgba(255,255,255,.1);background:#0003}.footer-content{max-width:1200px;margin:0 auto}.footer-brand{color:#94a3b8;font-size:1rem;font-weight:500;margin-bottom:1.5rem}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1.5rem;margin-bottom:1.5rem}.footer-link{color:#64748b;font-size:.875rem;text-decoration:none;transition:color .2s ease;padding:.25rem 0}.footer-link:hover{color:#8b5cf6}.footer-rights{color:#475569;font-size:.8rem;margin:0}@media(max-width:900px){.secondary-cards{grid-template-columns:1fr}.features-grid{grid-template-columns:repeat(2,1fr)}.hero-title{font-size:2.5rem}.main-action-card{flex-direction:column;text-align:center;padding:1.5rem}.main-card-content{text-align:center}}@media(max-width:640px){.hero-section{padding:5rem 1rem 3rem;min-height:auto}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.main-action-card{padding:1.25rem;gap:1rem}.main-card-icon{width:56px;height:56px}.main-card-icon svg{width:26px;height:26px}.main-card-title{font-size:1.25rem}.main-card-desc{font-size:.9rem}.main-card-hint{font-size:.85rem;padding:.6rem 1.25rem}.secondary-card{padding:1rem}.secondary-card-icon{width:38px;height:38px}.secondary-card-icon svg{width:18px;height:18px}.secondary-card-title{font-size:.9rem}.secondary-card-desc{font-size:.75rem}.features-grid{grid-template-columns:1fr}.steps-container{flex-direction:column}.step-connector{transform:rotate(90deg)}.step-card{max-width:100%}.section-title,.cta-title{font-size:1.75rem}.scroll-indicator{display:none}.footer-links{flex-direction:column;gap:.75rem}.footer-link{font-size:.8rem}.footer-brand{font-size:.9rem}.faq-grid{grid-template-columns:1fr}.faq-item{padding:1.25rem}.faq-question{font-size:.95rem}.faq-answer{font-size:.85rem}.privacy-message{font-size:.8rem;padding:.4rem .75rem}.cv-counter{padding:.5rem 1rem}.counter-number{font-size:1rem}.counter-text{font-size:.8rem}.tooltip-content{width:220px;font-size:.75rem}.hero-badge{flex-wrap:wrap;justify-content:center}}.google-login-wrapper{display:flex;flex-direction:column;align-items:center;gap:.5rem}.google-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem 1.5rem;background:#fff;border:1px solid #dadce0;border-radius:8px;font-size:.95rem;font-weight:500;color:#3c4043;cursor:pointer;transition:all .2s ease;min-width:220px;font-family:inherit}.google-btn:hover{background:#f8f9fa;border-color:#c6c6c6;box-shadow:0 2px 8px #0000001a}.google-btn:active{background:#f1f3f4;transform:scale(.98)}.google-btn.loading{opacity:.7;cursor:not-allowed}.google-icon{width:20px;height:20px;flex-shrink:0}.google-btn-text{flex-shrink:0}.google-btn.compact{min-width:auto;padding:.625rem 1rem;font-size:.85rem}.google-btn.compact .google-icon{width:18px;height:18px}.google-error{color:#ea4335;font-size:.85rem;margin:0;text-align:center}.google-spinner{width:18px;height:18px;border:2px solid #f3f3f3;border-top:2px solid #4285F4;border-radius:50%;animation:google-spin .8s linear infinite}@keyframes google-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.google-btn{width:100%;min-width:auto;padding:1rem 1.5rem}}.bottom-tab-bar{display:none;position:fixed;bottom:0;left:0;right:0;height:calc(var(--bottom-tab-height) + var(--mobile-safe-area-bottom));padding-bottom:var(--mobile-safe-area-bottom);background:#fffffffa;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(0,0,0,.08);z-index:1000}@media(max-width:768px){.bottom-tab-bar{display:block}}.bottom-tab-scroll{display:flex;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;height:var(--bottom-tab-height);padding:0 8px}.bottom-tab-scroll::-webkit-scrollbar{display:none}.tab-fade{position:absolute;top:0;bottom:var(--mobile-safe-area-bottom);width:32px;pointer-events:none;z-index:10}.tab-fade-left{left:0;background:linear-gradient(to right,#fffffff2,#fff0)}.tab-fade-right{right:0;background:linear-gradient(to left,#fffffff2,#fff0)}.tab-fade-right:after{content:"›";position:absolute;right:6px;top:50%;transform:translateY(-50%);font-size:1.25rem;color:var(--text-secondary);animation:scrollHint 1.5s ease-in-out infinite}@keyframes scrollHint{0%,to{opacity:.4;transform:translateY(-50%) translate(0)}50%{opacity:.8;transform:translateY(-50%) translate(3px)}}.bottom-tab-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;flex-shrink:0;min-width:64px;height:var(--bottom-tab-height);padding:6px 10px;background:transparent;border:none;color:var(--text-secondary);transition:all .2s ease;-webkit-tap-highlight-color:transparent}.bottom-tab-item:active{transform:scale(.95)}.bottom-tab-icon{font-size:1.35rem;line-height:1}.bottom-tab-label{font-size:.6rem;font-weight:500;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap}.bottom-tab-item.active{color:var(--primary-navy)}.bottom-tab-item.active .bottom-tab-icon{transform:scale(1.1)}.bottom-tab-item.active .bottom-tab-label{font-weight:700}.bottom-tab-item.primary{position:relative;min-width:72px}.bottom-tab-item.primary:before{content:"";position:absolute;top:6px;left:50%;transform:translate(-50%);width:44px;height:44px;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:50%;z-index:-1;opacity:0;transition:opacity .2s ease}.bottom-tab-item.primary .bottom-tab-icon{position:relative;z-index:1}.bottom-tab-item.primary.active:before{opacity:1}.bottom-tab-item.primary.active{color:#fff}.bottom-tab-item.primary.active .bottom-tab-label{color:var(--primary-navy)}.user-avatar-container{position:relative}.user-avatar-display{position:relative;width:36px;height:36px;border-radius:50%;border:2px solid #10b981;background:#fff;padding:0;overflow:visible}.user-avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.user-avatar-initial{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;font-weight:600;font-size:1rem;border-radius:50%}.user-avatar-indicator{position:absolute;bottom:-2px;right:-2px;font-size:.7rem;background:#fff;border-radius:50%;padding:1px;line-height:1}.user-menu{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;border:1px solid #e2e8f0;min-width:240px;z-index:1000;animation:menuFadeIn .15s ease-out;overflow:hidden}@keyframes menuFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.user-menu-header{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f8fafc}.user-menu-photo{width:40px;height:40px;border-radius:50%;object-fit:cover}.user-menu-info{display:flex;flex-direction:column;gap:.125rem;overflow:hidden}.user-name{font-weight:600;color:#1e293b;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email{font-size:.8rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-menu-divider{height:1px;background:#e2e8f0}.user-menu-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.875rem 1rem;background:none;border:none;font-size:.9rem;color:#475569;cursor:pointer;transition:all .15s ease;font-family:inherit;text-align:left}.user-menu-item:hover{background:#f1f5f9;color:#1e293b}.user-menu-icon{font-size:1rem}@media(max-width:768px){.user-avatar-btn{width:36px;height:36px}.user-menu{right:-1rem;min-width:220px}}
