.skills-matrix{--skill-expert: #10b981;--skill-proficient: #3b82f6;--skill-intermediate: #f59e0b;--skill-beginner: #ef4444;--skill-track: #e5e7eb;--skill-track-dark: #374151;background:var(--card-background);border:1px solid var(--card-border);border-radius:12px;padding:2rem;margin-bottom:2rem}.skills-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.skills-title-section{flex:1;min-width:250px}.skills-title{display:flex;align-items:center;gap:.75rem;font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.skills-title-icon{color:var(--accent-color)}.skills-subtitle{color:var(--text-secondary);font-size:1rem;line-height:1.5;margin:0}.skills-filters{display:flex;gap:.5rem;flex-wrap:wrap}.skill-filter{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid var(--card-border);background:transparent;color:var(--text-secondary);border-radius:20px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.skill-filter:hover{border-color:var(--accent-color);color:var(--accent-color)}.skill-filter.active{background:var(--accent-color);color:#fff;border-color:var(--accent-color)}.view-mode-toggle{display:flex;gap:.25rem;border:1px solid var(--card-border);border-radius:6px;padding:.25rem;background:var(--background)}.view-btn{padding:.5rem .75rem;border:none;background:transparent;color:var(--text-secondary);border-radius:4px;cursor:pointer;transition:all .2s ease;font-family:monospace;font-size:.75rem}.view-btn:hover{color:var(--accent-color)}.view-btn.active{background:var(--accent-color);color:#fff}.skills-grid{display:grid;gap:1.5rem;margin-bottom:2rem}.skills-grid.bars-view{grid-template-columns:1fr;gap:1rem}.skills-grid.circles-view{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:2rem}.skills-grid.compact-view{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.skills-grid.compact-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem}.skill-item{transition:all .3s ease}.skill-item:hover{transform:translateY(-2px)}.skill-bar{padding:1rem;background:var(--background);border:1px solid var(--card-border);border-radius:8px}.skill-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.skill-name{font-weight:600;color:var(--text-primary);font-size:.95rem}.skill-meta{display:flex;gap:1rem;font-size:.8rem;color:var(--text-secondary)}.skill-level{font-weight:600;color:var(--accent-color)}.skill-years{color:var(--text-tertiary)}.skill-progress{display:flex;align-items:center;gap:1rem}.skill-track{flex:1;height:8px;background:var(--skill-track);border-radius:4px;overflow:hidden;position:relative}.skill-fill{height:100%;border-radius:4px;transition:width 1.2s cubic-bezier(.4,0,.2,1);position:relative}.skill-fill:after{content:"";position:absolute;top:0;right:0;bottom:0;width:4px;background:#ffffff4d;border-radius:0 4px 4px 0}.skill-label{font-size:.75rem;font-weight:500;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;min-width:80px;text-align:right}.skill-circle{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem;background:var(--background);border:1px solid var(--card-border);border-radius:8px}.skill-circle-container{position:relative;margin-bottom:1rem}.skill-svg{transform:rotate(-90deg)}.skill-circle-track{fill:none;stroke:var(--skill-track);stroke-width:4}.skill-circle-fill{fill:none;stroke-width:4;stroke-linecap:round;transition:stroke-dasharray 1.5s cubic-bezier(.25,.46,.45,.94)}.skill-circle-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center}.skill-percentage{font-size:.875rem;font-weight:700;color:var(--text-primary);animation:percentagePulse 2s ease-in-out infinite alternate}@keyframes percentagePulse{0%{opacity:.8;transform:scale(1)}to{opacity:1;transform:scale(1.05)}}.skill-circle-info{text-align:center}.skill-circle-info .skill-name{font-size:.9rem;margin-bottom:.25rem;display:block}.skill-circle-info .skill-years{font-size:.75rem;color:var(--text-secondary)}.skill-compact{padding:.75rem;background:var(--background);border:1px solid var(--card-border);border-radius:6px}.skill-compact-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.skill-compact .skill-name{font-size:.875rem}.skill-compact .skill-level{font-size:.75rem;font-weight:600;color:var(--accent-color)}.skill-compact-bar{height:4px;background:var(--skill-track);border-radius:2px;overflow:hidden}.skill-compact-fill{height:100%;border-radius:2px;transition:width 1.2s cubic-bezier(.4,0,.2,1)}.skills-legend{margin-bottom:2rem;padding:1.5rem;background:var(--background);border:1px solid var(--card-border);border-radius:8px}.skills-legend h4{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.legend-items{display:flex;gap:2rem;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-secondary)}.legend-color{width:16px;height:16px;border-radius:2px}.legend-color.expert{background:var(--skill-expert)}.legend-color.proficient{background:var(--skill-proficient)}.legend-color.intermediate{background:var(--skill-intermediate)}.legend-color.beginner{background:var(--skill-beginner)}.skills-summary{border-top:1px solid var(--card-border);padding-top:1.5rem}.summary-stats{display:flex;justify-content:center;gap:3rem}.summary-stat{display:flex;flex-direction:column;align-items:center;text-align:center}.summary-stat .stat-number{font-size:1.5rem;font-weight:700;color:var(--accent-color);line-height:1}.summary-stat .stat-label{font-size:.875rem;color:var(--text-secondary);margin-top:.25rem}.skills-matrix.compact-variant{padding:1rem;margin-bottom:1rem}.skills-matrix.compact-variant .skills-grid{margin-bottom:0}.dark-mode .skill-track{background:var(--skill-track-dark)}.dark-mode .skill-circle-track{stroke:var(--skill-track-dark)}.dark-mode .skill-compact-bar{background:var(--skill-track-dark)}@media (max-width: 768px){.skills-header{flex-direction:column;align-items:stretch;gap:1rem}.skills-filters{justify-content:center}.view-mode-toggle{align-self:center}.skills-grid.circles-view{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem}.skills-grid.compact-view,.skills-grid.compact-grid{grid-template-columns:1fr}.legend-items{gap:1rem}.summary-stats{gap:2rem}.skill-meta,.skill-progress{gap:.5rem}.skill-label{min-width:60px;font-size:.7rem}}@media (max-width: 480px){.skills-matrix{padding:1rem}.skills-title{font-size:1.5rem}.skills-filters{gap:.25rem}.skill-filter{padding:.4rem .8rem;font-size:.8rem}.legend-items{flex-direction:column;gap:.75rem}.summary-stats{flex-direction:column;gap:1rem}}@keyframes skillFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.skill-item{animation:skillFadeIn .6s ease-out backwards}.skill-item:nth-child(1){animation-delay:.1s}.skill-item:nth-child(2){animation-delay:.2s}.skill-item:nth-child(3){animation-delay:.3s}.skill-item:nth-child(4){animation-delay:.4s}.skill-item:nth-child(5){animation-delay:.5s}.skill-item:nth-child(n+6){animation-delay:.6s}.about-container{max-width:1200px;margin:0 auto;padding:0 1rem;overflow:visible;min-height:100vh}.about-hero{padding:4rem 0;margin-bottom:4rem}.hero-content{display:grid;grid-template-columns:1fr 300px;gap:4rem;align-items:center}.hero-text{display:flex;flex-direction:column;gap:1.5rem}.about-title{font-size:3rem;font-weight:800;color:var(--text-primary);margin:0;line-height:1.1}.about-subtitle{font-size:1.25rem;color:var(--accent-color);font-weight:600;margin:0}.about-intro{font-size:1.125rem;color:var(--text-secondary);line-height:1.6;margin:0}.hero-stats{display:flex;gap:2rem;margin:1rem 0}.hero-stat{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}.stat-icon{color:var(--accent-color);margin-bottom:.25rem}.stat-value{font-size:1.125rem;font-weight:700;color:var(--text-primary);line-height:1}.stat-label{font-size:.875rem;color:var(--text-secondary)}.hero-actions{display:flex;align-items:center;gap:1.5rem;margin-top:1rem}.hero-btn{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;border:2px solid transparent}.hero-btn.primary{background:var(--accent-color);color:#fff}.hero-btn.primary:hover{background:var(--accent-color-dark);transform:translateY(-2px);box-shadow:0 8px 16px #00000026}.social-links{display:flex;gap:.75rem}.social-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--card-background);border:1px solid var(--card-border);border-radius:8px;color:var(--text-secondary);text-decoration:none;transition:all .3s ease}.social-link:hover{color:var(--accent-color);border-color:var(--accent-color);transform:translateY(-2px)}.hero-visual{display:flex;justify-content:center}.profile-card{position:relative}.profile-image{position:relative;display:flex;flex-direction:column;align-items:center;gap:1rem}.profile-placeholder{width:150px;height:150px;background:linear-gradient(135deg,var(--accent-light),var(--accent-color));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:800;color:var(--accent-color);border:4px solid var(--card-background);box-shadow:0 12px 32px #00000026}.profile-photo{width:150px;height:150px;border-radius:50%;overflow:hidden;border:4px solid var(--card-background);box-shadow:0 12px 32px #00000026}.profile-photo img{width:100%;height:100%;object-fit:cover;display:block}.availability-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--card-background);border:1px solid var(--card-border);border-radius:20px;font-size:.875rem;color:var(--text-secondary);font-weight:500}.status-dot{width:8px;height:8px;border-radius:50%;background:#10b981;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.about-story{margin-bottom:4rem;padding:3rem;background:var(--card-background);border:1px solid var(--card-border);border-radius:16px}.story-content h2{font-size:2rem;font-weight:700;color:var(--text-primary);text-align:center;margin-bottom:3rem}.story-grid{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:start}.story-text p{font-size:1.125rem;line-height:1.7;color:var(--text-secondary);margin-bottom:1.5rem}.story-text strong{color:var(--text-primary);font-weight:600}.story-highlights{display:flex;flex-direction:column;gap:2rem}.highlight-item{padding:1.5rem;background:var(--background);border:1px solid var(--card-border);border-radius:12px;text-align:center}.highlight-icon{font-size:2rem;color:var(--accent-color);margin-bottom:1rem}.highlight-item h4{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem}.highlight-item p{font-size:.95rem;color:var(--text-secondary);line-height:1.5;margin:0}.about-skills,.about-services{margin-bottom:4rem}.services-header{text-align:center;margin-bottom:3rem}.services-header h2{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.services-header p{font-size:1.125rem;color:var(--text-secondary)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.service-card{background:var(--card-background);border:1px solid var(--card-border);border-radius:12px;padding:2rem;transition:all .3s ease;text-align:center}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000026;border-color:var(--accent-color)}.service-icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:var(--accent-light);border-radius:12px;color:var(--accent-color);font-size:1.5rem;margin:0 auto 1.5rem}.service-card h3{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.service-card p{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.service-features{list-style:none;padding:0;text-align:left}.service-features li{color:var(--text-secondary);padding:.5rem 0;border-bottom:1px solid var(--card-border);font-size:.95rem}.service-features li:last-child{border-bottom:none}.service-features li:before{content:"✓";color:var(--accent-color);font-weight:700;margin-right:.75rem}.about-personal{margin-bottom:4rem;padding:3rem;background:linear-gradient(135deg,var(--accent-light),transparent);border-radius:16px}.personal-content h2{font-size:2rem;font-weight:700;color:var(--text-primary);text-align:center;margin-bottom:3rem}.personal-grid{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:start}.personal-text p{font-size:1.125rem;line-height:1.7;color:var(--text-secondary);margin-bottom:1.5rem}.personal-text strong{color:var(--text-primary);font-weight:600}.personal-interests{background:var(--card-background);border:1px solid var(--card-border);border-radius:12px;padding:2rem}.personal-interests h3{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:1.5rem;text-align:center}.interests-list{display:flex;flex-direction:column;gap:1rem}.interest-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--background);border-radius:8px;transition:all .2s ease}.interest-item:hover{background:var(--card-hover)}.interest-icon{color:var(--accent-color);font-size:1.125rem}.interest-item span{color:var(--text-secondary);font-size:.95rem}.about-testimonials{margin-bottom:4rem;text-align:center;min-height:400px;display:flex;flex-direction:column;gap:2rem}.about-testimonials h2{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:2rem;flex-shrink:0}.about-cta{text-align:center;padding:4rem 2rem;background:var(--card-background);border:1px solid var(--card-border);border-radius:16px;margin-bottom:2rem}.cta-content h2{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.cta-content p{font-size:1.125rem;color:var(--text-secondary);line-height:1.6;max-width:600px;margin:0 auto 2rem}.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-btn{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease;border:2px solid transparent}.cta-btn.primary{background:var(--accent-color);color:#fff}.cta-btn.primary:hover{background:var(--accent-color-dark);transform:translateY(-2px);box-shadow:0 8px 16px #00000026}.cta-btn.secondary{background:transparent;color:var(--accent-color);border-color:var(--accent-color)}.cta-btn.secondary:hover{background:var(--accent-color);color:#fff;transform:translateY(-2px)}@media (max-width: 768px){.about-container{padding:0 .5rem}.about-hero{padding:2rem 0}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.about-title{font-size:2.5rem}.about-subtitle{font-size:1.125rem}.hero-stats{justify-content:center;gap:1.5rem}.hero-stat{align-items:center;text-align:center}.hero-actions{flex-direction:column;align-items:center;gap:1rem}.social-links{justify-content:center}.profile-placeholder{width:120px;height:120px;font-size:2.5rem}.profile-photo{width:120px;height:120px}.about-story{padding:2rem 1.5rem}.story-grid{grid-template-columns:1fr;gap:2rem}.story-highlights{gap:1rem}.highlight-item{padding:1rem}.services-grid{grid-template-columns:1fr}.service-card{padding:1.5rem}.about-personal{padding:2rem 1.5rem}.personal-grid{grid-template-columns:1fr;gap:2rem}.about-cta{padding:2rem 1rem}.cta-actions{flex-direction:column;align-items:center}.cta-btn{width:100%;max-width:250px;justify-content:center}}@media (max-width: 480px){.about-hero{padding:1.5rem 0}.about-title{font-size:2rem}.hero-stats{flex-direction:column;gap:1rem}.hero-btn{width:100%;justify-content:center}.about-story{padding:1.5rem 1rem}.story-content h2,.services-header h2,.personal-content h2,.about-testimonials h2,.cta-content h2{font-size:1.75rem}.story-text p,.personal-text p{font-size:1rem}.about-personal{padding:1.5rem 1rem}.personal-interests{padding:1.5rem}}
