body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-color:#1a365d;--secondary-color:#2c5aa0;--accent-color:#4299e1;--link-hover-color:#2b6cb0;--light-gray:#f7fafc;--gray:#e2e8f0;--dark-gray:#4a5568;--text-primary:#2d3748;--text-secondary:#4a5568;--text-light:#718096;--white:#fff;--success:#38a169;--margins:1200px;--border-radius:12px;--shadow-sm:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}button{background:linear-gradient(135deg,#1a365d,#2c5aa0);background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);border:none;border-radius:12px;border-radius:var(--border-radius);box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow-sm);color:#fff;color:var(--white);font-size:1rem;font-weight:600;letter-spacing:.025em;margin:auto;padding:.75rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}button:hover{background:linear-gradient(135deg,#2c5aa0,#2b6cb0);background:linear-gradient(135deg,var(--secondary-color) 0,var(--link-hover-color) 100%);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);transform:translateY(-2px)}button:active{box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow-sm);transform:translateY(0)}.main{margin:0 auto;max-width:1200px;padding:0 2rem}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f7fafc;background-color:var(--light-gray);color:#2d3748;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;margin:0}code{font-family:JetBrains Mono,source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5,h6{font-weight:700;letter-spacing:-.025em;line-height:1.25;margin-bottom:.5rem}h1{font-size:2.25rem}h1,h2{color:#2d3748;color:var(--text-primary)}h2{font-size:1.875rem}h3{font-size:1.5rem}h3,p{color:#4a5568;color:var(--text-secondary)}p{margin-bottom:1rem}*{box-sizing:border-box}@media (max-width:768px){.main{padding:0 1rem}h1{font-size:1.875rem}h2{font-size:1.5rem}h3{font-size:1.25rem}button{font-size:.875rem;padding:.75rem 1.25rem}}.background{align-items:center;background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 50%,var(--accent-color) 100%);display:flex;justify-content:center;overflow:hidden;padding:2rem 1rem;position:relative}.background:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='20' cy='20' r='.5' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='80' cy='80' r='.3' fill='%23fff' opacity='.05'/%3E%3Ccircle cx='40' cy='60' r='.4' fill='%23fff' opacity='.08'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.header{align-items:center;color:var(--white);display:flex;max-width:var(--margins);padding:2rem;position:relative;width:100%;z-index:1}.header-left{cursor:pointer;flex:3 1;text-align:left;transition:all .3s ease}.header-left:hover{transform:translateY(-2px)}.header-right{display:flex;flex:1 1;justify-content:flex-end}.header-left h1{color:var(--white);font-size:clamp(2rem,4vw,3.5rem);font-weight:800;letter-spacing:-.02em;margin:0 0 .5rem;text-shadow:0 2px 4px #0000004d}.header-left h2{color:var(--white);font-size:clamp(1rem,2.5vw,1.5rem);font-weight:400;letter-spacing:.05em;margin:0;opacity:.95;text-shadow:0 1px 2px #0003;text-transform:uppercase}.header-right .profile-image{border:4px solid var(--white);border-radius:50%;box-shadow:var(--shadow-lg);height:clamp(120px,18vw,180px);object-fit:cover;transition:all .3s ease;width:clamp(120px,18vw,180px)}.header-right .profile-image:hover{box-shadow:var(--shadow-xl);transform:scale(1.05)}@media (max-width:900px){.background{padding:1.5rem 1rem}.header{flex-direction:column;gap:1.5rem;padding:1rem;text-align:center}.header-left{flex:none;text-align:center}.header-right{flex:none;justify-content:center}.header-left h1{font-size:2.5rem}.header-left h2{font-size:1.25rem}.header-right .profile-image{height:150px;width:150px}}.description-container{align-items:center;background:var(--white);box-shadow:var(--shadow-sm);gap:2rem;justify-content:space-between;margin:2rem 0;padding:3rem 2rem}.description-container,.description-left{border-radius:var(--border-radius);display:flex}.description-left{background:var(--light-gray);border-left:4px solid var(--accent-color);flex:2 1;flex-direction:column;padding:1.5rem}.description-left p{color:var(--text-secondary);font-size:1.125rem;line-height:1.7;margin-bottom:1.5rem;text-align:left}.description-left p:last-child{margin-bottom:0}.description-right{align-items:center;background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);border-radius:var(--border-radius);box-shadow:var(--shadow-md);color:var(--white);display:flex;flex:1 1;flex-direction:column;height:81%;justify-content:center;overflow:hidden;padding:2rem;position:relative}.description-right:before{background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:100%;pointer-events:none;position:absolute;right:-50%;top:-50%;width:100%}.description-right h1{color:var(--white);font-size:1.5rem;margin-bottom:1rem;position:relative;z-index:1}.description-right p{color:#ffffffe6;line-height:1.6;margin:0 0 1.5rem;position:relative;z-index:1}.description-right button{align-self:center;background:var(--white);border:2px solid var(--white);color:var(--primary-color);font-weight:600;margin:0;min-width:20px;position:relative;z-index:1}.description-right button:hover{background:#0000;border-color:var(--white);color:var(--white);transform:translateY(-2px)}@media (max-width:900px){.description-container{align-items:center;flex-direction:column;gap:1.5rem;padding:2rem 1rem}.description-left{margin-right:0}.description-left p{font-size:1rem}.description-right{align-self:stretch}}.project{background:var(--white);border:1px solid var(--gray);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;height:100%;min-height:450px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.project:hover{border-color:var(--accent-color);box-shadow:var(--shadow-xl);transform:translateY(-8px)}.project-content{display:flex;flex:1 1;flex-direction:column;justify-content:space-between;padding:2rem}.project-header{align-items:flex-start;gap:1rem;justify-content:space-between;margin-bottom:1rem;min-height:60px}.project h2{color:var(--text-primary);flex:1 1;font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700;-webkit-hyphens:auto;hyphens:auto;line-height:1.3;margin:0}.project-type{background:var(--light-gray);border:1px solid var(--gray);border-radius:6px;font-size:.875rem;font-weight:500;margin-bottom:1rem;padding:.25rem .75rem;white-space:nowrap}.project p,.project-type{color:var(--text-secondary)}.project p{-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;font-size:1rem;height:96px;line-height:1.6;margin:0 0 1.5rem;overflow:hidden}.project-tags{align-content:flex-start;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;min-height:80px}.project-tag{background:linear-gradient(135deg,var(--accent-color) 0,var(--secondary-color) 100%);border-radius:6px;box-shadow:var(--shadow-sm);color:var(--white);font-size:.75rem;font-weight:600;letter-spacing:.025em;padding:.375rem .75rem}.project button{align-self:stretch;border-radius:8px;font-size:1rem;font-weight:600;margin:0 2rem 2rem;max-height:3rem;padding:.875rem 1.5rem}@media (max-width:900px){.project{margin-bottom:0;min-height:400px}.project-content{padding:1.5rem}.project-header{min-height:50px}.project p{-webkit-line-clamp:3;line-clamp:3;height:80px}.project-tags{min-height:60px}.project button{margin:0 1.5rem 1.5rem}}.projects-section{margin:3rem 0}.projects-header{margin-bottom:3rem;padding:0 2rem;text-align:center}.projects-header h1{word-wrap:break-word;color:var(--text-primary);font-size:clamp(2rem,4vw,2.5rem);font-weight:801;-webkit-hyphens:auto;hyphens:auto;letter-spacing:-.025em;margin-bottom:1rem}.projects-header p{color:var(--text-light);font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.6;margin:0 auto;max-width:600px}.projects-container{grid-gap:2rem;align-items:stretch;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));padding:0 2rem}@media (max-width:900px){.projects-header{margin-bottom:2rem;padding:0 1rem}.projects-header h1{font-size:2rem}.projects-header p{font-size:1.125rem}.projects-container{gap:1.5rem;grid-template-columns:1fr;padding:0 1rem}}.project-header{align-items:center;display:flex;flex-direction:column;margin:0 auto;width:90%}.project-header-title{align-items:center;background-color:var(--gray);border:1px solid #ddd;border-radius:1rem;display:flex;margin:2rem;padding:1rem}.title{flex:6 1;margin:1rem;text-align:left}.project-body h1,.project-header h1{margin:0}button{cursor:pointer;flex:4 1;padding:.5rem 1rem;transition:background-color .3s ease}button:hover{background-color:var(--link-hover-color)}.project-header-title button{height:50px;margin:2rem;max-width:25%}.project-header h1{color:var(--primary-color);font-size:2.5rem;margin-bottom:10px}.project-body{align-items:center;display:flex;flex-direction:column;justify-content:center}.description{flex:2 1;font-size:1.1rem;margin:1rem;text-align:left}.labels-container{border:1px solid #ddd;border-radius:1rem;flex:1 1;margin:1rem;padding:1rem 1rem 5rem;width:60%}.labels{display:flex;flex-wrap:wrap}.label{background-color:var(--primary-color);border:none;border-radius:20px;box-shadow:0 4px 6px #0000001a;color:var(--secondary-color);color:#fff;font-size:1.2rem;margin:10px;padding:10px 20px;transition:transform .2s ease,box-shadow .2s ease}.label:hover{box-shadow:0 6px 8px #00000026;transform:translateY(-3px)}@media (max-width:768px){.project-header-title{align-items:center;flex-direction:column;margin:2rem 1rem}.project-header-title button{font-size:1.3rem;min-height:50px;min-width:70%}.project-header img{max-height:100%}.labels-container,.project-header{width:100%}}.slideshow{align-items:center;display:flex;height:400px;justify-content:center;margin:2rem 0;position:relative;width:100%}.slide-image{border-radius:10px;max-height:400px;max-width:100%}.next,.prev{background-color:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;padding:.5rem 1rem;position:absolute;top:50%;transform:translateY(-50%)}.prev{left:10px}.next{right:10px}.next:hover,.prev:hover{background-color:#000c}@media (max-width:768px){.slideshow{height:500px}}.App{display:flex;flex-direction:column;min-height:100vh}#body{flex:1 1}
/*# sourceMappingURL=main.4aab56d9.css.map*/