@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1f2937;overflow-x:hidden}::-webkit-scrollbar-track{background:#f3f4f6;border-radius:6px}::-webkit-scrollbar-thumb{background:linear-gradient(45deg,#f97316,#ef4444);border-radius:6px;border:2px solid #f3f4f6}::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#ea580c,#dc2626)}::selection{background:#f973164d;color:#1f2937}.portfolio-container{min-height:100vh;background:linear-gradient(135deg,#1f2937,#374151,#4b5563);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f9fafb;overflow-x:hidden}.language-selector{position:fixed;top:2rem;right:2rem;z-index:1000}.language-dropdown{position:relative;display:inline-block}.language-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.language-button:hover{background:#fff3;transform:translateY(-1px)}.language-menu{position:absolute;top:100%;right:0;margin-top:.5rem;background:#1f2937;border:1px solid #374151;border-radius:.5rem;box-shadow:0 10px 25px #0000004d;overflow:hidden;min-width:150px}.language-option{display:block;width:100%;padding:.75rem 1rem;background:none;border:none;color:#d1d5db;font-size:.875rem;text-align:left;cursor:pointer;transition:background-color .3s ease}.language-option:hover{background:#374151;color:#fff}.language-option.active{background:#3b82f6;color:#fff}.portfolio-header{position:relative;background:linear-gradient(135deg,#111827,#1f2937,#374151);padding:4rem 0;overflow:hidden}.portfolio-header:before{content:"";position:absolute;inset:0;background:#0006}.header-content{position:relative;max-width:1200px;margin:0 auto;padding:0 1.5rem;text-align:center}.header-inner{display:flex;flex-direction:column;align-items:center}.avatar-container{margin-bottom:1.5rem}.avatar{width:8rem;height:8rem;border-radius:50%;background:linear-gradient(135deg,#374151,#4b5563);padding:.5rem;box-shadow:0 25px 50px #00000080;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.profile-image{width:100%;height:100%;border-radius:50%;object-fit:cover;position:absolute;top:0;left:0;z-index:2}.avatar-text{font-size:3rem;font-weight:900;color:#6b7280;background:#1f2937;width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.avatar-text.hidden{display:none}.main-title{font-size:4rem;font-weight:900;color:#fff;margin-bottom:1rem;text-shadow:0 4px 8px rgba(0,0,0,.6)}.subtitle{font-size:1.25rem;color:#fffc;margin-bottom:2rem;font-weight:500}.header-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.btn-primary{background:#3b82f6;color:#fff;box-shadow:0 4px 15px #3b82f64d}.btn-primary:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.btn-secondary{background:#ffffff1a;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.btn-secondary:hover{background:#fff3;transform:translateY(-2px)}.icon{width:1.25rem;height:1.25rem}.icon-small{width:1rem;height:1rem}.main-content{max-width:1200px;margin:0 auto;padding:3rem 1.5rem}.section{margin-bottom:5rem}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:3rem;font-weight:900;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.section-subtitle{font-size:1.25rem;color:#9ca3af;font-weight:500}.stars{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.star{width:1.5rem;height:1.5rem;color:#fbbf24}.card{background:#1f2937;border-radius:2rem;padding:2rem;box-shadow:0 10px 30px #0000004d;border:1px solid #374151;transition:all .3s ease}.card:hover{transform:translateY(-8px);box-shadow:0 25px 50px #0006;border-color:#4b5563}.about-card{padding:3rem}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.about-text{display:flex;flex-direction:column;gap:1.5rem}.text{font-size:1.125rem;line-height:1.7;color:#d1d5db}.info-badges{display:flex;gap:1.5rem;flex-wrap:wrap}.badge{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#9ca3af}.flag{font-size:1.5rem}.education-card{background:linear-gradient(135deg,#374151,#4b5563);border-radius:1.5rem;padding:2rem;border:1px solid #6b7280}.education-title{font-size:1.5rem;font-weight:700;color:#3b82f6;margin-bottom:1.5rem}.education-items{display:flex;flex-direction:column;gap:1rem}.education-item{display:flex;align-items:center;gap:1rem}.dot{width:1rem;height:1rem;background:#3b82f6;border-radius:50%;flex-shrink:0}.education-name{font-weight:600;color:#f9fafb}.education-desc{color:#9ca3af;font-size:.875rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.skill-card{background:#1f2937;border-radius:1.5rem;padding:1.5rem;box-shadow:0 10px 30px #0000004d;border:1px solid #374151;transition:all .3s ease;text-align:center}.skill-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px #0006;border-color:#4b5563}.skill-header{display:flex;flex-direction:column;align-items:center;gap:1rem}.skill-icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#fff}.skill-name{font-size:1.125rem;font-weight:700;color:#f9fafb}.skill-bar{width:100%;height:.75rem;background:#374151;border-radius:.375rem;overflow:hidden;margin-bottom:.5rem}.skill-progress{height:100%;border-radius:.375rem;transition:width 1.5s ease}.skill-level{font-size:.875rem;font-weight:600;color:#9ca3af}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.project-card{background:#1f2937;border-radius:1.5rem;box-shadow:0 10px 30px #0000004d;border:1px solid #374151;transition:all .3s ease;overflow:hidden}.project-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px #0006;border-color:#4b5563}.project-content{padding:2rem}.project-title{font-size:1.5rem;font-weight:700;color:#f9fafb;margin-bottom:1rem}.project-description{color:#9ca3af;line-height:1.6;margin-bottom:1.5rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{padding:.25rem .75rem;background:#374151;color:#3b82f6;border-radius:50px;font-size:.875rem;font-weight:500;border:1px solid #4b5563}.project-link{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:#374151;border-radius:50%;color:#3b82f6;text-decoration:none;transition:all .3s ease;border:1px solid #4b5563}.project-link:hover{background:#3b82f6;color:#fff;transform:translateY(-2px)}.github-icon{width:1.25rem;height:1.25rem}.contact-card{background:linear-gradient(135deg,#111827,#1f2937,#374151);border-radius:2rem;padding:3rem;text-align:center;color:#fff;border:1px solid #4b5563}.contact-title{font-size:3rem;font-weight:900;margin-bottom:1.5rem}.contact-subtitle{font-size:1.25rem;opacity:.9;margin-bottom:2rem}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:600px;margin:0 auto 2rem}.contact-item{display:flex;align-items:center;justify-content:center;gap:1rem}.contact-icon{width:2rem;height:2rem}.contact-details{text-align:left}.contact-label{font-weight:600;margin-bottom:.25rem}.contact-link{color:#ffffffe6;text-decoration:none;transition:color .3s ease}.contact-link:hover{color:#fff}.contact-footer{border-top:1px solid rgba(255,255,255,.2);padding-top:2rem}.contact-text{opacity:.8;line-height:1.6}.footer{background:#0f172a;color:#fff;padding:2rem 0;margin-top:5rem;border-top:1px solid #374151}.footer-content{max-width:1200px;margin:0 auto;padding:0 1.5rem;text-align:center}.footer-text{display:flex;align-items:center;justify-content:center;gap:.5rem}.heart-icon{width:1.25rem;height:1.25rem;color:#ef4444;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width: 768px){.language-selector{top:1rem;right:1rem}.main-title{font-size:2.5rem}.section-title{font-size:2rem}.about-content{grid-template-columns:1fr;gap:2rem}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.projects-grid,.contact-info{grid-template-columns:1fr}.header-buttons{flex-direction:column;align-items:center}.info-badges{justify-content:center}.card{padding:1.5rem}.about-card,.contact-card{padding:2rem}.project-content{padding:1.5rem}}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#374151;border-radius:6px}::-webkit-scrollbar-thumb{background:linear-gradient(45deg,#3b82f6,#8b5cf6);border-radius:6px;border:2px solid #374151}::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#2563eb,#7c3aed)}html{scroll-behavior:smooth}::selection{background:#3b82f64d;color:#f9fafb}
