@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;700;800&display=swap);html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:linear-gradient(#0000000d 1px,#0000 0),linear-gradient(90deg,#0000000d 1px,#0000 0);background-position:-1px -1px;background-size:40px 40px;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}body{background-color:#fff;font-family:Inter,sans-serif;margin:0;overflow-x:hidden}.page-wrapper{box-sizing:border-box;min-height:100vh;padding-top:6rem;position:relative;width:100%}.content-container{box-sizing:border-box;flex-direction:column;padding:0 2rem;text-align:center;z-index:1}.content-container,.hero-content{align-items:center;display:flex;width:100%}.hero-content{gap:4rem;justify-content:center;margin-bottom:2rem;margin-top:2rem;position:relative}.main-title{animation:fadeIn 1.2s ease-in-out forwards;animation-delay:.2s;color:#1f1f1f;flex-shrink:0;font-size:6rem;font-weight:800;line-height:1;opacity:0;text-align:center}.profile-pic{border-radius:30px;box-shadow:0 20px 40px #0000001a;flex-shrink:0;height:auto;transform:rotate(-6deg);transition:all .3s ease-in-out;width:250px}.profile-pic:hover{transform:rotate(0deg) scale(1.05)}.hero-images-right{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:4rem}.floating-image{border-radius:30px;box-shadow:0 20px 40px #0000001a;object-fit:cover;transition:all .3s ease-in-out}.floating-image:hover{transform:rotate(0deg) scale(1.05)!important}.image-top{height:220px;transform:rotate(8deg);width:280px}.image-bottom{height:220px;transform:rotate(-6deg);width:280px}.intro-bubble{background-color:#ff9238;border-radius:9999px;box-shadow:0 4px 15px #0000001a;color:#fff;font-weight:700;margin-bottom:-7rem;margin-top:5rem;padding:12px 24px}.status-indicator{align-items:center;background-color:#e6fffa;border-radius:9999px;color:#2c7a7b;display:inline-flex;font-size:.9rem;margin-top:-5rem;padding:8px 16px}.status-dot{animation:blink 1s ease-in-out infinite;background-color:#119960;border-radius:50%;height:10px;margin-right:8px;width:10px}.button-group{display:flex;gap:1rem;margin-top:2.5rem}.btn{border:2px solid #0000;border-radius:9999px;cursor:pointer;font-size:1rem;font-weight:700;padding:14px 32px;text-decoration:none;transition:all .2s ease-in-out}.btn-primary{background-color:#2563eb;color:#fff}.btn-secondary{background-color:#fff;border:2px solid #2563eb;color:#2563eb}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInBubble{0%{opacity:0}to{opacity:1}}@keyframes blink{0%{opacity:1}50%{opacity:.3}to{opacity:1}}.custom-cursor-bubble,.custom-cursor-pointer{left:0;pointer-events:none;position:fixed;top:0;will-change:transform;z-index:9999}.custom-cursor-bubble{background-color:#2563eb;border-radius:9999px;color:#fff;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:700;padding:10px 24px}.custom-cursor-bubble.image-hover{background-color:#9333ea!important}.custom-cursor-pointer.project-hover{display:none}.custom-cursor-bubble.project-hover{align-items:center;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid #fff3;border-radius:50%;color:#fff;display:flex;font-size:1.1rem;height:100px;justify-content:center;padding:0;text-shadow:0 1px 2px #00000040;transform:translate(-50%,-50%);width:100px}.mobile-image-stack{display:none}@media (max-width:992px){.hero-content{flex-direction:column;gap:2rem}.desktop-image{display:none}.mobile-image-stack{display:block;height:180px;margin-bottom:1rem;order:1;position:relative;width:150px}.stacked-image{border:3px solid #fff;border-radius:20px;box-shadow:0 10px 20px #0000001a;height:140px;left:50%;object-fit:cover;position:absolute;top:50%;transition:transform .3s ease-in-out;width:140px}.stacked-image:first-child{transform:translate(-50%,-50%) translateY(-40px) rotate(-8deg)}.stacked-image:nth-child(2){transform:translate(-50%,-50%);z-index:10}.stacked-image:nth-child(3){transform:translate(-50%,-50%) translateY(40px) rotate(8deg)}.mobile-image-stack:hover .stacked-image:first-child{transform:translate(-50%,-50%) translateY(-55px) rotate(-8deg)}.mobile-image-stack:hover .stacked-image:nth-child(2){transform:translate(-50%,-50%) scale(1.05)}.mobile-image-stack:hover .stacked-image:nth-child(3){transform:translate(-50%,-50%) translateY(55px) rotate(8deg)}.main-title{font-size:5rem;order:2}}@media (max-width:768px){.main-title{font-size:4rem;line-height:1.1}.button-group{flex-direction:column;max-width:320px;width:100%}}@media (max-width:480px){.content-container{padding:0 1rem}.main-title{font-size:3.2rem}.mobile-image-stack{height:150px}.stacked-image{height:110px;width:110px}}.navbar{background-color:#1f1f1f;border-radius:9999px;box-shadow:0 4px 20px #0000001a;box-sizing:border-box;justify-content:space-between;left:50%;max-width:1200px;padding:1rem 2.5rem;position:absolute;top:2rem;transform:translateX(-50%);width:90%;z-index:1000}.nav-logo,.navbar{align-items:center;display:flex}.nav-logo{color:#fff;cursor:pointer;font-size:1.5rem;font-weight:600;gap:.75rem;text-decoration:none;z-index:1001}.nav-logo-dot{background-color:#ff9238;border-radius:50%;height:12px;width:12px}.nav-links{align-items:center;display:flex;gap:2.5rem}.nav-links a{color:#a0a0a0;font-size:1rem;font-weight:600;letter-spacing:.05em;text-decoration:none;transition:color .2s ease-in-out}.nav-links a:hover{color:#fff}.hamburger-menu{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:2rem;justify-content:space-around;padding:0;width:2rem;z-index:1001}.hamburger-menu .bar{background-color:#fff;border-radius:10px;height:.25rem;position:relative;transform-origin:1px;transition:all .3s linear;width:2rem}.hamburger-menu.open .bar:first-child{transform:rotate(45deg)}.hamburger-menu.open .bar:nth-child(2){opacity:0;transform:translateX(20px)}.hamburger-menu.open .bar:nth-child(3){transform:rotate(-45deg)}@media (max-width:768px){.navbar{border-radius:30px;padding:1rem 1.5rem;width:95%}.hamburger-menu,.nav-links{display:flex}.nav-links{align-items:center;background-color:#1f1f1f;flex-direction:column;gap:2rem;height:100vh;justify-content:center;left:0;position:absolute;top:0;transform:translateY(-100%);transition:transform .3s ease-in-out;width:100%}.nav-links.open{transform:translateY(0)}.nav-links a{color:#fff;font-size:1.5rem}}.project-card-wrapper{height:500px;max-width:900px;width:100%}.project-card{border-radius:24px;box-shadow:0 10px 30px #0003;color:#1f1f1f;display:flex;flex-direction:column;height:500px;justify-content:center;margin:0 auto;max-width:1200px;overflow:hidden;padding:3rem;position:relative}.project-card.is-active{transform:scale(1)}.card-content{border-color:#0000001a;max-width:60%;position:relative;z-index:2}.card-content h2{font-size:2.5rem;font-weight:700;margin:0 0 1rem}.card-content p{font-size:1rem;line-height:1.6;margin-bottom:2rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2.5rem}.tech-tag{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background-color:#0003;border:1px solid #ffffff1a;border-radius:20px;color:#f0f0f0;display:inline-block;font-size:.85rem;font-weight:500;margin:0 .5rem .5rem 0;padding:.5rem 1rem}.view-project-btn{background-color:#0d1117;border:none;border-radius:50px;box-shadow:0 4px 15px #0003;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:12px 28px;transition:all .3s ease}.view-project-btn:hover{background-color:#161b22;box-shadow:0 6px 20px #00000040;transform:translateY(-2px)}.decorative-circles{bottom:-80px;height:300px;position:absolute;right:-60px;width:300px;z-index:1}.circle{border-radius:50%;border-style:solid;position:absolute}.circle-1{border-color:#0000001a;border-width:15px;height:100%;width:100%}.circle-2{border-color:#00000026;border-width:1px;height:80%;left:10%;top:10%;width:80%}@media (max-width:768px){.project-card{height:auto;padding:2rem}.card-content{max-width:100%}.card-content h2{font-size:2rem}.card-content p{font-size:.95rem;margin-bottom:1.5rem}.tech-tags{margin-bottom:2rem}.decorative-circles{bottom:-100px;height:250px;opacity:.5;right:-100px;width:250px}}@media (max-width:480px){.project-card{padding:1.5rem}.card-content h2{font-size:1.8rem}.card-content p{font-size:.9rem}.view-project-btn{font-size:.9rem;padding:10px 24px}.decorative-circles{display:none}}.projects-section{background-color:#121212;color:#fff;padding:6rem 0}.projects-header{margin:0 auto 4rem;max-width:600px;padding:0 2rem;text-align:center}.projects-header h2{font-size:2.25rem;font-weight:800;letter-spacing:.05em;margin-bottom:1.5rem}.projects-header p{color:#a0a0a0;line-height:1.6}.projects-list{position:relative}.card-container{box-sizing:border-box;padding:0 2rem;position:-webkit-sticky;position:sticky}.card-container:first-child{top:6rem}.card-container:nth-child(2){top:7rem}.card-container:nth-child(3){top:8rem}.card-container:nth-child(4){top:9rem}.card-container:nth-child(5){top:10rem}.card-container:nth-child(6){top:11rem}.card-container:nth-child(7){top:12rem}.card-container:nth-child(8){top:13rem}.experience-section{background-color:#fff;font-family:Inter,sans-serif;padding:6rem 2rem}.section-title{color:#1f1f1f;font-size:2.25rem;font-weight:800;letter-spacing:.1em;margin-bottom:5rem}.experience-list{display:flex;flex-direction:column;gap:4rem;margin:0 auto;max-width:1200px}.experience-item{grid-gap:2rem;align-items:start;border-bottom:1px solid #e0e0e0;display:grid;gap:2rem;grid-template-columns:1fr 1fr 2fr;padding-bottom:2rem}.experience-item:last-child{border-bottom:none}.experience-header h3{font-size:1.25rem;font-weight:700;margin:0 0 .5rem}.experience-header span{color:#6b7280;font-size:.9rem}.experience-details{display:flex;flex-direction:column;gap:1rem}.detail-row{display:grid;grid-template-columns:80px 1fr}.detail-label{color:#6b7280;font-size:.9rem}.detail-value{font-weight:500}.experience-description p{color:#374151;line-height:1.6;margin:0}@media (max-width:768px){.experience-section{padding:4rem 1rem}.section-title{font-size:1.8rem;margin-bottom:3rem}.experience-item{gap:1.5rem;grid-template-columns:1fr}.experience-header{align-items:flex-start;flex-direction:column}}.connect-section{background-color:#111;color:#fff;font-family:Inter,sans-serif;padding:6rem 2rem}.connect-content{margin:0 auto;max-width:1200px}.connect-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2.5rem}.connect-header h2{color:#fff;font-size:2rem;font-weight:800;letter-spacing:.05em;margin:0}.email-container{align-items:center;background-color:#fff;border:none;border-radius:50px;color:#1f1f1f;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease-in-out}.email-container:hover{box-shadow:0 4px 15px #ffffff1a;transform:scale(1.05)}.copy-icon{color:#6b7280}.connect-text{color:#a0a0a0;font-size:1.1rem;line-height:1.8;margin:2.5rem 0;max-width:500px;text-align:left}.connect-buttons{display:flex;gap:1rem;justify-content:flex-start}.btn-linkedin,.btn-resume-dark{border:2px solid #0000;border-radius:50px;font-weight:600;padding:.8rem 2.5rem;text-decoration:none;transition:all .2s ease-in-out}.btn-linkedin{background-color:#0077b5;color:#fff}.btn-linkedin:hover{background-color:#005e94}.btn-resume-dark{background-color:initial;border-color:#333;color:#fff}.btn-resume-dark:hover{background-color:#333;color:#fff}@media (max-width:768px){.connect-section{padding:4rem 1.5rem}.connect-header{align-items:flex-start;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.connect-header h2{font-size:1.6rem}.email-container{font-size:1rem;padding:.7rem 1.2rem}.connect-text{font-size:1rem;max-width:100%;text-align:left}.connect-buttons{flex-direction:column;width:100%}.btn-linkedin,.btn-resume-dark{text-align:center}}.about-page{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh}.about-page,.hero-section{background-color:#fff;color:#2d2d2d}.hero-section{align-items:center;box-sizing:border-box;display:flex;height:100vh;justify-content:center;overflow:hidden;padding-top:8rem;position:relative;text-align:center}.hero-grid-background{background-image:linear-gradient(#00000014 1px,#0000 0),linear-gradient(90deg,#00000014 1px,#0000 0);background-size:80px 80px;height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.hero-text-content{left:50%;position:absolute;text-align:center;top:48%;transform:translate(-50%,-50%);width:600px;z-index:20}.hero-text-content h1{font-size:3.2rem;font-weight:700;line-height:1.3;margin-bottom:1.5rem}.hero-text-content p{color:#555;font-size:1.1rem;line-height:1.7;margin:0 auto;max-width:500px}.hero-status{align-items:center;background-color:#e6f4ea;border-radius:9999px;color:#3d995f;display:inline-flex;font-weight:500;gap:.75rem;left:50%;margin-bottom:2rem;padding:.8rem 1.5rem;position:absolute;top:68%;transform:translateX(-50%);z-index:10}.hero-status .status-dot{background-color:#3d995f;border-radius:50%;height:10px;width:10px}.hero-buttons{display:flex;gap:1rem;left:50%;position:absolute;top:80%;transform:translateX(-50%);z-index:10}.hero-buttons .btn{border:2px solid #0000;border-radius:9999px;font-weight:600;padding:.8rem 2rem;text-decoration:none;transition:all .2s ease-in-out}.hero-buttons .btn-primary{background-color:#2563eb;color:#fff}.hero-buttons .btn-primary:hover{background-color:#1d4ed8}.hero-buttons .btn-secondary{background-color:#fff;border-color:#2563eb;color:#2563eb}.hero-buttons .btn-secondary:hover{background-color:#eff6ff}.hero-image-container{height:100%;left:50%;max-width:2000px;position:absolute;top:0;transform:translateX(-50%);width:100%;z-index:1}.hero-image{background-color:#fff;border-radius:20px;box-shadow:0 20px 45px #00000038;overflow:hidden;position:absolute;transition:all .3s ease-in-out;z-index:5}.hero-image:hover{box-shadow:0 25px 50px #00000026;transform:scale(1.05) rotate(0deg);transform:scale(1.05) rotate(var(--rotate,0deg));z-index:20}.hero-image img{border-radius:inherit;display:block;height:100%;object-fit:cover;width:100%}.image-1{--rotate:-10deg;height:250px;left:15%;top:15%;transform:rotate(-10deg);width:200px}.image-2{--rotate:3deg;height:200px;left:50%;top:13%;transform:translateX(-50%) rotate(3deg);width:120px}.image-3{--rotate:8deg;height:180px;right:10%;top:18%;transform:rotate(8deg);width:280px}.image-4{--rotate:10deg;align-items:center;bottom:18%;display:flex;gap:1rem;height:150px;justify-content:center;left:14%;transform:rotate(10deg);width:260px}.image-4 img{border-radius:12px;height:130px;right:10%;top:10%;width:130px}.spotify-icon{color:#1db954;font-size:5rem}.image-5{--rotate:-6deg;bottom:15%;height:210px;right:10%;transform:rotate(-6deg);width:300px}.bio-section{background-color:#fff;color:#333;display:flex;justify-content:center;padding:15vh 2rem}.bio-container{align-items:center;display:flex;gap:4rem;max-width:1200px;width:100%}.bio-text-content{flex:1 1;max-width:600px}.bio-image-content{flex:1 1;max-width:450px}.bio-image{border-radius:16px;box-shadow:0 10px 30px #0000001a;width:100%}.bio-title{font-size:3.5rem;font-weight:700;margin-bottom:.5rem}.bio-pronunciation{align-items:center;color:#555;display:flex;font-family:"monospace";font-size:1.2rem;gap:.5rem;margin-bottom:2rem}.flag-svg{border-radius:3px;height:auto;width:1.8em}.bio-text-content p{color:#444;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.bio-status{align-items:center;color:#00a86b;display:inline-flex;font-size:1rem;font-weight:500;gap:.75rem}.bio-status .status-dot{animation:pulse 2s infinite;background-color:#00a86b;border-radius:50%;height:10px;width:10px}@keyframes pulse{0%{box-shadow:0 0 0 0 #00a86bb3}70%{box-shadow:0 0 0 10px #00a86b00}to{box-shadow:0 0 0 0 #00a86b00}}.approach-section{background-color:#fff;color:#333;padding:10vh 2rem;text-align:center}.approach-container{margin:0 auto;max-width:1400px}.approach-title{font-size:2.5rem;font-weight:600;margin-bottom:1.5rem}.approach-subtitle{color:#555;font-size:1.1rem;line-height:1.7;margin:0 auto 5rem;max-width:800px}.approach-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);text-align:left}.approach-item h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.approach-item p{color:#666;font-size:1rem;line-height:1.6}.approach-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.approach-number{color:#ccc;font-size:3rem;font-weight:700}.approach-dots{display:flex;gap:.5rem}.approach-dots .dot{background-color:#ddd;border-radius:50%;height:8px;width:8px}.approach-dots .dot.active{background-color:#2563eb;transform:scale(1.3)}@media (max-width:1400px){.image-1{height:270px;left:12%;width:216px}.image-2{height:225px;width:162px}.image-3{height:180px;right:10%;width:288px}.image-4{height:135px;left:16%;width:234px}.image-4 img{height:117px;width:117px}.spotify-icon{font-size:4.5rem}.image-5{height:189px;right:12%;width:270px}}@media (max-width:1200px){.hero-text-content h1{font-size:2.8rem}.image-1{height:240px;left:5%;top:12%;width:192px}.image-2{height:200px;top:5%;width:144px}.image-3{height:160px;right:2%;top:15%;width:256px}.image-4{bottom:15%;height:120px;left:8%;width:208px}.image-4 img{height:104px;width:104px}.spotify-icon{font-size:4rem}.image-5{bottom:12%;height:168px;right:6%;width:240px}.bio-container{flex-direction:column;gap:3rem;text-align:center}.bio-text-content{max-width:700px}.approach-grid{gap:2rem;grid-template-columns:1fr}}@media (max-width:992px){.hero-image{display:none}.hero-text-content{width:90%}.hero-text-content h1{font-size:2.5rem}.bio-section{padding:10vh 2rem}}@media (max-width:768px){.hero-section{padding-top:12rem}.hero-text-content{top:40%;width:90%}.hero-text-content h1{font-size:2.2rem;line-height:1.4}.hero-text-content p{font-size:1rem}.hero-status{top:62%}.hero-buttons{flex-direction:column;top:75%;width:80%}.bio-section{padding:8vh 2rem}.bio-title{font-size:2.5rem}.approach-section{padding:8vh 1.5rem}.approach-title{font-size:1.8rem}.approach-subtitle{font-size:.95rem}}.image-grid-container{grid-gap:4rem;background-color:#fff;display:grid;flex-direction:column;gap:4rem;min-height:100vh;padding:10vh 2rem;place-items:center;position:relative}.image-grid-wrapper{background-color:#fff;display:grid;height:100vh;place-items:center;width:100%}.image-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(3,1fr);max-width:1400px;width:90vw}.grid-item{border-radius:16px;height:100%;opacity:0;overflow:hidden;position:relative;width:100%}.grid-item img{display:block;height:100%;object-fit:cover;width:100%}.center-item{grid-column:3/4;grid-row:2/3;opacity:1;z-index:10}.grid-intro-text{color:#333;max-width:700px;text-align:center}.intro-subtitle{color:#777;font-size:.9rem;font-weight:500;letter-spacing:2px;margin-bottom:1rem;text-transform:uppercase}.intro-title{font-size:2.5rem;font-weight:600;margin-bottom:1rem}.intro-description{color:#888;font-size:1.1rem}.work-page{background-color:#000;min-height:100vh}.work-content{min-height:calc(100vh - 80px);padding-top:80px}.contact-page{background-color:#000;min-height:100vh}.contact-content{min-height:calc(100vh - 80px);padding-top:80px}.project-page-container{color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin:0 auto;max-width:900px;padding:2rem}.project-tags{margin-bottom:.5rem}.project-tags span{background-color:#f0f0f0;border-radius:4px;color:#666;display:inline-block;font-size:.8rem;margin:0 .5rem;padding:.25rem .5rem}.project-header h1{font-size:2.5rem;font-weight:700;margin:0}.project-main-image{border-radius:8px;height:auto;margin-bottom:2rem;object-fit:cover;width:100%}.project-section{margin-bottom:2rem}.project-section h2,.project-section-content h2{border-bottom:2px solid #eee;font-size:1.8rem;margin-bottom:1rem;padding-bottom:.5rem}.project-section p,.project-section-content p,.project-section-content ul{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1rem;font-synthesis:none;line-height:1.6;margin-bottom:1rem;text-rendering:optimizeLegibility}.project-section-content ul{padding-left:20px}.project-section-colored{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:3rem 0}.project-section-content{margin:0 auto;max-width:900px;padding:0 2rem}.challenge{margin-bottom:2rem}.challenge h3{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.challenge h3 span{font-weight:700}.challenge p span{font-weight:600}.placeholder-block{display:block;height:auto;margin:3rem auto;max-width:100%;width:40px}.tweet-to-trade-container{color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin:0 auto;max-width:900px;padding:2rem}.project-header{margin-bottom:2rem;text-align:center}.project-meta{color:#666;display:flex;font-size:.9rem;gap:1.5rem;justify-content:center;margin-bottom:1rem}.project-meta span{align-items:center;display:flex;gap:.5rem}.project-title{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:2rem}.project-image{border-radius:8px;box-shadow:0 4px 8px #0000001a;height:auto;margin-bottom:2rem;width:100%}.project-description{display:flex;gap:2rem;text-align:left}.description-title{color:#444;flex-shrink:0;font-size:1rem;font-weight:700;margin:0;padding:0;width:200px}h2.description-title,h3.description-title{font-size:1.2rem}.project-description p{color:#555;font-size:1rem;line-height:1.6;margin:0 0 1rem}.back-button{background:none;border:none;color:#333;cursor:pointer;font-size:1rem;font-weight:700;left:2rem;position:absolute;top:2rem;z-index:10}.description-text{flex-grow:1}.description-text ul{list-style-position:outside;margin:1rem 0;padding-left:1.2rem}.description-text li{margin-bottom:.5rem}.placeholder-block{border-radius:8px;height:400px;margin:3rem 0;width:100%}.section-title{color:#333;font-size:1.8rem;font-weight:700;margin:3rem 0 2rem;text-align:center}.challenge-container+.project-description{margin-top:1.5rem}.challenge-container strong{display:block}.challenge-container .description-text{padding-top:0}
/*# sourceMappingURL=main.98cb4366.css.map*/