@charset "UTF-8";:root{font-family:Inter,Segoe UI,system-ui,sans-serif;line-height:1.6;font-weight:400;color:#1a202c;background-color:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f8fafc}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}#root{width:100%}.page{display:flex;flex-direction:column;gap:6rem;padding:0 6vw 6rem}.hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;align-items:center;padding-top:4rem}.hero-content h1{font-size:clamp(2.2rem,4vw,3.6rem);margin-bottom:1rem}.lead{font-size:1.1rem;max-width:40rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.hero-panel{display:flex;justify-content:center}.panel-card{background:#1a202c;border-radius:24px;padding:2rem;box-shadow:0 20px 50px #0f172a4d;color:#f8fafc;max-width:360px}.panel-title{font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#38bdf8}.panel-quote{margin:1rem 0 1.5rem;line-height:1.7}.panel-author{font-size:.95rem;color:#cbd5f5}.section{display:flex;flex-direction:column;gap:2.5rem}.section-header h2{font-size:clamp(1.8rem,3vw,2.6rem);margin:.5rem 0 .8rem}.muted{color:#64748b;max-width:48rem}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;color:#38bdf8;margin-bottom:.5rem}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.card{background:#fff;border-radius:18px;padding:1.75rem;box-shadow:0 10px 30px #0f172a14;border:1px solid rgba(226,232,240,.8);display:flex;flex-direction:column;gap:.75rem}.card h3{font-size:.95rem;letter-spacing:.08em;text-transform:uppercase;margin:0}.card p{margin:0}.card-icon{font-size:1.6rem}.contrast{background:#1a202c;color:#f8fafc;border-radius:24px;padding:3rem}.contrast .eyebrow{color:#fbbf24}.contrast blockquote{margin:0;font-size:1.2rem;line-height:1.8;display:flex;flex-direction:column;gap:1rem}.contrast blockquote span{font-size:.95rem;color:#cbd5f5}.skills{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.25rem}.skill-category{margin-bottom:2.5rem}.skill-category-title{font-size:1.1rem;color:#1e293b;font-weight:600;margin-bottom:1.25rem;padding-bottom:.5rem;border-bottom:2px solid #38bdf8;display:inline-block}.skill-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;border-radius:16px;background:linear-gradient(135deg,#fff,#f8fafc);color:#1a202c;font-size:.9rem;font-weight:500;text-align:center;text-decoration:none;border:1px solid rgba(226,232,240,.8);box-shadow:0 4px 12px #0f172a0f;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.skill-item:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 24px #0f172a1f;border-color:#38bdf8;background:linear-gradient(135deg,#fff,#e0f2fe)}.skill-logo{width:48px;height:48px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(15,23,42,.1));transition:transform .3s ease}.skill-item:hover .skill-logo{transform:scale(1.1)}.tag{padding:.45rem .9rem;border-radius:999px;background:#e2e8f0;color:#1a202c;font-size:.9rem}.links{display:flex;flex-wrap:wrap;gap:1.5rem}.links a{color:#1a202c;font-weight:600}.footer{display:flex;flex-direction:column;background-color:#1a202c;color:#acb3c2}.footer-content{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;padding:3rem 2rem}.footer-brand,.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-title{font-weight:700;font-size:1.2rem;margin:0}.footer-section-title{font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;color:#64748b;margin:0 0 .5rem}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-links a{color:#3085ee;text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:#38bdf8}.footer-bottom{padding:1.5rem 2rem;border-top:1px solid #e2e8f0;text-align:center;margin-top:auto}.pdf-container{width:100%;max-width:900px;margin:2rem auto;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0f172a1a}.pdf-container iframe{border:none;display:block}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem}}.btn{padding:.8rem 1.6rem;border-radius:999px;font-weight:600;text-decoration:none;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease}.btn.primary{background:#1a202c;color:#f8fafc;box-shadow:0 12px 24px #0f172a33}.btn.ghost{border-color:#94a3b8;color:#1a202c}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0f172a33}@media(max-width:720px){.page{padding:0 1.5rem 4rem}.contrast{padding:2rem}}.timeline{position:relative;padding:2rem 0;max-width:1000px;margin:0 auto}.timeline:before{content:"";position:absolute;left:50%;transform:translate(-50%);width:2px;height:100%;background:linear-gradient(to bottom,#38bdf8,#1e40af)}.timeline-item{display:grid;grid-template-columns:1fr 40px 1fr;gap:2rem;margin-bottom:3rem;position:relative}.timeline-item:nth-child(2n) .timeline-content{grid-column:1;grid-row:1}.timeline-item:nth-child(2n) .timeline-marker{grid-column:2}.timeline-item:nth-child(odd) .timeline-content{grid-column:3;grid-row:1}.timeline-item:nth-child(odd) .timeline-marker{grid-column:2}.timeline-marker{width:16px;height:16px;background:#38bdf8;border:4px solid #ffffff;border-radius:50%;position:relative;z-index:2;align-self:start;margin-top:1.5rem;box-shadow:0 0 0 4px #38bdf833}.timeline-content{background:#fff;border-radius:18px;padding:2rem;box-shadow:0 10px 30px #0f172a14;border:1px solid rgba(226,232,240,.8);transition:transform .3s ease,box-shadow .3s ease}.timeline-content:hover{transform:translateY(-4px);box-shadow:0 15px 40px #0f172a1f}.timeline-header{margin-bottom:1.5rem}.timeline-period{display:inline-block;background:#e0f2fe;color:#0369a1;padding:.35rem .8rem;border-radius:6px;font-size:.85rem;font-weight:600;margin-bottom:.75rem}.timeline-header h3{font-size:1.5rem;color:#1a202c;margin:.5rem 0}.timeline-meta{color:#64748b;font-size:.9rem;margin:.25rem 0}.timeline-body h4{color:#1e293b;font-size:1.1rem;margin:0 0 .5rem}.timeline-project{color:#475569;font-size:.95rem;margin:.5rem 0}.timeline-body>p{color:#475569;line-height:1.7;margin:1rem 0}.timeline-achievements{list-style:none;padding:0;margin:1rem 0}.timeline-achievements li{padding-left:1.5rem;margin-bottom:.5rem;position:relative;color:#475569}.timeline-achievements li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.timeline-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}.tech-tag{background:#f1f5f9;color:#475569;padding:.35rem .75rem;border-radius:6px;font-size:.8rem;font-weight:500;border:1px solid #e2e8f0}@media(max-width:768px){.timeline:before{left:20px}.timeline-item{grid-template-columns:40px 1fr;gap:1rem}.timeline-item:nth-child(2n) .timeline-content,.timeline-item:nth-child(odd) .timeline-content{grid-column:2}.timeline-marker{margin-top:1rem}}
