body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0a0a0a;color:#e5e5e5;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid var(--gray-200);left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{background:#fffffffa;box-shadow:var(--shadow-lg)}.nav{align-items:center;display:flex;height:70px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.nav-brand{font-size:1.5rem;font-weight:700}.brand-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--primary-purple),var(--secondary-purple));-webkit-background-clip:text;background-clip:text}.nav-links{display:flex;gap:2rem;list-style:none}.nav-link{background:none;border:none;border-radius:6px;color:var(--text-dark);cursor:pointer;font-size:1rem;font-weight:500;padding:8px 16px;transition:all .3s ease}.nav-link:hover{border-bottom:2px solid var(--primary-purple);color:var(--primary-purple)}@media (max-width:768px){.nav{height:60px;padding:0 15px}.nav-brand{font-size:1.3rem}.nav-links{gap:1rem}.nav-link{font-size:.9rem;padding:6px 12px}}@media (max-width:480px){.nav{height:55px;padding:0 10px}.nav-brand{font-size:1.2rem}.nav-links{gap:.5rem}.nav-link{font-size:.8rem;padding:4px 8px}}.hero{align-items:center;background:var(--gray-100);display:flex;min-height:100vh;overflow:hidden;padding-top:70px;position:relative}.hero:before{background:radial-gradient(circle at 20% 20%,#667eea1a 0,#0000 50%),radial-gradient(circle at 80% 80%,#764ba21a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.hero-content{align-items:center;display:flex;flex-direction:column;position:relative;text-align:center;z-index:1}.hero-text{animation:fadeInUp .8s ease-out}.hero-title{color:var(--text-dark);font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.hero-subtitle{color:var(--primary-purple);font-size:1.5rem;font-weight:500;margin-bottom:1.5rem}.hero-description{color:var(--text-light);font-size:1.1rem;line-height:1.6}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.social-buttons{flex-direction:row;flex-wrap:wrap;gap:1.5rem;margin-top:2rem}.social-button,.social-buttons{display:flex;justify-content:center}.social-button{align-items:center;background:var(--white);border:1px solid var(--gray-200);border-radius:8px;box-shadow:var(--shadow-sm);color:var(--text-dark);height:56px;padding:.8rem;text-decoration:none;transition:all .3s ease;width:56px}.social-button:hover{border-color:var(--primary-purple);border-width:2px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width:1024px){.hero-content{max-width:600px}.social-buttons{gap:1rem}}@media (max-width:768px){.hero{min-height:80vh;padding-top:60px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}.social-buttons{flex-direction:row;gap:1rem;justify-content:center}.social-button{height:52px;padding:.7rem;width:52px}}@media (max-width:480px){.hero{min-height:70vh;padding-top:55px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-buttons{align-items:center;flex-direction:column}.social-buttons{flex-direction:row;gap:.8rem;justify-content:center}.social-button{height:48px;padding:.6rem;width:48px}}.experience{background:var(--white);position:relative}.experience-timeline{margin:0 auto;max-width:800px;position:relative}.experience-card{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;box-shadow:var(--shadow-md);padding:2rem;position:relative;transition:all .3s ease}.experience-card:hover{border-color:var(--primary-purple);border-width:2px}.experience-card:before{border-bottom:10px solid #0000;border-right:15px solid var(--white);border-top:10px solid #0000;content:"";height:0;left:-2rem;position:absolute;top:1.5rem;width:0}.experience-header{margin-bottom:1rem}.experience-title{color:var(--text-dark);font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.experience-company{color:var(--primary-purple);font-size:1.1rem;font-weight:500;margin-bottom:.3rem}.experience-period{color:var(--text-light);font-size:.9rem;font-weight:500}.experience-description{color:var(--text-light);font-size:1rem;margin-bottom:1.5rem}.experience-achievements{background:var(--gray-100);border-radius:12px;padding:1.5rem}@media (max-width:768px){.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.timeline-item{flex-direction:column;gap:1rem}.timeline-marker{align-self:flex-start}.experience-card:before,.marker-line{display:none}.experience-card{padding:1.5rem}.experience-title{font-size:1.3rem}.experience-company{font-size:1rem}}@media (max-width:480px){.section-title{font-size:1.8rem}.experience-card{padding:1.2rem}.experience-title{font-size:1.2rem}.achievements-list{font-size:.9rem}}.education{background:var(--white);position:relative}.education-timeline{margin:0 auto;max-width:800px;position:relative}.timeline-item{display:flex;gap:2rem;margin-bottom:3rem;position:relative}.timeline-marker{flex-shrink:0;position:relative}.marker-dot{background:linear-gradient(135deg,var(--primary-purple),var(--secondary-purple));border:4px solid var(--white);border-radius:50%;box-shadow:var(--shadow-md);height:20px;position:relative;width:20px;z-index:2}.marker-line{background:linear-gradient(to bottom,var(--primary-purple),var(--secondary-purple));height:calc(100% + 2rem);left:50%;position:absolute;top:20px;transform:translateX(-50%);width:2px;z-index:1}.timeline-content{animation:fadeInUp .8s ease-out;flex:1 1}.education-card{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;box-shadow:var(--shadow-md);padding:2rem;position:relative;transition:all .3s ease}.education-card:hover{border-color:var(--primary-purple);border-width:2px}.education-card:before{border-bottom:10px solid #0000;border-right:15px solid var(--white);border-top:10px solid #0000;content:"";height:0;left:-2rem;position:absolute;top:1.5rem;width:0}.education-header{margin-bottom:1rem}.education-degree{color:var(--text-dark);font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.education-school{color:var(--primary-purple);font-size:1.1rem;font-weight:500;margin-bottom:.3rem}.education-period{color:var(--text-light);font-size:.9rem;font-weight:500;margin-bottom:1rem}.education-description{color:var(--text-dark);font-size:.95rem;line-height:1.6;margin:0}.education-achievements{background:var(--gray-100);border-radius:12px;padding:1.5rem}.achievements-title{color:var(--text-dark);font-size:1.1rem;font-weight:600;margin-bottom:1rem}.achievements-list{list-style:none;margin:0;padding:0}.achievement-item{align-items:flex-start;color:var(--text-light);font-size:.95rem;gap:.8rem;line-height:1.5;margin-bottom:.8rem}.achievement-item:last-child{margin-bottom:0}.achievement-icon{color:var(--primary-purple);flex-shrink:0;font-weight:600;margin-top:.1rem}@media (max-width:768px){.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.timeline-item{flex-direction:column;gap:1rem}.timeline-marker{align-self:flex-start}.education-card:before,.marker-line{display:none}.education-card{padding:1.5rem}.education-degree{font-size:1.3rem}.education-school{font-size:1rem}}@media (max-width:480px){.section-title{font-size:1.8rem}.education-card{padding:1.2rem}.education-degree{font-size:1.2rem}.achievements-list{font-size:.9rem}}.skills{background:var(--gray-100);position:relative}.section-header{align-items:center;display:flex;flex-direction:column;text-align:center!important}.section-title{text-align:center!important;width:100%}.skills-content{display:flex;flex-direction:column;gap:4rem}.skills-section{animation:fadeInUp .8s ease-out}.skills-section-title{color:var(--text-dark);font-size:1.8rem;font-weight:600;margin-bottom:2rem;position:relative;text-align:center}.skills-section-title:after{background:linear-gradient(135deg,var(--primary-purple),var(--secondary-purple));border-radius:2px;bottom:-8px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:40px}.competencies-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1200px}.competency-card{align-items:center;background:var(--white);border:1px solid var(--gray-200);border-radius:16px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;justify-content:center;min-height:140px;padding:2rem;text-align:center;transition:all .3s ease}.competency-card:hover{border-color:var(--primary-purple);border-width:2px}.competency-icon{display:block;height:64px;margin-bottom:1rem;margin-left:auto;margin-right:auto;object-fit:contain;width:64px}.competency-name{color:var(--text-dark);font-size:1.1rem;font-weight:600;line-height:1.3;margin:0;text-align:center}.competency-description{color:var(--text-light);font-size:.95rem;line-height:1.5;margin:0}.tools-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.tool-card{align-items:center;background:var(--white);border:1px solid var(--gray-200);border-radius:16px;box-shadow:0 4px 6px #0000001a;display:flex;gap:1.5rem;min-height:100px;padding:2rem;transition:all .3s ease}.tool-card:hover{border-color:var(--primary-purple);border-width:2px}.tool-icon{align-items:center;border-radius:12px;display:flex;flex-shrink:0;height:64px;justify-content:center;object-fit:contain;transition:all .3s ease;width:64px}.tool-emoji{font-size:2rem}.tool-info{flex:1 1}.tool-name{color:var(--text-dark);font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.tool-category{color:var(--text-light);font-size:.9rem;font-weight:500;margin:0}.languages-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1200px}.language-card{align-items:center;background:var(--white);border:1px solid var(--gray-200);border-radius:16px;box-shadow:0 4px 6px #0000001a;display:flex;gap:1.5rem;min-height:100px;padding:2rem;transition:all .3s ease}.language-card:hover{border-color:var(--primary-purple);border-width:2px}.language-flag{flex-shrink:0}.flag-placeholder,.language-flag{align-items:center;display:flex;justify-content:center}.flag-placeholder{background:linear-gradient(135deg,var(--primary-purple),var(--secondary-purple));border-radius:3px;box-shadow:0 1px 3px #0003;color:#fff;font-size:12px;font-weight:700;height:24px;width:32px}.language-info{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.language-name{color:var(--text-dark);font-size:1.2rem;font-weight:600;margin-bottom:.3rem}.language-level{color:var(--primary-purple);font-size:.9rem;font-weight:500}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.competencies-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.tools-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width:768px){.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.competencies-grid,.tools-grid{grid-template-columns:1fr}.tool-card{flex-direction:column;gap:1rem;text-align:center}.languages-grid{grid-template-columns:1fr;max-width:400px}.language-card{flex-direction:column;gap:1rem;text-align:center}}@media (max-width:480px){.section-title{font-size:1.8rem}.competency-card,.language-card,.tool-card{padding:1.5rem}.competency-icon{height:40px;width:40px}.tool-icon{height:50px;width:50px}.tool-emoji{font-size:1.5rem}.language-flag{font-size:2rem}}.contact{background:var(--gray-100);position:relative}.section-header{margin-bottom:4rem;text-align:center}.section-title{color:var(--text-dark);font-size:2.5rem;font-weight:700;margin-bottom:1rem;position:relative}.section-title:after{background:linear-gradient(135deg,var(--primary-purple),var(--secondary-purple));border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.section-subtitle{color:var(--text-light);font-size:1.2rem;margin:0 auto;max-width:600px}.contact-content{align-items:start;display:flex;justify-content:center}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-card{align-items:center;background:var(--white);border:1px solid var(--gray-200);border-radius:16px;box-shadow:var(--shadow-md);display:flex;gap:1.5rem;padding:2rem;transition:all .3s ease}.contact-card:hover{border-color:var(--primary-purple);border-width:2px}.contact-icon{align-items:center;background:linear-gradient(135deg,var(--primary-purple),var(--secondary-purple));border-radius:16px;display:flex;flex-shrink:0;font-size:2.5rem;height:70px;justify-content:center;width:70px}.contact-details h3{color:var(--text-dark);font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.contact-details p{color:var(--text-light);font-size:1rem;margin:0}.contact-form-container{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;box-shadow:var(--shadow-md);max-width:600px;padding:2rem;width:100%}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:var(--text-dark);font-size:.95rem;font-weight:600}.form-group input,.form-group textarea{border:2px solid var(--gray-200);font-family:inherit;padding:12px 16px;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-purple);box-shadow:0 0 0 3px #667eea1a}.form-group textarea{min-height:120px}.submit-btn{align-self:flex-start;font-weight:600;padding:12px 32px}@media (max-width:1024px){.contact-content{gap:3rem;grid-template-columns:1fr}.contact-info{flex-direction:row;flex-wrap:wrap}.contact-card{flex:1 1;min-width:250px}}@media (max-width:768px){.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.contact-info{flex-direction:column}.contact-card{min-width:100%}.contact-form-container{padding:1.5rem}.form-group input,.form-group textarea{font-size:.95rem}}@media (max-width:480px){.section-title{font-size:1.8rem}.contact-card{padding:1.5rem}.contact-icon{font-size:2rem;height:60px;width:60px}.contact-form-container{padding:1.2rem}.form-group input,.form-group textarea{font-size:.9rem;padding:10px 12px}.submit-btn{text-align:center;width:100%}}.email-verification{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.verification-card{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000001a;max-width:500px;padding:40px;text-align:center;width:100%}.verification-header h2{color:#333;font-size:28px;margin-bottom:10px}.verification-header p{color:#666;line-height:1.6;margin-bottom:30px}.verification-info{background:#f8f9fa;border-radius:8px;margin-bottom:30px;padding:20px;text-align:left}.user-info,.verification-status{font-size:16px;margin-bottom:10px}.user-info:last-child,.verification-status:last-child{margin-bottom:0}.verification-status .verified{color:#28a745;font-weight:700}.verification-status .not-verified{color:#dc3545;font-weight:700}.verification-actions{display:flex;flex-direction:column;gap:15px;margin-bottom:30px}.check-verification-btn,.continue-btn,.send-verification-btn{border:none;border-radius:6px;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:all .3s ease}.send-verification-btn{background:#007bff;color:#fff}.send-verification-btn:hover:not(:disabled){background:#0056b3;transform:translateY(-2px)}.send-verification-btn:disabled{background:#6c757d;cursor:not-allowed}.check-verification-btn{background:#28a745;color:#fff}.check-verification-btn:hover{background:#1e7e34;transform:translateY(-2px)}.continue-btn{background:#17a2b8;color:#fff;font-size:18px;padding:15px 30px}.continue-btn:hover{background:#138496;transform:translateY(-2px)}.verification-success{background:#d4edda;border:1px solid #c3e6cb;border-radius:8px;margin-bottom:20px;padding:30px}.success-icon{color:#28a745;font-size:48px;margin-bottom:15px}.verification-success p{color:#155724;font-size:18px;font-weight:600;margin-bottom:20px}.message{border-radius:6px;font-weight:500;margin-bottom:20px;padding:15px}.message.success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.message.error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.verification-help{background:#e9ecef;border-radius:8px;padding:20px;text-align:left}.verification-help h4{color:#495057;font-size:16px;margin-bottom:15px}.verification-help ul{margin:0;padding-left:20px}.verification-help li{color:#6c757d;line-height:1.5;margin-bottom:8px}.verification-help li:last-child{margin-bottom:0}@media (max-width:480px){.verification-card{padding:20px}.verification-header h2{font-size:24px}.verification-actions{gap:10px}.check-verification-btn,.continue-btn,.send-verification-btn{font-size:14px;padding:10px 20px}}.auth-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;justify-content:center;min-height:100vh;padding:2rem}.auth-card{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001a;max-width:400px;padding:2.5rem;width:100%}.auth-header{margin-bottom:2rem;text-align:center}.auth-header h1{color:#1f2937;font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.auth-header p{color:#6b7280;font-size:1rem}.auth-tabs{background:#f3f4f6;border-radius:8px;display:flex;margin-bottom:2rem;padding:4px}.auth-tabs button{background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;flex:1 1;font-weight:500;padding:.75rem 1rem;transition:all .2s}.auth-tabs button.active{background:#fff;box-shadow:0 1px 3px #0000001a;color:#1f2937}.auth-form{margin-bottom:1.5rem}.form-group label{font-size:.875rem}.form-group input{border-radius:8px;box-sizing:border-box;padding:.875rem;transition:all .2s}.form-group input::placeholder{color:#9ca3af}.error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.875rem;padding:.75rem}.auth-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-bottom:1rem;padding:.875rem 1.5rem;transition:all .2s;width:100%}.auth-button:hover:not(:disabled){box-shadow:0 8px 16px #667eea4d;transform:translateY(-2px)}.auth-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.auth-footer{border-top:1px solid #e5e7eb;padding-top:1.5rem;text-align:center}.auth-footer p{color:#6b7280;font-size:.875rem;margin:0}.link-button{background:none;border:none;color:#3b82f6;cursor:pointer;font-size:.875rem;font-weight:500;margin-left:.5rem;text-decoration:underline}.link-button:hover{color:#2563eb}@media (max-width:480px){.auth-container{padding:1rem}.auth-card{padding:2rem}.auth-header h1{font-size:1.5rem}}.auth-button:disabled:after{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;content:"";display:inline-block;height:16px;margin-left:.5rem;width:16px}.auth-divider{margin:1.5rem 0;position:relative;text-align:center}.auth-divider:before{background:#e5e7eb;content:"";height:1px;left:0;position:absolute;right:0;top:50%}.auth-divider span{background:#fff;color:#6b7280;font-size:.875rem;padding:0 1rem}.google-button{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.75rem;justify-content:center;margin-top:1rem;padding:.75rem 1rem;transition:all .2s;width:100%}.google-button:hover{background:#f9fafb;border-color:#9ca3af}.google-button:disabled{cursor:not-allowed;opacity:.6}.google-icon{height:20px;width:20px}.site-builder{background:#f8fafc;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}.builder-header{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;padding:1rem 2rem}.builder-header h2{color:#1f2937;font-size:1.5rem;font-weight:600;margin:0}.builder-actions{display:flex;gap:1rem}.preview-btn{background:#6b7280;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:background .2s}.preview-btn:hover{background:#4b5563}.save-btn{background:#10b981;padding:.5rem 1rem}.save-btn:hover:not(:disabled){background:#059669}.save-btn:disabled{opacity:.6}.builder-content{display:flex;min-height:calc(100vh - 80px)}.builder-sidebar{background:#fff;border-right:1px solid #e5e7eb;padding:1rem 0;width:250px}.section-nav{display:flex;flex-direction:column}.section-nav button{background:none;border:none;border-left:3px solid #0000;color:#6b7280;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;text-align:left;transition:all .2s}.section-nav button:hover{background:#f3f4f6;color:#374151}.section-nav button.active{background:#eff6ff;border-left-color:#2563eb;color:#2563eb}.builder-main{flex:1 1;overflow-y:auto;padding:2rem}.section-editor{max-width:800px}.section-editor h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.form-group input,.form-group textarea{border-radius:6px}.form-group textarea{font-family:inherit;line-height:1.5}.form-group textarea,.form-group textarea[placeholder*=achievements]{word-wrap:break-word;min-height:100px;overflow-wrap:break-word;resize:vertical;white-space:pre-wrap}.form-group textarea[placeholder*=achievements]{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;max-height:200px;word-break:break-word}.form-group textarea{word-wrap:break-word!important;overflow-wrap:break-word!important;white-space:pre-wrap!important}.achievements-list{display:flex;flex-direction:column;gap:.5rem}.achievement-item{align-items:center;display:flex;gap:.5rem}.achievement-item input{border:1px solid #d1d5db;border-radius:6px;flex:1 1;font-size:.875rem;padding:.5rem}.remove-achievement-btn{align-items:center;background:#ef4444;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:16px;height:24px;justify-content:center;line-height:1;width:24px}.add-achievement-btn{align-self:flex-start;background:#10b981;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem}.add-achievement-btn:hover{background:#059669}.education-card,.experience-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:1rem}.card-header{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;cursor:pointer;display:flex;justify-content:space-between;padding:1rem;transition:background-color .2s}.card-header:hover{background:#f3f4f6}.card-header h4{color:#374151;font-size:1.1rem;font-weight:600;margin:0}.toggle-icon{color:#6b7280;font-size:1.2rem;font-weight:700;transition:transform .2s}.card-content{padding:1rem}.present-option{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;justify-content:space-between;margin:1rem 0;padding:.75rem}.present-label{color:#374151;font-size:.875rem;font-weight:500}.toggle-switch{cursor:pointer;display:inline-block;height:24px;position:relative;width:44px}.toggle-switch input{height:0;opacity:0;width:0}.toggle-slider{background-color:#d1d5db;border-radius:24px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.3s}.toggle-slider:before{background-color:#fff;border-radius:50%;bottom:3px;box-shadow:0 2px 4px #0003;content:"";height:18px;left:3px;position:absolute;transition:.3s;width:18px}.toggle-switch input:checked+.toggle-slider{background-color:#3b82f6}.toggle-switch input:checked+.toggle-slider:before{transform:translateX(20px)}.highlights-section{border-top:1px solid #e5e7eb;margin-top:2rem;padding-top:2rem}.section-header{align-items:center!important;display:flex!important;flex-direction:row!important;justify-content:space-between!important;margin-bottom:1rem;width:100%}.section-header h3{display:inline-block!important;flex:1 1;margin:0!important;text-align:left}.section-header .add-btn{flex-shrink:0!important;margin-left:auto!important}.section-header h3,.section-header h4{color:#1f2937;font-size:1rem;font-weight:600;margin:0}.add-btn{background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:background .2s}.add-btn:hover{background:#2563eb}.highlight-editor{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;position:relative}.highlight-editor,.highlight-editor .form-group{margin-bottom:1rem}.highlight-editor .form-group:last-child{margin-bottom:0}.remove-btn{background:#ef4444;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.75rem;padding:.25rem .5rem;position:absolute;right:1rem;top:1rem;transition:background .2s}.remove-btn:hover{background:#dc2626}.skills-preview{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.skill-category{margin-bottom:1.5rem}.skill-category:last-child{margin-bottom:0}.skill-category h4{color:#374151;font-size:1rem;font-weight:600;margin-bottom:.75rem}.skill-tag{background:#eff6ff;color:#2563eb;padding:.25rem .75rem}.contact-preview{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.contact-form-preview h4{color:#374151;font-size:1rem;font-weight:600;margin-bottom:1rem}.form-preview{display:flex;flex-direction:column;gap:1rem}.form-preview input,.form-preview textarea{background:#f9fafb;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;padding:.75rem}.form-preview button{background:#6b7280;border:none;border-radius:6px;color:#fff;cursor:not-allowed;opacity:.6;padding:.75rem}.site-builder-loading{align-items:center;color:#6b7280;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.education-editor,.experience-editor{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1rem;padding:1.5rem}.skills-categories{display:flex;flex-direction:column;gap:1.5rem}.skill-category-card{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;box-shadow:0 2px 4px #0000000d;padding:1.5rem}.skill-category-header{align-items:center;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:1rem;padding:.8rem;transition:all .3s ease}.skill-category-header:hover{background:var(--gray-100);border-color:var(--primary-purple)}.skill-category-header h4{color:var(--text-dark);font-size:1.1rem;font-weight:600;margin:0}.skill-header-right{align-items:center;display:flex;gap:1rem}.expand-icon{color:var(--primary-purple);font-size:1rem;transition:transform .3s ease;-webkit-user-select:none;user-select:none}.expand-icon.expanded{transform:rotate(180deg)}.skill-items{display:flex;flex-direction:column;gap:.8rem}.skill-item{align-items:flex-start;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:8px;display:flex;gap:.8rem;padding:.8rem}.skill-inputs{display:flex;flex:1 1;flex-direction:column;gap:.8rem}.remove-skill-btn{align-items:center;background:#dc3545;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:16px;font-weight:700;height:28px;justify-content:center;transition:all .2s ease;width:28px}.remove-skill-btn:hover{background:#c82333;transform:scale(1.1)}.skill-select{background:var(--white);border:1px solid var(--gray-300);border-radius:6px;cursor:pointer;font-size:.9rem;padding:.8rem;width:100%}.skill-select:focus{border-color:var(--primary-purple);box-shadow:0 0 0 2px #667eea1a;outline:none}.custom-skill-input{background:var(--white);border:1px solid var(--gray-300);border-radius:6px;font-size:.9rem;margin-top:.5rem;padding:.6rem;width:100%}.custom-skill-input:focus{border-color:var(--primary-purple);box-shadow:0 0 0 2px #667eea1a;outline:none}.level-select{background:var(--white);border:1px solid var(--gray-300);border-radius:6px;cursor:pointer;font-size:.9rem;margin-top:.5rem;padding:.6rem;width:100%}.level-select:focus{border-color:var(--primary-purple);box-shadow:0 0 0 2px #667eea1a;outline:none}@media (max-width:768px){.builder-content{flex-direction:column}.builder-sidebar{border-bottom:1px solid #e5e7eb;border-right:none;width:100%}.section-nav{flex-direction:row;overflow-x:auto;padding:0 1rem}.section-nav button{border-bottom:3px solid #0000;border-left:none;white-space:nowrap}.section-nav button.active{border-bottom-color:#2563eb;border-left:none}.builder-main{padding:1rem}.form-row,.skill-editor{grid-template-columns:1fr}}.domains-info{margin-top:1rem}.sites-list{display:flex;flex-direction:column;margin-bottom:2rem}.site-card{background:#fff;box-shadow:0 1px 3px #0000001a}.site-info h4{color:#1f2937;font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.site-info p{font-size:.9rem}.site-actions{flex-shrink:0}.domain-btn{background:#2563eb;font-size:.9rem}.domain-btn:hover{background:#1d4ed8}.view-site-btn{display:inline-block;font-size:.9rem}.view-site-btn:hover{color:#fff}.modal-content{border-radius:8px;box-shadow:0 10px 25px #0003}.modal-content h3{font-size:1.25rem}.modal-content p{margin:0 0 1.5rem}.modal-content .form-group{margin-bottom:1.5rem}.modal-content label{color:#374151;display:block;font-weight:500;margin-bottom:.5rem}.modal-content input{border:1px solid #d1d5db;border-radius:6px;font-size:1rem;padding:.75rem;width:100%}.modal-content input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.save-btn{background:#2563eb}.save-btn:hover{background:#1d4ed8}.domain-info{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.domain-info h4{color:#1f2937;font-size:1rem;font-weight:600;margin:0 0 .5rem}.domain-info p{color:#6b7280;font-size:.875rem;margin:0 0 .75rem}.domain-info ul{color:#4b5563;font-size:.875rem;margin:0;padding-left:1.25rem}.domain-info li{margin-bottom:.25rem}.domain-input-container{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;display:flex;overflow:hidden}.domain-input{border:none;flex:1 1;font-size:1rem;outline:none;padding:.75rem}.domain-input:focus{outline:none}.domain-input:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.domain-suffix{background:#f3f4f6;border-left:1px solid #d1d5db;font-weight:500;padding:.75rem;white-space:nowrap}.domain-preview,.domain-suffix{color:#6b7280;font-size:.875rem}.domain-preview{margin:.5rem 0 0}.domain-preview strong{color:#1f2937}.current-domain{background:#fef3c7;border:1px solid #f59e0b;border-radius:6px;color:#92400e;font-size:.875rem;margin:.5rem 0 1rem;padding:.75rem}.current-domain strong{color:#b45309;font-weight:600}.loading-spinner-small{animation:spin 1s ease-in-out infinite;border:2px solid #fff;border-radius:50%;border-top-color:#0000;display:inline-block;height:16px;margin-right:8px;width:16px}.save-btn:disabled{background:#9ca3af;cursor:not-allowed;opacity:.7}.cancel-btn:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed;opacity:.7}.modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.modal-header h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin:0}.modal-close-btn{align-items:center;background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;display:flex;font-size:1.5rem;height:32px;justify-content:center;padding:.25rem;transition:all .2s;width:32px}.modal-close-btn:hover{background:#f3f4f6;color:#374151}.simple-dashboard{background:#f8fafc;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh;padding:2rem}.dashboard-header{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1.5rem 2rem}.dashboard-header h1{color:#1f2937;font-size:2rem;font-weight:700;margin:0}.user-info{align-items:center;color:#6b7280;display:flex;font-size:1rem;gap:1rem}.logout-btn{background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:background .2s}.logout-btn:hover{background:#dc2626}.dashboard-content{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;padding:2rem}.content-section h2{color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.content-section p{color:#6b7280;margin-bottom:2rem}.site-builder-section{margin-top:2rem}.sites-list{grid-gap:1rem;display:grid;gap:1rem;margin-top:1rem}.site-card{align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;display:flex;justify-content:space-between;padding:1.5rem}.site-info h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.site-info p{color:#6b7280;font-size:.875rem;margin:.25rem 0}.site-actions{align-items:center;display:flex;gap:.75rem}.domain-btn{background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:background .2s}.domain-btn:hover{background:#2563eb}.view-site-btn{background:#10b981;border-radius:6px;color:#fff;font-size:.875rem;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:background .2s}.view-site-btn:hover{background:#059669}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a;max-width:500px;padding:2rem;width:90%}.modal-content h3{color:#1f2937;font-size:1.5rem;font-weight:600;margin:0 0 1rem}.modal-content p{color:#6b7280;margin-bottom:1.5rem}.form-group label{color:#374151;display:block;font-weight:500;margin-bottom:.5rem}.form-group input{border:1px solid #d1d5db;border-radius:6px;font-size:1rem;padding:.75rem;transition:border-color .2s;width:100%}.form-group input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.modal-actions{display:flex;gap:1rem;justify-content:flex-end}.cancel-btn{background:#6b7280;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;transition:background .2s}.cancel-btn:hover{background:#4b5563}.save-btn{background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;transition:background .2s}.save-btn:hover{background:#2563eb}@media (max-width:768px){.simple-dashboard{padding:1rem}.dashboard-header{flex-direction:column;gap:1rem;text-align:center}.dashboard-content{padding:1rem}.site-card{flex-direction:column;gap:1rem;text-align:center}.site-actions{flex-direction:column;width:100%}.modal-content{margin:1rem;padding:1.5rem}.modal-actions{flex-direction:column}}.subdomain-site{color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;min-height:100vh}.subdomain-error,.subdomain-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:2rem;text-align:center}.loading-spinner{border:4px solid #e5e7eb;border-top-color:#3b82f6}.subdomain-error h2{color:#ef4444;margin-bottom:1rem}.home-link{color:#3b82f6;font-weight:500;text-decoration:none}.home-link:hover{text-decoration:underline}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 2rem;text-align:center}.hero-content{margin:0 auto;max-width:800px}.hero-name{font-size:3rem;font-weight:700;margin-bottom:.5rem}.hero-title{font-size:1.5rem;font-weight:400;margin-bottom:1.5rem;opacity:.9}.hero-description{font-size:1.125rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.8}.hero-links{display:flex;gap:1rem;justify-content:center}.hero-link{background:#fff3;border-radius:8px;color:#fff;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:background .2s}.hero-link:hover{background:#ffffff4d}.experience-section{background:#f8fafc;padding:4rem 2rem}.experience-section h2{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.experience-list{display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:800px}.experience-item{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;padding:2rem}.experience-item h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.experience-item h4{color:#3b82f6;font-size:1rem;font-weight:500;margin-bottom:.5rem}.experience-dates{color:#6b7280;font-size:.875rem;margin-bottom:1rem}.experience-description{color:#374151;line-height:1.6}.education-section{background:#fff;padding:4rem 2rem}.education-section h2{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.education-list{display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:800px}.education-item{background:#f8fafc;border-left:4px solid #3b82f6;border-radius:12px;padding:2rem}.education-item h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.education-item h4{color:#3b82f6;font-size:1rem;font-weight:500;margin-bottom:.5rem}.education-field{margin-bottom:.5rem}.education-dates,.education-field{color:#6b7280;font-size:.875rem}.skills-section{background:#f8fafc;padding:4rem 2rem}.skills-section h2{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.skill-category{margin:0 auto 2rem;max-width:800px}.skill-category h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:#3b82f6;border-radius:20px;color:#fff;font-size:.875rem;font-weight:500;padding:.5rem 1rem}.contact-section{background:#fff;padding:4rem 2rem}.contact-section h2{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.contact-form{margin:0 auto;max-width:600px}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{border:1px solid #d1d5db;border-radius:8px;font-size:1rem;padding:.75rem;transition:border-color .2s;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.submit-btn{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 2rem;transition:background .2s}.submit-btn:hover{background:#2563eb}@media (max-width:768px){.hero-name{font-size:2rem}.hero-title{font-size:1.25rem}.hero-links{align-items:center;flex-direction:column}.contact-section h2,.education-section h2,.experience-section h2,.skills-section h2{font-size:2rem}.education-item,.experience-item{padding:1.5rem}}.saas-app{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}.saas-loading{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:40px;margin-bottom:1rem;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.App{background:linear-gradient(135deg,#667eea,#764ba2);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh}:root{--primary-purple:#667eea;--secondary-purple:#764ba2;--accent-blue:#4facfe;--accent-pink:#00f2fe;--text-dark:#2d3748;--text-light:#4a5568;--white:#fff;--gray-100:#f7fafc;--gray-200:#edf2f7;--gray-300:#e2e8f0;--shadow-sm:0 1px 3px 0 #0000001a;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a}*{box-sizing:border-box;margin:0;padding:0}body{color:#2d3748;color:var(--text-dark);font-family:Inter,sans-serif;line-height:1.6}.container{margin:0 auto;max-width:1200px;padding:0 20px}section{padding:80px 0}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:2rem}p{color:#4a5568;color:var(--text-light);margin-bottom:1rem}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-weight:600;padding:12px 24px;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);background:linear-gradient(135deg,var(--primary-purple),var(--secondary-purple));box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow-md);color:#fff;color:var(--white)}.btn-primary:hover{box-shadow:0 10px 15px -3px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-secondary{background:#fff;background:var(--white);border:2px solid #667eea;border:2px solid var(--primary-purple);color:#667eea;color:var(--primary-purple)}.btn-secondary:hover{background:#667eea;background:var(--primary-purple);color:#fff;color:var(--white)}.card{background:#fff;background:var(--white);border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow-md);padding:2rem;transition:all .3s ease}.card:hover{box-shadow:0 20px 25px -5px #0000001a;box-shadow:var(--shadow-xl);transform:translateY(-5px)}.grid{grid-gap:2rem;display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}@media (max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}section{padding:60px 0}.container{padding:0 15px}}@media (max-width:480px){h1{font-size:2rem}h2{font-size:1.5rem}section{padding:40px 0}}.loading-skeleton{animation:skeleton-loading 1.5s ease-in-out infinite alternate}@keyframes skeleton-loading{0%{opacity:1}to{opacity:.4}}.skeleton-title{height:2rem;margin-bottom:1rem;width:60%}.skeleton-description,.skeleton-title{animation:skeleton-shimmer 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:4px}.skeleton-description{height:1rem;margin-bottom:.5rem}.skeleton-description:last-child{width:80%}.skeleton-buttons{animation:skeleton-shimmer 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:4px;height:3rem;margin-top:1rem;width:200px}.skeleton-highlights{margin-top:2rem}.skeleton-highlight{height:4rem;margin-bottom:1rem}.skeleton-education,.skeleton-experience,.skeleton-highlight{animation:skeleton-shimmer 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:8px}.skeleton-education,.skeleton-experience{height:8rem;margin-bottom:2rem}.skeleton-section{margin-bottom:3rem}.skeleton-section .skeleton-title{height:1.5rem;margin-bottom:1rem;width:200px}.skeleton-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.skeleton-grid>div{animation:skeleton-shimmer 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:8px;height:4rem}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.success-message{background-color:#d4edda;border:1px solid #c3e6cb;border-radius:4px;color:#155724;margin-bottom:1rem;padding:1rem}.error-message{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#721c24;margin-bottom:1rem;padding:1rem}
/*# sourceMappingURL=main.112569d1.css.map*/