@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap);*{box-sizing:border-box;font-family:Outfit,sans-serif;margin:0;padding:0}body{background:#000}a,h1,h4,p{color:#fff;text-decoration:none}ul{list-style-type:none}.button{background:#deb887;color:#000}.button,.button_light{border:1px solid #fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 32px;text-transform:uppercase}.button_light{background:#0000;color:#fff}.button_hover{background:#fff3;color:#fff;transition:.3s}.Header{align-items:center;display:flex;height:90px;justify-content:space-between;padding:1rem;position:fixed;width:100%;z-index:10}.Header-background{background-color:#000000d9;transition:.5s}.NavigationMenu{display:flex}.NavigationMenu li{padding:0 1rem}.NavigationMenu li a{font-size:1.2 rem;font-weight:500}.Hamburger{display:none}@media screen and (max-width:1040px){.NavigationMenu{align-items:center;background-color:#000000e6;flex-direction:column;height:100vh;justify-content:center;left:-100%;position:absolute;top:0;transition:.3s;width:100%;z-index:-3}.NavigationMenu.active{left:0}.NavigationMenu li{padding:1rem 0}.NavigationMenu a{font-size:2rem}.Hamburger{display:inline;display:initial}}.mask{height:100vh;position:relative;width:100%}.titleImage{background-position:50%;background-size:cover;height:100%;object-fit:cover;width:100%}.mask:after{background-color:#000;content:"";left:0;opacity:.5;position:absolute;top:0}.Main,.mask:after{height:100%;width:100%}.Main .content{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.Main .content h1{font-size:3rem;padding:.6rem 0 1.5rem}.Main .content p{font-size:1.4rem;font-weight:200;text-transform:uppercase}.content .button{margin:1rem .2rem}@media screen and (max-width:640px){.Main .content h1{font-size:2rem}.Main .content p{font-size:1.4rem}}.footer{background-color:#131313cc;padding:6rem 0;width:100%}.footer-container{grid-gap:40px;display:grid;grid-template-columns:repeat(2,1fr);margin:auto;max-width:1140px}.left{display:flex;flex-direction:column;height:100%;max-width:100%;padding:1rem}.location{display:flex;margin-bottom:.8rem}.location p{line-height:30px}.right{display:flex;flex-direction:column;height:100%;max-width:100%;padding:1rem}.social{margin-top:1rem}h4{padding-bottom:.7rem}h4,p{font-size:1.2rem}@media screen and (max-width:640px){.footer-container{grid-template-columns:1fr}}.home-about-section{align-items:center;background-color:#0b0c10;border-bottom:1px solid #ffffff0d;border-top:1px solid #ffffff0d;color:#fff;display:flex;flex-direction:column;gap:3rem;justify-content:center;padding:6rem 2rem}.profile-photo-top{height:180px;width:180px}.home-about-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1.2fr .8fr;max-width:1200px;width:100%}.home-about-content{display:flex;flex-direction:column;gap:1.5rem}.home-about-content .subtitle{color:#deb887;font-size:.9rem;font-weight:700;letter-spacing:2px;text-transform:uppercase}.home-about-content .title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#c5a880);-webkit-background-clip:text;font-size:3rem;font-weight:800;margin-bottom:.5rem}.bio-text{color:#c5c6c7;font-size:1.1rem;line-height:1.8}.highlights-grid{display:flex;flex-direction:column;gap:1.5rem;margin:1.5rem 0}.highlight-item{align-items:flex-start;display:flex;gap:1.5rem}.highlight-icon{color:#deb887;flex-shrink:0;font-size:1.8rem;margin-top:.2rem}.highlight-item h3{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:.3rem}.highlight-item p{color:#8f9499;font-size:.95rem}.about-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:1rem}.resume-button{align-items:center;display:flex;gap:.8rem;text-decoration:none;transition:all .3s ease}.resume-button:hover{background-color:#fff;border-color:#deb887;box-shadow:0 4px 15px #deb88766;transform:translateY(-2px)}.contact-button{align-items:center;display:flex;gap:.8rem;text-decoration:none;transition:all .3s ease}.contact-button:hover{background-color:#ffffff1a;transform:translateY(-2px)}.button-icon{font-size:1.1rem}.home-about-graphics{align-items:center;display:flex;flex-direction:column;gap:2rem}.profile-photo{border:3px solid #deb88799;border-radius:50%;box-shadow:0 10px 30px #00000080;height:220px;object-fit:cover;transition:all .3s ease;width:220px}.profile-photo:hover{border-color:#deb887;box-shadow:0 15px 35px #deb88740;transform:translateY(-5px)}.tech-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;box-shadow:0 10px 30px #00000080;overflow:hidden;padding:2.5rem;position:relative;transition:all .3s ease;width:100%}.tech-card:before{background:linear-gradient(90deg,#deb887,#0000);content:"";height:4px;left:0;position:absolute;top:0;width:100%}.tech-card:hover{border-color:#deb8874d;box-shadow:0 15px 35px #deb8870d;transform:translateY(-5px)}.tech-card-header{align-items:center;color:#deb887;display:flex;font-size:1.3rem;font-weight:700;gap:1rem;margin-bottom:2rem}.tech-card-pulse{animation:pulse 2s infinite}@keyframes pulse{0%{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}to{opacity:.8;transform:scale(1)}}.tech-list{display:flex;flex-direction:column;gap:1.2rem;padding-left:0}.tech-list li{align-items:center;color:#c5c6c7;display:flex;font-size:1.05rem;gap:1rem;list-style-type:none}.tech-dot{background-color:#deb887;border-radius:50%;flex-shrink:0;height:8px;width:8px}@media screen and (max-width:962px){.home-about-container{gap:3rem;grid-template-columns:1fr}.home-about-content .title{font-size:2.5rem}}@media screen and (max-width:640px){.home-about-section{padding:4rem 1rem}.about-buttons{flex-direction:column;gap:1rem}.contact-button,.resume-button{justify-content:center;text-align:center;width:100%}}.home-intro-content{align-items:center;display:flex;flex-direction:column;gap:1.2rem;max-width:760px;text-align:center}.home-intro-content .bio-text{font-size:1.15rem}.home-intro-buttons{justify-content:center;margin-top:.5rem}.MainImage{background-color:#00000080;height:60vh;position:relative;width:100%}.MainImage:before{background:url(https://images.unsplash.com/photo-1610296669228-602fa827fc1f?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1550&q=80);background-position:top;background-size:cover;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.heading{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.MainImage h1{font-size:2.4rem;text-align:center}.MainImage p{font-size:1.4rem;text-align:center}@media screen and (max-width:640px){.MainImage h1{font-size:2rem}}label{color:#fff;margin-bottom:.5rem}form{display:flex;flex-direction:column;margin:auto;max-width:600px;padding:4rem 1rem}form input,form textarea{background-color:#ffffff1a;border-color:#fff;color:#fff;font-size:1.2rem;margin-bottom:1rem;padding:10px 18px}.project-heading{padding:4rem 0 2rem;text-align:center}.project-container{grid-gap:40px;display:grid;grid-template-columns:repeat(3,1fr);margin:auto;max-width:1140px;padding-bottom:5rem}.project-card{background:#1a1919;border:1px solid #0000;border-radius:6px;color:#fff;cursor:pointer;display:block;padding:1.2rem 1rem;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.project-card:hover{border-color:#deb88780;box-shadow:0 12px 30px #00000080;transform:translateY(-8px)}.project-card img,.project-video{border-radius:4px;height:220px;object-fit:cover;width:100%}@media screen and (max-width:640px){.project-container{grid-template-columns:1fr;margin:auto;max-width:90%}}.project-title{color:#fff;padding:1rem 0}.project-details p{font-size:1.1rem;padding-bottom:1rem;text-align:justify}.project-cta{color:#deb887;display:inline-block;font-weight:600;letter-spacing:.5px;opacity:.7;transform:translateX(0);transition:opacity .3s ease,transform .3s ease}.project-card:hover .project-cta{opacity:1;transform:translateX(6px)}.category-heading{border-left:4px solid #deb887;color:#deb887;font-size:2.2rem;font-weight:700;margin:3rem auto 1.5rem;max-width:1140px;padding-left:1.5rem}@media screen and (max-width:1040px){.category-heading{margin-left:auto;margin-right:auto;max-width:90%}}@media screen and (max-width:640px){.category-heading{font-size:1.8rem;padding-left:1rem}}.cfd-details-section{background-color:#0b0c10;color:#fff;display:flex;justify-content:center;padding:4rem 2rem}.cfd-details-container{max-width:900px;width:100%}.card-title-icon{margin-bottom:1.2rem}.equation-block{align-items:center;background:hsla(0,0%,100%,.015);border:1px solid #ffffff0d;border-radius:6px;display:flex;justify-content:center;margin:1.5rem 0;padding:1rem;position:relative}.main-eq{font-size:1.2rem;padding:1.5rem}.equation-math{align-items:center;display:flex;font-family:Outfit,sans-serif;font-style:italic;gap:.4rem}.equation-num{color:#8f9499;font-size:.9rem;font-style:normal;position:absolute;right:1.5rem}.fraction{align-items:center;display:inline-flex;flex-direction:column;padding:0 .2rem;vertical-align:middle}.num{border-bottom:1px solid #fff;padding-bottom:2px}.den,.num{text-align:center;width:100%}.den{padding-top:2px}.sqrt{align-items:center;display:inline-flex}.radicand{border-top:1px solid #fff;padding-top:1px}.physics-models{background:#deb88708;border-left:3px solid #deb887;border-radius:0 8px 8px 0;margin:2rem 0;padding:1.5rem}.physics-models h4{color:#deb887;margin-bottom:1rem}.tags-grid{display:flex;flex-wrap:wrap;gap:.8rem}.tags-grid span{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;color:#c5c6c7;font-size:.85rem;padding:.4rem .8rem}.equations-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin:2rem 0}.eq-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;padding:1.2rem;text-align:center}.eq-card h5{color:#deb887;font-size:1rem;margin-bottom:.8rem}.eq-card .equation-block{background:none;border:none;margin:.5rem 0 0;padding:.5rem}.metric-value{margin-bottom:1rem}.metric-comparison{border-bottom:1px solid #ffffff0f;display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem;padding:.8rem 0}.metric-error{align-items:center;display:flex;font-size:.9rem;font-weight:600;gap:.4rem}.metric-error.green{color:#4caf50}.mt-1{margin-top:1rem}@media screen and (max-width:962px){.equations-grid,.grid-2col,.results-grid{grid-template-columns:1fr}.download-card{flex-direction:column;gap:1.5rem;text-align:center}.download-btn{justify-content:center;width:100%}}@media screen and (max-width:640px){.cfd-details-section{padding:3rem 1rem}.report-title{font-size:2.2rem}}@media screen and (max-width:768px){.images-row{flex-direction:column;gap:1.5rem}}.downloads-wrapper{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-bottom:3rem}.downloads-wrapper .download-card{align-items:flex-start;display:flex;flex-direction:column;gap:1.5rem;height:100%;justify-content:space-between;margin-bottom:0}.downloads-wrapper .download-btn{justify-content:center;width:100%}.featured-video-container{align-items:center;background:hsla(0,0%,100%,.015);border:1px solid #ffffff0f;border-radius:8px;display:flex;flex-direction:column;margin-bottom:3rem;padding:1.5rem}.featured-video{background:#000;border:1px solid #ffffff1a;border-radius:4px;box-shadow:0 8px 24px #00000080;max-height:480px;width:100%}@media screen and (max-width:962px){.downloads-wrapper{gap:1.5rem;grid-template-columns:1fr}}.lightbox-scope img:not([data-no-zoom]){cursor:zoom-in}.lightbox-overlay{align-items:center;animation:lightbox-fade .2s ease;background:#000000eb;cursor:zoom-out;display:flex;inset:0;justify-content:center;padding:3rem;position:fixed;z-index:9999}@keyframes lightbox-fade{0%{opacity:0}to{opacity:1}}.lightbox-img{border-radius:6px;box-shadow:0 12px 48px #000c;cursor:default;max-height:90vh;max-width:95vw;object-fit:contain}.lightbox-close{background:#0000;border:none;color:#fff;cursor:pointer;font-size:2rem;line-height:1;opacity:.8;position:fixed;right:2rem;top:1.5rem;transition:opacity .2s ease,transform .2s ease}.lightbox-close:hover{opacity:1;transform:scale(1.1)}.aiaa-details-section{background-color:#0b0c10;color:#fff;display:flex;justify-content:center;padding:4rem 2rem}.aiaa-details-container{max-width:900px;width:100%}.key-drivers-grid{grid-gap:1rem;gap:1rem;grid-template-columns:repeat(2,1fr);margin:1.5rem 0}.driver-card{border:1px solid #ffffff0f;padding:1.2rem;transition:border-color .2s ease}.driver-card:hover{border-color:#deb88733}.driver-card .driver-icon{color:#deb887;flex-shrink:0;font-size:1.1rem;margin-top:.15rem}.driver-card h4{font-size:1rem;margin-bottom:.3rem}.driver-card p{line-height:1.5;text-align:left}.team-grid{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:repeat(3,1fr);margin:1.5rem 0}.team-member-card{background:#ffffff05;border:1px solid #ffffff0f;border-radius:6px;padding:1.2rem;text-align:center;transition:transform .2s ease,border-color .2s ease}.team-member-card:hover{border-color:#deb88733;transform:translateY(-2px)}.team-member-card h4{color:#fff;font-size:1.1rem;font-weight:700;margin-bottom:.4rem}.team-member-card p{color:#8f9499;font-size:.85rem;margin:0}.team-member-card.active-user{background:#deb8870d;border:1px solid #deb887}.team-member-card.active-user h4{color:#deb887}.table-wrapper{border:1px solid #ffffff1a;border-radius:8px;margin:2rem 0}.specs-table{background:#ffffff05;text-align:left}.specs-table td,.specs-table th{border-bottom:1px solid #ffffff14;font-size:1rem;padding:1rem}.specs-table th{background:#deb8871a;font-weight:700}.specs-table tr:last-child td{border-bottom:none}.status-green{color:#4caf50;font-weight:700}.spec-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));margin:1.5rem 0}.spec-item{background:#ffffff05;border:1px solid #ffffff0f;border-radius:8px;padding:1rem 1.2rem;text-align:center}.spec-item .spec-label{color:#8f9499;display:block;font-size:.8rem;letter-spacing:.8px;margin-bottom:.4rem;text-transform:uppercase}.spec-item .spec-value{color:#fff;display:block;font-size:1.3rem;font-weight:700}.details-list{margin-bottom:1.5rem;padding-left:1.5rem}.details-list li{color:#c5c6c7;font-size:1.05rem;line-height:1.7;list-style-type:disc;margin-bottom:.6rem}.grid-2col{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin:2rem 0}.card-box{background:#ffffff05;border:1px solid #ffffff0f;border-radius:8px;padding:1.5rem}.card-title-icon{align-items:center;color:#deb887;display:flex;font-size:1.1rem;gap:.8rem;margin-bottom:1rem}.card-box ul{padding-left:1.2rem}.card-box li{color:#c5c6c7;font-size:.95rem;line-height:1.6;list-style-type:square;margin-bottom:.6rem}.card-box p{text-align:left}.survivability-grid{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:repeat(2,1fr);margin:1.5rem 0}.surv-card{background:#ffffff05;border:1px solid #ffffff0f;border-radius:8px;padding:1.3rem;transition:border-color .2s ease}.surv-card:hover{border-color:#deb88726}.surv-card h4{align-items:center;color:#deb887;display:flex;font-size:1rem;gap:.5rem;margin-bottom:.5rem}.surv-card p{color:#c5c6c7;font-size:.92rem;line-height:1.5;margin:0;text-align:left}.image-frame{align-items:center;background:hsla(0,0%,100%,.015);border:1px solid #ffffff0f;border-radius:8px;display:flex;flex-direction:column;padding:1.2rem}.report-img{max-height:280px;transition:transform .3s ease}.report-img:hover{transform:scale(1.02)}.fig-caption{font-size:.85rem;margin-top:.8rem;text-align:center}.single-image-frame{align-items:center;background:hsla(0,0%,100%,.015);border:1px solid #ffffff0f;border-radius:8px;display:flex;flex-direction:column;margin:2rem 0;padding:1.5rem}.report-img-full{border-radius:4px;max-height:400px;max-width:100%;object-fit:contain}.results-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin:2rem 0}.result-metric-card{align-items:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;padding:1.5rem;position:relative;text-align:center}.result-metric-card:before{background:#deb887;content:"";height:3px;left:0;position:absolute;top:0;width:100%}.metric-label{color:#8f9499;font-size:.95rem;letter-spacing:1px;margin-bottom:.8rem;text-transform:uppercase}.metric-value{color:#fff;font-size:1.8rem;font-weight:700;margin-bottom:.8rem}.metric-comparison{border-top:1px solid #ffffff0f;color:#c5c6c7;font-size:.85rem;padding-top:.8rem;width:100%}.cost-table{background:#ffffff05;border-collapse:collapse;text-align:left;width:100%}.cost-table td,.cost-table th{border-bottom:1px solid #ffffff0f;font-size:.95rem;padding:.8rem 1rem}.cost-table th{color:#deb887;font-size:.85rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.cost-table td{color:#c5c6c7}.cost-table td:last-child{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:right}.cost-table tr:last-child td{border-bottom:none}.cost-table .cost-total-row td{border-top:2px solid #deb8874d;color:#fff;font-size:1.05rem;font-weight:700}.highlight-stat{align-items:center;background:#deb88714;border:1px solid #deb88726;border-radius:6px;color:#deb887;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;margin:0 .2rem;padding:.3rem .8rem}.mt-2{margin-top:2rem}.list-unstyled{list-style:none;padding-left:0}@media screen and (max-width:962px){.grid-2col,.key-drivers-grid,.results-grid,.survivability-grid,.team-grid{grid-template-columns:1fr}.download-card{flex-direction:column;gap:1.5rem;text-align:center}.download-btn{justify-content:center;width:100%}.spec-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.images-row{flex-direction:column;gap:1.5rem}.team-grid{grid-template-columns:1fr 1fr}.spec-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:640px){.aiaa-details-section{padding:3rem 1rem}.report-title{font-size:2.2rem}.spec-grid,.team-grid{grid-template-columns:1fr}}.vfr-details-section{background-color:#0b0c10;color:#fff;display:flex;justify-content:center;padding:4rem 2rem}.vfr-details-container{max-width:900px;width:100%}.back-link{color:#00d2ff}.report-title{background:linear-gradient(90deg,#fff,#00d2ff)}.try-card{align-items:center;background:#00d2ff0d;border:1px dashed #00d2ff;border-radius:8px;display:flex;gap:2rem;justify-content:space-between;margin-bottom:3rem;padding:1.5rem}.try-text h3{color:#00d2ff;font-size:1.3rem;margin-bottom:.4rem}.try-text p{color:#c5c6c7;font-size:.95rem;line-height:1.5}.try-btn{align-items:center;background:#00d2ff;border-radius:4px;color:#0b0c10;display:inline-flex;font-weight:700;gap:.8rem;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s ease;white-space:nowrap}.try-btn:hover{background:#fff;box-shadow:0 4px 15px #00d2ff4d;color:#0b0c10;transform:translateY(-2px)}.image-caption{font-size:.9rem;text-align:center}.report-section{margin-bottom:3rem}.report-section h2{color:#00d2ff}.report-section h3{color:#fff;margin:1.5rem 0 1rem}.features-grid{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:repeat(2,1fr);margin:1.5rem 0}.feature-card{background:#ffffff05;border:1px solid #ffffff0f;border-radius:8px;padding:1.3rem;transition:border-color .2s ease}.feature-card:hover{border-color:#00d2ff33}.feature-card h4{align-items:center;color:#00d2ff;display:flex;font-size:1.1rem;gap:.5rem;margin-bottom:.5rem}.feature-card p{color:#c5c6c7;font-size:.92rem;line-height:1.5;margin:0;text-align:left}.process-timeline{display:flex;flex-direction:column;gap:1.5rem;margin:2rem 0}.process-step{align-items:flex-start;background:hsla(0,0%,100%,.015);border:1px solid #ffffff0d;border-radius:8px;display:flex;gap:1.5rem;padding:1.2rem;position:relative}.step-num{align-items:center;background:#00d2ff1a;border:1px solid #00d2ff33;border-radius:50%;color:#00d2ff;display:flex;flex-shrink:0;font-weight:700;height:36px;justify-content:center;width:36px}.step-content h4{color:#fff;font-size:1.1rem;margin-bottom:.3rem}.step-content p{color:#c5c6c7;font-size:.95rem;line-height:1.5;margin:0}.tools-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin:1.5rem 0}.tool-item{background:#ffffff05;border:1px solid #ffffff0f;border-radius:8px;padding:1.2rem;text-align:center}.tool-item h4{color:#00d2ff;font-size:1.1rem;margin-bottom:.4rem}.tool-item p{color:#8f9499;font-size:.9rem;margin:0}.highlight-stat-vfr{align-items:center;background:#00d2ff14;border:1px solid #00d2ff26;border-radius:6px;color:#00d2ff;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;margin:0 .2rem;padding:.3rem .8rem}.bottom-nav{border-top:1px solid #ffffff14;margin-top:4rem;padding-top:2rem}@media screen and (max-width:768px){.features-grid,.tools-grid{grid-template-columns:1fr}.try-card{flex-direction:column;gap:1.5rem;text-align:center}.try-btn{justify-content:center;width:100%}}.ml-details-section{background-color:#0b0c10;color:#fff;display:flex;justify-content:center;padding:4rem 2rem}.ml-details-container{max-width:900px;width:100%}.ml-back-link{align-items:center;color:#deb887;display:inline-flex;font-weight:600;gap:.5rem;margin-bottom:2rem;text-decoration:none;transition:transform .2s ease,color .2s ease}.ml-back-link:hover{color:#fff;transform:translateX(-3px)}.ml-meta{border-bottom:1px solid #ffffff1a;color:#8f9499;display:flex;flex-wrap:wrap;font-size:.9rem;gap:1.5rem;margin-bottom:1rem;padding-bottom:1rem}.ml-title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#deb887);-webkit-background-clip:text;background-clip:text;font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:2rem}.ml-figure{margin:2rem 0 3rem;text-align:center}.ml-figure img{border:1px solid #ffffff1a;border-radius:8px;box-shadow:0 8px 24px #00000080;max-width:100%}.ml-caption{color:#8f9499;font-size:.9rem;font-style:italic;margin-top:.8rem}.ml-section{margin-bottom:3rem}.ml-section h2{border-bottom:1px solid #ffffff0d;color:#deb887;font-size:1.8rem;gap:.8rem;margin-bottom:1.2rem;padding-bottom:.5rem}.ml-section h2,.ml-section h3{align-items:center;display:flex}.ml-section h3{color:#fff;font-size:1.25rem;gap:.6rem;margin:1.6rem 0 .8rem}.ml-section h3 .ml-yes{color:#7ee0a1}.ml-section h3 .ml-no{color:#e8896b}.ml-section p{color:#c5c6c7;font-size:1.05rem;line-height:1.75;margin-bottom:1.2rem;text-align:left}.ml-example{background:#ffffff05;border:1px solid #ffffff12;border-radius:10px;margin-bottom:2.5rem;padding:1.8rem 1.8rem .8rem}.ml-example>h2{margin-top:0}.ml-equation{background:#deb8870f;border-left:3px solid #deb887;border-radius:4px;color:#efe3d0;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1.05rem;margin:1.2rem 0;overflow-x:auto;padding:1rem 1.4rem;text-align:center}.ml-tools{grid-gap:.8rem;display:grid;gap:.8rem;list-style:none;margin:1rem 0 0;padding:0}.ml-tools li{background:#ffffff05;border:1px solid #ffffff0f;border-left:3px solid #deb887;border-radius:6px;color:#c5c6c7;font-size:.98rem;line-height:1.5;padding:.9rem 1.1rem}.ml-tools li strong{color:#deb887}.ml-refs{list-style:decimal;margin:0;padding-left:1.5rem}.ml-refs li{color:#8f9499;font-size:.9rem;line-height:1.6;margin-bottom:.7rem}.ml-refs a{color:#deb887;word-break:break-word}.ml-refs a:hover{color:#fff}.ml-bottom-nav{border-top:1px solid #ffffff14;margin-top:4rem;padding-top:2rem}@media screen and (max-width:768px){.ml-title{font-size:2rem}.ml-section h2{font-size:1.5rem}}.thesis-details-section{background-color:#0b0c10;color:#fff;display:flex;justify-content:center;padding:4rem 2rem}.thesis-details-container{max-width:900px;width:100%}.back-link{align-items:center;color:#deb887;display:inline-flex;font-weight:600;gap:.5rem;margin-bottom:2rem;text-decoration:none;transition:transform .2s ease,color .2s ease}.back-link:hover{color:#fff;transform:translateX(-3px)}.report-meta{border-bottom:1px solid #ffffff1a;color:#8f9499;display:flex;flex-wrap:wrap;font-size:.9rem;gap:1.5rem;margin-bottom:1rem;padding-bottom:1rem}.report-title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#c5a880);-webkit-background-clip:text;font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:2rem}.download-card{align-items:center;background:#deb8870d;border:1px dashed #deb887;border-radius:8px;display:flex;gap:2rem;justify-content:space-between;margin-bottom:3rem;padding:1.5rem}.download-text h3{color:#deb887;font-size:1.3rem;margin-bottom:.4rem}.download-text p{color:#c5c6c7;font-size:.95rem;line-height:1.5}.download-btn{align-items:center;background:#0000;border:1px solid #deb887;border-radius:4px;color:#deb887;cursor:pointer;display:inline-flex;font-weight:600;gap:.8rem;padding:12px 24px;text-decoration:none;transition:all .3s ease;white-space:nowrap}.download-btn:hover{background:#deb887;box-shadow:0 4px 15px #deb8874d;color:#0b0c10;transform:translateY(-2px)}.featured-image-container{margin-bottom:3rem;text-align:center}.featured-image{border:1px solid #ffffff1a;border-radius:8px;box-shadow:0 8px 24px #00000080;max-width:100%}.image-caption{color:#8f9499;font-size:.85rem;font-style:italic;margin-top:.8rem}.report-section{margin-bottom:3.5rem}.report-section h2{align-items:center;border-bottom:1px solid #ffffff0d;color:#deb887;display:flex;font-size:1.8rem;gap:.8rem;margin-bottom:1.2rem;padding-bottom:.5rem}.report-section h3{color:#e5cba3;font-size:1.3rem;margin:1.5rem 0 .8rem}.report-section p{color:#c5c6c7;font-size:1.05rem;line-height:1.7;margin-bottom:1.2rem;text-align:left}.report-section p strong{color:#fff}.key-drivers-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:2rem}.driver-card{align-items:flex-start;background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;display:flex;flex-direction:column;gap:.8rem;padding:1.5rem;transition:transform .2s ease,border-color .2s ease}.driver-card:hover{border-color:#deb8874d;transform:translateY(-3px)}.driver-icon{color:#deb887;font-size:2rem}.driver-card h4{color:#fff;font-size:1.1rem;margin:0}.driver-card p{color:#8f9499;font-size:.9rem;line-height:1.4;margin:0}.images-row{display:flex;flex-wrap:wrap;gap:1.5rem;margin:2rem 0}.image-frame{background:#ffffff03;border:1px solid #ffffff0d;border-radius:6px;flex:1 1;min-width:280px;padding:1rem;text-align:center}.report-img{border-radius:4px;max-height:350px;max-width:100%;object-fit:contain}.fig-caption{color:#8f9499;display:block;font-size:.8rem;font-style:italic;margin-top:.5rem}.specs-table{border-collapse:collapse;font-size:.95rem;margin:1.5rem 0;width:100%}.specs-table td,.specs-table th{border-bottom:1px solid #ffffff0d;padding:.8rem 1rem;text-align:left}.specs-table th{background-color:#deb8870d;color:#deb887;font-weight:600}.specs-table tr:hover{background-color:#ffffff05}.table-wrapper{border:1px solid #ffffff0d;border-radius:6px;margin-bottom:2rem;overflow-x:auto}.details-list{color:#c5c6c7;margin:1rem 0 1.5rem 1.5rem}.details-list li{line-height:1.6;margin-bottom:.8rem}.details-list strong{color:#fff}@media screen and (max-width:768px){.thesis-details-section{padding:3rem 1rem}.report-title{font-size:2.2rem}.download-card{gap:1rem;text-align:center}.download-card,.images-row{flex-direction:column}}
/*# sourceMappingURL=main.7b211d0a.css.map*/