@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap);body,html{height:100%;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;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}.navbar{align-items:center;background-color:#8c1d40;color:#fff;display:flex;justify-content:space-between;padding:2rem}.navbar-left{display:flex;flex-direction:column}.navbar-name{font-size:2.5rem;font-weight:700}.navbar-name,.navbar-title{font-family:Montserrat,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif}.navbar-title{color:#ffc627;font-size:1.5rem}.navbar-right{display:flex;gap:1.5rem}.navbar-right>a,.projects-dropdown-container>a{border-radius:0;color:#fff;cursor:pointer;font-size:1.3rem;padding:1rem 1.5rem;position:relative;text-decoration:none;transition:color .2s ease}.projects-dropdown-container>a{display:inline-block}.navbar-right>a:after{background:#ffc627;border-radius:2px;bottom:10px;content:"";height:3px;left:1.5rem;position:absolute;right:1.5rem;transform:scaleX(0);transform-origin:center;transition:transform .12s ease-out}.navbar-right>a.active:after,.navbar-right>a:hover:after{transform:scaleX(1)}.projects-dropdown-container>a:after{background:#ffc627;border-radius:2px;bottom:10px;content:"";height:3px;left:1.5rem;position:absolute;right:1.5rem;transform:scaleX(0);transform-origin:center;transition:transform .12s ease-out}.projects-dropdown-container>a.active:after,.projects-dropdown-container>a:hover:after{transform:scaleX(1)}.projects-dropdown-container{display:inline-block;position:relative}.projects-dropdown{animation:dropdownFadeIn .15s ease-in-out;background-color:#fff;border:1px solid #0000001f;border-radius:6px;border-top:none;box-shadow:0 6px 18px #0000001a;left:0;min-width:200px;position:absolute;top:100%;z-index:1000}.projects-dropdown .dropdown-item{color:#374151!important;display:block;font-family:Montserrat,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:14px;font-weight:400;letter-spacing:normal;line-height:20px;padding:.4rem .75rem;text-align:left;text-decoration:none;transition:background-color .15s ease,color .15s ease}.projects-dropdown .dropdown-item:hover{background-color:#f5f5f5;color:#374151}.projects-dropdown .dropdown-item:first-child{border-top-left-radius:6px;border-top-right-radius:6px}.projects-dropdown .dropdown-item:last-child{border-bottom:none;border-bottom-left-radius:6px;border-bottom-right-radius:6px}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.projects-dropdown{min-width:250px}.dropdown-item{font-size:14px;padding:.6rem 1rem}}.footer{background-color:#333;color:#fff;flex-shrink:0;margin-top:auto;padding:1rem 0;text-align:center;width:100%}.footer-content{margin:0 auto;max-width:1200px;padding:0 2rem}.copyright{font-size:.9rem;opacity:.9}@media (max-width:768px){.footer-content{padding:0 1rem}.copyright{font-size:.8rem}}.projects-page{font-family:Montserrat,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin:0 auto;max-width:1400px;padding:.5rem}.projects-page h1{color:#333;margin-bottom:2rem;text-align:center}.projects-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,450px);justify-content:center;padding:.5rem}.project-card{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;cursor:pointer;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{box-shadow:0 6px 12px #00000026;transform:translateY(-5px)}.project-card.clickable{cursor:pointer}.project-card-link{color:inherit;display:block;text-decoration:none}.project-image{height:400px;overflow:hidden;width:100%}.project-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.project-image img.mechanical-systems-card-image{object-position:center 55%}.project-content{padding:1.5rem}.project-content h3{color:#333;font-size:1.4rem;margin:0 0 .5rem}.project-content p{color:#666;font-size:1rem;line-height:1.5;margin:0 0 1rem}.project-skills{display:flex;flex-wrap:wrap;gap:.5rem}.skill-label{background:#f0f0f0;border-radius:6px;color:#666;display:inline-block;font-size:.9rem;min-width:80px;padding:.4rem 1rem;text-align:center;transition:background-color .3s ease}.skill-label:hover{background:#e0e0e0}@media (max-width:768px){.projects-grid{grid-template-columns:1fr}.projects-page{padding:1rem}}.project-detail-page{margin:0 auto;max-width:1120px;padding:2rem}.project-detail-header{margin-bottom:3rem;text-align:center}.back-button{color:#007bff;display:inline-block;font-size:18px;font-weight:400;margin-bottom:1rem;text-decoration:none;transition:color .3s ease}.back-button:hover{color:#0056b3}.project-subtitle{color:#666;font-size:1.2rem;margin-top:.5rem}.project-image-gallery{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:2rem}.project-image-gallery:has(.gallery-image-container:only-child){justify-content:center}.project-image-gallery:has(.gallery-image-container:only-child) .gallery-image{display:block;height:400px;object-fit:cover;transition:transform .3s ease;width:800px}.gallery-image-container{border-radius:8px;box-shadow:0 4px 8px #00000026;cursor:pointer;flex:0 0 auto;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.gallery-image-container:hover{box-shadow:0 6px 16px #00000040}.gallery-image{display:block;height:200px;object-fit:cover;transition:transform .3s ease;width:300px}.project-detail-content{padding:0}.project-overview{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem;overflow:hidden}.project-overview h2{color:#1f2937;font-size:1.875rem;font-weight:600;margin:0;padding:1.5rem 1.5rem 1rem;text-align:left}.project-overview p{color:#374151;font-size:1.125rem;line-height:1.6;margin:0;padding:0 1.5rem 1.5rem;text-align:left}.detail-section{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem;overflow:hidden}.detail-section.process-section,.detail-section.tools-section{display:inline-block;margin-bottom:2rem;vertical-align:top;width:calc(50% - 1rem)}.detail-section.process-section{margin-right:1rem}.detail-section.tools-section{margin-left:1rem}.side-by-side-container{display:flex;gap:2rem;margin-bottom:2rem}.detail-section h3{color:#1f2937;font-size:1.875rem;font-weight:600;margin:0;padding:1.5rem 1.5rem 1rem;text-align:left}.detail-section ul{color:#374151;font-size:1.125rem;line-height:1.6;margin:0;padding:0 1.5rem 1.5rem 2.5rem;text-align:left}.detail-section li{margin-bottom:.5rem;padding-left:.5rem}.detail-section p{color:#374151;font-size:1.125rem;line-height:1.6;text-align:left}.detail-section p,.skills-grid{margin:0;padding:0 1.5rem 1.5rem}.skills-grid{display:flex;flex-wrap:wrap;gap:.8rem}.skill-tag{background:#f5e6e8;border-radius:20px;color:#8c1d40;font-size:.9rem;font-weight:500;padding:.5rem 1rem}@media (max-width:768px){.project-detail-page{padding:1rem}.project-detail-content{padding:1.5rem}.skills-grid{gap:.5rem}.project-image-gallery{gap:1rem;margin-top:1.5rem}.gallery-image{height:167px;width:250px}}@media (max-width:480px){.project-image-gallery{align-items:center;flex-direction:column;gap:1rem}.gallery-image{height:187px;width:280px}}.system-divider{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:1px solid #dee2e6;border-radius:15px;margin:4rem 0;padding:2rem}.divider-image-gallery{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.divider-image-gallery .gallery-image-container{border-radius:8px;box-shadow:0 4px 8px #00000026;cursor:pointer;flex:0 0 auto;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.divider-image-gallery .gallery-image-container:hover{box-shadow:0 6px 16px #00000040}.divider-image-gallery .gallery-image{display:block;height:180px;object-fit:cover;transition:transform .3s ease;width:250px}.divider-image-gallery .system-introduction-card{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;margin:0 auto;max-width:800px;padding:2rem;text-align:left}.system-introduction-card h3{color:#1f2937;font-size:1.5rem;font-weight:600;margin:0 0 1rem}.system-introduction-card p{color:#374151;font-size:1.125rem;line-height:1.6;margin:0}.mechanical-system-section{background:none;border:none;box-shadow:none;margin-bottom:3rem;padding:0}.mechanical-system-section h2{color:#1f2937;font-size:1.8rem;font-weight:600;margin:0 0 2rem;text-align:left}.mechanical-system-section .project-image-gallery,.mechanical-system-section .side-by-side-container{margin-bottom:2rem}.mechanical-system-section .detail-section{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem;overflow:hidden}@media (max-width:768px){.system-divider{margin:3rem 0;padding:1.5rem}.divider-image-gallery{gap:.8rem;margin-bottom:1.5rem}.divider-image-gallery .gallery-image{height:144px;width:200px}.system-introduction-card{padding:1.5rem}.system-introduction-card h3{font-size:1.3rem}.system-introduction-card p{font-size:1rem}}@media (max-width:480px){.divider-image-gallery{align-items:center;flex-direction:column;gap:1rem}.divider-image-gallery .gallery-image{height:180px;width:250px}.system-divider{margin:2rem 0;padding:1rem}}.sub-projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,minmax(0,1fr));margin:3rem 0}.sub-project-card{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;color:inherit;display:block;overflow:hidden;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.sub-project-card:hover{box-shadow:0 6px 12px #00000026;transform:translateY(-5px)}.sub-project-image{height:275px;overflow:hidden;width:100%}.sub-project-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.sub-project-image img.chassis-card-image{object-position:center 60%}.sub-project-content{padding:1.5rem}.sub-project-content h3{color:#333;font-size:1.4rem;font-weight:600;margin:0 0 .5rem}.sub-project-content p{color:#666;font-size:1rem;line-height:1.5;margin:0 0 1rem}.sub-project-skills{display:flex;flex-wrap:wrap;gap:.5rem}.sub-project-skills .skill-tag{background:#f0f0f0;border-radius:6px;color:#666;display:inline-block;font-size:.9rem;min-width:80px;padding:.4rem 1rem;text-align:center;transition:background-color .3s ease}.sub-project-skills .skill-tag:hover{background:#e0e0e0}@media (max-width:768px){.sub-projects-grid{gap:1.5rem;grid-template-columns:1fr;margin:2rem 0}.sub-project-content{padding:1rem}.sub-project-content h3{font-size:1.2rem}.sub-project-content p{font-size:.9rem}}.pdf-container{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;margin-bottom:3rem;overflow:hidden}.pdf-controls{background:#f8f9fa;border-bottom:1px solid #e9ecef;padding:1rem 1.5rem}.download-button{border-radius:9999px;display:inline-flex;font-weight:400;padding:.75rem 1.5rem}.download-button:hover{background:#6b1630;color:#fff}.download-icon{height:16px;width:16px}.pdf-viewer{padding:0}.pdf-viewer iframe{border:none;display:block;height:600px;width:100%}.image-modal-overlay{align-items:center;background-color:#000000e6;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.image-modal-content{background:#fff;border-radius:8px;box-shadow:0 10px 30px #00000080;max-height:90vh;max-width:90vw;overflow:hidden;position:relative}.modal-close-button{align-items:center;background:#000000b3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:20px;height:30px;justify-content:center;position:absolute;right:15px;top:10px;transition:background-color .3s ease;width:30px;z-index:1001}.modal-close-button:hover{background:#000000e6}.modal-image{display:block;height:auto;max-height:80vh;object-fit:contain;width:100%}.modal-caption{background:#fff;border-top:1px solid #eee;color:#333;font-size:14px;padding:15px;text-align:center}@media (max-width:768px){.image-modal-overlay{padding:10px}.modal-close-button{font-size:16px;height:25px;right:10px;top:5px;width:25px}.modal-caption{font-size:12px;padding:10px}}.image-carousel{align-items:center;display:flex;flex-direction:column;font-family:Montserrat,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin:2rem 0}.carousel-container{max-width:1000px;position:relative;width:100%}.carousel-arrow,.carousel-container{align-items:center;display:flex;justify-content:center}.carousel-arrow{background:#000000b3;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:2rem;font-weight:700;height:50px;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:50px;z-index:2}.carousel-arrow:hover{background:#000000e6;transform:translateY(-50%) scale(1.1)}.carousel-arrow-left{left:10px}.carousel-arrow-right{right:10px}.carousel-image-container{border-radius:8px;box-shadow:0 4px 8px #00000026;cursor:pointer;max-width:750px;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:100%}.carousel-image-container:hover{box-shadow:0 6px 16px #00000040;transform:translateY(-5px)}.carousel-image{transition:transform .3s ease}.carousel-image,.carousel-video{display:block;height:500px;object-fit:cover;width:100%}.chassis-person-image{object-position:50% 70%}.mechanical-systems-hero-image{object-position:50% 50%}.shaft-clevis-image{object-position:center 70%}.rear-suspension-cad-image,.wheel-adapter-image{object-position:50% 90%}.gpu-getting-support-image{object-position:center 65%}.finished-welding-table-image{object-position:center 70%}.arc-reactor-comparison-image{object-position:center 10%}.carousel-caption{color:#666;font-size:1rem;font-weight:500;margin-top:1rem;text-align:center}@media (max-width:768px){.carousel-arrow{font-size:1.5rem;height:40px;width:40px}.carousel-arrow-left{left:5px}.carousel-arrow-right{right:5px}.carousel-image{height:375px}.carousel-caption{font-size:.9rem}}@media (max-width:480px){.carousel-arrow{font-size:1.2rem;height:35px;width:35px}.carousel-image{height:313px}.carousel-caption{font-size:.8rem}}.resume-page{margin:0 auto;max-width:1200px;padding:2rem}.resume-page h1{color:#141414;margin-bottom:1rem;text-align:center}.resume-content{border-radius:10px;min-height:400px;padding:.75rem 2rem 2rem}.resume-placeholder{color:#666;font-size:1.1rem;padding:2rem;text-align:center}.pdf-container{display:flex;flex-direction:column;gap:1rem}.pdf-controls{align-items:center;border-radius:8px;display:flex;gap:.75rem;justify-content:center;padding:.5rem .75rem}.pdf-controls button{background:#8c1d40;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:background-color .3s ease}.pdf-controls button:hover:not(:disabled){background:#6b1630}.pdf-controls button:disabled{background:#ccc;cursor:not-allowed}.pdf-controls span{color:#666;font-size:.9rem}.download-button{align-items:center;background:#8c1d40;border-radius:4px;color:#fff;display:flex;font-weight:700;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:background-color .3s ease}.download-button:hover{background:#e6b223}.download-icon{flex-shrink:0}.home-button{align-items:center;background:#555;border-radius:4px;color:#fff;display:flex;font-weight:700;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:background-color .3s ease}.home-button:hover{background:#444}.home-icon{flex-shrink:0}.resume-page .pdf-viewer{align-items:center;border-radius:8px;display:flex;justify-content:center;padding:2rem;width:100%}.resume-page .pdf-iframe{border:none;height:988px;max-width:100%;width:1120px}@media (max-width:768px){.resume-page .pdf-iframe{height:75vh;width:100%}}.resume-page .pdf-viewer .react-pdf__Document{align-items:center;display:flex;flex-direction:column}.resume-page .pdf-viewer .react-pdf__Page{box-shadow:0 4px 6px #0000001a;margin-bottom:1rem}.loading{color:#666}.error,.loading{align-items:center;display:flex;font-size:1.1rem;height:200px;justify-content:center}.error{color:#d32f2f;padding:1rem;text-align:center}@media (max-width:768px){.resume-content,.resume-page{padding:1rem}.pdf-controls{flex-wrap:wrap}}.experience-page{font-family:Montserrat,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin:0 auto;max-width:1200px;padding:2rem}.experience-page h1{color:#333;font-size:2.5rem;margin-bottom:3rem;text-align:center}.content{align-items:center;flex-direction:column;gap:2rem;margin:0 auto 3rem;max-width:900px;padding:0}@media (min-width:768px){.content{align-items:flex-start;flex-direction:row;gap:2rem}}.left-column,.right-column{margin:0;width:100%}@media (min-width:768px){.left-column{width:33.333333%}.right-column{width:66.666667%}}.profile-pic{aspect-ratio:7/10;border-radius:10px;height:auto;margin:0;max-width:280px;width:100%}.about-container{box-shadow:0 2px 10px #0000000d;padding:1.5rem}.about-container h2{color:#333;font-size:1.8rem}@media (max-width:768px){.content{flex-direction:column;gap:2rem;margin:2rem auto;padding:0 1rem}.profile-pic{aspect-ratio:7/10;height:auto;max-width:360px;width:100%}.about-container{padding:1.5rem;width:100%}}.contact-page{margin:0 auto;max-width:1200px;padding:2rem;text-align:center}.contact-page h1{color:#141414;font-size:2.5rem;margin-bottom:2rem}.contact-content{align-items:center;display:flex;flex-direction:column;gap:1rem}.contact-info{max-width:600px}.contact-info p{color:#333;font-size:20px;line-height:28px;margin-bottom:2rem}.contact-links{align-items:center;display:flex;flex-direction:column;gap:1.5rem;margin:2rem 0}.contact-link{align-items:center;background:#fff;border:2px solid #8c1d40;border-radius:8px;color:inherit;display:inline-flex;font-weight:500;gap:12px;justify-content:center;min-width:250px;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.contact-link:hover{background:#8c1d40;box-shadow:0 4px 12px #8c1d404d;color:#fff;transform:translateY(-2px)}.contact-icon{fill:#8c1d40;display:inline-block;flex-shrink:0;height:28px;transition:fill .3s ease;width:28px}.contact-link:hover .contact-icon{fill:#fff}.linkedin-icon{transition:color .3s ease}.contact-link:hover .linkedin-icon{color:#fff}.contact-form{max-width:600px;width:100%}.contact-form p{color:#333;font-size:20px;line-height:28px;margin-bottom:.5rem}@media (max-width:768px){.contact-page{padding:1rem}.contact-page h1{font-size:2rem}.contact-links{gap:1rem}.contact-link{min-width:200px;padding:.75rem 1.5rem}}.App :not(.navbar):not(.navbar *){font-family:Montserrat,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.navbar{align-items:center!important;background-color:#8c1d40!important;box-sizing:border-box!important;color:#fff!important;display:flex!important;height:168px!important;justify-content:space-between!important;max-height:168px!important;min-height:168px!important;padding:2rem!important}.App{display:flex;flex-direction:column;min-height:100vh;text-align:center}.App>:not(footer){flex:1 1}.app-body{display:flex;flex:1 1;flex-direction:column}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.content{display:flex;gap:4rem;margin:3rem auto;max-width:1400px;padding:2rem}.left-column{flex:1 1;flex-direction:column;text-align:left}.left-column,.right-column{align-items:flex-start;display:flex}.right-column{flex:1 1;justify-content:center}.profile-pic{border-radius:5%;height:500px;margin-bottom:1.5rem;object-fit:cover;width:350px}.left-column h1{color:#181717;font-size:2.2rem;margin:0 0 .5rem}.university-info{color:#666;font-size:1rem;font-weight:400;margin:0 0 .5rem}.title-header{color:#8c1d40;font-size:1.4rem;font-weight:500;margin:.5rem 0}.summary{color:#4b5563;font-family:Montserrat,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:16px;font-weight:400;letter-spacing:normal;line-height:24px;margin:-.25rem 0 1.5rem}.button-container{display:flex;gap:1rem;margin-bottom:1.5rem}.projects-button{align-items:center;background:#8c1d40;border-radius:9999px;color:#fff;display:flex;font-family:Montserrat,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:16px;font-weight:600;height:50px;justify-content:center;letter-spacing:normal;line-height:24px;text-decoration:none;transition:background-color .3s ease;width:211.266px}.projects-button:hover{background:#6b1630}.resume-button{align-items:center;background:#fff;border:2px solid #8c1d40;border-radius:9999px;color:#8c1d40;display:flex;font-family:Montserrat,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:16px;font-weight:600;height:50px;justify-content:center;letter-spacing:normal;line-height:24px;text-decoration:none;transition:all .3s ease;width:141.602px}.resume-button:hover{background:#8c1d40;color:#fff}.social-buttons{display:flex;gap:.75rem;margin-bottom:1.5rem}.social-button{align-items:center;background:#fff;border-radius:9999px;box-shadow:0 2px 4px #0000001a;color:#4b5563;display:flex;font-family:Montserrat,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:16px;font-weight:400;height:48px;justify-content:center;letter-spacing:normal;line-height:24px;text-decoration:none;transition:all .3s ease;width:48px}.social-icon{fill:#4b5563;transition:fill .3s ease}.social-button:hover{background:#8c1d40;box-shadow:0 4px 8px #8c1d404d;color:#fff;transform:translateY(-2px)}.social-button:hover .social-icon{fill:#fff}.about-container{background:#f5f5f5;border-radius:10px;box-shadow:0 2px 12px #0000000f;color:#333;max-width:600px;padding:2rem;text-align:left;width:100%}.about-container h2{color:#8c1d40;margin-bottom:1rem;margin-top:0}.about-container p{line-height:1.6;margin:0}@media (max-width:800px){.content{flex-direction:column;padding:1rem}.left-column,.right-column{width:100%}.right-column{margin-top:2rem}}
/*# sourceMappingURL=main.d104cc47.css.map*/