@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto!important}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}:root{--accent: #d19a9a;--accent-light: #f4f4f4;--accent-highlight: #bde7bd;--accent-highlight-light: #f2a68d;--text: #ffffff;--text-muted: rgba(255, 255, 255, .7);--bg: #0a0a0a;--card-bg: rgba(255, 255, 255, .05);--border: rgba(255, 255, 255, .1)}body{font-family:Inter,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.section{position:relative;width:100%;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 2rem;overflow-x:hidden}.hero-section{text-align:center;justify-content:center}.hero-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.hero-subtitle{font-size:1.2rem;font-weight:500;color:var(--text);letter-spacing:2px;text-transform:uppercase}.hero-tagline{font-size:1.4rem;font-weight:600;color:var(--accent-highlight);font-style:italic;margin-top:.5rem}.scroll-indicator{position:absolute;bottom:3rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:.6;pointer-events:none}.scroll-indicator span{font-size:.75rem;text-transform:uppercase;letter-spacing:2px;color:var(--text-muted)}.scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,var(--text-muted),transparent);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.3}50%{opacity:1}}.about-section{padding-top:6rem;padding-bottom:6rem}.about-container{max-width:900px;width:100%}.section-title{font-size:2.5rem;font-weight:700;color:var(--accent-light);text-align:center;margin-bottom:3rem}.about-grid{display:flex;gap:2.5rem;align-items:center;margin-bottom:3rem}.about-image-container{flex-shrink:0}.about-image{width:180px;height:180px;border-radius:50%;object-fit:cover;border:3px solid var(--accent)}.about-text{flex:1}.bio{font-size:1rem;font-weight:500;color:var(--text);line-height:1.8;margin-bottom:1.2rem}.bio:last-of-type{margin-bottom:1.5rem}.cv-btn{display:inline-block;padding:.75rem 1.5rem;background:transparent;border:2px solid var(--accent);border-radius:8px;color:var(--text);font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer}.cv-btn:hover{background:var(--accent);color:var(--bg)}.stats-strip{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem;text-align:center}.stat-card{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;padding:1.5rem 1.2rem}.stat-value{font-size:1.8rem;font-weight:700;color:var(--accent);margin-bottom:.25rem}.stat-label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px}.skills-section{padding-top:6rem;padding-bottom:6rem}.skills-page-container{max-width:1200px;width:100%;margin:0 auto}.skills-container{width:100%;margin-top:2rem}.skills-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem;width:100%}.skill-category{padding:0;background:none!important;border:none!important;box-shadow:none!important;text-align:left}.skill-category h4{font-size:1.1rem;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:2.5px;margin-bottom:1.75rem;text-align:left}.skill-tags{display:flex;flex-wrap:wrap;gap:.85rem;justify-content:flex-start}.skill-tag{padding:.55rem 1.1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:20px;font-size:.88rem;font-weight:500;color:var(--text);white-space:nowrap}.education-section{padding-top:6rem;padding-bottom:6rem}.education-page-container{max-width:1100px;width:100%;margin:0 auto}.education-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem;width:100%}.education-item{display:flex;flex-direction:column;padding:0!important;background:none!important;border:none!important;box-shadow:none!important;text-align:left}.education-item h4{font-size:1.75rem;font-weight:800;margin-bottom:.5rem;color:#fff;letter-spacing:-.5px}.edu-meta{font-size:1.15rem;font-weight:600;color:var(--accent);margin-bottom:1.5rem}.edu-desc{font-size:1rem;color:var(--text-muted);line-height:1.8;margin-bottom:2.5rem}.edu-modules{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:auto}.edu-module-tag-uj{background:#d19a9a14;border:1px solid rgba(209,154,154,.2);border-radius:20px;padding:.45rem .9rem;font-size:.825rem;color:#d19a9a;font-weight:600;white-space:nowrap}.edu-module-tag-se{background:#bde7bd14;border:1px solid rgba(189,231,189,.2);border-radius:20px;padding:.45rem .9rem;font-size:.825rem;color:#bde7bd;font-weight:600;white-space:nowrap}.projects-section{padding-top:6rem;padding-bottom:6rem}.projects-container{max-width:1200px;width:100%}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;width:100%}.project-card{padding:1.5rem;background:var(--card-bg);border:1px solid var(--border);border-radius:12px;display:flex;flex-direction:column;transition:border-color .3s ease,transform .3s ease;height:100%}.project-card:hover{border-color:var(--accent);transform:translateY(-4px)}.project-card h3{font-size:1.3rem;font-weight:600;color:var(--text);margin-bottom:.75rem}.project-card p{font-size:.9rem;font-weight:500;color:var(--text);line-height:1.6;margin-bottom:1rem;flex-grow:1}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tech-tag{padding:.3rem .6rem;background:#e07a5f26;border:1px solid rgba(224,122,95,.3);border-radius:4px;font-size:.75rem;font-weight:500;color:var(--accent-light)}.project-links{display:flex;gap:1rem;margin-top:auto}.project-link-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .9rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#fff;text-decoration:none;font-size:.82rem;font-weight:500;transition:background .2s ease,border-color .2s ease}.project-link-btn:hover{background:#ffffff1c;border-color:#fff3}.project-link-btn-secondary{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .9rem;background:transparent;border:1px solid rgba(255,255,255,.08);border-radius:6px;color:var(--text-muted);text-decoration:none;font-size:.82rem;font-weight:500;transition:color .2s ease,border-color .2s ease}.project-link-btn-secondary:hover{color:#fff;border-color:#fff3}.contact-section{padding-top:6rem;padding-bottom:6rem}.contact-container{max-width:600px;width:100%;text-align:center}.contact-section .section-title{color:var(--accent-highlight)}.contact-subtitle{font-size:1.1rem;font-weight:500;color:var(--text);margin-bottom:2rem}.contact-info{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.contact-link{font-size:1.2rem;font-weight:600;color:var(--accent-highlight);text-decoration:none;transition:opacity .3s ease}.contact-link:hover{opacity:.8}.social-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.social-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:transparent;border:2px solid var(--accent-highlight);border-radius:8px;color:var(--text);font-weight:600;text-decoration:none;transition:all .3s ease}.social-btn:hover{background:var(--accent-highlight);color:var(--bg)}.nav-dots{position:fixed;right:2rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:1rem;z-index:100}.nav-dot{width:10px;height:10px;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;transition:all .3s ease;padding:0}.nav-dot:hover{background:#ffffff80}.nav-dot.active{background:var(--accent);transform:scale(1.3)}@media(max-width:1024px){.skills-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.education-grid{gap:3rem}}@media(max-width:768px){.section{padding:4rem 1rem}.hero-section{min-height:100dvh;padding-top:2rem;padding-bottom:2rem}.hero-subtitle{font-size:1rem}.hero-tagline{font-size:1.1rem}.section-title{font-size:1.8rem;margin-bottom:2rem}.about-container{max-width:100%}.about-grid{flex-direction:column;text-align:center;gap:1.5rem;margin-bottom:2rem}.about-image{width:140px;height:140px}.bio{font-size:.9rem;line-height:1.6;margin-bottom:1rem}.cv-btn{padding:.6rem 1.2rem;font-size:.9rem}.stats-strip{grid-template-columns:repeat(2,1fr);gap:.75rem}.stat-card{padding:1.2rem 1rem}.stat-value{font-size:1.5rem}.skills-page-container{max-width:100%;width:100%}.skills-grid{grid-template-columns:1fr;gap:2rem}.skill-category h4{font-size:1rem;margin-bottom:1rem}.skill-tag{font-size:.75rem;padding:.4rem .8rem}.education-page-container{max-width:100%;width:100%}.education-grid{grid-template-columns:1fr;gap:2.5rem}.education-item h4{font-size:1.35rem}.edu-meta{font-size:1rem;margin-bottom:.75rem}.edu-desc{font-size:.9rem;margin-bottom:1.5rem}.projects-container{max-width:100%}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-card{padding:1.25rem}.project-card h3{font-size:1.15rem}.project-card p{font-size:.85rem}.nav-dots{right:.75rem;gap:.75rem}.nav-dot{width:8px;height:8px}.social-links{flex-direction:column;gap:.75rem}.social-btn{width:100%;padding:.6rem 1rem}.scroll-indicator{bottom:1.5rem}.contact-container{max-width:100%}.contact-link{font-size:1rem}.contact-subtitle{font-size:1rem;margin-bottom:1.5rem}}@media(max-width:480px){.section{padding:3rem .75rem}.hero-subtitle{font-size:.85rem}.hero-tagline{font-size:.95rem}.section-title{font-size:1.5rem}.about-image{width:120px;height:120px}.bio{font-size:.85rem}.stats-strip{grid-template-columns:1fr;gap:.75rem}.skills-grid{grid-template-columns:1fr;gap:1.5rem}.skill-category h4{font-size:.9rem}.skill-tag{font-size:.75rem;padding:.3rem .6rem}.project-card h3{font-size:1.05rem}.tech-tag{font-size:.65rem;padding:.2rem .4rem}}.certifications-block{margin-top:5rem;width:100%}.certifications-title{font-size:1.8rem;font-weight:800;margin-bottom:2rem;color:var(--text);letter-spacing:-.5px;text-align:left}.certifications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;width:100%}.certification-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#ffffff07;border:1px solid rgba(255,255,255,.07);border-radius:10px;transition:background .22s ease,border-color .22s ease,box-shadow .22s ease,transform .22s ease;cursor:default;position:relative;overflow:hidden}.certification-item:before{content:"";position:absolute;inset:0;border-radius:10px;background:linear-gradient(135deg,rgba(113,112,255,.04) 0%,transparent 60%);opacity:0;transition:opacity .25s ease;pointer-events:none}.certification-item:hover{background:#ffffff0d;border-color:#7170ff4d;box-shadow:0 0 0 1px #7170ff14,0 4px 16px #00000040;transform:translateY(-2px)}.certification-item:hover:before{opacity:1}.cert-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;border-radius:8px;background:#7170ff14;border:1px solid rgba(113,112,255,.15);color:#828fff;transition:background .22s ease,color .22s ease,border-color .22s ease}.certification-item:hover .cert-icon{background:#7170ff24;border-color:#7170ff47;color:#a9a8ff}.cert-info{display:flex;flex-direction:column;gap:.2rem}.cert-name{font-size:.88rem;font-weight:600;color:var(--text);letter-spacing:-.01em;line-height:1.35}.cert-issuer{font-size:.73rem;color:var(--text-muted);font-weight:500;letter-spacing:.01em;margin-top:0}@media(max-width:768px){.certifications-grid{grid-template-columns:1fr;gap:.75rem}.certification-item{padding:.875rem 1rem}.cert-icon{width:36px;height:36px}}.app-container{width:100%;min-height:100vh;position:relative}
