:root{--primary: #3b82f6;--primary-dark: #2563eb;--secondary: #10b981;--accent: #10b981;--bg-body: #0f172a;--bg-card: #1e293b;--bg-card-alt: #334155;--text-primary: #f8fafc;--text-secondary: #cbd5e1;--text-muted: #94a3b8;--text-light: #ffffff;--border-color: #334155;--border-color-alt: #475569;--shadow-std: 0 4px 12px rgba(0, 0, 0, .3);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .04);--shadow-md: 0 2px 4px rgba(0, 0, 0, .05);--shadow-lg: 0 4px 12px rgba(0, 0, 0, .1);--radius-sm: 8px;--radius-md: 10px;--radius-lg: 12px}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:inherit}button{font-family:inherit;cursor:pointer}*{box-sizing:border-box}section{margin-bottom:1.5rem;scroll-margin-top:140px}h2{color:var(--text-primary);border-bottom:2px solid var(--primary);display:inline-block;padding-bottom:.5rem;margin-bottom:1.5rem;font-size:2rem}.App{max-width:100%;min-height:100vh;background-color:var(--bg-body);color:var(--text-primary)}.layout-wrapper{max-width:1200px;margin:0 auto;padding:1rem}.layout-two-col{display:flex;align-items:flex-start;gap:2rem;margin-top:1rem}.sidebar{width:290px;flex-shrink:0;position:sticky;top:100px;align-self:flex-start;height:fit-content}.main-content{flex:1;min-width:0}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.education-card{background:var(--bg-card);padding:.75rem;border-radius:var(--radius-lg)}.contact-details{display:flex;align-items:center;flex-wrap:wrap;gap:1.5rem}.contact-details p{margin:0;flex:1;line-height:1.6rem;color:var(--text-primary);min-width:300px}.contact-details .email-link{padding-left:6px;color:var(--primary);text-decoration:none;font-weight:500}.contact-details .email-link:hover{text-decoration:underline}.contact-btn{display:flex;align-items:center;gap:8px;padding:.5rem 1.5rem;background:var(--bg-card);color:var(--text-light);border:none;border-radius:var(--radius-md);text-decoration:none;font-weight:600;white-space:nowrap;transition:all .2s}.contact-btn:hover{background:var(--primary);color:var(--text-light)}@media(max-width:850px){.layout-wrapper{padding:.75rem}.layout-two-col{display:flex;flex-direction:column;gap:1.5rem}.sidebar{width:100%;position:static;order:2;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.main-content{order:1}.projects-grid{grid-template-columns:1fr}.contact-details{flex-direction:column;align-items:flex-start}.contact-details p{min-width:auto}}@media(max-width:480px){.layout-wrapper{padding:.5rem}.skills-grid{grid-template-columns:1fr}.work-experience-meta{flex-direction:column;align-items:flex-start;gap:.5rem}.education-card{padding:.5rem}h2{font-size:1.5rem}}.header{position:sticky;top:0;z-index:1000;background:var(--bg-body);padding:1rem 2rem;text-align:center;color:var(--text-light);box-shadow:var(--shadow-std);width:100%}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.header-logo{margin:0;font-size:1.8rem;font-weight:700}.header-nav{display:flex;gap:1rem}.header-nav a{text-decoration:none;padding:.5rem 1rem;background:var(--bg-card-alt);border-radius:var(--radius-sm);color:#fff;font-weight:500;transition:all .2s ease;display:flex;align-items:center;gap:8px}.header-nav a:hover{background:#ffffff59;transform:translateY(-2px)}@media(max-width:850px){.header{padding:1rem}.header-content{justify-content:center;gap:1rem}.header-logo{font-size:1.5rem}}@media(max-width:480px){.header{padding:.75rem}.header-logo{font-size:1.3rem}.header-nav{display:none}}.project-card{background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-color);overflow:hidden}.project-card img{width:100%;height:200px;object-fit:cover;display:block;margin-bottom:1rem}.project-card-content{padding:0 1.5rem 1.5rem}.project-card h3{color:var(--primary);margin:0 0 .5rem}.project-card-content p{margin:0 0 .75rem;font-size:.9rem;line-height:1.2rem;color:var(--text-secondary)}.image-placeholder{width:100%;height:200px;background:var(--primary);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--text-light);font-weight:700;font-size:1.2rem}.tech-stack{display:flex;gap:.5rem;flex-wrap:wrap;margin:0 0 .75rem}.tech-tag{padding:.25rem .75rem;border-radius:var(--radius-lg);font-size:.7rem;font-weight:600}.project-link{display:inline-flex;align-items:center;gap:5px;margin-top:.5rem;color:var(--primary);text-decoration:none;font-weight:600}.project-link:hover{text-decoration:underline}.footer{text-align:center;padding:2rem;color:var(--text-muted);border-top:1px solid var(--border-color);margin-top:2rem}.footer p{margin:0}.info-card{width:280px;background:var(--bg-card);padding:1.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);text-align:center;margin-bottom:1.5rem}.profile-img{width:220px;height:220px;border-radius:50%;object-fit:cover;border:3px solid var(--bg-card);box-shadow:0 4px 12px #00000026;margin-bottom:1rem;background-color:#ddd}.info-buttons{margin-top:.5rem;display:flex;flex-direction:column;gap:.8rem}.info-btn{padding:.5rem .75rem;border-radius:var(--radius-md);background:var(--primary);color:var(--text-light);text-decoration:none;border:2px solid var(--primary);transition:.2s;font-size:.9rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:8px}.info-btn:hover{background:var(--bg-card);color:var(--primary)}@media(max-width:850px){.info-card{width:100%;max-width:320px;margin:0 auto 1.5rem}.profile-img{width:160px;height:160px}.info-buttons{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:.5rem}.info-btn{flex:1 1 calc(50% - .5rem);min-width:120px;max-width:150px;font-size:.8rem;padding:.4rem .5rem}}@media(max-width:480px){.info-card{padding:1rem;max-width:280px}.profile-img{width:120px;height:120px}.info-btn{font-size:.75rem;padding:.35rem .4rem;gap:4px}}.education-card-item{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.education-logo{width:54px;height:54px;object-fit:contain}.education-item{display:flex;align-items:center;gap:12px}.education-item h3{margin:0;font-size:1.1rem;color:var(--text-primary)}.education-item p{margin:.25rem 0 0;color:var(--text-muted)}@media(max-width:480px){.education-card-item{flex-direction:column;gap:.75rem;align-items:flex-start}.education-item{align-items:flex-start;gap:.75rem}.education-logo{width:48px;height:48px}.education-item h3{font-size:1rem;line-height:1.3}.education-item p{font-size:.9rem}}.date-range{display:flex;align-items:center;gap:8px;color:var(--text-muted);font-size:.9rem}.work-experience-card{background:var(--bg-card);border-radius:var(--radius-lg);padding:1rem 1.5rem 1.5rem;margin-bottom:1.5rem;box-shadow:var(--shadow-md);transition:transform .2s;border:1px solid var(--border-color)}.work-experience-header{display:flex;gap:1.5rem;align-items:center}.work-experience-logo{width:80px;height:80px;object-fit:contain;flex-shrink:0}.work-experience-logo-placeholder{width:80px;height:80px;flex-shrink:0;background:var(--primary);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:var(--text-light);font-size:2rem;font-weight:700}.work-experience-details{flex:1;min-width:0}.work-experience-details h3{margin:0 0 .25rem;color:var(--primary);font-size:1.2rem}.company-name{margin:0;color:var(--text-secondary);font-weight:600}.work-description{margin:0;color:var(--text-muted);line-height:1.6}.work-experience-meta{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end;flex-shrink:0}@media(max-width:850px){.work-experience-card{padding:1.25rem}.work-experience-header{flex-direction:column;align-items:flex-start;gap:1rem}.work-experience-logo,.work-experience-logo-placeholder{width:60px;height:60px}.work-experience-details{width:100%}.work-experience-details h3{font-size:1.1rem}.work-experience-meta{flex-direction:row;align-items:center;gap:1rem;width:100%;flex-wrap:wrap}.work-description{margin-top:1rem;font-size:.9rem}}.location{display:flex;align-items:center;gap:3px;color:var(--text-muted);font-size:.9rem}.skills-carousel{width:280px;background:var(--bg-card);padding:1.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.carousel-header{display:flex;justify-content:space-between;text-align:center;margin-bottom:.5rem;padding-bottom:.5rem}.carousel-header h3{margin:0;font-size:1.1rem;color:var(--text-primary)}.carousel-header button{background:var(--bg-card-alt);border:1px solid var(--border-color-alt);border-radius:var(--radius-sm);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;transition:all .2s;cursor:pointer}.carousel-header button:hover{background:var(--text-muted);color:var(--text-light)}.carousel-content{min-height:180px}.carousel-dots-wrapper{display:flex;justify-content:center;margin-top:.5rem}.carousel-dots{display:flex;gap:.5rem}.dot{width:8px;height:8px;border-radius:50%;border:none;background:var(--border-color-alt);padding:0;transition:all .2s}.dot:hover{background:var(--text-muted)}.dot.active{background:var(--primary);transform:scale(1.2)}@media(max-width:850px){.skills-carousel{width:100%;max-width:320px;margin:0 auto}.carousel-content{min-height:160px}}@media(max-width:480px){.skills-carousel{padding:1rem;max-width:280px}.carousel-header h3{font-size:1rem}.carousel-content{min-height:140px}}.skill-group{background:transparent;border-radius:var(--radius-lg);width:100%;padding:0}.skill-items-container{overflow:hidden}.skill-items-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,1fr);gap:.5rem}.skill-items-grid .skill-item{padding:.5rem .75rem;background:var(--bg-body);border-radius:var(--radius-sm);font-size:.875rem;color:var(--text-secondary);border:1px solid var(--border-color-alt);text-align:center;min-height:36px}.skill-items-grid .skill-item.empty{background:transparent;border:1px dashed var(--border-color-alt)}.intro-rotator{position:relative}.intro-header{margin-bottom:1rem}.intro-title-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.intro-title-container{position:relative;flex-shrink:1;min-width:0}.intro-title-container h2{margin:0;transition:opacity .5s ease;padding-bottom:0;border-bottom:none;white-space:nowrap}.intro-title-container h2.hidden{position:absolute;top:0;left:0;opacity:0;pointer-events:none}.intro-title-container h2.visible{position:relative;opacity:1}.location-badge{display:flex;align-items:center;gap:4px;color:var(--text-muted);font-size:.95rem;background:var(--bg-card-alt);padding:.4rem .8rem;border-radius:var(--radius-sm);white-space:nowrap;flex-shrink:0}.intro-indicator{display:flex;gap:8px}.indicator-dot{height:8px;border-radius:4px;background:var(--border-color-alt);transition:all .5s ease;cursor:pointer}.indicator-dot:hover{background:var(--text-muted)}.indicator-dot.active{background:var(--primary)}.indicator-dot.active:hover{background:var(--primary-dark)}.intro-text-container{position:relative;min-height:300px}.intro-text{transition:opacity .5s ease}.intro-text h3{margin-top:0}.intro-text p{line-height:1.6;color:var(--text-secondary);font-size:1.1rem}.intro-text p:first-child{margin-top:0}.intro-text.personal{position:relative}.intro-text.technical{position:absolute;top:0;left:0;right:0}.intro-text.hidden{opacity:0;pointer-events:none}.intro-text.visible{opacity:1}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start;margin-top:1.5rem}.status-bar{display:flex;gap:.5rem;margin:1rem 0;flex-wrap:wrap}.currently-busy{margin-top:0}.currently-busy h4{color:var(--text-muted);font-size:.9rem;margin-bottom:.75rem}.learning-items{display:flex;flex-wrap:wrap;gap:.75rem}.learning-chip{background:var(--bg-card-alt);padding:.5rem 1rem;border-radius:var(--radius-md);font-size:.9rem;color:var(--text-primary);border:1px solid var(--border-color-alt)}.learning-source{color:var(--text-muted);font-size:.8rem}@media(max-width:850px){.intro-title-container h2{font-size:1.5rem}.intro-text-container{min-height:auto;position:relative}.intro-text.personal,.intro-text.technical{position:relative;top:auto;left:auto;right:auto}.intro-text.hidden{display:none}.intro-text p{font-size:1rem}.feature-grid{grid-template-columns:1fr;gap:1.5rem}.learning-chip{font-size:.8rem;padding:.4rem .8rem}}@media(max-width:480px){.intro-title-row{flex-direction:row;align-items:center;gap:.5rem}.intro-title-container h2{font-size:1.2rem}.location-badge{font-size:.7rem;padding:.2rem .4rem}.location-badge svg{width:12px;height:12px}.intro-text p{font-size:.95rem;line-height:1.5}.intro-text h3{font-size:1rem}.learning-chip{font-size:.75rem;padding:.3rem .6rem}.learning-source{font-size:.7rem}}.terminal-window{background-color:#0d1117;border:1px solid var(--border-color);border-radius:8px;box-shadow:0 4px 20px #00000080;font-family:Fira Code,Courier New,monospace;overflow:hidden;width:100%;max-width:100%;min-height:220px;display:flex;flex-direction:column}.terminal-header{background-color:#161b22;padding:8px 12px;display:flex;align-items:center;border-bottom:1px solid #30363d}.terminal-title{color:#8b949e;font-size:12px;margin-left:15px;opacity:.7}.terminal-dot{width:12px;height:12px;border-radius:50%;margin-right:8px}.terminal-dot.red{background-color:#ff5f56}.terminal-dot.yellow{background-color:#ffbd2e}.terminal-dot.green{background-color:#27c93f}.terminal-body{padding:10px 15px;flex-grow:1;color:#c9d1d9;font-size:11px;line-height:1.5}.command-text{color:var(--primary);font-weight:700}.output-text{color:var(--text-muted)}.cursor{display:inline-block;width:8px;height:15px;background-color:#c9d1d9;margin-left:5px;animation:blink 1s step-end infinite;vertical-align:middle}.cursor.limited{animation:blink-and-hide .8s step-end 3 forwards}@keyframes blink-and-hide{0%{opacity:1}50%{opacity:0}to{opacity:0}}
