@tailwind base;@tailwind components;@tailwind utilities;*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#fff}html{scroll-behavior:smooth;scroll-padding-top:4rem}.container{max-width:1200px;margin:0 auto;padding:0 1rem}nav{position:fixed;top:0;left:0;right:0;z-index:50;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;transition:all .3s ease}nav.scrolled{background:hsla(0,0%,100%,.98);box-shadow:0 4px 6px rgba(0,0,0,.1)}.nav-content{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;height:4rem}.logo,.logo a{text-decoration:none}.logo,.logo a,.logo button{font-size:1.25rem;font-weight:700;color:#2563eb}.logo button{background:none;border:none;cursor:pointer;transition:color .2s ease}.logo button:hover{color:#1d4ed8}.nav-links{display:none}.nav-link,.nav-links a{color:#6b7280;text-decoration:none;padding:.5rem .75rem;border-radius:.375rem;font-size:.875rem;font-weight:500;transition:color .2s ease;background:none;border:none;cursor:pointer}.nav-link:hover,.nav-links a:hover{color:#111827}.mobile-menu{display:block}.mobile-menu button{padding:.5rem;border:none;background:none;color:#6b7280;cursor:pointer}.mobile-nav{background:#fff;border-top:1px solid #e5e7eb;padding:1rem}.mobile-nav-link{display:block;width:100%;text-align:left;padding:.75rem;border-radius:.375rem;font-size:1rem;font-weight:500;color:#6b7280;background:none;border:none;cursor:pointer;transition:all .2s ease}.mobile-nav-link:hover{color:#111827;background:#f9fafb}.hero{min-height:100vh;display:flex;justify-content:center;background:#fff;padding:6rem 1rem 4rem;overflow-x:hidden}.hero,.hero-content{align-items:center;width:100%}.hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;padding:0 1rem}.hero-text h1{font-size:clamp(2rem,3.5vw,3rem);font-weight:700;color:#111827;margin-bottom:1rem}.hero-text h1 span{color:#2563eb}.hero-text h2{font-size:clamp(1.25rem,4vw,1.5rem);font-weight:600;color:#6b7280;margin-bottom:1rem;line-height:1.3;max-width:100%;white-space:nowrap}.hero-text{width:100%;max-width:100%}.hero-text p{font-size:1.125rem;color:#6b7280;margin-bottom:1.5rem;max-width:32rem;width:100%}.hero-buttons{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;width:100%;max-width:400px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;text-decoration:none;transition:all .2s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8}.btn-secondary{background:#fff;color:#374151;border:1px solid #d1d5db}.btn-secondary:hover{background:#f9fafb}.hero-image,.profile-placeholder{display:flex;justify-content:center}.profile-placeholder{width:20rem;height:20rem;background:#f3f4f6;border-radius:50%;align-items:center;font-size:4rem;font-weight:700;color:#9ca3af}.profile-image{width:100%;max-width:28rem;height:auto;aspect-ratio:1/1;border-radius:50%;object-fit:cover;object-position:center}.section{padding:5rem 1rem}.section-title{text-align:center;font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1rem}.section-subtitle{text-align:center;font-size:1.125rem;color:#6b7280;margin-bottom:4rem;max-width:32rem;margin-left:auto;margin-right:auto}.about{background:#f9fafb}.about-grid{gap:2rem;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.about-top-row{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}.about-education h4,.about-interests h3,.about-intro h3,.about-stats h4{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:1.5rem}.about-intro p{color:#6b7280;line-height:1.7}.about-bottom-row{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media (max-width:639px){.about-bottom-row,.about-grid,.about-top-row{display:block}.about-education,.about-interests,.about-intro{padding-bottom:2rem;margin-bottom:2rem;border-bottom:1px solid #e5e7eb}.footer-section{width:100%;padding:0 1rem}.social-links{display:flex;flex-wrap:wrap;row-gap:1rem;column-gap:1.5rem}.social-links a{display:inline-flex;align-items:center;white-space:nowrap;flex-shrink:0}.social-links svg{margin-right:.5rem}}@media (min-width:640px){.about-bottom-row,.about-top-row{grid-template-columns:repeat(2,1fr);gap:4rem}.about-bottom-row{padding-top:1rem;border-top:1px solid #e5e7eb}}.about-education,.about-stats,.education-cards{display:flex;flex-direction:column;height:100%}.education-cards{gap:1rem;margin-top:1rem}.education-card{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.25rem;transition:transform .2s ease;height:calc(50% - .5rem);display:flex;flex-direction:column}.education-header{display:flex;justify-content:space-between;align-items:flex-start;position:relative;padding-right:3rem;min-height:4rem}.institution-logo{position:absolute;top:-.5rem;right:-.5rem;width:2rem;height:2rem;opacity:.8;transition:all .2s ease;background:#fff;border-radius:.375rem;padding:.25rem;box-shadow:0 2px 4px rgba(0,0,0,.1);z-index:1;display:flex;align-items:center;justify-content:center}.institution-logo:hover{opacity:1;transform:scale(1.05)}.institution-logo img{width:100%;height:100%;object-fit:contain;border-radius:.25rem}.education-card:hover{transform:translateY(-2px)}.education-card h5{font-weight:600;color:#111827;margin-bottom:.5rem}.education-card p{color:#6b7280;margin-bottom:.25rem;line-height:1.4}.education-card p:last-child{margin-bottom:0;margin-top:auto}.interests{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;justify-content:center;max-width:100%;align-items:center}.interest-tag{background:#fff;border:1px solid #e5e7eb;color:#111827;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500;white-space:nowrap;flex-shrink:0;transition:all .2s ease}.interest-tag:hover{background:#f9fafb;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.05)}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;margin-top:1rem;height:100%;grid-auto-rows:1fr}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.25rem 1rem;text-align:center;display:flex;flex-direction:column;height:100%}.stat-number{font-size:1.875rem;font-weight:700;color:#2563eb;padding-top:.5rem;padding-bottom:.5rem;flex:0 0 auto}.stat-label{font-size:.875rem;color:#6b7280;line-height:1.4;flex:1 1 auto;display:flex;align-items:center;justify-content:center}.experience{background:#fff}.experience-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem}.skills-section h3,.timeline h3{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:1.5rem;height:2.25rem;display:flex;align-items:center}.timeline,.timeline-item{position:relative}.timeline-item{margin-bottom:2rem;padding-left:3rem}.timeline-item:before{content:"";position:absolute;left:1.5rem;top:0;bottom:0;width:2px;background:#e5e7eb}.timeline-item:after{content:"";position:absolute;left:1rem;top:1.5rem;width:1rem;height:1rem;background:#2563eb;border-radius:50%;border:4px solid #fff}.timeline-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem}.timeline-header{display:flex;flex-direction:column;margin-bottom:1rem;position:relative;padding-right:3rem}.company-logo{position:absolute;top:-.5rem;right:-.5rem;width:2rem;height:2rem;opacity:.8;transition:all .2s ease;background:#fff;border-radius:.375rem;padding:.25rem;box-shadow:0 2px 4px rgba(0,0,0,.1);z-index:1}.company-logo:hover{opacity:1;transform:scale(1.05)}.company-logo img{width:100%;height:100%;object-fit:contain;border-radius:.25rem}@media (min-width:640px){.company-logo{top:-1rem;right:-1rem;width:2.5rem;height:2.5rem}}.timeline-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.25rem}.timeline-company{color:#2563eb;font-weight:500;margin-bottom:.25rem}.timeline-meta{display:flex;justify-content:space-between;align-items:center;margin-top:.25rem;flex-wrap:nowrap;gap:1rem}.timeline-date,.timeline-location{font-size:.875rem;color:#6b7280;white-space:nowrap;line-height:1.4}@media (max-width:640px){.timeline-meta{flex-direction:column;align-items:flex-start;gap:.25rem}}.timeline-description{margin-bottom:1rem}.timeline-description ul{list-style:none}.timeline-description li{display:flex;align-items:flex-start;margin-bottom:.5rem;font-size:.875rem;color:#6b7280}.timeline-description li:before{content:"•";color:#2563eb;margin-right:.5rem;flex-shrink:0}.timeline-tech{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{padding:.125rem .5rem}.internships{margin-top:3rem;margin-bottom:2rem;position:relative}.internships:before{content:"";position:absolute;left:1.5rem;top:-1rem;height:1rem;width:2px;background:#e5e7eb}.internships h3{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:1.5rem}.internship-timeline{position:relative;padding-left:3rem}.internship-timeline:before{content:"";position:absolute;left:1.5rem;top:0;bottom:0;width:2px;background:#e5e7eb}.internship-timeline-item{position:relative;margin-bottom:1rem}.internship-timeline-item.first-item:after{content:"";position:absolute;left:-2rem;top:1.5rem;width:1rem;height:1rem;background:#2563eb;border-radius:50%;border:4px solid #fff;z-index:2}.internship-grid{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}.internship-card:hover{transform:translateY(-2px)}.internship-header{display:flex;justify-content:space-between;align-items:flex-start;position:relative;padding-right:2.5rem}.internship-logo{position:absolute;top:-.5rem;right:-.5rem;width:2rem;height:2rem;opacity:.8;transition:all .2s ease;background:#fff;border-radius:.375rem;padding:.25rem;box-shadow:0 2px 4px rgba(0,0,0,.1);z-index:1}.internship-logo:hover{opacity:1;transform:scale(1.05)}.internship-logo img{width:100%;height:100%;object-fit:contain;border-radius:.25rem}.internship-title{font-size:1rem;font-weight:600;color:#111827;margin-bottom:.25rem}.internship-company{color:#2563eb;font-weight:500;font-size:.875rem}.internship-meta{display:flex;flex-direction:column;gap:.25rem}.internship-date,.internship-location{font-size:.75rem;color:#6b7280}@media (min-width:640px){.internship-grid{grid-template-columns:repeat(4,1fr)}}.skills-section{background:#fff;padding:5rem 0}.skill-category{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.5rem;height:100%;transition:transform .2s ease,box-shadow .2s ease}.skill-category:hover{transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.1)}.skill-category h3{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:2rem;text-transform:capitalize}.skill-item{margin-bottom:1.5rem;width:100%}.skill-item:last-child{margin-bottom:0}.skill-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.skill-name{font-size:.875rem;font-weight:500;color:#111827;text-transform:none}.skill-level{font-size:.75rem;font-weight:500;color:#2563eb}.skill-bar{width:100%;height:8px;background-color:#e5e7eb;border-radius:9999px;overflow:hidden}.skill-progress{height:100%;background-color:#3b82f6;border-radius:9999px}.tools-grid{display:flex;flex-wrap:wrap;gap:.5rem;width:100%;justify-content:flex-start}.tech-tag{color:#111827;border:1px solid #d1d5db;padding:.5rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:500;background:#fff;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;text-align:center;flex:0 1 auto;min-width:min-content;max-width:100%}.tech-tag:hover{background:#f3f4f6;transform:translateY(-1px);box-shadow:0 1px 2px rgba(0,0,0,.05)}@media (max-width:640px){.tools-grid{gap:.5rem;justify-content:flex-start}.tech-tag{padding:.375rem .75rem;font-size:.7rem;flex:0 0 auto;min-width:60px}}@media (min-width:641px) and (max-width:1024px){.tools-grid{gap:.5rem}.tech-tag{padding:.4375rem .875rem;font-size:.725rem;min-width:70px}}.projects{background:#f9fafb}.projects-content{max-width:1200px;margin:0 auto}.filter-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem}.filter-btn{padding:.5rem .75rem;border-radius:.5rem;font-weight:500;transition:all .2s ease;border:1px solid #d1d5db;background:#fff;color:#374151;cursor:pointer}.filter-btn.active{background:#2563eb;color:#fff;border-color:#2563eb}.filter-btn:hover:not(.active){background:#f9fafb}.projects-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;margin-bottom:3rem}.project-card{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:box-shadow .2s ease}.project-card:hover{box-shadow:0 4px 6px rgba(0,0,0,.1)}.project-image{height:12rem;background:#f3f4f6;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#9ca3af;position:relative}.project-featured{background:#2563eb;color:#fff}.project-category,.project-featured{padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500;width:-moz-fit-content;width:fit-content;white-space:nowrap}.project-category{background:#fbbf24;color:#000}.project-content{padding:1.5rem}.project-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.5rem}.project-description{font-size:.875rem;color:#6b7280;margin-bottom:1rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.project-footer{display:flex;justify-content:space-between;align-items:center}.project-date{font-size:.875rem;color:#6b7280}.project-link{color:#2563eb;font-size:.875rem;font-weight:500;text-decoration:none}.project-link:hover{color:#1d4ed8}.view-all-btn{text-align:center}.contact{background:#fff}.contact-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;align-items:stretch}.contact-form{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;height:100%;display:flex;flex-direction:column}.contact-form h3{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:.5rem}.contact-form p{font-size:.875rem;color:#6b7280;margin-bottom:1rem}.form-grid{gap:1rem;width:100%}.form-grid,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{font-size:.875rem;font-weight:500;color:#111827;margin-bottom:.5rem}.form-group input,.form-group textarea{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem;transition:border-color .2s ease;width:100%}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.form-group textarea{resize:none;height:8rem}.submit-btn{width:auto;min-width:160px;max-width:100%;background:#2563eb;color:#fff;padding:.75rem 2.5rem;border-radius:.5rem;font-weight:500;font-size:1rem;border:none;cursor:pointer;transition:background-color .2s ease;align-self:center}.submit-btn:hover{background:#1d4ed8}.contact-info h3{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:1rem}.contact-info{flex-shrink:0}.contact-info p{color:#6b7280;margin-bottom:1.5rem}.contact-methods{display:flex;flex-direction:column;gap:1rem;margin-bottom:auto;flex-shrink:0}.contact-method{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;text-decoration:none;color:inherit;transition:background-color .2s ease}.contact-method:hover{background:#f3f4f6}.contact-icon{width:3rem;height:3rem;background:rgba(37,99,235,.1);border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon svg{width:1.5rem;height:1.5rem;color:#2563eb}.contact-details h4{font-weight:500;color:#111827;margin-bottom:.25rem}.contact-details p{color:#6b7280;margin:0}.status-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;flex-shrink:0}.status-card h4{font-weight:600;color:#111827;margin-bottom:.75rem}.status-indicator{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.status-dot{width:.75rem;height:.75rem;background:#059669;border-radius:50%}.status-text{font-size:.875rem;color:#6b7280}.status-tags{display:flex;flex-wrap:wrap;gap:.5rem}.status-tag{color:#111827;border:1px solid #d1d5db;padding:.125rem .5rem;border-radius:9999px;font-size:.75rem}footer{background:#fff;border-top:1px solid #e5e7eb;padding:3rem 1rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;padding:0 1rem}@media (min-width:640px){.footer-content{grid-template-columns:2fr 1fr 1fr;padding:0 2rem;align-items:start}}.footer-section h3{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:1rem}.footer-section p{color:#6b7280;font-size:.875rem;line-height:1.6}.footer-section h4{font-size:.875rem;font-weight:600;color:#111827;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:1rem}@media (min-width:640px){.footer-links{flex-direction:row;gap:2rem}}.footer-links li{margin:0}.footer-links a{color:#6b7280;text-decoration:none;font-size:.9375rem;font-weight:500;transition:color .2s ease;padding:.5rem;display:inline-flex;align-items:center}.footer-links a:hover{color:#111827}.social-links{display:flex;gap:1.25rem;align-items:center;margin-top:1rem}@media (min-width:640px){.social-links{justify-content:flex-start}}.social-links a{display:inline-flex;align-items:center;padding:.5rem;color:#6b7280;text-decoration:none;transition:color .2s ease}.social-links a:hover{color:#111827}.social-links svg{width:1.75rem;height:1.75rem}.social-link-text{font-size:.875rem;font-weight:500}.footer-bottom{width:100%;margin-top:3rem;padding-top:2rem;padding-bottom:2rem;border-top:1px solid #e5e7eb;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem;max-width:1200px;margin-left:auto;margin-right:auto}.footer-bottom p{color:#6b7280;font-size:.875rem}@media (min-width:640px){.hero-content{grid-template-columns:1.5fr 1fr}.about-content{grid-template-columns:minmax(auto,1fr) minmax(auto,1fr);align-items:flex-start;gap:2rem}.interests{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem;padding:0}.interest-tag{text-align:center;width:100%;display:flex;justify-content:center}.contact-content{align-items:stretch}.contact-content,.form-grid{grid-template-columns:1fr 1fr}.projects-grid{grid-template-columns:repeat(2,1fr)}.footer-content{grid-template-columns:repeat(3,1fr)}.footer-bottom{flex-direction:column;align-items:center;text-align:center}}@media (min-width:768px){.nav-links{display:flex;gap:1rem}.mobile-menu{display:none}.hero-text h1{font-size:3.75rem}.hero-buttons{flex-direction:row}.section-title{font-size:3rem}.projects-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.container,.nav-content{padding:0 2rem}.interests{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.hero,.section{padding:5rem 2rem}.hero-text h1{font-size:4.5rem}.section-title{font-size:3.75rem}}.contact-content>.slide-in-left,.contact-content>.slide-in-right{height:100%;display:flex;flex-direction:column}.fade-in{opacity:0;transform:translateY(20px);animation:fadeIn .6s ease-out forwards}.slide-in-left{opacity:0;transform:translateX(-20px);animation:slideInLeft .6s ease-out forwards}.slide-in-right{opacity:0;transform:translateX(20px);animation:slideInRight .6s ease-out forwards}.scale-in{opacity:0;transform:scale(.8);animation:scaleIn .6s ease-out forwards}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{to{opacity:1;transform:scale(1)}}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}.delay-6{animation-delay:.6s}.text-center{text-align:center}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.internship-section{position:relative;padding-left:3rem}.timeline-marker{position:absolute;left:1.5rem;top:0;bottom:0;width:2px;background:#e5e7eb}.timeline-marker:before{content:"";position:absolute;left:-.5rem;top:1.5rem;width:1rem;height:1rem;background:#2563eb;border-radius:50%;border:4px solid #fff;z-index:2}.internship-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;display:flex;flex-direction:column;gap:.5rem;transition:transform .2s ease;height:100%}@media (min-width:640px){.internship-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem}.internship-timeline-item{margin-bottom:0}}.project-detail-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding-top:5rem}.project-detail-header-content{max-width:1200px;margin:0 auto;padding:2rem 1rem}.project-detail-title{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:.5rem}@media (min-width:640px){.project-detail-title{font-size:2.5rem}}.project-detail-description{font-size:1.125rem;color:#6b7280;max-width:42rem}.project-detail-header-flex{display:flex;flex-direction:column;gap:1rem}@media (min-width:1024px){.project-detail-header-flex{flex-direction:row;align-items:center;justify-content:space-between}}.project-detail-actions{display:flex;flex-wrap:wrap;gap:.75rem}.project-detail-content{max-width:1200px;margin:0 auto;padding:3rem 1rem}.project-detail-grid{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem}@media (min-width:1024px){.project-detail-grid{grid-template-columns:2fr 1fr}}.project-detail-main{display:flex;flex-direction:column;gap:2rem}.project-detail-image{position:relative;width:100%;border-radius:.5rem;overflow:hidden;background:#f3f4f6}.project-detail-section{margin-bottom:2rem}.project-detail-section h2{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:1rem}.project-detail-section p{color:#6b7280;line-height:1.7}.project-detail-features{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}@media (min-width:640px){.project-detail-features{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.project-detail-features{grid-template-columns:repeat(3,1fr)}}.project-detail-feature{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem}.project-detail-feature-dot{width:.5rem;height:.5rem;background:#2563eb;border-radius:50%;flex-shrink:0}.project-detail-sidebar{display:flex;flex-direction:column;gap:1.5rem}.project-detail-card{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem}.project-detail-card h3{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:1rem}.project-detail-info{display:flex;flex-direction:column;gap:.75rem}.project-detail-info-item{display:flex;align-items:center;gap:.75rem;color:#6b7280;font-size:.875rem}.project-detail-tech-list{display:flex;flex-wrap:wrap;gap:.5rem}.project-detail-links{display:flex;flex-direction:column;gap:.75rem}.project-detail-link-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;color:#2563eb;text-decoration:none;border-radius:.375rem;transition:background .2s ease;font-weight:500;font-size:.875rem}.project-detail-link-item:hover{background:#f3f4f6}.project-detail-link-icon{flex-shrink:0;width:1.25rem;height:1.25rem}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.20%;descent-override:22.48%;line-gap-override:0.00%;size-adjust:107.40%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}