@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}: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);overflow:hidden;min-height:100vh}.app-container{width:100vw;height:100vh;height:100dvh;position:relative;overflow:hidden}.section{position:absolute;top:0;left:0;width:100%;height:100vh;height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.hero-section{text-align: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}.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:4rem}.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:2rem}.about-grid{display:flex;gap:2rem;align-items:center;margin-bottom:2.5rem}.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.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}.cv-btn:hover{background:var(--accent);color:var(--bg)}.subsection-title{font-size:1.3rem;font-weight:600;color:var(--accent-light);margin-bottom:1rem;text-align:center}.skills-container{margin-bottom:2rem}.skills-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.skill-category h4{font-size:.85rem;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:1px;margin-bottom:.75rem;text-align:center}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.skill-tag{padding:.4rem .8rem;background:var(--card-bg);border:1px solid var(--border);border-radius:20px;font-size:.8rem;font-weight:500;color:var(--text)}.education-container{margin-top:1.5rem}.education-section{padding-top:4rem}.education-page-container{max-width:800px;width:100%}.education-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.education-item{padding:1.5rem;background:var(--card-bg);border:1px solid var(--border);border-radius:12px;text-align:center}.education-item h4{font-size:1.1rem;font-weight:600;color:var(--text);margin-bottom:.5rem}.edu-meta{font-size:.9rem;color:var(--accent-highlight);margin-bottom:.75rem}.edu-desc{font-size:.9rem;color:var(--text-muted);line-height:1.6}.projects-container{max-width:1000px;width:100%}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.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}.project-card:hover{border-color:var(--accent)}.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-btn{display:block;width:100%;padding:.75rem;background:var(--accent);border:none;border-radius:8px;color:#fff;font-weight:600;text-decoration:none;text-align:center;transition:opacity .3s ease}.project-btn:hover{opacity:.9}.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}.social-btn{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:768px){.section{padding:2rem 1rem 8rem;justify-content:flex-start}.hero-section{justify-content:center;padding-top:0}.hero-subtitle{font-size:1rem}.hero-tagline{font-size:1.1rem}.section-title{font-size:1.8rem;margin-bottom:1.5rem}.about-container{max-width:100%}.about-grid{flex-direction:column;text-align:center;gap:1rem;margin-bottom:1.5rem}.about-image{width:120px;height:120px}.bio{font-size:.9rem;line-height:1.6;margin-bottom:1rem}.cv-btn{padding:.6rem 1.2rem;font-size:.9rem}.subsection-title{font-size:1.1rem;margin-bottom:.75rem}.skills-container{margin-bottom:1rem}.skills-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.skill-category h4{font-size:.7rem;margin-bottom:.5rem}.skill-tag{font-size:.7rem;padding:.25rem .5rem}.education-page-container{max-width:100%}.education-grid{grid-template-columns:1fr;gap:1rem}.education-item{padding:1rem}.education-item h4{font-size:1rem}.edu-meta,.edu-desc{font-size:.85rem}.projects-container{max-width:100%}.projects-grid{grid-template-columns:1fr;gap:1rem}.project-card{padding:1rem}.project-card h3{font-size:1.1rem}.project-card p{font-size:.85rem}.project-btn{padding:.6rem;font-size:.9rem}.nav-dots{right:.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:1.5rem .75rem 8rem}.hero-subtitle{font-size:.85rem}.hero-tagline{font-size:.95rem}.section-title{font-size:1.5rem}.about-image{width:100px;height:100px}.bio{font-size:.85rem}.skills-grid{grid-template-columns:1fr 1fr;gap:.5rem}.skill-category h4{font-size:.65rem}.skill-tag{font-size:.65rem;padding:.2rem .4rem}.project-card h3{font-size:1rem}.tech-tag{font-size:.65rem;padding:.2rem .4rem}}.app-container{width:100%;min-height:100vh;position:relative}
