:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.home-nav{z-index:100;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0}.home-logo{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;text-decoration:none}.home-nav-buttons{gap:1rem;display:flex}.btn-outline{color:#3b82f6;border:1.5px solid #3b82f6;border-radius:10px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s}.btn-outline:hover{background:#eff6ff;transform:translateY(-1px)}.btn-primary{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:10px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.btn-primary-large{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:12px;padding:.875rem 2rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.btn-primary-large:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.btn-secondary-large{color:#3b82f6;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding:.875rem 2rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.btn-secondary-large:hover{border-color:#3b82f6;transform:translateY(-2px)}.home-hero{text-align:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:4rem 2rem}.home-hero-content{max-width:800px;margin:0 auto}.home-hero-title{color:#1a2a3a;margin-bottom:1rem;font-size:3rem;font-weight:700;line-height:1.2}.hero-gradient{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#0000;-webkit-background-clip:text;background-clip:text}.home-hero-description{color:#64748b;margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.home-hero-buttons{justify-content:center;gap:1rem;display:flex}.home-features{padding:5rem 0}.section-title{text-align:center;color:#1a2a3a;margin-bottom:3rem;font-size:2rem;font-weight:700}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.feature-card{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:2rem;transition:all .2s}.feature-card:hover{border-color:#3b82f6;transform:translateY(-4px)}.feature-icon{margin-bottom:1rem;font-size:2.5rem}.feature-card h3{color:#1a2a3a;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.feature-card p{color:#64748b;font-size:.875rem;line-height:1.5}.home-steps{background:#f8fafc;padding:5rem 0}.steps-grid{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.step{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex:1;padding:1.5rem}.step-number{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2rem;font-weight:700}.step h3{color:#1a2a3a;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.step p{color:#64748b;font-size:.875rem}.step-arrow{color:#cbd5e1;font-size:1.5rem}.home-preview{padding:5rem 0}.preview-content{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.preview-text h2{margin-bottom:1rem;font-size:2rem;font-weight:700;line-height:1.2}.preview-text p{color:#64748b;margin-bottom:2rem;line-height:1.6}.preview-card-demo{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:1.5rem}.demo-header{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.demo-avatar{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;display:flex}.demo-name{font-size:1rem;font-weight:600}.demo-position{color:#3b82f6;font-size:.813rem}.demo-skills{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.demo-tag{color:#3b82f6;background:#eef2ff;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:500}.demo-experience{border-top:1px solid #e2e8f0;padding-top:1rem}.demo-exp-title{margin-bottom:.25rem;font-size:.875rem;font-weight:600}.demo-exp-desc{color:#64748b;font-size:.813rem}.home-footer{color:#94a3b8;background:#1a2a3a;padding:3rem 2rem 1rem}.footer-content{grid-template-columns:1fr 2fr;gap:2rem;max-width:1200px;margin:0 auto 2rem;display:grid}.footer-logo-link{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:700;text-decoration:none}.footer-logo p{margin-top:.5rem;font-size:.813rem}.footer-links{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.footer-column h4{color:#fff;margin-bottom:.75rem;font-size:.875rem}.footer-column a{color:#94a3b8;margin-bottom:.5rem;font-size:.813rem;text-decoration:none;transition:color .2s;display:block}.footer-column a:hover{color:#fff}.footer-bottom{text-align:center;border-top:1px solid #2d3a4a;padding-top:1rem;font-size:.75rem}@media (width<=768px){.home-hero-title{font-size:2rem}.home-hero-buttons{flex-direction:column;align-items:center}.steps-grid{flex-direction:column}.step-arrow{transform:rotate(90deg)}.preview-content,.footer-content,.footer-links{grid-template-columns:1fr}.home-nav{padding:.75rem 1rem}.home-logo{font-size:1.25rem}}body{color:#1a2a3a;background:#f5f7fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.navbar{z-index:100;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0;box-shadow:0 1px 3px #0000000d}.logo{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;text-decoration:none}.nav-button{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:10px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:transform .2s,box-shadow .2s}.nav-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.resume-container{max-width:1000px;margin:0 auto;padding:2rem 1.5rem}.hero-section{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:24px;margin-bottom:1.5rem;padding:2rem;box-shadow:0 1px 3px #0000000d}.hero-avatar{margin-bottom:1rem;display:inline-block;position:relative}.avatar-inner{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto;font-size:2.5rem;display:flex;box-shadow:0 8px 20px #3b82f64d}.hero-badge{color:#3b82f6;background:#fff;border:2px solid #3b82f6;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;position:absolute;bottom:0;right:-10px}.hero-name{color:#1a2a3a;margin-bottom:.25rem;font-size:2rem;font-weight:700}.hero-title{color:#3b82f6;letter-spacing:-.3px;margin-top:.25rem;font-size:1.25rem;font-weight:600}.hero-summary{color:#64748b;text-align:center;max-width:600px;margin:1rem auto;font-size:.875rem;line-height:1.6}.info-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;margin-bottom:1.5rem;padding:1.5rem;transition:transform .2s,box-shadow .2s;box-shadow:0 1px 3px #0000000d}.info-card:hover{text-align:center;box-shadow:0 4px 12px #00000014}.card-title{color:#1a2a3a;border-bottom:2px solid #3b82f6;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.125rem;font-weight:600;display:inline-block}.contact-list{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.contact-item{color:#475569;white-space:nowrap;background:#f8fafc;border-radius:30px;align-items:center;gap:.5rem;padding:.375rem .75rem;font-size:.875rem;text-decoration:none;transition:all .2s;display:inline-flex}.contact-item:hover{color:#3b82f6;background:#eef2ff;transform:translateY(-2px)}.skills-wrapper{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.skill-tag{color:#3b82f6;opacity:0;background:#eef2ff;border-radius:20px;padding:.375rem 1rem;font-size:.813rem;font-weight:500;transition:all .2s;animation:.3s forwards fadeInUp;display:inline-block}.skill-tag:hover{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);transform:scale(1.05)}.experience-item{text-align:left;border-bottom:1px solid #e2e8f0;margin-bottom:1.25rem;padding-bottom:1.25rem}.experience-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.exp-header{flex-wrap:wrap;justify-content:space-between;gap:.5rem;margin-bottom:.25rem;display:flex}.exp-header h4{color:#1a2a3a;font-size:1rem;font-weight:600}.exp-date{color:#94a3b8;font-size:.75rem}.exp-company{color:#3b82f6;margin-bottom:.5rem;font-size:.875rem;font-weight:500}.exp-description{color:#475569;font-size:.875rem;line-height:1.5}.timeline-card{text-align:center;border-bottom:1px solid #e2e8f0;flex-direction:column;align-items:center;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.timeline-card:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.timeline-dot{display:none}.timeline-card h4{color:#1a2a3a;margin-bottom:.25rem;font-size:1rem;font-weight:600}.timeline-subtitle{color:#3b82f6;margin-bottom:.25rem;font-size:.875rem;font-weight:500}.timeline-date{color:#94a3b8;margin-bottom:.5rem;font-size:.75rem}.timeline-desc{color:#475569;margin-top:.5rem;font-size:.875rem}.course-item{text-align:center;border-bottom:1px solid #e2e8f0;margin-bottom:1rem;padding-bottom:1rem}.course-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.course-item h4{font-size:.938rem;font-weight:600}.course-provider{color:#64748b;font-size:.813rem}.course-date{color:#94a3b8;font-size:.75rem}.course-desc{color:#475569;margin-top:.5rem;font-size:.813rem}.projects-grid{flex-direction:column;gap:1rem;display:flex}.project-card{text-align:center;background:#f8fafc;border-radius:16px;padding:1rem;transition:all .2s}.project-card:hover{background:#fff;transform:translateY(-2px);box-shadow:0 2px 8px #0000000d}.project-link{text-decoration:none}.project-link h4{color:#3b82f6}.project-name{color:#1a2a3a;font-size:.938rem;font-weight:600}.project-description{color:#475569;margin:.5rem 0;font-size:.813rem}.project-tech{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.tech-mini{color:#475569;background:#e2e8f0;border-radius:12px;padding:.25rem .75rem;font-size:.75rem;transition:all .2s}.tech-mini:hover{color:#fff;background:#3b82f6}.loading{text-align:center;padding:3rem}.spinner{border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;width:40px;height:40px;margin:0 auto 1rem;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.error-container,.empty-container{text-align:center;color:#64748b;padding:3rem}@media (width<=768px){.resume-container{padding:1rem}.hero-name{font-size:1.5rem}.avatar-inner{width:70px;height:70px;font-size:1.75rem}.exp-header{flex-direction:column}.info-card{text-align:center;padding:1rem}.contact-list{flex-wrap:wrap}.contact-item{white-space:normal}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.auth-container{background:#f8fafc;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.auth-nav{z-index:100;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:fixed;top:0;left:0;right:0}.auth-logo{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;text-decoration:none}.auth-nav-link{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:10px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:transform .2s,box-shadow .2s}.auth-nav-link:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.auth-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:100%;max-width:480px;padding:2.5rem;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 6px -1px #0000000d}.auth-card:hover{box-shadow:0 10px 25px -5px #0000001a}.auth-header{text-align:center;margin-bottom:2rem}.auth-icon{margin-bottom:1rem;font-size:3rem}.auth-title{color:#1a2a3a;margin-bottom:.5rem;font-size:1.875rem;font-weight:700}.auth-subtitle{color:#64748b;font-size:.875rem}.auth-form{flex-direction:column;gap:1.25rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-label{color:#334155;font-size:.875rem;font-weight:500}.form-input{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:.75rem 1rem;font-family:inherit;font-size:.938rem;transition:all .2s}.form-input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.form-input::placeholder{color:#94a3b8}.auth-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:12px;margin-top:.5rem;padding:.75rem 1rem;font-size:.938rem;font-weight:500;transition:all .2s}.auth-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.auth-button:disabled{opacity:.7;cursor:not-allowed}.auth-footer{text-align:center;color:#64748b;margin-top:1.5rem;font-size:.875rem}.auth-link{color:#3b82f6;font-weight:500;text-decoration:none;transition:color .2s}.auth-link:hover{color:#2563eb;text-decoration:underline}@media (width<=640px){.auth-container{padding:1rem}.auth-card{padding:1.5rem}.auth-title{font-size:1.5rem}.auth-nav{padding:.75rem 1rem}.auth-logo{font-size:1.25rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.auth-card{animation:.4s ease-out fadeIn}.admin-layout{background:#f8fafc;min-height:100vh;display:flex}.admin-sidebar{background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;width:280px;height:100vh;display:flex;position:fixed;overflow-y:auto}.sidebar-header{border-bottom:1px solid #e2e8f0;padding:1.5rem}.sidebar-logo{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;text-decoration:none;display:block}.sidebar-user{align-items:center;gap:.75rem;display:flex}.user-avatar{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:600;display:flex}.user-info{flex:1}.user-name{color:#1a2a3a;font-size:.875rem;font-weight:600}.user-email{color:#64748b;font-size:.75rem}.sidebar-nav{flex:1;padding:1rem 0}.nav-item{color:#475569;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-size:.875rem;text-decoration:none;transition:all .2s;display:flex}.nav-item:hover{color:#3b82f6;background:#f1f5f9}.nav-item.active{color:#3b82f6;background:#eff6ff;border-right:3px solid #3b82f6}.nav-icon{font-size:1.25rem}.sidebar-btn{cursor:pointer;border:none;border-radius:10px;width:100%;padding:.625rem;font-size:.875rem;font-weight:500;transition:all .2s}.view-btn{color:#3b82f6;background:#eff6ff}.view-btn:hover{background:#e0e7ff;transform:translateY(-1px)}.logout-btn{color:#ef4444;background:#fef2f2}.logout-btn:hover{background:#fee2e2}.admin-main{flex:1;min-height:100vh;margin-left:280px}.admin-content{max-width:1000px;margin:0 auto;padding:2rem}@media (width<=768px){.admin-sidebar{width:80px}.sidebar-header{padding:1rem}.sidebar-logo{text-align:center;font-size:1.25rem}.sidebar-user,.nav-label{display:none}.nav-item{justify-content:center;padding:.75rem}.nav-icon{font-size:1.5rem}.admin-main{margin-left:80px}.admin-content{padding:1rem}}.sidebar-footer{border-top:1px solid #e2e8f0;flex-direction:column;gap:.25rem;padding:1rem 0;display:flex}.footer-btn{text-align:left;cursor:pointer;color:#475569;background:0 0;border:none;width:100%;font-family:inherit;font-size:.875rem}.footer-btn:hover{color:#3b82f6;background:#f1f5f9}.sidebar-footer .nav-item{align-items:center;gap:.75rem;padding:.75rem 1.5rem;transition:all .2s;display:flex}.sidebar-btn{display:none}.crud-container{max-width:800px;margin:0 auto}.crud-container h1{color:#1a2a3a;margin-bottom:1.5rem;font-size:1.75rem;font-weight:600}.crud-form{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:1.5rem;padding:1.5rem}.crud-form h2{color:#1a2a3a;margin-bottom:1.25rem;font-size:1rem;font-weight:600}.form-group{margin-bottom:1rem}.form-group label{color:#475569;margin-bottom:.375rem;font-size:.875rem;font-weight:500;display:block}.form-group input,.form-group textarea{border:1px solid #e2e8f0;border-radius:10px;width:100%;padding:.625rem;font-size:.875rem;transition:all .2s}.form-group input:focus,.form-group textarea:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.checkbox label{cursor:pointer;align-items:center;gap:.5rem;display:flex}.checkbox input{width:auto}.form-actions{gap:.75rem;margin-top:1.25rem;display:flex}.btn-save{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:10px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s}.btn-save:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.btn-cancel{color:#475569;cursor:pointer;background:#e2e8f0;border:none;border-radius:10px;padding:.625rem 1.25rem;font-size:.875rem;transition:all .2s}.btn-cancel:hover{background:#cbd5e1}.crud-list{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem}.crud-list h2{color:#1a2a3a;margin-bottom:1rem;font-size:1rem;font-weight:600}.crud-item{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:.75rem;transition:background .2s;display:flex}.crud-item:hover{background:#f8fafc}.crud-item:last-child{border-bottom:none}.item-content strong{color:#1a2a3a;font-size:.875rem}.item-subtitle{color:#64748b;margin-top:.25rem;font-size:.75rem}.item-actions{gap:.25rem;display:flex}.btn-move{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:6px;padding:.375rem .5rem;font-size:1rem;transition:all .2s}.btn-move:hover:not(:disabled){color:#3b82f6;background:#e2e8f0}.btn-move:disabled{opacity:.3;cursor:not-allowed}.btn-edit,.btn-delete{cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.375rem .5rem;font-size:1rem;transition:all .2s}.btn-edit:hover{background:#e0e7ff}.btn-delete:hover{background:#fee2e2}.empty-state,.loading{text-align:center;color:#64748b;padding:2rem}.crud-item .item-content{text-align:left;flex:1}.item-content strong,.item-content .item-subtitle,.item-content .item-date,.timeline-card,.project-card,.course-item{text-align:left}*{box-sizing:border-box;margin:0;padding:0}body{color:#2c3e50;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;line-height:1.6}.App{max-width:800px;margin:0 auto;padding:2rem 1.5rem}.profile-card{text-align:center;background:#fff;border-bottom:1px solid #e8ecef;border-radius:0;margin-bottom:2rem;padding:0 0 2rem}.profile-card h1{color:#2c3e50;letter-spacing:-.5px;margin-bottom:.5rem;font-size:2rem;font-weight:600}.profile-card .position{color:#4a6fa5;margin-bottom:1rem;font-size:1.125rem;font-weight:500}.profile-card .summary{color:#5a6c7e;margin:1rem 0;font-size:.938rem;line-height:1.7}.contact-info{border-top:1px solid #e8ecef;flex-wrap:wrap;justify-content:center;gap:1rem 1.5rem;margin-top:1.5rem;padding-top:1rem;display:flex}.contact-item{color:#5a6c7e;align-items:center;gap:.25rem;font-size:.875rem;display:flex}.section{background:#fff;margin-bottom:2rem;padding:0}.section h2{color:#2c3e50;letter-spacing:-.3px;border-bottom:2px solid #e8ecef;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:600}.item{border-bottom:1px solid #e8ecef;margin-bottom:1.75rem;padding-bottom:1.5rem}.item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.item h3{color:#2c3e50;margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.item .company,.item .institution{color:#4a6fa5;margin-bottom:.25rem;font-size:.9rem;font-weight:500}.item .date{color:#8a9bb0;margin-bottom:.5rem;font-size:.813rem}.item .description{color:#5a6c7e;font-size:.938rem;line-height:1.7}.technologies{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.tech-tag{color:#5a6c7e;background:#f0f2f5;border-radius:20px;padding:.25rem .75rem;font-size:.813rem;font-weight:500;transition:all .2s}.tech-tag:hover{background:#e8eaef}.project-links{gap:1rem;margin-top:.5rem;display:flex}.project-links a{color:#4a6fa5;font-size:.875rem;text-decoration:none;transition:color .2s}.project-links a:hover{color:#3d5a8c;text-decoration:underline}.loading{text-align:center;color:#5a6c7e;padding:3rem;font-size:1rem}@media (width<=768px){.App{padding:1.5rem 1rem}.profile-card h1{font-size:1.75rem}.profile-card .position{font-size:1rem}.contact-info{flex-direction:column;align-items:center;gap:.5rem}.section h2{font-size:1.125rem}}.item h3 a{color:#2c3e50;text-decoration:none;transition:color .2s}.item h3 a:hover{color:#4a6fa5;text-decoration:underline}.project-link{color:#2c3e50;text-decoration:none;transition:color .2s}.project-link:hover{color:#4a6fa5;text-decoration:underline}.project-title{color:#2c3e50}.contact-link{color:#5a6c7e;text-decoration:none;transition:color .2s}.contact-link:hover{color:#4a6fa5;text-decoration:underline}.loading:before{content:"";vertical-align:middle;border:2px solid #e8ecef;border-top-color:#4a6fa5;border-radius:50%;width:32px;height:32px;margin-right:.5rem;animation:.8s linear infinite spin;display:inline-block}
